/* ------------------------------------------------------------------------------

  Template Name: Hayley


  Description: Hayley - Creative Personal Onepage HTML Template
  Author: Paul
  Author URI: http://themeforest.net/user/paul_tf

  1.  Global

      1.1 General
      1.2 Typography
      1.3 Buttons
      1.4 Forms
      1.5 Animation

  2.  Preloader
  3.  Header
  4.  Home Personal

	  4.1 Slide Intro
	  4.2 Slide Services
	  4.3 Slide Projects
	  4.4 Slide Awards
	  4.5 Slide Experience
	  4.6 Slide Clients
	  4.7 Slide Testimonials
	  4.8 Slide Contact

  5.  Footer



/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/


/* 1.1 General */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
  font-size: 12px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
}

a,
a:hover {
  color: #5ca595;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #5ca595 !important;
}

::selection {
  background-color: #f5853f;
  color: #ffffff;
  text-shadow: none;
}

-webkit-::selection {
  background-color: #f5853f;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background-color: #f5853f;
  color: #ffffff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #f5853f;
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }
}

.full-height {
  min-height: 100vh;
}



/* 1.2 Typography */

.font-custom {
  font-family: 'Open Sans', sans-serif;
}

.text-primary {
  color: #f5853f !important;
}

.text-success,
a.text-success:hover {
  color: #5ca595 !important;
}

.text-underline {
  text-decoration: underline;
}

.text-md {
  font-size: 1.125rem;
}

.text-white a {
  color: #ffffff;
}



/* 1.3 Buttons */

button:focus,
input:focus {
  outline: none;
}

.btn {
  padding: 1rem 2.5rem;
  border-radius: 500px;
  font-weight: bold;
  font-size: 1.125rem;
}

.btn-success,
.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  background-color: #5ca595;
  border-color: #5ca595;
}

.btn-success {
  transition: box-shadow .3s ease-in-out;
  transition-delay: 0;
}

.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  box-shadow: rgba(92, 165, 149, .2) 0 0 0 6px;
}

.btn-sm {
  padding-top: .5rem;
  padding-bottom: .375rem;
  font-size: 1rem;
}

.btn-circle.btn-sm {
  padding-left: .4375rem;
  padding-right: .4375rem;
  min-width: calc(.875rem + 1.5em + 2px);
}



/* 1.4 Forms */

.control-btn {
  margin-top: 2rem;
}

select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='%23000000' d='M32,48.1c-1.3,0-2.4-0.5-3.5-1.3L0.8,20.7c-1.1-1.1-1.1-2.7,0-3.7c1.1-1.1,2.7-1.1,3.7,0L32,42.8l27.5-26.1 c1.1-1.1,2.7-1.1,3.7,0c1.1,1.1,1.1,2.7,0,3.7L35.5,46.5C34.4,47.9,33.3,48.1,32,48.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: 100% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group-material {
  margin-bottom: .625rem;
  padding-top: 1rem;
  position: relative;
}

.form-group-material .label {
  position: absolute;
  left: 0;
  font-size: 1.125rem;
  color: #999999;
  pointer-events: none;
  transform-origin: left top;
  transition: all .3s ease-in-out;
}

.form-group-material .label,
.form-group-material.a-form-group.active .label {
  transform: scale(.77777778);
  top: 0;
}

.form-group-material.a-form-group .label {
  transform: scale(1);
  top: 1.5625rem;
}

.form-group-material .form-control {
  border-radius: 0;
  border: none;
  border-bottom: #999999 1px solid;
  background-color: transparent;
  padding: .5rem 0;
  font-size: 1.125rem;
  color: #000000;
}

.form-group-material .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 1px);
}

.form-group-material .form-control:focus {
  outline: none;
  box-shadow: none;
  border-bottom-color: #000000;
}

label.error {
  margin-top: .5rem;
  margin-bottom: 0;
  color: #f5853f;
}

.form-control.error,
.form-control.error:focus {
  border-color: #f5853f;
  color: #f5853f;
}

.control-file {
  margin-top: 1.625rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.control-file i {
  position: absolute;
  left: -.25rem;
  top: .5625rem;
  font-size: 1.625rem;
}

.control-file .file-path-wrapper {
  overflow: hidden;
}

.control-file input.file-path {
  padding: 0 0 0 2.125rem;
  border: none;
  border-radius: 0;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
}

.control-file input.file-path::-moz-placeholder {
  color: #f5853f;
  text-decoration: underline;
  opacity: 1;
  transition: color .3s ease;
}

.control-file:hover input.file-path::-moz-placeholder {
  color: #5ca595;
}

.control-file input.file-path:-ms-input-placeholder {
  color: #f5853f;
  text-decoration: underline;
  transition: color .3s ease;
}

.control-file:hover input.file-path:-ms-input-placeholder {
  color: #5ca595;
}

.control-file input.file-path::-webkit-input-placeholder {
  color: #f5853f;
  text-decoration: underline;
  transition: color .3s ease;
}

.control-file:hover input.file-path::-webkit-input-placeholder {
  color: #5ca595;
}

.control-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0)
}

.control-file input[type=file]::-webkit-file-upload-button {
  display: none;
}



/* 1.5 Animation */

@-webkit-keyframes fadeZooming {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.6, .6, .6);
    transform: scale3d(.6, .6, .6);
    margin-left: -12rem;
  }

  100% {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes fadeZooming {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.6, .6, .6);
    transform: scale3d(.6, .6, .6);
    margin-left: -12rem;
  }

  100% {
    opacity: 1;
    margin-left: 0;
  }
}

.fadeZooming {
  -webkit-animation-name: fadeZooming;
  animation-name: fadeZooming;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -6.5rem, 0);
    transform: translate3d(0, -6.5rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -6.5rem, 0);
    transform: translate3d(0, -6.5rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
    transform: translate3d(0, 10rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
    transform: translate3d(0, 10rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10rem, 0, 0);
    transform: translate3d(-10rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10rem, 0, 0);
    transform: translate3d(-10rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10rem, 0, 0);
    transform: translate3d(10rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10rem, 0, 0);
    transform: translate3d(10rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}



/*-------------------------------------------------------------------------------
  2. Preloader
/* ------------------------------------------------------------------------------- */

html.preloader-active {
  overflow: hidden;
}

/* PRELOADER */
.preloader {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f4f0 url("/img/brochure/last/preloader-bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
}

.preloader.hidden {
  opacity: 0;
  transform: scale(0.96);
  visibility: hidden;
}

/* Arka plan üstü yumuşak filtre */
.preloader-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 244, 240, 0.85);
  z-index: 1;
}

.preloader-inner {
  text-align: center;
  z-index: 2;
  animation: fadeInScale 1s ease-out;
}

.circle-wrapper {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
}

.preloader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.4));
  opacity: 0.95;
  box-sizing: border-box;
}

.circle-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Sabit siyah halka */
.circle-loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #1d1d1f;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 0;
}

/* Turuncu dolan halka */
.circle-loader circle {
  fill: none;
  stroke: #1d1d1f;
  stroke-width: 5;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  animation: fillCircle 3s ease-in-out forwards;
}

.preloader-text {
  font-size: 2rem;
  line-height: 1.5;
  color: #1d1d1f;
  font-family: "Open Sans", sans-serif;
  opacity: 0;
  animation: fadeInText 1s 1s ease forwards;
}

@keyframes fillCircle {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeInText {
  to {
    opacity: 1;
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


/*-------------------------------------------------------------------------------
  3. Header
-------------------------------------------------------------------------------*/

.header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 0;
}

.header .container-fluid {
  color: #000000;
  transition: color .3s ease-in-out;
}

@media (min-width: 768px) {
  .header {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}

.header-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  z-index: -1;
  background-color: #ffffff;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  transition: .3s ease-in-out;
}

.header-shadow .header-bg {
  height: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.brand {
  float: left;
  margin-right: 1rem;
  white-space: nowrap;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.brand a {
  color: inherit;
  text-decoration: none;
}

.header-content {
  margin-left: 17.25%;
  margin-right: 17.25%;
  padding-top: 3px;
}

.header-tagline {
  padding-top: 2px;
  font-size: .875rem;
  line-height: 1.28571429;
  color: #999999;
  font-weight: bold;
  text-transform: uppercase;
  transition: color .3s ease-in-out;
}

.header-contacts {
  font-weight: bold;
  text-transform: uppercase;
  font-size: .875rem;
}

.header-contact-item,
.header-contact-divider {
  display: inline-block;
  vertical-align: middle;
}

.header-contact-divider {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  opacity: .2;
}

.phone-link,
.phone-link:hover,
.mail-link,
.mail-link:hover {
  color: inherit;
  text-decoration: none;
}

.phone-link {
  cursor: default;
}

.nav-toggle-btn {
  background: none;
  border: none;
  padding: .625rem 0;
  margin: 0;
  border-radius: 0;
  outline: none;
  float: right;
  position: relative;
  z-index: 995;
  font-weight: bold;
  text-transform: uppercase;
  color: inherit;
}

.nav-toggle-btn:hover {
  color: #b11d11;
}

.nav-toggle-btn:focus {
  outline: none;
}

.nav-toggle {
  display: block;
  width: 32px;
}

.nav-toggle .stick {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 3px;
  background: #000000;
  transition: all .3s;
  position: relative;
}

.nav-toggle .stick+.stick {
  margin-top: 9px;
}

.body-menu-opened .nav-toggle .stick-1 {
  animation: ease .5s top forwards;
}

.nav-toggle .stick-1 {
  animation: ease .5s top-2 forwards;
}

.body-menu-opened .nav-toggle .stick-2 {
  animation: ease .5s bottom forwards;
}

.nav-toggle .stick-2 {
  animation: ease .5s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 6px;
    transform: rotate(0);
  }

  100% {
    top: 6px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 6px;
    transform: rotate(45deg);
  }

  50% {
    top: 6px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 6px;
    transform: rotate(0);
  }

  100% {
    bottom: 6px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 6px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 6px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}



.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  background: #ffffff;
  max-width: 100%;
  width: 100%;
  padding: 4.25rem 4.375rem 4.1875rem;
  display: flex;
  flex-direction: column;
  transition: transform .4s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.body-menu-opened .menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.hide-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  background: rgba(0, 0, 0, .65);
  z-index: 980;
}

.body-menu-opened .hide-menu {
  bottom: 0;
}

@media (min-width: 576px) {
  .menu {
    width: 27.5rem;
  }

  .modal-dialog {
    max-width: 450px;
  }
}

.menu .menu-lang,
.menu .menu-main,
.menu .social,
.menu .menu-footer {
  opacity: 0;
  transform: translateY(3rem);
  transition: all .5s ease-in-out;
}

.menu .menu-lang {
  transition-delay: .2s;
}

.menu .menu-main {
  transition-delay: .4s;
}

.menu .social {
  transition-delay: .6s;
}

.menu .menu-footer {
  transition-delay: .8s;
}

.body-menu-opened .menu .menu-lang,
.body-menu-opened .menu .menu-main,
.body-menu-opened .menu .social,
.body-menu-opened .menu .menu-footer {
  opacity: 1;
  transform: translateY(0);
}

.menu .menu-lang {
  padding-bottom: 5.875rem;
  padding-bottom: 8.70370370vmin;
}

.menu-lang {
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 600;
}

.menu-lang-item {
  display: inline-block;
  margin-right: 1.5rem;
  color: #a3a4a8;
  text-decoration: none;
}

.menu-lang-item.active,
.menu-lang-item:hover {
  color: #1f2044;
  text-decoration: none;
}

.menu-main {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 1.375rem;
  font-weight: bold;
}

.menu-main>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-main>ul>li {
  margin-bottom: 1.1875rem;
  padding-left: 2px;
}

.menu-main a,
.menu-main a:hover {
  color: #1f2044;
  text-decoration: none;
}

.menu-main .active>a,
.menu-main a:hover {
  color: #f5853f;
}

.menu-main a:after {
  content: ".";
  opacity: 0;
  display: inline-block;
  transform: translate(2rem, 0);
  transition: all .3s ease-in-out;
}

.menu-main .active a:after {
  transform: translate(0, 0);
  opacity: 1;
}

.menu-footer {
  padding-top: 3rem;
}

.menu-copyright {
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: bold;
  color: #999999;
}



/*-------------------------------------------------------------------------------
  4. Home Personal
-------------------------------------------------------------------------------*/

.content a {
  transition: color .3s ease;
}

@media (max-width: 575px) {
  .homepage-personal .container {
    padding-left: 45px;
    padding-right: 20px;
  }

  .homepage-personal .slide-personal-projects .container {
    padding-right: 53px;
  }
}

#pp-nav.right {
  right: 0;
}

#pp-nav li {
  width: auto;
  height: auto;
  margin: .5rem;
}

#pp-nav li a {
  display: block;
  padding: .375rem;
}

#pp-nav span {
  display: block;
  position: static;
  width: .625rem;
  height: .625rem;
  border: none;
  background-color: #e3e3e3;
  transition: background-color .3s ease-in-out;
}

#pp-nav a:hover span {
  background-color: #aaaaaa;
}

#pp-nav li .active span {
  background-color: #f5853f;
}

@media (min-width: 1600px) {
  #pp-nav.right {
    right: 3.5rem;
  }
}

