/*
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
}

#header-menu {
    position: fixed;
    top: 38px;
    left: 0;
    right: 0;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
/* #header-menu {
    position: fixed;
    left: 50%;
    max-width: 1280px;
    transform: translateX(-50%);
    z-index: 9;
	top:38px;
	box-shadow: 0px 4px 20px rgba(0,0,0,.15)
}  */


.sub-header-menu {
    position: fixed; /* or static */
    width: 100%;
	 z-index: 9;
}



.section-sub-title span
{
    position: relative;
    padding-left: 50PX;
}

.outline-heading
{
    -webkit-text-stroke: 2.7px #FDBE33;   
    font-family: "Poppins Sans";
    font-size: 75px;
    font-weight: 500;
    letter-spacing: 4px;
    display: block;
    color: transparent;
}


.h2-span
{
    font-family: "Playfair Display" !important;
    /* font-size: 38px; */
    font-style: normal;
    font-weight: 700;
}



.imagebox .elementor-widget {
    min-width: 100% !important;
}


.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 65s linear infinite;
    font-size: 48px;
    color: #FF0000;
}

.marquee ul {
    display: flex;
    white-space: nowrap;
    width: 100%;
    flex-wrap: nowrap !important;
}
@keyframes marquee {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.reviews .elementskit-stars {
    position: relative !important;
    left: 0;
    top: 0 !important;
}


span.author-initial {
    width: 56px;
    height: 56px;
    background: #fdbe3342;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    border-radius: 60px;
    border: 1px solid #fdbe33;
    font-weight: 700;
    color: #1c3f7b;
}

.review-container
{
	position:relative;
}
.review-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 100%;
    z-index: 98;
    opacity: 1;
    background: linear-gradient(90deg, #fff, #ffffff00) !important;
}
.review-container:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    z-index: 98;
    opacity: 1;
    background: linear-gradient(90deg,  #ffffff00 , #fff) !important;
}

.href-box {
    counter-reset: ref-counter;
}

.href-box .ref-box .elementor-icon
{
	position:relative
}

.href-box .ref-box .elementor-icon::after {
    counter-increment: ref-counter;
    content: "0"counter(ref-counter);
    position: absolute;
    right: -10px;
    top: -10px;
    width: 28px;
    height: 28px;
    font-size: 14px;
    background: #FDBE33;
    font-weight: 700;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}




@media(max-width:1366px)
{
    
    #header-menu {
        max-width: calc(100% - 30px)
    }
    
    .outline-heading
    {
        font-size: 65px;
    }

}
@media(max-width:1024px)
{
    .xs-d-none
    {
        display: none;
    }
     .outline-heading
    {
        font-size: 50px;
    }

/*     #header-menu {
        position: fixed;
        left: 0;
        max-width: 100%;
        transform: unset;
        z-index: 9;
    } */
}
@media(max-width:991px)
{
    #header-menu {   
	top:0px;
} 

    .outline-heading
    {
          font-size: 38px;
    }
}
@media(max-width:767px)
{
	
	.stat.elementor-widget-icon-box.elementor-mobile_extra-position-block-start .elementor-icon-box-wrapper {
    align-items: center !important;
    flex-direction: row;
    gap: 20px !important;
}
	.review-container:after, 
	.review-container:before
	{
		display:none
	}
	.ml-0{
		margin-left:-40px
	}
}

.section-sub-title span::before
{
    position: absolute;
    content: '';
    width: 40px;
    top: 8px;
    left:0;
    height: 4px;
    border-radius: 5px;
    background-color: var(--e-global-color-secondary);
}
.section-sub-title span::after
{
    position: absolute;
    content: '';
    width: 40px;
    top: 8px;
    border-radius: 5px;   
    height: 4px;
   margin-left: 10px;
    /* background-color: var(--e-global-color-secondary); */
}
.section-sub-title.blue  span::before
{
    background-color: var(--e-global-color-primary) !important;
}
.section-sub-title.blue  span::after
{
    background-color: var(--e-global-color-primary) !important;
}
.section-sub-title.blue.noafter  span::after
{
    display: none !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{
    color: var(--e-global-color-primary) !important;
}

.hero-badge span.elementor-icon-list-text
{
    line-height: normal;
}
.hero-badge span.elementor-icon-list-text span {
    background: #fff !important;
    padding: 3px 10px;
    border-radius: 30px;
    color: #783408;
    margin-right: 4px;
}


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

.centered-section
{
     width: calc(100% - 20px);
    margin: 0 auto;
}
.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;
}

.list-break
{
	word-break: break-all;
}


@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: 20px;
}

.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: #1A1A2E;
    /* opacity: .6; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
	    font-family: "Instrument Sans", Sans-serif;
}

.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::placeholder, 
.c-form-col select ::placeholder
{
    color: #6B7280;
}
  .c-form-col-flex {
    width: 100%;
    display: flex;
    flex-direction: column !important;
    gap: 20px;
}

.bottom-form  .c-form-col-flex {
    width: 100%;
    display: flex;
    flex-direction: row !important;
    gap: 20px;
}

.bottom-form .c-form-col input, 
.bottom-form .c-form-col select, 
.bottom-form .c-form-col textarea 
{
    width: 100%;
    font-size: 15px;
    height: 50px;
    padding: 12px 16px;
    border-radius: 0px;
    border: 1px solid #E2E8F0;
    background: #ffffff;
       font-family: "Instrument Sans", Sans-serif;
	
    background: #F1F5F9;
}


.c-form-col input, .c-form-col select, .c-form-col textarea {
    width: 100%;
    font-size: 15px;
    height: 50px;
    padding: 12px 16px;
    border-radius: 0px;
    border: 1px solid #E5E7EB;
    background: #ffffff;
        font-family: "Instrument Sans", Sans-serif;
	
}
.c-form-col textarea
{
    min-height: 110px;
    resize: vertical;
}

.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: "Instrument Sans", Sans-serif;
    background-color: var(--e-global-color-primary) !important;
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: capitalize;
    /* box-shadow: 4px 4px 0px 0px #000000; */
    cursor: pointer;
    width: 100%!important;
    color: #fff !important ;
	
}

.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: 1440px)
{
    .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;
}
