@charset "UTF-8";

:root {
  --primary-blue: #2b5fed;
  --dark-blue: #1a3db8;
  --light-blue: #ebf1ff;
  --orange: #ff8c42;
  --dark-bg: #2c2c2c;
  --text-dark: #333333;
  --text-muted: #666666;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'SVN-Gilroy';
  color: var(--text-dark);
}

.navbar {
  background-color: var(--primary-blue);
  padding: 1rem 0;
}

.navbar .logo {
  font-size: 1.4rem;
  color: white;
  text-decoration: none;
}

.navbar .logo .logo-highlight {
  color: var(--orange);
}

.navbar .header-cta {
  background-color: #dbfce7;
  color: #1d6b1d;
  padding: 0.5rem 1.5rem;
  border-radius: 9px;
  font-size: 16px;
  font-family: 'SVN-Gilroy';
  border: none;
}

.navbar .header-cta img {
  margin-right: 10px;
}

.navbar .header-cta span {
  font-family: "Gilroy bold";
}



.hero-section {
  background-image: url('/wp-content/themes/twentytwentyone-child/images/home/hero-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 61px 0;
  color: #ffffff;

}


.hero-section .hero-content h1 {
  font-size: 2.5rem;
  font-family: 'SVN-Gilroy bold';
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-section .hero-content .hero-subtitle {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  font-family: 'SVN-Gilroy med';
  opacity: 0.95;
}

.hero-section .hero-content .hero-features {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
}

.hero-section .hero-content .hero-features .hero-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'SVN-Gilroy med';
}

.hero-section .hero-content .hero-features .hero-feature i {
  color: white;
}

.hero-section .hero-image {
  display: flex;
  align-items: flex-end; 
}

.hero-section .hero-image img { 
  position: absolute;
}

.main-content {
  padding: 4rem 0 0;
}

.section-title {
  font-size: 2rem;
  color: var(--text-dark);
  font-family: "SVN-Gilroy semibold";
  color: #3B3B3B;
  margin-bottom: 1.5rem;
}

.help-support-card h5,
h4 {
  font-family: "SVN-Gilroy bold";
}

.benefits-table {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.benefits-table table {
  width: 100%;
  margin-bottom: 0;
}

.benefits-table table thead {
  background-color: #f8f9fa;

}

.benefits-table table th {
  padding: 1rem;

  border-bottom: 1px solid #dee2e6;
  font-family: "SVN-Gilroy semibold";
}

.benefits-table table td {
  padding: 1.25rem 1rem;
  border-bottom: 1px solid #dee2e6;
  vertical-align: top;
  font-family: "SVN-Gilroy";
}

.benefits-table table th:first-child,
.benefits-table table td:first-child {
  border-right: 1px solid #dee2e6;
}

.benefits-table table td strong {
  font-family: "SVN-Gilroy";
  font-weight: normal;
}

.benefits-table .benefit-icon {
  color: var(--primary-blue);
  margin-right: 0.5rem;
}

.benefits-table .benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-table .benefit-list li {
  padding: 0.3rem 0 0.4rem 1.5rem;
  position: relative;
  line-height: 19px;
}

.benefits-table .benefit-list li:before {
  content: "●";
  color: var(--primary-blue);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.personal-details-card {
  background: linear-gradient(135deg, #ebf1ff 0%, #f5f8ff 100%);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.personal-details-card p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 1.5rem;
}

.personal-details-card h4 {
  font-family: "SVN-Gilroy bold";
}

.personal-details-card .form-label {
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.personal-details-card .form-control,
.personal-details-card .form-select {
  border: 1px solid #7e7575cf;
  border-radius: 0;
  padding: 0.48rem 0.75rem;
  background-color: transparent;
  font-size: 16px;
}

.personal-details-card .form-control:focus,
.personal-details-card .form-select:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 0.2rem rgba(43, 95, 237, 0.15);
}

.personal-details-card .btn-submit {
  background-color: var(--primary-blue);
  color: white; 
  border: none;
  border-radius: 0;
  font-family: 'SVN-Gilroy med';
  font-size: 24px;
  width: 205px;
  height: 44px;
  margin-top: 1rem;
}

.personal-details-card .btn-submit:hover {
  background-color: var(--dark-blue);
}

.personal-details-card .info-text {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 1rem;
  line-height: 1.6;
}

.personal-details-card label.small {
  font-size: 12px;
  line-height: 16px;
}

.help-support-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 2rem;
}

.help-support-card .support-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 15px;
}

.help-support-card .btn-call {
  background-color: var(--primary-blue);
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.help-support-card .btn-call:hover {
  background-color: var(--dark-blue);
}

.lenders-section {
  background: white;
  padding: 4rem 0;
  text-align: center;
}

.lenders-section .container {
  max-width: 90%;
  text-align: center;
  display: inline-block;
}

.lenders-section p {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 2rem;
  max-width: 1170px;
}

.lenders-section .lenders-grid { 
  margin: 3rem 0;
}

.lenders-section .lenders-grid .lender-logo-item img { 
  transition: all 0.3s;
}

.lenders-section .lenders-grid .lender-logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.lenders-section .btn-enquire {
  background-color: #3465FF;
  color: white;
  padding: 0.5rem 3rem;
  border: none;
  border-radius: 8px;
  font-weight: 600;
}

.lenders-section .btn-enquire:hover {
  background-color: var(--dark-blue);
}

.why-choose-section {
  background: #EBF2FF;
  padding: 4rem 0;
}

.why-choose-section .section-title {
  font-family: 'SVN-Gilroy bold';
  font-size: 28px;
}

.why-choose-section .lead {
  font-family: 'SVN-Gilroy med';
  font-size: 28px;
  color: #3B3B3B;
}

.why-choose-section .feature-card {
  background: transparent;
  border: 1px solid #7E757580;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  height: 100%;
  text-align: center;
  transition: all 0.3s;
}

.why-choose-section .feature-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px); 
}

.why-choose-section .feature-card .feature-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.why-choose-section .feature-card .feature-icon i {
  font-size: 2rem;
  color: #4caf50;
}

.why-choose-section .feature-card h5 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: 'SVN-Gilroy med';
  color: var(--text-dark);
}