.pp-scrollable {
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.slide-dark {
  background-color: #ffffff;
}

.slide-num {
  margin-bottom: 1rem;
  position: relative;
  z-index: 200;
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  color: #999999;
  transition: color .3s ease-in-out;
}

@media (min-width: 1400px) {
  .slide-num {
    position: fixed;
    left: 15px;
    top: 29.62962963vmin;
    z-index: 100;
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .slide-num {
    left: 4.25rem;
  }
}

.slide-container {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  padding-top: 7.75rem;
  padding-bottom: 3.25rem;
  position: relative;
}

.slide-container>.container {
  position: relative;
  z-index: 200;
}

.slide-title {
  margin-bottom: 2rem;
  font-size: 9vmin;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  color: #f5853f;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .slide-title {
    font-size: 7.40740741vmin;
  }
}

.slide-title-lg {
  margin-left: -.25rem;
  font-size: 6.875rem;
}

.slide-title-sub {
  margin-bottom: 2.75rem;
  font-size: 1.375rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.45454545;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: .025em;
}

.text-white .slide-title-sub {
  color: #ffffff;
}

.slide-title-sub-sm {
  font-size: 1.125rem;
  line-height: 1.55555556;
}

.slide-title-sub-md {
  font-size: 1.25rem;
}

.slide-title-info {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: -.035em;
}

.slide-descr {
  color: #999999;
  font-size: 1.125rem;
  line-height: 1.1em;
}

.text-white .slide-descr {
  color: #ffffff;
}

.slide-descr-intro {
  margin-right: 18%;
}

.slide-btn {
  margin-top: 6.85185185vmin;
}

.section:not(.active) .animate-element {
  animation-name: none;
}

.section.active .animate-element {
  animation-duration: .7s;
  animation-fill-mode: both;
}

.section.active .delay1 {
  animation-delay: .1s;
}

.section.active .delay2 {
  animation-delay: .2s;
}

.section.active .delay3 {
  animation-delay: .3s;
}

.section.active .delay4 {
  animation-delay: .4s;
}

.section.active .delay5 {
  animation-delay: .5s;
}

.section.active .delay6 {
  animation-delay: .6s;
}

.section.active .delay7 {
  animation-delay: .7s;
}

.section.active .delay8 {
  animation-delay: .8s;
}

.section.active .delay9 {
  animation-delay: .9s;
}

.section.active .delay10 {
  animation-delay: 1s;
}

[class^="circle-"],
[class*=" circle-"] {
  border-radius: 70.625rem;
  transition: all .7s ease-in-out;
}

.circle-golden {
  background-color: #f5853f;
}

.circle-brown {
  background-color: #45a29e;
}

.circle-light {
  background-color: #f5f4f0;
}

.circle-green {
  background-color: #5ca595;
}

.transformLeft {
  transform: translate(-100%, 0);
  opacity: 0;
}

.transformRight {
  transform: translate(100%, 0);
  opacity: 0;
}

.active .transformLeft,
.active .transformRight {
  transform: translate(0%, 0);
  opacity: 1;
}



/* 4.1 Slide Intro */

.slide-personal-intro {
  background-image: url("../img/bg-personal-intro.png");
  background-size: cover;
}

.slide-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-photo {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.slide-intro-man {
  background-image: url("");
  background-position: 50% 50%;
}

.slide-intro-man2 {
  width: 36.82291667%;
  height: 91.01851852%;
  background-image: url("");
  background-size: contain;
  background-position: 0 100%;
  bottom: 0;
  right: 13.02083333%;
}

.slide-intro-circle1 {
  width: 10.0625rem;
  height: 10.0625rem;
  left: -4.5rem !important;
  top: 45.46296296% !important;
  bottom: auto;
  right: auto;
}

.slide-intro-circle2 {
  width: 70.625rem;
  height: 70.625rem;
  left: 58.85416667% !important;
  top: 46.66666667% !important;
  bottom: auto;
  right: auto;
}



/* 4.2 Slide Services */

.slide-services-circle1 {
  width: 8.3125rem;
  height: 8.3125rem;
  right: -3.9375rem !important;
  top: 18.51851852% !important;
  bottom: auto;
  left: auto !important;
}

.slide-services-circle2 {
  width: 55rem;
  height: 55rem;
  left: -8.4375% !important;
  top: 49.44444444% !important;
  bottom: auto;
  right: auto;
}

.slide-title-personal-services {
  margin-bottom: 5.55555556vmin;
  line-height: .93636364;
}

.slide-personal-services .slide-title-info {
  margin-top: 1.25rem;
  margin-bottom: 8.33333333vmin;
}

.service-list {
  margin-bottom: -1.75rem;
}

.service-item {
  margin-bottom: 3.75rem;
}

.service-item-title {
  margin-bottom: .5625rem;
}

.service-item-more {
  margin-top: 1.6875rem;
}

.slide-descr-personal-services {
  margin-right: 10%;
  margin-top: 2.375rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .slide-descr-personal-services {
    margin-top: 22.375rem;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .slide-descr-personal-services {
    margin-right: 35%;
    margin-top: 14.375rem;
  }
}



/* 4.3 Slide Projects */

.carousel-project-personal {
  min-height: 100%;
  display: flex !important;
}

.carousel-project-personal .owl-stage-outer {
  display: flex;
  overflow: visible;
}

.carousel-project-personal.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}

.carousel-project-personal.owl-carousel .owl-item {
  height: 100%;
  float: none;
  min-height: 100%;
}

.carousel-project-personal .carousel-project-item {
  height: 100%;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.carousel-nav button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 2.375rem;
  transition: all .3s ease-in-out;
  color: #999999;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover,
.carousel-nav button.disabled:hover {
  color: #999999;
}

.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover,
.carousel-nav button:not(.disabled):hover {
  color: #555555;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: transparent;
}

.carousel-project-personal.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translate(0, -50%);
  width: 4.375rem;
  color: rgba(255, 255, 255, .6);
}

.carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
  left: -.5rem;
}

.carousel-project-personal.owl-carousel .owl-nav button.owl-next {
  right: 1rem;
}

.carousel-project-personal.owl-carousel .owl-nav button:not(.disabled):hover {
  color: rgba(255, 255, 255, .9);
}

@media (min-width: 1500px) {

  .carousel-project-personal.owl-carousel .owl-nav button,
  .carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
    margin-left: -46rem;
  }

  .carousel-project-personal.owl-carousel .owl-nav button.owl-next {
    margin-left: 46rem;
  }
}

.carousel-project-item {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-project-personal .slide-title {
  margin-bottom: 2.625rem;
}

@media (max-width: 768px) {
  .carousel-project-personal .slide-title {
    margin-bottom: 1.625rem;
  }

  #slogan1 .row {
    height: 320px !important;
  }
}

@media (max-width: 425px) {

  #slogan1 .row {
    height: 200px !important;
  }
}


.project-date {
  margin-top: .375rem;
  font-size: .875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.slide-descr-projects {
  min-height: 8.33333333em;
  margin-bottom: 1.875rem;
}

.slide-btn-projects {
  margin-top: 0;
}

.slide-btn-projects .btn {
  margin-right: 2.25rem;
}

.slide-projects-more {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}

.slide-projects-more:hover {
  text-decoration: none;
}



/* 4.4 Slide Awards */

.slide-personal-awards .slide-bg {
  background-image: url("");
}

.slide-awards-circle1 {
  width: 8.125rem;
  height: 8.125rem;
  left: -4.0625rem !important;
  top: 50.92592593% !important;
  bottom: auto !important;
  right: auto !important;
}

.slide-awards-circle2 {
  width: 45.3125rem;
  height: 45.3125rem;
  right: -15.625% !important;
  top: 82.59259259% !important;
  bottom: auto !important;
  left: auto !important;
}

.award-item {
  background: #f5f4f0;
  border-radius: 1rem 1rem 3rem 1rem;
  padding: 2.1875rem 2.5rem;
}

.award-list .award-item {
  margin-top: 1rem;
}

.award-item-date {
  margin-bottom: .625rem;
  font-size: .875rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
}

.award-item-logo {
  margin-bottom: .75rem;
  height: 9rem;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.award-item-logo img {
  max-width: 100%;
  max-height: 100%;
}

.award-item-title {
  margin-bottom: 1rem;
}

.award-item-descr {
  margin-bottom: 3rem;
}

.award-item-more {
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .award-list .award-item {
    height: calc(100% - 4rem);
  }
}



/* 4.5 Slide Experiences */

.slide-experience-image1 {
  width: 15.5rem;
  height: 15.5rem;
  background-image: url("../img/bg-personal-experience-glasses.png");
  background-size: contain;
  position: absolute;
  top: 7.5% !important;
  right: 3.125% !important;
  bottom: auto !important;
  left: auto !important;
}

.slide-experience-image2 {
  width: 41.3125rem;
  height: 31.25rem;
  background-image: url("../img/bg-personal-experience-device.png");
  background-size: contain;
  position: absolute;
  top: 81.94444444% !important;
  right: 8.59375% !important;
  bottom: auto !important;
  left: auto !important;
}

.slide-experience-image3 {
  width: 42.875rem;
  height: 39.4375rem;
  background-image: url("../img/bg-personal-experience-briefcase.png");
  background-size: contain;
  position: absolute;
  top: 27% !important;
  right: 89% !important;
  bottom: auto !important;
  left: auto !important;
}

.experience-item:not(:first-child) {
  border-top: #e1ddd6 1px solid;
}

.experience-item {
  padding-top: 1.625rem;
}

.experience-item-company,
.experience-item-title,
.experience-item-descr {
  margin-bottom: 1.625rem;
}

.experience-item-title {
  margin-right: 1rem;
}

.experience-item-date {
  margin-top: .3125rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
}

.experience-item-descr {
  margin-top: 2px;
  min-height: 5em;
}

.company-blue {
  color: #1774eb;
}

.company-pink {
  color: #f73163;
}

.company-green {
  color: #1dd05d;
}

.carousel-experience {
  position: relative;
}

.carousel-nav {
  margin-right: -.625rem;
}

.carousel-nav .owl-next {
  margin-left: .5rem;
}

.slide-personal-experience .slide-btn {
  margin-top: 3.88888889vmin;
}

@media (min-width: 768px) {
  .carousel-nav .owl-next {
    margin-left: 2rem;
  }
}



/* 4.6 Slide Clients */

.slide-personal-clients .slide-bg {
  background-image: url("../img/bg-personal-clients.png");
}

.slide-personal-clients .slide-title-info {
  margin-bottom: 3.40740741vmin;
}

.title-mini {
  font-size: .875rem;
  text-transform: uppercase;
  color: #999999;
  font-weight: bold;
}

.slide-personal-clients .title-mini {
  margin-bottom: 3.375rem;
}

.icon-partners {
  display: inline-block;
  vertical-align: top;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/icon-partners.png");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-project {
  display: inline-block;
  vertical-align: top;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/icon-project.png");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-worldwide {
  display: inline-block;
  vertical-align: top;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../img/icon-worldwide.png");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.client-icon {
  width: 3rem;
  margin-right: 2rem;
}

.client-item {
  margin-bottom: 2rem;
}

.client-item-title {
  margin-bottom: .625rem;
  font-size: 2.125rem;
  font-family: 'Poppins';
  line-height: .94117647;
}

.clients-photo {
  height: 0;
  padding-bottom: 103.50877193%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.clients-photo-item {
  width: 4.375rem;
}

.clients-photo .clients-photo-item {
  position: absolute;
  width: 14.56140351%;
}

.clients-photo-item>.inside {
  display: block;
  height: 0;
  padding-bottom: 100%;
  background-color: #f5f4f0;
  border-radius: 50rem;
  overflow: hidden;
  position: relative;
}

.clients-photo-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.clients-photo .clients-photo-item1 {
  width: 19.29824561%;
  top: 43.05084746%;
  left: 6.31578947%;
}

.clients-photo .clients-photo-item2 {
  top: 0%;
  left: 57.54385965%;
}

.clients-photo .clients-photo-item3 {
  top: 48.81355932%;
  right: 0;
}

.clients-photo-item3 img {
  width: 60.24096386%;
  margin-top: 2px;
}

.clients-photo .clients-photo-item4 {
  top: 11.52542373%;
  left: 11.57894737%;
}

.clients-photo-item4 img {
  width: 34.93975904%;
}

.clients-photo .clients-photo-item5 {
  width: 31.92982456%;
  bottom: 0;
  right: 3.50877193%;
}

.clients-photo .clients-photo-item6 {
  width: 17.54385965%;
  bottom: 6.10169492%;
  left: 31.57894737%;
}

.clients-photo-item6 img {
  width: 31%;
}

.clients-photo .clients-photo-item7 {
  width: 49.12280702%;
  top: 23.05084746%;
  left: 31.92982456%;
}

.clients-photo .clients-photo-item8 {
  width: 12.28070175%;
  top: 73.55932203%;
  left: 6.31578947%;
}



/* 4.7 Slide Testimonials */

.slide-testimonials-circle1 {
  width: 10.5625rem;
  height: 10.5625rem;
  left: -14.89361702%;
  top: -11.70212766%;
}

.slide-testimonials-circle2 {
  width: 17.5rem;
  height: 17.5rem;
  left: 64.893617023%;
  top: 65.95744681%;
}

.slide-testimonials-circle3 {
  width: 6.875rem;
  height: 6.875rem;
  left: 27.55208333%;
  top: 100%;
  margin-top: -3.75rem;
}

.slide-personal-testimonials .slide-bg {
  background-image: url("../img/bg-personal-testimonials.png");
}

.testimonials-item-avatar-container {
  margin-bottom: 3.25rem;
}

.testimonial-item-avatar,
.testimonial-item-company {
  display: inline-block;
  vertical-align: top;
  margin-right: -1.25rem;
  width: 4.375rem;
}

.avatar>.inside {
  display: block;
  height: 0;
  padding-bottom: 100%;
  border-radius: 500px;
  overflow: hidden;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-item-text {
  margin-bottom: 3.125rem;
}

.testimonials-item-rating {
  margin-bottom: .875rem;
  color: #ffc705;
}

.testimonials-item-author {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}

.carousel-testimonial.owl-theme .owl-nav {
  margin-top: 3.625rem;
  margin-left: -.5rem;
  text-align: left;
}

.carousel-testimonial.owl-carousel .owl-nav button.owl-prev {
  margin-right: 1.875rem;
}

.slide-personal-testimonials .video-link {
  margin-top: .5rem;
}

.video-link {
  position: relative;
}

.video-link>.inside {
  display: block;
  position: relative;
  z-index: 100;
  height: 0;
  padding-bottom: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem 2rem 5rem 2rem;
}

.center-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.75rem;
}

.center-icon i {
  display: block;
  transform: scale(1);
  transition: all .3s ease-in-out;
}

a:hover .center-icon i {
  transform: scale(1.2);
}

.video-link-descr {
  margin-left: 2.5rem;
  margin-top: 1.375rem;
  position: relative;
  font-style: italic;
}



/* 4.8 Slide Contacts */

.slide-contacts-circle1 {
  width: 60.5625rem;
  height: 60.5625rem;
  top: 46.94444444%;
  left: -3.4375%;
}

.slide-contacts-circle2 {
  width: 8.125rem;
  height: 8.125rem;
  top: 15.55555556%;
  right: -2.96875%;
  left: auto;
}

.contact-personal-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-personal-card-title {
  height: 100%;
}

.contact-personal-card .title-mini {
  margin-bottom: 2.875rem;
}

.contact-personal-card .slide-title-sub {
  margin-bottom: 1.6875rem;
}

.slide-personal-contacts .slide-title-info {
  margin-bottom: 2.625rem;
}

.contact-personal-form {
  margin-bottom: .25rem;
}



/*-------------------------------------------------------------------------------
  5. Footer
-------------------------------------------------------------------------------*/

.social {
  margin: 0;
  padding: 0px;
  list-style: none;
  font-size: 1.3125rem;
  background-color: #0000005d;
  border-top-right-radius: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;

}

.social li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

.social a {
  color: #ffffff;
  transition: color .3s ease;
}

.social a:hover {
  color: #f5853f;
}

.social-fixed {
  position: fixed;
  z-index: 300;
  left: 15px;
  bottom: 0rem;
}

.social-fixed li {
  display: block;
  margin-right: 0;
  margin-bottom: 1.375rem;
}

.copyright {
  text-align: right;
  color: #999999;
  font-weight: bold;
  font-size: .875rem;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

.copyright-fixed {
  position: fixed;
  right: 15px;
  bottom: 1.5rem;
  z-index: 300;
}

@media (min-width: 1600px) {
  .social-fixed {
    left: 4.25rem;
    bottom: 2rem;
  }

  .copyright-fixed {
    right: 4.25rem;
    bottom: 3.5rem;
  }
}


.body-bg-dark .header:not(.header-shadow) .container-fluid {
  color: #ffffff;
}

.body-bg-dark .header:not(.header-shadow) .header-tagline,
.body-bg-dark .copyright,
.body-bg-dark .slide-num,
.body-bg-dark .footer .social a,
.body-copyright-light .copyright {
  color: rgba(255, 255, 255, .6);
}

.body-bg-dark .social a:hover {
  color: #ffffff;
}

.body-bg-dark .header:not(.header-shadow) .nav-toggle .stick,
.body-bg-dark #pp-nav li a:not(.active) span {
  background: #ffffff;
}

.body-menu-opened .body-bg-dark .nav-toggle .stick {
  background: #000000;
}



/*-------------------------------------------------------------------------------
  6. Modal
-------------------------------------------------------------------------------*/

.modal-content {
  border: none;
  border-radius: 1rem 1rem 3rem 1rem;
}

.modal-header {
  padding-top: 2rem;
  padding-bottom: .5rem;
  border-bottom: none;
}

.modal-header,
.modal-body,
.modal-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}

.modal-body {
  padding-bottom: 2rem;
}

.modal-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  color: #f5853f;
  text-transform: uppercase;
}

.modal-header .close {
  padding: .5rem;
  position: relative;
  top: -.5rem;
  right: -.5rem;
  font-size: 1.5rem;
  line-height: .75;
}

.message {
  display: none;
}



@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

.client-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}

