@font-face {
    font-family: 'kimberleyvivien';
    src: url('../static/fonts/fontello.woff2') format('woff2'),
        url('../static/fonts/fontello.woff') format('woff');
    font-weight: normal;
    font-style: normal; }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'kimberleyvivien', sans-serif;
}
.container{
    width: 1200px;
}

body {
    color: #333;
    line-height: 1.6;
}

/* HERO SLIDER */
.hero {
    width: 100%;
    height: 77vh;
    position: relative;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide.active {
    opacity: 1;
}

/* Slider arrows */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 10;
}

.slider-btn:hover {
    background: rgba(255, 255, 255, 0.6);
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

/* HEAD SECTION */
.head {
    background-color: #FEE9E8;
    padding: 15px 0;
}

.head h1 {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #000;
}

/* WHERE MEETS SECTION */
.where-meets {
    max-width: 1300px;
    margin: 20px auto;
    padding: 0 0px;
    text-align: center;
}

.section-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;

}

.section-para {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.03em;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero {
        height: 60vh;
    }

    .where-meets h2 {
        font-size: 24px;
    }
}

img {
    transition: 0.4s;
}
.appointment-btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s ease;
}

/* Custom underline */
.appointment-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    /* not full width = premium look */
    height: 1px;
    background: #000;
}
/* img:hover {
    transform: scale(1.05);
} */

.bottom-img {
    height: 550px;
}


.auto-scroll-section {
    padding: 10px 0;

}

.auto-scroll-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 400;
}

.slider-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.collection-slide {
    flex: 0 0 calc(33.333% - 20px);
    margin-right: 20px;
}

.collection-slide img {
    width: 100%;
    display: block;

}

@media (max-width: 1024px) {
    .collection-slide {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 600px) {
    .collection-slide {
        flex: 0 0 90%;
        margin-right: 10px;
    }
}

/* Dots */
.dots {
    text-align: center;
    margin-top: 20px;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: #333;
}

/* Responsive */
@media (max-width: 1024px) {
    .slide {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 600px) {
    .slide {
        flex: 0 0 90%;
        margin-right: 10px;
    }
}



.explore-section {
    width: 100%;
    height: 100vh;
    padding: 80px 20px;

    background-image: url('/static/images/bg_img.webp');
    background-size: cover;
    /* or contain */
    background-position: center;
    background-repeat: no-repeat;
}

/* Wrapper */
.explore-wrapper {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

/* RIGHT IMAGE */
.explore-right {
    width: 100%;
}

.explore-right img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    /* ✅ NO CROP */
}

/* LEFT OVERLAP CARD */
.explore-left {
    position: absolute;
    top: -100px;
    /* ✅ TOP OVERLAP */
    left: 0;
    width: 40%;
    background: #fee9e8;
    padding: 40px 30px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* TEXT */
.tag {
    font-size: 12px;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 20px;
}

.explore-item {
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.explore-item:last-child {
    border-bottom: none;
}

.explore-item h2 {
    font-size: 22px;
    display: flex;
    justify-content: space-between;
}

.explore-item p {
    font-size: 14px;
    margin-top: 10px;
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px) {

    .explore-left {
        position: relative;
        /* remove overlap */
        width: 100%;
        top: 0;
        margin-bottom: 20px;
    }

    .explore-right img {
        height: auto;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .explore-left {
        padding: 25px 20px;
    }

    .explore-item h2 {
        font-size: 18px;
    }
}


.kv-section {
    padding: 40px 20px;
    background: #f7f5f3;
}

.kv-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* IMAGE */
.kv-image {
    flex: 1;
}

.kv-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

/* CONTENT */
.kv-content {
    flex: 1;
}

.main-title {
    font-size: 36px;
    margin-bottom: 30px;
}

/* ITEMS */
.kv-item {
    margin-bottom: 25px;
}

/* .kv-item h3 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 500;
} */

.kv-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

/* .kv-item a {
    display: inline-block;
    margin-top: 10px;
    font-style: italic;
    color: #000;
    text-decoration: none;
    font-size: 25px;
    font-family: "Antic Didone",
        sans-serif;
    font-weight: 400;
    line-height: 25px;
} */
.read-more {
    display: inline-block;
    font-family: "Antic Didone", serif;
    font-style: italic;
    font-size: 25px;
    color: #000;
    text-decoration: none;
    position: relative;
    margin-top: 15px;
    font-weight: 300;
}

/* Thin elegant underline */
/* .read-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 80%;
    height: 1px;
    background: #000; } */
/* DIVIDER */
.divider {
    border-bottom: 1px solid #000;
    margin: 20px 0;
}
.main-head{
font-size: 12px;
font-weight: 300;
line-height: 25px;
letter-spacing: 0.25em;
padding-bottom: 10px;
}
/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px) {
    .kv-wrapper {
        flex-direction: column;
    }

    .main-title {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 576px) {

    .kv-section {
        padding: 50px 15px;
    }

    .kv-item h3 {
        font-size: 20px;
    }

    .kv-item p {
        font-size: 14px;
    }

    .main-title {
        font-size: 26px;
    }
}