/* Mak Enerji - Logo renk paleti */
:root {
  --mak-teal: #00A5C4;
  --mak-teal-dark: #008DA8;
  --mak-teal-light: #E8F6F9;
  --mak-gray: #D1D3D4;
  --mak-black: #000000;
  --mak-dark: #0A0A0A;

  --bz-color-theme-primary: var(--mak-teal);
  --bz-color-theme-secondary: var(--mak-black);
  --bz-color-bg-1: var(--mak-black);
  --bz-color-heading-primary: #111111;
}

/* Header - logo siyah zeminle uyumlu */
.header .middle-header .middle-header-inner .header-logo:before,
.header .middle-header .middle-header-inner .header-logo:after,
.header .middle-header .middle-header-inner .header-logo .shape {
  background-color: var(--mak-black);
}

.header .middle-header .middle-header-inner .header-items-wrap .header-item .icon {
  background-color: var(--mak-teal-light);
  color: var(--mak-teal);
}

.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon {
  background-color: var(--mak-teal);
}

.header .primary-header {
  border-bottom: 2px solid rgba(0, 165, 196, 0.15);
}

/* Mağaza butonu — masaüstü + mobil header */
.mak-store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  margin-right: 16px;
  border-radius: 999px;
  background: var(--mak-teal);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.mak-store-btn:hover {
  background: var(--mak-teal-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.mak-store-btn i {
  font-size: 15px;
}

.mak-store-btn--sidebar {
  width: 100%;
  margin: 18px 0 8px;
  padding: 14px 18px;
  border-radius: 12px;
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .mak-store-btn:not(.mak-store-btn--sidebar) {
    margin-right: 10px;
    padding: 10px 14px;
    font-size: 12px;
    gap: 6px;
  }

  .mak-store-btn:not(.mak-store-btn--sidebar) i {
    font-size: 14px;
  }
}

@media only screen and (max-width: 420px) {
  .mak-store-btn:not(.mak-store-btn--sidebar) span {
    display: none;
  }

  .mak-store-btn:not(.mak-store-btn--sidebar) {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    margin-right: 8px;
  }
}

/* Hero ve sayfa başlığı overlay */
.hero-section .hero-mask-img .overlay {
  background: rgba(0, 165, 196, 0.55);
}

.hero-section .hero-mask-img .overlay-2 {
  background: rgba(0, 0, 0, 0.35);
}

.page-header .overlay {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 165, 196, 0.45) 100%);
}

/* Footer */
.footer-section {
  background-color: var(--mak-black);
}

.footer-top {
  border-bottom-color: rgba(209, 211, 212, 0.15);
}

.footer-top .section-heading .bz-primary-btn {
  color: var(--mak-black);
}

.footer-top .section-heading .bz-primary-btn:hover {
  color: #fff;
}

.copyright-area {
  border-top: 1px solid rgba(209, 211, 212, 0.12);
}

/* Form / CTA bölümleri */
.request-section {
  background-color: var(--mak-teal-light);
}

/* Buton hover */
.bz-primary-btn:hover {
  background-color: var(--mak-teal-dark);
}

/* Sabit mavi tonları logo rengine çek */
.progress-bar,
.swiper-pagination-bullet-active,
.accordion-button:not(.collapsed) {
  background-color: var(--mak-teal) !important;
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
}

.team-member-6 .team-wrapper .team-content div .team-position {
  color: var(--mak-teal) !important;
}

#scroll-percentage {
  box-shadow: 0 0 0 3px var(--mak-teal);
}

.side-menu-about .bz-primary-btn,
.side-menu-header h3 {
  border-color: var(--mak-teal);
}

.sub-heading .right-shape {
  background-color: var(--mak-teal);
}

a:hover,
.header .primary-header-inner .header-menu-wrap ul li a:hover {
  color: var(--mak-teal);
}

/* Mak Enerji - özel düzenlemeler */

.header-logo img,
.footer-logo img,
.side-menu-logo img {
  max-height: 60px;
  width: auto;
}

.header .middle-header .header-logo img {
  max-height: 70px;
}

