/* navbar */
.navbar {
  padding: 20px 0;
  background: var(--bg-main);
  border-bottom: 1px solid var(--border-light);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: var(--text-dark);
  text-decoration: none;
}

.logo .dot {
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
}

.logo .sub {
  color: var(--text-light);
  font-size: 14px;
}

.nav {
  display: flex;
  gap: 30px;
}

.nav a {
  text-decoration: none;
  color: var(--text-dark);
  font-size: 15px;
}

.nav a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -4px;
  left: 0;
  transition: 0.3s;
}

.nav a:hover::after {
  width: 100%;
}

/* hero section */
.hero {
  padding: 60px 0 60px;
}

.badge {
  padding: 6px 16px;
  border-radius: 999px;

  font-size: 12px;

  color: #777;

  border: 1px solid #e5e7eb;
  background: transparent;
}

.hero-title {
  font-size: 50px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.hero-desc {
  font-size: 16px;
  color: var(--text-light);
  max-width: 500px;
  line-height: 1.7;
}

.shape {
  position: absolute;
  opacity: 0.6;
  z-index: 1;
}

.shape-1 {
  top: 80px;
  right: 160px;
  width: 28px;
}

.shape-2 {
  top: 200px;
  right: 60px;
  width: 22px;
}

.shape-3 {
  bottom: 80px;
  right: 220px;
  width: 50px;
}

/* gold text */
.gold-text {
  background: var(--text-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

/* buttons */
.btn {
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.arrow {
  display: inline-block;
}

/* .btn-dark {
  background: #111;
  color: #fff;
  border: none;
} */

.btn-outline {
  border: 1px solid #ccc;
  background: transparent;
}

/* .btn-dark:hover {
  transform: translateY(-2px);
  letter-spacing: 0.3px;
  transition: 0.2s ease;
} */

/* hero right avatar */
.hero-visual {
  position: relative;
  height: 520px;
  perspective: 1000px;
}

/* avatar */
.avatar {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 460px;
  z-index: 2;
  transform: rotate(-2deg);
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15))
  drop-shadow(0 0 20px rgba(var(--accent-rgb), 0.15));
  transform-style: preserve-3d;
}

/* gold glow layer */
.hero-visual::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.15), transparent 70%);
  filter: blur(40px);
  z-index: 1;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;

   background-image: 
    linear-gradient(120deg, rgba(var(--accent-rgb), var(--bg-mesh-opacity)) 1px, transparent 1px),
    linear-gradient(60deg, rgba(var(--accent-rgb), var(--bg-mesh-opacity)) 1px, transparent 1px);

  /* background-size: 80px 80px; */
  background-size: 60px 60px;

  opacity: 0.15;
  z-index: 0;
}
/* shapes */
.shape {
  position: absolute;
  opacity: 0.5;
  filter: drop-shadow(0 5px 10px rgba(var(--accent-rgb), 0.2))
  drop-shadow(0 0 8px rgba(var(--accent-rgb), 0.15));
}

.shape-1 {
  top: 40px;
  left: 20px;
}

.shape-2 {
  bottom: 30px;
  right: 50px;
}

/* stats */
.stats {
  border-top: 1px solid var(--border-light);
  margin-top: 60px;
  padding: 40px 0;
}

.stat {
  text-align: center;
}

.stat h3 {
  font-size: 28px;
}

/* footer */

.footer {
  margin-top: 60px;
  border-top: 1px solid var(--border-light);
}

.cta {
  padding: 80px 40px;
}

.cta h2 {
  font-size: 42px;
  margin: 10px 0;
  line-height: 1.2;
}

.cta-actions {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 40px;
}

.footer-col h4 {
  margin-bottom: 10px;
}

.footer-col a {
  display: block;
  color: var(--text-light);
  margin: 5px 0;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px!important;
  border-top: 1px solid var(--border-light);
  flex-wrap: wrap; 
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap; /* 🔥 prevents breaking */
}


/* BADGE */
.footer-links .badge {
  padding: 6px 12px;
  border-radius: 20px;
  background: rgba(0,0,0,0.05);
  font-size: 12px;
  white-space: nowrap; /* 🔥 keeps it clean */
}

