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

:root
{
    --font-dm: "DM Sans", sans-serif;
    --font-cg: "Cormorant Garamond", Sans-serif;  
   
}

.justify-end
{
	justify-content:end !important
}

.scoll-section
{
	scroll-margin-top:80px
}

div#header-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
}


.ekit-accordion--toggler {
    transition: 0.3s;
}

.ekit-accordion--toggler svg {
    transition: transform 0.3s ease;
}

.ekit-accordion--toggler[aria-expanded="true"] svg {
    transform: rotate(45deg);
}

/* Active icon colors */
.ekit-accordion--toggler[aria-expanded="true"] svg rect {
    fill: #1C1B19;
}

.ekit-accordion--toggler[aria-expanded="true"] svg path {
    fill: #ffffff;
}


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

.no-margin{ margin:0 !important}
.no-b-margin{ margin-bottom:0 !important}
.t-margin-2{ margin-top:20px !important}

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

#menu-item-26 {
    background: #2C2D30;
    display: block;
    padding: 10px 20px;
}
#menu-item-26 a {
    color: #fff;
    padding: 0;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

.elementskit-menu-hamburger {
        height: 45px !important;
       
}
.elementskit-menu-hamburger-icon {
    height: 3px !important;;
}

div#move-top-icon {
    position: absolute;
    right: 40px;
    top: 70px;
    cursor: pointer;
}

/*****/


.heading-h1 span {
    color: var( --e-global-color-secondary );
    font-style: italic;
}



.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%)
    }
}


.oofer-icon {
    position: relative;
}

.oofer-icon:after {
    content: '';
    position: absolute;
    right: -87px;
    top: 50%;
    width: 90px;
    height: 1px;
    background: #ccc;
    transform: translateY(-50%);
}

.oofer-icon:before {
    content: '';
    position: absolute;
    right: -87px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}

.pers-offerlist  .oofer-icon:last-child:before,
.pers-offerlist  .oofer-icon:last-child::after
{
    display: none;
}

.text-line {
    background: #B59057;
    width: 30px;
    height: 1px;
    display: inline-block;
}
.flex-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.grid-list  ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
ul.list-bullet {
    margin: 10px 0 0 0;
    padding-left: 0px;
    line-height: 30px;
    font-size: 16px;
    color: var( --e-global-color-text );
    list-style: none;
}

ul.list-bullet li {
    position: relative;
    padding-left: 16px;
}
ul.list-bullet li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #6A6B54;
    left: 0;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#slider-next,
#slider-prev
{
    cursor: pointer;
}


/********** POPUP CSS**********/
.custom-start-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.popup-screen {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: absolute;
}


.custom-start-popup.is-open {
    display: flex;
}

.custom-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(10px);
}


.custom-popup-box {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 700px;
    max-height: 90vh;
    min-height: 775px;
    overflow-y: auto;
    background: #FDFBF8;
    padding: 0;
    border-radius: 0px;
}

.bg-olive
{
    background: #F4F6F0 !important;
}
.bg-olive .popup-heading h2,
.bg-olive  .cf7-progress-text p
{
    color: #525B44 !important;
}
.bg-olive .cf7-progress-bar span
{
     background: #525B44 !important;
}
.popup-heading {
    border-bottom: 1px solid #E5E0D8;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup-heading h2 {
    margin: 0;
    font-size: 18px;
    font-family:var(--font-dm);;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--e-global-color-secondary);;
    text-align: left;
    letter-spacing: 2px;
    
}
.custom-popup-close {
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none !important;
}

.popup-body
{
    padding: 20px;
    height: calc(100% - 65px);
}

.popup-body h3 {
    margin: 0;
    font-size: 24px;
    font-family: var(--font-cg);
    font-weight:700;
    color: var( --e-global-color-primary );
    text-align: left;
    margin-bottom: 20px;
   
}

.popup-options {
    display: grid;
    grid-template-columns:
        repeat(1, 1fr);
    gap: 20px;
}

.popup-option-btn {
    padding: 15px 20px;
    border: 2px solid #E5E0D8;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
    font-size: 16px;
    display: flex;
    align-items: start;
    gap: 12px;
	font-family:var(--font-dm);
	font-weight: 500;
}
.popup-option-btn:hover ,
.popup-option-btn.selected 

{
    background: #FDFAF5;
    border: 2px solid #B59057;
}

