*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.topbaricon{
    color: #1775A5;
}

.topbartext a{
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.topbartext_2 a{
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.topbartext_2{
    text-align: end;
}

.top_bar {
    padding: 10px 15px 10px 15px;
}

@media screen and (max-width: 992px) {
    .topbartext_2,.topbartext {
      text-align: center !important;
    }
  }

.headerlogo{
    width: 110px;
}

  .logobar{
    background-color: #313652;
    padding: 12px 15px;
  }

  .searchdiv{
    align-content: space-around;
  }


  .search-box {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .search-box input {
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    outline: none;
    width: 100%;
  }

  .search-box button {
    padding: 10px 15px;
    font-size: 18px;
    background-color: white;
    border: none;
    cursor: pointer;
  }

  .search-box button:hover {
    background-color: #f0f0f0;
  }

  .search-box button i {
    font-size: 18px;
  }

  .button-container {
    display: flex
;
    gap: 10px;
    flex-direction: row-reverse;
}

  .button-container button {
    background-color: white;
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }

  .button-container button:hover {
    background-color: #f0f0f0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  }

  .menubar {
    background-color: #313652;
    padding: 0px 15px;
    border-top: 1px solid #ffffff26;
}

.menu_itmess li a{
 color: white !important;
}

.footerform{
  border-radius: 0px;
  padding: 20px;
}

.footeremailbtn{
  background-color: #313652 !important;
  color: white;
  border-radius: 0%;
}

.home_banner{
  background-image: url(../banner/haris-homeopathy.png);
  height: 31rem;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.mobile_screen_banner{
    background-image: url(../banner/haris-homeopathy_small.png);
}

.features-section {
  padding: 10px 0;
}

.feature-item i {
  color: #333;
}

.feature-item h5 {
  font-weight: 600;
}

.feature-item p {
  color: #555;
  font-size: 0.9rem;
  margin-top: 20px;
}

.icon4new{
  font-size: 50px;
}

.product-card {
  position: relative;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.product-card img{ max-height:30vh;}


/* Position icons at the top right corner */
.icon-overlay {
position: absolute;
top: 0px;
right: 0px;
opacity: 0;
display: flex
;
flex-direction: column;
align-items: center;
gap: 10px;
transition: opacity 0.3s ease;
}

.product-card:hover .icon-overlay {
  opacity: 1;
}

.icon-overlay i {
font-size: 20px;
background-color: #1e1e2d;
color: #fff;
border-radius: 50%;
padding: 10px 10px;
cursor: pointer;
transition: transform 0.3s ease;
}

.icon-overlay i:hover {
  transform: scale(1.1);
}

.product-title {
  font-weight: 600;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400px;
}

.product-price {
  font-weight: bold;
  color: #333;
}

.circle-image {
  background-color: #dde3ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  margin: auto;
  overflow: hidden;
}
.circle-image img {
  max-width: 100%;
  max-height: 100%;
}
.card {
  background-color: #435a6f;
  color: white;
  border: none;
  padding: 20px;
  text-align: center;
  border-radius: 0px;
}
.btn-outline-light {
  margin-top: 20px;
}

.newsection2_color{
  background-image: url(../images/paper_1080x.webp);
  color: #778899;
}

.circle-category {
  background-color: #f8f9fa;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.circle-category img {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease;
}

.circle-category:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.circle-category:hover img {
  transform: scale(1.1);
}

.category-title {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1rem;
}

.guna-section {
  padding: 50px 20px;
}
.guna-title {
  font-size: 2rem;
  font-weight: bold;
  color: #212529;
}
.guna-description {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 20px;
}
.guna-btn {
  padding: 10px 20px;
  border-radius: 5px;
}
.guna-img img {
  max-width: 100%;
  height: auto;
}

.circle-category {
  background-color: #F8F8F8;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .searchdiv {
    display: none;
  }
}

.footersubtext{
  text-align: end;
}


@media screen and (max-width: 768px) {
  .footersubtext {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .subciprow {
    display: grid
    ;
        justify-items: center;
  }
}

.cart-product-quantity input{
    width: 50px !important;
}

