.mrx-page-banner {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.mrx-page-banner__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mrx-page-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 50, 0.55);
}
.mrx-property-detail__breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0 0 20px;
  font-size: 13px;
}

.mrx-property-detail__breadcrumb .breadcrumb-item a {
  color: #666;
  text-decoration: none;
}

.mrx-property-detail__breadcrumb .breadcrumb-item.active {
  color: #222;
  font-weight: 500;
}

.mrx-property-detail__title-row {
  margin-bottom: 20px;
}

.mrx-property-detail__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1a1a1a;
}

.mrx-property-detail__address {
  font-size: 15px;
  color: #444;
  max-width: 650px;
  margin-bottom: 14px;
}

.mrx-property-detail__brand {
  background: linear-gradient(
    90deg,
    #F6D98B 0%,
    #B8863B 50%,
    #6B4818 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  font-weight: 600;
  text-decoration: none;
}

.mrx-property-detail__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mrx-property-detail__badge {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
}

.mrx-property-detail__price {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
  color: #1a1a1a;
}

.mrx-property-detail__price-note {
  font-size: 13px;
  color: #777;
  margin-bottom: 14px;
}

.mrx-property-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.mrx-property-detail__icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
}

.mrx-property-detail__icon-btn--text {
  width: auto;
  border-radius: 25px;
  padding: 0 18px;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
}

.mrx-property-detail__contact-btn {
  background: linear-gradient(
    90deg,
    #F6D98B 0%,
    #B8863B 50%,
    #6B4818 100%
  );
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 0 24px;
  font-weight: 600;
  font-size: 14px;
}

.mrx-property-detail__main-img {
  position: relative;
  height: 100%;
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
}

