* {
  line-height: 20px;
  font-size: 15px;
  font-family: "Roboto";
  font-size: 15px;
}
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
}

/* ..........jombotron.... */
.jumbotron {
  margin: 2% auto;
  background-color: #f8f9fa;
  padding: 2rem 0;
}
.jumbotronbawah {
  background: url("banner.jpg") no-repeat center center/cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
}
/* Gaya untuk gambar dalam carousel */
.carousel-item img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
/* ..............//.......... */
.layar-dalam {
  width: 1000px;
  margin: left;
}
.layar-dalam h3 {
  color: rgb(12, 66, 46);
  text-decoration: none;
}
.layar-dalam .logo {
  margin: auto;
  padding: 0 5px;
}
.layar-dalam .logo > img {
  width: 30px;
}

.layar-penuh {
  width: 100%;
}
nav {
  background-color: rgb(9, 94, 30);
  z-index: 100;
  color: #fff;
  text-align: center;
  position: fixed;
  border-bottom: 1px solid #b1b1b1;
  line-height: 60px;
  width: 100%;
  box-shadow: 0px 3px 5px #000000;
}
nav .putih {
  background-color: #fff;
}
nav .logo {
  float: left;
  position: relative;
  line-height: 55px;
  text-align: center;
}
nav .logo img {
  vertical-align: middle;
  width: 120px;
}
.tittle {
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  /* text-shadow: 1px 10px 7px #000000; */
}

nav .menu {
  float: right;
  height: 60px;
  max-width: 600px;
}
nav .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
nav .menu ul li {
  list-style-type: none;
  float: left;
  line-height: 60px;

  padding: 0% 0%;
}
nav ul li a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 7px 16px 7px 16px;
}
nav ul li a:hover {
  background-color: #ffd700;
  color: #000;
}
header {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.logouniss img {
  width: 20%;
  transition: transform 0.5s ease-in-out;
  /* box-shadow: 3px 5px 10px black; */
}
.logouniss:hover img {
  transform: scale(1.5);
}
header .intro {
  z-index: 100;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 25%;
  left: 30%;
  text-shadow: 2px 2px 1px #000;
}
header .intro h3 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-decoration: none;
}
.tombol {
  background-color: chocolate;
  height: 35px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0px 15px 0px 15px;
  font-size: 15px;
  border-radius: 10px;
  box-shadow: 3px 5px 10px black;
}
.tombol:hover {
  background-color: #ffd700;
}

.tombol-menu {
  position: absolute;
  top: 1rem;
  right: 1rem;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
}
.tombol-menu .garis {
  height: 3px;
  background-color: #fff;
}

footer {
  margin-left: 10%;
  padding: 10px 0px 50px 0px;
  background-color: #343a40;
  color: #fff;
}

footer .layar-dalam {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0%;
}
footer .layar-dalam div {
  width: 1900px;
}
footer .layar-dalam h5 {
  margin-top: 0px;
  font-size: 15px;
  text-decoration: none;
}
footer .layar-dalam .copyright {
  width: 100%;
  margin-top: 50px;
  padding-top: 0px;
  border-top: 30px;
  border-top: 1px solid #666;
  text-align: center;
}
.footer-index {
  margin-left: 0%;
  padding: 50px 0px 50px 0px;
  background-color: #0c3346;
  color: #fff;
}

