/* .wpb_text_column.wpb_content_element.vc_custom_1742588440994.medium-p div.wpb_wrapper, .wpb_text_column.wpb_content_element.vc_custom_1742588482024.medium-p div.wpb_wrapper {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
} */

.wpb_row >.span_12 >.column_container:last-child {
    margin-bottom: 21px;
}

/* .shape-divider-padding .nectar-shape-divider-wrap  .nectar-shape-divider {
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 55% !important;
    position: absolute;
} */

/*faq fix*/
body div[data-style="minimal"] .toggle {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}
body div[data-style="minimal"] .toggle h3 a {
    font-size: 24px !important;
}

/*triangle fix*/
.triangle-overlay {
    margin: 0 auto;
}

.shape-divider-bottom .nectar-shape-divider-wrap .nectar-shape-divider {
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 90%;
    position: absolute;
}
.container-wrap {
    padding-bottom: 0px !important;
}

.my-custom-div svg {
    height: 500px;
}

.my-custom-div {
    min-width: 100vw;
    width: 100% !important;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.wpb_row >.span_12 >.column_container:last-child {
    margin-bottom: 0px;
}

.calendly-overlay div.calendly-popup {
	max-width: 100%;
	min-width: 100%;
	max-height: 100% !important;
	height: 100%;
	width: 100%;
}
.calendly-cta li h4 {
    margin-bottom: 0 !important;
}
.calendly-cta li a {
    color: #fff;
}
.calendly-cta li {
    width: max-content;
    background-color: #eb6714;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    padding: 8px 18px;
    border-radius: 10px;
    border: 1px solid #eb6714;
    list-style: none;
}
.calendly-cta {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: 0;
}
.calendly-cta.calendly-btn {
     margin-top: 0;
}
.calendly-cta.calendly-btn-center {
    justify-content: center;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}



/* START CALENDLY MODAL DESIGN CODE */
html:has(body.calendly-popup-open) {
	overflow: hidden;
}
.calendly-popups-container {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background-color: rgba(53, 52, 52, 0.5);
	backdrop-filter: blur(15px);
	overflow: hidden;
	padding: 50px;
    opacity: 0;
    visibility: hidden;
	transition: all 0.3s ease;
}
.calendly-popup-open .calendly-popups-container{
	opacity: 1;
	visibility: visible;
    z-index: 99999;
}
.calendly-popups-container .calendly-main-popup {
	position: absolute;
	inset: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: flex;
	max-height: calc(100vh - 32px);
	margin: auto;
	transform: translateY(100%);
	transition: all 0.5s cubic-bezier(.28,.55,0,.92);
	scrollbar-width: none;
    z-index: -1;
	opacity: 1;
	visibility: visible;
	padding-inline: 72px;
    
}
.calendly-popups-container .calendly-main-popup.active {
    opacity: 1;
    visibility: visible;
	transform: translateY(0);
}
.calendly-popups-container .calendly-inline-widget {
	width: 100%;
	height: 100% !important;
	border-radius: 8px;
	overflow: hidden;
}
.calendly-popups-container .close-calendly {
	position: fixed;
	top: 0;
	right: 16px;
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	outline: none;
	box-shadow: none;
	z-index: 1;
	cursor: pointer;
	background-color: #000000;
	color: #ffffff;
	font-size: 24px;
	padding-bottom: 4px;
	transition: all 0.3s ease;
    border-radius: 10px !important;

}
.calendly-popups-container .close-calendly:hover {
	background-color: #222;
	border-color: #222;
}

div.calendly-spinner > div {
	background-color: #fff;
}
/* END CALENDLY MODAL DESIGN CODE */






/* START RESPONSIVE CODE */
@media screen AND (max-width: 767px) {
    .calendly-popups-container {
        padding: 16px;
    }
    .calendly-popups-container .close-calendly {
        width: 32px;
        height: 32px;
        padding-bottom: 3px;
        border-radius: 8px !important;
    }
    .calendly-popups-container .calendly-main-popup {
        padding-inline: 16px;
        padding-top: 48px;
    }
}
/* END RESPONSIVE CODE */