.why-choose-section .feature-card p {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 115%;
}

.cta-section {
  background: #3465FF;
  padding: 4rem 0;
  color: white;
  text-align: center;
}

.cta-section h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: 'SVN-Gilroy med';
}

.cta-section p {
  font-size: 14px;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.cta-section .btn-cta {
  background-color: white;
  color: var(--primary-blue);
  padding: 1rem 3rem;
  font-size: 1.2rem;
  border-radius: 0;
  font-family: 'SVN-Gilroy semibold';
}

.cta-section .btn-cta:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

.footer {
  background-color: var(--dark-bg);
  color: #999;
  padding: 3rem 0 1.5rem;
}

.footer .footer-logo {
  font-size: 1.3rem;
  font-weight: 600;
  color: white;
  margin-bottom: 1rem;
}

.footer a {
  color: #999;
  text-decoration: none;
}

.footer a:hover {
  color: white;
}

.footer .social-icons {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin: 1.5rem 0;
}

p,
.form-control {
  font-family: 'SVN-Gilroy';
}

.footer .social-icons .social-icon {
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dark-bg);
  transition: all 0.3s;
}

.footer .social-icons .social-icon:hover {
  background-color: var(--primary-blue);
  color: white;
}

.footer .disclaimer {
  font-size: 0.8rem;
  line-height: 1.7;
  color: #888;
  margin-top: 2rem;
}

.form-select {
  background-image: url('/wp-content/themes/twentytwentyone-child/images/home/select-icon.png');
  background-size: 18px;
}

main-content h4 {
  font-family: 'SVN-Gilroy semibold';
}

.section-content {
  font-size: 16.5px;
  line-height: 22px;
}

.owl-carousel .owl-stage-outer {
  height: auto !important;
}

.lenders-grid .owl-carousel .owl-item img { 
  width: auto;
  display: inline-block;
}

.lenders-grid .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.lenders-grid .owl-nav button.owl-prev {
  left: 0;
}

.lenders-grid .owl-nav button.owl-next {
  right: 0;
}

.lenders-grid .owl-dots {
  text-align: center;
  padding-top: 15px;
}

.lenders-grid .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.lenders-grid .owl-dots button.owl-dot.active {
  background-color: #000;
}

