/* manrope-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("https://waterstreet.com.tr/build/assets/manrope-v20-latin_latin-ext-300-H8b4kdUV.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("https://waterstreet.com.tr/build/assets/manrope-v20-latin_latin-ext-regular-CxbNhhco.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("https://waterstreet.com.tr/build/assets/manrope-v20-latin_latin-ext-500-CzPL7luf.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("https://waterstreet.com.tr/build/assets/manrope-v20-latin_latin-ext-600-ZMG4fgiO.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("https://waterstreet.com.tr/build/assets/manrope-v20-latin_latin-ext-700-D1swA1Jm.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("https://waterstreet.com.tr/build/assets/manrope-v20-latin_latin-ext-800-CHDk0jcd.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --primary: #3090B8;
  --primary-dark: #247291;
  --dark: #0f172a;
  --dark-overlay: rgba(15, 23, 42, 0.95);
  --secondary: #334155;
  --text-muted-light: #94a3b8;
  --text-muted-dark: #475569;
  --accent: #4B8743;
  --accent-text-dark: #366330;
  --light: #f8fafc;
  --white: #ffffff;
  --border-color: #D9DBDF;
  --font-main: Manrope, sans-serif;
  --container-width: 1200px;
  --header-height: 80px;
  --transition: all 0.3s ease;
  --section-padding: 80px;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-md: 1.5rem;
  --fs-lg: 3rem;
}

.section-padding {
  padding: var(--section-padding) 0;
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  color: var(--secondary);
  background-color: var(--light);
  line-height: 1.6;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: var(--fs-base);
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.text-accent {
  color: var(--accent);
}
.text-accent-dark {
  color: var(--accent-text-dark);
}
.text-primary {
  color: var(--primary);
}
.text-dark {
  color: var(--dark);
}
.text-white {
  color: var(--white) !important;
}
.text-white-opacity {
  color: rgba(255, 255, 255, 0.9);
}
.text-muted-dark {
  color: var(--text-muted-dark) !important;
}
.text-muted-light {
  color: var(--text-muted-light) !important;
}
.text-center {
  text-align: center;
}

.text-accent {
  color: var(--accent) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.bg-light {
  background-color: var(--light);
}

.bg-dark {
  background-color: var(--dark);
  color: var(--white);
}

.font-bold {
  font-weight: 700;
}
.font-600 {
  font-weight: 600;
}
.font-800 {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.w-full {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}

.mt-30 {
  margin-top: 30px;
}

.fs-sm {
  font-size: var(--fs-sm);
}
.fs-09 {
  font-size: var(--fs-sm);
}
.fs-1 {
  font-size: var(--fs-base);
}
.fs-11 {
  font-size: var(--fs-base);
}
.fs-125 {
  font-size: var(--fs-md);
}
.fs-15 {
  font-size: var(--fs-md);
}
.fs-175 {
  font-size: var(--fs-md);
}

.ls-2 {
  letter-spacing: 2px;
}

.d-block {
  display: block;
}
.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.flex-col {
  flex-direction: column;
}

.gap-5 {
  gap: 5px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}

.header-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}

.nav-dropdown-trigger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: var(--transition);
  font-size: var(--fs-base);
  border: none;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}
.btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.btn-primary {
  background-color: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3);
}
.btn-primary:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
}
.btn-accent {
  background-color: var(--accent);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(75, 135, 67, 0.3);
}
.btn-accent:hover {
  background-color: var(--accent-text-dark);
  color: var(--white);
  transform: translateY(-2px);
}
.btn-outline-white {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  backdrop-filter: blur(5px);
}
.btn-outline-white:hover {
  background: var(--white);
  color: var(--primary);
  border-color: var(--white);
}
.btn-border-light {
  border: 1px solid #e2e8f0;
}
.btn-border-medium {
  border: 2px solid #e2e8f0;
}
.btn-white {
  background: var(--white);
  color: var(--primary);
}
.btn-full {
  width: 100%;
  margin-top: 10px;
}

.mobile-close-pos {
  position: absolute;
  top: 30px;
  right: 30px;
}

.badge-number {
  font-size: var(--fs-lg);
  font-weight: 800;
  line-height: 1;
}

.footer-desc {
  line-height: 1.7;
  margin-bottom: 20px;
}

.delay-1 {
  transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.2s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes zoomEffect {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-10px) translateX(-50%);
  }
  60% {
    transform: translateY(-5px) translateX(-50%);
  }
}
.topbar-social a,
.topbar-links a {
  color: #ffffff;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.hero-animate-1 {
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}
.hero-animate-2 {
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
  opacity: 0;
}
.hero-animate-3 {
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
  opacity: 0;
}
.hero-animate-4 {
  animation: fadeInUp 0.8s ease-out 0.6s forwards;
  opacity: 0;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.topbar {
  background-color: var(--dark);
  color: var(--text-muted-light);
  padding: 10px 0;
  font-size: var(--fs-sm);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 100;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar-links, .topbar-social {
  display: flex;
  gap: 20px;
  align-items: center;
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 6px;
}
.icon-text svg {
  width: 16px;
  height: 16px;
  stroke: var(--accent);
}

header {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 0;
  transition: var(--transition);
}
header.sticky {
  position: fixed;
  background-color: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(10px);
  padding: 10px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  top: 0 !important;
}
@media (min-width: 768px) {
  header {
    padding: 20px 0;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: var(--fs-md);
  font-weight: 800;
}
@media (min-width: 768px) {
  .logo {
    font-size: var(--fs-md);
  }
}
.logo img {
  max-width: 200px;
  display: flex;
  transition: transform 0.3s ease;
}
.logo:hover img {
  transform: rotate(2deg);
}

.nav-menu {
  display: none;
}
@media (min-width: 992px) {
  .nav-menu {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}

.header-btn {
  display: none !important;
}
@media (min-width: 992px) {
  .header-btn {
    display: inline-flex !important;
  }
}

.nav-link {
  color: var(--white);
  font-weight: 600;
  font-size: var(--fs-base);
  padding: 10px 15px;
  border-radius: 6px;
}
.nav-link:hover {
  color: var(--accent);
}

.dropdown {
  position: relative;
}
.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  width: 280px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
  border-top: 4px solid var(--accent);
}
.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
.dropdown-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 20px;
  color: var(--secondary);
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.2s ease;
}
.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-item:hover {
  background-color: var(--light);
  color: var(--primary);
  padding-left: 25px;
}
.dropdown-icon {
  background: #e0f2fe;
  color: var(--primary);
  padding: 8px;
  border-radius: 8px;
  display: flex;
}

.mobile-toggle, .mobile-call-btn {
  display: block;
  color: var(--white);
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .mobile-toggle, .mobile-call-btn {
    display: none;
  }
}
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: var(--dark-overlay);
  backdrop-filter: blur(10px);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}
.mobile-menu-overlay.active {
  right: 0;
}
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-content {
  flex: 1;
  overflow-y: auto;
  width: 100%;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-menu-footer {
  padding: 20px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-link {
  color: var(--white);
  font-size: var(--fs-md);
  margin: 15px 0;
  font-weight: 700;
  display: block;
}

.hero {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 60px;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  animation: zoomEffect 20s infinite alternate;
  will-change: transform;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.8));
  z-index: -1;
}
.hero-content {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .hero-content {
    text-align: left;
    margin: 0;
  }
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 16px;
  border-radius: 50px;
  color: var(--accent);
  font-size: var(--fs-sm);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  backdrop-filter: blur(5px);
}
.hero-title {
  font-size: var(--fs-lg);
  font-weight: 800;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 20px;
}
.hero-title span {
  background: linear-gradient(90deg, var(--accent), #fef3c7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-desc {
  font-size: var(--fs-base);
  color: #e2e8f0;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .hero-desc {
    margin-left: 0;
    margin-right: 0;
  }
}
.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .hero-buttons {
    justify-content: flex-start;
  }
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(34, 197, 94, 0.4);
  animation: pulse 2s infinite;
}

.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  animation: bounce 2s infinite;
}

.stats-section {
  background: var(--white);
  margin-top: -60px;
  position: relative;
  z-index: 20;
  border-radius: 16px;
  padding: 40px 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid var(--accent);
}

.stat-item {
  text-align: center;
  border-right: 1px solid #f1f5f9;
}
.stat-item:last-child {
  border-right: none;
}
.stat-number {
  font-size: var(--fs-lg);
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .stat-number {
    font-size: var(--fs-lg);
  }
}
.stat-label {
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--text-muted-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-layout {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .about-layout {
    flex-direction: row;
    gap: 60px;
  }
}
.about-content {
  flex: 1;
}
.about-image {
  flex: 1;
  position: relative;
  width: 100%;
}

.section-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.section-title {
  font-size: var(--fs-lg);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 20px;
}

.tag-line {
  width: 40px;
  height: 4px;
  background: var(--accent);
  border-radius: 4px;
}
.tag-text {
  color: var(--accent-text-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: var(--fs-sm);
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 30px 0;
}
@media (min-width: 576px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.feature-box {
  background: var(--white);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #f1f5f9;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: var(--transition);
}
.feature-box:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}
.feature-icon {
  background: rgba(2, 132, 199, 0.1);
  color: var(--primary);
  padding: 10px;
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
}

.img-wrapper {
  border-radius: 24px;
  overflow: hidden;
  border: 6px solid var(--white);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.exp-badge {
  position: absolute;
  bottom: 20px;
  left: -10px;
  background: var(--primary);
  color: var(--white);
  padding: 20px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 12px;
  animation: float 4s ease-in-out infinite;
}
@media (min-width: 768px) {
  .exp-badge {
    bottom: 0;
    left: 0;
    padding: 30px;
  }
}

.service-card {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 30px 25px;
  border-radius: 16px;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .service-card {
    padding: 40px 30px;
  }
}
.service-card:hover {
  transform: translateY(-10px);
  border-color: var(--accent);
  background: rgb(30, 41, 59);
}
.service-card:hover .service-icon {
  background: var(--accent);
  transform: rotateY(180deg);
}
.service-card:hover .service-icon svg {
  stroke: var(--dark);
}
.service-card:hover .read-more {
  color: var(--white);
}
.service-card.bg-white {
  background: var(--white);
  border: 1px solid #f1f5f9;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.service-card.bg-white .service-title {
  color: var(--dark) !important;
}
.service-card.bg-white .service-desc {
  color: var(--secondary);
}
.service-card.bg-white .read-more {
  color: var(--primary);
}
.service-card.bg-white .service-icon {
  background: rgba(2, 132, 199, 0.1);
}
.service-card.bg-white:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--primary);
}
.service-card.bg-white:hover .service-icon {
  background: var(--primary);
  transform: rotateY(180deg);
}
.service-card.bg-white:hover .service-icon svg {
  stroke: var(--white);
}
.service-img-wrapper {
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}
.service-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card:hover .service-img {
  transform: scale(1.1);
}
.service-icon {
  width: 70px;
  height: 70px;
  background: #334155;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: transform 0.6s ease;
}
.service-icon svg {
  width: 32px;
  height: 32px;
  stroke: var(--accent);
}
.service-title {
  font-size: var(--fs-md);
  font-weight: 700;
  margin-bottom: 15px;
}
.service-desc {
  color: var(--text-muted-light);
  font-size: var(--fs-base);
  margin-bottom: 25px;
}

.read-more {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: var(--fs-sm);
  color: #cbd5e1;
}

.tech-container {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #f1f5f9;
}
.tech-layout {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .tech-layout {
    flex-direction: row;
  }
}
.tech-img {
  flex: 1;
  position: relative;
  min-height: 250px;
}
.tech-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.tech-content {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .tech-content {
    padding: 60px;
  }
}
.tech-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: 40px 0;
}
@media (min-width: 576px) {
  .tech-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.tech-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.tech-item:hover .tech-icon-box {
  transform: scale(1.1) rotate(5deg);
}
.tech-icon-box {
  width: 50px;
  height: 50px;
  background: var(--light);
  color: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.project-card {
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .project-card {
    height: 350px;
  }
}
.project-card:hover .project-img {
  transform: scale(1.1);
}
.project-card:hover .project-overlay {
  transform: translateY(0);
  opacity: 1;
}
.project-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.95), transparent);
  transform: translateY(20px);
  opacity: 0;
  transition: var(--transition);
}
@media (min-width: 768px) {
  .project-overlay {
    padding: 30px;
  }
}

.footer {
  background-color: var(--dark);
  color: var(--white);
  padding-top: 60px;
  position: relative;
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 100px;
  }
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    padding-bottom: 60px;
  }
}
.footer-logo {
  color: var(--white);
  font-size: var(--fs-md);
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.footer-logo img {
  max-width: 250px;
}
.footer-link {
  display: block;
  margin-bottom: 12px;
  transition: var(--transition);
  color: var(--white);
}
.footer-link:hover {
  color: var(--white);
  padding-left: 5px;
}
.footer-contact-box {
  background: rgba(1, 14, 54, 0.25);
  padding: 25px;
  border-radius: 12px;
}
.footer-contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  align-items: flex-start;
}
.footer-contact-item .icon {
  flex-shrink: 0;
  margin-top: 3px;
}
.footer-bottom {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  justify-content: space-between;
  font-size: var(--fs-sm);
  color: var(--white);
}
@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    text-align: center;
  }
}

.cta-band {
  background: var(--primary);
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  margin-bottom: 40px;
  box-shadow: 0 20px 50px rgba(2, 132, 199, 0.3);
  margin-top: -30px;
  gap: 20px;
}
@media (min-width: 768px) {
  .cta-band {
    flex-direction: row;
    text-align: left;
    padding: 40px;
    border-radius: 24px;
    margin-bottom: 60px;
    position: relative;
    top: -60px;
    margin-top: 0;
  }
}

.icon {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-sm {
  width: 18px;
  height: 18px;
}
.icon-lg {
  width: 32px;
  height: 32px;
}

.whatsapp-fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: none;
  background: #148a19;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: var(--transition);
  opacity: 1;
}
.whatsapp-fixed:hover {
  background: #0b6a0f;
  transform: translateY(-5px);
}
.whatsapp-fixed svg {
  width: 30px;
  height: 30px;
}

/* Page Header */
.page-header {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  margin-top: 0;
  overflow: hidden;
  padding-top: 80px;
}
.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -2;
  animation: zoomEffect 20s infinite alternate;
}
.page-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.9));
  z-index: -1;
}
.page-title {
  font-size: var(--fs-lg);
  font-weight: 800;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-title {
    font-size: var(--fs-md);
  }
}
.page-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 992px) {
  .page-grid {
    grid-template-columns: 300px 1fr;
    align-items: flex-start;
  }
}
.page-sidebar {
  position: sticky;
  top: 120px;
}
@media (max-width: 992px) {
  .page-sidebar {
    position: static;
    order: 2;
  }
}
.page-content-wrapper {
  background: var(--white);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f5f9;
}
@media (min-width: 768px) {
  .page-content-wrapper {
    padding: 60px;
  }
}

