html {
    font-size: 1.15rem;
    font-family: Plus Jakarta Sans, sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /*color: #363e51;*/
}

.mt-100 {
    margin-top: 80px;
}

.mt-50 {
    margin-top: 80px;
}

.menu-bg-white {
    background-color: white;
}

.logosize {
    height: 25px;
}
.accordionbutton {
    font-size: 0.8rem;
}

@media (min-width: 768px) {

    .accordionbutton {
        font-size: 1rem;
    }
    .menu-bg-white {
        background-color: transparent;
    }

    html {
        font-size: 1.15rem;
        font-family: Plus Jakarta Sans, sans-serif;
    }

    .mt-100 {
        margin-top: 150px;
    }

    .mt-50 {
        margin-top: 90px;
    }

    .logosize {
        height: 35px;
    }

    .demo-content {
        height: 100vh;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}


body {
    margin-bottom: 60px;
    font-family: Rubik, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6666;
    color: rgb(108 117 125);
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(53 63 79);
}

/* Navigation Styles */
.navbar-custom {
    background: transparent;
    backdrop-filter: blur(0px);
    transition: all 0.3s ease;
    padding: 1rem 0;
}

    .navbar-custom.scrolled {
        background: rgba(255, 255, 255, 0.75);
        backdrop-filter: blur(20px);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
        padding: 0.5rem 0;
    }

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a !important;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 0.9rem;
    margin: 0 0.5rem;
    /*padding: 0.5rem 1rem !important;*/
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    font-family: Plus Jakarta sans-serif, sans-serif;
}

    .navbar-nav .nav-link:hover {
        background: rgba(99, 102, 241, 0.1);
        color: #6366f1 !important;
    }

    .navbar-nav .nav-link.active {
        background: #6366f1;
        color: white !important;
    }

.btn-primary-custom {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-primary-custom:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
        color: white;
    }

