:root {
  --rs-theme-primary: #0F59A6;
  --rs-theme-secondary: #ED1C24;
  --rs-hover-primary: #0C4A8A;
  --rs-theme-blue: #0F59A6;
  --rs-theme-light-blue: #0F59A6;
  --rs-theme-medium-blue: #0F59A6;
  --rs-theme-red: #ED1C24;
}

.rs-header-logo img { max-height: 48px; width: auto; }
.rs-header-logo .rs-logo-text { color: #fff; font-weight: 700; font-size: 1.25rem; }
#rs-sticky-header.active .rs-header-logo .rs-logo-text { color: inherit; }
#rs-mouse #cursor-ball:after { background: var(--rs-theme-primary); }

.rs-header-lang {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rs-header-lang::before {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: 100%;
  height: 18px;
  z-index: 99;
}
.rs-header-lang > .rs-header-lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rs-white);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.rs-header-lang > .rs-header-lang-toggle:hover {
  color: var(--rs-theme-red);
}
.rs-header-lang-flag {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.35);
}
.rs-header-lang-flag img,
.rs-header-lang-flag svg,
.rs-header-lang-flag .udem-header-top__lang-flag {
  display: block;
  width: 20px !important;
  height: 20px !important;
  object-fit: cover;
  border-radius: 50%;
}
.rs-header-lang-caret {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.rs-header-lang:hover > .rs-header-lang-toggle .rs-header-lang-caret {
  transform: rotate(180deg);
}
.rs-header-lang .submenu.rs-header-lang-submenu {
  background-color: #fff !important;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  width: 160px;
  min-width: 160px;
  position: absolute;
  inset-inline-end: 0;
  inset-inline-start: auto;
  top: calc(100% - 2px);
  margin-top: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transform: scaleY(0);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  visibility: hidden;
  transform-origin: top center;
  list-style: none;
}
.rs-header-lang:hover > .submenu.rs-header-lang-submenu,
.rs-header-lang:focus-within > .submenu.rs-header-lang-submenu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: scaleY(1);
}
.rs-header-lang .submenu.rs-header-lang-submenu li {
  position: relative;
}
.rs-header-lang .submenu.rs-header-lang-submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(200, 192, 226, 0.18);
}
.rs-header-lang .submenu.rs-header-lang-submenu li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: #1e2023;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background: #fff;
  transition: color 0.3s ease, letter-spacing 0.3s ease;
}
.rs-header-lang .submenu.rs-header-lang-submenu li > a .rs-header-lang-flag {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
}
.rs-header-lang .submenu.rs-header-lang-submenu li:hover > a {
  color: var(--rs-theme-red);
  letter-spacing: 0.5px;
}
#rs-sticky-header.active .rs-header-lang > .rs-header-lang-toggle {
  color: #1e2023;
}
#rs-sticky-header.active .rs-header-lang > .rs-header-lang-toggle:hover {
  color: var(--rs-theme-red);
}
#rs-sticky-header.active .rs-header-lang-flag {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
}

.rs-header-two:not(.rs-sticky-header) .main-menu > ul > li > a,
.rs-header-two:not(.rs-sticky-header) .main-menu > ul > li.current-menu-item > a,
.rs-header-two:not(.rs-sticky-header) .main-menu > ul > li.active > a,
.rs-header-two:not(.rs-sticky-header) .main-menu > ul > li:hover > a {
  color: #fff;
}

#rs-sticky-header.active .main-menu > ul > li > a {
  color: #1e2023;
}
#rs-sticky-header.active .main-menu > ul > li:hover > a,
#rs-sticky-header.active .main-menu > ul > li.current-menu-item > a,
#rs-sticky-header.active .main-menu > ul > li.active > a {
  color: var(--rs-theme-primary);
}

.rs-header-area.rs-header-two .main-menu .submenu li > a {
  transition: color 0.3s ease, background-color 0.3s ease, letter-spacing 0.3s ease;
}
.rs-header-area.rs-header-two.has-theme-blue .main-menu .submenu li:hover > a,
.rs-header-area.rs-header-two.has-theme-blue .main-menu .submenu li > a:hover,
.rs-header-area.rs-header-two.has-theme-blue .main-menu .submenu li.current-menu-item > a {
  background-color: var(--rs-theme-primary);
  color: #fff;
  letter-spacing: 0.5px;
}

