/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* ============================================
   NXSFRT Banner - Figma Birebir
   ============================================ */

.nxsfrt-banner {
  width: 100%;
  background-color: #2CADD9;
  padding: 40px 40px;
  box-sizing: border-box;
}

.nxsfrt-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* SOL - 278x153 (Rectangle 4 boyutları) */
.nxsfrt-banner__left {
  flex: 0 0 auto;
  width: 278px;
  height: 153px;
  position: relative;
}

.nxsfrt-banner__box {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Layer 1: Kare - 153x153, 5px stroke (Rectangle 2) */
.nxsfrt-banner__square {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 153px;
  height: 153px;
  border: 5px solid #263A4F;
  box-sizing: border-box;
  z-index: 1;
}

.nxsfrt-banner__label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 153px;
  height: 153px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #263A4F;
  z-index: 3;
  box-sizing: border-box;
}

/* Layer 2: Maske - 278x131 (Rectangle 4), sağ kenarı keser */
.nxsfrt-banner__mask {
  position: absolute;
  left: 85px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 131px;
  background-color: #2CADD9;
  z-index: 2;
}

/* Layer 3: Metin */
.nxsfrt-banner__box-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-right: 38px;
  text-align: right;
  box-sizing: border-box;
}

.nxsfrt-banner__number {
  color: #263A4F;
  font-family: 'Oswald', sans-serif;
  font-size: 84.26px;
  font-weight: 700;
  line-height: 84.26px;
  text-transform: uppercase;
  margin: 0;
  transform: translateX(4px);
}

.nxsfrt-banner__unit {
  color: #263A4F;
  font-family: 'Oswald', sans-serif;
  font-size: 46.09px;
  font-weight: 700;
  line-height: 46.09px;
  letter-spacing: 1.15px;
  text-transform: uppercase;
  margin: 0;
  margin-left: -28px;
}

/* SAĞ - Pazarlama metni + opsiyonel z-index arka plan */
.nxsfrt-banner__right {
  flex: 1 1 auto;
  position: relative;
  padding-left: 250px;
}

.nxsfrt-banner__right-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2CADD9;
  z-index: 0;
}

.nxsfrt-banner__text {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0;
  letter-spacing: 0.02em;
}

@media (max-width: 992px) {
  .nxsfrt-banner__inner {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .nxsfrt-banner__left {
    width: 100%;
    max-width: 278px;
    height: 153px;
  }
  .nxsfrt-banner__right {
    padding-left: 0;
    text-align: center;
  }
  .nxsfrt-banner__text {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .nxsfrt-banner {
    padding: 30px 20px;
  }
  .nxsfrt-banner__inner {
    gap: 30px;
  }
  .nxsfrt-banner__left {
    max-width: 220px;
    height: 120px;
  }
  .nxsfrt-banner__square {
    width: 120px;
    height: 120px;
    border-width: 4px;
  }
  .nxsfrt-banner__label {
    font-size: 26px;
    padding-left: 14px;
  }
  .nxsfrt-banner__mask {
    left: 70px;
    height: 100px;
  }
  .nxsfrt-banner__box-content {
    padding-right: 45px;
  }
  .nxsfrt-banner__number {
    font-size: 56px;
    line-height: 56px;
  }
  .nxsfrt-banner__unit {
    font-size: 30px;
    line-height: 30px;
    margin-left: -18px;
  }
  .nxsfrt-banner__text {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .nxsfrt-banner {
    padding: 24px 16px;
  }
  .nxsfrt-banner__left {
    max-width: 180px;
    height: 100px;
  }
  .nxsfrt-banner__square {
    width: 100px;
    height: 100px;
    border-width: 3px;
  }
  .nxsfrt-banner__label {
    font-size: 20px;
    padding-left: 10px;
  }
  .nxsfrt-banner__mask {
    left: 55px;
    height: 80px;
  }
  .nxsfrt-banner__box-content {
    padding-right: 36px;
  }
  .nxsfrt-banner__number {
    font-size: 44px;
    line-height: 44px;
  }
  .nxsfrt-banner__unit {
    font-size: 24px;
    line-height: 24px;
    margin-left: -14px;
  }
  .nxsfrt-banner__text {
    font-size: 1rem;
  }
}

/* ============================================
   NXSFRT Hero Section
   ============================================ */

.nxsfrt-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8%;
  overflow: hidden;
  box-sizing: border-box;
}

.nxsfrt-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(1.15) contrast(1.05);
}

.nxsfrt-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.08) 50%, transparent 100%);
  z-index: 1;
}

