/*
 Theme Name:   Hello Five Creative
 Theme URI:    https://fivecreative.com.au/
 Description:  A child theme of Hello Biz.
 Author:       Five Creative
 Author URI:   https://fivecreative.com.au/
 Template:     hello-biz
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-biz-child
*/

/* You can add your custom CSS below */

:root {
    /* 
     * --content is used to set content width for header and footer containers
     * this value represents the content width + padding applied to 
     * the header and footer containers. 
    */
    --content: 1352px;
}

html {
    font-size: 10px;
}
@media screen and (min-width: 767px) {
    html {
        font-size: 14px;
    }
}
@media screen and (min-width: 992px) {
    html {
        font-size: 16px;
    }
}

body {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Elementor fixes/QoL improvements */
/* // add to text widget to remove padding on last p element */
.elementor-widget-text-editor p:last-child,
.p-mb-0 p:last-child {
    margin-bottom: 0;
}
.elementor-heading-title .tBlue {
    color: var(--e-global-color-accent) !important;
}
.elementor-heading-title .tGreen {
    color: var( --e-global-color-secondary ) !important;
}
/* // Mobile menu styles */
@media screen and (max-width: 991px) {
    .elementor-nav-menu--dropdown .has-submenu {
        justify-content: space-between;
    }
    .elementor-nav-menu--dropdown .sub-arrow {
        padding-inline-end: 10px !important;
        margin-right: -10px;
    }
    .elementor-nav-menu--dropdown a.highlighted .sub-arrow {
        transform: rotate(180deg);
        transform-origin: center;
    }
    /* ul.elementor-nav-menu--dropdown {
        background-color: var( --e-global-color-6d65bc0 ) !important;
    } */
    ul.elementor-nav-menu--dropdown a {
        border-inline-start: 0 !important;
        font-size: 20px !important; /* Assumed 24px starting size */
    }
    /* ul.elementor-nav-menu--dropdown a.highlighted,
    ul.elementor-nav-menu--dropdown a:hover {
        background-color: var( --e-global-color-primary ) !important;
    } */
    /* ul.elementor-nav-menu--dropdown ul {
        background-color: var( --e-global-color-primary ) !important;
    } */
    /* ul.elementor-nav-menu--dropdown ul a.highlighted,
    ul.elementor-nav-menu--dropdown ul a:hover {
        background-color: var( --e-global-color-6d65bc0 ) !important;
    } */
}

.elementor-nav-menu ul ul a, 
.elementor-nav-menu ul ul a:active, 
.elementor-nav-menu ul ul a:focus, 
.elementor-nav-menu ul ul a:hover {
    border-left: none !important;
}

.reset-list,
.reset-list ul,
.reset-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Dynamic.ooo helpers */
/* // add to Dynamic.ooo repeater widget when using grid layout to force all tiles to be the same height */
.equal-height-repeater {
    .dce-acf-repeater-item {
        & > div[data-elementor-type="section"] {
            height: 100%;
            & > div[data-element_type="container"] {
                height: 100%;
            }
        }
    }
}
/* // add to Dynamic.ooo repeater widget when using slider layout to force all slides to be the same height */
.equal-height-repeater-slider {
    .swiper-wrapper {
        align-items: stretch;
        .swiper-slide {
            height: auto;
        }
    }
}

.circled-heading:where(.e-con-full,.elementor-widget) {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
}
.circled-heading > span {
    padding: 7.5px 11.5px;
    background: var( --e-global-color-accent );
    border-radius: 10px;
    display: block;
}
a.post-tile {
    text-decoration: none !important;
}
.center-ticker .elementor-counter-title {
    text-align: center;
}

/* // Social Icon shortcode styles */
.social-icons svg {
    transition: all 0.3s;
}
.social-icons {
    display: flex;
}
.social-icons .social-icon {
    width: 32px;
    height: 32px;
}
.social-icons .social-icon svg {
    width: 100%;
    height: auto;
    display: block;
}

body .elementor-location-footer a {
	text-decoration: none;
}
body .elementor-location-footer a:hover {
	text-decoration: underline;
}
.elementor-widget-wp-widget-nav_menu nav ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pricing-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 2px solid #dfe3e8 !important;
    border-radius: 36px;
    background: #fff;
    font-family: Inter, sans-serif;
	padding: 0 !important;
}

