    /* reusables */

    .no-margin-top{
        margin-top:0 !important;
    }

    .no-margin-bottom{
        margin-bottom:0 !important;
    }

    .yellow-paint-highlight{
        background:url("/assets/images/yellow-paint-v2.png");
        background-size: 90% 100%;
        background-repeat: no-repeat;
        font-size:1.1em;
    }

    /* -- */
	.ontraport-form{
        position:absolute;
        visibility:hidden;
        bottom: 0;
    }

    .primal-popup {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
	font-family: opensans, sans-serif;
    }

    .primal-popup.active {
    display: flex;
    }

    .popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    }

    .popup-content {
    position: relative;
    background: white;
    border-radius: 20px;
    width: 90%;
    overflow: hidden;
    animation: popupFadeIn 0.3s ease;
    z-index: 10000;
    max-width: 1140px;
    }

    
    .popup-content .container-fluid{
        padding: 40px 0;
    }
    


    .flex-row {
        display: flex;
        flex-wrap: wrap; /* allows wrapping on smaller screens */
        align-items: center;
    }

    .flex-row > * {
        flex: 1 1 50%;   /* each child gets 50% width */
        max-width: 50%;
        box-sizing: border-box;
    }

    @keyframes popupFadeIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
    }

    .close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    line-height: 1;
    }

    .order-btn-custom {
        display: block;
        background: #EBBF11;
        padding: 20px 55px;
        color: #000;
        text-transform: uppercase;
        border-radius: 40px;
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 800;
        transition: 0.2s box-shadow linear;
        width: fit-content;
        text-align: center;
        text-decoration:none;
        font-family: montserrat, sans-serif;
        text-decoration: none;
        outline: 0;
        border: 0;
        margin-top: 20px;
        cursor:pointer;
    }

    .order-btn-custom:hover {
        box-shadow: 0 0 20px #EBBF11CC;
        color: #000;
    }

    .order-btn-custom-img{
        padding:0;
        background:unset;
        -webkit-animation: customPulsePopup 2s infinite ease-in-out;
        animation: customPulsePopup 2s infinite ease-in-out;
        margin-bottom: 0 !important;
        margin-left:30px;
    }

    .pop-up-post-text-body{
        margin-left:40px !important;
    }

    .order-btn-custom-text {
        position: absolute;   
        top: 40%;             
        left: 50%;   
        font-size: 24px;         
        transform: translate(-50%, -50%); 
        white-space: nowrap;
        color: black;
        font-weight: bold;
        pointer-events: none;
        }

    .order-btn-custom-img img{
        height:90px;
    }

    .order-btn-custom-img:hover {
        box-shadow: unset;
        color: unset;
    }

    .popup-text-body{
        text-align:left;
        margin: auto;
        padding: 5px 15px 5px 5px;
        max-width:500px;
    }

    .popup-text-body > *{
        margin:20px 0;
        color:#272727;
    }

    .popup-text-body > #email-spinner{
        margin-left:auto;
        margin-right:auto;
    }

    .popup-text-body h2{
        font-size:32px;
        color: #272727; 
        line-height: 1.3;
    }

    .popup-text-body h3{
        font-size: 21px;
        color: #272727; 
        line-height: 1.2;
        
    }

        

    .popup-text-body .email-label{
        font-size: 14px;
        color:#272727;
        margin-bottom:10px;
    }

    .popup-image-holder {
        flex-shrink: 1;
        flex-grow: 0;
        flex-basis: auto;
    }


    .strikethrough{
        text-decoration: line-through;
    }
	
	#email{
        width: 100%;
        outline: none;
        padding: 5px;
        margin: 0 0 0;
    }

    .email-holder{
        background:white;
        max-width:300px;
        width:100%;
        box-sizing: content-box;
        padding:10px;
        display: flex;
        border:2px solid #e2b813;
    }

    .email-icon{
        display: flex;
        width:25px;
    }

    .email-icon svg{
        width:100%;
    }

    .email-holder #email{
        border:none;
    }

    .email-label{
        text-align: left;
        margin: 10px 0 0;
    }

    .email-arrow-holder{
        display:flex;
        align-items: end;   
        gap:10px;
    }

    .email-arrow{
        max-width:30px;
        padding-bottom: 15px;
    }

    .email-arrow img{
        width:100%;
    }

    .spinner {
		margin: 100px auto;
		width: 40px;
		height: 40px;
		position: relative;
		text-align: center;
		-webkit-animation: sk-rotate 2s infinite linear;
		animation: sk-rotate 2s infinite linear;
	}

	.spinner2 {
		margin: 20px auto;
	}

	.spinner .dot1, .spinner .dot2 {
		background-color: #0063d2;
		width: 60%;
		height: 60%;
		display: inline-block;
		position: absolute;
		top: 0;
		border-radius: 100%;
		-webkit-animation: sk-bounce 2s infinite ease-in-out;
		animation: sk-bounce 2s infinite ease-in-out;
	}

	.spinner .dot2 {
		top: auto;
		bottom: 0;
		-webkit-animation-delay: -1s;
		animation-delay: -1s;
	}
	
	#email-spinner{
		display:none;
	}

    #ontra-form-2{
        display:none;
    }

    @media(max-width:680px){
        .popup-text-body {
            margin: 20px auto;
        }

        .popup-text-body h2 {
            font-size: 24px;
        }

        .popup-text-body h3 {
            font-size: 18px;
        }

        .popup-text-body p {
            font-size: 14px;
        }

        .popup-text-body .email-label{
            font-size: 12px;
        }

        .popup-text-body .order-btn-custom {
            font-size: 14px;
        }

        .order-btn-custom-text {
            font-size: 16px;         
            }

        .order-btn-custom-img img{
            height:60px;
        }

    }
    
    @media(max-width:600px){

        .popup-text-body .email-label{
            text-align: center;
        }
	
		.popup-text-body .order-btn-custom {
            margin: 10px auto;
        }
	
		.popup-text-body {
			margin: auto;
			text-align: center;
		}

        .order-btn-custom {
            margin-top:15px;
        }

        .popup-text-body > *{
            margin:15px 0;
        }
		
		.mobile-top-margin{
			margin-top: 0 !important;
		}
		
		.popup-text-body h2 {
            font-size: 18px;
        }
		
		.flex-row{
			flex-direction: column;
		}
	
        .popup-content .container-fluid{
            padding: 10px 0;
        }

        .order-btn-custom-text {
            top:35%;
            font-size: 14px;         
        }

        .order-btn-custom-img img{
            
            height:50px;
        }

        .email-holder{
            padding: 5px 10px;
        }

        .email-arrow-holder{
            justify-content: center;
        }

        .email-arrow{
            width:20px;
        }

        .pop-up-post-text-body{
            margin-left:0px !important;
        }

    }

    @media(max-width:550px){

        .popup-text-body h3 {
            font-size: 14px;
        }

    }
	
	
	
	@keyframes sk-rotate {
		100% {
			transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
		}
	}

	@keyframes sk-bounce {
		0%,
		100% {
			transform: scale(0);
			-webkit-transform: scale(0);
		}
		50% {
			transform: scale(1);
			-webkit-transform: scale(1);
		}
	}

    @keyframes customPulsePopup {
        0% {
            filter: drop-shadow(0 0 0px rgba(235, 191, 17, 0));
        }
        50% {
            filter: drop-shadow(0 0 10px rgba(235, 191, 17, 0.9));
        }
        100% {
            filter: drop-shadow(0 0 0px rgba(235, 191, 17, 0));
        }
    }

    @-webkit-keyframes customPulsePopup {
        0% {
            filter: drop-shadow(0 0 0px rgba(235, 191, 17, 0));
        }
        50% {
            filter: drop-shadow(0 0 10px rgba(235, 191, 17, 0.9));
        }
        100% {
            filter: drop-shadow(0 0 0px rgba(235, 191, 17, 0));
        }
    }

