* {
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

img {
    max-width: 100%;
    height: auto;
}

/* Navbar Section */
.navbar {
    background-image: linear-gradient(#FFBE98, #FEECE2) !important;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

.nav-link {
    transition: transform 0.3s ease-in-out;
}

.nav-link:hover{
    text-decoration: underline;
    color: #de4b66;
    transform: scale(1.3);
}

/* INTRODUCTION SECTION */
#introduction .intro {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: #FEF5ED;
}

#introduction .intro_description {
    flex: 1 1 50%;
    padding: 50px;
}

#introduction .intro_description h1 {
    font-size: 4em;
    font-family: 'Baskerville BT', sans-serif;
    margin-bottom: 10px;
    color: #333;
}

.tagline {
    font-size: 1.4em;
    font-family: 'Montserrat', sans-serif;
    color: #FFBE98;
    margin-bottom: 20px;
    font-weight: 300;
}

#introduction .intro_description p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
    padding: 15px 30px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    min-width: 160px;
}

.btn-primary {
    background: linear-gradient(135deg, #FFBE98, #FEECE2);
    color: #333;
    border: 2px solid #FFBE98;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #FEECE2, #FFBE98);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 190, 152, 0.3);
}

.btn-secondary {
    background: transparent;
    color: #FFBE98;
    border: 2px solid #FFBE98;
}

.btn-secondary:hover {
    background: #FFBE98;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 190, 152, 0.3);
}

#introduction .intro_img {
    flex: 1 1 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

#introduction #img1 {
    max-width: 100%;
    filter: drop-shadow(5px 5px 15px #000);
    height: auto;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

#introduction #img1:hover {
    transform: scale(1.02);
}

.image-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #FFBE98, #FEECE2);
    color: #333;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

/* CAROUSEL SECTION */
#crsl .carousel {
    width: 100%;
    padding: 60px 20px;
    background-color: #FEECE2;
    text-align: center;
}

#crsl .carousel h1 {
    font-family: 'Baskerville BT', sans-serif;
    color: #333;
    font-size: 3em;
    margin-bottom: 15px;
    position: relative;
}

#crsl .carousel h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #FFBE98, #FEECE2);
    border-radius: 2px;
}

.carousel-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    color: #666;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#crsl .carousel-inner {
    width: 100%;
    border-radius: 20px;
    overflow: visible;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#crsl .carousel-control-prev,
#crsl .carousel-control-next {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    transition: all 0.3s ease;
}

#crsl .carousel-control-prev {
    left: 6px;
}

#crsl .carousel-control-next {
    right: 6px;
}

#crsl .carousel-control-prev:hover,
#crsl .carousel-control-next:hover {
    background: rgba(255, 255, 255, 1);
}

#crsl .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

#crsl .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

#crsl .carousel-item img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

#crsl .carousel-item:hover img {
    transform: scale(1.02);
}

#event-carousel {
    display: flex;
    justify-content: center;
    padding: 60px 20px;
    background-color: #FEECE2;
}

#event-carousel .container {
    max-width: 1200px;
}

.carousel-header {
    text-align: center;
    margin-bottom: 40px;
}

.carousel-header h2 {
    font-family: 'Baskerville BT', sans-serif;
    font-size: 2.5em;
    color: #333;
    margin-bottom: 15px;
    position: relative;
}

.carousel-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #FFBE98, #FEECE2);
    border-radius: 2px;
}

.carousel-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

#event-carousel .carousel-wrapper {
    width: 100%;
    max-width: 1100px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#event-carousel .carousel {
    width: 100%;
}

#event-carousel .carousel-inner {
    border-radius: 15px;
}

#event-carousel .carousel-item img {
    max-height: 500px;
    width: 100%;
    object-fit: contain;
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}

#event-carousel .carousel-item:hover img {
    filter: brightness(1);
}

#event-carousel .carousel-caption {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
}

#event-carousel .carousel-caption h5 {
    font-family: 'Baskerville BT', sans-serif;
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

#event-carousel .carousel-caption p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    color: #fff;
    margin: 0;
    opacity: 0.9;
}

#event-carousel .carousel-control-prev,
#event-carousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 190, 152, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    transition: all 0.3s ease;
}

