/* Star Kuru Temizleme - modern visual layer */

:root {
  --star-primary: #087da2;
  --star-primary-dark: #07536d;
  --star-accent: #24cdd5;
  --star-ink: #142c38;
  --star-muted: #657985;
  --star-surface: #ffffff;
  --star-soft: #f3f8fa;
  --star-border: rgba(10, 93, 120, 0.12);
  --star-shadow-sm: 0 8px 24px rgba(14, 53, 69, 0.08);
  --star-shadow-md: 0 18px 48px rgba(14, 53, 69, 0.14);
  --star-radius-sm: 14px;
  --star-radius: 22px;
  --star-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--star-muted);
  background: var(--star-surface);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--star-ink);
  letter-spacing: -0.025em;
}

p {
  font-size: 15px;
  line-height: 1.8;
}

section {
  scroll-margin-top: 90px;
}

/* Header and navigation */

.site-header .navbar {
  padding: 14px 0;
  transition: padding 280ms var(--star-ease), background 280ms ease,
    box-shadow 280ms ease;
}

.site-header .navbar > .container {
  min-height: 70px;
  padding: 0 22px;
  background: rgba(10, 35, 47, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(4, 23, 32, 0.16);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: min-height 280ms var(--star-ease), background 280ms ease,
    border-color 280ms ease, box-shadow 280ms ease;
}

.site-header .navbar.fixedmenu {
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 8px 30px rgba(14, 53, 69, 0.1);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.site-header .navbar.fixedmenu > .container {
  min-height: 62px;
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--star-border);
  box-shadow: none;
}

.site-header .navbar-brand {
  width: 102px;
  margin: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-header .navbar-brand > img {
  max-height: 42px;
  object-fit: contain;
}

.brand-subtitle {
  display: block;
  margin-top: 2px;
  color: #6edbe0;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.fixedmenu .brand-subtitle {
  color: var(--star-primary);
}

.site-header .navbar-nav .nav-link {
  margin: 12px 0.72rem;
  padding: 9px 2px !important;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: color 180ms ease;
}

.site-header .navbar-nav .nav-link::before {
  bottom: 2px;
  height: 3px;
  background: var(--star-accent) !important;
  border-radius: 99px;
  transition: width 240ms var(--star-ease);
}

.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.site-header .fixedmenu .navbar-nav .nav-link {
  color: #38515d;
}

.site-header .fixedmenu .navbar-nav .nav-link:hover,
.site-header .fixedmenu .navbar-nav .nav-link.active {
  color: var(--star-primary) !important;
}

.header-call {
  align-items: center;
  gap: 9px;
  min-height: 42px;
  margin-left: 14px;
  padding: 0 17px;
  color: #fff;
  background: linear-gradient(135deg, var(--star-accent), var(--star-primary));
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(8, 125, 162, 0.24);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 180ms var(--star-ease), box-shadow 180ms ease;
}

.header-call:hover,
.header-call:focus {
  color: #fff;
  box-shadow: 0 12px 26px rgba(8, 125, 162, 0.34);
  transform: translateY(-2px);
}

.site-header .sidemenu_btn {
  position: relative;
  inset: auto;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin: 0 0 0 12px;
  padding: 12px 9px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  transition: background 180ms ease, transform 180ms var(--star-ease);
}

.site-header .sidemenu_btn:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.site-header .fixedmenu .sidemenu_btn {
  background: var(--star-soft);
  border-color: var(--star-border);
}

.site-header .sidemenu_btn > span {
  height: 2px;
  border-radius: 99px;
}

.side-menu {
  background: linear-gradient(145deg, #07536d, #0b8cae) !important;
}

.side-menu .inner-wrapper {
  background: rgba(4, 37, 50, 0.18);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* Hero */

#home .overlay-dark {
  background: linear-gradient(120deg, rgba(4, 23, 32, 0.84), rgba(5, 63, 80, 0.46));
}

#home h1 {
  letter-spacing: -0.045em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}

#home h4 {
  letter-spacing: 0.01em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}

.numbered .tp-bullet {
  transition: opacity 180ms ease, transform 180ms var(--star-ease);
}

.numbered .tp-bullet:hover {
  transform: translateX(4px);
}

/* Shared typography and controls */

.heading-title > span {
  margin-bottom: 10px;
  color: var(--star-primary);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.heading-title h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700 !important;
  line-height: 1.15;
}

.button,
.gradient-btn {
  min-height: 50px;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, var(--star-accent), var(--star-primary));
  border: 0;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(8, 125, 162, 0.22);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.025em;
  transition: transform 180ms var(--star-ease), box-shadow 180ms ease,
    filter 180ms ease;
}

.button:hover,
.button:focus,
.gradient-btn:hover,
.gradient-btn:focus {
  color: #fff;
  filter: saturate(1.08);
  box-shadow: 0 15px 30px rgba(8, 125, 162, 0.3);
  transform: translateY(-3px);
}

/* Intro service cards */

#services-slider {
  margin-top: -105px;
}

#services-slider.owl-carousel .owl-stage-outer {
  padding: 24px 6px 34px;
}

