/* Custom Navbar Styling */
.navbar-custom {
    background-color: #ffffff;
    /* Light background color */
    padding: 10px 15px;
    /* Padding around the navbar */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Slight shadow for depth */
    width: 100%;
    /* Ensure full width */
}

.navbar-custom .navbar-brand {
    font-weight: bold;
    color: #343a40;
    /* Dark text color */
}

.nav-item {
    padding-right: 50px;
}

.navbar-custom .navbar-brand img {
    margin-right: 8px;
    /* Space between logo and text */
}

.navbar-nav .nav-link.active {
    color: #d39980 !important;
}

.navbar-custom .nav-link {
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color:#d39980;
    /* Dark text color */
    padding: 8px 15px;
    /* Padding around the links */

    transition: color 0.3s ease;
    /* Smooth color transition */
}

.navbar-custom .nav-link:hover {
    color: #EDC1AE;
    /* Blue color on hover */
}

.navbar-custom .navbar-toggler {
    border-color: #343a40;
    /* Dark border for toggle button */
}

.navbar-custom .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%2834, 34, 34, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 992px) {
    .navbar-custom {
        padding: 8px 10px;
        /* Adjust navbar padding for smaller screens */
    }

    .navbar-custom .nav-link {
        padding: 6px 10px;
        /* Adjust link padding for smaller screens */
    }
}


