/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1754632735
Updated: 2025-08-08 05:58:55

*/

/*Home Page CSS*/

main {
    min-height:100vh!important;
}

.header-div .menu-item a.hfe-menu-item:hover,.footer-menu .menu-item a.hfe-menu-item:hover{
    color:#F46D35!important;
}
.footer-social-icons .elementor-social-icon:hover svg{
    fill:#F46D35!important;
}
.kelly-img{
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-end!important;
}

button:not([style]):not(.elementor-button),
input[type="submit"]:not([style]):not(.elementor-button) {
  border-color: var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
}
button:not([style]):not(.elementor-button):hover,
input[type="submit"]:not([style]):not(.elementor-button):hover,button:not([style]):not(.elementor-button):focus,
input[type="submit"]:not([style]):not(.elementor-button):focus {
  background-color: var(--e-global-color-secondary);
  color: #fff;
}

.rating-shortcode .ti-widget-container{
    width: 100%!important;
}
.rating-shortcode .ti-fade-container {
    flex-direction: row-reverse !important;
    align-items:center!important;
    flex-wrap:wrap-reverse!important;
}
.rating-shortcode .ti-widget[data-layout-id='111'][data-set-id='drop-shadow'] .ti-header .ti-fade-container {
    column-gap: 18px !important;
}
.rating-shortcode .ti-profile-img{
    top:auto!important;
}
.rating-shortcode .ti-widget[data-layout-id='111'][data-set-id='drop-shadow'] .ti-profile-img img {
    width: 50px !important;
    height: 50px !important;
}
.ti-profile-images{
    height:auto!important;
}
.full-name-field,.email-field{
    word-break: break-word!important;
}

.rating-shortcode .ti-widget[data-layout-id='111'][data-set-id='drop-shadow'] .ti-mob-row{
   flex-direction:row-reverse!important; 
}

/*Blur Header*/
.header-div{
 backdrop-filter: blur(3px)!important;   
}

/*Popup Layout Jump Issue*/

