/* İ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: diller logo ile hamburger arasında */
.gtranslate-mobile {
  display: none;
  margin-left: 0;
  margin-right: 1rem;
  align-items: center;
  flex-shrink: 0;
}

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

  .gtranslate-mobile {
    display: flex !important;
    margin-right: 1rem; /* mr-3 */
  }
}

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

/* 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);
}

.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 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 input: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-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;
  }
}