.loading-indicator {
    position: fixed;  /* Fixed to the viewport */
    top: 0;
    left: 0;
    width: 100vw;  /* Full width of the viewport */
    height: 100vh; /* Full height of the viewport */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center;  /* Center vertically */
    background-color: rgba(0, 0, 0, 0.5);  /* Semi-transparent background */
    z-index: 1000; /* Make sure it's above everything */
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px; /* Loader size */
    height: 50px; /* Loader size */
    animation: spin 1s linear infinite; /* Spin animation */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.error-message {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}



/* Ensure no horizontal scroll on small screens */
body {
    overflow-x: hidden;
}

.circle-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.section-heading {
    text-align: center;
    margin-bottom: 30px;
}

.section2 {
    padding-top: 40px;
}

.section2-img {
    height: 520px;
    width: 600px;
}

.section2-heading {
    text-align: left;
    font-family: 'Playfair Display', serif;
    position: relative;
    font-size: 45px;
    line-height: 1.38;
    margin-bottom: 19px;
    font-weight: bold;
}

.section2-subheading {
    text-align: left;
    position: relative;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.2px;
    margin-bottom: 2px;
}

.section2-para {
    text-align: left;
    font-family: red hat display;
    padding-top: 7px;
    font-size: 18px;
}

.sec_1font {
    font-family: Playfair Display, serif;
    font-weight: bold;
    font-size: 65px;
    line-height: 1.3;
    color: #2f3c44;
    margin: 0;
    padding-bottom: 23px;
    max-width: 992px;

}

.sec_1para {
    font-family: 'Lato', sans-serif;
    padding-bottom: 57px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 20px;
}

.sec_1botton {
    background-color: #AEEDC8;
    border: none;
    font-size: 14px;
    /* Adjust the font size for smaller screens */
    padding: 10px 20px;
    /* Adjust the padding for smaller screens */
    border-radius: 50px;
    color: black;
    font-weight: 500;
    height: auto;
    font-family: Poppins;
}

.sec_1botton:hover {
    background-color: #D3E6F5;
}


.border {
    border: solid black;
}

.input-group {
    display: flex;
    border: 1px solid #AEEDC8;
    /* Border color similar to Bootstrap's input border */
    border-radius: 1.25rem;
    /* Border radius to match Bootstrap's rounded corners */
    overflow: hidden;
    /* Ensure no content overflows the border */
}

.section2-input {
    flex: 1;
    /* Allow the input to grow and take up available space */
    border: none;
    /* Remove default border to keep it within the input group border */
    border-radius: 0;
    /* Remove border radius on the input to match the group's border */
}

.section2-button {
    background-color: #AEEDC8;
    /* Set the button background color */
    color: #000;
    /* Set the button text color to black for better readability */
    border: 1px solid #AEEDC8;
    /* Optional: match the border color with the background */
}

.section2-button:hover {
    background-color: #9bd8b1;
    /* Slightly darker color for hover effect */
    border-color: #9bd8b1;
    /* Match the border color on hover */
}

.footer-menu{line-height:1.8;}

.footer-bottom-padding{margin-bottom:20px;}

.footer-top {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
}

.section_title {
    font-size: 45px;
    margin-top: 0px;
    margin-bottom: 21px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

.title {
    font-size: 20px;
}

.contact-cont .form-group {
    margin-bottom: 20px;
}

.tittle-footer {
    margin-top: 0px;
    margin-bottom: 21px;
    line-height: 1;
    font-weight: bold;
    font-size: 45px;
    font-family: 'Playfair Display', serif;
}

.form-radius {
    border-radius: 5%;
}

.footer-button {
    background-color: #AEEDC8;
    /* Set the background color */
    color: #fff;
    /* Set the text color (optional) */
    border: none;
    /* Remove default border */
    border-radius: 8px;
    /* Set the border radius for rounded corners */
    padding: 10px 20px;
    /* Adjust padding for size */
    font-size: 16px;
    /* Adjust font size (optional) */
    cursor: pointer;
    /* Change cursor on hover */
    transition: background-color 0.3s ease;
    /* Smooth color transition */
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

p {
    margin: 0 0 15px;
}


/* Animation Effects */

.fadeInLeft {
    animation: fadeInLeft 1s forwards;
}

.fadeInUp {
    animation: fadeInUp 1s forwards;
}

.fadeInRight {
    animation: fadeInRight 1s forwards;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.flipInX {
    animation: flipInX 1s forwards;
}

@keyframes flipInX {
    from {
        opacity: 0;
        transform: rotateX(90deg);
    }

    to {
        opacity: 1;
        transform: rotateX(0);
    }
}

.recipe-img {
    height: 300px;
    width: 300px;
}


.bloc_content {
    text-align: center;
    /* Center the text content (optional) */
}



.sec_2font {
    font-family: Playfair Display, serif;
    font-weight: bold;
    font-size: 65px;
    line-height: 1.3;
    color: #2f3c44;
    margin: 0;
    padding-bottom: 80px;
    max-width: 992px;
    text-align: center;

}

/* Container adjustments */
.subscribe {
    max-width: 100%;
    /* Ensure container doesn't exceed viewport width */
    padding-left: 15px;
    padding-right: 15px;
}

/* Image adjustments */
.section2-img {
    max-width: 100%;
    /* Ensure image scales within its column */
    height: auto;
    /* Maintain aspect ratio */
    display: block;
    /* Remove any potential margin caused by inline elements */
}

/* Input group adjustments */
.input-group {
    max-width: 100%;
    /* Ensure input group doesn't overflow */
}

.section2-button {
    white-space: nowrap;
    /* Prevent button text from breaking */
}


/* Responsive design */
@media (max-width: 767px) {

    /* Ensure columns stack vertically on small screens */
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Adjust text alignment and padding for mobile view */
    .text-center {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.column-heading {
    text-align: center;
    margin-top: 15px;
}

.column-paragraph {
    text-align: center;
}

.content-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;

}


.row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.col-xs-12,
.col-sm-7,
.col-sm-5 {
    padding: 15px;
}

.blog {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.blog.reverse {
    flex-direction: row-reverse;
}

.blog_img,
.blog_img2,
.blog_img3 {
    flex: 1;
}

.blog_img img,
.blog_img2 img,
.blog_img3 img {
    max-width: 100%;
    height: auto;
}

.blog_content,
.bloc_content {
    flex: 2;
    padding: 0 15px;
}

p {
    margin: 0 0 15px;
}

.blog.reverse {
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    align-items: center;
    /* Center items horizontally (optional) */
}

.blog_img3 {
    margin-bottom: 15px;
    /* Add some space below the image */
}

.bloc_content {
    text-align: center;
    /* Center the text content (optional) */
}

.sec-img-size {
    border-radius: 20px;
    width: 100%;
    height: auto;

}

.btn-primary {
    background-color: #AEEDC8;
    border-color: #AEEDC8;
    color: black;
    font-weight: 500;
    width: 200px;
    /* Set a specific width */
    text-align: center;
    /* Center text within the button */
}

.btn-primary:hover {
    background-color: #D3E6F5;
    border-color: #D3E6F5;
    color: black;
    font-weight: 500;
}

.section2-input {
    flex: 1;
    /* Allow input to take available space */
    min-width: 0;
    /* Prevent input from causing overflow */
}



/* Footer Styles */
.footer-page {
    background-color: #f8f9fa;
    padding-top:20px;
    padding-bottom:20px;

}


.footer-top {
    padding: 20px;
}


.tittle-footer {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}


.section_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}


.title {
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
}


.footer-top p {
    margin: 0;
    color: #666;
}


.mt20 {
    margin-top: 20px;
}


.contact-form {
    display: flex;
    flex-direction: column;
}


.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* Space between columns */
}


.form-group {
    flex: 1;
    min-width: 200px;
    /* Minimum width for form fields */
}


.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 14px;
    font-size: 16px;
}


textarea.form-control {
    height: 100px;
    /* Fixed height for textarea */
    resize: vertical;
    /* Allow vertical resizing */
}


.submit-button {
    background-color: #AEEDC8;
    color: black;
    font-weight: 500;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    width: 150px;
    /* Fixed width */
    display: block;
    /* Make it a block-level element */
    margin-left: auto;
    /* Center horizontally */
    margin-right: auto;
    /* Center horizontally */
}


.submit-button:hover {
    background-color: #D3E6F5;
}




/* Responsive Design */
@media (max-width: 767px) {
    .form-row {
        flex-direction: column;
    }
}




/* Responsive Adjustments */
@media (max-width: 767px) {
    .footer-top {
        padding: 20px 10px;
    }


    .footer-page {
        padding: 20px 0;
    }


    .footer-top .col-md-5,
    .footer-top .col-md-6 {
        margin-bottom: 20px;
    }
}






:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --h1-font-family: 'Playfair Display', serif;
    --h1-font-weight: bold;
    --h1-font-size: 65px;
    --h1-line-height: 1.1;
    --h1-color: #2f3c44;
    --h1-margin: 0;
    --h1-padding-bottom: 23px;
    --h1-letter-spacing: 0.2px;





    --h4-font-size: 20px;
    --h4-line-height: 1.5;
    --h4-font-weight: 400;
    --h4-padding-bottom: 57px;
    --h4-font-family: 'Lato', sans-serif;
    --h4-color: #5d5d5d;




    --h3-font-family: 'Playfair Display', serif;
    --h3-font-weight: bold;
    --h3-font-size: 45px;
    --h3-color: #2f3c44;




    --h6-font-size: 22px;
    --h6-line-height: 1.5;
    --h6-letter-spacing: 0.2px;
    --h6-font-weight: 600;
    --h6-margin-bottom: 6px;
    --h6-font-family: 'Playfair Display', serif;
    --h6-color: #2f3c44;

    --p-font-size: 16px;
    --p-letter-spacing: 0.2px;
    --p-font-weight: 400;
    --p-color: #8d8d8d;
    --p-font-family: 'Red Hat Display', sans-serif;


}


h1 {
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
    color: var(--h1-color);
    margin: var(--h1-margin);
    padding-bottom: var(--h1-padding-bottom);
    letter-spacing: var(--h1-letter-spacing);
}


h4 {
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    font-weight: var(--h4-font-weight);
    padding-bottom: var(--h4-padding-bottom);
    font-family: var(--h4-font-family);
    color: var(--h4-color);
}


h3 {
    font-family: var(--h3-font-family);
    font-weight: var(--h3-font-weight);
    font-size: var(--h3-font-size);
    color: var(--h3-color);
}


h6 {
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
    letter-spacing: var(--h6-letter-spacing);
    font-weight: var(--h6-font-weight);
    margin-bottom: var(--h6-margin-bottom);
    font-family: var(--h6-font-family);
    color: var(--h6-color);
}


p {
    font-size: var(--p-font-size);
    letter-spacing: var(--p-letter-spacing);
    padding: var(--p-padding);
    font-weight: var(--p-font-weight);
    color: var(--p-color);
    font-family: var(--p-font-family)
}



.banner {
    background-size: cover;
    background-position: center;
    height: 400px;
    /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
}


.bannercontainer {
    text-align: center;
    /* Center text within the container */
}


.banner h1 {
    color: white;
    /* Adjust the size as needed */
    margin: 0;
}




.box {
    background-color: #ffffff;
    /* Light background for the box */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Add shadow */
}




.box-content {
    display: flex;
    align-items: flex-start;
    /* Align items at the start of the container */
}


.box-image {

    height: 80%;
    /* Maintain aspect ratio */
    margin-right: 15px;
    /* Space between image and text */
}


.box-text {
    display: flex;
    flex-direction: column;
    /* Stack the heading and paragraph vertically */
    justify-content: center;
    /* Center content vertically within the box */
}


.box-text h3 {
    margin-top: 0;
    margin-bottom: 10px;
    /* Space between heading and paragraph */
}


.box-paragraph {
    margin: 0;
    /* Remove default margin */
}




/* Four Column */
/* Base styles for the four-column section */
.four-column-section {
    padding: 20px;
}


.boxfour1 {
    background-color: #FCF4E2;
    /* Light background for the box */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Add shadow */
    text-align: center;
    /* Center text and icon */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}

.boxfour2 {
    background-color: #D3E6F5;
    /* Light background for the box */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Add shadow */
    text-align: center;
    /* Center text and icon */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}

.boxfour3 {
    background-color: #D3F5E9;
    /* Light background for the box */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Add shadow */
    text-align: center;
    /* Center text and icon */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}

.boxfour4 {
    background-color: #FFE3E4;
    /* Light background for the box */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Add shadow */
    text-align: center;
    /* Center text and icon */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}




.boxfour-image {
    width: 100%;
    /* Make image responsive within the box */
    max-width: 150px;
    /* Limit the size of the image */
    height: auto;
    /* Maintain aspect ratio */
    margin-bottom: 15px;
    /* Space between image and heading */
}


.boxfour h3 {
    margin-top: 0;
    margin-bottom: 10px;
    /* Space between heading and paragraph */
}


.boxfour p {
    margin: 0;
}


.boxfourcontainer {
    display: flex;
    justify-content: center;
    /* Center the columns within the container */
}


.boxfourrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* Center columns within the row */
}


.boxfour-image {
    height: 100px;
}


.col-md-3 {
    flex: 1;
    max-width: 25%;
    /* Four columns in a row, each taking up 25% width */
}


.boxfour-icon {
    font-size: 50px;
    /* Adjust the size as needed */
    color: #333;
    /* Adjust the color as needed */
    display: block;
    /* Ensure it displays as a block element */
    margin-bottom: 15px;
    /* Adjust the spacing below the icon */
}


/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    .col-md-3 {
        max-width: 100%;
        /* Full width for each column on mobile */
        flex-basis: 100%;
        /* Ensure full width */
    }


    .boxfour-image {
        height: auto;
        /* Adjust image size for mobile */
    }


    .boxfour {
        padding: 15px;
        /* Reduce padding on mobile */
    }
}








