/* ===== Kurumsal Alt Sayfa Tasarımı - Güçlü Kontrastlı Sürüm ===== */
/* Yalnızca slider altındaki alanları etkiler. */
:root {
  --corporate-navy: #001064;
  --corporate-dark: #010a35;
  --corporate-red: #730f16;
  --corporate-light: #f4f6fb;
  --corporate-text: #30384d;
  --corporate-border: #d8deea;
}
#es {
  background-color: #730f16;
  color: white;
}
.corporate-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.about-section {
  background: #fff;
}
.why-section {
  background: #eef1f8;
}
.services-section {
  background: #fff;
}
.section-heading {
  max-width: 760px;
}
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--corporate-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}
.section-kicker::before {
  content: "";
  width: 32px;
  height: 3px;
  background: var(--corporate-red);
}
.section-kicker.light {
  color: #fff;
}
.section-kicker.light::before {
  background: #fff;
}
.section-title {
  margin: 0 0 22px;
  color: var(--corporate-navy);
  font-family: "Roboto Slab", serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.18;
}
.section-lead {
  margin: 0;
  color: #30384d;
  font-size: 17px;
  line-height: 1.9;
}

.corporate-mini-card {
  height: 100%;
  display: flex;
  gap: 16px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--corporate-border);
  border-radius: 10px;
  box-shadow: 0 14px 35px rgba(0, 16, 100, 0.14);
  border-top: 4px solid var(--corporate-red);
}
.corporate-mini-card .mini-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  background: var(--corporate-red);
  border-radius: 8px;
}
.corporate-mini-card .mini-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.corporate-mini-card h5 {
  margin-bottom: 6px;
  color: var(--corporate-navy);
  font-weight: 800;
}
.corporate-mini-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.about-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--corporate-border);
}
.about-contact-strip a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--corporate-navy);
  font-weight: 700;
}
.about-contact-strip i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--corporate-red);
  border-radius: 50%;
}
.about-contact-strip span {
  display: flex;
  flex-direction: column;
}
.about-contact-strip small {
  color: #8a91a3;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.corporate-image-grid {
  position: relative;
  min-height: 560px;
  padding: 35px 0 35px 65px;
}
.corporate-image-grid::before {
  content: "";
  position: absolute;
  inset: 0 40px 0 0;
  border: 2px solid rgba(0, 16, 100, 0.12);
  border-radius: 14px;
}
.corporate-image-grid img {
  object-fit: cover;
  box-shadow: 0 20px 55px rgba(1, 10, 53, 0.18);
}
.corporate-image-grid .image-main {
  position: absolute;
  top: 65px;
  right: 0;
  width: 78%;
  height: 430px;
  border-radius: 10px;
}
.corporate-image-grid .image-small {
  position: absolute;
  left: 0;
  width: 190px;
  height: 180px;
  border: 7px solid #fff;
  border-radius: 10px;
}
.corporate-image-grid .image-top {
  top: 0;
}
.corporate-image-grid .image-bottom {
  bottom: 0;
}
.experience-badge {
  position: absolute;
  right: 35px;
  bottom: 0;
  min-width: 185px;
  padding: 22px 26px;
  color: #fff;
  background: var(--corporate-red);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(115, 15, 22, 0.28);
}
.experience-badge strong,
.experience-badge span {
  display: block;
}
.experience-badge strong {
  font-size: 28px;
  font-family: "Roboto Slab", serif;
}
.experience-badge span {
  font-size: 13px;
  letter-spacing: 1px;
}

.why-image-wrap {
  position: relative;
  min-height: 590px;
  padding-right: 45px;
}
.why-image-wrap > img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 24px 55px rgba(1, 10, 53, 0.18);
}
.why-image-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 45px;
  width: 8px;
  height: calc(100% - 90px);
  background: var(--corporate-red);
  border-radius: 4px;
}
.why-image-panel {
  position: absolute;
  left: -25px;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 26px;
  color: #fff;
  background: var(--corporate-navy);
  border-left: 5px solid var(--corporate-red);
  box-shadow: 0 18px 40px rgba(1, 10, 53, 0.28);
}
.why-image-panel i {
  font-size: 34px;
  color: #fff;
}
.why-list {
  margin-top: 35px;
}
.why-item {
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--corporate-border);
}
.why-item:last-child {
  border-bottom: 0;
}
.why-icon {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  display: grid;
  place-items: center;
  background: var(--corporate-navy);
  border-radius: 8px;
}
.why-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.why-item h5 {
  color: var(--corporate-navy);
  font-weight: 800;
}
.why-item p {
  margin: 0;
  line-height: 1.7;
}

