/* İkram Kimya marka renkleri: #292A92 (mavi) + #FEF210 (sarı) */
:root {
  --ikram-blue: #292A92;
  --ikram-yellow: #FEF210;
  --ikram-blue-dark: #1e1f6b;
}

/* Tema skincolor override - main.css #3368c6 yerine */
.ttm-textcolor-skincolor,
.ttm-textcolor-skincolor h1,
.ttm-textcolor-skincolor h2,
.ttm-textcolor-skincolor h3,
.ttm-textcolor-skincolor h4,
.ttm-textcolor-skincolor h5,
.ttm-textcolor-skincolor h6,
.ttm-icon_element-color-skincolor,
.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.ttm-btn-style-border.ttm-btn-color-skincolor,
.ttm-list-icon-color-skincolor li i,
.section-title h5,
nav.main-menu ul.menu > li.active > a,
nav.main-menu ul.menu li ul.mega-submenu li:hover > a > span,
nav.main-menu ul.menu li ul.mega-submenu li.active > a > span,
a:hover {
  color: var(--ikram-blue) !important;
}

.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor,
.ttm-btn-style-fill.ttm-btn-color-skincolor,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:not(.btn-inline):hover:after,
.progress-bar-color-bar_skincolor,
.progress-bar.progress-bar-color-bar_skincolor:before,
.top_bar.ttm-bgcolor-skincolor,
.first-footer.ttm-bgcolor-skincolor,
nav.main-menu ul.menu > li > a:before,
#totop.top-visible,
.footer .widget .widget-title:before {
  background-color: var(--ikram-blue) !important;
}

.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:after,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,
nav.main-menu ul.menu li ul.mega-submenu li > a > span {
  border-color: var(--ikram-blue) !important;
}

.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-btn-style-fill.ttm-btn-color-skincolor:hover {
  background-color: var(--ikram-yellow) !important;
  color: var(--ikram-blue) !important;
  border-color: var(--ikram-yellow) !important;
}

/* Sarı vurgu alanları */
.top_bar.ttm-bgcolor-skincolor {
  border-bottom: 4px solid var(--ikram-yellow);
}

.section-title.with-sep .title-header h5:before,
.section-title.with-sep .title-header h5:after,
.sep_holder .sep_line,
.footer .widget .widget-title:before {
  background-color: var(--ikram-yellow) !important;
}

.section-title .title-header h5 {
  color: var(--ikram-blue) !important;
  letter-spacing: 1px;
}

/* Teklif Al butonu - sarı */
.header_btn .ttm-btn-color-skincolor {
  background-color: var(--ikram-yellow) !important;
  color: var(--ikram-blue) !important;
  border-color: var(--ikram-yellow) !important;
  font-weight: 700;
}

.header_btn .ttm-btn-color-skincolor:hover {
  background-color: var(--ikram-blue) !important;
  color: #fff !important;
}

/* Menü hover sarı alt çizgi */
nav.main-menu ul.menu > li > a:before {
  background-color: var(--ikram-yellow) !important;
}

nav.main-menu ul.menu > li.active > a,
nav.main-menu ul.menu > li > a:hover {
  color: var(--ikram-blue) !important;
}

/* Footer widget başlıkları sarı çizgi */
.footer .widget .widget-title {
  color: var(--ikram-blue) !important;
}

.footer .widget .widget-title:before {
  background-color: var(--ikram-yellow) !important;
}

/* Back to top sarı */
#totop.top-visible {
  background-color: var(--ikram-yellow) !important;
  color: var(--ikram-blue) !important;
}

#totop.top-visible i {
  color: var(--ikram-blue) !important;
}

/* Logo boyutu */
#logo-img,
#footer-logo-img {
  max-height: 65px;
  width: auto;
}

