/*
Theme Name: Bixol Child
Theme URI: http://demo.casethemes.net/bixol/
Author: Case-Themes
Author URI: https://themeforest.net/user/case-themes/portfolio/
Description: Cleaning Services WordPress theme is a modern, clean and professional WordPress theme which is specially created to spread and represent your cleaning services business to your potential customers. <b>Bixol</b> theme is fully responsive, and it looks attractive on all types of screens and devices. It comes with a lot of user-friendly and customizable features those will help you to create a robust website to achieve the main goal of online business.   
Version: 1.6.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: bixol
Text Domain: bixol-child
Tags: cleaner, cleaning, cleaning agency, cleaning business, cleaning company, cleaning service, building, floor cleaning, house cleaning, window cleaning, housekeeping, washing, maintenance, janitor
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
  font-family: 'ESRebondGrotesque-Regular';
  src: url('assets/fonts/ESRebondGrotesqueBold.otf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'ESRebondGrotesque-Regular';
  src: url('assets/fonts/ESRebondGrotesqueBold.otf');
  font-weight: 700;
  font-style: normal;
}

.flexed {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexed--between {
    justify-content: space-between;
}

.flexed--center {
    justify-content: center;
}

.flexed--top {
    align-items: flex-start;
}

.coupons-wrap h1 {
    font-size: 44px;
    color: #000;
}

.coupons-heading {
    padding-bottom: 5px;
}

.tabs-lg-wrap {
    padding: 8px;
    border: 0.5px solid rgba(0,0,0,0.2);
    border-radius: 16px;
    align-items: stretch;
    background: #fff;
    gap: 8px;
}

.tab-lg-nav {
    max-width: 400px;
    width: 100%;
    background: #F0F0F0;
    border-radius: 12px;
    padding: 8px;
}

.tabs-lg-contents {
    flex: 1;
    position: relative;
}


.tab-lg-nav-item {
    padding: 10px 12px;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    gap: 8px;
    position: relative;
    transition: 0.3s;
    font-family: "ESRebondGrotesque-Regular" !important;
}

.tab-lg-nav-item:not(:last-child) {
    margin-bottom: 8px;
}

.tab-lg-nav-item.active, .tab-lg-nav-item:hover {
    background: #fff;
}

.coupons-wrap {
    color: #000;
    font-family: 'Roboto';
}

.tab-lg-nav-item svg {
    position: absolute;
    right: 16px;
    transform: translateX(-16px);
    opacity: 0;
    transition: 0.3s;
}

.tab-lg-nav-item.active svg, .tab-lg-nav-item:hover svg {
    opacity: 1;
    transform: translateX(0);
}

.tab-lg-info-brand {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    flex: 1;
    gap: 16px;
}

.btn a {
    font-size: 14px;
    color: #000;
    padding: 10px 20px;
    background: #fff;
    border-radius: 100px;
    transition: 0.3s;
    line-height: 20px;
    display: block;
}

.btn.btn--accent a {
    background: #e8ff77;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

.btn.btn--dark a {
    background: #000;
    color: #fff;
}


.btn {
    background: none !important;
    padding: 0 !important;
}

.btn:after {
    display: none;
}

.btn a:hover {
    background: #000;
    color: #fff;
}

.btn.btn--accent a:hover {
    background: #000;
    color: #fff;
}

.btn.btn--dark a:hover {
    background: #fff;
    color: #000;
}

.tab-lg-info {
    gap: 16px;
    height: 100%;
    align-items: flex-end;
    padding: 20px;
    position: relative;
    line-height: 1.1em;
    font-size: 20px;
}

.tab-lg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.tabs-lg-content {
    position: absolute;
    height: 100%;
    width: 100%;
}

.tab-lg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.coupon-section {
    margin-bottom: 64px;
}

.coupons-wrap h2 {
    font-size: 32px;
    line-height: 1.1em;
    color: #000;
    margin-bottom: 8px;
}

.coupon-section-inner header p {
    font-size: 16px;
    color: #808178;
}

.coupons-wrap h1, .coupons-wrap h2, .coupons-wrap h3 {
    font-family: "ESRebondGrotesque-Regular" !important;
}

.tab-lg-info-brand-img {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}

.tab-lg-info-brand-img img {
    width: auto;
    padding: 10px;
}

.tab-lg-info-brand span {
    flex: 1;
}

section.coupon-section.coupon-section-padding {
    padding: 64px 0;
}

.coupon-list-tab-nav-item {
    flex: 1;
    padding: 4px;
    border: 1px solid transparent;
    position: relative;
    border-radius: 12px;
    font-family: "ESRebondGrotesque-Regular" !important;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
}

.coupon-list-tab-nav-item img {
    height: 112px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.3s;
}

.coupons-list-tabs-nav {
    gap: 6px;
}

.coupon-list-tab-nav-item.active, .coupon-list-tab-nav-item:hover {
    border-color: #000;
}

.coupon-list-tab-nav-item span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
}

.coupon-list-tab-nav-item:after {
    content: '';
    position: absolute;
    width: calc(100% - 8px);
    background: rgba(0, 0, 0, 0.3);
    left: 4px;
    top: 4px;
    height: calc(100% - 8px);
    border-radius: 8px;
}

.coupon-section-inner header {
    margin-bottom: 20px;
}

.col-brand {
/*    flex: 1;*/
    box-sizing: border-box;
    padding: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    text-align: center;
}