.header .primary-header-inner .header-logo img {
  max-height: 48px;
}

/* İletişim formu select */
.request-form select.form-control {
  appearance: auto;
  -webkit-appearance: menulist;
  cursor: pointer;
}

/* SSS yan kutu */
.faq-section .contact-content .list-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.faq-section .contact-content .list-item .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mak-teal);
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.alert {
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.alert-success {
  background: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}

.alert-danger {
  background: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}

.footer-list span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

.about-img-wrap .about-img {
  overflow: hidden;
}

.about-img-wrap .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.service-item-photo {
  padding: 0 0 30px;
  overflow: hidden;
}

.service-item-photo .service-content p {
  margin-bottom: 0;
}

.service-item-photo .service-thumb-home {
  height: 220px;
  margin-bottom: 25px;
  overflow: hidden;
}

.service-item-photo .service-thumb-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-item-photo .icon,
.service-item-photo .service-content {
  margin-left: 35px;
  margin-right: 35px;
}

@media only screen and (max-width: 767px) {
  .service-item-photo .icon,
  .service-item-photo .service-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.request-img-wrap .bg-img {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  object-fit: cover;
  border-radius: 20px;
}

.about-author img {
  max-height: 56px;
  width: auto;
  object-fit: contain;
}

.feature-item .bg-img {
  height: 140px;
}

.service-item-4 .service-thumb {
  height: 280px;
}

/* Hakkımızda: sayaç kartı kaldırıldı — görselleri dengele */
.about-img-wrap-4 .about-img.img-2 {
  height: 100%;
  max-width: 293px;
}

@media only screen and (max-width: 767px) {
  .about-img-wrap-4 {
    max-width: 100%;
    height: 360px;
  }

  .about-img-wrap-4 .about-img.img-2 {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
}

/* Anasayfa about ikon arka planı */
.about-content .about-items .about-item .icon {
  background: var(--mak-teal-light);
  height: 56px;
  width: 56px;
  border-radius: 12px;
}

.about-content .about-items .about-item {
  grid-template-columns: 56px 1fr;
  grid-gap: 14px;
}

/* Hizmet kartı ikonları — beyaz zemin üzerinde teal */
.service-item .icon .mak-fa-icon,
.service-item-4 .service-thumb .icon .mak-fa-icon,
.service-item-photo .icon .mak-fa-icon {
  color: var(--mak-teal) !important;
  font-size: 1.6rem;
}

.service-item-4 .service-thumb .icon {
  background-color: #fff;
  border: 1px solid rgba(0, 165, 196, 0.15);
}

/* Nedenler / değerler — yeni kart tasarımı */
.mak-reasons-section .section-heading {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.mak-reason-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(20, 31, 54, 0.08);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.mak-reason-card:hover {
  border-color: rgba(0, 165, 196, 0.35);
  transform: translateY(-4px);
}

.mak-reason-card__media {
  height: 180px;
  overflow: hidden;
}

.mak-reason-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mak-reason-card__body {
  padding: 24px 22px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.mak-reason-card__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--mak-teal-light);
}

.mak-reason-card__icon .mak-fa-icon {
  font-size: 1.25rem;
  color: var(--mak-teal) !important;
}

.mak-reason-card__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 10px;
  color: var(--bz-color-heading-primary, #141f36);
}

.mak-reason-card__text {
  font-size: 14px;
  line-height: 1.65;
  color: #5a5e63;
  margin: 0 0 18px;
  flex: 1;
}

.mak-reason-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mak-teal);
}

.mak-reason-card__link i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.mak-reason-card__link:hover i {
  transform: translateX(4px);
}

@media only screen and (max-width: 767px) {
  .mak-reason-card__media {
    height: 150px;
  }

  .mak-reason-card__body {
    padding: 20px 18px 24px;
  }
}

.page-header .bg-img {
  filter: none;
}

.counter-section,
.service-counter .bg-item .bg-img {
  background-size: cover;
  background-position: center;
}

/* Hero başlığı — daha okunaklı ölçü */
.hero-content .section-heading.hero-heading {
  margin-bottom: 24px;
}

.hero-content .section-heading .section-title {
  font-size: 42px;
  line-height: 1.25;
  margin-top: 8px;
  margin-bottom: 16px;
  overflow: visible;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}

.hero-content .section-heading .sub-heading {
  margin-bottom: 0;
}

.hero-content .section-heading p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 420px;
  color: #5a5e63;
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  .hero-content {
    padding: 90px 0 50px !important;
  }

  .hero-content .section-heading.hero-heading {
    margin-bottom: 18px;
  }

  .hero-content .section-heading .section-title {
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content {
    padding: 72px 0 36px !important;
  }

  .hero-content .section-heading.hero-heading {
    margin-bottom: 14px;
  }

  .hero-content .section-heading .sub-heading {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 4px;
  }

  .hero-content .section-heading .section-title {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 4px;
    margin-bottom: 10px;
  }

  .hero-content .section-heading p {
    font-size: 13px;
    line-height: 1.5;
  }
}

.page-header-content .title {
  font-size: 42px;
}

@media only screen and (max-width: 767px) {
  .page-header-content .title {
    font-size: 28px;
  }
}

/* Buton ikonları */
.bz-primary-btn {
  gap: 10px;
}

.bz-primary-btn i {
  margin-left: 0 !important;
  margin-right: 0;
  font-size: 14px;
  line-height: 1;
}

/* Neden Mak Enerji — stok görsel */
.why-section .about-img-wrap .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.why-section .section-title {
  font-size: 32px;
  line-height: 1.3;
}

.why-section .content-tab {
  margin-top: 10px;
}

.why-section .content-tab .nav-tabs {
  column-gap: 10px;
}

.why-section .tab-info {
  margin-top: 20px;
}

.why-section .tab-info p {
  margin-bottom: 0;
}

/* Telefon CTA */
.phone-cta-section {
  background: #0a0a0a;
  padding: 80px 0;
}

.phone-cta-content .sub-heading .left-shape {
  background-color: var(--mak-teal);
  height: 13px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skew(-15deg);
}

.phone-cta-content .sub-heading .left-shape:after {
  background-color: var(--mak-teal);
  content: "";
  height: 100%;
  width: 10px;
  position: absolute;
  top: 0;
  left: 19px;
  transform: skew(-15deg);
}

.phone-cta-content h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 16px;
}

