/*
Theme Name:   Twenty Twenty-Four Child
Theme URI:    https://cyberace.live/
Description:  Child theme of Twenty Twenty-Four.
Author:       CyberAce
Author URI:   https://cyberace.live/
Template:     twentytwentyfour
Version:      1.0.0
Text Domain:  twentytwentyfour-child
*/

.text-primary{
	color:#C78550;
}
.header_start {
    position: fixed;
    top: 0px;
    width: 100%;
    background: transparent;
    transition: all 0.4s ease;
    z-index: 10;
}

.header_start.scrolled {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999;
    animation: slideDown 0.4s ease forwards;
    background-color: rgb(255 255 255 / 70%) !important;
    backdrop-filter: blur(12px);
}

.spe-fx .spe-w:first-child{
	display:none !important;
}

.contact-btn .elementor-button-content-wrapper{
	align-items: center;
}
.contact-btn .elementor-button-content-wrapper .elementor-button-icon svg{
    height: 30px;
    width: 30px;
}
.textarea-p p{
	margin:0;
}

.banner-contact-form{
border-radius: 24px;
border: 1px solid rgba(255, 255, 255, 0.20);
background: linear-gradient(180deg, rgba(249, 243, 237, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%);
backdrop-filter: blur(15px);
}

/* Contact-form-7-css */
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');

.cf7-custom-form{
    font-family:'Libre Baskerville', serif;
}

.cf7-custom-form *{
    box-sizing:border-box;
}

.cf7-custom-form label{
    display:block;
    color:#fff;
    font-size:12px;
    font-weight:600;
    margin-bottom:12px;
}

.cf7-custom-form p{
	margin:0;
}

.cf7-row{
    display:flex;
    gap:24px;
}

.cf7-col{
    flex:1;
}

.cf7-full,
.cf7-col{
    margin-bottom:20px;
}

.cf7-custom-form .wpcf7-form-control-wrap{
    display:block;
}

.cf7-custom-form input,
.cf7-custom-form select{
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 15px;
    background: #fff;
    padding: 0 20px;
    font-size: 12px;
    font-family: 'Libre Baskerville', serif;
    color: #5B5E63;
    outline: none;
}

.wpcf7-spinner {
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 17px;
}

.cf7-custom-form br{
	display:none;
}

.cf7-custom-form input::placeholder{
    color:#666;
    opacity:1;
    font-family:'Libre Baskerville', serif;
}

.cf7-custom-form select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 24px center;
    cursor:pointer;
}

.cf7-submit{
    margin-top:20px;
}

.cf7-submit input {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 50px;
    background: #C9874C;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
    cursor: pointer;
    transition: .3s;
}

.cf7-submit input:hover{
    background:#b9773f;
}

/* Validation */

.cf7-custom-form .wpcf7-not-valid-tip{
    margin-top:8px;
    font-size:14px;
}

.wpcf7-not-valid-tip {
    color: #ffbaba;
    font-size: 14px;
}

.cf7-custom-form .wpcf7-response-output{
    margin-top:20px;
    color:#fff;
}

/* Responsive */

@media (max-width:767px){

    .cf7-row{
        flex-direction:column;
        gap:0;
    }

    .cf7-custom-form input,
    .cf7-custom-form select{
        height:65px;
        font-size:16px;
    }

    .cf7-submit input{
        height:70px;
        font-size:20px;
    }

    .cf7-custom-form label{
        font-size:16px;
    }

}

.section-divider{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
	position:relative;
}

.section-divider::before, .section-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgb(53 54 34 / 20%);
    width: 400px;
}

@media (max-width:767px){

    .section-divider{
        gap: 10px;
    }

    .section-divider::before,
    .section-divider::after{
        max-width: 60px;
    }

}

.process-card{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 36.99%, rgba(247, 242, 235, 0.5) 94.09%);
}
.process-card:hover{
	background-color:white;
}
.testimonial-slider .ekit-wid-con .elementskit-single-testimonial-slider{
	box-shadow:none;
}