@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: poppins;
    overflow-x: hidden;
}

p {
    color: black;
}

.btnmodal-tambah {
    margin-top: 1rem;
    padding: 0.7rem;
    border-radius: 30px;
    background-color: #5d0e41;
    color: white;
}

.navbar {
    background: #5d0e41;
    display: flex;
    justify-content: space-between;
}

.medsos-nav ul,
.contact-nav ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 1rem 25vh;
    font-size: medium;
    border: 0.1px solid #5d0e41 !important;
}

.medsos-nav a,
.contact-nav a {
    text-decoration: none;
    color: white;
}

.medsos-nav a:hover,
.contact-nav a:hover {
    color: #ff204e;
}

.medsos-nav i,
.contact-nav i {
    vertical-align: middle;
}

.first-sect {
    position: relative;
    background-image: url("bg-first-sec.jpg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 92.5vh;
    width: 100%;
    background-position-y: -25px;
    overflow: hidden;
}

.first-sect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.first-about-sect {
    position: relative;
    background-image: url("header-background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 45vh;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: darken;
}

.about-title {
    padding: 5.5rem 7rem;
}

.about-title h3 {
    font-weight: 500;
    font-size: 3rem;
    color: white;
}

.about-title .stripe {
    border: 3px solid #5d0e41;
    max-width: 45%;
    margin: 1rem 0;
}

.header {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 25vh;
    align-items: center;
    z-index: 10;
    background-color: transparent;
    color: white;
    transition: all 0.3s ease-in-out;
}

.menu ul,
.menu a {
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 25px;
    text-decoration: none;
    color: white;
    font-weight: 650;
    transition: all 0.3s ease-in;
}

.menu a:hover {
    background-color: rgb(238, 238, 238);
    border: 1px solid gray;
    padding: 0px 15px;
    border-radius: 25px;
    color: #5d0e41;
}

/* .menu .b {
    color: #5d0e41;
} */

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 5vw;
    background-color: #5d0e41;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header.sticky a {
    color: white;
    transition: all 0.3s ease-in;
}

.header.sticky a:hover {
    background-color: white;
    border: 1px solid gray;
    padding: 0px 15px;
    border-radius: 25px;
    color: #5d0e41;
}

.title {
    position: relative;
    color: white;
    z-index: 2;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 10rem 12rem;
}

/* percobaan responsive */
/* Original CSS remains the same */
.navbar {
    background: #5d0e41;
    display: flex;
    justify-content: space-between;
}

.medsos-nav ul,
.contact-nav ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 1rem 25vh;
    font-size: medium;
}

/* Rest of your original CSS */

/* Mobile Menu Button Styles */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 100;
}

