@font-face {
    font-family: hanken;
    font-weight: 300;
    font-display: auto;
    src: url('../webfonts/HankenGrotesk-Light.ttf');
}
@font-face {
    font-family: hanken;
    font-display: auto;
    src: url('../webfonts/HankenGrotesk-Regular.ttf');
}
@font-face {
    font-family: hanken;
    font-weight: 600;
    font-display: auto;
    src: url('../webfonts/HankenGrotesk-SemiBold.ttf');
}
@font-face {
    font-family: hanken;
    font-weight: 700;
    font-display: auto;
    src: url('../webfonts/HankenGrotesk-Bold.ttf');
}
@font-face {
    font-family: syne;
    font-display: auto;
    src: url('../webfonts/Syne-Medium.ttf');
}
@font-face {
    font-family: syne;
    font-weight: 800;
    font-display: auto;
    src: url('../webfonts/Syne-ExtraBold.ttf');
}

/* color code
#F2F2F2 → very light gray
#D8D8D8 → light gray
#F7F7F5 → off-white gray
#585859 → dark gray
#FF751A → bright orange
*/

.bg-vlightgray{
    background-color: #F2F2F2;
}
.bg-vrlightgray{
    background-color: #d5d5d5;
}
.bg-lightgray{
    background-color: #D8D8D8;
}
.bg-offwhitegray{
    background-color: #F7F7F5;
}
.bg-darkgray{
    background-color: #585859;
}
.bg-freshred{
    background-color: #A41F13;
}
.bg-softbrown{
    background-color: #8F7A6E;
}
.bg-carbongray{
    background-color: #292F36;
}
.bg-midgray{
    background-color: #3C444C;
}

.text-vlightgray{
    color: #F2F2F2;
}
.text-lightgray{
    color: #D8D8D8;
}
.text-offwhitegray{
    color: #F7F7F5;
}
.text-darkgray{
    color: #585859;
}
.text-freshred{
    color: #A41F13;
}
.text-softbrown{
    color: #8F7A6E;
}
.text-carbongray{
    color: #292F36;
}
.text-midgray{
    color: #3C444C;
}


html, body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    background-color: #F2F2F2;
    color: #585859;
}
.fusion-waves-opacity-candy .st0{
    opacity: .12;
}
.fusion-waves-opacity-candy .st1{
    opacity: .18;
}
.fusion-waves-opacity-candy .st2{
    opacity: .24;
}
.fusion-waves-opacity-candy .st3{
    opacity: 1;
}
.nav-item{
    margin-left: 35px;
}
.nav-link{
    padding: 0!important;
    font-size: 13px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-top: 3px solid transparent;
}
.nav-link:hover, .nav-link.active{
    color: #A41F13!important;
    border-top: 3px solid #A41F13;
}
#footerCopy{
    color: #000000;
    background-color: #F2F2F2;
}
#footerCopy a{
    text-decoration: none;
    color: #000000;
}
#footerCopy a:hover{
    color: #000000;
}
.btn{
    font-weight: bold;
    border-radius: 5px;
}
.btn-radius{
    border-radius: 30px;
}
.navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.txt-green{
    color: #347843;
}
.bg-green{
    background-color: #063120;
}
.mce-content-body {
    background: #888888
}
.imglogoMain{
    width: 220px;
    margin-left: 185px;
}
.page-item .page-link{
    border: none;
    font-weight: bold;
    background-color: transparent;
    color: black;
}
.page-item.active a{
    background-color: transparent!important;
    color: #347843!important;
}
/*owl mod end*/
#toTopBtn {
    position: fixed;
    bottom: -150px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    padding: 6px 13px;
    border-radius: 4px;
    transition: bottom 0.3s;
    border: none;
    background-color: rgba(0,0,0,0.7);
    color: whitesmoke;
}
#toTopBtn:hover {
    border: thin solid #000;
    background: white;
    color: black;
}
#floatCalendar{
    position: fixed;
    top: 30%;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    background-color: #0a0e14;
    border-radius: 15px;
    /*box-shadow: 1px -1px 49px -8px rgba(0,0,0,1);*/
    padding: 3px 12px;
}
#floatWA {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    background-color: #6cff51;
    border-radius: 50%;
    /*box-shadow: 1px -1px 49px -8px rgba(0,0,0,1);*/
    padding: 3px 12px;
    margin-top: 62px;
}
.parallax {
    /* Set a specific height */
    min-height: 200px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 768.98px){
    .imglogoMain{
        width: 155px;
        margin-left: 0;
    }
    .text-gradient-chuppa{
        font-size: 7vw;
        line-height: 7vw;
    }
}