.cols-brands {
    gap: 12px;
}

.col-brand img {
    height: 100%;
    width: 100%;
    transition: 0.3s;
    object-fit: contain;
}

.col-brand-subtitle {
    color: #808178;
    font-size: 12px;
    padding-bottom: 12px;
}

.col-brand-title {
    padding: 12px 0 6px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.col-brand-img {
    height: 120px;
    background: #F0F0F0;
    border-radius: 16px;
    overflow: hidden;
}

.col-brand:hover .col-brand-img img {
    transform: scale(1.05);
}

section.coupon-section:has(.faq-list) .coupon-section-inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.coupon-section:has(.faq-list) .coupon-section-inner header {
    max-width: 400px;
    width: 100%;
    padding-top: 40px;
}

.faq-list {
    max-width: 590px;
    flex: 1;
    padding: 40px 0 65px 30px;
}

.faq-list-item {
    padding: 16px 16px 16px 24px;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.faq-list-item-q span {
    padding: 3px 0;
    font-family: ESRebondGrotesque-Regular;
    font-weight: 600;
    font-size: 20px;
    flex: 1;
}

.faq-list-item-q button {
    width: 28px;
    height: 28px;
    padding: 0;
    text-indent: -999999px;
    background: #D2C7FF !important;
    border-radius: 20px;
    transition: 0.3s;
}

.faq-list-item-q button:after, .faq-list-item-q button:before {
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
    background: #000;
    border-radius: 8px;
    transform: none;
    animation: none !important;
    transition: 0.2s;
}

.faq-list-item-q button:before {
    transform: rotate(90deg);
}

.faq-list-item.active button:before {
    transform: none;
}

.faq-list-item-a {
    padding: 8px 8px 0 0;
    color: #5B5B5B;
    line-height: 1.5em;
}

.faq-list-item-q {
    cursor: pointer;
}

.faq-list-item-q {
    cursor: pointer;
    gap: 8px;
}

.cta-inner {
    background: #E8FF77;
    padding: 40px;
    border-radius: 20px;
    gap: 20px;
}

.cta-inner:has(.cta-links) {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cta-info p {
    margin: 0;
}

.cta-info {
    padding-left: 68px;
    flex: 1;
}

.cta-action {
    max-width: 440px;
    width: 100%;
    position: relative;
}

.cta-action form input {
    background: #fff;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.12);
    border-radius: 100px;
    padding: 15px 32px;
    line-height: 1.5em;
    font-size: 16px;
    color: #000;
    height: auto;
}

.cta-action form input[type="submit"] {
    padding: 10px 20px;
    background: #000;
    line-height: 1.4;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 14px;
    color: #fff;
}

.wpcf7-form .wpcf7-form-control-wrap {
    margin: 0 !important;
}

.cta-form p {
    margin: 0;
}

span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.coupon-heading-top {
    background: #000;
    padding: 16px 0;
}

header.coupons-wrap-heading ul {
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
}

li.header-top-cta-btn a {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 700;
    transition: 0.2s;
}

li.header-top-cta-btn a:hover {
    opacity: 0.8;
}


.coupon-heading-bottom {
    background: #E8FF77;
    padding: 16px 0 0;

}

.coupon-heading-bottom ul {
    gap: 32px;
/*    overflow: auto;*/
    scrollbar-color: #333333 #e8ff77;
    scrollbar-width: thin;
}

.coupon-heading-bottom ul li a {
    color: #000;
    font-weight: 600;
    line-height: 1.5em;
    display: block;
    padding: 0 0 16px;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.coupon-heading-bottom ul li.current-menu-item a {
    border-bottom: 2px solid #000;
}

.coupon-heading-bottom ul li a:hover {
    border-bottom-color: #000;
}

.coupon-heading-bottom ul li {
    position: relative;
}

.coupon-heading-bottom ul li ul {
    position: absolute;
    left: -15px;
    top: 100%;
    z-index: 3;
    width: 200px;
    background: #e8ff77;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    display: block;
}

.coupon-heading-bottom ul li li a {
    border: none !important;
    padding: 10px 15px;
    display: block;
    width: 100%;
}

.coupon-heading-bottom ul li ul li {
    width: 100%;
}

.coupon-heading-bottom ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.coupon-heading-bottom ul li.menu-item-has-children > a {
    position: relative;
    padding-right: 18px !important;
}

.coupon-heading-bottom ul li.menu-item-has-children > a:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    border: 2px solid #000;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) !important;
    top: 7px;
    right: 0;
    transition: 0.3s;
    background: none !important;
    opacity: 1 !important;
}

.coupon-heading-bottom ul li.menu-item-has-children:hover > a:after {
    transform: rotate(-135deg) translate(-3px, -4px);
}

header.coupons-wrap-heading {
    margin-bottom: 64px;
}

.coupon-section-inner .coupons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.coupon-section-inner .coupons .single-coupon {
    width: calc(50% - 6px);
    padding: 12px 20px 12px 12px;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    transition: 0.2s;
}

.coupon-section-inner .coupons .single-coupon:hover {
    border-color: rgba(0, 0, 0, 0.6);
}

.coupon-section-inner .coupons .single-coupon img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
}

.coupons-list-list form {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: 8px;
    right: 0;
    color: #808178;
}

.coupons-list-list form .nice-select {
    flex: 1;
    border: none;
    color: #000;
    font-weight: 700;
    padding: 7px 40px 5px 10px;
    text-transform: capitalize;
}

.coupon-section-inner {
    position: relative;
}

.coupons-list-list form .nice-select:after {
    color: #000;
}

.coupons-list-list form + #coupons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.coupons-list-list form + #coupons-container h2 {
    display: none;
}

.coupons-list-list form + #coupons-container .coupon-wrapper {
    width: calc(25% - 9px);
}

