/*
 Theme Name:   Kadence Child
 Theme URI:    https://www.kadencewp.com/
 Description:  Child theme for the Kadence theme
 Author:       iCubes
 Author URI:   https://yourwebsite.com
 Template:     kadence
 Version:      1.0.0
*/

/* Add your custom CSS below */
@font-face {
    font-family: 'Alexandria_regular';
    src: url('assets/fonts/alexandria/static/Alexandria-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Alexandria_bold';
    src: url('assets/fonts/alexandria/static/Alexandria-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Alexandria_medium';
    src: url('assets/fonts/alexandria/static/Alexandria-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body p,
body ul li,
body ol li,
body span,
body div{
    font-family: 'Alexandria_regular', sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
    font-family: 'Alexandria_bold', sans-serif;
}
/* Banner design */
.section-home-banner{
    /* background: linear-gradient(to right, #070e1c, #074f49, #5eed15); */
    /* background: linear-gradient(to right, #070F1C, #009587, #70FF00); */
    background: url('https://roaminity.voyeglobal.com/wp-content/uploads/2025/05/banner.webp'),linear-gradient(to right, #070F1C 20%, #009587 50%, #70FF00 100%);
    color: #fff;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
.section-home-banner .banner_heading{
    color: #fff;
    font-size: 4rem;
    line-height: 4.2rem;
}
.section-home-banner .banner_subheading{
    font-size: 3rem;
    color: #fff;
    margin-bottom: 0;
}
#section-about-us p{
    margin-bottom: 1rem !important;
}
/* Contact Form CSS */
.form_div{
    max-width: 80%;
    margin: 0 auto;
}
.contact_form .contact_form_row{
    display: flex;
    margin-bottom: 1rem;
    gap: 1rem;
}
.contact_form .contact_form_row .contact_form_col{
    width: 100%;
}
.contact_form .contact_form_row p{
    margin-bottom: 5px;
}
.contact_form .contact_form_row input[type="text"],
.contact_form .contact_form_row input[type="email"],
.contact_form .contact_form_row input[type="url"]{
    height: 40px;
    border-radius: 8px;
}
.contact_form .contact_form_row select{
    width: 100%;
    height: 40px;
    border-radius: 8px;
}
.contact_form .contact_form_row textarea{
    max-height: 100px;
    border-radius: 8px;
}
.contact_form_other_type_div{
    display: none;
}
.contact_form .contact_form_submit .wpcf7-submit{
    background: #009587;
    padding: 16px; 
    border-radius: 12px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.contact_form .contact_form_submit .wpcf7-submit:hover{
    background: 
 color-mix(in srgb, #009587 78%, black) radial-gradient(circle, transparent 1%, #009587 1%) center / 15000%;
}
.section_heading{
    color: #009587;
    margin-bottom: 1rem !important;
    font-size: clamp(24px, 4vw, 40px);
}
.contact_form .wpcf7-not-valid-tip{
    font-size: 12px;
    font-weight: normal;
}
.button_custom a.kb-button{
    background: #009587;
    width: auto;
    padding: 16px; 
    border-radius: 12px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.button_custom a.kb-button:hover{
    background: 
 color-mix(in srgb, #009587 78%, black) radial-gradient(circle, transparent 1%, #009587 1%) center / 15000%;
}
.site-header .site-header-inner-wrap{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


@media only screen and (max-width:1023.5px){
    .section-home-banner .banner_heading{
        color: #fff;
        font-size: 2rem;
    }
    /* fotter design set */
    .site-footer .site-middle-footer-inner-wrap .wp-block-kadence-image img{
        max-width: 230px;
        margin: 0 auto;
    }
    .site-footer .footer-widget-area.content-align-right .footer-navigation .menu{
        justify-content: center;
    }
    .site-footer .site-middle-footer-inner-wrap{
        grid-row-gap: 20px;
        padding-bottom: 0;
    }
    .site-footer .footer-widget-area .footer-html-inner{
        text-align: center;
    }
    .site-footer .footer-widget-area.content-align-right .footer-navigation {
        justify-content: center;
    }
    .site-footer .footer-widget-area.content-align-right .footer-social-inner-wrap{
        justify-content: center;
    }
    .site-footer .site-bottom-footer-inner-wrap{
        padding-bottom: 30px;
        padding-top: 0;
    }
    .site-footer{
        background: var(--global-palette3);
    }
    /* Contact form */
    .contact_form .contact_form_row{
        display: block;
    }
    .wp-block-kadence-column.form_div {
        max-width: 80%;
        margin: 0 auto;
        display:block;
        width: 100%;
    }
    .contact_form .contact_form_row{
        margin-bottom: 0rem;
    }
    .contact_form .contact_form_row .contact_form_col{
        margin-bottom: 8px;
    }
    .contact_form .contact_form_row input[type="text"], .contact_form .contact_form_row input[type="email"], .contact_form .contact_form_row input[type="url"]{
        width: 100%;
    }
}

@media only screen and (min-width:1023.5px){
    .site-footer .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default, 
    .site-footer .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-footer{
        background: var(--global-palette3);
    }
    .section-features .wp-block-kadence-rowlayout .kt-has-3-columns.kt-row-layout-equal{
        grid-template-columns: repeat(3, minmax(0, 1fr));

    }
}
@media only screen and (min-width:1023.5px) and (max-width:1200px){
    .section-home-banner .kt-has-2-columns.kt-row-column-wrap{
        padding-top: 80px;
        padding-bottom: 80px;
    } 
}
@media only screen and (min-width:850.5px) and (max-width:1023.5px){
    .section-home-banner{
        background-position: 115% 100%;
    }
    .section-home-banner .kt-row-column-wrap.kt-has-2-columns{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (min-width:800.5px) and (max-width:850.5px){
    .section-home-banner{
        background-position: 115% 100%;
    }
    .section-home-banner .kt-row-column-wrap.kt-has-2-columns{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (min-width:766.5px) and (max-width:800.5px){
    .section-home-banner{
        background-position: 125% 100%;
    }
    .section-home-banner .kt-row-column-wrap.kt-has-2-columns{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (min-width:766.5px){
    .section-home-banner .banner-img-div{
        display: none;
    }
}
@media only screen and (max-width:766.5px){
    .section-home-banner{
        background: linear-gradient(to bottom, #070F1C 20%, #009587 70%, #70FF00 100%); 
    }
    .section-home-banner .banner-logo img{
        margin: 0 auto;
    }
    .section-home-banner .banner-text{
        margin: 0 auto;
    }
}
@media only screen and (max-width:667.5px){
    .wp-block-kadence-column.form_div {
        max-width: 100%;
        margin: 0 auto;
        display:block;
        width: 100%;
    }
}
