body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Full-width black header */
.navbar-custom {
    position: fixed;
    top: 0;
    left: 80px;
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 1rem 2rem;
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    background-color: white;
}


.navbar-custom a {
    color: #000000;
    text-decoration: none;
    margin-right: 20px;
    font-weight: 500;
}

.navbar-custom a:last-child {
    margin-right: 0;
}

.navbar-custom a:hover {
    color: #ccc;
}



/* Full-width Hero section */
.hero-container {
    padding-top: 80px;
    /* adjust as needed */
    width: 100%;
}

.hero-image {
    width: 100%;
    height: auto;
    max-height: 800px;
    display: block;
    overflow: hidden;
    z-index: 1;
    position: relative;
    /* right: 40px; */
}

/* Responsive navigation on small screens */
@media (max-width: 768px) {
    .navbar-custom {
        /* flex-direction: column; */
        /* align-items: flex-start; */
        background-color: white;
        z-index: 2;
        left: 0;
        width: 100%;
    }

    .navbar-custom a {
        margin: 10px 0;
    }
}

/* static section */


.center-section {
    padding-top: 32px;
    text-align: center;
    padding-top: 1.25rem;
    /* pt-5 */
}

.center-section h5 {
    color: #3A3A3A;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.center-section h2 {
    color: #141414;

    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
}

.center-section p {
    color: #4B5563;
    /* text-gray-600 */
    font-size: 1rem;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .center-section h2 {
        font-size: 2.25rem;
        /* md:text-4xl */
    }

    .center-section p {
        font-size: 1.125rem;
        /* md:text-lg */
    }
}

/* product section*/

.products-section {
    text-align: center;
    padding-top: 32px;
}

.products-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.product-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* Spread them across */
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}





.btn-order:hover,
.btn-order:focus,
.btn-order:active {
   
    color: white;              /* keep white text */
    outline: none;              /* remove blue outline */
    text-decoration: none;      /* no underline */
}
/* Responsive */
@media (max-width: 768px) {
    .product-card {
        flex: 1 1 100%;
        margin: auto;
    }
}


/* content section */

.content-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    border-radius: 8px;

    padding: 24px;
    margin-bottom: 24px;

}

.content-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

.content-text {
    width: 100%;
    text-align: left;
}

.content-text h2 {
    color: #141414;

    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.content-text h5 {
    color: #3A3A3A;

    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.content-text p {
    color: #555;
    line-height: 1.6;
}

/* Responsive: side by side on large screens */
@media (min-width: 768px) {
    .content-block {
        flex-direction: row;
        justify-content: space-between;
    }

    .content-block img {
        width: 50%;
    }

    .content-text {
        width: 50%;
        padding-left: 24px;
    }
}

/* testimonials */

.testimonial-section {
    text-align: center;
    padding: 40px 20px;
    /* border: 2px solid green; */
}

.testimonial-title {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
}

.testimonial-subtitle {
    color: #3A3A3A;

    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 0.1px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.testimonial-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;

    border: 1px solid #e5e5e5;

}

.testimonial-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.testimonial-name {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    top: 15px;
}

.testimonial-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.5;
    text-align: start;
}

.testimonial-stars {
    color: #555;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: start;
}

.testimonial-span {
    display: flex;
    gap: 5px;
}

/* FAQs */

.faq-container {
    /* max-width: 900px; */
    margin: 40px auto;
    padding: 0 15px;
    font-family: sans-serif;
    /* border: 2px solid red; */
    width: 100%;
}

.faq-title {
    color: #141414;
    font-family: "Plus Jakarta Sans";
    font-size: 2.7em;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: 0.5px;
    text-align: center;
}

.faq-para {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
}

/* Hide the radio button itself */
.faq-input {
    display: none;
}

/* STEP 1: Create the two-column grid layout
*/
.faq-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    /* Col 1 is 1/3, Col 2 is 2/3 of the width */
    border-top: 1px solid #e0e0e0;
    border-left:  1px solid #e0e0e0;
}

/* STEP 2: Style and place the questions (labels) in the first column 
*/
.faq-question {
    grid-column: 1;
    /* Place in the first column */
    padding: 20px 20px;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    transition: background-color 0.3s;
    display: flex;
    justify-content: start;
    align-items: center;
}

.faq-question:hover {
    background-color: #f9f9f9;
}

/* STEP 3: Place all answers in the second column and hide them.
  They will stack on top of each other in the same grid cell.
*/
.faq-answer {
    grid-column: 2;
    /* Place in the second column */
    grid-row: 1 / span 99;
    /* All answers share the same grid area */
    padding: 20px 0 20px 30px;
    display: none;
    /* Hide all answers by default */

    border-right: 1px solid #e0e0e0;    
    border-bottom: 1px solid #e0e0e0;    


}

.faq-answer p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* STEP 4: The Magic! Show the correct answer and style the active question.
  This works because the input, label, and answer are next to each other in the HTML.
