/**
Theme Name: Best Kandoi 
Author: initWEB
Author URI: https://www.initweb.in/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: best-kandoi
Template: astra
*/

/* Center the form and set a fixed width */
.tml {
    margin: 50px auto; /* Center vertically and horizontally */
    padding: 20px;
    border: 1px solid #ddd; /* Light border */
}

/* Remove default padding and margin */
.tml form {
    margin: 0;
    padding: 0;
}

/* Style field wrappers */
.tml-field-wrap {
    margin-bottom: 20px;
}

/* Style labels */
.tml-label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

/* Style input fields */
.tml-field {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

/* Input field focus effect */
.tml-field:focus {
    border-color: #b12726; /* WordPress blue */
    outline: none;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
}

/* Style the checkbox */
.tml-checkbox {
    margin-right: 5px;
}

/* Style the submit button */
.tml-button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Button hover effect */
.tml-button:hover {
    background-color: #7e1817; /* Darker blue on hover */
}

/* Style the links container */
.tml-links {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* Style individual list items */
.tml-links li {
    display: inline-block;
    position: relative; /* Required for positioning the pseudo-element */
    padding: 0 10px; /* Add space around the items */
}

/* Add vertical line using pseudo-element */
.tml-links li:not(:last-child)::after {
    content: ''; /* Required to display the pseudo-element */
    position: absolute;
    top: 0;
    right: 0;
    width: 2px; /* Line width */
    height: 100%; /* Line height to fill the entire item */
    background-color: #ddd; /* Line color */
}

/* Style links */
.tml-links li a {
    text-decoration: none;
    font-size: 14px;
    color: var(--ast-global-color-0);
    transition: color 0.3s ease;
}

/* Hover effect for links */
.tml-links li a:hover {
    color: var(--ast-global-color-0);
}

.custom-breadcrumb{
    background-color: #FCF6F4;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    text-align:center;
}
.woo-container {
    max-width: 1200px;
    margin:auto;
    margin-top:50px;
    margin-bottom:50px;
}