.coupons-list-list form + #coupons-container .coupon-wrapper .coupon {
    width: 100%;
    padding: 8px 8px 20px;
    height: 100%;
}

.coupons-list-list form + #coupons-container .coupon-wrapper .coupon > a img {
    height: 200px;
    width: 100%;
}

.coupons-list-list form + #coupons-container .coupon-wrapper .coupon h3 {
    display: none;
}

.coupons-list-tabs-contents {
    margin-top: 20px;
}

.single-coupon-details-shop img {
    max-width: 32px;
    height: 32px !important;
    border-radius: 30px !important;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
}

.single-coupon-details-shop {
    gap: 4px;
    margin-bottom: 8px;
    font-size: 14px;
}

.single-coupon a:hover,
.single-coupon a {
    color: #5B5B5B;
}

.single-coupon-left {
    gap: 12px;
    flex: 1;
}

.single-coupon-details {
    flex: 1;
}

.single-coupon-details-text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.1em;
}

.single-coupon-img {
    width: 80px;
    height: 80px;
}

.single-coupon-off {
    background: #F0F0F0;
    text-align: center;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid currentColor;
}

.single-coupon-expires {
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
}

.single-coupon-expires b {
    color: #000;
}

.single-coupon > a {
    gap: 12px;
}

button.load-more-coupons {
    margin: 32px auto 0;
    display: block;
    background: #e8ff77;
    color: #000;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 5px 50px;
    transition: 0.3s;
}

button.load-more-coupons:hover {
    background: #000;
    color: #fff;
}

section.coupon-section.coupon-section-padding .single-coupon-off {
    background: #fff;
}

.single-coupon-column a {
    padding: 8px;
    display: block;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    transition: 0.3s;
    height: 100%;
}

.single-coupon-column a:hover {
    border-color: rgba(0,0,0,0.6);
}

.single-coupon-column-img {
    position: relative;
}

