/*
 Theme Name: Summerland Theme
 Description: Summerland official theme created by ID Digital Agency
 Author: ID Digital Agency
 Author URI: https://iddigital.com.au/
 Template: hello-elementor
 Version: 2.0.1
 Text Domain: hello-elementor-child
 License: GNU General Public License v3 or later.
 License URI: https://www.gnu.org/licenses/gpl-3.0.html
 */
/* Add your custom styles here */
.site-header {
  background-color: #efe7dd;
}
.site-header .site-logo {
  display: none;
}
/* Google search styles*/
.gsc-search-box .gsc-input {
  padding: 0;
  border: 0;
}
.gsc-search-box .gsc-search-box .gsc-input {
  padding-right: 0;
}
.gsib_b {
  display: none;
}
.gsc-input-box {
  border: none;
}
.gsc-input-box table {
  margin-bottom: 0;
}
.gsc-search-box table tbody > tr:nth-child(odd) > td {
  background-color: transparent;
}
.gsc-search-button {
  border: 0;
}
/* The Modal (background) */
.google-search-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: #f26422d9;
  /* Black w/ opacity */
}
/* Modal Content */
.google-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
/* The Close Button */
.google-close-button {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.google-close-button:hover,
.google-close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* Define the zoom animation */
@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* Apply the animation to the modal */
.zoom {
  animation: zoomIn 0.3s ease-in-out;
}
/* Custom styles for the mega menu */
#mega-menu {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
}
#mega-menu .border-t-left {
  border-top-left-radius: 10px;
}
#mega-menu .border-b-left {
  border-bottom-left-radius: 10px;
}
#mega-menu li a {
  text-decoration: none;
  color: #3c3c3c;
}
#mega-menu li:hover {
  cursor: pointer;
}
#mega-menu .menu-link {
  padding-bottom: 20px;
}
#mega-menu .menu-link:before {
  content: none;
  /* Default state */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25.456" height="25.456" viewBox="0 0 25.456 25.456"><rect id="Rectangle_47" data-name="Rectangle 47" width="18" height="18" transform="translate(12.728) rotate(45)" fill="%23a3c3bc"/></svg>');
  background-size: contain;
  /* Adjust as needed: contain or cover */
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 23px;
  position: absolute;
  bottom: -15px;
}
#mega-menu .menu-link:hover:before {
  content: "";
  /* Show on hover */
}
#mega-menu ul.sub-menu {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 0;
  z-index: 3;
  top: 100%;
  display: none;
  grid-template-columns: 1fr;
  width: 747px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0px 5px #a3c3bc;
  min-height: 100%;
}
#mega-menu ul.sub-menu li {
  padding: 10px;
  background: #edf3f2;
  width: 240px;
  border-bottom: 1px solid #edf3f2;
}
#mega-menu ul.sub-menu li:hover {
  background: white;
  border-bottom: 1px solid #a3c3bc;
}
#mega-menu ul.sub-menu a {
  font-weight: 600;
  font-size: 12px;
}
#mega-menu ul.sub-menu li ul.sub-menu {
  top: 0;
  display: none;
  width: 100%;
  padding-left: calc(31.33% + 1rem);
  padding-right: 1rem;
  right: 0;
  z-index: -1;
  background: white;
  height: auto;
}
#mega-menu ul.sub-menu li ul.sub-menu li {
  background: #efe7dd;
  width: 100%;
  margin: 10px 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mega-menu ul.sub-menu li ul.sub-menu li a {
  font-size: 18px;
  flex-basis: 90%;
}
#mega-menu ul.sub-menu li ul.sub-menu li a p {
  font-size: 14px;
}
#mega-menu ul.sub-menu li ul.sub-menu li:hover {
  background: white;
  border-bottom: 1px solid #fff;
}
#mega-menu ul.sub-menu li ul.sub-menu li:after {
  content: "";
  /* Use empty string instead of none */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30.935" height="26.513" viewBox="0 0 30.935 26.513"><path id="arrow-right" d="M18.269,64.47l12.152,11.6a1.659,1.659,0,0,1,0,2.4l-12.152,11.6a1.657,1.657,0,0,1-2.287-2.4l9.162-8.741H1.658a1.657,1.657,0,1,1,0-3.314H25.14l-9.162-8.741a1.66,1.66,0,0,1,2.292-2.4Z" transform="translate(0 -64.013)" fill="%233c3c3c" opacity="0.6"></path></svg>');
  background-size: contain;
  /* Adjust as needed: contain or cover */
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  width: 24px;
  height: 23px;
}
.mega-menu-wrapper {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efe7dd;
  padding: 0 10px;
  margin-bottom: 4px;
}
@media (max-width: 1140px) {
  .mega-menu-wrapper {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .mega-menu-wrapper {
    display: flex;
  }
}
.login-button {
  background: #f26422;
  color: white !important;
  display: flex;
  gap: 10px;
  align-items: center;
  height: 90px;
  width: 114px;
  justify-content: center;
  text-decoration: none !important;
}
.login-button:hover {
  cursor: pointer;
}
.search-button {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.search-button:hover {
  cursor: pointer;
}
.search-wrapper {
  display: flex;
  gap: 15px;
}
.nav-position {
  position: relative;
  top: 8px;
}
.active-menu {
  display: block !important;
}
/* Style for the active class */
#mega-menu ul.sub-menu li ul.sub-menu.active {
  display: block;
  /* Ensure the sub-menu is displayed */
}
/* FAQ styling */
.wrapper-container {
  width: 1140px;
  padding: 0 10px;
}
@media (max-width: 1140px) {
  .wrapper-container {
    width: 100%;
  }
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.flex {
  display: flex;
}
@media (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}
.flex__tab_content {
  display: flex;
}
.flex-rates__tab_content {
  display: flex;
}
@media (max-width: 768px) {
  .flex-rates__tab_content {
    flex-direction: column;
    flex-flow: column-reverse;
  }
}
.flex-features__tab_content {
  display: flex;
}
@media (max-width: 1024px) {
  .flex-features__tab_content {
    flex-direction: column;
  }
}
.child-flex-features__tab_content {
  display: flex;
}
@media (max-width: 640px) {
  .child-flex-features__tab_content {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hide-image__tab_content, 
  .hide-text__tab_content  {
    display: none;
  }
}
.flex-column__tab_content {
  flex-direction: column;
}
.justify-end__tab_content {
  justify-content: end;
}
.justify-between__tab_content {
  justify-content: space-between;
}
.gap-1__tab_content {
  gap: 0.5em;
}
.gap-2__tab_content {
  gap: 1em;
}
.features-gap-2__tab_content {
  gap: 1em;
}
@media (max-width: 640px) {
  .features-gap-2__tab_content {
    gap: 0.5em;
  }
}
.gap-10 {
  gap: 3em;
}
@media (max-width: 1024px) {
  .gap-10 {
    gap: 1em;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
.basis-4-12 {
  flex-basis: 33.333333%;
}
.basis-4-12__tab_content {
  flex-basis: 31.333333%;
}
.basis-4-12-calculators__tab_content {
  flex-basis: 31.333333%;
}
@media (max-width: 768px) {
  .basis-4-12-calculators__tab_content  {
    flex-basis: 46%;
  }
}
.basis-6-12 {
  flex-basis: 50%;
}
.basis-8-12 {
  flex-basis: 66.666667%;
}
.py-12 {
  padding: 3rem 0;
}
.py-12__tab_content {
  padding: 3rem 10px;
}
@media (max-width: 768px) {
  .py-12__tab_content {
    padding: 2rem 10px;
  }
}
.py-15__tab_content {
  padding: 4rem 0px;
}
@media (max-width: 768px) {
  .py-15__tab_content {
    padding: 2rem 0px;
  }
}
.mt-2__tab_content {
  margin-top: 0.5rem;
}
.p-4__tab_content {
  padding: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.object-contain__tab_content {
  object-fit: contain;
}
.h-full__tab_content {
  height: 100%;
}
.w-full__tab_content {
  width: 100%;
}
.faq-right-layout .accordion {
  background-color: #efe7dd;
  color: #1f2124;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  border-radius: 15px;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
}
.faq-right-layout .accordion p {
  font-family: "Akkurat Bold", Sans-serif;
  flex-basis: 91.666667%;
  margin-bottom: 0;
}
.faq-right-layout .accordion:after {
  content: "";
  /* Use empty string instead of none */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.372" height="20.269" viewBox="0 0 17.372 20.269"><path id="arrow-right" d="M11.971,64.313l7.962,7.6a1.087,1.087,0,0,1,0,1.573l-7.962,7.6a1.086,1.086,0,0,1-1.5-1.572l6-5.727H1.086a1.086,1.086,0,1,1,0-2.172H16.472l-6-5.727a1.088,1.088,0,0,1,1.5-1.575Z" transform="translate(81.385) rotate(90)" fill="%233c3c3c" opacity="0.6"></path></svg>');
  background-size: contain;
  /* Adjust as needed: contain or cover */
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  width: 24px;
  height: 23px;
}
.faq-right-layout .active:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.372" height="20.269" viewBox="0 0 17.372 20.269"><path id="arrow-right" d="M11.971,64.313l7.962,7.6a1.087,1.087,0,0,1,0,1.573l-7.962,7.6a1.086,1.086,0,0,1-1.5-1.572l6-5.727H1.086a1.086,1.086,0,1,1,0-2.172H16.472l-6-5.727a1.088,1.088,0,0,1,1.5-1.575Z" transform="translate(-64.013 20.269) rotate(-90)" fill="%233c3c3c" opacity="0.6"></path></svg>');
  height: 24px;
}
.faq-right-layout .panel {
  border-radius: 15px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin: 5px 0px;
}
.faq-right-layout .panel p {
  padding: 18px;
  font-size: 14px;
}
.faq-right-layout .panel.border {
  border: 2px solid #efe7dd;
}
.faq-right-layout .panel.noborder {
  border: none;
}
/* Security Hub */
.single-security-hub .wp-block-post-featured-image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.single-security-hub .wp-block-button a {
  text-decoration: none;
}
.single-security-hub .custom-dot-point {
  list-style-type: "🚩 ";
}

.alert-message {
  text-align: center;
  padding: 15px;
  display: flex;
  align-items: baseline;
}

.alert-message p {
  width: 90%;
  margin: 0 auto;
  font-weight: 600;
}

.alert-message .close-button {
  background: none;
  border: none;
  padding: 0;
}

.alert-message .close-button .close-image {
  width: 15px;
  height: 15px;
}

main .e-n-tabs-heading {
  overflow: auto !important;
  white-space: nowrap !important;
  display: flex !important;
  flex-wrap: nowrap !important;
}

main .e-n-tabs-heading button {
  display: inline-block !important;
  margin: 0px !important;
}

/* Tab Layout */

/* Style the tab */
.tab {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .tab {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/* Style the buttons inside the tab */
.tab button {
  background-color: white !important;
  color: #3C3C3C !important;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .tab button {
    flex: 1 1 calc(50% - 5px); /* Adjust gap calculation */
    box-sizing: border-box;
    width: auto; /* Override the width: 100% for mobile */
    margin-bottom: 10px; /* Add some vertical spacing */
  }
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #EFE7DD !important;
  box-shadow: 1px 1px 5px #3C3C3C inset;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #EFE7DD !important;
  box-shadow: 1px 1px 5px #3C3C3C inset;
}

/* Style the tab content */
.tabcontent {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
@media (max-width: 768px) {
  .tabcontent {
    padding-bottom: 1em;
  }
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.tab-icon__tab_content {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.primary-button__tab_content {
  background: white;
  color: #3C3C3C !important;
  text-decoration: none !important;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #ffffff;
}

.primary-button__tab_content:hover {
  border: 1px solid #3C3C3C;
  transition: 0.5s;
}

.secondary-button__tab_content {
  background: transparent;
  color: #3C3C3C !important;
  text-decoration: none !important;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid #3C3C3C;
  font-size: 14px;
}

.secondary-button__tab_content:hover {
  background: #ffffff;
  transition: 0.5s;
}

.button-icon__tab_content {
  width: 20px;
  height: 20px;
}

.border-bottom__tab_content {
  border-bottom: 1px solid #707070;
}

.a__tab_content {
  text-decoration: none !important;
  color: #3C3C3C !important;
}

.page-banner__tab_content {
  width: 100%;
  height: 437px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 640px) {
  .page-banner__tab_content {
    height: 167px;
  }
}

.relative__tab_content {
  position: relative;
}

.page-banner-squiggle__tab_content {
  position: absolute;
  right: 35px;
  bottom: 0;
  max-width: 308px;
  width: 100%;
}
@media (max-width: 768px) {
  .page-banner-squiggle__tab_content {
    max-width: 200px;
  }
}

.page-banner-line-height__tab_content {
  line-height: 0;
}

.hero-inner__tab_content {
  display: flex;
  gap: 2em;
  align-items: end;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .hero-inner__tab_content {
    flex-direction: column;
    flex-flow: column-reverse;
    padding: 0;
    align-items: flex-start;
  }
}

.hero-text__tab_content {
  flex: 1;
  padding-bottom: 3em;
}

@media (max-width: 768px) {
  .hero-text__tab_content {
    padding-left: 10px;
  }
}

.hero-image__tab_content {
  flex: 2;
  margin-right: -80px;
}
@media (max-width: 1300px) {
  .hero-image__tab_content {
    margin-right: 0;
    width: 100%;
  }
  
}

@media (max-width: 768px) {
  .hero-image__tab_content {
    margin-right: 0;
  }
}

.rates-image__tab_content {
  width: 100%;
  height: 309px;
  object-fit: cover;
  object-position: center;
}

.application-image__tab_content {
  width: 100%;
  height: 156px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mb-2__tab_content  {
    margin-bottom: 0;
  }
}

.tab-title__tab_content {
  white-space: normal;
  text-align: left;
  width: 80%;
  align-items: end;
  height: 100%;
}

.block-title__tab_content {
  font-size: 20px !important;
}

.breadcrumbs_wrapper {
  background: #ffffff;
  font-size: 11px;
  margin-top: -4px;
}

.breadcrumbs_wrapper a {
  color:#3C3C3C !important;
}

.items-center__house_icon {
  align-items: center;
}

.items-center__breadcrumbs {
  align-items: center;
}
@media (max-width: 768px) {
  .items-center__breadcrumbs {
    justify-content: center;
    padding: 10px 0;
  }
}

.icon__breadcrumb {
  width: 20px;
  height: 40px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .icon__breadcrumb {
    height: 20px;
  }
}

.compare-home-loan__tab_content {
  width: fit-content;
}

/* End of Tab Layout */

/* Global */

.h1 { 
  font-size: 45px;
  line-height: normal;
}
@media (max-width: 768px) {
  .h1 { 
    font-size: 35px;
  }
}

.font-bold {
  font-family: "Akkurat Bold", sans-serif !important;
}

.font-regular {
  font-family: "Akkurat Regular", sans-serif !important;
}

.text-sm,
.text-sm p {
  font-size: 14px !important;
}

.text-xl {
  font-size: 20px !important;
}

.rounded-sm {
  border-radius: 5px;
}

/* Colours */

.accent {
  background-color: #EFE7DD;
}

.text-white {
  color: white;
}