/* Reset & base */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-image: linear-gradient(to right, rgb(84, 19, 84), rgb(44, 19, 156));
  padding-top: 64px; /* height of navbar */
}

/* Navbar */
.navbar {

  -webkit-backdrop-filter: blur(8px); /* Safari support */
  
  -webkit-user-select: none; /* Safari support */  
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  color: white;
  z-index: 9999;
  padding: 16px 24px;
  user-select: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Brand */
.brand {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 2rem;
  color: #DAA520; /* blue-400 */
  transition: transform 0.3s ease;
}

.brand:hover {
  transform: translateX(10px);
}

.plane-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  color: #DAA520; /* blue-500 */
  transition: transform 0.3s ease;
}

.brand:hover .plane-icon {
  transform: translateX(5px);
}

/* Nav links */
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 44px;
  font-weight: 700;
}

.nav-links li a {
  color: #bfdbfe; /* blue-200 */
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-links li a:hover {
  color: #DAA520; /* blue-500 */
}

/* Dropdown */
.dropdown {
  position: relative;
}

.dropbtn {
  background: none;
  border: none;
  color: #bfdbfe;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s ease;
}

.dropbtn:hover {
  color: #DAA520;
}

.chevron {
  transition: transform 0.3s ease;
}

.dropdown:hover .chevron {
  transform: rotate(180deg);
}

.dropdown-content {
  position: absolute;
  top: 130%;
  left: 0;
  background: white;
  color: #111827;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  min-width: 160px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-content li {
  padding: 8px 24px;
}

.dropdown-content li a {
  color: #111827;
  font-weight: 500;
}

.dropdown-content li a:hover {
  color: #3b82f6;
}

/* Mobile Menu */
.menu-toggle {
  background: none;
  border: none;
  color: #60a5fa;
  cursor: pointer;
  display: none;
  transition: transform 0.3s ease;
}

.menu-toggle:hover {
  transform: scale(1.1);
}

.menu-icon {
  width: 28px;
  height: 28px;
}

.mobile-menu {
  
  -webkit-backdrop-filter: blur(8px); /* Safari support */
  display: flex;
  flex-direction: column;
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(8px);
  position: fixed;
  top: 64px;
  width: 100%;
  padding: 0;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  z-index: 9998;
  max-height: 0;
  overflow-y: hidden;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mobile-menu.open {
  max-height: 400px; /* or use scroll */
  overflow-y: auto;
  padding: 16px 0;
 /* Adjust based on content */
}

.mobile-menu li {
  padding: 12px 24px;
}

.mobile-menu li a {
  color: #fbf9f6;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.mobile-menu li a:hover {
  color: #40c1f1;
}

/* Responsive */
@media (max-width: 768px) {
  .desktop-menu {
    display: none;
  }

  .menu-toggle {
    display: block;
  }
}
.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.4rem;
  color: #DAA520; /* blue-400 */
  transition: transform 0.3s ease;
}

.brand-name {
  position: relative;
  display: inline-block;
  padding-left: 28px; /* space for plane icon */
}

.plane-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  color: #DAA520; /* blue-500 */
  transition: transform 0.3s ease;
  pointer-events: none;
  z-index: 2;
}


/* Shrink brand on scroll */
.brand.shrink {
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.highlight-ltd {
  position: relative;
  display: inline-block;
  padding-right: 30px; /* add space for logo */
}

.ltd-plane {
  position: absolute;
  top: 50%;
  right: -12px; /* controls overlap with "d" */
  transform: translateY(-50%);
  width: 44px;
  height: auto;
  transition: transform 0.3s ease, width 0.3s ease;
  pointer-events: none;
  z-index: 2;
}

.navbar.scrolled .ltd-plane {
  transform: translateY(-50%) scale(0.85);
}

/*______________________________________BANNER CONTAINER________________________________________________*/
.zoom-container {
  position: relative;
  width: 100%; /* Use full width for responsiveness */
  height: 60vh; /* Make the image cover the full viewport */
  overflow: hidden;
  border-radius: 0; /* No border radius so navbar lays flat on top */
  box-shadow: none; /* Optional: remove shadow for a cleaner overlay */
  margin: 0; /* Remove margin to let it sit at the top */
  z-index: 1; /* Lower than navbar */}
  @media (min-width: 768px) {
    .zoom-container {
      height: 100vh;
    }
  }
.zoom-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s ease;
}

.zoom-container:hover img {
  transform: scale(1.2);
}
.typed-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: clamp(1.8rem, 5vw, 5rem);
  text-align: center;
  padding: 0 10px;
  font-family: "Merriweather", serif;

  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  z-index: 2;
}
body, html {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
#typed-name::after {
  content: '|';
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.font1 {
  font-family: 'Courier New', monospace;
  color: #0077cc;
}

.font2 {
  font-family: 'Georgia', serif;
  color: #cc0000;
}
.services-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  min-height: 10vh;
  background: transparent;
  gap: 40px;
}
@media (min-width: 768px) {
  .services-container {
    flex-direction: row;
  }
}
/* Sidebar styling with transparency and blur */
.sidebar {
  -webkit-backdrop-filter: blur(8px); 
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 22px;
  padding: 24px;
  min-width: 220px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  color: white;
  height: fit-content;
  transition: all 0.5s ease;
}