.client-grid .client-item {
  width: 100%;
}

/* Tablet ve üzeri için iki sütun */
@media (min-width: 768px) {
  .client-grid .client-item {
    width: calc(50% - 15px);
  }
}

.award-grid-wrapper .row.award-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1px;
}

.award-grid-wrapper .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .award-grid-wrapper .col-lg-4 {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (min-width: 1200px) {
  .award-grid-wrapper .col-lg-4 {
    flex: 0 0 19%;
    max-width: 19%;
  }
}

.award-grid-wrapper .award-item {
  background: #f5f4f0;
  padding: 1.1875rem 1rem !important;
}

.award-grid-wrapper .award-item-logo {
  height: 2rem !important;
}

.award-grid-wrapper .slide-title-sub {
  margin-bottom: 1rem;
  line-height: 1.45454545;
  text-transform: inherit;
  letter-spacing: 0.2em;
}

.award-grid-wrapper .slide-title-sub {
  margin-bottom: 1.5rem !important;
  font-size: 1rem !important;
}

:root {
  --turuncu: #f5853f;
  --lacivert: #0b1441;
}

.page {
  width: 100vw;
  min-height: 100vh;
  height: auto;
  scroll-snap-align: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
}

.snap-wrapper {
  scroll-snap-type: y mandatory;
}

.snap {
  scroll-snap-align: start;
}

.page img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.portfolio-page {
  width: 100vw;
  min-height: 100vh;
  height: auto;
  background-color: #0b1441;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.portfolio-content,
.v2-content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  overflow: visible;
}

.v2-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 1px;
}

.portfolio-left,
.v2-left {
  flex: 1 1 calc(48% - 12px);
  max-width: calc(40% - 12px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  overflow: hidden;
}

.portfolio-right,
.v2-right {
  flex: 1 1 calc(48% - 12px);
  max-width: calc(59% - 12px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  overflow: hidden;
}

@media (max-width: 768px) {

  .portfolio-content,
  .v2-content {
    flex-direction: column;
    padding: 16px;
    max-width: 100%;
  }

  .portfolio-left,
  .portfolio-right,
  .v2-left,
  .v2-right {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.image-top,
.image-bottom,
.v2-image-top,
.v2-image-bottom {
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.image-top img,
.v2-image-top img {
  display: block;
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 400px;
  margin-left: 0;
  border-radius: 8px;
  margin-right: auto;
}

.image-bottom img,
.v2-image-bottom img {
  display: block;
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
  margin-left: 0;
  border-radius: 8px;
  margin-right: auto;
}

.content-text,
.v2-body .v2-long-text {
  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  margin-bottom: 0px;
  font-weight: 600;
}

.price-box,
.v2-price-box {
  background: var(--turuncu);
  padding: 16px;
  border-radius: 12px;
  text-align: center;
  color: white;
  font-weight: bold;
  max-width: 80%;
}

.price-box .divider,
.v2-price-box .divider {
  width: 100%;
  height: 2px;
  background-color: var(--lacivert);
  margin: 4px 0;
}

.value {
  font-size: 30px;
  font-weight: 800;
}

@media (max-width: 600px) {
  .value {
    font-size: 23px;
    font-weight: 800;
  }
}

.box-left,
.v2-price-desc {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  color: white;
  text-align: left;
}

.portfolio-text-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.title-area h1,
.v2-header .v2-title.city-name {
  font-size: 33px;
  margin-bottom: 4px;
  line-height: 1.2;
  margin-top: 2px;
  font-weight: 600;
}

.title-area h2,
.v2-header .v2-title.portfolio-title {
  font-size: 40px;
  margin-top: 0;
  color: var(--turuncu);
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 600;
}

.stats-area,
.v2-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.stat-box-title {
  font-size: 18px;
  color: white;
  margin-bottom: 4px;
}

.stat-box {
  font-size: 23px;
  font-weight: bold;
}

.stat-box.return-box {
  background: var(--turuncu);
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  color: white;
}

.footer-tag {
  background: white;
  color: var(--lacivert);
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: bold;
  align-self: flex-start;
}

.map-page {
  background-color: #000;
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-page {
  min-height: 100vh;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


.map-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
}

.map-image {
  width: 100%;
  height: auto;
  display: block;
}

.map-clickables {
  position: absolute;
  inset: 0;
}

.map-circle {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  color: #0b1441;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 4px;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.map-circle:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

/* Responsive konumlar */
/* 1920px ve üzeri */
@media (min-width: 1900px) {
  .map-circle {
    width: 88px;
    height: 88px;
    font-size: 16px;
    font-weight: 800;
  }

  #circle-carlisle {
    top: 55%;
    left: 82%;
  }

  #circle-manchester {
    top: 67%;
    left: 82%;
  }

  #circle-rotherham {
    top: 67%;
    left: 86%;
  }

  #circle-birmingham {
    top: 75%;
    left: 83%;
  }

  #circle-cambridge {
    top: 77%;
    left: 87%;
  }
}

/* 1600px – 1919px */
@media (min-width: 1701px) and (max-width: 1899px) {
  .map-circle {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }

  #circle-carlisle {
    top: 55.5%;
    left: 83%;
  }

  #circle-manchester {
    top: 67.5%;
    left: 83%;
  }

  #circle-rotherham {
    top: 67.5%;
    left: 87%;
  }

  #circle-birmingham {
    top: 75.5%;
    left: 83.4%;
  }

  #circle-cambridge {
    top: 77.5%;
    left: 87.4%;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  .map-circle {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }

  #circle-carlisle {
    top: 55.5%;
    left: 83%;
  }

  #circle-manchester {
    top: 67.5%;
    left: 83%;
  }

  #circle-rotherham {
    top: 67.5%;
    left: 87%;
  }

  #circle-birmingham {
    top: 75.5%;
    left: 83.4%;
  }

  #circle-cambridge {
    top: 77.5%;
    left: 87.4%;
  }
}

/* 1024px – 1599px */
@media (min-width: 1024px) and (max-width: 1599px) {
  .map-circle {
    width: 64px;
    height: 64px;
    font-size: 11px;
  }

  #circle-carlisle {
    top: 56%;
    left: 87%;
  }

  #circle-manchester {
    top: 68%;
    left: 87%;
  }

  #circle-rotherham {
    top: 68%;
    left: 91%;
  }

  #circle-birmingham {
    top: 75.5%;
    left: 88%;
  }

  #circle-cambridge {
    top: 78%;
    left: 92.4%;
  }
}

/* Mobil (0–1023px) — var olan yapı korunabilir */
@media (max-width: 1023px) {
  .map-circle {
    width: 50px;
    height: 50px;
    font-size: 9px;
    padding: 2px;
  }

  #circle-carlisle {
    top: 55%;
    left: 87%;
  }

  #circle-manchester {
    top: 69%;
    left: 86%;
  }

  #circle-rotherham {
    top: 69%;
    left: 90%;
  }

  #circle-birmingham {
    top: 77%;
    left: 87%;
  }

  #circle-cambridge {
    top: 78%;
    left: 92.5%;
  }
}

@media (max-width: 768px) {
  .map-circle {
    width: 40px;
    height: 40px;
    font-size: 9px;
    padding: 2px;
    color: #000;
  }

  #circle-carlisle {
    top: 55%;
    left: 87%;
  }

  #circle-manchester {
    top: 70%;
    left: 86%;
  }

  #circle-rotherham {
    top: 68%;
    left: 91%;
  }

  #circle-birmingham {
    top: 77%;
    left: 87%;
  }

  #circle-cambridge {
    top: 79%;
    left: 92.5%;
  }
}

@media (max-width: 768px) {

  .portfolio-content,
  .v2-content {
    flex-direction: column;
    padding: 16px;
  }

  .portfolio-left,
  .portfolio-right,
  .v2-left,
  .v2-right {
    flex: 1 1 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .price-box,
  .v2-price-box {
    max-width: 100%;
  }

  .footer-tag {
    align-self: center;
    margin-top: 16px;
  }

  .v2-header .v2-title.city-name {
    font-size: 22px;
  }

  .v2-header .v2-title.portfolio-title {
    font-size: 26px;
  }

  .v2-body .v2-long-text,
  .content-text {
    font-size: 15px;
    line-height: 1.4;
  }

  .stats-area,
  .v2-stats {
    grid-template-columns: 1fr;
  }

  .page img {
    height: auto;
    object-fit: contain;
  }
}

.price-box .price img,
.v2-price-box .price img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 6px;
  vertical-align: middle;
}

.stats-wrapper {
  position: relative;
  border: 3px solid white;
  border-radius: 12px;
  padding: 24px 16px 16px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.stats-label {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #f5853f;
  padding: 4px 12px;
  font-weight: bold;
  color: white;
  font-size: 13px;
  border: 3px solid white;
  border-radius: 8px;
  z-index: 1;
}

.stats-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (max-width: 768px) {
  .stats-area {
    grid-template-columns: 1fr;
  }

  .stats-wrapper {
    padding: 20px 12px 12px;
  }

  .stats-label {
    font-size: 12px;
    padding: 3px 10px;
  }
}

/* Mobil (0–599px): 1 sütun */
@media (max-width: 599px) {

  .stats-area,
  .v2-stats {
    grid-template-columns: 1fr;
  }
}

/* 600–768px: 3 sütun */
@media (min-width: 600px) and (max-width: 768px) {

  .stats-area,
  .v2-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 769px ve üzeri: 2 sütun (varsayılan kalabilir) */
.stats-area,
.v2-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.gap-page {
  background: transparent;
  height: 25px;
  scroll-snap-align: none;
}

@media (min-width: 2001px) {

  .portfolio-content,
  .v2-content {
    max-width: 1700px;
    transform: scale(1.2);
  }

  .content-text,
  .v2-body .v2-long-text {
    font-size: 100%;
  }

  html {
    font-size: 130%;
    /* yani 19.2px */
  }

  .price-box {
    font-size: 105%;
  }

  .value {
    font-size: 220%;
  }

  .box-left {
    font-size: 90%;

  }

  .stat-box {
    font-size: 125%;
  }

  .title-area h1 {
    font-size: 300%;
  }

  .title-area h2 {
    font-size: 300%;
  }

  .stat-box-title {
    font-size: 110%;
  }

  .stats-label {
    font-size: 105%;
    top: -9%;
  }
}

.v3-content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.v3-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.v3-left {
  flex: 1 1 calc(40% - 12px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.v3-right {
  flex: 1 1 calc(59% - 12px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.v3-image-top img,
.v3-image-bottom img {
  display: block;
  object-fit: contain;
  max-width: 100%;
  border-radius: 8px;
}

.v3-price-box {
  background: var(--turuncu);
  padding: 16px;
  border-radius: 12px;
  text-align: center;
  color: white;
  font-weight: bold;
}

.v3-price-desc {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  color: white;
  text-align: left;
}

.v3-title {
  font-family: 'Raleway', sans-serif;
}

.v3-header .city-name {
  font-size: 33px;
  margin-bottom: 4px;
}

.v3-header .portfolio-title {
  font-size: 40px;
  margin-top: 0;
  color: var(--turuncu);
  line-height: 1.3;
}

.v3-long-text {
  font-size: 16px;
  line-height: 1.6;
}

.v3-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .v3-content {
    flex-direction: column;
    padding: 16px;
  }

  .v3-left,
  .v3-right {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .v3-header .city-name {
    font-size: 22px;
  }

  .v3-header .portfolio-title {
    font-size: 26px;
  }

  .v3-long-text {
    font-size: 15px;
    line-height: 1.4;
  }

  .v3-stats {
    grid-template-columns: 1fr;
  }
}

h1.city-name {
  color: #fff;
  text-transform: capitalize;
}

.content-text {
  color: #fff;
}

.stat-box {
  color: #fff;
}

.col-lg-12.mb-5.mb-lg-0 {
  padding-right: 5px;
  padding-left: 5px;
}

.award-item {
  padding-left: 20px;
  padding-right: 20px !important;
  padding-bottom: 2rem !important;
}

.award-item-logo {
  height: 4rem;
}

#personcustom {
  margin-bottom: 25px;
}

#slidepersoncustom {
  margin-bottom: 25px;
}


.klou2-investment-flow-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  overflow-x: hidden;
  /* Mobilde scroll overflow taşmasını engeller */
}

.klou2-investment-title {
  font-size: 4rem;
  color: #f5853f;
  margin-bottom: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}

.klou2-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.klou2-step-box {
  background: #fff;
  color: #0b1441;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-height: 280px;
  width: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  scroll-snap-align: start;
  box-sizing: border-box;
}

.klou2-step-box i {
  font-size: 36px;
  color: #f5853f;
  margin-bottom: 12px;
}

.klou2-step-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.klou2-step-box p {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.klou2-step-number {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #f5853f;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
}

/* Mobil ve tablet için carousel */
.klou2-carousel-wrapper {
  display: none;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100vw;
  margin-left: -20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.klou2-carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 16px;
  scroll-padding-right: 64px;
  padding: 10px 16px 30px 16px;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
}

.klou2-carousel-track .klou2-step-box {
  flex: 0 0 85%;
  width: 85%;
  max-width: none;
  scroll-snap-align: center;
  box-sizing: border-box;
}

.klou2-carousel-track::-webkit-scrollbar {
  height: 6px;
}

.klou2-carousel-track::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

/* Mobil */
@media (max-width: 991px) {
  .klou2-desktop-wrapper {
    display: none;
  }

  .klou2-carousel-wrapper {
    display: block;
  }

  .klou2-carousel-track .klou2-step-box {
    flex: 0 0 85%;
    width: 85%;
  }
}

@media (max-width: 768px) {
  .klou2-carousel-track .klou2-step-box {
    flex: 0 0 95%;
    width: 95%;
  }
}

/* Masaüstü için 991px - 1127px arası 3. satır sorunu fix */
@media (min-width: 990px) and (max-width: 1127px) {
  .klou2-desktop-wrapper .klou2-step-box {
    width: 170px !important;
  }
}

.klou2-faq-wrapper {
  background-color: #0b1441;
  border: 2px solid #f5853f;
  padding: 20px 10px;
  border-radius: 8px;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  color: #ffffff;
}

.klou2-faq-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 24px;
  gap: 24px;
}

.klou2-faq-question {
  background-color: #f5853f;
  color: #fff;
  font-weight: bold;
  padding: 12px 16px;
  border-radius: 4px;
  min-width: 260px;
  max-width: 260px;
  box-sizing: border-box;
}

.klou2-faq-answer {
  flex: 1;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .klou2-faq-box {
    flex-direction: column;
  }

  .klou2-faq-question {
    max-width: 100%;
  }
}

#slogan1 .slide-title {
  text-transform: none !important;
}

@media (min-width: 992px) {
  #slogan1 {
    max-width: 860px;
  }
}

.slide-bg {
  background-color: #0b1441 !important;
}

@media (min-width: 992px) {
  h2.slide-title.mb-5.mb-md-0 {
    max-width: 80%;
  }
}

.award-item-title.slide-title-sub {
  font-weight: 600 !important;
}

.award-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-direction: row;
}

