 /* Global Font Styles */
body {
        font-family: "Figtree", sans-serif;

}

h1, h2, h3, h4, h5, h6, .call-btn {
        font-family: "Figtree", sans-serif;
    }
 
    a {
      text-decoration: none;
    }

.top-bar {
  background-color: #4e8ef1;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: fixed;
  top: 40px; /* Height of .top-bar */
  left: 0;
  width: 100%;
  z-index: 999;
}

    .container {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .nav-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
    }

    .logo h1 {
      font-size: 24px;
      color: #2b2b2b;
    }

    .logo span {
      color: #4e8ef1;
    }

    .nav-links {
      display: flex;
      gap: 20px;
    }

    .nav-links a {
      color: #333;
      font-weight: 500;
    }

    .cta-buttons {
      display: flex;
      gap: 10px;
    }

    .cta-buttons a {
      padding: 8px 14px;
      border-radius: 4px;
      font-size: 14px;
    }

    .cta-blue {
      background-color: #3773e3;
      color: white;
    }

    .cta-orange {
      background-color: #ff7043;
      color: white;
    }

    .menu-toggle {
      display: none;
      font-size: 22px;
      cursor: pointer;
    }

    /* Hero Section */
    .hero {
      background: linear-gradient(to right, #dbeafe, #ffffff);
      padding: 120px 20px;
    }

    .hero-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 40px;
      padding-top: 100px;
    }

    .hero-text {
      flex: 1 1 500px;
    }

    .hero-text h2 {
      font-size: 2.4rem;
      margin-bottom: 15px;
      color: #1f2a44;
    }

    .hero-text p {
      color: #444;
      font-size: 1.2rem;
      line-height: 1.6;
      margin-bottom: 15px;
    }

    .hero-form-box {
      flex: 1 1 350px;
      background-color: #fff;
      padding: 50px 35px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .hero-form-box h4 {
      font-size: 28px;
      color: #333;
      margin-bottom: 20px;
      text-align: center;
    }

    .hero-form {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .hero-form input {
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 15px;
    }

    .hero-form button {
      padding: 12px;
      background-color: #ff7043;
      border: none;
      color: white;
      font-size: 16px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .hero-form button:hover {
      background-color: #e95f30;
    }

    /* Responsive Styles */
    @media (max-width: 768px) {
      .nav-links,
      .cta-buttons {
        display: none;
        flex-direction: column;
        background: white;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        padding: 15px 20px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      }

      .nav-links.active,
      .cta-buttons.active {
        display: flex;
      }

      .menu-toggle {
        display: block;
      }

      .hero-content {
        flex-direction: column;
        gap: 0px;
      }
      .hero{
        padding: 170px 0px 70px;
      }
    }

    .hero-cta-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #4e8ef1;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}
.hero-cta-btn:hover {
  background-color: #3a6cd8;
}

.highlight-price {
  background-color: #ffe066;
  color: #222;
  padding: 4px 10px;
  border-radius: 4px;
}

.hero-note {
  margin: 10px 0 20px;
  color: #555;
  font-size: 0.95rem;
}


.features-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.features-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1e2b4f;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.feature-card {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  max-width: 250px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card img {
  width: 100%;
  /*height: 160px;*/
  object-fit: cover;
}

.feature-content {
  padding: 20px;
}

.feature-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2b2b2b;
}

.feature-content p {
  font-size: 0.95rem;
  color: #555;
}
.benefits-section {
  padding: 60px 20px;
  background: #fdfdfd;
}

.benefits-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.benefits-img {
  flex: 1 1 45%;
  text-align: center;
}

.benefits-img img {
  width: 100%;
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.img-description {
  font-size: 0.95rem;
  color: #555;
  margin-top: 12px;
  text-align: left;
}

.benefits-content {
  flex: 1 1 50%;
}

.benefits-content h2 {
  font-size: 2rem;
  color: #1e2a45;
  margin-bottom: 20px;
}

.benefits-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}

.benefits-content ul li {
  font-size: 1rem;
  margin-bottom: 12px;
  color: #333;
}

.call-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ff5722;
  color: #fff;
  font-weight: bold;
  border-radius: 28px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.call-button i {
  margin-right: 8px;
}

.call-button:hover {
  background-color: #e04b1e;
}

.family-internet-section {
  padding: 60px 20px;
  background-color: #fff;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.text-content {
  flex: 1 1 50%;
}

.text-content h2 {
  font-size: 2rem;
  color: #152144;
  margin-bottom: 20px;
}

.text-content p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 20px;
}

.text-content ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #333;
  margin-bottom: 30px;
}

.text-content ul li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-orange {
  background-color: #f4511e;
  color: white;
  padding: 12px 24px;
  border-radius: 28px;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.btn-orange i {
  margin-right: 8px;
}

.btn-orange:hover {
  background-color: #d84315;
}

.btn-orange.outline {
  background-color: transparent;
  border: 2px solid #f4511e;
  color: #f4511e;
}

.btn-orange.outline:hover {
  background-color: #f4511e;
  color: #fff;
}

.image-content {
  flex: 1 1 45%;
  text-align: center;
}

.image-content img {
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 768px) {
  .flex-row {
    flex-direction: column-reverse;
    text-align: center;
  }

  .text-content {
    flex: 1 1 100%;
  }

  .image-content {
    flex: 1 1 100%;
  }
  .feature-card {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
}
.features-section {
 
    padding: 60px 0px!important;
}
.benefits-section {
    padding: 60px 0px!important;

}
.family-internet-section {
    padding: 60px 0px!important;

}
}

.cta-section {
  background-color: #f2f7ff;
  padding: 60px 20px;
  text-align: center;
}

.cta-container {
  max-width: 700px;
  margin: 0 auto;
}

.cta-section h2 {
  font-size: 2rem;
  color: #152144;
  margin-bottom: 15px;
}

.cta-section p {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 25px;
}

.cta-button {
  display: inline-block;
  background-color: #4e8ef1;
  color: #fff;
  font-weight: bold;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.cta-button i {
  margin-right: 8px;
}

.cta-button:hover {
  background-color: #3c75d3;
}
.features-section {
  background-color: #f9f9fc;
  padding: 60px 20px;
}

.container-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.feature-box {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background-color: #4e8ef1;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-box h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #1e2a3a;
}

.feature-box p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

.promo-section {
  text-align: center;
  background-color: #ffffff;
}

.promo-image {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

.promo-content {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.promo-content h2 {
  font-size: 2rem;
  color: #102a43;
  margin-bottom: 20px;
}

.promo-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

.promo-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.promo-content ul li {
  margin-bottom: 10px;
  color: #333;
  font-weight: 500;
}

.promo-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.btn-orange {
  background-color: #f35b25;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.btn-outline {
  border: 2px solid #f35b25;
  color: #f35b25;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.promo-note {
  font-size: 0.85rem;
  color: #777;
}
.internet-offer-section {
  background-image: url('../images/logo/cta.webp');
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  max-width: 1300px;
  margin: 50px auto;
  padding: 60px 30px;
  color: #fff;
  position: relative;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.internet-offer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* dark overlay for contrast */
  border-radius: 12px;
  z-index: 1;
}

.offer-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.offer-content h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.offer-content p {
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.offer-btn {
  background-color: #ff5a1f;
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.offer-btn:hover {
  background-color: #e94b10;
}
.testimonial-slider-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 40px 20px;
  background: #f8f9fc;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.section-title {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #333;
}

.testimonial-slider {
  position: relative;
  height: 100px;
  overflow: hidden;
}

.testimonial-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s;
}

.testimonial-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.testimonial-slide p {
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 15px;
  color: #555;
}

.testimonial-slide h4 {
  margin: 0;
  font-weight: 600;
  color: #222;
}

.stars {
  color: #f39c12;
  font-size: 1.2rem;
  margin-top: 8px;
}

.testimonial-nav {
  margin-top: 20px;
}

.testimonial-nav button {
  background: #004080;
  color: #fff;
  font-size: 1.2rem;
  padding: 8px 14px;
  margin: 0 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.testimonial-nav button:hover {
  background: #0066cc;
}
.site-footer {
  background-color: #1b1b1b;
  color: #fff;
  padding: 50px 20px 30px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
}

.footer-column {
  flex: 1 1 220px;
}

.footer-column h4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-column p,
.footer-column ul {
  font-size: 14px;
  line-height: 1.7;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
}

.footer-column ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #aaa;
}

/* Disclaimer */
.footer-disclaimer {
  background-color: #111;
  color: #ccc;
  font-size: 13px;
  text-align: center;
  padding: 15px 20px;
}
.plans-section {
  padding: 150px 20px;
  background-color: #f7f9fc;
  text-align: center;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.plan-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.plan-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 30px 25px;
  width: 300px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  position: relative;
  transition: transform 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-5px);
}

.plan-card h3 {
  font-size: 1.5rem;
  color: #1a1a1a;
}

.price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3478f6;
  margin: 15px 0;
}

.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.plan-card ul li {
  margin-bottom: 10px;
  color: #444;
  position: relative;
  padding-left: 20px;
}

.plan-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

.btn-plan {
  display: inline-block;
  padding: 12px 20px;
  background-color: #3478f6;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.btn-plan:hover {
  background-color: #245fd3;
}

.popular {
  border: 2px solid #3478f6;
}

.badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ff5e5e;
  color: #fff;
  padding: 5px 12px;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 20px;
}
.contact-section {
  padding: 60px 20px;
  background-color: #eef3f8;
}

.contact-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.contact-text {
  flex: 1 1 300px;
}

.contact-text h2 {
  font-size: 2rem;
  color: #222;
  margin-bottom: 15px;
}

.contact-text p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

.contact-info {
  list-style: none;
  padding: 0;
}

.contact-info li {
  margin-bottom: 12px;
  font-size: 1rem;
  color: #444;
}

.contact-info i {
  color: #3478f6;
  margin-right: 10px;
}

.contact-form {
  flex: 1 1 350px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.contact-form button {
  background-color: #3478f6;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form button:hover {
  background-color: #245fd3;
}

@media screen and (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }
}