@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}


/* particles behind everything */
#particles-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* shapes above particles */
.shape {
  position: absolute;
  z-index: 1;
  opacity: 0.6;
}

/* soft background */
/* .bg-circle {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(0,0,0,0.04), transparent 70%);
  z-index: 0;
} */

/* .btn-dark:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
} */

.reveal {
  will-change: transform, opacity;
}

/* right side */
.nav-right {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 1;
}

/* hamburger */
.menu-toggle {
  display: none;
  font-size: 22px;
  cursor: pointer;
}


/* mobile responsive */
@media (max-width: 992px) {
  .nav-right{
    z-index: auto;
  }
  .hero {
    padding: 80px 0 40px;
  }

  .hero-title {
    font-size: 42px;
    line-height: 1.2;
  }

  .hero-desc {
    font-size: 15px;
  }

  .badge {
    font-size: 12px;
  }
  .shape {
    display: none;
  }
   #particles-bg {
    opacity: 0.4;
  }
   .hero-visual {
    height: auto;
    display: flex;
    justify-content: center;
  }

  .avatar {
    position: relative;
    width: 300px;
    right: auto;
    bottom: auto;
    transform: none;
  }
   body.menu-open .navbar  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
  }

  body.menu-open .logo{
    z-index: 1002;
  }

  body.menu-open {
    padding-top: 70px; 
  }


  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    background: #f7f7f7;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 30px;

    z-index: 999;

    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.4s ease;
  }

  .nav::before,
.nav::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
  z-index: -1;
}

.nav::before {
  background: radial-gradient(circle, rgba(155,92,255,0.4), transparent 70%);
  top: 10%;
  left: 10%;
  animation: blobMove 18s ease-in-out infinite;
}

.nav::after {
  background: radial-gradient(circle, rgba(60,116,254,0.4), transparent 70%);
  bottom: 10%;
  right: 10%;
  animation: blobMove 22s ease-in-out infinite reverse;
}

@keyframes blobMove {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(30px, -40px); }
  100% { transform: translate(0, 0); }
}

  .nav a {
    font-size: 22px;
    font-weight: 500;
  }

   .nav.active {
    opacity: 1;
    visibility: visible;
    display: flex;
    transform: translateY(0);
  }

  .menu-toggle {
    display: block;
    z-index: 1000; /* keep above menu */
  }
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
            margin: 40px 0 20px;
  }
  .nav.active .social-float {
    display: flex;
    flex-direction: row;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 1000;
    top: 75%;
  }
  .nav .social-float { 
    display: none;
  } 
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .nav-right .btn-dark,
  .logo .sub {
    display: none;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 576px) {
  .flex {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}




.social-float {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}
.social-float a img{
  filter: grayscale(1);
  transition: ease 0.3s;
  width: 40px;
  height: 40px;
  filter: grayscale(1);
}
.social-float a img:hover {
  filter: grayscale(0);
  transform: translateY(-3px);
  transition: ease 0.3s;
}

.btn-dark {
  background: #111;
  color: #fff;
  border: none;
  align-items: center;
  position: relative;
  overflow: hidden; /* Keeps the arrow hidden until hovered */
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 1!important;
}

.arrow-btn:hover {
    padding-right: 40px; /* Make space for the arrow */
}

.arrow-icon {
  position: absolute;
  right: 20px;
  opacity: 0; /* Hidden by default */
  transform: translateX(-10px); /* Push the arrow slightly left */
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.arrow-btn:hover .arrow-icon {
  opacity: 1;
  transform: translateX(0); /* Slide the arrow to its final position */
}
@media (max-width: 1400px) {
  .social-float{
    left: 93%;
  }
}

/* ===============================
   CONTACT HERO SECTION
=============================== */

.contact-hero {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

/* GRID */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 80px;
}

/* ===============================
   LEFT SIDE
=============================== */

.contact-left h1 {
  font-size: 56px;
  line-height: 1.2;
  color: var(--text-dark);
  font-weight: 700;
}

.contact-left .accent {
  color: var(--accent);
}

.desc {
  margin: 20px 0 30px;
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.6;
  max-width: 420px;
}

/* ===============================
   CONTACT INFO
=============================== */

.contact-info {
  margin-bottom: 30px;
}

.info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(var(--accent-rgb), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--accent);
}

.info p {
  font-size: 14px;
  color: var(--text-dark);
  margin: 0;
}

.info span {
  font-size: 13px;
  color: var(--text-light);
}

.contact-map {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-map form {
  width: 100%;
  max-width: 420px;

  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(12px);

  padding: 30px;
  border-radius: 16px;

  box-shadow: 
    0 10px 30px rgba(0,0,0,0.08),
    0 0 0 1px rgba(0,0,0,0.04);
}

.form-group {
  margin-bottom: 18px;
  position: relative;
}

input,
textarea {
  width: 100%;
  padding: 14px 14px;

  border-radius: 10px;
  border: 1px solid var(--border-light);

  background: #ffffff63;

  font-family: "Satoshi", sans-serif;
  font-size: 14px;

  transition: all 0.25s ease;
}

/* placeholder */
input::placeholder,
textarea::placeholder {
  color: #aaa;
}

/* focus state */
input:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.1);
  outline: none;
}

