/* ================= GENEL AYARLAR BAŞLANGIÇ ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  color: #111;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}
/* ================= GENEL AYARLAR BİTİŞ ================= */


/* ================= HEADER BAŞLANGIÇ ================= */
.site-header {
  width: 100%;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
}

.header-container {
  max-width: 1200px;
  height: 110px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* ================= HEADER BİTİŞ ================= */


/* ================= LOGO ALANI BAŞLANGIÇ ================= */
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0c4f96;
  font-weight: 800;
  font-size: 26px;
  white-space: nowrap;
}

.logo-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: #f2f2f2;
  color: #0c4f96;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ================= LOGO ALANI BİTİŞ ================= */


/* ================= DESKTOP MENÜ BAŞLANGIÇ ================= */
.desktop-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.desktop-menu a {
  color: #141414;
  font-size: 16px;
  font-weight: 600;
  transition: 0.25s ease;
}

.desktop-menu a:hover,
.desktop-menu a.active {
  color: #ff552f;
}

.header-phone {
  width: 42px;
  height: 42px;
  background: #07579d;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
/* ================= DESKTOP MENÜ BİTİŞ ================= */


/* ================= MOBİL MENÜ BUTONU BAŞLANGIÇ ================= */
.mobile-menu-btn {
  display: none;
  width: 34px;
  height: 28px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.mobile-menu-btn span {
  width: 100%;
  height: 3px;
  background: #ff552f;
  display: block;
  margin: 6px 0;
  transition: 0.25s ease;
}

.mobile-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 6px);
}

.mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
/* ================= MOBİL MENÜ BUTONU BİTİŞ ================= */


/* ================= MOBİL AÇILIR MENÜ BAŞLANGIÇ ================= */
.mobile-menu {
  display: none;
  width: 100%;
  background: rgba(255, 204, 190, 0.96);
  padding: 18px 20px 22px;
  text-align: center;
}

.mobile-menu a {
  display: block;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 0;
}

.mobile-menu a.active {
  color: #ff552f;
}

.mobile-phone-btn {
  width: 36px;
  height: 36px;
  background: #07579d;
  color: #ffffff !important;
  border-radius: 8px;
  margin: 8px auto 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
/* ================= MOBİL AÇILIR MENÜ BİTİŞ ================= */


/* ================= HERO / SLIDER BAŞLANGIÇ ================= */
.hero-section {
  position: relative;
  min-height: calc(100vh - 110px);
  background: #ff552f;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("img/hero-section-background.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.13;
  z-index: 1;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 85, 47, 0.90);
  z-index: 2;
}

.hero-container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}
/* ================= HERO / SLIDER BİTİŞ ================= */


/* ================= HERO SOL YAZI BAŞLANGIÇ ================= */
.hero-content {
  color: #ffffff;
}