.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: var(--fs-sm);
  color: var(--text-muted-light);
}
.breadcrumb li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color: var(--accent);
}
@media (max-width: 768px) {
  .breadcrumb li:last-child {
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    display: block;
  }
}
.breadcrumb a:hover {
  color: var(--accent);
}
.breadcrumb span {
  color: var(--accent);
  font-weight: 600;
}

.sidebar-widget {
  background: var(--white);
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  background: var(--light);
  border-radius: 8px;
  font-weight: 600;
  color: var(--secondary);
  transition: var(--transition);
}
.sidebar-menu a:hover, .sidebar-menu a.active {
  background: var(--primary);
  color: var(--white);
  padding-left: 20px;
}
.sidebar-menu a svg {
  stroke: currentColor;
  opacity: 0.7;
}
.sidebar-recent-posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar-contact {
  background: var(--dark);
  color: var(--white);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.sidebar-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: var(--fs-md);
  font-weight: 800;
  color: var(--accent);
  margin-top: 10px;
}
.sidebar-phone svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 992px) {
  .sidebar-phone {
    flex-direction: column;
    gap: 5px;
  }
  .sidebar-phone svg {
    order: -1;
    margin-bottom: 5px;
  }
}

.recent-post-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.recent-post-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.recent-post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.recent-post-image:hover img {
  transform: scale(1.1);
}
.recent-post-content {
  flex: 1;
}
.recent-post-title {
  font-size: var(--fs-base);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}