/* GTranslate */
.gtranslate_wrapper {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.gtranslate_wrapper a {
  margin: 0 2px;
}

.gtranslate_wrapper img {
  width: 22px;
  height: auto;
}

/* Mobil: bayrak + hamburger yan yana */
.header-mobile-tools {
  gap: 12px;
  position: relative;
  z-index: 12;
  margin-left: auto;
}

.gtranslate-mobile {
  display: none;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
  flex-shrink: 0;
}

.footer-aynifikir-logo img {
  width: auto;
  height: 40px;
  max-width: 140px;
  display: inline-block;
}

@media (max-width: 1199px) {
  .gtranslate-desktop {
    display: none !important;
  }

  .gtranslate-mobile {
    display: flex !important;
  }

  .site-navigation {
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
    padding-right: 0;
  }

  .site-branding {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 110px);
  }

  #logo-img {
    max-height: 52px;
  }

  .header-mobile-tools {
    display: flex !important;
  }

  .header-mobile-tools .menubar {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    z-index: 12;
    flex-shrink: 0;
    margin-left: 0;
  }

  .header-mobile-tools .menubar-box {
    display: block;
  }
}

@media (min-width: 1200px) {
  .gtranslate-mobile {
    display: none !important;
  }

  .header-mobile-tools {
    display: none !important;
  }

  .site-navigation {
    align-items: center;
  }

  .site-branding {
    flex: 0 1 auto;
    min-width: 0;
    margin-right: 8px;
  }

  #logo-img {
    max-height: 58px;
  }

  nav.main-menu {
    flex: 1 1 auto;
    min-width: 0;
  }

  nav.main-menu ul.menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
  }

  nav.main-menu ul.menu > li > a {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.2;
    white-space: nowrap;
    padding: 0 10px;
  }

  nav.main-menu ul.menu > li {
    margin: 0;
    flex-shrink: 1;
  }

  nav.main-menu ul.menu li ul.mega-submenu {
    min-width: 240px;
  }

  nav.main-menu ul.menu li ul.mega-submenu li > a {
    font-size: 13px;
    line-height: 1.35;
    white-space: normal;
    word-break: break-word;
  }

  .header_extra {
    flex-shrink: 0;
    margin-left: 6px;
  }

  .gtranslate_wrapper {
    margin-left: 6px;
  }
}

@media (min-width: 1400px) {
  nav.main-menu ul.menu > li > a {
    font-size: 13px;
    padding: 0 14px;
  }

  #logo-img {
    max-height: 62px;
  }
}

@media (min-width: 1600px) {
  nav.main-menu ul.menu > li > a {
    font-size: 14px;
    padding: 0 18px;
  }

  #logo-img {
    max-height: 65px;
  }
}

/* Google Translate aktifken (Almanca/İngilizce) menü daha kompakt */
@media (min-width: 1200px) {
  html.translated-ltr nav.main-menu ul.menu > li > a,
  html[lang="de"] nav.main-menu ul.menu > li > a,
  html[lang="en"] nav.main-menu ul.menu > li > a {
    font-size: 11px;
    padding: 0 7px;
  }

  html.translated-ltr #logo-img,
  html[lang="de"] #logo-img,
  html[lang="en"] #logo-img {
    max-height: 54px;
  }
}

@media (min-width: 1400px) {
  html.translated-ltr nav.main-menu ul.menu > li > a,
  html[lang="de"] nav.main-menu ul.menu > li > a,
  html[lang="en"] nav.main-menu ul.menu > li > a {
    font-size: 12px;
    padding: 0 10px;
  }
}

@media (min-width: 1600px) {
  html.translated-ltr nav.main-menu ul.menu > li > a,
  html[lang="de"] nav.main-menu ul.menu > li > a,
  html[lang="en"] nav.main-menu ul.menu > li > a {
    font-size: 13px;
    padding: 0 14px;
  }
}

/* Blog kart sabit yükseklik - eski slider kaldırıldı */
.blog-section {
  padding-bottom: 70px;
}

.ikram-blog-grid {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 10px;
}

.ikram-blog-grid > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

.ikram-blog-card {
  background: #fff;
  border: 1px solid #e8eaf3;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(41, 42, 146, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.ikram-blog-card:hover {
  box-shadow: 0 12px 32px rgba(41, 42, 146, 0.12);
  transform: translateY(-4px);
}

.ikram-blog-card-img {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #f4f5f9;
}

.ikram-blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.ikram-blog-card:hover .ikram-blog-card-img img {
  transform: scale(1.05);
}

.ikram-blog-date {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: var(--ikram-yellow);
  color: var(--ikram-blue);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  line-height: 1;
}

.ikram-blog-date i {
  margin-right: 4px;
  font-size: 11px;
}

