/**
 * Theme Name:     Bricks Child
 * Author:         Bricks
 * Template:       bricks
 * Text Domain:	   bricks-child
 * Description:    Visual website builder for WordPress.
 */

/*  -------------------------
Landlord page css  
  -------------------------*/
.trust {
	font-family: Inter, sans-serif;
	text-align: center;
	/*padding: 40px 20px;*/
    width: 590px;
}
/* PILLS */
.trust__pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	flex-direction: column;
	align-items: center;
}
.pill {
	background: #f1f3f6;
	padding: 6px 20px;
	border-radius: 999px;
	font-size: 18px;
	font-weight: 500;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
/* RATING */
.trust__rating {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #fff;
	padding: 8px 14px;
	border-radius: 999px;
	margin-top: 15px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.stars {
	color: #f5a623;
	font-size: 14px;
	letter-spacing: 2px;
}
	.stars.small {
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: end;
}
.rating-text {
	font-size: 13px;
}
.rating-text span {
	color: #1ca45c;
	font-weight: 600;
}
/* TRUST BAR */
.trust__bar {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	padding: 10px 18px;
	border-radius: 999px;
	margin-top: -20px;
	font-size: 15px;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.trust__logos span img {
	width: 100%;
	height: 40px;
	object-fit: cover;
}
.bottom_bar {
    margin-top: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    background: #fff;
    padding: 0px 20px 20px;
}
.trust__bar b {
	color: #ff7a00;
}
.logo.stripe img {
	filter: brightness(0) saturate(100%) invert(9%) sepia(24%) saturate(1800%) hue-rotate(180deg);
}
span.logo.visa {
	filter: brightness(0) saturate(100%) invert(6%) sepia(80%) saturate(1200%) hue-rotate(210deg);
}
.check_text.landlord_msg {
	display: flex;
	gap: 10px;
}
.check_text.landlord_msg i {
	margin-top: 10px;
	font-size: 20px !important;
}
.check_text .fa-solid::before {
	color: green;
}
/* LOGOS */
.trust__logos {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 18px;
	font-size: 14px;
}	
.logo.stripe {
	color: #635bff;
	font-weight: 600;
}
.logo.visa {
	color: #1a1f71;
	font-weight: 600;
}
.logo.mc {
	width: 20px;
	height: 20px;
	display: inline-block;
	background:
		radial-gradient(circle at 35% 50%, #eb001b 50%, transparent 51%),
		radial-gradient(circle at 65% 50%, #f79e1b 50%, transparent 51%);
}
.logo.amex {
	background: #2e77bc;
	color: #fff;
	padding: 3px 6px;
	border-radius: 4px;
	font-size: 11px;
}
.divider {
	width: 1px;
	height: 18px;
	background: #ccc;
}
.shield {
	font-size: 16px;
}
/* REVIEW */
.trust__review {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px;
	border-radius: 16px;
	max-width: 520px;
	margin: 20px auto 0;
	text-align: left;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.trust__review .small {
    margin-top: -20px;
}
.trust__review img {
    width: 65px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}
.trust__review p {
	margin: 0;
	font-size: 17px;
}
div#brxe-pjantj {
  position: relative;
}

div#brxe-pjantj::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 60px;   /* adjust size */
  height: 60px;
  background: url("https://storagetrail.com/wp-content/uploads/2025/09/025b2128cc0250d37d3c563c2cb95df2ca13eae5.jpg") no-repeat center;
  background-size: cover;
  border-radius: 50%; /* remove if not needed */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.pricing-list {
	margin: auto;
}
.unit-card {
	display: flex;
	align-items: center;
	gap: 15px;
	border-radius: 12px;
	margin-bottom: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.unit-info {
	height: 100%;
	width: 100%;
}
.unit-card img {
	width: 300px;
	height: 145px;
	object-fit: cover;
	border-radius: 10px;
}
.unit-info h3 {
	margin: 0;
	font-size: 25px;
	font-weight: 700;
}
.price {
	margin: 5px 0 0;
	font-size: 25px;
	color: #333;
}
.arrow {
	margin-right: 5px;
}
.amount {
	color: #1f7a1f;
	font-weight: 700;
	font-size: 30px;
	position: relative;
}

/* underline effect like image */
/*.amount::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background: #1f7a1f;
	border-radius: 3px;
}*/
p.price .fa-solid::before {
	color: #000;
}
.trust-badge {
	display: flex;
	background: #fff;
	padding: 12px 18px;
	border-radius: 40px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	flex-direction: column;
	align-items: center;
	width: 330px;
}
/* Stars */
.trust-stars {
	color: #f5a623;
	font-size: 20px;
	letter-spacing: 3px;
	margin-bottom: 6px;
}
/* Content row */
.trust-content {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
}
/* Trustpilot text */
.trust-text {
	color: #00b67a;
	font-weight: 600;
}
/* Rating badge */
.trust-score {
	background: #2e7d5b;
	color: #fff;
	padding: 4px 10px;
	border-radius: 6px;
	font-weight: 600;
}
/* Reviews text */
.trust-reviews {
	color: #2e7d5b;
	font-weight: 500;
}
.underline-orange {
	position: absolute;
	left: 40px;
	bottom: -10px;
	width: 57px;
	height: 10px;
	transform: rotate(-2deg);
}
.price {
	position: relative;
	display: inline-block;
}
.underline-orange path {
	stroke: #1f7a1f;
	stroke-width: 4px;
	fill: none;
	stroke-linecap: round;
}
div#brxe-yslniq {
	display: none;
}
.earning_sec {
    display: flex;
    align-items: center;
    gap: 10px;
}
span.earning_star {
    display: flex;
}
span.earning_star i {
    font-size: 15px;
}
	
@media(max-width:650px){
#brxe-knsugw {
    width: 100% !important;
}
section.trust {
    width: unset;
}
.check_text, .trust__bar {
    font-size: 12px;
}
.unit-info h3, .price {
    font-size: 20px;
}
.underline-orange {
    width: 45px;
}
.amount {
    font-size: 25px;
}
#brxe-mopvmj {
    font-size: 16px;
}
.trust__review {
    flex-direction: column;
}
.trust__review img {
    width: 65px;
    height: 65px;
}
}
	
@media(max-width:768px){	
#brxe-drzpxf, #brxe-ixnmii {
    padding-top: 50px;
}
#brxe-jlngsv {
    font-size: 32px !important;
    line-height: 40px;
}
div#brxe-ztebcv {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
div#brxe-opkmdm, div#brxe-tesvnm {
    width: 100%;
}
}
	
