/*
Theme Name: Bawa Care
Theme URI: https://bawacare.com.au/
Template: oceanwp
Author: Bawa Care
Author URI: https://bawacare.com.au/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 1.1787991230
Updated: 2026-08-29 08:13:50

*/

:root{
    font-family: 'Arial', sans-serif;
    font-size: 16px !important;
}

body{
   background: radial-gradient(circle at 75% 30%, rgba(244, 98, 58, 0.6), transparent 55%), #273440;
}

header#site-header {
    background: transparent;
}

button.forminator-button.forminator-button-submit {
    padding: 15px 30px !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    font-size: 0.938rem !important;
    border: 2px solid var( --e-global-primary );
}

.elementor-button-content-wrapper::after {
    content: url('');
    display: inline-block;     /* Allows the element to take a width and height */
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/09/ArrowRight.png');
    background-size: contain;  /* Scales the image perfectly to fit the dimensions */
    background-repeat: no-repeat;
    background-position: center;
}

.elementor-button{
    transition: all 0.3s ease;
    border: 2px solid var( --e-global-primary );
}

.elementor-button:hover{
    transform: translateY(-5px);
}


#menu-1-2c8d73c{
    flex-wrap: nowrap;
    column-gap: 10px;
}

#menu-1-2c8d73c li a{
    z-index: 2; /* Sits above the background slider */
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 700;
    color: #fff; /* Dark Slate Navy default text */
    text-decoration: none;
    border-radius: 9999px; /* Pill shape */
    cursor: pointer;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
#menu-1-2c8d73c li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var( --e-global-primary ); /* Orange highlight fill */
  border-radius: 9999px;
  z-index: -1;
  
  /* Start collapsed horizontally in the center */
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#menu-1-2c8d73c li:hover a,
#menu-1-2c8d73c li.current-menu-item a{
color: #ffffff; /* Turns white over the orange/navy background */
}
#menu-1-2c8d73c li:hover a::before {
  transform: scaleX(1);
}
#menu-1-2c8d73c li.current-menu-item a::before {
  transform: scaleX(1);
  background-color: #26333f; /* Orange highlight fill */
}
.btn-ghost a.elementor-button {
    background: none;
    border: 2px solid #fff;
}
.job-pills ul li span {
    background: var( --e-global-color-2e7c74b );
    color: var(--e-global-color-primary);
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 10px;
}
.contact-list-details .elementor-icon {
    background-color: var( --e-global-color-2e7c74b );
    padding: 10px;
    border-radius: 10px;
}
a.elementor-button.elementor-button-link {
    text-decoration: none !important;
}

.service-features{
    
    gap: 15px;
    display: flex;
    flex-direction: column;

}
.service-content-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.service-features .item{
    padding: 24px 28px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 2px 6px rgba(38,51,63,0.05), 0 16px 32px rgba(38,51,63,0.06);
    transition: transform .2s ease, box-shadow .2s ease;
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.service-features .item .icon svg {
    background-color: var( --e-global-color-2e7c74b );
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 10px;
}

.service-features .item .icon h2 {
    font-size: 1.188rem;
}
.service-features .item .icon p {
    font-size: 0.906rem;
}

.service-content-inner {
    padding: 20px 0;
}

.service-content-inner > h2{
    font-size: 1.75rem;
    margin-bottom: 0;
}
.service-content-inner > p{
    font-size: 0.938;
    margin-bottom: 0;
}
.service-content {
    margin-bottom: 40px;
}
.service-count {
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    background: var( --e-global-color-e764b43 );
    border: 1px solid var( --e-global-color-b5273a0 );
    font-size: 0.75rem;
    font-weight: 700;
}

.service-features .item h2 {
    margin-bottom: 5px;
}

.service-features .item p {
    margin-bottom: 5px;
}

.home-service-tags span.tag {
    padding: 5px 10px;
    background: var( --e-global-color-e764b43 );
    border: 1px solid var( --e-global-color-b5273a0 );
    border-radius: 99px;
    margin-right: 10px;
    font-size: 0.781rem;
    font-weight: 700;
}


@media screen and (min-width: 768px) {
    /* .page-banner-floating-container .e-con-inner{
        height: 85px;
        position: relative;
    }

    .page-banner-floating-container .home-banner-floating-highlight {
        top: -40px;
        position: absolute;
        z-index: 99;
        background: #fff;
        width: 100%;
    } */

.home-banner-floating-highlight {
     transform: translateY(-40px);
    margin-bottom: -40px;
}
}
@media screen and (min-width: 1024px) {
    .service-content-inner {
        max-width: 50%;
    }
}