/* Media Query for mobile view */
@media (max-width: 768px) {

    .base-container {
        width: 90%;
        /* Adjust container width for mobile */
    }

    p {
        font-size: 0.9em;
        /* Adjust font size for mobile */
    }
}


/* Contact */
.contact-row {
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
}

.responsive-img {
    width: 100%;
    height: auto;
    display: block;
    /* Removes any bottom margin/padding */
}

.custom-input-line {
    border-bottom: 1px solid #ccc;
    /* Line color */
    padding: 8px 0;
    /* Padding for spacing */
    margin-bottom: 16px;
    /* Space between lines */
}


.custom-form-group label {
    display: block;
    margin-bottom: 8px;
}


.custom-responsive-img {
    width: 100%;
    height: auto;
    display: block;
}


.custom-contact-row {

    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    /* Optional: for shadow */
    padding: 20px;
    /* Optional: for padding */
    border-radius: 8px;
    /* Optional: for rounded corners */
}

.custom-submit-button {
    color: #AEEDC8;
    border-radius: 5%;
    border-color: #AEEDC8;
    background-color: #AEEDC8;
}






.banner {
    position: relative;
    padding: 150px 0;
    /* Increase this value to increase the banner height */
    text-align: center;

}

.bannercontainer {
    position: relative;
    z-index: 1;
}

.contact-box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -70px;
    /* Aligns the container at the bottom */
    left: 50%;
    transform: translate(-50%, -50%);
    /* Centers the container */
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    height: 63%;
}

/* Flex properties for larger screens */
.contact-box {
    background-color: white;
    padding: 20px;
    margin: 0 10px;
    width: calc(33.333% - 20px);
    height: 180px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5%;
}

