:root {
  --roofsie-base: #f53132;
  --roofsie-base-rgb: 245, 49, 50;
  --cukurova-blue: #355bf4;
  --cukurova-blue-rgb: 53, 91, 244;
}

.service-details__need-help {
  background-color: #f53132 !important;
}

/* Active sidebar: white text on red (do not override to red) */
.service-details__category-list li.active > a,
.service-details__category-list li:hover > a {
  color: #ffffff !important;
}

.service-details__category-list li.active > a span,
.service-details__category-list li:hover > a span {
  color: #ffffff !important;
}

/* Highlight icons: keep outline style, make FA icons visible in brand red */
.service-details__points-icon {
  background-color: transparent !important;
  border-color: #f53132 !important;
}

.service-details__points-icon span,
.service-details__points-icon .fa {
  color: #f53132 !important;
  font-size: 28px;
  line-height: 1;
}

.service-details__benefits-points li .icon {
  background-color: #f53132 !important;
  color: #fff !important;
}

.product-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.product-feature-list .text p {
  margin: 0;
  line-height: 1.5;
}

.product-tabs {
  margin-top: 30px;
  border-bottom: 2px solid #eee;
}

.product-tabs .nav-link {
  border: 0;
  border-radius: 0;
  font-weight: 700;
  color: #1c1b1f;
  padding: 12px 18px;
}

.product-tabs .nav-link.active {
  color: #f53132;
  background: transparent;
  border-bottom: 3px solid #f53132;
}

.product-tab-content {
  padding: 24px 0 10px;
}

.product-color-card {
  text-align: center;
}

.product-color-card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  display: block;
  margin: 0 auto 8px;
}

.product-color-card span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.product-tech-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #f7f7f8;
  border-radius: 8px;
  padding: 16px;
  min-height: 88px;
}

.product-tech-card i {
  color: #355bf4;
  margin-top: 3px;
}

.product-tech-card p {
  margin: 0;
  font-weight: 600;
  line-height: 1.45;
}

.product-subcard {
  height: 100%;
  border: 1px solid #ececec;
  padding: 12px;
  background: #fff;
}

.product-subcard__img {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: #fafafa;
}

.product-subcard__img img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.product-subcard h3,
.product-subcard h5 {
  font-size: 15px;
  margin: 0 0 4px;
}

.product-subcard p {
  margin: 0;
  color: #355bf4;
  font-weight: 600;
}

/* Header: equal side padding · logo left · menu center · buttons right */
.main-header__top {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.main-menu__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 84px;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.main-menu__left,
.main-menu__right {
  float: none !important;
  display: flex;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  min-height: 84px;
}

.main-menu__left {
  justify-content: flex-start;
}

.main-menu__right {
  justify-content: flex-end;
  padding: 0;
}

.main-menu__main-menu-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-height: 84px;
}

.main-menu .main-menu__list,
.stricky-header .main-menu__list {
  align-items: center;
  justify-content: center;
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 84px;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 36px;
}

.main-header__logo {
  position: static !important;
  top: auto;
  bottom: auto;
  left: auto;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 0;
  z-index: 2;
}

.main-header__logo a {
  display: flex;
  align-items: center;
}

.main-header__logo img {
  display: block;
  max-height: 58px;
  width: auto;
}

.main-menu__call,
.main-menu__search-box {
  display: none !important;
}

.main-menu__btn-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: 0;
}

.main-menu__btn-box .thm-btn.main-menu__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1;
  min-height: 44px;
}

@media (max-width: 1199px) {
  .main-menu__main-menu-box .main-menu__list {
    display: none !important;
  }

  .main-menu__wrapper-inner {
    min-height: 72px;
  }

  .main-menu__left,
  .main-menu__right {
    min-height: 72px;
  }
}

.main-menu__btn-box .thm-btn.main-menu__btn i {
  position: static !important;
  top: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  font-size: 12px;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0;
  text-align: center;
}

.main-menu__btn-box .thm-btn.main-menu__btn i::before {
  display: block;
  line-height: 1;
  width: auto;
  margin: 0;
}

.main-menu__btn--catalog,
.thm-btn.main-menu__btn--catalog {
  background-color: #355bf4 !important;
  border-color: #355bf4 !important;
}

.main-menu__btn--catalog:hover,
.thm-btn.main-menu__btn--catalog:hover {
  background-color: #2b4ad1 !important;
  border-color: #2b4ad1 !important;
}

