body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  background-color: #ffbc37;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #cf404d;
  font-size: 30px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  padding: 20px 40px;
  background-color: #fff;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: #ffbc37;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  margin-bottom: 19px;
  padding-top: 100px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 25px;
  color: #fff;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.center {
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 45%, .74);
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}

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

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper1 {
  position: relative;
  top: 40%;
  margin-bottom: 155px;
  text-align: center;
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-bottom: 155px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #ffbc37;
}

.nav-link {
  display: block;
  padding: 0px 0px 10px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #cf404d;
}

.nav-link.w--current {
  color: #fff;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 100px;
  margin-bottom: 0px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  height: 900px;
  background-image: url('../images/Ankara_huzurevi.jpg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.img_logo_1 {
  margin-top: 0px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .hero-title-wrapper {
    top: 40%;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    background-color: #49647b;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 500px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 37px;
  }
  .hero-title-wrapper {
    top: 35%;
  }
  .grid-fours {
    width: 33.333%;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    top: 28%;
  }
  .banner {
    height: 450px;
  }
}

/* 2026 refresh: visual-only overrides that preserve current structure */
:root {
  --brand-main: #b8860b;
  --brand-accent: #2f6f56;
  --surface: #f6f2e8;
  --card: #ffffff;
  --text-main: #20201d;
  --text-soft: #65615a;
  --shadow-soft: 0 20px 44px rgba(27, 27, 24, 0.12);
}

body {
  background: linear-gradient(170deg, #f7f4ed 0%, #ebe4d5 100%);
  color: var(--text-main);
  font-family: "Roboto", "Droid Sans", sans-serif;
}

.left-navigation {
  background: #ffbc37;
  box-shadow: 8px 0 30px rgba(19, 41, 33, 0.24);
}

.logo-link {
  margin-top: 52px;
}

.img_logo_1 {
  max-width: 200px;
  width: 70%;
  height: auto !important;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px;
}

.nav-link {
  margin: 8px 26px;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 20px;
  letter-spacing: 0.5px;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
}

.nav-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.16);
  transform: translateX(2px);
}

.content {
  background: transparent;
}

.banner {
  position: relative;
  height: 78vh;
  min-height: 560px;
  background-image: linear-gradient(115deg, rgba(20, 27, 24, 0.68), rgba(18, 44, 35, 0.18)), url("../images/Ankara_huzurevi.jpg");
  background-size: cover;
  background-position: center;
}

.hero-title-wrapper {
  top: 32%;
  margin: 0 auto;
  max-width: 920px;
  padding: 24px;
}

.hero-heading {
  margin-bottom: 16px;
  padding-top: 0;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.hero-subheading {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #f8f8f5;
  font-size: 16px;
  line-height: 24px;
  font-family: "Droid Sans", sans-serif;
}

.section {
  background: transparent;
  padding-top: 52px;
  padding-bottom: 52px;
}

.section .w-container,
.call-to-action-section .w-container {
  border-radius: 22px;
  background: var(--card);
  box-shadow: var(--shadow-soft);
  padding: 36px;
}

.section.section-gray .w-container {
  background: #f8f6f0;
}

.section-heading.centered {
  color: #1f332c;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.section-subheading.center {
  color: var(--text-soft);
  font-size: 17px;
  line-height: 28px;
}

p {
  color: #35322d;
  line-height: 1.75;
}

h3 {
  color: #1f332c;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: capitalize;
}

.grid-image {
  border-radius: 14px;
}

.column-0-padding {
  border: 1px solid #ece5d6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(34, 41, 36, 0.08);
  padding: 22px;
}

.column-0-padding p {
  margin-bottom: 0;
}

.video-class {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}

.call-to-action-section {
  background: transparent;
  color: var(--text-main);
}

.call-to-action-section .w-container {
  background: linear-gradient(145deg, #2f6f56 0%, #214f3f 100%);
  color: #fff;
}

.call-to-action-heading {
  margin-top: 0;
  color: #fff;
  font-weight: 500;
}

.button,
.hollow-button.red {
  border-radius: 12px;
  background-color: var(--brand-main);
}

.button:hover,
.hollow-button.red:hover {
  background-color: #986f0a;
  color: #fff;
}

.grid-fours {
  padding: 8px;
}

.grid-fours img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(28, 31, 26, 0.2);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.grid-fours img:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(28, 31, 26, 0.26);
}

.forum-teaser-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 26px;
  border-radius: 16px;
  border: 1px solid #e3dccf;
  background: #fff;
  text-align: center;
}

.forum-teaser-card h3 {
  margin-bottom: 10px;
}

.forum-teaser-card p {
  margin-bottom: 20px;
}

.forum-button {
  padding: 12px 26px;
}

.footer {
  background: transparent !important;
}

