* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
.section-title,
.hero-heading {
  font-family: 'Bebas Neue', sans-serif;
}

/* For general text */
body,
p,
a,
li,
.hero-paragraph,
.hero-subheading {
  font-family: 'Poppins', sans-serif;
}

@media (hover: hover) and (pointer: fine) {

  /* Base .cursor-dot */
  .cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background: #1e1e2f;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    box-shadow: 0 0 6px #00adb5;
    transform: translate(-50%, -50%);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.05s ease;
  }

  body.hovered .cursor-dot {
    background: #00adb5;
    box-shadow: 0 0 10px #00adb5;
  }

  body.clicked .cursor-dot {
    transform: translate(-50%, -50%) scale(0.5);
  }
}


body::before {
  position: absolute;
  width: min(1400px, 90vw);
  top: 10%;
  left: 50%;
  height: 90%;
  transform: translateX(-50%);
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  pointer-events: none;
}


/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a0a23;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeOut 1s ease forwards;
  animation-delay: 6s; 
}

.loader-content {
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.loader-subtitle span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  color: #00ffcc;
  font-size: 36px; 
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 0 0 10px #00ffcc, 0 0 20px #00ffcc;
  animation: fadeUp 0.8s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
} */
.topbar,
.navbar,
.container {
  overflow-x: hidden;
}

.topbar a i {
  color: #ffffff;
  margin-left: 10px;
  font-size: 16px;
  transition: color 0.3s;
}

/* .topbar a i:hover {
  color: #25D366; 
} */
@media (max-width: 768px) {
  .topbar .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-left,
  .topbar-right {
    margin: 5px 0;
  }
}

/* TOPBAR */
.topbar {
  top: auto;
  width: 100%;
  height: auto;
  background-color: #1e1e2f;
  z-index: 1000;
  font-size: 14px;
  position: static;
  transition: top 0.2s;
  border-bottom: 2px solid #1aa3a3;
}

.topbar .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 9px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.topbar {
  background-color: #1e1e2f;
  padding: 10px 0;
  font-size: 14px;
}

.container-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.topbar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto; /* Center horizontally */
  text-align: center;
}

.topbar-left span {
  margin-right: 25px;
  display: inline-flex;
  align-items: center;
  color: #ddd;
}

.topbar-left i {
  margin-right: 6px;
  color: #1aa3a3 !important;
}

.topbar-left a {
  color: #fff;
  text-decoration: none;
}

.topbar-left a:hover {
  color: #1aa3a3 !important;
}

/* RIGHT SIDE - stick to the right edge */
.topbar-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  right: 0;
}

.topbar-right a {
  color: #ccc;
  font-size: 16px;
  transition: color 0.3s ease;
}

.topbar-right a i:hover {
  color: #00adb5 !important;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .topbar {
    display: none;
  }

  .topbar .container {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
  }

  .topbar-left,
  .topbar-right {
    width: 100%;
    margin-bottom: 8px;
  }

  .topbar-left span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .topbar-right {
    justify-content: flex-start;
    gap: 10px;
  }

  .topbar-right a {
    font-size: 18px;
  }
}

.navbar,
.navbar-container,
.nav-links li {
  overflow: visible !important;
}

.navbar {
  position: relative;
  top: auto;
  width: 100%;
  z-index: 999;
  background: rgb(30, 30, 47);
  backdrop-filter: blur(10px);
  padding: 15px 60px !important;
}

.navbar-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand img {
  height: 65px !important;
  width: 200px !important;
  margin-right: 56px !important;
}

.nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-left: 140px;
  align-items: center;
  position: relative;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  color: #ccc;
  font-weight: 600;
  padding: 14px 20px;
  text-decoration: none;
  display: block;
  border-radius: 6px;
  transition: 0.3s ease;
}

.nav-links a:hover {
  background-color: rgba(0, 173, 181, 0.15);
}

.contact-btn {
  background-color: #00adb5;
  color: #1e1e2f !important;
  font-weight: bold;
  border-radius: 6px;
  
}

.contact-btn:hover {
  background-color: #00adb5 !important;
  color: #fff !important;
}

/* DROPDOWN MENU */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
  background: #1e1e2f !important;
  min-width: 200px;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  z-index: 9999 !important;
  flex-direction: column;
}

.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  display: flex;
}

.dropdown-menu li a {
  padding: 5px 12px;
  color: #ccc;
  white-space: nowrap;
}

.dropdown-menu li a:hover {
  background-color: rgba(0, 173, 181, 0.1);
  color: #00adb5;
}

/* RIGHT SIDE DROPDOWN */
.dropdown-menu.right {
    left: 100%;
    top: 0px;
    margin-left: 0px;
}

