@import url("//fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Lilita+One&display=swap");
@import url(variable.css);

body {
    margin: 0;
    padding: 0;
    color: rgba(41, 36, 37, 0.8);
    font-family: var(--font-primary);
    font-size: var(--font-body-lg);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

.container {
    @media (min-width: 1200px) {
        max-width: 1040px;
    }
}

.contactinfo {
    font-family: var(--font-secondary);
    font-size: var(--font-body-md);
}

.toprightcol a,
.toprightcol p {
    color: var(--accent-color-first);
    margin-bottom: 0;
    font-family: var(--font-secondary);
    font-size: var(--font-body-sm);
    font-weight: 500;
}

.btnstyleone {
    border-radius: var(--bordert-radius-md);
    -webkit-border-radius: var(--bordert-radius-md);
    -moz-border-radius: var(--bordert-radius-md);
    -ms-border-radius: var(--bordert-radius-md);
    -o-border-radius: var(--bordert-radius-md);
    border: var(--border-light);
    padding: 8px 20px;
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: var(--font-body-lg);
    background: var(--transparent-background);
    text-decoration: none;
    color: var(--accent-color-first);
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.btnstyleone:hover {
    background: var(--accent-color-first);
    color: var(--color-primary);
}

.btnstyletwo {
    border-radius: var(--bordert-radius-xl);
    -webkit-border-radius: var(--bordert-radius-xl);
    -moz-border-radius: var(--bordert-radius-xl);
    -ms-border-radius: var(--bordert-radius-xl);
    -o-border-radius: var(--bordert-radius-xl);
    padding: 22px 44px 22px 44px !important;
    font-family: var(--font-secondary);
    font-weight: 600;
    line-height: 28px;
    color: var(--accent-color-first);
    font-size: var(--h6);
    background: var(--color-primary);
    text-decoration: none;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    display: inline-block !important;
    box-shadow: 10px 29px 64px 0px rgba(30, 88, 190, 0.55);
    position: relative;
    z-index: 999;
}

.btnstyletwo:hover {
    background: var(--accent-color-first);
    color: var(--color-primary);
}

/* Cart icon color — change this value to restyle the cart SVG */
.cart-svg-icon {
    color: #ffffff;
}

.cart-countwrap {
    position: relative;
}

.cart-count {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    background-color: var(--accent-color-eleventh);
    color: var(--color-secondary);
    text-align: center;
}

.navbar-wrapper .dropdown {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
}

.navbar {
    padding: 0 0px 0px 0px !important;
    z-index: 9999;
}

.navbar-nav {
    align-items: center;
}

.navbar-wrapper .dropdown li,
li.nav-item {
    margin-right: 12px;
}

ul.navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-wrapper a.active,
.nav-item a.active {
    color: var(--color-secondary);
    border-bottom: 2.5px solid var(--color-secondary);
}

.navbar-wrapper a,
.nav-item a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-secondary);
    padding: 10px !important;
    font-family: var(--font-secondary);
    border-bottom: 2.5px solid var(--accent-color-first);
    display: block;
}

.navbar-wrapper .dropdown a:hover,
.nav-item a:hover {
    color: var(--color-primary);
}

.navbar-wrapper ul li {
    position: relative;
}

.navbar-wrapper ul li > ul {
    list-style: none;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 2px;
    background-color: #fff;
    padding: 8px 0;
    border-top: 3px solid var(--color-secondary);
    border-radius: 0 0 10px 10px;
    min-width: 200px;
    z-index: 9999;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.navbar-wrapper ul li > ul a {
    white-space: nowrap;
    display: block;
    padding: 8px 18px !important;
    color: var(--color-secondary) !important;
    border-bottom: none !important;
}

.navbar-wrapper ul li > ul a:hover {
    color: var(--color-primary) !important;
    background: var(--accent-color-third);
}

.navbar-wrapper ul li:hover > ul {
    display: block;
}

/* Dropdown chevron indicator */
.navbar-wrapper ul > li:has(> ul) > a::after {
    content: " ▾";
    font-size: 11px;
    opacity: 0.8;
}

/* ========================
   Site Header / Hero Overlay Layout
======================== */

.site-header--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
}