.nxsfrt-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0;
  padding: 90px 50px 80px 0;
  box-sizing: border-box;
}

.nxsfrt-hero__content {
  max-width: 1074px;
}

.nxsfrt-hero__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 51.46px;
  line-height: 61px;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 0 0 48px 0;
  text-align: left;
  text-transform: uppercase;
}

.nxsfrt-hero__text {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 29.75px;
  line-height: 33.1px;
  letter-spacing: -0.0024em;
  color: #FFFFFF;
  margin: 0;
  max-width: 1074px;
  text-align: left;
}

@media (max-width: 992px) {
  .nxsfrt-hero {
    padding-left: 6%;
  }
  .nxsfrt-hero__inner {
    padding: 50px 40px 60px 0;
  }
  .nxsfrt-hero__title {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 36px;
  }
  .nxsfrt-hero__text {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .nxsfrt-hero {
    min-height: 90vh;
    padding-left: 5%;
  }
  .nxsfrt-hero__inner {
    padding: 40px 24px 50px 0;
  }
  .nxsfrt-hero__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 28px;
  }
  .nxsfrt-hero__text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .nxsfrt-hero {
    padding-left: 4%;
  }
  .nxsfrt-hero__inner {
    padding: 32px 20px 40px 0;
  }
  .nxsfrt-hero__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .nxsfrt-hero__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.nxsfrt-section2 {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

.nxsfrt-section2__line {
  height: 4px;
  background-color: #2CADD9;
  width: 100%;
}

.nxsfrt-section2__inner {
  display: flex;
  flex-wrap: wrap;
}

.nxsfrt-section2__left {
  flex: 1 1 50%;
  min-width: 300px;
  background-color: #E1E3E4;
  padding: 50px 40px;
  box-sizing: border-box;
}

.nxsfrt-section2__right {
  flex: 1 1 50%;
  min-width: 300px;
  background-color: #FFFFFF;
  padding: 50px 40px;
  box-sizing: border-box;
  position: relative;
}

.nxsfrt-section2__right .nxsfrt-section2__title-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.nxsfrt-section2__right .nxsfrt-section2__title-row .nxsfrt-section2__quote {
  font-size: 80px;
  color: #2CADD9;
  line-height: 0.9;
  flex-shrink: 0;
  margin-right: 10px;
  align-self: flex-start;
}

.nxsfrt-section2__right .nxsfrt-section2__right-content {
  flex: 1;
  min-width: 0;
  max-width: 480px;
  padding: 0;
  text-align: left;
}

.nxsfrt-section2__right .nxsfrt-section2__right-content .nxsfrt-section2__title {
  padding-left: 0;
  text-align: left;
}

.nxsfrt-section2__right-text {
  margin: 0;
  margin-left: 0;
  text-align: left;
}

.nxsfrt-section2__title {
  color: #263A4F;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  letter-spacing: 0.02em;
}

.nxsfrt-section2__text {
  color: #8D9AA8;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 992px) {
  .nxsfrt-section2__left,
  .nxsfrt-section2__right {
    flex: 1 1 100%;
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  .nxsfrt-section2__left,
  .nxsfrt-section2__right {
    padding: 40px 24px;
  }
  .nxsfrt-section2__right .nxsfrt-section2__title-row .nxsfrt-section2__quote {
    font-size: 60px;
  }
  .nxsfrt-section2__title {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .nxsfrt-section2__left,
  .nxsfrt-section2__right {
    padding: 30px 20px;
  }
  .nxsfrt-section2__right .nxsfrt-section2__title-row .nxsfrt-section2__quote {
    font-size: 48px;
  }
  .nxsfrt-section2__title {
    font-size: 1.1rem;
  }
  .nxsfrt-section2__text {
    font-size: 0.9rem;
  }
}

.nxsfrt-section3 {
  background-color: #FFFFFF;
  padding: 60px 0;
  box-sizing: border-box;
}

.nxsfrt-section3__content {
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 0 40px;
  text-align: center;
  box-sizing: border-box;
}

.nxsfrt-section3__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 0.24%;
  color: #263A4F;
  margin: 0 0 16px 0;
}

.nxsfrt-section3__subtitle {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.29%;
  color: #263A4F;
  margin: 0 0 24px 0;
}

.nxsfrt-section3__text {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.21px;
  color: #8D9AA8;
  margin: 0;
}

.nxsfrt-section3__gallery {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  width: 100%;
}

.nxsfrt-section3__gallery-item {
  flex: 1 1 25%;
  position: relative;
  overflow: hidden;
  height: 581px;
}

.nxsfrt-section3__gallery-item img {
  width: 100%;
  height: 581px;
  object-fit: cover;
  display: block;
}

.nxsfrt-section3__badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #FFFFFF;
}

@media (max-width: 992px) {
  .nxsfrt-section3__gallery {
    flex-wrap: wrap;
  }
  .nxsfrt-section3__gallery-item {
    flex: 1 1 calc(50% - 2px);
    height: 300px;
  }
  .nxsfrt-section3__gallery-item img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .nxsfrt-section3 {
    padding: 40px 0;
  }
  .nxsfrt-section3__content {
    margin-bottom: 30px;
    padding: 0 24px;
  }
  .nxsfrt-section3__title {
    font-size: 32px;
    line-height: 32px;
  }
  .nxsfrt-section3__subtitle {
    font-size: 20px;
    line-height: 20px;
  }
  .nxsfrt-section3__badge {
    font-size: 28px;
    bottom: 12px;
    left: 12px;
  }
}

@media (max-width: 480px) {
  .nxsfrt-section3 {
    padding: 30px 0;
  }
  .nxsfrt-section3__content {
    padding: 0 16px;
  }
  .nxsfrt-section3__gallery-item {
    flex: 1 1 100%;
    height: 250px;
  }
  .nxsfrt-section3__gallery-item img {
    height: 250px;
  }
  .nxsfrt-section3__title {
    font-size: 26px;
    line-height: 26px;
  }
  .nxsfrt-section3__subtitle {
    font-size: 18px;
    line-height: 18px;
  }
  .nxsfrt-section3__text {
    font-size: 13px;
  }
  .nxsfrt-section3__badge {
    font-size: 24px;
  }
}

/* ============================================
   NXSFRT Section 4 - 1+1 / 2+1 Daireler
   ============================================ */

.nxsfrt-section4 {
  width: 100%;
  font-family: 'Oswald', sans-serif;
  background-color: #FFFFFF;
}

.nxsfrt-section4__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.nxsfrt-section4__left,
.nxsfrt-section4__right {
  flex: 1 1 calc(50% - 2px);
  min-width: 280px;
  min-height: 595px;
  height: 595px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 40px;
  box-sizing: border-box;
}

.nxsfrt-section4__left {
  background-color: #2CADD9;
}

.nxsfrt-section4__right {
  background-color: #263A4F;
}

.nxsfrt-section4__content {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.nxsfrt-section4__left .nxsfrt-section4__title,
.nxsfrt-section4__left .nxsfrt-section4__list {
  color: #263A4F;
}

.nxsfrt-section4__right .nxsfrt-section4__title,
.nxsfrt-section4__right .nxsfrt-section4__list {
  color: #2CADD9;
}

.nxsfrt-section4__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0.2%;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  text-align: left;
}

.nxsfrt-section4__list {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.1%;
  margin: 0;
  padding-left: 24px;
  list-style-type: disc;
  text-align: left;
}

.nxsfrt-section4__list li {
  margin-bottom: 12px;
}

.nxsfrt-section4__list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 993px) {
  .nxsfrt-section4__inner {
    flex-wrap: nowrap;
  }
}

@media (max-width: 992px) {
  .nxsfrt-section4__left,
  .nxsfrt-section4__right {
    flex: 1 1 100%;
    min-width: 100%;
    min-height: auto;
    height: auto;
    padding: 50px 40px;
  }
}

@media (max-width: 768px) {
  .nxsfrt-section4__left,
  .nxsfrt-section4__right {
    padding: 40px 24px;
  }
  .nxsfrt-section4__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .nxsfrt-section4__list {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  .nxsfrt-section4__left,
  .nxsfrt-section4__right {
    padding: 30px 20px;
  }
  .nxsfrt-section4__title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .nxsfrt-section4__list {
    font-size: 18px;
    line-height: 24px;
    padding-left: 20px;
  }
  .nxsfrt-section4__list li {
    margin-bottom: 10px;
  }
}

/* ============================================
   NXSFRT Section 5 - Güvenli ve Keyifli Site Yaşamı
   ============================================ */

.nxsfrt-section5 {
  width: 100%;
  font-family: 'Oswald', sans-serif;
  min-height: 1080px;
  height: 1080px;
  background-color: #E5E4E4;
}

.nxsfrt-section5__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

@media (min-width: 993px) {
  .nxsfrt-section5__inner {
    flex-wrap: nowrap;
  }
}

.nxsfrt-section5__left,
.nxsfrt-section5__right {
  flex: 1 1 50%;
  min-width: 300px;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 50px;
  box-sizing: border-box;
}

.nxsfrt-section5__left {
  justify-content: flex-start;
  background-color: #E5E4E4;
}

.nxsfrt-section5__right {
  position: relative;
  overflow: hidden;
  justify-content: flex-start;
  background-color: #E5E4E4;
}

.nxsfrt-section5__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  mix-blend-mode: soft-light;
  opacity: 1;
}

.nxsfrt-section5__right-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.nxsfrt-section5__text-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.nxsfrt-section5__big-text {
  font-size: 142.51px;
  line-height: 150px;
  letter-spacing: 0.1%;
  color: #2CADD9;
}

.nxsfrt-section5__big-text--light {
  font-weight: 300;
}

.nxsfrt-section5__big-text--semibold {
  font-weight: 600;
}

.nxsfrt-section5__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 0.05%;
  color: #263A4F;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
}

