@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;
    overflow-x: hidden;
    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 #baab18cc;
    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;
}

.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);
}

/* 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;
}

/* Gradient scrim — heavier at top for logo/nav contrast, lighter through hero content */
.welcomewrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.62) 0%,    /* dark — covers logo, topbar, nav pill   */
        rgba(0, 0, 0, 0.42) 25%,   /* medium — badge + headline area          */
        rgba(0, 0, 0, 0.28) 60%,   /* lighter — tagline + CTA button          */
        rgba(0, 0, 0, 0.22) 100%   /* subtle — bottom of hero                 */
    );
    z-index: 1;
}

/* ── Hero background carousel ───────────────────────────────────
   Fills the entire welcomewrap absolutely.
   To add/remove slides, edit the $hero_images array in index.php.
─────────────────────────────────────────────────────────────── */
.hero-bg-carousel {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg-carousel .carousel-inner {
    height: 100%;
}

.hero-slide {
    height: 100%;
    min-height: 800px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Slow fade between slides */
.hero-bg-carousel.carousel-fade .carousel-item {
    transition: opacity 1.2s ease-in-out;
}

/* Pill fill — left-to-right sweep over the carousel interval */
@keyframes pillFill {
    from { width: 0%;   }
    to   { width: 100%; }
}

/* Indicator row — lowered closer to the wave */
.hero-carousel-indicators {
    bottom: 100px;
    z-index: 3;
    gap: 8px;
    margin: 0;
}

/* Inactive: small circle */
.hero-carousel-indicators button {
    flex: none;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.45);
    /* Override Bootstrap's transparent border-top/bottom that cause the box */
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    opacity: 1 !important;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: width 0.35s ease;
}

/* Active: expands to pill, dim base */
.hero-carousel-indicators button.active {
    width: 36px;
    background: rgba(255, 255, 255, 0.25);
}

/* White fill sweeps left→right over 5s (matches data-bs-interval) */
.hero-carousel-indicators button.active::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 0%;
    background: #ffffff;
    border-radius: 50px;
    animation: pillFill 5s linear forwards;
}

/* ── 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;
    padding: 200px 0 80px;
}

.welcometext {
    max-width: 960px;
    width: 100%;
    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 — sits above the yellow; covers from wave2 down to eliminate any seam */
.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,105 C180,165 360,45 540,105 C720,165 900,45 1080,105 C1260,165 1380,85 1440,105 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 — fills from wave1 all the way down; white floor above hides everything below the band */
.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,80 C180,140 360,20 540,80 C720,140 900,20 1080,80 C1260,140 1380,60 1440,80 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,80 C180,140 360,20 540,80 C720,140 900,20 1080,80 C1260,140 1380,60 1440,80 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;
}

/* Product Servide Section CSS */
.product-service-wrap {
    padding-top: 60px;
    padding-bottom: 72px;
}

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

.prodsercol1_3 {
    text-align: center;
    padding-top: 30px;
}

.prodsercol1_3 h4 {
    font-family: var(--font-secondary);
    color: var(--color-secondary);
    line-height: 32px;
    font-size: 26px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 16px;
}

.prodsercol1_3 p {
    color: var(--accent-color-sixth);
    font-family: var(--font-secondary);
    line-height: 28px;
    font-size: var(--font-body-lg);
    font-weight: 400;
    margin-bottom: 10px;
}

/* 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 — disabled; foamintrowrap now handles this transition */
.letushelpyouwrap::before {
    display: none;
}

/* 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 */

