/*
Theme Name: Medical Equipment
Theme URI: https://careplus.com.bd/
Author: Care Plus
Author URI: https://careplus.com.bd/
Description: A modern e-commerce WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medical-equipment
*/
.body-full {
    width: 100%;
    position: relative;
    clear: both;
}
.section-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 var(--space-md);
}
.logo img,
.woocommerce .logo img, 
.woocommerce-page .logo img,
img.custom-logo
{
    max-width: 180px;
    height: auto;
}

.sub-menu {
    top: calc(100% + 0px);
}
.nav-links .menu-item-has-children > a {
    padding: 12px 0px;
}
.float-ph {
    position: fixed;
    bottom: 80px;
    right: 5px;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00a1f2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(0, 161, 242, 0.5);
    transition: transform .2s, box-shadow .2s;
}
.float-ph:hover {
    transform: scale(1.1);
}
.topbar span i.fa,
.nav-actions a i.fa
{
    color: var(--accent);
    font-size: 16px;
}

/* FAQ */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 5px 14px;
    border-radius: 50px;
    text-transform: uppercase;
}
.faq-section{padding:56px 0;background:var(--bg-section)}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:940px;margin:20px auto 0}
.faq-item{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden; text-align: left;}
.faq-q{padding:16px 20px;display:flex;align-items:flex-start;justify-content:space-between;cursor:pointer;font-weight:600;font-size:14px;color:var(--text-dark);gap:12px;line-height:1.5}
.faq-q:hover{background:var(--primary-light)}
.faq-toggle{color:var(--primary);font-size:22px;font-weight:300;flex-shrink:0;margin-top:-2px;transition:transform .2s}
.faq-a{padding:0 20px 16px;font-size:13px;color:var(--text-mid);line-height:1.7;display:none}
.faq-item.open .faq-a{display:block}
.faq-item.open .faq-toggle{transform:rotate(45deg)}
.faq-item.open{border-color:var(--primary-mid)}
.faq-template h3 {
    text-align: left;
    padding-top: 30px;
    max-width: 930px;
    margin: 0px auto;
    font-weight: 600;
}
.why-icon img {
    max-width: 26px;
}
.blog-img img {
    max-width: 52px;
}
.product-name {
    display: block;
    max-width: 242px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.product-name a {
    color: var(--text-dark);
}
.product-body a
{
    text-decoration: none;
}
.map-section {
    background: var(--bg-white);
}
.search-bar {
    display: flex;
    align-items: center;
    background: var(--bg-soft);
    border: 1.5px solid var(--border);
    border-radius: 40px;
    padding: 0 16px;
    height: 42px;
    gap: 8px;
    width: 240px;
    transition: border-color 0.2s;
}
.search-bar svg {
    width: 16px;
    height: 16px;
    fill: var(--text-light);
    flex-shrink: 0;
    vertical-align: middle;
}
.search-bar input {
    border: none;
    background: transparent;
    font-family: var(--font-main);
    font-size: 14px;
    color: var(--text-dark);
    outline: none;
    width: auto;
}
.btn-signin a{
  color: #fff;
}
.trust-icon img {
    max-width: 17px;
}
.cat-icon img {
    max-width: 55px;
    margin: auto;
}
.product-img {
    overflow: hidden;
}
.blog-thumb img {
    max-width: 56px;
    margin: auto;
}
.stat-pill .sp-num{
    font-weight: bold;
}
@media (max-width: 767px) {
.logo img, 
.woocommerce .logo img, 
.woocommerce-page .logo img,
img.custom-logo,
.footer-brand img
{
  max-width: 150px;
}
.map-section iframe {
    width: 100%;
    height: auto;
}
.faq-grid{grid-template-columns:1fr;}
}

.search-form-wrap{
    display:none;
    position:absolute;
    top:53px;
    right:0;
    background:#fff;
    padding:10px;
    z-index:999;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
}

.search-form-wrap.active{
    display:block;
}
.nav-actions {
    position: relative;
}
.nav-actions img {
    max-width: 16px;
}
.about-hero .hero-visual {
    padding-bottom: 100px;
}
.woocommerce-product-search {
    width:240px;
}
.woocommerce-product-search input,
.woocommerce-product-search button {
    padding: 7px;
    border-radius: 5px;
    border: 1px solid var(--primary);
}

@media (max-width: 1024px) {
  .nav-actions .icon-btn {
    display: flex;
  }
}

.mobile-nav-links li::marker {
    content: "";
}

/* Add the ▼ icon to parent menu items */
/* .menu-item-has-children > a::after {
    content: "▼";
    font-size: 10px; 
    margin-left: 8px; 
    vertical-align: middle;
    display: inline-block;
} */

.product-card .product-img img {
    width: 190px;
    height: auto;
}
.product-img {
    background: transparent; 
}
.main-img-wrap {
    height: 540px;
}
.main-img-wrap img
{
    max-height: 540px;
    max-width: 100%;
}
.product-body .product-price {
    font-size: 13px;
}

.bc-inner:last-child.a {
    color: var(--primary);
    font-weight: 700;
}
.price-main .woocommerce-Price-currencySymbol {
    font-size: 1.2rem;
    vertical-align: top;
    margin-top: 5px;
    display: inline-block;
}
.entry-content h2 {
    font-size: 24px;
}
.entry-content h3 {
    font-size: 20px;
}
.entry-content h4 {
    font-size: 18px;
}
.entry-content p {
    margin-bottom: 20px;
}
.entry-content ul {
    margin-top: 5px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.entry-content ul li {
    list-style-position: inside;
}

.woocommerce-result-count {
    font-weight: 600;
    font-size: 15px;
    color: var(--text-dark);
}
.archive .product-body .add-btn {
   width: 100px;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before
{
    color: #F6A650;
    font-size: 12px;
}
.blog-section img {
    max-width: 400px;
}
.home .blog-section img {
    max-width: 60px;
}
.rating-count {
    position: absolute;
    top: -5px;
    left: 70px;
}
.feature-icon img {
    max-width: 24px;
}
.cta-banner p {
    margin-top: 10px;
}
.stat-icon img,
.val-icon img
{
    display: inline-block;
}
.wpcf7-form input{
    padding: 5px;
}
#landing-stats .stats-inner {
    grid-template-columns: repeat(4, 1fr);
}

.products-section table,
.blog-section table,
.categories table
{
    margin-bottom: 35px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.4;
}
.products-section table caption,
.blog-section table caption,
.categories table caption
{
    font-size: 30px;
    padding-bottom: 10px;
}
.products-section table th,
.blog-section table th,
.categories table th
{
    background-color: #1A8C6E;
    color: #FFFFFF;
    font-family: "Baloo Da 2", Sans-serif;
    font-size: 21px;
    font-weight: 600;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    padding: 15px 7px 15px 15px;
}
.products-section table .text-left,
.blog-section table .text-left,
.categories table .text-left
{
    --text-align: left;
    text-align: var(--text-align);
    --content-align: flex-start;
    --wd-align: flex-start;
}
.products-section table td,
.blog-section table td,
.categories table td
{
    font-family: "Baloo Da 2", Sans-serif;
    font-size: 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1A8C6E;
    padding: 15px 7px 15px 15px;
}
.landing-four-grid h4 {
    font-size: 18px;
    margin: 20px 0px;
}
.features-desc ul {
    padding-left: 20px;
}
.features-desc ul li {
    list-style-type: disclosure-closed;
    text-align: start;
    padding-bottom: 8px;
}
.why-use-section ul {
    padding-left: 20px;
}
.why-use-section ul li {
    list-style-type: disclosure-closed;
    text-align: start;
    list-style-position: inside;
    padding-bottom: 8px;
}

.five-star-thumb img {
    max-width: 80px;
    margin: auto;
    text-align: center;
    border-radius: 50px;
}
@media (max-width: 1024px) {
.landing-cta {
    justify-content: center;
}
.features-desc ul,
.why-use-section ul
{
    display: inline-block;
}
#landing-stats .stats-inner {
    grid-template-columns: repeat(2, 1fr);
}
#landing-stats .stats-inner .stat-item:last-child {
        grid-column: inherit;
    }
}
@media (max-width: 768px) {
div.tablecontainer
{
  width: 100%;
  overflow-x: auto;
}

@media (max-width: 767px) {
    .cat-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

}

@media (max-width: 600px) {
#landing-stats .stats-inner {
    grid-template-columns: repeat(1, 1fr);    
}
#landing-stats .stats-inner .stat-item {
        padding: 10px 0px;
    }
}
.included-item .ii {
    text-align: center;
    text-align: -webkit-center;
}
.desc-grid h1,
.desc-grid h2,
.desc-grid h3,
.desc-grid h4,
.desc-grid h5,
.desc-grid h6,
.seo-inner h1,
.seo-inner h2,
.seo-inner h3,
.seo-inner h4,
.seo-inner h5,
.seo-inner h6,
.product-tab-desc h1,
.product-tab-desc h2,
.product-tab-desc h3,
.product-tab-desc h4,
.product-tab-desc h5,
.product-tab-desc h6
{
    color:#1A8C6E !important;
}
.product-tab-desc .desc-grid {
    grid-template-columns: none;
}
.mc4wp-form-fields input{
    margin-bottom: 10px;
}
@media (max-width: 767px) {
.sidebar-col .sidebar-cta-banner {
    display: none;
}
}

