.action_footer {
    display: none;
}
@media (min-width: 992px)
.container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}

@media (min-width: 768px)
.container, .container-md, .container-sm {
    max-width: 720px;
}

@media (min-width: 576px)
.container, .container-sm {
    max-width: 540px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.most-popular-cities-outher {
    margin-bottom: 80px;
    position: relative;
}

.fw-700 {
    font-weight: 700 !important;
}
.fz-22 {
    font-size: 1.375rem !important;
}
@media (max-width: 1199.98px)
.line-bottom {
    margin-bottom: 35px;
}
.line-bottom {
    position: relative;
    margin-bottom: 86px;
    display: inline-block;
}
.line-bottom::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: -20px;
    background-color: #0C213F;
}
.line-bottom::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    bottom: -25px;
    right: -15px;
    background-color: #0C213F;
    border-radius: 50%;
}
@media (max-width: 1199.98px)
.line-bottom {
    margin-bottom: 35px;
}
.line-bottom {
    position: relative;
    margin-bottom: 86px;
    display: inline-block;
}
.fw-700 {
    font-weight: 700 !important;
}
.fz-22 {
    font-size: 1.375rem !important;
}
fw-700 {
    font-weight: 700 !important;
}
.fz-22 {
    font-size: 1.375rem !important;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.mb-4 {
    margin-bottom: 0.5rem!important;
}
@media (min-width: 576px)
.col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
a {
    background-color: transparent;
}
.mpc-inner {
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 576px)
.col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}
mb-4 {
    margin-bottom: 0.5rem!important;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.mpc-text {
    position: absolute;
    z-index: 2;
    background-color: RGBA(12, 33, 63, 0.70);
    bottom: 0;
    right: 0;
    left: 0;
    height: 70px;
    color: #fff;
    padding-left: 30px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.fw-700 {
    font-weight: 700 !important;
}
.fz-19 {
    font-size: 1.188rem !important;
}
@media (max-width: 575.98px)
.mpc-first-img {
    max-height: 200px;
}
@media (max-width: 767.98px)
.mpc-sec-imgs {
    max-height: 150px;
}
@media (max-width: 991.98px)
.mpc-sec-imgs {
    max-height: 200px;
}
@media (max-width: 1199.98px)
.mpc-sec-imgs {
    max-height: 274px;
}
@media (max-width: 1399.98px)
.mpc-sec-imgs {
    max-height: 330px;
}
.mpc-sec-imgs {
    max-height: 250px;
    height: 250px;
    object-fit: cover;
}
.w-100 {
    width: 100%!important;
}
img {
    border-style: none;
}
img, svg {
    vertical-align: middle;
}
@media (max-width: 575.98px)
.mpc-first-img {
    max-height: 200px;
}
@media (max-width: 767.98px)
.mpc-first-img {
    max-height: 317px;
}
@media (max-width: 991.98px)
.mpc-first-img {
    max-height: 425px;
}
@media (max-width: 1199.98px)
.mpc-first-img {
    max-height: 574px;
}
@media (max-width: 1399.98px)
.mpc-first-img {
    max-height: 685px;
}
.mpc-first-img {
    max-height: 796px;
    object-fit: cover;
}
.w-100 {
    width: 100%!important;
}
img {
    border-style: none;
}
img, svg {
    vertical-align: middle;
}


        .favorites-items-left-imgs, .favorites-imgs-line {
            margin-bottom: 14px;
        }

        .logo-side-out {
            flex-wrap: wrap;
            justify-content: center;
        }

        .logo-link-out {
            width: 100%;
            text-align: center;
            margin-bottom: 14px;
        }

        .header-top {
            min-height: 170px;
        }

        .header-swiper-contents {
            padding-top: 100px;
        }

        .logo-link-out {
            order: 2;
        }
    }




        .mpc-first-img {
            max-height: 300px;
        }

        @media all and (min-width: 480px) {
  .deskContent {display:block;}
  .phoneContent {display:none;}
}

@media all and (max-width: 479px) {
  .deskContent {display:none;}
  .phoneContent {display:block;}
}






.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:17px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}















/* 
  Örnek font, renkler (Uyarlayabilirsiniz)
  font-family: 'Open Sans', sans-serif;
  Primary color: #0077b6
  Accent color: #ffd700
*/

/* RESET & GLOBAL */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #333;
  line-height: 1.6;
  font-family: Arial, sans-serif; /* Değiştirebilirsiniz */
  background: #fafafa;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}

/* HEADER */
.header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
  z-index: 999;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.logo h2 {
  color: #0077b6;
  font-size: 1.8rem;
  font-weight: 700;
}
.navbar ul {
  display: flex;
  gap: 1.5rem;
}
.navbar li a {
  font-weight: 600;
  color: #333;
}
.navbar li a:hover {
  color: #0077b6;
}

