.elementor-element.boy-icon {
    top: 36px;
}

.elementor-element.tree-icon {
    margin-top: 10px;
}

.elementor-element.rainbow-icon {
    top: -10px;
}

.elementor-element.robot-icon {
    top: 18px;
    right: 15px;
}

.elementor-element.bunny-icon {
    top: -50px;
}

.elementor-element.balloon-icon {
    top: -70px;
    right: 28px;
}


.elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode .gform_wrapper.gravity-theme .gsection {
    border-bottom: none;
    padding: 0;
}

.elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode .gform_wrapper.gravity-theme .gsection h3.gsection_title {
    font-size: 34px;
    line-height: 44px;
    font-family: 'Baloo 2';
    font-weight: 700;
    margin-top: 15px;
}

/* .elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode .gform-body.gform_body .gform_fields {
    gap: 0 20px;
} */

.elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode .gsection_description {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}

.elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode #field_2_13 p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
}

.elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode fieldset#field_2_12 .gfield_checkbox {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode  .ginput_container.ginput_container_date input {
    width: 100%;
}

.elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode #field_2_13 p:last-child {
    margin-bottom: 0;
}

.elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode fieldset#field_2_12 legend.gfield_label {
    display: none;
}

.elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode form {
    padding: 25px 50px 50px;
    background-color: #FFDE59;
    border-radius: 50px;
}

/* .elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode .gfield_signature_ui_container .gfield_signature_container.ginput_container, 
.elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode .gfield_signature_ui_container .gfield_signature_container.ginput_container canvas {
    width: 100% !important;
}

.elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode .gfield_signature_ui_container div#input_2_19_toolbar {
    margin: 37px 0 0 !important;
    width: 100% !important;
} */

/* why choose us */

.custom-video {
    position: relative;
    margin: auto;
    cursor: pointer;
    /* height: 449px; */
    border-radius: 12px;
    overflow: hidden;
}

.custom-video.about-us-page {
    height: 449px !important;
}

.custom-video .thumb {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.custom-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    border-radius: 50px;
    background: transparent;
}

.custom-video .play-btn:hover {
    background: transparent;
}

.custom-video .play-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    border: 10px solid #ffffff9c;
    left: 50%;
    top: 50%;
    z-index: -1;
    animation: pulse-border 2100ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.opt-forms-wrap .gform_validation_errors {
    display: none;
}

/* Rooted Therapy Center */
.elementor-element.rooted-therapy-wrap .custom-video {
    height: 100%;
    /* aspect-ratio: 1 / 0.6; */
}

.get-started-wrap-grid {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.step span {
    font-size: 52px;
    line-height: 52px;
    color: #00816D;
    letter-spacing: 0.34px;
    font-family: "Baloo 2";
    font-weight: 700;
    position: relative;
    top: -3px;
}

.get-started-wrap .step {
    display: flex;
    gap: 18px;
}

.step h3 {
    color: #00816D;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.34px;
}

.timeline {
    position: relative;
    display: flex;
    justify-content: center;
}

.line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background-image: repeating-linear-gradient(180deg, #e88124, #e88124 15px, transparent 15px, transparent 29px, #e88124 29px);
    background-size: 1px 100%;
    background-repeat: no-repeat;
    background-position: left;
}

.heli {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    will-change: transform;
    pointer-events: none;
    width: 133px;
}

.heli img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    display: block;
}

.get-started-wrap-grid .elementor-button {
    font-size: 19px;
    line-height: 29px;
    font-weight: 600;
    font-family: "Baloo 2";
}

.get-started-wrap .left-col-content .step:first-child {
    padding-top: 237px;
}

.get-started-wrap .left-col-content .step {
    padding-top: 209px;
}

.get-started-wrap .left-col-content {
    width: 50%;
    padding-right: 224px;
}

.get-started-wrap .right-col-content {
    width: 50%;
    padding-left: 224px;
}

.get-started-wrap .right-col-content .step:first-child {
    padding-bottom: 243px;
}

.get-started-wrap .right-col-content .step {
    padding-bottom: 218px;
}

.get-started-wrap .right-col-content .step:last-child {
    padding-bottom: 0;
}



.finished-line::after {
    content: '';
    background: url('../../../../wp-content/uploads/2025/10/finish.svg') no-repeat;
    width: 100px;
    height: 21px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
}