#event-carousel .carousel-control-prev:hover,
#event-carousel .carousel-control-next:hover {
    background: rgba(255, 190, 152, 1);
    transform: translateY(-50%) scale(1.1);
}

#event-carousel .carousel-indicators {
    margin-bottom: 20px;
}

#event-carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 190, 152, 0.5);
    border: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

#event-carousel .carousel-indicators button.active {
    background-color: #FFBE98;
    transform: scale(1.2);
}

/* MENU SECTION */
#menu-section {
    background-color: #FEF5ED;
    padding: 80px 0;
}

#menu-section .menu-header {
    margin-bottom: 50px;
}

#menu-section .eyebrow {
    display: inline-block;
    color: #FFBE98;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#menu-section h1 {
    font-family: 'Baskerville BT', sans-serif;
    font-size: 3.5em;
    color: #333;
    margin-bottom: 20px;
}

#menu-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05em;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.menu-carousel {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    animation: slideInUp 1s ease-out;
    position: relative;
}

.menu-slide {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.menu-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.menu-slide-content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 40px;
    position: relative;
    z-index: 2;
    animation: fadeInScale 0.8s ease-out 0.3s both;
}

.menu-image {
    max-width: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: rotate(-2deg);
    transition: transform 0.3s ease;
}

.menu-image:hover {
    transform: rotate(0deg) scale(1.05);
}

.menu-image a {
    display: block;
    cursor: zoom-in;
}

.menu-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.menu-image:hover img {
    transform: scale(1.1);
}

.menu-content {
    flex: 1;
    color: #ffffff !important;
    text-shadow: none;
}

.menu-content h3 {
    font-family: 'Baskerville BT', sans-serif;
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: textGlow 2s ease-in-out infinite alternate;
    color: #ffffff !important;
    text-shadow: none;
}

.menu-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    line-height: 1.8;
    max-width: 500px;
    color: #ffffff !important;
    text-shadow: none;
}

/* Fun animations */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes textGlow {
    from {
        text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8), 0 0 30px rgba(255, 255, 255, 0.3);
    }
    to {
        text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8), 0 0 40px rgba(255, 255, 255, 0.5), 0 0 60px rgba(255, 255, 255, 0.2);
    }
}

/* Custom carousel controls */
.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 3px solid rgba(0, 0, 0, 0.1);
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    z-index: 10;
    position: absolute;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

/* Custom indicators */
.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    margin: 0 5px;
    transition: all 0.3s ease;
    z-index: 10;
}

.carousel-indicators button.active {
    background-color: white;
    transform: scale(1.2);
}


.menu-item:hover .menu-image img {
    transform: scale(1.05);
}

.menu-content {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-content h3 {
    font-family: 'Baskerville BT', sans-serif;
    color: #333;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.menu-content p {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 990px) {
    #menu-section {
        padding: 60px 0;
    }

    #menu-section h1 {
        font-size: 2.8em;
    }

    .menu-slide {
        min-height: 400px;
    }

    .menu-slide-content {
        flex-direction: column;
        padding: 30px 20px;
        justify-content: center;
    }

    .menu-image {
        max-width: 500px;
    }

    .carousel-indicators button {
        width: 10px;
        height: 10px;
        margin: 0 3px;
        touch-action: manipulation;
    }

    #menu-section .menu-header {
        margin-bottom: 40px;
    }

    #menu-section .eyebrow {
        font-size: 0.8em;
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    #menu-section {
        padding: 50px 0;
    }

    #menu-section h1 {
        font-size: 2.2em;
    }

    #menu-section p {
        font-size: 0.98em;
    }

    .menu-carousel {
        border-radius: 15px;
        margin: 0 15px;
    }

    .menu-slide {
        min-height: 350px;
    }

    .menu-slide-content {
        padding: 20px 15px;
        justify-content: center;
    }

    .menu-image {
        max-width: 350px;
    }

    .menu-image img {
        height: 250px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 45px;
        height: 45px;
        touch-action: manipulation;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 14px;
        height: 14px;
    }

    .carousel-indicators {
        bottom: 10px;
    }

    .carousel-indicators button {
        width: 8px;
        height: 8px;
        margin: 0 2px;
        touch-action: manipulation;
    }

    #menu-section .menu-header {
        margin-bottom: 35px;
    }

    #menu-section .eyebrow {
        font-size: 0.75em;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    #menu-section {
        padding: 40px 0;
    }

    #menu-section h1 {
        font-size: 1.9em;
    }

    .menu-carousel {
        border-radius: 10px;
        margin: 0 10px;
    }

    .menu-slide {
        min-height: 320px;
    }

    .menu-slide-content {
        padding: 15px 10px;
        justify-content: center;
    }

    .menu-image {
        max-width: 300px;
    }

    .menu-image img {
        height: 200px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 44px;
        height: 44px;
        opacity: 0.9;
        touch-action: manipulation;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 12px;
        height: 12px;
    }

    .carousel-indicators button {
        width: 8px;
        height: 8px;
        margin: 0 2px;
        touch-action: manipulation;
    }

    #menu-section .menu-header {
        margin-bottom: 30px;
    }

    #menu-section .eyebrow {
        font-size: 0.7em;
        margin-bottom: 8px;
    }

    #menu-section p {
        font-size: 0.9em;
        padding: 0 10px;
    }
}