.service-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #222;
    text-decoration: none;
    padding: 40px 20px;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
    height: 140px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-box:hover {
    background: #fafafa;
    color: #a41f13;
    border-color: #a41f13;
    box-shadow: 0 6px 16px rgba(164, 31, 19, 0.25);
    transform: translateY(-6px) scale(1.02);
}

.service-box h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
}

.service-box p {
    margin: 8px 0 0;
    font-size: 15px;
    font-weight: 500;
}




.qa-section {
    max-width: 800px;
    margin: 30px auto;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}
.qa-item {
    background: #fff;
    border-radius: 10px;     /* sudut agak kecil, lebih modern */
    padding: 15px 20px;      /* dikurangi biar proporsional */
    margin-bottom: 15px;     /* jarak antar item lebih rapat */
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.qa-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0,0,0,0.12);
}
.qa-item .question {
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0 6px;
    color: #222;
}
.qa-item .answer {
    margin: 0;
    line-height: 1.5;
    color: #555;
    font-size: 0.95rem;
}



.title-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.title-underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 3px;
    background-color: white;
    border-radius: 2px;
}


.testi-section {
    background-size: cover;
    background-position: center;
    position: relative;
}
.testi-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.7); /* overlay gelap */
    z-index: 1;
}
.testi-section .container {
    position: relative;
    z-index: 2; /* supaya teks di atas overlay */
}


.contact-form-container {
    max-width: 600px;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    font-family: "Segoe UI", sans-serif;
}
.contact-form-container h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #333;
    font-size: 26px;
    font-weight: 600;
}
.contact-form .form-group {
    margin-bottom: 18px;
}
.contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #555;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border 0.3s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #ff4500;
    box-shadow: 0 0 6px rgba(255, 69, 0, 0.2);
}


.btn-submit {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: #A41F13;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}
.btn-submit:hover {
    background: #c52617;
}
.contact-info {
    text-align: left;
    font-size: 15px;
    color: #333;
}
.contact-info h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #A41F13;
}
.contact-info th {
    color: #555;
    font-weight: 600;
    vertical-align: top;
}
.contact-info td {
    color: #333;
}


.booking-form-container {
    background: #fff;
    padding: 30px 25px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    max-width: 450px;
    margin: auto;
}
.booking-form-container h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.booking-form .booking-field {
    margin-bottom: 18px;
}
.booking-form .booking-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #444;
}
.booking-form .booking-field input,
.booking-form .booking-field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 12px;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
    background: #f9f9f9;
}
.booking-form .booking-field input:focus,
.booking-form .booking-field textarea:focus {
    border-color: #3b82f6;
    background: #fff;
    box-shadow: 0 0 8px rgba(59,130,246,0.3);
}
.booking-form .booking-field textarea {
    resize: none;
    height: 90px;
}


.btn-book {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #A41F13);
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}
.btn-book:hover {
    background: linear-gradient(135deg, #ca2718);
    transform: scale(1.03);
}


.lesson-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.lesson-box h3 {
    color: #A41F13;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
}

.lesson-box ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.lesson-box ul li {
    background: #f8f9fa;
    border-left: 5px solid #A41F13;
    margin-bottom: 12px;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 1.5;
    font-style: italic;
}


.logo-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #e9e9e9; /* warna dasar lingkaran */

    transition: all 0.3s ease-in-out;
}
.logo-circle:hover {
    box-shadow:
            inset 8px 8px 16px rgba(0,0,0,0.2),   /* jadi efek emboss ke dalam */
            inset -8px -8px 16px rgba(255,255,255,0.8);
    transform: scale(1.05);
}
.logo-circle img {
    width: 70%;
    height: auto;
}