.recent-post-title a {
  color: var(--dark);
  transition: color 0.2s ease;
}
.recent-post-title a:hover {
  color: var(--primary);
}
.recent-post-date {
  font-size: var(--fs-sm);
  color: var(--text-muted-light);
  display: flex;
  align-items: center;
  gap: 5px;
}
.recent-post-date svg {
  width: 14px;
  height: 14px;
}

.widget-title {
  font-size: var(--fs-md);
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f1f5f9;
  position: relative;
}
.widget-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--accent);
}

.content-body {
  font-size: var(--fs-base);
  color: var(--secondary);
  line-height: 1.8;
}
.content-body h2 {
  font-size: var(--fs-md);
  font-weight: 800;
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 20px;
}
.content-body h3 {
  font-size: var(--fs-md);
  font-weight: 700;
  color: var(--dark);
  margin-top: 30px;
  margin-bottom: 15px;
}
.content-body p {
  margin-bottom: 20px;
}
.content-body ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.content-body li {
  margin-bottom: 10px;
}
.content-body img {
  border-radius: 12px;
  margin: 30px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.content-body img:first-child {
  margin-top: 0;
}

/* Contact Page */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .contact-wrapper {
    grid-template-columns: 350px 1fr;
    align-items: flex-start;
  }
}
.contact-box, .form-box {
  background: var(--white);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f5f9;
}
@media (min-width: 768px) {
  .contact-box, .form-box {
    padding: 40px;
  }
}
.contact-map {
  width: 100%;
  height: 500px;
  border: 0;
}

