@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 #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;
}

/* Tinted backdrop so logo and contact links stay legible over the hero image */
.site-header--overlay .site-topbar {
    background: linear-gradient(180deg, rgba(3, 59, 98, 0.72) 0%, rgba(3, 59, 98, 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);
}

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

.welcometext {
    margin-top: 36px;
    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 — hot pink */
.product-service-wrap .row > div:nth-child(1) .prodsercol1_3 {
    background: linear-gradient(145deg, #FF6B6B 0%, #FF9999 100%);
    box-shadow: 0 12px 48px rgba(255, 107, 107, 0.4);
}

/* Card 2 — teal */
.product-service-wrap .row > div:nth-child(2) .prodsercol1_3 {
    background: linear-gradient(145deg, #4ECDC4 0%, #7EDDD6 100%);
    box-shadow: 0 12px 48px rgba(78, 205, 196, 0.4);
}

/* Card 3 — golden yellow */
.product-service-wrap .row > div:nth-child(3) .prodsercol1_3 {
    background: linear-gradient(145deg, #FFD93D 0%, #FFE670 100%);
    box-shadow: 0 12px 48px rgba(255, 217, 61, 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);
}

/* Card 3 (yellow) uses dark text for contrast */
.product-service-wrap .row > div:nth-child(3) .prodsercol1_3 h4 {
    color: rgba(80, 60, 0, 0.85);
    text-shadow: none;
}

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

.product-service-wrap .row > div:nth-child(3) .prodsercol1_3 p {
    color: rgba(80, 60, 0, 0.75);
}

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

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