.hero-two {
    position: relative;
    background: url('/storage/assets/images/hero-banner-dcland.jpg') center center no-repeat;
    background-size: cover;          /* width tetap full */
    width: 100%;
    padding: 120px 0 100px;          /* tinggi hero (bisa kamu kecil/besarkan) */
    color: #0b0b0b;
}

.row-hero-banner {
  margin-top: 60px;
}

.hero-two::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(255,255,255,0.70); */
    z-index: 0;
}

.hero-two__content,
.hero-two__image-wrapper {
    position: relative;
    z-index: 1;
}

/* TEKS */
.hero-two__title {
    font-size: 57px;
    font-weight: 800;
    color: #0e38f0;
    text-align: left;
    margin-bottom: 16px;
}

.hero-two__subtitle {
    font-size: 22px;
    color: #4b5563;
    margin: 0;
    line-height: normal;
}

/* GAMBAR KANAN */
.hero-two__image-wrapper {
    text-align: right;
}

.hero-two__image {
    max-width: 100%;
    height: auto;
}

/* =================== RESPONSIVE =================== */
/* Tablet & bawah: teks center, gambar disembunyikan */
@media (max-width: 991.98px) {
    .hero-two {
        padding: 100px 0 80px;
    }

    .hero-two__content {
        text-align: center;
    }

    .hero-two__image-wrapper {
        display: none;          /* ⛔ gambar hilang di mobile/tablet */
    }

    .hero-two__title {
        font-size: 32px;
    }

    .hero-two__subtitle {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .hero-two {
        padding-top: 160px;      /* tinggi atas */
        padding-bottom: 160px;   /* tinggi bawah */
    }

    .row-hero-banner {
      margin-top: 50px;
    }

    .hero-two__title {
        font-size: 28px;
    }

    .hero-two__subtitle {
        font-size: 15px;
    }
}

/* End Hero Banner */

.row-tentang-beranda {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.topbar-one__inner {
    padding-top: 10px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #0e2975; */
}

.mobile-.main-header--two .mobile-nav__btn span{
    background: #0e38f0!important;
}

.sec-title__title{
    font-size: 35px;
    color: #0e38f0;
}

.about-three__top__text {
  text-align: justify;
  line-height: 1.5;
}

.row-lokdc-beranda {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.row-lokdc-beranda .title-lokdc-beranda{
    color: #0e38f0;
    font-weight: bold;
    /* color: #0e2975; */
}

.row-lokdc-beranda .deskripsi-lokdc-beranda{
    font-size: 1rem;
    line-height: 1.5;
}

.row-lokdc-beranda .deskripsi-lokdc-beranda span {
  font-weight: bold;
}

.wcu-dcland {
    padding: 30px 5px;
    background-color: #f1f1f1;
}

/* ===== CARD ===== */
.wcu-dcland-card {
  border-radius: 16px;
  background: #fff;
  transition: all 0.3s ease;
  overflow: visible; /* penting agar icon bisa keluar */
  position: relative;
}

.wcu-dcland-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* ===== DIAMOND BADGE ===== */
.wcu-dcland-badge {
  position: absolute;
  top: -30px;
  left: 25px;
  width: 72px;
  height: 72px;
  z-index: 2;
}

/* Diamond */
.wcu-dcland-badge-shape {
  position: absolute;
  inset: 0;
  background: #0e38f0;
  border-radius: 18px;
  transform: rotate(45deg);
  box-shadow: -3px -3px 9px 2px rgba(14, 56, 240, 0.9);
  outline: 6px solid #fff;
  outline-offset: -3px;
}

/* Ikon (IMG) di tengah */
.wcu-dcland-badge-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* pusatkan */
  width: 34px;                      /* atur ukuran ikon */
  height: 34px;
  object-fit: contain;
  display: block;                    /* hilangkan anomali inline-img */
  transition: transform 0.3s ease;
}

/* Efek hover: diamond membesar */
.wcu-dcland-card:hover .wcu-dcland-badge-shape {
  transform: rotate(45deg) scale(1.08);
  transition: transform 0.3s ease;
}

/* Ikon ikut membesar tanpa lepas dari posisi tengah */
.wcu-dcland-card:hover .wcu-dcland-badge-icon {
  transform: translate(-50%, -50%) scale(1.3);
  transition: transform 0.3s ease;
}


/* ===== CARD BODY ===== */
.wcu-dcland-card .card-body {
  padding-top: 10px;
}

.wcu-dcland-card .card-title {
  font-weight: 700;
  color: #0b0b45;
  margin-bottom: 10px;
}

.wcu-dcland-card .card-text {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
  min-height: 75px;
}

.row-wcu {
    margin-bottom: 20px;
}

.col-wcu {
    margin-top: 60px;
}

/* Section Layanan */
.services-7__top__dec {
  font-size: 18px;
  color: #53545A;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 26px;
}
.services-7__top__content {
  padding-left: 40px;
  margin-top: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .services-7__top__content {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-7__top__content {
    padding-left: 0px;
    margin-top: 20px;
  }
}
.services-7__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 50px 30px;
  position: relative;
  transition: 0.3s;
  margin-bottom: -1px;
  border-top: 1px solid rgba(20, 24, 32, 0.3);
  border-bottom: 1px solid rgba(20, 24, 32, 0.3);
}
.services-7__item:hover {
  border: none;
  padding-top: 30px;
  padding-bottom: 28px;
}
.services-7__item:hover .services-7__icon {
  /* background: #fff; */
}
.services-7__item:hover .services-7__title {
  color: #ffffff;
}
.services-7__item:hover .services-7__dec {
  display: block;
}
@media (max-width: 575px) {
  /* .services-7__item:hover .services-7__dec {
    display: none;
  } */
   .services-7__item.colo .services-7__bg__thumb {
    background-image: url("/storage/assets/images/layanan-beranda-colocation-mobile.jpg");
  }

  .services-7__item.cross .services-7__bg__thumb {
    background-image: url("/storage/assets/images/layanan-beranda-crossconnect-mobile.jpg");
  }

  .services-7__item.power .services-7__bg__thumb {
    background-image: url("/storage/assets/images/layanan-beranda-supplypower-mobile.jpg");
  }
}
.services-7__item:hover .services-7__btn__wrapper a {
  display: block;
}
.services-7__item:hover .services-7__bg__thumb {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .services-7__item:hover {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .services-7__item {
    display: block;
  }
}
.services-7__icon {
  width: 60px;
  height: 60px;
  /* background: rgba(255, 94, 20, 0.08); */
  text-align: center;
  line-height: 60px;
  border-radius: 4px;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .services-7__icon {
    margin-bottom: 20px;
  }
}
.services-7__title {
  font-size: 36px;
  color: #0e38f0;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: none;
  transition: 0.3s;
  
}
@media (max-width: 575px) {
  .services-7__title {
    font-size: 27px;
  }
}
.services-7__dec {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 5px;
  margin-bottom: 15px;
  
  display: none;
  transition: 0.3s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-7__dec br {
    display: none;
  }
}
.services-7__btn__wrapper a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  
  display: none;
  transition: 0.3s;
}
.services-7__btn__wrapper a i {
  margin-left: 3px;
}
.services-7__btn__wrapper a:hover {
  color: #FF5E14;
}
.services-7__bg__thumb {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background-size: cover;
  background-position: center;
  filter: brightness(0.3);
}

/* ============ DESKTOP BACKGROUND ============ */
.services-7__item.colo .services-7__bg__thumb {
  background-image: url("/storage/assets/images/layanan-beranda-colocation-desktop.jpg");
}

.services-7__item.cross .services-7__bg__thumb {
  background-image: url("/storage/assets/images/layanan-beranda-crossconnect-desktop.jpg");
}

.services-7__item.power .services-7__bg__thumb {
  background-image: url("/storage/assets/images/layanan-beranda-supplypower-desktop.jpg");
}
.services-7__bg__thumb img {
  max-width: inherit;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .services-7__bg__thumb img {
    max-width: 100%;
  }
}

/* google translate */
#language-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}

#language-switcher .flag {
  width: 35px;
  height: 35px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
}

#language-switcher .flag:hover {
  transform: scale(1.1);
  opacity: 1;
}

