body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Inter', Courier, monospace;
    overflow-x: hidden;
    font-size: 15px;
}

html, body {
    overflow-x: hidden;
}
/* Style untuk preloadIonNih */
#preloadIonNih {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .loaderNyaNih {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Hide kontenIonNih until JS runs */
  #kontenIonNih {
    opacity: 0;
    transition: opacity 0.5s ease-in;
  }
  
.bgIon{
    background: #020f48;
}
.textIon{
    color: #007bff;
}
#broadband-bg {
    background-image: url("/storage/asetnya/upl/gambar/depan/doodle-internet-bg-patern.svg");
}

a {
    text-decoration: none;
}

.text-success{
    color: #299183!important;
}

h1,h2,h3,h4,h5,h6{
    color:#007bff;
    font-weight: 700;
    font-family: 'Inter', Courier, monospace;
    font-size: 1.85rem;
    margin-bottom: 1.75rem!important;
}

p{
    font-size: 1rem;
}

.navbar-collapse {
    justify-content: flex-end !important;
}

.navbar.nav-ion-biru {
    background-color: #007bff;
    color: #fff;
}

.nav-ion-biru .nav-link {
    color: #fff !important;
    position: relative;
    padding: 3px 0px!important;
    margin-right: 1rem;
}

.nav-ion-biru .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.nav-ion-biru a:hover::before {
    width: 100%;
}

.navbar.nav-ion-putih {
    background-color: #fff;
}

.nav-ion-putih .nav-link {
    color: #007bff !important;
    position: relative;
    padding: 3px 0px!important;
    margin-right: 1rem;
}

.nav-ion-putih .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #007bff;
    transition: width 0.3s ease;
}

.nav-ion-putih a:hover::before {
    width: 100%;
}

.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Atur z-index sesuai kebutuhan Anda */
    transition: all 0.3s ease;
}

.bungkus-gelap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Ubah nilai alpha (0.5) sesuai kebutuhan */
  }

  .carousel-caption {
    position: relative;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: white; /* Caption text putih agar terlihat jelas */
    text-align: center; /* Agar teks berada di tengah */
    width: 60%;
  }
  
  .carousel-caption h1{
      font-size: 4vw;
      color: #fff;
  }
  
  .carousel-caption h2{
      font-size: 4vw;
      color: #1974d2;
    text-shadow: 
    -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff; /* Warna stroke */
  }
  

.carousel-caption p {
    font-size: 1.45rem;
    color: #231f20;
    font-weight: 600;
    /*background: white;*/
    padding: 1rem 1rem 1rem 1.7rem;
    margin-left: -1rem;
    text-shadow: 
    -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; /* Warna stroke */
}

  .carousel-control-prev,
  .carousel-control-next {
    z-index: 2; /* Pastikan tombol navigasi muncul di atas lapisan gelap */
  }

  .ion-home-caption h2,
  .ion-home-caption h3{
    font-size: 3.8vw;
    font-family: 'Inter';
  }
  
  #pengantar{
      background: url("/storage/asetnya/upl/gambar/depan/bg-3.jpg");
  }

  .ion-home-caption h2,
  .ion-home-caption h3,
  .ion-home-caption h5{
    font-weight: 700;
    line-height: 1em;
    color: #fff;
  }

  .ion-home-caption h5{
    font-weight: 700!important;
  }

  .ion-home-caption p{
    font-weight: 200!important;
    color: #f7f7f7;
    letter-spacing: 0.15rem;
    line-height: 0.5rem;
    text-align: center;
  }

  .ion-home-caption .pa-slider{
    margin-top: 1.8rem;
    font-weight: 700!important;
    margin-bottom: 1.75vw!important;
  }

/* /////////////////////////// */
/* ///////Button ION 1/////// */
/* ///////////////////////// */

