@import url('https://fonts.cdnfonts.com/css/ica-rubrik-black');
@import url('https://fonts.cdnfonts.com/css/poppins');

/* :root {
    --primary: #0f4229;
    --secondary: #1c1c1c;
    --light: #ffffff;
    --dark: #000000;
} */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #D2D2D2;
  margin-top: 110px;
}

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;
}

a {
  color: white;
}
/* For headings */
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;
}
a:hover span i {
  color: #00adb5;
}
/* 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;
}

.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: 25px;
  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 & DROPDOWN CSS ========== */



.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: 332px;
            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 */
        }

        .search-box {
            display: flex;
            margin-bottom: 20px;
        }

        .search-box input {
            flex: 1;
            padding: 8px;
            border: 1px solid #ddd;
            margin-bottom: 29px;
        }

        .search-box button {
            background: #008080;
            color: white;
            padding: 8px 12px;
            border: none;
            cursor: pointer;
            margin-bottom: 29px;
            margin-right: 1px;
        }

        .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 !important; /* Show on mobile only */
  }

  .nav-links {
    display: none;
  }

  .mobile-sidebar {
    display: block;
  }
}

@media (min-width: 992px) {
  .nav-toggle {
    display: none !important; /* Ensure it's hidden on desktop */
  }

  .mobile-sidebar,
  .close-btn {
    display: none !important;
  }
}




.herosection {
  padding: 80px 20px;
  /* background: #f8f9fa; */
  text-align: center;
}

.hero-heading {
  font-size: 90px;
  padding-bottom: 10px;
  font-weight: bold;
  animation: popUp 3s ease-in-out;
}

.hero-subheading {
  font-size: 24px;
  margin-bottom: 20px;
}

@keyframes popUp {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  
  100% {
    transform: scale(1);
    opacity: 1;
  }
  
}

a {
  text-decoration: none;
  color: white !important;
}

.contact-header {
  background: url('images/group-friends-looking-laptop.webp') no-repeat center center/cover;
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-header .overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-header h1 {
  font-size: 55px;
  margin-bottom: 10px;
  font-weight: bold;
}

.contact-header p {
  font-size: 16px;
}

/*** About ***/
.about-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: url(images/) top left no-repeat; */
    background-size: contain;
}

/* Main CTA Button - Read More */
.btn-primary {
  background-color: #00adb5 !important;
  border-color: #00adb5 !important;
  color: white !important;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #009aa1 !important;
  border-color: #009aa1 !important;
  box-shadow: 0 4px 12px rgba(0, 173, 181, 0.4);
}

/* Outline Social Buttons */
.btn-outline-primary {
  color: #00adb5 !important;
  border-color: #00adb5 !important;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #00adb5 !important;
  color: #fff !important;
  box-shadow: 0 4px 10px rgba(0, 173, 181, 0.3);
}

/* Font Awesome Icons inside outline buttons */
.btn-outline-primary i {
  color: #00adb5 !important;
  transition: color 0.3s ease, transform 0.3s ease;
}

.btn-outline-primary:hover i {
  color: #fff !important;
  transform: translateX(2px);
}

/* Check icons for features */
.fa-check {
  color: #00adb5 !important;
  transition: transform 0.3s ease, color 0.3s ease;
}

.fa-check:hover {
  transform: scale(1.2);
  color: #009aa1 !important;
}

    .business-section {
      background-color: #f1f5f9;
    }

    .section-label {
      color: #00adb5;
      font-size: 1.1rem;
    }

   
   body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
    }

    .business-section {
      background-color: #f1f5f9;
    }

    .section-label {
      color: #00adb5;
      font-size: 1.1rem;
    }

 

    .business-card {
      background: #fff;
      border-radius: 16px;
      border: 2px solid #00adb5;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      opacity: 0;
      transform: translateY(30px);
      animation: fadeInUp 0.6s forwards;
    }

    .business-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    }

    .icon i {
      font-size: 2.5rem;
      margin-bottom: 10px;
      color: #00adb5;
      transition: transform 0.3s ease;
    }

    .icon i:hover {
      transform: scale(1.2);
    }

    .btn-custom {
      background-color: #00adb5!important;
      color: #fff;
      border: 2px solid #00adb5;
      padding: 10px 20px;
      border-radius: 6px;
      text-transform: uppercase;
      font-size: 0.9rem;
      transition: background-color 0.3s ease, color 0.3s ease;
    }

    .btn-custom:hover {
      background-color: #019ca4!important;
      color: #fff;
    }

    @keyframes fadeInUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Stagger effect for card animation */
    .business-card:nth-child(1) {
      animation-delay: 0.1s;
    }

    .business-card:nth-child(2) {
      animation-delay: 0.3s;
    }

    .business-card:nth-child(3) {
      animation-delay: 0.5s;
    }

