/*
Theme Name: Hello Elementor Child
Theme URI: https://cattlecode.au/
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
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Main Container */
.container {
    max-width: 1580px;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.container1140 {
    max-width: 1140px;
    margin: 0 auto;
}

/* Header */
#menu-btn {
    float: right;
}

.page-header .page_title {
    margin-bottom: 30px !important;
}

.header_section {
    padding: 34px 0 28px 0;
}

.header_section.on_scroll_header {
    padding: 18px 0px 11px 0px;
}

.header_section .logo img {
    min-width: 200px;
}

.on_scroll_header.header_section .logo img {
    min-width: 184px;
}

/* Section Padding and Background */
#bgcolor .elementor-container {
    background: #fff;
    padding: 25px;
}

.padBottom .elementor-container,
.padTop .elementor-container {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.pad70 {
    padding-bottom: 70px !important;
}

.pad70T {
    padding-top: 70px;
}

.pad40 {
    padding-bottom: 40px;
}

.pad50 {
    padding: 50px 0px;
}

/* Home Titles */
.home_title {
    font-size: 40px;
    color: #f18700;
    font-weight: 400;
    margin: 0 0 24px;
}

.home_title2 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}

.reset-margin .home_title {
    margin: 0px;
}

/* Typography */
h3 {
    font-size: 25px;
    line-height: 32px;
}

.bg-white h3 {
    font-size: 26px;
    line-height: 28px;
    color: #a32422;
    font-weight: normal;
    margin-bottom: 0px;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    color: #141414;
}

p, ul, ol, li, address {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #1d1d1b;
    line-height: 23px;
}

/* Tabs */
.elementor-tab-title {
    background: #c1cacf;
    font-weight: 700;
}

.elementor-tab-title.elementor-active {
    background: #fbba00;
    color: #fff !important;
    font-weight: 700;
}

.elementor-tab-title a {
    font-size: 22px;
    text-decoration: none !important;
    color: #dee6ea !important;
    padding: 15px;
}

.elementor-tab-title:hover a {
    color: #fff;
}

.elementor-tab-content {
    background: #fff;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

.elementor-tabs-wrapper .elementor-tab-title.elementor-active::before,
.elementor-tabs-wrapper .elementor-tab-title::before {
    border-left: 20px solid #fbba00;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 2;
}

.elementor-tabs-wrapper .elementor-tab-title.elementor-active::after,
.elementor-tabs-wrapper .elementor-tab-title::after {
    border-left: 20px solid #fbba00;
    content: "";
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    left: 0;
    bottom: -1px;
}

/* Buttons */
.elementor-button-link {
    border-radius: 30px !important;
    text-decoration: none !important;
}

#medBtn .elementor-button-link {
    background: #fff;
    color: #9c2220;
}

#medBtn .elementor-button-link:hover {
    background: #9c2220;
    color: #fff;
}

.elementor-button-text {
    font-weight: 700;
    min-width: 135px;
    text-decoration: none !important;
}

.elementor-widget-tabs .elementor-button {
    background: #f7b033;
}

.elementor-widget-tabs .elementor-button:hover {
    background: #fbba00;
}

/* Links */
a {
    text-decoration: underline !important;
}

ul li a:hover span {
    color: #e10613 !important;
}

.elementor-widget-container li a {
    text-decoration-color: #fff !important;
}

.elementor-widget-container ul li a span {
    color: #fff !important;
}

/* Footer */
.footer_section {
    border-bottom: 20px solid #000;
}

.entry-footer {
    display: none;
}

/* Misc */
body {
    margin: 0px;
}

.leftAlign {
    display: inline-block;
    float: left;
    padding-right: 22px;
    margin-bottom: 0px;
}

/* Media Queries */
@media (min-width: 1200px) and (max-width: 1599px) {
    .container, .elementor-container {
        max-width: 1220px !important;
        width: 100%;
    }
}

@media (min-width: 1367px) {
    .container, .elementor-container {
        max-width: 1580px;
        width: 100%;
    }
}

@media (min-width: 769px) {
    .col-sm-6 {
        width: 50%;
    }

    .home .page-content {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .container, .elementor-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home_title, .home_title2 {
        font-size: 26px;
    }

    .bg-white h3, h3 {
        font-size: 25px;
    }

    .elementor-tabs .elementor-tab-content {
        padding: 10px !important;
    }

    .header_section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .header_section.on_scroll_header {
        padding: 18px 0px 11px 0px;
    }

    .leftAlign {
        padding-bottom: 20px;
        padding-right: 0px;
    }
	
.help-line {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 900;              /* Boldest weight */
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0.05em;        /* Tight, punchy spacing */
    color: #141414;                /* Deep charcoal to match "CODE" */
    display: inline-block;
    white-space: nowrap;
    padding: 10px 0;
}