/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Header Section */

.header-sec .menu-item-1225{
    display: none !important;
}
.header-sec .site-logo-shadow img{
    filter: drop-shadow(5px 5px 4px rgba(51, 16, 16, 0.5));
}

/* Footer Section */

.fotter-sec .menu-col-two ul{
    column-count: 2;
    gap: 71px;
}
.fotter-sec form input:not([type='submit']){
    height: 56px;
    border: none;
    border-radius: 16px;
    padding: 16px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    color: #6A6A6A;
    outline: none;
    background-image: url('Images/newslettericon.svg');
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 18px;
}
.fotter-sec form input[type='submit']{
    height: 56px !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 0 32px !important;
    background-color: #EFB1B2 !important;
    color: #331010 !important;
    font-family: Parkinsans !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
    transition: 0.3s;
}
.fotter-sec form input[type='submit']:hover{
    background-color: #331010 !important;
    color: #FFFFFF !important;
}
.fotter-sec #validation_message_1_1{
    display: none;
}
.fotter-sec .gform_confirmation_message_1{
    color: #331010;
}
.fotter-sec .gform_fields{
    --gf-form-gap-y: 0 !important;
}
.started-footer{
    background-size: 100% 100% !important;
}

/* Home Page */

.courage{
    color: #B3CEC5;
}
.courage-box{
    position: relative;
}
.courage-box::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 116px;
    background-image: url('Images/Line.svg');
    background-repeat: no-repeat;
    background-size: contain;
    right: -60px;
    top: 50%;
    transform: translate(0%, -100%);
}
.testimonial-main .elementor-icon:hover{
    border-color: #331010 !important;
    cursor: pointer;
}
.testimonial-main .elementor-swiper-button{
    display: none !important;
}
.gallery-wid, .gallery-wid img{
    height: 750px !important;
    width: 100% !important;
    object-fit: cover;
    object-position: top center;
}
.gallery-wid .elementor-swiper-button{
    border: 2px solid #331010;
    background-color: #F6F3F0;
    border-radius: 100%;
    padding: 18px;
    transition: 0.3s;
}
.gallery-wid .elementor-swiper-button:hover{
    background-color: #331010;
}
.gallery-wid .elementor-swiper-button:hover svg path{
    fill: #efb1b2;
}
.gallery-wid .elementor-swiper-button-prev {
    left: -25px !important;
}
.gallery-wid  .elementor-swiper-button-next{
    right: -25px !important;
}


/* Contact Page */

