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

/* Add your custom styles here */
@font-face {
    font-family: 'ZurichCondensedBT';
    src: url('fonts/ZurichCondensedBT.woff2') format('woff2'),
        url('fonts/ZurichCondensedBT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ZurichBoldCondensedBT';
    src: url('fonts/ZurichBoldCondensedBT.woff2') format('woff2'),
        url('fonts/ZurichBoldCondensedBT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.page-template-landing-page .elementor-location-header,
.page-template-landing-page .elementor-location-footer{
    display: none !important;
}
.page-template-landing-page .btn:hover,
.page-template-landing-page .elementor-button:hover {
    -webkit-transform: none;
    transform: none;
}
.lp-copyright a,
.lp-copyright a:hover{
    color: #fff;
}

/*-------------Headings---------------*/
.page-template-landing-page h1,
.page-template-landing-page h2,
.page-template-landing-page h3,
.page-template-landing-page h4,
.page-template-landing-page h5,
.page-template-landing-page h6 {
    font-family: 'ZurichBoldCondensedBT';
    font-weight: normal;
    line-height: 1.15em;
    color: #003DA5;
}
.page-template-landing-page h1 {
    font-size: 36px;
    line-height: 1.2em;
}
.page-template-landing-page h2 {
    font-size: 28px;
}
.page-template-landing-page h3 {
    font-size: 26px;
}
.page-template-landing-page h4 {
    font-family: 'ZurichCondensedBT';
    font-size: 24px;
}
.page-template-landing-page h5 {
    font-size: 22px;
}
.page-template-landing-page h6 {
    font-size: 20px;
}

/* Account Landing Page */
#lp-cta p{
    margin-bottom: 0px;
}
#lp-cta strong{
    font-family: 'ZurichCondensedBT';
    font-weight: 700;
    color: #011e60;
    margin-right: 11px;
}
#lp-cta a{
    font-size: 16px;
    line-height: 22px;
    color: #003DA5;
    border: 0.75px solid #003DA5;
    border-radius: 6px;
    padding: 15px 36px;
    background-color: #fff;
    outline: medium none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: 0.5s;
}
#lp-cta a:hover{
    background-color: #003DA5;
    color: #fff;
}

/* Hero Banner */
.hero-left ul{
    padding-left: 30px;
    padding-bottom: 5px;
}
.hero-banner .e-con-inner:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/04/Four-microfibers3.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 350px;
    height: 614px;
    display: block;
    position: absolute;
    left: 45%;
    bottom: 0px;
}
#franchise.hero-banner .e-con-inner:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/04/Four-microfibers4.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 354px;
    height: 617px;
    display: block;
    position: absolute;
    left: 45%;
    bottom: 0px;
}
#calendly-banner.hero-banner .e-con-inner:before {
    display: none;
}

/* Gallery */
.lp-gallery .elementor-widget-image-gallery .gallery-item .gallery-caption {
    padding: 0px;
}
.lp-gallery .elementor-widget-image-gallery .gallery-item {
    padding: 0 22px 25px 22px !important;
}

