@charset "UTF-8";
body {
  font-family: "Roboto Regular", Roboto, Arial !important;
}

/* Chỉnh nút X Lightbox2 lên góc trên bên phải */
.lb-close {
  position: fixed !important;
  top: 15px !important;
  right: 15px !important;
  z-index: 9999 !important;
  opacity: 1 !important;
  transform: none !important;
}


.search-box {
  background: #4e1f1a;
  padding: 20px;
  border-radius: 10px;
  color: gray;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.search-bar {
  display: flex;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.location-selector {
  background: #eee;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.search-bar input {
  flex: 1;
  padding: 8px;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #f8f8f8;
  min-width: 200px;
}

.search-btn {
  background: #d92925;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.filter-bar {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filter-bar button {
  background: #2c1813;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  width: 32%;
}

/* === POPUP TỈNH/THÀNH === */
.province-popup {
  position: absolute;
  background: #fff;
  color: #000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 1140px;
  top: 100%;
  left: 0;
  z-index: 2;
  display: none;
}

.province-popup h4 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
}

.top-provinces {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
  justify-content: space-between;
}

.province-card {
  position: relative;
  width: 140px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  flex: 0 0 auto;
}

.province-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.province-card .overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.province-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px 12px;
  margin-top: 15px;
}

.province-list span {
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 4px;
  transition: background 0.2s;
}

.province-list span:hover {
  background: #eee;
}

/* === POPUP CHUNG (loại hình & giá) === */
.popup-panel {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  color: #000;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 300px;
  padding: 20px;
  display: none;
  z-index: 2;
}

#projectPopup2,
#projectPopup1,
#projectPopup {
  width: 33%;
  top: 100%;
  left: 0;
}

#pricePopup1,
#pricePopup2,
#pricePopup {
  width: 33%;
  top: 100%;
  left: 33%;
}

#areaPopup1,
#areaPopup2,
#areaPopup {
  width: 34%;
  top: 100%;
  left: 66%;
}

.popup-panel h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel-options {
  max-height: 200px;
  overflow-y: auto;
  margin-top: 10px;
}

.panel-options label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}