.radio-icon {
    width: 24px;
    height: 24px;
    border: 2px solid var(--e-global-color-secondary);
    border-radius: 100px;
    flex-shrink: 0;
    position: relative;
     transition: 0.3s;
}
.radio-icon:after {
    width: 14px;
    height: 14px;  
    background-color: var(--e-global-color-secondary);
    border-radius: 100px;
    content:'';
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0;
     transition: 0.3s;
}

.popup-option-btn:hover .radio-icon:after ,
.popup-option-btn.selected  .radio-icon:after
{
   opacity: 1;
}

.note-text {
    background: #FDFAF5;
    padding: 15px;
    border-left: 3px solid  var(--e-global-color-secondary);
    margin-top: 21px;
    font-size: 14px;
    color: #77736D;
	font-family:var(--font-dm);
}
.note-text p
{
    margin: 0;
}

.popup-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #E5E0D8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup--btn
{
    background-color: var(--e-global-color-primary);
    font-family: var(--font-dm);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 14px 20px 14px 20px;
    border: 0;
	cursor:pointer;
}

.popup-content {
    height: 100%;
}


#popup-form-screen {
    display: none;
}

.popup-cf7-form {
    display: none;
}
.popup-cf7-form,
.popup-cf7-form .wpcf7,
.popup-cf7-form .wpcf7-form, 
.form-1
{
    height: 100%
}
.cf7-prev,
.popup-back-btn {
    /* margin-bottom: 25px; */
    padding: 8px 15px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
    font-family: var(--font-dm);
    gap: 5px;
    font-weight: 600;
}



/* ********* */
.form-1 .cf7-step {
    display: none;
}
.form-1 .cf7-step.active {
    display: flex;
	    height: calc(100% - 60px);
}

.cf7-step {
    flex-direction: column;
    justify-content: space-between;
	/* height: 100%; */
	height: calc(100% - 120px);
    padding-bottom:0;
}
.cf7-step-buttons p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px;
    border-top: 1px solid #E5E0D8;
}
.cf7-step-buttons p
{
    margin: 0;
}
.cf7-next,
.wpcf7-submit,
.cf7-submit-custom
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    padding: 13px 25px;
    border: 1px solid  var(--e-global-color-primary);
    border-radius: 0;
    background: var(--e-global-color-primary);;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
/* .cf7-prev {
    background: transparent;
    color: #000;
} */
.cf7-next:hover {
    background: #333;
    color: #fff;
}
/* .cf7-prev:hover {
    background: #000;
    color: #fff;
} */
.cf7-step5 .wpcf7-submit {
    min-width: 130px;
    padding: 13px 25px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.cf7-progress-bar {
    background: #E5E0D8;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.cf7-progress-bar span {
    height: 100%;
    z-index: 1;
    background: var(--e-global-color-secondary);
    position: absolute;
    top: 0;
}
.cf7-progress-text p {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: start;
    font-size: 14px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
    font-family: var(--font-dm);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.current-step
{
    padding: 0 6px;
}

.cf7-progress {
    padding: 20px;
    padding-bottom: 10px;
}
.step-body {
/*     height: 565px; */
	height: calc(100% - 90px);
    overflow-y: auto;
	padding: 20px;
}	

.step-body::-webkit-scrollbar {
    display: none;
}

.step-body p {
    font-size: 14px;
    color: var(--e-global-color-text);
}

.gap-row {
    margin-top: 20px !important;
}
.form-inputs.fi-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px 15px;
}

.form-inputs.fi-grid-col
{
     display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 15px 15px;
}
.form-inputs.fi-grid .form-input:nth-child(3) {
    grid-column: 1 / -1;
}
.form-input p {
    margin: 0;
}

.fi-label {
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--font-dm);
    color: var(--e-global-color-text);
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
    letter-spacing: 1px;
}

.fi-input {
    padding: 10px 20px;
    border: 1px solid #E5E0D8;
    height: 46px;
    background: #fff;
    width: 100%;
    font-family: var(--font-dm);
    color: var(--e-global-color-primary);
    font-size: 16px;
    font-weight: 600;
}
.fi-input::placeholder
{
    font-weight: 400;
    font-size: 14px;
}
textarea.fi-input {
    min-height: 100px;
    resize: vertical;
}


.wpcf7-not-valid-tip {
    font-size: 13px;
    font-weight: 500;
}




.wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 12px;
}



.col-grid-check.wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 12px;
}


.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}
input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border-color: #D4CFC8;
    accent-color: var(--e-global-color-secondary);
    position: relative;
    flex-shrink: 0;
}