.btn-col1 {
    background-image: linear-gradient(19deg, #134b43 0%, #2e9f90 100%);
    box-shadow: 0px 0px 2px 2px #134b43;
    color: white;
}

.btn-col2 {
    background-image: linear-gradient(19deg, #ffffff 0%, #f7f7f7 100%);
    box-shadow: 0px 0px 2px 2px #2e9f90;
    color: black;
}

.btn-ion {
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 1rem;
    border-radius: 10em;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 2em;
    /* Ubah tinggi sesuai keinginan Anda */
    padding-right: 3.3em;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.btn-col1 .icon {
    background: white;
}

.btn-col2 .icon {
    background: #134b43;
}

.btn-ion .icon {
    margin-left: calc(0.5em - 1px);
    /* Ubah sesuai dengan padding tombol Anda */
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(2em - 0.6em);
    /* Sesuaikan tinggi ikon dengan tinggi tombol */
    width: calc(2em - 0.6em);
    /* Sesuaikan lebar ikon dengan tinggi tombol */
    border-radius: 10em;
    right: 0.3em;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.btn-ion:hover .icon {
    width: calc((100% - 0.6em) * 1);
    /* Sesuaikan lebar ikon saat hover */
}

.btn-ion .icon svg {
    width: calc(1.1em - 0.2em);
    /* Sesuaikan ukuran ikon SVG */
    transition: transform 0.3s;
}

.btn-ion:hover .icon svg {
    transform: translateX(calc(0.1em - 0.2em));
    /* Sesuaikan transformasi hover ikon SVG */
}

.btn-ion:active .icon {
    transform: scale(0.9);
}

/* Button 2 ION  */

.btn-ion-2 {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-image: linear-gradient(19deg, #134b43 0%, #2e9f90 100%);
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
}

.icon-btn-2 {
    width: 18px;
    height: 18px;
    transition: all 0.3s ease-in-out;
}

.btn-ion-2:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.btn-ion-2:hover .icon {
    transform: translate(4px);
}

.btn-ion-2:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.btn-ion-2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}



ul#artikel_popular {
    padding-left: 0px !important;
}

#artikel_popular .sidebar-thumb {
    float: left;
    overflow: hidden;
    margin-right: 15px;
}

#artikel_popular .img_pop_art img {
    background: #fff;
    border: 1.5px dashed #e91b1b;
    padding: 5px;
    height: 75px;
    width: 75px;
    text-align: left;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#artikel_popular h3 {
    font-size: 16px;
    cursor: pointer;
    line-height: 24px;
}

#artikel_popular h3 a:hover {
    color: #ff0d9a;
}

#artikel_popular h3 a {
    color: #202020;
    outline: 0 none;
    text-decoration: none;
    font-weight: bold
}

#artikel_popular .sidebar-meta {
    margin-top: 10px;
}

#artikel_popular .sidebar-meta span {
    color: #2e2e2e;
}

#artikel_popular .sidebar-meta span.time {
    margin-right: 10px;
}

.box-attention {
    background: rgba(255, 255, 255, .95);
    box-shadow: 0px 0px 8px 8px rgba(128, 128, 128, 0.4);
    padding: 2vw;
    border-radius: 15px;
    margin-top: -7vw;
    z-index: 3;
}

.box-attention strong {
    font-size: 3vw;
    font-family: 'Inter', Courier, monospace;
    font-weight: bold;
    color: #2e9f90;
}