textarea {
  min-height: 120px;
  resize: none;
}

.error {
  font-size: 12px;
  color: #ff4d4f;
  margin-top: 6px;
  display: block;
}

/* input error highlight */
input.error-input,
textarea.error-input,
select.error-input {
  border-color: #ff4d4f!important;
}

.form-group select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.08);
  background: #ffffff63;
  font-size: 14px;
  font-family: inherit;
  color: #aaa;

  outline: none;
  appearance: none; /* remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;

  transition: all 0.25s ease;
  cursor: pointer;
}

.form-group select.selected {
  color: var(--text-dark); /* your normal text color */
}

/* HOVER + FOCUS */
.form-group select:focus {
  border-color: var(--accent);
  background: #ffffff63;
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.1);
}

@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-left h1 {
    font-size: 40px;
  }

  .map-blob {
    height: 360px;
  }

}
/* HERO */
.about-hero {
  position: relative;
  padding: 50px 20px 130px;
  overflow: hidden;
}

/* GRID BG */
.grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* CENTER */
.about-center {
  text-align: center;
  position: relative;
  z-index: 2;
}

.about-title {
  font-size: 56px;
  font-weight: 700;
  color: #111;
}

.about-title span {
  background: linear-gradient(90deg, #4f46e5, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-desc {
  max-width: 700px;
  margin: 20px auto;
  color: #555;
}

/* STATS */
.about-stats {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  padding: 25px;
  border-radius: 16px;
  width: 180px;
  text-align: center;
  transition: 0.3s;
}

.stat-card:hover {
  transform: translateY(-8px);
}

.stat-icon {
  font-size: 22px;
  margin-bottom: 10px;
}

/* JOURNEY */
.journey-section {
  padding: 100px 200px;
}

.journey-title {
  text-align: center;
  margin-bottom: 80px;
}

/* TIMELINE */
.timeline {
  position: relative;
  /* padding: 50px 200px; */
}

/* Continuous vertical center line */
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 1.5px;
  background: #b0baf547;
  z-index: 0;
}

/* Each row */
.tl-row {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

/* ── LEFT CARD ── */
.left-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
  text-align: left;
  margin-right: 8px;
}

.left-card .icon-wrap {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: #eaecf8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-card .icon-wrap svg {
  width: 22px;
  height: 22px;
}

.left-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.left-card p {
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.55;
  font-weight: 400;
}

/* ── RIGHT CARD ── */
.right-card {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-direction: row-reverse;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
  text-align: right;
  margin-left: 8px;
}

.right-card .icon-wrap {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: #eaecf8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-card .icon-wrap svg {
  width: 22px;
  height: 22px;
}

.right-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.right-card p {
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.55;
  font-weight: 400;
}

/* ── CENTER COLUMN ── */
.center-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
}