.ikram-blog-card-body {
  padding: 22px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ikram-blog-card-title {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
}

.ikram-blog-card-title a {
  color: var(--ikram-blue) !important;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ikram-blog-card-title a:hover {
  color: var(--ikram-blue-dark) !important;
}

.ikram-blog-card-desc {
  color: #5a6078;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.ikram-blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ikram-blue);
  text-decoration: none;
  padding-top: 14px;
  border-top: 1px solid #eef0f6;
  margin-top: auto;
  transition: color 0.2s ease, gap 0.2s ease;
}

.ikram-blog-card-link i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.ikram-blog-card-link:hover {
  color: var(--ikram-blue-dark);
  gap: 10px;
}

.ikram-blog-card-link:hover i {
  transform: translateX(2px);
}

/* Sertifika görselleri */
.sertifikalar-section .featured-thumbnail img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  background: #fff;
  padding: 10px;
}

/* Şablon satın alma paneli gizle */
.prt_floting_customsett {
  display: none !important;
}

/* İkram Kimya Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 999999;
  background: var(--ikram-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.ikram-loader {
  text-align: center;
  animation: ikramLoaderFadeIn 1s ease forwards;
}

.ikram-loader-logo-wrap {
  display: inline-block;
  margin-bottom: 28px;
}

.ikram-loader-logo {
  max-width: 180px;
  height: auto;
  display: block;
  animation: ikramLoaderPulse 2.8s ease-in-out infinite;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.2));
}

.ikram-loader-bar {
  width: 160px;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  margin: 0 auto;
  overflow: hidden;
}

.ikram-loader-bar span {
  display: block;
  height: 100%;
  width: 40%;
  background: var(--ikram-yellow);
  border-radius: 3px;
  animation: ikramLoaderBar 2.2s ease-in-out infinite;
}

@keyframes ikramLoaderFadeIn {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes ikramLoaderPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.03); opacity: 0.94; }
}

@keyframes ikramLoaderBar {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(320%); }
}

@media (max-width: 480px) {
  .ikram-loader-logo {
    max-width: 140px;
  }

  .ikram-loader-bar {
    width: 120px;
  }
}

/* Hakkımızda istatistik sayıları */
.introduction-section .ttm-fid-inner,
.introduction-section .ttm-fid-inner .numinate,
.introduction-section .ttm-fid-inner sub {
  color: var(--ikram-blue) !important;
}

.introduction-section .ttm-fid-icon-wrapper i {
  color: var(--ikram-yellow) !important;
}

.introduction-section .ttm-fid-title {
  color: #5a6078 !important;
}

.introduction-section .ttm_single_image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(41, 42, 146, 0.15);
}

.introduction-section .ttm_single_image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

/* Hakkımızda servis kartları - beyaz */
.hakkimizda-servisler .hakkimizda-servis-kart {
  background: #fff;
  border: 1px solid #e8eaf3;
  border-radius: 10px;
  padding: 20px 22px !important;
  margin-bottom: 14px;
  box-shadow: 0 4px 20px rgba(41, 42, 146, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.hakkimizda-servisler .hakkimizda-servis-kart:hover {
  box-shadow: 0 8px 28px rgba(41, 42, 146, 0.1);
  transform: translateY(-2px);
}

.hakkimizda-servisler .featured-icon .ttm-icon {
  background: var(--ikram-blue) !important;
  border: none !important;
  width: 48px !important;
  height: 48px !important;
  line-height: 48px !important;
}

.hakkimizda-servisler .featured-icon .ttm-icon i,
.hakkimizda-servisler .featured-icon .ttm-icon i:before {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
}

.hakkimizda-servisler .featured-icon .ttm-icon:before,
.hakkimizda-servisler .featured-icon .ttm-icon:after {
  display: none !important;
}

.hakkimizda-servisler .featured-title h5 {
  color: var(--ikram-blue) !important;
  font-size: 16px;
  margin-bottom: 4px;
}

.hakkimizda-servisler .featured-desc p {
  color: #5a6078;
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
}

/* Slider koyu overlay - yazı okunabilirliği */
.slide-overlay .rev_slider_wrapper:before,
#rev_slider_5_1_wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(41,42,146,0.72) 0%, rgba(41,42,146,0.35) 55%, rgba(0,0,0,0.15) 100%);
  z-index: 2;
  pointer-events: none;
}

#rev_slider_5_1_wrapper {
  position: relative;
}

