﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

html {
  scroll-behavior: smooth;
}

img, video {
  height: auto;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}

.hero-modern {
  content-visibility: auto;
  contain-intrinsic-size: 100vh;
}

.hero-video-bg {
  aspect-ratio: 16 / 9;
}

button, .btn, a {
  touch-action: manipulation;
}

@font-face {
  font-family: 'system';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: local('system-ui'), local('-apple-system'), local('BlinkMacSystemFont');
}

.shimmer, .animate-shimmer {
  will-change: transform;
  transform: translateZ(0);
}

.preload-important {
  font-display: swap;
}

* {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.header,
.header .navbar,
.header .navbar a,
.header .links,
.header .links a,
.header .contact-info,
.header .contact-info p,
header.header,
header.header a,
nav.navbar,
nav.navbar a {
  font-family: 'Inter', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
}

nav a,
.navbar a,
.links a,
header a {
  text-decoration: none !important;
}

nav a:hover,
.navbar a:hover,
.links a:hover,
header a:hover,
nav a:focus,
.navbar a:focus,
.links a:focus,
header a:focus,
nav a:active,
.navbar a:active,
.links a:active,
header a:active {
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

html {
  font-size: 62.5%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #fff;
}

html::-webkit-scrollbar-thumb {
  background: #b30ce6;
  border-radius: 5rem;
}

section {
  padding: 5rem 10%;
}

section {
  padding: 5rem 10%;
}

.heading {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 4rem;
  text-transform: capitalize;
  color: #334;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.heading span {
  color: #b30ce6;
  font-weight: 800;
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 1.2rem 3.5rem;
  cursor: pointer;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #334;
  border: 0.2rem solid #334;
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  letter-spacing: 0.02em;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s ease;
}

.btn:hover::before {
  left: 100%;
}

.btn:hover {
  background: linear-gradient(135deg, #b30ce6 0%, #9333ea 100%);
  border-color: #b30ce6;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(179, 12, 230, 0.35), 0 4px 12px rgba(179, 12, 230, 0.2);
}

.btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(179, 12, 230, 0.25);
}

.header .contact-info {
  padding: 2rem 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #b30ce6;
}

.header .contact-info p {
  font-size: 1.5rem;
  color: #fff;
}

.header .contact-info p i {
  padding-right: .5rem;
  color: yellow;
}

.header .navbar {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 0.2rem solid #334;
  position: relative;
  z-index: 1000;
  height: 70px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header .navbar.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(51, 51, 68, 0.15);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}

.header .navbar .logo {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}

.header .navbar .logo img {
  width: 180px; 
  height: auto; 
  cursor: pointer; 
}

.header .navbar .links {
  margin-left: auto;
  margin-right: 2rem;
}

.header .navbar .links a {
  margin-left: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #334;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.01em;
}

.header .navbar .links a::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #b30ce6, #a855f7, #9333ea);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  box-shadow: 0 0 10px rgba(179, 12, 230, 0.6), 0 0 20px rgba(179, 12, 230, 0.4);
}

.header .navbar .links a:hover::after {
  width: 100%;
}

.header .navbar .links a:hover {
  color: #b30ce6;
  text-shadow: 0 0 12px rgba(179, 12, 230, 0.25);
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
  transform: translateY(-1px);
}

.header .navbar .links a:focus,
.header .navbar .links a:active,
.header .navbar .links a:visited {
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
}

.header #menu-btn {
  font-size: 3rem;
  cursor: pointer;
  color: #334;
  display: none;
}

#subhero-section {
  height: 600vh;
  position: relative;
}

#subhero-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  z-index: 99;
  
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.65s ease, visibility 0s linear 0.65s;
          transition: opacity 0.65s ease, visibility 0s linear 0.65s;
  perspective: 1200px;
}

#subhero-sticky.sh-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.65s ease, visibility 0s linear 0s;
          transition: opacity 0.65s ease, visibility 0s linear 0s;
}

#subhero-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.sh-card {
  position: absolute;
  background: rgba(10, 0, 25, 0.42);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
          backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid rgba(179,12,230,0.45);
  border-left: 4px solid #b30ce6;
  border-radius: 16px;
  padding: 20px 24px;
  width: 260px;
  max-width: 30vw;
  opacity: 0;
  -webkit-transform: translateY(18px) scale(0.96);
          transform: translateY(18px) scale(0.96);
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
          transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
  -webkit-box-shadow: 0 8px 40px rgba(0,0,0,0.35), 0 2px 12px rgba(179,12,230,0.3), inset 0 1px 0 rgba(255,255,255,0.10);
          box-shadow: 0 8px 40px rgba(0,0,0,0.35), 0 2px 12px rgba(179,12,230,0.3), inset 0 1px 0 rgba(255,255,255,0.10);
  z-index: 2;
}

.sh-card.visible {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.sh-card .sh-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #cc55ff;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.sh-card .sh-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.2;
}