.box-title {
  font-size: var(--fs-md);
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 10px;
}
.box-desc {
  color: var(--text-muted-dark);
  margin-bottom: 30px;
  font-size: var(--fs-base);
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.info-icon {
  width: 45px;
  height: 45px;
  background: var(--light);
  color: var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.info-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
}
.info-content {
  flex: 1;
}
.info-label {
  display: block;
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--text-muted-light);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.info-text, .info-link {
  font-size: var(--fs-base);
  color: var(--secondary);
  font-weight: 600;
  line-height: 1.5;
  display: block;
}
.info-link:hover {
  color: var(--primary);
}

.social-title {
  font-size: var(--fs-base);
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 15px;
}
.social-links {
  display: flex;
  gap: 10px;
}
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.social-btn:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-3px);
}
.social-btn svg {
  width: 20px;
  height: 20px;
}

/* Form Styles */
.custom-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .form-row {
    grid-template-columns: 1fr 1fr;
  }
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group label {
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--dark);
}
.form-group input, .form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  color: var(--dark);
  font-family: var(--font-main);
  font-size: var(--fs-base);
  transition: var(--transition);
}
.form-group input:focus, .form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(3, 105, 161, 0.1);
}
.form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.form-alerts {
  margin-bottom: 20px;
}

.required {
  color: #ef4444;
}