.year-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.yr-left {
  font-size: 13px;
  font-weight: 700;
  color: #3d5cf5;
  position: absolute;
  left: -15px;
  text-align: right;
  width: calc(50% - 10px);
  padding-right: 0;
}

.yr-right {
  font-size: 13px;
  font-weight: 700;
  color: #3d5cf5;
  position: absolute;
  right: -15px;
  text-align: left;
  width: calc(50% - 10px);
  padding-left: 0;
}

.dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3d5cf5;
  border: 3px solid #eef0f8;
  box-shadow: 0 0 0 2px #3d5cf5;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
}

/* ══════════════════════════════════
       MOBILE (≤ 640px) — single column
       Left-rail line, cards stack below
       ══════════════════════════════════ */
@media(max-width:768px) {
  .stat-card {
    width: 100%;
  }

  .timeline::before {
    display: none;
  }

  .journey-section {
    padding: 80px 20px;
  }

  .tl-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 28px;
    position: relative;
  }

  /* Dot on left rail */
  .center-col {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    height: auto;
  }

  .year-row {
    display: none;
  }

  .dot {
    margin: 0;
  }

  /* Mobile year label above left card */
  .tl-row::before {
    content: attr(data-years);
    display: block;
    font-size: 11.5px;
    font-weight: 700;
    color: #3d5cf5;
    margin-bottom: 8px;
    text-align: left;
  }

  .left-card {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .right-card {
    margin-left: 0;
    flex-direction: row;
    text-align: left;
  }
}

/* ══════════════════════
       TABLET 641–860px
       ══════════════════════ */
@media(min-width:641px) and (max-width:860px) {
  .tl-row {
    grid-template-columns: 1fr 100px 1fr;
  }

  .yr-left,
  .yr-right {
    font-size: 11.5px;
  }

  .left-card,
  .right-card {
    padding: 14px 14px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .about-title {
    font-size: 32px;
  }

  .about-stats {
    flex-direction: column;
    align-items: center;
  }

  .timeline-item {
    width: 100%;
    left: 0 !important;
    text-align: left;
  }

  .timeline-line {
    left: 20px;
  }

  .year {
    left: 20px;
    transform: none;
  }
}


.achievements {
  padding: 100px 0 50px;
  text-align: center;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
}

.section-title span {
  background: linear-gradient(90deg, #4f7cff, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* MARQUEE BASE */
.marquee {
  overflow: hidden;
  position: relative;

  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}


.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;  
  padding: 0 0 30px;
}

/* CARDS */
.card {
  padding: 18px 28px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-dark);
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* hover */

/* ANIMATIONS */
.marquee-left .marquee-track {
  animation: scrollLeft 25s linear infinite;
}

.marquee-right .marquee-track {
  animation: scrollRight 25s linear infinite;
}

/* KEYFRAMES */
@keyframes scrollLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes scrollRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/* PAUSE ON HOVER */
.marquee:hover .marquee-track {
  animation-play-state: paused;
}

/* MOBILE */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .card {
    font-size: 14px;
    padding: 14px 20px;
  }
}

.gallery {
  padding: 50px 0;
  text-align: center;
}

.masonry {
  column-count: 3;
  column-gap: 20px;
  margin-top: 50px;
}

/* Images */
.masonry img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 14px;
  display: block;

  transition: all 0.4s ease;
  cursor: pointer;
}

/* Hover */
.masonry img:hover {
  transform: scale(1.04);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

@media (max-width: 992px) {
  .masonry {
    column-count: 2;
  }
}


.companies {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.company-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}

/* CARD */
.company-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 40px;
  border-radius: 20px;

  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(14px);

  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

/* Hover */
.company-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* LEFT CONTENT */
.company-content {
  max-width: 60%;
}

.company-content h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
}

.company-content .tag {
  font-size: 14px;
  color: #4f7cff;
  margin-bottom: 15px;
  font-weight: 500;
}

.company-content p {
  color: #555;
  line-height: 1.6;
}

/* RIGHT VISUAL */
.company-visual {
  width: 160px;
  height: 160px;
  border-radius: 20px;
}

