/* Reset dasar */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Source Serif 4', serif;
  background-color: #fdf9ef;
   margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

@font-face {
  font-family: 'Zain';
  src: url('../font/Zain/Zain-Regular.ttf') format('truetype'); /* Atau .woff/.woff2 sesuai file */
  font-weight: normal;
  font-style: normal;
}

/*title head */
.title-head1 {
  font-size: 35px;
/*  letter-spacing: 3px;*/
  font-weight: regular;
}

.title-head3 {
  font-size: 30px;
/*  letter-spacing: 3px;*/
  font-weight: regular;
}

.title-head2 {
  font-size: 45px;
/*  letter-spacing: 5px;*/
  font-weight: regular;
}

.square-custom{
  width: 50%;
  float: left;
  padding: 10px 10px 10px 40px;
}
.dark-blue{
  background: #617e99;
}
.light-blue{
  background: #a5b7d9;
}
.bunga-kanan {
  right: 100px;
/*  bottom: -80px; /* Ini yang buat menyentuh section biru */*/
/*  max-height: 200px;*/
  position: absolute;
  z-index: 2;
}

.culva {
  font-family: 'Mea Culpa', cursive;
}

.zain {
  font-family: 'Zain', sans-serif;
  font-size: 22px;
}

.source-serife {
  font-family: 'Source Serif 4', serif;
}

    /* Navbar Layout */
/* Reset dasar */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
html, body {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  overflow-x: hidden;
}*/

/* Navbar */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fefaf0;
  padding: 0 40px;
  height: 90px; /* fix tinggi navbar */
  border-bottom: 1px solid #ddd;
}

.navbar-logo img {
  height: 70px;
}

.navbar-menu {
  display: flex;
  gap: 40px;
  list-style: none;
}

.navbar-menu li {
  position: relative;
}

.navbar-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 10px;
}

/* Dropdown */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  z-index: 1000;
  min-width: 200px;
}

.dropdown-menu li a {
  padding: 10px 15px;
  display: block;
  color: #333;
  white-space: nowrap;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* Hero Section */
.hero {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hero-img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-overlay {
  background: rgba(0, 0, 0, 0.3);
  padding: 60px 20px;
}
.flower-divider {
  width: 60px;
  margin: 20px auto;
}
.section-blue {
  background-color: #a5b7d9;
  padding: 60px 0;
}
.section-pink {
  padding: 60px 0;
}
.footer {
  background-color: #4a6982;
  color: white;
  padding: 20px 0;
}
.section-blue {
  background-color: #a5b7d9;
  padding: 60px 0;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.section-pink {
  padding: 100px 20px;
  text-align: center;
}

.section-pink h6 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  color: #333;
}

.section-pink h1 {
/*  font-family: 'Brush Script MT', cursive;*/
  font-size: 35px;
  margin-top: 5px;
  color: #8B0000;
}

.section-pink h5{
  letter-spacing: 2px;
}

.flower-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.flower-img {
  width: 50px;
  height: auto;
}

.card-row {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px;
/*  background-color: #ffbdc5;*/
}

.color-pink{
  color: #ffbdc5;
}

.color-pink2{
  color: #e6a6a9;
}

.color-red{
  color: #771610;
}

.color-white{
  color: #fff;
}

.color-blue{
  color: #617e99;
}

.bg-gradient-pink {
  background: linear-gradient(to bottom, #f1f4f33d 0%, #f8a7b5 100%);

}

.bg-lighblue{
/*  background: #cdd8de;*/
  background-color: rgba(253, 249, 239, 0.38); /* 0.38 = 38% */
}

.bg-blue{
  background: #a5b7d9;
}

.bg-darkpink{
  background: #ef9ea2;
}
.radius-top{
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.radius-none {
  border-radius: 0px;
}

.card{
/*  border-radius: 0px;*/
}

.custom-card {
  background-color: #617e99;
  color: white;
  padding: 30px;
/*  border-radius: 15px;*/
  width: 380px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-align: left;
/*  border-radius: 0px;*/
}

.card-header{
  border:0px;
  background: none !important;
  min-height: 150px;
}

.card-body{
  font-size: 22px;
}

.custom-card h5 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.custom-card p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .flower-row {
    flex-direction: column;
  }
}

.footer {
  background-color: #4d6d89;
  color: white;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.footer-right a {
  margin-left: 15px;
  text-decoration: none;
}

.footer-right img {
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

.hero {
  position: relative;
  z-index: 1;
}

.hero1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px; /* tinggi efek shadow */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 2;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px; /* tinggi efek shadow */
/*  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);*/
  z-index: 2;
}

/*page2*/
.p2-card-header{
  margin-top:50px; padding: 50px;
}
/*page3 list*/
.a3-list{
  background: #ffbdc5;
  padding: 20px;
  border-radius: 40px;
  margin-bottom: 20px;
}
/*page 4*/
.box{width: 50%; float: left;}
.a4-3-square {
  height: 250px;
  padding: 80px 50px 50px 50px;
  border-radius: 80px 0px 80px 0px;
  color: #fff;
  width: 80%;
  margin-left: 10%;
  font-size: 19px;
}
.square-header {
  height:130px; padding: 50px; width: 70%;
}
.sm-img {
  height: 30px; width: 30px;
}
.ml-50{
  margin-left: 50px;
}
/*page 6*/
.h6-p {
/*  font-size: 16px;*/
  padding: 50px;
/*  letter-spacing: 2px;*/
  line-height: 1.5em;
}
ol li {
  line-height: 1.5em;
}
/* page 5 */
.e5-list li {
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
}
.a5-box{
  width: 70%;
  padding: 50px;
  color: white;
  font-size: 20px;
  border-radius: 30px;
  height: 180px;
  margin-left: 20%;
}
.p5-imgl{
  width: 98%; height: 98%; margin-left: 30%;
}

/* Tombol toggle disembunyikan saat desktop */
.navbar-toggle {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
}
/* RESPONSIVE */
@media screen and (max-width: 480px) {
  .navbar {padding: 10px 10px; height: 150px;}
  .navbar-menu{gap:0px; margin-top: 10px;}
  .navbar-logo {text-align: center; width: 100%;}
  .navbar-menu a {font-size: 11px;}
  ol, ul {padding-left: 0px;}

  .square-custom {padding: 0px; width: 100%;}
  .square-header {width: 100%;}

  .p2-card-header {padding: 0px;}
  .p5-sec2 {padding: 10%;}
  .p5-imgl{margin-left: 0px;}
  .a5-box{height: auto;}
}