/* Media query for mobile view */
@media (max-width: 767px) {
    .contact-box-container {
        position: static;
        /* Removes absolute positioning */
        transform: none;
        /* Removes translation */
        text-align: center;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-top: 50px;
        padding-bottom: 20px;
        /* Add some padding if needed */
    }

    .contact-box {
        width: calc(100% - 20px);
        /* Full width minus some margin */
        margin: 10px auto;
        /* Center the boxes and add vertical spacing */
    }
}







.fade-in-box {
    animation: fadeIn 2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media (max-width: 767px) {
    .container.no-padding-mobile {
        padding-top: 0 !important;
        /* Removes the padding on mobile */
    }
}

@media (max-width: 767px) {
    .custom-form-row {
        flex-direction: column;
    }
}




/* card Method */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 90%;
}

.margin {
    margin-left: 15px;
    margin-right: 15px;
}

.card-button {
    background-color: #AEEDC8;
    border-color: #AEEDC8;
    border: #AEEDC8;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 5px;
    padding: 13px 26px;
    line-height: 1.5em;
    transition: border-color .3s, background-color .3s, color .3s;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
    font-weight: 500;
}



    .card-button:hover {
        background-color: #D3E6F5;
    }

.card-column1 {
    padding-top: 50px;
}

.card-column2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.recipe-card-image {
    border-radius: 5%;
    width: 100%;
    height: 300px;
    object-fit: cover
}

.recipe-card-image-zoom {
    transition: transform 1s;
    /* Animation */
    margin: 0 auto;
}

.recipe-card-image-zoom:hover {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.card-font {
    padding-bottom: 0px;
    padding-top: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #feab87;
    font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
    .card {
        width: 100%;
        /* Full width on smaller screens */
    }

    .card-button {
        padding: 10px;
        /* Adjust padding for mobile */
    }
}




.banner-slider {
    position: relative;
    width: 100%;
    height: 60vh; /* Adjust height as needed */
    overflow: hidden;
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    animation: zoom-in 15s infinite alternate, slide-animation 30s infinite;
}

.centered-text {
    color: white; /* Adjust color as needed */
    font-size: 2em; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Optional: Add text shadow for better readability */
}

.slide h2 {
    color: white; /* Or any other color */
    font-size: 2.5em; /* Adjust as needed */
    text-align: center;
    z-index: 1;
}

@keyframes zoom-in {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

@keyframes slide-animation {

    0%,
    33.33% {
        opacity: 1;
        z-index: 1;
    }

    33.33%,
    66.66% {
        opacity: 0;
        z-index: 0;
    }

    66.66%,
    100% {
        opacity: 1;
        z-index: 1;
    }
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    /* Text color */
}


.slide-content p {
    color: white;
    /* Adjust font size */
    margin-top: 1rem;
}

/* Stacking the slides */
.slide:nth-child(1) {
    animation-delay: 0s, 0s;
}

.slide:nth-child(2) {
    animation-delay: 0s, 10s;
}

.slide:nth-child(3) {
    animation-delay: 0s, 20s;
}

/* Mobile responsiveness */
@media (max-width: 768px) {


    .slide-content p {
        font-size: 1rem;
        /* Adjust font size for mobile */
    }

    .banner-slider {
        height: 50vh;
        /* Adjust height for mobile */
    }
}

@media (max-width: 480px) {
    .slide-content h2 {
        font-size: 2.5rem;
        /* Further adjust font size for very small screens */
    }

    .slide-content p {
        font-size: 0.8rem;
        /* Further adjust font size for very small screens */
    }

    .banner-slider {
        height: 40vh;
        /* Further adjust height for very small screens */
    }
}

.card1 {

    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image in the card */

    background-color: rgba(255, 255, 255, 0.7);
    /* Semi-transparent white background */
    color: black;
    /* Adjust text color for better contrast against white */
    opacity: 0.7;
    /* Sets the opacity of the card */

    padding: 20px;
    /* Adds padding inside the card */
    border-radius: 8px;
    /* Optional: Adds rounded corners */
    text-align: center;
    /* Optional: Centers text inside the card */
    margin-left: 31px;
    padding: 20px;
    /* Adds padding inside the card */
    transition: transform 0.3s ease;
    /* Adds a smooth transition for the zoom effect */
}

.card1:hover {
    transform: scale(1.1);
    /* Zooms in the card on hover */
}

.zoom {
    animation: zoomInOut 1s infinite;
    /* Applies the zoom in-out animation */
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);
        /* Normal size at the beginning and end */
    }

    50% {
        transform: scale(1.1);
        /* Zoom in at the middle of the animation */
    }
}

.ingredients {
    width: 100%;
    /* Full width */
    max-width: 800px;
    /* Increase max width */
    margin: 0 auto;
    /* Center the container */
    text-align: left;
    /* Align text to the left */
    height: 100%;
}

.ingredients img {
    width: 100%;
    /* Image takes the full width of the container */
    height: 400px;
    /* Set height for the image */
    object-fit: cover;
    /* Ensure the image covers the container while maintaining aspect ratio */
    border-radius: 20px;
}

.ingredients h2 {
    font-size: 24px;
    /* Set heading size */
    margin-top: 16px;
    /* Space between image and heading */
    margin-left: 10px
}

.ingredients p {
    font-size: 16px;
    /* Set paragraph size */
    line-height: 1.5;
    /* Improve readability */
    margin-top: 8px;
    /* Space between heading and paragraph */
    margin-left: 10px
}

ol {
    list-style: none;
}

ol li:before {
    margin-right: 10px;
}


.bottom-box {
    position: absolute;
    bottom: -56px;
    /* Adjust as necessary */
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 250px;
    background-color: #f0f0f0;
    padding: 10px;
    text-align: center;
}

.ingredients {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    height: auto;
}

.ingredient-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0 0 10% 10%;
}