span.wpcf7-list-item label {
    display: flex;
    gap: 6px;
    align-items: start;
       color: var(--e-global-color-primary);
    font-weight: 500;
}


.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.wpcf7-radio .wpcf7-list-item label {
    margin: 0;
    background: #fff;
    padding: 12px 15px;
    border: 1px solid #E5E0D8;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}


.bg-olive .wpcf7-radio .wpcf7-list-item label {
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgb(82 91 68 / 30%);
}



.wpcf7-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: transparent !important;
    margin: 0px;
    padding: 0px;
    position: relative;
    cursor: pointer;
    outline: 2px solid #D4CFC8; ;
}

.bg-olive .wpcf7-radio input[type="radio"]  {    
    outline: 2px solid rgb(82 91 68 / 100%);
}

.wpcf7-radio input[type="radio"]:checked {
    border-color: #fff;
    background: var(--e-global-color-secondary) !important;
    outline: 2px solid var(--e-global-color-secondary) ;
}
.bg-olive .wpcf7-radio input[type="radio"]:checked  {    
    outline: 2px solid rgb(82 91 68 / 100%);
     border-color: #fff;
    background: rgb(82 91 68 / 100%) !important;
}


.wpcf7-radio .wpcf7-list-item label:has(input[type="radio"]:checked) {
    border-color:  var(--e-global-color-secondary) ;
    background: #FCF9F3;
}

.bg-olive .wpcf7-radio .wpcf7-list-item label:has(input[type="radio"]:checked)   {    
  
    border-color:  rgb(82 91 68 / 100%);
    background: rgb(82 91 68 / 10%);
}





.bg-grays
{
    background: #F6F4F0 !important;
}
.bg-grays .popup-heading h2,
.bg-grays  .cf7-progress-text p
{
    color: #9E947F !important;
}
.bg-grays .cf7-progress-bar span
{
     background: #525B44 !important;
}
.bg-grays .wpcf7-radio .wpcf7-list-item label {
    background: #fff;
    border: 2px solid #E5E0D8;
}

.bg-grays .wpcf7-radio .wpcf7-list-item label:has(input[type="radio"]:checked) {
    border-color:#9E947F;
    background: #FDFAF5;
}


.bg-grays .wpcf7-radio input[type="radio"] {
    outline: 2px solid #9E947F;
}

.bg-grays .wpcf7-radio input[type="radio"]:checked  {    
    outline: 2px solid #9E947F;
    border-color: #fff;
    background: #9E947F !important;
}
.bg-grays .note-text {
    border-color: #9E947F;
}
.bg-grays  span.p-seg.active {
    background: #9E947F;
    height: 2px;
}
.wpcf7-radio.fi-checkboxing {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.wpcf7-radio.fi-checkboxing-grid-3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}


.wpcf7-radio.fi-checkboxing-grid3 {
    display: flex;
    flex-direction: row;
}