.phone-cta-content p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 28px;
  max-width: 460px;
}

.phone-cta-photo {
  overflow: hidden;
  border-radius: 16px;
  height: 360px;
}

.phone-cta-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.phone-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.phone-social a:hover {
  background: var(--mak-teal);
  color: #fff;
}

/* Footer — sade */
.footer-compact {
  background: #000;
  padding-top: 70px;
}

.footer-compact .footer-wrap {
  padding: 0 0 40px;
}

.footer-compact .footer-widget {
  margin-bottom: 40px;
}

.footer-compact .widget-header {
  margin-bottom: 22px;
}

.footer-compact .footer-logo img {
  max-height: 52px;
}

.footer-compact .footer-widget p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.footer-compact .footer-list li:not(:last-of-type) {
  margin-bottom: 12px;
}

.footer-compact .footer-list li a,
.footer-compact .footer-contact span {
  font-size: 15px;
  padding-left: 0;
  line-height: 1.5;
}

.footer-compact .footer-list li a:before {
  display: none;
}

.footer-compact .widget-title:before,
.footer-compact .footer-logo:before {
  background: var(--mak-teal);
}

.footer-compact .copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.footer-compact .copyright-content {
  text-align: center;
}

.footer-compact .copyright-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

/* İletişim sayfası görsel */
.contact-photo {
  overflow: hidden;
  border-radius: 12px;
}

.contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-box {
  border-radius: 12px;
  overflow: hidden;
  min-height: 400px;
}

.contact-section .bz-primary-btn {
  margin-bottom: 36px;
}

/* Eşit yükseklik kutular */
.faq-equal-row,
.contact-equal-row {
  align-items: stretch;
}

