* {
margin: 0;
}

@font-face {
    font-family: 'TheYoungestrg';
    src: url('../../fonts/The\ Youngest\ Script-Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheYoungestbook';
    src: url('../../fonts/The\ Youngest\ Serif-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSerif';
    src: url('../../fonts/DroidSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('../../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.logo-nav-container {
justify-content: space-between;
}

.nav-link {
    font-family: 'TheYoungestbook';
}

#icon-footer {
margin-top: 20px;
}

#list-footer {
    font-family: 'poppins';
}

.welcome-section {
padding: 80px 0;
background: linear-gradient(135deg, #fff5f7 0%, #fff 100%);
}

.section-title {
color: #FF69B4;
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 50px;
position: relative;
padding-bottom: 20px;
}

.section-title {
color: #333;
font-size: 2rem;
margin-bottom: 2.5rem;
text-align: center;
}

.package-container {
padding: 3rem 0;
background-color: #fff;
}

.card-wrapper {
display: flex;
flex-wrap: wrap;
gap: 2rem;
justify-content: center;
max-width: 1200px;
margin: 0 auto;
padding: 0 1rem;
}

.package-card {
flex: 1;
min-width: 300px;
max-width: 350px;
border-radius: 15px;
overflow: hidden;
background-color: #fff;
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
}



.package-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(255, 105, 180, 0.15);
}

.card-image {
width: 100%;
height: 200px;
object-fit: cover;
border-bottom: 2px solid #fff5f7;
}

.card-content {
padding: 1.8rem;
text-align: center;
background-color: #fff5f7;
}

.card-title {
font-size: 1.8rem;
margin: 0 0 0.5rem;
color: #FF69B4;
font-weight: 600;
}

.card-subtitle {
font-size: 1rem;
color: #666;
margin: 0;
}

.card-price {
font-size: 2rem;
font-weight: bold;
color: #FF69B4;
margin: 1rem 0;
}

.card-include {
font-size: 1.1rem;
font-weight: 500;
color: #333;
margin: 1rem 0 0.8rem;
}

.features-list {
display: flex;
flex-wrap: wrap;
gap: 0.8rem;
justify-content: center;
padding: 0;
list-style: none;
margin: 0;
}

.btn-feature {
display: inline-block;
padding: 0.5rem 1rem;
background-color: #FF69B4;
color: white;
text-decoration: none;
border-radius: 25px;
font-size: 0.9rem;
transition: all 0.3s ease;
border: 2px solid #FF69B4;
}

.btn-feature:hover {
background-color: #fff;
color: #FF69B4;
}
.section-title::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: #ffaec0;
}

.feature-card {
background: white;
border-radius: 15px;
padding: 30px 20px;
text-align: center;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
margin-bottom: 20px;
}

.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 8px 25px rgba(255, 174, 192, 0.2);
}

.feature-icon {
height: 120px;
margin-bottom: 25px;
transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
transform: scale(1.1);
}

.feature-title {
color: #FF69B4;
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 15px;
}

.feature-description {
color: #666;
font-size: 0.95rem;
line-height: 1.6;
}

#icon-footer a {
color: white;
margin-right: 10px;
font-size: 20px;
}

#icon-footer .text-white {
color: white;
font-size: 14px;
}

#icon-footer hr {
border-top: 1px solid white;
margin-top: 20px;
margin-bottom: 20px;
}

.main-content1 {
background-image: url("assets/img/maincontent1.jpg");
background-size: cover;
background-position: center;
padding: 100px 0;
}

.welcome-section {
padding: 80px 0;
background: linear-gradient(135deg, #fff5f7 0%, #fff 100%);
}

.section-title {
color: #FF69B4;
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 50px;
position: relative;
padding-bottom: 20px;
}

.section-title::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: #ffaec0;
}

.feature-card {
background: white;
border-radius: 15px;
padding: 30px 20px;
text-align: center;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
margin-bottom: 20px;
}

.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 8px 25px rgba(255, 174, 192, 0.2);
}

.feature-icon {
height: 120px;
margin-bottom: 25px;
transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
transform: scale(1.1);
}

.feature-title {
color: #FF69B4;
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 15px;
}

.feature-description {
color: #666;
font-size: 0.95rem;
line-height: 1.6;
}

@media (max-width: 991.98px) {
.main-content1 h1,
.main-content1 p {
background-color: rgba(0, 0, 0, 0.5); /* Warna latar belakang hitam dengan transparansi 50% */
padding: 20px; /* Add padding to the container */
}
}


