body {
background: #fffaf7;
margin: 0;
padding-top: 72px;
font-family: 'Jost', sans-serif;
}
/* carousel */
.page-content {
margin: 0;
padding: 0;
}

.hero-carousel {
padding: 0px 20px 0px 20px; 
width: 100%;
}

#heroCarousel {
max-width: 100%;
margin: 0;
width: 100%;
}

.hero-img {
width: 100%;
height: auto;
display: block;
border-radius: 20px;
object-fit: cover;
}

.carousel-inner {
border-radius: 0;
overflow: hidden;
}


/* indicator */
.custom-indicators {
position: absolute;
left: 50%;
bottom: -20px;
transform: translateX(-50%);
display: flex;
gap: 8px;
}

.custom-indicators [data-bs-target] {
width: 8px;
height: 8px;
padding: 0;
margin: 0;
border-radius: 50%;
background-color: #E6BBB8;
opacity: 0.4;
border: none;
}

.custom-indicators {
position: absolute;
left: 50%;
bottom: -20px;
transform: translateX(-50%);
display: flex;
justify-content: center;
width: 100%;
padding: 0;
margin: 0;
}

.custom-indicators .active {
opacity: 1;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
width: 50px;
height: 50px;
top: 50%;
transform: translateY(-50%);
opacity: 0.8;
transition: opacity 0.3s ease;
}

.carousel-control-prev {
left: 20px;
}

.carousel-control-next {
right: 20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
width: 50px;
height: 50px;
background: none;
display: flex;
align-items: center;
justify-content: center;
}

.carousel-arrow {
width: 22px;
height: 24px;
filter: brightness(0) invert(1);
transition: transform 0.3s ease;
}

.carousel-arrow-left {
transform: rotate(180deg);
}

.carousel-arrow-right {
transform: rotate(0deg);
}

.carousel-control-prev:hover .carousel-arrow-left {
transform: rotate(180deg) scale(1.1);
}

.carousel-control-next:hover .carousel-arrow-right {
transform: rotate(0deg) scale(1.1);
}

/* about us */
.about-us {
font-family: 'Jost', sans-serif;
color: #505641;
padding: 60px 16px;
}

.about-us h2 {
font-size: 33px;
font-weight: 700;
margin-bottom: 16px;
}

.about-us p {
font-size: 16px;
font-weight: 400;
line-height: 1.6;
max-width: 700px;
margin: 0 auto;
text-align: center;
}

/* slider */
.classes {
background: #f6e7e3;
border-radius: 24px;
padding: 24px 0;
margin: 0 16px;
}

.class-card {
font-family: 'Jost';
}

.classes h3 {
font-family: 'Jost', sans-serif;
font-weight: 600;
}


.class-slider {
display: flex;
gap: 16px;
overflow-x: auto;
padding-bottom: 16px;
scroll-snap-type: x mandatory;
}

.class-card {
width: 220px;
background: #fff;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 20px rgba(0,0,0,.05);
}

.class-card {
flex: 0 0 auto;
scroll-snap-align: start;
}

.class-card img {
width: 100%;
height: 240px;
object-fit: cover;
display: block;
}

.class-info {
padding: 12px;
text-align: left;
}

.class-info h5 {
font-size: 14px;
font-weight: 600;
margin: 0 0 4px;
}

.class-age {
font-size: 12px;
color: #777;
display: block;
margin-bottom: 4px;
}

.class-desc {
font-size: 12px;
color: #999;
margin: 0;
}

/* scroll card */
.horizontal-scroll {
scrollbar-width: thin;
scrollbar-color: #e6bbb800 transparent;
}

.horizontal-scroll::-webkit-scrollbar {
height: 2px;
}

.horizontal-scroll::-webkit-scrollbar-track {
background: transparent;
}

.horizontal-scroll::-webkit-scrollbar-thumb {
background-color: #E6BBB8;
border-radius: 10px;
}

.classes-box {
background: #f6e7e3;
border-radius: 24px;
padding: 24px;
}

.classes-wrapper {
overflow: hidden;
}

.class-slider.horizontal-scroll {
display: flex;
gap: 16px;
overflow-x: auto;
scroll-behavior: smooth;
max-width: 100%;
}

.class-slider::-webkit-scrollbar {
display: none;
}

.classes-footer {
display: flex;
justify-content: right;
margin-top: 12px;
}

.classes-line {
height: 2px;
background: #E6BBB8;
flex: none;
width: calc(220px * 3 + 16px * 2);
border-radius: 10px;
}


.classes-arrows {
display: flex;
gap: 12px;
align-items: center;
}

.classes-arrows img {
width: 20px;
height: 20px;
cursor: pointer;
opacity: 0.7;
}

.classes-arrows img:hover {
opacity: 1;
}

/* navbar */
.trial-form {
    background: #f2dcd6;
    padding: 25px;
    border-radius: 16px;
}

.navbar {
background-color: #ffffff;
font-family: 'Jost', sans-serif;
border-bottom: 1px solid #f1eaea;
}

.navbar-brand img {
display: block;
}

.nav-link {
font-size: 14px;
font-weight: 500;
color: #9F7976 !important;
padding: 8px 0;
}