.contact-equal-row > [class*="col-"] {
  display: flex;
}

.faq-equal-box,
.contact-equal-box {
  width: 100%;
  height: 100%;
}

.faq-side-box {
  background: #f5f5f5;
  padding: 40px 30px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

.faq-side-box .bz-primary-btn {
  margin-top: auto;
  align-self: flex-start;
}

.faq-side-box .list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.faq-side-box .list-item .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: var(--mak-teal);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.faq-side-box .list-item .content .title {
  font-size: 16px;
  margin-bottom: 4px;
  color: #111;
}

.faq-side-box .list-item .content span,
.faq-side-box .list-item .content a {
  font-size: 15px;
  color: #5a5e63;
}

.faq-side-box .list-item .content a:hover {
  color: var(--mak-teal);
}

.faq-content.faq-equal-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 10px;
}

.contact-content.contact-equal-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
}

.contact-content.contact-equal-box .contact-list {
  margin-top: auto;
}

.contact-photo.contact-equal-box {
  min-height: 520px;
  overflow: hidden;
  border-radius: 12px;
}

.contact-photo.contact-equal-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Sidebar iletişim ikonları */
.side-menu-list li {
  align-items: flex-start;
}

.side-menu-list li i {
  flex-shrink: 0;
  margin-top: 2px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
}

.side-menu-list li p,
.side-menu-list li a {
  flex: 1;
  line-height: 1.5;
}

/* ——— Font Awesome ikonlar (logo teal) ——— */
.mak-fa-icon {
  color: var(--mak-teal) !important;
  font-size: 1.75rem;
  line-height: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.about-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-item .icon .mak-fa-icon {
  font-size: 1.85rem;
}

.counter-item .icon-inner .mak-fa-icon {
  font-size: 1.6rem;
  color: #fff !important;
}

.service-item .icon .mak-fa-icon,
.service-item-4 .icon .mak-fa-icon {
  font-size: 1.5rem;
  color: var(--mak-teal) !important;
}

.feature-item .icon {
  background-color: #fff;
  border: 1px solid rgba(0, 165, 196, 0.18);
  box-shadow: 0 8px 20px rgba(0, 165, 196, 0.08);
}

.feature-item .icon .mak-fa-icon {
  font-size: 1.75rem;
  color: var(--mak-teal) !important;
}

.feature-item:hover .icon .mak-fa-icon {
  color: var(--mak-teal) !important;
}

.counter-card .icon .mak-fa-icon {
  font-size: 1.5rem;
  color: var(--mak-teal) !important;
}

/* ——— Mobil menü düzeltmeleri ——— */
.sidebar-overlay,
#sidebar-overlay.sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

body.open-sidebar .sidebar-overlay,
body.open-sidebar #sidebar-overlay {
  display: block !important;
  opacity: 1;
}

.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon {
  position: relative;
  z-index: 10001;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger {
  width: 45px;
  height: 45px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.sidebar-area {
  z-index: 9999 !important;
  pointer-events: auto;
}

body.open-sidebar {
  overflow: hidden;
}

body.open-sidebar .sidebar-area {
  visibility: visible !important;
  transform: translateX(0) !important;
  -webkit-transform: translate(0) !important;
}

@media only screen and (max-width: 991px) {
  .header .primary-header-inner .header-right-wrap .header-right .sidebar-icon {
    display: flex !important;
  }

  .side-menu-wrap .mean-nav,
  .side-menu-wrap .mean-bar,
  .side-menu-wrap ul {
    display: block !important;
  }

  .side-menu-wrap .mean-nav > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
  }

  .side-menu-wrap .mean-nav > ul > li > a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #111;
    font-weight: 600;
  }
}

.mak-mobile-nav ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.mak-mobile-nav ul li a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #111;
  font-weight: 600;
  font-size: 1rem;
}

.mak-mobile-nav ul li a:hover,
.mak-mobile-nav ul li.active a {
  color: var(--mak-teal);
}

.side-menu-wrap .mean-bar,
.side-menu-wrap .mean-nav {
  display: none !important;
}