/* Testimonial CSS Start */
.testinobualwrap {
    padding: 80px 0;
    background: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.testinobualwrap .carousel-item img {
    margin-bottom: 28px;
}

.testinobualwrap .carousel-caption {
    position: inherit;
    right: auto;
    bottom: auto;
    left: auto;
    padding-top: 0;
    padding-bottom: 0;
    color: var(--accent-color-fourth);
    text-align: center;
    max-width: 578px;
    margin: 0px auto;
}

.carousel-caption .line {
    display: block;
    margin: 28px auto;
    width: 101px;
    height: 1px;
    background: #ffd05c;
}

.carousel-caption h5 {
    font-size: var(--h5);
    font-family: var(--font-secondary);
    font-weight: 600;
    line-height: 36px;
    color: var(--color-secondary);
}

.carousel-caption p {
    font-size: var(--h6);
    font-family: var(--font-secondary);
    font-weight: 500;
    line-height: 28px;
    color: var(--color-secondary);
}

.carousel-control-prev-icon {
    background-image: url(../images/icon/left-arrow.png) !important;
    height: 49px !important;
}

.carousel-control-next-icon {
    background-image: url(../images/icon/right-arrow.png) !important;
    height: 49px !important;
}

/* End Testimonial 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  */

/* ═══════════════════════════════════════════════════════════════
   FOAM PARTY THEME — mrhappynj.com
   Bubbly · Wet · Playful · Summer Energy
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero: layered foam-glow bubbles sit above the dark overlay ── */
.welcomewrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse at 10%  75%, rgba(56, 217, 245, 0.28) 0%, transparent 38%),
        radial-gradient(ellipse at 88%  18%, rgba(255, 215,  0, 0.18) 0%, transparent 30%),
        radial-gradient(ellipse at 60%  92%, rgba(255, 255, 255, 0.10) 0%, transparent 22%),
        radial-gradient(ellipse at 32%  12%, rgba(56, 217, 245, 0.14) 0%, transparent 26%),
        radial-gradient(ellipse at 78%  62%, rgba(255, 255, 255, 0.07) 0%, transparent 18%);
    z-index: 1;
    pointer-events: none;
}