/* Tablet ve altı ekranlarda: 991px ve daha küçük */
@media (max-width: 991px) {
  .award-item-header {
    display: block;
  }

  .award-item-logo {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .award-item-header .slide-title-sub {
    max-width: 70% !important;
  }
}

#genis-portfoy {
  font-size: 3em;
  font-weight: 800;
  color: #f5853f;
  text-transform: none !important;
}

/* Masaüstü (992px ve üzeri) */
@media (min-width: 992px) {
  #genis-portfoy {
    font-size: 4em !important;
  }
}

#genis-portfoy-liste {
  font-size: 1.2em;
  font-weight: 600;
  color: #f5853f;
}

.client-item-title {
  color: #ffffff;
}

.client-item.media {
  border: 2px solid;
  padding: 5px;
  border-radius: 10px;
  border-color: #ffffff;
  align-content: center;
  align-items: center;
}

.client-item-descr.slide-descr {
  color: #ffffff;
  font-weight: 400 !important;
}

.slide-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#harita-slogan {
  height: 150px;
}

/* Mobilde (768px ve altı) */
@media (max-width: 768px) {
  #harita-slogan {
    height: 100px !important;
  }
}

@media (max-width: 468px) {
  #harita-slogan {
    display: none !important;
  }
}

#iletisim .slide-title-sub {
  font-weight: 800 !important;
  color: #ffffff;
}

#iletisim .circle-light {
  background-color: #3ea09b;
}

#biz-kimizi .circle-light {
  background-color: #f5853f;
}

.page[id^="neden-"] {
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 10%;
  padding-bottom: 30px;
  height: auto;
  background-color: #0b1441;
}

@media (max-width: 768px) {
  .page[id^="neden-"] {
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
    align-items: flex-start;
    overflow: visible !important;
    position: relative;
    z-index: 1;
  }
}

.phone-box {
  display: inline-block;
  padding: 10px 18px;
  border: 1.5px solid #f5853f;
  border-radius: 50px;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.phone-box:hover {
  background-color: #f5853f;
  box-shadow: 0 0 12px rgba(245, 133, 63, 0.6), 0 6px 16px rgba(0, 0, 0, 0.15);
}

.phone-link {
  color: #f5853f;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.phone-box:hover .phone-link {
  color: #fff;
}

.email-box {
  display: inline-block;
  padding: 10px 20px;
  border: 1.5px solid #f5853f !important;
  border-radius: 50px;
  background-color: #ffffff !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.email-box a {
  color: #f5853f !important;
}

.email-box a:hover {
  color: #ffffff !important;
}

.email-box:hover {
  background-color: #f5853f !important;
  box-shadow: 0 0 12px rgba(245, 133, 63, 0.6), 0 6px 16px rgba(0, 0, 0, 0.15);
}

.email-link {
  color: #f5853f !important;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.email-box:hover .email-link {
  color: #ffffff !important;
}


/* Masaüstünde yan yana hizalama */
@media (min-width: 992px) {
  #phonesareas {
    display: flex;
    gap: 10px;
    /* aralık istersen */
  }

  #phonesareas .phone-box {
    flex: 1;
  }
}

@media (min-width: 992px) {
  .phone-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
  }

  .phone-wrapper .phone-box {
    flex: 0 0 auto !important;
    padding: 0;
  }

  .phone-box a {
    display: inline-block;
    white-space: nowrap;
    padding: 12px 20px;
    border-radius: 30px;
    background: #ffffff;
    color: #f5853f;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .phone-box a:hover {
    background-color: #f5853f;
    color: #ffffff;
  }
}

@media (max-width: 767.98px) {
  #personphone1custom {
    margin-bottom: 1.75rem;
  }

  #personphone2custom {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 768px) {
  .clients-photo img {
    max-width: 397px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 767.98px) {
  .clients-photo img {
    max-width: 240px;
  }

  #nedeningiltere .clients-photo img {
    max-width: 270px;
  }
}

.map-pin {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  z-index: 10;
}

.map-pin img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.map-pin:hover {
  transform: scale(1.1);
}


/* PDF butonu */
.pdf-fab {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #f5853f;
  color: white;
  border: none;
  padding: 0.5rem;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 700;
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Modal arka plan */
.pdf-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.pdf-modal.hidden {
  display: none;
}

/* Modal içerik kutusu */
.pdf-modal-content {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  text-align: center;
  animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pdf-modal-content h2 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #333;
}

.pdf-modal-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #666;
}

#cityCheckboxes {
  text-align: left;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 1.5rem;
  padding-right: 0.5rem;
}

#cityCheckboxes label {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  color: #444;
}

#cityCheckboxes input[type="checkbox"] {
  margin-right: 0.5rem;
  accent-color: #f5853f;
}

/* Butonlar */
.pdf-modal-content button {
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  margin: 0 0.4rem;
  transition: background 0.2s ease;
}

#generatePdf {
  background-color: #f5853f;
  color: white;
}

#generatePdf:hover {
  background-color: #d96c27;
}

.pdf-modal-content button:not(#generatePdf) {
  background: #f0f0f0;
  color: #333;
}

.pdf-modal-content button:not(#generatePdf):hover {
  background: #e0e0e0;
}

/* PDF için özel CSS (opsiyonel) */
body.pdf-export-mode * {
  transform: none !important;
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
}

.with-bg {
  position: relative;
  overflow: hidden;
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.lang-switcher {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 999;
  display: inline-block;
}

.lang-toggle {
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  background-color: #f0f0f0;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-toggle img {
  width: 22px;
  height: 18px;
  border-radius: 3px;
}

.lang-menu {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.lang-menu.show {
  display: block;
}

.lang-menu a {
  display: flex;
  width: 40px;
  height: 40px;
  margin: 4px auto;
  border-radius: 50%;
  background-color: #f0f0f0;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.lang-menu a:hover {
  background-color: #ddd;
  transform: scale(1.05);
}


/* ✅ Mobil (0 - 480px) */
#basliknext,
#basliknextalt {
  font-size: 11vmin;
}

/* ✅ Tablet / Orta ekran (481px - 768px) */
@media (min-width: 576px) and (max-width: 768px) {

  #basliknext,
  #basliknextalt {
    font-size: 6.95vmin;
  }
}

/* ✅ Tablet / Orta ekran (481px - 768px) */
@media (min-width: 768.2px) and (max-width: 991px) {

  #basliknext,
  #basliknextalt {
    font-size: 6vmin;
  }
}

/* ✅ Büyük ekran (769px ve üzeri) */
@media (min-width: 992px) {

  #basliknext,
  #basliknextalt {
    font-size: 8.40740741vmin;
  }
}

/* Geniş ekranlar için: yatay görünüm */
.next-feature-item {
  display: flex !important;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Mobil (768px ve altı): dikey hizalama */
@media (max-width: 768px) {
  .next-feature-item {
    flex-direction: column !important;
    align-items: flex-start;
  }
}

.unique-next-timeline {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.unique-next-timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #f5853f;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.unique-next-step {
  position: relative;
  width: 50%;
  padding: 1rem;
  box-sizing: border-box;
}

.unique-next-step .unique-next-content {
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

.unique-next-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.unique-next-header h2 {
  margin: 0;
  font-size: 2.1rem;
  font-family: 'Arima', cursive;
}


.unique-next-header .unique-next-icon {
  width: 64px;
  height: auto;
  margin: 0;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

.unique-next-step p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.4;
}

.unique-next-step-number {
  position: absolute;
  top: 1.5rem;
  width: 34px;
  height: 34px;
  background: #0b1441;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 1.3rem;
}

.unique-next-left {
  left: 0;
  text-align: right;
  padding-right: 2%;
}

.unique-next-left .unique-next-step-number {
  right: -14px;
}

.unique-next-right {
  left: 50%;
  text-align: left;
  padding-left: 2%;
}

.unique-next-right .unique-next-step-number {
  left: -14px;
}

@media (max-width: 768px) {

  html,
  body,
  .section {
    overflow: auto !important;
  }

  .unique-next-timeline {
    flex-direction: column;
    height: auto;
    padding: 2rem 1rem;
  }

  .unique-next-timeline::after {
    left: 20px;
  }

  .unique-next-step {
    width: 100%;
    padding: 1rem 1rem 1rem 4rem;
  }

  .unique-next-right,
  .unique-next-left {
    left: 0;
    text-align: left;
  }

  .unique-next-left .unique-next-step-number,
  .unique-next-right .unique-next-step-number {
    left: 0;
  }

  .unique-next-header {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

/* Arka plan ve yazı rengi kutu sırasına göre ayarlandı */
.unique-next-step:nth-child(1) .unique-next-content {
  background-color: #f5853f;
  color: #fff;
}

.unique-next-step:nth-child(2) .unique-next-content {
  background-color: #45a29e;
  color: #ffffff;
}

.unique-next-step:nth-child(3) .unique-next-content {
  background-color: #e63946;
  color: #ffffff;
}

.unique-next-step:nth-child(4) .unique-next-content {
  background-color: #0b1441;
  color: #ffffff;
}

.unique-next-step:nth-child(5) .unique-next-content {
  background-color: #45a29e;
  color: #ffffff;
}

/* Başlığa özel renk düzeltmeleri */
.unique-next-step:nth-child(1) .unique-next-header h2,
.unique-next-step:nth-child(2) .unique-next-header h2,
.unique-next-step:nth-child(3) .unique-next-header h2 {
  color: #fff;
}

.unique-next-step:nth-child(4) .unique-next-header h2 {
  color: #ffffff;
}

.unique-next-step:nth-child(5) .unique-next-header h2 {
  color: #ffffff;
}

/* Diğer stiller korunuyor */
.unique-next-content {
  border-radius: 1rem;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  padding: 0.5rem 1rem;
  transition: background 0.3s ease, color 0.3s ease;
}

.unique-next-step p {
     margin: 0;
    font-size: 0.85rem;
    line-height: 1.4;
    text-align: center;
}

/* İkon ve başlık hizalaması */
.unique-next-header {
 display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.unique-next-header h2 {
  margin: 0;
    font-size: 1.5rem;
    font-family: 'Poppins';
}

/* İkonlar renkli zeminlerde görünür olsun */
.unique-next-icon {
  filter: none;
  /* ikonları beyaz yapar */
}

.unique-next-step:nth-child(4) .unique-next-icon,
.unique-next-step:nth-child(5) .unique-next-icon {
  filter: none;
  /* açık arka planlarda orijinal renk */
}

[id^="neden-"] .award-grid-wrapper .award-list>.col-lg-4:nth-child(5n+1) .award-item {
  background-color: #4a148c;
}

[id^="neden-"] .award-grid-wrapper .award-list>.col-lg-4:nth-child(5n+2) .award-item {
  background-color: #45a29e;
}

[id^="neden-"] .award-grid-wrapper .award-list>.col-lg-4:nth-child(5n+3) .award-item {
  background-color: #e63946;
}

[id^="neden-"] .award-grid-wrapper .award-list>.col-lg-4:nth-child(5n+4) .award-item {
  background-color: #0b1441;
}

[id^="neden-"] .award-grid-wrapper .award-list>.col-lg-4:nth-child(5n) .award-item {
  background-color: #f5853f;
}

[id^="neden-"] .award-item .award-item-descr {
  color: rgba(255, 255, 255, 0.8);
  /* %80 beyaz */
  text-align: center;
}

[id^="neden-"] .award-item .award-item-title {
  color: rgba(255, 255, 255);
  /* %80 beyaz */
  text-align: center;
}

[id^="neden-"] .slide-bg {
  background-color: #ffffff !important;
}

[id^="neden-"] .award-item .award-item-logo {
  text-align: center !important;
  display: block !important;
  height: 4rem !important;
}

[id^="neden-"] .award-item .award-item-logo img {
  display: inline-block !important;
}

[id^="neden-"] .award-item .award-item-logo img {
  max-width: 120px;
  height: auto;
}

[id^="neden-"] .col-lg-4 {
  padding-right: 5px;
  padding-left: 5px;

}

@media (max-width: 768px) {
  [id^="neden-"] .award-item-descr {
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  [id^="neden-"] h2.slide-title.mb-5.mb-md-0 {
    max-width: 100%;
  }
}

[id^="neden-"] .award-grid-wrapper .slide-title-sub {
  margin-bottom: 1.5rem !important;
  font-size: 1.1rem !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  [id^="neden-"] .col-lg-4 {
    margin-bottom: -15px;
  }
}

@media (max-width: 991.98px) {
  #intro .slide-descr-intro {
    margin-right: 5%;
  }
}

@media (min-width: 992px) {
  #intro .slide-descr-intro {
    margin-right: 11%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  #intro .container,
  #intro .container-sm {
    max-width: 900px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  #intro .container,
  #intro .container-sm {
    max-width: 700px;
  }
}

@media (max-width: 575.98px) {
  #intro img {
    width: 108%;
    margin-top: -5%;
    position: relative !important;
    /* gerekli */
    z-index: -10 !important;
    /* diğer öğelerin arkasına düşer */
  }
}

@media (max-width: 575.98px) {
  #intro .slide-btn {
    margin-bottom: 6vmin;
  }
}

@media (max-width: 575.98px) {

  #basliknext,
  #basliknextalt {
    font-size: 11vmin;
    margin-top: 7%;
  }
}

@media (max-width: 575.98px) {
  #intro .col-10 {
    flex: 0 0 89.333333%;
    max-width: 100.333333%;
  }
}