/* E-Katalog: white circle, blue glyph (not brand red) */
.main-menu__btn-box .thm-btn.main-menu__btn--catalog i,
.main-menu__btn--catalog i {
  color: #355bf4 !important;
}

/* Floating WhatsApp (bottom) + scroll-to-top sits above it */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 98;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff !important;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.whatsapp-float:hover {
  background-color: #1ebe57;
  color: #fff !important;
  transform: scale(1.06);
}

.whatsapp-float i {
  color: inherit;
  line-height: 1;
}

.scroll-to-top {
  right: 30px !important;
  bottom: 96px !important;
  z-index: 99;
}

@media (max-width: 767px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
    font-size: 28px;
  }

  .scroll-to-top {
    right: 20px !important;
    bottom: 84px !important;
  }
}

/* Product SEO: H1 matches former page-header h2 look */
.page-header__inner h1 {
  font-size: 48px;
  color: var(--roofsie-white);
  font-weight: 800;
  line-height: 58px;
  margin-top: 9px;
}

.product-section-title {
  font-size: 22px;
  font-weight: 700;
  color: #1c1b1f;
  margin: 0 0 16px;
}

.service-details > .container + .container {
  margin-top: 36px;
  padding-bottom: 48px;
}

.product-related {
  padding-top: 8px;
  border-top: 1px solid #e6e8ec;
}

.product-related__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.product-related__head .product-section-title {
  margin: 0;
}

.product-related__nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.product-related__btn {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 4px;
  background: #1c1b1f;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease;
}

.product-related__btn:hover {
  background: #f53132;
}

.product-related__btn.swiper-button-disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

.product-related-swiper {
  overflow: hidden;
  padding-bottom: 4px;
}

.product-related-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #ececec;
  transition: border-color .2s ease, transform .2s ease;
}

.product-related-card:hover {
  border-color: #f53132;
  transform: translateY(-2px);
  color: inherit;
  text-decoration: none;
}

.product-related-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  background: linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
  overflow: hidden;
}

.product-related-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.product-related-card__title {
  display: block;
  padding: 14px 14px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #1c1b1f;
}

.product-related-card:hover .product-related-card__title {
  color: #f53132;
}

.product-related__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}

.product-related__links.main-menu__btn-box {
  justify-content: center;
}

/* Homepage window color configurator */
.pencere.window-tab-section {
  background-color: #ebf2f5;
}

.window-tab-section .window-tabs .tabs-content {
  position: relative;
  padding: 50px 0 40px;
}

.window-tab-section .window-tabs .tabs-content .tab {
  display: block;
}

.window-tab-section .left-column,
.window-tab-section .image-column {
  display: flex;
  align-items: center;
}

.window-tab-section .image-column {
  text-align: center;
}

.window-tab-section .image-column #mainImage {
  max-width: 100%;
  height: auto;
}

.window-tab-section .featured-block {
  position: relative;
  margin-bottom: 18px;
}

.window-tab-section .featured-block h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.window-tab-section .featured-block h4 a {
  color: var(--cukurova-blue);
  text-decoration: none;
  cursor: default;
}

.window-tab-section .featured-block .text {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.6;
}

.window-tab-section .right-column h2 {
  margin-bottom: 0;
  color: var(--cukurova-blue);
  font-size: 28px;
  font-weight: 700;
}

.window-tab-section .right-column hr {
  margin: 5px 0 16px;
  border: 0;
  border-top: 2px solid var(--cukurova-blue);
  opacity: 1;
  width: 80px;
}

.renk_gorsel_index {
  text-align: center;
}

.renk_gorsel_index img {
  border-radius: 50%;
  z-index: 1;
  position: relative;
  height: 70px;
  width: 70px;
  object-fit: cover;
}

.renk_gorsel_index .image_after {
  position: relative;
  display: inline-block;
}

.renk_gorsel_index .image_after:after {
  content: "";
  background-color: #efefef;
  width: 80px;
  height: 80px;
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.renk_gorsel_index.active .image_after:after,
.renkh_index:hover .image_after:after {
  background-color: var(--roofsie-base);
}

.renkh_index:hover .image_after:after {
  width: 85px;
  height: 85px;
}

.renk_gorsel_index .tooltip-text {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  min-width: 110px;
  padding: 8px 10px;
  background: #1c1b1f;
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.renkh_index:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .window-tab-section .left-column,
  .window-tab-section .image-column {
    margin-bottom: 24px;
  }
}
