/* ====================================
   SHELA BEAUTY STUDIO
   PINK & SILVER ELEGANT THEME
==================================== */

body{
    margin:0;
    padding-top:70px;
    font-family:'Segoe UI', Arial, sans-serif;
    background:#fff8fa;
    color:#6e5b61;
}

/* HEADER */
.top-header{
    background:#faf7f8;
    padding:20px 0;
}

.top-header h2,
.top-header h3{
    color:#b76e79;
}

.top-header a{
    color:#b76e79;
}

/* NAVBAR */
.navbar{
    border-radius:0;
    margin-bottom:0;
}

.navbar-default{
    background:linear-gradient(
        to right,
        #fff8fa,
        #f8d7da,
        #ececec
    ) !important;
    border:none;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.navbar-default .navbar-brand{
    color:#b76e79 !important;
    font-weight:bold;
}

.navbar-default .navbar-nav > li > a{
    color:#8d5c63 !important;
    font-weight:600;
}

.navbar-default .navbar-nav > li > a:hover{
    color:#c59aa5 !important;
}

.navbar-default .navbar-nav > .active > a{
    background:#f0d8de !important;
    color:#b76e79 !important;
}

/* HERO */
.hero{
    background:
    linear-gradient(
        rgba(183,110,121,0.5),
        rgba(216,167,177,0.5)
    ),
    url('gambar.guru.jpg');

    background-size:cover;
    background-position:center;
    height:90vh;

    display:flex;
    justify-content:center;
    align-items:center;

    text-align:center;
    color:white;
}

/* HERO GALERI */
.hero-galeri{
    background:linear-gradient(
        135deg,
        #fff8fa,
        #f8d7da,
        #ececec
    );
    height:350px;
}

.overlay{
    background:transparent;
    height:350px;
    padding-top:100px;
}

.hero-galeri h1{
    color:#b76e79;
    font-size:60px;
    font-weight:bold;
}

.hero-galeri p{
    color:#8d5c63;
    font-size:20px;
}

/* JUDUL */
h1,h2,h3,h4{
    color:#b76e79;
    font-weight:600;
}

.section-title{
    text-align:center;
    margin-bottom:30px;
}

/* PANEL */
.panel{
    border-radius:12px;
    overflow:hidden;
    border:none;
    box-shadow:0 2px 12px rgba(0,0,0,0.08);
}

.panel-danger,
.panel-primary,
.panel-success,
.panel-warning{
    border:none;
}

.panel-danger .panel-heading,
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading{
    background:linear-gradient(
        to right,
        #f8d7da,
        #ececec
    ) !important;

    color:#b76e79 !important;
    border:none;
    font-weight:bold;
}

.panel-body{
    background:white;
}

/* BUTTON */
.btn-danger,
.btn-primary,
.btn-success{
    background:#d8a7b1 !important;
    border:none !important;
    color:white !important;
    border-radius:25px;
    padding:10px 25px;
}

.btn-danger:hover,
.btn-primary:hover,
.btn-success:hover{
    background:#b76e79 !important;
}

/* GALERI */
.img-thumbnail{
    border:3px solid #f3d9df;
    border-radius:12px;
    transition:0.3s;
}

.img-thumbnail:hover{
    transform:scale(1.03);
}

/* TESTIMONI */
.well{
    background:#fff;
    border:none;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
    color:#6e5b61;
}

/* JUMBOTRON */
.jumbotron{
    background:linear-gradient(
        to right,
        #fff8fa,
        #f8d7da,
        #ececec
    );
}

.jumbotron h2{
    color:#b76e79;
}

/* FOOTER */
.footer{
    background:#b76e79;
    color:white;
    padding:30px 0;
    margin-top:40px;
}

.footer a{
    color:white;
}

.footer a:hover{
    color:#f8d7da;
}

/* TIM */
.img-circle{
    border:4px solid #f3d9df;
}

/* PAGE HEADER */
.page-header{
    border-bottom:2px solid #f3d9df;
}

/* ====================================
   DETAIL WEDDING MAKEUP
==================================== */

.detail-layanan{
    padding:50px 0;
}

.detail-container{
    max-width:1000px;
    margin:0 auto;
    background:#ffffff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.gambar-layanan{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:15px;
}

.detail-container h1{
    text-align:center;
    color:#b76e79;
    font-size:42px;
    margin:30px 0;
}

.detail-container h2{
    color:#b76e79;
    margin-top:35px;
    margin-bottom:20px;
}

.deskripsi{
    font-size:18px;
    line-height:1.8;
    text-align:justify;
}

.fasilitas{
    font-size:17px;
    line-height:2;
}

.harga-box{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    margin-top:20px;
}

.paket{
    flex:1;
    min-width:250px;
    background:#fdecef;
    padding:25px;
    border-radius:15px;
    text-align:center;
}

.paket h3{
    color:#b76e79;
    margin-top:0;
}

.paket span{
    display:block;
    margin-top:15px;
    font-size:24px;
    font-weight:bold;
    color:#b76e79;
}

.btn-booking{
    display:block;
    width:250px;
    margin:40px auto 0;
    background:#d8a7b1;
    color:white;
    text-align:center;
    text-decoration:none;
    padding:15px;
    border-radius:50px;
    font-size:18px;
    font-weight:bold;
}

.btn-booking:hover{
    background:#b76e79;
    color:white;
    text-decoration:none;
}

.gambar-wisuda{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.gambar-wisuda img{
    width:50%;
    height:280px;
    object-fit:cover;
    border-radius:15px;
}

.gambar-dua{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.gambar-dua img{
    width:50%;
    height:250px;
    object-fit:cover;
    border-radius:15px;
}

/* =========================
   BOOKING FORM
========================= */

.booking-form{
    max-width:700px;
    margin:50px auto;
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.booking-form h1{
    text-align:center;
    color:#b76e79;
    margin-bottom:15px;
}

.booking-form p{
    text-align:center;
    margin-bottom:30px;
}

.booking-form label{
    color:#b76e79;
    font-weight:600;
}

.form-control{
    border-radius:10px;
    height:45px;
}

textarea.form-control{
    height:auto;
}

.btn-booking-form{
    width:100%;
    background:#d8a7b1;
    color:white;
    border:none;
    padding:15px;
    border-radius:30px;
    font-size:18px;
    font-weight:bold;
    transition:0.3s;
}

.btn-booking-form:hover{
    background:#b76e79;
}