.nxsfrt-section5__text {
  font-weight: 300;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.05%;
  color: #263A4F;
  margin: 0 0 24px 0;
  text-align: left;
  white-space: nowrap;
}

.nxsfrt-section5__list {
  font-weight: 300;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.05%;
  color: #263A4F;
  margin: 0;
  padding-left: 24px;
  list-style-type: disc;
  text-align: left;
}

.nxsfrt-section5__list li {
  margin-bottom: 12px;
  white-space: nowrap;
}

.nxsfrt-section5__list li:last-child {
  margin-bottom: 0;
}

.nxsfrt-section5__list strong {
  font-weight: 700;
}

@media (max-width: 992px) {
  .nxsfrt-section5 {
    min-height: auto;
    height: auto;
  }
  .nxsfrt-section5__left,
  .nxsfrt-section5__right {
    flex: 1 1 100%;
    min-height: 400px;
    padding: 50px 40px;
  }
  .nxsfrt-section5__right {
    min-height: 500px;
  }
  .nxsfrt-section5__big-text {
    font-size: 80px;
    line-height: 90px;
  }
  .nxsfrt-section5__title {
    font-size: 32px;
    line-height: 32px;
    white-space: normal;
  }
  .nxsfrt-section5__text {
    white-space: normal;
  }
  .nxsfrt-section5__list li {
    white-space: normal;
  }
  .nxsfrt-section5__text,
  .nxsfrt-section5__list {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .nxsfrt-section5__left,
  .nxsfrt-section5__right {
    padding: 40px 24px;
    min-height: 350px;
  }
  .nxsfrt-section5__right {
    min-height: 450px;
  }
  .nxsfrt-section5__big-text {
    font-size: 56px;
    line-height: 64px;
  }
  .nxsfrt-section5__title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
    white-space: normal;
  }
  .nxsfrt-section5__text {
    white-space: normal;
  }
  .nxsfrt-section5__list li {
    white-space: normal;
  }
  .nxsfrt-section5__text,
  .nxsfrt-section5__list {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 480px) {
  .nxsfrt-section5__left,
  .nxsfrt-section5__right {
    padding: 30px 20px;
    min-height: 300px;
  }
  .nxsfrt-section5__right {
    min-height: 400px;
  }
  .nxsfrt-section5__big-text {
    font-size: 42px;
    line-height: 50px;
  }
  .nxsfrt-section5__title {
    font-size: 22px;
    line-height: 26px;
    white-space: normal;
  }
  .nxsfrt-section5__text {
    white-space: normal;
  }
  .nxsfrt-section5__list li {
    white-space: normal;
  }
  .nxsfrt-section5__text,
  .nxsfrt-section5__list {
    font-size: 16px;
    line-height: 24px;
  }
}

/* ============================================
   NXSFRT Section 6 - Sağlam Temeller / Koylar
   ============================================ */

.nxsfrt-section6 {
  width: 100%;
  font-family: 'Oswald', sans-serif;
  background-color: #FFFFFF;
}

.nxsfrt-section6__block {
  padding: 60px 50px;
  box-sizing: border-box;
}

.nxsfrt-section6__main-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.15%;
  color: #263A4F;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
}

