/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


body a.elementor-button, a.qodef-shortcode {
    background: linear-gradient(180deg, hsla(42, 54%, 42%, 1) 0%, hsla(44, 100%, 80%, 1) 51%, hsla(42, 54%, 42%, 1) 100%) !important;
	color: #000 !important;
}
body a.elementor-button:hover, a.qodef-shortcode:hover {
    background: #B39243 !important;
	color: #fff !important;
}
.sub-heading .elementor-widget-container {
    background: linear-gradient(180deg, hsla(42, 54%, 42%, 1) 0%, hsla(44, 100%, 80%, 1) 51%, hsla(42, 54%, 42%, 1) 100%) !important;!i;!;
    border: unset !important;
}
body .border-btn a.elementor-button {
    background: rgb(255 255 255 / 16%) !important;
    border: 1px solid #A38131 !important;
    color: #fff !important;
}
body .border-btn a.elementor-button:hover {
    color: #000 !important;
    background: #B39243 !important;
}
body .border-btn a.elementor-button:hover svg {
    fill: #000 !important;
}
.service-main .service-box:hover {
    background: linear-gradient(180deg, hsla(42, 54%, 42%, 1) 0%, hsla(44, 100%, 80%, 1) 51%, hsla(42, 54%, 42%, 1) 100%) !important;
}
.service-main .service-box:hover figure img {
    filter: brightness(0) invert(0) !important;
    opacity: 1 !important;
}
.service-main .service-box:hover h4 {
    color: #000 !important;
}
body .service-main .service-box:hover p {
    color: #000 !important;!
    font-weight: 400 !important;
}
.qodef-qi-grid .qodef-grid-item:first-child .qodef-e-icon-holder .qodef-e-icon {
    background: linear-gradient(180deg, hsla(42, 54%, 42%, 1) 0%, hsla(44, 100%, 80%, 1) 51%, hsla(42, 54%, 42%, 1) 100%) !important;
    color: #000 !important;
}
.link-text li {
    list-style-type: disc !important;
    text-align: left !important;
}
.border-heading .elementor-widget-container {
    border-color: #A38131;
}
div#banner-heading h1 {
    position: relative;
}
img.dollar {
    position: relative;
    top: 10px;
    left: 10px;
}
.sub-heading .elementor-widget-container span {
    font-weight: 500 !important;
}
.hover-boxes .elementor-widget-container:hover {
    background: #ECCF82 !important;
}
.hover-boxes .elementor-widget-container:hover h5 {
    color: #000 !important;
}
.hover-boxes .elementor-widget-container:hover p {
    color: #000 !important;
}
.hover-icon:hover {
    background: #ECCF82 !important;
}
.hover-icon:hover figure img {
    filter: brightness(0);
}
.hover-icon:hover p {
    color: #000 !important;
}
h3.ui-accordion-header {
    border: 1px solid #a38131 !important;
    border-radius: 10px !important;
}
.qodef-qi-faq.qodef-style--standard .qodef-e-content {
    border-color: #D6D6D6 !important;
}


/* =========== */

section.calculator-area {
  padding: 80px 0px 100px;
}

section.calculator-area .calculator-container {
  max-width: 1200px;
  margin: 0 auto;
}

section.calculator-area .calculator-form {
  background: #08112a;
  padding: 5px 33px 25px;
  border-radius: 8px;
}

section.calculator-area .calculator-form label {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 400;
  font-family: 'Inter';
  margin: 25px 6px 5px;
  letter-spacing: 0.5px;
}

section.calculator-area .calculator-form input {
  height: 50px !important;
  border: 1px solid #a38131;
}

button#calculate-btn {
  margin-top: 22px;
  background: linear-gradient(180deg, hsla(42, 54%, 42%, 1) 0%, hsla(44, 100%, 80%, 1) 51%, hsla(42, 54%, 42%, 1) 100%) !important;
  font-family: 'Barlow' !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
  border-style: none;
  border-radius: 100px;
  padding: 15px 35px;
  transition: all 0.3s linear !important;
  font-size: 16px;
}

button#calculate-btn:hover {
  background: linear-gradient(80deg, hsla(42, 54%, 42%, 1) 0%, hsla(44, 100%, 80%, 1) 51%, hsla(42, 54%, 42%, 1) 100%) !important;
}

section.calculator-area .calculator-container h1.headline {
  font-size: 30px;
  text-align: center;
  margin: 0px 0 15px;
  color: #fff;
  font-family: 'Inter';
  letter-spacing: 1px;
  line-height: 42px;
  font-weight: 700;
}


section.calculator-area .estimate-result-display {
  background: #08112a;
  padding: 60px;
  border-radius: 8px;
  margin: 20px 0 0px 0px;
}

section.calculator-area .estimate-result-display {
  text-align: center;
}

section.calculator-area .estimate-result-display img {
  max-width: 270px;
  height: auto;
  object-fit: contain;
}

section.calculator-area .estimate-result-display h2 {
  font-size: 26px;
  letter-spacing: 1px;
  font-family: 'Inter';
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin: 40px 0 25px;
  text-decoration: underline;
}

section.calculator-area .estimate-result-display ul {
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
}

section.calculator-area .estimate-result-display ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 0px 0px;
}

section.calculator-area .estimate-result-display ul li .title {
  color: #b39243;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Barlow' !important;
  letter-spacing: 0.5px;
  width: 70%;
  text-align: left;
}

