:root {
  --blue: #2186eb;
  --yellow: #ffcb05;
  --grey: #f4f7fa;
  --dark-grey: #22273a;
  --white: #fff;
  --shadow: 0 4px 18px rgba(33, 134, 235, 0.09);
}

html{
  scroll-behavior:smooth;
  scroll-padding-top: 100px;
  background-color:rgb(177, 205, 241);
}

/* New Responsive Hamburger Navbar */
.unique-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 95vw;
  z-index: 100;
  padding: 0.6rem 2.2rem;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(14px) saturate(160%);
  box-shadow: 0 8px 32px rgba(33,134,235,0.11), 0 1.5px 0 0 #2186eb1a;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  max-height: 88px;
  margin-bottom: auto;
}

/* Navbar left: logo + tagline */
.navbar-left {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.site-logo {
  height: 75px;
  width: 75px;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 2px 16px #2186eb25;
  background: #fff;
}

/* Tagline */
.tagline {
  font-size: 1.13rem;
  color: #2186eb;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: linear-gradient(97deg,#a8e3e6 65%,#ffe172 100%);
  padding: 0.34rem 1.1rem 0.34rem 0.9rem;
  border-radius: 1.3rem;
  box-shadow: 0 0.5px 8px #d9eafd7a;
  margin-left: 0.05rem;
  transition: font-size 0.3s;
}

/* Hamburger menu styles */
.menu-toggle {
  display: none;
}

.menu-icon {
  display: none;
  font-size: 2.2rem;
  cursor: pointer;
  color: #2186eb;
  padding: 0.5rem;
  border-radius: 8px;
  transition: background 0.2s;
}

.menu-icon:hover {
  background: #d9eafd;
}

/* Navbar links default (desktop) */
.navbar-links {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  padding: 0;
  margin: 0;
}

.unique-navbar a {
  font-size: 1rem;
  padding: 0.38rem 1rem;
}

.navbar-links li {
  position: relative;
}

.unique-navbar a {
  display: flex;
  align-items: center;
  gap: 0.40rem;
  font-weight: 600;
  font-size: 1.09rem;
  color: #ffffff;
  padding: 0.52rem 1.3rem;
  border-radius: 1.5rem;
  text-decoration: none;
  background: linear-gradient(100deg,#b8d5f1 0%, #25b6fe 70%, #ffe172 100%);
  box-shadow: 0 2px 16px 0 #2186eb25, 0 0.5px 8px #25b6fe15;
  border: none;
  transition:
    background 0.21s cubic-bezier(.55,0,.25,1),
    color 0.15s,
    box-shadow 0.18s,
    transform 0.11s;
}

.unique-navbar a:hover,
.unique-navbar a:focus {
  background: linear-gradient(100deg, #25b6fe 0%, #2186eb 80%, #ffe172 100%);
  color: #fff;
  box-shadow: 0 4px 28px 0 #2186eb55, 0 0.5px 8px #ffe17255;
  transform: scale(1.04) translateY(-2px);
  outline: none;
}

/* Responsive hamburger menu: */
@media (max-width: 900px) {
  .unique-navbar {
    padding: 0.4rem 0.7rem;
  }
  .site-logo {
    height: 32px;
    width: 32px;
  }
  .tagline {
    font-size: 1rem;
    padding: 0.19rem 0.7rem 0.19rem 0.6rem;
  }
  .navbar-links {
    gap: 0.7rem;
  }
  .unique-navbar a {
    font-size: 0.97rem;
    padding: 0.32rem 0.8rem;
  }
}

/* Hamburger menu on mobile */
@media (max-width: 600px) {
  .tagline {
    font-size: 0.82rem;
    padding: 0.14rem 0.5rem 0.14rem 0.4rem;
  }
  .navbar-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 10px;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 6px 32px #2186eb22;
    padding: 0.7rem 0.5rem;
    z-index: 1000;
    min-width: 140px;
    align-items: flex-end;
  }
  .menu-icon {
    display: block;
    position: absolute;
    top: 18px;
    right: 16px;
    background: none;
  }
  .menu-toggle:checked ~ .navbar-links {
    display: flex;
  }
}

/* Hide menu toggle visually */
.menu-toggle {
  display: none;
}

/* body section */
body {
  padding-top: 90px; /* ensures content not hidden under navbar */
  cursor: url('./robot.png'), auto;
}

body {
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  background: var(--grey);
  color: var(--dark-grey);
  line-height: 1.6;
}

/* Hero Section */
.hero-bg {
  position: relative;
  width: 100%;
  min-height: 340px;
  background: linear-gradient(98deg, #2186eb 70%, #ffe172 100%);
  border-radius: 0 0 0.8rem 0.8rem;
  overflow: hidden;
  box-shadow: 0 2px 24px #2186eb17;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-service {
  position: absolute;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  opacity: 0.38;
  text-shadow: 0 2px 16px #18223a4a;
  pointer-events: none;
  letter-spacing: 0.01em;
  animation: floaty 6s ease-in-out infinite alternate;
  /* Each item will have a slightly different animation delay, set in HTML if you want! */
}
.floating-service:nth-child(1) { animation-delay: 0s;}
.floating-service:nth-child(2) { animation-delay: 1.1s;}
.floating-service:nth-child(3) { animation-delay: 2s;}
.floating-service:nth-child(4) { animation-delay: 2.7s;}
.floating-service:nth-child(5) { animation-delay: 0.6s;}
.floating-service:nth-child(6) { animation-delay: 1.9s;}
.floating-service:nth-child(7) { animation-delay: 2.2s;}

@keyframes floaty {
  0% { transform: translateY(0);}
  100% { transform: translateY(-12px);}
}

/* Increase animation speed: */
.floating-service {
  /* ...existing styles... */
  animation: floaty 3.5s ease-in-out infinite alternate;
}

.hero-center-title {
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 24px #18223a33;
  letter-spacing: 0.05em;
  z-index: 2;
}
@media (max-width: 900px) {
  .floating-service { font-size: 1.18rem; }
  .hero-center-title { font-size: 1.3rem; }
}

/* About Section */
/* ===== COMPACTED ABOUT SECTION CSS (reduced height / tighter spacing) ===== */

.about {
  position: relative;
  --about-card-width: 900px;
  padding: 2rem 1rem;                /* reduced vertical padding */
  display: flex;
  justify-content: center;
  background: var(--grey, #f4f7fa);
}

/* wrapper keeps card centered */
.about-wrapper {
  position: relative;
  max-width: var(--about-card-width);
  width: 100%;
  margin: 0 auto;
}

/* =========================
   The About Card (compact)
   ========================= */
.about-card {
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.4rem 1.4rem;            /* significantly reduced padding */
  box-shadow: 0 8px 36px rgba(33,134,235,0.06);
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  color: var(--dark-grey, #22273a);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;                       /* smaller gap between children */
}

/* Title */
.about-card h2 {
  color: var(--blue, #2186eb);
  font-size: 1.6rem;                 /* slightly smaller title */
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
}

/* small icons row below title */
.about-highlight {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  margin: 0.25rem 0 0.6rem 0;        /* less vertical spacing */
}
.about-icon {
  font-size: 1.15rem;                /* smaller */
  color: #ffcb05;
  text-shadow: 0 6px 18px rgba(33,134,235,0.06);
}

/* paragraphs - tighter line heights for compactness */
.about-card p {
  color: #444;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
}

/* =========================
   Scrolling values bar (compact)
   ========================= */
.scrolling-bar {
  margin: 0.7rem 0 0.8rem 0;         /* less vertical space */
  max-width: 820px;
  background: linear-gradient(90deg, rgba(11,37,69,0.02), rgba(11,37,69,0.01));
  border-radius: 10px;
  padding: 6px 8px;                  /* shrink padding */
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(11,37,69,0.03);
  z-index: 4;
  position: relative;
}

.scroll-track {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  white-space: nowrap;
  animation: scrollLeft 28s linear infinite;
  will-change: transform;
}

.scroll-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 6px 10px;                 /* smaller pills */
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  color: #0b2545;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(11,37,69,0.035);
  border: 1px solid rgba(11,37,69,0.02);
  min-width: max-content;
  font-size: 0.92rem;
}
.scroll-item i { color: #ffb703; font-size: 1rem; }

@keyframes scrollLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.scrolling-bar:hover .scroll-track,
.scrolling-bar:focus-within .scroll-track { animation-play-state: paused; }

/* =========================
   Feature tiles inside the card (compact)
   ========================= */
.about-features {
  display: flex;
  justify-content: center;
  gap: 1.2rem;                       /* slightly reduced gap */
  margin: 1rem 0 0.9rem 0;           /* less vertical margin */
  flex-wrap: wrap;
  width: 100%;
}

.about-features div {
  background: linear-gradient(115deg, #e6f1ff 60%, #ffe172 100%);
  border-radius: 1rem;
  padding: 0.75rem 0.9rem;           /* reduced padding */
  min-width: 150px;                  /* slightly narrower tiles */
  max-width: 170px;
  box-shadow: 0 2px 10px rgba(33,134,235,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.12s, box-shadow 0.18s;
  margin-bottom: 0.8rem;
}
.about-features div:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 8px 22px rgba(33,134,235,0.12);
}
.feature-icon { font-size: 1.4rem; margin-bottom: 0.35rem; color: #2186eb; }
.feature-title { font-weight: 600; font-size: 1rem; color: #333; margin-bottom: 0.08rem; }
.feature-desc { font-size: 0.92rem; color: #666; text-align: center; }

/* CTA button smaller */
.glass-btn {
  display: inline-flex;
  padding: 10px 22px;
  border-radius: 50px;
  width:40%;
  align-items: center;
  justify-content: center;
  margin-left:27%;
  font-size: 17px;
  text-decoration:none;
  font-weight: 600;
  color: rgb(52, 119, 206);
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(0,150,255,0.6), rgba(255,255,0,0.35));
  box-shadow: 0 3px 16px rgba(0,0,0,0.09);
  transition: transform .2s ease, box-shadow .2s ease;
}
.glass-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,150,255,0.18); }

/* =========================
   LEFT / RIGHT SIDE FLOATING ICONS (keep outside)
   ========================= */

.about-decor-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;                     /* narrower vertical band */
  height: calc(100% + 20px);        /* slightly reduced height */
  pointer-events: none;
  z-index: 2;
}

/* left column */
.about-decor-left {
  left: calc(50% - (var(--about-card-width) / 2) - 100px); /* tightened offset */
}

/* right column */
.about-decor-right {
  left: calc(50% + (var(--about-card-width) / 2) +  10px);
}

/* individual floating icons */
.side-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: var(--top, 20%);
  font-size: calc(2.6rem * var(--s, 1)); /* slightly smaller icons */
  color: rgba(6, 53, 102, 0.42);
  text-shadow: 0 8px 18px rgba(6,53,102,0.07);
  transition: transform 0.55s ease;
  animation: sideFloat 10s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  mix-blend-mode: multiply;
}
@keyframes sideFloat {
  0%   { transform: translateX(-50%) translateY(0) rotate(0deg); }
  50%  { transform: translateX(-50%) translateY(-8px) rotate(3deg); }
  100% { transform: translateX(-50%) translateY(0) rotate(0deg); }
}

.about-wrapper:hover .side-icon { transform: translateX(-50%) translateY(-4px) scale(1.02); }

/* hide side icons on smaller screens */
@media (max-width: 900px) {
  .about-decor-side { display: none; }
  .about { --about-card-width: 92vw; padding: 1.6rem 1rem; }
  .about-card { padding: 1rem; }
  .scroll-track { animation-duration: 36s; }
}

/* smaller card sizing adjustments */
@media (max-width: 600px) {
  .about-card { padding: 0.8rem; border-radius: 1rem; }
  .scroll-item { padding: 6px 8px; font-size: 0.88rem; }
  .side-icon { display: none; }
}

/* reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .scroll-track, .side-icon { animation: none; transition: none; }
}

/* ensure card content sits above side icons */
.about-card > * { position: relative; z-index: 4; }

/* Services Section */
.services {
  padding: 0.5rem 1rem 2rem 1rem;
  background: var(--grey);
  text-align: center;
}
.services h2 {
  color: var(--blue);
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.service-card {
  background: var(--white);
  border-radius: 1.1rem ;
  border: 2px solid rgba(27, 153, 226, 0.35);
  box-shadow: var(--shadow);
  padding: 2rem 1rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s, box-shadow 0.15s;
  position: relative;
}
.service-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 26px rgba(33, 134, 235, 0.14);
  background: linear-gradient(120deg, var(--blue) 20%, var(--yellow) 100%);
  color: var(--white);
}
.service-card .icon {
  font-size: 2.3rem;
  margin-bottom: 0.7rem;
}
.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.service-card p {
  font-size: 1rem;
}

/* Brochure */

.brochure-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

/* 3D Button */
.brochure-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 36px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;

  color: #ffffff;
  background: linear-gradient(135deg, #1e88e5, #1565c0);
  border-radius: 14px;

  box-shadow:
    0 10px 0 #0d47a1,        /* 3D depth */
    0 18px 30px rgba(0, 0, 0, 0.25);

  transform: translateY(0);
  transition: all 0.25s ease;
}

/* Hover = lift */
.brochure-btn:hover {
  transform: translateY(-4px);
  box-shadow:
    0 6px 0 #0d47a1,
    0 14px 26px rgba(0, 0, 0, 0.3);
}

/* Click = press */
.brochure-btn:active {
  transform: translateY(6px);
  box-shadow:
    0 2px 0 #0d47a1,
    0 6px 14px rgba(0, 0, 0, 0.25);
}

/* Mobile */
@media (max-width: 768px) {
  .brochure-btn {
    font-size: 16px;
    padding: 16px 28px;
  }
}

/* Contact Section */
.contact {
  background: var(--blue);
  color: var(--white);
  padding: 2.5rem 1rem 1.2rem 1rem;
  text-align: center;
}
.contact h2 {
  font-size: 2rem;
  margin-bottom: 1.2rem;
  color: var(--yellow);
  font-weight: bold;
}
.contact-info {
  margin-bottom: 1.4rem;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: center;
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 0.5rem;
}
.social-links img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  transition: filter 0.2s;
}
.social-links img:hover {
  filter: brightness(1) invert(0.3) sepia(1) saturate(7) hue-rotate(180deg);
}

ul {
  display: flex;
  list-style: none;
  gap: 2.5rem;
}

.item a {
  text-decoration: none;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #f0f9fe;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 3px solid #f0f9fe;
  overflow: hidden;
}

.item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  z-index: 0;
  scale: 1 0;
  transform-origin: bottom;
  transition: scale 0.5s ease;
}

.item:hover a::before {
  scale: 1 1;
}

.icon {
  font-size: 2rem;
  color: hsl(203, 92%, 8%);
  transition: 0.5s ease;
  z-index: 2;
}

.item a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.item:nth-child(1) {
  --bg-color: linear-gradient(to bottom right, #f9ce34, #ee2a7b, #6228d7);
}
.item:nth-child(2) {
  --bg-color: #0077b5;
}
.item:nth-child(3) {
  --bg-color: #000;
}

/* Footer */
footer {
  background: #1a1e2b;
  color: #bbb;
  padding: 1rem;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}

/* ===== CONTACT SECTION MOBILE OPTIMIZATION ===== */
@media (max-width: 768px) {
  .contact {
    padding: 2rem 1rem;
    text-align: center;
  }

  .contact h2 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    font-size: 1rem;
    line-height: 1.6;
  }

  .contact-info div {
    max-width: 90%;
    text-align: center;
    word-wrap: break-word;
  }

  .social-links ul {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 1.5rem;
    padding: 0;
    list-style: none;
  }

  .social-links .item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #007bff, #25b6fe);
    color: #fff;
    font-size: 1.3rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .social-links .item a:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
  }
}

/* ===== EXTRA SMALL SCREENS (below 480px) ===== */
@media (max-width: 480px) {
  .contact h2 {
    font-size: 1.2rem;
  }

  .contact-info {
    gap: 0.6rem;
    font-size: 0.95rem;
  }

  .social-links .item a {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
}


