﻿/* Apply the Google Font to the entire document */


/* Ensure html and body take full height */
html, body {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    margin: 0; /* Remove default margin */
    display: flex;
    flex-direction: column; /* Stack content vertically */
    background-color: #f8f9fa;
}

h1 {
    font-size: 3em; /* Larger font size for heading */
}


/* Content should take up available space */
.content {
    flex: 1; /* Take all available space between header and footer */
    padding: 20px; /* Add some padding for better layout */
}


/* Header Background */
.header-background {
    /*background-image: url('../images/fruitsAndvegetables.JPG');*/
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px 0;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}



/* Header Logo */
.header-logo {
    height: 100px; /* Constrain logo height */
    max-width: 100%; /* Prevents the image from overflowing */
    object-fit: contain; /* Ensures the image scales without distortion */
    margin-right: 10px;
}

/* Ensure links in header are visible */
.header-background a {
    color: white;
    text-decoration: none;
}

.header-background a:hover {
    color: #ddd;
}


/* Footer Styling with Fixed Width */
.footer {
    background-color: navy; /* Navy blue background for footer */
    color: white; /* White text */
    padding: 20px 0; /* Padding to give the footer some height */
    width: 100%; /* Set a fixed width */
    margin: 0 auto; /* Center the footer horizontally */
    text-align: center; /* Center align text */
    position: relative;
    bottom: 0;
}


.card-img-top {
    height: 150px;
    object-fit: cover;
}

/* Custom styles for the accordion headers */
.accordion .card-header {
    background-color: navy !important;
    font-weight: bold !important;
    font-size: 24px !important;
    font-family: 'Roboto', sans-serif !important;
    color: white !important;
}

.accordion .card-header .btn-link {
color: white;
text-decoration: none;
}

.accordion .card-header .btn-link:hover {
    text-decoration: underline;
}

/* Custom styles for multi-level dropdowns */
.dropdown-menu .dropdown-submenu {
    position: relative;
}

.dropdown-menu .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
/* Optional: Style logo size */
.navbar-brand img {
    max-height: 100px; /* Adjust the height as needed */
}

/* Center align the logo */
.navbar-brand-centered {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Ensure the menu items stay on the right */
.navbar-nav {
    margin-left: auto;
}

/* Custom CSS to style the navbar menu */
.navbar .navbar-nav .nav-link {
    font-size: 1.25rem; /* Increase font size */
    font-weight: bold; /* Make text bold */
    color: navy !important; /* Change text color to navy blue */
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 1.25rem; /* Increase font size */
    font-weight: bold; /* Make text bold */
    color: navy; /* Change text color to navy blue */
}

.navbar .navbar-brand {
    font-size: 1.5rem; /* Increase font size for the brand/logo */
    font-weight: bold; /* Make the brand/logo bold */
    color: navy !important; /* Change brand/logo color to navy blue */
}

/* Optional: Customize the carousel size */
.carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Table: style */
.arrow-up::after {
    content: '▲';
    font-size: 0.8rem;
    padding-left: 5px;
}

.arrow-down::after {
    content: '▼';
    font-size: 0.8rem;
    padding-left: 5px;
}

/* navy Color Header */
.table thead th {
    background-color: navy; /* navy color */
    color: white;
    font-weight: bold;
    text-align: center;
}

    /* Set width for the first column */
    .table thead th:first-child,
    .table tbody td:first-child {
        width: 200px; /* Adjust as needed */
    }


/* Optional: Adjusting border color if desired */
.table-bordered thead th {
    border-color: #4F86F7;
}

.table-cuswidth {
    width: 33.33%;
}
/* Table: style */

.story-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.story-text {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #333;
}

/* Custom styling for the recipe page */
.recipe-image {
    width: 100%; /* Adjust image width to be 100% of the container */
    max-width: 400px; /* Maximum width of the image */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 15px; /* Add space below the image */
}

.recipe-details {
    padding-left: 30px;
}

.recipe-title {
    font-size: 2rem;
    font-weight: bold;
}

.ingredients, .instructions {
    font-size: 1.1rem;
    margin-bottom: 15px;
}
/* Custom styling for the recipe page  end*/


/* Cooking Tips Starts */


.check-mark, .cross-mark {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-mark {
    background-color: green;
}

.cross-mark {
    background-color: red;
    /* Cooking Tips End */
}

.card-body {
  text-align: center;
}

/* Testimonials   Starts */

.testimonial-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-photo {
    width: 100px; /* Set the width of the photo */
    height: 100px; /* Set the height of the photo */
    border-radius: 25%; /* Make the image circular */
    object-fit: cover; /* Ensure the image fits nicely */
    margin: 0 auto; /* Center the element horizontally */
    display: block; /* Make it a block element for centering */
}



/* Testimonials   Ends */

/* Doshas Quiz   Starts */

.question-container {
    margin-bottom: 20px; /* Add space between questions */
    font-size: 18px; /* Custom font size for the title */
}

.pagination-container {
    justify-content: space-between;
}


/* Doshas Quiz   Ends */

/* Millets   starts */

.millet-image {
    width: 100px;
    height: auto;
}

.title-font {
    font-size: 22px; /* Custom font size for the title */
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.description-font {
    font-size: 1.5rem; /* Custom font size for the description */
    font-family: 'Open Sans', sans-serif;
}

/* Millets   Ends */

/* Custom CSS for the Page Title bar  start*/
.header-bar {
    background-color: navy;
    color: white;
    padding: 10px 0;
    text-align: center;
}

.header-title {
    margin: 0;
    font-size: 24px;
}
/* Custom CSS for the Page Title bar  end*/

/* Custom CSS for the Submit button on the Contact Us page start */
.btn-primary {
    background-color: navy;
    border-color: navy;
}

.btn-primary:hover {
    background-color: darkblue; /* Optional: a darker shade for hover effect */
    border-color: darkblue; /* Optional: a darker shade for hover effect */
}
/* Custom CSS for the Submit button on the Contact Us page end */

/* Arrow style used in Before Cooking page */

.arrow-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-label {
    position: absolute;
    top: -2px; /* Move label above arrow */
    font-size: 18px;
    font-weight: bold;
    color: #007bff;
}

.arrow {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.cooking-image {
    width: 250px;
    height: auto;
}