/* our bissness */
.center-highlight {
  background: linear-gradient(135deg, #00adb5, #027b83);
  color: #fff;
  border: 2px solid #019ca4;
  box-shadow: 0 12px 30px rgba(0, 173, 181, 0.2);
  position: relative;
  z-index: 2;
}

.center-highlight h5,
.center-highlight p,
.center-highlight li,
.center-highlight .btn-custom {
  color: #fff !important;
}

.center-highlight .btn-custom {
  background-color: #fff !important;
  color: #00adb5 !important;
  border: 2px solid #fff;
}

.center-highlight  {
  background-color: #f0f0f0 !important;
  color: #00adb5 !important;
}

.btn-custom:hover{
  background-color: #1e1e2f !important;
  color: #00adb5 !important;
  box-shadow: 0 2px 20px rgb(30, 30, 47, 0.2);
}

.center-highlight .icon i {
  color: #fff;
}



.ceo-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
              url('images/hawk-copy.jpg') center/cover no-repeat;
  color: white;
  position: relative;
  overflow: hidden;
}

.section-subtitle {
  color: #00adb5;
  font-weight: 600;
  font-size: 1.1rem;
  animation: fadeInDown 1s ease forwards;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  animation: fadeInDown 1.2s ease forwards;
}

.section-text {
  max-width: 900px;
  font-size: 1.05rem;
  line-height: 1.8;
  animation: fadeIn 1.5s ease forwards;
}

.divider {
  width: 100%;
  max-width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 30px auto;
}

.btn-ceo {
  background-color: #00adb5 !important;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  animation: fadeInUp 1.8s ease forwards;
}

.btn-ceo:hover {
  background-color: #1e1e2f !important;
  transform: scale(1.09);
  box-shadow: 0 2px 25px rgba(0, 173, 181, 0.3);
  color: #00adb5 !important;
}

/* Animations */
@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

.services-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.services-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service-card {
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 40px 25px;
  width: 300px;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgb(26, 163, 163);
  
}

.service-card .icon {
  font-size: 40px;
  color: #007c79;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #202a3c;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}


.allied-partner-section {
  background: linear-gradient(to right, #0f0f0fcc, #1c1c1ccc),
  url('images/dragon_5.webp') center/cover no-repeat;
  padding: 80px 22px;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.allied-partner-section .subheading {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin-bottom: 12px;
}

.allied-partner-section .heading {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 22px;
  color: #00adb5 !important;
}

.allied-partner-section p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.partner-logos {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.partner-logos .logo-img {
  max-width: 400px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 8px;
}

.partner-logos .logo-img:hover {
  transform: scale(1.1) rotate(1deg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}


/* Base  .cursor-ring*/
.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  will-change: transform;
}



.team-item {
  position: relative;
  overflow: hidden;
}

.team-item .team-text {
  position: absolute;
  width: calc(100% - 45px);
  left: -100%;
  bottom: 45px;
  padding: 1.5rem;
  background: #FFFFFF;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  transition: .5s;
  
}

.team-item:hover .team-text {
  left: 0;
  opacity: 1;
}

.team-item .team-social .btn {
  background: var(--light);
  color: var(--primary);
}

.team-item .team-social .btn:hover {
  background: var(--primary);
  color: var(--light);
}

.team-item .team-img .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s;
  z-index: 3;
  opacity: 0;
}






.info-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
  margin: 70px auto;
  max-width: 1200px;
  padding: 0 20px;
}

.card {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: none ! important;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgb(0, 173, 181); /* brand-colored glow */
  cursor: pointer;
}

.card-icon {
  font-size: 36px;
  color: #00adb5;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.card:hover .card-icon {
  color: #00adb5; /* Slight color shift on hover */
}

.card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1e1e2f;
  margin-bottom: 10px;
}

.card p {
  font-size: 15px;
  color: #666 !important;
  line-height: 1.6;
}

.card-icon {
  font-size: 32px;
  color: #00adb5;
  margin-bottom: 15px;
  display: block;
}

.contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
  transition: transform .3s ease
}

.contact-card:hover {
  transform: translateY(-5px)
}

.icon {
  font-size: 24px;
  color: #00adb5
}
.location-link {
  color: #00adb5 !important;
  text-decoration: none;
  transition: 0.3s ease;
}

.location-link:hover {
  text-decoration: underline;
  color: #007bff;
}
.link{
  color: #00adb5;
  text-decoration: none;
  transition: 0.3s ease;
}
.link:hover {
  text-decoration: underline;
  color: #00adb5;
}


/* Dot */
@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);
  }
}



/* 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;
  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); }
}