.sidebar h2 {
  margin-bottom: 20px;
  color: #fff;
}

.sidebar ul {
  list-style: none;
}

.sidebar li {
  margin: 12px 0;
  padding: 10px 14px;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s ease;
  color: #ffffff;
}

/* 🔥 Animation on hover */
.sidebar li:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(10px);
  color: #DAA520;
}

/* Active state for clicked item */
.sidebar li.active {
  font-weight: bold;
  color: #DAA520;
  background: rgba(255, 255, 255, 0.15);
}

/* Content styling */
.service-content {
  -webkit-backdrop-filter: blur(8px); 
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 32px;
  border-radius: 16px;
  color: #fff;
  max-width: 600px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}




.tools-section {
  background-image: linear-gradient(to right, rgb(84, 19, 84), rgb(44, 19, 156));
  padding: 60px 20px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.tools-row {
  display: flex;
  gap: 20px; /* spacing between cards */
  justify-content: center;
  align-items: flex-start; /* align cards at top */
}

.tools-card {
  background-image: linear-gradient(to right, rgb(84, 19, 84), rgb(44, 19, 156));

  flex: 1 1 0;
  max-width: 300px; /* adjust as needed */
  border: 1px solid #a29fb3;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: flex-grow 0.3s ease;
}

.card-header {
  
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 20px 15px;
  border: 1px solid #767095;
  border-radius: 10000px; /* more curved edges */
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 10px;
  flex-shrink: 0;
}
.card-header:hover {
  background-color: #06044c;
}

.card-header img {
  width: 50px;
  height: 50px;
  border-radius: 200%; /* makes the image circular */
  margin-right: 10px;
  background-color: #fff; /* optional: gives contrast if your image has transparency */
  border: 2px solid #0c0c0c; /* optional: subtle border for neatness */
}
.card-header h3 {
  flex-grow: 1;
  margin: 0;
  font-size: 1.1rem;
}

.icon {
  -webkit-user-select:none;
  font-size: 24px;
  user-select: none;
  transition: transform 0.3s ease;
}

.card-body {
  
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.35s ease, padding 0.35s ease;
  flex-grow: 1;
}

.tools-card.open {
  flex-grow: 2; /* make the open card bigger */
}

.tools-card.open .card-body {
  
  max-height: 500px; /* enough height for content */
  padding: 15px;
}
/*____________FOOTER___________________*/
.footer {
  background: #b4bac7;
  color: rgb(0, 0, 0);
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;  gap: 40px;
  margin-bottom: 30px;
  text-align: center;

}
@media (min-width: 600px) {
  .footer-content {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    text-align: left;
  }
}
.footer-section h3 {
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-section ul,
.footer-section p {
  margin: 0 0 10px;
  line-height: 1.5;
}

.support-button {
  display: inline-block;
  background: #af423c;
  color: #fff1f1;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 255, 149, 0.4);
  transition: box-shadow 0.3s ease;
}

.support-button:hover {
  box-shadow: 0 0 25px rgba(0, 255, 149, 0.7);
}

.icons a {
  margin-right: 10px;
  font-size: 20px;
  color: white;
  transition: transform 0.2s ease;
}

.icons a:hover {
  transform: scale(1.2);
  color: #60bbcf;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #444;
  padding-top: 20px;
  font-size: 14px;
}

.slogan {
  display: flex;
  align-items: center;
  gap: 10px;
}

.legal {
  display: flex;
  gap: 10px;
  align-items: center;
}

.legal a {
  color: #000000;
  text-decoration: none;
}

.certifications img {
  height: 40px;
  margin-left: 10px;
}
/*-------------------VIDEO---------------------------*/
.video-thumbnail-slider {
  padding: 40px 20px;
  text-align: center;
  color: white;
}

.thumbnail-container {
  display: flex;
  overflow-x: auto;
  gap: 50px;
  scroll-snap-type: x mandatory;
  padding: 10px 0;
}

.thumbnail {
  flex: 0 0 auto;
  scroll-snap-align: start;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.thumbnail:hover {
  transform: scale(1.05);
}

.thumbnail img {
  width: 580px;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* Modal Styling */
.modal {
  -webkit-backdrop-filter:blur(6px);
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  background: transparent;
  border: none;
  width: 80%;
  max-width: 800px;
  position: relative;
}

.modal-content iframe {
  width: 100%;
  height: 250px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .modal-content iframe {
    height: 450px;
  }
}
.close {
  position: absolute;
  top: -30px;
  right: -10px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
/*--------------------------------------FORM-----------------------------*/
body {
  font-family: Arial, sans-serif;
  padding: 20px;
  background: #f0f2f5;
}
.form-container {
  max-width: 600px;
  margin: auto;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
label {
  font-weight: bold;
  margin-top: 15px;
  display: block;
}
input, select, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}
button:hover {
  background: #0056b3;
}
@media (max-width: 600px) {
  .form-container {
    padding: 15px;
  }
}