.nav-link:hover,
.nav-link.active {
color: #9F7976 !important;
}

.btn-outline-dark {
font-family: 'Jost', sans-serif;
font-size: 14px;
font-weight: 500;
color: #9F7976;
border: 1.5px solid #9F7976;
background: transparent;
}

.btn-outline-dark:hover {
background-color: #9F7976;
color: #ffffff;
}

.btn-outline-dark i {
margin-left: 6px;
font-size: 14px;
vertical-align: middle;
}

.navbar .container {
display: flex;
align-items: center;
}

.navbar-collapse {
display: flex;
justify-content: flex-end;
}

.navbar-nav {
margin-left: auto;
margin-right: 32px;
}

.navbar {
background-color: #fff;
}

.navbar.fixed-top {
top: 0;
}


/* event */
.events {
font-family: 'Jost', sans-serif;
background: #fff;
}

.event-item {
padding: 0 12px;
}

.event-img {
width: 120px;
height: 120px;
margin: 0 auto 16px;
border-radius: 50%;
overflow: hidden;
}

.event-img img {
width: 100%;
height: 100%;
object-fit: cover;
}

.event-item h5 {
font-size: 16px;
font-weight: 600;
margin-bottom: 8px;
color: #333;
}

.event-item p {
font-size: 13px;
color: #777;
line-height: 1.5;
}

.event-desc h3 {
font-size: 28px;
font-weight: 600;
margin-bottom: 12px;
}

.event-desc p {
font-size: 14px;
color: #777;
margin-bottom: 12px;
}

.event-desc a {
font-size: 14px;
color: #505641;
text-decoration: underline;
}

/* trial */
.trial {
font-family: 'Jost', sans-serif;
}

.trial-image {
display: flex;
justify-content: center;
}

.trial-img {
width: 100%;
max-width: 420px;
border-radius: 24px;
position: relative;
z-index: 2;
}



/* form box */
.phone-field {
    display: flex;
    align-items: center;
}

.phone-code {
    padding: 0 8px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-right: none;
    height: 36px;
    display: flex;
    align-items: center;
}

.phone-field input {
    flex: 1;
    height: 36px;
    border: 1px solid #ccc;
    border-left: none;
    padding: 0 8px;
}


.trial-form button {
margin-top: 6px;
background: #7a5f57;
color: #fff;
border: none;
border-radius: 22px;
padding: 8px 18px;
font-size: 14px;
display: inline-flex;
align-items: center;
gap: 6px;
cursor: pointer;
}


/* input */
.trial-form input,
.trial-form select {
width: 100%;
border: 1px solid #cbb6b0;
border-radius: 6px;
padding: 8px 10px;
font-size: 13px;
margin-bottom: 10px;
background: transparent;
}

.trial-form select {
    cursor: pointer;
}

/* button */
.trial-form button {
background: #8b6f67;
color: #fff;
border: none;
border-radius: 20px;
padding: 8px 16px;
font-size: 13px;
cursor: pointer;
}

/* footer */
/* ===== FOOTER BASE ===== */
.footer {
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    font-family: 'Jost', sans-serif;
    color: #2b2b2b;
}

/* ===== TOP AREA ===== */
.footer-top {
    font-size: 15px;
    line-height: 1.6;
}

/* Logo text */
.footer-top span {
    font-weight: 500;
    letter-spacing: 0.3px;
}

.lang {
    font-size: 14px;
    color: #8a8a8a;
}

/* ===== SOCIAL ICONS ===== */
.social-icon {
    color: #6f6f6f;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    color: #8c6b5e;
    transform: translateY(-2px);
}

/* ===== NEWSLETTER ===== */
.newsletter-form {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.newsletter-form input {
    height: 44px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    padding: 0 14px;
}

.newsletter-form input::placeholder {
    color: #aaa;
}

.btn-subscribe {
    background-color: #8c6b5e;
    color: #ffffff;
    border-radius: 999px;
    padding: 0 20px;
    height: 44px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.btn-subscribe:hover {
    background-color: #7a5b50;
}

/* ===== FOOTER TITLES ===== */
.footer-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
}

/* ===== FOOTER LINKS ===== */
.footer-link {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link li {
    margin-bottom: 10px;
}

.footer-link a {
    color: #6f6f6f;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-link a:hover {
    color: #8c6b5e;
}

/* ===== BOTTOM BAR ===== */
.footer-bottom {
    border-top: 1px solid #f0f0f0;
    font-size: 13px;
    color: #8a8a8a;
    letter-spacing: 0.2px;
}

.footer-bottom a {
    color: #8a8a8a;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.phone-wrapper {
    display: flex;
    height: 36px;
    align-items: center;
    border: 1px solid #cbb6b0;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff00;
}

.phone-prefix {
    padding: 10px 14px;
    background: #8b6f68;
    border-right: 1px solid #ddd;
    color: #ffffff;
    font-size: 13px;
    white-space: nowrap;
    border-radius: 6px 0 0 6px;
}

.phone-wrapper input {
    border: none;
    padding-top: 20px;
    width: 100%;
    outline: none;
    font-size: 14px;
}

.phone-wrapper input:focus {
    outline: none;
}
