.elementor-kit-10{--e-global-color-primary:#F15A29;--e-global-color-secondary:#BE1E2C;--e-global-color-text:#000000;--e-global-color-accent:#F68B1F;--e-global-color-99f0b7c:#FFFFFF;--e-global-color-734dd4a:#F9F8F7;--e-global-color-eb6c840:#F4C7AB;--e-global-color-becdf04:#272543;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Averta", Sans-serif;font-size:18px;line-height:1.4;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Averta", Sans-serif;font-size:18px;color:var( --e-global-color-99f0b7c );border-radius:50px 50px 50px 50px;padding:15px 30px 15px 30px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{font-family:"Amerigo BT", Sans-serif;font-size:60px;font-weight:700;line-height:1.1;}.elementor-kit-10 h2{font-family:"Amerigo BT", Sans-serif;font-size:48px;font-weight:600;line-height:1.2;}.elementor-kit-10 h3{font-family:"Amerigo BT", Sans-serif;font-size:25px;font-weight:600;}.elementor-kit-10 h4{font-family:"Averta", Sans-serif;font-size:16px;text-transform:uppercase;letter-spacing:2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10 h1{font-size:40px;}.elementor-kit-10 h2{font-size:32px;}.elementor-kit-10 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a[href^=tel] {
    white-space: nowrap;
}

.elementor-widget-text-editor p:last-child, .textwidget p:last-child {
    margin-bottom: 0px;
}

/*testimonials*/

.swiper-slide-active .raven-testimonial__text.raven-testimonial-content-text {
    background: #f15a29;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 20px 50px 50px rgb(0 0 0 / 15%);
    transition: 1s all;
    margin: 0px 50px;
}

.swiper-slide-prev .raven-testimonial .raven-testimonial__text.raven-testimonial-content-text, .swiper-slide-next .raven-testimonial .raven-testimonial__text.raven-testimonial-content-text {
    color: #999999 !important;
    margin: 0px 50px;
    padding: 50px;
}

.swiper-slide-prev span.raven-testimonial__name, .swiper-slide-prev span.raven-testimonial__title, .swiper-slide-next span.raven-testimonial__name, .swiper-slide-next span.raven-testimonial__title {
        color: #999999 !important;
}

@media screen and (max-width:400px) {
.swiper-slide-active .raven-testimonial__text.raven-testimonial-content-text {
    margin: 0;
    padding: 30px;
}
.swiper-slide-prev .raven-testimonial .raven-testimonial__text.raven-testimonial-content-text, .swiper-slide-next .raven-testimonial .raven-testimonial__text.raven-testimonial-content-text {
    margin: 0px;
    padding: 30px;
}
}

.hover-box:hover h3.elementor-heading-title.elementor-size-default, .hover-box:hover p, .hover-box:hover h4, .hover-box:hover li {
    color: white;
    transition: 0.2s all;
}

.hover-box h3.elementor-heading-title.elementor-size-default, .hover-box p {
    transition: 0.2s all;
}

.inline-button a {
    background: none !important;
    color: #000 !important;
    font-size: 14px !important;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--e-global-color-primary);
    border-radius: 0 !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
}

.inline-button a:hover {
    background: none !important;
    color: var(--e-global-color-secondary) !important;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--e-global-color-secondary);
    border-radius: 0;
    padding: 0 !important;
    padding-bottom: 5px !important;
}


/* Base table styling (desktop) */
.rtable table { width: 100%; border-collapse: collapse; }
.rtable table th, .rtable table td { padding: .75rem; text-align: left; }
.rtable table thead th { background: #f6f6f6; }

/* Mobile: convert rows into cards; keep both header logics */
@media (max-width: 640px) {
  .rtable .jet-table-wrapper {
    box-shadow: none !important;
  }
  .rtable table { border: 0; }
  .rtable table thead { display: none; }           /* visually hide top headers */
  .rtable table tbody tr {
    display: flex; flex-wrap: wrap; gap: .75rem; border-radius: 10px; padding: .75rem; margin-bottom: .75rem; border: 1px solid #ccc; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .rtable table tbody th[scope="row"] {
    flex: 1 0 100%;                           /* row heading on top */
    background: transparent; border: 0; padding: 0; font-weight: 700; font-size: 1rem;
  }
  .rtable table tbody td {
    position: relative;
    flex: 1 0 100%;                            /* 1 column by default */
    border: 0; padding: .5rem 0 0 0;
  }
  /* Show the column heading for each data cell */
  .rtable table tbody td .jet-table__cell-text span::before {
    content: attr(data-col);
    display: block; font-weight: 600; margin-bottom: .125rem;
  }

  /* Optionally switch to 2 data columns on slightly larger mobiles */
  @media (min-width: 420px) and (max-width: 640px) {
    .rtable table tbody td { flex: 1 0 calc(50% - .375rem); } /* 2-up grid for data cells */
  }
}

/* ===== Bullet list ===== */
.list-bullets,
.list-bullets ul{
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}
.list-bullets li{
  margin: .3rem 0;
}
.list-bullets li::marker{
  color: var( --e-global-color-primary );
}
.list-bullets{ list-style: disc; }
.list-bullets ul{ list-style: disc; }

/* ===== Check list ===== */
.list-checks,
.list-checks ul{
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}
.list-checks li{
  position: relative;
  padding-left: 1.6rem;           /* space for the check */
  margin: .35rem 0;
}
.list-checks li::before{
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.2;
  color: var( --e-global-color-primary );
  font-weight: 700;
  /* align neatly with text */
  width: 1.1rem;
  text-align: center;
}
.list-checks ul{ margin-left: 1.25rem; }
.list-checks ul li::before{ opacity: .9; }         /* slight visual hierarchy *//* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Averta';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.rimon.com.au/wp-content/uploads/2025/10/Averta-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Averta';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.rimon.com.au/wp-content/uploads/2025/10/AvertaStdCY-Semibold-1.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Amerigo BT';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.rimon.com.au/wp-content/uploads/2025/10/amerigo-bt.ttf') format('truetype');
}
@font-face {
	font-family: 'Amerigo BT';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.rimon.com.au/wp-content/uploads/2025/10/AmerigoBT-BoldA.woff') format('woff');
}
/* End Custom Fonts CSS */