.ingredient-text {
    position: absolute;
    top: 8%;
    right: -16%;
    width: 29%;
    height: 250px;
    background-color: #D3E6F5;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(10%);
    border-radius: 30px;
}

.ingredient-text h6 {
    margin: 20px 10px 10px;
}

.ingredient-text p {
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 10px;
}

.ingredient-text h2 {
    font-size: 24px;
    margin: 16px 10px 8px;
}

/* Media query for mobile view */
@media (max-width: 768px) {
    .ingredients {
        text-align: center;
        /* Center text for mobile view */
    }

    .ingredient-text {
        position: relative;
        /* Change to relative for mobile view */
        width: 80%;
        /* Adjust width to fit mobile view */
        height: auto;
        /* Let the height adjust based on content */
        margin: 10px auto;
        /* Center the box horizontally and add margin */
        transform: none;
        /* Remove any transform */
        border-radius: 5%;
        /* Rounded corners at the top */
        right: auto;
        /* Reset right positioning */
    }
}

.similar-recipe-card {
    background-size: cover;
    /* Ensures the image covers the entire card */
    background-position: center;
    /* Centers the image in the card */
    background-color: rgba(255, 255, 255, 0.7);
    /* Semi-transparent white background */
    color: black;
    /* Adjust text color for better contrast against white */
    opacity: 0.7;
    /* Sets the opacity of the card */
    padding: 10px;
    /* Adjusted padding inside the card */
    border-radius: 10% 10% 0 0;
    text-align: center;
    /* Centers text inside the card */
    margin-left: 31px;
    margin-bottom: 10px;
    /* Decreased space between cards */
    height: 200px;
    /* Fixed height */
    width: 250px;
    /* Fixed width */
    transition: transform 0.3s ease;
    /* Adds a smooth transition for the zoom effect */
}

/* Hover Effect */
.similar-recipe-card:hover {
    transform: scale(1.1);
    /* Zooms in the card on hover */
}

/* Zoom Animation */
.zoom {
    animation: zoomInOut 1s infinite;
    /* Applies the zoom in-out animation */
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);
        /* Normal size at the beginning and end */
    }

    50% {
        transform: scale(1.1);
        /* Zoom in at the middle of the animation */
    }
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .similar {
        display: flex;
        flex-direction: column;
        /* Stack cards vertically on small screens */
        align-items: center;
        /* Center cards horizontally */
        margin-left: 0;
        /* Remove the left margin for better alignment */
    }

    .similar-recipe-card {
        margin-left: 0;
        /* Remove the left margin for better alignment */
        width: 90%;
        /* Ensure the card takes up most of the width of its container on mobile */
        max-width: 250px;
        /* Prevent the card from growing too large */
    }
}

.two-column-layout {
    display: flex;
    flex-wrap: wrap;
    /* Allows columns to stack on small screens */
    width: 100%;
    max-width: 1200px;
    /* Optional: Limit the max-width of the layout */
    margin: 0 auto;
    /* Center the layout horizontally */
}



.column-30 {
    background-color: #f7d5c7;
    border-radius: 30px;
}

.column-70 {
    background-color: white;
}

/* Mobile view */
@media (max-width: 768px) {

    .column-30,
    .column-70 {
        width: 100%;
        /* Full width on small screens */
        height: auto;
        /* Adjust height automatically */
        margin: 0;
        /* Remove margins for full-width columns */
    }

    .column-30 {
        order: 2;
        /* Move column-30 below column-70 */
    }

    .column-70 {
        order: 1;
        /* Move column-70 above column-30 */
    }
}

/* Desktop view */
@media (min-width: 769px) {
    .column-30 {
        width: 30%;
        /* 30% width on larger screens */
    }

    .column-70 {
        width: 70%;
        /* 70% width on larger screens */
    }
}

.recipe-card {
    width: 82%;
    height: 82%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.8;
    margin-bottom: 15px;
}

/* Home Section-01 */

.home-section-01 {
    padding-top: 35px;
}

/* Apply padding only for desktop view */
@media (min-width: 768px) {
    .home-section-01 {
        padding-top: 100px;
    }
}


/* About Me */

.about-me {
    text-align: left;
}

/* Healthy Recipes */
.recipes-section {
    padding-top: 100px;
}


.recipes-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


.recipes-header {
    margin-bottom: 40px;
}


.recipes-row {
    display: flex;
    gap: 30px;
}


.recipes-main {
    flex: 7;
}


.recipes-sidebar {
    flex: 5;
}


.recipe-item {
    display: flex;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}


.card-left {
    flex-direction: row;
}


.card-right {
    flex-direction: row-reverse;
}


.recipe-img-left,
.recipe-img-right {
    border-radius: 20px;
    width: 28%;
    height: auto;
}


.recipe-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}


.recipe-content h6 {
    font-size: 20px;
    color: #2f3c44;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}


.recipe-content p {
    text-align: justify;
    color: #8d8d8d;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'Red Hat Display', sans-serif;
}


.recipe-btn {
    align-self: flex-start;
    padding: 10px 20px;
    background-color: #AEEDC8;
    color: black;
    font-weight: 400;
    border-radius: 50px;
    text-decoration: none;
}

.recipe-btn:hover {
    background-color: #D3E6F5;
}

.recipe-highlight {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}


.highlight-img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}


.highlight-content {
    padding: 33px;
    text-align: center;
}


.highlight-content h6 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #2f3c44;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}


.highlight-content p {
    text-align: justify;
    color: #8d8d8d;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 45px;
    font-family: 'Red Hat Display', sans-serif;


}


.highlight-btn {
    align-self: center;
    padding: 10px 20px;
    background-color: #AEEDC8;
    color: black;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
}