.lenders-grid .owl-dots button.owl-dot:focus {
  outline: none;
}

.lenders-grid .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.lenders-grid span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

.lenders-grid .owl-nav button:focus {
  outline: none;
}

.lenders-grid .owl-item {

  display: flex;
}

.lenders-grid .item {
  width: 100%;
}

/* Thank you */


.thankyou-section h1 {
  font-size: 24px;
  padding: 31px 0px;
}

.thankyou-section p {
  font-size: 24px;
  padding: 11px 90px;
}


.savings-box {
  background: #DBEAFE;
  border-radius: 63px;
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 51px;
}

.savings-box .main-text {
  font-size: 28px;
  padding: 3px 65px;
  color: #0E0000;
  margin-bottom: 50px;
  font-weight: 400;
  line-height: 121%;
}

.savings-box strong {
  font-weight: 700;
}

.option-card {
  background: #1D53FF;
  color: #fff;
  border-radius: 22px;
  padding: 35px 20px;
  width: 230px;
  height: 230px;
  transition: 0.3s ease;
}

.option-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.option-icon {
  width: 50px;
  margin-bottom: 20px;
}

.option-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}

.option-link {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.4;
}

 

footer#footer.footer {
  padding: 41px;
  background: #333;
  color: #fff;
}

.footer .footer-text {
  padding: 0px 0px 51px 0px;
}

.footer .footer-text p {
  text-align: left;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 25px;
  padding-right: 22px;
  padding-left: 51px;
}


.legal-btn {
  display: inline-block;
  text-align: left; 
  margin-right: 0;
  padding-left: 51px;
}

a#legal-button {
  position: relative;
  top: -70px;
  background-color: #333;
  padding: 10px 18px;
  color: #ffffff;
  border-radius: 5px 5px 0px 0px;
  text-decoration: none;
}


 

  /* Hide mobile slider on desktop */
.mobile-slider-wrapper,
.slider-dots{
  display:none;
}

/* Show desktop cards normally */
.desktop-cards{
  display:flex;
}


