body{
      font-family: "Google Sans Flex", sans-serif;
        font-size: 18px;
            color: #1A1A1A;
}

a{
    display: inline-block;
}
img{
    max-width: 100%;
    width: 100%;
}

.common-btn {
    background-color: #E67E22;
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    border: 0px;
}
.common-btn:hover{
        background-color: #cf6201;
    color: #fff;
}
.text-btn {
    color: #E67E22;
}
.text-btn:hover {
    color: #cf6201;
}
/********************/
.main-banner, .article-box, .Handpicked-Recommend-box, .Newsletter-box, .bg-light-sec, .breadcrumbs-sec {
    background-color: #FAFAFA;
}
.category-inset, .article_box, .Latest-article-sec, .handpicked-product, .trust_box {
    background-color: #fff;
    height: 100%;
    box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 8%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.article-box-ctn p, .article-box-ctn h2 a, .Latest-article-sec p, .Latest-article-sec h2 a, .product-ctn h2 a, .hilight-serv h2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-image{
    position: relative;
}
.article-tag {
    background-color: #E8F5E9;
    color: #1E4D2B;
    border: 1px solid #C8E6C9;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.article-box-ctn h2 a, .Latest-article-sec h2 a, .product-ctn h2 a {
    text-decoration: none;
    color: inherit;
}

.Latest-article-sec {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
}
.latest-article-image img {
    height: 162px;
    object-fit: cover;
}
/* Owl nav/dots customization */
  .owl-theme .owl-dots .owl-dot span 
  { background: #E1D8C2; }
  .owl-theme .owl-dots .owl-dot.active span 
  { background: #E67E22; }

  .owl-theme .owl-nav [class*='owl-'] {
    background: #E67E22;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .owl-theme .owl-nav [class*='owl-']:hover
  { background: #E67E22; color: #fff; }



.trust-iocn {
    background-color: rgb(230 126 34 / 5%);
    width: 130px;
    padding: 20px;
    border-radius: 250px;
}
  .trust-iocn img {
    object-fit: contain;
}

.form-control {
    height: 55px;
    padding: 0px 23px;
}












.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #E1D8C2;
  }
  .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
 
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
  }
 
  .logo img { height: 60px; display: block; }
 
  /* Desktop menu */
  .menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 26px;
  }
  .nav-item { position: relative; }
  .nav-link {
    text-decoration: none;
    color: #1E2A22;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 8px 0;
    display: inline-block;
  }
  .nav-link:hover { color: #C9861B; }
 
  .dropdown-item-wrap { display: flex; align-items: center; gap: 4px; }
  .dropdown-arrow {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dropdown-arrow svg {
    width: 10px;
    height: 10px;
    transition: transform 0.25s ease;
  }
  .nav-item.open .dropdown-arrow svg { transform: rotate(180deg); }
 
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 170px;
    background: #fff;
    border: 1px solid #E1D8C2;
    border-radius: 6px;
    list-style: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.28s ease, opacity 0.2s ease;
  }
  .nav-item.open .dropdown-menu { max-height: 220px; opacity: 1; }
 
  .dropdown-menu li a {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: #1E2A22;
    font-size: 0.9rem;
  }
  .dropdown-menu li a:hover { background: #F1EBDB; color: #C9861B; }
 
  /* Right side */
  .header-right-side { display: flex; align-items: center; gap: 16px; }
  .icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E2A22;
  }
  .icon-btn svg { width: 20px; height: 20px; }
  .icon-btn:hover { color: #C9861B; }
  .icon-btn:hover svg path,
  .icon-btn:hover svg circle { stroke: #C9861B; }
 
  /* Expandable search box */
  .search-wrap { position: relative; display: flex; align-items: center; }
  .search-input {
    position: absolute;
    right: 40px;
    width: 0;
    opacity: 0;
    padding: 0;
    border: 1px solid #E1D8C2;
    border-radius: 6px;
    font-size: 0.85rem;
    height: 36px;
    overflow: hidden;
    transition: width 0.25s ease, opacity 0.2s ease, padding 0.25s ease;
  }
  .search-wrap.open .search-input {
    width: 190px;
    opacity: 1;
    padding: 0 12px;
  }
 
  /* Mobile toggle button */
  .menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 26px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
  }
  .menu-toggle span {
    display: block;
    height: 2px;
    background: #1E2A22;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .menu-toggle.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
 
  /* Mobile quick links row */
  .quick-links {
    display: none;
    border-top: 1px solid #E1D8C2;
    background-color: #114727;
}
  .quick-links ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
  }
  .quick-links a {
    text-decoration: none;
    color: #fff;
  }
  .quick-links a:hover { color: #C9861B; }
 






.footer_sec, .footer-copywrite, .slim-bar, .box-hilight-sec {
    background-color: #114727;
}
ul.menu-link li a, ul.menu-link {
    text-decoration: none;
    color: #fff;
}


.hilight-serv a{
  text-decoration: none;
}
.hilight-serv a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 20px;
}
.hilight-serv a:hover{
      background-color: #E67E22;
      border: 1px solid #E67E22;
      color: #fff;
}





 /* Open on hover (desktop only) */
  @media (min-width: 769px) {
    .nav-item:hover .dropdown-menu { max-height: 220px; opacity: 1; }
    .nav-item:hover .dropdown-arrow svg { transform: rotate(180deg); }
  }

  /* ===== Mobile styles ===== */
  @media (max-width: 991px) {
    .menu {
      position: absolute;
      top: 70px;
      left: 0;
      right: 0;
      background: #fff;
      border-bottom: 1px solid #E1D8C2;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
    }
    .menu.open { max-height: 420px; }
    .menu ul { flex-direction: column; align-items: flex-start; gap: 0; padding: 10px 20px 16px; }
    .nav-item { width: 100%; }
    .dropdown-item-wrap { justify-content: space-between; width: 100%; }
    .dropdown-menu { position: static; box-shadow: none; border: none; width: 100%; }
    .nav-item.open .dropdown-menu { max-height: 200px; }
    .dropdown-menu li a { padding: 8px 0 8px 14px; }
 
    .search-wrap.open .search-input { width: 140px; }
    .menu-toggle { display: flex; }
    .quick-links { display: block; }
  }

@media (max-width: 767px) {
body{
        font-size: 14px;
}
.common-btn {
        padding: 6px 14px;
    }
    .latest-article-image img {
    height: 153px;
}
}