/*
Theme Name: AmbientCart Pro
Author: Your Name
Version: 1.0
Description: Full WooCommerce Ecommerce Theme
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}
body{
margin:0;
font-family:Arial, sans-serif;
padding-bottom: 70px;
}

.container{
width:90%;
margin:auto;
}

header{
    background:#2f3e46;
    color:#fff;
    height:70px;
    display:flex;
    align-items:center;
    
}


.logo{
    flex: 1;
    font-size:24px;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
}


.logo span{
color:#1abc9c;
}

nav{
background:#1abc9c;
}

nav ul{
list-style:none;
margin:0;
padding:0;
display:flex;
justify-content:center;
}

nav ul li{
margin:0 15px;
}

nav ul li a{
color:#fff;
text-decoration:none;
padding:15px 0;
display:block;
}

.hero{
background:linear-gradient(135deg,#0f7f84,#0a5e63);
color:#fff;
padding:80px 0;
text-align:center;
}
.hero h1,
.hero h2,
.hero h3,
.hero p {
    color: #ffffff !important;
}

.btn{
background:#fff;
color:#0f7f84;
padding:12px 30px;
text-decoration:none;
border-radius:30px;
font-weight:bold;
}

.products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-card {
    flex: 1 1 calc(25% - 20px); /* 4 cards per row */
    background: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}




/* WooCommerce Styling */

.woocommerce ul.products li.product {
    text-align: center;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #fff;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.woocommerce div.product{
padding:40px 0;
}

.woocommerce button.button{
background:#1abc9c;
color:#fff;
}

/* Mini Cart Popup Pro Styling */
.mini-cart-popup {
    position: absolute;
    top: 35px;
    right: 0;
    width: 320px;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    padding: 15px;
    display: none;
    z-index: 9999;
}
.header-cart:hover .mini-cart-popup {
    display: block;
}

.mini-cart-popup ul.products li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mini-cart-popup .woocommerce-mini-cart__total {
    font-weight: bold;
    margin-top: 10px;
}

.mini-cart-popup a.button {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.header-cart a{
color:#fff;
text-decoration:none;
position:relative;
font-weight:bold;
font-size:16px;
}

.cart-count{
background:red;
color:#fff;
border-radius:50%;
padding:3px 7px;
font-size:12px;
margin-left:5px;
position:relative;
top:-2px;
}


.header-cart:hover .mini-cart-popup {
    display: block;
}

.mini-cart-popup ul.products li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.mini-cart-popup ul.products li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.mini-cart-popup ul.products li .mini-cart-item-info {
    flex: 1;
}

.mini-cart-popup ul.products li .mini-cart-item-info a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.mini-cart-popup ul.products li .mini-cart-item-info span {
    display: block;
    font-size: 14px;
    color: #555;
}

.mini-cart-popup ul.products li a.remove {
    color: red;
    font-size: 16px;
    text-decoration: none;
    margin-left: 10px;
}

.mini-cart-popup .woocommerce-mini-cart__total {
    font-weight: bold;
    margin-top: 15px;
    text-align: right;
}

.mini-cart-popup .woocommerce-mini-cart__buttons a {
    display: block;
    text-align: center;
    margin-top: 10px;
    background: #1abc9c;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.mini-cart-popup .qty-wrapper {
    display: flex;
    align-items: center;
}

.mini-cart-popup .qty-input {
    width: 40px;
    text-align: center;
    margin: 0 5px;
    padding: 3px 0;
}

.mini-cart-popup .qty-btn {
    background: #1abc9c;
    color: #fff;
    border: none;
    padding: 3px 8px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 3px;
}

.mini-cart-popup .update-mini-cart {
    background: #1abc9c;
    color: #fff;
    border: none;
    padding: 8px 0;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}
/* ===== Professional Header Search ===== */

/* ===== HEADER FLEX STRUCTURE ===== */

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px; /* matches header height */
}


/* Search Center */
.header-search {
    flex: 2;
    display: flex;
    justify-content: center;
}