.display-3 {
font-size: 3rem;
font-weight: 300;
margin-bottom: 20px;
color: #fff;
}

.lead {
font-size: 1.25rem;
font-weight: 300;
margin-bottom: 30px;
color: #fff;
}

.btn-pink {
    background-color: #cf8396; /* Warna latar belakang tombol */
    border-color: #cf8396; /* Warna border tombol */
    color: #ffffff; /* Warna teks tombol */
    font-family: 'DroidSerif', sans-serif;
}

.btn-pink:hover {
    background-color: #b8aaa7; /* Warna latar belakang tombol saat dihover */
    border-color: #b8aaa7; /* Warna border tombol saat dihover */
    color: #ffffff; /* Warna teks tombol saat dihover */
}

.btn-pink:active {
    background-color: #d5b4bb; /* Warna latar belakang tombol saat aktif/diklik */
    border-color: #d5b4bb; /* Warna border tombol saat aktif/diklik */
    color: #ffffff; /* Warna teks tombol saat aktif/diklik */
}

.btn-pink:focus {
    background-color: #ece3e6; /* Warna latar belakang tombol saat difokus */
    border-color: #ece3e6; /* Warna border tombol saat difokus */
    color: #ffffff; /* Warna teks tombol saat difokus */
}


.contact-form {
flex-basis: 50%;
padding: 20px;
background-color: #f8e3e3;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
margin-bottom: 10px;
font-size: 24px;
color: #333;
}

.contact-form p {
margin-bottom: 20px;
color: #666;
}

.contact-form form input[type="text"],
.contact-form form input[type="tel"],
.contact-form form input[type="email"],
.contact-form form textarea {
width: 100%;
padding: 10px;
margin-bottom: 20px;
border: 1px solid #ccc;
border-radius: 4px;
}

.contact-form form textarea {
resize: none;
}
.contact-form {
flex-basis: 50%;
padding: 20px;
background-color: #f8e3e3;
margin-right: 20px; /
}

.map {
flex-basis: 50%;
border-radius: 8px;
overflow: hidden;
}

.map iframe {
width: 100%;
height: 100%;
border: 0;
}

.contact-form button {
background-color: #007bff; /* Warna biru */
color: #fff; /* Warna teks putih */
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
width: 100%;
align-items: center;
}
.contact-form button:hover {
background-color: #0056b3; /* Warna biru yang sedikit lebih gelap saat hover */
}

.contact-form, .map {
height: 500px; /* Sesuaikan tinggi dengan kebutuhan Anda */
}

@media (max-width: 992px) {
.contact-form, .map {
height: auto; /* Kembalikan ke tinggi otomatis untuk tampilan selain desktop */
}
}

.pages-2-custom-card {
background-color: #e49999;
border-radius: 15px;
padding: 10px;
margin-bottom: 20px;
text-align: center;
}
.pages-2-custom-card img {
max-width: 100px;
}

.pages-2-title {
margin-top: 20px;
margin-bottom: 15px;
text-align: center;
color: black;
}

.pages-3 {
padding: 30px 80px;
border-radius: 10px;
text-align: center;
margin-top: 100px;
margin-bottom: 80px;
border: 2px solid #000;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.pages-3-title {
margin-top: 0;
color: #4a4a4a; /* Warna judul */
}

.pages-3-subtitle {
font-size: 24px;
margin-top: 5px;
margin-bottom: 5px;
color: #4a4a4a; /* Warna subtitle */
}

.pages-3-price {
font-size: 36px;
margin-top: 5px;
margin-bottom: 20px;
}

.pages-3-include {
font-size: 20px;
margin-top: 20px;
margin-bottom: 5px;
color: #4a4a4a; /* Warna teks include */
}

.pages-3-list {
padding-left: 0;
list-style-type: none;
}

.pages-3-list li {
font-size: 32px;
margin-bottom: 5px;
color: #4a4a4a;
}

.pages-3-list li a {
color: black;
}

.pages-3-list li a:hover {
color: white;
}

.pages-4 {
padding: 30px 80px; /* Perbesar padding */
border-radius: 10px;
text-align: center;
margin-top: 100px;
margin-bottom: 80px;
border: 2px solid #000; /* Tambahkan border warna hitam */
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Hiasan shadow */
}

.service-card {
margin-bottom: 30px;
}

.service-card img {
border-radius: 10px;
border: 4px solid #f4dd6e;
margin-right: -4px;
}

.service-card h3 {
color: #4a4a4a; /* Warna judul service card */
}

