/*
Theme Name: Twenty Twenty-Four Child
Template: twentytwentyfour
Description:  Child theme for Twenty Twenty-Four  Created by Cyberace
Author:       Cyberace  CA
Author URI:   
Template:     tt24
Version: 1.0
*/   

.textarea-p, 
.textarea-p p
{
    margin:0 !important
}

.text-primary-gradient
{
    background: linear-gradient(90deg, #F97316 0%, #FBA163 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-primary-gradient{
    color: var(--e-global-color-primary) !important;
}

.hg-hero-section {
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 10px;
}

.hg-header {
   position: fixed;

    z-index: 999;
    width: calc(100% - 40px);
    inset-inline: 0;
    margin-top: 10px;
}

.elementskit-menu-overlay
{
    left:-130% !important
}
#home, #contact, #why-choose,  #testimonials, #offers   , #about, #services
{
    scroll-margin-top: 100px;
}


.elementskit-menu-hamburger-icon {
    height: 3px !important;
    width: 100%;
    display: block;
    
    margin-bottom: 4px;
    border-radius: 10px;
}
.elementskit-menu-hamburger-icon:last-child
{
   margin-bottom: 0px;
}

.service-image {
    position: relative;
    border-bottom: 1px solid #FFE8CC;
    height: 160px;
}

.service-image::before {
    content: '';
    background: linear-gradient(90deg, #ffffff, transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.service-col-icon .elementor-icon-box-description 
{
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.19);
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(26.350000381469727px);
    padding: 2px 10px;
    width: max-content;
}


.gadient-heading
{
    background: linear-gradient(90deg, rgba(249, 115, 22, 0.00) 6.04%, #FFD6BA 51.21%, rgba(249, 115, 22, 0.00) 96.37%) !important;
}

ul.elementskit-stars {
    position: absolute !important;
    right: 20px;
    top: 44px;
}



@media (max-width:767px) 
{
    .hg-header {
        width: calc(100% - 20px);
        margin-top: 10px;
    }
    .hg-hero-section {
        width: calc(100% - 0px);
        margin: 0 auto;
        margin-top: 0px;
        border-radius: 0 !important;
    }
        
}

/*** Contact FOrm CSS START* **/


.c-form-row {
    display: flex;   
    flex-wrap: wrap; 
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 20px;
}


.c-form-col-flex {
    width: 100%;
    display: flex;
    gap: 10px;
}

.c-form-col
{
    width: 100%;
}
.c-form-col p
{
    margin: 0;
    position: relative;
}
.c-form-col br
{
    display: none;
}
/* .c-form-row .c-form-col:nth-child(n+3) {
    grid-column: 1 / -1;
} */

.c-input-label {
    display: block;
    color: #1A1A1A;
    opacity: .6;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

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

.c-form-col:has(.wpcf7-validates-as-required) .c-input-label::after {
    content: " *";
}

.c-forms .wpcf7-form-control-wrap .wpcf7-required {
    display: none;
}


.c-form-col input, .c-form-col select, .c-form-col textarea {
    width: 100%;
    font-size: 15px;
    height: 50px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #E6E8EC;
    background: #ffffff;
    font-family: inherit;
}
.c-form-col textarea
{
    min-height: 110px;
}

.wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 15px;
    top: 14px;
}

.wpcf7-response-output {
    text-align: center;
    border: 0 !important;
    padding: 0 !important;
}

.c-submit {
    font-family: inherit;
    background-color: var(--e-global-color-secondary);
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: uppercase;
    /* box-shadow: 4px 4px 0px 0px #000000; */
    cursor: pointer;
}

.ol-1 {
    position: absolute;
    left: -100px;
    top: 0;
    width: 120px;
}

.ol-2 {
    position: absolute;
    right: -50px;
    bottom: 40px;
    width: 100px;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip:first-of-type {
    display: block;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}

@media (max-width: 991px) {
    .c-form-row {
        grid-template-columns: 1fr;
    }

    .c-form-col-flex {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 1200px)
{
    .hg-header-call span.elementor-icon-list-text {
        display: none;
    }

    .hg-header-call  span.elementor-icon-list-icon {
    width: 36px;
    height: 36px;
    background: #f0dcce;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
}

/*** Contact FOrm CSS END * **/






.page-id-743  #c-header ,
.page-id-743 .ekit-template-content-footer 

{
    display: none !important;
}