/* HERO */
.hero {
  position: relative;
  background: url('https://turesta.com/storage/logo/turkish-citizenship-yazisiz.jpg') center/cover no-repeat;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-overlay {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.hero-content {
  position: relative;
  color: #fff;
  max-width: 700px;
  text-align: center;
  z-index: 1;
  padding: 0 1rem;
}
.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.btn-primary {
  background: #0077b6;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-block;
}
.btn-primary:hover {
  background: #005f8e;
}

/* WHY CITIZENSHIP SECTION */
.why-citizenship-section {
  background: #fff;
  padding: 3rem 0;
}
.why-citizenship-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}
.why-citizenship-text {
  flex: 1 1 300px;
}
.why-citizenship-text p {
  margin-bottom: 1rem;
}
.why-citizenship-list {
  margin-top: 1rem;
  padding-left: 1.5rem;
}
.why-citizenship-list li {
  margin-bottom: 0.5rem;
  list-style: disc;
}
.why-citizenship-image {
  flex: 1 1 300px;
  text-align: center;
}
.why-citizenship-image img {
  max-width: 100%;
  border-radius: 5px;
}

/* INVESTMENT DETAILS SECTION */
.investment-details-section {
  padding: 2rem 0;
}
.investment-details-section h2 {
  margin-bottom: 1rem;
  text-align: center;
}
.investment-options {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.investment-options ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
  text-align: left;
}
.investment-options ul li {
  margin-bottom: 0.5rem;
  list-style: disc;
}

/* PROCESS SECTION */
.process-section {
  background: #f8f8f8;
  padding: 3rem 0;
  text-align: center;
}
.process-section h2 {
  margin-bottom: 2rem;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}
.step-box {
  background: #fff;
  padding: 2rem;
  border-radius: 5px;
  position: relative;
}
.step-box span {
  display: block;
  font-size: 2rem;
  color: #ffd700;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.step-box h3 {
  margin-bottom: 1rem;
  color: #0077b6;
  font-size: 1.2rem;
}
.step-box p {
  color: #555;
}

/* SERVICES SECTION */
.services-section {
  background: #fff;
  padding: 3rem 0;
}
.services-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}
.service-box {
  background: #f8f8f8;
  padding: 2rem;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.service-box img {
  width: 60px;
  margin-bottom: 1rem;
}
.service-box h3 {
  color: #0077b6;
  margin-bottom: 1rem;
}
.service-box p {
  color: #555;
}

/* TIMELINE SECTION */
.timeline-section {
  padding: 3rem 0;
  background: #fff;
}
.timeline-section h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.timeline-section p {
  max-width: 800px;
  margin: 0 auto 1rem auto;
  text-align: center;
  color: #555;
}
.timeline-list {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 1.5rem;
}
.timeline-list li {
  margin-bottom: 0.5rem;
  list-style: disc;
}

/* TESTIMONIALS SECTION */
.testimonials-section {
  background: #f8f8f8;
  padding: 3rem 0;
  text-align: center;
}
.testimonials-section h2 {
  margin-bottom: 2rem;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}
.testimonial {
  background: #fff;
  padding: 2rem;
  border-radius: 5px;
  font-style: italic;
  position: relative;
  text-align: left;
}
.testimonial h4 {
  margin-top: 1rem;
  font-weight: bold;
  font-style: normal;
  color: #0077b6;
}

/* FAQ SECTION */
.faq-section {
  padding: 3rem 0;
  background: #fff;
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  margin-bottom: 1.5rem;
}
.faq-item h3 {
  font-size: 1.1rem;
  color: #0077b6;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.faq-item p {
  color: #555;
}

/* CONTACT SECTION */
.contact-section {
  padding: 3rem 0;
  text-align: center;
}
.contact-section h2 {
  margin-bottom: 1rem;
}
.contact-section p {
  margin-bottom: 2rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: bold;
  color: #333;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #0077b6;
}
.btn-primary[type="submit"] {
  margin-top: 1rem;
  cursor: pointer;
  border: none;
}

/* FOOTER */
.footer {
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 2rem 0;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
.footer-left h3 {
  font-size: 1.5rem;
  color: #0077b6;
  margin-bottom: 0.5rem;
}
.footer-left p {
  color: #555;
}
.footer-right ul {
  display: flex;
  gap: 1rem;
}
.footer-right a {
  font-weight: 500;
  color: #333;
  transition: color 0.3s;
}
.footer-right a:hover {
  color: #0077b6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
  }
  .navbar ul {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .hero {
    height: 60vh;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
  .why-citizenship-content,
  .services-grid,
  .timeline-section,
  .testimonials-grid {
    flex-direction: column;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
}