/* Tinted backdrop so logo and contact links stay legible over the hero image */
.site-header--overlay .site-topbar {
    background: linear-gradient(180deg, rgba(15, 42, 107, 0.72) 0%, rgba(15, 42, 107, 0.2) 100%);
}

.site-header:not(.site-header--overlay) .site-topbar {
    background: var(--color-primary);
}

.site-header:not(.site-header--overlay) .site-nav {
    background: var(--accent-color-first);
}

/* Extra breathing room below topbar on homepage */
.site-header--overlay .site-nav {
    padding: 28px 0 !important;
}

/* Floating pill nav */
.floatnav-pill-inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: var(--color-secondary);
    border-radius: 50px;
    padding: 4px 28px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
}

/* Nav link colors inside pill */
.site-header--overlay .navbar-wrapper a,
.site-header--overlay .nav-item a {
    color: #ffffff;
    border-bottom-color: transparent;
}

.site-header--overlay .navbar-wrapper a.active,
.site-header--overlay .nav-item a.active {
    color: var(--color-wave);
    border-bottom-color: var(--color-wave);
}

.site-header--overlay .navbar-wrapper .dropdown a:hover,
.site-header--overlay .nav-item a:hover {
    color: var(--color-wave);
}

/* On solid non-homepage nav, remove pill styling */
.site-header:not(.site-header--overlay) .floatnav-pill-inner {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    display: flex;
}

/* ========================
   End Site Header Layout
======================== */

/* Welcome Section CSS Start */
.welcomewrap {
    width: 100%;
    position: relative;
    min-height: 800px;
    overflow: hidden;
}

/* Dark overlay — sits above carousel slides (z-index 0), below content (z-index 2) */
.welcomewrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

/* ── Hero background video ──────────────────────────────────────
   Fills the entire welcomewrap absolutely.
   Source: images/hero.mp4 (autoplay, muted, loop, playsinline).
─────────────────────────────────────────────────────────────── */
.hero-bg-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    /* Subtle ken-burns zoom to keep the hero alive */
    animation: heroZoom 18s ease-in-out infinite alternate;
}

@keyframes heroZoom {
    from { transform: scale(1);    }
    to   { transform: scale(1.06); }
}

/* ── Hero content ───────────────────────────────────────────────
   z-index 2 sits above carousel (0) and overlay (1).
   Horizontal padding removed — the inner .container handles it,
   keeping the headline within the 1040px desktop container.
─────────────────────────────────────────────────────────────── */
.welcomehero-inner {
    position: relative;
    z-index: 2;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 200px 0 80px;
}

.welcometext {
    max-width: 960px;
    text-align: center;
}

.welcometext h1 {
    font-family: "Lilita One", cursive;
    font-weight: 400;
    font-size: 72px;
    color: #ffffff;
    line-height: 80px;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    margin-bottom: 36px;
}

/* End Welcome CSS*/

.cloudpatternwrap {
    position: relative;
}

/* White floor — paths start/end at y=0 at edges, no transparent corners */
.cloudpatternwrap:before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,0 C180,160 360,40 540,100 C720,160 900,40 1080,100 C1260,160 1380,80 1440,0 L1440,160 L0,160 Z'/%3E%3C/svg%3E") no-repeat center bottom;
    background-size: 100% 100%;
    height: 160px;
    width: 100%;
    position: absolute;
    top: -140px;
    left: 0;
    z-index: 4;
}

/* Colored wave — paths start/end at y=0 at edges, no transparent corners */
.cloudpatternwrap:after {
    content: "";
    display: block;
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: 160px;
    background-color: var(--color-wave);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0,0 C180,120 360,0 540,60 C720,120 900,0 1080,60 C1260,120 1380,40 1440,0 L1440,160 L0,160 Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0,0 C180,120 360,0 540,60 C720,120 900,0 1080,60 C1260,120 1380,40 1440,0 L1440,160 L0,160 Z'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 3;
}

/* SEO Intro Paragraph */
.seo-intro-wrap {
    padding: 48px 0;
    margin-top: 48px;
}

