/* ------------------------------------------------------------------------------
    Template Name: Ca'Dario Travel

    Author: Designstub
    Author URI: http://www.designstub.com
------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
/* ------------------------------------------------------------------------------
     Typography
-------------------------------------------------------------------------------*/
p {
    font-size: 50px;
    line-height: 22.4px;
    color: #6c7279;
}
h1 {
    font-size: 65px;
    color: #2d3033;
}
h2 {
    font-size: 40px;
    color: #2d3033;
}
h3 {
    font-size: 28px;
    color: #2d3033;
    font-weight: 300;
}
h4 {
    font-size: 22px;
    color: #2d3033;
    font-weight: 400;
}
h5 {
    font-size: 20px;
    color: #2d3033;
    text-transform: uppercase;
    font-weight: 700;
}
.btn {
    border: 1px solid rgba(0, 0, 0, 0.75);
    margin-top: 20px;
    color: #2a2a2a;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 0px;
    padding: 1.5% 3%;
    display: inline-block;
    text-transform: uppercase;
}
.btn:hover, .btn:focus {
    background-color: #2a2a2a;
    color: #fff;
}
.btn-large {
    padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
     General Style
-------------------------------------------------------------------------------*/
a {
    color: #e84545;
}
a:hover, a:focus {
    text-decoration: none;
    -moz-transition: background-color, color, 0.3s;
    -o-transition: background-color, color, 0.3s;
    -webkit-transition: background-color, color, 0.3s;
    transition: background-color, color, 0.3s;
}
body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #6c7279;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
.section {
    padding: 100px 0;
}
.no-padding {
    padding: 0;
}
.some-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}
.some-more-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
.no-gutter [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
/* ==========================================================================
    $Header
========================================================================== */
#header {
    position: fixed;
    width: 100%;
    z-index: 999;
}
#header .header-content {
    margin: 0 auto;
    max-width: 1170px;
    padding: 40px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}