@media(max-width:1024px){
	#brxe-knsugw {
    width: 90%;
}
.unit-info h3, .price {
    font-size: 20px;
}
.amount {
    font-size: 22px;
}
.vacant_list h4 {
    font-size: 24px;
}
.unit-card img {
    width: 220px;
    height: 120px;
}
#brxe-jlngsv {
    font-size: 45px;
}
#brxe-efwmcc {
    font-size: 22px;
}
}
	


/*  -------------------------
custom-css  
  -------------------------*/

.faq-sectionn p {
    font-size: 18px !important;
}
	.faq-sectionn li.accordion-item.listening {
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 0px 15px;
		margin-bottom: 15px;
}
	.faq-sectionn li.accordion-item.listening.brx-open {
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 0px 15px;
}
	
	@media (max-width: 768px) {
		.blank-section {
    display: none;
}
	}


/*  -------------------------
css-24-dec
  -------------------------*/

.stm-pricing-wrapper .two_divs_data {
    padding-top: 0px !important;
}
	section#brxe-pjjxjv {
    top: 0px !important;
}
	#brxe-ba0bb3 a {
    color: #e87722 !important;
}
	div#brxe-xlozvd {
    justify-content: center;
    display: flex;
}
	.social-proof-wrapper {
    width: 1300px;
}
	.social-proof-wrapper {
    width: 100%;
}
	.stm-pricing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
span.hot-badge.high-demand {
    background: #0a1e32 !important;
}
.stm-pricing-card .stm-buy-btn {
  margin-top: auto;
}
.stm-pricing-wrapper {
    padding-bottom: 0px !important;
}
	button.stm-buy-btn {
    text-align: center;
}
/*  -------------------------
Popup css
  -------------------------*/


	/* Enable scrolling inside popup */
