:root {
  --insur-font: "DM Sans", sans-serif;
  --insur-reey-font: "reeyregular";
  --insur-gray: #696e77;
  --insur-gray-rgb: 105, 110, 119;
  --insur-white: #ffffff;
  --insur-white-rgb: 255, 255, 255;
  --insur-base: #3cb9c7;
  --insur-base-rgb: 1, 95, 201;
  --insur-black: #1d1d1b;
  --insur-black-rgb: 22, 36, 61;
  --insur-primary: #0ce0ff;
  --insur-primary-rgb: 12, 224, 255;
  --insur-extra: #f2f5f9;
  --insur-extra-rgb: 242, 245, 249;
  --insur-bdr-color: #e0e4e8;
  --insur-bdr-color-rgb: 224, 228, 232;
  --insur-bdr-radius: 10px;
  --insur-letter-spacing: -0.02em;
}
/* Footer ana menü listesi */
#footer-float-link {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px 18px;
  /* yatay/dikey boşluk */
}

/* Her bir menü elemanı */
#footer-float-link > li {
  position: relative;
}

/* Linkler */
#footer-float-link a {
  display: inline-block;
  color: #97a2b7;
  /* İstediğin renk */
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: color 0.2s ease, transform 0.2s ease;
  padding-bottom: 2px;
}

/* Alt çizgi efekti */
#footer-float-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #0ddbfa;
  transition: width 0.25s ease;
}

/* Hover durumu */
#footer-float-link a:hover {
  color: #0ddbfa;
  /* Üstüne gelince beyaz olsun istersen */
  transform: translateY(-1px);
}

#footer-float-link a:hover::after {
  width: 100%;
}

/* Alt menü (varsa) */
#footer-float-link .submenu {
  list-style: none;
  margin: 6px 0 0 0;
  padding-left: 14px;
}

#footer-float-link .submenu li {
  margin: 2px 0;
}

#footer-float-link .submenu a {
  font-size: 13px;
  opacity: 0.9;
}
.counter-one__count-box {
  margin-left: 0;
}
.why-choose-one__single {
  padding: 20px;
}
.why-choose-one__list-icon {
  margin-bottom: 0;
}
.feature-one__single {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}
/* Owl Nav Genel */
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* sadece butonlar tıklanabilir */
}

/* Önce – Sonra Butonları */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff !important;
  color: #1f2937 !important; /* koyu gri */
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  pointer-events: auto;
  font-size: 22px !important;
  line-height: 44px !important;
  transition: all 0.25s ease;
}

/* Hover durumda */
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background: #2563eb !important; /* mavi accent gibi */
  color: #ffffff !important;
  border-color: #2563eb;
  transform: translateY(-1px);
}

/* İçindeki ikonlar */
.owl-nav button span {
  font-size: 22px;
  font-weight: 600;
}

/* Dots ile çakışmasın */
.owl-dots {
  margin-top: 20px;
}

/* Küçük ekranlarda biraz aşağı alınsın */
@media (max-width: 768px) {
  .owl-nav {
    top: 45%;
  }
}
.owl-nav button.owl-prev {
  margin-left: 5px;
}

.owl-nav button.owl-next {
  margin-right: 5px;
}
.main-menu__main-menu-box {
  padding-right: 30px;
  margin-left: auto;
}
.main-menu__right {
  margin-left: auto;
}
.main-menu__wrapper-inner {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
@media (max-width: 767px) {
  .main-menu__main-menu-box {
    padding-right: 22px !important;
  }
}
.main-slider__title:before {
  position: absolute;
  top: -22px;
  left: 5px;
  height: 13px;
  width: 324px;
  content: "";
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0 121 139) 0%,
    rgb(12, 224, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0 121 139) 0%,
    rgb(12, 224, 255) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0 121 139) 0%,
    rgb(12, 224, 255) 100%
  );
  border-radius: 6.5px;
}
.contact-page__call-email {
  margin: 0 0 20px 0;
  min-height: 50px;
  display: flex;
  align-items: center;
}
