@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fugaz+One&family=Lilita+One&family=PT+Serif+Caption:ital@0;1&family=Rubik+Dirt&display=swap");
body {
  font-family: "PT Serif Caption", serif !important;
}
body .backgroud-banner-header {
  background-color: #016B61;
}
body .section-form {
  background-color: white;
}
body .navigasi {
  margin-left: auto;
  margin-right: auto;
  border-radius: 9px;
  width: 95%;
  margin-top: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: #427A76;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: white;
}

html,
body {
  overflow-x: hidden !important;
}

/* Mencegah transform sementara dari AOS bikin lebar meluber */
[data-aos] {
  overflow: hidden;
}

/* Opsional: batasi elemen yang pakai fade-left/fade-right */
[data-aos=fade-left],
[data-aos=fade-right] {
  transform: none !important;
}

/* ===========================================
   MEDIA QUERY DARI ANDROID SAMPAI DESKTOP
   =========================================== */
/* Mobile kecil - Android 320px sampai 374px */
/* Mobile sedang - Android / iPhone 375px sampai 413px */
@media screen and (min-width: 290px) and (max-width: 599px) {
  body {
    /* 🔄 Auto Scroll Animation */
  }
  body .callCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    background: #f2f6fa;
  }
  body .callCenter .text {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  body .callCenter .list-custom {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 10px 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 60px;
  }
  body .callCenter .list-custom i {
    background: linear-gradient(135deg, #007bff, #00c6ff);
    color: #fff;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    flex-shrink: 0;
  }
  body .callCenter .list-custom .info {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
  }
  body .callCenter .list-custom .info h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
  }
  body .callCenter .list-custom .info .btn-nomor {
    background: linear-gradient(135deg, #00c6ff, #007bff);
    border: none;
    border-radius: 6px;
    color: #fff;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  body .callCenter .list-custom .info .btn-nomor:hover {
    background: linear-gradient(135deg, #007bff, #0044cc);
    transform: scale(1.05);
  }
  body .callCenter .list-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  }
  body .menuSection {
    margin-top: 4%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 12px;
    padding: 15px;
    background: #f2f6fa;
    justify-items: center;
    /* ✅ Tambahan fix untuk Android & browser mobile */
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
    align-content: start;
    min-height: auto;
    /* ✅ Tambahan responsif untuk Android kecil */
  }
  body .menuSection .menuButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, #007bff, #00c6ff);
    border: none;
    border-radius: 12px;
    color: #fff;
    padding: 10px 8px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 110px;
    text-align: center;
  }
  body .menuSection .menuButton i {
    font-size: 18px;
  }
  body .menuSection .menuButton span {
    line-height: 1;
  }
  body .menuSection .menuButton:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #0056b3, #0094ff);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }
  body .menuSection .menuButton:active {
    transform: scale(0.97);
  }
}
@media screen and (min-width: 290px) and (max-width: 599px) and (max-width: 600px) {
  body .menuSection {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  body .menuSection .menuButton {
    max-width: 100%;
    padding: 8px 6px;
    font-size: 12px;
  }
  body .menuSection .menuButton i {
    font-size: 16px;
  }
}
@media screen and (min-width: 290px) and (max-width: 599px) {
  body .wrapper {
    margin-bottom: 5%;
  }
  body .backgroud-banner-header {
    height: 280px;
  }
  body .backgroud-banner-header img {
    margin-top: 2%;
    margin-left: 2%;
    width: 60px;
  }
  body .backgroud-banner-header .title {
    font-size: 16pt;
    margin-top: 5%;
    text-align: center;
  }
  body .section-form {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-top: -130px;
    border-radius: 15px;
    height: 640px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 20%;
  }
  body .section-form .title {
    text-align: center;
    font-size: 14pt;
  }
  body .section-form .wrapper {
    margin-top: 9%;
    font-size: 10pt;
  }
  body .profileSection {
    padding: 40px 20px;
    background: #f9fbfd;
    display: flex;
    justify-content: center;
  }
  body .profileSection .profileCard {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    padding: 20px 25px;
    transition: transform 0.3s ease;
  }
  body .profileSection .profileCard:hover {
    transform: translateY(-5px);
  }
  body .profileSection .profileCard .profileImage img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    border: 3px solid #00b4ff;
  }
  body .profileSection .profileCard .profileText h2 {
    font-size: 20px;
    color: #007bff;
    margin-bottom: 8px;
  }
  body .profileSection .profileCard .profileText p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  body .profileSection .profileCard .profileText .profileButton {
    background: linear-gradient(135deg, #007bff, #00c6ff);
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  body .profileSection .profileCard .profileText .profileButton:hover {
    background: linear-gradient(135deg, #0056b3, #0094ff);
    transform: translateY(-2px);
  }
}
@media screen and (min-width: 290px) and (max-width: 599px) and (max-width: 768px) {
  body .profileSection .profileCard {
    flex-direction: column;
    text-align: center;
  }
  body .profileSection .profileCard .profileImage img {
    width: 90px;
    height: 90px;
  }
  body .profileSection .profileCard .profileText h2 {
    font-size: 18px;
  }
  body .profileSection .profileCard .profileText p {
    font-size: 13px;
  }
}
@media screen and (min-width: 290px) and (max-width: 599px) {
  body .visiMisi {
    background: linear-gradient(180deg, #ffffff, #f9f9f9);
    padding: 35px 20px;
    text-align: center;
    color: #333;
    font-family: "Poppins", sans-serif;
  }
  body .visiMisi h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0056b3;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
  }
  body .visiMisi h2::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #00b4d8;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
  }
  body .visiMisi .container {
    max-width: 800px;
    margin: 0 auto;
  }
  body .visiMisi .visi,
  body .visiMisi .misi {
    background: #fff;
    padding: 18px 22px;
    margin-top: 18px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  body .visiMisi .visi:hover,
  body .visiMisi .misi:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
  }
  body .visiMisi .visi h3,
  body .visiMisi .misi h3 {
    color: #0077b6;
    font-size: 1.1rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  body .visiMisi .visi p,
  body .visiMisi .misi p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  body .visiMisi .visi ul,
  body .visiMisi .misi ul {
    margin-top: 6px;
    padding-left: 18px;
  }
  body .visiMisi .visi ul li,
  body .visiMisi .misi ul li {
    margin-bottom: 6px;
    font-size: 0.9rem;
    position: relative;
    line-height: 1.4;
  }
  body .visiMisi .visi ul li::before,
  body .visiMisi .misi ul li::before {
    content: "✓";
    color: #0096c7;
    margin-right: 8px;
    font-weight: bold;
  }
  body .mitraSection {
    margin-top: 30px;
    padding: 20px 12px;
    background: linear-gradient(180deg, #f9fafb, #ffffff);
    text-align: center;
    font-family: "Poppins", sans-serif;
  }
  body .mitraSection h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0056b3;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
  }
  body .mitraSection h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #00b4d8;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
  }
  body .mitraSection .mitraScroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 8px 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    animation: scrollSlide 25s linear infinite;
  }
  body .mitraSection .mitraScroll::-webkit-scrollbar {
    display: none;
  }
  body .mitraSection .mitraCard {
    flex: 0 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    padding: 8px 16px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  body .mitraSection .mitraCard:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  body .mitraSection .mitraCard img {
    width: 60px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  @keyframes scrollSlide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  body .jadwalDokter {
    background: linear-gradient(135deg, #f7faff, #e9f3ff);
    padding: 8px 10px;
    text-align: center;
    margin-top: 2%;
  }
  body .jadwalDokter h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
  }
  body .jadwalDokter h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #007bff, #00c6ff);
    margin: 6px auto 0;
    border-radius: 2px;
  }
  body .jadwalDokter .jadwalGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
    justify-items: center;
  }
  body .jadwalDokter .dokterCard {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.25s ease;
    max-width: 160px;
    cursor: pointer;
  }
  body .jadwalDokter .dokterCard:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  body .jadwalDokter .dokterCard img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .jadwalDokter .dokterCard .dokterInfo {
    padding: 8px 10px;
  }
  body .jadwalDokter .dokterCard .dokterInfo h3 {
    margin: 0;
    font-size: 12px;
    color: #333;
    font-weight: 600;
    line-height: 1.2;
  }
  body .jadwalDokter .dokterCard .dokterInfo p {
    font-size: 10.5px;
    color: #007bff;
    margin: 2px 0;
  }
  body .jadwalDokter .dokterCard .dokterInfo span {
    font-size: 10px;
    color: #666;
    display: inline-block;
    margin-top: 2px;
  }
  body .spacer {
    height: 40px;
  }
  body .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 30px;
    /* biar teks di tengah vertikal */
    z-index: 999;
    /* pastikan di atas elemen lain */
  }
  body .footer .title {
    font-size: 7pt;
    margin-top: 0.5%;
  }
}
/* Tablet sedang (600px sampai 767px) */
@media screen and (min-width: 600px) and (max-width: 1919px) {
  body {
    /* 🔄 Auto Scroll Animation */
  }
  body .callCenter {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background: #f2f6fa;
  }
  body .callCenter .text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    width: 100%;
    max-width: 900px;
  }
  body .callCenter .list-custom {
    flex: 1 1 250px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 10px 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 60px;
  }
  body .callCenter .list-custom i {
    background: linear-gradient(135deg, #007bff, #00c6ff);
    color: #fff;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    flex-shrink: 0;
  }
  body .callCenter .list-custom .info {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
  }
  body .callCenter .list-custom .info h3 {
    margin: 0 0 4px 0;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
  }
  body .callCenter .list-custom .info .btn-nomor {
    background: linear-gradient(135deg, #00c6ff, #007bff);
    border: none;
    border-radius: 6px;
    color: #fff;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  body .callCenter .list-custom .info .btn-nomor:hover {
    background: linear-gradient(135deg, #007bff, #0044cc);
    transform: scale(1.05);
  }
  body .callCenter .list-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  }
  body .menuSection {
    margin-top: 4%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 12px;
    padding: 15px;
    background: #f2f6fa;
    justify-items: center;
    /* ✅ Tambahan fix untuk Android & browser mobile */
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
    align-content: start;
    min-height: auto;
    /* ✅ Tambahan responsif untuk Android kecil */
  }
  body .menuSection .menuButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, #007bff, #00c6ff);
    border: none;
    border-radius: 12px;
    color: #fff;
    padding: 10px 8px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 110px;
    text-align: center;
  }
  body .menuSection .menuButton i {
    font-size: 18px;
  }
  body .menuSection .menuButton span {
    line-height: 1;
  }
  body .menuSection .menuButton:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #0056b3, #0094ff);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }
  body .menuSection .menuButton:active {
    transform: scale(0.97);
  }
}
@media screen and (min-width: 600px) and (max-width: 1919px) and (max-width: 600px) {
  body .menuSection {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  body .menuSection .menuButton {
    max-width: 100%;
    padding: 8px 6px;
    font-size: 12px;
  }
  body .menuSection .menuButton i {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1919px) {
  body .wrapper {
    margin-bottom: 5%;
  }
  body .backgroud-banner-header {
    height: 480px;
  }
  body .backgroud-banner-header img {
    margin-top: 2%;
    margin-left: 2%;
    width: 130px;
  }
  body .backgroud-banner-header .title {
    font-size: 14pt;
    margin-top: 2%;
    text-align: center;
  }
  body .section-form {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: -220px;
    border-radius: 15px;
    height: 63vh;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 20%;
  }
  body .section-form .title {
    text-align: center;
    font-size: 14pt;
  }
  body .section-form .wrapper {
    margin-top: 2%;
    font-size: 10pt;
  }
  body .profileSection {
    padding: 40px 20px;
    background: #f9fbfd;
    display: flex;
    justify-content: center;
  }
  body .profileSection .profileCard {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    padding: 20px 25px;
    transition: transform 0.3s ease;
  }
  body .profileSection .profileCard:hover {
    transform: translateY(-5px);
  }
  body .profileSection .profileCard .profileImage img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    border: 3px solid #00b4ff;
  }
  body .profileSection .profileCard .profileText h2 {
    font-size: 20px;
    color: #007bff;
    margin-bottom: 8px;
  }
  body .profileSection .profileCard .profileText p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  body .profileSection .profileCard .profileText .profileButton {
    background: linear-gradient(135deg, #007bff, #00c6ff);
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  body .profileSection .profileCard .profileText .profileButton:hover {
    background: linear-gradient(135deg, #0056b3, #0094ff);
    transform: translateY(-2px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1919px) and (max-width: 768px) {
  body .profileSection .profileCard {
    flex-direction: column;
    text-align: center;
  }
  body .profileSection .profileCard .profileImage img {
    width: 90px;
    height: 90px;
  }
  body .profileSection .profileCard .profileText h2 {
    font-size: 18px;
  }
  body .profileSection .profileCard .profileText p {
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1919px) {
  body .visiMisi {
    background: linear-gradient(180deg, #ffffff, #f9f9f9);
    padding: 35px 20px;
    text-align: center;
    color: #333;
    font-family: "Poppins", sans-serif;
  }
  body .visiMisi h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0056b3;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
  }
  body .visiMisi h2::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #00b4d8;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
  }
  body .visiMisi .container {
    max-width: 800px;
    margin: 0 auto;
  }
  body .visiMisi .visi,
  body .visiMisi .misi {
    background: #fff;
    padding: 18px 22px;
    margin-top: 18px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  body .visiMisi .visi:hover,
  body .visiMisi .misi:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
  }
  body .visiMisi .visi h3,
  body .visiMisi .misi h3 {
    color: #0077b6;
    font-size: 1.1rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  body .visiMisi .visi p,
  body .visiMisi .misi p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  body .visiMisi .visi ul,
  body .visiMisi .misi ul {
    margin-top: 6px;
    padding-left: 18px;
  }
  body .visiMisi .visi ul li,
  body .visiMisi .misi ul li {
    margin-bottom: 6px;
    font-size: 0.9rem;
    position: relative;
    line-height: 1.4;
  }
  body .visiMisi .visi ul li::before,
  body .visiMisi .misi ul li::before {
    content: "✓";
    color: #0096c7;
    margin-right: 8px;
    font-weight: bold;
  }
  body .mitraSection {
    margin-top: 30px;
    padding: 20px 12px;
    background: linear-gradient(180deg, #f9fafb, #ffffff);
    text-align: center;
    font-family: "Poppins", sans-serif;
  }
  body .mitraSection h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0056b3;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
  }
  body .mitraSection h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #00b4d8;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
  }
  body .mitraSection .mitraScroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 8px 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    animation: scrollSlide 25s linear infinite;
  }
  body .mitraSection .mitraScroll::-webkit-scrollbar {
    display: none;
  }
  body .mitraSection .mitraCard {
    flex: 0 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    padding: 8px 16px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  body .mitraSection .mitraCard:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  body .mitraSection .mitraCard img {
    width: 60px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  @keyframes scrollSlide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  body .spacer {
    height: 40px;
  }
  body .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 30px;
    /* biar teks di tengah vertikal */
    z-index: 999;
    /* pastikan di atas elemen lain */
  }
  body .footer .title {
    font-size: 7pt;
    margin-top: 0.5%;
  }
}
/* Ultra wide monitor (1920px ke atas) */
@media screen and (min-width: 1920px) {
  body {
    /* 🔄 Auto Scroll Animation */
  }
  body .container-custom {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgb(0, 0, 0);
    margin-bottom: 5%;
  }
  body .navigasi {
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
    margin-top: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #427A76;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: white;
  }
  body .callCenter {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background: #f2f6fa;
  }
  body .callCenter .text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    width: 100%;
    max-width: 900px;
  }
  body .callCenter .list-custom {
    flex: 1 1 250px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 10px 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 60px;
  }
  body .callCenter .list-custom i {
    background: linear-gradient(135deg, #007bff, #00c6ff);
    color: #fff;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    flex-shrink: 0;
  }
  body .callCenter .list-custom .info {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
  }
  body .callCenter .list-custom .info h3 {
    margin: 0 0 4px 0;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
  }
  body .callCenter .list-custom .info .btn-nomor {
    background: linear-gradient(135deg, #00c6ff, #007bff);
    border: none;
    border-radius: 6px;
    color: #fff;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  body .callCenter .list-custom .info .btn-nomor:hover {
    background: linear-gradient(135deg, #007bff, #0044cc);
    transform: scale(1.05);
  }
  body .callCenter .list-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  }
  body .menuSection {
    margin-top: 4%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 12px;
    padding: 15px;
    background: #f2f6fa;
    justify-items: center;
    /* ✅ Tambahan fix untuk Android & browser mobile */
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
    align-content: start;
    min-height: auto;
    /* ✅ Tambahan responsif untuk Android kecil */
  }
  body .menuSection .menuButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, #007bff, #00c6ff);
    border: none;
    border-radius: 12px;
    color: #fff;
    padding: 10px 8px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 110px;
    text-align: center;
  }
  body .menuSection .menuButton i {
    font-size: 18px;
  }
  body .menuSection .menuButton span {
    line-height: 1;
  }
  body .menuSection .menuButton:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #0056b3, #0094ff);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }
  body .menuSection .menuButton:active {
    transform: scale(0.97);
  }
}
@media screen and (min-width: 1920px) and (max-width: 600px) {
  body .menuSection {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  body .menuSection .menuButton {
    max-width: 100%;
    padding: 8px 6px;
    font-size: 12px;
  }
  body .menuSection .menuButton i {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  body .wrapper {
    margin-bottom: 5%;
  }
  body .backgroud-banner-header {
    height: 480px;
  }
  body .backgroud-banner-header img {
    margin-top: 2%;
    margin-left: 2%;
    width: 130px;
  }
  body .backgroud-banner-header .title {
    font-size: 16pt;
    margin-top: 1%;
    text-align: center;
  }
  body .section-form {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    margin-top: -250px;
    border-radius: 15px;
    height: 100vh;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 12%;
  }
  body .section-form .title {
    text-align: center;
    font-size: 14pt;
  }
  body .section-form .wrapper {
    margin-top: 2%;
    font-size: 10pt;
  }
  body .section-form .wrapper .form-custom {
    margin-top: 1% !important;
  }
  body .profileSection {
    padding: 40px 20px;
    background: #f9fbfd;
    display: flex;
    justify-content: center;
  }
  body .profileSection .profileCard {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    padding: 20px 25px;
    transition: transform 0.3s ease;
  }
  body .profileSection .profileCard:hover {
    transform: translateY(-5px);
  }
  body .profileSection .profileCard .profileImage img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    border: 3px solid #00b4ff;
  }
  body .profileSection .profileCard .profileText h2 {
    font-size: 20px;
    color: #007bff;
    margin-bottom: 8px;
  }
  body .profileSection .profileCard .profileText p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  body .profileSection .profileCard .profileText .profileButton {
    background: linear-gradient(135deg, #007bff, #00c6ff);
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  body .profileSection .profileCard .profileText .profileButton:hover {
    background: linear-gradient(135deg, #0056b3, #0094ff);
    transform: translateY(-2px);
  }
}
@media screen and (min-width: 1920px) and (max-width: 768px) {
  body .profileSection .profileCard {
    flex-direction: column;
    text-align: center;
  }
  body .profileSection .profileCard .profileImage img {
    width: 90px;
    height: 90px;
  }
  body .profileSection .profileCard .profileText h2 {
    font-size: 18px;
  }
  body .profileSection .profileCard .profileText p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  body .visiMisi {
    background: linear-gradient(180deg, #ffffff, #f9f9f9);
    padding: 35px 20px;
    text-align: center;
    color: #333;
    font-family: "Poppins", sans-serif;
  }
  body .visiMisi h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0056b3;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
  }
  body .visiMisi h2::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #00b4d8;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
  }
  body .visiMisi .container {
    max-width: 800px;
    margin: 0 auto;
  }
  body .visiMisi .visi,
  body .visiMisi .misi {
    background: #fff;
    padding: 18px 22px;
    margin-top: 18px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  body .visiMisi .visi:hover,
  body .visiMisi .misi:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
  }
  body .visiMisi .visi h3,
  body .visiMisi .misi h3 {
    color: #0077b6;
    font-size: 1.1rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  body .visiMisi .visi p,
  body .visiMisi .misi p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  body .visiMisi .visi ul,
  body .visiMisi .misi ul {
    margin-top: 6px;
    padding-left: 18px;
  }
  body .visiMisi .visi ul li,
  body .visiMisi .misi ul li {
    margin-bottom: 6px;
    font-size: 0.9rem;
    position: relative;
    line-height: 1.4;
  }
  body .visiMisi .visi ul li::before,
  body .visiMisi .misi ul li::before {
    content: "✓";
    color: #0096c7;
    margin-right: 8px;
    font-weight: bold;
  }
  body .mitraSection {
    margin-top: 30px;
    padding: 20px 12px;
    background: linear-gradient(180deg, #f9fafb, #ffffff);
    text-align: center;
    font-family: "Poppins", sans-serif;
  }
  body .mitraSection h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0056b3;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
  }
  body .mitraSection h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #00b4d8;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
  }
  body .mitraSection .mitraScroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 8px 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    animation: scrollSlide 25s linear infinite;
  }
  body .mitraSection .mitraScroll::-webkit-scrollbar {
    display: none;
  }
  body .mitraSection .mitraCard {
    flex: 0 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    padding: 8px 16px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  body .mitraSection .mitraCard:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  body .mitraSection .mitraCard img {
    width: 60px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  @keyframes scrollSlide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  body .spacer {
    height: 60px;
  }
  body .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 30px;
    /* biar teks di tengah vertikal */
    z-index: 999;
    /* pastikan di atas elemen lain */
  }
  body .footer .title {
    font-size: 10pt;
    margin-top: 0.5%;
  }
}/*# sourceMappingURL=register.css.map */