*/

/* Style the question label when its radio button is checked */
.faq-input:checked+.faq-question {
    font-weight: bold;
    color: #000;
}

/* Show the answer div when its radio button is checked */
.faq-input:checked+.faq-question+.faq-answer {
    display: block;
}

/* --- Responsive Styles for Mobile --- */
@media (max-width: 768px) {

    /* Change the grid to a single column layout */
    .faq-layout {
        grid-template-columns: 1fr;
        /* Stack everything in one column */
    }

    /* Place both question and answer in the first column */
    .faq-question,
    .faq-answer {
        grid-column: 1;
    }

    /* Remove the right border from the question */
  
    /* Adjust padding for the answer on mobile */
    .faq-answer {
        padding: 10px 15px 20px 15px;
        grid-row: auto;
        /* Let each answer follow its question */
        border-bottom: 1px solid #e0e0e0;
        /* Add a bottom border to separate from the next question */
    }

    /* Style the question to look more like a standard accordion header */
    .faq-question::after {
        content: '';
        float: right;
        font-size: 24px;
        font-weight: bold;
    }

    .faq-input:checked+.faq-question::after {
        content: '';
        /* Change to minus sign when open */
    }


    .content-text h2 {
    font-size: 30px;
    font-weight: 600;
 
    font-style: normal;
    text-decoration: none;
}
}



.product-page-main-div {
    /* display: flex;
        flex-direction: column;
        gap: 100px; */
    margin-top: 80px;
}

.product-btn {
    padding: 10px;
    width: 100%;
}


.products-page-section {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}


/* offcanvas */

/* Off-Canvas Cart Styles */
.side-cart {
    position: fixed;
    top: 0;
    right: -100%;
    width: 380px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: -3px 0 6px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
    z-index: 1051;
    display: flex;
    flex-direction: column;
}

.side-cart.open {
    right: 0;
}

.side-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 1.2rem;
}

.close-btn {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

.side-cart-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
}

.side-cart-body .table {
    margin-bottom: 0;
}

.side-cart-body img {
    width: 60px !important;
    height: 60px !important;
}

.side-cart-footer {
    padding: 20px;
    border-top: 1px solid #e9e9e9;
}

.btn-checkout {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #111111;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 1050;
}

.cart-overlay.show {
    display: block;
}

/* checkout page */

.checkout-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        position: relative;

        
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #333;
    }
    a {
        color: #000;
    }

    /* Two-column Layout */
    .checkout-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .checkout-form-section {
        flex: 1;
        min-width: 350px;
    }
    .checkout-testimonials-section {
        flex-basis: 400px; /* Fixed width for the sidebar */
    }

    /* Form Styles */
    .form-group {
        margin-bottom: 15px;
    }
    .form-row {
        display: flex;
        gap: 15px;
    }
    .form-row .form-group {
        flex: 1;
    }
    .form-input, .form-select {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box; /* Important for padding */
    }
    .form-label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .form-check {
        margin: 20px 0;
    }

    /* Alerts and Errors */
    .alert {
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .alert-success {
        background-color: #d4edda;
        color: #155724;
    }
    .alert-danger {
        background-color: #f8d7da;
        color: #721c24;
    }
    .error-message {
        color: #721c24;
        font-size: 0.875em;
        margin-top: 4px;
    }

    /* Order Summary & Testimonials */
    .order-summary{
        background-color: #f8f9fa;
        padding: 25px;
        border-radius: 8px;
        border: 2px solid gray;
    }
    .order-list {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .order-list-item {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #e9ecef;
    }
    .order-list-item:last-child {
        border-bottom: none;
    }
    .order-total {
        display: flex;
        justify-content: space-between;
        font-weight: bold;
        font-size: 1.2em;
        padding-top: 10px;
    }
    .testimonial {
        margin-bottom: 25px;
    }
    .testimonial p {
        margin: 0 0 10px 0;
    }
    .testimonial-author {
        display: flex;
        align-items: center;
        font-weight: bold;
    }
    .hr-line {
        border: none;
        border-top: 1px solid #e9ecef;
        margin: 25px 0;
    }
    
    /* Button Style */
    .submit-button {
        width: 100%;
        padding: 15px;
        font-size: 1.1em;
        background-color: #000;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s;
    }
    .submit-button:hover {
        background-color: #333;
    }

/* --- Footer Styles --- */
.site-footer {
    padding: 30px 0;
    margin-top: 40px;
    /* Adds space above the footer */
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.site-footer .footer-links {
    margin-bottom: 15px;
}

.site-footer .footer-links a {
    color: #333;
    text-decoration: none;
    margin: 0 15px;
    /* Space between links */
    font-size: 15px;
}

.site-footer .footer-links a:hover {
    text-decoration: underline;
}

.site-footer .footer-copyright {
    color: #555;
    font-size: 14px;
}