.dropdown-submenu {
  position: relative;
  font-size: 15px;
}
        /* Mobile Sidebar */
        .mobile-sidebar {
            position: fixed;
            top: 0;
            left: -100%;
            width: 298px;
            height: 100vh;
            background: #1e1e2f;
            box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
            transition: left 0.3s ease-in-out;
            padding: 20px;
            overflow-y: auto;
            z-index: 9999;
        }
.nav-toggle {
  display: none;
  font-size: 35px;
  background: none;
  border: none;
  cursor: pointer;
  color: #00adb5; /* Change as needed */
  z-index: 10001;
}
        .mobile-sidebar.active {
            left: 0;
        }

        .close-btn {
            font-size: 24px;
            border: none;
            background: none;
            float: right;
            cursor: pointer;
            margin-bottom: 20px;
            color: #00adb5; /* Change as needed */
        }

   

        .mobile-nav li {
            list-style: none;
            border-top: 1px solid #eee;
        }

        .mobile-nav a {
            display: block;
            padding: 12px;
            color: white;
            text-decoration: none;
            font-weight: bold;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        /* .mobile-nav a:hover {
            background: #f0f0f0;
        } */

        .has-dropdown>a::after {
            content: ' ▼';
            float: right;
            font-size: 12px;
        }

        .submenu {
            display: none;
            padding-left: 10px;
        }

        .has-dropdown.open>.submenu {
            display: block;
        }

     /* Show toggler only on mobile */
.nav-toggle {
  display: none; /* Default hidden */
}

@media (max-width: 991px) {
  .nav-toggle {
    display: block; /* Show on mobile only */
  }

  .nav-links {
    display: none;
  }

  .mobile-sidebar {
    display: block;
  }
}

@media (min-width: 992px) {
  .nav-toggle {
    display: none ; /* Ensure it's hidden on desktop */
  }

  .mobile-sidebar,
  .close-btn {
    display: none;
  }
}




/* hero-section */


.hero-section-custom {
  position: relative;
  background-image: url('images/bg-skillnest.webp');
  background-size: cover;
  background-position: center;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(7, 20, 43, 0.8), rgba(0, 128, 128, 0.3));
  z-index: 1;
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 850px;
  padding: 20px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #00d9d0;
  text-shadow: 0 0 10px #00d9d0;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(-30px);
  transition: all 1s ease;
  letter-spacing: 1;
}

.hero-subtitle {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 1.2s ease;
  letter-spacing: 1;
}

.hero-text {
  font-size: 1.1rem;
  color: #d1d1d1;
  margin-bottom: 30px;
  line-height: 1.7;
  opacity: 0;
  transition: all 1.4s ease;
}

.hero-btn {
  padding: 12px 30px;
  font-size: 1rem;
  background-color: #00d9d0;
  color: #000;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 0;
}

.hero-btn:hover {
  background-color: #01f1f0;
  box-shadow: 0 0 15px #00d9d0;
}

/* Animation class when in view */
/* .animate-on-scroll.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
} */

.skill-gap-section {
  padding: 100px 0;
  background: linear-gradient(to bottom right, #1e1e2f, #00adb5);
  position: relative;
  overflow: hidden;
}

.skill-gap-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.skill-gap-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #00adb5;
  letter-spacing: 1;
}

.skill-gap-header h2 span {
  color: #1e1e2f;
}

.subtitle span {
  color: #00adb5;
}

.skill-gap-header .subtitle {
  font-size: 18px;
  color: #1e1e2f;
  margin-top: 12px;
}

/* Cards Wrapper */
.skill-cards-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

/* Skill Card Styles */
.skill-card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 173, 181, 0.2);
  border-radius: 20px;
  padding: 30px 28px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
  max-width: 500px;
  width: 100%;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Fancy gradient border animation */
.skill-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #1e1e2f, #00adb5, #1e1e2f, #00adb5);
  z-index: -1;
  border-radius: 22px;
  opacity: 0.1;
  transition: opacity 0.4s ease;
}

.skill-card:hover::before {
  opacity: 0.3;
}

.skill-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 2px 40px rgb(30, 30, 47, 0.7);
}

.skill-card h4 {
  font-size: 22px;
  margin-bottom: 18px;
  color: #1e1e2f;
}

.skill-card p,
.skill-card ul {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
}

.skill-card ul {
  padding-left: 20px;
  list-style-type: disc;
}

.skill-card li {
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 768px) {
  .skill-gap-header h2 {
    font-size: 28px;
  }

  .skill-cards-wrapper {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .skill-card {
    max-width: 90%;
  }
}



/* Real Need */

.key-offerings-section {
  padding: 80px 0;
  background: #f7f9fa;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #1e1e2f;
}

.section-header h2 span {
  color: #00adb5;
}

.section-header .subtext {
  font-size: 16px;
  color: #555;
  max-width: 620px;
  margin: 10px auto 0;
}

.offerings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
}

.offering-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border-top: 4px solid #00adb5;
  transition: all 0.3s ease;
  width: 100%;
}

