/* CSS STİLLERİ BAŞLANGIÇ */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

/*RENKLER*/
:root {
  --primary-color: #16a085;
  --secondary-color: #00bcd4;
  --success-color: #4caf50;
  --text-color: #000000;
}

.logo {
  color: #fff;
}

.main-nav a:hover {
  color: var(--primary-color);
}

.cta-button {
  background-color: var(--success-color);
}

.cta-button:hover {
  background-color: #388e3c;
}

/* Koyu Yeşil */
.primary-cta {
  background-color: var(--primary-color);
}

.primary-cta:hover {
  background-color: #e64a19;
}

/* Koyu Turuncu */
.step-number {
  background-color: var(--primary-color);
}

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

.section-title {
  color: var(--primary-color);
  margin-bottom: 60px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.price .amount {
  color: var(--primary-color);
}

.price-card.recommended {
  border: 3px solid var(--primary-color);
}

.toggle-option.active {
  color: var(--primary-color);
}

.switch input:checked + .slider {
  background-color: var(--primary-color);
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
  color: #495057;
}

body,
html {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  height: 100%;
}

h1,
h2,
h3 {
  color: var(--primary-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

:target {
  scroll-margin-top: 150px;
}

/* --------------------------------- */
/* ---------SCROLL BAŞLANGIÇ-------- */
/* --------------------------------- */
.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--primary-color, #333);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 990;
}

.scroll-to-top:hover {
  opacity: 1;
}

.scroll-to-top.show {
  display: block;
}

/* --------------------------------- */
/* ---------SCROLL BİTİŞ------------ */
/* --------------------------------- */

/* ----------------------- */
/* ---------HEADER-------- */
/* ----------------------- */
.main-header {
  background-color: var(--primary-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  padding: 15px 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}

.main-header .container {
  position: relative; 
  display: flex;
  align-items: center;
}

.contact-info-top-right {
  position: fixed;
  top: 10px; 
  right: 20px;
  z-index: 1010;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
}

.contact-info-top-right .contact-item a {
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.2;
  transition: color 0.3s;
}

.contact-info-top-right .contact-item a:hover {
  color: #000;
}

/* İletişim İkonları */
.contact-info-top-right .contact-item a i {
  color: #fff;
}

.language-switcher-left {
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 1010;
}

.language-switcher-left .lang-selected {
  display: block;
  width: 32px;
  height: 26px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  z-index: 1020;
}

.language-switcher-left .lang-selected img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ffffff;
  border-radius: 3px;
}

.language-switcher-left .lang-options {
  display: none;
  position: absolute;
  left: 0;
  min-width: 120px;
  background-color: var(--primary-color, #0a4f8d);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 5px 0;
  z-index: 1015;
}

.language-switcher-left:hover .lang-options {
  display: flex;
  flex-direction: column;
  top: 20px;
}

.language-switcher-left .lang-options .lang-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.2s;
}

.language-switcher-left .lang-options .lang-item:hover,
.language-switcher-left .lang-options {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.language-switcher-left .lang-options img {
  width: 24px;
  height: 20px;
  border: none;
  border-radius: 2px;
}

.logo {
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.logo img {
  color: #fff;
  width: 100%;
  max-width: 120px;
  height: auto;
}

.main-header .main-nav {
  margin-left: auto;
}

.main-nav ul {
  list-style: none;
  display: flex;
}

.main-nav li {
  margin-left: 25px;
}

.main-nav a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 5px;
  display: block;
  text-align: center;
  width: 100%;
}

.main-nav a:hover,
.main-nav a.active {
  color: #000;
  transform: scale(1.1);
}

.menu-toggle {
  display: none;
}

.contact-info-mobile {
  display: none !important;
}
/* ----------------------------- */
/* ---------HEADER BİTİŞ-------- */
/* ----------------------------- */

/* ---------------------------------------- */
/* ---------HERO SECTION BAŞLANGIÇ--------- */
/* ---------------------------------------- */
.cta-button {
  background-color: #28a745;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.95em;
  padding: 12px 25px;
  border-radius: 50px;
}

.cta-button:hover {
  background-color: #218838;
}

.hero-section {
  background-color: #f8f9fa;
  padding: 80px 0;
  margin-top: 10px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hero-content {
  flex: 1;
  max-width: 55%;
}

.hero-content h1 {
  font-size: 3em;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.1;
}

.hero-content .subtitle {
  font-size: 1.25em;
  color: #555;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.hero-actions {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.primary-cta {
  background-color: var(--primary-color);
  transition: background-color 0.3s;
}

.primary-cta:hover {
  background-color: #138c77;
}

.secondary-cta {
  background-color: #6c757d;
  color: white;
}

.secondary-cta:hover {
  background-color: #5a6268;
}

.trust-text {
  font-size: 0.9em;
  color: #666;
  font-style: italic;
  margin-top: 10px;
}

.hero-image {
  margin-top: 50px;
  flex: 1;
  max-width: 40%;
  text-align: right;
  transform: rotate(3deg);
}

.hero-image img {
  margin-top: 50px;
  max-width: 60%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* ---------------------------------------- */
/* ---------HERO SECTION BİTİŞ------------- */
/* ---------------------------------------- */

/* ---------------------------------------- */
/* ---------ÖZELLİKLER BAŞLANGIÇ----------- */
/* ---------------------------------------- */

.features-section {
  padding: 60px 0 80px 0;
  background-color: #ffffff;
}

.section-title {
  font-size: 2em;
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 50px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.feature-card {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.feature-card .icon {
  font-size: 3em;
  color: var(--success-color);
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 1.3em;
  color: #333;
  margin-bottom: 10px;
}

.feature-card p {
  color: #666;
}

/* ---------------------------------------- */
/* ---------ÖZELLİKLER BİTİŞ--------------- */
/* ---------------------------------------- */

/* ---------------------------------------- */
/* ---------NASIL ÇALIŞIR BAŞLANGIÇ-------- */
/* ---------------------------------------- */

.how-it-works-section {
  padding: 80px 0;
  background-color: #e9ecef;
}

.steps-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.step-card {
  flex-basis: 22%;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.step-card h3 {
  color: var(--primary-color);
  font-size: 1.1em;
  margin-bottom: 10px;
}

.step-card p {
  color: #6c757d;
  font-size: 0.95em;
}

.step-divider {
  font-size: 2em;
  color: #6c757d;
  margin: 0 10px;
  flex-grow: 1;
  max-width: 5%;
}

.works-cta {
  text-align: center;
  margin-top: 50px;
}

.large-cta {
  padding: 15px 30px;
  font-size: 1.1em;
}

/* ---------------------------------------- */
/* ---------NASIL ÇALIŞIR BİTİŞ------------ */
/* ---------------------------------------- */

/* ---------------------------------------- */
/* ---------FİYATLANDIRMA BAŞLANGIÇ-------- */
/* ---------------------------------------- */

.pricing-section {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}

.section-title {
  margin-bottom: 40px; /* Boşluk artırıldı */
  font-size: 2.5em;
  color: var(--primary-color);
}

.pricing-subtitle {
  font-size: 1.2em;
  color: #6c757d;
  margin-top: -30px;
  margin-bottom: 40px;
}

.price span,
.monthly-unit span {
  transition: opacity 0.1s ease-in-out;
  display: inline-block;
}

.fading {
  opacity: 0;
}

.toggle-selector {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 50px; 
  padding: 6px; 
  border: none;
  border-radius: 25px; 
  background-color: #e9ecef; 

  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.1);
  gap: 5px; 
}

.toggle-selector .toggle-btn {
  padding: 12px 30px; 
  border: none;
  background-color: transparent;
  color: #495057; 
  font-size: 1.05em; 
  font-weight: 600;
  cursor: pointer;
  border-radius: 20px; 
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 140px;
}

.toggle-selector .toggle-btn:hover:not(.is-active) {
  color: var(--primary-color);
  background-color: rgba(255, 255, 255, 0.5); 
}

.toggle-selector .toggle-btn.is-active {
  background-color: var(--primary-color, #0a4f8d);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transform: scale(1.02); 
}
.content-area {
  display: none;
  padding-bottom: 30px;
}

.content-area.is-active {
  display: block;
}


.duration-selector {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 30px auto;
  flex-wrap: wrap;
  max-width: 800px;
}

.duration-btn {
  background-color: #e9ecef;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.25s ease;
  font-weight: 500;
  font-size: 0.9em;
}

.duration-btn:hover {
  background-color: #dee2e6;
}

.duration-btn.is-active {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  box-shadow: 0 3px 8px rgba(0, 123, 255, 0.4);
  transform: translateY(-1px);
}


.pricing-cards-container {
  display: flex;
  justify-content: center;
  gap: 25px; 
  margin-top: 40px;
  padding: 0 10px;
}

.price-card {
  background-color: #ffffff;
  padding: 30px 25px;
  border-radius: 12px; 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); 
  width: 30%;
  min-width: 300px;
  position: relative;
  border: 1px solid #e9ecef;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.content-area[data-content-target="addons"] .price-card {
  width: 45%;
  max-width: 500px;
}

.card-header {
  width: 100%;
}

.card-header h3 {
  font-size: 2em;
  color: var(--primary-color);
  margin-bottom: 5px;
  min-height: 2.4em; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.tagline {
  font-style: normal;
  color: #999;
  margin-bottom: 15px;
  min-height: 2.5em; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.price {
  margin: 15px 0 8px 0;
  font-size: 3em;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
}

.price .currency {
  font-size: 0.45em;
  vertical-align: top;
  font-weight: 500;
  margin-right: 5px;
}

.price .period {
  font-size: 0.28em;
  font-weight: normal;
  color: #6c757d;
  display: block;
  margin-top: -3px;
  min-height: 1.2em;
}

.monthly-unit {
  font-size: 0.85em;
  color: #6c757d;
  min-height: 1.2em;
  margin-bottom: 15px;
}


.price-card .cta-button {
  width: 100%; 
  display: block;
  text-align: center;
  margin: 15px 0 0 0; 
  padding: 12px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
  background-color: var(--primary-color);
  color: #fff;
}

.btn-secondary {
  background-color: var(--secondary-color, #1abc9c);
}

.price-card .cta-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.btn-tertiary.demo-button {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-weight: 500;
  margin-top: 15px;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 12px;
}

.btn-tertiary.demo-button:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.features-list {
  list-style: none;
  text-align: left;
  margin: 20px 0 25px 0; 
  padding: 0;
  border-top: 1px solid #eee;
  flex-grow: 1;
  width: 100%;
}

.features-list li {
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid #eee;
  color: #343a40;
  position: relative;
  font-size: 0.9em;
}

.features-list li:last-child {
  border-bottom: none;
}

.features-list li:before {
  position: absolute;
  left: 0;
  content: "•";
  font-size: 1.1em;
  color: var(--primary-color, #1abc9c);
  font-weight: bold;
}

.badge {
  background-color: #007bff;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.7em;
  margin-left: 5px;
  vertical-align: top;
}

.btn-tertiary.demo-button {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid #ced4da;
  font-weight: 500;
  margin-top: 0;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 12px;
}

.btn-tertiary.demo-button:hover {
  background-color: #138c77;
  color: #fff;
  border-color: #adb5bd;
}

/* ---------------------------------------- */
/* ---------FİYATLANDIRMA BİTİŞ------------ */
/* ---------------------------------------- */

/* ---------------------------------------- */
/* ---------İLETİŞİM BAŞLANGIÇ------------- */
/* ---------------------------------------- */
.contact-section {
  padding: 80px 0;
}

.contact-grid-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.contact-item h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.contact-form-area p {
  margin-top: 0;
  margin-bottom: 20px;
  color: #6c757d;
}

.contact-form textarea {
  resize: vertical;
}

.address-area .contact-info {
  margin-top: 0;
}

.faq-area h3 {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.faq-area .faq-item:first-of-type {
  margin-top: 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
}

.contact-form .primary-cta {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 1.1em;
}

.address-area .contact-detail {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  line-height: 1.5;
  color: var(--text-color);
}

.address-area .contact-detail i {
  font-size: 18px;
  margin-right: 10px;
  color: var(--primary-color);
  min-width: 20px;
  padding-top: 3px;
}

.address-area .contact-detail .label {
  font-weight: 600;
  margin-right: 5px;
}
/* ---------------------------------------- */
/* ---------İLETİŞİM BİTİŞ----------------- */
/* ---------------------------------------- */

/* ---------------------------------------- */
/* ---------SSS BAŞLANGIÇ------------------ */
/* ---------------------------------------- */
.faq-item {
  border: 1px solid #eee;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.faq-toggle {
  display: none;
}

.faq-question {
  display: block;
  background-color: #f8f9fa;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  transition: background-color 0.3s;
  position: relative;
}

.faq-question:hover {
  background-color: #e9ecef;
}

.faq-question:after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.2em;
  line-height: 1;
  transition: transform 0.3s;
}

.faq-toggle:checked + .faq-question:after {
  content: "−";
}

.faq-answer {
  background-color: #fff;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  color: #555;
}

.faq-toggle:checked ~ .faq-answer {
  max-height: 200px;
  padding: 15px 20px;
}

/* ---------------------------------------- */
/* ---------SSS BİTİŞ---------------------- */
/* ---------------------------------------- */

/* ---------------------------------------- */
/* ---------FOOTER BAŞLANGIÇ--------------- */
/* ---------------------------------------- */
.main-footer {
  background-color: var(--primary-color);
  color: #fff;
  padding: 30px 0;
  font-size: 0.9em;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-nav a,
.social-links a {
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
  transition: color 0.3s;
}

.footer-nav a:hover,
.social-links a:hover {
  color: #000;
}

/* ---------------------------------------- */
/* ---------FOOTER BİTİŞ------------------- */
/* ---------------------------------------- */

/* ---------------------------------------- */
/* ---------İŞBİRLİKLERİ BAŞLANGIÇ------------ */
/* ---------------------------------------- */
.logos-section {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}

.logo-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  flex-wrap: nowrap;
}

.client-logo {
  max-width: 100px;
  margin-right: 20px;
  flex-shrink: 0;
  height: auto;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: opacity 0.3s, filter 0.3s;
}

.client-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* ---------------------------------------- */
/* ---------İŞBİRLİKLERİ BİTİŞ------------- */
/* ---------------------------------------- */

/* ---------------------------------------- */
/* ---------EKRAN GÖRÜNTÜLERİ BAŞLANGIÇ---- */
/* ---------------------------------------- */
.slider-wrapper {
  position: relative;
  max-width: 850px;
  margin: 40px auto;
  overflow: hidden;
}

#screenshotsSlider {
  scroll-behavior: smooth;
}

.screenshots-section {
  text-align: center;
}

.screenshots-container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  align-items: center;
  padding-left: 35%;
  padding-right: 35%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.screenshots-container::-webkit-scrollbar {
  display: none;
}

.phone-mockup {
  scroll-snap-align: center;
  transition: all 0.5s ease-in-out;
  transform: scale(0.65);
  opacity: 0.4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  width: 250px;
  max-width: 80vw;
  margin: 0 10px;
  height: auto;
}

.phone-mockup img {
  width: 100%;
  height: auto;
  display: block;
}

.phone-mockup.is-active {
  transform: scale(1);
  opacity: 1;
  z-index: 10;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;

  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
  opacity: 1;
  text-indent: 0;
  line-height: 1;
  box-sizing: border-box;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

/* ---------------------------------------- */
/* ---------EKRAN GÖRÜNTÜLERİ BİTİŞ-------- */
/* ---------------------------------------- */

/* ---------------------------------------- */
/* ---------DEMO SAYFASI BAŞLANGIÇ--------- */
/* ---------------------------------------- */

.split-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .split-content {
    grid-template-columns: 1fr;
  }
}

.info-area h3 {
  color: #16a085;
  font-size: 1.8em;
  margin-bottom: 10px;
}

.info-area ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.info-area ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%2316a085" class="bi bi-check-circle-fill" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.907 11.45a.75.75 0 0 0 1.072-.01l3.96-4.99a.75.75 0 0 0-.011-1.05z"/></svg>')
    no-repeat left center;
  background-size: 16px;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.contact-form-area {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.request-button {
  background-color: var(--primary-color);
  border: none;
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  color: white;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.request-button:hover {
  background-color: #138c77;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="password"],
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* ---------------------------------------- */
/* ---------DEMO SAYFASI BİTİŞ--------- */
/* ---------------------------------------- */

/* ------------------------------------------- */
/* BAŞARI MESAJI (SUCCESS MESSAGE) STİLLERİ */
/* ------------------------------------------- */

.success-message-section {
  padding: 180px 0;

  text-align: center;
  background-color: #f8f9fa;

  min-height: calc(100vh - 120px);

  display: flex;
  align-items: center;
  justify-content: center;
}

.success-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  color: #198754;
  margin: 0 auto 25px auto;
  animation: bounceIn 0.8s ease-out;
}

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

.success-card h2 {
  color: #28a745;
  font-size: 28px;
  margin-bottom: 15px;
}

.success-card .main-text {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.info-box {
  background-color: #e9f7ee;
  border: 1px solid #c8e6c9;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
}

.info-box ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0;
}

.info-box ul li {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 10px;
}

.info-box ul li strong {
  font-weight: 700;
  color: #333;
}

.info-box h3 {
  color: #28a745;
  margin-top: 0;
  font-size: 20px;
}

.info-box p {
  color: #333;
  line-height: 1.6;
}

.panel-button {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s;
}

.fail-message-section {
  padding: 180px 0;
  text-align: center;
  background-color: #fefefe;
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fail-card {
  background: linear-gradient(145deg, #ffffff, #f9f9f9);
  border-radius: 16px;
  padding: 50px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #f0f0f0;
}

.fail-card h2 {
  color: #dc3545;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.fail-card .main-text {
  font-size: 17px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.5;
}

.fail-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  color: #dc3545;
  border: none;
  width: auto;
  height: auto;
  margin: 0 auto 25px auto;
  animation: shake 0.5s;
}

.warning-box {
  background-color: #fff3cd;
  border-left: 5px solid #ffc107;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 35px;
  text-align: left;
}

.warning-box h3 {
  color: #ffc107;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px dashed #ffe08a;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.warning-box ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0;
}

.warning-box ul li {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 10px;
}

.warning-box ul li strong {
  font-weight: 700;
  color: #333;
}

.retry-button {
  display: inline-block;
  background-color: #dc3545;
  color: white;
  padding: 14px 30px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(220, 53, 69, 0.3);
}

.retry-button:hover {
  background-color: #c82333;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(220, 53, 69, 0.4);
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-5px);
  }

  40% {
    transform: translateX(5px);
  }

  60% {
    transform: translateX(-5px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

/* ------------------------------------------- */
/* BAŞARI MESAJI (SUCCESS MESSAGE) STİLLERİ BİTİŞ */
/* ------------------------------------------- */

/* ---------------------------------------- */
/* ---------RESPONSIVE BAŞLANGIÇ----------- */
/* ---------------------------------------- */

/*992 PX*/
@media (max-width: 992px) {
  .main-nav {
    display: none;
  }

  .main-header .container {
    justify-content: space-around;
  }

  .hero-content {
    max-width: 100%;
  }

  .steps-container {
    flex-direction: column;
  }

  .step-card {
    margin-bottom: 20px;
    flex-basis: 100%;
  }

  .step-divider {
    transform: rotate(90deg);
    margin: 10px 0;
  }

  .pricing-cards-container {
    flex-direction: column;
    align-items: center;
  }

  .price-card {
    width: 80%;
    margin-bottom: 30px;
  }

  .price-card.recommended {
    transform: scale(1);
  }

  .price-card.recommended:hover {
    transform: translateY(-5px) scale(1);
  }

  .contact-grid {
    flex-direction: column;
  }

  .contact-form-area {
    border-right: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
  }

  .slider-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0;
  }

  .slider-control {
    display: none;
  }

  .phone-mockup {
    min-width: 250px;
    height: 480px;
    transform: none !important;
    opacity: 1 !important;
    scroll-snap-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .phone-mockup.is-active {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  }

  /*HEADER BAŞLANGIÇ*/
  .menu-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
  }

  .hamburger-icon,
  .hamburger-icon::before,
  .hamburger-icon::after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
  }

  .hamburger-icon::before {
    transform: translateY(-8px);
  }

  .hamburger-icon::after {
    transform: translateY(5px);
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 90vh;
    background-color: var(--primary-color);
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    padding-top: 100px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px 0 0 10px;
  }

  .main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .main-nav li {
    margin: 10px 0;
    width: 80%;
  }

  .main-nav a {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
  }

  .main-nav.open {
    transform: translateX(0);
  }

  .menu-toggle.open .hamburger-icon {
    background-color: transparent;
  }

  .menu-toggle.open .hamburger-icon::before {
    transform: translateY(0) rotate(45deg);
  }

  .menu-toggle.open .hamburger-icon::after {
    transform: translateY(-3px) rotate(-45deg);
  }

  .container > .contact-info-top-right {
    display: none !important;
  }

  .main-nav .contact-info-mobile {
    position: static;
    display: none !important;
    width: 80%;
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    align-items: center;
  }

  .main-nav.open .contact-info-mobile {
    display: block !important;
  }

  .main-nav.open .contact-info-mobile .contact-item a {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
  }

  .main-nav.open .contact-info-mobile .contact-item {
    margin-bottom: 10px;
  }

  /*HEADER BİTİŞ*/
}

/*768 PX*/
@media (max-width: 768px) {
  /*SCROLL BAŞLANGIÇ*/
  .scroll-to-top {
    align-items: center;
    width: 42px;
    height: 42px;
    bottom: 20px;
    right: 20px;
  }

  .scroll-to-top .scroll-icon {
    width: 15px;
    height: 15px;
    transform: translateY(-2px);
  }

  .scroll-to-top .scroll-icon::before {
    border-width: 3px;
  }

  .scroll-to-top:hover {
    transform: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }

  /*SCROLL BİTİŞ*/
  /*HEADER BAŞLANGIÇ*/
  .menu-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
  }

  .hamburger-icon,
  .hamburger-icon::before,
  .hamburger-icon::after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
  }

  .hamburger-icon::before {
    transform: translateY(-8px);
  }

  .hamburger-icon::after {
    transform: translateY(5px);
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 90vh;
    background-color: var(--primary-color);
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    padding-top: 100px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px 0 0 10px;
  }

  .main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .main-nav li {
    margin: 10px 0;
    width: 80%;
  }

  .main-nav a {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
  }

  .main-nav.open {
    transform: translateX(0);
  }

  .menu-toggle.open .hamburger-icon {
    background-color: transparent;
  }

  .menu-toggle.open .hamburger-icon::before {
    transform: translateY(0) rotate(45deg);
  }

  .menu-toggle.open .hamburger-icon::after {
    transform: translateY(-3px) rotate(-45deg);
  }

  /*HEADER BİTİŞ*/

  /*HERO BAŞLANGIÇ**/
  .hero-section .container {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .hero-content,
  .hero-image {
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content h1 {
    font-size: 1em;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
    padding: 0 15px;
  }

  .cta-button {
    width: 100%;
    padding: 15px 25px;
    font-size: 1em;
  }

  .hero-image {
    order: -1;
  }
  .hero-image img {
    display: block; /* IMG'yi blok element yaparak margin: auto'nun çalışmasını sağla */
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; /* Resmin taşmamasını garanti eder */
    height: auto;
  }

  /*HERO BİTİŞ*/

  /*NASIL ÇALIŞIR BAŞLANGIÇ*/
  .works-cta .cta-button.large-cta {
    font-size: 0.9em;
  }

  /*NASIL ÇALIŞIR BİTİŞ*/
  /*FOOTER BAŞLANGIÇ*/

  .footer-content {
    flex-direction: column;
    text-align: center;
    background-color: var(--primary-color);
  }

  .footer-nav,
  .social-links {
    margin-top: 15px;
  }

  .footer-nav a,
  .social-links a {
    margin: 0 10px;
    display: inline-block;
  }

  /*FOOTER BİTİŞ*/

  /*İŞBİRLİKLERİ BAŞLANGIÇ*/
  .client-logo {
    max-width: 100px;
  }

  /*İŞBİRLİKLERİ BİTİŞ*/

  /*EKRAN GÖRÜNTÜLERİ BAŞLANGIÇ*/
  .screenshots-container {
    padding-left: 20%;
    padding-right: 20%;
  }

  .phone-mockup {
    width: 200px;
    max-width: 70vw;
    transform: scale(0.6);
  }

  .phone-mockup.is-active {
    transform: scale(0.95);
  }

  .slider-control {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }

  .prev-btn {
    left: 5px;
  }

  .next-btn {
    right: 5px;
  }

  /*EKRAN GÖRÜNTÜLERİ BİTİŞ*/

  /*İLETİŞİM BAŞLANGIÇ*/
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-area {
    order: 1;
  }

  .address-area {
    order: 2;
  }

  .faq-area {
    order: 3;
  }

  .address-area .map-embed {
    height: 250px;
  }
  .contact-grid-bottom {
        display: flex !important; /* Mevcut display ayarını ezer */
        flex-direction: column !important; /* Alt alta gelmesini zorlar */
        gap: 30px !important; /* Elemanlar arasına boşluk ekler */
    }
    
    /* İç elemanların tam genişliği kaplamasını sağla */
    .address-area,
    .faq-area {
        width: 100% !important; 
        max-width: 100% !important; 
        margin-bottom: 0 !important;
    }

  /*İLETİŞİM BİTİŞ*/
}

/*576 PX*/

@media (max-width: 576px) {
  .price-card {
    width: 95%;
  }

  .pricing-toggle {
    font-size: 0.9em;
  }
}

@media (max-width: 375px) {
  .works-cta .cta-button.large-cta {
    font-size: 0.7em;
  }
}

/* CSS STİLLERİ BİTİŞ */