.hero-content h1 {
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 24px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.hero-content p {
  max-width: 620px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.price-btn {
  background: #07579d;
  color: #ffffff;
  padding: 17px 28px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 800;
  transition: 0.25s ease;
}

.price-btn:hover {
  background: #053f73;
}

.hero-phone-text {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
}
/* ================= HERO SOL YAZI BİTİŞ ================= */


/* ================= HERO SAĞ GÖRSELLER BAŞLANGIÇ ================= */
.hero-images {
  position: relative;
  min-height: 470px;
}

.lokma-card {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
}

.lokma-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
}

.lokma-card span {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  transform: rotate(-34deg);
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}

.lokma-card-top {
  top: 0;
  right: 60px;
}

.lokma-card-top span {
  top: 2px;
  left: -18px;
}

.lokma-card-bottom {
  bottom: 0;
  left: 55px;
}

.lokma-card-bottom span {
  top: 10px;
  left: -28px;
}
/* ================= HERO SAĞ GÖRSELLER BİTİŞ ================= */


/* ================= AŞAĞI OK BAŞLANGIÇ ================= */
.down-arrow {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 52px;
  font-weight: 200;
  line-height: 1;
}
/* ================= AŞAĞI OK BİTİŞ ================= */





/* ================= TABLET UYUM BAŞLANGIÇ ================= */
@media (max-width: 992px) {
  .desktop-menu,
  .header-phone {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
  }

  .header-container {
    height: 90px;
  }

  .logo {
    font-size: 22px;
  }

  .logo-placeholder {
    width: 56px;
    height: 56px;
  }

  .hero-section {
    min-height: calc(100vh - 90px);
  }

  .hero-container {
    grid-template-columns: 1fr;
    padding: 70px 24px 90px;
  }

  .hero-images {
    min-height: 380px;
  }
}
/* ================= TABLET UYUM BİTİŞ ================= */


/* ================= MOBİL UYUM BAŞLANGIÇ ================= */
@media (max-width: 576px) {
  .header-container {
    height: 90px;
    padding: 0 24px;
  }

  .logo {
    font-size: 18px;
    gap: 8px;
  }

  .logo-placeholder {
    width: 54px;
    height: 54px;
    font-size: 11px;
  }

  .mobile-menu.show {
    display: block;
  }

  .hero-section {
    min-height: calc(100vh - 90px);
    align-items: flex-start;
  }

  .hero-container {
    padding: 90px 24px 70px;
    gap: 25px;
  }

  .hero-content h1 {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .hero-content p {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 28px;
  }

  .hero-buttons {
    gap: 18px;
  }

  .price-btn {
    padding: 15px 18px;
    font-size: 15px;
  }

  .hero-phone-text {
    font-size: 15px;
  }

  .hero-images {
    min-height: 390px;
    margin-top: 5px;
  }

  .lokma-card {
    width: 205px;
    height: 205px;
  }

  .lokma-card img {
    border-width: 8px;
  }

  .lokma-card span {
    font-size: 20px;
  }

  .lokma-card-top {
    top: 0;
    right: 0;
  }

  .lokma-card-bottom {
    bottom: 0;
    left: 0;
  }

  .down-arrow {
    display: none;
  }

  .whatsapp-btn {
    width: 64px;
    height: 64px;
    right: 20px;
    bottom: 20px;
    font-size: 28px;
  }
}
/* ================= MOBİL UYUM BİTİŞ ================= */

/* ================= LOKMA GÖRSEL HAREKET ANİMASYONU BAŞLANGIÇ ================= */
.lokma-card-top {
  animation: lokmaFloatTop 3.5s ease-in-out infinite;
}

.lokma-card-bottom {
  animation: lokmaFloatBottom 4s ease-in-out infinite;
}

@keyframes lokmaFloatTop {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes lokmaFloatBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(16px);
  }

  100% {
    transform: translateY(0);
  }
}
/* ================= LOKMA GÖRSEL HAREKET ANİMASYONU BİTİŞ ================= */

/* ================= HİZMETLERİMİZ ALANI BAŞLANGIÇ ================= */
.services-section {
  background: #ffffff;
  padding: 90px 20px 95px;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 55px;
}

.section-title h2 {
  position: relative;
  display: inline-block;
  color: #05083f;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 14px;
}

.section-title h2::before,
.section-title h2::after {
  content: "⌁";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ff552f;
  font-size: 42px;
  font-weight: 400;
}

.section-title h2::before {
  right: 100%;
  margin-right: 16px;
}

.section-title h2::after {
  left: 100%;
  margin-left: 16px;
}

.section-title p {
  color: #222222;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}
/* ================= HİZMETLERİMİZ BAŞLIK BİTİŞ ================= */


/* ================= ÜRÜN / HİZMET KARTLARI BAŞLANGIÇ ================= */
.products-section {
  background: #ffffff;
  padding: 90px 20px 100px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.product-card {
  background: #f4f4f4;
  border-radius: 34px;
  overflow: hidden;
  text-align: center;
  transition: all 0.30s ease;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);
}

.product-image {
  height: 230px;
  position: relative;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.08);
}

.product-badge {
  position: absolute;
  top: 0;
  right: 40px;
  width: 60px;
  min-height: 105px;
  background: #f8bb12;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  padding-top: 12px;
  border-radius: 0 0 30px 30px;
}

.product-content {
  padding: 24px 22px 32px;
}

.product-content h3 {
  color: #050505;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

.product-content p {
  color: #111;
  font-size: 15px;
  line-height: 1.45;
  min-height: 45px;
  margin-bottom: 28px;
}

.product-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 135px;
  height: 40px;
  background: #f8bb12;
  color: #111;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.product-content a:hover {
  background: #ff552f;
  color: #ffffff;
}
/* ================= ÜRÜN / HİZMET KARTLARI BİTİŞ ================= */


/* ================= ÜRÜN / HİZMET MOBİL BAŞLANGIÇ ================= */
@media (max-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .products-section {
    padding: 70px 18px 80px;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .product-card {
    border-radius: 30px;
  }

  .product-image {
    height: 235px;
  }

  .product-content h3 {
    font-size: 22px;
  }
}
/* ================= ÜRÜN / HİZMET MOBİL BİTİŞ ================= */


/* ================= HİZMETLER MOBİL UYUM BAŞLANGIÇ ================= */
@media (max-width: 768px) {
  .services-section {
    padding: 70px 18px 75px;
  }

  .section-title {
    margin-bottom: 35px;
  }

  .section-title h2 {
    font-size: 31px;
  }

  .section-title h2::before,
  .section-title h2::after {
    font-size: 34px;
  }

  .section-title h2::before {
    margin-right: 8px;
  }

  .section-title h2::after {
    margin-left: 8px;
  }

  .section-title p {
    font-size: 15px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card {
    min-height: auto;
    padding: 30px 20px;
  }

  .service-card h3 {
    font-size: 21px;
  }

  .service-card p {
    font-size: 15px;
  }
}
/* ================= HİZMETLER MOBİL UYUM BİTİŞ ================= */
/* ================= HAKKIMIZDA ALANI BAŞLANGIÇ ================= */
.about-section {
  background: #ffffff;
  padding: 95px 20px 105px;
}

.about-wrapper {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 60px;
}

.about-image-box {
  position: relative;
}

.about-image-box img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.10);
}

.experience-box {
  position: absolute;
  right: -22px;
  bottom: -28px;
  width: 120px;
  height: 120px;
  background: #ff552f;
  color: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(255, 85, 47, 0.30);
}

.experience-box strong {
  color: #ffe66d;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
}

.experience-box span {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
}

.about-subtitle {
  display: block;
  color: #ff552f;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.about-content h2 {
  color: #05083f;
  font-size: 38px;
  line-height: 1.22;
  font-weight: 900;
  margin-bottom: 28px;
}

.about-content h2 strong {
  color: #ff552f;
}

.about-content p {
  color: #4f5868;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 18px;
}

.about-content p strong {
  color: #05083f;
}

.about-timeline {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.timeline-item span {
  min-width: 58px;
  height: 34px;
  background: #fff1c4;
  color: #c45500;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.timeline-item p {
  margin: 0;
  color: #4f5868;
  font-size: 15px;
  line-height: 1.4;
}
/* ================= HAKKIMIZDA ALANI BİTİŞ ================= */


/* ================= HAKKIMIZDA MOBİL UYUM BAŞLANGIÇ ================= */
@media (max-width: 992px) {
  .about-wrapper {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .about-image-box img {
    height: 380px;
  }

  .experience-box {
    right: 18px;
  }
}

@media (max-width: 576px) {
  .about-section {
    padding: 75px 18px 85px;
  }

  .about-wrapper {
    gap: 45px;
  }

  .about-image-box img {
    height: 300px;
    border-radius: 16px;
  }

  .experience-box {
    width: 105px;
    height: 105px;
    right: 14px;
    bottom: -24px;
  }

  .experience-box strong {
    font-size: 31px;
  }

  .experience-box span {
    font-size: 13px;
  }

  .about-content h2 {
    font-size: 31px;
  }

  .about-content p {
    font-size: 15px;
  }

  .timeline-item {
    align-items: flex-start;
  }
}
/* ================= HAKKIMIZDA MOBİL UYUM BİTİŞ ================= */
/* ================= HİZMET BÖLGELERİ VE PAKETLER BAŞLANGIÇ ================= */
.area-packages-section {
  background: #ffffff;
  padding: 95px 20px 105px;
}

.area-packages-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}

/* SOL PAKET KUTUSU */
.packages-box {
  background: linear-gradient(180deg, #fff4ef 0%, #ffe2d9 100%);
  border-radius: 26px;
  padding: 48px 50px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(255, 85, 47, 0.12);
}

.package-icon {
  width: 96px;
  height: 96px;
  background: #ff552f;
  color: #ffffff;
  border-radius: 24px;
  margin: 0 auto 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  box-shadow: 0 14px 28px rgba(255, 85, 47, 0.25);
}

.packages-box h2 {
  color: #05083f;
  font-size: 27px;
  font-weight: 900;
  margin-bottom: 18px;
}

.packages-box > p {
  color: #384052;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 18px;
}

.package-small-title {
  display: block;
  color: #ff552f;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
}

.package-list {
  display: grid;
  gap: 14px;
}

.package-item {
  background: #ffffff;
  min-height: 62px;
  border-radius: 12px;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 14px;
  text-align: left;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.package-item span {
  width: 36px;
  height: 36px;
  background: #07579d;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
}

.package-item strong {
  color: #05083f;
  font-size: 15px;
  font-weight: 800;
}

.package-item a {
  color: #ff552f;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.package-note {
  color: #ff552f;
  font-size: 13px;
  margin-top: 18px;
}

/* SAĞ HİZMET ALANI */
.service-area-box {
  text-align: left;
}

.area-label {
  display: inline-flex;
  background: #fff1c4;
  color: #c45500;
  border-radius: 30px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.service-area-box h2 {
  color: #05083f;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 900;
  margin-bottom: 24px;
}

.service-area-box h2 strong {
  color: #ff552f;
}

.service-area-box > p {
  color: #384052;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 28px;
}

.district-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 30px;
}

.district-card {
  background: #fff4ef;
  border-radius: 12px;
  min-height: 64px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.district-card span {
  width: 36px;
  height: 36px;
  background: #07579d;
  color: #ffffff;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.district-card strong {
  color: #05083f;
  font-size: 15px;
  font-weight: 800;
}

.district-all {
  border: 1px solid #ffb49f;
  background: #fff1c4;
}

.district-all span {
  background: #ff552f;
}

.area-offer-link {
  display: inline-flex;
  color: #ff552f;
  font-size: 15px;
  font-weight: 900;
}
/* ================= HİZMET BÖLGELERİ VE PAKETLER BİTİŞ ================= */


/* ================= HİZMET BÖLGELERİ MOBİL BAŞLANGIÇ ================= */
@media (max-width: 992px) {
  .area-packages-wrapper {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .packages-box {
    order: 1;
  }

  .service-area-box {
    order: 2;
  }
}

@media (max-width: 576px) {
  .area-packages-section {
    padding: 75px 18px 85px;
  }

  .packages-box {
    padding: 38px 18px;
    border-radius: 24px;
  }

  .package-item {
    grid-template-columns: 42px 1fr;
  }

  .package-item a {
    grid-column: 2;
  }

  .service-area-box h2 {
    font-size: 31px;
  }

  .service-area-box > p {
    font-size: 16px;
  }

  .district-grid {
    grid-template-columns: 1fr;
  }
}
/* ================= HİZMET BÖLGELERİ MOBİL BİTİŞ ================= */
.header-phone {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-phone i {
  font-size: 18px;
}
/* ================= GALERİ BAŞLANGIÇ ================= */
.gallery-section {
  padding: 90px 20px;
  background: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}
/* ================= GALERİ BİTİŞ ================= */


/* ================= GALERİ MOBİL ================= */
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
/* ================= NEDEN BİZ BAŞLANGIÇ ================= */
.why-section {
  padding: 100px 20px;
  background: #f8f9fc;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.why-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.why-card:hover {
  transform: translateY(-8px);
}

.why-icon {
  width: 60px;
  height: 60px;
  background: #ffe5df;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.why-icon i {
  font-size: 22px;
  color: #ff552f;
}

.why-card h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}
/* ================= NEDEN BİZ BİTİŞ ================= */


/* ================= MOBİL ================= */
@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}
/* ================= GOOGLE YORUMLARI BAŞLANGIÇ ================= */
.google-reviews-section {
  background: #ffffff;
  padding: 90px 20px;
}

.google-rating-box {
  background: #fff4ef;
  border: 1px solid #ffd1c5;
  border-radius: 22px;
  padding: 28px;
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
}

.google-logo {
  width: 64px;
  height: 64px;
  background: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.google-logo i {
  color: #ff552f;
  font-size: 30px;
}

.google-rating-box h3 {
  color: #05083f;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 8px;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.rating-row strong {
  color: #05083f;
  font-size: 28px;
  font-weight: 900;
}

.rating-row span {
  color: #f8bb12;
  font-size: 20px;
  letter-spacing: 2px;
}

.google-rating-box p {
  color: #4f5868;
  font-size: 15px;
}

.google-review-btn {
  background: #07579d;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.review-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.review-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 16px 32px rgba(255, 85, 47, 0.12);
}

.review-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.review-avatar {
  width: 48px;
  height: 48px;
  background: #ff552f;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.review-card h4 {
  color: #05083f;
  font-size: 16px;
  font-weight: 900;
}

.review-card span {
  color: #f8bb12;
  font-size: 14px;
}

.review-card p {
  color: #4f5868;
  font-size: 15px;
  line-height: 1.6;
}
/* ================= GOOGLE YORUMLARI BİTİŞ ================= */


/* ================= GOOGLE YORUMLARI MOBİL ================= */
@media (max-width: 768px) {
  .google-rating-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .google-logo {
    margin: 0 auto;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }
}
/* ================= CTA + FOOTER BAŞLANGIÇ ================= */
.cta-footer-section {
  background: #07579d;
}

/* CTA ALANI */
.footer-cta {
  position: relative;
  min-height: 315px;
  background: #ff552f;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.footer-cta-bg {
  position: absolute;
  inset: 0;
  background-image: url("img/hero-section-background.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.13;
}

.footer-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 85, 47, 0.90);
}

.footer-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 40px 20px;
}

.footer-cta-content h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 16px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.20);
}

.footer-cta-content p {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 24px;
}

.footer-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.footer-price-btn {
  background: #07579d;
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 900;
  transition: 0.25s ease;
}

.footer-price-btn:hover {
  background: #053f73;
  transform: translateY(-3px);
}

.footer-phone-link {
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

/* FOOTER ALANI */
.site-footer {
  background: #07579d;
  color: #ffffff;
  padding: 70px 20px 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr 1.2fr;
  gap: 55px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 22px;
}

.footer-logo-box {
  width: 58px;
  height: 58px;
  background: #ffffff;
  color: #07579d;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
}

.footer-about p {
  max-width: 310px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}

.footer-links h3,
.footer-contact h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 13px;
  transition: 0.25s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #ffd64d;
  padding-left: 5px;
}

.footer-contact i {
  width: 18px;
  color: #ffd64d;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 50px;
  padding-top: 22px;
  text-align: center;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
}
/* ================= CTA + FOOTER BİTİŞ ================= */


/* ================= CTA + FOOTER MOBİL BAŞLANGIÇ ================= */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .footer-cta {
    min-height: 285px;
  }

  .footer-cta-content h2 {
    font-size: 29px;
  }

  .footer-cta-content p {
    font-size: 18px;
  }

  .footer-cta-buttons {
    flex-direction: column;
    gap: 16px;
  }

  .site-footer {
    padding: 55px 18px 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-logo {
    font-size: 22px;
  }
}
/* ================= CTA + FOOTER MOBİL BİTİŞ ================= */
/* ================= PAKET İKON KÜÇÜK ================= */
.package-icon-small {
  width: 38px;
  height: 38px;
  background: #07579d;
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-icon-small i {
  font-size: 16px;
}
/* ================= MOBİL ALT SABİT BAR ================= */
.mobile-contact-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 99999;
}

/* BUTON GENEL */
.contact-btn {
  flex: 1;
  text-align: center;
  padding: 14px 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

/* TELEFON */
.phone-btn {
  background: #f4b400; /* sarı */
  color: #000;
}

/* WHATSAPP */
.whatsapp-btn {
  background: #25d366;
}

/* ICON */
.contact-btn i {
  font-size: 18px;
}

/* DESKTOP'TA GÖSTERME */
@media (min-width: 768px) {
  .mobile-contact-bar {
    display: none;
  }
}

/* ================= DESKTOP DROPDOWN MENÜ BAŞLANGIÇ ================= */
.desktop-menu .menu-item {
  position: relative;
}

.desktop-menu .menu-item > a {
  display: flex;
  align-items: center;
  gap: 7px;
}

.desktop-menu .menu-item > a i {
  font-size: 11px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #ffffff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.25s ease;
  z-index: 99999;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu a {
  display: block;
  padding: 12px 14px;
  color: #05083f;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background: #fff1eb;
  color: #ff552f;
}
/* ================= DESKTOP DROPDOWN MENÜ BİTİŞ ================= */

/* ================= İÇ SAYFA HERO ================= */

.inner-hero {
  position: relative;
  padding: 170px 20px 110px;
  background: #ff5a36;
  overflow: hidden;
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background:
  linear-gradient(rgba(255,90,54,.93), rgba(255,90,54,.93)),
  url("img/pattern.png");
  opacity: .18;
}

.inner-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  color: #fff;
}

.inner-hero-content span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.inner-hero-content h1 {
  font-size: 58px;
  line-height: 1.1;
  margin-bottom: 24px;
  font-weight: 800;
}

.inner-hero-content p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 35px;
}

.inner-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-btn,
.hero-whatsapp {
  height: 58px;
  padding: 0 28px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.hero-btn {
  background: #0d57a1;
  color: #fff;
}

.hero-whatsapp {
  background: #1fae4b;
  color: #fff;
}

/* ================= DETAY ================= */

.service-detail-section {
  padding: 110px 20px;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.service-detail-image img {
  width: 100%;
  border-radius: 28px;
}

.section-mini-title {
  color: #ff5a36;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
}

.service-detail-content h2 {
  font-size: 48px;
  line-height: 1.2;
  margin: 20px 0;
  color: #08113b;
}

.service-detail-content p {
  font-size: 18px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 20px;
}

.service-features {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 15px;
  margin-top: 35px;
}

.feature-item {
  background: #fff5f1;
  border-radius: 14px;
  padding: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-item i {
  color: #ff5a36;
}

/* ================= CTA ================= */

.cta-mini {
  padding: 0 20px 100px;
}

.cta-mini-box {
  background: linear-gradient(135deg,#ff5a36,#ff774f);
  border-radius: 30px;
  padding: 55px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.cta-mini-left h3 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 14px;
}

.cta-mini-left p {
  color: rgba(255,255,255,.9);
}

.cta-mini-buttons {
  display: flex;
  gap: 15px;
}

.cta-mini-buttons a {
  height: 58px;
  padding: 0 24px;
  border-radius: 14px;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

/* ================= FOOTER ================= */

.site-footer {
  background: #08113b;
  padding: 90px 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}

.footer-grid h4 {
  color: #fff;
  margin-bottom: 20px;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255,255,255,.75);
  display: block;
  margin-bottom: 12px;
}

.footer-logo {
  width: 220px;
  margin-bottom: 20px;
}

/* ================= MOBİL ================= */

@media(max-width:768px){

  .inner-hero {
    padding: 140px 20px 90px;
  }

  .inner-hero-content h1 {
    font-size: 38px;
  }

  .inner-hero-content p {
    font-size: 17px;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-content h2 {
    font-size: 34px;
  }

  .service-features {
    grid-template-columns: 1fr;
  }

  .cta-mini-box {
    padding: 35px 25px;
    flex-direction: column;
    text-align: center;
  }

  .cta-mini-left h3 {
    font-size: 30px;
  }

  .cta-mini-buttons {
    width: 100%;
    flex-direction: column;
  }

  .cta-mini-buttons a {
    justify-content: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

}