.popup-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.popup-actions button {
  padding: 6px 12px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.btn-reset {
  background: #eee;
}

.btn-apply {
  background: #d92925;
  color: #fff;
}

.price-range {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.price-range input {
  width: 45%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.range-slider {
  width: 100%;
  margin: 10px 0;
}

.area-range {
  display: flex;
  gap: 20px;
}
.area-range input {
  border-radius: 5px;
}

.email-alert-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
}

.email-alert-toggle .icon {
  background-color: #fdbb0b;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.email-alert-toggle .bell-icon {
  font-size: 16px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  margin-left: auto;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2dc275;
}

input:checked + .slider:before {
  transform: translateX(16px);
}

@keyframes shake-bell {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(6deg);
  }
  75% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.bell-icon {
  display: inline-block;
  animation: shake-bell 1s ease-in-out infinite;
  transform-origin: top center;
}

.custom-phone-btn {
  float: right;
}

.vip-badge {
  background-color: #e60000;
  color: white;
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 2px;
  text-transform: uppercase;
}

.filter-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 10px 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}

.search-input {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-width: 200px;
  flex: 1;
}

.filter-select {
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-width: 130px;
  background-color: #fff;
}

.filter-btn {
  padding: 8px 12px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
}

.total-duan p {
  margin-bottom: 0px;
}

.gallery-img-wrap {
  position: relative;
  width: 100%;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  height: 68px !important;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

.main-image img {
  height: 179px !important;
  width: 100% !important;
}

.sub-image img {
  height: 68px !important;
  width: 100% !important;
}

.text-single div p {
  margin-bottom: 0px !important;
}

.img-duan img {
  height: 76px !important;
  border-radius: 8px !important;
}

.search-box {
  width: 100%;
  margin: 30px auto;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.search-top,
.search-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.search-top {
  justify-content: space-between;
}

.search-label {
  color: red;
  font-weight: bold;
  margin-right: 10px;
  white-space: nowrap;
  font-size: 14px;
}

.search-top input[type=text] {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.search-top button {
  background-color: #e53935;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}

.search-top button:hover {
  background-color: #c62828;
}

.search-bottom select {
  flex: 1;
  min-width: 150px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.custom-phone-btn1 {
  width: 100%;
  justify-content: center;
  padding: 13px 15px !important;
}

.acf-input .acf-checkbox-list.acf-bl {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr);
  /* 7 cột đều nhau */
  gap: 12px 12px;
  /* chỉnh khoảng cách giữa các dòng và cột */
  padding: 0;
  margin: 0;
  list-style: none;
}

.loan-calculator {
  display: flex;
  gap: 40px;
  max-width: 1000px;
  margin: auto;
  font-family: Arial;
}

.loan-form,
.loan-result {
  flex: 1;
  background: #f9f9f9;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.loan-form h2,
.loan-result h3 {
  margin-bottom: 20px;
}

.loan-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

.loan-form input,
.loan-form select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.note {
  font-size: 13px;
  color: #999;
  margin-top: 15px;
}

.big-number {
  font-size: 28px;
  color: #e53935;
  margin: 15px 0;
}

.bar-chart {
  height: 20px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0;
  background: #eee;
}

.bar {
  height: 100%;
}

.bar.goc {
  background: #4caf50;
  width: 50%;
}

.bar.lai {
  background: #f44336;
  width: 50%;
}

.detail p {
  margin: 5px 0;
}

.btn-detail {
  margin-top: 20px;
  background: #1976d2;
  color: white;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.box-shortcode .elementor-widget-container {
  height: 180px !important;
}

.sc-2 img {
  border-radius: 0 6px 0 0 !important;
}

.sc-4 img {
  border-radius: 0 0 6px 0 !important;
}

.section-menu-duan a.active {
  color: #d11b1b;
  font-weight: bold;
}

.tabs-home .e-n-tab-title {
  height: 55px;
  padding: 12px 16px 10px !important;
}
.tabs-home .e-n-tabs-heading {
  border-bottom: 1px solid #f2f2f2;
}

.icon-box-vitri .elementor-icon-box-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
}

.avatar_moigioi img {
  border-radius: 50% !important;
}

.img_moigioi .elementor-shortcode {
  width: 32px !important;
  height: 32px !important;
  margin-right: 20px !important;
}
.img_moigioi .elementor-shortcode img {
  border-radius: 50% !important;
}

.current {
  background-color: gray !important;
  color: black !important;
}

.box-tinh-thanh img {
  border-radius: 6px !important;
}

.elementor-pagination {
  margin: 20px 0px !important;
}
.elementor-pagination span,
.elementor-pagination a {
  background-color: #f7de58;
  padding: 5px 12px;
  color: white;
  border-radius: 6px;
  margin: 0px !important;
}
.elementor-pagination span:hover,
.elementor-pagination a:hover {
  background-color: gray !important;
  color: black;
}

.item-number {
  font-size: 40px !important;
}

.item-number1 {
  font-size: 16px !important;
}

.pp-form-container #pp-registration-2.ppBuildScratch .pp-form-submit-button-wrap input[type=submit] {
  background-color: #B27414 !important;
  border-radius: 40px !important;
  width: 60% !important;
  margin: auto !important;
  padding: 15px !important;
}

#pp-registration-2 {
  box-shadow: none;
}

.elementor-9984 .elementor-element.elementor-element-aade107 {
  border: 1px solid #f2f2f2 !important;
  border-radius: 12px !important;
  box-shadow: 0 0 0.5px rgba(0, 20, 40, 0.1019607843), 0 2px 8px rgba(50, 55, 90, 0.2);
}

#pp-registration-2 {
  border-radius: 12px;
}

.success-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: linear-gradient(135deg, #dfffe6, #f0f9ff);
  padding: 30px;
  font-family: "Segoe UI", sans-serif;
}

.success-box {
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
  animation: fadeInUp 0.6s ease;
}

.success-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.success-box h2 {
  font-size: 24px;
  color: #2e7d32;
  margin-bottom: 10px;
}

.success-box p {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

.home-button {
  display: inline-block;
  background: #2e7d32;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
  font-weight: 500;
}

.home-button:hover {
  background: #1b5e20;
}

.login {
  text-align: center !important;
}

.re__link-pr {
  color: #B27414 !important;
}

.cap-nhat-ho-so {
  max-width: 800px;
  margin: 0 auto;
  font-family: sans-serif;
}

.cap-nhat-ho-so input,
.cap-nhat-ho-so textarea,
.cap-nhat-ho-so select {
  width: 100%;
  padding: 8px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #ddd;
  object-fit: cover;
  margin-bottom: 10px;
}

.form-group {
  margin-bottom: 15px;
}

.cap-nhat-ho-so h2 {
  text-align: center;
}
.cap-nhat-ho-so label {
  font-weight: 600;
  font-style: italic;
}
.cap-nhat-ho-so .btn-form-capnhat {
  display: flex;
  justify-content: center;
}
.cap-nhat-ho-so .btn-form-capnhat button {
  background-color: #B27414;
  color: white;
  border: none;
  border-radius: 8px;
}
.cap-nhat-ho-so .btn-form-capnhat button:hover {
  background-color: #f7de58;
}
.cap-nhat-ho-so #rows-container .row-group {
  border-radius: 8px !important;
  border: 1px solid #f2f2f2 !important;
  box-shadow: 0 0 0.5px rgba(0, 20, 40, 0.1019607843), 0 2px 8px rgba(50, 55, 90, 0.2) !important;
  padding: 12px 12px;
  margin-bottom: 8px;
}
.cap-nhat-ho-so .img-profile {
  display: flex;
  justify-content: center;
}
.cap-nhat-ho-so .img-profile img {
  border-radius: 50%;
  height: 120px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 0.5px rgba(0, 20, 40, 0.1019607843), 0 2px 8px rgba(50, 55, 90, 0.2);
}

.download-app div a:hover {
  background-color: antiquewhite !important;
  color: black;
}

.tab-search .e-n-tabs-heading {
  gap: 5px !important;
}
.tab-search .e-n-tabs-heading button {
  border-radius: 40px !important;
}
.tab-search .search-box {
  margin-top: 0px !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.real-estate-form {
  max-width: 1140px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.real-estate-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

.real-estate-form input,
.real-estate-form textarea,
.real-estate-form select {
  width: 100%;
  padding: 8px 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.real-estate-form button {
  margin-top: 20px;
  padding: 12px 25px;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.real-estate-form button:hover {
  background: #005f8d;
}

.form-sua-bai {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", sans-serif;
}

.form-sua-bai label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

.form-sua-bai input[type=text],
.form-sua-bai input[type=number],
.form-sua-bai input[type=email],
.form-sua-bai textarea,
.form-sua-bai select {
  width: 100%;
  padding: 10px 14px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.2s;
  font-size: 15px;
}

.form-sua-bai input:focus,
.form-sua-bai textarea:focus,
.form-sua-bai select:focus {
  border-color: #0073aa;
  outline: none;
}

.form-sua-bai textarea {
  resize: vertical;
  min-height: 120px;
}

.form-sua-bai button[type=submit] {
  background-color: #0073aa;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.form-sua-bai button[type=submit]:hover {
  background-color: #005f8d;
}

.tien-ich-wrapper label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f5f5f5;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #ddd;
}

.tien-ich-wrapper input[type=checkbox] {
  accent-color: #0073aa;
  width: 20%;
}

.active1 {
  background-color: #b27414 !important;
  border-radius: 50%;
}
.active1 svg {
  fill: white !important;
}

.icon-favorite .elementor-widget-container {
  align-items: center;
  display: flex;
  height: 31px !important;
}

.overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #fff;
}

.wrapper-input {
  display: flex;
  column-gap: 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.wrapper-input > div {
  flex: 1;
}
.wrapper-input .wrapper-giaban {
  display: flex;
  /* flex-direction: row; */
  flex-wrap: nowrap;
  gap: 10px;
}
.wrapper-input .wrapper-giaban .giaban {
  width: 80%;
}
.wrapper-input .wrapper-giaban .donvi {
  width: 40%;
}
.wrapper-input .wrapper-giaban .donvi select {
  height: 42px;
}

@media (max-width: 768px) {
  .icon-favorite div {
    align-items: center;
    display: flex;
    height: 23px;
  }
  .form-sua-bai {
    padding: 20px;
  }
  .search-box {
    padding: 10px;
    margin: 0px !important;
  }
  .search-bar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px !important;
  }
  .location-selector,
  .search-bar input[type=text],
  .search-btn {
    width: 100%;
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
  }
  .search-btn {
    background-color: #B27414;
    color: white;
    border: none;
    font-weight: bold;
    cursor: pointer;
  }
  .filter-bar {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .filter-bar button {
    flex: 1 1 45%;
    padding: 10px 12px;
    font-size: 15px;
    border: 1px solid #ccc;
    background-color: gray;
    border-radius: 6px;
    cursor: pointer;
  }
  .popup-panel {
    width: 100vw;
    max-height: 70vh;
    overflow-y: auto;
    padding: 15px;
    background-color: white;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 9999;
    border-top: 2px solid #007bff;
    display: none;
    /* mặc định ẩn */
  }
  #projectPopup1,
  #pricePopup1,
  #projectPopup,
  #pricePopup {
    width: 100%;
    top: 220px;
    left: 0;
  }
  #areaPopup1,
  #areaPopup {
    width: 100%;
    top: 272px;
    left: 0;
  }
  .popup-panel h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .panel-options label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .panel-options input[type=radio] {
    float: right;
    transform: scale(1.2);
  }
  /* Province popup */
  .province-popup {
    top: 60px;
    left: 0;
    right: 0;
    z-index: 9998;
    background: #fff;
    padding: 15px;
    max-height: 75vh;
    overflow-y: auto;
    display: none;
  }
  .province-popup h4 {
    font-size: 17px;
    margin: 10px 0;
  }
  .top-provinces {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .province-card {
    position: relative;
    cursor: pointer;
  }
  .province-card img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
  }
  .overlay-text {
    position: absolute;
    bottom: 4px;
    left: 8px;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 3px #000;
  }
  .province-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
  }
  .province-list span {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 14px;
    background-color: #f1f1f1;
    cursor: pointer;
  }
  .search-bottom {
    flex-direction: column;
  }
  .search-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .img-logo-main img {
    margin-right: 20px !important;
  }
  #sortOption {
    width: 160px;
    padding: 5px 29px 5px 15px;
    font-size: 14px;
  }
  #sortOption option {
    font-size: 12px;
    width: 140px;
    padding: 5px 5px;
  }
  .img-mobile img {
    height: 98px !important;
  }
  .img-mobile span {
    height: 98px !important;
  }
  .custom-phone-btn .dot,
  .custom-phone-btn .reveal {
    display: none;
  }
  .img_moigioi div {
    width: 40px !important;
  }
  .img_moigioi div div {
    margin-right: 12px !important;
  }
  #search-form2 {
    width: 100%;
    overflow-x: hidden;
  }
  #search-form2 .filter-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
    max-width: 100%;
  }
  #search-form2 .search-input,
  #search-form2 .filter-select,
  #search-form2 .search-btn {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
  }
  .main-image img {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
  }
  #e-n-tab-content-2160841571 {
    row-gap: 0px !important;
  }
  .icon-box-vitri div div {
    align-items: center !important;
    margin-top: 6px !important;
  }
  .e-loop__load-more a {
    background: #b27414 !important;
    padding: 12px 30px;
    border-radius: 30px;
  }
  .section-bds .elementor-button-link {
    background-color: #b27414 !important;
  }
  
  
}