.service-card p {
color: #4a4a4a; /* Warna teks service card */
}

.title-service {
    font-family: 'poppins', sans-serif;
}

.description-service {
    font-family: 'droidserif';
}

.service-card .btn {
background-color: #e26e6e; /* Warna background button */
border-color: #e26e6e; /* Warna border button */
color: #fff; /* Warna teks button */
}

.service-card .btn:hover {
background-color: #ff7f50; /* Warna background button saat hover */
border-color: #ff7f50; /* Warna border button saat hover */
}

.testimoni-carousel {
width: 100%;
overflow: hidden;
}

.testimoni-carousel .carousel-inner .carousel-item img {
width: 100%;
height: auto;
}

.floating-wpp {
position: fixed;
bottom: 15px;
left: 15px;
font-size: 14px;
transition: bottom 0.2s;
}

.floating-wpp .floating-wpp-button {
position: relative;
border-radius: 50%;
box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
transition: box-shadow 0.2s;
cursor: pointer;
overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
position: absolute;
width: 100%;
height: auto;
object-fit: cover;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
border-radius: 50%;
}

.floating-wpp:hover {
bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
/*border: 2px solid white;*/
border-radius: 6px;
background-color: #E5DDD5;
position: absolute;
overflow: hidden;
padding: 0;
box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
width: 0px;
height: 0px;
bottom: 0;
opacity: 0;
transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
padding: 0 12px 12px 12px;
width: 260px;
height: auto;
bottom: 82px;
opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
background-color: white;
padding: 8px;
border-radius: 0px 5px 5px 5px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
opacity: 0;
transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
opacity: 1;
transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
text-align: right;
color: white;
margin: 0 -15px 10px -15px;
padding: 6px 12px;
display: flex;
justify-content: space-between;
cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
background-color: white;
margin: 10px -15px -15px -15px;
padding: 0 15px;
display: flex;
align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: none;
padding: 8px;
margin: 10px 0;
width: 100%;
max-width: 100%;
font-family: inherit;
font-size: inherit;
resize: none;
}

.floating-wpp .floating-wpp-btn-send {
margin-left: 12px;
font-size: 0;
cursor: pointer;
}

.floating-wpp{position:fixed;bottom:15px;left:15px;font-size:14px;transition:bottom .2s}.floating-wpp
.floating-wpp-button{position:relative;border-radius:50%;box-shadow:1px 1px 4px rgba(60,60,60,.4);transition:box-shadow
.2s;cursor:pointer;overflow:hidden}.floating-wpp .floating-wpp-button img,.floating-wpp .floating-wpp-button
svg{position:absolute;width:100%;height:auto;object-fit:cover;top:50%;left:50%;transform:translate3d(-50%,-50%,0);border-radius:50%}.floating-wpp:hover{bottom:17px}.floating-wpp:hover
.floating-wpp-button{box-shadow:1px 2px 8px rgba(60,60,60,.4)}.floating-wpp
.floating-wpp-popup{border-radius:6px;background-color:#E5DDD5;position:absolute;overflow:hidden;padding:0;box-shadow:1px
2px 8px rgba(60,60,60,.25);width:0;height:0;bottom:0;opacity:0;transition:bottom .1s ease-out,opacity .2s
ease-out;transform-origin:bottom}.floating-wpp .floating-wpp-popup.active{padding:0 12px
12px;width:260px;height:auto;bottom:82px;opacity:1}.floating-wpp .floating-wpp-popup
.floating-wpp-message{background-color:#fff;padding:8px;border-radius:0 5px 5px;box-shadow:1px 1px 1px
rgba(0,0,0,.15);opacity:0;transition:opacity .2s}.floating-wpp .floating-wpp-popup.active
.floating-wpp-message{opacity:1;transition-delay:.2s}.floating-wpp .floating-wpp-popup
.floating-wpp-head{text-align:right;color:#fff;margin:0 -15px 10px;padding:6px
12px;display:flex;justify-content:space-between;cursor:pointer}.floating-wpp
.floating-wpp-input-message{background-color:#fff;margin:10px -15px -15px;padding:0
15px;display:flex;align-items:center}.floating-wpp .floating-wpp-input-message textarea{border:1px solid
#ccc;border-radius:4px;box-shadow:none;padding:8px;margin:10px
0;width:100%;max-width:100%;font-family:inherit;font-size:inherit;resize:none}.floating-wpp
.floating-wpp-btn-send{margin-left:12px;font-size:0;cursor:pointer}