.seo-intro-text {
    font-family: var(--font-primary);
    font-size: var(--font-body-2xl);
    line-height: 30px;
    color: var(--accent-color-sixth);
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

/* Product Servide Section CSS */
.product-service-wrap .container {
    max-width: 960px;
    width: 96%;
    margin: 0px auto;
}

.prodsercol1_3 {
    text-align: center;
    padding: 44px 32px;
    border-radius: 28px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Sheen highlight in top-left corner */
.prodsercol1_3::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -20%;
    width: 60%;
    height: 60%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    pointer-events: none;
}

/* Card 1 — royal blue (logo "BOUNCE") */
.product-service-wrap .row > div:nth-child(1) .prodsercol1_3 {
    background: linear-gradient(145deg, #1E58BE 0%, #4B80DD 100%);
    box-shadow: 0 12px 48px rgba(30, 88, 190, 0.45);
}

/* Card 2 — kelly green (logo "AROUND") */
.product-service-wrap .row > div:nth-child(2) .prodsercol1_3 {
    background: linear-gradient(145deg, #2DB22C 0%, #5ED05D 100%);
    box-shadow: 0 12px 48px rgba(45, 178, 44, 0.45);
}

/* Card 3 — bright red (logo "JUMPERS") */
.product-service-wrap .row > div:nth-child(3) .prodsercol1_3 {
    background: linear-gradient(145deg, #E43029 0%, #F26861 100%);
    box-shadow: 0 12px 48px rgba(228, 48, 41, 0.45);
}

.prodsercol1_3 h4 {
    font-family: var(--font-secondary);
    color: #ffffff;
    line-height: 32px;
    font-size: 23px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 12px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.15);
}


.prodsercol1_3 p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--font-secondary);
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

/* End Product Servide Section CSS */

/* Products Categories CSS  Start*/
.prodcatwrap {
    max-width: 960px;
    margin: 0px auto;
}

.prodcatwrap .section-title {
    color: var(--color-secondary);
    font-family: var(--heading-font);
    line-height: 48px;
    font-size: 40px;
    text-transform: uppercase;
}

/* End CSS Of Products Categories */

/* Let Us Help You  CSS Start */

/* Wave entering from cloudpatternwrap (white → light blue) */
.letushelpyouwrap::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 44px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 44' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,22 C240,44 480,0 720,22 C960,44 1200,0 1440,22 L1440,0 L0,0 Z'/%3E%3C/svg%3E") no-repeat center top;
    background-size: 100% 100%;
    z-index: 2;
}

/* Wave exiting to featuredproductswrap (light blue → white) */
.letushelpyouwrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 44' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,22 C240,44 480,0 720,22 C960,44 1200,0 1440,22 L1440,44 L0,44 Z'/%3E%3C/svg%3E") no-repeat center bottom;
    background-size: 100% 100%;
    z-index: 2;
}

.letushelpyouwrap {
    position: relative;
    text-align: center;
    background: var(--accent-color-tenth);
    padding-top: 80px;
    padding-bottom: 120px;
}

.letushelpyouwrap .container {
    max-width: 960px;
    width: 96%;
    margin: 0px auto;
}

.letushelpyouwrap h2 {
    font-size: var(--font-title-3xl);
    font-weight: 600;
    line-height: 48px;
    color: var(--color-secondary);
    margin-bottom: 28px;
    font-family: var(--heading-font);
}

.letushelpyouwrap h6 {
    font-family: var(--font-primary);
    font-size: var(--font-body-xl);
    font-weight: 400;
    line-height: 28px;
    color: var(--accent-color-fourth);
    margin-bottom: 0px;
}

.listbtnstyle {
    padding: 0;
    column-count: 3;
    margin-top: 53px;
}

.listbtnstyle li {
    list-style: none;
    background: var(--accent-color-first);
    padding: 19px 20px;
    margin-bottom: 24px;
    border-radius: var(--bordert-radius-md);
    -webkit-border-radius: var(--bordert-radius-md);
    -moz-border-radius: var(--bordert-radius-md);
    -ms-border-radius: var(--bordert-radius-md);
    -o-border-radius: var(--bordert-radius-md);
    border-bottom: 2px solid var(--color-secondary);
}

.listbtnstyle li a {
    font-size: var(--font-body-xl);
    font-family: var(--font-secondary);
    color: var(--color-secondary);
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
}

/* End CSS - Let Us Help You  */

/* Featured Products CSS Start */

