/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 11 2024 | 12:22:38 */
/* Top button sign in navigation formatting */

#menu-item-10998 a {
	background-color: #6c757d;
    border: 2px solid #6c757d;
    border-radius: 6.936px;
    color: white;
    display: block;
    font: 600 16.6464px Manrope;
    height: 42px;
    line-height: 28px;
    margin: 14px 5px 0;
    padding: 4px 22px 6px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 190.281px;
}


#menu-item-10998 a:hover {
    background-color: #828a91;
    border-color: #828a91;
    color: white;
}


/* GET STARED FORM PAGE */
#mc-email {
    width: 100% !important;
    flex: 1 !important;
	margin-right: 10px !important; /* Adds space between input and button */

}

#newsletter-1 .form-group.input-group {
    display: flex;
    align-items: center;
    gap: 10px; /* This creates space between flex items */
}

.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
}
.wpcf7-form .row {
    margin-bottom: 20px;
}
.wpcf7-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}
.wpcf7-form select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
}
.wpcf7-form .form-disclaimer {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}
.wpcf7-form .form-disclaimer a {
    color: #3C65F5;
    text-decoration: none;
}
.wpcf7-form .form-disclaimer a:hover {
    text-decoration: underline;
}
.wpcf7-form .btn {
    width: 100%;
    background-color: #3C65F5;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.wpcf7-form .btn:hover {
    background-color: #2a4cd2;
}
@media (max-width: 767px) {
    .wpcf7-form .col-md-6 {
        margin-bottom: 15px;
    }
}

/ Loading on forms /
.submit-button-wrapper {
    position: relative;
    display: inline-block;
}
.submit-loader {
    display: none;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.wpcf7-form input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
}
.wpcf7-spinner{
    display: none; !important
}
/ Add a new custom CF7 loader /
.new-spinner .wpcf7-spinner {
    width: 24px;
    height: 24px;
    border-radius: 50%;
	display: none;
    display: inline-block;
    border-top: 2px solid #262b2e;
    border-right: 2px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    background-color: inherit;
    margin-left: 10px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .newsletter-section .form-control {
        margin-bottom: 0px !important;
    }
}


/ Style the new loader element /
.new-spinner .wpcf7-spinner::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border-bottom: 2px solid #FF3D00;
    border-left: 2px solid transparent;
}
@keyframes rotation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/ Adjust button styles /
.new-spinner .wpcf7-submit {
    display: inline-block;
    vertical-align: middle;
}
/ Show spinner when form is submitting */
.new-spinner.submitting .wpcf7-spinner {
    display: inline-block !important; 
}



