/* <<<<<Main Blog & Whatsapp Blog Styles>>>> */

.blogheading {
  font-size: 32px;
}

.product-card img {
  height: 200px;
  object-fit: cover;
}

.product-card {
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: scale(1.03);
}

.buy-btn {

  color: var(--accent-color);
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
  transition: 0.3s;
  border: 1px solid var(--accent-color);
  text-align: center;
}


.read-more1 {
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 8px 28px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  background: var(--accent-color);
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent-color);

}

.testimonials .testimonial-item p {
  width: auto;
}

.cards-section {
  padding: 20px 0px 40px;
  /* background: #f8f9fa; */
}

.info-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.info-card h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  background: #f0f0f0;
  margin: 0;
}

.info-card img {
  width: 70%;
  height: 400px;
  display: block;

}

.mcimg {
  justify-items: center;
}

.info-card .card-content {
  padding: 30px 30px;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  flex: 1;
}

.info-card ul {
  padding-left: 20px;
  margin-top: 10px;
}

.info-card ul li {
  margin-bottom: 8px;
}


.read-more1:hover {
  background: var(--contrast-color);
  color: var(--accent-color);
}


.custom-card1 {
  background: white;
  border: 2px solid #d4e9d5;
  border-radius: 6px;
  position: relative;
  padding-top: 50px;
  /* Extra space for icon */
}

.icon-circle {
  background: #0d8040;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

/* Optional: hover effect */
.custom-card1:hover {
  border-color: #0d8040;
  transform: translateY(-5px);
  transition: all 0.3s ease;
}


.icon-circle1 {
  background: #0d8040;
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.sideborder {
  border-right: 1.5px solid #232093;
}

.text-justify {
  text-align: justify;
}

.feature-icon {
  font-size: 2rem;
  color: #007f4e;
}

.carousel-item img {
  height: auto;
  /* width: 600px; */
  object-fit: cover;
}

.carousel-item {
  position: relative;
}

.carousel-content-center {
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translate(-50%, -50%);
  /* color: #1220ad; */
  color: #fff;
  text-align: center;
  background: rgb(122 183 178 / 50%);
  padding: 30px 30px;
  border-radius: 10px;
  max-width: 45%;
  text-align: start;

}

.whatsappbtn {
  background: #0d8040;
  padding: 8px 24px;
  color: #fff;
  border: 2px solid #FFF;
  border-radius: 10px;
  font-size: 16px;
}

.whatsappbtn:hover {
  background: #fff;
  color: #0d8040;
  border: 1.5px solid #0d8040;
}

.whatsappbtn2 {

  /* background: #fff; */
  color: #fff;
  padding: 8px 24px;
  border: 1.5px solid #fff;
  border-radius: 10px;
  font-size: 16px;
}

.whatsappbtn2:hover {
  background: #0d8040;

  color: #fff;
  border: 2px solid #FFF;
}

.cdborder {

  border-left: 1.5px solid var(--accent-color);
  border-right: 1.5px solid var(--accent-color);
  border-bottom: 1.5px solid var(--accent-color);
}

.card-text1 {
  color: #007bad;
  font-weight: 500;
  font-size: 15px;
}


/* <<<<<businessneeds Styles>>>> */


.text-on-image {
  position: relative;
  /* text-align: center; */
  color: white;
}

.text-on-image img {
  width: 100%;
  height: auto;
  object-fit: cover; 
  display: block;
  filter: brightness(70%);
  /* Darkens image for better text contrast */
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background: rgb(48 83 137 / 50%);
}

@media (max-width: 768px) {
  .text-overlay h1 {
    font-size: 1.5rem;
  }
}

.text-style1 {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
}



.profile-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* Default shadow */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.profile-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  /* Deeper hover shadow */
}

.profile-card img {
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 125px;
}

.social-icons a {
  color: #555;
  font-size: 1.2rem;
  margin: 0 8px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #0d6efd;
}



.card1 {
  background-color: aliceblue;
  text-align: center;
}

.card-bg-color {
  background-color: antiquewhite;
}

.nav-pills .nav-link.active {
  background: var(--accent-color) !important;
  border-radius: 10px !important;
}

.tabtext {
  color: #007bad;
  font-weight: 500;
  font-size: 15px;
}

.tabtext:hover {
  color: #555;

}



.image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.image-container img {
   width: 100%;
  height: auto;
  object-fit: cover;  
  display: block;

}

.overlay-text {
  position: absolute;
  top: 55%;
  left: 26%;
  transform: translate(-50%, -50%);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 30px;
  border-radius: 10px;
  max-width: 90%;
}
    .comparison-section {

      padding: 40px 20px;
      border-radius: 10px;
    }
    .comparison-table th {
      background-color: #3d4d6a;
      font-size: 1.2rem;
      font-weight: bold;
      border: none;
    }
    .comparison-table td {
      background-color: rgba(255, 255, 255, 0.15);
      border: none;
      vertical-align: top;
    }
    .comparison-section p.note {
      margin-top: 15px;
      font-size: 0.95rem;
    }



.card3 {
    position: relative;
    padding-top: 2rem;
    /* border: 1px solid #000; */
}

.card-icon {
    position: absolute;
    top: -1.2rem; 
    left: 50%;
    transform: translateX(-50%);
    background: #3d4d6a;
    color: #fff;
    padding: 0.3rem 0.6rem;
    border-radius: 50%;
    font-size: 1.5rem;
    border: 1px solid #dee2e6;
}


.text-overlay2 {
    background: rgb(122 183 178 / 50%);
    padding: 20px;
    border-radius: 15px;
 
}
.carousel-caption {
   top: 35% !important;
    left: 10% !important;
}








/* Responsive typography */
@media (min-width: 768px) and (max-width: 991.98px) {
  .overlay-text {
    padding: 15px 20px;
    left: 38%;
  }

  .overlay-text h2 {
    font-size: 1.5rem;
  }

  .overlay-text p {
    font-size: 0.9rem;
  }
}

@media (min-width: 300px) and (max-width: 575.98px) {
  .overlay-text {
    padding: 12px 15px;
  }

  .overlay-text h2 {
    font-size: 1.3rem;
  }

  .overlay-text p {
    font-size: 0.85rem;
  }

  .read-more {
    padding: 0px 20px;
  }

  .overlay-text {
    left: 38%;
  }

  .Banner {
    padding: 55px 0px;
  }
  .text-on-image img {
   height: 300px;
  }
  .text-overlay {
   
    padding: 12px;
  }
  
  .read-more1 {
   
    font-size: 14px;
  
    padding: 3px 12px;
}

/* .image-container img{
    height: 300px;
} */
.text-overlay2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    background: rgb(122 183 178 / 50%);
    color: #fff;
}




}

@media (min-width: 576px) and (max-width: 767.98px) {
  .overlay-text h2 {
    font-size: 1.2rem;
  }

  .overlay-text p {
    font-size: 0.8rem;
  }

  .overlay-text {
    left: 38%;
  }

  .text-on-image img {
    height: auto;

  }
  .text-overlay2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    background: rgb(122 183 178 / 50%);
    color: #fff;
}

}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .overlay-text {
    padding: 15px 20px;
    left: 38%;
  }
}