@media (max-width: 768px) {

    /* Target devices with a width of 768px or less */
    .recipes-row {
        flex-direction: column;
        gap: 20px;
    }


    .recipes-main,
    .recipes-sidebar {
        flex: 1;
        /* Make both the main content and sidebar full-width */
        width: 100%;
    }


    .recipe-item {
        flex-direction: column;
        margin-bottom: 20px;
    }


    .recipe-img-left,
    .recipe-img-right {
        width: 100%;
        /* Make the image take full width */
        height: 400px;
        object-fit: cover;
    }


    .highlight-content {
        padding: 20px;
    }
}

/* Sign up Button */
.signup-button {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #AEEDC8;
    border: none;
    padding: 1px 16px;
    border-radius: 50px;
    height: 35px;
}

.signup-button:hover {
    color: #000000;
    background-color: #D3E6F5;
}

/* Home Testimonial Slider */
main {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.slide-row {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slide-col {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    box-sizing: border-box;
    height: 100%;
}

.hero img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    max-width: 320px;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

.content {
    flex: 1;
    color: #4d4352;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 10px;
    padding: 50px;
    margin-right: 20px;
}


.content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 20px;
    color: #4d4352;
}

.slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #ffffff;
    background-color: #f1b69c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.arrow-left {
    left: 0px;
}

.arrow-right {
    right: 4px;
}

@media (max-width: 850px) {
    .slide-col {
        flex-direction: column;
        align-items: center;
    }

    .hero img {
        max-width: 200px;
        margin-top: 20px;
    }

    .content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 550px) {
    .content p {
        font-size: 1rem;
    }

    .content h2 {
        font-size: 1.25rem;
    }
}

.workout-img {
    padding-right:10px;
    border-radius: 20px;
    width: 100%;
    height: 380px;
    display: block; /* Ensures the image is treated as a block-level element */
    margin: 0 auto; /* Centers the image horizontally */
}

.work-out-h1{font-size: 50px;text-align:left;}

@media (max-width: 992px) {
    /* Optional: Adjust the width on mobile if needed */
    .workout-img {
        height:235px;
        width: 90%; /* Adjust the width slightly for mobile view */
    }
    .work-out-h1{font-size: 50px;text-align:center;}
}



@media (min-width: 992px) {

    /* For large screens and up */
    .workout-col {
        padding-right: 15px;
        /* Add space on the right of the image column */
        padding-left: 15px;
        /* Add space on the left of the text column */
    }
}

.footer-bottom {
    background-color: #f8f9fa;
    padding: 40px 0;
}

.fcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    flex: 1;
}

.footer-right {
    flex: 1;
    text-align: right;
}

.footer-right p {
    margin: 0;
    padding: 5px 0;
}

.footer-right a {
    text-decoration: none !important;
    color: #333 !important;
}

.footer-right a:hover {
    text-decoration: none !important;
}

.icon-container {
    display: flex;
    /* Use flexbox for layout */
    justify-content: center;
    /* Center items horizontally */
    align-items: center;
    /* Center items vertically (if needed) */
    gap: 10px;
    /* Adds space between icons */
}

.icon-container i {
    margin: 0 5px;
    /* Optional: Adds space around each icon */
}



.home-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}


.home-column {
    flex: 50%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}


.home-column img {
    width: 100%;
    height: auto;
    display: block;
}


.home-column h6,
.home-column p,
.home-column a {
    margin: 10px;
    padding: 0;
}


.home-column h6 {
    font-size: 1.2em;
    margin-bottom: 5px;
}


.home-column p {
    font-size: 0.9em;
    line-height: 1.5em;
}


.highlight-btn {
    background-color: #AEEDC8;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    margin: 10px;
    text-align: center;
    display: inline-block;
}


.highlight-btn:hover {
    background-color: #d35400;
}


/* Mobile view adjustments */
@media (max-width: 768px) {
    .home-row {
        flex-direction: column;
    }

    .home-column {
        flex: 100%;
    }

    .home-column:first-child {
        order: 1;
    }

    .home-column:nth-child(2) {
        order: 2;
    }

    .home-column:nth-child(3) {
        order: 3;
    }

    .home-column:last-child {
        order: 4;
    }
}

.left {
    text-align: left;
}

.text-padding {
    padding-bottom: 20px;
}

.testimonials-heading {
    text-align: center;
    font-size: 65px;
}

@media (max-width: 768px) {
    .testimonials-heading {
        font-size: 50px;
        /* Font size for mobile screens */
    }
}


.position-relative {
    position: relative;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    height: 24%;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Gray background with opacity */
    color: white;
    text-align: center;
    padding: 5px 0;
    font-size: 1rem;
    /* Adjust as needed */
}

@media (max-width: 767px) {
    .overlay-text {
        width: 82%;
    }
}


.program-menu {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    padding: 0;
    margin: 0;
}

.program-menu-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    /* Adjust spacing between items */
}

.icon-background {
    margin-right: 15px;
    font-size: 20px;
    background-color: white;
    border-radius: 50%;
    height: 40px;
    /* Set height for the background */
    width: 40px;
    /* Set width for the background */
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    /* Center icon vertically */

    /* Adds shadow */
}

.img-program {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    /* Centers the image horizontally */
}

.img-program2 {
    max-width: 600px;
    height: auto;
}

.col-lg-3.d-flex {
    display: flex;
    align-items: flex-end;
    /* Aligns content to the bottom */
}

.program-container1 {
    background-color: #FCF4E2;
    padding-top: 50px;
    padding-bottom: 20px;
    border-radius: 15px;
    /* Adjust the radius as needed */
    
    /* Adjust the shadow as needed */
}

.program-container2 {
    background-color: #D3E6F5;
    padding-top: 50px;
    padding-bottom: 20px;
    border-radius: 15px;
    /* Adjust the radius as needed */
    
    /* Adjust the shadow as needed */
}