.nxsfrt-section6__sub-title {
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.15%;
  color: #263A4F;
  margin: 0 0 32px 0;
  text-transform: uppercase;
  text-align: left;
}

.nxsfrt-section6__block--2 .nxsfrt-section6__main-title {
  margin-bottom: 48px;
  text-align: right;
  display: block;
  width: 100%;
}

.nxsfrt-section6__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.nxsfrt-section6__image-wrap,
.nxsfrt-section6__text-wrap {
  flex: 1 1 calc(50% - 20px);
  min-width: 300px;
}

.nxsfrt-section6__block--1 .nxsfrt-section6__image-wrap {
  max-width: 470px;
  flex: 0 1 470px;
}

.nxsfrt-section6__block--2 .nxsfrt-section6__image-wrap {
  max-width: 470px;
  flex: 0 1 470px;
}

.nxsfrt-section6__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.nxsfrt-section6__block--1 .nxsfrt-section6__image {
  max-height: 300px;
  object-fit: cover;
}

.nxsfrt-section6__block--2 .nxsfrt-section6__image {
  max-height: 300px;
  object-fit: cover;
}

.nxsfrt-section6__intro {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.15%;
  color: #263A4F;
  margin: 0 0 20px 0;
  text-align: left;
}

.nxsfrt-section6__list {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.15%;
  color: #263A4F;
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
  text-align: left;
}