section.calculator-area .estimate-result-display ul li .value {
  width: 30%;
  text-align: center;
  border-bottom: 1px solid #b39243;
  padding: 12px 0px;
  color: #fff !important;
}

canvas#savings-chart {
  width: 100% !important;
}

.chart-container {
  max-width: 600px;
  margin: 60px auto 60px;
}

.cta button#cta-btn {
  background: linear-gradient(180deg, hsla(42, 54%, 42%, 1) 0%, hsla(44, 100%, 80%, 1) 51%, hsla(42, 54%, 42%, 1) 100%) !important;
  font-family: 'Barlow' !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
  border-style: none;
  border-radius: 100px;
  padding: 15px 29px;
  transition: all 0.3s linear !important;
  font-size: 14px;
}

.cta button#cta-btn:hover {
  background: linear-gradient(80deg, hsla(42, 54%, 42%, 1) 0%, hsla(44, 100%, 80%, 1) 51%, hsla(42, 54%, 42%, 1) 100%) !important;
}

p.savings-text {font-size: 25px;color: #fff;font-weight: 500;font-family: 'Inter';margin: 0 0 25px;}

.cta {
    margin-bottom: 18px;
}

.savings-visual {margin-top: 100px !important;}

.disclaimer small {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.disclaimer {
    width: 70%;
    margin: 0 auto 20px;
}


.contact-option small {
    font-size: 18px;
    color: #fff !important;
    font-family: 'Barlow';
}

.contact-option a {
    border-bottom: 1px solid #a97932;
    color: #cfb062 !important;
    padding: 2px;
}
section.calculator-area .calculator-form input[type=number]::-webkit-inner-spin-button, 
section.calculator-area .calculator-form input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


/* ========================= */


section#page-title {
    padding: 225px 0px 120px;
    background-position: center !important;
    position: relative;
}

section#page-title h1.elementor-heading-title {
    text-align: center;
    font-size: 72px;
    font-weight: 600;
}
section#page-title .elementor-shape {
    position: absolute;
    width: 100%;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

section#page-title .elementor-shape svg {
    fill: #010616;
    height: 120px !important;
    width: 100% !important;
}

ul.elementor-icon-list-items {
    padding: 0;
}

ul.elementor-icon-list-items li {
    display: flex;
    gap: 4px;
}

ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-icon svg {
    width: 15px !important;
    margin-top: 7px;
    margin-right: 7px;
}

.elementor-social-icons-wrapper a.elementor-icon {
    width: 34px !important;
    height: 34px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-social-icons-wrapper a.elementor-icon svg {
    width: 16px !important;
}

[data-id="3c322d0c"] .elementor-divider span.elementor-divider-separator {
    background: #a38131 !important;
    height: 1px !important;
    display: block;
}


[data-element_type="container"] .elementor-divider span.elementor-divider-separator {
    width: 120px;
    display: block;
    background: #a38131;
    height: 2px;
}




/* ========================== Mobile css */

@media only screen and (max-width: 1000px) and (min-width: 320px)  {
    section#page-title h1.elementor-heading-title {
        font-size: 20px !important;
    }

    section#page-title .elementor-shape svg {
        height: 39px !important;
    }

    section#page-title {
        padding: 156px 0px 66px !important;
    }

    section.calculator-area {
        padding: 40px 12px 65px !important;
    }

    section.calculator-area .calculator-container h1.headline {
        font-size: 20px;
        line-height: 26px;
        width: 80%;
        margin: 0 auto 12px;
    }

    section.calculator-area .calculator-form input {
        height: 45px !important;
    }

    button#calculate-btn {
        font-size: 14px !important;
        padding: 13px 25px !important;
    }

    section.calculator-area .calculator-form {
        padding: 5px 20px 25px;
    }

    section.calculator-area .estimate-result-display {
        padding: 30px;
    }

    section.calculator-area .estimate-result-display h2 {
        font-size: 20px;
        margin: 26px 0px 24px;
    }

    section.calculator-area .estimate-result-display ul li .title {
        font-size: 14px !important;
    }

    section.calculator-area .estimate-result-display ul li .value {
        padding: 4px 0px;
        font-size: 14px;
    }

    .chart-container {
        margin: 40px auto 0px !important;
    }

    .savings-visual {
        margin-top: 45px !important;
    }

    p.savings-text {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .cta button#cta-btn {
        font-size: 10px;
        padding: 14px 25px;
    }

    section.calculator-area .estimate-result-display img {
        max-width: 235px !important;
    }

    .disclaimer {
        width: 100%;
        margin-bottom: 10px !important;
    }

    .disclaimer small {
        font-size: 14px;
        line-height: 22px;
    }

    .contact-option small {
        font-size: 13px !important;
    }
	div#banner-heading p {
		font-size: 30px !important;
	}
	div#banner-heading h1 img.dollar {
		width: 40px;
		height: 40px;
		object-fit: contain;
	}
	div#banner-heading h1 {
		margin-bottom: 0;
	}
	div#main-footer ul.elementor-icon-list-items li {
		justify-content: center;
	}
	div#main-footer ul.elementor-icon-list-items li span.elementor-icon-list-text {
		font-size: 14px;
	}
	div#copyright p {
		font-size: 12px;
	}
	div#main-footer ul.elementor-icon-list-items li svg {
		width: 12px !important;
	}
}