.bortek-hero {
  min-height: 100vh;
  overflow: hidden;
}
.bortek-hero-swiper,
.bortek-hero-swiper .swiper-wrapper,
.bortek-hero-swiper .swiper-slide {
  min-height: 100vh;
}
.bortek-hero-swiper .swiper-slide {
  position: relative;
}
.bortek-hero-media,
.bortek-hero-image,
.bortek-hero-video,
.bortek-hero-overlay {
  position: absolute;
  inset: 0;
}
.bortek-hero-media {
  z-index: 0;
}
.bortek-hero-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bortek-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.bortek-hero-overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(8, 22, 42, 0.72) 0%, rgba(8, 22, 42, 0.38) 55%, rgba(8, 22, 42, 0.22) 100%);
  pointer-events: none;
}
.bortek-hero .container-fluid {
  position: relative;
  z-index: 2;
}
.bortek-hero-inner {
  padding: 0 85px;
}
.rs-banner-two.bortek-hero .rs-banner-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 160px 0 140px;
}
.bortek-hero-nav {
  position: absolute;
  right: 85px;
  left: auto;
  bottom: 48px;
  z-index: 4;
  display: flex;
  gap: 10px;
}
.bortek-hero-prev,
.bortek-hero-next {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 20px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.bortek-hero-prev:hover,
.bortek-hero-next:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: #fff;
}
.bortek-hero-social {
  position: absolute;
  right: 85px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.bortek-hero-social-line {
  display: block;
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.35);
}
.bortek-hero-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  border: 1px solid var(--rs-theme-primary);
  background: var(--rs-theme-primary);
  border-radius: 2px;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.bortek-hero-social a:hover {
  background: #fff;
  border-color: #fff;
  color: var(--rs-theme-primary);
}
.bortek-hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 44px;
}
.bortek-hero-scroll-mouse {
  width: 22px;
  height: 34px;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  position: relative;
}
.bortek-hero-scroll-wheel {
  position: absolute;
  left: 50%;
  top: 7px;
  width: 3px;
  height: 7px;
  margin-left: -1.5px;
  border-radius: 2px;
  background:var(--rs-theme-secondary);
  animation: bortek-scroll-wheel 1.6s ease-in-out infinite;
}
@keyframes bortek-scroll-wheel {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(10px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}
@media (max-width: 1600px) {
  .bortek-hero-inner { padding: 0 30px; }
  .bortek-hero-nav,
  .bortek-hero-social { right: 30px; }
}
@media (max-width: 1366px) {
  .bortek-hero-inner { padding: 0; }
  .bortek-hero-nav,
  .bortek-hero-social { right: 15px; }
}
@media (max-width: 991px) {
  .bortek-hero-nav { bottom: 72px; }
  .bortek-hero-social-line { height: 28px; }
}
@media (max-width: 767px) {
  .rs-banner-two.bortek-hero .rs-banner-wrapper { padding: 130px 0 150px; }
  .bortek-hero-social { display: none; }
  .bortek-hero-nav { right: 16px; bottom: 80px; }
  .bortek-hero-prev,
  .bortek-hero-next { width: 42px; height: 42px; }
}
.rs-about-six {
  padding: 100px 0;
}
.rs-about-six .rs-section-subtitle.has-theme-light-blue {
  color: var(--rs-theme-primary);
}
.rs-about-six .rs-section-subtitle.has-theme-light-blue::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rs-theme-secondary);
  flex-shrink: 0;
}
.rs-faq-one .rs-faq-wrapper .rs-section-subtitle.has-theme-light-blue {
  color: var(--rs-theme-primary);
}
.rs-faq-one .rs-faq-wrapper .rs-section-subtitle.has-theme-light-blue::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rs-theme-secondary);
  flex-shrink: 0;
}
.rs-faq-one .rs-testimonial-two .rs-testimonial-thumb img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.rs-faq-one .rs-testimonial-two .rs-section-subtitle.has-theme-light-blue {
  color: #fff;
}
.rs-faq-one .rs-testimonial-two .rs-section-subtitle.has-theme-light-blue::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rs-theme-secondary);
  flex-shrink: 0;
}
.rs-faq-one .rs-testimonial-two .rs-section-title,
.rs-faq-one .rs-testimonial-two .rs-testimonial-title,
.rs-faq-one .rs-testimonial-two .rs-testimonial-avater-title,
.rs-faq-one .rs-testimonial-two .rs-testimonial-avater-designation,
.rs-faq-one .rs-testimonial-two .rs-testimonial-description,
.rs-faq-one .rs-testimonial-two .rs-testimonial-description p,
.rs-faq-one .rs-testimonial-two .rs-testimonial-description * {
  color: #fff;
}
.rs-about-six .rs-about-tab-content {
  margin: 0 0 40px;
}
.rs-about-six .bortek-about-thumb {
  position: relative;
  overflow: visible;
}
.rs-about-six .rs-about-wrapper {
  overflow: visible;
}
.rs-about-six .bortek-about-thumb img.bortek-about-thumb-spin {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  max-width: none;
  height: auto;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: bortek-about-spin 3s linear infinite;
}
.rs-about-six .bortek-about-thumb img.bortek-about-thumb-main {
  position: relative;
  z-index: 1;
  display: block;
}
@keyframes bortek-about-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Home services: section heading + horizontal image accordion */
.rs-services-six .rs-section-subtitle.has-theme-light-blue {
  color: var(--rs-theme-primary);
}
.rs-services-six .rs-section-subtitle.has-theme-light-blue::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rs-theme-secondary);
  flex-shrink: 0;
}
.rs-services-six .bortek-services-grid > [class*="col-"] {
  display: flex;
}
.rs-services-six .bortek-services-grid .rs-services-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.rs-services-six .bortek-services-grid .descrip {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: none;
  line-height: 1.6;
  max-height: calc(1.6em * 4);
}
.rs-services-six .bortek-services-grid .rs-services-thumb {
  margin-top: auto;
}