/* SERVICE SECTION */
.service {
    background-color: #FEF5ED;
    padding: 80px 0;
    margin: 0;
}

.service h1 {
    text-align: center;
    font-family: 'Baskerville BT', sans-serif;
    font-size: 4em;
    margin-bottom: 20px;
    color: #333;
}

.service-intro {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #666;
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

.service-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: none;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FFBE98, #FEECE2);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.card-icon {
    text-align: center;
    margin-bottom: 15px;
}

.card-icon i {
    font-size: 2.5em;
    color: #FFBE98;
    transition: color 0.3s ease;
}

.service-card:hover .card-icon i {
    color: #de4b66;
}

.service-card .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.service-card:hover .card-img-top {
    transform: scale(1.05);
}

.service-card .card-body {
    padding: 0;
}

.service-card .card-title {
    font-family: 'Baskerville BT', sans-serif;
    font-size: 1.5em;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.service-card .card-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 1.6;
}

/* SPOTLIGHT SECTION */
.showcase {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 20px;
    background-color: #FEECE2;
}

.showcase_title {
    text-align: center;
    padding: 10px;
    font-family: 'Baskerville BT', sans-serif;
}

.showcase_title h1{
    font-size: 4em;
}

#events .events h1 {
    text-align: center;
    font-family: 'Baskerville BT', sans-serif;
    font-size: 4em;
}

.showcase_container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
}

.showcase_videos {
    width: 450px;
    margin: 15px;
}

.showcase_videos video {
    width: 100%;
    height: 100%;
    transition: ease 0.5s;
}

.showcase_videos video:hover {
    transform: scale(1.05);
    cursor: pointer;
}

/* FOOTER SECTION */
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#FFBE98, #FEECE2);
    padding: 40px 20px;
    color: #333;
}

.footer-grid{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
}

.footer-col{
    flex: 1 1 260px;
    min-width: 220px;
}

