/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Braah One', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #FBEFCB;
    overflow-x: hidden;
}

/* Header styles */
header {
    background-color: #333;
    color: black;
    padding: 1rem 0;
    text-align: center;
}

header h1 {
    margin-bottom: 1rem;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

nav a {
    color: black;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

nav a:hover {
    /* background-color: #555; */
}

/* Main content styles */
main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

section {
    padding-left: 40px;
    padding-right: 40px;
}

/* Old footer styles - removed */


.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    margin: 26px;
    margin-left:40px;
    margin-right:40px;
}
.navbar-toggle {
    display: none;
}
.navbar-item {
    color: #101218;

    leading-trim: both;

    text-edge: cap;
    font-family: "Braah One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    letter-spacing: 0.2px;
    height: 100%;
    display: flex;
    align-items: stretch;
}
.navbar-item.primary {
    background-image: url(images/link-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.navbar-item.primary a {
    color: white ;
}

.navbar-menu {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.navbar-link {
    display: flex;
    align-items: center;
    height: 100%;
}

.hero-content {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: row;
    align-items: start;
    padding: 0px 0;
}

.hero-cta-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin: -50px auto 0 auto;
}

.hero-flesh-left {
    position: absolute;
    right: -90px;
    top: -20px;
    width: 80px;
    z-index: 10;
    pointer-events: none;
    transform: rotate(10deg);
}

.hero-text h1 {
    color: #101218;
    leading-trim: both;
    text-edge: cap;
    font-family: "Braah One";
    font-size: calc(128px * 0.7);
    font-style: normal;
    font-weight: 400;
    line-height: 85%;
    letter-spacing: 1.28px;
    margin-bottom: calc(40px * 0.7);
}

.hero {
    margin-top: 60px;
}

.hero-text h1 .desktop-break {
    display: block;
}

.hero-text h2 {
    color: #F2B330;
    leading-trim: both;
    text-edge: cap;
    font-family: "Braah One";
    font-size: calc(64px * 0.7);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.64px;
    margin-bottom: calc(30px * 0.7);
}

.hero-text h2 .desktop-break {
    display: block;
}

.hero-image {
    position: relative;
}

.hero-image-circle {
    width: 500px;
    height: 500px;
    /* margin-top: 100px; */
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    z-index: 2;
    position: relative;
    border: 10px solid #FE6634;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.3);
}

.hero-image-circle .hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.hero-image-splash {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.hero-text {
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-height: 600px;
}

.hero-text p {
    color: #101218;
    leading-trim: both;
    text-edge: cap;
    font-family: "Braah One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.24px;
    margin-bottom: 50px;
    max-width: 500px;
}

.hero-text > * {
    margin-bottom: 0;
}

.hero-cta {
  width: 300px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-family: 'Braah One', sans-serif;
  -webkit-mask-image: url('images/cta-shape.svg');
  mask-image: url('images/cta-shape.svg');
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #FE6634;
  box-shadow: 0px 4px 27px 0px rgba(0,0,0,0.15);
  padding: 32px 24px 0px 24px;
  box-sizing: border-box;
  gap: 0.5rem;
  color: #FFF;
  filter: drop-shadow(0 -4px 13.5px rgba(0, 0, 0, 1));
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.hero-cta:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 35px 0px rgba(0,0,0,0.25);
  filter: drop-shadow(0 -6px 18px rgba(0, 0, 0, 1));
}

.hero-cta > * {
    margin-bottom: 5px;
}

.hero-cta-main {

    text-align: center;
    leading-trim: both;
    
    text-edge: cap;
    font-family: "Braah One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 32px */
    letter-spacing: 0.32px;
}

.hero-cta-sub {

    text-align: center;
    leading-trim: both;
    
    text-edge: cap;
    font-family: "Braah One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    letter-spacing: 0.2px;
}

.hero-cta-arrow {
    width: 45px;
    height: 45px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-cta-arrow img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

/* Stats and Testimonials Section */
.stats-testimonials {
    background-color: #FBEFCB;
    padding: 0px 40px 80px 40px;
    position: relative;
    /* margin-top: 60px; */
}

.stats-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #FBEFCB;
    border-radius: 20px;
    padding: 0px 40px;
    position: relative;
}

.stat-column {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}

.stat-number {
    font-family: "Braah One";
    font-size: calc(64px * 0.7);
    font-weight: 400;
    color: #101218;
    line-height: 100%;
    letter-spacing: 0.64px;
    margin-bottom: 16px;
}

.stat-text {
    font-family: "Braah One";
    font-size: calc(25px * 0.7);
    font-weight: 400;
    color: #101218;
    line-height: 100%;
    letter-spacing: 0.2px;
    text-align: center;
}

.stat-divider {
    width: 1px;
    height: 80px;
    background-color: #E0E0E0;
    margin: 0 20px;
}

.testimonials-section {
    flex: 1;
    padding: 0 20px;
    text-wrap: nowrap;
}

.testimonials-header {
    font-family: "Braah One";
    font-size: calc(24px * 0.7);
    font-weight: 400;
    color: #FE6634;
    line-height: 100%;
    letter-spacing: 0.24px;
    margin-bottom: 5px;
    text-align: center;
}



.rating-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.star-icon {
    font-size: 20px;
}

.rating {
    font-family: "Braah One";
    font-size: 20px;
    font-weight: 400;
    color: #101218;
    line-height: 100%;
    letter-spacing: 0.2px;
}

.review-count {
    font-family: "Braah One";
    font-size: 16px;
    font-weight: 400;
    color: #101218;
    line-height: 100%;
    letter-spacing: 0.16px;
}

.profile-pictures {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* left:36px; */
}

.profile-pic {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #D9D9D9;
    border: 2px solid #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    position: relative;
}

.profile-1 {
    background-color: #8B4513;
    background-image: url(images/reviews/review-avatars-1.png);
    left: 0px;
}

.profile-2 {
    background-color: #F5DEB3;
    background-image: url(images/reviews/review-avatars-2.png); 
    left: -12px;
}

.profile-3 {
    background-color: #CD853F;
    background-image: url(images/reviews/review-avatars-3.png);
    left: -24px;
}

.profile-4 {
    background-color: #C0C0C0;
    background-image: url(images/reviews/review-avatars-4.png);
    left: -36px;
}

.more-reviews {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #8A2BE2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Braah One";
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.14px;
    border: 2px solid #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position:relative;
    left: -48px;
}

.decorative-arrow {
    position: absolute;
    top: 0px;
    right: 30px;
    z-index: 1;
    width: calc(70px * 0.7);
    height: auto;
}

/* How it Works Section */
.how-it-works {
    background-color: #F5F5F5;
    padding: 80px 40px;
    margin-top: 60px;
    position: relative;
    border-radius: 50%;
    min-height: 200vh;
    max-width: 4000px;
}

.how-it-works-container {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
    margin-top: 10%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}



.steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    margin-top:100px;
}

.step-card {
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 280px;
    max-width: 320px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
}

/* Quiz trigger step card with gradient hover animation */
.step-card.quiz-trigger {
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    animation: subtle-pulse 3s ease-in-out infinite;
}

@keyframes subtle-pulse {
    0%, 100% {
        box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow: 0px 8px 32px rgba(134, 206, 121, 0.2);
    }
}

.step-card.quiz-trigger::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #86CE79 0%, #F2B330 50%, #FE6634 100%);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
    border-radius: 50px;
}

.step-card.quiz-trigger:hover::before {
    opacity: 1;
}

.step-card.quiz-trigger:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    animation: none;
}

.step-card.quiz-trigger:hover .step-title,
.step-card.quiz-trigger:hover .step-description {
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.step-card.quiz-trigger:hover .step-icon {
    transform: scale(1.1);
}

.step-card.quiz-trigger .step-icon {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.step-card.quiz-trigger .step-title,
.step-card.quiz-trigger .step-description {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 1;
}

.step-illustration {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.step-title {
    font-family: "Braah One";
    font-size: 24px;
    font-weight: 400;
    color: #101218;
    margin-bottom: 16px;
    line-height: 100%;
    letter-spacing: 0.24px;
}

.step-description {
    font-family: "Braah One";
    font-size: 16px;
    font-weight: 400;
    color: #101218;
    line-height: 140%;
    letter-spacing: 0.16px;
}

.step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5px;
    height: 60px;
    position: relative;
    z-index: 1;
}

.arrow-icon {
    width: 100px;
    height: 100%;
    object-fit: contain;
    position: absolute;
    z-index: 1;
}

.step-arrow-1 .arrow-icon {
    transform: rotate(-10deg);
}

.step-arrow-2 .arrow-icon {
    transform: rotate(5deg);
}

.how-it-works-title {
    color: #86CE79;
    text-align: center;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 96px */
    letter-spacing: 0.96px;
}

.how-it-works-cta {
    margin-top: 0px;
    background-color: #86CE79;
   
}



.cta-text {
    text-align: center;
    color: #FFFFFF;
}

.cta-main {
    font-family: "Braah One";
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.2px;
    margin-bottom: 4px;
}

.cta-sub {
    font-family: "Braah One";
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.16px;
    opacity: 0.9;
}

.cta-arrow {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-arrow .arrow-icon {
    width: 20px;
    height: 20px;
    filter: invert(1);
}


/* Responsive design for How it Works section */
@media (max-width: 768px) {
    .how-it-works {
        padding: 40px 20px;
        margin-top: 40px;
        border-radius: 30%;
    }

    .how-it-works-container {
        padding: 40px 20px;
        border-radius: 20px;
    }

    

    .steps-container {
        flex-direction: column;
        gap: 30px;
    }

    .step-card {
        min-width: auto;
        max-width: none;
        padding: 30px 20px;
    }

    .step-card.quiz-trigger:hover {
        transform: translateY(-5px) scale(1.01);
    }

    .step-arrow {
        transform: rotate(90deg);
        width: 40px;
        height: 40px;
    }

    .step-arrow-1 .arrow-icon,
    .step-arrow-2 .arrow-icon {
        transform: none;
    }

    .how-it-works-cta {
        flex-direction: column;
        gap: 15px;
        padding: 20px 30px;
    }

    .cta-arrow {
        width: 35px;
        height: 35px;
    }

    .cta-arrow .arrow-icon {
        width: 18px;
        height: 18px;
    }
}

/* Responsive design */
@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
        gap: 1rem;
    }
    
    main {
        padding: 1rem;
    }
    
    section {
        padding: 1rem;
    }

    .stats-testimonials {
        padding: 40px 20px;
        margin-top: 40px;
    }

    .stats-container {
        flex-direction: column;
        padding: 40px 20px;
        gap: 40px;
    }

    .stat-column {
        padding: 0;
    }

    .stat-divider {
        width: 80%;
        height: 1px;
        margin: 0;
    }

    .testimonials-section {
        padding: 0;
    }

    .profile-pictures {
        gap: 8px;
    }

    .profile-pic,
    .more-reviews {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .decorative-arrow {
        display: none;
    }
} 

/* The Why Section */
.the-why {
    background-color: #9E63F2;
    padding: 80px 40px;
    position: relative;
    margin-top: 60px;
    top: -400px;
    margin-bottom: -400px;
    z-index: 1;
}

.the-why-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.the-why-header {
    text-align: center;
    margin-bottom: 60px;
}

.the-why-title {
    color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Braah One";
font-size: 96px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 96px */
letter-spacing: 0.96px;
}

.the-why-subtitle {
    color: #86CE79;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Braah One";
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 64px */
letter-spacing: 0.64px;
}

.the-why-content {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: center;
}

.dog-gallery {
    flex: 0 0 auto;
    max-width: 500px;
}

.main-dog-image {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;

}

.main-dog {
    width: 500px;
    height: 480px;
    object-fit: cover;
    border-radius: 80px;
    box-shadow: -20px 20px 0px #FBEFCB;


}

.dog-thumbnails {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 20px;
    padding: 15px;
    position: relative;
    top:-80px;
}

.thumbnail-nav {
    width: 40px;
    height: 40px;
    background-color: #86CE79;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.thumbnail-nav:hover {
    background-color: #6BBF5A;
}

.nav-arrow {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.left-arrow .nav-arrow {
    transform: rotate(180deg);
}

.thumbnail-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    overflow: hidden;
    width: 280px; /* Width to show exactly 4 thumbnails */
    position: relative;
    transition: all 0.3s ease;
}

.dog-thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
    display: block;
}

.dog-thumbnail.active {
    border-color: #86CE79;
}

.thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.the-why-text {
    flex: 0 0 auto;
    max-width: 500px;
    color: #FFFFFF;
}

.why-paragraph {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Braah One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 0.2px;
    margin-bottom: 24px;
}

.why-paragraph:last-child {
    margin-bottom: 0;
}

.why-cta {
    background-color: #F2B330;
    border-radius: 50px;
    padding: 5px 40px;
    display: inline-flex;
    align-items: center;
    margin-top:0px;
    gap: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    -webkit-mask-image: url('images/cta-shape-2.svg');
    mask-image: url('images/cta-shape-2.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    flex-direction: row;
}

.why-cta .cta-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    gap: 16px;
}

.why-cta .hero-cta-main {
    margin-bottom: 0;
    font-size: 24px;
}

.why-cta .hero-cta-sub {
    display: none;
}

.why-cta:hover {
    background-color: #E0A020;
}



.cta-text {
    font-family: "Braah One";
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 0.18px;
}

.cta-arrow {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.the-why-top {
    position: absolute;
    top: -17vw;
    left: 0;
    width: 100vw;
    height: 100%;
}
.the-why-top-splash {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.the-why-top-spring {
    position: absolute;
    top: 2vw;
    left: 10vw;
    width:40px;
}

.the-why-top-triangles {
    position: absolute;
    top: -2vw;
    right: 10vw;
    width: 130px;
}

.the-why-bottom {
    position: relative;
    bottom: -10vw;
    left: 0;
    width: 100vw;
    height: 100%;
}

.the-why-bottom-splash {
    width: 100vw;
    height: auto;
    object-fit: cover;
    position: absolute;
    bottom: -30px;
    left: -40px;
}


/* Responsive design for The Why section */
@media (max-width: 768px) {
    .the-why {
        padding: 40px 20px;
        margin-top: 40px;
        top: 0px;
        margin-bottom: 0;
    }

    .the-why-title {
        font-size: 48px;
    }

    .the-why-subtitle {
        font-size: 24px;
    }

    .the-why-content {
        flex-direction: column;
        gap: 40px;
    }

    .dog-gallery {
        max-width: 100%;
        position: relative;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: row;
    }

   

    .dog-thumbnails {
        padding: 10px;
    }

    .thumbnail-container {
        gap: 8px;
    }

    .dog-thumbnail {
        width: 50px;
        height: 50px;
    }

    .the-why-text {
        max-width: 100%;
    }

    .why-paragraph {
        font-size: 16px;
    }

    .why-cta {
        padding: 14px 28px;
    }

    .cta-text {
        font-size: 16px;
    }
} 

/* Testimonials Section */
.testimonials {
    background-color: #E8F4FD;
    background-image: url('images/decoratives/bg-blue-waves.svg');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 80px 40px;
    position: relative;
    margin-top: 60px;
    overflow: hidden;
    z-index: 0;
}



.testimonials-container {
    max-width: 2400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonials-header {
    text-align: center;
    margin-bottom: calc(30px * 0.7);
}

.testimonials-title {
    color: #101218;
    font-family: "Braah One";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.96px;
    margin-bottom: 20px;
}

.testimonials-subtitle {
    color: #86CE79;
    font-family: "Braah One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.32px;
}

.testimonials-subtitle p {
    margin: 0;
    margin-bottom: 5px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center;
    align-items: start;
    margin-bottom: 40px;
    padding: 20px 0;
}

.testimonial-card {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
    min-width: 280px;
    max-width: 320px;
    transform: rotate(-2deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.testimonial-card:nth-child(even) {
    transform: rotate(1deg);
}

.testimonial-card:nth-child(3n) {
    transform: rotate(-1deg);
}

.testimonial-card:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.testimonial-image {
    position: relative;
    width: 100%;
    height: 120px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.testimonial-photo {
    width: 120px;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 10;
}

.testimonial-splash {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.splash-pink {
    background-image: url('images/decoratives/testimonials/objects-1.svg');
}

.splash-blue {
    background-image: url('images/decoratives/testimonials/objects-2.svg'); 
}

.splash-yellow {
    background-image: url('images/decoratives/testimonials/objects-3.svg');
}

.splash-green {
    background-image: url('images/decoratives/testimonials/objects-4.svg');
}

.testimonial-quote {
    color: #101218;
    font-family: "Braah One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.18px;
    margin-bottom: 16px;
    font-style: italic;
}

.testimonial-attribution {
    color: #FE6634;
    font-family: "Braah One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.16px;
    display: block;
}



/* Responsive design for Testimonials section */
@media (max-width: 768px) {
    .testimonials {
        padding: 40px 20px;
        margin-top: 40px;
        top: 0;
        margin-bottom: 0;
    }

    .testimonials-title {
        font-size: 48px;
    }

    .testimonials-subtitle {
        font-size: 24px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-card {
        min-width: auto;
        max-width: 100%;
        transform: none;
        margin-bottom: 20px;
    }

    .testimonial-card:nth-child(even),
    .testimonial-card:nth-child(3n) {
        transform: none;
    }

    .testimonial-card:hover {
        transform: translateY(-5px);
    }

    .testimonial-image {
        width: 100%;
        height: 100px;
    }
    .testimonial-photo {
        width: 100px;;
    }

    .testimonial-quote {
        font-size: 16px;
    }

    .testimonial-attribution {
        font-size: 14px;
    }
} 

/* FAQ Section */
.faq {
    background-color: #FFFFFF;
    padding: 80px 40px;
    position: relative;
    margin-top: 60px;
    overflow: visible;
    top: 0;
    margin-bottom: 0;
    padding-bottom: 280px;
}

.faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background-image: url('images/decoratives/bg-blue-waves.svg');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.faq-content {
    flex: 2;
    padding-right: 40px;
}

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-title {
    color: #101218;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Braah One";
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 64px */
letter-spacing: 0.64px;
}

.faq-subtitle {
    color: #86CE79;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Braah One";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 36px */
    letter-spacing: 0.36px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 70%;
}

.faq-item {
    border-bottom: 1px solid #E0E0E0;
    padding: 20px 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    opacity: 0.8;
}

.faq-icon {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-icon.expanded {
    background-color: transparent;
}

.faq-arrow {
    width: 24px;
    height: 25px;
    transition: transform 0.3s ease;
}

.faq-icon.expanded .faq-arrow {
    transform: rotate(180deg);
}

.faq-q {
    color: #101218;
    font-family: "Braah One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.2px;
}

.faq-q::before {
    content: "Q: ";
    color: #FE6634;
    font-weight: 600;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding-left: 56px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding-top: 16px;
    padding-bottom: 8px;
}

.faq-a {
    color: #101218;
    font-family: "Braah One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.18px;
}

.faq-a::before {
    content: "";
    color: #101218;
    font-weight: 600;
}

.faq-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.faq-top {
    position: relative;
    top: 0;
    left: -40px;
    width: 100vw;
    height: 100%;
}

.faq-top-splash {
    width: 100vw;
    height: auto;
    object-fit: cover;
    position: absolute;
    bottom: 0;
}

/* Responsive design for FAQ section */
@media (max-width: 768px) {
    .faq {
        padding: 40px 20px;
        margin-top: 40px;
        top: -40px;
        margin-bottom: 0;
        padding-bottom: 180px !important;
    }

    .faq-container {
        flex-direction: column;
        gap: 40px;
    }

    .faq-content {
        padding-right: 0;
    }

    .faq-title {
        font-size: 48px;
    }

    .faq-subtitle {
        font-size: 24px;
    }

    .faq-question {
        gap: 12px;
    }

    .faq-icon {
        width: 35px;
        height: 35px;
    }

    .faq-arrow {
        font-size: 16px;
    }

    .faq-q {
        font-size: 18px;
    }

    .faq-answer {
        padding-left: 47px;
    }

    .faq-a {
        font-size: 16px;
    }

    .faq-image {
        padding-top: 0;
    }

    .faq-dog {
        max-width: 300px;
    }
} 



.footer-dog-image {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 1;
    overflow: hidden;
    width: 200px;
    height: 150px;
    border-radius: 0 0 100px 100px;
}

.footer-dog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

/* Main Footer */
.main-footer {
    background-color: #0C7769;
    color: #FFFFFF;
    padding: 100px 40px 20px 40px;
    position: relative;
}

.footer-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    
}

/* Contact Information */
.footer-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 250px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-label {
    color: rgba(255, 255, 255, 0.75);
font-family: "Braah One";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
}

.contact-value {
    color: rgba(255, 255, 255, 0.75);
    font-family: "Braah One";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 216.667% */
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright {
    font-family: "Braah One";
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.14px;
    opacity: 0.8;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-link {
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.75);
font-family: "Braah One";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 216.667% */
    transition: opacity 0.3s ease;
}

.footer-link:hover {
    opacity: 0.7;
}

.footer-divider {
    font-family: "Braah One";
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.14px;
    opacity: 0.5;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background-color: #FFFFFF33;
}

.social-icon img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.footer-top {
    position: absolute;
    width: 100%;
    left:0px;
    top:-110px;
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-dog {
    position: absolute;
    overflow: hidden;
    width: 350px;
    right:40px;
    margin-bottom: 200px;
    top: -270px;
}
.footer-cta {
    
}

/* Responsive design for Footer */
@media (max-width: 768px) {
    

    .main-footer {
        padding: 30px 20px 15px 20px;
    }

    .footer-contact {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    .contact-item {
        min-width: auto;
        width: 100%;
        justify-content: flex-start;
        flex: 0 0 auto;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .footer-links {
        justify-content: flex-start;
        gap: 12px;
    }

    .footer-social {
        align-self: center;
        justify-content: center;
        width: 100%;
        display: flex;
        gap: 12px;
    }
} 

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    /* Navigation Mobile Styles */
    .navbar-brand {
        width: 40px;
    }

    .navbar-container {
        margin: 15px 20px;
        height: auto;
        min-height: 50px;
        position: relative;
        z-index: 1001;
    }

    .navbar-toggle {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        padding: 5px;
        z-index: 1001;
        position: relative;
    }

    .navbar-toggle .bar {
        width: 25px;
        height: 3px;
        background-color: #101218;
        margin: 3px 0;
        transition: 0.3s;
    }

    .navbar-toggle.active .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .navbar-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggle.active .bar:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .navbar-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100vw;
        height: 100vh;
        background-color: #FBEFCB;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 120px;
        transition: left 0.3s ease;
        z-index: 1000;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .navbar-menu.active {
        left: 0;
    }

    /* Prevent body scrolling when mobile menu is open */
    body.menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }

    .navbar-item {
        height: auto;
        margin: 10px 0;
        font-size: 18px;
    }

    .navbar-item.primary {
        background-size: 200px 50px;
        padding: 10px 20px;
    }

    /* Hero Section Mobile Styles */
    .hero-content {
        flex-direction: column;
        min-height: auto;
        padding: 20px 0;
        gap: 30px;
        align-items: center;
    }

    .hero-text {
        padding: 20px;
        height: auto;
        min-height: auto;
        text-align: center;
        order: 2;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-text h1 {
        font-size: 48px;
        letter-spacing: 0.48px;
        margin-bottom: 20px;
        line-height: 1.1;
        order: 1;
    }

    .hero-text h1 .desktop-break {
        display: inline;
    }

    .hero-text h2 {
        font-size: 32px;
        letter-spacing: 0.32px;
        margin-bottom: 20px;
        line-height: 1.1;
        order: 2;
    }

    .hero-text h2 .desktop-break {
        display: inline;
    }

    .hero-text p {
        font-size: 18px;
        letter-spacing: 0.18px;
        margin-bottom: 30px;
        max-width: 100%;
        line-height: 1.4;
        order: 3;
    }

    .hero-image {
        order: 1;
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 350px;
    }

    .hero-image-circle {
        width: 300px;
        height: 300px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .hero-flesh-left {
        display: block;
        position: absolute;
        right: -20%;
        top: -40px;
        width: 80px;
        margin: 0;
        transform: rotate(0deg);
        order: unset;
    }

    .hero-cta-container {
        margin: 20px auto 0 auto;
        width: 100%;
        max-width: 280px;
        order: 5;
        position: relative;
    }

    .hero-cta {
        width: 280px;
        height: 180px;
        padding: 50px 16px 0px 16px;
        margin: 0 auto;
    }

    .hero-cta-main {
        font-size: 18px;
        letter-spacing: 0.18px;
        line-height: 0.2;

    }

    .hero-cta-sub {
        font-size: 14px;
        letter-spacing: 0.14px;
        line-height: 0.2;

    }

    .hero-cta-arrow {
        width: 35px;
        height: 35px;
    }

    /* Stats Section Mobile Styles */
    .stats-testimonials {
        padding: 40px 20px;
        margin-top: 40px;
    }

    .stats-container {
        flex-direction: column;
        padding: 30px 20px;
        gap: 30px;
    }

    .stat-column {
        padding: 0;
    }

    .stat-number {
        font-size: 48px;
        letter-spacing: 0.48px;
        margin-bottom: 12px;
    }

    .stat-text {
        font-size: 16px;
        letter-spacing: 0.16px;
    }

    .stat-divider {
        width: 80%;
        height: 1px;
        margin: 0;
    }

    .testimonials-section {
        padding: 0;
    }

    .testimonials-header {
        font-size: 20px;
        letter-spacing: 0.2px;
        margin-bottom: 0;
    }

    .rating {
        font-size: 18px;
        letter-spacing: 0.18px;
    }

    .review-count {
        font-size: 14px;
        letter-spacing: 0.14px;
    }

    .profile-pictures {
        gap: 6px;
    }

    .profile-pic,
    .more-reviews {
        width: 36px;
        height: 36px;
        font-size: 10px;
    }

    .decorative-arrow {
        display: none;
    }

    /* General Mobile Improvements */
    section {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Hide decorative elements on mobile */
    /* All decorative elements are now visible on mobile */

    /* Mobile touch improvements */
    .hero-cta,
    .why-cta,
    .how-it-works-cta,
    .footer-cta {
        min-height: 44px;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    /* Improve mobile scrolling */
    html {
        scroll-behavior: smooth;
    }

    /* Better mobile typography */
    body {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    /* Mobile image optimization */
    img, video {
        max-width: 100%;
        height: auto;
    }

    /* Mobile form improvements */
    input, button, select, textarea {
        font-size: 16px;
    }

    /* Mobile navigation improvements */
    .navbar-menu {
        -webkit-overflow-scrolling: touch;
    }

    .navbar-link {
        padding: 12px 16px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Override decorative arrow for mobile */
    .decorative-arrow {
        display: block !important;
        position: relative !important;
        top: -20vh !important;
        right: -40vw !important;
        width: 40px !important;
        margin: 0 auto 10px auto !important;
        transform: rotate(0deg) !important;
        order: 1 !important;
    }

    /* Show top splash for mobile */
    .the-why-top-splash {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }

    /* Show all decorative elements on mobile */
    .the-why-top-spring {
        display: block !important;
        width: 40px !important;
        height: auto !important;
    }

    .the-why-top-triangles {
        display: block !important;
        width: 80px !important;
        height: auto !important;
    }

    .the-why-bottom-splash {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        bottom: -30px !important;
        left: -20px !important;
    }



    .faq-top {
        top:-40px;
        left:-20px;

    }

    .faq-top-splash {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }

    .hero-image-splash {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 48px;
        letter-spacing: 0.36px;
    }

    .hero-text h1 .desktop-break {
        display: inline;
    }

    .hero-text h2 {
        font-size: 24px;
        letter-spacing: 0.24px;
    }

    .hero-text h2 .desktop-break {
        display: inline;
    }

    .hero-text p {
        font-size: 16px;
        letter-spacing: 0.16px;
    }

    .hero-image-circle {
        width: 250px;
        height: 250px;
    }

    .hero-cta {
        width: 240px;
        height: 160px;
        padding: 16px 12px 0px 12px;
    }

    .hero-cta-main {
        font-size: 16px;
        letter-spacing: 0.16px;
    }

    .hero-cta-sub {
        font-size: 12px;
        letter-spacing: 0.12px;
    }

    .navbar-container {
        margin: 10px 15px;
    }

    .navbar-item {
        font-size: 16px;
    }
} 

/* Additional Mobile Styles for Other Sections */
@media (max-width: 768px) {
    /* How it Works Mobile Styles */
    .how-it-works {
        padding: 40px 20px;
        margin-top: 40px;
        border-radius: 20%;
        min-height: auto;
    }

    .how-it-works-container {
        padding: 30px 20px;
        border-radius: 20px;
        margin-top: 5%;
    }

    .how-it-works-title {
        font-size: 48px;
        letter-spacing: 0.48px;
    }

    .steps-container {
        flex-direction: column;
        gap: 30px;
        margin-top: 50px;
    }

    .step-card {
        min-width: auto;
        max-width: none;
        padding: 25px 20px;
    }

    .step-title {
        font-size: 20px;
        letter-spacing: 0.2px;
    }

    .step-description {
        font-size: 14px;
        letter-spacing: 0.14px;
    }

    .step-arrow {
        transform: rotate(90deg);
        width: 40px;
        height: 40px;
    }

    .step-arrow-1 .arrow-icon,
    .step-arrow-2 .arrow-icon {
        transform: none;
    }

    .how-it-works-cta {
        flex-direction: column;
        gap: 15px;
        padding: 20px 30px;
        width: 280px;
        height: 180px;
        mask-position: 0px -12px;
    }

    .how-it-works-cta .hero-cta-main {
        font-size: 18px;
        letter-spacing: 0.18px;
    }

    .how-it-works-cta .hero-cta-sub {
        font-size: 14px;
        letter-spacing: 0.14px;
    }

    /* The Why Section Mobile Styles */
    .the-why {
        padding: 40px 20px;
        margin-top: 40px;
        top: 0;
        margin-bottom: 0;
        position: relative;
    }

    .the-why-title {
        font-size: 48px;
        letter-spacing: 0.48px;
    }

    .the-why-subtitle {
        font-size: 24px;
        letter-spacing: 0.24px;
    }

    .the-why-content {
        flex-direction: column;
        gap: 40px;
    }

    .dog-gallery {
        max-width: 100%;
        position: relative;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .main-dog {
        width: 80vw;
        max-width: 500px;
        height: auto;
    }

    .dog-thumbnails {
        padding: 10px;
        top: -40px;
    }

    .thumbnail-container {
        gap: 8px;
    }

    .dog-thumbnail {
        width: 50px;
        height: 50px;
    }

    .the-why-text {
        max-width: 100%;
    }

    .why-paragraph {
        font-size: 16px;
        letter-spacing: 0.16px;
    }

    .why-cta {
        padding: 14px 28px;
        width: 250px;
        height: 100px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .why-cta .hero-cta-main {
        font-size: 18px;
        letter-spacing: 0.18px;
    }

    /* Testimonials Mobile Styles */
    .testimonials {
        padding: 40px 20px;
        margin-top: 0;
        position: relative;
    }

    .testimonials-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .testimonials-title {
        font-size: 48px;
        letter-spacing: 0.48px;
    }

    .testimonials-subtitle {
        font-size: 24px;
        letter-spacing: 0.24px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-card {
        min-width: auto;
        max-width: 100%;
        transform: none;
        margin-bottom: 20px;
        padding: 25px 20px;
    }

    .testimonial-card:nth-child(even),
    .testimonial-card:nth-child(3n) {
        transform: none;
    }

    .testimonial-card:hover {
        transform: translateY(-5px);
    }

    .testimonial-image {
        width: 100%;
        height: 100px;
    }

    .testimonial-photo {
        width: 100px;
    }

    .testimonial-quote {
        font-size: 16px;
        letter-spacing: 0.16px;
    }

    .testimonial-attribution {
        font-size: 14px;
        letter-spacing: 0.14px;
    }

    /* FAQ Mobile Styles */
    .faq {
        padding: 40px 20px;
        margin-top: 30px;
        top: 0;
        margin-bottom: 0;
        padding-bottom: 100px;
        position: relative;
    }

    .faq-container {
        flex-direction: column;
        gap: 40px;
    }

    .faq-content {
        padding-right: 0;
    }

    .faq-title {
        font-size: 48px;
        letter-spacing: 0.48px;
    }

    .faq-subtitle {
        font-size: 24px;
        letter-spacing: 0.24px;
    }

    .faq-list {
        max-width: 100%;
    }

    .faq-question {
        gap: 12px;
        padding: 16px 0;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .faq-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }

    .faq-arrow {
        width: 20px;
        height: 20px;
    }

    .faq-q {
        font-size: 18px;
        letter-spacing: 0.18px;
        line-height: 1.4;
        flex: 1;
    }

    .faq-answer {
        padding-left: 47px;
        padding-right: 16px;
    }

    .faq-a {
        font-size: 16px;
        letter-spacing: 0.16px;
        line-height: 1.5;
    }

    .faq-image {
        padding-top: 0;
    }

    .faq-dog {
        max-width: 300px;
    }

    /* Footer Mobile Styles */
    .footer-top {
        position: relative;
        top: -50px;
        flex-direction: column;
        gap: 0;
        padding: 20px;
        align-items: center;
        justify-content: center;
        min-height: 400px;
    }

    .footer-dog {
        position: relative;
        right: auto;
        width: 300px;
        margin-bottom: 0;
        top: -100px;
        z-index: 1;
    }

    .footer-cta {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 280px;
        height: 180px;
        padding: 20px 16px 0px 16px;
        z-index: 2;
    }

    .footer-cta .hero-cta-main {
        font-size: 18px;
        letter-spacing: 0.18px;
    }

    .footer-cta .hero-cta-sub {
        font-size: 14px;
        letter-spacing: 0.14px;
    }
} 

/* Quiz Modal Styles */
.quiz-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.quiz-modal.active {
    display: flex;
}

.quiz-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

/* Progress Container */
.quiz-progress-container {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10002;
}

.quiz-progress-bar {
    width: 200px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    overflow: hidden;
}

.quiz-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #86CE79, #F2B330);
    border-radius: 4px;
    transition: width 0.5s ease;
    width: 10%;
}

.quiz-progress-text {
    font-family: "Braah One";
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    min-width: 40px;
}

/* Close Button */
.quiz-close-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 10002;
}

.quiz-close-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.quiz-close-btn img {
    width: 24px;
    height: 24px;
}

/* Cards Stack */
.quiz-cards-stack {
    position: relative;
    width: 400px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}

.quiz-card {
    position: absolute;
    width: 367px;
    min-height: 304px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform-origin: center;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    backface-visibility: hidden;
}

.quiz-card.active {
    z-index: 10;
    transform: scale(1) translateY(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.quiz-card.next {
    z-index: 9;
    transform: scale(0.95) translateY(-15px) rotate(-3deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.quiz-card.back {
    z-index: 8;
    transform: scale(0.9) translateY(-30px) rotate(-6deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.quiz-card.hidden {
    z-index: 7;
    transform: scale(0.85) translateY(-45px) rotate(-9deg);
    opacity: 0.3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.quiz-card.answered {
    animation: none;
    transform: scale(0.8) translateY(-40px) translateX(-100px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}

.quiz-card.sliding-up {
    animation: none;
    transition: all 0.5s ease;
}

.quiz-card.sliding-up-2 {
    animation: none;
    transition: all 0.5s ease;
}

.quiz-card.results {
    width: 40vw;
    min-width: 400px;
}

.quiz-card.sliding-up-3 {
    animation: none;
    transition: all 0.5s ease;
}

.quiz-card.selecting {
    animation: none;
    transition: all 0.3s ease;
}

.quiz-card.entering {
    animation: none;
    transition: all 0.5s ease;
}

.quiz-card.entering-next {
    animation: none;
    transition: all 0.5s ease;
}

.quiz-card.entering-back {
    animation: none;
    transition: all 0.5s ease;
}

.quiz-option.selected {
    background-color: #86CE79;
    color: #FFFFFF;
    border-color: #86CE79;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(134, 206, 121, 0.3);
    transition: all 0.3s ease;
}

.quiz-question {
    font-family: "Braah One";
    font-size: 24px;
    font-weight: 400;
    color: #101218;
    margin-bottom: 30px;
    line-height: 1.3;
    text-align: center;
}

.quiz-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quiz-option {
    padding: 20px;
    background-color: #F8F8F8;
    border: 2px solid transparent;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Braah One";
    font-size: 16px;
    font-weight: 400;
    color: #101218;
    line-height: 1.4;
    text-align: left;
}

.quiz-option:hover {
    background-color: #E8F4FD;
    border-color: #86CE79;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(134, 206, 121, 0.2);
}



/* Quiz Results */
.quiz-results {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
}

.quiz-card.results{
    width: 60vw;
    min-width: 400px;
}

.quiz-results-title {
    font-family: "Braah One";
    font-size: 32px;
    font-weight: 400;
    color: #101218;
    margin-bottom: 20px;
}

.quiz-results-description {
    font-family: "Braah One";
    font-size: 18px;
    font-weight: 400;
    color: #101218;
    margin-bottom: 15px;
    line-height: 1.5;
}

.quiz-results-subtitle {
    font-family: "Braah One";
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.4;
}

/* Personality Result Styles */
.quiz-personality-result {
    background: linear-gradient(135deg, #E8F4FD 0%, #F0F8FF 100%);
    border-radius: 15px;
    padding: 30px 20px 20px 20px;
    margin: 20px 0;
    border: 2px solid #86CE79;
    position: relative;
}


.personality-title {
    font-family: "Braah One";
    font-size: 18px;
    font-weight: 400;
    color: #101218;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.personality-label {
    font-family: "Braah One";
    font-size: 18px;
    font-weight: 400;
    color: #101218;
    text-align: center;
}

.personality-type {
    color: #FE6634;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 0;
}

.personality-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    border: 3px solid #FE6634;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.personality-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.personality-image-link {
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease;
}

.personality-image-link:hover {
    transform: scale(1.05);
}

.personality-description {
    font-family: "Braah One";
    font-size: 16px;
    font-weight: 400;
    color: #101218;
    line-height: 1.4;
    opacity: 0.9;
    text-align: center;
}

/* Email Form Styles */
.quiz-email-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.quiz-email-input {
    padding: 15px 20px;
    border: 2px solid #E0E0E0;
    border-radius: 15px;
    font-family: "Braah One";
    font-size: 16px;
    font-weight: 400;
    color: #101218;
    background-color: #FFFFFF;
    transition: border-color 0.3s ease;
}

.quiz-email-input:focus {
    outline: none;
    border-color: #86CE79;
}

.quiz-email-input::placeholder {
    color: #999;
}

/* Checkbox Styles */
.quiz-email-consent {
    text-align: left;
}

.quiz-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-family: "Braah One";
    font-size: 14px;
    font-weight: 400;
    color: #101218;
    line-height: 1.4;
}

.quiz-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #86CE79;
    border-radius: 4px;
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
}

.quiz-checkbox:checked {
    background-color: #86CE79;
    border-color: #86CE79;
}

.quiz-checkbox:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.quiz-checkbox:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(134, 206, 121, 0.2);
}

.quiz-consent-text {
    flex: 1;
    padding-top: 2px;
}

.quiz-results-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background-color: #FE6634;
    color: #FFFFFF;
    border: none;
    border-radius: 25px;
    font-family: "Braah One";
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    justify-content: center;
}

.quiz-results-cta:hover {
    background-color: #E55A2B;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(254, 102, 52, 0.3);
}

/* Mobile Responsive Quiz Styles */
@media (max-width: 768px) {
    .quiz-modal {
        padding: 10px;
    }

    .quiz-progress-container {
        top: 20px;
    }

    .quiz-progress-bar {
        width: 150px;
    }

    .quiz-progress-text {
        font-size: 14px;
    }

    .quiz-close-btn {
        top: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .quiz-close-btn img {
        width: 20px;
        height: 20px;
    }

    .quiz-cards-stack {
        width: 320px;
        height: 420px;
    }

    .quiz-card {
        width: 300px;
        height: 260px;
        padding: 30px 20px;
    }

    .quiz-card.results {
        width: 90vw;
        min-width: 280px;
        max-width: 350px;
        height: auto;
        min-height: 400px;
        padding: 25px 20px;
    }

    .intro-card {
        padding: 40px 20px;
    }

    .intro-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .intro-description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .start-quiz-btn {
        padding: 12px 24px;
        font-size: 16px;
    }

    .quiz-question {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .quiz-option {
        padding: 16px;
        font-size: 14px;
    }

    .quiz-results-title {
        font-size: 24px;
    }

    .quiz-results-description {
        font-size: 16px;
        max-width: 250px;
    }

    .quiz-results-subtitle {
        font-size: 14px;
        max-width: 250px;
    }

    .quiz-personality-result {
        padding: 25px 15px 15px 15px;
        margin: 15px 0;
    }

    .personality-title {
        font-size: 16px;
    }

    .personality-type {
        font-size: 18px;
    }

    .personality-image {
        width: 60px;
        height: 60px;
    }   

    .personality-description {
        font-size: 14px;
    }

    .quiz-email-form {
        max-width: 250px;
        gap: 15px;
    }

    .quiz-email-input {
        padding: 12px 16px;
        font-size: 14px;
    }

    .quiz-checkbox-label {
        font-size: 13px;
    }

    .quiz-results-cta {
        padding: 12px 24px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .quiz-cards-stack {
        width: 280px;
        height: 380px;
    }

    .quiz-card {
        width: 260px;
        height: 220px;
        padding: 25px 15px;
    }

    .quiz-card.results {
        width: 95vw;
        min-width: 250px;
        max-width: 300px;
        height: auto;
        min-height: 350px;
        padding: 20px 15px;
    }

    .quiz-question {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .quiz-option {
        padding: 14px;
        font-size: 13px;
    }

    .quiz-personality-result {
        padding: 22px 12px 12px 12px;
        margin: 12px 0;
    }

    .personality-title {
        font-size: 15px;
    }

    .personality-type {
        font-size: 17px;
    }

    .personality-image {
        width: 40px;
        height: 40px;
    }   

    .personality-description {
        font-size: 13px;
    }

    .quiz-progress-container {
        top: 15px;
    }

    .quiz-progress-bar {
        width: 120px;
    }

    .quiz-close-btn {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }

    .quiz-results-title {
        font-size: 20px;
    }

    .quiz-results-description {
        font-size: 14px;
        max-width: 220px;
    }

    .quiz-results-subtitle {
        font-size: 12px;
        max-width: 220px;
    }
} 



/* Intro Card Styles */
.intro-card {
    background: linear-gradient(135deg, #86CE79 0%, #F2B330 50%, #FE6634 100%);
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
}

.intro-content {
    max-width: 300px;
}

.intro-title {
    font-family: "Braah One";
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.intro-description {
    font-family: "Braah One";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 40px;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.start-quiz-btn {
    background-color: #FFFFFF;
    color: #FE6634;
    border: none;
    border-radius: 25px;
    padding: 15px 30px;
    font-family: "Braah One";
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.start-quiz-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    background-color: #F8F8F8;
}

.start-quiz-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.start-arrow {
    width: 20px;
    height: 20px;
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(346deg) brightness(118%) contrast(119%);
    transition: transform 0.3s ease;
}

.start-quiz-btn:hover .start-arrow {
    transform: translateX(3px);
}





/* Quiz Card Base Styles */
.quiz-card {
    position: absolute;
    width: 367px;
    /* height: 60vh; */
    min-height: 60vh;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform-origin: center;
    /* cursor: pointer; */
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.quiz-card.active {
    z-index: 10;
    transform: scale(1) translateY(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.quiz-card.next {
    z-index: 9;
    transform: scale(0.95) translateY(-15px) rotate(-3deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.quiz-card.back {
    z-index: 8;
    transform: scale(0.9) translateY(-30px) rotate(-6deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.quiz-card.hidden {
    z-index: 7;
    transform: scale(0.85) translateY(-45px) rotate(-9deg);
    opacity: 0.3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.quiz-card.answered {
    opacity: 0;
    pointer-events: none;
}

.quiz-card.sliding-up {
    /* No animation */
}

.quiz-card.sliding-up-2 {
    /* No animation */
}

.quiz-card.sliding-up-3 {
    /* No animation */
}

.quiz-card.selecting {
    /* No animation */
}

.quiz-card.entering {
    /* No animation */
}

.quiz-card.entering-next {
    /* No animation */
}

.quiz-card.entering-back {
    /* No animation */
}

/* Quiz Option Styles */
.quiz-option {
    padding: 20px;
    background-color: #F8F8F8;
    border: 2px solid transparent;
    border-radius: 15px;
    cursor: pointer;
    font-family: "Braah One";
    font-size: 16px;
    font-weight: 400;
    color: #101218;
    line-height: 1.4;
    text-align: left;
}

.quiz-option:hover {
    background-color: #E8F4FD;
    border-color: #86CE79;
}

.quiz-option.selected {
    background-color: #86CE79;
    color: #FFFFFF;
    border-color: #86CE79;
}

/* Intro Card Styles */
.intro-card.answered-left {
    opacity: 0;
}

.intro-card.answered-right {
    opacity: 0;
}

/* Start Quiz Button Styles */
.start-quiz-btn {
    background-color: #FFFFFF;
    color: #FE6634;
    border: none;
    border-radius: 25px;
    padding: 15px 30px;
    font-family: "Braah One";
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.start-quiz-btn:hover {
    background-color: #F8F8F8;
}

.start-arrow {
    width: 20px;
    height: 20px;
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(346deg) brightness(118%) contrast(119%);
}