.offering-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 173, 181, 0.2);
}

.card-icon {
  background: #00adb5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: white;
  margin-bottom: 16px;
}

.offering-card h4 {
  font-size: 18px;
  color: #1e1e2f;
  margin-bottom: 10px;
}

.offering-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* ✅ Grid placement */
.offerings-grid .offering-card:nth-child(4) {
  grid-column: 1 / 2;
}

.offerings-grid .explore-btn {
  grid-column: 2 / 3;
  align-self: center;
  justify-self: center;
}

.offerings-grid .offering-card:nth-child(6) {
  grid-column: 3 / 4;
}

/* 🎯 Explore More Button Style */
.explore-btn {
  background-color: #1e1e2f;
  color: #fff;
  padding: 14px 36px;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 20px rgba(0, 173, 181, 0.2);
  transition: background 0.3s ease;
}

.explore-btn:hover {
  background-color: #00adb5;
  transform: translateY(2px);
  box-shadow: 0 2px 24px rgba(0, 173, 181, 0.8);
}

/* 📱 Responsive */
@media (max-width: 992px) {
  .offerings-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offerings-grid .offering-card,
  .offerings-grid .explore-btn {
    grid-column: auto !important;
  }
}

@media (max-width: 576px) {
  .section-header h2 {
    font-size: 28px;
  }

  .offering-card {
    padding: 20px;
  }

  .offerings-grid {
    grid-template-columns: 1fr;
  }

  .offering-card {
    max-width: 100%;
  }

  .explore-btn {
    justify-self: start;
  }
}



/* solution */
.solution-section {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url('images/tim-gouw-1K9T5YiZ2WU-unsplash.jpg') no-repeat center center/cover;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.solution-section .section-title {
  font-size: 36px;
  font-weight: 800;
  color: #00adb5;
  margin-bottom: 20px;
}

.solution-section .section-subtext {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.solution-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

.solution-card {
  background-color: rgba(20, 20, 40, 0.9);
  border-radius: 15px;
  padding: 30px;
  width: 300px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 40px rgba(0, 173, 181, 0.4);
}

.icon-box {
  font-size: 30px;
  color: #00adb5;
  margin-bottom: 20px;
}

.card-content h4 {
  color: #00f7ff;
  font-size: 20px;
  margin-bottom: 10px;
}

.card-content p {
  color: #ddd;
  font-size: 16px;
}

.section-highlight {
  font-size: 17px;
  color: #eee;
  max-width: 950px;
  margin: 0 auto;
  line-height: 1.8;
  padding-top: 10px;
}

.section-highlight strong {
  color: #fff;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .solution-grid {
    flex-direction: column;
    align-items: center;
  }

  .solution-card {
    width: 100%;
    max-width: 400px;
  }
}


/* Hawk QA Stand Out? */


.cqst-unique-section {
  padding: 80px 20px;
  background: linear-gradient(to bottom, #0f2027, #1e1e2f, #1e1e2f);
  text-align: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
        border-bottom: 1px solid #00adb5;

}

.section-title {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(90deg, #00adb5, #00adb5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}

.cqst-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  max-width: 1200px;
  margin: auto;
}

.cqst-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgb(0, 173, 181, 0.1);
  backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 30px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.cqst-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 2px 24px rgb(0, 173, 181, 0.4);
}

.cqst-icon {
  font-size: 34px;
  color: #00adb5;
  margin-bottom: 15px;
  animation: pulse 2s infinite;
}

.cqst-card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: 1;
}

.cqst-card p {
  font-size: 15px;
  color: #ccc;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}




/* social-btn */

.floating-social {
  position: fixed;
  bottom: 20px;       /* Stick to bottom */
  left: 20px;         /* Stick to left */
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.social-btn {
  width: 50px;
  height: 50px;
  background-color: #25D366; /* WhatsApp default */
  color: white;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-btn:hover {
  transform: scale(1.1);
}

.social-btn.instagram {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285AEB 90%);
  color: white;
}

@media screen and (max-width: 992px) {
  .floating-social {
    bottom: 15px; /* Slightly higher on mobile */
    left: 15px;
    gap: 10px;
  }

  .social-btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}



.scroll-top-btn {
  position: fixed;
   bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 2px 10px rgb(0, 173, 181);
  transition: transform 0.3s ease;
}

.scroll-top-btn:hover {
  transform: scale(1.1);
}

.scroll-top-btn .arrow-up {
  position: absolute;
  z-index: 2;
  color: #00adb5 !important;
  font-size: 20px;
}

.scroll-top-btn .ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#00adb5 25%, transparent 25% 100%);
  animation: rotate 2s linear infinite;
  z-index: 1;
  mask: radial-gradient(circle 24px at center, transparent 99%, black 100%);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


  footer a {
    text-decoration: none;
  }
  footer a:hover {
  color: #00adb5 !important;
  text-decoration: none;
}