.corporate-service-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--corporate-border);
  border-radius: 10px;
  box-shadow: 0 12px 35px rgba(0, 16, 100, 0.08);
  transition: 0.35s ease;
}
.corporate-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(0, 16, 100, 0.15);
}
.service-image {
  position: relative;
  height: 235px;
  overflow: hidden;
}
.service-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
.corporate-service-card:hover .service-image > img {
  transform: scale(1.06);
}
.service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(1, 10, 53, 0.58), transparent 60%);
}
.service-image > span {
  position: absolute;
  right: 18px;
  bottom: 14px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.85);
  font-size: 34px;
  font-weight: 800;
}
.service-content {
  padding: 26px;
}
.service-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.service-card-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  background: var(--corporate-red);
  border-radius: 7px;
}
.service-card-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.service-content h3 {
  margin: 0;
  color: var(--corporate-navy);
  font-size: 20px;
  font-weight: 800;
}
.service-content p {
  min-height: 54px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.service-content > a {
  color: var(--corporate-red);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.service-content > a i {
  margin-left: 7px;
  transition: 0.25s;
}
.service-content > a:hover i {
  transform: translateX(5px);
}

.contact-cta-section {
  padding: 90px 0;
  background: linear-gradient(
    135deg,
    var(--corporate-navy),
    var(--corporate-dark)
  );
}
.contact-cta-card {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.28);
}
.contact-cta-info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding: 55px;
  color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(rgba(0, 16, 100, 0.92), rgba(1, 10, 53, 0.95));
}
.contact-cta-info h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.2;
}
.contact-cta-info p {
  line-height: 1.8;
}
.cta-contact {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}
.cta-contact > i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--corporate-red);
  border-radius: 50%;
}
.cta-contact small,
.cta-contact a {
  display: block;
}
.cta-contact small {
  color: rgba(255, 255, 255, 0.65);
}
.cta-contact a {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.contact-cta-form {
  display: flex;
  align-items: center;
  padding: 55px;
  background: rgba(255, 255, 255, 0.98);
}
.contact-cta-form .form-control {
  min-height: 58px;
  border: 1px solid #d9deea;
  border-radius: 5px;
  color: var(--corporate-navy);
}
.contact-cta-form .form-control:focus {
  border-color: var(--corporate-red);
  box-shadow: 0 0 0 0.2rem rgba(115, 15, 22, 0.1);
}
.corporate-submit-btn {
  padding: 16px 30px;
  color: #fff;
  background: var(--corporate-red);
  border: 1px solid var(--corporate-red);
  font-weight: 800;
}
.corporate-submit-btn:hover {
  color: #fff;
  background: var(--corporate-navy);
  border-color: var(--corporate-navy);
}

.floating-contact-buttons {
  position: fixed;
  right: 22px;
  bottom: 60px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.floating-contact-button {
  width: 52px;
  height: 52px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 16px;
  color: #fff;
  border-radius: 30px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.floating-contact-button i {
  min-width: 20px;
  text-align: center;
  font-size: 20px;
}
.floating-contact-button span {
  white-space: nowrap;
  opacity: 0;
}
.floating-contact-button:hover {
  width: 145px;
  color: #fff;
}
.floating-contact-button:hover span {
  opacity: 1;
}
.whatsapp-button {
  background: #25d366;
}
.phone-button {
  background: var(--corporate-red);
}
.instagram-button {
  background: linear-gradient(45deg, #f09433, #dc2743, #bc1888);
}

.corporate-footer {
  color: #aab1c3;
  background: var(--corporate-dark);
}
.footer-accent {
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--corporate-red) 0 24%,
    #fff 24% 27%,
    var(--corporate-navy) 27%
  );
}
.footer-brand img {
  width: 185px;
  height: 82px;
  object-fit: contain;
  padding: 7px;
  background: #fff;
  border-radius: 7px;
}
.footer-about {
  max-width: 350px;
  margin: 22px 0;
  line-height: 1.8;
}
.corporate-footer h5 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 12px;
  color: #fff;
  font-weight: 800;
}
.corporate-footer h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 3px;
  background: var(--corporate-red);
}
.footer-socials {
  display: flex;
  gap: 9px;
}
.footer-socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}
.footer-socials a:hover {
  background: var(--corporate-red);
  border-color: var(--corporate-red);
}
.footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-contact-list li {
  display: flex;
  gap: 13px;
  margin-bottom: 16px;
  line-height: 1.7;
}
.footer-contact-list i {
  margin-top: 6px;
  color: var(--corporate-red);
}
.footer-contact-list a,
.footer-links a {
  color: #aab1c3;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links a::before {
  content: "\f105";
  margin-right: 9px;
  color: var(--corporate-red);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.footer-links a:hover,
.footer-contact-list a:hover {
  color: #fff;
  transform: translateX(3px);
}
.footer-call-link {
  align-self: flex-start;
  margin-top: 8px;
  padding: 11px 16px;
  color: #fff !important;
  background: var(--corporate-red);
  border-radius: 4px;
}
.footer-call-link::before {
  display: none;
}
.footer-copyright {
    padding: 22px 0;
    color: #8d96ab;
    background: corporate-dark;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-copyright a {
  color: #fff;
}

/* Alt bölüm ikonları kendi alanları içinde ölçeklenir; üst bölümdeki genel .img-fluid kuralına dokunulmaz. */
.service-card-icon img,
.why-icon img,
.mini-icon img {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .corporate-section {
    padding: 75px 0;
  }
  .corporate-image-grid {
    margin-top: 15px;
  }
  .why-image-wrap {
    padding-right: 0;
  }
  .why-image-wrap::after {
    display: none;
  }
  .why-image-panel {
    left: 20px;
  }
  .contact-cta-info,
  .contact-cta-form {
    min-height: auto;
    padding: 42px 32px;
  }
}
@media (max-width: 767.98px) {
  .corporate-section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 32px;
  }
  .corporate-image-grid {
    min-height: 430px;
    padding-left: 35px;
  }
  .corporate-image-grid .image-main {
    top: 50px;
    width: 82%;
    height: 330px;
  }
  .corporate-image-grid .image-small {
    width: 125px;
    height: 120px;
    border-width: 5px;
  }
  .experience-badge {
    right: 10px;
    padding: 15px 18px;
    min-width: 150px;
  }
  .why-image-wrap,
  .why-image-wrap > img {
    min-height: 430px;
    height: 430px;
  }
  .why-image-panel {
    left: 12px;
    right: 12px;
    bottom: 18px;
  }
  .contact-cta-info,
  .contact-cta-form {
    padding: 35px 24px;
  }
  .floating-contact-button:hover {
    width: 52px;
  }
  .floating-contact-buttons {
    right: 22px;
    bottom: 30px;
  }
  .floating-contact-button span {
    display: none;
  }
}

/* Bordo vurgular ve yüksek kontrast */
.about-section::before,
.services-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(
    90deg,
    var(--corporate-red) 0 32%,
    var(--corporate-navy) 32% 100%
  );
}
.why-section {
  border-top: 1px solid #cbd2e2;
  border-bottom: 1px solid #cbd2e2;
}
.section-kicker {
  background: #f7e9ea;
  padding: 9px 14px;
  border-left: 4px solid var(--corporate-red);
}
.section-kicker::before {
  display: none;
}
.corporate-mini-card .mini-icon img {
  filter: brightness(0) invert(1);
}
.corporate-mini-card p,
.why-item p,
.service-content p {
  color: #3c4355;
  opacity: 1;
}
.why-item {
  background: #fff;
  margin-bottom: 14px;
  padding: 22px;
  border: 1px solid #d9deea;
  border-left: 5px solid var(--corporate-red);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 16, 100, 0.09);
}
.why-item:last-child {
  border-bottom: 1px solid #d9deea;
}
.why-icon {
  background: var(--corporate-red);
}
.corporate-service-card {
  border-top: 5px solid var(--corporate-red);
  box-shadow: 0 14px 36px rgba(0, 16, 100, 0.14);
}
.service-image::after {
  background: linear-gradient(
    to top,
    rgba(1, 10, 53, 0.82),
    rgba(1, 10, 53, 0.08) 72%
  );
}
.service-image > span {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
.service-content {
  border-bottom: 4px solid var(--corporate-navy);
}
.contact-cta-info {
  color: #fff;
  background: linear-gradient(145deg, #001064 0%, #010a35 68%, #730f16 100%);
}
.contact-cta-info p,
.cta-contact small {
  color: #eef1f8;
  opacity: 1;
}
.contact-cta-form {
  background: #fff;
}
.corporate-footer {
  color: #d6d9e3;
  background: #010a35;
}
.footer-contact-list a,
.footer-links a {
  color: #d6d9e3;
}
.footer-copyright {
  color: #001064;
  background: white;
}

/* ===== Hizmetler: ayrı kartlı responsive grid ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.service-grid-item {
  min-width: 0;
}
.service-card-icon i {
  color: #fff;
  font-size: 24px;
}
.service-content h3 {
  line-height: 1.35;
}
.service-content p {
  min-height: 82px;
}

@media (max-width: 991.98px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-content p {
    min-height: 0;
  }
  .service-image {
    height: 215px;
  }
}

/* ===== Hakkımızda Sayfası ===== */
.about-page-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(13, 27, 96, 0.94), rgba(0, 16, 100, 0.72)),
    url("../img/09_akilli_sera_sistemleri.png") center/cover no-repeat;
}
.about-page-hero::after {
  content: "";
  position: absolute;
  inset: auto -90px -150px auto;
  width: 380px;
  height: 380px;
  border: 70px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
.about-page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 85px 0;
}
.about-page-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: clamp(46px, 7vw, 78px);
  font-weight: 800;
}
.about-page-hero p {
  max-width: 680px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.8;
}
.about-page-hero .breadcrumb-item,
.about-page-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.78);
}
.about-page-hero .breadcrumb-item.active {
  color: #fff;
}
.about-page-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.55);
}
.about-body-text {
  margin: 24px 0 0;
  color: var(--corporate-text);
  font-size: 16px;
  line-height: 1.9;
}
.corporate-mini-card .mini-icon i {
  color: #fff;
  font-size: 25px;
}
.about-values-section {
  padding: 100px 0;
  background: #eef1f8;
}
.about-value-card {
  position: relative;
  height: 100%;
  padding: 34px 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--corporate-border);
  border-bottom: 4px solid var(--corporate-red);
  border-radius: 10px;
  box-shadow: 0 14px 35px rgba(0, 16, 100, 0.08);
  transition: 0.3s ease;
}
.about-value-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 48px rgba(0, 16, 100, 0.14);
}
.about-value-card > span {
  position: absolute;
  top: 12px;
  right: 18px;
  color: rgba(0, 16, 100, 0.08);
  font:
    800 54px/1 "Roboto Slab",
    serif;
}
.about-value-card > i {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: #fff;
  background: var(--corporate-navy);
  border-radius: 8px;
  font-size: 25px;
}
.about-value-card h3 {
  color: var(--corporate-navy);
  font-size: 20px;
  font-weight: 800;
}
.about-value-card p {
  margin: 0;
  line-height: 1.75;
}
.about-mission-section {
  background: #fff;
}
.about-statement-card {
  position: relative;
  height: 100%;
  min-height: 380px;
  padding: 48px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(
    145deg,
    var(--corporate-navy),
    var(--corporate-dark)
  );
  border-radius: 12px;
  box-shadow: 0 22px 52px rgba(1, 10, 53, 0.18);
}
.about-statement-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 45px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}
.about-statement-card.is-light {
  color: var(--corporate-text);
  background: #eef1f8;
  border-left: 6px solid var(--corporate-red);
}
.about-statement-card h2 {
  position: relative;
  z-index: 1;
  margin: 18px 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 34px;
  font-weight: 800;
}
.about-statement-card.is-light h2 {
  color: var(--corporate-navy);
}
.about-statement-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}
.statement-icon {
  width: 72px;
  height: 72px;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--corporate-red);
  border-radius: 10px;
  font-size: 30px;
}
.about-cta-band {
  padding: 72px 0;
  color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(110deg, #730f16, #4d080d);
}
.about-cta-band h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
}
.about-cta-band p {
  margin: 0;
  font-size: 17px;
}
.about-cta-btn {
  padding: 17px 28px;
  color: var(--corporate-navy);
  background: #fff;
  border: 2px solid #fff;
  font-weight: 800;
}
.about-cta-btn:hover {
  color: #fff;
  background: transparent;
}
@media (max-width: 991.98px) {
  .about-page-hero {
    min-height: 360px;
  }
  .about-page-image-grid {
    margin-top: 15px;
  }
  .about-statement-card {
    min-height: auto;
    padding: 38px;
  }
}
@media (max-width: 767.98px) {
  .about-page-hero-content {
    padding: 65px 0;
  }
  .about-page-hero p {
    font-size: 16px;
  }
  .about-values-section {
    padding: 75px 0;
  }
  .about-statement-card {
    padding: 30px 25px;
  }
  .about-statement-card h2 {
    font-size: 28px;
  }
  .about-cta-band {
    padding: 58px 0;
    text-align: center;
  }
}

