 /* Global Font Styles */
body {
       font-family: "Oswald", sans-serif;

}

h1, h2, h3, h4, h5, h6, .call-btn {
        font-family: "Oswald", sans-serif;

}
  .bitsecure-navbar {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.nav-links li a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-links li a:hover {
  color: #007bff;
}

.mobile-menu {
  display: none;
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.mobile-menu ul li {
  margin-bottom: 1rem;
}

.mobile-toggle {
  background: none;
  border: none;
}
.bitsecure-banner {
  background: linear-gradient(135deg, #f5f8ff, #ffffff);
  min-height: 90vh;
}

.bitsecure-banner h1 {
  color: #1a1a1a;
}

.animated-icon {
  max-width: 85%;
  animation: floatY 6s ease-in-out infinite;
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  font-size: 2rem;
  color: #007bff;
  background: #fff;
  border-radius: 50%;
  padding: 0.6rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  animation: floatX 4s ease-in-out infinite;
}

.floating-icon.one { top: 10%; right: 20%; animation-delay: 0s; }
.floating-icon.two { bottom: 15%; left: 20%; animation-delay: 1s; }
.floating-icon.three { top: 30%; left: 60%; animation-delay: 2s; }

/* Animations */
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

@keyframes floatX {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(10px); }
}
.bitsecure-banner {
  background: linear-gradient(135deg, #f5f8ff, #ffffff);
  min-height: 90vh;
}

.bitsecure-banner h1 {
  color: #1a1a1a;
}

.animated-icon {
  max-width: 85%;
  animation: floatY 6s ease-in-out infinite;
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  font-size: 2rem;
  color: #007bff;
  background: #fff;
  border-radius: 50%;
  padding: 0.6rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  animation: floatX 4s ease-in-out infinite;
}

.floating-icon.one { top: 10%; right: 20%; animation-delay: 0s; }
.floating-icon.two { bottom: 15%; left: 20%; animation-delay: 1s; }
.floating-icon.three { top: 30%; left: 60%; animation-delay: 2s; }

/* Animations */
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

@keyframes floatX {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(10px); }
}
.who-we-are-section {
  background-color: #f7f7f7;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
}

.who-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.who-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.benefits-section {
  background: #f9fbfd;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  color: #111;
}

.benefit-box {
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.cta-section {
  background: #4a8ef2;
  background-size: cover;
  background-position: center;
}

.cta-section h2 {
  font-size: 2.5rem;
}

.cta-section p {
  max-width: 700px;
  margin: 0 auto;
}

.cta-section .btn {
  transition: all 0.3s ease;
}

.cta-section .btn:hover {
  background-color: #fff;
  color: #2f80ed;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.services-section {
  background-color: #f8f9fa;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
}

.service-box {
  background-color: #fff;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.plans-section {
  background-color: #ffffff;
}

.plan-box {
  background-color: #f9f9f9;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

.plan-box:hover {
  border-color: #0d6efd;
  transform: translateY(-5px);
}

.plan-box .price {
  font-size: 1.8rem;
  font-weight: bold;
}

.featured-plan {
  background-color: #eaf4ff;
  border-color: #0d6efd;
}
.bitsecure-footer {
  background-color: #121212;
  color: #fff;
}

.call-now-fixed-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0d6efd;
  color: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.call-now-fixed-btn:hover {
  background-color: #0056d2;
}