.elementor-element.google-map-wrap span.small-title-content {
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.elementor-element.google-map-wrap p {
    margin-bottom: 5px;
}

.elementor-element.circle-map-wrap>.elementor-element {
    width: 100%;
}


.withdrawal-content h4 {
    font-size: 24px;
    line-height: 34px;
    font-family: 'Baloo 2';
    font-weight: 700;
}

.withdrawal-content {
    margin-top: -10px;
}
.withdrawal-content p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
}

.elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode .gfield_checkbox .gchoice {
    display: block !important;
}


.choose-file-wrap span.gform_fileupload_rules {
    display: none !important;
}

.elementor-element.df-form.career-form-wrap form {
    padding: 40px;
    background: #fff;
    border-radius: 24px;
}

.elementor-element.df-form.career-form-wrap form .gfield.gfield--type-section.gfield--input-type-section.gsection {
    padding: 0;
    border: 0;
}

.elementor-element.df-form.career-form-wrap form .gfield.gfield--type-section.gfield--input-type-section.gsection h3.gsection_title {
    padding-bottom: 0;
    margin-top: 0;
}


/* Container and base */
#gfield_upload_rules_4_14,
#gfield_upload_rules_4_14 + .gfield_description { /* ensures rule text stays visible */
    display: block;
}

.ginput_container_fileupload {
  position: relative;
  width: 100%;
}

/* Make the real input cover the whole area but invisible (clickable) */
.ginput_container_fileupload input[type="file"] {
  position: relative;          /* keep flow for Gravity forms */
  width: 100%;
  height: 100px;               /* visible box height */
  margin: 0;
  padding: 0;
  opacity: 0;                  /* invisible but clickable */
  cursor: pointer;
  z-index: 2;
  display: block;
  -webkit-appearance: none;
}


.elementor-element.df-form.career-form-wrap .gform_validation_errors {
    display: none;
}

/* Visual box shown behind the input using pseudo-element on container */
.ginput_container_fileupload::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  background: #fff;
  z-index: 1;
}

