* {
    margin: 0;
    padding: 0;
 
  font-family: Arial, sans-serif;
    
}

  body {
    width: 100%;
    height: 100vh;
   
  }
  
  .hamburg {
    font-size: 1.4rem;
    margin-top: 4px;
    color: #eae0eb;
    margin-right: -19px;
  }
  
  header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(156, 2, 203) 100%);
    color: #ffffff;
    z-index: 2;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    box-sizing: border-box;
    transform: translateZ(0); /* Add this to create a new stacking context */
    will-change: background-color
  }
  
  .header-icons {
    display: flex;
    align-items: center;
  }
  
  .mobile-icons {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  
  .mobile-icons i {
    color: #ffffff;
    margin: 0 5px;
    border: 1px solid rgb(73, 70, 73);
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0 5px;
    margin-left: 1px;
    background-color: #675b67;
  }
  .mobile-icons .daftr {
    color: #ffffff;
    margin: 0 5px;
    border: 1px solid rgb(73, 70, 73);
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0 5px;
    margin-left: 1px;
    background-color: #8d0e8d;
  }
  
  .mobile-icons i:hover,
  .mobile-icons i:focus {
    box-shadow: 0 0 10px rgba(89, 0, 127, 0.8);
  }
  
  .mobile-icons .daftr:hover,
  .mobile-icons .daftr:focus {
    box-shadow: 0 0 10px rgba(89, 0, 127, 0.8);
  }
  
  @media (min-width: 769px) {
    .hamburg {
      display: none;
    }
  }
  
  .menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  
  .menu a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 15px;
    position: relative;
  }
  
  .menu a:hover {
    color: purple;
  }
  
  .menu a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: purple;
    transition: width .3s;
  }
  
  .menu a:hover::after {
    width: 100%;
  }
  
  .menu .dropdown {
    position: relative;
  }
  
  .menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
   
  }
  
  .menu .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .menu .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .menu .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .hamburg {
    display: none;
    font-size: 22px;
    cursor: pointer;
  }
  
  .mobile-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
    border-radius: 0;
    overflow: hidden;
    padding-top: 60px;
    transition: right 0.3s ease-out;
  }
  
  .mobile-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s, padding-left 0.3s;
  }
  
  .mobile-menu a:hover {
    background-color: #ddd;
    padding-left: 20px;
  }
  
  .mobile-menu .dropdown-content {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background-color: #585555;
    width: 100%;
    box-shadow: none;
  
  }
  
  .mobile-menu .dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 12px 16px;
  }
  
  .mobile-menu .bottom-links {
    margin-top: auto;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  
  .mobile-menu .bottom-links a {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    border: 2px solid #692170;
    border-radius: 10px;
    color: #fffeff;
    text-decoration: none;
    width: 80%;
    transition: background-color 0.3s, color 0.3s;
    background-color: #692170;
  }
  
  .mobile-menu .bottom-links a:hover {
    background-color: #fff;
    color: #692170;
    border-color: #692170;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  
  .mobile-menu .bottom-links a:hover {
    box-shadow: 0 0 10px rgba(105, 33, 112, 0.5);
    text-shadow: 0 0 10px rgba(105, 33, 112, 0.5);
  }
  
  .mobile-menu .bottom-links a:hover {
    transform: scale(1.1);
    animation: pulse 1s infinite;
  }
  
  .logo img {
    width: 130px;
  }
  
  .logo-desktop {
    width: 130px;
  }
  
  .logo-seluler {
    display: none;
  }
  
  .gambar-desktop {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 2rem;
  }
  
  .gambar-seluler {
    display: none;
  }
  

/*! Ini Css Seluler */
@media only screen and (max-width: 768px) {
    .logo-desktop {
      display: none;
    }
  
  
    .logo-seluler {
      width: 130px;
      margin-left: -10%;
      display: block;
      text-align: center;
    }
  
    header {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(156, 2, 203) 100%);
      color: white;
      z-index: 3;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      transition: background-color 0.3s ease-in-out;
      box-sizing: border-box;
      transform: translateZ(0); /* Add this to create a new stacking context */
      will-change: background-color; /* Add this to improve performance */
  }
  
  header.scrolled {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: rgb(50, 1, 50);
    color: white;
    z-index: 3;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    box-sizing: border-box;
    transform: translateZ(0); /* Add this to create a new stacking context */
    will-change: background-color; /* Add this to improve performance */
  }
  
    header:hover {
      background-color: #370238;
    }
  
    .menu {
      display: none;
    }
  
    .hamburg {
      display: block;
    }
  
    .mobile-menu {
      display: flex;
      box-sizing: border-box;
    }
  
    .mobile-icons {
      display: flex;
      align-items: center;
      margin-right: 10px;
      box-sizing: border-box;
    }
  
    .mobile-icons i,
    .mobile-icons .daftr {
      margin: 0 5px;
      border: 10px;
      padding: 5px 10px;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s;
      margin: 0 5px;
      margin-left: 1px;
      background-color: #8d0e8d85;
      box-sizing: border-box;
    }
  
    .mobile-icons i:hover,
    .mobile-icons i:focus {
      box-shadow: 0 0 10px rgba(89, 0, 127, 0.8);
    }
  
    .mobile-icons .daftr:hover,
    .mobile-icons .daftr:focus {
      box-shadow: 0 0 10px rgba(89, 0, 127, 0.8);
    }
  
    .gambar-desktop {
      display: none;
    }
  
    .gambar-seluler {
      display: block;
      max-width: 100%;
      height: auto;
      object-fit: cover;
      z-index: 1;
    }  
}

.contr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    background-color: #ffffff;

}