html{
        overflow-y:auto!important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{
    scrollbar-width:none!important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0!important;
}

.slw-contact-email label,.slw-phc label{
font-weight: 600!important;
font-size: 14px!important;
line-height: 24px!important;
letter-spacing: 4%!important;
text-transform: uppercase!important;
color:#FFF!important;
}
.slw-contact-email input,.slw-phc textarea{
background:#F8F8F8!important;
border-radius:32px!important;
padding:20px 24px!important;
}
.slw-contact-checkbox label{
    font-weight: 500!important;
font-size: 14px!important;
line-height: 16px!important;
color:#FFF!important;
}

.slw-contact-form input[type="submit"]{
            width: 100%!important;
        background: #F46D35!important;
        color: #FFF!important;
        border-radius: 99px!important;
        border-color: transparent!important;
        font-weight: 600!important;
        font-family: "Inter", Sans-serif!important;
}
.slw-contact-email input,.slw-phc textarea{
    border:none!important;
}
.slw-contact-email input:focus, .slw-phc textarea:focus,.slw-contact-email input:focus-visible, .slw-phc textarea:focus-visible{
    outline:none!important;
}
.slw-contact-checkbox .ginput_container_checkbox,.slw-contact-checkbox .gfield_checkbox{
    margin:0!important;
}
.slw-contact-checkbox .gfield-choice-input{
    margin:0!important;
}
.slw-contact-checkbox .gfield_checkbox li{
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    overflow:unset!important;
}

/* Hide the native checkbox */
.slw-contact-checkbox input[type="checkbox"] {
  appearance: none!important;           /* Remove default browser styling */
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  width: 22px!important;
  height: 22px!important;
  border: 2px solid #2b2b2b!important;  /* border color */
  border-radius: 8px!important;         /* rounded corners */
  display: inline-block!important;
  position: relative!important;
  cursor: pointer!important;
  vertical-align: middle!important;
  background-color: transparent!important;
}

/* Add checkmark when checked */
.slw-contact-checkbox input[type="checkbox"]:checked {
  background-color: transparent!important; /* keep transparent */
  border-color: #2b2b2b!important;         /* same border */
}

.slw-contact-checkbox input[type="checkbox"]:checked::after {
  content: ""!important;
  position: absolute!important;
  left: 6px!important;
  top: 1px!important;
  width: 6px!important;
  height: 12px!important;
  border: solid #2b2b2b!important;
  border-width: 0 2px 2px 0!important;
  transform: rotate(45deg)!important;
}

.slw-phc{
    margin-top:24px!important;
}
.google-map-section iframe{
    border-radius:32px!important;
    height:100%!important;
}
.google-map-section,.google-map-section .elementor-custom-embed{
    height:100%!important;
}
.bottom-image{
margin-top:auto!important;    
}
.fl-names-class label,.schedule-address-field label{
    font-size: 16px!important;
    font-weight: 700!important;
    margin-bottom: 8px!important;
}
.schedule-form input[type="submit"],.gform_next_button{
    background: #538973!important;
    color: #FFF!important;
    border-radius: 12px!important;
    border-color: transparent!important;
    font-weight: 700!important;
}

.gform_previous_button{
    background: #F46D35!important;
    color: #FFF!important;
    border-radius: 12px!important;
    border-color: transparent!important;
    font-weight: 700!important;
}
.schedule-date-input .ginput_container_date input{
    width:100%!important;
}
.contact-box .elementor-icon-box-content{
    overflow:auto!important;
    word-wrap: break-word!important;
}
.contact-link-section{
    text-decoration:none!important;
}

.colored-bg, .last-image-container .elementor-widget.elementor-widget-image{
    height:100%!important;
}
.colored-bg::before{
	content: ""!important;
  position: absolute!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
  background-color: #9ECC4A!important;
  border-radius: 15px!important;
  z-index: -1!important;
  max-width:456px!important;
}

.colored-bg-section::before{
    	content: ""!important;
  position: absolute!important;
  right: -10px!important;
  left:auto!important;
  width: 100%!important;
  height: 100%!important;
  background-color: #9ECC4A!important;
  border-radius: 15px!important;
  z-index: -1!important;
  max-width:456px!important;
}
.banner-dark-green::before{
content: ""!important;
  position: absolute!important;
  left:-7px!important;
  width: 100%!important;
  height: 100%!important;
  background-color: #9ECC4A!important;
  max-width:20px!important;
}

.second-column-home-banner{
    position:absolute!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    overflow:hidden;
}

.social-icons{
	width: fit-content!important;
}

.faq-section .e-con-inner{
    max-width:fit-content!important;
    align-self:center!important;
}
div#testimonial-slider .slick-prev:before, div#testimonial-slider .slick-next:before{
    display:none!important;
}

div#testimonial-slider .slick-prev{
    left:-15px!important;
    z-index:1!important;
}
div#testimonial-slider .slick-next{
    right:-15px!important;
    z-index:1!important;
}

div#testimonial-slider .slick-prev:hover, div#testimonial-slider .slick-next:hover{
    background:#F46D35!important;
}

div#testimonial-slider .slick-slide{
    min-height:-webkit-fill-available;
    display:flex!important;
    justify-content:space-between!important;
}

div#testimonial-slider .slick-track{
        display:flex!important;
    }
    
div#testimonial-slider .slick-list{
    padding: 71px 0 48px 0!important;
}
.button-w-icon .elementor-button-content-wrapper{
    align-items:center!important;
}
.button-w-icon svg{
    width:18px!important;
}
.custom-arrow{
background: #538973!important;
border-radius: 50%!important;
color: #fff!important;
width: 40px!important;
height: 40px!important;
display: flex!important;
align-items: center!important;
justify-content: center!important;
border: none!important;
cursor: pointer!important;
font-size: 16px!important; 
}