.footer-index .layar-dalam {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-index .layar-dalam div {
  width: 1900px;
}
.footer-index .layar-dalam h5 {
  margin-top: 0px;
  font-size: 15px;
  text-decoration: none;
}
.footer-index .layar-dalam .copyright {
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 30px;
  border-top: 1px solid #666;
  text-align: center;
}

/* ...button... */
.toggle-btn {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
  background: rgb(43, 107, 226);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  display: none;
}
* ..........content........... */ #root {
  margin-top: 5%;
  display: flex;
  width: 100%;
  margin: 0% auto;
  padding-top: 5%;
  text-decoration: none;
}
.aboutus {
  padding: 10% 0%;
  margin-left: 5%;
  text-align: justify;
}
#menu {
  float: left;
  padding: 0 3vw;
  width: 10%;
  background-color: beige;
}
a {
  text-decoration: none;
}
/* ........sidebar..... */
.sidebar {
  width: 230px;
  height: 100vh;
  background: linear-gradient(135deg, #006600, #008);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.sidebar-header {
  padding: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  font-weight: bold;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.sidebar-menu li {
  margin: 10px 0;
  text-align: center;
}
.sidebar-menu li:hover a {
  background-color: #461d1d;
}

.sidebar-menu a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 20px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.sidebar-menu a:hover {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.sidebar-menu li img {
  width: 50%;
}

/* Main Content Styles */
.main-content {
  margin-left: 0px;
  padding: 10px;
  background: #f9f9f9;
  min-height: 100vh;
}

h1 {
  color: #333;
}
/* ...button... */
.toggle-btn {
  position: fixed;
  top: 50px;
  left: 80%;
  z-index: 1000;
  background: #008000;
  color: #fff;
  border: none;
  padding: 10px 10px;
  cursor: pointer;
  border-radius: 5px;
  display: none;
}

.main-content {
  margin-left: 100px;
  padding: 20px;
  background: #f5f8fa; /* Soft background color */
  min-height: 0vh;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); /* Subtle inner shadow */
}

/* Welcome Section */
.welcome-section {
  text-align: center;
  margin-bottom: 0px;
}

.welcome-section h1 {
  font-size: 2.5rem;
  color: #333;
}

.welcome-section p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

/* Card Section */
.card-section {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  flex-direction: column;
}

.card {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Clean shadow */
  padding: 50px;
  flex: 1 1 100%; /* Responsive cards */
  max-width: calc(33.333% - 20px);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card {
  margin-left: 10%;
  flex: 1 1 100%;
  max-width: 100%;
}
.card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-decoration: none;
}

.card p {
  text-align: justify;
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Hover effect */
}
/* .....kalender........... */
.card {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
}
.card-preview {
  background-color: #0c3346;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
}

.time {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: greenyellow;
}

.date {
  font-size: 15px;
  margin: 10px 0;
  color: bisque;
}

.hijri-date {
  font-size: 15px;
  margin: 10px 0;
  color: darksalmon;
}
h1 {
  font-size: 48px;
}
.counter {
  font-size: 36px;
  color: #4caf50;
}
/* ...... syarat..... */
.headersyarat {
  margin-left: 10%;
  color: black;
  padding: 20px 0;
  text-align: center;
  box-shadow: 3px 5px 10px;
  max-width: 100%;
}

.headersyarat h1 {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-top: 5%;
}
.containersyarat-kegiatan {
  /* background-image: linear-gradient(to right, #65b2d600, #189ad6); */
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 7%;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 100%;
}

.containersyarat {
  /* background-image: linear-gradient(to right, #65b2d600, #189ad6); */
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 20%;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 100%;
}
.containersyarat-j {
  background-image: linear-gradient(to right, #65b2d600, #189ad6);
  margin-top: 20px;

  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
}
.texth2 {
  border-color: #000;
  border-left: 1px;
  background-color: darkred;
  color: white;
}
.table_textbook {
  background-color: grey;
  justify-content: center;
  margin: 0 auto;
  width: 20px;
}

ul {
  padding-left: 20px;
}
li {
  margin-bottom: 10px;
  line-height: 1.6;
}
/* .........tabel... */
footer .table-container-preview {
  background-color: #189ad6;
  overflow-x: auto;
  margin: 20px auto;
  width: 50%;
}
.table-container {
  overflow-x: auto;
  margin: 20px 0;
}

table {
  width: 120%;
  border-collapse: collapse;
  min-width: 600px;
}
.tampil-table {
  margin-left: 20%;
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.formtable {
  background-color: skyblue;
  width: 30%;
}
.formisi {
  background-color: white;
  border: 1px solid black;
  height: 27px;
  border-radius: 5px;
}
.tb_preview {
  width: 50%;
  border-collapse: collapse;
  min-width: 600px;
}
th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
th {
  background-color: burlywood;
}
/* .........gallerycontact...... */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  width: 90%;
  margin: auto;
  /* max-width: 1200px; */
}
.gallery img {
  width: 60%;
  height: auto;
  display: block;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.galleryanggota img {
  width: 10%;
  height: auto;
  display: block;
  border-radius: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.foto img {
  margin: 0 auto;
}
.fotoanggota {
  margin: 0 auto;
  width: 70%;
}
.fotoanggota img {
  margin: 0 auto;
  width: 30%;
}
.foto h3 {
  margin: 0 auto;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  justify-content: center;
}
.fotoanggota h3 {
  margin: 0 auto;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  justify-content: center;
  font-size: 300%;
}
.whatsapp-button:hover {
  background-color: #1ebe57;
}
.whatsapp-button img {
  width: 30px;
  height: 30px;
}
/* .......validasi email..... */

.error {
  color: red;
  font-size: 0.9em;
}
/* ......backgroundWA.... */
.bodyku {
  margin: 0;
  padding: 0;
  background-color: grey;
}
.chat-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.chat-box {
  width: 400px;
  height: 600px;
  /* background: #fff; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  /* ....copybodyku... */
  background-color: #eae6df; /* Warna latar belakang WhatsApp */
  background-image: url("pattern.png"); /* Ganti dengan URL gambar pola */
  background-repeat: repeat; /* Ulangi gambar secara horizontal & vertikal */
  background-size: auto; /* Ukuran asli gambar */
}
/* ..........register.......... */
.bodylog {
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background: linear-gradient(135deg, #6e8efb, #a777e3);
  color: #fff;
}
.signup-container {
  background: green;
  padding: 25px 35px;
  border-radius: 12px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  width: 350px;
  text-align: center;
}
.signup-container h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: gold;
}
.signup-container label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: white;
}
.signup-container input {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}
.signup-container input:focus {
  outline: none;
  border-color: #6e8efb;
  box-shadow: 0 0 5px rgba(110, 142, 251, 0.5);
}
.signup-container button {
  width: 100%;
  padding: 12px;
  background: #5a79e5;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}
.signup-container button:hover {
  background: yellow;
  color: #000;
}
.signup-container button:focus {
  outline: none;
}
/* ..........//register////..... */
/* ...login...... */

.login-container {
  background: #ffffff;
  padding: 25px 35px;
  border-radius: 12px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  width: 350px;
  text-align: center;
}
.login-container h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: white;
}
.login-container label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}
.login-container input {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}
.login-container input:focus {
  outline: none;
  border-color: #6e8efb;
  box-shadow: 0 0 5px rgba(110, 142, 251, 0.5);
}
.login-container button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #6e8efb, #a777e3);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}
.login-container button:hover {
  background: linear-gradient(135deg, #5a79e5, #9268d4);
}
.login-container button:focus {
  outline: none;
}
#logout {
  margin: auto;
  text-decoration: none;
  width: 50%;
}
#logout a {
  color: white;
  text-decoration: none;
}
/* .....//..login//.... */

/* ........alert.... */
.modal {
  display: none; /* Sembunyikan modal secara default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Background transparan */
  padding-top: 60px;
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
  text-align: center;
}

.modal-content input[type="password"] {
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.modal-content button {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.modal-content button:hover {
  background-color: #45a049;
}

/* Style untuk tombol tutup */
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* .....close.... */
.closepage {
}
.tombolclose {
  margin-top: 1%;
  margin-left: 95%;
  background-color: rgb(43, 107, 226);
  z-index: 1000;
  position: fixed;
  background-color: 0;
  color: none;
  display: flex;
}
#popup {
  /* Popup disembunyikan awalnya */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* Latar belakang semi-transparan */
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Menempatkan popup di atas konten lainnya */
}

/* Style untuk konten popup */
#popup-content {
  margin: 15% auto;
  margin-left: 35%;
  position: absolute;
  background-color: white;
  padding: 25px 40px;
  border-radius: 10px;
  text-align: center;
}

/* Style untuk input password */
#password {
  width: 95%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
}
#namaregister {
  width: 95%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
}
#email {
  width: 95%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
}
#telepon {
  width: 95%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
}
/* Style untuk tombol */
button {
  padding: 10px 20px;
  border: none;
  background-color: #4caf50;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}
.texthtable {
  background-color: grey;
}
.table-container-preview.ti tr {
  width: 10%;
}
.td1 {
  border: 1px;
  background-color: #0c3346;
  color: white;
  width: 40%;
}
.td2 {
  background-color: #0c3346;
  color: white;
}
.jadwal {
  display: flex;
  flex-wrap: wrap;

  max-width: 100%;
  margin-left: 19%;
}

/* ..........//tabel//...... */
/* Reset & Global Styles */

.container-j {
  background-color: #006600;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h1 {
  text-align: center;
  color: #007bff;
  margin-bottom: 20px;
}

p {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
}

.table-wrapper-j {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow-x: auto; /* Scroll jika tabel terlalu lebar */
}

.table-j {
  border-collapse: collapse;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

th,
td {
  text-align: left;
  padding: 12px 15px;
  border-bottom: 1px solid #eaeaea;
}

th {
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
}

tr:hover {
  /* background-color: bisque; */
}

/* ...........jadwal..... */
.jadwal {
}
.containertable {
  background-color: bisque;
  justify-content: center;
  margin: 0 auto;
}
/* .......//popup kirim */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
}

/* Gaya untuk kotak popup */
.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

/* Gaya untuk tabel */
.popup-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}