@media (max-width: 575.98px) {
  #intro2 img {
    width: 45%;
    margin-left: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #intro2 img {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #intro2 img {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #intro2 p {
    line-height: 2.4rem;
    font-size: 1.3rem;
  }
}

@media (min-width: 1000px) and (max-width: 1119.98px) {
  #intro2 p {
    line-height: 2.4rem;
    font-size: 1.2rem;
  }
}

@media (min-width: 772px) and (max-width: 999.98px) {
  #intro2 p {
    line-height: 2.1rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 576px) and (max-width: 771.98px) {
  #intro2 p {
    line-height: 2.3rem;
    font-size: 1.2rem;
  }
}

#genis-portfoy-liste p {
  text-align: center !important;
  /* Tüm cihazlarda varsayılan: ortala */
}

/* Tablet ve üstü (min-width: 768px) cihazlarda sağa hizala */
@media (min-width: 768px) {
  #genis-portfoy-liste p {
    text-align: right !important;
  }
}

@media (max-width: 768px) {
  div#genis-portfoy {
    text-align: center;
  }
}

#slogan1 .row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  /* sadece içerik kadar */
  margin-top: 45%;
}

@media (max-width: 426px) {
  #slogan1 .row {
    margin-top: 65%;
  }
}

@media (min-width: 768px) {
  #slogan1 .row {
    margin-top: 30%;
  }
}

@media (min-width: 1024px) {
  #slogan1 .row {
    width: 112%;
  }
}

@media (max-width:425px) {
  #genis-portfoy-liste p {
    font-size: 1.7em;
    line-height: 1.6em !important;
  }

  #nedeningiltere h3.slide-title-info {
    margin-top: 9%;
  }

  #hmo-avantaj .slide-title {
    margin-top: 9%;
  }

  #vergi h3.slide-title-info.animate-element.delay5.fadeInDown {
    margin-top: 30px;
  }

  #feragat h3.slide-title-info.animate-element.delay5.fadeInDown {
    margin-top: 9%;
  }

  .image-bottom img,
  .v2-image-bottom img {
    object-fit: cover;
  }

  #vergi img {
    width: 56% !important;
    display: none;
  }

  #feragat img {
    width: 56% !important;
    display: none;
  }
}

@media (max-width:768px) {
  .klou2-carousel-wrapper {
    display: block;
    overflow: hidden;
    /* Bu dıştan taşmayı engeller */
    position: relative;
    width: 100%;
    padding: 0 32px;
    box-sizing: border-box;
  }


  .klou2-carousel-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;

    -webkit-overflow-scrolling: touch;
    padding: 10px 40px;
    /* oklar için boşluk */
  }

  .klou2-step-box {
    flex: 0 0 85%;
    min-width: 85%;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    box-sizing: border-box;
  }

  .klou2-carousel-left,
  .klou2-carousel-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(245, 133, 63, 0.9);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
  }

  .klou2-carousel-left {
    left: 0;
  }

  .klou2-carousel-right {
    right: 0;
  }

  /* Masaüstünde gizle */
  @media (min-width: 992px) {
    .klou2-carousel-wrapper {
      display: none;
    }
  }
}

#vergi .slide-photo.circle-light.slide-services-circle2.transformLeft {
  background-color: #f5853f;
}

@media (min-width: 426px) and (max-width: 575px) {
  #genis-portfoy-liste p {
    font-size: 1.7em;
    line-height: 1.6em !important;
  }

  #nedeningiltere h3.slide-title-info {
    margin-top: 9%;
  }

  #hmo-avantaj .slide-title {
    margin-top: 9%;
  }

  #vergi h3.slide-title-info.animate-element.delay5.fadeInDown {
    margin-top: 30px;
  }

  #feragat h3.slide-title-info.animate-element.delay5.fadeInDown {
    margin-top: 9%;
  }

  .image-bottom img,
  .v2-image-bottom img {
    object-fit: cover;
  }

  #vergi img {
    width: 56% !important;
    display: none;
  }

  #feragat img {
    width: 56% !important;
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  #nedeningiltere h3.slide-title-info {
    margin-top: 9%;
  }

  #hmo-avantaj .slide-title {
    margin-top: 9%;
  }

  #vergi h3.slide-title-info.animate-element.delay5.fadeInDown {
    margin-top: 30px;
  }

  #feragat h3.slide-title-info.animate-element.delay5.fadeInDown {
    margin-top: 9%;
  }

  .image-bottom img,
  .v2-image-bottom img {
    object-fit: cover;
  }
}

@media (min-width: 992.5px) and (max-width:1024px) {

  #basliknext,
  #basliknextalt {
    font-size: 7.0740741vmin;
  }

  #intro2 p {
    line-height: 2.4rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 1024.5px) and (max-width:1199.5px) {

  #basliknext,
  #basliknextalt {
    font-size: 7.0740741vmin;
  }

  #intro2 p {
    line-height: 2.4rem;
    font-size: 1.4rem;
  }
}

@media (min-width: 2000px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1800px;
  }

  .v3-content {
    max-width: 1700px;
    transform: scale(1.1);
  }

  .image-bottom img,
  .v2-image-bottom img {
    object-fit: cover;
  }

  .image-top img,
  .v2-image-top img {
    object-fit: cover !important;
    width: -webkit-fill-available;
  }

  .portfolio-content,
  .v2-content {
    max-width: 1700px;
    transform: scale(1.1);
  }

  #yatirim-sureci .slide-container {
    transform: scale(1.3);
  }

  #sss .slide-container {
    transform: scale(1.2);
  }

  #slogan .slide-container {
    transform: scale(1);
  }

  #surec .slide-container {
    transform: scale(1);
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .slide-container {
    transform: scale(1.1);
  }

  .klou2-faq-question {
    max-width: 362px;
  }

  .client-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    gap: 32px;
    max-width: 1040px;
    /* 2 x 480px + gap */
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
  }

  .client-grid .client-item {
    width: calc(100% - 15px);
  }

  #intro .col-sm-6.col-10 {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}

@media (min-width: 2000px) {
  .container-fluid {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }
}

/* Tüm pinler için temel konumlandırma */
@media (min-width: 425.5px) and (max-width: 767.98px) {
  .clients-photo img {
    max-width: 350px;
  }
}

/* === TEMEL YAPI === */
#nedeningiltere .clients-photo {
  position: relative;
  text-align: center;
}

#nedeningiltere .clients-photo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#nedeningiltere .map-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 50px;
  height: 50px;
}

/* === MOBİL (Varsayılan 0-767px) === */
#nedeningiltere .pin-birmingham {
  top: 81%;
  left: 55%;
}

#nedeningiltere .pin-cambridge {
  top: 83%;
  left: 67%;
}

#nedeningiltere .pin-manchester {
  top: 68%;
  left: 53%;
}

#nedeningiltere .pin-rotherham {
  top: 70%;
  left: 64%;
}

#nedeningiltere .pin-carlisle {
  top: 52%;
  left: 53%;
}

/* === TABLET (768px+) === */
@media (min-width: 768px) {
  #nedeningiltere .pin-birmingham {
    top: 65%;
    left: 54%;
  }

  #nedeningiltere .pin-cambridge {
    top: 66%;
    left: 63%;
  }

  #nedeningiltere .pin-manchester {
    top: 54%;
    left: 53%;
  }

  #nedeningiltere .pin-rotherham {
    top: 57%;
    left: 61%;
  }

  #nedeningiltere .pin-carlisle {
    top: 42%;
    left: 53%;
  }

  #nedeningiltere .map-pin {
    width: 60px;
    height: 60px;
  }
}

/* === DİZÜSTÜ (992px+) === */
@media (min-width: 992px) {
  #nedeningiltere .pin-birmingham {
    top: 112%;
    left: 54%;
  }

  #nedeningiltere .pin-cambridge {
    top: 117%;
    left: 72%;
  }

  #nedeningiltere .pin-manchester {
    top: 97%;
    left: 54%;
  }

  #nedeningiltere .pin-rotherham {
    top: 99%;
    left: 69%;
  }

  #nedeningiltere .pin-carlisle {
    top: 75%;
    left: 57%;
  }

  #nedeningiltere .map-pin {
    width: 55px;
    height: 55px;
  }
}

/* === GENİŞ EKRAN (1200px+) === */
@media (min-width: 1200px) {
  #nedeningiltere .map-pin {
    width: 60px;
    height: 60px;
  }

  #nedeningiltere .pin-birmingham {
    top: 110%;
    left: 56%;
  }

  #nedeningiltere .pin-cambridge {
    top: 116%;
    left: 73%;
  }

  #nedeningiltere .pin-manchester {
    top: 95%;
    left: 57%;
  }

  #nedeningiltere .pin-rotherham {
    top: 100%;
    left: 71%;
  }

  #nedeningiltere .pin-carlisle {
    top: 74%;
    left: 56%;
  }
}

@media (min-width: 1800px) {
  #nedeningiltere .pin-birmingham {
    top: 109%;
    left: 57%;
  }

  #nedeningiltere .pin-manchester {
    top: 90%;
    left: 57%;
  }

  #nedeningiltere .pin-rotherham {
    top: 95%;
    left: 71%;
  }

  #nedeningiltere .pin-carlisle {
    top: 72%;
    left: 55%;
  }


  #nedeningiltere .pin-cambridge {
    top: 114%;
    left: 74%;
  }

  #nedeningiltere .map-pin {
    width: 60px;
    height: 60px;
  }
}

#hmo-avantaj .slide-bg {
  background-color: #ffffff !important;
}

@media (max-width: 568px) {
  .v3-content {
    display: flex;
    flex-direction: column-reverse;
  }

  .portfolio-content {
    display: flex;
    flex-direction: column-reverse;
  }
}

#portfolio-birmingham-2 .portfolio-page {
  background-color: #101c58;
}

#portfolio-birmingham-2 .city-name {
  color: #ffffff;
}

#portfolio-birmingham-2 .content-text {
  color: #ffffff;
}

#portfolio-birmingham-2 .stats-wrapper {
  border: 3px solid #ffffff;
}

#portfolio-birmingham-2 .stat-box-title {
  color: #ffffff;
}

#portfolio-birmingham-2 .stat-box {
  color: #ffffff;
}

#portfolio-birmingham-2 .stats-label {
  color: #ffffff;
  border: 3px solid #ffffff;
}

#portfolio-birmingham-2 h2.portfolio-title {
  color: #f5853f;
}

#portfolio-birmingham-2 .price-box .divider {
  background-color: #ffffff;
}

#portfolio-birmingham-2 .price-box {
  background-color: #f5853f;
}

#portfolio-birmingham-2 .stat-box.return-box {
  background: #f5853f;
}

#portfolio-carlisle-2 .portfolio-page {
  background-color: #101c58;
}

#portfolio-carlisle-2 .city-name {
  color: #ffffff;
}

#portfolio-carlisle-2 .content-text {
  color: #ffffff;
}

#portfolio-carlisle-2 .stats-wrapper {
  border: 3px solid #ffffff;
}

#portfolio-carlisle-2 .stat-box-title {
  color: #ffffff;
}

#portfolio-carlisle-2 .stat-box {
  color: #ffffff;
}

#portfolio-carlisle-2 .stats-label {
  color: #ffffff;
  border: 3px solid #ffffff;
}

#portfolio-carlisle-2 h2.portfolio-title {
  color: #f5853f;
}

#portfolio-carlisle-2 .price-box .divider {
  background-color: #ffffff;
}

#portfolio-carlisle-2 .price-box {
  background-color: #f5853f;
}

#portfolio-carlisle-2 .stat-box.return-box {
  background: #f5853f;
}

#portfolio-rotherham-2 .portfolio-page {
  background-color: #101c58;
}

#portfolio-rotherham-2 .city-name {
  color: #ffffff;
}

#portfolio-rotherham-2 .content-text {
  color: #ffffff;
}

#portfolio-rotherham-2 .stats-wrapper {
  border: 3px solid #ffffff;
}

#portfolio-rotherham-2 .stat-box-title {
  color: #ffffff;
}

#portfolio-rotherham-2 .stat-box {
  color: #ffffff;
}

#portfolio-rotherham-2 .stats-label {
  color: #ffffff;
  border: 3px solid #ffffff;
}

#portfolio-rotherham-2 h2.portfolio-title {
  color: #f5853f;
}

#portfolio-rotherham-2 .price-box .divider {
  background-color: #ffffff;
}

#portfolio-rotherham-2 .price-box {
  background-color: #f5853f;
}

#portfolio-rotherham-2 .stat-box.return-box {
  background: #f5853f;
}

#portfolio-manchester-2 .portfolio-page {
  background-color: #101c58;
}

#portfolio-manchester-2 .city-name {
  color: #ffffff;
}

#portfolio-manchester-2 .content-text {
  color: #ffffff;
}

#portfolio-manchester-2 .stats-wrapper {
  border: 3px solid #ffffff;
}

#portfolio-manchester-2 .stat-box-title {
  color: #ffffff;
}

#portfolio-manchester-2 .stat-box {
  color: #ffffff;
}

#portfolio-manchester-2 .stats-label {
  color: #ffffff;
  border: 3px solid #ffffff;
}

#portfolio-manchester-2 h2.portfolio-title {
  color: #f5853f;
}

#portfolio-manchester-2 .price-box .divider {
  background-color: #ffffff;
}

#portfolio-manchester-2 .price-box {
  background-color: #f5853f;
}

#portfolio-manchester-2 .stat-box.return-box {
  background: #f5853f;
}

#portfolio-cambridge-2 .portfolio-page {
  background-color: #101c58;
}

#portfolio-cambridge-2 .city-name {
  color: #ffffff;
}

#portfolio-cambridge-2 .content-text {
  color: #ffffff;
}

#portfolio-cambridge-2 .stats-wrapper {
  border: 3px solid #ffffff;
}

#portfolio-cambridge-2 .stat-box-title {
  color: #ffffff;
}

#portfolio-cambridge-2 .stat-box {
  color: #ffffff;
}

#portfolio-cambridge-2 .stats-label {
  color: #ffffff;
  border: 3px solid #ffffff;
}

#portfolio-cambridge-2 h2.portfolio-title {
  color: #f5853f;
}

#portfolio-cambridge-2 .price-box .divider {
  background-color: #ffffff;
}

#portfolio-cambridge-2 .price-box {
  background-color: #f5853f;
}

#portfolio-cambridge-2 .stat-box.return-box {
  background: #f5853f;
}


/* Ortak arka plan ayarı */
#surec .slide-bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* Görselin tamamı görünsün */
  z-index: 1;
  pointer-events: none;
  background-color: #ffffff !important;
}

/* Tablet small */
@media (min-width: 768px) and (max-width: 1100px) {
  #surec .slide-bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    /* Görselin tamamı görünsün */
    z-index: 1;
    pointer-events: none;
    background-color: #ffffff !important;
  }

  #surec .slide-bg {
    background-image: url('/img/brochure/testbgen900.png');
  }

  .unique-next-timeline::after {
    display: none;
  }
}