/* ── Section title: foam-aqua underline accent ── */
.section-title {
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 72px;
    height: 5px;
    background: linear-gradient(90deg, var(--color-foam, #38d9f5), rgba(56, 217, 245, 0.25));
    border-radius: 3px;
    margin: 12px auto 0;
}

/* ── Feature cards: bubble card style ── */
.prodsercol1_3 {
    background: #ffffff;
    border-radius: 28px;
    padding: 36px 24px 32px;
    border: 2px solid rgba(56, 217, 245, 0.20);
    box-shadow: 0 6px 28px rgba(26, 53, 133, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    margin-bottom: 24px;
}

.prodsercol1_3:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 56px rgba(56, 217, 245, 0.28), 0 4px 16px rgba(26, 53, 133, 0.10);
    border-color: var(--color-foam, #38d9f5);
}

/* Feature card icon: foam-blue bubble circle wrapper */
.prodsercol1_3 img {
    width: 88px;
    height: 88px;
    object-fit: contain;
    background: linear-gradient(135deg, rgba(56, 217, 245, 0.16) 0%, rgba(56, 217, 245, 0.06) 100%);
    border: 2px solid rgba(56, 217, 245, 0.28);
    border-radius: 50%;
    padding: 16px;
    display: block;
    margin: 0 auto;
}

/* ── Foam-light section backgrounds with scattered bubble radials ── */
.letushelpyouwrap {
    background:
        radial-gradient(ellipse at  8%  18%, rgba(56, 217, 245, 0.09) 0%, transparent 32%),
        radial-gradient(ellipse at 92%  12%, rgba(255, 215,  0, 0.08) 0%, transparent 26%),
        radial-gradient(ellipse at 55%  85%, rgba(56, 217, 245, 0.07) 0%, transparent 28%),
        radial-gradient(ellipse at 25%  78%, rgba(255, 215,  0, 0.07) 0%, transparent 22%),
        var(--foam-light, #e0f9ff);
}

.operationhourswrap {
    background:
        radial-gradient(ellipse at 90%  20%, rgba(56, 217, 245, 0.09) 0%, transparent 30%),
        radial-gradient(ellipse at 10%  80%, rgba(255, 215,  0, 0.09) 0%, transparent 28%),
        radial-gradient(ellipse at 50%  50%, rgba(56, 217, 245, 0.05) 0%, transparent 40%),
        var(--foam-light, #e0f9ff);
}

/* ── Service list: foam border accent on each item ── */
.listbtnstyle li {
    border-bottom: 3px solid var(--color-foam, #38d9f5);
    border-radius: 16px;
}

/* ── Hours card: golden-yellow with foam accent border ── */
.operationhourscol {
    background: linear-gradient(145deg, #ffd700 0%, #ffe44d 65%, #fff3a8 100%);
    border: 2px solid rgba(56, 217, 245, 0.32);
    box-shadow: 0 12px 48px rgba(255, 215, 0, 0.28), 0 2px 14px rgba(56, 217, 245, 0.14);
}

.operationhourscol ul li {
    border-top-color: rgba(26, 53, 133, 0.14);
}

/* ── Testimonials: foam gradient wash ── */
.testinobualwrap {
    background: linear-gradient(180deg, #ffffff 0%, var(--foam-light, #e0f9ff) 100%);
}

.carousel-caption .line {
    background: var(--color-foam, #38d9f5);
}

/* ── Footer: foam-tinted border ── */
.footernav {
    border-color: rgba(56, 217, 245, 0.35);
}

/* ── CTA button: foam glow + lift ── */
.btnstyletwo {
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.38), 0 3px 14px rgba(56, 217, 245, 0.20);
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.btnstyletwo:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 56px rgba(255, 215, 0, 0.52), 0 6px 24px rgba(56, 217, 245, 0.30);
}

/* ── Feature card icon div (replaces candyimg) ── */
.prodsercol1_3-icon {
    width: 88px;
    height: 88px;
    background: linear-gradient(135deg, rgba(56, 217, 245, 0.16) 0%, rgba(56, 217, 245, 0.06) 100%);
    border: 2px solid rgba(56, 217, 245, 0.28);
    border-radius: 50%;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-sizing: border-box;
}

.prodsercol1_3-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* ── Hero: foam badge ── */
.foam-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 215, 0, 0.92);
    color: #0d1f6e;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 9px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.40);
}

/* ── Hero tagline beneath h1 ── */
.hero-tagline {
    font-family: var(--font-secondary);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 32px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

/* ── Decorative floating bubble divs (hero) ── */
.bubble-float {
    position: absolute;
    border-radius: 50%;
    /* Specular highlight top-left · foam-tint bottom-right · near-transparent fill */
    background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0.08) 38%, transparent 62%),
        radial-gradient(circle at 68% 72%, rgba(56,217,245,0.22)  0%, transparent 52%),
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.04) 0%, transparent 100%);
    border: 1.5px solid rgba(255,255,255,0.42);
    box-shadow:
        inset 0  5px 10px rgba(255,255,255,0.26),   /* inner top glow          */
        inset 0 -5px 14px rgba(56,217,245,0.18),    /* inner bottom foam tint  */
        inset 3px 0   8px rgba(255,255,255,0.10),   /* inner left rim          */
        0 6px 22px rgba(0,0,0,0.16),                /* outer drop shadow       */
        0 2px  6px rgba(56,217,245,0.14);           /* outer foam glow         */
    animation: floatBubble ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

/* ═══════════════════════════════════════════════════════════════
   FOAM PARTY INTRO SECTION
   ═══════════════════════════════════════════════════════════════ */
.foamintrowrap {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--color-secondary) 0%, #122580 60%, #0a1f6e 100%);
    padding: 90px 0 120px;
}

/* Wave exit: foamintrowrap (dark navy) → letushelpyouwrap (foam-light #e0f9ff) */
.foamintrowrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 70' preserveAspectRatio='none'%3E%3Cpath fill='%23e0f9ff' d='M0,35 C240,70 480,0 720,35 C960,70 1200,0 1440,35 L1440,70 L0,70 Z'/%3E%3C/svg%3E") no-repeat center bottom;
    background-size: 100% 100%;
    z-index: 2;
    pointer-events: none;
}

/* Large translucent bubble decorations */
.foam-bg-bubble {
    position: absolute;
    border-radius: 50%;
    background: rgba(56, 217, 245, 0.07);
    border: 1.5px solid rgba(56, 217, 245, 0.14);
    pointer-events: none;
}

.foamintro-badge {
    display: inline-block;
    background: rgba(56, 217, 245, 0.18);
    border: 1px solid rgba(56, 217, 245, 0.40);
    color: #38d9f5;
    font-family: var(--font-secondary);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 50px;
    margin-bottom: 22px;
}

.foamintro-title {
    font-family: var(--heading-font);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 28px;
}

.foamintro-highlight {
    color: var(--color-wave, #ffd700);
}

.foamintro-body {
    font-family: var(--font-primary);
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 18px;
}

.foamintro-body strong {
    color: #ffffff;
    font-weight: 600;
}

.foamintro-actions {
    margin-top: 38px;
}

/* Stat grid — 2×2 on the right column */
.foam-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.foam-stat {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(56, 217, 245, 0.20);
    border-radius: 20px;
    padding: 28px 20px 24px;
    text-align: center;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.foam-stat:hover {
    background: rgba(56, 217, 245, 0.10);
    border-color: rgba(56, 217, 245, 0.38);
}

.foam-stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    width: 52px;
    height: 52px;
}

.foam-stat-num {
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 4px;
}

.foam-stat-label {
    font-family: var(--font-secondary);
    font-size: 13px;
    color: rgba(56, 217, 245, 0.85);
    font-weight: 500;
    letter-spacing: 0.03em;
}

/* ═══════════════════════════════════════════════════════════════
   WHY CHOOSE US SECTION
   ═══════════════════════════════════════════════════════════════ */
.whymrhappywrap {
    background: #ffffff;
    padding: 90px 0 100px;
    position: relative;
}

.whymrhappy-title {
    color: var(--color-secondary);
    font-family: var(--heading-font);
    font-size: 40px;
    margin-bottom: 16px;
}

.whymrhappy-subtitle {
    font-family: var(--font-primary);
    font-size: 17px;
    color: var(--accent-color-fourth);
    max-width: 560px;
    margin: 0 auto 56px;
    line-height: 1.65;
}

.trust-card {
    background: #ffffff;
    border: 2px solid rgba(56, 217, 245, 0.16);
    border-radius: 20px;
    padding: 32px 28px 30px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    cursor: default;
}

.trust-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(56, 217, 245, 0.18), 0 4px 14px rgba(26, 53, 133, 0.08);
    border-color: var(--color-foam, #38d9f5);
}

.trust-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.trust-icon--aqua  { background: rgba(56, 217, 245, 0.12); border: 1.5px solid rgba(56, 217, 245, 0.28); }
.trust-icon--yellow { background: rgba(255, 215,   0, 0.14); border: 1.5px solid rgba(255, 215, 0, 0.32); }
.trust-icon--navy  { background: var(--color-secondary);    border: none; }

.trust-card h4 {
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 10px;
    line-height: 1.3;
}

.trust-card p {
    font-family: var(--font-primary);
    font-size: 15px;
    line-height: 1.65;
    color: var(--accent-color-sixth);
    margin-bottom: 0;
}

/* Service areas */
.whymrhappy-areas-title {
    font-family: var(--heading-font);
    font-size: 30px;
    color: var(--color-secondary);
    margin-bottom: 12px;
}

.whymrhappy-areas-sub {
    font-family: var(--font-primary);
    font-size: 16px;
    color: var(--accent-color-fourth);
    margin-bottom: 28px;
}

.area-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.area-tag {
    display: inline-block;
    background: rgba(56, 217, 245, 0.10);
    border: 1.5px solid rgba(56, 217, 245, 0.30);
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    font-size: 13px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 50px;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    cursor: default;
}

.area-tag:hover {
    background: var(--color-foam, #38d9f5);
    border-color: var(--color-foam, #38d9f5);
    color: #ffffff;
}

/* ═══════════════════════════════════════════════════════════════
   FOAM PARTY CTA BANNER
   ═══════════════════════════════════════════════════════════════ */
.foamctawrap {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0d1f6e 0%, var(--color-secondary) 50%, #122580 100%);
    padding: 90px 0 100px;
    text-align: center;
}

/* Bubble decorations in CTA — same 3-layer depth technique on dark bg */
.foam-cta-bubble {
    position: absolute;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.04) 38%, transparent 62%),
        radial-gradient(circle at 68% 72%, rgba(56,217,245,0.28)  0%, transparent 52%),
        radial-gradient(circle at 50% 50%, rgba(56,217,245,0.04)  0%, transparent 100%);
    border: 1.5px solid rgba(56,217,245,0.38);
    box-shadow:
        inset 0  5px 10px rgba(255,255,255,0.18),
        inset 0 -5px 14px rgba(56,217,245,0.22),
        inset 3px 0   8px rgba(255,255,255,0.08),
        0 6px 22px rgba(0,0,0,0.22),
        0 2px  8px rgba(56,217,245,0.18);
    animation: floatBubble ease-in-out infinite;
    pointer-events: none;
}

.foamcta-title {
    font-family: var(--heading-font);
    font-size: 56px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.1;
    position: relative;
    z-index: 1;
}

.foamcta-body {
    font-family: var(--font-primary);
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    max-width: 560px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}

.foamcta-body strong {
    color: #ffffff;
}

/* Yellow CTA button on dark background */
.foamcta-btn {
    background: var(--color-wave, #ffd700) !important;
    color: var(--color-secondary) !important;
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.45) !important;
    position: relative;
    z-index: 1;
}

.foamcta-btn:hover {
    background: #ffffff !important;
    color: var(--color-secondary) !important;
    box-shadow: 0 14px 52px rgba(255, 255, 255, 0.30) !important;
}