#rev_slider_5_1 .tp-caption {
  z-index: 5 !important;
}

#rev_slider_5_1 .tp-caption.ttm-btn {
  padding: 16px 40px !important;
}

/* Ürün sekmeleri */
.urun-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.urun-tab-btn {
  border: 2px solid var(--ikram-blue);
  background: #fff;
  color: var(--ikram-blue);
  padding: 10px 28px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: all .25s ease;
}

.urun-tab-btn:hover,
.urun-tab-btn.active {
  background: var(--ikram-blue);
  color: #fff;
}

.urun-tab-panel {
  display: none;
}

.urun-tab-panel.active {
  display: block;
}

/* Alfabe filtre */
.alfabe-filtre {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.alfabe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0;
  line-height: 1;
  border: 1px solid #d8d8e8;
  background: #fff;
  color: var(--ikram-blue);
  font-weight: 700;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  transition: all .2s ease;
  vertical-align: middle;
}

.alfabe-btn:hover,
.alfabe-btn.active {
  background: var(--ikram-yellow);
  border-color: var(--ikram-yellow);
  color: var(--ikram-blue);
}

/* Ürün kart grid */
.urunler-section {
  padding-bottom: 70px;
}

.ikram-urun-grid {
  margin-left: -12px;
  margin-right: -12px;
}

.ikram-urun-grid > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

/* Ürün kart - yeni tasarım */
.ikram-urun-card {
  background: #fff;
  border: 1px solid #e8eaf3;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(41, 42, 146, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.ikram-urun-card:hover {
  box-shadow: 0 12px 32px rgba(41, 42, 146, 0.12);
  transform: translateY(-4px);
}

.ikram-urun-card-img {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f4f5f9;
}

.ikram-urun-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.ikram-urun-card:hover .ikram-urun-card-img img {
  transform: scale(1.05);
}

.ikram-urun-card-body {
  padding: 20px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ikram-urun-card-title {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  min-height: 44px;
}

.ikram-urun-card-title a {
  color: var(--ikram-blue) !important;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ikram-urun-card-title a:hover {
  color: var(--ikram-blue-dark) !important;
}

.ikram-urun-card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ikram-blue);
  text-decoration: none;
  padding-top: 12px;
  border-top: 1px solid #eef0f6;
  transition: color 0.2s ease, gap 0.2s ease;
}

.ikram-urun-card-link i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.ikram-urun-card-link:hover {
  color: var(--ikram-blue-dark);
  gap: 10px;
}

.ikram-urun-card-link:hover i {
  transform: translateX(2px);
}

/* Liste sayfaları — ürün / kategori / hizmet / sektör */
.ikram-listing-section {
  padding: 48px 0 72px;
  background: #fff;
}

.ikram-listing-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
  color: #555;
  font-size: 15px;
  line-height: 1.65;
}

.ikram-listing-empty {
  text-align: center;
  padding: 48px 28px;
  background: #f9f9f9;
  border: 1px solid #ececec;
  border-radius: 12px;
}

.ikram-listing-empty h4 {
  margin: 0 0 10px;
  color: var(--ikram-blue);
  font-size: 1.25rem;
}

.ikram-listing-empty p {
  margin: 0 0 18px;
  color: #666;
}

.ikram-content-page-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 8px 24px rgba(41, 42, 146, 0.06);
}

