@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    /* border: 1px solid red; */
}

:root {
    --primary-color: #8A2526;
    --secondary-color: #ECDE8F;
    --paragraph-color: #4D4D4D;
    --border-color: #595D5B;
    --black: #000000;
    --white: #fff;
}

span {
    color: var(--primary-color);
}

.mt-50 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

/* Top Header Section */
#top-header {
    background: var(--primary-color);
}

/* Container Padding */
.padder {
    padding-inline: 60px;
}

/* Top Header Flexbox */
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Email Section */
.top-bar-email {
    display: flex;
    align-items: center;
    color: var(--white);
}

.top-bar-email a {
    color: var(--white);
    text-decoration: none;
}

/* Top Bar */
.top-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* Text & Icons */
.top-bar .text {
    color: var(--white);
    margin-right: 18px;
    white-space: nowrap;
}

.top-bar i {
    color: var(--white);
    margin-left: 12px;
}

/* Divider */
.divider {
    width: 1px;
    height: 20px;
    background-color: white;
    margin: 0 15px;
}

/* Social Icons */
.social-icons a {
    color: var(--white);
    text-decoration: none;
    margin-left: 10px;
}

/* Top Bar end*/

/* navbar start */
.navbar {
    padding: 10px 10px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    max-width: 300px;
}

/* .navbar-nav {
    margin: auto;
    text-align: center;
} */


.navbar-nav .nav-link {
    /* padding: 8px 15px; */
    font-weight: 500;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.contact-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--white);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
}

.call-icon {
    font-size: 15px;
    color: var(--white);
}


.navbar .call-icon {
    background-color: var(--primary-color);
    padding: 9px;
    border-radius: 50px;
}

.navbar {
    background-color: var(--white) !important;
    -webkit-box-shadow: 0px 2px 11px -3px rgba(117, 117, 117, 0.52);
    -moz-box-shadow: 0px 2px 11px -3px rgba(117, 117, 117, 0.52);
    box-shadow: 0px 2px 11px -3px rgba(117, 117, 117, 0.52);
}

.nav-link {
    font-weight: 500 !important;
}

/* Add this to your stylesheet or inside a <style> tag */

.menu-items {
    margin-left: auto;
    display: flex;
    gap: 2rem;
    /* Adjust spacing between items */
    align-items: center;
}

.navbar-nav .nav-link {
    padding: 0;
    color: #000;
    /* Optional: set link color */
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: #007bff;
    /* Optional: hover effect */
}

/* navbar end */

/* hero start */
.hero {
    background: url('/assets/home/Group\ 148.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    padding: 20px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.content {
    position: relative;
    z-index: 1;
}

.solid-btn {
    padding: 16px 24px;
    background-color: var(--primary-color);
    color: var(--white);
    border: 0;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.solid-btn:hover {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
}

.border-btn {
    padding: 16px 24px;
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--secondary-color);
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.border-btn:hover {
    border: 1p solid var(--secondary-color);
}

/* hero end */


/* about start */
/* CSS */
.green-bg {
    background-color: var(--secondary-color);
    padding-block: 54px;
    padding-inline: 54px;
    border-radius: 30px;
}

.section-heading h5 {
    color: var(--primary-color);
    border: 1px solid var(--border-color);
    display: inline-block;
    padding: 10px;
    border-radius: 50px;
    margin: 0 !important;
    align-items: start;
}

.section-heading h1 {
    font-weight: 600;
    margin: 0 !important;
}

.section-heading p {
    font-size: 16px;
    color: var(--paragraph-color);
}

#about ul li {
    list-style: none;
}

#about li {
    font-weight: 500;
}

#about .green-tick-content {
    padding: 0;
}

#about .green-tick-content img {
    width: 22px;
}

/* about end */

/* why us start */
.right-col {
    display: flex;
    flex-wrap: wrap;
}

.right-col .col-sm-6 {
    display: flex;
}