/* Home services: horizontal image accordion */
.rs-horizontal-services {
  --hs-gap: 8px;
  --hs-inactive: 92px;
  --hs-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --hs-duration: 0.65s;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: var(--hs-gap);
  width: 100%;
  min-height: 560px;
  height: clamp(520px, 58vw, 680px);
}
.rs-horizontal-services__item {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: var(--hs-inactive);
  min-width: 0;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background: #061428;
  isolation: isolate;
  transition: flex-grow var(--hs-duration) var(--hs-ease),
              flex-basis var(--hs-duration) var(--hs-ease);
}
.rs-horizontal-services__item.active {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  cursor: default;
  z-index: 1;
}
.rs-horizontal-services__item:focus {
  outline: none;
}
.rs-horizontal-services__item:focus-visible {
  outline: none;
}
.rs-horizontal-services__trigger {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.rs-horizontal-services__item.active .rs-horizontal-services__trigger {
  cursor: default;
  pointer-events: none;
}
.rs-horizontal-services__trigger:focus {
  outline: none;
}
.rs-horizontal-services__trigger:focus-visible {
  outline: 2px solid var(--rs-theme-secondary);
  outline-offset: -2px;
}
.rs-horizontal-services__media,
.rs-horizontal-services__background,
.rs-horizontal-services__overlay {
  position: absolute;
  inset: 0;
}
.rs-horizontal-services__media {
  z-index: 0;
  overflow: hidden;
}
.rs-horizontal-services__background {
  overflow: hidden;
  background: linear-gradient(160deg, #0a2a52 0%, #061428 100%);
}
.rs-horizontal-services__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  transform-origin: center;
  transition: transform var(--hs-duration) var(--hs-ease);
}
.rs-horizontal-services__item.active .rs-horizontal-services__background img {
  transform: scale(1);
}
.rs-horizontal-services__overlay {
  z-index: 1;
  background: rgba(6, 20, 40, 0.62);
  transition: background var(--hs-duration) var(--hs-ease), opacity var(--hs-duration) var(--hs-ease);
}
.rs-horizontal-services__item.active .rs-horizontal-services__overlay {
  background: linear-gradient(
    90deg,
    rgba(6, 18, 38, 0.72) 0%,
    rgba(6, 18, 38, 0.42) 46%,
    rgba(6, 18, 38, 0.08) 100%
  );
}
.rs-horizontal-services__item:not(.active):hover .rs-horizontal-services__overlay {
  background: rgba(6, 20, 40, 0.48);
}
.rs-horizontal-services__item:not(.active):hover .rs-horizontal-services__background img {
  transform: scale(1.14);
}
.rs-horizontal-services__collapsed {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 28px 10px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.45s var(--hs-ease);
}
.rs-horizontal-services__item.active .rs-horizontal-services__collapsed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.rs-horizontal-services__collapsed-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--rs-ff-title);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  max-height: calc(100% - 56px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: transform 0.45s var(--hs-ease);
}
.rs-horizontal-services__item:not(.active):hover .rs-horizontal-services__collapsed-title {
  transform: rotate(180deg) translateY(8px);
}
.rs-horizontal-services__collapsed .rs-horizontal-services__number {
  writing-mode: horizontal-tb;
  transform: none;
  margin-bottom: 0;
  font-size: 13px;
  letter-spacing: 0.14em;
}
.rs-horizontal-services__number {
  display: block;
  font-family: var(--rs-ff-title);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--rs-theme-secondary);
  margin-bottom: 14px;
}
.rs-horizontal-services__content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  max-width: 520px;
  padding: 48px 52px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s var(--hs-ease), visibility 0.45s ease;
}
.rs-horizontal-services__item.active .rs-horizontal-services__content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0.18s;
}
.rs-horizontal-services__title {
  font-family: var(--rs-ff-title);
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 700;
  line-height: 1.12;
  color: #fff;
  margin: 0 0 16px;
}
.rs-horizontal-services__description {
  font-family: var(--rs-ff-body);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 28px;
  max-width: 500px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
.rs-horizontal-services__button.rs-btn {
  height: 52px;
  padding: 12px 28px;
  font-size: 16px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.rs-horizontal-services__button.rs-btn.has-icon .icon-box svg {
  fill: #fff;
}
.rs-horizontal-services__button.rs-btn.has-bg::before {
  display: none;
}
.rs-horizontal-services__button.rs-btn:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .rs-horizontal-services {
    --hs-inactive: 72px;
    min-height: 500px;
    height: clamp(480px, 62vw, 600px);
  }
  .rs-horizontal-services__content {
    padding: 36px 36px;
    max-width: 440px;
  }
  .rs-horizontal-services__title {
    font-size: clamp(24px, 3vw, 34px);
  }
  .rs-horizontal-services__description {
    font-size: 15px;
    margin-bottom: 22px;
  }
  .rs-horizontal-services__collapsed-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .rs-horizontal-services {
    --hs-inactive: 64px;
  }
  .rs-horizontal-services__content {
    padding: 28px 24px;
  }
  .rs-horizontal-services__collapsed {
    padding: 20px 6px;
  }
}

@media only screen and (max-width: 767px) {
  .rs-horizontal-services {
    flex-direction: column;
    height: auto;
    min-height: 0;
    --hs-inactive: auto;
  }
  .rs-horizontal-services__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
    height: auto;
    min-height: 68px;
    max-height: 68px;
    -webkit-tap-highlight-color: transparent;
    transition: min-height var(--hs-duration) var(--hs-ease), max-height var(--hs-duration) var(--hs-ease);
  }
  .rs-horizontal-services__item.active {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
    height: auto;
    min-height: 420px;
    max-height: 680px;
  }
  .rs-horizontal-services__collapsed {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 20px;
  }
  .rs-horizontal-services__collapsed-title,
  .rs-horizontal-services__collapsed .rs-horizontal-services__number {
    writing-mode: horizontal-tb;
    transform: none;
    max-height: none;
    white-space: nowrap;
  }
  .rs-horizontal-services__collapsed-title {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .rs-horizontal-services__item:not(.active):hover .rs-horizontal-services__collapsed-title {
    transform: translateX(4px);
  }
  .rs-horizontal-services__item.active .rs-horizontal-services__overlay {
    background: linear-gradient(
      180deg,
      rgba(6, 18, 38, 0.12) 0%,
      rgba(6, 18, 38, 0.38) 42%,
      rgba(6, 18, 38, 0.72) 100%
    );
  }
  .rs-horizontal-services__content {
    max-width: none;
    padding: 28px 24px;
  }
  .rs-horizontal-services__title {
    font-size: 26px;
  }
  .rs-horizontal-services__description {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rs-horizontal-services__item,
  .rs-horizontal-services__background img,
  .rs-horizontal-services__overlay,
  .rs-horizontal-services__collapsed,
  .rs-horizontal-services__collapsed-title,
  .rs-horizontal-services__content {
    transition: none !important;
  }
  .rs-horizontal-services__item.active .rs-horizontal-services__content {
    transition-delay: 0s;
  }
  .rs-horizontal-services__item:not(.active):hover .rs-horizontal-services__background img,
  .rs-horizontal-services__item.active .rs-horizontal-services__background img {
    transform: none;
  }
}

.rs-blog-one .rs-section-subtitle.has-theme-light-blue {
  color: var(--rs-theme-primary);
}
.rs-blog-one .rs-section-subtitle.has-theme-light-blue::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rs-theme-secondary);
  flex-shrink: 0;
}
.rs-blog-one .rs-blog-meta-item::before {
  display: none;
}
.rs-brand-thumb-wrapper .rs-brand-three .rs-brand-item {
  width: 100%;
}
.rs-brand-thumb-wrapper .rs-brand-three .rs-brand-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.rs-brand-thumb-wrapper .rs-brand-three .rs-brand-thumb a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.rs-brand-thumb-wrapper .rs-brand-three .rs-brand-thumb img {
  width: auto;
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
}