.ginput_container_fileupload::after {
    content: "";
    background: url('../../../../wp-content/uploads/2025/11/upload-svgrepo-com-1.svg') no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.ginput_container_fileupload .upload-visual {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
  flex-direction: column;
}

.ginput_container_fileupload .upload-visual .hint {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

.ginput_container_fileupload .upload-visual .hint strong {
  color: #d9a83a; 
  text-decoration: underline;
}


.gfield_description.gform_fileupload_rules {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #8b8b8b;
}


.uploaded-file-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 10px;
}

.uploaded-file-item {
    background: #e88124;
    border-radius: 20px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.uploaded-file-item span {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-weight: 500;
    display: block;
}

span.remove-file {
    cursor: pointer;
}

/* Hover state (if you want a warm accent on hover) */
/* .ginput_container_fileupload:hover::before {
  border-color: #f0b400;
  box-shadow: 0 0 0 6px rgba(240, 180, 0, 0.04);
} */


span.upload-text {
    font-size: 20px;
    position: relative;
    z-index: 99;
}

span.upload-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
   
    z-index: 999;
    background-size: contain;
    transition: 0.6s;
}

span.upload-text.file-selected {
    background: transparent;
}

/* Selected filename style (we update this with JS) */
.ginput_container_fileupload .selected-file {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 12px;
  z-index: 3;
  font-size: 13px;
  color: #333;
  background: rgba(255,255,255,0.8);
  padding: 6px 10px;
  border-radius: 4px;
  display: none;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.elementor-swiper-button svg {
    display: none;
}

.elementor-swiper-button.elementor-swiper-button-prev {
    left: -25px !important;
    right: initial;
}



.elementor-swiper-button.elementor-swiper-button-next {
    right: -25px !important;
    left: initial;
}

.elementor-swiper-button {
    position: absolute !important;
    transform: translateY(-50%) !important;
    z-index: 1 !important;
    border: 7px solid #fff;
    border-radius: 50%;
    background: white;
    padding: 0;
    width: 56px;
    height: 56px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.elementor-swiper-button.elementor-swiper-button-next::before {
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 42 42'%3E%3C!-- Generator: Adobe Illustrator 29.8.2, SVG Export Plug-In . SVG Version: 2.1.1 Build 3) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %2300816d; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_2693'%3E%3Cpath id='Path_10272' class='st0' d='M21,0C9.4,0,0,9.4,0,21s9.4,21,21,21,21-9.4,21-21S32.6,0,21,0ZM21,39.9c-10.44,0-18.9-8.46-18.9-18.9S10.56,2.1,21,2.1s18.9,8.46,18.9,18.9-8.46,18.9-18.9,18.9h0Z'/%3E%3Cpath id='Path_10273' class='st0' d='M18.61,13c-.43-.38-1.08-.33-1.46.1-.38.43-.33,1.08.1,1.46l7.37,6.45-7.37,6.45c-.43.38-.47,1.03-.1,1.46.38.43,1.03.47,1.46.1l8.26-7.23c.43-.38.47-1.03.1-1.46-.03-.03-.06-.07-.1-.1l-8.26-7.23Z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
    border-radius: 50px;
}

.elementor-swiper-button.elementor-swiper-button-prev::before  {
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Cg id='Group_2693' data-name='Group 2693' transform='translate(42 42) rotate(180)'%3E%3Cpath id='Path_10272' data-name='Path 10272' d='M21,0A21,21,0,1,0,42,21,21,21,0,0,0,21,0Zm0,39.9A18.9,18.9,0,1,1,39.9,21,18.9,18.9,0,0,1,21,39.9Zm0,0' fill='%2300816d'/%3E%3Cpath id='Path_10273' data-name='Path 10273' d='M1.712.255A1.032,1.032,0,1,0,.353,1.81l7.37,6.448L.353,14.706a1.032,1.032,0,1,0,1.359,1.554L9.97,9.035a1.033,1.033,0,0,0,0-1.554Zm0,0' transform='translate(16.894 12.742)' fill='%2300816d'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
    background-size: contain;
    border-radius: 50px;
}

.elementor-swiper-button.elementor-swiper-button-prev:hover::before {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 42' height='42' width='42'%3E%3Cg xmlns='http://www.w3.org/2000/svg' transform='matrix(-1 0 0 -1 42 42)'%3E%3Ccircle id='Ellipse_73' data-name='Ellipse 73' cx='21' cy='21' r='21' fill='%2300816d' /%3E%3Cpath id='Path_10273' data-name='Path 10273' d='M1.712.255A1.032,1.032,0,1,0,.353,1.81l7.37,6.448L.353,14.706a1.032,1.032,0,1,0,1.359,1.554L9.97,9.035a1.033,1.033,0,0,0,0-1.554Zm0,0' transform='translate(16.894 12.742)' fill='%23fff' /%3E%3C/g%3E%3C/svg%3E");
}


.elementor-swiper-button.elementor-swiper-button-next:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg id='Group_3088' data-name='Group 3088' xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Ccircle id='Ellipse_73' data-name='Ellipse 73' cx='21' cy='21' r='21' fill='%2300816d'/%3E%3Cpath id='Path_10273' data-name='Path 10273' d='M1.712.255A1.032,1.032,0,1,0,.353,1.81l7.37,6.448L.353,14.706a1.032,1.032,0,1,0,1.359,1.554L9.97,9.035a1.033,1.033,0,0,0,0-1.554Zm0,0' transform='translate(16.894 12.742)' fill='%23fff'/%3E%3C/svg%3E%0A");
}






@media only screen and (max-width: 1439px) {
    /*  */
    .get-started-wrap .left-col-content {
        padding-right: 110px;
    }

    .get-started-wrap .right-col-content {
        padding-left: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .step h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .step span {
        font-size: 42px;
        line-height: 46px;
    }

    .get-started-wrap-grid .elementor-button {
        font-size: 18px;
        line-height: 28px;
    }

    .get-started-wrap .step {
        gap: 15px;
    }

    .get-started-wrap .right-col-content {
        padding-left: 90px;
    }

    .get-started-wrap .left-col-content {
        padding-right: 90px;
    }

    .heli {
        width: 98px;
    }


    .elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode .gform_wrapper.gravity-theme .gsection h3.gsection_title {
        font-size: 30px;
        line-height: 40px;
        margin-top: 10px;
    }
    .elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode .gsection_description {
        margin-top: 5px;
    }
    .elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode form {
        padding: 17px 35px 35px;
        background-color: #FFDE59;
        border-radius: 35px;
    }

    
    .withdrawal-content h4 {
        font-size: 22px;
        line-height: 30px;
    }


    .elementor-element.df-form.career-form-wrap form {
        padding: 30px;
    }


    .elementor-swiper-button.elementor-swiper-button-next::before,
    .elementor-swiper-button.elementor-swiper-button-prev::before {
        width: 32px;
        height: 32px;
    }


    .elementor-swiper-button {
        width: 46px;
        height: 46px;
    }
}




@media only screen and (max-width: 991px) {
    .step h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .step span {
        font-size: 32px;
        line-height: 44px;
    }

    .heli {
        width: 74px;
    }

    .get-started-wrap .right-col-content {
        padding-left: 65px;
    }

    .get-started-wrap .left-col-content {
        padding-right: 65px;
    }

    .get-started-wrap .left-col-content .step:first-child {
        padding-top: 175px;
    }

    .get-started-wrap .left-col-content .step {
        padding-top: 175px;
    }

    .get-started-wrap .right-col-content .step:first-child {
        padding-bottom: 175px;
    }
}


@media only screen and (max-width: 767px) {
    .elementor-element.owner-img-wrap {
        max-width: 440px;
        margin: 0 auto;
    }

    .elementor-element.why-choose-content-list .elementor-icon-box-title br {
        display: none;
    }

    .elementor-element.why-choose-content-list svg {
        margin-top: -4px;
    }

    .wistia_responsive_wrapper {
        /* position: relative !important; */
    }

    .wistia_responsive_padding {
        /* padding: 0 !important;
        aspect-ratio: unset;
        height: 100%; */
    }

    .custom-video {
        /* aspect-ratio: unset; */
        /* height: 300px; */
    }

    /* .custom-video.about-us-page {
        height: 300px !important;
    } */

    /* .custom-video .play-btn::after {
        width: 48px;
        height: 48px;
    } */

    .elementor-element.our-mission-bg-img {
        position: relative;
        overflow: hidden;
    }

    .elementor-element.our-mission-bg-img::after {
        content: '';
        position: absolute;
        background: url('../../../../wp-content/uploads/2025/10/Mask-Group-53.png');
        background-size: contain;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        top: 30px;
    }

    .get-started-wrap .left-col-content .step {
        padding: 0 !important;
        margin-bottom: 30px;
    }

    .get-started-wrap .left-col-content .step:last-child {
        margin-bottom: 0;
    }

    .get-started-wrap .left-col-content {
        width: 100%;
        padding-right: 0;
        padding-left: 70px;
    }

    .timeline {
        margin-left: 19px;
    }

    .step span {
        font-size: 30px;
        line-height: 40px;
        width: 100%;
        max-width: 45px;
    }

    .step h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .get-started-wrap-grid .elementor-button {
        font-size: 16px;
        line-height: 26px;
    }

    .step h3 {
        margin-bottom: 4px;
    }
    /* .elementor-element.rooted-therapy-center-mobile .custom-video {
        height: 300px;
    } */

    .elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode .gform_wrapper.gravity-theme .gsection h3.gsection_title {
        font-size: 26px;
        line-height: 36px;
    }

    .elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode #field_2_13 p {
        font-size: 16px;
        line-height: 26px;
    }
    .elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode form {
        padding: 13px 20px 30px;
        border-radius: 20px;
    }

    .withdrawal-content h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .withdrawal-content p {
        font-size: 15px;
        line-height: 25px;
        margin-top: 5px;
    }

    .elementor-element.df-form.opt-forms-wrap.elementor-widget.elementor-widget-shortcode .gsection_description {
        font-size: 16px;
        line-height: 26px;
    }

    .ginput_container_fileupload::after {
        width: 25px;
        height: 25px;
    }
}



@media only screen and (max-width: 576px) {
    .heli {
        width: 60px;
    }

        .elementor-element.df-form.career-form-wrap form {
        padding: 20px;
    }

    .get-started-wrap .left-col-content {
        padding-left: 50px;
    }

    .get-started-wrap .step {
        gap: 0px;
    }

    .get-started-wrap .left-col-content .step {
        flex-direction: column;
    }

    .step span {
        font-size: 20px;
        line-height: 24px;
        background: #00816d;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-bottom: 4px;
        color: #fff;
    }

    .finished-line::after {
        width: 70px;
    }

    .timeline {
        margin-left: 15px;
    }
}


@media only screen and (max-width: 479px) {
    /* globle video */
    /* .custom-video,
    .custom-video.about-us-page,
    .elementor-element.rooted-therapy-center-mobile .custom-video {
        height: 240px !important;
    } */

}

@media only screen and (max-width: 420px) {
    /* globle video */
    /* .custom-video,
    .custom-video.about-us-page,
    .elementor-element.rooted-therapy-center-mobile .custom-video {
        height: 170px !important;
    } */
}