@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

#wrapper {
  flex: 1;
}
.navbar {
  background:
    radial-gradient(
      1000px 500px at 10% 0%,
      rgba(248, 169, 31, 0.18),
      rgba(248, 169, 31, 0) 55%
    ),
    radial-gradient(
      1000px 500px at 90% 10%,
      rgba(37, 99, 235, 0.14),
      rgba(37, 99, 235, 0) 50%
    ),
    #ffffff;
}
.navbar-brand img {
  width: 100%;
  height: 80px;
}
.navbar-nav .nav-item .nav-link {
  color: #333;
  font-weight: 500;
  padding: 10px 15px;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #f8a91f;
}

/* Modern dropdown styles */
.navbar .dropdown-menu {
  min-width: 220px;
  border: none;
  border-radius: 12px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform-origin: top right;
  transform: translateY(6px) scale(0.98);
  opacity: 0;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
  overflow: hidden;
}

.navbar .dropdown.show .dropdown-menu,
.navbar .dropdown-menu.show {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.dropdown-item {
  border-radius: 8px;
  color: #222;
  padding: 10px 14px;
  transition:
    background 0.12s ease,
    color 0.12s ease,
    transform 0.12s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: linear-gradient(
    90deg,
    rgba(248, 169, 31, 0.06),
    rgba(248, 169, 31, 0.1)
  );
  color: #f8a91f;
  transform: translateX(4px);
}

.dropdown-divider {
  height: 1px;
  margin: 6px 0;
  background: rgba(0, 0, 0, 0.06);
  border: none;
}

.navbar .dropdown-toggle::after {
  transition: transform 0.18s ease;
  margin-left: 0.35rem;
}

.navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

/* Icons inside dropdown items */
.dropdown-item .bi {
  font-size: 1.05rem;
  color: rgba(248, 169, 31, 0.85);
  vertical-align: -0.125em;
  transition:
    color 0.12s ease,
    transform 0.12s ease;
}

.dropdown-item:hover .bi,
.dropdown-item:focus .bi {
  color: #f8a91f;
  transform: translateX(2px);
}

@media (max-width: 767px) {
  .dropdown-item {
    padding: 14px 16px;
  }
}

/* Mega menu (Hizmetlerimiz) */
.mega-dropdown {
  position: static;
}

.navbar .mega-menu {
  width: 100%;
  max-width: none;
  padding: 18px 0 12px;
  border-radius: 18px;
  background: #f8fafc;
}

.mega-menu-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.mega-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  height: 100%;
}

.mega-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.mega-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: #fff;
  font-size: 1.1rem;
}