.wpcf7-form h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.wpcf7-form input,
.wpcf7-form textarea
 {
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    border: 2px solid var(--primary);
    transition: all 0.2s;
    margin-bottom: 15px;
}
.wpcf7-form textarea
 {
    height: 100px;
 }
/* Base Style */
.wpcf7-form input[type="submit"] {
  background-color: var(--primary);
  color: #ffffff;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

/* Hover State */
.wpcf7-form input[type="submit"]:hover {
  background-color: #0056b3;
}
@media (max-width: 768px) {
    .footer-bottom div {
        margin: auto;
    }
}
#sidebarContent.active {
    display: block;
}
.sidebar-toggle .arrow {
    position: relative;
    margin-top: -10px;
}
.share-btn {
    font-size: 20px; 
}
#comments {
    display: none;
}
.woocommerce #review_form #respond .form-submit input {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    color: #fff;
    padding: 13px 24px;
    border-radius: 50px;
    font-family: var(--font-main);
    font-weight: 800;
    font-size: 14px;
    transition: background 0.2s;
}
#commentform textarea#comment,
#commentform input#author,
#commentform input#email
{
 width: 100%;
 padding: 10px 0px;
 border-radius: 10px;
 border-color:#1A8C6E;
}
.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6,
.content-section ul,
.content-section p
{
    margin-bottom: 10px;
}
.content-section h1
{
    font-size: 32px;
}
.content-section h2
{
    font-size: 28px;
}
.content-section h3
{
    font-size: 24px;
}
.content-section h4
{
    font-size: 20px;
}
.content-section h5
{
    font-size: 16px;
}
.content-section h6
{
    font-size: 12px;
}
.content-section ul, 
.content-section ol
{
    padding-left: 20px;
}
.content-section ul li
{
    list-style-position: inside;
}
@media (max-width: 1024px) {
    .hero-actions {
        padding-bottom: 20px;
    }
    .product-card .product-img img {
        width: 140px;
    }
}

@media (max-width: 480px) {
    .product-card .product-img img {
        width: 110px;
    }
}
@media (max-width: 400px) {
    .products-header {
        display: inline-block;
        text-align: left;
    }
    .filter-sort {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .hero-visual {
        display: block;
    }
    .about-hero .hero-visual {
        padding-bottom: 0;
    }
    .hero-ctas {
        margin-bottom: 20px;
    }
    .hero-card-stack {
        min-height: 270px;
    }
}