.contact-main form input:not([type="submit"]){
    height: 70px;
    border-radius: 10px;
    background-color: transparent;
    border-color: #331010;
    padding: 0 50px 0 20px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    color: #331010;
    outline: none;
}
.contact-main form input:not([type="submit"])::placeholder{
    color: #6A6A6A;
}
.contact-main form input[type="email"]{
    text-transform: lowercase;
}
.contact-main form input[type="email"]::placeholder{
    text-transform: none;
}
.contact-main form .textarea{
    height: 168px !important;
    min-height: 168px !important;
    border-radius: 10px;
    background-color: transparent;
    border-color: #331010;
    padding: 20px 20px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    color: #331010;
    outline: none;
    resize: none;
    background-image: url(Images/paragraphicon.svg);
    background-repeat: no-repeat;
    background-position: top 20px right 20px;
    background-size: 20px;
}
.contact-main form .textarea::placeholder{
    color: #6A6A6A;
}
.contact-main .gfield_required{
    display: none;
}
.contact-main form .gfield_label{
    font-family: Parkinsans;
    font-weight: 600;
    font-size: 20px;
    color: #331010;
}
.contact-main .gform_fields{
    --gf-form-gap-y: 36px;
}
.contact-main .gform-footer{
    --gf-form-footer-margin-y-start: 4px;
}
.contact-main input[type="submit"]{
    background-color: #331010 !important;
    color: #EFB1B2 !important;
    font-family: Parkinsans !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
    padding: 20px 32px !important;
    border-radius: 16px !important;
    transition: 0.3s !important;
}
.contact-main form input[type="submit"]:hover{
    background-color: #FFFFFF !important;
    color: #331010 !important;
}
.contact-main input[type="text"]{
    background-image: url(Images/nameicon.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 20px;
}
.contact-main input[type="email"]{
    background-image: url(Images/mailicon.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 20px;
}
.contact-main input[type="tel"]{
    background-image: url(Images/phoneicon.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 20px;
}
.contact-main .gform_confirmation_message_2, .contact-main .gform_confirmation_message_3{
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-main .gform_confirmation_message_2 img, .contact-main .gform_confirmation_message_3 img{
    width: 50px;
}
.contact-main form select{
    height: 70px;
    border-radius: 10px;
    background-color: transparent;
    border-color: #331010;
    padding: 0 50px 0 20px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    color: #6A6A6A;
    outline: none;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 12px;
}

/* Some Pages different footer */

.page-id-1078 .fotter-contactus, .page-id-1236 .fotter-contactus{
    display: none;
}
.page-id-1078 .fotter-sec, .page-id-1236 .fotter-sec{
    margin: 0 !important;
}
.page-id-1078 .fotter-sec .e-con-inner, .page-id-1236 .fotter-sec .e-con-inner{
    padding-top: 100px !important;
}

/* Service Details */

.tabsec .e-n-tab-title:nth-child(2) {
    background-color: #F0C4A9 !important;
}
.tabsec .e-n-tab-title:nth-child(3) {
    background-color: #F8E1A8 !important;
}


/* Owl */

#help-owl-widget {
position: fixed;
right: 0px;
bottom: 0px;
z-index: 99999;
display: none;
align-items: flex-end;
gap: 12px;
font-family: Arial, sans-serif;
opacity: 0;
transform: translateY(80px);
}
 
#help-owl-widget.show {
display: flex;
animation: owlSlideUp 0.8s ease-out forwards;
}
 
@keyframes owlSlideUp {
from {
opacity: 0;
transform: translateY(80px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
 
#help-owl-widget img {
width: 200px;
height: auto;
cursor: pointer;
z-index: 99999;
filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.6));
}
 
#help-owl-stack {
position: relative;
display: flex;
flex-direction: column;
align-items: flex-end;
margin-bottom: 115px;
margin-right: -70px;
z-index: 9999999;
}
 
/* speech bubble */
#help-owl-bubble {
color: #331110;
font-size: 18px;
max-width: 28ch;
text-align: center;
--b: 1em;
--h: .7em;
padding: 1em;
border-radius: 1.2em;
border-bottom-right-radius: 0;
background: 0 0/calc(100% + var(--h)) calc(100% + var(--h))
linear-gradient(-30deg,#e8bca0,#f7e1a8);
position: relative;
box-shadow: 5px 5px 5px #574b2ca1;
max-width: 290px;
border: 1px solid rgba(0, 0, 0, 0.08);
z-index: 2;
min-width: 210px;
width: 260px;
}
 
#help-owl-bubble:before {
content: "";
position: absolute;
inset: 0 calc(-1*var(--h)) calc(-1*var(--h)) 0;
background-image: inherit;
clip-path: polygon(
100% 100%,
calc(100% - var(--h)) calc(100% - var(--b) - var(--h)),
calc(100% - var(--h) - var(--b)) calc(100% - var(--h))
);
}
 
#help-owl-bubble p {
margin: 10px 0 5px 0;
font-size: 16px;
line-height: 1.4;
font-weight: 600;
min-height: 44px;
}
 
#help-owl-message::after {
content: "|";
display: inline-block;
margin-left: 2px;
animation: blinkCursor 0.8s infinite;
}
 
#help-owl-message.done::after {
display: none;
}
 
@keyframes blinkCursor {
0%, 50% { opacity: 1; }
51%, 100% { opacity: 0; }
}
 
#help-owl-actions {
display: flex;
gap: 10px;
opacity: 0;
transform: translateY(8px);
transition: opacity 0.3s ease, transform 0.3s ease;
}
 
#help-owl-actions.show {
opacity: 1;
transform: translateY(0);
}
 
#help-owl-actions button {
border: none;
border-radius: 999px;
padding: 10px 16px;
cursor: pointer;
font-size: 14px;
font-weight: 600;
}
 
#help-owl-yes {
background: #b3cec5;
color: #331110;
}
 
#help-owl-no {
background: #efb1b2;
color: #331110;
}
 
#help-owl-close {
position: absolute;
top: 6px;
right: 6px;
background: transparent;
border: none;
font-size: 20px;
cursor: pointer;
color: #33111096;
z-index: 3;
}
 
/* connected form panel */
#help-owl-form-wrap {
width: 100%;
max-width: 260px;
max-height: 0;
overflow: hidden;
opacity: 0;
transform: translateY(12px);
transition: max-height 0.55s ease, opacity 0.35s ease, transform 0.45s ease;
background: linear-gradient(-30deg,#f7e8d0,#fff4dc);
border-radius: 18px;
padding: 14px;
box-shadow: 5px 5px 5px #574b2c7a;
border: 1px solid rgba(0,0,0,0.08);
}
 