/* ===== Ortak İç Sayfalar: Hizmetler ve İletişim ===== */
.inner-page-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(1, 10, 53, 0.95), rgba(0, 16, 100, 0.72)),
    url("../img/09_akilli_sera_sistemleri.png") center/cover no-repeat;
}
.inner-page-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -150px;
  width: 380px;
  height: 380px;
  border: 70px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}
.inner-page-hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  max-width: 800px;
}
.inner-page-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: clamp(44px, 7vw, 72px);
  font-weight: 800;
}
.inner-page-hero p {
  max-width: 700px;
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
}
.inner-page-hero .breadcrumb-item,
.inner-page-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.78);
}
.inner-page-hero .breadcrumb-item.active {
  color: #fff;
}
.inner-page-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.55);
}
.services-page-section,
.contact-page-section {
  padding: 100px 0;
  background: #fff;
}
.service-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  margin-top: 48px;
}
.service-page-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--corporate-border);
  border-top: 5px solid var(--corporate-red);
  border-radius: 11px;
  box-shadow: 0 14px 38px rgba(0, 16, 100, 0.12);
  transition: 0.35s ease;
}
.service-page-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(0, 16, 100, 0.18);
}
.service-page-image {
  position: relative;
  height: 235px;
  overflow: hidden;
  background: #eef1f8;
}
.service-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
.service-page-card:hover .service-page-image img {
  transform: scale(1.06);
}
.service-page-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(1, 10, 53, 0.78), transparent 65%);
}
.service-page-number {
  position: absolute;
  right: 18px;
  bottom: 13px;
  z-index: 2;
  color: #fff;
  font:
    800 34px/1 "Roboto Slab",
    serif;
}
.service-page-content {
  padding: 27px;
  border-bottom: 4px solid var(--corporate-navy);
}
.service-page-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.service-page-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--corporate-red);
  border-radius: 8px;
  font-size: 23px;
}
.service-page-content h3 {
  margin: 0;
  color: var(--corporate-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}
.service-page-content p {
  min-height: 82px;
  margin: 0 0 20px;
  line-height: 1.75;
}
.service-page-content a {
  color: var(--corporate-red);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.process-section {
  padding: 95px 0;
  background: #eef1f8;
}
.process-card {
  height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--corporate-border);
  border-left: 5px solid var(--corporate-red);
  border-radius: 9px;
  box-shadow: 0 12px 32px rgba(0, 16, 100, 0.08);
}
.process-card span {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--corporate-red);
  font:
    800 14px/1 "Roboto Slab",
    serif;
}
.process-card h3 {
  color: var(--corporate-navy);
  font-size: 21px;
  font-weight: 800;
}
.process-card p {
  margin: 0;
  line-height: 1.75;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 35px;
  align-items: stretch;
}
.contact-info-panel {
  padding: 45px;
  color: #fff;
  background: linear-gradient(
    145deg,
    var(--corporate-navy),
    var(--corporate-dark)
  );
  border-radius: 12px;
  box-shadow: 0 22px 55px rgba(1, 10, 53, 0.2);
}
.contact-info-panel h2 {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  font-weight: 800;
}
.contact-info-panel > p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}
.contact-info-item {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-info-item:last-child {
  border-bottom: 0;
}
.contact-info-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--corporate-red);
  border-radius: 50%;
}
.contact-info-item small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-info-item a,
.contact-info-item span {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.contact-form-card {
  padding: 45px;
  background: #fff;
  border: 1px solid var(--corporate-border);
  border-top: 5px solid var(--corporate-red);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0, 16, 100, 0.12);
}
.contact-form-card h2 {
  color: var(--corporate-navy);
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  font-weight: 800;
}
.contact-form-card .form-control {
  min-height: 58px;
  border: 1px solid #d9deea;
  border-radius: 6px;
}
.contact-form-card textarea.form-control {
  min-height: 145px;
}
.contact-form-card .form-control:focus {
  border-color: var(--corporate-red);
  box-shadow: 0 0 0 0.2rem rgba(115, 15, 22, 0.1);
}
.contact-submit {
  padding: 16px 28px;
  color: #fff;
  background: var(--corporate-red);
  border: 1px solid var(--corporate-red);
  font-weight: 800;
}
.contact-submit:hover {
  color: #fff;
  background: var(--corporate-navy);
  border-color: var(--corporate-navy);
}
.contact-map-section {
  padding: 0 0 100px;
  background: #fff;
}
.contact-map-wrap {
  height: 470px;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 12px;
  box-shadow: 0 20px 55px rgba(1, 10, 53, 0.18);
}
.contact-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 991.98px) {
  .service-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .inner-page-hero {
    min-height: 350px;
  }
}
@media (max-width: 575.98px) {
  .service-page-grid {
    grid-template-columns: 1fr;
  }
  .service-page-content p {
    min-height: 0;
  }
  .services-page-section,
  .contact-page-section {
    padding: 75px 0;
  }
  .contact-info-panel,
  .contact-form-card {
    padding: 30px 23px;
  }
  .contact-info-panel h2,
  .contact-form-card h2 {
    font-size: 29px;
  }
  .inner-page-hero-content {
    padding: 65px 0;
  }
  .inner-page-hero p {
    font-size: 16px;
  }
}