.alert {
  padding: 15px;
  border-radius: 8px;
  font-size: var(--fs-base);
  margin-bottom: 10px;
}
.alert-danger {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.alert-success {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.map-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f5f9;
}

/* BLOG CARD */
.blog-card {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.blog-card:hover .blog-card-img img {
  transform: scale(1.05);
}
.blog-card-img {
  display: block;
  overflow: hidden;
}
.blog-card-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.blog-card-content {
  padding: 20px;
}
.blog-card-meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--text-muted-light);
  font-size: var(--fs-sm);
}
.blog-card-date {
  margin-right: 15px;
}
.blog-card-title {
  font-size: var(--fs-md);
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-card-title a {
  color: var(--secondary);
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-card-title a:hover {
  color: var(--primary);
}
.blog-card-excerpt {
  color: var(--text-muted-dark);
  margin-bottom: 15px;
}
.blog-card-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.blog-card-readmore .icon {
  transition: transform 0.3s ease;
}
.blog-card-readmore:hover {
  color: var(--primary-dark);
}
.blog-card-readmore:hover .icon {
  transform: translateX(5px);
}

.service-hidden {
  display: none;
}

.dropdown-content.two-column {
  width: 600px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.dropdown-content.three-column {
  width: 900px;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.dropdown.dropdown-right .dropdown-content {
  left: auto;
  right: 0;
}

.dropdown.dropdown-center .dropdown-content {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-dropdown {
  width: 100%;
  text-align: center;
}
.mobile-dropdown-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-dropdown-content {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  margin: 10px 0;
  border-radius: 8px;
}

.mobile-link-sub {
  display: block;
  color: #e2e8f0;
  font-size: var(--fs-base);
  padding: 8px 20px;
  font-weight: 600;
}
.mobile-link-sub:hover {
  color: var(--accent);
}

/*
|--------------------------------------------------------------------------
| Mobile Responsiveness
|--------------------------------------------------------------------------
*/
@media (max-width: 1024px) {
  .stat-item {
    border-right: none;
    padding: 20px 0;
    border-bottom: 1px solid #f1f5f9;
  }
  .stat-item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  :root {
    --section-padding: 50px;
  }
}
@media (max-width: 576px) {
  .topbar-social {
    display: none;
  }
  .topbar-links {
    gap: 10px;
    width: 100%;
    justify-content: space-between;
  }
  .topbar-links a:first-child {
    display: none;
  }
}
@media (max-width: 480px) {
  .hero-buttons .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page-content-wrapper.reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.table-of-contents {
  padding: 25px;
  display: block;
  background: #247291;
  color: #ffffff;
  border-radius: 15px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.table-of-contents label {
  font-size: 1.5rem;
}
.table-of-contents ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.table-of-contents ul ul {
  padding-left: 10px;
}
.table-of-contents ul li {
  font-size: 1rem;
  margin-bottom: 0;
}
.table-of-contents ul li a {
  color: #ffffff;
}