.sh-card .sh-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  margin-bottom: 12px;
}

.sh-card .sh-stat {
  font-size: 36px;
  font-weight: 800;
  color: #b30ce6;
  line-height: 1;
  letter-spacing: -0.02em;
  text-shadow: 0 0 20px rgba(179,12,230,0.6);
}

.sh-card .sh-stat span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.sh-card .sh-stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

#sh-card-1 { bottom: 22%; left: 4%; }
#sh-card-2 { top: 20%; right: 4%; }
#sh-card-3 { bottom: 22%; right: 4%; }
#sh-card-4 { top: 20%; left: 4%; }
#sh-card-5 { bottom: 22%; left: 4%; }
#sh-card-6 { top: 20%; right: 4%; }

#subhero-label {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(179,12,230,0.08);
  border: 1px solid rgba(179,12,230,0.25);
  color: #b30ce6;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
}

#subhero-cta {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
  z-index: 2;
  white-space: nowrap;
}

#subhero-cta.visible {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 768px) {
  #subhero-section { height: 500vh; }
  .sh-card {
    width: 175px;
    max-width: 45vw;
    padding: 13px 15px;
    border-left-width: 3px;
    border-radius: 12px;
  }
  .sh-card .sh-desc { font-size: 11px; display: block; line-height: 1.5; margin-bottom: 8px; }
  .sh-card .sh-stat-label { display: block; font-size: 10px; }
  .sh-card .sh-title { font-size: 15px; margin-bottom: 5px; }
  .sh-card .sh-stat { font-size: 28px; }
  .sh-card .sh-num { font-size: 10px; margin-bottom: 4px; }
  
  #sh-card-1 { bottom: 16%; left: 1%; }
  #sh-card-2 { top: 12%; right: 1%; }
  #sh-card-3 { bottom: 16%; right: 1%; }
  #sh-card-4 { top: 12%; left: 1%; }
  #sh-card-5 { bottom: 16%; left: 1%; }
  #sh-card-6 { top: 12%; right: 1%; }
}

.cursor-glow {
  position: fixed;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  background: radial-gradient(circle, rgba(179,12,230,0.12) 0%, rgba(179,12,230,0.04) 40%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  will-change: left, top;
  mix-blend-mode: screen;
}
@media (hover: none), (max-width: 768px) {
  .cursor-glow { display: none !important; }
}

.btn-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  transform: scale(0);
  animation: ripple-expand 0.5s ease-out forwards;
  pointer-events: none;
}
@keyframes ripple-expand {
  to { transform: scale(4); opacity: 0; }
}

.services .box-container .box.glass-card {
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(179,12,230,0.12);
  border-radius: 1.6rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.6);
  transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
}
.services .box-container .box.glass-card:hover {
  background: rgba(179,12,230,0.08);
  border-color: rgba(179,12,230,0.35);
  box-shadow: 0 8px 40px rgba(179,12,230,0.18), 0 2px 12px rgba(179,12,230,0.12), inset 0 1px 0 rgba(255,255,255,0.3);
  transform: translateY(-6px) scale(1.02);
}
.services .box-container .box.glass-card:hover h3 {
  color: #b30ce6;
}
.services .box-container .box.glass-card:hover p {
  color: #444;
}

.fun-fact .box h3 {
  font-variant-numeric: tabular-nums;
}