.program-container3 {
    background-color: #D3F5E9;
    padding-top: 50px;
    padding-bottom: 20px;
    border-radius: 15px;
    /* Adjust the radius as needed */
    
    /* Adjust the shadow as needed */
}

.program-container4 {
    background-color: #FFE3E4;
    padding-top: 50px;
    padding-bottom: 20px;
    border-radius: 15px;
    /* Adjust the radius as needed */
    
    /* Adjust the shadow as needed */
}



.form-container {
    max-width: 65%;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
}

@media (max-width: 768px) {
        .form-container {
            max-width: 100%;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
        }
    }

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
}


.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}


.form-group {
    flex: 1;
}


.form-container label {
    display: block;
    margin-bottom: 10px;
}


.form-container input,
.form-container textarea,
.form-container select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 0.1px solid #dbd6d6;
    border-radius: 5px;
}

.sign-up-image {
    width: 473px;
    height: 350px;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .sign-up-image {
        width: 344px;
    }
}


.how-it-work-img{height: 365px;width: 75%;border-radius: 20px;}

.how-it-work-h1{text-align:left;}
@media (max-width: 992px) {
    /* Adjust the image and text padding on smaller screens */
    .how-it-work-img {
        width: 100%;
        height: 365px;
        border-radius: 5%;
    }
    
    .how-it-work-h1{text-align:center;}
}


.curve-img {
    width: 100%;   /* Makes the image take up the full width of the container */
    height: 100%;  /* Makes the image take up the full height of the container */
    object-fit: cover;  /* Ensures the image covers the entire container without distorting */
    position: relative;
    z-index: -1;
}

.padding-h4{padding-bottom: 20px;}
.program-h1{font-size: 30px;}

.color p {
    color: #4f4f4f;
}

.color h4 {
    font-size: 15px;
    font-weight: 700;
    color: #4e4949;
}

.contact-img {
    border-radius: 5%;
    margin-left: 50px;
    object-fit: cover;
    max-width: 100%;
    height: 445px; /* Default height for larger screens */
}

@media (max-width: 767px) {
    /* Styles for devices with a width up to 767px (e.g., tablets and mobile phones) */
    .contact-img {
        margin-left: 33px;
        height: auto; /* Allow height to adjust automatically */
        max-height: 300px; /* Limit maximum height for mobile devices */
        width: 80%; /* Ensure the image takes up the full width of the container */
         margin-top: 43px;
    }
}

@media (max-width: 767px) {
    .row.mobile-margin {
        margin: 10px;
    }
}

@media (max-width: 767px) {
    .program-h1 {
        font-size: 50px;
        margin-top:30px;
    }
}




@media (max-width: 576px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
}

.program-text{font-size:18px;}
.program-img{
    border-radius: 20px;
    max-width: 100%;
    height: auto;
}

.program1-bg{background-color: #FCF4E2; 
    border-radius: 20px; 
    padding: 10px 15px; 
    display: inline-block; 
    font-weight: bold; }

.program2-bg{background-color: #D3E6F5; 
        border-radius: 20px; 
        padding: 10px 15px; 
        display: inline-block; 
        font-weight: bold; }

.program3-bg{background-color: #D3F5E9; 
            border-radius: 20px; 
            padding: 10px 15px; 
            display: inline-block; 
            font-weight: bold; }
    
.program4-bg{background-color: #FFE3E4; 
                border-radius: 20px; 
                padding: 10px 15px; 
                display: inline-block; 
                font-weight: bold; }
.program5-bg{background-color: #d0ddcf; 
                border-radius: 20px; 
                padding: 10px 15px; 
                display: inline-block; 
                font-weight: bold; }
.program6-bg{background-color: #dbd6f7; 
                border-radius: 20px; 
                padding: 10px 15px; 
                display: inline-block; 
                font-weight: bold; }
                @media (max-width: 768px) {
        .form-container {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    
    
    
/* tab Concept */

.tabs {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; /* Optional: Rounded top corners for active tab */
}

/* Tab buttons */
.tab-button {
    flex: 1; /* Make each tab button take equal width */
    background-color: #f1f1f1;
    border: 0px solid #ccc;
    border-bottom: 1px solid transparent; /* Hide bottom border to align with content */
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    font-size: 16px;
    font-weight: bold;
}

/* Hover effect */
.tab-button:hover {
    background-color: #ddd;
}

/* Active tab */
.tab-button.active {
    background-color: #fff2de; /* Change this to your desired color */
    color: black;
    border-bottom: 1px solid transparent; /* Align with content */
    
}

/* Tab content */
.tab-content {
    display: none;
    padding: 20px;
}

/* Show active tab content */
.tab-content.active {
    display: block;
}



.section-container {
    display: flex;
    flex-direction: column;
}
     
     
.login-button {
    display: block;
    margin: 20px auto;
    font-weight: bold;
    background-color: #AEEDC8;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth transition for color change */
}

.login-button:hover {
    background-color: #D3E6F5; /* Change this to your desired hover color */
}  

@media (max-width: 768px) {
    /* On mobile, center the layout */
    .two-column-layout-login {
        flex-direction: column;
        margin-left: 0;
        align-items: center;
    }

    /* Adjust the width of the form and image on mobile */
    .login-section, .image-section {
        width: 100%;
        margin-left: 0;
    }

    .login-section {
        max-width: 400px;
    }

    .image-section img {
        margin: 20px 0;
        max-width: 100%;
    }
}

.text-background {
    background-color: #fff2de; /* Background color */
    padding: 10px 15px; /* Padding around the text */
    border-radius: 20px; /* Rounded corners for the background */
}
.arrow-link {
    text-decoration: none;
    color: black;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
}
.video-container1 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
    cursor: pointer;
}

.video-container1 .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
    z-index: 10;
    pointer-events: none; /* Make sure clicks go through to the video */
}