/* Tablet normal */
@media (min-width: 1101px) and (max-width: 1199px) {
  #surec .slide-bg {
    background-image: url('/img/brochure/testbgen1200.png');
  }

  .unique-next-timeline::after {
    display: none;
  }

  #surec .slide-bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    /* Görselin tamamı görünsün */
    z-index: 1;
    pointer-events: none;
    background-color: #ffffff !important;
  }
}

/* Desktop */
@media (min-width: 1200px) and (max-width: 1399px) {
  #surec .slide-bg {
    background-image: url('/img/brochure/testbgen11.png');
  }

  .unique-next-timeline::after {
    display: none;
  }

  #surec .slide-bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    /* Görselin tamamı görünsün */
    z-index: 1;
    pointer-events: none;
    background-color: #ffffff !important;
  }
}

@media (min-width: 1400px) {
  #surec .slide-bg {
    background-image: url('/img/brochure/testbgen11.png');
  }

  .unique-next-timeline::after {
    display: none;
  }

  #surec .slide-photo.circle-green.slide-awards-circle1.transformLeft {
    display: none;
  }

  #surec .slide-photo.circle-brown.slide-awards-circle2.transformRight {
    display: none;
  }
}

@media (max-width: 768px) {
  .unique-next-timeline::after {
    left: 50%;
    z-index: -9999;
  }
}


/*
@media (min-width: 768px) {
  .klou2-investment-flow-wrapper {
    visibility: hidden;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    pointer-events: none;
  }

  .klou2-investment-flow-wrapper .slide-container {
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
  }
}


@media (max-width: 767px) {
  .klou2-investment-flow-wrapper {
    visibility: visible !important;
    pointer-events: auto;
  }

  .klou2-desktop-wrapper {
    display: none;
  }

  .klou2-carousel-wrapper {
    display: block;
  }
}


@media (min-width: 768px) and (max-width: 1200px) {
  #yatirim-sureci .slide-container {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    background-color: #ffffff !important;
  }

  #yatirim-sureci .slide-container {
    background-image: url(/img/brochure/nextyatirim5-12-0911.png);
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  #yatirim-sureci .slide-container {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    pointer-events: none;
    background-color: #ffffff !important;
    background-size: contain;
  }

  #yatirim-sureci .slide-container {
    background-image: url(/img/brochure/nextyatirim41en.png);
  }
}

@media (min-width: 1401px) and (max-width: 1599px) {
  #yatirim-sureci .slide-container {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    pointer-events: none;
    background-color: #ffffff !important;
    background-size: contain;
  }

  #yatirim-sureci .slide-container {
    background-image: url(/img/brochure/nextyatirim5-12-0911.png);
  }
}


@media (min-width: 1600px) {
  #yatirim-sureci .slide-container {
    position: absolute;
    inset: 0;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-color: #ffffff !important;
    z-index: 1;
    pointer-events: none;
  }
}
*/

@media (max-width: 870px) {
  .stats-label {
    font-size: 10px;
  }
}

#intro2lslogan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#intro2lslogan .row.full-width-blue {
  width: 100vw;
  background-color: #0b1441af;
  margin-left: calc(-50vw + 50%);
  padding: 10px 10px;
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#intro2lslogan .white-text {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  max-width: 520px;
  text-align: center;
  text-transform: none;
}


#intro2lslogan .white-text strong {
  color: white;
  font-weight: 700;
}

#intro2lslogan .slide-title-sub {
  margin-bottom: 1.2rem;
  font-size: 2.75rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.45;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.intro-separator {
  width: 60px;
  height: 3px;
  background-color: #f5853f;
  margin: 20px auto;
  border-radius: 2px;
}

#hmo-avantaj .circle-brown {
  background: #f5853f;
}

.haritaya-don-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

.haritaya-don-btn button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #f5853f;
  color: white;
  border: none;
  padding: 0.5rem;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 500;
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.haritaya-don-btn button:hover {
  background-color: #d86f29;
}

#contact .title-mini {
  font-size: 1.875rem;
}

@media (max-width: 426px) {
  #contact-logo-white img {
    display: none;
  }
}

/*
.klou2-step-box {
  padding: 24px;
  border-radius: 14px;
  margin: 12px;
  min-width: 280px;
  max-width: 320px;
  color: white;
  text-align: center;
  flex-shrink: 0;
}

.klou2-step-box h4 {
  color: white;
  margin-top: 10px;
  font-size: 18px;
}

.klou2-step-box p {
  color: white;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.5;
}

.klou2-step-number {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 8px;
}

.klou2-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.klou2-carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.klou2-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.klou2-carousel-left,
.klou2-carousel-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #f5853f;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.klou2-carousel-left {
  left: 5px;
}

.klou2-carousel-right {
  right: 5px;
}


@media (min-width: 768px) {
  #yatirim-sureci .bg-img {
    display: none;
  }
}
 */

@media (max-width: 479px) {

  #basliknext,
  #basliknextalt {
    font-size: 13vmin;
    margin-top: 7%;
  }

  #intro .slide-title-sub {
    font-size: 1.45rem;
  }

  #intro2lslogan .row.full-width-blue {
    margin-top: 8rem;
  }

  #biz-kimizi-slide-descr {
    font-size: 1.4rem;
  }

  #slogan .slide-title {
    font-size: 7.6vmin;
  }

  #slogan1 .row {
    height: 255px !important;
    margin-top: 55%;
  }

  .unique-next-step p {
    font-size: 1.2rem;
    line-height: normal;
    text-align: center;
  }

  .unique-next-header h2 {
    font-size: 1.8rem;
  }

  #hmo-avantaj .award-item-descr {
    margin-bottom: 0rem;
  }

  #hmo-avantaj .slide-descr {
    font-size: 1.3rem;
    line-height: 1.5em;
  }

  #hmo-avantaj .award-item-title {
    margin-bottom: 0rem;
  }

  #hmo-avantaj .slide-title-sub {
    font-size: 1.5rem;
  }

  #genis-portfoy {
    font-size: 2.2em;
  }

  #nedeningiltere .client-item-title {
    font-size: 1.5em !important;
  }

  #nedeningiltere .clients-photo {
    margin-top: 1rem;
    margin-bottom: -1rem;
  }

  .map-pin {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }

  #neden-birmingham .slide-title {
    font-size: 2.5rem !important;
    margin-bottom: 0px !important;
    font-weight: 600;
  }

  #neden-carlisle .slide-title {
    font-size: 2.5rem !important;
    margin-bottom: 0px !important;
    font-weight: 600;
  }

  #neden-manchester .slide-title {
    font-size: 2.5rem !important;
    margin-bottom: 0px !important;
    font-weight: 600;
  }

  #neden-rotherham .slide-title {
    font-size: 2.5rem !important;
    margin-bottom: 0px !important;
    font-weight: 600;
  }

  #neden-cambridge .slide-title {
    font-size: 2.5rem !important;
    margin-bottom: 0px !important;
    font-weight: 600;
  }

  [id^="neden-"] .award-grid-wrapper .slide-title-sub {
    margin-bottom: 1rem !important;
    font-size: 1.3rem !important;
  }

  .stats-label {
    font-size: 9px;
    padding: 1px 1px;
    text-align: center;
  }

  .price {
    font-size: 1.5rem;
  }

  .klou2-carousel-wrapper {
    padding: 0 18px;
    margin-left: -5px;

  }

  .klou2-investment-title {
    font-size: 4rem;
    color: #0b1441;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .klou2-step-box h4 {
    font-size: 20px;
  }

  .klou2-faq-box {
    margin-bottom: 15px;
    gap: 10px;
  }

  .klou2-faq-answer {
    font-size: 16px;
    line-height: 1.3;
  }

  #contact .slide-title {
    font-size: 10.6vmin;
  }

  #contact .title-mini {
    font-size: 2rem;
  }

  #contact .slide-title-sub {
    font-size: 1.2rem;
  }

  #vergi .slide-title-info {
    font-size: 2rem;
  }

  #feragat .slide-title-info {
    font-size: 2rem;
  }

  #feragat .slide-descr {
    font-size: 1.2rem;
  }
}

@media (min-width: 480px) and (max-width: 575px) {

  #basliknext,
  #basliknextalt {
    font-size: 11.5vmin;
    margin-top: 9%;
  }

  #intro .slide-title-sub {
    font-size: 1.6rem;
  }

  #intro2lslogan .row.full-width-blue {
    margin-top: 18rem;
  }

  #biz-kimizi-slide-descr {
    font-size: 2rem;
    line-height: 2.5rem !important;
  }

  #slogan .slide-title {
    font-size: 7.2vmin;
  }

  #slogan1 .row {
    height: 255px !important;
    margin-top: 55%;
  }

  .unique-next-step p {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .unique-next-header h2 {
    font-size: 2rem;
  }

  #hmo-avantaj .slide-title-info.mb-5.mb-md-0 {
    font-size: 1.8rem !important;
  }

  #hmo-avantaj .slide-descr {
    font-size: 1.6rem;
    line-height: 1.6em;
  }

  #hmo-avantaj .slide-title-sub {
    font-size: 2rem;
  }

  #genis-portfoy {
    font-size: 2.8em;
  }

  #nedeningiltere .client-item-title {
    font-size: 1.5em !important;
  }

  #nedeningiltere .clients-photo img {
    max-width: 320px;
  }

  #nedeningiltereslidedescr {
    font-size: 1.4rem;
    line-height: 1.5em;
  }

  .stats-label {
    font-size: 10px;
    padding: 4px 3px;
    text-align: center;
  }

  .price {
    font-size: 2rem !important;
  }

  .value {
    font-size: 26px;
  }


  .klou2-carousel-wrapper {
    padding: 0 24px;
    margin-left: 0px;
  }

  .klou2-investment-title {
    font-size: 5.4rem;
    color: #0b1441;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .klou2-step-box h4 {
    font-size: 25px;
  }

  .klou2-faq-box {
    margin-bottom: 15px;
    gap: 12px;
  }

  .klou2-step-box p {
    font-size: 18px;
  }

  .klou2-faq-question {
    font-size: 17px;
  }

  .klou2-faq-answer {
    font-size: 17px;
    line-height: 1.4;
  }

  #contact .slide-title {
    font-size: 9.6vmin;
  }

  #contact .title-mini {
    font-size: 2.1rem;
  }

  #contact .slide-title-sub {
    font-size: 1.3rem;
  }

  #vergi .slide-title-info,
  #feragat .slide-title-info {
    font-size: 3.1rem;
  }

  #feragat .slide-descr,
  #vergi .slide-descr {
    font-size: 1.5rem;
  }

  /* Diğer şehir başlıkları (revize edilmedi, orijinalden alınan değerler) */
  #neden-birmingham .slide-title,
  #neden-carlisle .slide-title,
  #neden-manchester .slide-title,
  #neden-rotherham .slide-title,
  #neden-cambridge .slide-title {
    font-size: 2.5rem !important;
    margin-bottom: 0px !important;
    font-weight: 600;
  }

  [id^="neden-"] .award-grid-wrapper .slide-title-sub {
    margin-bottom: 1rem !important;
    font-size: 1.8rem !important;
  }

  [id^="neden-"] .award-item-descr {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .map-pin {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 576px) and (max-width: 639px) {

  #basliknext,
  #basliknextalt {
    font-size: 6.8vmin;
    margin-top: 10%;
  }

  #intro .slide-title-sub {
    font-size: 1.3rem;
  }

  #intro2 p {
    line-height: 2.3rem;
    font-size: 1.5rem;
  }

  #intro2lslogan .row.full-width-blue {
    margin-top: 17rem;
  }

  #biz-kimizi-slide-descr {
    font-size: 1.4rem;
  }

  #slogan .slide-title {
    font-size: 6.8vmin;
  }

  #slogan1 .row {
    height: 260px !important;
    margin-top: 50%;
  }

  #genis-portfoy-liste {
    font-size: 2.2em;
  }

  .unique-next-step p {
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .unique-next-header h2 {
    font-size: 2.2rem;
  }

  #hmo-avantaj .slide-title-info.mb-5.mb-md-0 {
    font-size: 2rem !important;
  }

  #hmo-avantaj .slide-descr {
    font-size: 1.7rem;
    line-height: 1.6em;
  }

  #hmo-avantaj .slide-title-sub {
    font-size: 2.2rem;
  }

  #genis-portfoy {
    font-size: 3em;
  }

  #nedeningiltere .client-item-title {
    font-size: 1.5rem !important;
  }

  #harita-slogan .client-item-title {
    font-size: 1.6em !important;
  }

  #nedeningiltere .clients-photo img {
    max-width: 340px;
  }

  #mapclick {
    bottom: 18rem !important;
    right: 9rem !important;
  }

  #nedeningiltereslidedescr {
    font-size: 1.5rem;
    line-height: 1.6em;
  }

  .stats-label {
    font-size: 11px;
    padding: 5px 4px;
    text-align: center;
  }

  .price {
    font-size: 2.2rem !important;
  }

  .value {
    font-size: 28px;
  }

  .klou2-carousel-wrapper {
    padding: 0 28px;
    margin-left: 0px;
  }

  .klou2-investment-title {
    font-size: 5.6rem;
    color: #0b1441;
    margin-bottom: 32px;
    font-weight: 600;
  }

  .klou2-step-box h4 {
    font-size: 30px;
  }

  .klou2-step-box p {
    font-size: 22px;
  }

  .klou2-faq-box {
    margin-bottom: 15px;
    gap: 14px;
  }

  .klou2-faq-question {
    font-size: 18px;
  }

  .klou2-faq-answer {
    font-size: 18px;
    line-height: 1.5;
  }

  #contact .slide-title {
    font-size: 9.2vmin;
  }

  #contact .title-mini {
    font-size: 2.2rem;
  }

  #contact .slide-title-sub {
    font-size: 1.4rem;
  }

  #vergi .slide-title-info,
  #feragat .slide-title-info {
    font-size: 3.2rem;
  }

  #feragat .slide-descr,
  #vergi .slide-descr {
    font-size: 1.6rem;
  }

  #neden-birmingham .slide-title,
  #neden-carlisle .slide-title,
  #neden-manchester .slide-title,
  #neden-rotherham .slide-title,
  #neden-cambridge .slide-title {
    font-size: 2.7rem !important;
    margin-bottom: 0px !important;
    font-weight: 600;
  }

  [id^="neden-"] .award-grid-wrapper .slide-title-sub {
    margin-bottom: 1rem !important;
    font-size: 1.9rem !important;
  }

  [id^="neden-"] .award-item-descr {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 2.2rem !important;
  }

  .map-pin {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }

  #introimg {
    overflow-x: hidden;
  }

  .col-sm-6.col-10 {
    padding-right: 6px !important;
    padding-left: 8px !important;
  }

}

