/**
 * Theme Name:     Textilery Child
 * Author:         Jegtheme
 * Template:       textilery
 * Text Domain:	   textilery-child
 * Description:    Textilery is a modern and clean Gutenverse theme for Textile & Garment Industry, Textile Business, Textile Manufacturing, Clothing Company, Fabric Factory, and any related manufacturing business. Textilery is the ideal platform for creating a professional, visually striking website that communicates reliability, expertise, and inspires trust in your services.
 * Theme URI:      https://fse.jegtheme.com/textilery/
 * Author URI:     https://support.jegtheme.com/
 * Version:        1.0.0
 * License:        GNU General Public License v3 or later.
 * License URI:    https://www.gnu.org/licenses/gpl-3.0.html
 * Tags:           block-patterns,custom-logo,custom-menu,editor-style,featured-images,full-site-editing
 */

/* --- Product card: green bottom bar like client's design --- */
.profile-card.card-overlay.default {
  position: relative;
  overflow: hidden;
  border-radius: 10px;          /* চাইলে বাদ দিতে পারো */
}

.profile-card.card-overlay.default > img {
  width: 100%;
  height: auto;
  display: block;
}

/* Bottom green bar */
.profile-card.card-overlay.default .profile-body.bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #19a84e;          /* Green */
  color: #fff;
  padding: 14px 18px;
  text-align: left;
}

/* Title + subtext */
.profile-card.card-overlay.default .profile-title {
  margin: 0 0 4px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.profile-card.card-overlay.default .profile-sub {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  opacity: .95;
  color: #fff;
}

/* Hide socials row on the card */
.profile-card.card-overlay.default .socials-wrapper {
  display: none !important;
}

/* Small screens */
@media (max-width: 767px) {
  .profile-card.card-overlay.default .profile-title { font-size: 16px; }
  .profile-card.card-overlay.default .profile-sub   { font-size: 11px; }
}
/* সবসময় দেখাবে, hover এর উপর নির্ভর করবে না */
.profile-card.card-overlay.default .profile-body.bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #19a84e;   /* Green */
  color: #fff;
  padding: 14px 18px;
  text-align: left;
  opacity: 1 !important;      /* always visible */
  visibility: visible !important;
  transform: none !important;
}

/* ছবির উপরে ডিম কালার/ডার্ক overlay যেন না থাকে */
.profile-card.card-overlay.default::before,
.profile-card.card-overlay.default .profile-overlay {
  background: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* টেক্সট স্টাইল */
.profile-card.card-overlay.default .profile-title {
  margin: 0 0 4px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.profile-card.card-overlay.default .profile-sub {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  opacity: .95;
  color: #fff;
}

/* সোশ্যাল আইকন লুকানো */
.profile-card.card-overlay.default .socials-wrapper {
  display: none !important;
}