/* ===== Hizmetler Sayfası: 14 Hizmetlik Katalog Tasarımı ===== */
.services-catalog-section {
  padding: 100px 0;
  background: #f5f7fb;
}
.service-catalog-wrapper {
  margin-top: 65px;
}
.service-category-block {
  margin-bottom: 85px;
}
.service-category-block:last-child {
  margin-bottom: 0;
}
.service-category-heading {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 25px;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--corporate-border);
}
.service-category-heading > span {
  color: var(--corporate-red);
  font:
    800 58px/1 "Roboto Slab",
    serif;
  opacity: 0.18;
}
.service-category-heading h2 {
  margin: 0 0 7px;
  color: var(--corporate-navy);
  font:
    800 clamp(27px, 3vw, 38px)/1.2 "Roboto Slab",
    serif;
}
.service-category-heading p {
  max-width: 780px;
  margin: 0;
  color: var(--corporate-text);
  line-height: 1.75;
}
.service-catalog {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.catalog-service {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 320px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--corporate-border);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(0, 16, 100, 0.09);
  transition: 0.35s ease;
}
.catalog-service:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 58px rgba(0, 16, 100, 0.16);
}
.catalog-service.is-reverse {
  grid-template-columns: 60% 40%;
}
.catalog-service.is-reverse .catalog-service-image {
  order: 2;
}
.catalog-service.is-reverse .catalog-service-body {
  order: 1;
  border-left: 0;
  border-right: 5px solid var(--corporate-red);
}
.catalog-service-image {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background: #dfe4ef;
}
.catalog-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.55s ease;
}
.catalog-service:hover .catalog-service-image img {
  transform: scale(1.055);
}
.catalog-service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(1, 10, 53, 0.08),
    rgba(1, 10, 53, 0.55)
  );
}
.catalog-service-image > span {
  position: absolute;
  right: 22px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  font:
    800 54px/1 "Roboto Slab",
    serif;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}