/* Why Choose Us */
.green-points .elementor-widget-text-editor ul{
    list-style-type: none;
    padding-left: 0px;
}
.green-points .elementor-widget-text-editor ul > li{
    padding-left: 40px;
    margin-bottom: 22px;
}
.green-points .elementor-widget-text-editor ul > li:before{
    content: "";
    background: url(/wp-content/uploads/2024/03/bullet.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0px;
    display: inline-block;
    background-size: contain;
}
.green-points h4{
    margin-bottom: 10px;
}

/* CTA */
.local-own .elementor-image-box-description br{
    display: none;
}

/* Form */
.landing-form .elementor-heading-title{
    display: inline;
}
.landing-form .elementor-heading-title:after {
    content: "";
    border-bottom: 1px solid #F2F2F2;
    display: block;
    width: 87%;
    margin: 0px auto;
}
#calendly-banner .landing-form .elementor-heading-title:after {
    display: none;
}
.landing-form .gform_wrapper.gravity-theme .gfield_label {
    z-index: 9;
    position: relative;
    font-family: 'ZurichCondensedBT';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #003DA5;
    margin-bottom: 0px;
    padding: 6px 6px;
}
.landing-form .gform_wrapper.gravity-theme .gfield input {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    background-color: transparent;
    color: #000000;
    border-radius: 0px;
    padding: 26px 6px 2px 6px;
    border-bottom: 1px solid #003DA5;
    margin-top: -28px;
}
.landing-form .gform_wrapper.gravity-theme .gfield_required {
    color: #FF0000;
    font-size: 16px;
}
.landing-form .gform_wrapper.gravity-theme .gfield.gfield--type-captcha .gfield_label{
    display: none;
}
.landing-form .elementor-widget-text-editor p{
    font-family: 'ZurichCondensedBT';
    margin-bottom: 0px;
}
.landing-form .gform_wrapper.gravity-theme .gform_footer {
    margin: 0px 0 0;
    padding: 0px 0;
}
.landing-form .gform_wrapper.gravity-theme .gfield:hover,
.landing-form .gform_wrapper.gravity-theme .gfield:focus,
.landing-form .gform_wrapper.gravity-theme .gfield:active,
.landing-form .gform_wrapper.gravity-theme .gfield input:focus,
.landing-form .gform_wrapper.gravity-theme .gfield input:active {
    background-color: #e6ecf6;
}
.landing-form .gform_wrapper.gravity-theme .gfield.gfield--type-captcha:hover,
.landing-form .gform_wrapper.gravity-theme .gfield.gfield--type-captcha:focus,
.landing-form .gform_wrapper.gravity-theme .gfield.gfield--type-captcha:active {
    background-color: #fff;
}
.landing-form [id^="gform_"] input[type="submit"] {
    color: #fff;
    background-color: #78BE21;
    border: 0px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px !important;
    border-radius: 100px;
}
.landing-form [id^="gform_"] input:hover[type="submit"] {
    background-color: #003DA5;
    border: 0px;
    -webkit-transform: none;
    transform: none;
}
.landing-form .gform_wrapper.gravity-theme .gfield.consent-check:hover,
.landing-form .gform_wrapper.gravity-theme .gfield.consent-check:active,
.landing-form .gform_wrapper.gravity-theme .gfield.form-notes:hover,
.landing-form .gform_wrapper.gravity-theme .gfield.form-notes:active{
    background-color: #ffffff;
}
.landing-form .gform_wrapper.gravity-theme .gfield.consent-check input {
    margin-top: 0px;
    margin-left: 7px;
}
.gform_wrapper.gravity-theme .gfield.consent-check .gfield_checkbox label {
    padding-left: 3px;
    font-family: 'ZurichCondensedBT';
}
.gform_wrapper.gravity-theme .gfield.form-notes{
    font-family: 'ZurichCondensedBT';
    text-align: left;
    color: #00000070;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
.gform_wrapper.gravity-theme .gfield.form-notes a,
.gform_wrapper.gravity-theme .gfield.form-notes a:hover{
    color: #003DA5;
    white-space: nowrap;
}

/* Testimonial */
.lp-review .elementor-widget-reviews .elementor-main-swiper{
    cursor: auto !important;
}
.lp-review .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper{
    transform: none !important;
}
.lp-review .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide {
    cursor: text;
}
.lp-review .elementor-widget-reviews .elementor-swiper-button {
    color: #003DA5;
    opacity: 1 !important;
    display: none !important;
}
.lp-review .elementor-element .swiper-container .elementor-swiper-button-prev{
    left: -10px;
}
.lp-review .elementor-element .swiper-container .elementor-swiper-button-next{
    right: -10px;
}
.lp-review .elementor-testimonial__text span,
.local-own .elementor-image-box-description span{
    white-space: nowrap;
}
#fix-space .elementor-heading-title span{
    white-space: nowrap;
    font-family: 'ZurichCondensedBT';
}
#star-order .elementor-testimonial__cite .elementor-star-rating{
    order: 3;
}
#star-order .elementor-testimonial__cite .elementor-testimonial__title{
    order: 2;
}


/* --------------------------------------------------------------------------------
** MEDIA QUERIES
** --------------------------------------------------------------------------------*/

@media screen and (max-width: 4000px){
.hero-banner .e-con-inner:before {
    left: 45%;
}
#franchise.hero-banner .e-con-inner:before {
    left: 45%;
}
}

@media screen and (max-width: 3000px){
#franchise.hero-banner .e-con-inner:before {
    left: 43%;
}
}

@media screen and (max-width: 2600px){
.hero-banner .e-con-inner:before {
    left: 43%;
}
}