/* Anasayfa projeler — full-width split */
.bortek-home-projects {
  --hp-panel: 42%;
  --hp-pad-x: clamp(28px, 5vw, 72px);
  --hp-pad-y: clamp(40px, 6vw, 80px);
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0b1c2e;
  margin-top: 110px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  .bortek-home-projects {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .bortek-home-projects {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.bortek-home-projects .swiper {
  width: 100%;
  min-height: clamp(520px, 72vh, 760px);
}
.bortek-home-projects .swiper-wrapper {
  min-height: inherit;
}
.bortek-home-projects .swiper-slide {
  height: auto;
  min-height: inherit;
}
.bortek-home-projects .swiper-fade .swiper-slide {
  pointer-events: none;
}
.bortek-home-projects .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.bortek-home-projects__slide {
  display: grid;
  grid-template-columns: minmax(300px, var(--hp-panel)) minmax(0, 1fr);
  min-height: inherit;
  width: 100%;
  height: 100%;
}
.bortek-home-projects__panel {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  background:
    linear-gradient(160deg, #0b1c2e 0%, #0f2f4d 55%, #0b1c2e 100%);
  color: #fff;
}
.bortek-home-projects__panel-inner {
  width: 100%;
  max-width: 560px;
  padding: var(--hp-pad-y) var(--hp-pad-x);
  padding-right: calc(var(--hp-pad-x) + 110px);
}
.bortek-home-projects .rs-section-subtitle.has-theme-light-blue {
  color: #fff;
  margin-bottom: 18px;
}
.bortek-home-projects .rs-section-subtitle.has-theme-light-blue::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rs-theme-secondary);
  flex-shrink: 0;
}
.bortek-home-projects__title {
  margin: 0 0 22px;
  color: #fff;
  font-family: var(--rs-ff-title);
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.15;
}
.bortek-home-projects__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 28px;
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
}
.bortek-home-projects__meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--rs-ff-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.bortek-home-projects__meta i {
  font-size: 18px;
  color: var(--rs-theme-secondary);
}
.bortek-home-projects__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.bortek-home-projects__actions .rs-btn.has-theme-blue {
  color: #fff;
}
.bortek-home-projects__actions .rs-btn.has-theme-blue .icon-box svg,
.bortek-home-projects__actions .rs-btn.has-theme-blue .icon-box svg path {
  fill: #fff;
}
.bortek-home-projects__media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #081424;
}
.bortek-home-projects__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.04);
  transition: transform 1.1s ease;
}
.bortek-home-projects .swiper-slide-active .bortek-home-projects__media img {
  transform: scale(1);
}
.bortek-home-projects__nav {
  position: absolute;
  z-index: 5;
  left: calc(var(--hp-panel) - var(--hp-pad-x) - 108px);
  bottom: var(--hp-pad-y);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 4px;
  background: rgba(8, 20, 36, 0.55);
  backdrop-filter: blur(6px);
}
.bortek-home-projects__nav .rs-swiper-btn {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .bortek-home-projects {
    --hp-panel: 100%;
  }
  .bortek-home-projects .swiper {
    min-height: 0;
  }
  .bortek-home-projects__slide {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .bortek-home-projects__media {
    min-height: 280px;
    order: -1;
  }
  .bortek-home-projects__panel-inner {
    max-width: none;
    padding: 36px 24px 96px;
  }
  .bortek-home-projects__title {
    font-size: clamp(24px, 7vw, 34px);
  }
  .bortek-home-projects__nav {
    left: 24px;
    right: auto;
    bottom: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .bortek-home-projects__media {
    min-height: 220px;
  }
  .bortek-home-projects__meta {
    gap: 10px 18px;
    margin-bottom: 28px;
  }
}

/* Footer copyright: FNP left, legal right — same size as footer links */
.bortek-footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--rs-white);
}
.bortek-footer-copyright-text,
.bortek-footer-copyright-fnp {
  margin: 0;
  color: var(--rs-white);
  font-size: inherit;
  font-weight: 500;
  line-height: 1.6;
}
.bortek-footer-copyright-text a,
.bortek-footer-copyright-fnp a {
  color: var(--rs-white);
  font-size: inherit;
  font-weight: 500;
  text-decoration: none;
}
.bortek-footer-copyright-text a:hover,
.bortek-footer-copyright-fnp a:hover {
  color: var(--rs-theme-secondary);
}
.bortek-footer-copyright-sep {
  opacity: 0.55;
  margin: 0 2px;
}
@media only screen and (max-width: 767px) {
  .bortek-footer-copyright {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}

/* İç sayfa banner: başlık (div) ile breadcrumb arası boşluk */
.rs-breadcrumb-one .rs-breadcrumb-title-wrapper {
  margin-bottom: 20px;
}
.rs-breadcrumb-one .rs-breadcrumb-title {
  margin-bottom: 0;
}
/* Banner overlay: yukarı→aşağı + sağ→sol hafif karartma */
.rs-breadcrumb-one .rs-breadcrumb-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(12, 60, 97, 0.35) 0%, rgba(12, 60, 97, 0.12) 45%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(270deg, rgba(12, 60, 97, 0.32) 0%, rgba(12, 60, 97, 0.08) 55%, transparent 100%);
}