.footer-col h3{
    font-family: 'Baskerville BT', sans-serif;
    font-size: 1.3em;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.footer-col p,
.footer-col span{
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.7;
    margin-bottom: 10px;
}

.footer-brand img{
    width: 10vh;
    height: 10vh;
    margin-bottom: 15px;
}

.footer-brand h3{
    font-size: 1.35em;
    margin-bottom: 12px;
}

.footer-socials-list{
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer-socials-list a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.footer-socials-list a:hover{
    background: #de4b66;
    color: #fff;
    transform: translateY(-2px);
}

.footer-socials-list a i{
    font-size: 1.2em;
}

.footer-shop a{
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    touch-action: manipulation;
}

.footer-shop a:hover{
    color: #de4b66;
    text-decoration: underline;
}

.contact-number {
    font-weight: 600;
    color: #de4b66;
}

.footer-social .social-container{
    display: flex;
    gap: 16px;
    margin: 15px 0 10px;
}

.footer-social .social-container a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-social .social-container a:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.footer-social .social-container a i{
    font-size: 1.2em;
}

.contact-number:hover{
    text-decoration: underline;
    cursor: pointer;
    color: #de4b66;
}

footer img{
    width: 10vh;
    height: 10vh;
}

.footer-social .social-container{
    display: flex;
    gap: 16px;
    margin-bottom: 15px;
}

.footer-social .social-container a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-social .social-container a:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.footer-social .social-container a i{
    font-size: 1.3em;
}

.contact-number:hover{
    text-decoration: underline;
    cursor: pointer;
    color: #de4b66;
}

footer img{
    width: 12vh;
    height: 12vh;
}

/* MOBILE RESPONSIVE STYLES */

/* Tablet and Small Devices (max-width: 990px) */
@media (max-width: 990px) {
    /* Navbar adjustments */
    .navbar-brand {
        font-size: 18px;
    }
    
    .navbar-brand img {
        width: 70px !important;
        height: 70px !important;
    }
    
    /* Introduction section */
    #introduction .intro_description {
        flex: 1 1 100%;
        padding: 30px;
    }
    
    #introduction .intro_description h1 {
        font-size: 3.5em;
    }
    
    .tagline {
        font-size: 1.2em;
    }
    
    #introduction .intro_description p {
        font-size: 18px;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .btn-primary, .btn-secondary {
        padding: 12px 25px;
        font-size: 14px;
        min-width: 140px;
    }
    
    #introduction .intro_img {
        flex: 1 1 100%;
        justify-content: center;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .image-badge {
        position: static;
        margin-bottom: 15px;
        align-self: center;
        order: -1; /* Badge above image */
    }
    
    #introduction #img1 {
        max-width: 80%;
        margin-top: 0;
    }
    
    /* Carousel */
    #crsl .carousel {
        padding: 40px 20px;
    }
    
    #crsl .carousel h1 {
        font-size: 2.5em;
    }
    
    .carousel-subtitle {
        font-size: 1em;
        margin-bottom: 30px;
    }
    
    /* Card layout */
    .service-card {
        margin-bottom: 30px;
    }
    
    .service-card .card-img-top {
        height: 150px;
    }
    
    .service-card .card-title {
        font-size: 1.3em;
    }
    
    .service-card .card-text {
        font-size: 13px;
    }
    
    /* Carousel responsive */
    .carousel-header h2 {
        font-size: 2em;
    }
    
    .carousel-subtitle {
        font-size: 1em;
    }
    
    #event-carousel .carousel-item img {
        max-height: 400px;
    }
    
    /* Videos showcase */
    .showcase_videos {
        width: 90%;
        max-width: 800px;
    }

    .showcase_videos img,
    .showcase_videos video {
    width: 100%;
    height: auto;
    }
    
    footer img {
        width: 10vh;
        height: 10vh;
    }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
    /* Navbar adjustments */
    .navbar-brand {
        font-size: 14px;
    }
    
    .navbar-brand img {
        width: 50px !important;
        height: 50px !important;
    }
    
    .nav-link {
        font-size: 14px;
        padding: 0.5rem 1rem !important; /* Ensure minimum touch target */
    }
    
    .nav-link:hover {
        transform: scale(1.15);
    }
    
    /* Introduction section */
    #introduction .intro {
        padding: 20px;
        flex-direction: column;
    }
    
    #introduction .intro_description {
        padding: 20px 0;
        order: 1;
    }
    
    #introduction .intro_description h1 {
        font-size: 2.5em;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .tagline {
        font-size: 1.1em;
        margin-bottom: 15px;
        text-align: center;
    }
    
    #introduction .intro_description p {
        font-size: 14px;
        text-align: center;
        line-height: 1.6;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .btn-primary, .btn-secondary {
        width: 100%;
        max-width: 280px;
        padding: 15px 20px;
        font-size: 16px;
    }
    
    #introduction .intro_img {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }
    
    #introduction #img1 {
        max-width: 85%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 15px;
        border-radius: 18px;
        filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.2)); /* Consistent shadow */
    }
    
    .image-badge {
        position: static;
        margin-top: 0;
        margin-bottom: 15px;
        align-self: center;
        order: -1; /* Badge appears above image */
    }
    
    /* Carousel section */
    #crsl .carousel {
        padding: 30px 15px;
    }
    
    #crsl .carousel h1 {
        font-size: 2em;
    }
    
    .carousel-subtitle {
        font-size: 0.9em;
        margin-bottom: 25px;
    }
    
    #crsl .carousel-inner {
        max-height: none;
        overflow: visible;
        border-radius: 15px;
    }
    
    #crsl .carousel-item img {
        max-height: 300px;
        object-fit: cover; /* Changed to cover for better mobile fill */
        border-radius: 15px;
    }
    
    #crsl .carousel-control-prev,
    #crsl .carousel-control-next {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        transition: all 0.3s ease;
    }
    
    #crsl .carousel-control-prev {
        left: 10px;
    }
    
    #crsl .carousel-control-next {
        right: 10px;
    }
    
    /* Service section */
    .service {
        padding: 40px 0;
    }
    
    .service h1 {
        font-size: 2.5em;
        margin: 20px 0;
    }
    
    .service-intro {
        font-size: 16px;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    
    .service-card {
        margin-bottom: 30px;
        padding: 20px 15px;
    }
    
    .service-card .card-img-top {
        height: 150px;
    }
    
    .service-card .card-title {
        font-size: 1.2em;
    }
    
    .service-card .card-text {
        font-size: 12px;
    }
    
    .card-icon i {
        font-size: 2em;
    }
    
    /* Carousel responsive */
    #event-carousel {
        padding: 40px 15px;
    }
    
    .carousel-header {
        margin-bottom: 30px;
    }
    
    .carousel-header h2 {
        font-size: 1.8em;
    }
    
    .carousel-subtitle {
        font-size: 0.9em;
        padding: 0 10px;
    }
    
    #event-carousel .carousel-item img {
        max-height: 300px;
    }
    
    #event-carousel .carousel-caption {
        padding: 15px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    
    #event-carousel .carousel-caption h5 {
        font-size: 1.2em;
        margin-bottom: 5px;
    }
    
    #event-carousel .carousel-caption p {
        font-size: 0.9em;
    }
    
    /* Showcase section */
    .showcase_title h1 {
        font-size: 2.5em;
    }
    
    .showcase_container {
        flex-direction: column;
        align-items: center;
    }
    
    .showcase_videos {
        width: 100%;
        max-width: 500px;
        margin: 15px 0;
    }
    
    .showcase_videos video {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9; /* Maintain aspect ratio */
    }
    
    /* Footer */
    footer {
        padding: 20px 10px;
        text-align: center;
    }
    
    .footer-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-col {
        max-width: 500px;
    }
    
    footer img {
        width: 8vh;
        height: 8vh;
    }
    
    footer p {
        font-size: 12px;
        margin: 10px 0;
        line-height: 1.4;
    }
    
    .footer-links ul li{
        display: inline-block;
        margin: 0 10px 10px;
    }
    
    .footer-shop,
    .footer-brand,
    .footer-links {
        text-align: center;
    }
    
    .social-container {
        margin: 15px 0;
    }
    
    .social-container a {
        margin: 0 10px;
    }
    
    .social-container a[target="_blank"][href="https://www.instagram.com/thekitchengastronomyph/"] i.bi-instagram {
        font-size: 20px;
    }
    
    .social-container a[target="_blank"][href="https://www.facebook.com/thekitchengastronomyph/"] i.bi-facebook {
        font-size: 20px;
    }
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
    /* Navbar */
    .navbar-brand {
        font-size: 12px;
    }
    
    .navbar-brand img {
        width: 40px !important;
        height: 40px !important;
    }
    
    .nav-link {
        font-size: 12px;
        padding: 0.3rem 0.5rem !important;
    }
    
    /* Introduction section */
    #introduction .intro {
        padding: 15px;
    }
    
    #introduction .intro_description {
        padding: 15px 0;
    }
    
    #introduction .intro_description h1 {
        font-size: 1.8em;
    }
    
    .tagline {
        font-size: 1em;
        margin-bottom: 12px;
    }
    
    #introduction .intro_description p {
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
    }
    
    .hero-buttons {
        gap: 12px;
    }
    
    .btn-primary, .btn-secondary {
        padding: 12px 18px;
        font-size: 14px;
        min-width: 120px;
        width: 100%;
        max-width: 250px;
    }
    
    .image-badge {
        padding: 8px 15px;
        font-size: 12px;
    }
    
    #introduction .intro_img {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 0;
    }
    
    #introduction #img1 {
        max-width: 90%;
        height: auto;
        margin-bottom: 10px;
        border-radius: 15px;
        filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.2)); /* Softer shadow for mobile */
    }
    
    /* Carousel section */
    #crsl .carousel {
        padding: 20px 10px;
    }
    
    #crsl .carousel h1 {
        font-size: 1.5em;
    }
    
    .carousel-subtitle {
        font-size: 0.8em;
        margin-bottom: 20px;
    }
    
    #crsl .carousel-inner {
        max-height: none;
        overflow: visible;
        border-radius: 12px;
    }
    
    #crsl .carousel-item img {
        max-height: 250px;
        object-fit: cover;
        border-radius: 12px;
    }
    
    /* Service section */
    .service h1 {
        font-size: 1.8em;
    }
    
    .service-intro {
        font-size: 14px;
        padding: 0 15px;
    }
    
    .service-card {
        margin-bottom: 20px;
        padding: 15px 10px;
    }
    
    .service-card .card-img-top {
        height: 120px;
    }
    
    .service-card .card-title {
        font-size: 1.1em;
    }
    
    .service-card .card-text {
        font-size: 11px;
    }
    
    .card-icon i {
        font-size: 1.8em;
    }
    
    /* Carousel responsive */
    #event-carousel {
        padding: 30px 10px;
    }
    
    .carousel-header {
        margin-bottom: 20px;
    }
    
    .carousel-header h2 {
        font-size: 1.5em;
    }
    
    .carousel-subtitle {
        font-size: 0.8em;
        padding: 0 5px;
    }
    
    #event-carousel .carousel-item img {
        max-height: 250px;
    }
    
    #event-carousel .carousel-caption {
        padding: 10px;
        bottom: 5px;
        left: 5px;
        right: 5px;
    }
    
    #event-carousel .carousel-caption h5 {
        font-size: 1em;
        margin-bottom: 3px;
    }
    
    #event-carousel .carousel-caption p {
        font-size: 0.8em;
    }
    
    /* Showcase */
    .showcase_title h1 {
        font-size: 1.8em;
    }
    
    .showcase_videos {
        width: 100%;
        max-width: 400px;
    }
    
    /* Footer */
    footer {
        padding: 20px 15px;
    }

    .footer-grid {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .footer-col {
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .footer-col h3 {
        font-size: 1.1em;
        margin-bottom: 12px;
    }

    .footer-col p,
    .footer-col span {
        font-size: 0.9em;
        line-height: 1.6;
        margin-bottom: 8px;
    }

    .footer-brand img {
        width: 8vh;
        height: 8vh;
        margin-bottom: 12px;
    }

    .footer-brand h3 {
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .footer-socials-list {
        justify-content: center;
        gap: 20px;
    }

    .footer-socials-list a {
        width: 48px;
        height: 48px;
        font-size: 1.2em;
        touch-action: manipulation;
        min-width: 44px;
        min-height: 44px;
    }

    footer img {
        width: 8vh;
        height: 8vh;
    }

    footer p {
        font-size: 0.85em;
        margin-bottom: 6px;
    }
}

/* Touch-friendly enhancements for mobile */
.btn-primary,
.btn-secondary,
.service-card,
.carousel-control-prev,
.carousel-control-next,
.navbar-toggler {
    touch-action: manipulation;
}

.btn-primary,
.btn-secondary {
    min-height: 44px;
}

.carousel-control-prev,
.carousel-control-next,
.navbar-toggler {
    min-width: 44px;
    min-height: 44px;
}

/* Ensure all images are responsive */
img {
    max-width: 100%;
    height: auto;
}

/* Improve mobile scrolling and touch interactions */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0.1);
}

body {
    -webkit-overflow-scrolling: touch;
}