.featuredproductswrap::before {
    content: "";
    display: block;
    position: absolute;
    top: -44px;
    left: 0;
    width: 100%;
    height: 44px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 44' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,22 C240,44 480,0 720,22 C960,44 1200,0 1440,22 L1440,0 L0,0 Z'/%3E%3C/svg%3E") no-repeat center top;
    background-size: 100% 100%;
    z-index: 2;
}

.featuredproductswrap::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -44px;
    left: 0;
    width: 100%;
    height: 44px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 44' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,22 C240,44 480,0 720,22 C960,44 1200,0 1440,22 L1440,0 L0,0 Z'/%3E%3C/svg%3E") no-repeat center top;
    background-size: 100% 100%;
    z-index: 2;
}

.featuredproductswrap .container {
    max-width: 960px;
    width: 96%;
    margin: 0px auto;
}

.featuredproductswrap .section-title {
    color: var(--color-secondary);
    line-height: 48px;
    font-size: 40px;
}

/* End CSS - Featured Products */

/* Operation Hours CSS Start */
.operationhourswrap {
    padding-top: 80px;
    padding-bottom: 120px;
    position: relative;
    background: var(--accent-color-tenth);
}

.operationhourswrap h2 {
    font-weight: 600;
    font-size: var(--font-title-3xl);
    color: var(--color-secondary);
    text-align: center;
    margin-bottom: 60px;
}

.operationhourscol {
    max-width: 796px;
    width: 96%;
    background: var(--accent-color-eleventh);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 40px;
    margin-bottom: 60px;
    margin: 0px auto;
}

.operationhourscol h5 {
    font-family: var(--font-secondary);
    font-size: var(--font-body-2xl);
    color: var(--color-secondary);
    margin-bottom: 20px;
    text-align: center;
}

.operationhourscol ul {
    padding: 0px;
    margin: 0;
}

.operationhourscol ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    border-top: 1px solid #e5d63c;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    font-family: var(--font-secondary);
    color: var(--color-secondary);
}

.operationhourscol ul li:first-of-type {
    border-top: none;
}

span.line {
    width: 22px;
    display: inline-block;
    background: var(--color-secondary);
    height: 1.5px;
    vertical-align: middle;
    margin: 0px 8px;
}

.btnstylethree {
    background: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    padding: 20px 44px;
    font-size: var(--h6);
    color: var(--accent-color-first);
    text-decoration: none;
    text-align: center;
    font-family: var(--font-secondary);
    display: block;
    width: 232px;
    margin: 0px auto;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    border-radius: var(--bordert-radius-xl);
    -webkit-border-radius: var(--bordert-radius-xl);
    -moz-border-radius: var(--bordert-radius-xl);
    -ms-border-radius: var(--bordert-radius-xl);
    -o-border-radius: var(--bordert-radius-xl);
}

.btnstylethree:hover {
    background: var(--accent-color-first);
    color: var(--color-secondary);
}

/* Operation Hours CSS End */

/* Brand Reviews CSS Start */
.brandreviewswrap {
    position: relative;
    padding: 140px 0 100px 0;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
}

/* Wave entering from operationhourswrap (light blue → white) */
.brandreviewswrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 44' preserveAspectRatio='none'%3E%3Cpath fill='%23E8F0FF' d='M0,22 C240,44 480,0 720,22 C960,44 1200,0 1440,22 L1440,0 L0,0 Z'/%3E%3C/svg%3E") no-repeat center top;
    background-size: 100% 100%;
    z-index: 1;
}

/* Decorative confetti dots scattered across the section */
.confetti-dot {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    opacity: 0.55;
    animation: confettiFloat 6s ease-in-out infinite;
}
.confetti-dot--1 { width: 14px; height: 14px; top: 110px;    left: 6%;   animation-delay: 0s;   fill: var(--color-primary); }
.confetti-dot--2 { width: 10px; height: 10px; top: 200px;    right: 8%;  animation-delay: 1.2s; fill: var(--color-wave); }
.confetti-dot--3 { width: 18px; height: 18px; bottom: 120px; left: 10%;  animation-delay: 2.4s; fill: var(--accent-color-eleventh); }
.confetti-dot--4 { width: 12px; height: 12px; top: 60%;      right: 5%;  animation-delay: 3.2s; fill: var(--color-accent-green); }
.confetti-dot--5 { width: 8px;  height: 8px;  bottom: 60px;  right: 25%; animation-delay: 4s;   fill: var(--color-primary); }