.code-showcase {
  background: #0d0b1a;
  padding: 4rem 10%;
  position: relative;
  overflow: hidden;
}
.code-showcase::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -20%;
  width: 60%;
  height: 180%;
  background: radial-gradient(ellipse, rgba(179,12,230,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.code-showcase .heading { color: #fff; }
.code-showcase .heading span { color: #b30ce6; }
.code-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.code-showcase-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(179,12,230,0.2);
  border-radius: 1.2rem;
  overflow: hidden;
  transition: all 0.35s ease;
}
.code-showcase-card:hover {
  border-color: rgba(179,12,230,0.5);
  box-shadow: 0 6px 30px rgba(179,12,230,0.15);
  transform: translateY(-4px);
}
.code-showcase-bar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1.2rem;
  background: rgba(0,0,0,0.3);
}
.code-showcase-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.code-showcase-dot:nth-child(1) { background: #ff5f57; }
.code-showcase-dot:nth-child(2) { background: #febc2e; }
.code-showcase-dot:nth-child(3) { background: #28c840; }
.code-showcase-filename {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.5);
  margin-left: auto;
  font-family: 'Courier New', monospace;
}
.code-showcase-body {
  padding: 1.5rem;
  font-family: 'Courier New', monospace;
  font-size: 1.25rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  overflow-x: auto;
  white-space: pre;
  tab-size: 2;
}
.code-showcase-body .kw { color: #c678dd; }
.code-showcase-body .fn { color: #61afef; }
.code-showcase-body .str { color: #98c379; }
.code-showcase-body .cm { color: #5c6370; font-style: italic; }
.code-showcase-body .op { color: #56b6c2; }
.code-showcase-body .num { color: #d19a66; }
.code-showcase-label {
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(179,12,230,0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.code-showcase-label span {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
.code-showcase-label i {
  color: #b30ce6;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .code-showcase { padding: 3rem 5%; }
  .code-showcase-grid { grid-template-columns: 1fr; }
  .code-showcase-body { font-size: 1.1rem; }
}

.fun-fact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
  background: #f5f5f5;
  gap: 3.5rem;
}

.fun-fact .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.fun-fact .box img {
  height: 10rem;
}

.fun-fact .box h3 {
  font-size: 4rem;
  text-transform: capitalize;
  color: #334;
}

.fun-fact .box p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  padding-top: .5rem;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 3rem;
}

.about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.about .image img {
  width: 100%;
}

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.about .content h3 {
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #334;
  padding-bottom: .5rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.about .content p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #777;
  padding: 1rem 0;
  letter-spacing: 0.01em;
}

.services {
  background: #f5f5f5;
}

.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(3, minmax(25rem, 1fr));
  gap: 2rem;
}

@media (max-width: 1200px) {
  .services .box-container {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services .box-container {
      grid-template-columns: 1fr;
  }
}

.services .box-container .box {
  text-align: center;
  background: #fff;
  border: 0.2rem solid #334;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  padding: 3rem 2rem;
}

.services .box-container .box:hover {
  background: #334;
}

.services .box-container .box:hover h3 {
  color: #fff;
}

.services .box-container .box:hover p {
  color: #fff;
}

.services .box-container .box img {
  height: 7rem;
  margin-bottom: .5rem;
}

.services .box-container .box h3 {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #334;
  padding: 1rem 0;
  letter-spacing: -0.01em;
}

.services .box-container .box p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  color: #777;
  letter-spacing: 0.01em;
}

.gallery .gallery-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.gallery .gallery-container .box {
  height: 25rem;
  overflow: hidden;
}

.gallery .gallery-container .box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery .gallery-container .box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facilities {
  background: #f5f5f5;
}

.facilities .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.facilities .box-container .box {
  background: #fff;
  padding: 3rem;
  text-align: center;
  border: 0.2rem solid #334;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.facilities .box-container .box:hover {
  background: #334;
}

.facilities .box-container .box:hover h3 {
  color: #fff;
}

.facilities .box-container .box:hover p {
  color: #fff;
}

.facilities .box-container .box img {
  height: 10rem;
  margin-bottom: .5rem;
}

.facilities .box-container .box h3 {
  padding: 1rem 0;
  font-size: 2rem;
  text-transform: capitalize;
  color: #334;
}

.facilities .box-container .box p {
  font-size: 1.4rem;
  line-height: 2;
  color: #777;
}

.team .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.team .box-container .box {
  overflow: hidden;
  text-align: center;
}

.team .box-container .box:hover .content {
  margin-bottom: 0;
}

.team .box-container .box img {
  width: 100%;
}

.team .box-container .box .content {
  padding: 2rem;
  margin-bottom: -7rem;
}

.team .box-container .box .content h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #334;
}

.team .box-container .box .content p {
  font-size: 1.4rem;
  line-height: 2;
  color: #777;
  padding: .5rem 0;
}

.team .box-container .box .content .share {
  margin-top: 1.5rem;
}

.team .box-container .box .content .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.7rem;
  margin: 0 .3rem;
  background: #334;
  color: #fff;
}

.team .box-container .box .content .share a:hover {
  background: #b30ce6;
}

.reviews {
  background: #f5f5f5;
  padding: 5rem 10%;
}

.reviews .reviews-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.reviews .reviews-slider {
  overflow: hidden;
  position: relative;
}

.reviews .reviews-slide {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.reviews .reviews-slide.active {
  display: block;
  opacity: 1;
}

.reviews .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.reviews .box-container .box {
  text-align: center;
  padding: 3rem;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: 0.2rem solid #334;
  transition: transform 0.3s ease, background 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reviews .box-container .box:hover {
  background: #334;
  transform: translateY(-10px);
}

.reviews .box-container .box:hover .text p {
  color: #fff;
}

.reviews .box-container .box:hover .user h3 {
  color: #fff;
}

.reviews .box-container .box .star i {
  color: #b30ce6;
  font-size: 1.7rem;
}

.reviews .box-container .box .text {
  position: relative;
  z-index: 0;
  padding: 1.5rem 0;
  flex-grow: 1;
}

.reviews .box-container .box .text i {
  font-size: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: .3;
  color: #b30ce6;
}

.reviews .box-container .box .text p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}

.reviews .box-container .box .user {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.reviews .box-container .box .user .user-icon {
  font-size: 3.5rem;
  color: #b30ce6;
  margin-right: 1rem;
}

.reviews .box-container .box .user h3 {
  font-size: 1.7rem;
  text-transform: capitalize;
  color: #334;
}

.reviews-nav {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.reviews-nav .dot {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #ccc;
  margin: 0 0.5rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.reviews-nav .dot.active {
  background: #b30ce6;
}

@media (max-width: 768px) {
  .reviews .box-container {
    grid-template-columns: 1fr;
  }
}

.contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}

.contact .row .map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
  width: 100%;
}

.contact .row form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
  padding: 2rem;
  border: 0.2rem solid #334;
}

.contact .row form h3 {
  font-size: 2.5rem;
  text-transform: capitalize;
  color: #334;
  padding-bottom: 1rem;
}

.contact .row form .inputBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact .row form .inputBox input {
  width: 49%;
}

.contact .row form .inputBox input, .contact .row form textarea {
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  color: #777;
  margin: .7rem 0;
  border: 0.2rem solid #334;
}

.contact .row form .inputBox input:focus, .contact .row form textarea:focus {
  background: #334;
  color: #fff;
}

.contact .row form .inputBox input:focus::-webkit-input-placeholder, .contact .row form textarea:focus::-webkit-input-placeholder {
  color: #fff;
}

.contact .row form .inputBox input:focus:-ms-input-placeholder, .contact .row form textarea:focus:-ms-input-placeholder {
  color: #fff;
}

.contact .row form .inputBox input:focus::-ms-input-placeholder, .contact .row form textarea:focus::-ms-input-placeholder {
  color: #fff;
}

.contact .row form .inputBox input:focus::placeholder, .contact .row form textarea:focus::placeholder {
  color: #fff;
}

.contact .row form textarea {
  width: 100%;
  height: 15rem;
  resize: none;
}

.footer {
  background: #000000;
}

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}

.footer .box-container .box h3 {
  font-size: 2.2rem;
  text-transform: capitalize;
  color: #ffffff;
  padding: 1rem 0;
}

.footer .box-container .box .link {
  display: block;
  padding: .5rem 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #cccccc;
}

.footer .box-container .box .link i {
  padding-right: .5rem;
  color: #b30ce6;
}

.footer .box-container .box .link:hover {
  color: #ffffff;
}

.footer .box-container .box .link:hover i {
  padding-right: 2rem;
}

.footer .box-container .box p {
  padding: .5rem 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #cccccc;
}

.footer .box-container .box p span {
  color: #ffffff;
}

.footer .box-container .box .email {
  width: 100%;
  border: 0.2rem solid #ffffff;
  padding: 1.6rem 1.4rem;
  font-size: 1.6rem;
  color: #ffffff;
  background: #333333;
  margin: 1rem 0;
}

.footer .box-container .box .share {
  margin-top: 2rem;
}

.footer .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.7rem;
  background: #ffffff;
  color: #000000;
  margin-right: .3rem;
  text-align: center;
}

.footer .box-container .box .share a:hover {
  background: #b30ce6;
}

.footer .credit {
  font-size: 2rem;
  text-transform: capitalize;
  color: #ffffff;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.2rem solid #ffffff;
  text-align: center;
}

.footer .credit span {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .header .contact-info {
    padding: 2rem 5%;
  }
  .header .navbar .logo {
    left: 1.5rem;
  }
  .header .navbar .links {
    margin-right: 1.5rem;
  }
  section {
    padding: 3rem 5%;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header .contact-info {
    padding: 2rem;
  }
  .header .navbar .logo {
    left: 1rem;
  }
  .header .navbar .logo img {
    width: 160px;
  }
  .header .navbar .links {
    margin-right: 1rem;
  }
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  .header .contact-info {
    display: none;
  }
  .header #menu-btn {
    display: inline-block;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1002;
  }
  .header #menu-btn.fa-times {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .header .navbar .logo {
    left: 1rem;
  }
  .header .navbar .logo img {
    width: 140px;
  }
  .header .navbar .links {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 0.2rem solid rgba(51, 51, 68, 0.15);
    border-bottom: 0.2rem solid rgba(51, 51, 68, 0.15);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    margin: 0;
    z-index: 1001;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.08);
  }
  .header .navbar .links.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .navbar .links a {
    display: block;
    margin: 2.5rem 2rem;
    font-size: 2.5rem;
    padding: 1rem 0;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  
  .header .navbar .links a::after {
    bottom: -4px;
    left: 0;
    transform: none;
    height: 2px;
    box-shadow: 0 0 8px rgba(179, 12, 230, 0.6);
  }
  
  .header .navbar .links a:hover,
  .header .navbar .links a:focus,
  .header .navbar .links a:active,
  .header .navbar .links a:visited {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
  }
  .fun-fact {
    padding: 5rem 2rem;
  }
  .fun-fact .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  
  .header .navbar .links a {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 55%;
  }
  
  section {
    padding: 3rem 2rem;
  }
  
  .home .content h3 {
    font-size: 4rem;
  }
  
  .about .row {
    flex-direction: column;
  }
  
  .services .box-container,
  .gallery .gallery-container,
  .facilities .box-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .contact .row form .inputBox input {
    width: 100%;
    margin: 0.5rem 0;
  }
  
  .footer .box-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  
  .home .content h3 {
    font-size: 3rem;
  }
  
  .header .navbar .links a {
    margin: 1.5rem 1rem;
    font-size: 2rem;
  }
  
  .heading {
    font-size: 3rem;
  }
  
  .btn {
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  table {
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .btn {
    min-height: 44px;
    min-width: 44px;
    padding: 1.2rem 2.5rem;
    font-size: 1.6rem;
  }

a, button, input[type="submit"], input[type="button"] {
    min-height: 44px;
    min-width: 44px;
  }

input, textarea, select {
    font-size: 16px; 
  }

.container, .box-container {
    padding: 0 1rem;
  }

.header .navbar .links a {
    padding: 1.5rem 2rem;
    margin: 1rem 0;
    display: block;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .header .navbar .links a:hover {
    background-color: rgba(179, 12, 230, 0.1);
  }

img {
    max-width: 100%;
    height: auto;
    display: block;
  }

.video-container, .hero-video {
    position: relative;
    width: 100%;
    height: auto;
  }

.grid, .box-container, .gallery-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

h1, .heading {
    font-size: 3.5rem;
    line-height: 1.2;
  }
  
  h2 {
    font-size: 3rem;
    line-height: 1.3;
  }
  
  h3 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  
  p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

.footer .box-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  
  .footer .box h3 {
    font-size: 2rem;
  }
  
  .footer .box a {
    font-size: 1.5rem;
    padding: 0.5rem 0;
  }
}

.hero-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  border: 5px solid #000;
  overflow: hidden;
}

.hero-video {
  position: relative;
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero-video .hero-text {
  position: relative;
  color: white;
  text-align: center;
  padding: 20px;
  background: rgba(222, 61, 243, 0.5);
  border-radius: 10px;
  z-index: 1;
}

.hero-video .hero-text h1 {
  font-size: 3rem;
  margin: 0;
}

.hero-video .hero-text p {
  font-size: 1.2rem;
}

.hero-content {
  width: 100%;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: rgb(176, 0, 240);
  text-align: center;
  border-top: 5px solid #000;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.typewriter h2 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 4px solid #b30ce6; 
  width: 0;
  font-size: 3.5rem; 
  position: relative;
  background: transparent;
  max-width: 100%; 
  text-overflow: ellipsis; 
  margin: 0 auto;
}

.typewriter {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes erasing {
  from { width: 100%; }
  to { width: 0; }
}

@keyframes blinkCursor {
  from, to { border-color: #b30ce6; }
  50% { border-color: transparent; }
}

@keyframes blink {
  50% { border-color: transparent; }
}

@media screen and (max-width: 768px) {
  .hero-section {
    min-height: auto;
  }

  .hero-video {
    height: 50vh;
  }

  .hero-content {
    height: auto;
    padding: 40px 20px;
  }

  .hero-video .hero-text {
    font-size: 1.6rem;
    padding: 10px;
  }

  .typewriter h2 {
    font-size: 2rem;
    white-space: normal; 
    width: 100%;
    border-right: none;
    text-align: center;
    animation: none;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }

  .hero-video {
    height: 40vh;
  }

  .hero-video .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-video .hero-text p {
    font-size: 1rem;
  }

  .typewriter h2 {
    font-size: 1.8rem;
    white-space: normal;
    width: 100%;
    padding: 0 5px;
    border-right: none;
    text-align: center;
  }
}

.about-section {
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.about-section p {
  font-size: 1.2rem;
  color: #555;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  animation: modalOpen 0.5s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@keyframes modalOpen {
  from {opacity: 0; transform: translateY(-50px);}
  to {opacity: 1; transform: translateY(0);}
}

.close-modal {
  color: #777;
  float: right;
  font-size: 3rem;
  font-weight: bold;
  cursor: pointer;
}

.close-modal:hover {
  color: #b30ce6;
}

.modal h3 {
  font-size: 2.5rem;
  color: #334;
  margin-bottom: 2rem;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #eee;
}

.modal .inputBox select,
.modal input[type="date"],
.modal input[type="time"] {
  width: 100%;
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  color: #777;
  margin: .7rem 0;
  border: 0.2rem solid #334;
}

.modal .inputBox select:focus,
.modal input[type="date"]:focus,
.modal input[type="time"]:focus {
  background: #334;
  color: #fff;
}

.floating-button {
  position: fixed;
  bottom: 40px;
  left: 40px; 
  z-index: 99;
}

.floating-button .btn {
  background: #b30ce6;
  color: white;
  border: 2px solid white;
  border-radius: 50px;
  padding: 1.5rem 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(179, 12, 230, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(179, 12, 230, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(179, 12, 230, 0);
  }
}

@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    margin: 10% auto;
    padding: 20px;
  }

  .floating-button {
    bottom: 20px;
    left: 20px; 
  }

  .floating-button .btn {
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 450px) {
  .modal h3 {
    font-size: 2rem;
  }

  .floating-button .btn {
    padding: 1rem 1.8rem;
    font-size: 1.4rem;
  }
}

.pricing {
  background: #f5f5f5;
  padding: 5rem 10%;
}

.pricing .box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
}

.pricing .price-box {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  background: white;
  padding: 3rem 2rem;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing .price-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.pricing .price-box.featured {
  border: 3px solid #b30ce6;
  transform: scale(1.05);
}

.pricing .price-box.featured:hover {
  transform: scale(1.05) translateY(-10px);
}

.pricing .price-box .banner {
  position: absolute;
  top: 20px;
  right: -30px;
  transform: rotate(45deg);
  background: #b30ce6;
  color: white;
  padding: 5px 40px;
  font-size: 1.5rem;
  font-weight: bold;
}

.pricing .price-box h3 {
  font-size: 2.5rem;
  color: #334;
  margin-bottom: 1rem;
}

.pricing .price-box .price {
  font-size: 3.5rem;
  color: #b30ce6;
  font-weight: bold;
  margin-bottom: 2rem;
}

.pricing .price-box .price span {
  font-size: 1.5rem;
  color: #777;
  font-weight: normal;
}

.pricing .price-box img {
  height: 9rem;
  margin-bottom: 2rem;
}

.pricing .price-box ul {
  list-style: none;
  margin: 2rem 0;
}

.pricing .price-box ul li {
  font-size: 1.6rem;
  color: #777;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.pricing .price-box ul li:last-child {
  border-bottom: none;
}

.pricing .price-box ul li i {
  color: #b30ce6;
  margin-right: 1rem;
}

.pricing .price-box .btn {
  width: 80%;
  padding: 1.2rem;
  border-radius: 50px;
  background: #334;
  color: white;
  font-weight: bold;
  border: 2px solid #334;
  transition: all 0.3s ease;
}

.pricing .price-box .btn:hover {
  background: #b30ce6;
  border-color: #b30ce6;
}

.pricing .price-box.featured .btn {
  background: #b30ce6;
  border-color: #b30ce6;
}

.pricing .price-box.featured .btn:hover {
  background: white;
  color: #b30ce6;
}

@media (max-width: 768px) {
  .pricing .box-container {
    flex-direction: column;
    align-items: center;
  }
  
  .pricing .price-box {
    width: 100%;
    max-width: 400px;
  }
  
  .pricing .price-box.featured {
    order: -1;
  }
}

.logo-carousel-section {
  padding: 4rem 0 2rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  overflow: hidden;
  position: relative;
}

.logo-carousel-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(179, 12, 230, 0.05) 50%, transparent 100%);
  animation: shimmer 8s ease-in-out infinite;
}

.logo-carousel {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
  align-items: center;
  gap: 3rem;
}

.logo-track img {
  width: 180px;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(1) opacity(0.7);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.logo-track img:hover {
  filter: grayscale(0) opacity(1);
  transform: scale(1.05);
}

@keyframes scroll {
  0% { 
    transform: translateX(0); 
  }
  100% { 
    transform: translateX(-50%); 
  }
}

@keyframes shimmer {
  0%, 100% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(0%);
  }
}

.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .logo-carousel-section {
    padding: 2rem 0 1rem 0;
  }
  
  .logo-track {
    gap: 2rem;
  }
  
  .logo-track img {
    width: 120px;
    max-height: 60px;
  }
}

.logo-carousel-section {
  padding: 4rem 0 2rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  overflow: hidden;
  position: relative;
}

.logo-carousel-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(179, 12, 230, 0.05) 50%, transparent 100%);
  animation: shimmer 8s ease-in-out infinite;
}

.logo-carousel {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
  align-items: center;
  gap: 3rem;
}

.logo-track img {
  width: 180px;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(1) opacity(0.7);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.logo-track img:hover {
  filter: grayscale(0) opacity(1);
  transform: scale(1.05);
}

@keyframes scroll {
  0% { 
    transform: translateX(0); 
  }
  100% { 
    transform: translateX(-50%); 
  }
}

@keyframes shimmer {
  0%, 100% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(0%);
  }
}

.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .logo-carousel-section {
    padding: 2rem 0 1rem 0;
  }
  
  .logo-track {
    gap: 2rem;
  }
  
  .logo-track img {
    width: 120px;
    max-height: 60px;
  }
}

.backdrop-blur-sm {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.backdrop-blur {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.backdrop-blur-md {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.backdrop-blur-lg {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.backdrop-blur-xl {
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.glass-dark {
  background: rgba(51, 51, 68, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
select {
  font-family: 'Inter', 'Plus Jakarta Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 1.2rem 1.6rem;
  border: 2px solid rgba(51, 51, 68, 0.15);
  border-radius: 0.8rem;
  background: #fff;
  color: #334;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.01em;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #b30ce6;
  box-shadow: 0 0 0 4px rgba(179, 12, 230, 0.1), 0 2px 8px rgba(179, 12, 230, 0.15);
  outline: none;
  background: #fff;
}

input::placeholder,
textarea::placeholder {
  color: #999;
  font-weight: 400;
}

.text-gradient {
  background: linear-gradient(135deg, #b30ce6 0%, #9333ea 50%, #7c3aed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.heading-modern {
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #334;
}

.subheading-modern {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.6;
  color: #777;
}

.card-hover {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hover:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 8px 16px rgba(0, 0, 0, 0.1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

*:focus-visible {
  outline: 3px solid #b30ce6;
  outline-offset: 3px;
  border-radius: 4px;
}

button:focus-visible,
.btn:focus-visible {
  outline: 3px solid #b30ce6;
  outline-offset: 3px;
}

@keyframes pulse-modern {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.loading-skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading-shimmer 1.5s infinite;
  border-radius: 8px;
}

@keyframes loading-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9998;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.dropdown-menu {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(51, 51, 68, 0.1);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 0.8rem;
  animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-menu a {
  display: block;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #334;
  transition: all 0.2s ease;
}

.dropdown-menu a:hover {
  background: rgba(179, 12, 230, 0.08);
  color: #b30ce6;
  transform: translateX(4px);
}

.badge-modern {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 600;
  background: linear-gradient(135deg, #b30ce6 0%, #9333ea 100%);
  color: #fff;
  border-radius: 20px;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(179, 12, 230, 0.3);
}

::selection {
  background: rgba(179, 12, 230, 0.2);
  color: #334;
}

::-moz-selection {
  background: rgba(179, 12, 230, 0.2);
  color: #334;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 0.5s ease-in;
}

.header .navbar.scrolled {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-slide-up {
  animation: slideInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio {
  background: #f5f5f5;
  padding: 5rem 10%;
}

.portfolio-tabs {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.portfolio-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 3.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  color: #334;
  background: #fff;
  border: 0.2rem solid #334;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.portfolio-tab-btn i {
  font-size: 1.8rem;
}

.portfolio-tab-btn:hover,
.portfolio-tab-btn.active {
  background: linear-gradient(135deg, #b30ce6, #9333ea);
  color: #fff;
  border-color: #b30ce6;
  box-shadow: 0 8px 24px rgba(179, 12, 230, 0.32);
  transform: translateY(-2px);
}

.portfolio-tab-content {
  display: none;
}

.portfolio-tab-content.active {
  display: block;
  animation: tabFadeIn 0.35s ease;
}

@keyframes tabFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.dashboard-grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 920px;
  margin: 0 auto;
}

.portfolio-card {
  background: #fff;
  border: 0.15rem solid #e8e8ee;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(179, 12, 230, 0.16), 0 8px 24px rgba(0,0,0,0.1);
  border-color: rgba(179, 12, 230, 0.4);
}

.portfolio-media {
  position: relative;
  height: 20rem;
  background: linear-gradient(135deg, #0d0d1a 0%, #1a1a3e 55%, #0f1a4e 100%);
  overflow: hidden;
  flex-shrink: 0;
}

.dashboard-media {
  height: 22rem;
  background: linear-gradient(135deg, #0b0b18 0%, #1a0a30 50%, #230a50 100%);
}

.portfolio-media-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: rgba(255,255,255,0.35);
  transition: color 0.3s ease;
  pointer-events: none;
}

.portfolio-card:hover .portfolio-media-placeholder {
  color: rgba(179, 12, 230, 0.55);
}

.portfolio-media-placeholder i {
  font-size: 4.5rem;
}

.dashboard-placeholder i {
  font-size: 5.5rem;
}

.portfolio-media-placeholder span {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-badge {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  padding: 0.45rem 1.1rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  letter-spacing: 0.03em;
}

.android-badge   { background: rgba(61, 220, 132, 0.18); color: #3ddc84; border: 1px solid rgba(61, 220, 132, 0.35); }
.web-badge       { background: rgba(64, 165, 240, 0.18); color: #63b3fa; border: 1px solid rgba(64, 165, 240, 0.35); }
.rfid-badge      { background: rgba(179, 12, 230, 0.18); color: #d455f7; border: 1px solid rgba(179, 12, 230, 0.35); }
.licensed-badge  { background: rgba(255, 193, 7,  0.18); color: #ffc107; border: 1px solid rgba(255, 193, 7,  0.35); }
.ai-badge        { background: rgba(59, 130, 246, 0.18); color: #60a5fa; border: 1px solid rgba(59, 130, 246, 0.35); }
.pro-badge       { background: rgba(234, 179, 8,  0.18); color: #facc15; border: 1px solid rgba(234, 179, 8,  0.35); }
.remote-badge    { background: rgba(20, 184, 166, 0.18); color: #2dd4bf; border: 1px solid rgba(20, 184, 166, 0.35); }
.realtime-badge  { background: rgba(249, 115, 22, 0.18); color: #fb923c; border: 1px solid rgba(249, 115, 22, 0.35); }

.portfolio-card-body {
  padding: 2.5rem 2.2rem 2.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.portfolio-app-icon {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, #b30ce6, #9333ea);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
  margin-top: -4rem;
  box-shadow: 0 8px 24px rgba(179, 12, 230, 0.4);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.portfolio-app-icon i {
  font-size: 2.4rem;
  color: #fff;
}

.vision-icon { background: linear-gradient(135deg, #b30ce6, #7c3aed); box-shadow: 0 8px 24px rgba(179, 12, 230, 0.4); }
.music-icon  { background: linear-gradient(135deg, #1d63ed, #0f3fa8); box-shadow: 0 8px 24px rgba(29,  99, 237, 0.4); }
.stock-icon  { background: linear-gradient(135deg, #059669, #047857); box-shadow: 0 8px 24px rgba(5,  150, 105, 0.4); }
.trend-icon  { background: linear-gradient(135deg, #d97706, #b45309); box-shadow: 0 8px 24px rgba(217,119,  6, 0.4); }
.asset-icon  { background: linear-gradient(135deg, #7c3aed, #5b21b6); box-shadow: 0 8px 24px rgba(124, 58, 237, 0.4); }

.portfolio-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #334;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.portfolio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.tag {
  display: inline-block;
  padding: 0.35rem 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #b30ce6;
  background: rgba(179, 12, 230, 0.07);
  border: 1px solid rgba(179, 12, 230, 0.2);
  border-radius: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.portfolio-desc {
  font-size: 1.45rem;
  line-height: 1.8;
  color: #666;
  flex: 1;
  margin-bottom: 2rem;
}

.portfolio-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
}

.portfolio-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  text-decoration: none;
}

.portfolio-btn.primary-btn {
  background: linear-gradient(135deg, #b30ce6, #9333ea);
  color: #fff;
  border: none;
  box-shadow: 0 4px 16px rgba(179, 12, 230, 0.3);
}

.portfolio-btn.primary-btn:hover {
  background: linear-gradient(135deg, #9333ea, #7c3aed);
  box-shadow: 0 8px 24px rgba(179, 12, 230, 0.5);
  transform: translateY(-2px);
  color: #fff;
}

.portfolio-btn.secondary-btn {
  background: transparent;
  color: #334;
  border: 0.18rem solid #334;
}

.portfolio-btn.secondary-btn:hover {
  background: #334;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 1200px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .portfolio-grid,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .portfolio-tabs {
    flex-direction: column;
    align-items: center;
  }
  .portfolio-tab-btn {
    width: 100%;
    max-width: 32rem;
    justify-content: center;
  }
}

.client-sites {
  padding: 5rem 10%;
  background: #fff;
}

.section-subtitle {
  text-align: center;
  font-size: 1.7rem;
  color: #777;
  margin-top: -2rem;
  margin-bottom: 3.5rem;
}

.client-sites-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
}

.client-site-card {
  background: #fff;
  border: 0.15rem solid #e8e8ee;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.client-site-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(179, 12, 230, 0.14), 0 8px 24px rgba(0,0,0,0.1);
  border-color: rgba(179, 12, 230, 0.4);
}

.client-site-preview {
  position: relative;
  height: 36rem;
  background: linear-gradient(135deg, #0d0d1a 0%, #1a1a3e 45%, #0f1a4e 100%);
  overflow: hidden;
}

.client-site-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #111;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.client-site-card:hover .client-site-preview img {
  transform: scale(1.05);
}

.client-site-media-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: rgba(255,255,255,0.3);
  transition: color 0.3s ease;
  pointer-events: none;
}

.client-site-card:hover .client-site-media-placeholder {
  color: rgba(179, 12, 230, 0.45);
}

.client-site-media-placeholder i {
  font-size: 5.5rem;
}

.client-site-media-placeholder span {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-site-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.52);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.client-site-card:hover .client-site-overlay {
  opacity: 1;
}

.client-site-body {
  padding: 2.5rem 2.5rem 3rem;
}

.client-site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.client-site-header h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #334;
  letter-spacing: -0.02em;
}

.client-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.2rem;
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: 2rem;
}

.live-badge {
  background: rgba(5, 150, 105, 0.1);
  color: #059669;
  border: 1px solid rgba(5, 150, 105, 0.3);
}

.live-badge i {
  font-size: 0.85rem;
  animation: livePulse 1.6s ease-in-out infinite;
}

@keyframes livePulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.25; }
}

.client-site-body p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #666;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .client-sites-grid {
    grid-template-columns: 1fr;
  }
  .client-site-preview {
    height: 22rem;
  }
}
