/* ======================================================
   GLOBAL STYLES
====================================================== */
body {
  font-family: 'Nunito', sans-serif;
  color: #333;
  background-color: #f9f9f9;
  line-height: 1.6;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

section {
  scroll-margin-top: 80px;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

.text-primary {
  color: #064bba !important;
}

/* ======================================================
   NAVBAR
====================================================== */
.main-navbar {
  background: #064bba;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
}

.navbar-brand {
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.main-navbar .nav-link {
  color: #fff;
  margin-left: 15px;
  font-weight: 600;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
  color: #ffb703;
  transform: scale(1.05);
}

.btn-warning {
  background-color: #ffb703;
  color: #000;
  border: none;
  border-radius: 25px;
  transition: all 0.3s;
}

.btn-warning:hover {
  background-color: #ffc933;
  transform: translateY(-2px);
}

/* ======================================================
   HERO SECTION
====================================================== */
.hero-header {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(-45deg, #064bba, #007bff, #00d4ff, #00ffa3);
  background-size: 400% 400%;
  animation: gradientFlow 10s ease infinite;
}

@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.hero-header h1 {
  text-shadow: 0 3px 10px rgba(0,0,0,0.4);
}

.special-offer {
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0 15px #00ffa3, 0 0 30px #00d4ff;
}

.special-offer span {
  color: #ffb703;
}

.sticker {
  display: inline-block;
  margin-top: 10px;
  background: #ff5733;
  color: #fff;
  padding: 12px 24px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
  animation: pulse 2s infinite;
}

.sticker span {
  background: #fff;
  color: #ff5733;
  padding: 2px 8px;
  border-radius: 5px;
  margin: 0 5px;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.hero-header .btn {
  font-size: 1.1rem;
  padding: 12px 28px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.hero-header .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* ======================================================
   ABOUT SECTION
====================================================== */
.about-section {
  padding: 80px 0;
  background: #fff;
}

.about-section h2 {
  color: #064bba;
  font-weight: 700;
  margin-bottom: 25px;
}

.about-section p {
  color: #555;
  font-size: 1.1rem;
}

.about-section ul {
  list-style: none;
  padding: 0;
}

.about-section ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.about-section ul li::before {
  content: "✔";
  color: #0fa958;
  position: absolute;
  left: 0;
}

/* =========================
   Packages Section
========================= */
.packages-section {
  background: #f9f9f9;
}

.package-card {
  border-radius: 20px;
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Plan Name */
.package-card .card-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #064bba;
}

/* Speed Text */
.package-speed {
  font-weight: 900;
  color: #064bba;
}

/* Price */
.price-text {
  font-size: 1.1rem;
  color: #0fa958;
  font-weight: 600;
}

/* Feature List */
.package-card ul li {
  color: #555;
  margin-bottom: 8px;
}

/* Buttons */
.package-card .btn {
  border-radius: 30px;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.package-card .btn:hover {
  transform: translateY(-3px);
}

/* Badge Labels */
.package-badge {
  position: absolute;
  top: 15px;
  right: -30px;
  transform: rotate(45deg);
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 6px 50px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

/* Featured Package */
.featured-package {
  border: 2px solid #064bba;
  transform: scale(1.05);
}

/* Responsive */
@media(max-width: 767px) {
  .package-card {
    margin-bottom: 20px;
  }
  .package-badge {
    top: 10px;
    right: -25px;
    font-size: 0.7rem;
  }
}


/* ======================================================
   CONTACT SECTION
====================================================== */
.contact-section {
  background: linear-gradient(45deg, #064bba, #00a86b);
  color: #fff;
  text-align: center;
  padding: 70px 0;
}

.contact-section .btn {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
}

/* ======================================================
   FOOTER
====================================================== */
footer {
  background: #032d72;
  color: #fff;
  padding: 15px 0;
  font-size: 0.9rem;
  text-align: center;
}

/* ======================================================
   WHATSAPP FLOAT BUTTON
====================================================== */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: #fff;
  width: 55px;
  height: 55px;
  font-size: 28px;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: 0.3s ease-in-out;
  z-index: 1000;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background: #1ebe5d;
}

/* ======================================================
   RESPONSIVE DESIGN
====================================================== */
@media (max-width: 991px) {
  .hero-header h1 {
    font-size: 2.3rem;
  }

  .special-offer {
    font-size: 2rem;
  }

  .sticker {
    font-size: 1rem;
    padding: 8px 18px;
  }

  .package-card {
    margin-bottom: 20px;
  }
}
{
      font-family: 'Nunito', sans-serif;
      background-color: #f8f9fa;
    }

    .main-navbar {
      background: #064bba;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }

    .navbar-nav .nav-link {
      color: #fff !important;
      margin-right: 15px;
      font-weight: 600;
    }

    .navbar-nav .nav-link.active {
      color: #ffc107 !important;
      text-decoration: underline;
    }

    .hero-header {
      background: linear-gradient(135deg, #064bba, #0a58ca);
      color: white;
      padding: 80px 0;
      text-align: center;
    }

    .contact-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
      padding: 30px;
    }

    .form-control {
      border-radius: 10px;
      border: 1px solid #ddd;
    }

    .form-control:focus {
      border-color: #064bba;
      box-shadow: 0 0 5px rgba(6, 75, 186, 0.3);
    }

    .btn-primary {
      background-color: #064bba;
      border: none;
      border-radius: 10px;
      transition: 0.3s;
    }

    .btn-primary:hover {
      background-color: #033f91;
      transform: translateY(-2px);
    }

    .contact-info a {
      color: #064bba;
      text-decoration: none;
    }

    .contact-info a:hover {
      text-decoration: underline;
    }

    footer {
      background: #032a63;
    }

    .whatsapp-float {
      position: fixed;
      bottom: 25px;
      right: 25px;
      background-color: #25d366;
      color: white;
      font-size: 24px;
      padding: 15px;
      border-radius: 50%;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
      transition: all 0.3s;
      z-index: 999;
    }

    .whatsapp-float:hover {
      transform: scale(1.1);
      background-color: #1ebc5a;
    }