@keyframes confettiFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-14px) rotate(12deg); }
}

/* Section header */
.reviews-header {
    position: relative;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px auto;
    z-index: 2;
}

.reviews-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #fff4d2;
    border: 2px solid var(--accent-color-eleventh);
    border-radius: var(--bordert-radius-xl);
    font-family: var(--font-secondary);
    font-size: var(--font-body-md);
    color: var(--color-secondary);
    margin-bottom: 20px;
}

.reviews-badge strong {
    font-weight: 700;
    color: var(--color-secondary);
}

.reviews-badge-star {
    width: 18px;
    height: 18px;
    fill: var(--color-wave);
    flex-shrink: 0;
}

.reviews-title {
    font-family: var(--heading-font);
    font-size: var(--font-title-3xl);
    line-height: 1.1;
    color: var(--color-secondary);
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.reviews-subtitle {
    font-family: var(--font-primary);
    font-size: var(--font-body-xl);
    line-height: 1.6;
    color: var(--accent-color-fourth);
    margin: 0;
}

/* Card grid */
.reviews-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    z-index: 2;
    margin-bottom: 60px;
}

/* Individual review card */
.reviewcard {
    position: relative;
    background: #ffffff;
    border: 1.5px solid #e9eef7;
    border-radius: 20px;
    padding: 44px 30px 28px 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    box-shadow: 0 6px 18px rgba(15, 42, 107, 0.06);
}

/* Color accent bar at the top of each card */
.reviewcard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    border-radius: 20px 20px 0 0;
}

.reviewcard--blue::before  { background: var(--color-primary); }
.reviewcard--red::before   { background: var(--color-wave); }
.reviewcard--green::before { background: var(--color-accent-green); }

.reviewcard:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 42, 107, 0.14);
    border-color: transparent;
}

/* Large decorative quote mark */
.reviewcard-quote {
    position: absolute;
    top: 24px;
    right: 22px;
    width: 52px;
    height: 40px;
    opacity: 0.1;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.reviewcard--blue  .reviewcard-quote { fill: var(--color-primary); }
.reviewcard--red   .reviewcard-quote { fill: var(--color-wave); }
.reviewcard--green .reviewcard-quote { fill: var(--color-accent-green); }

.reviewcard:hover .reviewcard-quote {
    opacity: 0.18;
    transform: translateY(-2px) rotate(-4deg);
}

/* Star row */
.reviewcard-stars {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.reviewcard-stars svg {
    width: 20px;
    height: 20px;
    fill: var(--accent-color-eleventh);
}

/* Review text */
.reviewcard-text {
    font-family: var(--font-primary);
    font-size: var(--font-body-lg);
    line-height: 1.65;
    color: var(--accent-color-sixth);
    margin: 0 0 28px 0;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

/* Card footer — author + yelp link */
.reviewcard-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #eef1f8;
    gap: 12px;
}

.reviewcard-author {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.reviewcard-name {
    font-family: var(--font-secondary);
    font-size: var(--font-body-lg);
    font-weight: 600;
    color: var(--color-secondary);
    line-height: 1.3;
}

.reviewcard-date {
    font-family: var(--font-secondary);
    font-size: var(--font-body-sm);
    color: var(--accent-color-fourth);
}

.reviewcard-yelp {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-secondary);
    font-size: var(--font-body-sm);
    color: var(--accent-color-fourth);
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.reviewcard-yelp svg {
    width: 46px;
    height: 18px;
}

.reviewcard-yelp:hover {
    transform: translateX(2px);
    color: #d32323;
}

/* CTA block */
.reviews-cta {
    position: relative;
    text-align: center;
    z-index: 2;
}

/* End Brand Reviews CSS */

/* Footer CSS Start */

.footernav {
    border-color: #1c4f72;
}

.footernav ul li a {
    color: var(--accent-color-first);
    font-size: var(--font-body-sm);
    font-family: var(--font-secondary);
}

.copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--font-body-sm);
    font-family: var(--font-secondary);
}

.copyright a {
    color: rgba(255, 255, 255, 0.7);
}

/* End Footer CSS  */