.nxsfrt-section6__list li {
  margin-bottom: 16px;
}

.nxsfrt-section6__list li:last-child {
  margin-bottom: 0;
}

.nxsfrt-section6__list strong {
  font-weight: 700;
}

@media (max-width: 992px) {
  .nxsfrt-section6__block {
    padding: 50px 40px;
  }
  .nxsfrt-section6__content {
    flex-direction: column;
  }
  .nxsfrt-section6__image-wrap,
  .nxsfrt-section6__text-wrap {
    flex: 1 1 100%;
    min-width: 100%;
    max-width: none;
  }
  .nxsfrt-section6__block--1 .nxsfrt-section6__image-wrap,
  .nxsfrt-section6__block--2 .nxsfrt-section6__image-wrap {
    flex: 1 1 100%;
    max-width: none;
  }
  .nxsfrt-section6__block--1 .nxsfrt-section6__image,
  .nxsfrt-section6__block--2 .nxsfrt-section6__image {
    max-height: none;
  }
  .nxsfrt-section6__block--2 .nxsfrt-section6__main-title {
    text-align: left;
  }
  .nxsfrt-section6__main-title,
  .nxsfrt-section6__sub-title {
    font-size: 26px;
    line-height: 26px;
    white-space: normal;
  }
  .nxsfrt-section6__intro,
  .nxsfrt-section6__list {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .nxsfrt-section6__block {
    padding: 40px 24px;
  }
  .nxsfrt-section6__main-title,
  .nxsfrt-section6__sub-title {
    font-size: 22px;
    line-height: 24px;
    white-space: normal;
  }
  .nxsfrt-section6__sub-title {
    margin-bottom: 24px;
  }
  .nxsfrt-section6__block--2 .nxsfrt-section6__main-title {
    margin-bottom: 24px;
  }
  .nxsfrt-section6__intro,
  .nxsfrt-section6__list {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .nxsfrt-section6__block {
    padding: 30px 20px;
  }
  .nxsfrt-section6__main-title,
  .nxsfrt-section6__sub-title {
    font-size: 20px;
    line-height: 24px;
    white-space: normal;
  }
  .nxsfrt-section6__intro,
  .nxsfrt-section6__list {
    font-size: 14px;
    line-height: 20px;
  }
}

/* ============================================
   NXSFRT Section 7 - SSS (Sıkça Sorulan Sorular)
   ============================================ */

.nxsfrt-section7 {
  width: 100%;
  font-family: 'Oswald', sans-serif;
  background-color: #E5E4E4;
  padding: 60px 50px;
  box-sizing: border-box;
}

.nxsfrt-section7__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.2%;
  color: #263A4F;
  margin: 0 0 40px 0;
  text-align: center;
  text-transform: uppercase;
}

.nxsfrt-section7__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.nxsfrt-section7__box {
  flex: 1 1 570px;
  max-width: 570px;
  min-width: 280px;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 24px 28px;
  box-sizing: border-box;
  position: relative;
}

.nxsfrt-section7__box-header {
  position: relative;
  margin-bottom: 20px;
}

.nxsfrt-section7__line {
  display: block;
  height: 3px;
  background-color: #2CADD9;
  width: calc(100% - 50px);
  margin-bottom: 8px;
}

.nxsfrt-section7__quote {
  position: absolute;
  top: -8px;
  right: 0;
  font-size: 48px;
  font-weight: 700;
  color: #2CADD9;
  line-height: 1;
  transform: scaleX(-1);
}

.nxsfrt-section7__question {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #263A4F;
  margin: 0 0 12px 0;
  text-align: left;
}

.nxsfrt-section7__answer {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #8D9AA8;
  margin: 0;
  text-align: left;
}

@media (max-width: 992px) {
  .nxsfrt-section7 {
    padding: 50px 40px;
  }
  .nxsfrt-section7__grid {
    flex-direction: column;
    align-items: center;
  }
  .nxsfrt-section7__box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .nxsfrt-section7 {
    padding: 40px 24px;
  }
  .nxsfrt-section7__title {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .nxsfrt-section7__question {
    font-size: 18px;
  }
  .nxsfrt-section7__answer {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .nxsfrt-section7 {
    padding: 30px 20px;
  }
  .nxsfrt-section7__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .nxsfrt-section7__box {
    padding: 20px 20px;
  }
  .nxsfrt-section7__question {
    font-size: 18px;
  }
  .nxsfrt-section7__answer {
    font-size: 12px;
  }
}

/* ============================================
   NXSFRT Section 8 - İletişim Formu
   ============================================ */

.nxsfrt-section8 {
  width: 100%;
  font-family: 'Oswald', sans-serif;
  background-color: #263A4F;
  padding: 60px 50px;
  box-sizing: border-box;
}

.nxsfrt-section8__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 0.15%;
  color: #FFFFFF;
  margin: 0 0 16px 0;
  text-align: center;
  text-transform: uppercase;
}

.nxsfrt-section8__subtitle {
  font-weight: 300;
  font-size: 33.5px;
  line-height: 33.5px;
  letter-spacing: -0.1%;
  color: #2CADD9;
  margin: 0 0 80px 0;
  text-align: center;
  text-transform: uppercase;
}

.nxsfrt-section8__map-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.nxsfrt-section8__map {
  width: 100%;
  height: 260px;
  border: 0;
}

.nxsfrt-section8__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.nxsfrt-section8__info {
  flex: 1 1 420px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nxsfrt-section8__info-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.nxsfrt-section8__info-block {
  flex: 1 1 220px;
  min-width: 220px;
}

.nxsfrt-section8__info-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2CADD9;
  margin: 0 0 8px 0;
}

.nxsfrt-section8__info-text {
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  color: #FFFFFF;
}

.nxsfrt-section8__info-text--highlight {
  font-size: 17px;
  font-weight: 400;
}

.nxsfrt-section8__info-text a {
  color: #FFFFFF;
  text-decoration: none;
}

.nxsfrt-section8__info-text a:hover {
  color: #2CADD9;
}

.nxsfrt-section8__social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nxsfrt-section8__social-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
}

.nxsfrt-section8__social-list a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #2CADD9;
}