.bar {
    width: 100%;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

/* Mobile Menu Styles */
.menu {
    transition: all 0.3s ease-in-out;
}

/* Media Query for Mobile */

/* end percobaan*/

.title p {
    color: white;
}

.sub-title p,
.sub-title {
    font-weight: normal;
    font-size: large;
    margin-bottom: 5rem;
    color: white;
}

.button-booking-wa {
    padding: 4px 0;
}

.button-booking-wa a {
    background-color: #5d0e41;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    margin-left: 1rem;
    margin-right: 1rem;
    transition: all 0.2s ease-in;
}

.button-booking-wa a:hover {
    background-color: white;
    color: #5d0e41;
    font-weight: 600;
}

.second-sect {
    background-color: white;
    height: auto;
    z-index: 2;
    display: flex;
    padding: 7rem;
}

.second-about-sect {
    display: flex;
    padding: 7rem;
    justify-content: center;
    background-color: rgb(249, 249, 249);
}

.second-about-img {
    background-image: url("img1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    height: 55vh;
    margin-right: 2rem;
}

.second-about-content {
    width: 50%;
    justify-content: center;
}

.second-about-content span {
    color: #5d0e41;
}

.second-about-content .stripe {
    border: 1px solid gray;
    margin: 2rem 0;
}

.second-about-description {
    padding: 4rem 7rem;
}

.second-about-description .stripe {
    border: 1px solid rgb(216, 216, 216);
    margin: 2rem 0;
}

.second-about-description p {
    margin: 2rem 0;
}

.second-about-header {
    text-align: center;
}

.second-about-header p {
    color: rgb(156, 156, 156);
}

.second-about-header span {
    color: #5d0e41;
}

.best-service ul {
    display: grid;
    grid-template-columns: auto auto;
}

.best-service li {
    padding: 2rem 0;
    display: flex;
}

.best-service i {
    color: #5d0e41;
    padding-right: 1rem;
    font-size: 1.8rem;
}

.second-about-button {
    display: flex;
    gap: 2rem;
    padding: 2.5rem 0;
}

.second-about-button a {
    border-radius: 25px;
    background-color: green;
    text-decoration: none;
    color: white;
    padding: 10px 20px;
}

.promotion pre {
    font-size: 15px;
    color: gray;
}

.promotion span {
    color: #5d0e41;
}

.promotion .stripe {
    border: 1px solid rgb(135, 135, 135);
    max-width: 85%;
    margin: 3rem 0;
}

.promotion-desc {
    max-width: 80%;
}

.promotion-side-image {
    background-image: url("img1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 50px;
    height: vh;
    width: 75%;
}

.promotion-side-image::before {
    content: "";
    position: absolute;
    border-radius: 50px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.promotion-benefit ul {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 1.2rem;
    margin-top: 2rem;
}

.promotion-benefit li {
    align-items: center;
    list-style: none;
    font-size: 20px;
    font-weight: 625;
    display: flex;
    gap: 10px;
}

.promotion i {
    color: #5d0e41;
    font-size: 30px;
    padding: 2px;
}

.promotion-button {
    margin-top: 5rem;
    padding: 1rem 0;
}

.promotion-button a {
    background-color: #5d0e41;
    padding: 13px 30px;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: 0.2s;
}

.promotion-button a:hover {
    background-color: white;
    margin-left: 0.2rem;
    color: #5d0e41;
    outline-style: solid;
}


.end-sect1 {
    background-color: #5d0e41;
    padding: 0.1rem 10rem;
}

.third-sect {
    justify-items: center;
    background-color: white;
    width: 100%;
    height: auto;
    z-index: 2;
    padding: 7rem;
}

.third-sect button {
    padding: 0.7rem;
    border-radius: 30px;
    background-color: #5d0e41;
    color: white;
}

.service pre {
    font-size: 15px;
    color: gray;
}

.service span {
    color: #5d0e41;
}

.third-sect .stripe {
    border: 1px solid rgb(135, 135, 135);
    margin: 2.5rem 0;
}

.services {
    display: grid;
    width: auto;
    justify-content: center;
    grid-template-columns: auto auto auto;
    column-gap: 2.5rem;
    row-gap: 2.5rem;
}

.service-group {
    overflow: hidden;
    height: 718px;
    border: 1px solid #00224d;
    border-radius: 30px;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.1);
}

.action-buttons {
    padding-top: 1.5rem;
    justify-content: space-between;
    display: flex;
}

.action-buttons button {
    border-radius: 0;
    border: 0;
}

.action-buttons button.delete {
    width: 100px;
    border-top-right-radius: 20px;
    justify-self: start;
    background-color: red;
}

.action-buttons button.edit {
    width: 100px;
    border-top-left-radius: 20px;
    background-color: blue;
}

.img-service {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
    height: 35vh;
}

.img-service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content {
    padding: 1.5rem;
}

.service-title {
    font-family: "system-ui";
    font-weight: bold;
    width: 100%;
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 0.75rem;
}

.service-title i {
    overflow: hidden;
    width: 30px;
    height: 30px;
    color: #5d0e41;
    font-size: 30px;
}

.service-description {
    overflow: hidden;
    height: 60px;
    word-wrap: break-word;
    font-size: 14.3px;
    padding-left: 0.5rem;
}

.service-description p {
    color: gray;
}

.service-facility {
    height: 75%;
    padding: 0.1rem 3rem 1rem;
    color: gray;
}

/* percobaan respownsif*/

/* Media Queries */

/* end percobaan respownsif*/

.fourth-sect {
    background-color: white;
    height: auto;
    z-index: 2;
    padding: 7rem;
}

.fourth-sect span {
    color: #5d0e41;
}

.fourth-sect .stripe {
    border: 1px solid rgb(135, 135, 135);
    margin: 2.5rem 0;
}

.fourth-sect .stripe-end {
    border: 3px solid #5d0e41;
    max-width: 45%;
    margin: 1rem 0;
}

.table-harga-sewa th {
    border-bottom: 3px solid rgb(74, 74, 74);
    color: rgb(74, 74, 74);
}

.table-harga-sewa {
    margin-bottom: 1.5rem;
    max-height: 59vh;
    overflow-y: auto;
}

.table-harga-sewa table {
    width: 100%;
    border-collapse: collapse;
}

.table-harga-sewa th {
    padding: 4px;
    font-size: 13px;
}

.table-harga-sewa th.tujuan,
.table-harga-sewa td:nth-child(1) {
    width: 33.33%;
    text-align: left;
}

.table-harga-sewa td:not(:nth-child(1)) {
    text-align: center;
}

.table-harga-sewa th:not(.tujuan),
.table-harga-sewa td:not(:nth-child(1)) {
    width: 13.33%;
}

.table-harga-sewa td {
    background-color: rgba(242, 239, 239, 0.629);
    padding: 6px;
    color: rgb(80, 80, 80);
    font-size: 0.9rem;
}

.button-harga {
    padding: 10px 30px;
    border-radius: 10px;
    background-color: #5d0e41;
    text-decoration: none;
    color: white;
    font-size: larger;
    transition: 0.2s ease;
}

.button-harga:hover {
    background-color: white;
    color: rgb(6, 13, 56);
    border: 3px solid gray;
    font-weight: bold;
}

.fifth-section {
    background-color: white;
    height: auto;
    z-index: 2;
    padding: 7rem;
    align-items: center;
}

.fifth-section span {
    color: #5d0e41;
}

.fifth-section .stripe {
    border: 1px solid rgb(135, 135, 135);
    margin: 2.5rem 0;
}

.fifth-section-text {
    color: rgb(80, 80, 80);
}

.fifth-section-logo {
    background-image: url("logo-apu-trans.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 45vh;
    width: 100%;
    margin: 3rem 0;
}

.sixth-section {
    display: flex;
    background-color: white;
    height: auto;
    z-index: 2;
    padding: 7rem;
    gap: 2rem;
    justify-content: space-between;
}

.sixth-section .stripe {
    border: 1px solid rgb(135, 135, 135);
    margin: 2.5rem 0;
}

.sixth-promotion-img {
    background-image: url("bg-first-sec.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50%;
    height: 23vw;
    border-radius: 25px;
}

.sixth-promotion-content {
    width: 50%;
}

.sixth-promotion-content p {
    color: rgb(124, 124, 124);
}

.sixth-promotion-content span {
    color: #5d0e41;
}

.sixth-promotion-benefit ul {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 1.2rem;
    margin: 2rem 0;
}

.sixth-promotion-benefit li {
    align-items: center;
    list-style: none;
    font-size: 20px;
    font-weight: 625;
    display: flex;
    gap: 10px;
}

.sixth-promotion-benefit i {
    color: #5d0e41;
    padding: 2px;
    font-size: 30px;
}

.sixth-promotion-button {
    padding: 12px 0;
}

.sixth-promotion-button a {
    text-decoration: none;
    color: white;
    background-color: #5d0e41;
    font-weight: 500;
    padding: 13px 30px;
    border-radius: 50px;
    transition: 0.2s ease;
}

.sixth-promotion-button a:hover {
    background-color: green;
}

.table-harga-sewa td form button,
.table-harga-sewa td button.btn-primary {
    width: 100%;
    padding: 8px 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease, transform 0.2s;
}

.table-harga-sewa td form button {
    background-color: #dc3545;
    color: white;
}

.table-harga-sewa td form button:hover {
    background-color: #c82333;
}

.table-harga-sewa td button.btn-primary {
    background-color: #007bff;
    color: white;
}

.table-harga-sewa td button.btn-primary:hover {
    background-color: #0056b3;
}

/*percobaan respownsif*/

/* Add responsive styles */

/* end percobaan respownsif*/

.footer {
    background-image: url("bg-first-sec.jpg");
    background-size: 100%;
    padding: 7rem;
    color: white;
    display: flex;
    background-position-y: -400px;
    justify-content: space-between;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgba(7, 13, 52, 0.8);
    background-blend-mode: darken;
}

.footer b {
    font-weight: 500;
    font-size: xx-large;
}

.footer p {
    color: white;
}

.contact-button {
    padding: 2rem 0;
}

.contact-button a {
    padding: 1rem 2rem;
    border: 2.5px solid white;
    width: fit-content;
    height: fit-content;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    font-size: large;
    justify-content: center;
}

.contact-button a:hover {
    background-color: green;
    color: white;
}

.main-footer {
    padding: 5rem 7rem;
    width: 100%;
    column-gap: 2rem;
    color: white;
    background-color: #00224d;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(35, 40, 70);
    background-blend-mode: darken;
}

.main-footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
}

.content-1 p {
    font-size: 13.5px;
    color: white;
}

.content-2 p {
    font-size: 13.5px;
    color: white;
}

.content-2 .stripe {
    border: 2px solid #5d0e41;
    max-width: 37%;
    margin: 10px 0;
}

.content-2 a:hover {
    color: white;
}

.content-3 p {
    font-size: 13.5px;
    color: white;
}

.content-3-alamat {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.content-3-alamat i {
    padding: 6px;
}

.content-3-whatsapp a {
    display: flex;
    padding: 1rem 0;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
    color: white;
}

.content-3-whatsapp a:hover {
    color: #5d0e41;
}

.content-3-whatsapp i {
    padding: 3px;
}

.content-3-tel a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
    color: white;
}

.content-3-tel a:hover {
    color: #5d0e41;
}

.content-3-tel i {
    padding: 3px;
}

.content-3 .stripe {
    border: 2px solid #5d0e41;
    max-width: 47%;
    margin: 10px 0;
}

.button-medsos {
    margin-top: 2rem;
}

.button-medsos ul {
    display: flex;
    gap: 5px;
    list-style: none;
}

.button-medsos li {
    display: flex;
    align-items: center;
    padding: 5px;
}

.button-medsos a:hover {
    background-color: #5d0e41;
    color: white;
}

.button-medsos a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 100%;
    text-decoration: none;
    color: black;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.copyright {
    padding: 1rem 0;
    text-align: start;
    background-color: #5d0e41;
}

.copyright p {
    margin-left: 105px;
    font-size: 11.5px;
    color: white;
}

/*percobaan respownsif*/

/* Responsive Design */

/* end percobaan respownsif*/

.title-layanan {
    padding: 5rem 7rem;
    text-align: center;
    background-color: rgb(249, 249, 249);
}

.title-layanan p {
    color: rgb(135, 135, 135);
}

.title-layanan .stripe {
    border: 1px solid rgb(156, 156, 156);
    margin: 2rem 2rem;
}

.title-layanan button {
    justify-content: start;
}

.layanan {
    padding: 0.5rem 7rem;
    display: flex;
    justify-content: center;
}

.layanan-content {
    width: 50%;
    margin-right: 3rem;
}

.layanan-content h2 {
    font-weight: 500;
}

.layanan-content p {
    padding: 1rem 0;
}

.layanan-list-fasilitas {
    margin-top: 1rem;
    padding: 1rem 3rem;
}

.layanan-list-fasilitas ul {
    display: grid;
    grid-template-columns: auto auto;
}

.layanan-list-fasilitas li {
    padding: 5px 0;
}

.fourth-sect-harga {
    background-color: white;
    height: auto;
    z-index: 2;
    padding: 7rem;
}

.fourth-sect-harga span {
    color: #5d0e41;
}

.fourth-sect-harga .stripe {
    border: 1px solid rgb(135, 135, 135);
    margin: 2.5rem 0;
}

.list-ketentuan-harga {
    padding: 1rem 2rem;
}

.list-catatan-harga {
    padding: 1rem 2rem;
}

.list-ketentuan-harga li,
.list-catatan-harga li {
    padding: 2.5px;
}

.kontak {
    padding: 7rem;
}

.kontak-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2rem;
}

.kontak-address,
.kontak-call,
.kontak-medsos {
    padding: 2rem 0;
    text-align: center;
    max-width: 100%;
}

.kontak-address i,
.kontak-call i,
.kontak-medsos i {
    font-size: 2rem;
    padding: 1px;
    color: #5d0e41;
}

.kontak-address h2,
.kontak-call h2,
.kontak-medsos h2 {
    padding: 1rem;
}

.kontak-address p,
.kontak-call p,
.kontak-medsos p {
    font-size: 20px;
}

.btn-delete,
.btn-edit {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    transition: background-color 0.3s ease, transform 0.2s;
}

.btn-delete {
    width: 50.8px;
    padding: 1rem;
    background-color: #e74c3c;
    color: white;
}

.btn-edit {
    width: 50.8px;
    padding: 1rem;
    background-color: #3498db;
    color: white;
}

.btn-delete:hover {
    background-color: #c0392b;
    transform: scale(1.05);
}

.btn-edit:hover {
    background-color: #2980b9;
    transform: scale(1.05);
}

/* Ikon dalam tombol */
.btn-delete i,
.btn-edit i {
    padding: 1px;
    font-size: 1.2rem;
}
/*percobaan respownsif*/

/* Responsive Design */

/* end percobaan respownsif*/

.btn-logout {
    font-weight: bold;
    background: none;
    border: 2px solid #00224d;
    color: white;
    font-size: 15px;
    cursor: pointer;
    background-color: #5d0e41;
    padding: 5px 15px;
    border-radius: 30px;
}

.btn-logout:hover {
    background-color: red;
    border-radius: 30px;
}

/*modal css*/
/* Modal Base Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    padding: 1rem;
    overflow-y: auto;
}

.modal.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal Container */
.modal-content,
.modal-container {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 500px;
    margin: 2rem auto;
    position: relative;
}

/* Modal Header */
.modal-header {
    background-color: #5d0e41;
    color: white;
    padding: 1.25rem 2rem; /* Increased horizontal padding */
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: white;
}

/* Modal Body */
.modal-body {
    padding: 2rem; /* Increased padding */
}

/* Form Elements */
.form-group {
    margin-bottom: 1.5rem; /* Increased bottom margin */
    padding: 0 0.5rem; /* Added horizontal padding */
}

.form-label {
    display: block;
    margin-bottom: 0.75rem; /* Increased margin */
    font-weight: 500;
    color: #333;
    font-size: 0.95rem;
    padding-left: 0.25rem; /* Added left padding */
}

.form-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem; /* Added bottom margin */
}

.form-input:focus {
    outline: none;
    border-color: #5d0e41;
    box-shadow: 0 0 0 3px rgba(93, 14, 65, 0.1);
}

/* Submit Button */
.submit-btn {
    width: calc(100% - 1rem); /* Adjusted width for padding */
    background-color: #5d0e41;
    color: white;
    padding: 0.875rem;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 1rem 0.5rem; /* Added margin */
}

.submit-btn:hover {
    background-color: #4a0b34;
}

/* Responsive Design */

/*end modal css*/

.login-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    max-width: 400px;
    backdrop-filter: blur(10px);
}
.form-title {
    text-align: center;
    color: #333;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}
.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #555;
    font-weight: 600;
}

.form-group input {
    width: 100%;
    padding: 0.8rem;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: #4f46e5;
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    user-select: none;
}

.error-message {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: none;
}



/* all mobile web */


@media screen and (max-width: 1024px) {
    .navbar {
        display: flex;
        justify-content: space-between;
    }

    .medsos-nav ul,
    .contact-nav ul {
        padding: 1rem 2vh;
        gap: 10px;
        font-size: 14px;
        flex-direction: row;
    }

    .header {
        padding: 1.5rem 5vh;
    }

    .about-title {
        padding: 1rem 6rem;
    }

    .about-title h3 {
        font-weight: 500;
        font-size: 2rem;
        color: white;
    }

    .about-title .stripe {
        border: 3px solid #5d0e41;
        max-width: 45%;
        margin: 1rem 0;
    }

    .menu ul {
        gap: 15px;
    }

    .title {
        padding: 8rem 6rem;
        font-size: 2rem;
    }

    .first-sect {
        height: 80vh;
    }

    .first-about-sect {
        height: 30vh;
    }

    .second-sect pre {
        font-size: 12.5px;
    }

    .second-sect h1 {
        font-size: 20px;
    }

    .second-sect p {
        font-size: 12.5px;
    }

    .promotion-benefit li {
        font-size: 12.5px;
    }

    .promotion-button {
        font-size: 12.5px;
    }

    .second-sect {
        padding: 4rem 2rem;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .second-about-sect {
        padding: 4rem 2rem;
        flex-direction: column;
        align-items: center;
    }

    .second-about-img {
        width: 80%;
        height: 45vh;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .second-about-content {
        width: 100%;
    }

    .second-about-description {
        padding: 2rem 3rem;
    }

    .promotion-desc {
        max-width: 100%;
    }

    .promotion-side-image {
        width: 100%;
        height: 45vh;
        margin-top: 2rem;
    }

    .promotion-benefit ul {
        grid-template-columns: auto auto;
        gap: 1.5rem;
    }

    .best-service ul {
        grid-template-columns: auto auto;
        gap: 1rem;
    }

    .best-service li {
        padding: 1rem 0;
    }
}

@media screen and (max-width: 767px) {
    .navbar {
        display: flex;
        flex-direction: row; /* Keep horizontal layout */
        justify-content: space-between;
        align-items: center;
        padding: 0 10px; /* Add some padding on the sides */
    }

    .medsos-nav ul,
    .contact-nav ul {
        padding: 0.5rem 1vh;
        font-size: 11px; /* Reduced font size */
        gap: 8px; /* Reduced gap */
        flex-direction: row;
        flex-wrap: wrap; /* Allow wrapping if needed */
    }

    .medsos-nav i,
    .contact-nav i {
        font-size: 12px; /* Adjust icon size */
    }

    .header {
        flex-direction: column;
        padding: 1rem 2vh;
        text-align: center;
    }

    .about-title {
        padding: 1rem 7rem;
    }

    .about-title h3 {
        font-weight: 500;
        font-size: 2rem;
        color: white;
    }

    .about-title .stripe {
        border: 3px solid #5d0e41;
        max-width: 45%;
        margin: 1rem 0;
    }

    .menu ul {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        padding: 1rem 0;
    }

    .menu a {
        padding: 5px 0;
        width: 100%;
        text-align: center;
    }

    .title {
        padding: 4rem 2rem;
        font-size: 1.5rem;
    }

    .sub-title p {
        font-size: 1rem;
    }

    .first-sect {
        height: 100vh;
        background-position-y: 0;
    }

    .first-about-sect {
        height: 35vh;
    }

    .header.sticky {
        padding: 0.5rem 2vh;
    }

    .button-booking-wa {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .button-booking-wa a {
        width: 80%;
    }

    .mobile-menu-btn {
        display: flex;
    }

    .menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100vh;
        background-color: #5d0e41;
        padding: 80px 20px 20px;
        transition: 0.3s ease-in-out;
    }

    .menu.active {
        right: 0;
    }

    .mobile-menu-btn.active .bar:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .mobile-menu-btn.active .bar:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-btn.active .bar:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .header {
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        padding: 1rem 2vh;
    }

    .second-sect {
        padding: 3rem 1rem;
    }

    .second-about-sect {
        padding: 3rem 1rem;
    }

    .second-about-img {
        width: 100%;
        height: 35vh;
    }

    .second-about-description {
        padding: 1.5rem 1rem;
    }

    .second-about-content {
        width: 100%;
    }

    .promotion-benefit ul {
        grid-template-columns: auto;
        gap: 1rem;
    }

    .promotion-benefit li {
        font-size: 16px;
    }

    .promotion i {
        font-size: 24px;
    }

    .best-service ul {
        grid-template-columns: auto;
    }

    .best-service li {
        padding: 1rem 0;
    }

    .best-service i {
        font-size: 1.5rem;
    }

    .second-about-sect p {
        font-size: 12.5px;
    }

    .second-about-sect h1 {
        font-size: 20px;
    }

    .second-about-sect li {
        font-size: 12.5px;
    }

    .second-about-sect li i {
        font-size: 20px;
    }

    .second-about-button {
        flex-direction: column;
        gap: 1rem;
    }

    .second-about-button a {
        text-align: center;
        display: block;
    }

    .second-about-description p {
        font-size: 12.5px;
    }

    .second-about-description h1 {
        font-size: 20px;
    }

    .promotion-button {
        margin-top: 3rem;
    }

    .promotion-side-image {
        height: 35vh;
    }

    .second-about-header {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 480px) {
    .second-sect {
        padding: 2rem 0.5rem;
    }

    .second-about-sect {
        padding: 2rem 0.5rem;
    }

    .second-about-img {
        height: 30vh;
    }

    .second-about-sect p {
        font-size: 12.5px;
    }

    .second-about-sect h1 {
        font-size: 20px;
    }

    .second-about-sect li i {
        font-size: 20px;
    }

    .second-about-sect li {
        font-size: 12.5px;
    }

    .second-about-description {
        padding: 1rem 0.5rem;
    }

    .second-about-description p {
        font-size: 12.5px;
    }

    .promotion-benefit li {
        font-size: 14px;
    }

    .promotion i {
        font-size: 20px;
    }

    .best-service i {
        font-size: 1.2rem;
    }

    .second-about-header h1 {
        font-size: 20px;
    }

    .promotion-side-image {
        height: 30vh;
    }

    .stripe {
        margin: 1.5rem 0;
    }

    .promotion-button a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .third-sect {
        padding: 1.8rem 1rem; /* Mengurangi jarak atas */
    }

    .service-content {
        padding: 0.8rem; /* Mengurangi jarak padding */
    }

    .img-service {
        height: 25vh;
    }

    .service-facility {
        padding: 0.1rem 0.5rem 0.8rem; /* Mengurangi jarak bawah */
    }

    .fourth-sect h1,
    .fifth-section h1,
    .sixth-promotion-content h1 {
        font-size: 24px;
    }

    .table-harga-sewa {
        font-size: 11px; /* Ukuran font lebih kecil */
    }

    .table-harga-sewa th.tujuan,
    .table-harga-sewa td:nth-child(1) {
        width: 50%; /* Lebar Tujuan pada layar sangat kecil */
        text-align: center;
    }

    .table-harga-sewa th:not(.tujuan),
    .table-harga-sewa td:not(:nth-child(1)) {
        width: 10%; /* Lebar kolom lain pada layar sangat kecil */
    }

    .fifth-section-text {
        font-size: 14px;
    }

    .contact-promotion h1 {
        font-size: 20px;
    }

    .contact-promotion p {
        font-size: 14px;
    }

    .sixth-promotion-img {
        height: 30vh;
    }

    .sixth-promotion-benefit li {
        font-size: 14px;
    }

    .sixth-promotion-benefit i {
        font-size: 20px;
    }

    .sixth-promotion-button a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .table-harga-sewa td form button,
    .table-harga-sewa td button.btn-primary {
        padding: 5px 10px;
        font-size: 11px;
    }

    .service-group {
        height: 540px;
    }

    .modal {
        padding: 1.5rem;
        margin-top: 15px;
    }

    .modal-content,
    .modal-container {
        padding: 1.5rem;
    }

    .modal-header {
        padding: 0.875rem 1.25rem; /* Adjusted padding */
    }

    .modal-body {
        padding: 1.25rem; /* Adjusted padding */
    }

    .form-group {
        padding: 0 0.25rem; /* Maintained some padding */
        margin-bottom: 1rem;
    }

    .submit-btn {
        width: calc(100% - 0.5rem); /* Maintained some margin */
        margin: 0.5rem 0.25rem;
    }

    .navbar {
        padding: 0 5px; /* Smaller padding */
    }

    .medsos-nav ul,
    .contact-nav ul {
        padding: 0.5rem 0.5vh;
        font-size: 10px; /* Even smaller font */
        gap: 5px;
    }

    /* Hide some text on very small screens */
    .medsos-nav span {
        display: none;
    }

    .about-title {
        padding: 1rem 5rem;
    }

    .about-title h3 {
        font-weight: 500;
        font-size: 2rem;
        color: white;
    }

    .about-title .stripe {
        border: 3px solid #5d0e41;
        max-width: 45%;
        margin: 1rem 0;
    }

    .title {
        padding: 3rem 1rem;
        font-size: 1.2rem;
    }

    .first-sect {
        height: 110vh;
    }

    .menu a:hover {
        padding: 5px 15px;
    }

    .login-container {
        padding: 1.5rem;
    }

    .form-title {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 360px) {
    .promotion-benefit li {
        font-size: 13px;
    }

    .best-service li {
        font-size: 13px;
    }

    .second-about-img {
        height: 25vh;
    }

    .promotion-side-image {
        height: 25vh;
    }

    .second-about-button a {
        padding: 8px 15px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1200px) {
    .services {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-facility {
        padding: 0.1rem 1rem 1rem;
    }

    .third-sect {
        padding: 50px;
    }

    .third-sect pre {
        font-size: 12.5px;
    }

    .third-sect h1 {
        font-size: 20px;
    }

    .service-title {
        font-size: 15px;
    }

    .service-group {
        height: 613px;
    }

    .service-content {
        padding: 24px 24px 0px 24px;
    }

    .action-buttons {
        padding: 0;
    }

    .service-content p {
        font-size: 12.5px;
    }

    .service-facility {
        padding: 0px 16px 5px;
        font-size: 12.5px;
    }

    .fourth-sect h1 {
        font-size: 20px;
    }

    .fourth-sect a {
        width: 200px;
        height: 40px;
        font-size: 10px;
        padding: 12.5px;
    }

    .fourth-sect a:hover {
        overflow: hidden;
    }

    .fifth-section h1 {
        font-size: 20px;
    }

    .fifth-section-text {
        font-size: 12.5px;
    }

    .fifth-section p {
        font-size: 12.5px;
    }

    .sixth-promotion-content p {
        font-size: 12.5px;
    }

    .sixth-promotion-content h1 {
        font-size: 20px;
    }

    .sixth-promotion-content b {
        font-size: 12.5px;
    }

    .sixth-promotion-content li {
        font-size: 12.5px;
    }

    .footer {
        padding: 5rem;
        background-position-y: -200px;
    }

    .main-footer {
        padding: 4rem 5rem;
    }

    .main-footer-content {
        gap: 3rem;
    }

    .title-layanan {
        padding: 4rem 5rem;
    }

    .layanan {
        padding: 0.5rem 5rem;
    }

    .kontak {
        padding: 5rem;
    }

    .fourth-sect-harga {
        padding: 5rem;
    }
    .button-container {
        flex-direction: column;
        align-items: center;
    }

    .btn-delete,
    .btn-edit {
        width: 100%;
        max-width: 300px;
    }

    .btn-delete i,
    .btn-edit i {
        width: 40px;
    }

    .fourth-sect,
    .fifth-section,
    .sixth-section {
        padding: 4rem 2rem;
    }

    .table-harga-sewa {
        overflow-x: auto;
    }

    .sixth-section {
        flex-direction: column;
    }

    .sixth-promotion-img,
    .sixth-promotion-content {
        width: 100%;
    }

    .sixth-promotion-img {
        height: 40vh;
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    .services {
        grid-template-columns: 1fr;
    }

    .service-facility {
        padding: 0.1rem 1rem 0.8rem; /* Mengurangi jarak bawah */
    }

    .service-group {
        height: 671.5px;
    }

    .service-content {
        padding: 24px 24px 0px 24px;
    }

    .action-buttons {
        padding: 0px;
    }

    .action-buttons button {
        width: 80px;
    }

    .second-sect pre {
        font-size: 12.5px;
    }

    .second-sect h1 {
        font-size: 20px;
    }

    .second-sect p {
        font-size: 12.5px;
    }

    .promotion-benefit li {
        font-size: 12.5px;
    }

    .promotion-button {
        font-size: 12.5px;
    }

    .third-sect {
        padding: 50px;
    }

    .third-sect pre {
        font-size: 12.5px;
    }

    .third-sect h1 {
        font-size: 20px;
    }

    .service-title {
        font-size: 15px;
    }

    .service-group {
        height: 613px;
    }

    .service-content {
        padding: 24px 24px 0px 24px;
    }

    .action-buttons {
        padding: 0;
    }

    .service-content p {
        font-size: 12.5px;
    }

    .service-facility {
        padding: 0px 16px 5px;
        font-size: 12.5px;
    }

    .fourth-sect h1 {
        font-size: 20px;
    }

    .fourth-sect a {
        width: 200px;
        height: 40px;
        font-size: 10px;
        padding: 12.5px;
    }

    .fourth-sect a:hover {
        overflow: hidden;
    }

    .fifth-section h1 {
        font-size: 20px;
    }

    .fifth-section-text {
        font-size: 12.5px;
    }

    .fifth-section p {
        font-size: 12.5px;
    }

    .sixth-promotion-content p {
        font-size: 12.5px;
    }

    .sixth-promotion-content h1 {
        font-size: 20px;
    }

    .sixth-promotion-content b {
        font-size: 12.5px;
    }

    .sixth-promotion-content li {
        font-size: 12.5px;
    }

    .fourth-sect,
    .fifth-section,
    .sixth-section {
        padding: 3rem 1rem;
    }

    .table-harga-sewa th,
    .table-harga-sewa td {
        font-size: 12px;
        padding: 4px;
    }

    .table-harga-sewa th.tujuan,
    .table-harga-sewa td:nth-child(1) {
        width: 30%; 
        text-align: center;
    }

    .table-harga-sewa th:not(.tujuan),
    .table-harga-sewa td:not(:nth-child(1)) {
        width: 15%;
    }

    .button-harga {
        display: block;
        text-align: center;
        margin: 1rem auto;
        max-width: 80%;
        font-size: 16px;
    }

    .fifth-section-logo {
        height: 30vh;
        background-size: contain;
        margin: 2rem 0;
    }

    .sixth-promotion-benefit ul {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .sixth-promotion-benefit li {
        font-size: 16px;
    }

    .sixth-promotion-benefit i {
        font-size: 24px;
    }

    .sixth-promotion-button a {
        display: block;
        text-align: center;
        margin: 1rem auto;
        max-width: 80%;
    }

    .table-harga-sewa td form button,
    .table-harga-sewa td button.btn-primary {
        padding: 6px 12px;
        font-size: 12px;
    }

    .footer {
        padding: 3rem 2rem;
        background-position-y: 0;
    }

    .footer b {
        font-size: x-large;
    }

    .main-footer {
        padding: 2rem;
    }

    .main-footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .content-1 {
        grid-column: span 1;
    }

    .content-2 .stripe,
    .content-3 .stripe {
        max-width: 100px;
    }

    .content-3-alamat {
        text-align: center;
    }

    .modal-content,
    .modal-container {
        width: 90%;
        margin: 20px auto;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .form-input {
        width: 100%;
    }

    .modal-header h2,
    .modal-header h3 {
        font-size: 1.25rem;
    }

    .layanan-list-fasilitas {
        padding: 1rem;
        text-align: left; /* Pastikan teks rata kiri */
        margin: 0 auto; /* Posisikan elemen di tengah */
        max-width: 500px; /* Atur lebar maksimum agar konten tidak melebar */
    }

    .layanan-list-fasilitas ul {
        list-style-type: none; /* Hapus bullet points */
        padding: 0; /* Hilangkan padding default */
        margin: 0; /* Hilangkan margin default */
    }

    .layanan-list-fasilitas ul li {
        margin-bottom: 0.5rem;
        text-align: left; /* Rata kiri setiap item */
        font-size: clamp(14px, 2vw, 18px); /* Ukuran font responsif */
        line-height: 1.5; /* Memberi jarak antar baris untuk kenyamanan membaca */
    }

    .button-container {
        flex-direction: column;
        align-items: center;
    }

    .btn-delete,
    .btn-edit {
        width: 100%;
        max-width: 300px;
    }

    .title-layanan {
        padding: 2rem;
    }

    .title-layanan .stripe {
        margin: 1.5rem 1rem;
    }

    .layanan {
        padding: 0.5rem 2rem;
    }

    .layanan-list-fasilitas {
        padding: 1rem;
        text-align: left; /* Pastikan teks rata kiri */
        margin: 0 auto; /* Posisikan elemen di tengah */
        max-width: 500px; /* Atur lebar maksimum agar konten tidak melebar */
    }

    .layanan-list-fasilitas ul {
        list-style-type: none; /* Hapus bullet points */
        padding: 0; /* Hilangkan padding default */
        margin: 0; /* Hilangkan margin default */
    }

    .layanan-list-fasilitas ul li {
        margin-bottom: 0.5rem; /* Tambahkan jarak antar item */
        text-align: left; /* Rata kiri tiap item */
    }

    .button-container {
        flex-direction: column;
        align-items: center;
    }

    .btn-delete,
    .btn-edit {
        width: 100%;
        max-width: 300px;
    }

    .list-ketentuan-harga,
    .list-catatan-harga {
        padding: 1rem;
    }

    .kontak {
        padding: 3rem 2rem;
    }

    .kontak p {
        font-size: 12.5px;
    }

    .kontak-address p,
    .kontak-call p,
    .kontak-medsos p {
        font-size: 16px;
    }

    .modal-content,
    .modal-container {
        padding: 1.5rem;
        max-width: none;
    }

    .modal-header {
        padding: 1rem 1.5rem; /* Adjusted padding */
    }

    .modal-body {
        padding: 1.5rem; /* Adjusted padding */
    }

    .form-group {
        padding: 0 0.25rem; /* Reduced padding */
        margin-bottom: 1.25rem; /* Adjusted margin */
    }

    .submit-btn {
        width: calc(100% - 0.5rem); /* Adjusted width */
        margin: 0.75rem 0.25rem; /* Adjusted margin */
    }
}

/* Additional table responsiveness */
@media screen and (max-width: 600px) {
    .table-harga-sewa {
        max-height: none;
    }

    .table-harga-sewa table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .table-harga-sewa th.tujuan,
    .table-harga-sewa td:nth-child(1) {
        width: auto;
        min-width: 150px;
    }

    .table-harga-sewa th:not(.tujuan),
    .table-harga-sewa td:not(:nth-child(1)) {
        width: auto;
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .footer {
        padding: 2rem 1rem;
    }

    .footer b {
        font-size: medium;
    }

    .footer p {
        font-size: small;
    }

    .contact-button a {
        padding: 0.8rem 1.5rem;
        font-size: medium;
    }

    .main-footer {
        padding: 2rem 1rem;
    }

    .main-footer h2 {
        font-size: 20px;
    }

    .main-footer h3 {
        font-size: 17px;
    }

    .main-footer p {
        font-size: 10px;
    }

    .button-medsos ul {
        justify-content: center;
    }

    .copyright p {
        margin-left: 1rem;
        text-align: center;
    }

    .second-sect pre {
        font-size: 12.5px;
    }

    .second-sect h1 {
        font-size: 20px;
    }

    .second-sect p {
        font-size: 12.5px;
    }

    .promotion-benefit li {
        font-size: 12.5px;
    }

    .promotion-button {
        font-size: 12.5px;
    }

    .third-sect {
        padding: 50px;
    }

    .third-sect pre {
        font-size: 12.5px;
    }

    .third-sect h1 {
        font-size: 20px;
    }

    .service-title {
        font-size: 15px;
    }

    .service-group {
        height: 613px;
    }

    .service-content {
        padding: 24px 24px 0px 24px;
    }

    .action-buttons {
        padding: 0;
    }

    .service-content p {
        font-size: 12.5px;
    }

    .service-facility {
        padding: 0px 16px 5px;
        font-size: 12.5px;
    }

    .fourth-sect h1 {
        font-size: 20px;
    }

    .fourth-sect a {
        width: 200px;
        height: 40px;
        font-size: 10px;
        padding: 12.5px;
    }

    .fourth-sect a:hover {
        overflow: hidden;
    }

    .list-ketentuan-harga {
        font-size: 12.5px;
    }

    .list-catatan-harga {
        font-size: 12.5px;
    }

    .fifth-section h1 {
        font-size: 20px;
    }

    .fifth-section-text {
        font-size: 12.5px;
    }

    .fifth-section p {
        font-size: 12.5px;
    }

    .sixth-promotion-content p {
        font-size: 12.5px;
    }

    .sixth-promotion-content h1 {
        font-size: 20px;
    }

    .sixth-promotion-content b {
        font-size: 12.5px;
    }

    .sixth-promotion-content li {
        font-size: 12.5px;
    }
    
    .modal-content,
    .modal-container {
        width: 95%;
        margin: 10px auto;
    }

    .form-group {
        margin-bottom: 0.75rem;
    }

    .modal-header {
        padding: 0.75rem;
    }

    .modal-body {
        padding: 1rem;
    }

    .layanan-list-fasilitas {
        padding: 1rem;
        text-align: left; /* Pastikan teks rata kiri */
        margin: 0 auto; /* Posisikan elemen di tengah */
        max-width: 500px; /* Atur lebar maksimum agar konten tidak melebar */
    }

    .layanan-list-fasilitas ul {
        list-style-type: none; /* Hapus bullet points */
        padding: 0; /* Hilangkan padding default */
        margin: 0; /* Hilangkan margin default */
    }

    .layanan-list-fasilitas ul li {
        margin-bottom: 0.5rem;
        text-align: left; /* Rata kiri setiap item */
        font-size: clamp(12.5px, 2vw, 18px); /* Ukuran font responsif */
        line-height: 1.5; /* Memberi jarak antar baris untuk kenyamanan membaca */
    }

    .button-container {
        flex-direction: column;
        align-items: center;
    }

    .btn-delete,
    .btn-edit {
        width: 100%;
        max-width: 300px;
    }
}

/* Fix for very small devices */
@media screen and (max-width: 320px) {
    .footer b {
        font-size: medium;
    }

    .contact-button a {
        padding: 0.6rem 1rem;
        font-size: small;
    }

    .button-medsos a {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    .title-layanan {
        padding: 3rem;
    }

    .layanan {
        padding: 0.5rem 3rem;
        flex-direction: column;
        align-items: center;
    }

    .layanan-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
        text-align: center;
    }

    .layanan-gambar img {
        width: 100%;
        height: auto;
        max-width: 500px;
    }

    .kontak-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .fourth-sect-harga {
        padding: 3rem;
    }
    .button-container {
        flex-direction: column;
        align-items: center;
    }

    .btn-delete,
    .btn-edit {
        width: 100%;
        max-width: 300px;
    }

    .footer {
        padding: 4rem;
        background-position-y: -100px;
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .main-footer {
        padding: 3rem;
    }

    .main-footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .content-1 {
        grid-column: span 2;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .modal-content,
    .modal-container {
        background-color: #1f2937;
    }

    .modal-header {
        background-color: #5d0e41;
    }

    .form-label {
        color: #e5e7eb;
    }

    .form-input {
        background-color: #374151;
        border-color: #4b5563;
        color: #e5e7eb;
    }

    .form-input:focus {
        border-color: #5d0e41;
        box-shadow: 0 0 0 3px rgba(93, 14, 65, 0.2);
    }
}








/* Article Container Styling */
.transport-service-article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background-color: #fff;
}

.main-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Typography */
.main-content h1 {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.main-content h2 {
    font-size: 2rem;
    color: #444;
    margin: 2.5rem 0 1.5rem;
}

.main-content h3 {
    font-size: 1.5rem;
    color: #555;
    margin: 2rem 0 1rem;
}

/* Sections Styling */
.service-introduction {
    text-align: center;
    margin-bottom: 3rem;
}

.service-introduction p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #666;
}

section {
    margin: 3rem 0;
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Lists Styling */
.service-types ul,
.service-areas ul,
.key-features ul,
.popular-routes ul,
.price-info ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.service-types li,
.service-areas li,
.key-features li,
.popular-routes li,
.price-info li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #eee;
    font-size: 1.1rem;
}

/* FAQ Section */
.faq-section div[itemtype="http://schema.org/Question"] {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .main-content {
        padding: 0 10px;
    }
    
    .main-content h1 {
        font-size: 2rem;
    }
    
    .main-content h2 {
        font-size: 1.75rem;
    }
    
    .main-content h3 {
        font-size: 1.3rem;
    }
    
    section {
        padding: 1rem;
        margin: 2rem 0;
    }
    
    .service-types li,
    .service-areas li,
    .key-features li,
    .popular-routes li,
    .price-info li {
        font-size: 1rem;
        padding: 0.6rem 0;
    }
}

@media screen and (max-width: 480px) {
    .main-content h1 {
        font-size: 1.75rem;
    }
    
    .main-content h2 {
        font-size: 1.5rem;
    }
    
    .main-content h3 {
        font-size: 1.2rem;
    }
    
    .service-introduction p {
        font-size: 1rem;
    }
    
    section {
        padding: 0.8rem;
        margin: 1.5rem 0;
    }
}

/* Grid Layout for Service Areas */
.service-areas ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

/* Stripe Design Consistency */
.stripe {
    width: 100px;
    height: 3px;
    background: #007bff;
    margin: 1.5rem auto;
}

/* Button Styling Consistency */
.booking-info ol {
    counter-reset: item;
    list-style-type: none;
    padding: 0;
}

.booking-info li {
    position: relative;
    padding: 1rem 0 1rem 3rem;
    counter-increment: item;
}

.booking-info li::before {
    content: counter(item);
    background: #007bff;
    color: white;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