@media (max-width: 768px) {

  .navbar .header-cta {
    padding: 5px 5px;
  }

  .hero-section {
    background-image: url('/wp-content/themes/twentytwentyone-child/images/home/Rectangle 319.png'); 
    padding: 30px 0;
    border-top: 0.5px solid #1d18bf0a;
  }

  .hero-section .hero-content .hero-subtitle {
    font-size: 15px;
    text-align: center;
  }

  .hero-section .hero-content h1 {
    font-size: 24px;
    text-align: center;
  }

  .hero-section .hero-content .hero-features {
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .hero-section .hero-content .hero-features .hero-feature {
    font-size: 12px;
  }
 

  .mobile-image {
    background-image: url('https://staging.selectandswitch.com.au/wp-content/themes/twentytwentyone-child/images/home/Rectangle-320.png');
    display: block !important;
    background-repeat: no-repeat;
  }

  .mobile-image img.mobile-img {
    width: 325px;
    height: 210px;
  }

  .main-content {
    padding: 1px 0px;
  }

  .section-title {
    font-size: 1.75rem;
    text-align: left;
    margin-bottom: 0px;
  }

  .section-content {
    font-size: 12px;
    padding-top: 7px;
    line-height: 17px;
    text-align: left;
  }

  .personal-details-card h4 {
    text-align: left;
    font-size: 19px;
  }

  .mobile-img-view{
    display: block !important;
            margin-bottom: 11px;

  }

  .mobile-img-view .mobile-view img{
    width: 97%;
        height: auto;
  }

  .lenders-grid {
    gap: 1.5rem;
    display: none;
  }

  .navbar .logo img {
    max-width: 120px;
  }

  .navbar .header-cta {
    display: flex;
    align-items: center;
  }

  .navbar .header-cta span {
    font-size: 14px;
  }

  .navbar .header-cta img {
    height: 20px;
  }

  .hero-content {
    text-align: center;
  }

  .benefits-table .benefit-list li {
    padding: 0.3rem 0 0.4rem 1rem;
    font-size: 12px;
    line-height: 17px;
  }

  .benefits-table table td {
    font-size: 12px;
    line-height: 15px;
  }

  /* .hero-section .hero-content .hero-features {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    align-items: left;
  } */

  .h4,
  h4 {
    /* text-align: center; */
    font-weight: bold;
  }

  .personal-details-card label.small {
    font-size: 10px;
    line-height: 13px;
    color: #3B3B3B;
  }

  .personal-details-card {
    padding: 2rem 1rem;
  }

  .personal-details-card p {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
  }

  .help-support-card {
    text-align: center;
    display: none;
  }

  .help-support-card .btn-call {
    margin-bottom: 20px;
  }

  .lenders-section {
    padding: 2rem 0;
  }

  .lenders-section h2 {
    font-size: 1.25rem;
  }

  .lenders-section p {
    padding: 0px 18px;
        text-align: left;
        font-size: 14px;
  }

  .why-choose-section { 
    padding: 2rem 0;
    margin-top: 47px;
}

  .why-choose-section .section-title {
    font-size: 20px;
  }

  .why-choose-section .lead {
    font-size: 20px;
  }

  /* .mobile-slider-wrapper {
    display: block;
} */


.why-choose-section .feature-card {
    width: 32%;
}

  /* Hide desktop cards */
  .desktop-cards{
    display:none;
  }

  /* Show mobile slider */
  .mobile-slider-wrapper{
    display:block;
    overflow:hidden;
    position:relative;
  }

  

  .mobile-slider{
    display:flex;
    width:300%;
    animation: cardSlide 15s infinite;
  }

  .slide{
    width:100%;
    flex:0 0 100%;
    padding:0 12px;
  }

  /* Auto slide animation (5 sec per card) */
  @keyframes cardSlide{
    0%,25%   { transform:translateX(0); }
    33%,58%  { transform:translateX(-100%); }
    66%,91%  { transform:translateX(-200%); }
    100%     { transform:translateX(0); }
  }

  /* DOTS */
  .slider-dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:18px;
  }

  .slider-dots span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#cfcfcf;
    animation:dotAnim 15s infinite;
  }

  .slider-dots span:nth-child(2){ animation-delay:5s; }
  .slider-dots span:nth-child(3){ animation-delay:10s; }

  @keyframes dotAnim{
    0%,100%{ background:#cfcfcf; transform:scale(1); }
    10%,25%{ background:#8c8c8c; transform:scale(1.4); }
    33%,100%{ background:#cfcfcf; transform:scale(1); }
  }






  .cta-section h2 {
    font-size: 1.25rem;
  }

  .cta-section .btn-cta {
    font-size: 15px;
  }

  .personal-details-card .btn-submit {
    display: block;
    margin: 0 auto;
  }

  .thankyou-section p {
    font-size: 20px;
    padding: 0px;
  }

  .savings-box .main-text {
    font-size: 20px;
    padding: 0px;
    line-height: 135%;
  }

  .footer .footer-text p {
    text-align: justify;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }

  footer#footer.footer {
    padding: 41px 14px;
  }

}

@media (max-width: 992px) {



  .savings-box {
    padding: 40px 20px;
    border-radius: 40px;
  }

  .savings-box .main-text {
    font-size: 20px;
  }

  .option-card {
    width: 200px;
    height: 200px;
  }
}



@media (min-width: 1281px) {

  .hero-section .hero-image img {
    position: absolute;
    right: -72px;
    top: 68px;
    right: 328px;
  }

}

@media (min-width: 1745px) {

  .hero-section .hero-image img {
    position: absolute;
    right: -72px;
    top: 68px;
    right: 375px;
  }

}

@media (min-width: 1920px) {

  .hero-section .hero-image img {
    position: absolute;
    right: -72px;
    top: 68px;
    right: 431px;
  }

}

@media (min-width: 2133px) {

  .hero-section .hero-image img {
    position: absolute;
    right: -72px;
    top: 68px;
    right: 485px;
  }

}

@media (min-width: 2400px) {

  .hero-section .hero-image img {
    position: absolute;
    right: -72px;
    top: 68px;
    right: 558px;
  }

}

@media (min-width: 2560px) {

  .hero-section .hero-image img {
    position: absolute;
    right: -72px;
    top: 68px;
    right: 604px;
  }

}