
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* smooth fade */
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 60vh; /* same as image height */
  overflow: hidden;
}

    .slide-image {
      width: 100%;
      height: 60vh;
      object-fit: cover;
      filter: brightness(0.6);
    }

.slide-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;  /* 👈 left align */
  justify-content: center;
  gap: 1rem;
  text-align: left;         /* 👈 text aligns left */
  padding: 1rem 3rem;       /* 👈 add side padding */
}

    .slide-title {
      width: 100%;
      max-width: 50rem;
      color: white;
      font-size: 2rem;
      font-weight: 500;
      text-transform: capitalize;
    }

    .slide-desc {
      width: 100%;
      max-width: 50rem;
      color: lightgray;
      font-size: 1rem;
      font-weight: 300;
    }

    .slide-btn {
      color: black;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      font-size: 1.2rem;
      font-weight: 500;
      margin-top: 1rem;
      border-radius: 0.5rem;
      padding: 0.5rem 1rem;
      text-transform: capitalize;
      transition: ease 0.3s;
    }
    .slide-btn:hover {
      gap: 1rem;
    }

    .slide-number-container {
      position: absolute;
      bottom: 1rem;
      left: 1rem;
      z-index: 5;
      font-size: 1.5rem;
      display: flex;
      gap: 0.5rem;
      align-items: center;
      color: rgba(211, 211, 211, 0.788);
      letter-spacing: 0.2rem;
    }
    .slide-number-container hr {
      width: 3rem;
      transform: rotate(130deg);
      border-color: rgba(211, 211, 211, 0.788);
    }

    .slider-nav {
      position: absolute;
      bottom: 1rem;
      right: 1rem;
      z-index: 5;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
    }
    .slider-nav-btn {
      cursor: pointer;
      background-color: rgba(211, 211, 211, 0.226);
      color: white;
      font-size: 1.5rem;
      padding: 0.5rem;
      border-radius: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: ease 0.3s;
    }
    .slider-nav-btn:hover {
      background-color: white;
      color: black;
    }

    .dot-container {
      position: absolute;
      bottom: 1rem;
      left: 0;
      z-index: 4;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
    }
    .dot {
      cursor: pointer;
      height: 1rem;
      width: 1rem;
      background-color: rgba(211, 211, 211, 0.226);
      border-radius: 50%;
      display: inline-block;
      transition: ease 0.3s;
    }
   .active, .dot:hover {
    background-color: transparent;
}
    .fade {
      animation-name: fade;
      animation-duration: 1s;
    }
    @keyframes fade {
      from { opacity: 0.8; }
      to   { opacity: 1; }
    }


    .mail-one {
  padding: 120px 0;
  position: relative;
  background-color: var(--ienet-white, #fff);
}
@media (max-width: 767px) {
  .mail-one {
    padding: 80px 0;
  }
}
.mail-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mail-one__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(90deg, rgba(var(--ienet-gray-rgb, 247, 245, 241), 1) 29%, rgba(var(--ienet-gray-rgb, 247, 245, 241), 0.2) 100%);
}
.mail-one__shape-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-position: left center;
  background-repeat: no-repeat;
  animation: movebounce3 3s linear infinite;
}
@media (max-width: 1500px) {
  .mail-one__shape-left {
    display: none;
  }
}
h3.sec-title__title.bw-split-in-left {
    font-size: 49px;
    font-weight: 700;
    font-family: system-ui;
}
h3.sec-title__title.bw-split-in-left span {
  color: red !important;
}
h6.sec-title__tagline.bw-split-in-right {
    font-size: x-large;
}
.mail-one__shape-right {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  animation: movebounce3 3s linear infinite;
}
@media (max-width: 1500px) {
  .mail-one__shape-right {
    display: none;
  }
}
.mail-one__content {
  position: relative;
  z-index: 2;
  max-width: 570px;
}
.mail-one__content .sec-title {
  padding-bottom: 58px;
}
@media (max-width: 767px) {
  .mail-one__content .sec-title {
    padding-bottom: 35px;
  }
}
.mail-one__newsletter {
  position: relative;
}
.mail-one__newsletter__icon {
  position: absolute;
  font-size: 24px;
  color: var(--ienet-text, #737177);
  right: 25px;
  top: 11px;
}
.mail-one__newsletter input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 60px;
  background-color: var(--ienet-white, #fff);
  color: var(--ienet-text, #737177);
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 50px;
  border-radius: 6px;
  transition: all 500ms ease;
  margin-bottom: 20px;
}
.mail-one__newsletter .ienet-btn {
    padding: 16px 26px;
    background: #2196F3;
    color: #fff;
    font-weight: 700;
    border-radius: 25px;
}


.support-section {
    background-image: url(../images/icon-bg-gradient.jpg);
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}

.support-section h5 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    opacity: 0.8;
}

.support-section h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 15px 0 50px;
}