.video-container1 .play-icon i {
    pointer-events: none;
}

.video-container1 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-controls {
    margin-top: 10px;
    text-align: center;
}

.video-controls button {
    margin: 0 5px;
}

#videoTime {
    font-size: 14px;
    color: #333;
}
.video-play-button{color: white;
    border: 1px #00b575;
    background-color: #00b575;
    border-radius: 20px;
    padding: 4px;
    width: 90px;}
.video-stop-button{color: white;
        border: 1px #ff6b70;        ;
        background-color: #ff6b70;        ;
        border-radius: 20px;
        padding: 4px;
    width: 90px;}
    
    .video-font {
    padding-top: 15px;
    font-weight: 500;
    color: #feab87;
    font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 30px
}


@media (max-width: 768px) { /* Adjust the max-width as needed for your mobile view breakpoint */
    .zoom-button-login.signup-button-login {
        margin-right:39px;
        margin-top: 10px;
    }
}

.nutritional-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-left:80px;
}

.paragraph {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    /* Adjust spacing between paragraphs as needed */
}

.icon-margin {
    margin-right: 17px;
    margin-top: 10px;
    font-size: 23px;
}

.personal-training-img {
    width: 530px;
    height: auto;
    border-radius: 20px;
}
.circle-img {
    width: 250px; /* Adjust size as needed */
    height: 250px; /* Ensure height matches width for a perfect circle */
    border-radius: 50%; /* Makes the image circular */
    object-fit: cover; /* Ensures the image covers the circle area without distortion */
    display: block; /* Ensures the image is a block-level element, which helps with centering */
    margin: 0 auto; /* Centers the image horizontally */
    margin-bottom: 50px; /* Spacing below the image */
    
    /* Border and Shadow Styles */
    border: 5px solid white; /* White border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Shadow with a bit of offset */
}

.about-me-para{color: black;
    font-size: 20px;
    text-align: left;
    font-family: "Playfair", serif;}
.go-to-home{color:black;margin-left:5px;}

@media (max-width: 767px) {
    .btn, .form-group {
        width: 100%;
        margin: 0;
        padding: 15px;
    }
    
    .fa-file-pdf {
        font-size: 60px;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* Media query for mobile view */
@media only screen and (max-width: 600px) {
    .nutritional-img {
        width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.join-now-button1 {
    background-color: #FCF4E2;
    border: none;
    font-size: 14px;
    /* Adjust the font size for smaller screens */
    padding: 10px 20px;
    /* Adjust the padding for smaller screens */
    border-radius: 50px;
    color: black;
    font-weight: 500;
    height: auto;
    font-family: Poppins;
}

.join-now-button1:hover {
    background-color: #D3E6F5;
}

.join-now-button2 {
    background-color: #D3E6F5;
    border: none;
    font-size: 14px;
    /* Adjust the font size for smaller screens */
    padding: 10px 20px;
    /* Adjust the padding for smaller screens */
    border-radius: 50px;
    color: black;
    font-weight: 500;
    height: auto;
    font-family: Poppins;
}

.join-now-button2:hover {
    background-color:#FCF4E2;
}
.join-now-button3 {
    background-color:#D3F5E9;
    border: none;
    font-size: 14px;
    /* Adjust the font size for smaller screens */
    padding: 10px 20px;
    /* Adjust the padding for smaller screens */
    border-radius: 50px;
    color: black;
    font-weight: 500;
    height: auto;
    font-family: Poppins;
}

.join-now-button3:hover {
    background-color:#FCF4E2;
}
.join-now-button4 {
    background-color:#FFE3E4;
    border: none;
    font-size: 14px;
    /* Adjust the font size for smaller screens */
    padding: 10px 20px;
    /* Adjust the padding for smaller screens */
    border-radius: 50px;
    color: black;
    font-weight: 500;
    height: auto;
    font-family: Poppins;
}

.join-now-button4:hover {
    background-color:#AEEDC8;
}
.join-now-button5 {
    background-color:#d0ddcf;
    border: none;
    font-size: 14px;
    /* Adjust the font size for smaller screens */
    padding: 10px 20px;
    /* Adjust the padding for smaller screens */
    border-radius: 50px;
    color: black;
    font-weight: 500;
    height: auto;
    font-family: Poppins;
}

.join-now-button5:hover {
    background-color:#FFE3E4;
}
.join-now-button6 {
    background-color:#dbd6f7;
    border: none;
    font-size: 14px;
    /* Adjust the font size for smaller screens */
    padding: 10px 20px;
    /* Adjust the padding for smaller screens */
    border-radius: 50px;
    color: black;
    font-weight: 500;
    height: auto;
    font-family: Poppins;
}

.join-now-button6:hover {
    background-color:#d0ddcf;
}
.login-button2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #D3E6F5;
    border: none;
    padding: 1px 16px;
    border-radius: 50px;
    height: 35px;
}

.login-button2:hover {
    color: #000000;
    background-color: #FCF4E2;
}

.date-picker-container {
    display: flex;
    justify-content: space-between;
    gap: 15px; /* Default gap for larger screens */
}

@media (max-width: 767px) { /* Adjust breakpoint as needed */
    .date-picker-container {
        gap: 0; 
    }
}

.margin{margin-left: 33px;}

@media (max-width: 767px) { /* Adjust breakpoint as needed */
    .margin {
        margin-left: 0px;
    }
}

.custom-message {
    position: fixed;
    top: 30px; /* Adjusted from 10px to 30px */
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    border-radius: 5px;
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    z-index: 1000;
    max-width: 80%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: showMessage 0.5s forwards;
}

.custom-message.error {
    background-color: #4CAF50;
}

.custom-message.info {
    background-color: #2196F3;
}

.custom-message.success {
    background-color: #4CAF50 !important; 
}


@keyframes showMessage {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