.catalog-service-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 46px;
  border-left: 5px solid var(--corporate-red);
}
.catalog-service-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--corporate-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.25px;
}
.catalog-service-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--corporate-navy);
  border-radius: 9px;
  font-size: 21px;
}
.catalog-service-body h3 {
  margin: 0 0 14px;
  color: var(--corporate-navy);
  font:
    800 clamp(24px, 2.4vw, 34px)/1.25 "Roboto Slab",
    serif;
}
.catalog-service-body p {
  margin: 0 0 25px;
  color: var(--corporate-text);
  font-size: 16px;
  line-height: 1.85;
}
.catalog-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
.catalog-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  color: #fff;
  background: var(--corporate-red);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.catalog-detail-link:hover {
  color: #fff;
  background: var(--corporate-navy);
}
.catalog-phone-link {
  color: var(--corporate-navy);
  font-weight: 800;
}
.catalog-phone-link i {
  color: var(--corporate-red);
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .catalog-service,
  .catalog-service.is-reverse {
    grid-template-columns: 1fr;
  }
  .catalog-service.is-reverse .catalog-service-image,
  .catalog-service.is-reverse .catalog-service-body {
    order: initial;
  }
  .catalog-service.is-reverse .catalog-service-body {
    border-right: 0;
    border-left: 5px solid var(--corporate-red);
  }
  .catalog-service-image {
    height: 300px;
    min-height: 300px;
  }
  .service-category-heading {
    grid-template-columns: 70px 1fr;
  }
  .service-category-heading > span {
    font-size: 46px;
  }
}
@media (max-width: 575.98px) {
  .services-catalog-section {
    padding: 75px 0;
  }
  .service-catalog-wrapper {
    margin-top: 45px;
  }
  .service-category-block {
    margin-bottom: 62px;
  }
  .service-category-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .service-category-heading > span {
    font-size: 38px;
  }
  .catalog-service-image {
    height: 230px;
    min-height: 230px;
  }
  .catalog-service-body {
    padding: 30px 23px;
  }
  .catalog-service-body h3 {
    font-size: 25px;
  }
  .catalog-service-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .catalog-detail-link {
    width: 100%;
    justify-content: center;
  }
}