.ikram-pagination {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.ikram-pagination .pagination {
  margin: 0;
  gap: 6px;
}

.ikram-pagination .page-link {
  color: var(--ikram-blue);
  border-color: #dde0f0;
  border-radius: 8px !important;
  min-width: 38px;
  text-align: center;
}

.ikram-pagination .page-item.active .page-link {
  background: var(--ikram-blue);
  border-color: var(--ikram-blue);
  color: #fff;
}

.ikram-pagination .page-link:hover {
  background: #eef0ff;
  color: var(--ikram-blue);
}

@media (max-width: 991px) {
  .ikram-listing-section {
    padding: 36px 0 56px;
  }
}

.urun-soru-kutu {
  background: linear-gradient(135deg, var(--ikram-blue) 0%, var(--ikram-blue-dark) 100%);
  color: #fff;
  padding: 45px 30px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.urun-soru-kutu:after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 160px;
  height: 160px;
  background: var(--ikram-yellow);
  opacity: .15;
  border-radius: 50%;
}

.urun-soru-kutu h3 {
  color: #fff;
  margin-bottom: 10px;
}

.urun-soru-kutu p {
  color: rgba(255,255,255,.85);
  margin-bottom: 22px;
}

.urun-soru-kutu .ttm-btn {
  background: var(--ikram-yellow) !important;
  color: var(--ikram-blue) !important;
  border-color: var(--ikram-yellow) !important;
  font-weight: 700;
}

/* Teklif Al Form Bölümü */
.teklif-al-section {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}

.teklif-al-bg {
  position: absolute;
  inset: 0;
  background: var(--ikram-blue);
  z-index: 0;
}

.teklif-al-bg:after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 400px;
  height: 400px;
  background: var(--ikram-yellow);
  opacity: 0.06;
  border-radius: 50%;
}

.teklif-al-section .container {
  position: relative;
  z-index: 1;
}

.teklif-al-info {
  color: #fff;
  padding-right: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teklif-al-info .section-title .title-header h5 {
  color: var(--ikram-yellow) !important;
  letter-spacing: 1.5px;
}

.teklif-al-info .section-title .title {
  color: #fff !important;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.teklif-al-info .title-desc {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.teklif-al-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 32px;
}

.teklif-al-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
  font-size: 15px;
}

.teklif-al-list li i {
  width: 22px;
  height: 22px;
  background: var(--ikram-yellow);
  color: var(--ikram-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
}

.teklif-al-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.teklif-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.teklif-contact-item:hover {
  color: #fff;
  opacity: 0.85;
}

.teklif-contact-icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--ikram-yellow);
}

.teklif-contact-item span small {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2px;
}

.teklif-form-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 36px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.teklif-field {
  margin-bottom: 20px;
}

.teklif-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #3a3f5c;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}

.teklif-field label span {
  color: var(--ikram-blue);
}

.teklif-field input,
.teklif-field select,
.teklif-field textarea {
  width: 100%;
  border: 1px solid #e2e4ef;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 14px;
  color: #2d3142;
  background: #fafbfc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  outline: none;
  font-family: inherit;
}

.teklif-field select.teklif-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23292A92' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  padding-right: 40px;
  cursor: pointer;
}

.teklif-field .teklif-other-input {
  display: none;
  margin-top: 10px;
}

.teklif-field .teklif-other-input.is-visible {
  display: block;
}

.teklif-field input:focus,
.teklif-field select:focus,
.teklif-field textarea:focus {
  border-color: var(--ikram-blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(41, 42, 146, 0.08);
}

.teklif-field textarea {
  resize: vertical;
  min-height: 110px;
}

.teklif-recaptcha-col,
.teklif-form .by-recaptcha-wrap,
.teklif-form .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.teklif-form .by-recaptcha-wrap {
  margin: 0.25rem 0 1rem;
}

.teklif-form .by-recaptcha-wrap .g-recaptcha {
  display: inline-block;
}

.teklif-form .by-recaptcha-error {
  margin: 0.35rem 0 0;
  text-align: center;
  color: var(--ikram-blue);
  font-size: 0.875rem;
  font-weight: 500;
}

.teklif-submit-btn {
  width: 100%;
  border: none;
  background: var(--ikram-yellow);
  color: var(--ikram-blue);
  font-size: 15px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s ease, transform 0.15s ease;
  font-family: inherit;
}

.teklif-submit-btn:hover {
  background: #fff000;
  transform: translateY(-1px);
}

.teklif-submit-btn i {
  font-size: 14px;
}

@media (max-width: 991px) {
  .teklif-al-section {
    padding: 60px 0;
  }

  .teklif-al-info {
    padding-right: 0;
    margin-bottom: 36px;
    text-align: center;
  }

  .teklif-al-list li {
    justify-content: center;
  }

  .teklif-al-contact {
    align-items: center;
  }

  .teklif-form-card {
    padding: 28px 22px;
  }
}

/* Sayfa banner / breadcrumb */
.ikram-page-hero {
  background: #f9f9f9;
  padding: 44px 0 38px;
  border-bottom: 1px solid #ececec;
  text-align: center;
}

.ikram-page-hero h1 {
  color: #111;
  font-size: clamp(1.5rem, 3vw, 2.125rem);
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.25;
}

.ikram-page-hero-breadcrumb {
  display: flex;
  justify-content: center;
}

.ikram-page-hero .ks-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 14px;
}