@media (min-width: 640px) and (max-width: 767px) {

  #basliknext,
  #basliknextalt {
    font-size: 7.2vmin;
    margin-top: 10%;
  }

  #intro .slide-title-sub {
    font-size: 1.5rem !important;
    margin-top: 7rem !important;
  }

  #first-button {
    font-size: 15px;
  }

  #intro2 p {
    line-height: 2.5rem;
    font-size: 1.6rem;
  }

  #intro2lslogan .row.full-width-blue {
    margin-top: 18rem;
  }

  #biz-kimizi-slide-descr {
    font-size: 1.5rem;
  }

  #slogan .slide-title {
    font-size: 6.6vmin;
  }

  #slogan1 .row {
    height: 265px !important;
    margin-top: 50%;
  }

  #genis-portfoy-liste {
    font-size: 2.4em;
  }

  .unique-next-step p {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .unique-next-header h2 {
    font-size: 2.4rem;
  }

  #hmo-avantaj .slide-title-info.mb-5.mb-md-0 {
    font-size: 2.2rem !important;
  }

  #hmo-avantaj .slide-descr {
    font-size: 1.8rem;
    line-height: 1.65em;
  }

  #hmo-avantaj .slide-title-sub {
    font-size: 2.4rem;
  }

  #genis-portfoy {
    font-size: 3.2em;
  }

  #nedeningiltere .client-item-title {
    font-size: 1.6rem !important;
  }

  #harita-slogan .client-item-title {
    font-size: 1.7em !important;
  }

  #nedeningiltere .clients-photo img {
    max-width: 360px;
  }

  #mapclick {
    bottom: 19rem !important;
    right: 10rem !important;
  }

  #nedeningiltereslidedescr {
    font-size: 1.6rem;
    line-height: 1.6em;
  }

  .stats-label {
    font-size: 12px;
    padding: 5px 5px;
    text-align: center;
  }

  .price {
    font-size: 2.4rem !important;
  }

  .value {
    font-size: 30px;
  }

  .klou2-carousel-wrapper {
    padding: 0 32px;
    margin-left: 0px;
  }

  .klou2-investment-title {
    font-size: 5.8rem;
    color: #0b1441;
    margin-bottom: 34px;
    font-weight: 600;
  }

  .klou2-step-box h4 {
    font-size: 32px;
  }

  .klou2-step-box p {
    font-size: 24px;
  }

  .klou2-faq-box {
    margin-bottom: 15px;
    gap: 16px;
  }

  .klou2-faq-question {
    font-size: 19px;
  }

  .klou2-faq-answer {
    font-size: 19px;
    line-height: 1.55;
  }

  #contact .slide-title {
    font-size: 9vmin;
  }

  #contact .title-mini {
    font-size: 2.3rem;
  }

  #contact .slide-title-sub {
    font-size: 1.5rem;
  }

  #vergi .slide-title-info,
  #feragat .slide-title-info {
    font-size: 3.4rem;
  }

  #feragat .slide-descr,
  #vergi .slide-descr {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  #vergi img {
    width: 80% !important;
  }

  #neden-birmingham .slide-title,
  #neden-carlisle .slide-title,
  #neden-manchester .slide-title,
  #neden-rotherham .slide-title,
  #neden-cambridge .slide-title {
    font-size: 2.9rem !important;
    margin-bottom: 0px !important;
    font-weight: 600;
  }

  [id^="neden-"] .award-grid-wrapper .slide-title-sub {
    margin-bottom: 1rem !important;
    font-size: 2rem !important;
  }

  [id^="neden-"] .award-item-descr {
    margin-bottom: 1rem;
    font-size: 1.7rem;
    line-height: 2.3rem !important;
  }

  .map-pin {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }

  #introimg {
    overflow-x: hidden;
  }

  .col-sm-6.col-10 {
    padding-right: 8px !important;
    padding-left: 10px !important;
  }
}

/* 📱 Tablet (768px – 991px) */
@media (min-width: 768px) and (max-width: 991px) {

  #basliknext,
  #basliknextalt {
    font-size: 7vmin;
    margin-top: 10%;
  }

  #intro .slide-title-sub {
    font-size: 1.6rem !important;
    margin-top: 8rem !important;
  }

  #first-button {
    font-size: 18px;
  }

  #intro2 p {
    line-height: 2.5rem;
    font-size: 1.7rem;
  }

  #intro2lslogan .row.full-width-blue {
    margin-top: 20rem;
  }

  #intro2lslogan .white-text {
    font-size: 1.8rem;
  }

  #intro2lslogan .slide-title-sub {
    font-size: 3.75rem;
  }

  #biz-kimizi-slide-descr {
    padding: 2% !important;
    font-size: 1.6rem !important;
  }

  #bizkimizing {
    margin-right: 0px !important;
  }

  #slogan .slide-title {
    font-size: 6.4vmin;
  }

  #slogan1 .row {
    height: 270px !important;
    margin-top: 55%;
  }

  #genis-portfoy-liste {
    font-size: 1.5em;
  }

  .unique-next-step p {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .unique-next-header h2 {
    font-size: 2.6rem;
  }

  #hmo-avantaj .slide-title-info.mb-5.mb-md-0 {
    font-size: 1.5rem !important;
  }

  #hmo-avantaj .slide-descr {
    font-size: 1.9rem;
    line-height: 1.7em;
  }

  #hmo-avantaj .slide-title-sub {
    font-size: 2rem;
  }

  #genis-portfoy {
    font-size: 3rem;
  }

  .client-item-descr.slide-descr {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  #nedeningiltere .client-item-title {
    font-size: 1.7rem !important;
  }

  #harita-slogan .client-item-title {
    font-size: 1.8em !important;
  }

  #nedeningiltere .clients-photo img {
    max-width: 420px;
  }

  #nedeningiltere .map-pin {
    width: 70px;
    height: 70px;
  }

  #mapclick {
    bottom: 28rem !important;
    right: 14rem !important;
  }

  #nedeningiltereslidedescr {
    font-size: 1.7rem;
    line-height: 1.6em;
  }

  .stats-label {
    font-size: 13px;
    padding: 6px 5px;
    text-align: center;
  }

  .content-text,
  .v2-body .v2-long-text {
    font-size: 18px;
  }

  .price {
    font-size: 2.6rem !important;
  }

  .value {
    font-size: 32px;
  }

  .klou2-carousel-wrapper {
    padding: 0 36px;
    margin-left: 0px;
  }

  .klou2-investment-title {
    font-size: 6rem;
    color: #0b1441;
    margin-bottom: 36px;
    font-weight: 600;
  }

  .klou2-step-box h4 {
    font-size: 34px;
  }

  .klou2-step-box p {
    font-size: 26px;
  }

  .klou2-faq-box {
    margin-bottom: 20px;
    gap: 18px;
  }

  .klou2-faq-question {
    font-size: 20px;
  }

  .klou2-faq-answer {
    font-size: 20px;
    line-height: 1.6;
  }

  #contact .slide-title {
    font-size: 8.6vmin;
  }

  #contact .title-mini {
    font-size: 2.4rem;
  }

  #contact .slide-title-sub {
    font-size: 1.6rem;
  }

  #vergi .slide-title-info,
  #feragat .slide-title-info {
    font-size: 3.6rem;
  }

  #feragat .slide-descr,
  #vergi .slide-descr {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  #vergi img {
    width: 85% !important;
  }

  #neden-birmingham .slide-title,
  #neden-carlisle .slide-title,
  #neden-manchester .slide-title,
  #neden-rotherham .slide-title,
  #neden-cambridge .slide-title {
    font-size: 3rem !important;
    margin-bottom: 0px !important;
    font-weight: 600;
  }

  [id^="neden-"] .award-grid-wrapper .slide-title-sub {
    margin-bottom: 1rem !important;
    font-size: 1.8rem !important;
  }

  [id^="neden-"] .award-item-descr {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 2.2rem !important;
  }

  .map-pin {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }

  .vergitext {
    line-height: 2.5rem !important;
  }

  #introimg {
    overflow-x: hidden;
  }

  .col-sm-6.col-10 {
    padding-right: 10px !important;
    padding-left: 12px !important;
  }

  #feragat .col-md-4 {
    display: none !important;
  }

  #vergi .col-md-4 {
    display: none !important;
  }

  #feragat .col-md-8 {
    max-width: 98.666667%;
    flex: 0 0 98.666667%;
  }

  #vergi .col-md-8 {
    max-width: 98.666667%;
    flex: 0 0 98.666667%;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {

  #basliknext,
  #basliknextalt {
    font-size: 8.074074vmin;
  }

  #slogan1 .row {
    width: 105%;
  }

  #hmo-avantaj .slide-descr {
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  #genis-portfoy {
    font-size: 4em !important;
  }

  #nedeningiltere .map-pin {
    width: 53px;
    height: 53px;
  }

  [id^="neden-"] .award-grid-wrapper .slide-title-sub {
    margin-bottom: 1rem !important;
    font-size: 1.5rem !important;
  }

  [id^="neden-"] .award-item-descr {
    margin-bottom: 3rem;
    font-size: 1.3rem;
    line-height: 1.7rem !important;
  }
}

@media (min-width:2560px) {
  #slogan1 .row {
    width: 165%;
    margin-left: -30%;
  }

  #hmo-avantaj .slide-descr {
    font-size: 1.25rem;
    line-height: 1.3em;
  }

  #nedeningiltere .clients-photo img {
    max-width: 540px;
  }

  .map-pin {
    width: 83px;
    height: 83px;
  }

  img#mapclick {
    bottom: 105px;
    right: 70px;
    width: 110px;
  }

  .vergitext {
    font-size: 1.5rem;
    line-height: 2.2rem !important;
  }
}

/* SLIDE CONTAINER (arka plan görseli taşıyan yapı) */
#yatirim-sureci .slide-container {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
  background-color: #ffffff !important;
}

/* SLIDE için sabit arka plan rengi */
#yatirim-sureci .slide-dark {
  background-color: #ffffff !important;

}

#yatirim-sureci .slide-container {
  background-image: url(/img/brochure/investmentbg.png);
}


.nextens-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  align-items: center;
  padding: 20px;
  overflow-x: hidden;
}

.nextens-section-title {
  font-size: 3rem;
  margin-bottom: 2rem;
  margin-top: 5rem;
  color: #f5853f;
  font-weight: 800;
  text-align: center;
}

.nextens-wave-line {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 49px;
  z-index: -2;
  pointer-events: none;
}

.nextens-timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 10px;
  padding: 40px 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.nextens-step {
  flex: 1 1 calc(11.11% - 10px);
  /* 9 adım */
  max-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nextens-step.top {
  margin-bottom: 6rem;
}

.nextens-step.bottom {
  margin-top: 6rem;
}

.nextens-circle {
  width: 100px;
  height: 100px;
  border: 2px dashed #ccc;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nextens-circle img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.nextens-title-box {
  background: #0b1441;
  color: white;
  padding: 4px 6px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 6px;
  font-family: 'Open Sans';
}

.nextens-description {
    font-size: 15px;
    color: #0b1441;
    line-height: 1.2rem;
    margin-top: 4px;
    text-align: center;
    font-family: 'Open Sans';
}

.nextens-desc-wrap {
  max-width: 140px;
}

/* === 768px – 1024px: 3'lü satırlar === */
@media (min-width: 768px) and (max-width: 1024px) {
  .nextens-timeline {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 20px;
  }

  .nextens-step {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    margin: 0;
  }

  .nextens-desc-wrap {
    max-width: 100%;
  }

  .nextens-circle {
    width: 90px;
    height: 90px;
  }

  .nextens-circle img {
    width: 32px;
    height: 32px;
  }

  .nextens-title-box,
  .nextens-description {
    text-align: center;
  }
}

/* === <768px: dikey sıralama === */
@media (max-width: 767px) {
  .nextens-timeline {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }

  .nextens-step {
    width: 100%;
    max-width: 320px;
    margin: 0;
  }

  .nextens-circle {
    width: 80px;
    height: 80px;
  }

  .nextens-circle img {
    width: 32px;
    height: 32px;
  }

  .nextens-desc-wrap {
    max-width: 100%;
  }

  .nextens-title-box {
    font-size: 14px;
    text-align: center;
  }

  .nextens-description {
    font-size: 13px;
    text-align: center;
  }

  .nextens-wave-line {
    display: none;
  }
}

/* === Renkler: nth-of-type ile 9 step için === */
.nextens-step:nth-of-type(1) .nextens-title-box {
  background-color: #0b1441;
}

.nextens-step:nth-of-type(2) .nextens-title-box {
  background-color: #f5853f;
}

.nextens-step:nth-of-type(3) .nextens-title-box {
  background-color: #4a148c;
}

.nextens-step:nth-of-type(4) .nextens-title-box {
  background-color: #e63946;
}

.nextens-step:nth-of-type(5) .nextens-title-box {
  background-color: #45a29e;
}

.nextens-step:nth-of-type(6) .nextens-title-box {
  background-color: #0b1441;
}

.nextens-step:nth-of-type(7) .nextens-title-box {
  background-color: #f5853f;
}

.nextens-step:nth-of-type(8) .nextens-title-box {
  background-color: #4a148c;
}

.nextens-step:nth-of-type(9) .nextens-title-box {
  background-color: #e63946;
}

/*
html, body {
  margin: 0;
  padding: 0;
  height: auto !important;
  min-height: 100vh;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
*/
.unique-nextens-mobile-timeline {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 1rem 2rem;
  /* Üst boşluk eklendi */
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  z-index: 1;
}

.unique-nextens-mobile-timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #f5853f;
  top: 4rem;
  /* çizgi yukarıdan boşlukla başlar */
  bottom: 0;
  left: 20px;
}

.unique-nextens-mobile-step {
  position: relative;
  width: 100%;
  padding: 1rem 1rem 1rem 2rem;
  box-sizing: border-box;
  scroll-margin-top: 6rem;
  /* Scroll ile görünürlüğü garanti eder */
}

.unique-nextens-mobile-step .unique-nextens-mobile-content {
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  transition: background 0.3s ease, color 0.3s ease;
}

.unique-nextens-mobile-header {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  flex-direction: row;
}

.unique-nextens-mobile-header h2 {
  margin: 0;
  font-size: 2.1rem;
  font-family: 'Arima', cursive;
}

.unique-nextens-mobile-icon {
  width: 64px;
  height: auto;
  margin: 0;
  filter: none;
}

.unique-nextens-mobile-step p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.4;
}

.unique-nextens-mobile-step-number {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 34px;
  height: 34px;
  background: #c9cbd7;
  color: #0b1441;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 1.3rem;
}