/* Mobile menu styles */
.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Demo content for scroll effect */
.demo-content {
    /*height: 100vh;*/
    background: url('/images/hero-15.jpg') no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .demo-content > div {
        position: relative;
        z-index: 2;
    }

.demo-section {
    height: 100vh;
    display: flex;
    justify-content: center;
}

    .demo-section:nth-child(even) {
        background: #f8f9fa;
    }

    .demo-section:nth-child(odd) {
        background: white;
    }

.herobgimage {
    background: url('/images/hero-15.jpg') no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.lightbgimage {
    background-image: url(../images/bg-02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.theme-color {
    color: #c73e9b;
}

.btn--theme {
    color: #fff;
    border: 2px solid #c73e9b;
    background-color: #c73e9b;
    text-decoration: none;
    padding: 4px 22px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: plus Jakarta sans-serif, sans-serif;
}

    .btn--theme:hover {
        background-color: white;
        border: 2px solid #333;
        color: #333;
    }

.paracolor {
    color: rgb(108 117 125);
}


.shadow-md {
    box-shadow: 0 0.35rem 0.5rem rgba(199, 62, 155, 0.14);
}

.bg-theme {
    background-color: #c73e9b;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}


.fs-15{
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.testimonial-card {
    background-color: white;
    border-radius: 8px;
    padding: 35px 30px;
    margin: 0 10px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    font-size: 15px;
}

.quote-icon {
    margin-top: -25px;
    opacity: 0.1;
    margin-left: -10px;
    font-size: 2.5rem;
}

.testimonial-text {
    margin-top: -20px;
    position: relative;
}
/* Custom navigation buttons */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #b9b9b9;
    border: 1px solid #b9b9b9;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}
/* Navigation arrows styling */
.owl-nav button span {
    font-size: 24px;
    font-weight: bold;
    line-height: 0;
}
/* Dots styling */
.owl-dots {
    text-align: center;
}

.owl-dot {
    display: inline-block;
    margin: 0 5px;
    border: none;
    background: none !important; /* Remove light background */
    padding: 0; /* Remove any default padding */
}

    .owl-dot span {
        width: 10px;
        height: 10px;
        background: #D3D3D3; /* Light grey for inactive dots */
        border-radius: 50%;
        display: block;
        transition: all 0.3s ease;
    }

    .owl-dot.active span {
        background: #555555; /* Dark grey for active dot */
        width: 12px; /* Slightly larger for active dot */
        height: 12px;
    }

/* Mobile-specific fixes */
@media (max-width: 767px) {
    

    .owl-nav button {
        width: 35px;
        height: 35px;
    }

    .owl-prev {
        left: -5px;
    }

    .owl-next {
        right: -5px;
    }

    /* Hide dots on mobile to prevent overcrowding */
    .owl-dots {
        display: none;
    }

     
    .owl-dots {
        overflow: hidden;
        white-space: nowrap;
        max-width: 200px;
        margin: 0 auto;
        position: relative;
    }
    .owl-dot {
        margin: 0 2px; /* Reduce spacing on mobile 
}

.owl-dot span {
    width: 8px; /* Smaller dots on mobile */
    height: 8px;
}

.owl-dot.active span {
    width: 10px;
    height: 10px;
}


}

.banner-overlay {
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed !important;
    background-size: cover;
    background-image: url(../images/bg-03.jpg);
}



.border-theme {
    border: 2px solid #c73e9b !important;
}

.meal-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

    /*.meal-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0.5rem 1rem rgba(199, 62, 155, 0.2);
    }*/

.suggest-btn {
    transition: all 0.3s ease;
}

    .suggest-btn:hover {
        transform: translateY(-2px);
    }

#suggestionSection .accordion-button {
    background-color: #f8f9fa;
    border: none;
}

    #suggestionSection .accordion-button:not(.collapsed) {
        background-color: #c73e9b;
        color: white;
    }

    #suggestionSection .accordion-button:focus {
        box-shadow: none;
    }

.spinner-border.theme-color {
    color: #c73e9b;
}

@media (max-width: 768px) {
    .mt-100 {
        margin-top: 100px;
    }

    .meal-card {
        margin-bottom: 1rem;
    }
}

.errorlabel {
    color: #ff0000;
    font-size: 14px;
    font-style: italic;
}

.hidden { 
    display: none;
}

.form-control::placeholder {
    color: #c1c1c1 !important;
    opacity: 1 !important;
}

input.form-control::placeholder {
    color: #c1c1c1 !important;
    opacity: 1 !important;
}

textarea.form-control::placeholder {
    color: #c1c1c1 !important;
    opacity: 1 !important;
}


.star-rating {
    font-size: 2.5rem;
    cursor: pointer;
    user-select: none;
}

.star {
    transition: all 0.2s ease;
    margin: 0 0.2rem;
}

    .star:hover {
        transform: scale(1.1);
    }

    .star.theme-color {
        color: #c73e9b !important;
    }

    .star.text-muted {
        color: #dee2e6 !important;
    }

.rating-text {
    min-height: 1.5rem;
    transition: all 0.3s ease;
}

.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-control:focus {
    border-color: #c73e9b;
    box-shadow: 0 0 0 0.25rem rgba(199, 62, 155, 0.25);
}

.form-check-input:checked {
    background-color: #c73e9b;
    border-color: #c73e9b;
}

.form-check-input:focus {
    border-color: #c73e9b;
    box-shadow: 0 0 0 0.25rem rgba(199, 62, 155, 0.25);
}

.text-success {
    color: #198754 !important;
}

.text-warning {
    color: #ffc107 !important;
}

@media (max-width: 768px) {
    .star-rating {
        font-size: 2rem;
    }

    .star {
        margin: 0 0.1rem;
    }

    .mt-100 {
        margin-top: 100px;
    }
}



.success-animation {
    animation: successBounce 0.8s ease-out;
}

@keyframes successBounce {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
}

    .fade-in-up:nth-child(1) {
        animation-delay: 0.1s;
    }

    .fade-in-up:nth-child(2) {
        animation-delay: 0.2s;
    }

    .fade-in-up:nth-child(3) {
        animation-delay: 0.3s;
    }

    .fade-in-up:nth-child(4) {
        animation-delay: 0.4s;
    }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.celebration-confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #c73e9b;
    animation: confetti 3s ease-out infinite;
}

@keyframes confetti {
    0% {
        transform: translateY(-100vh) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
    }
}

.blinking-blue {
    color: #0066cc;
    animation: smooth-blink 1s ease-in-out infinite;
}

@keyframes smooth-blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.h100 { 
    height: Calc(100vh);
}

.h50 { 
    height: Calc(100vh / 2);
}





/* Progress Container Styles */
.progress-container {
    min-height: 100vh;
    padding: 2rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    margin: -2rem -15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Cooking Icon Animation */
.cooking-icon-container {
    position: relative;
    display: inline-block;
}

.cooking-pot {
    position: relative;
    font-size: 4rem;
    color: #28a745;
    animation: pot-wobble 2s ease-in-out infinite;
}

.steam {
    position: absolute;
    width: 4px;
    height: 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    animation: steam-rise 1.5s ease-in-out infinite;
}

.steam-1 {
    top: -25px;
    left: 20px;
    animation-delay: 0s;
}

.steam-2 {
    top: -25px;
    left: 30px;
    animation-delay: 0.5s;
}

.steam-3 {
    top: -25px;
    left: 40px;
    animation-delay: 1s;
}

@keyframes pot-wobble {
    0%, 100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(2deg);
    }
}

@keyframes steam-rise {
    0% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(-30px) scale(0.5);
    }
}

/* Progress Card */
.progress-card {
    max-width: 800px;
    margin: 0 auto;
}

/* Message Section */
.message-section {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    background: linear-gradient(45deg, #f8f9fa, #fff);
    border-radius: 15px;
    border-left: 5px solid #28a745;
}

.message-icon {
    font-size: 2.5rem;
    color: #28a745;
    margin-right: 1.5rem;
    animation: icon-pulse 2s ease-in-out infinite;
}

@keyframes icon-pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.message-title {
    margin-bottom: 0.5rem;
    color: #2c3e50;
    font-size: 1.1rem;
}

.message-subtitle {
    margin-bottom: 0;
    font-size: 0.9rem;
}

/* Enhanced Progress Bar */
.progress-enhanced {
    height: 20px;
    border-radius: 10px;
    background: linear-gradient(90deg, #e9ecef, #f8f9fa);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
    overflow: visible;
    position: relative;
}

.bg-gradient-success {
    background: linear-gradient(90deg, #28a745, #20c997, #17a2b8) !important;
    position: relative;
}

.progress-spark {
    position: absolute;
    right: -5px;
    top: -2px;
    width: 10px;
    height: 24px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: spark-glow 1s ease-in-out infinite alternate;
}

@keyframes spark-glow {
    0% {
        opacity: 0.5;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1.2);
    }
}

/* Floating Ingredients */
.ingredients-animation {
    position: relative;
    height: 100px;
    overflow: hidden;
    margin: 2rem 0;
}

.floating-ingredient {
    position: absolute;
    font-size: 2rem;
    animation: float-around 8s linear infinite;
    opacity: 0.7;
}

.ingredient-1 {
    animation-delay: 0s;
    left: 10%;
}

.ingredient-2 {
    animation-delay: 1s;
    left: 20%;
}

.ingredient-3 {
    animation-delay: 2s;
    left: 30%;
}

.ingredient-4 {
    animation-delay: 3s;
    left: 50%;
}

.ingredient-5 {
    animation-delay: 4s;
    left: 70%;
}

.ingredient-6 {
    animation-delay: 5s;
    left: 80%;
}

@keyframes float-around {
    0% {
        transform: translateY(100px) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 0.7;
    }

    90% {
        opacity: 0.7;
    }

    100% {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}

/* Steps Indicator */
.steps-indicator {
    padding: 1rem 0;
}

.step-item {
    transition: all 0.3s ease;
}

.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    color: #6c757d;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.step-active .step-circle {
    background: #28a745;
    color: white;
    animation: step-pulse 2s ease-in-out infinite;
}

.step-label {
    display: block;
    color: #6c757d;
    font-weight: 500;
}

.step-active .step-label {
    color: #28a745;
    font-weight: 600;
}

@keyframes step-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.4);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }
}

/* Fun Facts */
.fun-facts {
    max-width: 600px;
    margin: 0 auto;
}

.fun-fact-icon {
    animation: fact-bounce 3s ease-in-out infinite;
}

@keyframes fact-bounce {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .progress-container {
        padding: 1rem 0;
    }

    .message-section {
        flex-direction: column;
        text-align: center;
    }

    .message-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .cooking-pot {
        font-size: 3rem;
    }

    .floating-ingredient {
        font-size: 1.5rem;
    }
}

/* Additional animations for engagement */
@keyframes gentle-bounce {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }
}

.progress-card {
    animation: gentle-bounce 4s ease-in-out infinite;
}