.mrx-property-detail__main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mrx-property-detail__tag {
  position: absolute;
  left: 14px;
  z-index: 2;
  background: rgba(30, 30, 30, 0.75);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mrx-property-detail__tag--brokerage {
  top: 14px;
}

.mrx-property-detail__tag--price {
  top: 52px;
}

.mrx-property-detail__tag--brokerage i,
.mrx-property-detail__tag--price i {
  background: linear-gradient(
    90deg,
    #F6D98B 0%,
    #B8863B 50%,
    #6B4818 100%
  );
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.mrx-property-detail__photo-count {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 4px;
}

.mrx-property-detail__side-img-wrap {
  height: 50%;
  min-height: 155px;
}

.mrx-property-detail__side-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.mrx-property-detail__side-img-overlay {
  position: relative;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.mrx-property-detail__view-all {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mrx-gallery-modal .modal-dialog {
  max-width: 900px;
}

.mrx-gallery-modal__content {
  background: #111;
  border-radius: 10px;
  border: none;
  overflow: hidden;
}

.mrx-gallery-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 10;
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 18px;
}

.mrx-gallery-modal__body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px 60px 20px;
  min-height: 400px;
}

.mrx-gallery-modal__main {
  position: relative;
  width: 100%;
  text-align: center;
}

.mrx-gallery-modal__main img {
  max-width: 100%;
  max-height: 65vh;
  object-fit: contain;
  border-radius: 6px;
}

.mrx-gallery-modal__counter {
  color: #ccc;
  font-size: 13px;
  margin-top: 10px;
}

.mrx-gallery-modal__nav {
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 18px;
  flex-shrink: 0;
}

.mrx-gallery-modal__nav:hover {
  background: rgba(255,255,255,0.3);
}

.mrx-gallery-modal__thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 20px 20px;
}

.mrx-gallery-modal__thumb {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.5;
  flex-shrink: 0;
  border: 2px solid transparent;
}

.mrx-gallery-modal__thumb.active,
.mrx-gallery-modal__thumb:hover {
  opacity: 1;
  border-color: #000000;
}

/* Quick Facts Bar */
.mrx-quickfacts {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.mrx-quickfacts__row {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.mrx-quickfacts__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 10px;
  border-right: 1px solid #eee;
}

.mrx-quickfacts__item:last-child {
  border-right: none;
}

.mrx-quickfacts__label {
  font-size: 13px;
  color: #999;
  margin-bottom: 6px;
}

.mrx-quickfacts__value {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

/* Tabs Navigation */
.mrx-tabsnav {
  background: #fafafa;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 50;
}

.mrx-tabsnav__wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.mrx-tabsnav__scroll {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 18px 10px;
  scrollbar-width: none;
  flex: 1;
}

.mrx-tabsnav__scroll::-webkit-scrollbar {
  display: none;
}

.mrx-tabsnav__link {
  white-space: nowrap;
  color: #555;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
}

.mrx-tabsnav__link.active {
  background: linear-gradient(
    90deg,
    #F6D98B 0%,
    #B8863B 50%,
    #6B4818 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  border-bottom-color: #000000;
}

.mrx-tabsnav__arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  z-index: 2;
}

/* Overview Section */
.mrx-overview__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.mrx-overview__facts {
  margin-bottom: 20px;
}

.mrx-overview__fact {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.mrx-overview__fact-label {
  font-size: 13px;
  color: #999;
  margin-bottom: 4px;
}

.mrx-overview__fact-value {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.mrx-overview__desc {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.mrx-overview__readmore {
   background: linear-gradient(
    90deg,
    #F6D98B 0%,
    #B8863B 50%,
    #6B4818 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  text-decoration: none;
}

.mrx-enquiry {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 22px;
  position: sticky;
  top: 90px; 
}

.mrx-enquiry__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
}

.mrx-enquiry__developer {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fdf6ec;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 18px;
}

.mrx-enquiry__developer-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
}

.mrx-enquiry__developer-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.mrx-enquiry__developer-tag {
  font-size: 12px;
  color: #999;
}

.mrx-enquiry__input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 4px;
  margin-bottom: 16px;
  font-size: 14px;
  outline: none;
}

.mrx-enquiry__input:focus {
  border-bottom-color: #000000;
}

.mrx-enquiry__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #444;
}

.mrx-enquiry__checkbox input {
  width: 16px;
  height: 16px;
}

.mrx-enquiry__btn {
  width: 100%;
  background: linear-gradient(
    90deg,
    #F6D98B 0%,
    #B8863B 50%,
    #6B4818 100%
  );
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 14px;
  font-weight: 600;
  font-size: 15px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.mrx-config__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.mrx-config__tab-btn {
  border: 1px solid #000000;
   background: linear-gradient(
    90deg,
    #F6D98B 0%,
    #B8863B 50%,
    #6B4818 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-radius: 6px;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}

.mrx-config__card {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}

.mrx-config__bhk-switch {
  display: flex;
  border-bottom: 1px solid #eee;
}

.mrx-config__bhk-btn {
  flex: 1;
  max-width: 160px;
  background: #f7f7f7;
  border: none;
  padding: 16px;
  font-weight: 600;
  font-size: 15px;
  color: #555;
  border-bottom: 2px solid transparent;
}

.mrx-config__bhk-btn.active {
  background: #fff;
  color: #1a1a1a;
  border-bottom-color: #000000;
}

.mrx-config__sqft-tabs {
  display: flex;
  gap: 24px;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}

.mrx-config__sqft-tab {
  background: none;
  border: none;
  font-weight: 700;
  font-size: 15px;
  color: #999;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
}

.mrx-config__sqft-tab.active {
  color: #1a1a1a;
  border-bottom-color: #000000;
}

.mrx-config__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mrx-config__details {
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  border-right: 1px solid #eee;
}

.mrx-config__detail-label {
  display: block;
  font-size: 13px;
  color: #999;
  margin-bottom: 6px;
}

.mrx-config__detail-label i {
  color: #000000;
  margin-right: 4px;
}

.mrx-config__detail-value {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.mrx-config__plan {
  padding: 24px;
  position: relative;
}

.mrx-config__plan-toggle {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #eee;
}

.mrx-config__plan-toggle-btn {
  border: none;
  background: #f2f2f2;
  color: #666;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
}

.mrx-config__plan-toggle-btn.active {
  background: #000000;
  color: #fff;
}

.mrx-config__plan-img-wrap {
  position: relative;
  max-width: 260px;
  margin: 30px auto 10px;
  overflow: hidden;
  border-radius: 8px;
}

.mrx-config__plan-img {
  width: 100%;
  display: block;
  filter: grayscale(100%);
  opacity: 0.6;
}

.mrx-config__plan-ribbon {
  position: absolute;
  top: 14px;
  left: -34px;
  background: #000000;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 40px;
  transform: rotate(-45deg);
  z-index: 2;
}

.mrx-config__plan-caption {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #999;
  text-transform: uppercase;
  margin: 0;
}
.mrx-amenities__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
}

.mrx-amenities__item {
  text-align: center;
}

.mrx-amenities__icon {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.mrx-amenities__label {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.4;
}

.mrx-amenities__grid {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.mrx-commute__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

.mrx-commute__points {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0px;
}

.mrx-commute__point {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mrx-commute__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  flex-shrink: 0;
}

.mrx-commute__dot--dest {
  width: 26px;
  height: 26px;
  background: none;
  color: #1a1a1a;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mrx-commute__point-label {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}

.mrx-commute__connector {
  width: 1px;
  height: 34px;
  border-left: 2px dotted #ccc;
  margin-left: 6px;
}

.mrx-commute__points {
  flex-direction: column;
  align-items: flex-start;
}

.mrx-commute__input {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  outline: none;
}

.mrx-commute__input:focus {
  border-color: #000000;
}

.mrx-commute__btn {
  width: 100%;
  height: 48px;
  border: 1px solid #1a1a1a;
  border-radius: 8px;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  color: #1a1a1a;
}

.mrx-commute__btn:hover {
  background: #1a1a1a;
  color: #fff;
}
.mrx-bankoffers__title,
.mrx-developer__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.mrx-bankoffers__cta-row {
  margin-bottom: 24px;
}

.mrx-bankoffers__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fdf1e7;
  border-radius: 8px;
  padding: 20px 24px;
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 16px;
}

.mrx-bankoffers__cta i {
  color: #000000;
  margin-left: 6px;
}

.mrx-bankoffers__cta-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.mrx-bankoffers__banks {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.mrx-bankoffers__bank-card {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.mrx-bankoffers__bank-name {
  font-size: 13px;
  color: #888;
  padding: 12px 14px 6px;
  margin-bottom: 0;
}

.mrx-bankoffers__bank-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 20px;
}

.mrx-bankoffers__bank-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 8px;
}

.mrx-bankoffers__bank-rate {
  background: #f5f5f5;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding: 12px;
}

.mrx-developer__card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.mrx-developer__logo {
  max-width: 110px;
  margin-bottom: 10px;
}

.mrx-developer__name {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.mrx-developer__link {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}

.mrx-developer__link i {
  color: #000000;
  margin-left: 4px;
}

.mrx-developer__stats {
  margin-bottom: 20px;
}

.mrx-developer__stat-label {
  display: block;
  font-size: 13px;
  color: #999;
  margin-bottom: 6px;
}

.mrx-developer__stat-value {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}

.mrx-developer__desc-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 8px;
}

.mrx-developer__desc-text--clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mrx-developer__readmore {
  background: none;
  border: none;
  padding: 0;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
}

.location-section{
    background:#f8f9fa;
}

.map-box{
    height:600px;
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.map-box iframe{
    width:100%;
    height:100%;
}

.location-card{
    background:#fff;
    border-radius:15px;
    padding:30px;
    height:600px;
    overflow-y:auto;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.location-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 0;
    border-bottom:1px solid #eee;
    font-size:16px;
}

.location-item:last-child{
    border-bottom:none;
}

.location-item strong{
   background: linear-gradient(
    90deg,
    #F6D98B 0%,
    #B8863B 50%,
    #6B4818 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  font-weight: 600;
  text-decoration: none;
}
.share-icons{
    background: linear-gradient(
    90deg,
    #F6D98B 0%,
    #B8863B 50%,
    #6B4818 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.property-section{
    background:#fff;
}

.property-section h2{
    font-size:42px;
    color:#222;
}

.property-list{
    list-style:none;
    margin:0;
    padding:0;
}

.property-list li{
    margin-bottom:14px;
}

.property-list a{
    color:#000000;
    text-decoration:none;
    font-size:14px;
    display:inline-block;
    transition:.3s;
}

.property-list a:hover{
    color:#0d6efd;
    padding-left:5px;
}

@media (max-width: 800px) {
    .property-section h2{
        font-size:28px;
    }

    .property-list li{
        margin-bottom:10px;
    }

    .property-list a{
        font-size:15px;
    }
    .map-box,
    .location-card{
        height:400px;
    }
    .mrx-config__body {
    grid-template-columns: 1fr;
  }
  .mrx-bankoffers__cta {
    padding: 16px;
    font-size: 14px;
  }
  .mrx-developer__card {
    margin-bottom: 10px;
  }
  .mrx-config__details {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
    .mrx-amenities__icon {
    font-size: 22px;
  }
  .mrx-amenities__label {
    font-size: 12px;
  }
  .mrx-commute__form .col-md-3 {
    margin-top: 8px;
  }
     .mrx-quickfacts__item {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .mrx-enquiry {
    position: static;
    margin-top: 30px;
  }
  .mrx-property-detail__title {
    font-size: 22px;
  }
  .mrx-property-detail__price {
    font-size: 20px;
  }
  .mrx-property-detail__main-img {
    min-height: 260px;
  }
  .mrx-property-detail__side-img-wrap {
    min-height: 130px;
  }
  .mrx-property-detail__actions {
    justify-content: flex-start;
  }
  .mrx-property-detail__gallery .col-lg-4 {
    margin-top: 8px;
  }
  .mrx-property-detail__side-img-wrap {
    height: auto;
    min-height: 180px;
  }
  .mrx-property-detail__main-img {
    min-height: 240px;
  }
  .mrx-page-banner {
    height: 220px;
  }
  .mrx-gallery-modal__body {
    padding: 30px 15px 10px;
  }
  .mrx-gallery-modal__nav {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  .mrx-gallery-modal__main img {
    max-height: 45vh;
  }
  .mrx-gallery-modal__thumb {
    width: 60px;
    height: 45px;
  }
}


@media (max-width: 575px) {
    .mrx-overview__title {
    font-size: 20px;
  }
  .mrx-tabsnav__scroll {
    gap: 20px;
  }
  .mrx-property-detail__title {
    font-size: 20px;
  }
  .mrx-property-detail__badges {
    flex-direction: column;
    align-items: flex-start;
  }
  .mrx-property-detail__contact-btn {
    width: 100%;
    height: 44px;
  }
  .mrx-property-detail__actions {
    width: 100%;
  }
  .mrx-page-banner {
    height: 180px;
  }
  .mrx-bankoffers__property-type {
    width: 100%;
  }

  .mrx-bankoffers__type-btn {
    flex: 1;
    padding: 10px 15px;
  }

  .mrx-bankoffers__cta {
    min-height: 75px;
    padding: 16px;
  }

  .mrx-bankoffers__cta span {
    font-size: 15px;
  }

  .mrx-bankoffers__commercial-question {
    padding: 18px;
  }
}


/* =========================================
   BANK OFFERS
========================================= */

.mrx-bankoffers {
  background: #fff;
}

.mrx-bankoffers__title {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
}


/* =========================================
   RESIDENTIAL / COMMERCIAL BUTTONS
========================================= */

.mrx-bankoffers__property-type {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.mrx-bankoffers__type-btn {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  padding: 11px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.mrx-bankoffers__type-btn:hover {
  border-color: #111;
}

.mrx-bankoffers__type-btn.active {
  background: #111;
  color: #fff;
  border-color: #111;
}


/* =========================================
   CONTENT
========================================= */

.mrx-bankoffers__content {
  display: none;
}

.mrx-bankoffers__content.active {
  display: block;
}


/* =========================================
   CTA
========================================= */

.mrx-bankoffers__cta {
  min-height: 90px;
  padding: 20px 25px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 8px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  text-decoration: none;
  color: #222;

  transition: all 0.25s ease;
}

.mrx-bankoffers__cta span {
  font-size: 17px;
  font-weight: 600;
}

.mrx-bankoffers__cta i {
  margin-left: 8px;
  transition: transform 0.25s ease;
}

.mrx-bankoffers__cta:hover {
  background: #111;
  color: #fff;
}

.mrx-bankoffers__cta:hover i {
  transform: translateX(5px);
}


/* =========================================
   COMMERCIAL QUESTION
========================================= */

.mrx-bankoffers__commercial-question {
  padding: 25px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fafafa;
}

.mrx-bankoffers__commercial-question h4 {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 600;
}

.mrx-bankoffers__yesno {
  display: flex;
  gap: 15px;
}

.mrx-bankoffers__radio {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 20px;

  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;

  font-size: 15px;
  font-weight: 600;
}

.mrx-bankoffers__radio input {
  accent-color: #111;
}


/* =========================================
   COMMERCIAL NORMAL STATE
========================================= */

.mrx-bankoffers__commercial-normal {
  display: block;
  margin-top: 20px;
}

.mrx-bankoffers__normal-box {
  padding: 20px;
  border-radius: 8px;
  background: #f7f7f7;
  border: 1px solid #eee;
}

.mrx-bankoffers__normal-box p {
  margin: 0;
}


/* =========================================
   COMMERCIAL LOANS
========================================= */

.mrx-bankoffers__loan-section {
  display: none;
  margin-top: 25px;
}

.mrx-bankoffers__loan-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}


/* =========================================
   BANK CARD
========================================= */

.mrx-bankoffers__bank-card {
  height: 100%;
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;

  text-align: center;

  transition: all 0.25s ease;
}

.mrx-bankoffers__bank-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}

.mrx-bankoffers__bank-name {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mrx-bankoffers__bank-logo-wrap {
  width: 70px;
  height: 50px;
  margin: 0 auto 12px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.mrx-bankoffers__bank-logo {
  max-width: 65px;
  max-height: 42px;
  object-fit: contain;
}

.mrx-bankoffers__bank-rate {
  font-size: 12px;
  font-weight: 600;
  color: #555;
}