.sgpb-popup-builder-content-906 {
  max-height: 90vh;       /* keeps popup within viewport */
  overflow-y: auto;       /* enables vertical scroll */
}

/* Optional: smoother scrolling on mobile */
.sgpb-popup-builder-content-906 {
  -webkit-overflow-scrolling: touch;
}
.sgpb-popup-builder-content-906 {
  scrollbar-width: thin;          /* Firefox */
}

/* WebKit browsers */
.sgpb-popup-builder-content-906::-webkit-scrollbar {
  width: 16px;                     /* thickness */
}

.sgpb-popup-builder-content-906::-webkit-scrollbar-track {
  background: transparent;
}

.sgpb-popup-builder-content-906::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}

.sgpb-popup-builder-content-906::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.popuphtml_price_tag_2 {
    font-family: "Geist",sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 500;
}
	/* Center & lock popup inside viewport */
.popuphtml_grid {
    display: flex !important;
    flex-direction: column;
    width: 80%;
    margin: 0 auto !important;
    gap: 10px;
    margin-bottom: 0px !important;
}
.popuphtml_section{
    text-align:center
}
	.popuphtml_button{
				font-family: "Geist",sans-serif;
		color: #fff !important;
	}
.popuphtml_button br{
 display: none !important;
}
.sgpb-popup-dialog-main-div-theme-wrapper-3 {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90vw !important;
    max-width: 720px !important;
    max-height: 90vh !important;
}

/* Main popup box */
#sgpb-popup-dialog-main-div.sgpb-content {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 90vh !important;
    overflow: hidden !important;
	border-radius: 10px !important;
    background-color: #c4e7e8 !important; /* site teal */
}

/* Kill inner scroll wrappers */
#sgpb-popup-dialog-main-div > div,
#sgpb-popup-dialog-main-div .sgpb-main-html-content-wrapper {
    max-height: 100% !important;
    overflow: hidden !important;
}

	
	
	.popuphtml_section {
    padding: 16px 14px !important;
    margin: 0 !important;
    max-width: 100%;
    font-family: "Segoe UI", sans-serif;
}

/* Title */
.popuphtml_title {
	font-family: "Manrope",sans-serif;
    font-size: 32px;
    margin: 0 0 6px;
    color: #1e3a5f;
    font-weight: 800;
}

/* Price tag */
.popuphtml_price_tag {
		font-family: "Geist",sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    color: #ff8c42;
    font-weight: 700;
}

/* Image smaller */
.popuphtml_image {
    max-width: 160px;
    margin: 10px auto;
}

/* Grid tighter */
.popuphtml_grid {
    margin: 14px 0;
}

/* Cards */
.popuphtml_card {
    padding: 20px;
    background: #f7f9fc;
    border-left: 3px solid #ff8c42;
    border-radius: 8px;
}

.popuphtml_card_title {
    font-size: 16px;
	font-family: "Manrope",sans-serif;
    margin-bottom: 4px;
    color: #1e3a5f;
    font-weight: 800;
}

.popuphtml_card_text {
    font-size: 14px;
	font-family: "Geist",sans-serif;
    line-height: 1.35;
    color: #444;
	margin-bottom: 0px !important;
}

/* CTA */
.popuphtml_button {
    font-size: 16px;
    padding: 12px 26px;
    margin-top: 10px;
    background: #ff8c42;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(255,140,66,0.35);
}

.popuphtml_button:hover {
    background: #e6762f;
}

/* Footer */
.popuphtml_footer {
    font-size: 13px;
			font-family: "Geist",sans-serif;
    margin-top: 8px;
    color: #1e3a5f;
}
@media (max-width: 600px) {
    .sgpb-popup-dialog-main-div-theme-wrapper-3 {
        width: 94vw !important;
        max-height: 94vh !important;
    }

    .popuphtml_title {
        font-size: 20px;
    }

    .popuphtml_price_tag {
        font-size: 16px;
    }

    .popuphtml_image {
        max-width: 130px;
    }

    .popuphtml_grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .popuphtml_card {
        padding: 8px;
    }

    .popuphtml_card_title {
        font-size: 13px;
    }

    .popuphtml_card_text {
        font-size: 12px;
    }

    .popuphtml_button {
        width: 100%;
        padding: 12px 18px;
        font-size: 15px;
    }
}