.mega-icon-blue {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.mega-icon-green {
  background: linear-gradient(135deg, #16a34a, #15803d);
}

.mega-icon-purple {
  background: linear-gradient(135deg, #a855f7, #7c3aed);
}

.mega-icon-pink {
  background: linear-gradient(135deg, #ec4899, #db2777);
}

.mega-title {
  font-weight: 600;
  font-size: 0.98rem;
  color: #0f172a;
}

.mega-subtitle {
  font-weight: 600;
  font-size: 0.82rem;
  color: #64748b;
  margin-bottom: 4px;
}

.mega-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.83rem;
  color: #475569;
}

.mega-list li a {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 8px;
  padding: 4px 6px;
  transition:
    background 0.12s ease,
    color 0.12s ease,
    transform 0.12s ease;
}

.mega-list li a:hover {
  background: linear-gradient(
    90deg,
    rgba(248, 169, 31, 0.06),
    rgba(248, 169, 31, 0.1)
  );
  color: #f8a91f;
  transform: translateX(2px);
}

.mega-list li + li {
  margin-top: 3px;
}

.mega-card-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mega-footer {
  margin-top: 4px;
  background: #f1f5f9;
  border-radius: 14px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #475569;
  font-size: 0.85rem;
}

.mega-footer-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8fafc;
  font-size: 1rem;
}

.mega-footer-title {
  font-weight: 600;
  color: #0f172a;
  font-size: 0.9rem;
}

.mega-footer-text {
  font-size: 0.8rem;
  color: #64748b;
}

@media (max-width: 991.98px) {
  .navbar .mega-menu {
    padding: 12px;
  }

  .mega-card {
    box-shadow: none;
    border-radius: 12px;
  }
}

/* Landing (index.php) */
.home-bg {
  background:
    radial-gradient(
      1000px 500px at 10% 0%,
      rgba(248, 169, 31, 0.18),
      rgba(248, 169, 31, 0) 55%
    ),
    radial-gradient(
      1000px 500px at 90% 10%,
      rgba(37, 99, 235, 0.14),
      rgba(37, 99, 235, 0) 50%
    ),
    #ffffff;
  padding: 56px 0 30px;
}

.hero-kicker {
  margin: 0 0 10px;
  color: #f8a91f;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.hero-title {
  font-weight: 800;
  color: #0f172a;
  line-height: 1.08;
  margin-bottom: 14px;
}

.hero-subtitle {
  color: #475569;
  font-size: 1.02rem;
  margin-bottom: 18px;
}

.btn-brand {
  background: linear-gradient(135deg, #f8a91f, #f59e0b);
  border: none;
  color: #111827;
  font-weight: 700;
}

.btn-brand:hover {
  filter: brightness(0.97);
  color: #111827;
}

.btn-brand-outline {
  border: 1.5px solid rgba(248, 169, 31, 0.6);
  color: #f59e0b;
  font-weight: 700;
}

.btn-brand-outline:hover {
  background: rgba(248, 169, 31, 0.07);
  color: #f59e0b;
}

.hero-benefits {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.benefit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 999px;
  padding: 9px 12px;
  color: #334155;
  font-weight: 600;
  font-size: 0.92rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #f8a91f;
  box-shadow: 0 0 0 4px rgba(248, 169, 31, 0.14);
}

.hero-image-card {
  position: relative;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 26px 18px 18px;
  box-shadow: 0 14px 35px rgba(2, 6, 23, 0.08);
  overflow: hidden;
}

.hero-goal-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  padding: 10px 12px;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.goal-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
}

.goal-title {
  font-weight: 800;
  color: #0f172a;
  font-size: 0.92rem;
  line-height: 1.1;
}

.goal-desc {
  color: #64748b;
  font-weight: 600;
  font-size: 0.78rem;
  margin-top: 2px;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 14px;
}

.section {
  padding: 62px 0;
}

.section-alt {
  background: linear-gradient(
    180deg,
    rgba(248, 169, 31, 0.06),
    rgba(248, 169, 31, 0) 60%
  );
}

.section-head {
  margin-bottom: 26px;
}

.section-title {
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 10px;
  font-size: 2rem;
}

.section-subtitle {
  color: #475569;
  margin: 0;
  font-size: 1.02rem;
  max-width: 750px;
}

.service-card {
  height: 100%;
  border-radius: 20px;
  padding: 18px 18px 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.05);
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.12);
}