.faq-section .elementor-widget-n-accordion .e-n-accordion-item-title-icon{
    border: 2px solid #F46D35!important;
    border-radius: 50%!important;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    height: 20px!important;
    width: 20px!important;
    justify-content: center!important;
    align-items: center!important;
}
.faq-section .elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    height: 100%!important;
    padding: 2px!important;
}
.faq-section .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon {
    border-color: #538973 !important;
}

@media screen and (min-width:768px) and (max-width:1024px){
        .banner-dark-green::before{
        left:0!important;
    }
}

@media screen and (max-width:1024px){
   
    .footer-menu .hfe-nav-menu:before, .footer-menu .hfe-nav-menu:after{
        display:none!important;
    }
    .footer-menu ul.hfe-nav-menu{
        gap:20px!important;
    }
      .tablet-menu ul{
        box-shadow:0px 31px 31px 0px rgb(141 141 141 / 53%)!important;
    }
     .colored-bg::before{
display:none!important;
}
    div#testimonial-slider .slick-list{
        padding-top:20px!important;
    }
   
.second-column-home-banner{
position:relative!important;    
}
.footer-menu ul {
    flex-direction: column!important;
    margin-left: 0 !important;
}
.footer-menu a.hfe-menu-item{
    padding-left:0!important;
}
.footer-social-icons a.elementor-icon.elementor-social-icon{
    justify-content:start!important;
}
}

@media screen and (min-width: 1025px){
.footer-menu .menu-item:not(:last-child) {
        border-right: 1px solid #E4E6F1!important; /* Adjust border properties as needed */
        padding-right: 24px!important; /* Adjust padding to separate border from text */
    }
}

@media screen and (min-width:768px){
    .colored-bg-section{
    width:calc(100% - 10px)!important;    
    }
div#testimonial-slider .slick-track{
        gap:25px!important;
    }
}

@media screen and (max-width: 767px){
    .contact-form-sc body .gform_legacy_markup_wrapper ul li.gfield, .contact-form-sc #field_1_1, .contact-form-sc .gform_legacy_markup_wrapper {
        margin:0!important;
    }
    .contact-form-sc .gform_footer {
        padding-bottom:0!important;
    }
    .slw-contact-email input{
    padding-top:10px!important;
    padding-bottom:10px!important;
    line-height:1.5!important;
    }
    .booking-form-class .tabs-btn-class ul{
flex-direction:column!important;
}

    #field_3_16 .role-buttons,
    #field_3_15 .timeline-btns,
    #field_3_17 .goal-buttons{
        width: 100%!important;
    }
        .rating-shortcode .ti-widget.ti-goog .ti-profile-img img {
        width: 40px !important;
        height: 40px !important;
    }

        .slw-contact-form input[type="submit"] {
        font-size:12px!important;
        white-space: break-spaces!important;
        margin:0!important;
    }

        .faq-section .elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
        height: 1rem!important;
        width: 1rem!important;
    }

    .colored-bg-section::before{
        display:none!important;
    }
    div#testimonial-slider .slick-slide{
        margin: 0 20px!important;
    }
      div#testimonial-slider .slick-prev,div#testimonial-slider .slick-next{
        width:30px!important;
        height:30px!important;
        font-size:12px!important;
    }
 .header-div .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal{
       display:block!important;
    }
 .header-div .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal{
       display:none!important;
    }
}

/*Home Page CSS*/

/* Gravity Forms Styling */
.booking-form-class .tabs-btn-class ul{
    display:flex!important;
    gap:1rem!important;
    flex-wrap:wrap!important;
}
.booking-form-class .gform_next_button {
   background: #FFF !important;
    border-color: #FFF !important;
    color: #538973 !important;
}

.booking-form-class .gform_next_button:hover,.booking-form-class input[type="submit"]:hover {
    background: #F46D35 !important;
    color: #FFF !important;
}