.support-options {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.option-card {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 40px 30px;
    width: 325px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.option-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    border-color: #fff;
}

.option-card i {
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
}

.option-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.option-card p {
    font-size: 14px;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .option-card {
        width: 100%;
    }
}

.solutions-section {
    text-align: center;
    padding: 60px 20px;
}

.solutions-section small {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #555;
    display: block;
    margin-bottom: 8px;
}

.solutions-section h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card i {
    font-size: 40px;
    color: #00aaff;
    margin-bottom: 15px;
}

.card h3 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 600;
}

.card p {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #ccc;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    color: #333;
    transition: 0.3s;
}

.btn:hover {
    border-color: #00aaff;
    color: #00aaff;
}

.info-text {
    margin-top: 30px;
    font-size: 14px;
    color: #555;
}

.info-text a {
    color: #00aaff;
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}

.info-text a:hover {
    text-decoration: underline;
}

.section {
    padding: 290px 20px 90px;
    background-image: url(../images/internet-service.jpg);
    background-size: 100% 100%;
}

.section img.hero {
    max-width: 100%;
    display: block;
    margin: 0 auto 40px;
}

.section small {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 10px;
}

.section h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0;
}

.section p {
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 1.6;
    color: #7a7a7a;
}

.btn {
    background: linear-gradient(to right, #00aaff, #1ec6ff);
    color: #fff;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    transition: 0.3s;
}

.btn:hover {
    opacity: 0.9;
}

.section-title {
    margin-top: 30px;
    color: #333;
    font-size: 28px;
    font-weight: bold;
}

.plans {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px auto;
    flex-wrap: wrap;
    max-width: 1200px;
}

.plan-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    overflow: hidden;
    transition: transform 0.3s;
}

.plan-card:hover {
    transform: translateY(-5px);
}

.plan-header {
    background: linear-gradient(135deg, #3b82f6, #9333ea);
    color: #fff;
    padding: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.plan-body {
    padding: 25px 20px;
}

.speed {
    font-size: 22px;
    font-weight: bold;
    color: #0077c8;
}

.tv {
    font-size: 18px;
    margin: 10px 0;
    color: #444;
}

.features {
    margin: 20px 0;
    text-align: left;
    padding-left: 20px;
    color: #333;
}

.features li {
    margin-bottom: 8px;
    list-style: none;
    position: relative;
}

.features li::before {
    content: "•";
    color: #00aaff;
    font-size: 20px;
    position: absolute;
    left: -15px;
}

.price {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}

.btn {
    display: inline-block;
    background: #00aaff;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s;
}

.btn:hover {
    background: #0077c8;
}

.view-offers {
    margin: 30px 0;
}

.view-btn {
    background: #ffffff;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
}

.sec-plan {
    text-align: center;
    padding: 25px 0px;
    background: #e9edf0;
}

.jellynet-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 10%;
    gap: 50px;
}

/* Left Side (Phones + Badge) */
.jellynet-left {
    position: relative;
    flex: 1;
}

.jellynet-left img.phone {
    width: 230px;
    position: relative;
    z-index: 2;
}

.jellynet-left img.phone:first-child {
    transform: rotate(-5deg);
    margin-right: -70px;
    z-index: 3;
}

/* Discount Badge */
.discount-badge {
    position: absolute;
    top: 40%;
    left: 65%;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 5;
}

.discount-badge small {
    font-size: 12px;
    font-weight: normal;
}

/* Floating Icons */
.icon {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.icon.green {
    background: linear-gradient(135deg, #00e676, #00c853);
    top: 20%;
    left: -20px;
}

.icon.red {
    background: linear-gradient(135deg, #ff5252, #ff1744);
    bottom: 15%;
    left: 70%;
}

/* Right Side Content */
.jellynet-right {
    flex: 1.2;
}

.jellynet-right h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #444;
}

.jellynet-right h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0 20px;
    color: #222;
}

.jellynet-right p {
    color: #777;
    line-height: 1.6;
    margin-bottom: 20px;
}

.jellynet-right ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.jellynet-right ul li {
    margin-bottom: 12px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #444;
}

.jellynet-right ul li::before {
    content: "•";
    color: #00bfff;
    font-size: 22px;
    margin-right: 10px;
}

.cta-btn {
    background: #00bfff;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 28px;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s;
}

.cta-btn:hover {
    background: #009acd;
}

/* Responsive */
@media (max-width: 900px) {
    .jellynet-section {
        flex-direction: column;
        text-align: center;
    }

    .jellynet-left {
        margin-bottom: 40px;
    }
}
   .coverage-section {
      position: relative;
      background: url('../images/coverage-map.jpg') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 120px 20px;
    }

    /* Dark overlay */
    .coverage-section::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0.5);
      z-index: 1;
    }

    .coverage-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: auto;
    }

    .coverage-content i {
      color: #ffffff;
          font-size: xx-large;
    }

    .coverage-content h5 {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
      margin: 10px 0;
      opacity: 0.9;
    }

    .coverage-content h2 {
      font-size: 36px;
      font-weight: 600;
      margin: 10px 0 20px;
    }

    .coverage-content p {
      font-size: 16px;
      opacity: 0.9;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    .coverage-content .btn {
      display: inline-block;
      padding: 14px 35px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      background: #00aaff;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .coverage-content .btn:hover {
      background: #0088cc;
    }