/* HOME ( HILMI ALDIN F ) */
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fef7f9;
    padding-bottom: 100px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== Navigation Bar ===== */
.navbar {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #d4628a;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 30px;
}

.nav-menu a {
    text-decoration: none;
    color: #555;
    font-weight: 400;
    transition: color 0.3s;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #d4628a;
}

/* ===== Hero Section ===== */
.hero {
    background: linear-gradient(135deg, #f8d7e3 0%, #e6c9f0 100%);
    padding: 80px 20px;
    text-align: center;
}

.hero h1 {
    font-size: 42px;
    color: #d4628a;
    margin-bottom: 15px;
    font-weight: 600;
}

.hero-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

/* ===== Rating Box & Stars ===== */
.rating-box {
    background-color: white;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.stars {
    color: #ffc107;
    font-size: 24px;
    margin-bottom: 5px;
}

.rating-text {
    color: #555;
    font-size: 14px;
}

.rating-input .star {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
}

.rating-input .star.active {
    color: gold;
}

/* ===== Galeri Salon ===== */
.salon-photos {
    padding: 60px 20px;
    background-color: #fff3f6;
}

.salon-photos h2 {
    text-align: center;
    font-size: 32px;
    color: #d4628a;
    margin-bottom: 40px;
    font-weight: 500;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.photo-placeholder {
    width: 100%;
    height: 200px;
    background-color: #f0e5eb;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.photo-placeholder img:hover {
    transform: scale(1.05);
}

/* ===== Testimonials ===== */
.testimonials {
    background-color: white;
    padding: 60px 20px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-card {
    background: linear-gradient(135deg, #f8d7e3 0%, #e6c9f0 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.testimonial-text {
    font-size: 16px;
    color: #555;
    font-style: italic;
    margin-bottom: 15px;
}

.customer-name {
    font-weight: 600;
    color: #d4628a;
}

/* ===== Review Form ===== */
.review-form {
    padding: 60px 20px;
    background-color: #fff3f6;
}

.review-form h2 {
    text-align: center;
    font-size: 28px;
    color: #d4628a;
    margin-bottom: 30px;
}

.review-form form {
    max-width: 500px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* ===== Footer ===== */
.footer {
    background: linear-gradient(135deg, #d4628a 0%, #b85c9f 100%);
    color: white;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

/* SAMPE SINI, LANJUT TREATMENT ( VEBRY KUSYANTO ) */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== Navigation Bar (digunakan ulang) ===== */
.navbar {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #d4628a;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 30px;
}

.nav-menu a {
    text-decoration: none;
    color: #555;
    font-weight: 400;
}

.nav-menu a.active {
    color: #d4628a;
}

/* ===== Page Header ===== */
.page-header {
    background: linear-gradient(135deg, #f8d7e3 0%, #e6c9f0 100%);
    padding: 60px 20px;
    text-align: center;
}

.page-header h1 {
    font-size: 36px;
    color: #d4628a;
    margin-bottom: 10px;
}

.page-header p {
    font-size: 16px;
    color: #666;
}

/* ===== Treatment Section ===== */
.treatment-section {
    padding: 60px 20px;
}

.treatment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* ===== Treatment Card ===== */
.treatment-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
}

.treatment-card:hover {
    transform: translateY(-5px);
}

/* ===== Treatment Image ===== */
.treatment-photo-placeholder {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.treatment-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== Treatment Info ===== */
.treatment-info {
    padding: 16px;
}

.treatment-info h3 {
    font-size: 22px;
    color: #d4628a;
    margin-bottom: 8px;
    text-align: center;
}

.treatment-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* ===== Footer ===== */
.footer {
    background: linear-gradient(135deg, #d4628a 0%, #b85c9f 100%);
    color: white;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn-whatsapp {
    display: inline-block;
    background-color: white;
    color: #d4628a;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
}

/* SAMPE SINI, LANJUT PRODUCT ( M RAFI ) */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== Navigation Bar ===== */
.navbar {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #d4628a;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 30px;
}

.nav-menu a {
    text-decoration: none;
    color: #555;
    font-weight: 400;
}

.nav-menu a.active {
    color: #d4628a;
}

/* ===== Page Header ===== */
.page-header {
    background: linear-gradient(135deg, #f8d7e3 0%, #e6c9f0 100%);
    padding: 60px 20px;
    text-align: center;
}

.page-header h1 {
    font-size: 36px;
    color: #d4628a;
    margin-bottom: 10px;
}

.page-header p {
    font-size: 20px;
    color: #666;
}

/* ===== Product Section ===== */
.product-section {
    padding: 60px 20px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* ===== Product Card ===== */
.product-card {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
}

/* ===== Product Image ===== */
.product-photo-placeholder {
    height: 200px;
    background-color: #f0e5eb;
    border-bottom: 2px dashed #d4628a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== Product Info ===== */
.product-info {
    font-size: 20px;
    line-height: 1.0;
    padding: 20px;
}

.product-info h3 {
    font-size: 36px;
    color: #d4628a;
    margin-bottom: 10px;
}

.product-info p {
    font-size: 20px;
    color: #666;
}

/* ===== Footer ===== */
.footer {
    background: linear-gradient(135deg, #d4628a 0%, #b85c9f 100%);
    color: white;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 13px;
    margin: 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* SAMPE SINI, LANJUT PROFILE ( RIFKY CILIMUS ) */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== Navigation Bar ===== */
.navbar {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #d4628a;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 30px;
}

.nav-menu a {
    text-decoration: none;
    color: #555;
    font-weight: 400;
}

.nav-menu a.active {
    color: #d4628a;
}

/* ===== Page Header ===== */
.page-header {
    background: linear-gradient(135deg, #f8d7e3 0%, #e6c9f0 100%);
    padding: 60px 20px;
    text-align: center;
}

.page-header h1 {
    font-size: 36px;
    color: #d4628a;
    margin-bottom: 10px;
}

.page-header p {
    font-size: 16px;
    color: #666;
}

/* ===== Profile Section ===== */
.profile-section {
    padding: 60px 20px;
}

.profile-content {
    max-width: 800px;
    margin: 0 auto;
}

/* ===== Profile Box ===== */
.profile-box {
    background-color: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.profile-box h2 {
    font-size: 26px;
    color: #d4628a;
    margin-bottom: 20px;
}

.profile-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* ===== Pegawai ===== */
.pegawai-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
}

.pegawai-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.pegawai-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

.pegawai-card h4 {
    color: #d4628a;
    margin-bottom: 5px;
}

.pegawai-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
}

.pegawai-card span {
    font-size: 13px;
    color: #888;
}

.pegawai-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(212,98,138,0.25);
}

/* ===== Jam Operasional ===== */
.hours-info {
    background: linear-gradient(135deg, #f8d7e3 0%, #e6c9f0 100%);
    padding: 20px;
    border-radius: 10px;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

.hours-label {
    font-weight: 600;
    color: #555;
}

.hours-value {
    color: #d4628a;
    font-weight: 600;
}

.hours-note {
    text-align: center;
    margin-top: 15px;
    font-style: italic;
    color: #666;
}

/* ===== Kategori ===== */
.category-badge {
    display: inline-block;
    background: linear-gradient(135deg, #d4628a 0%, #b85c9f 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
}

/* ===== Benefits ===== */
.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    padding: 10px 0;
    font-size: 15px;
    color: #555;
    border-bottom: 1px solid #f0e5eb;
}

.benefits-list li:last-child {
    border-bottom: none;
}

/* ===== Footer ===== */
.footer {
    background: linear-gradient(135deg, #d4628a 0%, #b85c9f 100%);
    color: white;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-address p {
    font-size: 13px;
    margin: 0;
}

.btn-whatsapp {
    display: inline-block;
    background-color: white;
    color: #d4628a;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
}

/* SAMPE SINI, LANJUT CONTACT ( ALIF RYAN ) */

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fef7f9;
    color: #333;
    line-height: 1.6;
    padding-bottom: 100px;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* ============================= */
/* NAVBAR */
/* ============================= */
.navbar {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #d4628a;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 30px;
}

.nav-menu a {
    text-decoration: none;
    color: #555;
}

.nav-menu a.active {
    color: #d4628a;
}

/* ============================= */
/* PAGE HEADER */
/* ============================= */
.page-header {
    background: linear-gradient(135deg, #f8d7e3, #e6c9f0);
    padding: 60px 20px;
    text-align: center;
}

.page-header h1 {
    font-size: 36px;
    color: #d4628a;
}

.page-header p {
    color: #666;
}

/* ============================= */
/* CONTACT SECTION */
/* ============================= */
.contact-section {
    padding: 60px 20px;
}

.contact-content {
    max-width: 800px;
    margin: auto;
}

/* Contact Info Box */
.contact-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.contact-box h2 {
    color: #d4628a;
    margin-bottom: 25px;
}

.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-icon {
    font-size: 30px;
}

.contact-details h3 {
    color: #d4628a;
    margin-bottom: 5px;
}

.contact-details p {
    color: #555;
}

/* ============================= */
/* FORM PEMESANAN */
/* ============================= */
form input,
form select,
form textarea {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
}

form button {
    margin-top: 15px;
    padding: 14px;
    background: #e91e63;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

/* ============================= */
/* MAP */
/* ============================= */
.map-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.map-box h2 {
    color: #d4628a;
    margin-bottom: 20px;
}

.map-placeholder {
    height: 300px;
    border: 2px dashed #d4628a;
    border-radius: 10px;
    background: #f0e5eb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map-note {
    color: #666;
    font-size: 14px;
    text-align: center;
}

/* ============================= */
/* FOOTER */
/* ============================= */
.footer {
    background: linear-gradient(135deg, #d4628a, #b85c9f);
    color: #fff;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-whatsapp {
    background: #fff;
    color: #d4628a;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
}