.sec-item-1{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.cta-awal {
    width: fit-content;
    padding: 0.6vw 1vw;
    cursor: pointer;
    gap: 0.4vw;
    font-weight: bold;
    border-radius: 30px;
    text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
    background: linear-gradient(15deg, #880088, #aa2068, #cc3f47, #de6f3d, #f09f33, #de6f3d, #cc3f47, #aa2068, #880088) no-repeat;
    background-size: 300%;
    color: #fff;
    border: none;
    background-position: left center;
    box-shadow: 0 30px 10px -20px rgba(0, 0, 0, .2);
    transition: background .3s ease;
}

.cta-awal:hover {
    background-size: 320%;
    background-position: right center;
}

.bg-broadband {
    margin-top: -6vw;
    z-index: 1;
    max-width: 80%;
}

.produk-broadband {
    margin-top: -13vw;
}

.produk-broadband .card-title {
    background: linear-gradient(to right, #07544d, #13a497);
}
.footerHC
{
    background: #147ced;  
    color: #ffffff;
}
.footerHC a{
    color: #ffffff;
}
.footerHC a:hover{
    color: #8ad9ff;
}
.footer-bottom {
    padding : 10px 0;
    /* border-top: 2px solid white; */
    background-color: #147ced;
}

.copyright-info p {
    margin-bottom: 0;
}

.copyright-info a {
    color: #ffffff;
    text-decoration: none;
}

.footer-site-info ul{
    text-decoration: none;
    list-style: none;
    padding-left: 0;
}

.footer-site-info .footerKanan ul li{
    text-decoration: none;
    list-style: none;
}

.footer-site-info .footerKanan ul{
    list-style-type: none; /* Menghilangkan bullet point default */
    padding: 0; /* Menghilangkan padding default */
}

.footer-site-info .footerKanan ul li{
    margin-left:0.45rem;
    line-height: 3rem;
    position: relative; /* Membuat posisi relatif untuk elemen dalam li */
    padding-left: 10px; /* Memberikan jarak untuk simbol */
    
}
.footer-site-info ul li a{
    text-decoration: none;
    list-style: none;
    color: #fff;
    transition: all 0.1s ease-in-out;
}

.footer-site-info .footerKanan .footerKanan2 ul li::before {
  content: '\25B6'; /* Menambahkan simbol segitiga menghadap kanan */
  color: #147ced; /* Warna simbol */
  position: absolute; /* Memposisikan simbol secara absolut */
  left: -10px; /* Posisi awal simbol */
  transition: transform 0.1s ease; /* Animasi transisi */
}

.footer-site-info ul li:hover a{
    color: #8ad9ff;
}

.footer-site-info ul li:hover a h5,
.footerKanan1 ul.footerKananUl1 a h5:hover
{
    color: #fff;
}

.footer-site-info .footerKanan .footerKanan2 ul li:hover::before{
    color: #8ad9ff;
    transform: translateX(4px); /* Menggerakkan simbol ke kanan saat hover */
}

.footerKanan1 ul.footerKananUl1 a h5 {
    color: #8ad9ff!important;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.75rem !important;
}
.footer-site-info ul.footerKananUl1 li {
    margin-left: 0.2rem;
    line-height: 1.5rem;
}
.foot-pgd {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ffffff!important;
}

.footerKanan1 p {
    font-size: 0.75rem;
    line-height: 1.5;
}

/*.ion-sosmed {*/
/*    margin-top: 15px;*/
/*}*/

/* .ion-sosmed .list-sosmed {
    display: flex;
    flex-direction: row;
} */

/*.ion-sosmed .list-sosmed li a{*/
/*    text-decoration: none;*/
/*    list-style: none;*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*    line-height: 3rem;*/
/*    width: 3rem;*/
/*    background: #020f48;*/
/*    border-radius: 33rem;*/
/*}*/

/*.ion-sosmed .list-sosmed li{*/
/*    border-radius: 17px;*/
/*    margin-right: 7px;*/
/*}*/

/*.ion-sosmed .list-sosmed li i {*/
/*    color: white;*/
/*}*/

/*.ion-sosmed .list-sosmed li:nth-child(1) a.sosmed-link:hover{*/
/*    background: #3b5998;*/
/*}*/

/*.ion-sosmed .list-sosmed li:nth-child(2) a.sosmed-link:hover{*/
/*    background: linear-gradient(to right, #f9ce34, #ee2a7b, #6228d7);*/
/*}*/

/*.ion-sosmed .list-sosmed li:nth-child(3) a.sosmed-link:hover{*/
/*    background: linear-gradient(315deg, #62cff4, #007bb5);*/
/*}*/

/*.ion-sosmed .list-sosmed li:nth-child(4) a.sosmed-link:hover{*/
/*    background: #ff0000;*/
/*}*/

/*.ion-sosmed .list-sosmed li:nth-child(5) a.sosmed-link:hover{*/
/*    background: linear-gradient(to right, #00f2ea, #000000, #ff0050);*/
/*}*/

.page-header {
    background-size: cover;
    height: 350px;
}

.snk-banner-page{
    background: url(../upl/gambar/depan/halaman/laman-kultur-1.jpg) center center no-repeat;
    background-size: cover;
    height: 350px;
}

.kontak-banner-page{
    background: url(../upl/gambar/depan/halaman/kontak_background.jpeg) center center no-repeat;
    background-size: cover;
    height: 350px;
}

.tentang-banner-page{
    background: url(../upl/gambar/depan/halaman/ion-lman-tentang.jpg) center center no-repeat;
    background-size: cover;
    height: 350px;
}

.ionInterBackbone-banner-page{
    background: url(../upl/gambar/depan/halaman/ion-internasional-backbone.jpg) center center no-repeat;
    background-size: cover;
    height: 350px;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #000000;
}

.page-header h1 {
    font-weight: bolder;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: #ffffff;
}

/* kontak */

.info-kontak {
    background-color: #f1f1f1;
    border: 2px solid #147ced;
    padding: 0px;
    text-align: center;
    border-radius: 10px;
}

/* .info-kontak_icon {
    font-size: 30px;
} */

.info-kontak_icon {
    background: #147ced;
    font-size: 20px;
    color: #ffffff;
    /* border: 3px solid #147ced; */
    width: 60px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    top: 0px;
    position: relative;
    border-radius: 6px 0 10px 0;
    left: 0px;
}

.info-kontak_icon i {
    color: #ffffff!important;
}

.info-kontak_title {
    color: #147ced;
    margin-bottom: 10px;
    /* top:-50px; */
}

.info-kontak_text {
    padding: 5px 10px;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #4f4f4f;
    font-weight: 500;
}

.info_kontak_bold{
    font-weight: bold;
    color: #000000;
}

.info-kontak_text a {
    color: #4f4f4f;
    font-weight: 500;
}

/* tentang */

.tentang-pembuka {
    background-image: url('../upl/gambar/depan/about-us/laman-tentang-2.jpg'); /* Ganti dengan path gambar Anda */
    background-size: cover; /* Mengatur gambar agar memenuhi elemen */
    background-position: center; /* Memusatkan gambar */
    background-attachment: fixed; /* Mengatur gambar tetap saat di-scroll */
    background-repeat: no-repeat; /* Menghindari pengulangan gambar */
    color: white; /* Menyesuaikan warna teks jika diperlukan */
    padding: 80px 0;
}

.tentang-pembuka h1 {
    font-weight: 900;
    margin-bottom: 15px;
    text-align: left;
    font-size: 3rem;
    color: #fff;
}

.tentang-pembuka p{
    font-size: 1.4rem;
}

.tentang-visi {
    padding: 80px 0;
    background: url(../upl/gambar/depan/about-us/visi.png) center center no-repeat;
    /* background-color: #147ced; */
    color: #FFFFFF;
}

.tentang-misi, .kultur-nilai {
    padding: 80px 0;
    background-color: #147ced;
    color: #ffffff;
}

.tentang-valdir {
    padding: 80px 0;
    /* background-color: #147ced;
    color: #ffffff; */
    background-color: #FFFFFF;
    background-image:  url("../upl/gambar/depan/about-us/bg-board.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tentang-valdir h2 {
    color: #147ced;
    font-weight: 900;
    margin-bottom: 45px;
    text-align: center;
}

.tentang-value {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.value-box {
    padding: 30px;
}

.tentang-value .value-icon img {
    height: 35px;
    width: auto;
    margin-bottom: 15px;
}

.tentang-value .value-title h4 {
    color: #000000;
    font-weight: 900;
    padding: 10px 0px;
}

.tentang-value .value-text p {
    text-align: center;
    color: #4f4f4f;
}

.tentang-director {
    padding: 80px 0;
}

.tentang-director .card {
    border: none;
    padding: 0 20px;
    background-color: transparent;
}

.tentang-director .card .card-body .card-title {
    color: #147ced;
    background: none!important;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 2px;
}

/*Kultur */

.kultur-visi {
    background-image: url('../upl/gambar/depan/halaman/bg-leader-ion.jpg'); /* Ganti dengan path gambar Anda */
    background-size: cover; /* Mengatur gambar agar memenuhi elemen */
    background-position: center; /* Memusatkan gambar */
    background-attachment: fixed; /* Mengatur gambar tetap saat di-scroll */
    background-repeat: no-repeat; /* Menghindari pengulangan gambar */
    color: white; /* Menyesuaikan warna teks jika diperlukan */
    padding: 80px 0;
}

.kultur-lingkungan{
    background-image: url('../upl/gambar/depan/halaman/laman-kultur-1.jpg'); /* Ganti dengan path gambar Anda */
    background-size: cover; /* Mengatur gambar agar memenuhi elemen */
    background-position: center; /* Memusatkan gambar */
    background-attachment: fixed; /* Mengatur gambar tetap saat di-scroll */
    background-repeat: no-repeat; /* Menghindari pengulangan gambar */
    color: white; /* Menyesuaikan warna teks jika diperlukan */
    padding: 80px 0;
}

.kultur-misi {
    padding: 80px 0;
    background-color: #fefefe;
    color: #ffffff;
}

/* CSS untuk menampilkan dropdown-menu pada hover */
/* Style untuk dropdown hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Style untuk submenu agar terbuka ke samping */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -1px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-item:hover, .dropdown-item:focus{
    background: #007bff;
    color: #fff;
}

/* timeline/milestone */

.tentang-milestone {
    padding: 80px 0;
    background-color: #ffffff;
}

.tentang-milestone h2 {
    color: #147ced;
    font-weight: 900;
    margin-bottom: 45px;
    text-align: center;
}


/* The actual timeline (the vertical ruler) */
.milestone-ion {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color:white;
}

/* The actual timeline (the vertical ruler) */
.milestone-ion::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #8c8c8c;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 0px;
}

/* Container around content */
.milestone-detail {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.milestone-detail::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -14px;
  background-color: white;
  border: 4px solid #147ced;
  top: 12px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.tml-left {
  left: 0;
}

/* Place the container to the right */
.tml-right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.tml-left::before {
  content: " ";
  height: 5px;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 0px;
  /* border: 2px solid white; */
  /* border-width: 0px 40px 6px 0px; */
  /* border-color: transparent; */
  transition: width 0.3s;
  background-color: #147ced;
}

.tml-left:hover::before {
    width: 40px;
    /* border-color: #147ced;  */
}

/* Add arrows to the right container (pointing left) */
.tml-right::before {
  content: " ";
  height: 5px;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 0px;
  transition: width 0.3s;
  background-color: #147ced;
}

.tml-right:hover::before {
    width: 40px;
}

/* Fix the circle for containers on the right side */
.tml-right::after {
  left: -11px;
}

/* The actual content */
.tml-konten {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border:3px solid transparent;
  transition: border 0.1s;
  /* border: 2px solid #147ced; */
}

.tml-left:hover .tml-konten,
.tml-left:hover ~ .tml-konten {
    transition: 1s;
    border:3px solid #147ced; /* Ubah warna border menjadi merah */
}

.tml-right:hover .tml-konten,
.tml-right:hover ~ .tml-konten {
    transition: 1s;
    border:3px solid #147ced; /* Ubah warna border menjadi merah */
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .milestone-ion::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .milestone-detail {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .milestone-detail::before {
  left: 30px;
  /* border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent; */
  }

  /* Make sure all circles are at the same spot */
  .tml-left::after, .tml-right::after {
  left: 8px;
  }
  
  /* Make all right containers behave like the left ones */
  .tml-right {
  left: 0%;
  }
}

.cta-footer{
    background: #f16101;
}

.cta-footer button {
    padding: 0.6em 1em;
    border: 4px solid #fff;
    transition: ease-in-out 0.3s;
    background: #fff;
    font-weight: bolder;
    font-size: 16px;
}

.cta-footer button a{
    color: #2c9f90;
}

.cta-footer button:hover {
    transform: scale(1.2) rotate(10deg);
    background-color: #2c9f90;
    color: white;
}

.cta-footer button:hover a{
    color: white;
}

/*Beranda style */

    .carousel-control-prev,
    .carousel-control-next {
        z-index: 3 !important;
    }
    .sec-item-2,
    .sec-item-3,
    .sec-item-4,
    .sec-item-5,
    .sec-item-6,
    .sec-item-7 {
        position: relative;
    }
    
    #beranda-sec-2{
        margin-bottom: -7rem;
    }
    .sec-item-2>.kontener-caption,
    .sec-item-3>.kontener-caption,
    .sec-item-4>.kontener-caption,
    .sec-item-5>.kontener-caption,
    .sec-item-6>.kontener-caption,
    .sec-item-7>.kontener-caption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .sec-item-2>.kontener-caption {
        padding-bottom: 9rem !important;
    }

    .sec-item-6>.kontener-caption {
        padding-bottom: 19rem !important;
    }

    .sec-item-2>.kontener-caption,
    .sec-item-6>.kontener-caption {
        text-align: center;
    }

    .sec-item-3>.kontener-caption,
    .sec-item-5>.kontener-caption,
    .sec-item-7>.kontener-caption {
        text-align: left;
    }

    .sec-item-4>.kontener-caption {
        text-align: right;
    }

/* new css custom broadband */

#broadband-sec-2 {
    background-image: url("../upl/gambar/depan/halaman/broadband/beranda/bg-inton-broadband.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 100px;
}

.caption-broadband-only {
    margin: 50px 0px;
    padding: 20px 20px 20px 20px;
    background-image: linear-gradient(to right, #01796f, #03d1c0);
    border-radius: 30px ;
    margin-top: 120px;
}

.caption-broadband-only .title-cap-only h2{
    color: #ffffff;
    font-size: 3rem;
    text-align: left;
    margin-bottom: 0px!important;
}

.caption-broadband-only .img-cap-only {
    text-align: center;
}

.caption-broadband-only .img-cap-only img{
    width: 100px;
    scale: 2.4;
    position: relative;
    left: -25px;
    top: -41px;
}

.card-broadband {
    background-color: #ecebf0;
    border-radius: 25px;
}

.card-broadband .card-header {
    border-bottom: none;
    background-color: transparent;
    padding-bottom: 0px!important;
    padding-top: 40px;
}

.card-broadband .card-header h4 {
    color: #13a497;
    text-align: center;
    margin-bottom: 0px!important;
    font-weight: 500;
}

.card-broadband .card-body {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

/* .card-broadband .card-body .speed-pkt {
    color: #ffffff;
    font-size: 2rem;
    background-color: #01796f;
    border-radius: 30px 0px 30px 0px;
    width: 200px;
    text-align: center;
} */

.card-broadband .benefit-broadband {
    border: none;
}

.card-broadband .benefit-broadband li {
    background-color: transparent;
    border: none;
    text-align: center;
    font-size: 1rem;
}

.card-broadband .card-footer {
    background-color: transparent;
    padding-top: 0px!important;
}

.card-broadband .card-footer .inton-harga h4 {
    color: #6b6b6b!important;
}

.card-broadband .card-footer .btn-broadband-pack {
    margin-bottom: 2rem;
}

.btn-broadband-beranda {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-image: linear-gradient(19deg, #134b43 0%, #2e9f90 100%);
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    width: 300px;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.icon-btn-2 {
    width: 18px;
    height: 18px;
    transition: all 0.3s ease-in-out;
}

.btn-broadband-beranda:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.btn-broadband-beranda:hover .icon {
    transform: translate(4px);
}

.btn-broadband-beranda:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.btn-broadband-beranda::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

#broadband-sec-3 {
    background-image: url("../upl/gambar/depan/halaman/broadband/beranda/bg-container-gamer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 200px;
    padding-bottom: 200px;
    /* margin-bottom: 100px; */
}

#broadband-sec-3 .col-caption-broadsec3 {
    padding-top: 60px;
}

.caption-broadsec3 {
    padding-left: 35px;
}

.caption-broadsec3 h1 {
    font-size: 4.5rem;
    color: #ffffff;
    font-style: italic;
    font-weight: 900;
}

.caption-broadsec3  p.title-caption {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 900;
    line-height: normal;
}

.img-speed-broadsec3 {
    margin-bottom: 30px;
}

.btn-caption-broadsec3 {
    padding: 0.8em 1.8em;
    border: 3px solid #ffffff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
    /* text-transform: uppercase; */
    font-size: 1.2rem;
    font-weight: bold;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    color: #fe792b;
    width: 230px;
    margin-left: 20px;
}
   
.btn-caption-broadsec3::before {
    content: '';
    width: 0;
    height: 300%;
    position: absolute;
    top: 70%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #fe792b;
    transition: .5s ease;
    display: block;
    z-index: -1;
}
   
.btn-caption-broadsec3:hover::before {
    width: 105%;
}
   
.btn-caption-broadsec3:hover {
    color: #ffffff;
}

#broadband-sec-4 {
    padding-top: 60px;
    padding-bottom: 60px;
}

#broadband-sec-4 .row-list-stv {
    padding-top: 30px;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

#broadband-sec-4 .row-list-stv p{
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000;
}

#broadband-sec-4 .row-list-stv a.btn-stv{
    padding: 10px 20px;
    border: 3px solid #2d9f90;
    border-radius: 15px;
    color: #2d9f90;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px;
}

#broadband-sec-4 .row-list-stv a.btn-stv:hover{
    border: 3px solid #2d9f90;
    color: #ffffff;
    background-color: #2d9f90;
}

footer {
    background-color: #eaeaea;
}

footer .border-bottom-sosmed {
    border-bottom-color: #c2c2c2!important;
}

footer .footer-sosmed-caption span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #147ced;
}

.bayang-text{
    text-shadow: 0px 2px 2px black;
}

/* .caption-broadsec3 .row-isi-broadsec3 .title-speed {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.caption-broadsec3 .row-isi-broadsec3 .isi-speed {
    padding: 20px;
    background-color: #c7c7c7 ;
}

.caption-broadsec3 .row-isi-broadsec3 .isi-speed p.angka-speed {
    color: #ff7100;
    font-size: 4rem;
    font-weight: 900;
}

.caption-broadsec3 .row-isi-broadsec3 .isi-speed p.mbps-speed {
    color: #ff7100;
    font-size: 1.4rem;
} */


/* sosmed css baru */
:root{
  --ion-bg-circle:#1974d2;   /* default lingkaran */
  --ion-text:#bfc4cf;        /* warna teks normal */
  --ion-text-hover:#ffffff;  /* warna teks saat hover */
}

.ion-sosmed{ margin-top:15px; }

.list-sosmed{
  display:flex; flex-direction:column;
  gap:.6rem; padding:0; margin:0;
}

.list-sosmed li{ margin:0; }

.sosmed-link{
  display:inline-flex; align-items:center; gap:.7rem;
  text-decoration:none; color:var(--ion-text);
  line-height:1; padding:.2rem 0;
}

.sosmed-link .icon{
  width:3rem; height:3rem; border-radius:50%;
  background:var(--ion-bg-circle); flex:0 0 3rem;
  display:flex; align-items:center; justify-content:center;
  transition: background .25s ease, transform .12s ease;
}

.sosmed-link i{ color:#fff; font-size:1rem; }
.sosmed-link .label{ transition: color .25s ease; }

/* Hover/focus: teks ikut berubah */
.sosmed-link:hover,
.sosmed-link:focus-visible{ color:var(--ion-text-hover); outline:none; }

/* Brand hover backgrounds */
.sosmed-link.facebook:hover .icon,
.sosmed-link.facebook:focus-visible .icon{
  background:#3b5998;
}
.sosmed-link.instagram:hover .icon,
.sosmed-link.instagram:focus-visible .icon{
  background:linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7);
}
.sosmed-link.linkedin:hover .icon,
.sosmed-link.linkedin:focus-visible .icon{
  background:linear-gradient(315deg,#62cff4,#007bb5);
}
.sosmed-link.youtube:hover .icon,
.sosmed-link.youtube:focus-visible .icon{
  background:#ff0000;
}
.sosmed-link.tiktok:hover .icon,
.sosmed-link.tiktok:focus-visible .icon{
  background:linear-gradient(90deg,#00f2ea,#000000 50%,#ff0050);
}

/* opsional: sedikit “nudge” ikon saat hover */
.sosmed-link:hover .icon{ transform: translateX(2px); }

/*List Layanan Footer*/
.footerKanan .footerKanan2 .footer-brand {
    color: #1974d2;
    font-size: 1.2rem;
    font-weight: bolder;
}