.note {
    background: #e0e0e0;         /* warna abu-abu netral */
    padding: 15px 20px;
    border-radius: 12px;          /* ujung membulat */
    margin: 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* efek bayangan lembut */
    transition: transform 0.2s, box-shadow 0.2s;
}
.note:hover {
    transform: translateY(-2px);  /* efek angkat pas hover */
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}


.articles-section {
    padding: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center; /* section di tengah layar */
}
.articles-wrapper {
    display: flex;
    justify-content: center; /* card rata tengah */
    flex-wrap: wrap;
    gap: 30px; /* tambah jarak antar card */
    max-width: 1200px; /* batasi lebar biar rapi */
}
.article-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    width: 240px; /* sedikit diperlebar biar lebih proporsional */
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
    text-align: center; /* isi card di tengah */
}
.article-card:hover {
    transform: translateY(-5px);
}
.article-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #222;
}
.article-card p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 12px;
}
.article-card a {
    font-size: 0.85rem;
    color: #A41F13;
    text-decoration: none;
    font-weight: bold;
}
.article-card a:hover {
    text-decoration: underline;
}
.article-img {
    width: 100%;
    height: 140px; /* sedikit lebih tinggi supaya gambar tidak gepeng */
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 12px;
}



.featured-article {
    padding: 40px;
    border-radius: 8px;
    background: #f9f9f9;
}
.featured-article h2 {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #111;
}
.featured-card {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.featured-img {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
}
.featured-content {
    padding: 20px;
    flex: 1;
}
.featured-content h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #222;
}
.featured-content p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}
.featured-btn {
    font-size: 0.95rem;
    padding: 10px 18px;
    background: #A41F13;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease;
}
.featured-btn:hover {
    background: #A41F13;
}
.title-article {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}


.article-item {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.article-title {
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    font-size: 1.1rem;
    background: #f7f7f7;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s ease;
}
.article-title:hover {
    background: #A41F13;
}
.arrow {
    font-size: 1rem;
    transition: transform 0.3s ease;
    color: #000;
}
.article-title.active .arrow {
    transform: rotate(180deg);
}
.article-content {
    padding: 15px 20px;
    background: #fff;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.6;
}


.tagline {
    font-family: 'Brush Script MT', 'Segoe Script', cursive;
    font-size: 3.5rem;
    font-style: italic;
    color: #D8D8D8;
    margin-top: 25px;
    letter-spacing: 1px;
    font-weight: 500;

    text-shadow:
            1px 2px 4px rgba(0,0,0,0.3),
            0 0 8px rgba(0,0,0,0.15);

    position: relative;
    display: inline-block;
    padding: 1px 0; /* ruang untuk garis */
}
.tagline::before,
.tagline::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;  /* panjang garis, bisa disesuaikan */
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #F7F7F5, #D8D8D8, #F7F7F5);
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
}
.tagline::before {
    top: 0;
}
.tagline::after {
    bottom: 0;
}
.tagline .star {
    font-size: 1rem;
    color: #D8D8D8;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
    margin: 0 12px;
}

.testi-title {
    margin-bottom: 100px;
}
.testi-list {
    font-size: 25px;
    text-align: justify;
}

.btn-book,
.btn-bookhome {
    font-size: 22px;
    padding: 14px 32px;
    border-radius: 100px;
    background-color: #A41F13;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.btn-book:hover {
    background-color: #7e1810;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


.artikel-header img {
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 10px;
}
.artikel-content {
    display: block !important;
    visibility: visible !important;
    color: #F7F7F5 !important;
    font-size: 16px;
    line-height: 1.6;
}
.artikel-header h1,
.artikel-header p {
    color: #F7F7F5 !important;
}
.artikel-content h2 {
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 15px;
}
.artikel-content p {
    text-align: justify;
}
.artikel-header h1 {
    color: #000000;
    font-weight: 800;
}