/* Hakkımızda banner: görsel/title yok, site mavisi, kompakt yükseklik */
.rs-breadcrumb-one.bortek-breadcrumb--about {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 28px;
  background-color: var(--rs-theme-primary);
}
.rs-breadcrumb-one.bortek-breadcrumb--about .rs-breadcrumb-content-wrapper {
  min-height: 0;
}
@media only screen and (max-width: 1199px) {
  .rs-breadcrumb-one.bortek-breadcrumb--about {
    padding-top: 100px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one.bortek-breadcrumb--about {
    padding-top: 90px;
    padding-bottom: 20px;
  }
}

/* Hakkımızda: banner altında sabit 100vh arka plan + beyaz içerik */
.bortek-about-page {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  color: #fff;
}
.bortek-about-page__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bortek-about-page__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.bortek-about-page__inner {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 90px;
}
.bortek-about-page__title,
.bortek-about-page .rs-section-title,
.bortek-about-page__content,
.bortek-about-page__content h1,
.bortek-about-page__content h2,
.bortek-about-page__content h3,
.bortek-about-page__content h4,
.bortek-about-page__content h5,
.bortek-about-page__content h6,
.bortek-about-page__content p,
.bortek-about-page__content li,
.bortek-about-page__content span,
.bortek-about-page__content strong,
.bortek-about-page__content a {
  color: #fff;
}
.bortek-about-page__content a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.bortek-about-page__content ul,
.bortek-about-page__content ol {
  margin: 0 0 24px;
  padding-left: 1.35em;
  list-style-position: outside;
}
.bortek-about-page__content ul {
  list-style-type: disc;
}
.bortek-about-page__content ol {
  list-style-type: decimal;
}
.bortek-about-page__content li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.bortek-about-page__content li:last-child {
  margin-bottom: 0;
}
/* Footer, sabit about bg üzerinde kalsın */
body:has(.bortek-about-page) .rs-footer-bg-thumb-wrapper,
body:has(.bortek-about-page) .rs-footer-area {
  position: relative;
  z-index: 2;
}

/* Linki devre dışı: görünüm aynı, tıklama yok */
.menu-link--disabled,
a.menu-link--disabled {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

/* İç sayfa SSS */
.bortek-page-faq {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid rgba(21, 42, 64, 0.08);
}
.bortek-page-faq--plain {
  margin-top: 30px;
  padding-top: 0;
  border-top: none;
}
.bortek-service-faq {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.bortek-service-detail .rs-services-details-title {
  margin-bottom: 25px;
}
.bortek-service-detail .rs-services-details-thumb {
  margin-bottom: 30px;
}
.bortek-service-detail__content {
  margin-bottom: 20px;
}
.bortek-service-detail__content ul,
.bortek-service-detail__content ol,
.bortek-page-article ul,
.bortek-page-article ol,
.bortek-services-listing__intro ul,
.bortek-services-listing__intro ol {
  margin: 0 0 24px;
  padding-left: 1.35em;
  list-style-position: outside;
}
.bortek-service-detail__content ul,
.bortek-page-article ul,
.bortek-services-listing__intro ul {
  list-style-type: disc;
}
.bortek-service-detail__content ol,
.bortek-page-article ol,
.bortek-services-listing__intro ol {
  list-style-type: decimal;
}
.bortek-service-detail__content li,
.bortek-page-article li,
.bortek-services-listing__intro li {
  margin-bottom: 8px;
  padding-left: 0.25em;
  line-height: 1.7;
}
.bortek-service-detail__content li:last-child,
.bortek-page-article li:last-child,
.bortek-services-listing__intro li:last-child {
  margin-bottom: 0;
}

/* Diğer hizmetler — aktif (site mavisi) */
.bortek-service-siblings ul li a.bortek-service-sibling-link,
.bortek-service-siblings ul li .bortek-service-sibling-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(2, 1, 1, 0.09);
  padding: 10px 20px;
  background: var(--rs-white);
  font-weight: 500;
  border-radius: 2px;
  font-size: 17px;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.bortek-service-siblings ul li a.bortek-service-sibling-link:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: var(--rs-white);
}
.bortek-service-siblings ul li.is-active .bortek-service-sibling-link,
.bortek-service-siblings ul li .bortek-service-sibling-link.is-active {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.bortek-service-siblings ul li a.bortek-service-sibling-link i,
.bortek-service-siblings ul li .bortek-service-sibling-link i {
  font-size: 20px;
}

/* Sol CTA — diğer hizmetler kutusu ile aynı zemin */
.sidebar-widget.bortek-service-cta {
  background: var(--rs-bg-primary);
  border: none;
}
.bortek-service-cta__desc {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--rs-text-primary);
}
.bortek-service-cta__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-widget.bortek-service-cta ul.bortek-service-cta__list li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-widget.bortek-service-cta ul li a.bortek-service-cta__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--rs-theme-primary);
  padding: 10px 20px;
  background: var(--rs-theme-primary);
  font-weight: 500;
  border-radius: 2px;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, filter 0.25s ease;
}
.sidebar-widget.bortek-service-cta ul li a.bortek-service-cta__link i {
  font-size: 20px;
  flex-shrink: 0;
}
.sidebar-widget.bortek-service-cta ul li a.bortek-service-cta__link:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: #fff;
  filter: brightness(0.92);
}
.sidebar-widget.bortek-service-cta ul li a.bortek-service-cta__link--whatsapp {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
  filter: none;
}
.sidebar-widget.bortek-service-cta ul li a.bortek-service-cta__link--whatsapp:hover {
  background: #1ebe57;
  border-color: #1ebe57;
  color: #fff;
  filter: none;
}