@media screen and (max-width: 2400px){
#franchise.hero-banner .e-con-inner:before {
    left: 41%;
}
}

@media screen and (max-width: 2200px){
.hero-banner .e-con-inner:before {
    left: 42%;
}
}

@media screen and (max-width: 1920px){
.hero-banner .e-con-inner:before {
    left: 40%;
}
#franchise.hero-banner .e-con-inner:before {
    left: 39%;
}
}

@media screen and (max-width: 1600px){
.hero-banner .e-con-inner:before {
    left: 38%;
}
#franchise.hero-banner .e-con-inner:before {
    left: 36%;
}
}

@media screen and (max-width: 1380px){
.hero-banner .e-con-inner:before {
    left: 36%;
}
#franchise.hero-banner .e-con-inner:before {
    left: 33%;
}
}

@media screen and (max-width: 1140px){
#lp-cta p strong {
    margin-right: 6px;
    font-size: 20px;
    line-height: 24px;
}
.lp-gallery .elementor-widget-image-gallery .gallery-item {
    padding: 0px 10px 25px 10px !important;
}
.hero-banner .e-con-inner:before {
    left: 32%;
    background-size: auto;
    height: 593px;
}
#franchise.hero-banner .e-con-inner:before {
    left: 30%;
    background-size: auto;
    height: 584px;
}
}

@media screen and (max-width: 1024px){
.page-template-landing-page h1 {
    font-size: 32px;
}
.page-template-landing-page h2 {
    font-size: 26px;
}
.page-template-landing-page h3 {
    font-size: 24px;
}
.page-template-landing-page h4 {
    font-size: 23px;
}
.lp-gallery .elementor-widget-image-gallery .gallery {
    text-align: center;
}
.lp-gallery .elementor-widget-image-gallery .gallery-item {
    padding: 0px 0px 35px 0px !important;
    margin: 0px 30px 0px 30px !important;
}
#lp-cta a {
    padding: 13px 22px;
}
.hero-left p {
    text-shadow: 1px 1px 1px #FFFFFF;
}
.hero-banner .e-con-inner:before,
#franchise.hero-banner .e-con-inner:before {
    display: none;
}
}

@media screen and (max-width: 768px){
.page-template-landing-page h1 {
    font-size: 29px;
}
.page-template-landing-page h2 {
    font-size: 24px;
}
.page-template-landing-page h3 {
    font-size: 23px;
}
.page-template-landing-page h4 {
    font-size: 22px;
}
.page-template-landing-page h5 {
    font-size: 21px;
}
.page-template-landing-page h6 {
    font-size: 19px;
}
.hero-banner .landing-form{
    float: none;
    margin: 30px auto 0px auto;
    max-width: 450px;
}
.lp-gallery .elementor-widget-image-gallery .gallery-item {
    padding: 0px 40px 35px 40px !important;
    margin: 0px 0px 0px 0px !important;
    max-width: 40% !important;
}
.lp-review .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    margin-bottom: 20px;
}
.lp-review .elementor-widget-reviews .swiper-wrapper {
    display: block;
}
.hero-left p {
    text-shadow: 0px 0px 0px #FFFFFF;
}
#calendly-banner.hero-banner .landing-form{
    float: none;
    margin: 0px auto 0px auto;
    max-width: 100%;
}
}

@media screen and (max-width: 767px){
#lp-cta p strong {
    margin-right: 0px;
    font-size: 22px;
    line-height: 26px;
    display: block;
}
#lp-cta a {
    padding: 15px 36px;
    display: table;
    text-align: center;
    margin: 10px auto 0px auto;
}
}

@media screen and (max-width: 580px){
.lp-gallery .elementor-widget-image-gallery .gallery-item {
    padding: 0px 5px 35px 5px !important;
    margin: 0px 10px 0px 10px !important;
}
}

@media screen and (max-width: 400px){
.lp-gallery .elementor-widget-image-gallery .gallery-item {
    margin: 0px 5px 0px 5px !important;
}
#lp-badge .elementor-widget-image .elementor-widget-container {
    padding: 0px 5px 0px 5px;
}
}

@media screen and (max-width: 380px){
.elementor #calendly-banner iframe {
    width: auto;
}
#calendly-banner .calendly-inline-widget{
    min-width: 260px !important;
}
#calendly-banner .landing-form {
    --padding-inline-start: 5px;
    --padding-inline-end: 5px;
}
}