#services-slider .service-box,
#services-slider .owl-item.center .service-box {
  min-height: 294px;
  padding: 2.6rem 1.6rem;
  background: rgba(15, 46, 59, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--star-radius);
  box-shadow: var(--star-shadow-md);
  transition: transform 260ms var(--star-ease), background 260ms ease,
    box-shadow 260ms ease;
}

#services-slider .owl-item.center .service-box {
  margin-top: 0;
  background: linear-gradient(145deg, var(--star-primary), #0a9eba);
}

#services-slider .service-box:hover {
  background: #113d50;
  box-shadow: 0 22px 48px rgba(14, 53, 69, 0.22);
  transform: translateY(-8px);
}

#services-slider .service-box > span {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 58px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

#services-slider .service-box h4 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

#services-slider .service-box h4 a,
#services-slider .service-box h4 a:hover,
#services-slider .service-box h4 a:focus {
  color: #ffffff !important;
}

#services-slider .service-box p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.7;
}

#services-slider .owl-item.center .service-box h4,
#services-slider .owl-item.center .service-box h4 a {
  color: #ffffff !important;
}

#services-slider .owl-item.center .service-box p {
  color: rgba(255, 255, 255, 0.94);
}

/* About and service process */

#about {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: radial-gradient(circle at 85% 20%, rgba(36, 205, 213, 0.09), transparent 32%),
    #fff;
}

#about .image img {
  filter: drop-shadow(0 24px 34px rgba(14, 53, 69, 0.14));
  transition: transform 500ms var(--star-ease);
}

#about .image:hover img {
  transform: translateY(-8px) rotate(1deg);
}

#services {
  background: linear-gradient(145deg, #0d2f3d, #123f50) !important;
}

#services .heading-title > span {
  color: #58e1e6 !important;
  text-shadow: 0 2px 14px rgba(36, 205, 213, 0.18);
}

#services .heading-title h2 {
  color: #ffffff !important;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.2);
}

#services .process-wrapp li,
#services .process-wrapp li p,
#services .process-wrapp li .fontbold {
  color: #ffffff;
}

.process-wrapp li {
  padding-left: 12px;
  padding-right: 12px;
}

.process-wrapp li > .pro-step {
  width: 82px;
  height: 82px;
  line-height: 82px;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.035);
  transition: transform 220ms var(--star-ease), border-color 220ms ease;
}

.process-wrapp li > .pro-step::before {
  background: linear-gradient(135deg, var(--star-accent), var(--star-primary));
}

.process-wrapp li:hover > .pro-step {
  transform: translateY(-6px) scale(1.04);
}

.process-wrapp li p.fontbold {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.process-wrapp li p:last-child {
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.65;
}

/* Pricing */

#price {
  padding-bottom: 7rem;
  background: linear-gradient(180deg, #fff 0%, var(--star-soft) 100%);
}

#ourteam-slider .owl-stage-outer {
  padding: 18px 6px 34px;
}

#ourteam-slider .team-box {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--star-border);
  border-radius: var(--star-radius);
  box-shadow: var(--star-shadow-sm);
  transition: transform 240ms var(--star-ease), box-shadow 240ms ease,
    border-color 240ms ease;
}

#ourteam-slider .team-box:hover {
  border-color: rgba(8, 125, 162, 0.22);
  box-shadow: var(--star-shadow-md);
  transform: translateY(-8px);
}

#ourteam-slider .team-box .image {
  overflow: hidden;
  background: linear-gradient(145deg, #f7fbfc, #edf5f7);
}

#ourteam-slider .team-box img {
  transition: transform 500ms var(--star-ease);
}

#ourteam-slider .team-box:hover img {
  transform: scale(1.06);
}

#ourteam-slider .team-content {
  height: 118px;
  padding: 1.5rem 1rem;
  background: #fff;
}

#ourteam-slider .team-content::before {
  display: none;
}

#ourteam-slider .team-content h4 {
  color: var(--star-ink);
  font-size: 15px;
  transition: color 180ms ease, margin 180ms ease;
}

#ourteam-slider .team-content h4:last-child {
  color: var(--star-primary);
  font-size: 20px;
  font-weight: 700;
}

#ourteam-slider .team-box:hover .team-content h4 {
  margin-top: 0;
  color: var(--star-ink);
}

#ourteam-slider .team-box:hover .team-content h4:last-child {
  color: var(--star-primary);
}

.owl-prev,
.owl-next {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid var(--star-border);
  box-shadow: var(--star-shadow-sm);
  transition: color 180ms ease, transform 180ms var(--star-ease);
}

.owl-prev:hover,
.owl-next:hover {
  transform: scale(1.08);
}

/* Counters, delivery features and partners */

#bg-counters {
  position: relative;
  overflow: hidden;
}

#bg-counters::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(5, 42, 56, 0.88), rgba(8, 125, 162, 0.7));
}

#bg-counters .container {
  position: relative;
  z-index: 1;
}

#bg-counters .count_nums {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
}

#our-apps {
  background: #fff;
}