/* Blog listesi — red-engineering kartları, eşit yükseklik, site mavisi */
.bortek-blog-list .bortek-blog-grid > [class*="col-"] {
  display: flex;
}
.bortek-blog-list .rs-blog-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
}
.bortek-blog-list .rs-blog-thumb {
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
}
.bortek-blog-list .rs-blog-thumb a {
  display: block;
  overflow: hidden;
  border-radius: 2px;
}
.bortek-blog-list .rs-blog-thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 2px;
}
.rs-blog-one .rs-blog-thumb,
.rs-blog-one .rs-blog-thumb img {
  border-radius: 2px;
}
.rs-blog-one .rs-blog-item.has-thumb-height .rs-blog-tag.has-white a {
  background: #fff;
  color: var(--rs-theme-primary);
}
.rs-blog-one .rs-blog-item.has-thumb-height .rs-blog-tag.has-white a:hover {
  background: #fff;
  color: var(--rs-theme-primary);
  opacity: 0.9;
}
.bortek-blog-list .rs-blog-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.bortek-blog-list .rs-blog-title {
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.bortek-blog-list .rs-blog-meta {
  margin-bottom: 12px;
}
.bortek-blog-list .rs-blog-meta-item::before {
  content: none;
}
.bortek-blog-list .rs-blog-description {
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  flex: 1 1 auto;
}
.bortek-blog-list .rs-blog-btn-wrapper {
  margin-top: auto;
}
.bortek-blog-list .rs-blog-meta-text {
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.bortek-blog-list .rs-blog-meta-text:hover {
  color: var(--rs-theme-primary);
}
.bortek-blog-list .rs-blog-item:hover .rs-square-btn {
  background: var(--rs-theme-primary);
  color: #fff;
}
.bortek-blog-list .rs-blog-item:hover .rs-square-btn .icon-box i {
  color: #fff;
}
.bortek-blog-list__intro ul,
.bortek-blog-list__intro ol {
  padding-left: 1.25em;
  margin: 0 0 1em;
}
.bortek-blog-list__intro ul {
  list-style: disc;
}
.bortek-blog-list__intro ol {
  list-style: decimal;
}

/* İçerik sayfası referansları — anasayfa kartı, 5’li sabit grid */
.bortek-content-refs .bortek-content-refs__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.bortek-content-refs .rs-brand-item {
  background: var(--rs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  box-shadow: 0 0 0 1px rgba(2, 1, 1, 0.06);
}
.bortek-content-refs .rs-brand-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px;
}
.bortek-content-refs .rs-brand-thumb a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.bortek-content-refs .rs-brand-thumb img {
  width: auto;
  max-width: 100%;
  max-height: 125px;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.bortek-content-refs .rs-brand-item:hover .rs-brand-thumb img {
  transform: scale(1.12);
}
@media only screen and (max-width: 1199px) {
  .bortek-content-refs .bortek-content-refs__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .bortek-content-refs .bortek-content-refs__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .bortek-content-refs .bortek-content-refs__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .bortek-content-refs .rs-brand-item {
    height: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .bortek-content-refs .bortek-content-refs__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Blog detay — başlık → görsel → tarih → içerik */
.bortek-blog-detail .rs-postbox-details-title {
  margin-top: 0;
  margin-bottom: 25px;
}
.bortek-blog-detail .rs-postbox-details-thumb {
  margin-bottom: 20px;
}
.bortek-blog-detail .rs-postbox-content {
  margin-bottom: 25px;
}
.bortek-blog-detail__content ul,
.bortek-blog-detail__content ol {
  padding-left: 1.25em;
  margin: 0 0 1em;
}
.bortek-blog-detail__content ul {
  list-style: disc;
}
.bortek-blog-detail__content ol {
  list-style: decimal;
}
.bortek-blog-detail__content li {
  margin-bottom: 0.35em;
}
.bortek-blog-detail .sidebar-blog-title a:hover {
  color: var(--rs-theme-primary);
}

/* İletişim — contact-two (nine + ten), site mavisi */
.bortek-contact-info .rs-contact-icon {
  background: var(--rs-theme-primary);
}
.bortek-contact-info .rs-contact-icon i,
.bortek-contact-info .rs-contact-icon svg path {
  color: #fff;
  fill: #fff;
}
.bortek-contact-info .rs-contact-item:hover .rs-contact-icon {
  background: var(--rs-theme-primary);
  filter: brightness(0.92);
}
.bortek-contact-info .rs-contact-item:hover .rs-contact-icon i,
.bortek-contact-info .rs-contact-item:hover .rs-contact-icon svg path {
  color: #fff;
  fill: #fff;
}
.bortek-contact-info .rs-contact-content a:hover {
  color: var(--rs-theme-primary);
}
.bortek-contact-info .rs-contact-content a,
.bortek-contact-info .rs-contact-content p {
  font-size:18px;
  line-height: 1.55;
}
.bortek-contact-info .rs-contact-icon i {
  font-size: 22px;
  color: #fff;
  line-height: 1;
}
.bortek-contact-info .rs-contact-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.bortek-contact-form-section .rs-contact-form {
  border-top-color: var(--rs-theme-primary);
  text-align: left;
}
.bortek-contact-form-section .rs-contact-form-title {
  text-align: center;
  margin-bottom: 40px;
}
.bortek-contact-form-section .rs-contact-form .descrip {
  text-align: center;
  margin: 0 auto 40px;
}
.bortek-contact-form-section .rs-contact-form-title + .descrip {
  margin-top: -20px;
}
.bortek-contact-form-section .rs-contact-input input:focus,
.bortek-contact-form-section .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-primary);
}
.bortek-contact-form-section .rs-contact-btn {
  text-align: left;
}
.bortek-contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.bortek-contact-kvkk-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0;
  text-align: left;
}
.bortek-contact-kvkk-wrap > input[type="checkbox"] {
  display: none;
}
.bortek-contact-kvkk-wrap > input[type="checkbox"] ~ .bortek-contact-kvkk {
  position: relative;
  display: block;
  padding-inline-start: 30px;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  margin: 0;
  text-align: left;
}
.bortek-contact-kvkk-wrap > input[type="checkbox"] ~ .bortek-contact-kvkk::after {
  position: absolute;
  content: "";
  top: 2px;
  inset-inline-start: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #C3C7C9;
  background: #fff;
  border-radius: 2px;
  z-index: 0;
  transition: all 0.2s linear;
}
.bortek-contact-kvkk-wrap > input[type="checkbox"] ~ .bortek-contact-kvkk::before {
  position: absolute;
  content: "";
  top: 6px;
  inset-inline-start: 4px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.2s linear;
}
.bortek-contact-kvkk-wrap > input[type="checkbox"]:checked ~ .bortek-contact-kvkk::after {
  background-color: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
.bortek-contact-kvkk-wrap > input[type="checkbox"]:checked ~ .bortek-contact-kvkk::before {
  opacity: 1;
  visibility: visible;
  transform: rotate(-45deg) scale(1);
}
.bortek-contact-kvkk a {
  color: var(--rs-theme-primary);
  text-decoration: underline;
}

/* Bülten formu — KVKK (koyu arka plan) */
.bortek-newsletter-form {
  width: 100%;
}
.bortek-newsletter-kvkk {
  margin-top: 14px;
}
.bortek-newsletter-kvkk > input[type="checkbox"] ~ .bortek-contact-kvkk {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}
.bortek-newsletter-kvkk > input[type="checkbox"] ~ .bortek-contact-kvkk::after {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}
.bortek-newsletter-kvkk > input[type="checkbox"]:checked ~ .bortek-contact-kvkk::after {
  background-color: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
.bortek-newsletter-kvkk .bortek-contact-kvkk a {
  color: #fff;
}

/* Preloader logo — daha büyük */
#pre-load .loader-container {
  width: 220px;
  height: 220px;
}
#pre-load .loader-container:before {
  width: 220px;
  height: 220px;
}
#pre-load .loader-icon {
  width: 200px;
}
#pre-load .loader-icon img {
  width: 125px;
  max-width: 100%;
  height: auto;
}