/* Cart Right */
.header-cart {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

/* ===== PROFESSIONAL SEARCH DESIGN ===== */

.header-search {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}


.custom-search-form {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 500px;
    height: 45px;   /* Important */
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.search-field {
    flex: 1;
    border: none;
    padding: 0 18px;
    font-size: 15px;
    outline: none;
}

.search-btn {
    width: 60px;
    background: #1abc9c;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.search-btn svg {
    width: 20px;
    height: 20px;
}

/* Hotline styling */

.header-right {
    display: flex;
    align-items: center;
    gap: 25px; /* spacing between hotline and cart */
}
html {
    scroll-behavior: smooth;
}
.header-hotline {
    display: flex;
    align-items: center;
    gap: 8px; /* spacing between icon and text */
    color: #fff;
    font-size: 14px;
}

.header-hotline .hotline-text a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.header-hotline .hotline-text a:hover {
    text-decoration: underline;
}
.page footer h4 {
    color: #1abc9c;
}
footer a {
    color: #ffffff !important;
}
footer p {
    color: #ffffff !important;
}
.feature-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 10%;
    margin-top: 20px;

    /* Professional background */
    background: linear-gradient(90deg, #f3f7f9, #e2edf3); /* soft gradient */
    border-radius: 12px;
}

.feature-card {
    flex: 1;
    min-width: 200px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff; /* Card color */
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: #1abc9c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: #16a085; /* Darker shade on hover */
    transform: scale(1.1);
}

.feature-icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.feature-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.feature-disclaimer {
    display: flex;
    justify-content: center;
    padding: 20px 10%;
    margin-top: 20px;
}

.disclaimer-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f3f7f9; /* Light professional background */
    padding: 12px 18px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    max-width: 900px;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.disclaimer-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.disclaimer-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    background: linear-gradient(90deg, #1e2a31, #2f3e46);
    color: #fff;
    padding: 50px 10%;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    text-align: left;
}

.footer-column {
    flex: 1;
    min-width: 220px;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1abc9c;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #1abc9c;
    text-decoration: underline;
}

.footer-column p, .footer-column span {
    font-size: 14px;
    color: #fff;
    margin: 5px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-products li {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-products li a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer-products li a:hover {
    color: #1abc9c;
}

.footer-products li span {
    color: #1abc9c;
    font-weight: bold;
    font-size: 14px;
}

.footer-bottom {
    text-align: left;
    margin-top: 30px;
    font-size: 13px;
    color: #ccc;
    border-top: 1px solid #1abc9c;
    padding-top: 15px;
}

/* Responsive Footer */
@media screen and (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }
    .footer-column {
        min-width: 100%;
    }
}


.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px;
}

.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}
@media (max-width: 992px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 576px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr !important;
    }
}
.contact-section {
    padding: 60px 0;
    background: #f5f5f5;
}

.contact-section .container {
    max-width: 1200px;
}

.contact-title {
    text-align: center;
    margin-bottom: 40px;
}

.contact-grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Left Side */
.contact-info {
    width: 35%;
}

.info-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* Right Side */
.contact-form {
    width: 65%;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-row input {
    width: 50%;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.contact-form textarea {
    height: 120px;
    resize: none;
}

.contact-form button {
    background: #1abc9c;
    color: #fff;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

.contact-form button:hover {
    background: #16a085;
}
@media (max-width: 768px) {

    .contact-grid {
        flex-direction: column;
    }

    .contact-info,
    .contact-form {
        width: 100%;
    }

    .form-row {
        flex-direction: column;
    }

    .form-row input {
        width: 100%;
    }

}
.ac-breadcrumb {
    font-size: 14px;
    margin: 20px 0;
    color: #444;
    background: linear-gradient(90deg, #f7f9fa, #edf2f5);
    padding: 12px 20px;
    border: none;
}

.ac-breadcrumb a {
    color: #1abc9c;
    text-decoration: none;
    font-weight: 500;
}

.ac-breadcrumb a:hover {
    text-decoration: underline;
}

.ac-breadcrumb span {
    color: #555;
}

.ac-breadcrumb .breadcrumb_last {
    font-weight: 600;
    color: #000;
}

.ac-breadcrumb a:not(:last-child):after {
    content: ">";
    margin: 0 8px;
    color: #888;
}
.scroll-no {
  position: fixed;
  right: 0;
  top: 40%;
  background: black;
  padding: 15px 20px;
  z-index: 99999;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.scroll-no a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  line-height: 1.4;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 20px
}
.floating-call span {
  font-size: 20px;
  font-weight: normal;
  font-family: "Work Sans", Arial, sans-serif;
}

@media (max-width: 768px) {

    header {
        height: auto !important;
        padding: 10px 15px;
    }

    .header-inner {
        flex-direction: column !important;
        align-items: center !important;
        height: auto !important;
        gap: 10px;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .header-right {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .header-search {
        width: 100%;
        order: 3;
    }

    .custom-search-form {
        width: 100%;
        max-width: 100%;
        height: 40px;
    }

}
@media (max-width: 768px) {

    nav ul {
        flex-direction: column;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
    }

    nav {
        padding: 10px 0;
    }

}
html, body {
  overflow-x: hidden;
}
.page-id-62 .ac-breadcrumb {
    display: none;
}