.ikram-page-hero .ks-breadcrumb-item,
.ikram-page-hero .ks-breadcrumb-item a {
  color: #333;
}

.ikram-page-hero .ks-breadcrumb-item a:hover {
  color: var(--ikram-blue);
}

.ikram-page-hero .ks-breadcrumb-item.is-active {
  color: #111;
  font-weight: 600;
}

.ikram-page-hero .ks-breadcrumb-sep {
  margin: 0 10px;
  color: #888;
}

.sertifikalar-section .featured-thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
}

.sertifikalar-section .featured-thumbnail a::after {
  content: "\f00e";
  font-family: FontAwesome;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  background: rgba(41, 42, 146, 0.55);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.sertifikalar-section .featured-thumbnail a:hover::after {
  opacity: 1;
}

.teklif-alert {
  padding: 14px 18px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

.teklif-alert--success {
  background: #eef0ff;
  color: var(--ikram-blue);
  border: 1px solid rgba(41, 42, 146, 0.2);
}

.teklif-alert--error {
  background: #fff0f0;
  color: #b91c1c;
  border: 1px solid rgba(185, 28, 28, 0.2);
}

/* 404 sayfası */
.ikram-404-page {
  padding: 3rem 0 5rem;
  background: #f9f9f9;
  min-height: 45vh;
}

.ikram-404-layout {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.ikram-404-code {
  margin: 0;
  font-size: clamp(4.5rem, 16vw, 7rem);
  font-weight: 800;
  line-height: 0.95;
  color: #111;
}

.ikram-404-code span {
  color: var(--ikram-blue);
}

.ikram-404-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-top: 1rem;
  border-radius: 50%;
  background: var(--ikram-blue);
  color: #fff;
  font-size: 1.5rem;
}

.ikram-404-card {
  margin-top: 2rem;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  box-shadow: 0 12px 40px rgba(41, 42, 146, 0.08);
  text-align: left;
}

.ikram-404-kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ikram-blue);
  margin-bottom: 8px;
}

.ikram-404-title {
  margin: 0 0 12px;
  font-size: 1.5rem;
  color: #111;
}

.ikram-404-desc {
  margin: 0 0 1.25rem;
  color: #555;
  line-height: 1.6;
}

.ikram-404-search {
  display: flex;
  gap: 10px;
  margin-bottom: 1.25rem;
}

.ikram-404-search input {
  flex: 1;
  border: 1px solid #e2e4ef;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
}

.ikram-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.5rem;
}

.ikram-404-links-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ikram-blue);
  margin-bottom: 10px;
}

.ikram-404-links {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
}

.ikram-404-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #ececec;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: border-color 0.2s, color 0.2s;
}

.ikram-404-links a:hover {
  border-color: var(--ikram-blue);
  color: var(--ikram-blue);
}

.ikram-404-help {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #666;
}

.ikram-404-help a {
  color: var(--ikram-blue);
  text-decoration: none;
  font-weight: 600;
}

.ikram-404-help a i {
  margin-right: 4px;
}

@media (max-width: 575px) {
  .ikram-404-search {
    flex-direction: column;
  }
}

/* Footer logo altı telefon / e-posta */
.ikram-footer-contact {
  margin-top: 14px;
}

.ikram-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
}

.ikram-footer-contact-item:last-child {
  margin-bottom: 0;
}

.ikram-footer-contact-item i {
  width: 18px;
  text-align: center;
  color: var(--ikram-blue, #1a3a6b);
}

.ikram-footer-contact-item a {
  color: inherit;
  text-decoration: none;
}

.ikram-footer-contact-item a:hover {
  color: var(--ikram-blue, #1a3a6b);
}

.ik-ref-fancy-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: zoom-in;
}