.bortek-contact-form-messages {
  margin-top: 16px;
  font-size: 15px;
  text-align: left;
}
.bortek-contact-form-messages.is-success {
  color: #1ebe57;
}
.bortek-contact-form-messages.is-error {
  color: #d32f2f;
}
.bortek-contact-form-section .rs-contact-form .rs-btn.has-theme-blue:hover {
  filter: brightness(0.92);
}
.bortek-contact-map {
  width: 100%;
}
.bortek-contact-map__frame {
  width: 100%;
  line-height: 0;
}
.bortek-contact-map__frame iframe {
  width: 100%;
  min-height: 400px;
  border: 0;
  display: block;
}
.sidebar-widget::before {
  display: none;
}

/* Projeler listesi — zigzag (görsel / içerik dönüşümlü) */
.bortek-project-list__items {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.bortek-project-list__row {
  margin: 0;
}
.bortek-project-list__row--odd {
  background-color: #efefef;
  padding: 40px 30px;
  border-radius: 3px;
}
@media only screen and (max-width: 575px) {
  .bortek-project-list__row--odd {
    padding: 28px 16px;
  }
}
.bortek-project-list__media {
  width: 100%;
}
.bortek-project-list__thumb {
  display: block;
  overflow: hidden;
  border-radius: 3px;
}
.bortek-project-list__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.bortek-project-list__thumb:hover img {
  transform: scale(1.04);
}
.bortek-project-list__content {
  max-width: 520px;
}
.bortek-project-list__row.flex-lg-row-reverse .bortek-project-list__content {
  margin-inline-start: auto;
}
.bortek-project-list__title {
  margin: 0 0 16px;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--rs-title-primary);
}
.bortek-project-list__title a {
  color: inherit;
  transition: color 0.3s ease;
}
.bortek-project-list__title a:hover {
  color: var(--rs-theme-primary);
}
.bortek-project-list__spot {
  margin: 0 0 28px;
  color: var(--rs-text-primary);
  line-height: 1.7;
}
.bortek-project-list__btn .rs-btn.has-theme-blue .icon-box svg path {
  fill: #fff;
}
.bortek-project-list__intro ul,
.bortek-project-list__intro ol {
  padding-left: 1.25em;
  margin: 0 0 1em;
}
.bortek-project-list__intro ul {
  list-style: disc;
}
.bortek-project-list__intro ol {
  list-style: decimal;
}
@media only screen and (max-width: 991px) {
  .bortek-project-list__items {
    gap: 50px;
  }
  .bortek-project-list__content {
    max-width: none;
  }
  .bortek-project-list__row.flex-lg-row-reverse .bortek-project-list__content {
    margin-inline-start: 0;
  }
}
@media only screen and (max-width: 575px) {
  .bortek-project-list__items {
    gap: 40px;
  }
}

