/* getmirchi.com - Custom Theme (Pixel-perfect to screenshot) */

body {
    font-family: 'Poppins', Arial, sans-serif;
    background: #fff;
    color: #222;
    margin: 0;
    padding: 0;
}
.site-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.header-top {
    padding: 0;
    background: #fff;
}
.header-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.site-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-left: 8px;
}
.header-search {
    flex: 1;
    display: flex;
    justify-content: center;
}
.header-search input[type="text"] {
    width: 350px;
    border: 2px solid #2196f3;
    border-radius: 4px 0 0 4px;
    padding: 8px 12px;
    font-size: 16px;
    outline: none;
}
.header-search button {
    background: #2196f3;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 8px 16px;
    font-size: 18px;
    cursor: pointer;
}
.header-icons {
    display: flex;
    align-items: center;
    gap: 18px;
}
.header-icons a {
    color: #7c2ae8;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.header-icons a:hover {
    color: #2196f3;
}
.header-nav {
    background: #2196f3;
    padding: 0;
}
.header-nav .nav {
    display: flex;
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 0;
}
.header-nav .nav-link {
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 22px;
    border-radius: 0;
    transition: background 0.2s;
}
.header-nav .nav-link:hover {
    background: #1976d2;
}
.banner-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.products-section h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}
.products-section .row {
    margin-left: -8px;
    margin-right: -8px;
}
.products-section .col-md-3 {
    padding-left: 8px;
    padding-right: 8px;
}
.card {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}
.card-img-top {
    width: 100%;
    
    object-fit: contain;
    background: #f8f8f8;
    margin-bottom: 10px;
}
.card-title {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}
.card-text {
    font-size: 14px;
    color: #222;
    margin-bottom: 8px;
}
.btn-primary {
    background: #7c2ae8;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 0;
    width: 100%;
    margin-top: 8px;
    transition: background 0.2s;
}
.btn-primary:hover {
    background: #2196f3;
}
.footer-info-section {
    background: #003366;
    color: #fff;
    padding: 32px 0 0 0;
    font-size: 15px;
}
.footer-info-section h4 {
    color: #fdbb2d;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
}
.footer-info-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}
.footer-info-section ul li {
    margin-bottom: 6px;
}
.footer-info-section ul li a {
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
}
.footer-info-section ul li a:hover {
    color: #fdbb2d;
}
.footer-info-section address {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
.footer-info-section .row.mt-4 {
    margin-top: 0 !important;
}
.site-footer {
    background: #003366;
    color: #fff;
    padding: 0;
    font-size: 15px;
    border-top: 2px solid #fdbb2d;
}
.site-footer .container {
    padding-top: 0;
    padding-bottom: 0;
}
.site-footer h4 {
    color: #fdbb2d;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
}
.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}
.site-footer ul li {
    margin-bottom: 6px;
}
.site-footer ul li a {
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
}
.site-footer ul li a:hover {
    color: #fdbb2d;
}
.site-footer address {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
.site-footer .row.mt-4 {
    margin-top: 0 !important;
}
.site-footer .mb-0 {
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
}
.site-footer .fw-bold {
    color: #fdbb2d;
}
.site-footer img {
    margin-top: 8px;
}
