/**
 * CTA With Dark BG
 *
 * Generated by Dreamz Page Builder on 2026-07-30.
 */

.cta-with-dark-bg {
    background: #123F42;
    padding: 50px 0;
	text-align: center;
}
section.cta-with-dark-bg h2 {
    color: #FFF;
    text-align: center;
    font-family: "Fraunces", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
}
 section.cta-with-dark-bg  p{
	color: #FFF;
	text-align: center;
	font-family: "Inter", sans-serif !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	padding-top: 10px;
	max-width: 667px;
	margin: 0 auto;
 }
 .bottom_button a {
    display: inline-block;
    background: #FFF;
    border: 1px solid #F0F0F0;
    border-radius: 15px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
    padding: 14px 28px;
}
.cta-with-dark-bg .bottom_button p {
    color: #738080;
    text-align: center;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-top: 0;
   
}
.cta-with-dark-bg .bottom_button  {
    background: #FFFFFF;
    padding: 13px 50px;
    border-radius: 15px;
    display: inline-block;
}
.cta-with-dark-bg .bottom_button p strong {
    color: #E4738A;
    font-weight: 600;
}
.bottom_button p:empty {
    display: none;
}
.button_wrapper_cta .second_button {
	border-radius: 100px;
border: 1px solid #FFF;
color: #FFF;
text-align: center;
	font-family: "Inter", sans-serif !important;
background-color: transparent;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding: 10px 20px;
}
.button_wrapper_cta {
   display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
	margin-top: 30px;
}
 section.cta-with-dark-bg {
    position: relative;
	 overflow: hidden;
    z-index: 1;
} 
section.cta-with-dark-bg::before {
     content: "";
    position: absolute;
    top: -50%;
    right: 0;
    width: 100%;   /* Adjust according to your image */
    height: 100%;
    background: url("../images/Border.png") no-repeat top right;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}
.button_wrapper_cta.dark_bg_button a.second_button:hover {
    color: #123F42;
    background: #ffffff;
    border: 1px solid #ffffff;
}
.button_wrapper_cta.dark_bg_button a.second_button {
    border: 1px solid #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_wrapper_cta.dark_bg_button a.btn_primary::after , 
.button_wrapper_cta.dark_bg_button a.btn_primary::before, 
.button_wrapper_cta.dark_bg_button a.second_button::after  , 
.button_wrapper_cta.dark_bg_button a.second_button::before {
    display: none !important;
}

@media(max-width:1199px){

	section.cta-with-dark-bg h2 {
		font-size: 32px;
        line-height: 42px;
        max-width: 100%;
	}
}

@media(max-width:991px){

	section.cta-with-dark-bg h2 {
		font-size: 28px;
        line-height: 38px;
        max-width: 100%;
	}
}

@media(max-width:767px){
	.cta-with-dark-bg {
		padding: 30px 0;
	}
	
	section.cta-with-dark-bg h2 {
		font-size: 24px;
        line-height: 34px;
        max-width: 100%;
	}
	 section.cta-with-dark-bg  p{ 
		max-width: 100%;
	 }

}

@media(max-width:535px){
	 .button_wrapper_cta {
	flex-direction: column;
}
}