/* Proje detay */
.bortek-project-detail__content ul,
.bortek-project-detail__content ol {
  padding-left: 1.25em;
  margin: 0 0 1em;
}
.bortek-project-detail__content ul {
  list-style: disc;
}
.bortek-project-detail__content ol {
  list-style: decimal;
}
.bortek-project-detail__gallery-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bortek-project-detail__gallery .bortek-project-gallery-zoom {
  display: block;
  cursor: zoom-in;
}
.bortek-project-detail__gallery .bortek-project-gallery-zoom img {
  transition: opacity 0.25s ease;
}
.bortek-project-detail__gallery .bortek-project-gallery-zoom:hover img {
  opacity: 0.9;
}
.bortek-project-detail .widget-project .sidebar-widget-icon svg path {
  fill: currentColor;
}
.rs-video-one .rs-video-bg-thumb::before {
  background: linear-gradient(120deg, #00000000 0%, #310B0D 100%);
}
.rs-video-one:has(.bortek-parallax-title) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-video-one:has(.bortek-parallax-title) > .container {
  width: 100%;
  position: relative;
  z-index: 2;
}
.rs-video-one .bortek-parallax-title {
  color: #fff;
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

/* Sabit WhatsApp — Special Marble floating_btn */
.floating_btn {
  position: fixed;
  bottom: 92px;
  right: 30px;
  left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
@keyframes bortek-wa-pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.floating_btn .contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: bortek-wa-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: bortek-wa-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.floating_btn .contact_icon .my-float,
.floating_btn .contact_icon i {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
.floating_btn a:hover .contact_icon {
  background-color: #36c977;
}
@media only screen and (max-width: 575px) {
  .floating_btn {
    right: 16px;
    bottom: 86px;
  }
  .floating_btn .contact_icon {
    width: 52px;
    height: 52px;
  }
  .floating_btn .contact_icon .my-float,
  .floating_btn .contact_icon i {
    font-size: 26px;
  }
}
.bortek-project-list__items .col-lg-6 {
  margin-top: 0;
}