.popup-content th,
.popup-content td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.popup-content th {
  background-color: #4caf50;
  color: white;
}

/* Tombol tutup */
.close-popup {
  background: #ff5c5c;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 15px;
  border-radius: 5px;
}

.close-popup:hover {
  background: #e14c4c;
}

/* Tombol buka popup */
.open-popup {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin: 10px;
  border-radius: 5px;
}

.open-popup:hover {
  background: #0056b3;
}
li.menusyarat {
  text-decoration: none;
  font-size: 20px;
  text-align: left;
  color: azure;
  background: linear-gradient(to right, #043a2a 0%, #461d1d 100%);
}
.ulsyarat {
  padding-left: 2%;
  margin-left: 0%;
  margin-right: 5%;
}
.ulsyarat li {
  list-style-type: none;
}

.counter {
  display: flex;
  gap: 5px;
}

.counter img {
  width: 30px;
  height: 50px;
}
#contact {
  margin-top: 100%;
}

/* ..........caradaftar........... */

/* ....//syarat//... */
@media only screen and (max-width: 768px) {
  nav .logo {
    float: right;
  }

  .layar-dalam h5 {
    text-decoration: none;
    font-size: 1px;
  }

  nav .menu ul {
    position: absolute;
    margin-top: 12%;
    margin-left: -15%;
    background-color: darkgreen;
    color: #fff;
    text-align: left;
    text-decoration: none;
    padding: 7px 50px 7px 20px;
    flex-direction: column;
  }

  nav .menu ul.ulhidden {
    display: none;
  }
  .layar-dalam {
    width: 90%;
  }

  .tombol-menu {
    display: flex;
    left: 1rem;
  }

  .toggle-btn {
    display: block;
    position: absolute;
    margin-top: 50%;
    margin-bottom: 50%;
    position: fixed;
    z-index: 99;
  }
  header .intro {
    left: 30%;
  }
  .tittle {
    letter-spacing: 0px;
  }
  /* ....aboutus... */
  .layar-dalam {
    width: 90%;
  }

  .tombol-menu {
    display: flex;
    left: 1rem;
  }
  .support p {
    display: none;
  }
  .support div {
    padding-right: 0%;
  }
  .aboutus {
    padding: 10% 3%;
    margin-left: 2%;
  }
  /* .....profile.. */

  #aboutus .konten-isi,
  #team .ringkasan,
  .layar-dalam.ringkasan {
    text-align: justify;
  }
  section p.ringkasan {
    font-style: italic;
    font-size: 18px;
    color: rgb(168, 164, 164);
  }
  section .konten-isi p {
    font-style: normal;
  }

  /* ..........kegiatan.... */
  .container {
    margin: 0 auto;
  }
  .article {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 10%;
    margin: 1px;
    padding: 1px;
    transition: transform 0.3s;
  }

  .article img {
    display: none;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .article h2 {
    font-size: 20px;
    color: #333;
    text-decoration: none;
  }
  .article p {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
  }
  /* ....button...sidebar */
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .sidebar.active {
    transform: translateX(0);
  }

  .toggle-btn {
    display: block;
    position: absolute;
    margin-top: 50%;
    margin-bottom: 50%;
    position: fixed;
    z-index: 99;
  }
  header .intro {
    left: 0%;
  }

  footer {
    margin-left: 0%;
  }
  /* ...main-content.. */

  .main-content {
    margin-left: 0;
    padding: 1%;
    display: list-item;
  }

  .card-section {
    flex-direction: column;
    gap: 15px;
  }

  .card {
    margin-left: 0%;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .container {
    padding: 10% 10%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
  }

  .time {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: greenyellow;
  }

  .date {
    font-size: 15px;
    margin: 10px 0;
    color: bisque;
  }

  .hijri-date {
    font-size: 15px;
    margin: 10px 0;
    color: darksalmon;
  }
  .about img {
    display: none;
  }
  .about .text {
    margin-left: 0%;
    width: 100%;
    padding: 20px;
  }
  .headersyarat {
    margin-left: 0%;
  }
  .headersyarat h1 {
    margin-top: 15%;
    font-size: 20px;
  }

  table {
    font-family: Georgia, "Times New Roman", Times, serif;
    min-width: 350%;
  }
  th,
  td {
    font-size: 15px;
    padding: 6px;
  }
  .containersyarat {
    margin-left: 1%;
  }
  .gallery img {
    width: 100%;

    border-radius: 50px;
  }
  .tombolclose {
    color: #000;
    top: 12%;
    margin-left: 87%;
    border-radius: 20%;
    border: 0;
    background-color: transparent;
  }
  #popup-content {
    position: absolute;
    margin: 20% auto;
    margin-left: 20%;
  }
  .texthtable {
    width: 20px;
    background-color: #006600;
  }
  .table_textbook {
    justify-content: center;
    margin-left: 30px;
    background-color: #a777e3;
    width: 20%;
    z-index: 5;
  }
  .ti {
    margin: 0 auto;
    color: brown;
    width: 10%;
  }
  .td1 {
    border: 1px;
    background-color: #0c3346;
    color: white;
    width: 20%;
  }
  .td2 {
    background-color: #0c3346;
    color: white;
  }
  .table-container-preview {
    width: 100%;
  }
  .tampil-table {
    margin-left: 2% auto;
  }
  .fotoanggota {
    margin: 0 auto;
    width: 100%;
  }
  .fotoanggota img {
    margin: 0 auto;
    width: 100%;
  }
  /* ........jadwal... */
}