.nxsfrt-section8__social-list a:hover {
  color: #2CADD9;
}

.nxsfrt-section8__text {
  margin: 0 0 24px 0;
}

.nxsfrt-section8__text p {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.002em;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
}

.nxsfrt-section8__line {
  display: block;
}

.nxsfrt-section8__form {
  flex: 1 1 400px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nxsfrt-section8__form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.nxsfrt-section8__form-row input,
.nxsfrt-section8__form-row select {
  flex: 1 1 calc(50% - 8px);
  min-width: 200px;
  padding: 12px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  outline: none;
  transition: border-color 0.2s;
}

.nxsfrt-section8__form-row input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.nxsfrt-section8__form-row select option {
  color: #FFFFFF;
  background: #263A4F;
}

.nxsfrt-section8__form-row select option[value=""],
.nxsfrt-section8__form-row select option:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.nxsfrt-section8__form-row input:hover,
.nxsfrt-section8__form-row input:focus,
.nxsfrt-section8__form-row select:hover,
.nxsfrt-section8__form-row select:focus {
  background: transparent !important;
  border-bottom-color: #2CADD9;
}

.nxsfrt-section8__form-row input:-webkit-autofill,
.nxsfrt-section8__form-row input:-webkit-autofill:hover,
.nxsfrt-section8__form-row input:-webkit-autofill:focus,
.nxsfrt-section8__form-row input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #263A4F inset !important;
  box-shadow: 0 0 0 30px #263A4F inset !important;
  -webkit-text-fill-color: #FFFFFF !important;
  caret-color: #FFFFFF;
}