.footer .w-container {
  background: #1e1e1d;
  color: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.footer-text {
  color: #f2f0eb;
}

/* Forum page styles */
.forum-page {
  padding-left: 329px;
  background: linear-gradient(180deg, #f8f4e7 0%, #f0eadb 100%);
}

.forum-content {
  min-height: 100vh;
  padding-top: 18px;
}

.forum-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(47, 111, 86, 0.14);
  border: 1px solid rgba(47, 111, 86, 0.24);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #245744;
}

.forum-main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 6px 18px 56px;
}

.forum-page-title {
  margin-bottom: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f9f5eb 100%);
  border: 1px solid #e8decb;
  box-shadow: 0 18px 34px rgba(27, 31, 25, 0.11);
  padding: 26px;
}

.forum-page-title h1 {
  margin-bottom: 10px;
  color: #19372d;
  font-size: 36px;
  line-height: 1.2;
}

.forum-page-title p {
  margin-bottom: 0;
  max-width: 920px;
}

.forum-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.forum-topic {
  position: relative;
  border-radius: 16px;
  border: 1px solid #e3dccf;
  background: #fff;
  box-shadow: 0 14px 28px rgba(28, 31, 26, 0.1);
  padding: 22px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.forum-topic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(180deg, #2f6f56 0%, #b8860b 100%);
}

.forum-topic:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(28, 31, 26, 0.16);
}

.forum-topic h2 {
  margin-bottom: 10px;
  color: #203a31;
  font-size: 24px;
  line-height: 1.3;
}

.forum-topic h3 {
  margin-top: 14px;
  margin-bottom: 8px;
  font-size: 18px;
}

.forum-topic ul {
  margin: 0;
  padding-left: 18px;
}

.forum-topic li {
  margin-bottom: 7px;
  color: #3d3a35;
  font-family: "Droid Sans", sans-serif;
}

.forum-faq {
  margin-top: 18px;
  border-radius: 16px;
  border: 1px solid #ddd3bf;
  background: #fff;
  padding: 24px;
}

.forum-faq h2 {
  font-size: 30px;
  color: #203a31;
}

.forum-faq-item + .forum-faq-item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ddd4c3;
}

.forum-cta {
  margin-top: 18px;
  border-radius: 16px;
  background: linear-gradient(145deg, #214f3f 0%, #2f6f56 100%);
  border: 1px solid #214f3f;
  padding: 24px;
  color: #fff;
}

.forum-cta h2 {
  color: #fff;
}

.forum-cta p {
  color: #edf3ef;
}

.forum-cta a {
  text-decoration: none;
}

.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 30px rgba(17, 21, 18, 0.22);
}

.floating-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.floating-icon:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.floating-whatsapp {
  background: linear-gradient(145deg, #1fb667 0%, #22d378 100%);
  box-shadow: 0 10px 18px rgba(31, 182, 103, 0.36);
}

.floating-phone {
  background: linear-gradient(145deg, #f3a90f 0%, #ffbc37 100%);
  box-shadow: 0 10px 18px rgba(255, 188, 55, 0.38);
}

.floating-instagram {
  background: linear-gradient(145deg, #833ab4 0%, #e1306c 55%, #f77737 100%);
  box-shadow: 0 10px 18px rgba(225, 48, 108, 0.35);
}

@media (max-width: 991px) {
  body {
    padding-left: 0;
  }
  .forum-page {
    padding-left: 0;
  }
  .left-navigation {
    box-shadow: 0 8px 24px rgba(19, 41, 33, 0.24);
  }
  .nav-menu {
    background-color: #ffbc37;
  }
  .nav-link {
    margin: 4px 10px;
    font-size: 18px;
  }
  .logo-link {
    margin-top: 10px;
  }
  .hero-title-wrapper {
    top: 24%;
    max-width: 90%;
  }
  .hero-heading {
    font-size: 36px;
  }
  .section .w-container,
  .call-to-action-section .w-container {
    padding: 24px;
  }
  .forum-grid {
    grid-template-columns: 1fr;
  }
  .floating-contact {
    right: 12px;
    bottom: 14px;
  }
}

@media (max-width: 767px) {
  .banner {
    min-height: 500px;
    height: 72vh;
  }
  .hero-heading {
    font-size: 30px;
    line-height: 1.3;
  }
  .hero-subheading {
    font-size: 14px;
    line-height: 20px;
  }
  .column-0-padding {
    padding: 16px;
  }
  .forum-page-title h1 {
    font-size: 30px;
  }
  .forum-page-title,
  .forum-topic,
  .forum-faq,
  .forum-cta {
    padding: 18px;
  }
  .floating-contact {
    left: 50%;
    right: auto;
    bottom: 10px;
    transform: translateX(-50%);
    flex-direction: row;
    border-radius: 999px;
    padding: 8px 10px;
  }
  .floating-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    font-size: 20px;
  }
}