#header .logo {
    font-size: 27px;
    color: #000;
    letter-spacing: 3px;
    font-weight: 300;
    float: left;
    text-transform: uppercase;
}
#header.fixed {
    background-color: rgba(255, 255, 255, 0.75);
}
#header.fixed .header-content {
    border-bottom: 0;
    padding: 25px 0;
}
#header.fixed .nav-toggle {
    top: 18px;
}
.navigation.open {
    opacity: 0.9;
    visibility: visible;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.navigation {
    float: right;
}
.navigation li {
    display: inline-block;
}/* Fran - Menu text size (about me, my trabels, travel coaching) */
.navigation a {
    color: #808080;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-left: 40px;
}
.navigation a:hover, .navigation a.active {
    color: #262626;
}
.nav-toggle {
    display: none;
    height: 44px;
    overflow: hidden;
    position: fixed;
    right: 5%;
    text-indent: 100%;
    top: 32px;
    white-space: nowrap;
    width: 44px;
    z-index: 99999;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}
.nav-toggle:before {
    background-color: #e84545;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.nav-toggle:after {
    background-color: #e84545;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.nav-toggle span:before {
    -moz-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
    -moz-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
    background-color: #fff;
}
.nav-toggle.close-nav span:before {
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
/* ==========================================================================
    $BannerHome
========================================================================== */

.banner-home-inner-wrapper {
    float: left;
}
.banner-home-text {
    margin: 0 auto;
    max-width: 560px;
    text-align: center;
}
.banner-home-title {
    color: #2f2f2f;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 22px 0;
}
.banner-home-emphasis {
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 12px;
}
.banner-home-text p {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 12px;
}
.banner-home-hero {
    padding: 140px 0 180px;
}
.banner-home-cta {
    margin: 0 0 12px 0;
}
.banner-home-cta-group {
    margin-top: 200px;
}
.banner-home-cta-only {
    margin-top: 0;
}
.banner-home-cta-secondary .book-me-button {
    margin-left: 12px;
}
.banner-home-subtext {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.2px;
    opacity: 0.85;
}
.banner-home-subtext-yellow {
    color: #f0e817 !important;
    opacity: 1;
}
@media (max-width: 767px) {
    .banner-home-hero {
        padding: 120px 0 140px;
    }
    .banner-home-cta-group {
        margin-top: 170px;
    }
    .banner-home-cta-secondary .book-me-button {
        margin-left: 0;
        margin-top: 8px;
    }
    .banner-home-title {
        font-size: 24px;
    }
    .banner-home-subtext {
        font-size: 13px;
    }
}

/* ==========================================================================
    $BannerAboutMe
========================================================================== */

.banner-aboutme-inner-wrapper {
    float: left;
}
.banner-aboutme-text {
    padding-top: 70%;
}
.banner-aboutme-text h1 {
    color: #393939;
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
}
.banner-aboutme-text p {
    color: #393939;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1%;
}

/* ==========================================================================
    $BannerRelocationCoaching
========================================================================== */

.banner-relocationcoaching-inner-wrapper {
    float: left;
}
.banner-relocationcoaching-text {
    padding-top: 70%;
}
.banner-relocationcoaching-text h1 {
    color: #393939;
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
}
.banner-relocationcoaching-text p {
    color: #393939;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1%;
}

/* ==========================================================================
    $BannerTravelCoaching
========================================================================== */

.banner-travelcoaching-inner-wrapper {
    float: left;
}
.banner-travelcoaching-text {
    padding-top: 70%;
}
.banner-travelcoaching-text h1 {
    color: #393939;
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
}
.banner-travelcoaching-text p {
    color: #393939;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1%;
}

/* ==========================================================================
    $BannerMyTravels
========================================================================== */

.banner-mytravels-inner-wrapper {
    float: left;
}
.banner-mytravels-text {
    padding-top: 70%;
}
.banner-mytravels-text h1 {
    color: #393939;
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
}
.banner-mytravels-text p {
    color: #393939;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1%;
}

/* ==========================================================================
    $BannerBlog
========================================================================== */

.banner-blog-inner-wrapper {
    float: left;
}
.banner-blog-text {
    padding-top: 70%;
}
.banner-blog-text h1 {
    color: #393939;
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
}
.banner-blog-text p {
    color: #393939;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1%;
}

/* ==========================================================================
    $BannerBookMe
========================================================================== */

.banner-bookme-inner-wrapper {
    float: left;
}
.banner-bookme-text {
    padding-top: 70%;
}
.banner-bookme-text h1 {
    color: #393939;
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
}
.banner-bookme-text p {
    color: #393939;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1%;
}
/* ==========================================================================
    $BannerMyBook
========================================================================== */

.banner-mybook-inner-wrapper {
    float: left;
}
.banner-mybook-text {
    padding-top: 70%;
}
.banner-mybook-text h1 {
    color: #393939;
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
}
.banner-mybook-text p {
    color: #393939;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1%;
}
/* ==========================================================================
    $Teams
========================================================================== */

.intro-content {
    margin-top: 10px;
}
.introduction .row {
    margin-bottom: 50px;
}
.intro-content h2 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -3px;
    margin-top: 0;
    margin-bottom: 22px;
}
.aboutme-title {
    font-size: 32px;
    line-height: 1.2;
}
.intro-content h4 {
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}
.intro-content h2.intro-subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
    margin-bottom: 18px;
}
.intro-title-space {
    margin-top: 16px;
}
/* Fran - Body text size (about me, my trabels, travel coaching) */
.intro-content p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 16px;
}
.intro-content li {
    line-height: 30px;
    letter-spacing: 1px;
}
.intro-cta {
    margin: 18px 0 10px 0;
}
.intro-quote {
    margin: 18px 0;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.3px;
    color: #2f2f2f;
}
.intro-quote-tight {
    margin-top: 0;
}

