/*!
	Theme Name: Hello Elementor Child
	Theme URI: https://stonehawkdigital.com/elementor/download-hello-elementor-child-theme/
	Description: Hello Elementor Child Theme for customisation
	Author: Raphael Stonehawk
	Author URI: https://stonehawkdigital.com
	Template: hello-elementor
	Version: 2.0.1
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
*/
.location_box .elementor-icon-box-description a{
	color: #ffffff !important;
}

.common_btn.banner_area .elementor-slide-button, .common_btn.banner_area .elementor-button{
	background-image: linear-gradient(160deg, #477a8a 50%, #000 50%) !important;
    border: 1px solid #477a8a !important;
	position: relative;
    margin-bottom: 10px;
    height: 50px;
    padding: 0 32px !important;
    border-radius: 0;
    background-size: 300% !important;
    transition: all .3s ease !important;
    text-transform: uppercase;
    line-height: 50px;
}

.common_btn.banner_area .elementor-slide-button:hover, .elementor-button:hover{
	border: 1px solid #000 !important;
	transform: none !important;
    color: #fff !important;
    background-position: 96% !important;
}

.call_box {
    background: #a02765;
    width: 552px;
    height: 179px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    gap: 30px;
}

.elementor-button{
	background-color: rgba(97, 206, 112, 0);
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    fill: #020101;
    color: #020101;
}

/* Hero Orange box */
.common_btn.banner_area .right_content a {
    font-family: Inter;
    font-size: 38px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    text-decoration: none;
	border: 0px solid #00000000 !important;
}

/* Default Button */
.common_btn a, .common_btn input {
    background-image: linear-gradient(160deg, transparent 50%, #000 50%) !important;
    border: 1px solid #000 !important;
    position: relative;
    margin-bottom: 10px;
    height: 50px;
    padding: 0 32px !important;
    border-radius: 0;
    background-size: 300% !important;
    transition: all .3s ease !important;
    text-transform: uppercase;
    line-height: 50px;
}

/* White Button */
.book_btn a {
    background-image: linear-gradient(160deg, transparent 50%, #fff 50%) !important;
    border: 1px solid #fff !important;
    position: relative;
    margin-bottom: 10px;
    height: 50px;
    padding: 0 32px !important;
    border-radius: 0;
    background-size: 300% !important;
    transition: all .3s ease !important;
    text-transform: uppercase;
    line-height: 50px;
}

.book_btn a:hover{
	border: 1px solid #fff !important;
	transform: none !important;
    color: #000 !important;
    background-position: 96% !important;
}

/* About page background images */
.about_section:after {
    content: "";
    position: absolute;
    background: url(https://paradisoairliebeach.com.au/wp-content/uploads/2026/05/menu10.png) top right / contain no-repeat;
    width: 479px;
    height: 479px;
    right: -130px;
    top: -100px;
    z-index: -1;
    --lzl-bg-img: "https://paradisoairliebeach.com.au/wp-content/uploads/2026/05/menu10.png";
}

.about_section:before {
    content: "";
    position: absolute;
    background: url(https://paradisoairliebeach.com.au/wp-content/uploads/2026/05/menu11.png) top left / contain no-repeat;
    width: 504px;
    height: 481px;
    left: -130px;
    top: -100px;
    z-index: -1;
    --lzl-bg-img: "https://paradisoairliebeach.com.au/wp-content/uploads/2026/05/menu11.png";
}