/* Rovasis overrides on Artelligence theme */
.rovasis-logo {
  max-height: 52px;
  width: auto;
  object-fit: contain;
}
.banner-logo .rovasis-logo,
.footer-logo .rovasis-logo {
  max-height: 56px;
}
.lang-link {
  font-weight: 600 !important;
  letter-spacing: 0.04em;
}
.product-study-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

/* Professional product cards: image + readable text panel (no overlay) */
.products-pro-section .study_content h2 {
  margin-bottom: 16px;
}
.product-pro-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(5, 43, 69, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(5, 43, 69, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.product-pro-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(5, 43, 69, 0.1);
}
.product-pro-media {
  margin: 0;
  background: #0b1f33;
}
.product-pro-media img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.product-pro-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px 22px 26px;
  background: #fff;
  color: #1a2b3c;
}
.product-pro-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.product-pro-meta img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.product-pro-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0b6e99;
  background: rgba(11, 110, 153, 0.1);
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.product-pro-meta .product-pro-label {
  margin-bottom: 0;
}
.product-pro-title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #052b45;
  margin: 0 0 10px;
}
.product-pro-lead {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
  color: #234861;
  margin: 0 0 12px;
}
.product-pro-summary {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5d6e;
  margin: 0 0 16px;
}
.product-pro-summary--teaser {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-pro-highlights {
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(5, 43, 69, 0.08);
}
.product-pro-highlights h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #052b45;
  margin: 12px 0 10px;
}
.product-pro-highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-pro-highlights li {
  position: relative;
  padding: 0 0 8px 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #3d5163;
}
.product-pro-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b6e99, #1ec8e8);
}
.product-pro-body .read_more {
  margin-top: auto;
}
@media (max-width: 767px) {
  .product-pro-media img { height: 200px; }
  .product-pro-body { padding: 18px 16px 22px; }
  .product-pro-title { font-size: 20px; }
}

/* Fix broken circle/chevron icons (FA6 + theme FontAwesome mismatch) */
.lets_talk .circle,
.read_more .circle,
.view_all .circle,
.button1 .circle,
i.circle.fa-angle-right,
i.circle.fa-regular,
i.circle.fa-solid {
  font-family: inherit !important;
}
.lets_talk .circle::before,
.read_more .circle::before,
.view_all .circle::before,
.button1 .circle::before,
i.circle::before {
  content: "\f105" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  display: inline-block;
  speak: never;
}