.section {
    flex: 1 1 300px;
    margin: 10px;
}

.section h2 {
    color: #5e2d91;
    font-size: 18px;
    margin-bottom: 10px;
}

.section h3 {
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
}

.icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-left: -43%;
}

.jarak {
    margin-top: 50px;
}

.icons i {
    font-size: 24px;
    color: #9aa0a6;
}

.awards,
.iso {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.awards img,
.iso img {
    width: 40px;
    height: 40px;
}

.iso-item {
    text-align: center;
}

.iso-item p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #000;
}

.footer {
    display: flex;
    justify-content: space-around;
    padding: 40px;
    background-color: #ffffff;
}

.footer-column {
    max-width: 250px;
}

.footer-column ok {
    color: #a64ac9;
    font-size: 24px;
    margin-bottom: 20px;
}

.footer-column p,
.footer-column a {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-column .contact-info {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .footer {
        flex-direction: column;

    }

    .footer-column {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .footer-column ok {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        font-size: 20;
        margin-top: -10px;
    }

    .footer-column ul {
        display: none;
        list-style: none;
        padding: 0;
    }

    .footer-column.active ul {
        display: block;
    }

    .footer-column ok i {
        display: inline-block;
    }
}

@media (min-width: 769px) {
    .footer-column ok i {
        display: none;
    }
}

.custom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #d1d5db;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.custom-footer .custom-left,
.custom-footer .custom-center,
.custom-footer .custom-master {
    display: flex;
    align-items: center;
}

.custom-footer .custom-left p,
.custom-footer .custom-center p,
.custom-footer .custom-master {
    margin: 0;
    font-size: 14px;
    color: #4a4a4a;
}

.custom-footer .custom-left img {
    margin-left: 5px;
    width: 122px;
    height: 32px;
}

.custom-footer .custom-center p,
.custom-footer .custom-master {
    margin-left: 20px;
    white-space: nowrap;
}

.custom-footer .custom-master a {
    color: blue;
    text-decoration: none;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .custom-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .custom-footer .custom-center p,
    .custom-footer .custom-master {
        margin-left: 0;
        margin-top: 10px;
    }
    
}


.hedr {
   
    color: rgba(255, 255, 255, 0.836);
    padding: 40px;
    text-align: center;
   margin-top: -120px;
  
}

.hedrr h1 {
    margin: 0;
    font-size: 24px;
}

.hedrr p {
    margin: 5px 0 0;
    font-size: 16px;
}

.tabs {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.tabs button {
    background-color: white;
    border: 2px solid #6a1b9a;
    color: #6a1b9a;
    padding: 10px 20px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

.tabs button.active {
    background-color: #6a1b9a;
    color: white;
}



@media (max-width: 768px) {
    .tabs button {
        padding: 8px 16px;
        font-size: 14px;
    }


    .badge {
        display: inline-block;
        padding: 5px 10px;
        background-color: #660000;
        color: white;
        border-radius: 5px;
        font-size: 12px;
    }
    
}

       
.internet-container {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.internet-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 20px;
    width: 200px;
    text-align: center;
    border-top: 5px solid #6a1b9a;
}
.internet-card h3 {
    margin: 0;
    font-size: 16px;
    color: #6a1b9a;
}
.internet-card h4 {
    margin: 10px 0;
    font-size: 14px;
    color: #333;
}
.internet-price {
    font-size: 24px;
    color: #333;
    margin: 10px 0;
}
.internet-price span {
    font-size: 14px;
    color: #666;
}
.internet-description {
    font-size: 12px;
    color: #666;
    margin: 10px 0;
}
.internet-button {
    background-color: white;
    border: 1px solid #6a1b9a;
    border-radius: 5px;
    color: #6a1b9a;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}
.internet-button:hover {
    background-color: #6a1b9a;
    color: white;
}

.packages {
    display: none;
}
.packages.active {
    display: block;
}

.containerbisnis {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    overflow-x: auto;
    width: 100%;
}
.cardbisnis {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 340px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    flex-shrink: 0;
}
.cardbisnis:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.cardbisnis img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.cardbisnis h2 {
    color: purple;
    font-size: 24px;
    margin: 10px 0;
}
.cardbisnis h3 {
    color: purple;
    font-size: 18px;
    margin: 10px 0;
}
.cardbisnis p {
    color: #333;
    font-size: 16px;
    margin: 10px 0;
}
.cardbisnis .price {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}
.cardbisnis .price span {
    font-size: 16px;
    color: #666;
}
.cardbisnis .btn {
    background-color: purple;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 0;
    transition: background-color 0.3s;
}
.cardbisnis .btn:hover {
    background-color: #4a0072;
}
.cardbisnis .btn-secondary {
    background-color: #fff;
    color: purple;
    border: 1px solid purple;
    transition: background-color 0.3s, color 0.3s;
}
.cardbisnis .btn-secondary:hover {
    background-color: purple;
    color: #fff;
}
.cardbisnis .features {
    text-align: left;
    margin-top: 20px;
}
.cardbisnis .features h4 {
    color: purple;
    font-size: 18px;
    margin-bottom: 10px;
}
.cardbisnis .features ul {
    list-style: none;
    padding: 0;
}
.cardbisnis .features ul li {
    margin: 5px 0;
    font-size: 14px;
    color: #333;
}
.cardbisnis .features ul li i {
    color: purple;
    margin-right: 10px;
}

.contenn {
    margin-top: -3em;
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(156, 2, 203) 100%);
}
.container {
    max-width: 8000px;
    padding: 20px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: auto;
}
.title {
    font-size: 1rem;
    color: #b3b3b3;
    margin-bottom: 10px;
}
.main-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
}
.sub-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
}
.description {
    font-size: 1rem;
    color: #b3b3b3;
    margin: 20px 0;
}
.featuress {
    display: flex;
    justify-content: space-around;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}
.feature {
    text-align: center;
}
.feature-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}
.feature-description {
    font-size: 1rem;
    color: #b3b3b3;
    margin: 10px 0 0 0;
}
@media (max-width: 600px) {
    .main-title, .sub-title {
        font-size: 1.5rem;
    }
    .featuress {
        flex-direction: column;
        align-items: center;
    }
    .feature {
        margin-bottom: 10px;
    }

    .contenn {
       padding-top: 1em;
        background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(156, 2, 203) 100%);
      
    }
}

.section-layanan {
    background-color: #fce4f7;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    margin: 0;
    font-family: Arial, sans-serif;
  }
  .btn-langganan {
    background: linear-gradient(90deg, purple, #350144);
    border: none;
    border-radius: 20px;
    color: rgb(255, 255, 255);
    padding: 15px 30px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    transition: background 0.3s ease;
  }
  .btn-langganan:hover {
    background: linear-gradient(90deg, #32003e, #460350);
    color: rgb(235, 238, 238);
  }
  
  .img-style-pembayaran {
    width: 100%;
    height: auto;
  }