.single-coupon-column-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.single-coupon-column-title {
    padding: 12px 12px 6px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.1em;
}

.single-coupon-column {
    height: 100%;
}

.single-coupon-column-expire {
    padding: 0 12px 12px;
    color: #808178;
    font-size: 12px;
}

.single-coupon-column-expire b {
    color: #000;
    font-weight: 600;
}

.single-coupon.coupon-hidden {
    display: none;
}

.coupon-section-inner .load11 {
    display: none;
}

button.close-popup {
    background: #fff;
    text-indent: -99999px;
    padding: 0;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

button.close-popup:after, button.close-popup:before {
    content: '';
    width: 16px;
    height: 2px;
    background: #000;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    transform: rotate(45deg);
    border-radius: 10px;
    animation: none !important;
}

button.close-popup:after {
    transform: rotate(-45deg);
}

.coupon-popup-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius: 6px;
    padding: 0 50px 50px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.coupon-popup-wrap.active {
    opacity: 1;
    visibility: visible;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 4;
}

.coupon-popup-code > div {
    border: 2px dashed currentColor;
    padding: 10px 20px;
    gap: 8px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
}

.coupon-popup-code > div.clicked:after {
    content: 'Copied';
    position: absolute;
    top: 0;
    font-size: 12px;
    right: 0;
}

.coupon-popup-code {
    text-transform: uppercase;
    margin: 20px 0;
}

.coupon-popup-title {
    text-align: center;
}

.coupon-popup-title h3 {
    color: #000;
}

.coupon-popup-text {
    text-align: center;
}

.coupon-popup-link {
    text-align: center;
    display: block !important;
    margin: 0 auto;
    max-width: 110px;
}

button.close-popup {
    display: block;
    margin-left: auto;
    top: 10px;
    right: -35px;
    border: 1px solid #898888;
    margin-bottom: 20px;
}

button.close-popup:hover:after, button.close-popup:hover:before {
    background: #fff;
}

#blog-newsletter-form .elementor-message,
#blog-newsletter-form .wpcf7-response-output {
    display: none;
}

.col-brands-wrap {
    position: relative;
}

.swiper-out-button {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}

.swiper-out-button.swiper-out-button-next {
    left: inherit;
    right: -20px;
}

.swiper-out-button.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

section .cta-inner .cta-links {
    display: flex;
    flex-direction: column;
    max-width: 280px;
    margin-left: auto;
    gap: 8px;
}

section .cta-inner .cta-links a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1.5em;
    border-radius: 10px;
}

.cta-flair {
    margin-top: 20px;
    gap: 16px;
    font-weight: 500;
    font-size: 16px;
}

section.basic-wrapper-inner, .basic-custom-section {
    padding-bottom: 48px;
}

main.basic-wrapper {
    padding-top: 48px;
}

main.basic-wrapper h1 {
    text-align: center;
    color: #000;
    font-size: 48px;
    line-height: 1.4;
}

main.basic-wrapper a {
    color: currentColor;
    font-weight: 700;
}

main.basic-wrapper {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}