.box {
    flex: 1;
    min-height: 175px;
    /* Adjust height as needed */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px;
    border-radius: 30px;
    width: 100%;
    box-sizing: border-box;
}

.lef-content {
    background-color: var(--primary-color);
    color: var(--white);
}

.special {
    background-color: var(--secondary-color);
    color: #000000 !important;
}

.special .headings,
.special .para {
    color: #000000 !important;
}

.left-icon {
    display: flex;
    align-items: center;
}

.left-icon img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.content-start .headings {
    font-size: 24px;
    font-weight: 500;
    padding-left: 12px;
}

.content-start .para {
    font-size: 16px;
    font-weight: 400;
    padding-left: 65px;
    padding-top: 10px;
}

.unmatch img {
    width: 47px;
    height: 47px;
}

.unmatch .para {
    padding-left: 60px;
}

.right-col .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
}

.view-product {
    padding: 16px 24px;
    background-color: var(--primary-color);
    color: var(--white);
    border: 0;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.view-product:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--black);
}

/* why us end */
/* products start */
#products {
    padding-inline: 50px !important;
}

#products button {
    border: 0;
}

#products button:hover {
    border: 1px solid var(--primary-color);
}

.product-card {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 16px;
    background: #fff;
}

.product-image {
    width: 100%;
    border-radius: 27px;
    padding-bottom: 18px;
    /* 18px space below the image */
}

.rating {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rating span {
    font-weight: 600;
}

.rating img {
    width: 18px;
    /* Adjust star size */
    margin-left: 5px;
}

.product-card .view-product {
    background: var(--primary-color);
    border-radius: 50px;
    color: var(--white);
    padding: 12px 24px !important;

}

/* products end */
/* contact start */
label {
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

.form-container {
    background-color: var(--secondary-color);
    border-radius: 30px;
    padding: 54px;
}

.submit-btn {
    background-color: var(--primary-color);
    color: white;
    border-radius: 20px;
    padding: 12px 24px;
    border: none;
    transition: background 0.3s;
    text-decoration: none;

}

.submit-btn:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.thankyou-wrapper {
    font-family: 'Poppins', sans-serif;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    min-height: 100vh;
}

.thankyou-box {
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 600px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.thankyou-box .title {
    color: var(--primary-color);

    font-size: 36px;
    margin-bottom: 20px;
}

.thankyou-box .message {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.thankyou-box .back-btn {
    display: inline-block;
    text-decoration: none;
    color: var(--white);
    background: var(--primary-color);

    padding: 12px 24px;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.thankyou-box .back-btn:hover {
    background-color: #b30000;
}

/* Responsive Styles */
@media (max-width: 480px) {
    .thankyou-box {
        padding: 30px 20px;
    }

    .thankyou-box .title {
        font-size: 28px;
    }

    .thankyou-box .message {
        font-size: 16px;
    }

    .thankyou-box .back-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.iti {
    width: 100% !important;
    margin-bottom: 16px;
}

.iti input {
    width: 100% !important;
}

/* contact end */

/* footer start */
.footer {
    background-color: var(--primary-color);
    color: white;
    padding: 40px 0;
    margin-top: 100px !important;
}

.footer-logo {
    font-size: 24px;
    font-weight: bold;
}

.footer-logo span {
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid white;
    margin-left: 5px;
}

.footer p {
    font-size: 14px;
    max-width: 400px;
}

.footer h5 {
    font-weight: bold;
}

.footer a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-icons a {
    font-size: 20px;
    margin-right: 10px;
    color: white;
}

.footer-bottom {
    border-top: 1px solid white;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 12px;
}

.footer-logo img {
    padding-left: -30px;
}

/* footer end */

/* product details start  */
.product-detils .feature {
    font-size: 18px;
    font-weight: 500;
}

.tea-details {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.tea-details th,
.tea-details td {
    border: 1px solid #ccc;
    padding: 0.75rem;
    text-align: left;
}

.tea-details th {
    background-color: #f4f4f4;
    font-weight: bold;
    width: 150px;
}

/* product details end */