/* DIFFERENT COLORS */
.gradient-1 {
  background: linear-gradient(135deg, #4f7cff, #00c6ff);
}

.company-logo {
  position: relative;
  width: 180px;
  height: 120px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 16px;
}

/* Logo image */
.company-logo img {
  max-width: 140px;
  max-height: 80px;
  object-fit: contain;
  position: relative;
}

.oxy img {
  max-width: 180px;
  max-height: 140px;
}


.company-logo.sr::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;

  background: radial-gradient(circle, rgba(255,165,0,0.25), transparent 70%);
  filter: blur(30px);
  z-index: 1;
}

/* 🔥 OXYNIKA BRAND GLOW */
.company-logo.oxy::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;

  background: radial-gradient(circle, rgba(0,200,120,0.25), transparent 70%);
  filter: blur(30px);
  z-index: 1;
}

/* 🔥 Glow breathing */
.company-logo::before {
  animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}

/* ✨ Logo float */
.company-logo img {
  animation: floatLogo 5s ease-in-out infinite;
}

@keyframes floatLogo {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

.company-card:hover .company-logo img {
  transform: scale(1.08);
}

.company-card:hover .company-logo::before {
  transform: scale(1.4);
  opacity: 1;
}

@media (max-width: 768px) {

  .company-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .company-content {
    width: 100%;
  }

  .company-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .company-logo img {
    max-width: 120px;
  }

  .company-content h3 {
    font-size: 20px;
  }

  .company-content p {
    font-size: 14px;
  }

  .company-logo {
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: 15px;
  }
  
}

.services {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 60px;
}

/* CARD */
.service-card {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  cursor: pointer;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(14px);

  text-align: left;

  transition: all 0.4s ease;
  overflow: hidden;

  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
   transform-style: preserve-3d;
  will-change: transform;
}

/* ICON */
.service-card .icon {
  font-size: 30px;
  margin-bottom: 20px;
}

/* TITLE */
.service-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* TEXT */
.service-card p {
  color: #555;
  line-height: 1.6;
}

/* 🔥 Glow effect */
.service-card::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: -50px;
  right: -50px;

  background: radial-gradient(circle, rgba(79,124,255,0.25), transparent);
  filter: blur(50px);
  transition: 0.4s ease;
}

/* HOVER */
.service-card:hover {
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
} 

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .compare-grid {
    grid-template-columns: 1fr;
  }
}


.why-compare {
  padding: 120px 0;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 60px;
}

/* COLUMN */
.compare-col {
  padding: 30px;
  border-radius: 20px;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(14px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* HEADINGS */
.compare-col h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* LIST */
.compare-col ul {
  list-style: none;
  padding: 0;
}

.compare-col li {
  margin-bottom: 12px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ICONS */
.other li::before {
  content: "✕";
  color: #ff4d4f;
  font-weight: bold;
}

.you li::before {
  content: "✓";
  color: #4f7cff;
  font-weight: bold;
}

/* HIGHLIGHT YOU SIDE */
.compare-col.you {
  border: 1px solid #4f7cff;
}

/* TOAST CONTAINER */
#toast-container {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;

  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

/* TOAST */
.toast {
  min-width: 280px;
  max-width: 400px;

  padding: 14px 18px;
  border-radius: 12px;

  font-size: 14px;
  font-weight: 500;

  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.75);

  box-shadow: 0 10px 30px rgba(0,0,0,0.12);

  display: flex;
  align-items: center;
  gap: 10px;

  opacity: 0;
  transform: translateY(-20px) scale(0.95);

  pointer-events: auto;
}

/* ICON */
.toast-icon {
  font-size: 18px;
}

/* SUCCESS */
.toast.success {
  border-left: 4px solid #22c55e;
}

.toast.success .toast-icon {
  color: #22c55e;
}

/* ERROR */
.toast.error {
  border-left: 4px solid #ef4444;
}

.toast.error .toast-icon {
  color: #ef4444;
}

@media (max-width: 768px) {
  .compare-grid {
    grid-template-columns: 1fr;
  }
}