.wpcf7-submit.has-spinner
{
    padding-right: 40px;
}
.wpcf7-spinner {
  
    background-color: var(--e-global-color-secondary);
    margin: auto;
    position: absolute;
    right: 30px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    border: 0;
    position: absolute;
    top: 10px !important;
    font-size: 14px;
    left: 10px !important;
    width: 70% !important;
    padding: 10px 0 !important;
    /* transform: translateX(-50%); */
    text-align: center;
    width: 270px;
    color: red;
    font-weight: 500;
    background: #fdfbf8;
    box-sizing: border-box;
    background: #ffe0e0;
}
.popup-back-btn br {
    display: none;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid-tip:first-of-type {
    display: block;
}

span.custom-cf7-error {
    font-size: 13px;
    color: red;
}

.sent .wpcf7-response-output {
    color: green !important;
     background: #cbdfcd;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
     background: #cbdfcd !important;
}
.cf7-progress-bar1 p {
    display: flex;
    gap: 10px;
    margin: 8px 0 0 0;
    padding: 0;
}
span.p-seg {
    background: #c9c9c9;
    width: 100%;
    height: 2px;
}
span.p-seg.active {
    background: #a5824d;
    height: 2px;
}
.bg-olive .p-seg.active {
    background: #525B44;
    height: 2px;
}


.cf7-progress-bar1 p  br {
    display: none;
}
.form-input:has(input[aria-required="true"]) .fi-label::after {
    content: " *";
   
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    height: 120px;
    border: 0;
    padding: 15px;
    font-family: var( --font-dm);
	border: 1px solid #E5E0D8;
}



.other-input ,
.other-dietary-input,
.other-sms-input,
.other-hear-input,
.other-brings-input,
.other-professional-input,
.other-l-support-input,
.other-organization-input,
.other-project-parameter-input
{
    display: none;
}

.elementor-button 
{
	cursor:pointer
}

.floating-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.floating-cta a.elementor-button {
    width: 100%;
    background: #b19159 !important;
    padding:20px 20px !important;
    
}

.page-id-496 
{
	background-color: #fcfaf6 !important;
}

.cf7-submit-custom {
    position: relative;
}

.cf7-submit-custom.is-loading {
    pointer-events: none;
    opacity: 0.7;
}

.submit-loader {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: cf7Loader 0.7s linear infinite;
    margin-left: 8px;
    vertical-align: middle;
}

.cf7-submit-custom.is-loading .submit-loader {
    display: inline-block;
}

.cf7-submit-custom.is-loading .submit-text {
    opacity: 0.7;
}

.flex-text p {
    position: relative;
    width: max-content;
    margin: 0;
    padding-inline: 40px;
}

.flex-text  p:before {
    position: absolute;
    content: '';
    left: 0px;
    width: 30px;
    height: 2px;
    background:var( --e-global-color-secondary ) !important;
    top: 10px;
}
.flex-text  p:after {
    position: absolute;
    content: '';
    right: 0px;
    width: 30px;
    height: 2px;
    background:var( --e-global-color-secondary ) !important;
    top: 10px;
}

.flex-text1 {
    position: relative;
    width: calc(100% - 70px);
    margin: 0;
}
.flex-text1:before {
    position: absolute;
    content: '';
    left: -40px;
    width: 30px;
    height: 2px;
    background:var( --e-global-color-secondary ) !important;
    top: 15px;
}
.flex-text1:after {
    position: absolute;
    content: '';
    right: -40px;
    width: 30px;
    height: 2px;
    background:var( --e-global-color-secondary ) !important;
    top: 15px;
}

.ck-service-selection p {
    margin: 0;
    font-size: 14px;
    color: #77736D;
    margin-top: 6px;
	font-weight: 400;
}


@keyframes cf7Loader {
    to {
        transform: rotate(360deg);
    }
}

.cf7-hidden-submit {
    display: none !important;
}
@media(max-width:1250px)
{
    .oofer-icon:before {       
        right: -35px;     
    }

    .oofer-icon:after {
       
        right: -35px;
        top: 50%;
        width: 50px;
    }
}
@media(max-width:1024px)
{
	.flex-text  p:before ,
	.flex-text  p:after
	{
		display:none
	}
}
@media(max-width:991px)
{
    .oofer-icon:before {       
        right: -25px;     
    }

    .oofer-icon:after {
       
        right: -25px;
        top: 50%;
        width: 30px;
    }
	.wpcf7 form .wpcf7-response-output {
		    top: 20px !important;
			width: 80% !important;
	}
}
@media(max-width:767px)
{
    .oofer-icon:after {
        right: 50%;
        bottom: -45px;
        width: 1px;
        height: 40px;
        top: unset;
        transform: unset;
    }
    .oofer-icon:before {
        right: 50%;
        top: unset;
        border-bottom: 1px solid #777;
        border-right: 1px solid #777;
        transform: translateY(-50%) rotate(45deg);
        z-index: 2;
        margin-right: -3px;
        bottom: -50px;
        border-top: 0;
    }

    
    .grid-list  ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    div#move-top-icon {
        position: absolute;
        right: 0px;
        top: unset;
        cursor: pointer;
        bottom: 70px;
    }

   .form-inputs.fi-grid,
   .wpcf7-radio.fi-checkboxing,
   .wpcf7-checkbox
   {
        grid-template-columns: repeat(1,1fr);
    }
    .popup-options {
        grid-template-columns: 1fr;
    }
    .popup-option-btn {
        min-height: 60px;
    }
	.popup-footer {
		padding: 15px
	}
	.popup-content {
		height: calc(100% - 90px);
	}
    div#move-top-icon svg {
        height: 44px;
    }
    .popup-body h3 {
        font-size: 22px;
    }
	.custom-popup-box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 700px;
    max-height: 90vh;
    min-height: 100%;
    overflow-y: auto;
    background: #FDFBF8;
    padding: 0;
    border-radius: 0px;
}
	.popup-heading
	{
		padding:15px;
		min-height: 77px;
	}
	.form-1 .cf7-step.active {
		height: calc(100dvh - 130px);
	}
	
	
}