/*  -------------------------
New css for introductry option css
  -------------------------*/


.pop_image {
  animation: pulsePop 1.2s infinite;
}

@keyframes pulsePop {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}
.parterner_box {
    text-align: center;
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background: linear-gradient(135deg, #fff9f5 0%, #ffe8d6 100%);
    border-radius: 15px;
    border: 2px solid #ff8c42;
    font-family: "Segoe UI", sans-serif;
}

.parterner_title {
    color: #1e3a5f;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
}

.parterner_subtitle {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
}

.parterner_image {
    max-width: 240px;
    width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
}

.parterner_benefits {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.parterner_benefit {
    text-align: center;
    min-width: 140px;
}

.parterner_check {
    font-size: 24px;
    margin-bottom: 5px;
    color: #2ecc71;
    font-weight: bold;
}

.parterner_text {
    color: #333;
    font-weight: 700;
    font-size: 15px;
}

.parterner_button {
    display: inline-block;
    background: #ff8c42;
    color: #fff;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgba(255, 140, 66, 0.3);
    transition: all 0.3s ease;
}

.parterner_button:hover {
    background: #e6762f;
    transform: translateY(-2px);
}

/* ✅ Responsive CSS */
@media (max-width: 768px) {
    .parterner_box {
        padding: 25px 20px;
        margin: 30px 15px;
    }

    .parterner_title {
        font-size: 24px;
    }

    .parterner_subtitle {
        font-size: 15px;
    }

    .parterner_button {
        font-size: 16px;
        padding: 14px 30px;
    }
}

@media (max-width: 480px) {
    .parterner_title {
        font-size: 22px;
    }

    .parterner_subtitle {
        font-size: 14px;
    }

    .parterner_benefits {
        flex-direction: column;
        gap: 15px;
    }

    .parterner_button {
        width: 100%;
        padding: 14px 20px;
        font-size: 16px;
    }
}


.thankyou_wrapper {
    max-width: 700px;
    margin: 0px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
}

.thankyou_icon {
    width: 80px;
    height: 80px;
    background: #4caf50;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankyou_icon_mark {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
}

.thankyou_title {
    color: #1e3a5f;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 800;
}

.thankyou_subtitle {
    color: #666;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.thankyou_message_box {
    background: #f7f9fc;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.thankyou_message_title {
    color: #1e3a5f;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.thankyou_message_text {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.thankyou_steps {
    text-align: left;
    max-width: 500px;
    margin: 40px auto;
}

.thankyou_steps_title {
    color: #1e3a5f;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.thankyou_steps_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thankyou_steps_list li {
    padding: 12px 0;
    border-bottom: 1px solid #e0e8f0;
    font-size: 15px;
    color: #333;
}

.thankyou_steps_list li:last-child {
    border-bottom: none;
}

.thankyou_support {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #e0e8f0;
}

.thankyou_support p {
    color: #666;
    font-size: 15px;
}

.thankyou_support_link {
    color: #ff8c42;
    text-decoration: none;
    font-weight: 600;
}

.thankyou_support_link:hover {
    text-decoration: underline;
}

.thankyou_button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: #1e3a5f;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    transition: background 0.3s ease, transform 0.2s ease;
}

.thankyou_button:hover {
    background: #162c48;
    transform: translateY(-2px);
}

/* ✅ Responsive */
@media (max-width: 768px) {
    .thankyou_title {
        font-size: 30px;
    }

    .thankyou_subtitle {
        font-size: 18px;
    }

    .thankyou_message_box {
        padding: 25px 20px;
    }
}

@media (max-width: 480px) {
    .thankyou_wrapper {
        margin: 50px 15px;
        padding: 30px 15px;
    }

    .thankyou_title {
        font-size: 26px;
    }

    .thankyou_subtitle {
        font-size: 16px;
    }

    .thankyou_steps {
        margin: 30px auto;
    }
}