#language-switcher .flag.active {
  border-color: #1974D2; /* warna utama DCLand */
  opacity: 1;
}

/* Sembunyikan UI asli Google Translate */
.goog-logo-link, .goog-te-gadget, .goog-te-banner-frame, #goog-gt-tt {
  display: none !important;
}

/* Kontak */
/* === CARD === */
/* .kontak-dcland-card {
  position: relative;
  background: #fff;
  border: 2px solid #dc5980;
  padding: 32px 26px 30px;
  overflow: hidden;
  min-height: 390px;
  transition: 0.3s;
} */

/* Garis dekorasi: hanya atas */
/* .kontak-dcland-card::before {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% - 140px);
  top: 20px;
  left: 20px;
  background: var(--clr);
} */

/* === BADGE BULAT === */
/* .kontak-dcland-badge {
  position: absolute;
  right: 20px;
  top: -20px;
  width: 80px;
  height: 80px;
  background: #0e38f0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 8px solid #fff;
  font-size: 28px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  z-index: 2;
} */

/* === KONTEN === */
/* .kontak-dcland-content h3 {
  font-size: 26px;
  font-weight: 800;
  color: #111;
} */
/* .kontak-dcland-content h3 span {
  font-weight: 500;
  color: var(--clr);
  margin-left: 5px;
} */
/* .kontak-dcland-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
} */

/* === GARIS PEMBATAS === */
/* .kontak-dcland-divider {
  height: 2px;
  background: #f3c4d1;
  border: 0;
  margin: 20px 0;
} */

/* === LIST FITUR === */
/* .kontak-dcland-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
} */
/* .kontak-dcland-list li {
  font-size: 15px;
  color: #444;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.kontak-dcland-list li i {
  color: var(--clr);
} */

/* === BUTTON === */
/* .kontak-dcland-btn {
  display: inline-block;
  background: var(--clr);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 3px;
  text-transform: uppercase;
  transition: 0.3s;
}
.kontak-dcland-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
} */

/* === ICON BESAR DI BELAKANG === */
/* .kontak-dcland-bg {
  position: absolute;
  right: -60px;
  bottom: 25px;
  opacity: 0.08;
  font-size: 180px;
  color: #666;
  pointer-events: none;
} */