.nxsfrt-section8__form-row select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23FFFFFF' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 24px;
}

.nxsfrt-section8__form-row select option {
  background: #263A4F;
  color: #FFFFFF;
}

.nxsfrt-section8__submit {
  padding: 16px 32px;
  background-color: #2CADD9;
  border: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 1.7px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-top: 8px;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.9);
  paint-order: stroke fill;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.nxsfrt-section8__submit:hover {
  background-color: #2399b8;
}

.nxsfrt-section8__form-message {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
}

.nxsfrt-section8__form-message--success {
  color: #4ade80;
}

.nxsfrt-section8__form-message--error {
  color: #fecaca;
}

.nxsfrt-section8__form.is-submitting .nxsfrt-section8__submit {
  opacity: 0.7;
  cursor: not-allowed;
}

@media (max-width: 992px) {
  .nxsfrt-section8 {
    padding: 50px 40px;
  }
  .nxsfrt-section8__content {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .nxsfrt-section8__info {
    flex: 0 0 auto;
  }
  .nxsfrt-section8__info-columns {
    flex-direction: column;
  }
  .nxsfrt-section8__text {
    margin-top: 30px;
  }
  .nxsfrt-section8__form {
    flex: 0 0 auto;
  }
  .nxsfrt-section8__form-row input,
  .nxsfrt-section8__form-row select {
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .nxsfrt-section8 {
    padding: 40px 24px;
  }
  .nxsfrt-section8__content {
    gap: 8px;
  }
  .nxsfrt-section8__title {
    font-size: 28px;
    line-height: 32px;
  }
  .nxsfrt-section8__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
  .nxsfrt-section8__text p {
    font-size: 20px;
    line-height: 26px;
  }
  .nxsfrt-section8__form-row input,
  .nxsfrt-section8__form-row select {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .nxsfrt-section8 {
    padding: 30px 20px;
  }
  .nxsfrt-section8__content {
    gap: 6px;
  }
  .nxsfrt-section8__title {
    font-size: 22px;
    line-height: 26px;
  }
  .nxsfrt-section8__subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .nxsfrt-section8__text p {
    font-size: 18px;
    line-height: 24px;
  }
  .nxsfrt-section8__form-row input,
  .nxsfrt-section8__form-row select {
    font-size: 14px;
  }
}

/* ============================================
   SRHT Footer
   ============================================ */

.srht-footer {
  width: 100vw;
  margin: 0 0 0 calc(-50vw + 50%);
  padding: 40px 24px 28px;
  background: #E5E4E4;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  box-sizing: border-box;
}

.nxsfrt-section8 + .srht-footer {
  margin-top: 0;
}

.nxsfrt-section8:has(+ .srht-footer) {
  margin-bottom: 0;
}

.srht-footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 40px;
  margin-bottom: 28px;
}

.srht-footer-top a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #263A4F;
  transition: color 0.2s;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.srht-footer-top a:hover {
  color: #2CADD9;
}

.srht-footer-top a .avm {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #2CADD9;
  text-shadow: 0 0 20px rgba(44, 173, 217, 0.5);
  padding: 2px 8px;
  background: linear-gradient(135deg, rgba(44, 173, 217, 0.25) 0%, rgba(44, 173, 217, 0.08) 100%);
  border-radius: 4px;
  border: 1px solid rgba(44, 173, 217, 0.4);
}

.srht-footer-top a:hover .avm {
  text-shadow: 0 0 24px rgba(44, 173, 217, 0.7);
  box-shadow: 0 0 12px rgba(44, 173, 217, 0.3);
}

.srht-footer-top a .rezidans {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #F89E33;
  text-shadow: 0 0 20px rgba(248, 158, 51, 0.4);
  padding: 2px 8px;
  background: linear-gradient(135deg, rgba(248, 158, 51, 0.25) 0%, rgba(248, 158, 51, 0.08) 100%);
  border-radius: 4px;
  border: 1px solid rgba(248, 158, 51, 0.4);
}

.srht-footer-top a:hover .rezidans {
  text-shadow: 0 0 24px rgba(248, 158, 51, 0.6);
  box-shadow: 0 0 12px rgba(248, 158, 51, 0.3);
}

.srht-footer-brand {
  font-size: 14px;
  font-weight: 300;
  color: #263A4F;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.srht-footer-kvkk a {
  font-size: 13px;
  font-weight: 400;
  color: #263A4F;
  text-decoration: none;
  transition: color 0.2s;
}

.srht-footer-kvkk a:hover {
  color: #2CADD9;
}

@media (max-width: 480px) {
  .srht-footer {
    padding: 32px 20px 24px;
  }

  .srht-footer-top {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }

  .srht-footer-top a {
    font-size: 16px;
    padding: 12px 16px;
  }

  .srht-footer-top a .avm,
  .srht-footer-top a .rezidans {
    font-size: 18px;
  }

  .srht-footer-brand {
    font-size: 13px;
  }
}

/* --------------------------------------------------------------------------
   Teşekkür sayfası (GenerateBlocks HTML – .srht-tesekkur)
   -------------------------------------------------------------------------- */
.srht-tesekkur {
  padding: 48px 20px 64px;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.srht-tesekkur-inner {
  background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
  border: 1px solid #e8ecf0;
  border-radius: 16px;
  padding: 40px 28px 36px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.srht-tesekkur-ikon {
  margin: 0 0 20px;
  color: #22c55e;
  display: flex;
  justify-content: center;
}

.srht-tesekkur-ikon svg {
  display: block;
}

.srht-tesekkur-baslik {
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.srht-tesekkur-metin {
  margin: 0 0 12px;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #374151;
}

.srht-tesekkur-alt {
  margin: 0 0 28px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #6b7280;
}

.srht-tesekkur-aksiyon {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.srht-tesekkur-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.srht-tesekkur-btn--birincil {
  background: #111827;
  color: #fff;
  border: none;
}

.srht-tesekkur-btn--birincil:hover {
  background: #1f2937;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(17, 24, 39, 0.2);
}

.srht-tesekkur-btn--telefon {
  background: #fff;
  color: #111827;
  border: 2px solid #e5e7eb;
}

.srht-tesekkur-btn--telefon:hover {
  border-color: #2CADD9;
  color: #2CADD9;
  transform: translateY(-1px);
}

@media (max-width: 480px) {
  .srht-tesekkur {
    padding: 32px 16px 48px;
  }

  .srht-tesekkur-inner {
    padding: 32px 20px 28px;
  }

  .srht-tesekkur-aksiyon {
    flex-direction: column;
  }

  .srht-tesekkur-btn {
    width: 100%;
  }
}