/* ------------------------------------------------------------------------------
     Relocation Coaching Programmes
-------------------------------------------------------------------------------*/
.relocation-title {
    font-size: 32px;
    line-height: 1.2;
}
.relocation-section-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 18px 0;
}
.testimonial-title {
    font-size: 16px;
    margin: 0 0 10px 0;
}
.program-grid {
    margin-top: 10px;
}
.program-grid > [class*="col-"] {
    display: flex;
}
.program-card {
    background: #f6f0a6;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 18px 18px 14px 18px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.program-card h3 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
.program-card h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0 0 12px 0;
}
.program-card p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.program-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}
.program-list li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 6px;
}
.program-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    background-color: #2f2f2f;
    border-radius: 50%;
}
.program-card-featured {
    border-width: 3px;
    border-color: #2f2f2f;
}
.program-card-featured h2 {
    font-size: 22px;
}
.program-followup h3 {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
.program-followup h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0 0 10px 0;
}
.program-followup p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}
@media (max-width: 767px) {
    .program-grid > [class*="col-"] {
        display: block;
    }
    .program-card {
        margin-bottom: 20px;
    }
}
.yellow-list {
    list-style: none;
    margin: 0 0 14px 0;
    padding: 0;
}
.yellow-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
}
.yellow-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 8px;
    height: 8px;
    background-color: #f0e817;
    border-radius: 50%;
}
/* ------------------------------------------------------------------------------
     Works
-------------------------------------------------------------------------------*/
.work {
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    overflow: hidden;
    position: relative;
}
.work img {
    width: 100%;
    height: 100%;
}
.work .overlay {
    background: rgba(232, 69, 69, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s;
}
.work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}
.work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0;
}
.work span {
    font-size: 45px;
}
.work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
}
.work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.work-box:hover .overlay {
    opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------------------
     Button BookMe
-------------------------------------------------------------------------------*/
.book-me-button {
  display: inline-block; /* Allows setting padding and dimensions */
  padding: 12px 24px;     /* Comfortable padding */
  text-decoration: none;   /* Remove underline */
  color: #0c0c0c;            /* Black text */
  background-color: #f0e817; /* Yellow */
  border: 2px solid #f0e817; /* Matching border */
  border-radius: 8px;      /* Slightly rounded corners */
  font-size: 1.1em;        /* Slightly larger text */
  font-weight: bold;       /* Make the text stand out */
  cursor: pointer;         /* Indicate it's clickable */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth hover effect */
}
.book-me-button-secondary {
  background-color: transparent;
  color: #f0e817;
}

/* Hover state */
.book-me-button:hover {
  background-color: #ee3026; /* Red on hover */
  color: #ffffff;            /* White text on hover */
  border-color: #ee3026;   /* Matching border on hover */
}

/* Focus state (for accessibility) */
.book-me-button:focus {
  outline: none; /* Remove default focus outline */
  box-shadow: 0 0 0 0.2rem rgba(110, 117, 1, 0.5); /* Add a subtle focus ring */
}

/* Active (pressed) state */
.book-me-button:active {
  background-color: #d9d211; /* Slightly darker yellow when clicked */
  border-color: #d9d211;
}
.book-me-button-secondary:active {
  color: #0c0c0c;
}

/* ------------------------------------------------------------------------------
     Quiz
-------------------------------------------------------------------------------*/
/* Popup Overlay */
.quiz-popup-overlay {
  display: none; /* Initially hidden */
  position: fixed; /* Stay in place on scroll */
  z-index: 1000; /* Ensure it's on top of everything */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
}

/* Popup Content */
.quiz-popup-content {
  position: relative; /* For absolute positioning of the close button */
  background-color: #fefefe;
  margin: auto; /* Center horizontally */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Adjust as needed */
  max-width: 600px; /* Maximum width */
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-out; /* Optional fade-in animation */
  overflow-y: auto; /* Enable scrolling if content overflows */
  max-height: 90vh; /* Limit maximum height */
}

/* Close Button */
.close-button {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

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

/* ------------------------------------------------------------------------------
     Footer
-------------------------------------------------------------------------------*/
.footer {
    width: 94%;
    margin: auto;
    text-align: left;
    padding-top: 5%;
    padding-bottom: 7%;
}
.footer h4 {
    font-size: 14px;
    color: #000;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    padding: 0px;
}
.footer p {
    font-size: 12px;
    color: #6c7279;
}
.footer a {
    color: #000;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .footer-share {
    margin-top: 0;
}
.footer .footer-share li {
    display: inline-block;
    float: none;
}
.footer .footer-share a {
    border: none;
    font-size: 14px;
    color: #000;
    letter-spacing: 15px;
}
.footer .fa-heart {
    color: #e84545;
    font-size: 12px;
    margin: 0 2px;
}
/* === readiness quiz (floating modal) === */
.quiz-modal {
  position: fixed;
  inset: 0;
  z-index: 9999; /* above header */
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
}
.quiz-modal.open { opacity: 1; pointer-events: auto; }

.quiz-backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(4px);
}

.quiz-card {
  position: relative;
  width: min(720px, 92vw);
  max-height: 88vh;
  overflow: auto;
  background: #fff;
  color: #2d3033;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  border: 1px solid rgba(0,0,0,.08);
  padding: 22px 18px;
}

.quiz-close {
  position: absolute;
  top: 10px; right: 12px;
  border: 0; background: transparent; font-size: 28px; line-height: 1;
  cursor: pointer; color: #2d3033; opacity: .6;
}
.quiz-close:hover { opacity: 1; }

.quiz-header h2 {
  font-size: 26px;
  margin: 2px 28px 6px 2px;
}
.quiz-header .quiz-lede {
  margin: 0 0 12px 0; color: #6c7279; font-size: 14px; line-height: 1.5;
}

.quiz-progress { height: 8px; border-radius: 999px; background: #eee; overflow: hidden; }
.quiz-bar { height: 100%; width: 0%; background: linear-gradient(90deg, #f2dd6b, #ffd84a); transition: width .3s ease; }

.quiz-index { color: #6c7279; font-size: 13px; margin: 12px 0 4px; }
.quiz-question { font-size: 20px; margin: 0 0 10px; }

.quiz-options { display: grid; gap: 8px; }
.quiz-option {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 12px 12px; border-radius: 12px;
  background: #fafafa; border: 1px solid #e7e7e7; cursor: pointer;
  transition: transform .06s ease, border-color .2s ease, background .2s ease;
}
.quiz-option:hover { transform: translateY(-1px); border-color: #f2dd6b; }
.quiz-option input { margin-top: 2px; accent-color: #2d3033; }
.quiz-option.selected { border-color: #f2dd6b; background: #fff7c7; }

.quiz-nav {
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px; margin-top: 14px;
}
.quiz-nav .quiz-ghost {
  background: transparent; color: #2a2a2a; border: 1px solid rgba(0,0,0,.35);
  box-shadow: none; text-transform: uppercase; letter-spacing: 1px; font-size: 12px;
}
.quiz-nav .quiz-primary {
  background: #000; color: #f2dd6b; border: 1px solid #000;
  text-transform: uppercase; letter-spacing: 1px; font-size: 12px;
}
.quiz-nav .quiz-primary:hover { background: #333; border-color: #333; }

.quiz-hint { color: #e84545; font-size: 13px; min-height: 1.2em; margin-top: 6px; }

.quiz-disclaimer {
  padding: 8px 0;
}
.quiz-disclaimer h2 {
  font-size: 20px;
  margin: 0 0 12px 0;
  font-weight: 600;
  color: #2d3033;
}
.quiz-disclaimer h3 {
  font-size: 16px;
  margin: 12px 0 4px 0;
  font-weight: 600;
  color: #2d3033;
}
.quiz-disclaimer p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 10px 0;
  color: #2d3033;
}
.quiz-disclaimer hr {
  margin: 16px 0;
  border: none;
  border-top: 1px solid #e7e7e7;
}
.quiz-disclaimer #quiz-begin-btn {
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  font-size: 13px;
  background: #000;
  color: #f2dd6b;
  border: 1px solid #000;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: background .2s ease, border-color .2s ease;
}
.quiz-disclaimer #quiz-begin-btn:hover {
  background: #333;
  border-color: #333;
}

.quiz-result { display: none; margin-top: 8px; }
.quiz-result h3 { font-size: 20px; margin: 6px 0; }
.quiz-badge {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 700;
  padding: 6px 10px; border-radius: 999px; background: #fff7c7; border: 1px solid #f2dd6b; margin-top: 8px;
}
.quiz-muted { color: #6c7279; }
.quiz-cta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 10px; }
.quiz-footnote { margin-top: 10px; color: #6c7279; font-size: 12px; }

/* small refinements for bootstrap buttons inside modal, if any */
.quiz-card .btn { margin-top: 0; }

/* Navigation layout inside quiz */
.quiz-nav { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.quiz-nav-right { display:flex; align-items:center; gap:10px; }
.quiz-nav-left { display:flex; align-items:center; gap:10px; }
.quiz-nav .btn { padding:10px 14px; font-size:13px; }
.quiz-nav .quiz-ghost { background:transparent; color:#e84545; border:1px solid rgba(232,69,69,0.15); }
.quiz-nav .quiz-ghost:hover { background:#ffecec; }
.quiz-nav .quiz-primary { background:#2a2a2a; color:#f2dd6b; border:1px solid #2a2a2a; }
.quiz-nav .quiz-primary:hover { background:#000; }
.quiz-restart-spacer { margin-right: 18px; }

/* Quiz result / MailerLite form adjustments moved from inline JS to CSS */
.quiz-result-intro{
    display:block;
    font-size:14px;
    line-height:1.4;
    margin:0 0 12px 0;
    max-width:520px;
    white-space:normal;
    color:#333;
}
.quiz-success{
    max-width:520px;
    margin:0;
    color:#333;
}
.quiz-success-heading{
    font-size:16px;
    margin:0 0 6px 0;
}
.quiz-success-paragraph{
    font-size:13px;
    line-height:1.3;
    margin:0;
}

@media (max-width:480px){
    .quiz-result-intro, .quiz-success, .quiz-success-paragraph, .quiz-success-heading{
        max-width:100%;
        font-size:13px;
    }
    .quiz-success-heading{ font-size:15px; }
}

/* --- Optimized Banners --- */

/* Banner: final landing page banner-5 */
.banner-home {
    background-image: url("../images/final landing page banner-5.png");
    background-image: image-set(
        url("../images/final landing page banner-5.avif") type("image/avif"),
        url("../images/final landing page banner-5.webp") type("image/webp"),
        url("../images/final landing page banner-5.png") type("image/png")
    );
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
}

/* Banner: img-8834 */
.banner-aboutme {
    background-image: url("../images/img-8834/img-8834-1920.avif");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
}
@supports not (background-image: url("../images/img-8834/img-8834-1920.avif")) {
    .banner-aboutme { background-image: url("../images/img-8834/img-8834-1920.webp"); }
}
@supports not (background-image: url("../images/img-8834/img-8834-1920.webp")) {
    .banner-aboutme { background-image: url("../images/img-8834/img-8834-1920.jpg"); }
}
@media (max-width: 767px) {
    .banner-aboutme { background-image: url("../images/img-8834/img-8834-768.avif"); }
    @supports not (background-image: url("../images/img-8834/img-8834-768.avif")) {
        .banner-aboutme { background-image: url("../images/img-8834/img-8834-768.webp"); }
    }
    @supports not (background-image: url("../images/img-8834/img-8834-768.webp")) {
        .banner-aboutme { background-image: url("../images/img-8834/img-8834-768.jpg"); }
    }
}

/* Banner: img-7831 */
.banner-relocationcoaching {
    background-image: url("../images/img-7831/img-7831-1920.avif");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
}
@supports not (background-image: url("../images/img-7831/img-7831-1920.avif")) {
    .banner-relocationcoaching { background-image: url("../images/img-7831/img-7831-1920.webp"); }
}
@supports not (background-image: url("../images/img-7831/img-7831-1920.webp")) {
    .banner-relocationcoaching { background-image: url("../images/img-7831/img-7831-1920.jpg"); }
}
@media (max-width: 767px) {
    .banner-relocationcoaching { background-image: url("../images/img-7831/img-7831-768.avif"); }
    @supports not (background-image: url("../images/img-7831/img-7831-768.avif")) {
        .banner-relocationcoaching { background-image: url("../images/img-7831/img-7831-768.webp"); }
    }
    @supports not (background-image: url("../images/img-7831/img-7831-768.webp")) {
        .banner-relocationcoaching { background-image: url("../images/img-7831/img-7831-768.jpg"); }
    }
}

/* Banner: img-9410 */
.banner-travelcoaching {
    background-image: url("../images/img-9410/img-9410-1920.avif");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
}
@supports not (background-image: url("../images/img-9410/img-9410-1920.avif")) {
    .banner-travelcoaching { background-image: url("../images/img-9410/img-9410-1920.webp"); }
}
@supports not (background-image: url("../images/img-9410/img-9410-1920.webp")) {
    .banner-travelcoaching { background-image: url("../images/img-9410/img-9410-1920.jpg"); }
}
@media (max-width: 767px) {
    .banner-travelcoaching { background-image: url("../images/img-9410/img-9410-768.avif"); }
    @supports not (background-image: url("../images/img-9410/img-9410-768.avif")) {
        .banner-travelcoaching { background-image: url("../images/img-9410/img-9410-768.webp"); }
    }
    @supports not (background-image: url("../images/img-9410/img-9410-768.webp")) {
        .banner-travelcoaching { background-image: url("../images/img-9410/img-9410-768.jpg"); }
    }
}

/* Banner: map */
.banner-mytravels {
    background-image: url("../images/map/map-1920.avif");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
}
@supports not (background-image: url("../images/map/map-1920.avif")) {
    .banner-mytravels { background-image: url("../images/map/map-1920.webp"); }
}
@supports not (background-image: url("../images/map/map-1920.webp")) {
    .banner-mytravels { background-image: url("../images/map/map-1920.jpg"); }
}
@media (max-width: 767px) {
    .banner-mytravels { background-image: url("../images/map/map-768.avif"); }
    @supports not (background-image: url("../images/map/map-768.avif")) {
        .banner-mytravels { background-image: url("../images/map/map-768.webp"); }
    }
    @supports not (background-image: url("../images/map/map-768.webp")) {
        .banner-mytravels { background-image: url("../images/map/map-768.jpg"); }
    }
}

/* Banner: img-6686 */
.banner-blog {
    background-image: url("../images/img-6686/img-6686-1920.avif");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
}
@supports not (background-image: url("../images/img-6686/img-6686-1920.avif")) {
    .banner-blog { background-image: url("../images/img-6686/img-6686-1920.webp"); }
}
@supports not (background-image: url("../images/img-6686/img-6686-1920.webp")) {
    .banner-blog { background-image: url("../images/img-6686/img-6686-1920.jpg"); }
}
@media (max-width: 767px) {
    .banner-blog { background-image: url("../images/img-6686/img-6686-768.avif"); }
    @supports not (background-image: url("../images/img-6686/img-6686-768.avif")) {
        .banner-blog { background-image: url("../images/img-6686/img-6686-768.webp"); }
    }
    @supports not (background-image: url("../images/img-6686/img-6686-768.webp")) {
        .banner-blog { background-image: url("../images/img-6686/img-6686-768.jpg"); }
    }
}

/* Banner: img-8701-5 */
.banner-bookme {
    background-image: url("../images/img-8701-5/img-8701-5-1920.avif");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
}
@supports not (background-image: url("../images/img-8701-5/img-8701-5-1920.avif")) {
    .banner-bookme { background-image: url("../images/img-8701-5/img-8701-5-1920.webp"); }
}
@supports not (background-image: url("../images/img-8701-5/img-8701-5-1920.webp")) {
    .banner-bookme { background-image: url("../images/img-8701-5/img-8701-5-1920.jpg"); }
}
@media (max-width: 767px) {
    .banner-bookme { background-image: url("../images/img-8701-5/img-8701-5-768.avif"); }
    @supports not (background-image: url("../images/img-8701-5/img-8701-5-768.avif")) {
        .banner-bookme { background-image: url("../images/img-8701-5/img-8701-5-768.webp"); }
    }
    @supports not (background-image: url("../images/img-8701-5/img-8701-5-768.webp")) {
        .banner-bookme { background-image: url("../images/img-8701-5/img-8701-5-768.jpg"); }
    }
}

/* Banner: on-amazon-2 */
.banner-mybook {
    background-image: url("../images/on-amazon-2/on-amazon-2-1920.avif");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
}
@supports not (background-image: url("../images/on-amazon-2/on-amazon-2-1920.avif")) {
    .banner-mybook { background-image: url("../images/on-amazon-2/on-amazon-2-1920.webp"); }
}
@supports not (background-image: url("../images/on-amazon-2/on-amazon-2-1920.webp")) {
    .banner-mybook { background-image: url("../images/on-amazon-2/on-amazon-2-1920.jpg"); }
}
@media (max-width: 767px) {
    .banner-mybook { background-image: url("../images/on-amazon-2/on-amazon-2-768.avif"); }
    @supports not (background-image: url("../images/on-amazon-2/on-amazon-2-768.avif")) {
        .banner-mybook { background-image: url("../images/on-amazon-2/on-amazon-2-768.webp"); }
    }
    @supports not (background-image: url("../images/on-amazon-2/on-amazon-2-768.webp")) {
        .banner-mybook { background-image: url("../images/on-amazon-2/on-amazon-2-768.jpg"); }
    }
}