.basic-text-contents h2 {
    color: #000;
    font-size: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.basic-text-contents img {
    border-radius: 12px;
}

.basic-text-contents p {
    margin-bottom: 20px;
}

.basic-text-contents h3 {
    color: #000;
    font-size: 24px;
}

.section-type-footer_info a {
    text-decoration: underline;
}

.elementor-section.ignore-toc {
    position: static !important;
}

.elementor-section.ignore-toc + section {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.category-info {
    background: linear-gradient(180deg, #000 0%, #463E76 100%);
    color: #fff;
    padding: 80px 0 200px 0;
    font-family: ESRebondGrotesque-Regular;
    font-size: 20px;
}

.category-info h1, .category-info h2 {
    color: #E8FF77;
    font-size: 48px;
    margin-bottom: 30px;
}

.category-post-item {
    width: calc(33.33333% - 16px);
    box-shadow: 0 3px 17px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.category-list {
    gap: 24px;
    align-items: stretch;
    margin: 64px 0;
}

.category-item-img img {
    height: 250px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.category-item-info h2 a {
    font-size: 22px;
    line-height: 1.4em;
    display: block;
    color: #000;
}

.category-item-info {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.category-item-meta {
    gap: 10px;
}

.category-item-link a {
    color: #000;
    font-weight: 700;
}

.category-list-wrap {
    padding-bottom: 100px;
}

.category-pagination .posts-page-links {
    justify-content: center;
}

.category-pagination .posts-page-links span, .category-pagination .posts-page-links a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #000 !important;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.category-pagination .posts-page-links span:after, .category-pagination .posts-page-links a:after {
    display: none;
}

.category-pagination .posts-page-links span.current, .category-pagination .posts-page-links a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.category-item-info-top p {
    display: none;
}

form.cats-search {
    position: relative;
    color: #000;
}

form.cats-search button {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    line-height: 100%;
    background: #e8ff77;
    color: #000;
    padding: 0 30px;
    font-size: 22px;
    border-radius: 14px;
}

form.cats-search input {
    padding: 10px 50px 10px 20px;
    color: #444;
    border-radius: 10px;
    box-shadow: 0 2px 3px -2px rgba(0,0,0,0.3);
    height: 40px;
}

form.cats-search input:not(:placeholder-shown) + button {
    opacity: 1;
    visibility: visible;
}

.category-list-filter {
    display: flex;
    flex-direction: column-reverse;
}

.category-filter {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.04);
    padding: 40px;
    border-radius: 12px;
    background: rgb(249 249 249 / 100%);
    position: relative;
    top: -120px;
    margin-bottom: -120px;
}

.category-filter-inner h2 {
    font-size: 24px;
    color: #000;
}

.category-filter-list {
    gap: 10px;
    margin-top: 20px;
}

.category-filter-item a {
    font-size: 12px;
    padding: 4px 12px 4px 12px;
    border: 1px solid currentColor;
    color: #000;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s;
}

.category-filter-item a.active, .category-filter-item a:hover {
    background: #000;
    color: #fff;
}

.hero-info {
    flex: 1;
}

.hero-img { 
    max-width: 480px;
}

.hero-inner {
    gap: 20px 80px;
    padding: 0;
}

.home .hero-inner {
    padding: 0 80px;
}

.home.page-template-coupon-alike-tpl .hero-inner {
    padding: 0;
}

.hero-text h1 strong {
    background: linear-gradient(to right, #AE9AFF 0, #657DD5 50%, #9DDD11 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text h1 {
    font-size: 56px;
    line-height: 1;
}

.home .hero-text h1 {
    font-size: 64px;
}

.hero-text {
    font-size: 20px;
    line-height: 1.4em;
}

.hero-btn a {
    padding: 16px 40px;
    display: inline-block;
    color: #fff;
    background: #000;
    border-radius: 100px;
    line-height: 1.5;
    border: 1px solid currentColor;
    border-bottom-width: 6px;
    font-weight: 700;
}

.hero-btn {
    margin-bottom: 16px;
    display: inline-block;
}

.hero-btn a:hover {
    color: #000;
    background: #fff;
}

.hero-rating {
    margin-top: 8px;
}

.hero-rating-inner {
    color: #747474;
    gap: 10px;
    font-size: 14px;
}

.hero-btn.hero-btn-type-yellow a {
    max-width: 370px;
    width: 100%;
    background: #E8FF77;
    color: #000;
}

.hero-btn.hero-btn-type-yellow {
    max-width: 370px;
    width: 100%;
    text-align: center;
}

.hero-btn.hero-btn-type-yellow a:hover {
    background: #000;
    color: #fff;
}

.features-list-type-horiz span.features-list-item-img {
    max-width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-list-item .featurse-list-item-inner {
    padding: 18px 24px;
    border-radius: 16px;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    gap: 12px;
    font-size: 18px;
    color: #000;
}

.features-list.features-list-type-horiz > .features-list-item {
    flex: 1;
}

.features-list.features-list-type-horiz > .features-list-item .featurse-list-item-inner {
    font-weight: 500;
}

.features-list {
    gap: 32px 16px;
}

.features-list .features-list-item a:hover {
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.1);
    color: #000;
}

.features-list.features-list-type-vert {
    max-width: 950px;
    margin: 0 auto;
}

.features-list-type-vert .features-list-item .featurse-list-item-inner {
    padding: 48px;
}

span.features-list-item-text {
    max-width: 360px;
    flex: 1;
}

span.features-list-item-img {
    flex: 1;
}

.features-list-item {
    width: 100%;
}

.features-list.features-list-type-vert .featurse-list-item-inner {
    box-shadow: 0 4px 6px -4px rgba(0,0,0,0.1), 0 10px 15px -3px rgba(0, 0,0,0.1);
    gap: 40px;
    border: none;
    border-radius: 48px;
    background: #fff;
}

.features-list.features-list-type-vert span.features-list-item-img {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
}

.features-list.features-list-type-vert .features-list-item:nth-child(2n+1) .featurse-list-item-inner {
    flex-direction: row-reverse;
}

.features-list.features-list-type-vert .featurse-list-item-inner {
    font-size: 20px;
    line-height: 1.4;
}

.features-list.features-list-type-vert h3 {
    font-size: 40px;
    color: #000;
}

.features-top-text {
    padding: 16px 0 80px;
    text-align: center;
}

.features-top-text h2 {
    font-size: 36px;
}

.features-top-text h2 strong {
    position: relative;
    color: #5D5491;    
}

.features-top-text h2 strong:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: url('assets/images/swoosh.svg') 50% 50% no-repeat;
    background-size: cover;
    top: 100%;
    right: 0;
}

.tools-calc-hero {
    text-align: center;
    padding-bottom: 40px;
}

.tools-calc-hero h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 56px;
}

.tools-calc-hero h1 img {
    order: 1;
    max-width: 80px;
}

.tools-calc-hero h1 span + span {
    order: 2;
}

.tools-calc-hero p {
    color: #5B5B5B;
}

.coupons-wrap:has(.tools-calc-wrap) > header {
    margin: 0;
}

.tools-calc-cta {
    max-width: 800px;
    margin: 0 auto;
    background: #E8FF77;
    padding: 32px;
    border-radius: 20px;
}

.tools-calc-cta-text p {
    margin: 0;
}

.tools-calc-cta-btns {
    width: 280px;
    font-weight: 700;
    text-align: center;
}

.tools-calc-cta-text {
    flex: 1;
}

.tools-calc-cta-inner {
    gap: 16px;
}

.tools-calc-cta-text p {
    color: #5B5B5B;
    line-height: 1.5;
}

body .tools-calc-cta-btns a {
    display: block;
    padding: 10px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #000;
}

.tools-calc-cta-btn + .tools-calc-cta-btn {
    margin-top: 8px;
}

.tools-calc-cta-btn.tools-calc-cta-btn-alt a {
    background: transparent;
    color: #000;
}

.tools-calc-cta-btn a:hover {
    background: transparent;
    color: #000;
}

.tools-calc-cta-btn.tools-calc-cta-btn-alt a:hover {
    background: #000;
    color: #fff;
}

.tools-calc-how-to {
    padding: 80px 0;
    margin-top: 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    gap: 80px;
}

.tools-calc-how-right {
    max-width: 380px;
}

.tools-calc-how-left {
    flex: 1;
    color: #5B5B5B;
    line-height: 1.5;
}

.tools-calc-how-left h2 {
    font-size: 40px;
}

.tools-calc-how-right h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 24px;
}

.tools-calc-how-right li {
    font-weight: 500;
    display: block;
    padding-bottom: 16px;
}

.tools-calc-how-right li:not(:first-child) {
    border-top: 1px solid rgba(0,0,0,0.2);
    padding-top: 16px;
}

.tools-calc-reviews {
    margin-top: 80px;
}

.tools-calc-reviews h2 {
    max-width: 640px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 40px;
}

.tools-calc-reviews-list .swiper-wrapper {
    padding-bottom: 60px;
    align-items: stretch;
}

.tools-calc-review {
    padding: 24px 24px 80px;
    background: url('assets/images/rating.svg') 24px calc(100% - 24px) #F0F0F0 no-repeat;
    box-sizing: border-box;
    border-radius: 16px;
    height: auto !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}

span.swiper-pagination-bullet {
    background: #D9D9D9;
}

.tools-calc-top {
    background: linear-gradient(180deg, #ECEDFB, transparent);
    padding-top: 40px;
}

.tools-calc-calc {
    margin: 0 auto 160px;
    max-width: 640px;
    background: #fff;
    box-shadow: 0 20px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 32px;
}

.tools-calc-calc h2 {
    font-size: 24px;
    padding-left: 28px;
    background: url('assets/images/calculator.svg') 0 50% no-repeat;
}

.tools-calc-fields {
    padding: 24px 0;
}

.tools-calc-btn button {
    width: 100%;
    background: #D2C7FF;
    color: #000;
    border-radius: 10px;
    font-size: 16px;
}

.tools-calc-field {
    flex: 1;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 24px;
}

.tools-calc-fields {
    gap: 8px;
}

.tools-calc-field-input {
    font-size: 32px;
    font-weight: 600;
}

.tools-calc-field-input input[type="number"] {
    flex: 1;
    border: none;
    font-size: 32px;
    padding: 4px;
}

.tools-calc-field-label {
    font-size: 12px;
    font-weight: 600;
}

.tools-calc-disc-type {
    font-weight: 400;
    color: #808178;
    gap: 4px;
}

.tools-calc-disc-type-toggle {
    height: 20px;
    width: 36px;
    background: #ECF9B3;
    border-radius: 100px;
    position: relative;
}

.tools-calc-disc-type-toggle:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #ABD008;
    border-radius: 16px;
    position: absolute;
    top: calc(50% - 7px);
    left: 3px;
    transition: 0.3s;
}

.tools-calc-disc-type-toggle input {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.tools-calc-disc-type-toggle:has(:checked):after {
    transform: translateX(90%);
}

.tools-calc-result {
    padding-top: 20px;
    max-width: 240px;
    margin: 0 auto;
    font-size: 18px;
}

.tools-calc-result-label {
    font-weight: 600;
}

.tools-calc-result-line {
    border-bottom: 2px dotted rgba(0,0,0,0.5);
    padding-bottom: 5px;
    padding-top: 5px;
}

.tools-calc-result-line:last-child {
    border: none;
}

.tools-calc-top-inner {
    background-image: url('assets/images/abstract.svg'), url("assets/images/gradients.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: 50% calc(100% - 40px), 50% 50%;
}

.ct-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sticky-content {
    position: sticky !important;
    top: 180px;
}

.sticky-content li div:before {
    display: none;
}

.sticky-content li {
    line-height: 1.4em;
}

.tools-calc-cta-text h2 {
    margin: 0 0 10px 0;
}

.shortcode-cta.tools-calc-cta {
    max-width: 100%;
}

.tools-calc-cta .tools-calc-cta-text h2 {
    font-size: 27px;
    color: #000;
}

.compare-table-cell {
    flex: 1;
    font-weight: 600;
    font-size: 20px;
    font-family: 'ESRebondGrotesque-Regular';
    line-height: 1.2em;
}

.compare-table-cell:has(img) {
    text-align: center;
}

.compare-table-inner {
    padding-top: 80px;
}

.compare-table-row:not(:last-child) {
    padding-bottom: 24px;
}

.compare-table-row:not(:first-child) {
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.compare-table-row {
    gap: 24px;
}

.compare-table-row:first-child .compare-table-cell:has(span) {
    color: #747474;
    font-weight: 500;
    font-family: 'Roboto';
    align-self: flex-end;
}

span.features-list-item-text p {
    margin-bottom: 4px;
    color: #808178;
    font-size: 14px;
}

span.features-list-item-text p:last-child {
    margin: 0;
}

span.features-list-item-text p strong {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.features-list.features-list-type-horiz.features-list-type-horiz-image_right .features-list-item {
    border-radius: 0;
    position: relative;
}

.features-list.features-list-type-horiz.features-list-type-horiz-image_right .features-list-item .featurse-list-item-inner {
    flex-direction: row-reverse;
    padding: 56px;
    border: none;
}

.features-list.features-list-type-horiz.features-list-type-horiz-image_right {
    gap: 0;
    border-radius: 20px;
    overflow: hidden;
}

.features-list.features-list-type-horiz.features-list-type-horiz-image_right .features-list-item .featurse-list-item-inner p {
    font-size: 16px;
    margin-bottom: 8px;
}

.features-list.features-list-type-horiz.features-list-type-horiz-image_right .features-list-item .featurse-list-item-inner h3 {
    color: #1B1C1D;
    margin: 0;
}

.features-list.features-list-type-horiz.features-list-type-horiz-image_right .features-list-item:not(:last-child):after {
    content: '';
    width: 1px;
    height: calc(100% - 64px);
    top: 32px;
    right: 0;
    position: absolute;
    background: #C4C2D2;
}

.tools-calc-reviews.tools-global-reviews .tools-calc-review {
    background: none;
    border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
}

.tools-review-bottom {
    padding-top: 28px;
    background: url('assets/images/rating.svg') 0px 0 no-repeat;
    margin-top: 12px;
}

.tools-review-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'ESRebondGrotesque-Regular';
}

.tools-review-img {
    max-width: 80px;
    margin-bottom: 12px;
}

.tools-review-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50px;
}

.tools-review-name {
    font-weight: 600;
}

.tools-review-name-role {
    gap: 5px;
}

.features-list.features-list-type-horiz.features-list-type-horiz-image_top .featurse-list-item-inner {
    border: none;
    flex-direction: column;
    align-items: flex-start;
}


.features-list.features-list-type-horiz.features-list-type-horiz-image_top .features-list-item {
    border-radius: 20px;
}

.features-list.features-list-type-horiz.features-list-type-horiz-image_top .featurse-list-item-inner h4 {
    color: #000;
    font-size: 24px;
    font-family: 'ESRebondGrotesque-Regular';
}

.features-list.features-list-type-horiz.features-list-type-horiz-image_top .featurse-list-item-inner p {
    color: #1B1C1D;
}

.features-list.features-list-type-vert.features-list-type-vert-steps .featurse-list-item-inner {
    background: none;
    box-shadow: none;
    padding: 40px 0;
}

.features-list.features-list-type-vert.features-list-type-vert-steps span.features-list-item-img {
    background: none;
    box-shadow: none;
}

.features-list.features-list-type-vert.features-list-type-vert-steps span.features-list-item-img img {
    border-radius: 40px;
}

.features-list.features-list-type-vert.features-list-type-vert-steps .featurse-list-item-inner h3 {
    font-size: 80px;
    color: #D2C7FF;
}

.features-list.features-list-type-vert.features-list-type-vert-steps .featurse-list-item-inner h4 {
    color: #000;
    font-size: 24px;
}

h4.elementor-author-box__name span {
    display: block;
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
}

.single-post h2.wp-block-heading,
.single-post [data-elementor-type="single-post"] h2 {
    font-size: 28px;
}

.single-post [data-elementor-type="single-post"] h3 {
    font-size: 24px;
}

.single-post [data-elementor-type="single-post"] {
    overflow: clip;
}

.single-post [data-elementor-type="single-post"] table {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    min-width: 100% !important;
}

.single-post [data-elementor-type="single-post"] table td {
    padding: 5px 10px;
}

figure.wp-block-table {
    overflow: hidden;
}

div#main-nav-mobile {
    display: none;
}

div:has(+ #main-nav-mobile) {
    right: -54px;
}

div#fixed-menu-line {
    position: fixed;
    z-index: 9;
    margin-top: -8px;
}

div#fixed-menu-line + div {
    padding-top: 55px;
}

.elementor-element.coupon-heading-bottom ul li.menu-item-has-children > a:after {
    top: 22px;
}

.hero-rating-two-title {
    background: url('assets/images/star.svg') 5px 50% no-repeat;
}

.hero-rating-two-ratings {
    padding-top: 15px;
    gap: 24px;
}

.hero-raing-two-ratings-rating {
    font-size: 12px;
    color: #747474;
    text-align: center;
}

.hero-rating-two-title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.hero-features {
    margin-top: 24px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px 16px;
    gap: 12px 48px;
    max-width: 480px;
}

.hero-feature {
    flex: 1;
    padding: 8px;
    position: relative;
}

.hero-feature a {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    gap: 8px;
    width: 100%;
}

.hero-feature:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    right: -24px;
}

div#author-linkedin-link a.elementor-button:not([href]) {
    display: none;
}

.blog-post-faq-list {
    border: 1px solid #d5d8dc;
    border-radius: 10px;
    margin-bottom: 25px;
}

.blog-post-faq-item-a {
    border-top: 1px solid #d5d8dc;
    color: #7a7a7a;
    padding: 10px 15px;
    line-height: 1.4;
}

.blog-post-faq-item:not(:last-child) {
    border-bottom: 1px solid #d5d8dc;
}

.blog-post-faq-item-q {
    color: #000;
    position: relative;
    padding: 10px 15px 10px 35px;
    cursor: pointer;
}

.blog-post-faq-item-q:before, .blog-post-faq-item-q:after {
    content: '';
    width: 2px;
    height: 12px;
    background: #000;
    position: absolute;
    top: calc(50% - 5px);
    left: 20px;
    border-radius: 5px;
    transition: 0.3s;
}

.blog-post-faq-item-q:after {
    transform: rotate(90deg);
}

.blog-post-faq-item-q.active:before {
    transform: rotate(90deg);
}