.unique-nextens-mobile-left,
.unique-nextens-mobile-right {
  position: relative;
  left: 0;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

/* Mobil görünüm */
@media (max-width: 768px) {
  .unique-nextens-mobile-timeline {
    padding: 6rem 1rem 2rem;
  }

  .unique-nextens-mobile-timeline::after {
    display: none;
  }

  .unique-nextens-mobile-step {
    padding: 1rem 1rem 1rem 2rem;
  }

  .unique-nextens-mobile-step-number {
    left: 0;
  }
}

/* Renk temaları (dokunulmadı) */
.unique-nextens-mobile-step:nth-child(1) .unique-nextens-mobile-content {
  background-color: #f5853f;
  color: #fff;
}

.unique-nextens-mobile-step:nth-child(2) .unique-nextens-mobile-content {
  background-color: #45a29e;
  color: #ffffff;
}

.unique-nextens-mobile-step:nth-child(3) .unique-nextens-mobile-content {
  background-color: #e63946;
  color: #ffffff;
}

.unique-nextens-mobile-step:nth-child(4) .unique-nextens-mobile-content {
  background-color: #0b1441;
  color: #ffffff;
}

.unique-nextens-mobile-step:nth-child(5) .unique-nextens-mobile-content {
  background-color: #172464;
  color: #ffffff;
}

.unique-nextens-mobile-step:nth-child(6) .unique-nextens-mobile-content {
  background-color: #f5853f;
  color: #fff;
}

.unique-nextens-mobile-step:nth-child(7) .unique-nextens-mobile-content {
  background-color: #45a29e;
  color: #ffffff;
}

.unique-nextens-mobile-step:nth-child(8) .unique-nextens-mobile-content {
  background-color: #e63946;
  color: #ffffff;
}

.unique-nextens-mobile-step:nth-child(9) .unique-nextens-mobile-content {
  background-color: #0b1441;
  color: #ffffff;
}

.unique-nextens-mobile-step:nth-child(10) .unique-nextens-mobile-content {
  background-color: #45a29e;
  color: #ffffff;
}

/* Başlık renkleri (dokunulmadı) */
.unique-nextens-mobile-step:nth-child(1) .unique-nextens-mobile-header h2,
.unique-nextens-mobile-step:nth-child(2) .unique-nextens-mobile-header h2,
.unique-nextens-mobile-step:nth-child(3) .unique-nextens-mobile-header h2,
.unique-nextens-mobile-step:nth-child(6) .unique-nextens-mobile-header h2,
.unique-nextens-mobile-step:nth-child(7) .unique-nextens-mobile-header h2,
.unique-nextens-mobile-step:nth-child(8) .unique-nextens-mobile-header h2,
.unique-nextens-mobile-step:nth-child(9) .unique-nextens-mobile-header h2,
.unique-nextens-mobile-step:nth-child(10) .unique-nextens-mobile-header h2 {
  color: #fff;
}

.unique-nextens-mobile-step:nth-child(4) .unique-nextens-mobile-header h2 {
  color: #ffffff;
}

.unique-nextens-mobile-step:nth-child(5) .unique-nextens-mobile-header h2 {
  color: #ffffff;
}

/* 1024px ile 569px ARASINDA margin-top: 66% */
@media (max-width: 1024px) and (min-width: 769px) {
  .unique-nextens-mobile-timeline {
    margin-top: 26%;
  }
}

/* 1024px ile 569px ARASINDA margin-top: 66% */
@media (max-width: 768px) and (min-width: 569px) {
  .unique-nextens-mobile-timeline {
    margin-top: 80%;
  }
}

/* 568px ve ALTI için margin-top: 100% */
@media (max-width: 568px) and (min-width: 425px) {
  p.vergitext {
    margin-bottom: 0.5rem !important;
  }

  #feragat .slide-descr {
    font-size: 1.1rem;
    /* line-height: 1.3rem !important; */
  }
}

@media (max-width: 424px) {
  p.vergitext {
    margin-bottom: 0.5rem !important;
  }

  #feragat .slide-descr {
    font-size: 1.1rem;
    /* line-height: 1.3rem !important; */
  }
}
@media screen and (max-width: 568px) and (min-width: 425px) {
  .unique-nextens-mobile-timeline {
    margin-top: 430%;
  }
}

@media screen and (max-width: 424px) {
  .unique-nextens-mobile-timeline {
    margin-top: 365%;
  }
}

@media print {
  .unique-nextens-mobile-timeline {
    margin-top: 2% !important;
  }
}


@media (max-width: 1024px) and (min-width: 769px) {
  .unique-nextens-mobile-timeline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
  }

  .unique-nextens-mobile-step {
    width: calc(50% - 0.5rem);
    /* 2 kutu yan yana */
    padding-left: 3rem;
  }

  .unique-nextens-mobile-step-number {
    top: 2rem;
    left: 0;
  }

  .unique-nextens-mobile-timeline::after {
    display: none;
  }

  .nextens-section-title {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
    margin-top: 10%;
  }
}

@media (max-width: 1024px) {
  .nextens-wrapper {
    display: none;
  }
}

@media (min-width: 1025px) {
  .unique-nextens-mobile-timeline {
    display: none;
  }
}

#pp-nav {
  display: none;
}

@media (max-width: 767px) {
  #bizkimizing {
    display: none;
  }
}

@media (max-width: 768px) {
  .award-item-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .award-item-logo {
    flex-shrink: 0;
    /* Logo sıkışmasın */
  }

  .award-item-logo img {
    width: 40px;
    height: auto;
  }

  .award-item-title {
    font-size: 16px;
    flex: 1;
    /* Geri kalan alanı kaplasın */
    min-width: 0;
    /* Aşırı uzunlukta taşma engellensin */
    word-break: break-word;
    /* Gerekirse kelime bölünsün */
    max-width: 80%;
    line-height: 2.5rem !important;
  }

  .award-item-descr {
    margin-top: 10px;
    font-size: 14px;
  }

  #yatirim-sureci .slide-container {
    padding-top: 35%;
  }

  .award-item-header {
    display: flex;
  }
}

@media (max-width: 479px) {
  .unique-next-header h2 {
    font-size: 1.7rem !important;
    font-weight: 600 !important;
  }

  .unique-next-header .unique-next-icon {
    width: 55px !important;
  }
}

@media (max-width: 568px) {
  .v3-left {
    display: flex;
    flex-direction: column;
  }

  .v3-left .price-box {
    order: 1;
  }

  .v3-left .image-top {
    order: 2;
  }

  .v3-left .image-bottom {
    order: 3;
  }

  .portfolio-left {
    display: flex;
    flex-direction: column;
  }

  .portfolio-left .price-box {
    order: 1;
  }

  .portfolio-left .image-top {
    order: 2;
  }

  .portfolio-left .image-bottom {
    order: 3;
  }

  .award-item-header {
    gap: 10px;
    margin-bottom: 5px !important;
  }

  .award-item-descr {
    margin-top: 0px !important;

  }

  #hmo-avantaj .slide-title-sub {
    font-size: 1.5rem;
    font-family: 'Poppins';
    text-align: center;
  }

  .award-item {
    background: #f5f4f0;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    padding-bottom: 1rem !important;
  }

  [id^="neden-"] .award-grid-wrapper .slide-title-sub {
    margin-bottom: 0rem !important;
    font-size: 1.5rem !important;
    font-family: 'Poppins';
  }

  [id^="neden-"] .award-item-descr {
    margin-bottom: 0rem;
    font-size: 1.3rem;
    line-height: 1.5em;
  }

  .award-item-logo {
    margin-bottom: 0px;
  }

  .v3-content {
    padding: 0px;
    gap: 2px;
  }

  .stat-box.return-box {
    padding: 12px;
  }

  .portfolio-text-group {
    gap: 4px;
  }

  .portfolio-content,
  .v2-content {
    padding: 1px;
    gap: 1px;
  }

  .unique-nextens-mobile-header {
    align-items: center;
  }

  .unique-nextens-mobile-header h2 {
    font-size: 1.8rem;
  }

  .unique-nextens-mobile-icon {
    width: 55px;
  }

  .unique-nextens-mobile-step .unique-nextens-mobile-content {
    padding: 1.5rem 1.5rem;
  }

  .unique-nextens-mobile-step p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5em;
    text-align: center;
  }
}

@media (max-width:1200px) {

  .image-bottom img,
  .v2-image-bottom img {
    max-width: 90%;
  }

  .v3-content {
    padding: 4px;
  }

  .unique-nextens-mobile-header {
    align-items: center;
  }
}

@media (max-width: 479px) {
  #hmo-avantaj .slide-title {
    font-size: 1.8rem !important;
    margin-bottom: 20px !important;
  }

  h3.slide-title-info.mb-5.mb-md-0 {
    margin-bottom: 1rem !important;
  }

  #hmo-avantaj .slide-descr {
    text-align: center;
  }

  [id^="neden-"] .award-grid-wrapper .slide-title-sub {
    font-family: 'Poppins';
    line-height: normal !important;
    margin-bottom: 5px;
  }

  .award-list .col-lg-4:nth-child(1) .award-item {
    background-color: #4a148c !important;
  }

  .award-list .col-lg-4:nth-child(2) .award-item {
    background-color: #45a29e !important;
  }

  .award-list .col-lg-4:nth-child(3) .award-item {
    background-color: #e63946 !important;
  }

  .award-list .col-lg-4:nth-child(4) .award-item {
    background-color: #f5853f !important;
  }

  .award-list .col-lg-4:nth-child(5) .award-item {
    background-color: #0b1441 !important;
  }

  .award-list .col-lg-4:nth-child(6) .award-item {
    background-color: #4a148c !important;
  }

  .unique-next-header h2 {
    font-size: 1.5rem !important;
    text-align: center !important;
    width: 85% !important;
    font-family: 'Poppins' !important;
  }

  .unique-nextens-mobile-icon {
    margin-right: 10px;
  }

  .unique-nextens-mobile-header h2 {
    font-family: 'Poppins';
    font-size: 1.5rem;
  }

  .unique-nextens-mobile-step p {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}

.stat-box.yield-box {
  text-align: center;
  color: white;
  background: var(--turuncu);
  padding: 12px;
  border-radius: 8px;
}

@media (max-width: 991.98px) {
  #last .slide-descr-intro {
    margin-right: 5%;
  }
}


@media (min-width: 992px) {
  #last .slide-descr-intro {
    margin-right: 11%;
  }
}


@media (min-width: 768px) and (max-width: 991.98px) {

  #last .container,
  #last .container-sm {
    max-width: 900px;
  }
}


@media (min-width: 576px) and (max-width: 767.98px) {

  #last .container,
  #last .container-sm {
    max-width: 700px;
  }
}


@media (max-width: 575.98px) {
  #last img {
    width: 108%;
    margin-top: -5%;
    position: relative !important;
    /* gerekli */
    z-index: -10 !important;
    /* diğer öğelerin arkasına düşer */
  }
}


@media (max-width: 575.98px) {
  #last .slide-btn {
    margin-bottom: 6vmin;
  }
}


@media (max-width: 575.98px) {

  #lastbasliknext,
  #lastbasliknextalt {
    font-size: 11vmin;
    margin-top: 7%;
  }
}


@media (max-width: 575.98px) {
  #last .col-10 {
    flex: 0 0 89.333333%;
    max-width: 100.333333%;
  }
}


@media (min-width: 992.5px) and (max-width:1024px) {

  #lastbasliknext,
  #lastbasliknextalt {
    font-size: 7.0740741vmin;
  }
}
@media (min-width: 2000px) {
#last .col-sm-6.col-10 {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}
@media (max-width: 479px) {

  #lastbasliknext,
  #lastbasliknextalt {
    font-size: 13vmin;
    margin-top: 7%;
  }
 #last .slide-title-sub {
    font-size: 1.45rem;
  }
}
@media (min-width: 480px) and (max-width: 575px) {

  #lastbasliknext,
  #lastbasliknextalt {
    font-size: 11.5vmin;
    margin-top: 9%;
  }

  #last .slide-title-sub {
    font-size: 1.6rem;
  }
}

@media (min-width: 576px) and (max-width: 639px) {

  #lastbasliknext,
  #lastbasliknextalt {
    font-size: 6.8vmin;
    margin-top: 10%;
  }

  #last .slide-title-sub {
    font-size: 1.3rem;
  }
 #lastintroimg {
    overflow-x: hidden;
  }
 }
@media (min-width: 640px) and (max-width: 767px) {

  #lastbasliknext,
  #lastbasliknextalt {
    font-size: 7.2vmin;
    margin-top: 10%;
  }

  #last .slide-title-sub {
    font-size: 1.5rem !important;
    margin-top: 7rem !important;
  }
 #lastintroimg {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

  #lastbasliknext,
  #lastbasliknextalt {
    font-size: 7vmin;
    margin-top: 10%;
  }

  #last .slide-title-sub {
    font-size: 1.6rem !important;
    margin-top: 8rem !important;
  }
#lastintroimg {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {

  #lastbasliknext,
  #lastbasliknextalt {
    font-size: 8.074074vmin;
  }
}

@media (max-width: 768px) {
  .slide-personal-clients .row {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 376px) {
.stat-box.yield-box {
    text-align: center;
    color: white;
    background: var(--turuncu);
    padding: 10px;
    border-radius: 8px;
}
}
@media (max-width: 568px) {
  .portfolio-page .stat-box.return-box {
    padding: 7px;
  }

  .portfolio-page .stat-box.yield-box {
    padding: 7px;
   
  }
}

@media (max-width: 768px) {
    .unique-nextens-mobile-step-number {
        left: -13px;
    }
}

.unique-nextens-mobile-step-number {
    position: absolute;
    top: 1.5rem;
    width: 34px;
    height: 34px;
    background: #0b1441;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 1.3rem;
}

@media (max-width: 479px) {
    #nedeningiltere .clients-photo {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

}

#scrollToIntroBtn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5853f;
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

#scrollToIntroBtn:hover {
  background-color: #d96a24;
}

#scrollToIntroBtn .arrow-icon {
  animation: bounceUpDown 3.2s infinite;
}

@keyframes bounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@media (max-width: 479px) {
    #nedeningiltere .clients-photo {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    div#personnamecustom {
    font-size: 2rem !important;
}

.contact-personal-card .slide-title-sub {
    margin-bottom: 0.6875rem;
}

.contact-personal-card .title-mini {
    margin-bottom: 0.875rem;
}

#personphone1custom {
        margin-bottom: 0.75rem;
    }
     
}

.contact2-box {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: white;
  color: #f5853f;
  border: 2px solid #f5853f;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none;
  margin-bottom: 5px;
}

@media (max-width: 479px) {
    #contact .slide-title {
        margin-bottom: 1rem;
    }

.phone-box {
    padding: 5px 10px;
}

.email-box {
    padding: 5px 10px;
font-size: 1rem;
}
    #contact .slide-title-sub {
        font-size: 1rem !important;
    }


.phone-link {
    font-weight: 600;
    font-size: 15px;
 
}

.contact2-box {
    padding: 5px 10px;
    font-size: 15px;

}
#slidepersoncustom {
    margin-bottom: 5px;
}
}

@media (min-width: 768px) {
  .unique-next-step.unique-next-left {
    padding: 0px 25px 0px 0px;
  }

  .unique-next-step.unique-next-right {
    padding: 0px 0px 0px 25px;
  }
}

@media (min-width: 992px) {
  #hmo-avantaj .col-lg-4 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  #hmo-avantaj .award-item-descr {
    margin-bottom: 1.5rem !important;
  }

  #hmo-avantaj .award-item-header {
    margin-bottom: 0px !important;
  }

  #hmo-avantaj .award-item-header .slide-title-sub {
    max-width: 75% !important;
  }
}