/* CTA circle inside service-section (production page) */
.service-section .lets_talk,
.service-section .button1.lets_talk {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  padding: 4px 2px 4px 42px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 0;
  color: #fff !important;
  background-image: linear-gradient(to right, var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
  transition: all 0.3s ease-in-out;
}
.service-section .lets_talk:hover,
.service-section .button1.lets_talk:hover {
  background-image: linear-gradient(to right, #052b45 0%, #052b45 51%, #052b45 100%);
  color: #fff !important;
}
.service-section .lets_talk .circle,
.service-section .button1 .circle {
  background: #fff;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 3px 0 12px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.service-section .lets_talk:hover .circle {
  background-color: #052b45;
}
.service-section .lets_talk:hover .circle::before {
  color: #fff !important;
}
.service-section .lets_talk .circle::before {
  color: var(--e-global-color-dark-blue, #052b45);
  font-size: 18px;
  line-height: 50px;
}

/* Prevent absolute about images spilling over production cards */
.about-section .about_wrapper {
  min-height: 480px;
  overflow: visible;
}
.about-section {
  overflow: hidden;
}
.service-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* WhatsApp floating support (bottom-right); toasts sit above it */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 12px 14px;
  border-radius: 999px;
  background: #25d366;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.55);
}
.whatsapp-float i {
  font-size: 28px;
  line-height: 1;
}
.whatsapp-float-text {
  font-size: 14px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  white-space: nowrap;
}
.toast-host {
  position: fixed;
  right: 24px;
  bottom: 92px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}
.toast {
  pointer-events: auto;
  min-width: 260px;
  max-width: 360px;
  padding: 14px 18px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transform: translateY(12px);
  animation: toast-in 0.28s ease forwards;
}
.toast-success { background: #15846e; }
.toast-error { background: #e11d48; }
.toast-warning { background: #d97706; }
.toast-info { background: #6c5ce7; }
@keyframes toast-in {
  to { opacity: 1; transform: translateY(0); }
}
.contact-form select.form-control {
  height: auto;
  min-height: 48px;
}
@media (max-width: 991px) {
  .rovasis-logo { max-height: 40px; }
  .about-section .about_wrapper { min-height: 320px; }
}
@media (max-width: 575px) {
  .whatsapp-float {
    padding: 14px;
    border-radius: 50%;
  }
  .whatsapp-float-text {
    display: none;
  }
  .toast-host {
    bottom: 88px;
  }
}

/* Kurumsal dropdown — screenshot-style list */
.navbar-nav .corporate-dropdown {
  min-width: 260px;
  padding: 8px 0;
  border-radius: 10px;
  border: 1px solid rgba(5, 43, 69, 0.08);
  box-shadow: 0 12px 32px rgba(5, 43, 69, 0.12);
}
.navbar-nav .corporate-dropdown .drop-down-pages .nav-item {
  border-bottom: 1px solid rgba(5, 43, 69, 0.08);
  margin: 0;
}
.navbar-nav .corporate-dropdown .drop-down-pages .nav-item:last-child {
  border-bottom: none;
}
.navbar-nav .corporate-dropdown .dropdown-item {
  position: relative;
  padding: 12px 22px 12px 36px !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  color: #1a2b3c !important;
  background: transparent !important;
  white-space: normal;
}
.navbar-nav .corporate-dropdown .dropdown-item::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border: 1.5px solid #9aa8b5;
  border-radius: 50%;
  background: transparent;
}
.navbar-nav .corporate-dropdown .dropdown-item:hover,
.navbar-nav .corporate-dropdown .nav-item.active .dropdown-item {
  color: var(--e-global-color-accent, #e11d48) !important;
  background: transparent !important;
}
.navbar-nav .corporate-dropdown .dropdown-item:hover::before,
.navbar-nav .corporate-dropdown .nav-item.active .dropdown-item::before {
  border-color: var(--e-global-color-accent, #e11d48);
  background: var(--e-global-color-accent, #e11d48);
}
.navbar-nav .nav-item.dropdown.active > .nav-link {
  color: var(--e-global-color-accent, #e11d48) !important;
}

/* Corporate content pages */
.corporate-page-section {
  padding-top: 40px;
  padding-bottom: 80px;
}
.corporate-side-nav {
  background: #fff;
  border: 1px solid rgba(5, 43, 69, 0.08);
  border-radius: 12px;
  padding: 20px 18px;
  position: sticky;
  top: 24px;
}
.corporate-side-nav h5 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0b6e99;
  margin-bottom: 14px;
}
.corporate-side-nav ul li {
  border-bottom: 1px solid rgba(5, 43, 69, 0.08);
}
.corporate-side-nav ul li:last-child {
  border-bottom: none;
}
.corporate-side-nav a {
  display: block;
  padding: 10px 4px 10px 18px;
  position: relative;
  color: #234861;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.corporate-side-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  border: 1.5px solid #9aa8b5;
  border-radius: 50%;
}
.corporate-side-nav li.is-active a,
.corporate-side-nav a:hover {
  color: var(--e-global-color-accent, #e11d48);
}
.corporate-side-nav li.is-active a::before,
.corporate-side-nav a:hover::before {
  border-color: var(--e-global-color-accent, #e11d48);
  background: var(--e-global-color-accent, #e11d48);
}
.corporate-kicker {
  color: #0b6e99;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.corporate-title {
  color: #052b45;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 16px;
}
.corporate-lead {
  color: #3d5163;
  margin-bottom: 28px;
  line-height: 1.7;
}
.corporate-block {
  margin-bottom: 22px;
}
.corporate-block h3 {
  font-size: 20px;
  color: #052b45;
  margin-bottom: 8px;
}
.corporate-block p {
  color: #4a5d6e;
  line-height: 1.75;
  margin-bottom: 0;
}
.corporate-value {
  height: 100%;
  padding: 18px 16px;
  background: #f7fafc;
  border-radius: 12px;
  border: 1px solid rgba(5, 43, 69, 0.06);
}
.corporate-value h4 {
  font-size: 17px;
  color: #052b45;
  margin-bottom: 8px;
}
.corporate-value p {
  color: #4a5d6e;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .corporate-title { font-size: 26px; }
  .corporate-side-nav { position: static; margin-bottom: 8px; }
}