#help-owl-form-wrap.show {
max-height: 420px;
opacity: 1;
transform: translateY(0);
margin-top: 10px;
position: relative;
}
 
#help-owl-form-wrap h3 {
margin: 0 0 10px 0;
font-size: 17px;
line-height: 1.3;
color: #331110;
text-align: left;
}

.frm_form_field input:not([type="submit"]), 
.frm_form_field select{
    height: 39px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 10px !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(51,17,16,0.18) !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    color: #331110 !important;
    background: #fffdf9 !important;
}
.frm_style_formidable-style.with_frm_style .form-field{
    margin: 0 !important;
}
 
.frm_form_field input:not([type="submit"]):focus, 
.frm_form_field select:focus{
outline: none !important;
border-color: #b3cec5 !important;
box-shadow: 0 0 0 3px rgba(179,206,197,0.22) !important;
}

#help-owl-form-buttons {
display: flex;
gap: 8px;
}

#help-owl-back {
    border: none;
    border-radius: 999px;
    padding: 8px 35px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.owlbuttonwrap {
    display: flex;
    gap: 15px;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.frm_submit button{
    background: #b3cec5 !important;
    color: #331110 !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 10px 35px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
 
#help-owl-back {
background: #efb1b2;
color: #331110;
}
 
.frm_primary_label {
    display: none !important;
}

@media (max-width: 767px) {
#help-owl-widget {
right: 14px;
bottom: 14px;
left: 14px;
align-items: flex-end;
}
 
#help-owl-bubble,
#help-owl-form-wrap {
max-width: 100%;
min-width: 176px;
}
 
#help-owl-stack {
margin-right: -28px;
margin-bottom: 75px;
}
 
#help-owl-widget img {
width: 110px;
}
}

/* Responsive */

@media (min-width:1366px) and (max-width:1600px){
body > .elementor > .elementor-element, .header .elementor-widget-theme-site-logo, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading a, 
.header .elementor-widget-theme-site-logo + .elementor-element > .elementor-widget-button, .elementor-location-header .elementor-widget-n-menu nav .e-n-menu-heading .e-n-menu-content > .elementor-element{
    zoom: 0.80;
    zoom: 80%;
}
}

@media screen and (max-width: 1024px){
.fotter-sec .menu-col-two ul {
    column-count: 2;
    gap: 15px;
}
.courage-box-none::after{
    display: none;
}
.courage-box::after {
    background-size: cover;
    right: 0px;
}
.page-id-1078 .fotter-sec .e-con-inner, .page-id-1236 .fotter-sec .e-con-inner{
    padding-top: 50px !important;
}
.gallery-wid .elementor-swiper-button {
    padding: 10px;
}
.gallery-wid .elementor-swiper-button-prev {
    left: -10px !important;
}
.gallery-wid .elementor-swiper-button-next {
    right: -10px !important;
}
.gallery-wid, .gallery-wid img{
    height: 500px !important;
}
}
@media screen and (max-width: 767px){
.header-sec .menu-item-1225{
    display: block !important;
}
.fotter-sec form .gform_fields{
    --gf-form-gap-y: 16px;
}
.fotter-sec form input[type='submit']{
    width: 100% !important;
    height: 50px !important;
}
.fotter-sec form input:not([type='submit']){
    height: 50px;
}
.courage-box::after{
    display: none;
}
.fotter-sec .gform_fields{
    --gf-form-gap-y: 15px !important;
}
.serviceloop-heighr .elementor-loop-grid {
    align-items: flex-start !important;
}
.serviceloop-heighr .elementor-loop-item {
    height: auto !important;
    min-height: auto !important;
    align-self: flex-start !important;
}
.serviceloop-heighr .e-con,
.serviceloop-heighrc .elementor-widget-wrap {
    height: auto !important;
}
.serviceloop-heighr .elementor-loop-container.elementor-grid{
    grid-auto-rows: auto !important;
}
.contact-main form input:not([type="submit"]){
    height: 50px;
    font-size: 16px;
    padding: 0 50px 0 15px;
}
.contact-main form select{
    height: 50px;
    font-size: 16px;
    padding: 0 50px 0 15px;
}
.contact-main .gform_fields{
    --gf-form-gap-y: 20px;
}
.contact-main .gform-footer {
    --gf-form-footer-margin-y-start: 0px;
}
.contact-main form .textarea{
    height: 150px !important;
    min-height: 150px !important;
    padding: 15px 15px;
    font-size: 16px;
}
.contact-main form input[type="submit"]{
    width: 100% !important;
}
.gallery-wid, .gallery-wid img{
    height: 400px !important;
}
}