/*
Theme Name: Bridge XS
Description: A Customized Bridge XS Theme
Author: StoneFalls
Author URI: https://bridge-xs.com/
Template: Avada
Version: 1.0.0
Text Domain: Avada
*/

/* .payment-button::after {
    content: '';
    display: inline-block;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    vertical-align: middle;
	background: url(assets/images/wallet.svg) no-repeat center center;
} */
.awb-menu {
	--awb-mobile-sticky-max-height: 464px !important;
}
.awb-menu__main-li:nth-last-child(2) {
    margin-inline-end: 0;
}
.before-title p,
.before-title-sm p{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
}

.before-title p:before,
.before-title-sm p:before {
    content: "";
    display: inline-block;
    width: 50px;
    background: var(--awb-text-color);
    height: 5px;
    margin-right: 10px;
    flex-shrink: 0;
}
.before-title-sm p:before {
    width: 30px;
	height: 2px;
    background: var(--awb-color4);
}

@media only screen and (max-width: 1024px) {
    .home-title h1 {
        font-size: 38px !important;
    }

    .home-lead {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .home-title h1 {
        font-size: 32px !important;
    }
}

/*.payment-pain:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    width: 88px;
    height: 100%;
    left: -64px;
    background-image: url(https://bridge-xs.com/newsite-2025/wp-content/uploads/2025/08/payment-part.png);
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}*/

.payment-part:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -65px;
    background-image: url(assets/images/paymet-part-full.png);
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.payment-part.right-img:before {
	right: -65px;
    left: 0;
    background-image: url(assets/images/paymet-part-right.png);
}
@media only screen and (max-width: 1080px) {
	.payment-part:before {
    	left: -125px;
		right: -50%;
	}
	.payment-part.right-img:before {
    	right: -125px;
		left: -50%;
	}
}

/* .payment-part-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
} */

.work-checklist li {
    border-radius: 200px;
    margin: 0 0 15px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.contact-box a {
	color: var(--awb-color-6);
	transition: all .2s;
}
.contact-box a:hover {
	border-bottom: 1px solid;
}

/* Circle lists */
.hw-lists .content-box-column {
	position: relative;
}
.hw-lists .content-box-column:before {
	content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 34px;
    bottom: -1em;
    width: 1px;
    border-left: 2px dashed #4997bc;
}
.hw-lists .content-box-column-last:before {
    display: none;
}
.hw-lists .content-box-column i {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.hw-lists .link-area-link-icon-active .heading .content-box-heading {
	color: var(--awb-color4) !important;
}
.hw-lists .link-area-link-icon-active .icon i,
.hw-lists.fusion-content-boxes .fusion-content-box-hover .link-area-link-icon-hover .heading .icon i.circle-yes{
    background-color: var(--awb-color4) !important;
    color: #ffffff !important;
}

/* Content box border */
.cb-border {
	justify-content: center !important;
}
.cb-border .col {
    min-height: auto !important;
    height: calc(100% - 30px) !important;
	padding: 30px !important;
	margin: 15px !important;
	border-bottom: 10px solid #4997c2;
}
.cb-border .col .content-container {
	margin: 0;
}
.cb-border .fusion-read-more {
	border: 2px solid;
    padding: 3px 30px;
    border-radius: 50px;
    margin: 15px 15px 15px 60px !important;
    display: inline-block;
}
.cb-border .fusion-read-more:after {
	display: none;
}

@media only screen and (max-width: 640px) {
	/* For centering and full width buttons */
	.btn-nrc .fusion-column-wrapper {
		flex-direction: column !important;
		text-align: center !important;
	}
	.btn-nrc .fusion-column-wrapper div,
	.btn-nrc .fusion-button,
	.fusion-button {
		text-align: center !important;
		width: 100% !important;
	} 
}