/* TABLE */
.pricing-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
	margin: 0;
}

table.pricing-table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th,
table.pricing-table tbody tr:hover>td, table tbody tr:hover>th{
	background: white;
}

/* HEADER */
.pricing-table thead th {
    padding: 28px 24px;
    font-size: 20px;
    font-weight: 700;
    color: #12245a;
    text-align: center;
	border: none !important;
    border-bottom: 3px solid #232323 !important;
    background: #fff;
}

/* FIRST COLUMN */
.pricing-table td:first-child,
.pricing-table th:first-child {
    text-align: left;
    width: 28%;
    font-size: 20px;
    font-weight: 700;
    color: #1d1d1d;
    padding-left: 32px;
}

/* BODY CELLS */
.pricing-table td {
    padding: 34px 24px;
    text-align: center;
    font-size: 18px;
    color: #2a2a2a;
    border-bottom: 1px solid #e6e9ed !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
    background: #fff;
}

/* REMOVE LAST ROW BORDER */
.pricing-table tbody tr:last-child td {
    border-bottom: none !important;
}

/* FEATURED COLUMN */
.pricing-table .featured {
    background: #eef4ef !important;
    border-left: 4px solid #006b14 !important;
    border-right: 4px solid #006b14 !important;
}

/* FEATURED HEADER */
.pricing-table thead .featured {
    border-top: 4px solid #006b14 !important;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}

/* FEATURED BOTTOM */
.pricing-table tbody tr:last-child .featured {
    border-bottom: 4px solid #006b14 !important;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
}

/* CHECK ICON */
.pricing-table img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .pricing-table {
        min-width: 900px;
    }
}

@media (max-width: 768px) {

    .pricing-table thead th {
        font-size: 16px;
        padding: 20px 16px;
    }

    .pricing-table td {
        font-size: 15px;
        padding: 22px 16px;
    }

    .pricing-table td:first-child,
    .pricing-table th:first-child {
        font-size: 16px;
    }
	.pricing-table td:first-child, .pricing-table th:first-child {
		width: 20%;
	}
}

.pricing-tier .elementor-price-table {
	display: flex;
	flex-direction: column;
}
.pricing-tier .elementor-price-table__subheading {
	display: block;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #E5E7EB;
}
.pricing-tier .elementor-price-table .elementor-price-table__price {
	justify-content: flex-start;
	gap: 4px;
}
.pricing-tier .elementor-price-table .elementor-price-table__price {
	order: -1;
}
.pricing-tier .elementor-price-table {
	text-align: left;
}
.pricing-tier .elementor-price-table__footer {
	text-align:center;
}
.pricing-tier .elementor-price-table .elementor-price-table__feature-inner {
	position: relative;
}
.pricing-tier .elementor-price-table .elementor-price-table__feature-inner svg {
	position: absolute;
	top: 0;
}
.pricing-tier .elementor-price-table .elementor-price-table__feature-inner span {
	padding-left: 32px;
	display: block;
}
.pricing-tier .elementor-price-table__button {
	width: 100%;
}
.pricing-tiers .e-n-tabs-heading button:first-child {
	border-radius: 12px 0 0 12px !important;
}
.pricing-tiers .e-n-tabs-heading button:last-child {
	border-radius: 0 12px 12px 0 !important;
}
@media screen and (max-width: 768px) {
	.pricing-tiers .e-n-tabs-heading {
		display: flex !important;
		flex-direction: column !important;
	}
	.pricing-tiers .e-n-tabs-heading button {
		margin: 0 !important;
	}
	.pricing-tiers .e-n-tabs-heading button:first-child {
		border-radius: 12px 12px 0 0 !important;
	}
	.pricing-tiers .e-n-tabs-heading button:last-child {
		border-radius: 0 0 12px 12px !important;
	}
}