/* ISO ve Referanslar - yalnızca bu bölümlere ait stiller */
.trust-section { background: #f5f7fb; }
.references-section { background: #fff; }
.trust-section,
.references-section { padding: 90px 0; }

.corporate-slider-wrap {
  position: relative;
  padding: 0 48px;
}

.corporate-slider {
  --slider-gap: 22px;
  display: flex;
  gap: var(--slider-gap);
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  padding: 10px 2px 24px;
}
.corporate-slider::-webkit-scrollbar { display: none; }

.slider-item {
  flex: 0 0 calc((100% - (var(--slider-gap) * 3)) / 4);
  min-width: 0;
  scroll-snap-align: start;
}

.iso-image-card,
.reference-image-card {
  height: 100%;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 1px solid #e3e7ef;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 16, 100, 0.09);
  transition: transform .3s ease, box-shadow .3s ease;
}
.iso-image-card:hover,
.reference-image-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(0, 16, 100, 0.15);
}

/* ISO belgeleri A4 dikey oranında görünür. */
.iso-image-card a {
  display: block;
  aspect-ratio: 210 / 297;
  padding: 10px;
  background: #f2f3f6;
}
.iso-image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #fff;
}
.iso-image-card h3 {
  margin: 0;
  padding: 14px 10px 16px;
  color: #001064;
  font-size: 17px;
  font-weight: 700;
}

/* Referans logosu/resmi ve altında firma adı. */
.reference-image-card {
  min-height: 215px;
  padding: 20px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reference-image-card img {
  width: 100%;
  height: 135px;
  display: block;
  object-fit: contain;
  background: #fff;
}
.reference-image-card h3 {
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px solid #edf0f5;
  color: #001064;
  font-size: 17px;
  font-weight: 700;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #001064;
  box-shadow: 0 8px 22px rgba(0, 16, 100, 0.22);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  transition: background .25s ease;
}
.slider-arrow:hover { background: #730f16; }
.slider-prev { left: 0; }
.slider-next { right: 0; }

@media (max-width: 991.98px) {
  .slider-item { flex-basis: calc((100% - var(--slider-gap)) / 2); }
}

@media (max-width: 575.98px) {
  .trust-section,
  .references-section { padding: 65px 0; }
  .corporate-slider-wrap { padding: 0 38px; }
  .corporate-slider { --slider-gap: 16px; }
  .slider-item { flex-basis: 100%; }
  .slider-arrow { width: 34px; height: 34px; font-size: 18px; }
}