.booking-form-class input[type="submit"] {
    border-radius: 12px !important;
    color: #F46D35 !important;
    font-weight:700!important;
}

.booking-form-class .gform-field-label,.booking-form-class .gfield_description,.booking-form-class .gf_step_completed{
    color: #FFF !important;
}

.booking-form-class .gf_step_active{
  color: #F46D35!important;
  font-weight:700!important;
  font-size:18px!important;
}

.booking-form-class .gf_step_pending{
color:#FFF!important;
opacity: .8!important;
}

.booking-form-class input:focus-visible,.booking-form-class textarea:focus-visible {
    outline:none!important;
}

.booking-form-class input,.booking-form-class textarea {
    border: transparent;
    background: #F8F8F8 !important;
    border-radius: 20px;
    padding: 10px 20px !important;
}
.booking-form-class .gform_previous_button{
    color:#FFF!important;
    background-color:#F46D35!important;
}

.booking-form-class button:not([style]):not(.elementor-button) {
  background-color:#FFF!important;
  border:transparent!important;
  border-radius:12px!important;
}

.booking-form-class button:not([style]):not(.elementor-button):hover,button:not([style]):not(.elementor-button):focus {
  background-color:#F46D35!important;
    color:#FFF!important;
}

.booking-form-class .gform_legacy_markup_wrapper li.gfield.gfield_error {
    background-color: transparent!important;
    margin-bottom: initial !important;
    border-top: initial!important;
    border-bottom: initial!important;
    padding-bottom: initial!important;
    padding-top: initial!important;
}

.booking-form-class .gform_legacy_markup_wrapper .gform_validation_errors>h2,.booking-form-class .gform_legacy_markup_wrapper .validation_message,.booking-form-class .gform_legacy_markup_wrapper .gfield_required {
    color: #F46D35!important;
}

.booking-form-class .gform_legacy_markup_wrapper .gform_validation_errors>h2:before {
    background-image: url(data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiB2aWV3Qm94PSIwIDAgMjIgMjIiIGZpbGw9IiNGNDZEMzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICA8cGF0aCBkPSJNMTIgNkgxMFYxMkgxMlY2WiIgZmlsbD0iI0ZGRkZGRiIvPgogIDxwYXRoIGQ9Ik0xMiAxNEgxMFYxNkgxMlYxNFoiIGZpbGw9IiNGRkZGRkYiLz4KPC9zdmc+)!important;
}

.booking-form-class .gform_legacy_markup_wrapper div.validation_error {
    color: #F46D35!important;
    border: 2px solid #F46D35!important;
}

.booking-form-class .gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea {
    border: 1px solid #F46D35;
}

.booking-form-class .gform_legacy_markup_wrapper .gform_page_footer{
    border-top:none!important;
    margin-bottom:0!important;
}

.booking-form-class .gform_legacy_markup_wrapper{
    margin-bottom:0!important;
}

.booking-form-class .gform_legacy_markup_wrapper .gf_page_steps{
    border-bottom:0!important;
}

#field_3_9,
#field_3_12,
#field_3_11{
    display: none;
}

#field_3_16 .role-buttons,
#field_3_15 .timeline-btns,
#field_3_17 .goal-buttons{
    display: flex;
    flex-direction: column;
    width: 40%;
    gap: 10px;
    padding: 10px 0px;
    flex-wrap:wrap;
}

#field_3_16 .role-buttons .role-btn.selected:focus,
#field_3_15 .timeline-btns .timeline-btn.selected:focus,
#field_3_16 .role-buttons .role-btn.selected,
#field_3_15 .timeline-btns .timeline-btn.selected,
#field_3_17 .goal-buttons .goal-btn.selected {
  background: #f46d35!important;
  color: #fff!important;
}

/*Google Review Widget*/

.google-review-sc .ti-widget-container{
    margin:0!important;
}

.google-review-sc .ti-reviews-container {
    margin: 0 !important;
}

