.elementor-4967 .elementor-element.elementor-element-575f0fd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-85831c6 *//* সার্চ ফর্ম কন্টেইনার */
.hamhuma-search-form {
  display: inline-flex;
  align-items: center;
  position: relative;
  background: transparent;
}

/* ইনপুট ফিল্ড স্টাইল */
.hamhuma-search-form input[type="search"] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  color: #fff;
  padding: 6px 35px 6px 12px;
  font-size: 13px;
  outline: none;
  width: 140px; /* প্রয়োজন অনুযায়ী ছোট-বড় করতে পারেন */
  transition: all 0.3s ease;
}

.hamhuma-search-form input[type="search"]:focus {
  border-color: #c5a880; /* ফোকাস কালার */
  width: 180px;
}

/* সাবমিট বাটন স্টাইল */
.hamhuma-search-form button {
  position: absolute;
  right: 5px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 4px;
  font-size: 14px;
}/* End custom CSS */