#app-feature .feature-item {
  min-height: 190px;
  padding: 24px 20px;
  background: #fff;
  border: 1px solid var(--star-border);
  border-radius: var(--star-radius);
  box-shadow: var(--star-shadow-sm);
  transition: transform 240ms var(--star-ease), box-shadow 240ms ease,
    border-color 240ms ease;
}

#app-feature .feature-item:hover {
  border-color: rgba(8, 125, 162, 0.22);
  box-shadow: var(--star-shadow-md);
  transform: translateY(-6px);
}

#app-feature .feature-item .icon {
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--star-accent), var(--star-primary));
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(8, 125, 162, 0.2);
  font-size: 23px;
}

#app-feature .feature-item:hover .icon {
  transform: rotate(-4deg) translateY(-4px);
}

#app-feature .feature-item h3 {
  font-size: 18px;
  font-weight: 700;
}

#app-feature .feature-item:hover .text h3 span {
  color: var(--star-primary);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.app-image > img:last-child {
  filter: drop-shadow(0 24px 32px rgba(14, 53, 69, 0.2));
}

#our-partners {
  background: var(--star-soft);
}

#partners-slider .item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--star-border);
  border-radius: var(--star-radius-sm);
  box-shadow: var(--star-shadow-sm);
  transition: transform 200ms var(--star-ease), box-shadow 200ms ease;
}

#partners-slider .item > div:hover {
  box-shadow: var(--star-shadow-md);
  transform: translateY(-5px);
}

#partners-slider img {
  max-height: 76px;
  object-fit: contain;
  filter: saturate(0.85);
  transition: filter 180ms ease;
}

#partners-slider .item > div:hover img {
  filter: saturate(1);
}

/* Contact, map and footer */

#contact {
  padding-top: 7rem;
  background: radial-gradient(circle at 15% 20%, rgba(36, 205, 213, 0.08), transparent 28%),
    #fff;
}

#contact .whitebox {
  padding-left: 3rem;
  padding-right: 3rem;
  background: #fff;
  border: 1px solid var(--star-border);
  border-radius: 28px;
  box-shadow: var(--star-shadow-md);
}

.contact-meta {
  padding: 28px !important;
  background: var(--star-soft);
  border: 1px solid var(--star-border);
  border-radius: var(--star-radius);
}

.getin_form .form-control {
  min-height: 54px;
  padding: 13px 16px;
  color: var(--star-ink);
  background: #f8fbfc;
  border: 1px solid rgba(10, 93, 120, 0.16);
  border-radius: 12px;
  transition: border-color 180ms ease, box-shadow 180ms ease,
    background 180ms ease;
}

.getin_form textarea.form-control {
  min-height: 150px !important;
}

.getin_form .form-control:focus {
  background: #fff;
  border-color: var(--star-primary);
  box-shadow: 0 0 0 4px rgba(8, 125, 162, 0.1);
}

.full-map {
  overflow: hidden;
  border-top: 1px solid var(--star-border);
}

#site-footer {
  position: relative;
  overflow: hidden;
  background: #0b2935 !important;
}

#site-footer::before {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -220px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(36, 205, 213, 0.11), transparent 66%);
  pointer-events: none;
}

#site-footer .container {
  position: relative;
}

#site-footer h3 {
  font-size: 17px;
  font-weight: 700;
}

#site-footer p,
#site-footer li,
#site-footer a {
  color: rgba(255, 255, 255, 0.68);
}

#site-footer a:hover {
  color: var(--star-accent);
}

.back-top {
  background: linear-gradient(135deg, var(--star-accent), var(--star-primary));
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 20px rgba(8, 125, 162, 0.24);
}

/* Responsive polish */

@media (max-width: 1199px) {
  .site-header .navbar-nav .nav-link {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}

@media (max-width: 991px) {
  .site-header .navbar {
    padding: 10px 12px;
  }

  .site-header .navbar > .container {
    min-height: 62px;
    padding: 0 16px;
  }

  .site-header .navbar-brand {
    width: 94px;
  }

  #services-slider {
    margin-top: -70px;
  }

  #contact .whitebox {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-radius: 22px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
  }

  .heading-title h2 {
    font-size: 2rem;
  }

  #about,
  #contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #services-slider .service-box,
  #services-slider .owl-item.center .service-box {
    min-height: 270px;
  }

  .process-wrapp li {
    margin-bottom: 14px;
    padding: 18px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--star-radius-sm);
  }

  #app-feature .feature-item {
    min-height: auto;
    margin-top: 16px !important;
    text-align: center;
  }

  #app-feature .feature-item .icon {
    margin-right: auto;
    margin-left: auto;
  }

  .contact-meta {
    margin-bottom: 24px;
    padding: 22px !important;
  }
}

@media (max-width: 575px) {
  .site-header .navbar {
    padding-right: 8px;
    padding-left: 8px;
  }

  .site-header .navbar > .container {
    border-radius: 15px;
  }

  .brand-subtitle {
    font-size: 9px;
  }

  .site-header .sidemenu_btn {
    margin-left: auto;
  }

  #contact .whitebox {
    padding-right: 1rem;
    padding-left: 1rem;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