.google-review-sc .ti-widget[data-layout-id='5'][data-set-id='drop-shadow'] .ti-controls .ti-next:hover,.google-review-sc .ti-widget[data-layout-id='5'][data-set-id='drop-shadow'] .ti-controls .ti-prev:hover{
    background-color:#538973!important;
    outline-color:#538973!important;
}

/*Bio Section*/
.kay-info .e-link-in-bio__ctas{
    display:none!important;
}
.kay-info .e-link-in-bio__icon svg:hover{
    fill:#F46D35!important;
}
.light-line{
    background: #c5c0c0d4;
    height: 100%;
    filter: blur(1px);
    border-image: linear-gradient(#6b6666, #FFF, #6b6666) 50 stretch;
    height: 100%;
    border-left: 1px solid transparent;
}
.kay-info{
    margin-top:auto!important;
}
.kay-info .e-link-in-bio__identity .e-link-in-bio__identity-image-element{
max-width:250px!important;    
}
.kay-info .e-link-in-bio__identity .e-link-in-bio__identity-image-cover{
justify-content:center!important;    
}
.kay-info .e-link-in-bio{
    padding:0!important;
}
/* Chat window */
#chat-window {
  position: fixed;
  bottom: 150px;
  right: 40px;
  width: 350px;
  height: 500px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: none;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  z-index: 999;
}

#chat-header {
  background: #F46D35;
  color: white;
  padding: 15px;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
}

#chat-messages {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
  background: #f9f9f9;
}

.message {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
  max-width: 80%;
  font-size: 14px;
}

.user {
  background: #e6f0ff;
  align-self: flex-end;
  text-align: right;
  margin-left: auto;
}

.bot {
  background: #eeeeee;
  align-self: flex-start;
  text-align: left;
  margin-right: auto;
}

#chat-input {
  display: flex;
  border-top: 1px solid #ddd;
}

#chat-input input {
  flex: 1;
  padding: 10px;
  border: none;
  font-size: 14px;
  border-radius: 0px 0px 0px 10px;
}

#chat-input button {
  background: #F46D35;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 0px 0px 10px 0px;
}

#chat-input button:hover {
  background: #ea581b;
}
.typing-indicator {
align-self: flex-start;
background: #eeeeee;
padding: 10px;
border-radius: 8px;
font-size: 14px;
color: #555;
font-style: italic;
animation: fadeIn 0.2s ease-in;
}

.loading-dot {
display: inline-block;
width: 6px;
height: 6px;
margin: 0 2px;
background-color: #555;
border-radius: 50%;
animation: bounce 1s infinite ease-in-out;
}

.loading-dot:nth-child(2) {
animation-delay: 0.2s;
}

.loading-dot:nth-child(3) {
animation-delay: 0.4s;
}

@keyframes bounce {
0%, 80%, 100% {
  transform: scale(0.9);
}
40% {
  transform: scale(1.3);
}
}

@keyframes fadeIn {
from { opacity: 0; transform: translateY(5px); }
to { opacity: 1; transform: translateY(0); }
}

.message {
animation: fadeIn 0.2s ease-in;
}

/* Tablet Portrait and below (up to 1024px) */
@media (max-width: 1024px) {
  #chat-window{
    bottom: 90px;
  }
}

/* Mobile Portrait and below (up to 767px) */
@media (max-width: 767px) {
  #chat-window{
    bottom: 135px;
    width: 300px;
  }
}

@media screen and (max-width:340px){
        #chat-window {
width:270px;
    }
}

@media screen and (max-width: 479px) {
.rating-shortcode .ti-widget.ti-goog .ti-profile-images {
        margin-bottom: 7px!important;
    }
}

@media screen and (max-height:500px){
        #chat-window {
        height: fit-content!important;
    }
}

@media screen and (max-height:650px){
        #chat-window {
        max-height: 390px;
        height: 100%;
    }
}