.service-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.service-blue .service-icon {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.service-green .service-icon {
  background: linear-gradient(135deg, #16a34a, #15803d);
}

.service-purple .service-icon {
  background: linear-gradient(135deg, #a855f7, #7c3aed);
}

.service-pink .service-icon {
  background: linear-gradient(135deg, #ec4899, #db2777);
}

.service-title {
  margin-top: 12px;
  font-weight: 900;
  color: #0f172a;
  font-size: 1.05rem;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 14px;
  color: #475569;
  font-weight: 600;
  font-size: 0.92rem;
}

.service-list li + li {
  margin-top: 6px;
}

.service-link {
  display: inline-flex;
  font-weight: 800;
  color: #f59e0b;
  text-decoration: none;
}

.service-link:hover {
  text-decoration: underline;
}

.info-card {
  height: 100%;
  border-radius: 22px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.06);
}

.info-kicker {
  color: #f8a91f;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.info-title {
  margin: 10px 0 12px;
  font-weight: 900;
  color: #0f172a;
}

.info-text {
  color: #475569;
  line-height: 1.65;
  margin: 0 0 16px;
  font-weight: 600;
}

.info-bullets {
  display: grid;
  gap: 10px;
}

.info-bullet {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
  font-weight: 800;
}

.info-bullet i {
  color: #f59e0b;
  font-size: 1.1rem;
}

.feature-grid {
  height: 100%;
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.05);
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.feature-item {
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(248, 169, 31, 0.12);
  color: #f59e0b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.feature-title {
  font-weight: 900;
  color: #0f172a;
}

.feature-text {
  margin-top: 8px;
  color: #475569;
  font-weight: 600;
  line-height: 1.6;
  font-size: 0.92rem;
}

.faq-accordion {
  --bs-accordion-border-color: rgba(15, 23, 42, 0.08);
}

.faq-accordion .accordion-button {
  font-weight: 900;
  color: #0f172a;
}

.section-cta {
  padding-top: 40px;
  padding-bottom: 80px;
}

.cta-box {
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    rgba(248, 169, 31, 0.22),
    rgba(37, 99, 235, 0.1)
  );
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 20px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cta-kicker {
  color: #f59e0b;
  font-weight: 900;
  margin-bottom: 8px;
}

.cta-title {
  font-weight: 900;
  color: #0f172a;
  font-size: 1.35rem;
}

.cta-text {
  color: #475569;
  font-weight: 600;
  margin-top: 8px;
}

.site-footer {
  background: #0b1220;
  color: rgba(255, 255, 255, 0.86);
}

.footer-brand {
  font-weight: 900;
  letter-spacing: 0.2px;
  color: #ffffff;
}

.footer-copy {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 600;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  font-weight: 700;
}

.footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-links .sep {
  opacity: 0.6;
  margin: 0 10px;
}

@media (max-width: 991.98px) {
  .hero-image-card {
    margin-top: 10px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }
}

/* #sss section (Müşteriler Ne Dedi?) */
.section-sss {
  padding-top: 36px;
  padding-bottom: 36px;
}

.sss-left {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 26px;
  padding: 26px 26px;
  height: 100%;
}

.sss-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 14px;
}

.sss-kicker i {
  color: #ffffff;
  background: #f8a91f;
  border-radius: 999px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.sss-title {
  font-weight: 1000;
  color: #0f172a;
  margin: 0 0 10px;
  font-size: 2.1rem;
  line-height: 1.15;
}

.sss-sub {
  color: #64748b;
  font-weight: 800;
  margin-bottom: 14px;
}

.sss-desc {
  color: #475569;
  font-weight: 650;
  margin: 0 0 18px;
  line-height: 1.65;
}

.sss-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sss-link {
  text-decoration: none;
  color: #0f172a;
  background: rgba(15, 23, 42, 0.02);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  padding: 14px 14px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition:
    transform 0.14s ease,
    background 0.14s ease,
    color 0.14s ease;
}

.sss-link:hover {
  transform: translateY(-2px);
  background: rgba(248, 169, 31, 0.08);
}

.sss-plus {
  color: #f59e0b;
  font-weight: 1000;
}

.sss-photo {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.sss-right {
  height: 100%;
}

.sss-photo-wrap {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  height: 100%;
  min-height: 360px;
}

.sss-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0) 20%, rgba(2, 6, 23, 0.55) 100%);
  pointer-events: none;
}

.sss-social {
  position: absolute;
  top: 18px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}

.sss-social-link {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  text-decoration: none;
  transition: transform 0.14s ease, background 0.14s ease, color 0.14s ease;
}

.sss-social-link:hover {
  transform: translateY(-2px);
  background: #f8a91f;
  color: #0b1220;
}

.sss-phone-badges {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.sss-badge {
  border-radius: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 35px rgba(2, 6, 23, 0.22);
}

.sss-badge-orange {
  background: linear-gradient(135deg, #f59e0b, #f97316);
}

.sss-badge-blue {
  background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
}

.sss-badge-phone {
  font-weight: 1000;
  color: #ffffff;
  font-size: 1.15rem;
  letter-spacing: 0.2px;
  margin-bottom: 2px;
}

.sss-badge-title {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  font-size: 0.92rem;
}

@media (max-width: 991.98px) {
  .sss-title {
    font-size: 1.8rem;
  }

  .sss-phone-badges {
    grid-template-columns: 1fr;
  }

  .sss-photo {
    min-height: 280px;
  }
}

/* Contact page */
.contact-hero {
  position: relative;
  padding: 56px 0 80px;
  background:
    radial-gradient(
      900px 500px at 10% 0%,
      rgba(248, 169, 31, 0.12),
      rgba(248, 169, 31, 0) 60%
    ),
    #f8f8f8;
  overflow: hidden;
}




.contact-left {
  position: relative;
}

.contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}

.contact-badge-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.2);
}

.contact-title {
  margin: 0 0 14px;
  font-weight: 900;
  color: #0f172a;
  font-size: 3rem;
}

.contact-desc {
  margin: 0 0 20px;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 560px;
}

.contact-highlights {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 16px;
  max-width: 520px;
}

.contact-highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #334155;
  font-weight: 600;
  font-size: 0.95rem;
}

.contact-highlight-item + .contact-highlight-item {
  margin-top: 8px;
}

.contact-highlight-item i {
  color: #22c55e;
}

.contact-form-card {
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.contact-form .form-control {
  border-color: rgba(15, 23, 42, 0.08);
  min-height: 44px;
  border-radius: 8px;
  font-size: 0.95rem;
}

.contact-form .form-control:focus {
  border-color: rgba(245, 158, 11, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.12);
}

.contact-check {
  font-size: 0.84rem;
  color: #64748b;
}

.contact-submit {
  background: linear-gradient(135deg, #f59e0b, #f97316);
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  min-height: 44px;
}

.contact-submit:hover {
  color: #fff;
  filter: brightness(0.96);
}

@media (max-width: 991.98px) {
  .contact-hero::before {
    background-size: 85%;
    background-position: center bottom;
  }

  .contact-title {
    font-size: 2.2rem;
  }

  .contact-desc {
    font-size: 0.98rem;
    line-height: 1.7;
  }
}
