/* =========================================================
   RESET
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden;
    background: #ffffff;
}

a {
    text-decoration: none;
    font-family: "Poppins", sans-serif !important;
}

ul {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
}

/* =========================================================
   HEADER
========================================================= */
.site-header {
    position: relative;
    width: 100%;
    height: 75px;
    background: #f6f6f6;
    /* border-top: 3px solid #1f1f1f; */
    z-index: 1000;
}

.header-inner {
    position: relative;
    width: 100%;
    height: 75px;
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
a {
    font-family: "Poppins", sans-serif;
}

/* =========================================================
   LOGO
========================================================= */
.site-logo {
    /* position: absolute; */
    /* top: 0; */
    /* left: 15.6%; */
    width: 142.09px;
    height: auto;
    display: block;
    z-index: 20;
}

.site-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* =========================================================
   DESKTOP NAVIGATION
========================================================= */
.main-navigation {
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: unset;
}

.nav-menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin: 0;
    padding: 0;
    font-family: arial, poppins;
    margin: unset;
}

.nav-menu li {
    list-style: none;
    display: flex;
    align-items: center;
}

.nav-menu li a:hover {
    color: #b08831 !important;
}

.nav-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    /* height: 33px; */
    color: #500c69;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}

.nav-menu li a:hover {
    color: #762b91;
}

.nav-menu li a.active {
    color: #500c69;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

/* =========================================================
   HEADER RIGHT
========================================================= */
.header-right {
    height: 75px;
    display: flex;
    align-items: center;
    gap: 26px;
}

.header-link {
    display: flex;
    align-items: center;
    color: #5a286c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.2s ease;
    height: 33px;
    font-family: Arial, Helvetica, sans-serif;
}

.header-link:hover {
    color: #7d3695;
}

/* =========================================================
   CART
========================================================= */

img.cart-icon{
    height: 20px !important;
}
.cart-link {
    display: flex;
    align-items: center;
    gap: 4px;
}

.cart-icon-wrap {
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-icon-wrap i {
    font-size: 18px;
    color: #55176d;
    line-height: 1;
}

.cart-count {
    position: absolute;
    top: -15px;
    right: -13px;
    min-width: 20px;
    height: 20px;
    padding: 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #c99200;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #500c69;
}

/* =========================================================
   HERO SLIDER
========================================================= */
.hero-slider {
    position: relative;
    width: 100%;
    height: calc(110vh - 97px);
    min-height: 438px;
    overflow: hidden;
}

.hero-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

/* =========================================================
   INDIVIDUAL SLIDE
========================================================= */
.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition: opacity 1s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

/* =========================================================
   HERO PURPLE OVERLAY (per-slide, sits above bg, below content)
========================================================= */
.hero-slide .hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(62, 18, 84, 0.02) 0%,
        rgba(62, 18, 84, 0.03) 25%,
        rgba(58, 17, 82, 0.22) 48%,
        rgba(54, 16, 77, 0.55) 70%,
        rgba(47, 13, 68, 0.92) 100%
    );
}

/* =========================================================
   HERO CONTENT
========================================================= */
.hero-slide .hero-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
    padding: 0 20px;
}

.hero-slide .hero-content span {
    margin: 0 auto;
    padding: 0;
    display: block;
    color: #ffffff;
    font-size: 8.7vw;
    font-weight: 200;
    line-height: 0.98;
    letter-spacing: -0.02em;
    white-space: nowrap;
    text-align: center;
}

/* =========================================================
   NAV ARROWS
========================================================= */
.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.hero-nav:hover {
    background: rgba(255, 255, 255, 0.28);
}

.hero-nav-prev { left: 24px; }
.hero-nav-next { right: 24px; }

/* =========================================================
   DOTS
========================================================= */
.hero-dots {
    position: absolute;
    bottom: 20px;
    right: 24px;
    z-index: 10;
    display: flex;
    gap: 10px;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: background 0.25s ease, transform 0.25s ease;
}

.hero-dot.active {
    background: #ffffff;
    transform: scale(1.2);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 768px) {
    .hero-nav {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
    .hero-nav-prev { left: 12px; }
    .hero-nav-next { right: 12px; }
}


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */
.mobile-menu-toggle {
    display: none;
    position: absolute;
    top: 6px;
    right: 18px;
    width: 30px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 50;
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 5px 0;
    background: #54166d;
    transition: 0.25s ease;
}

/* =========================================================
   MOBILE NAVIGATION
========================================================= */
.mobile-navigation {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

.mobile-navigation.active {
    display: block;
}

.mobile-navigation > a {
    display: block;
    padding: 9px 0;
    color: #500c69;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #f2f2f2;
}

.mobile-navigation > a:last-of-type {
    border-bottom: 0;
}

.mobile-account {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #eeeeee;
}

.mobile-account a {
    display: block;
    padding: 8px 0;
    color: #500c69;
    font-size: 13px;
}

.innerHeroContent {
    justify-content: center;
    display: flex;
}

/* =========================================================
   EXPERIENCE SECTION
========================================================= */
.experience-section {
    padding: 0px 0px 120px 0;
    background-color: #ffffff;
    overflow: hidden;
    background-image: url(../images/swirl-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    z-index: 0;
    margin-top: 120px;
}

/* --- Collage Styling --- */
.collage-container {
    position: relative;
    height: 600px; /* Adjust based on your images */
    width: 100%;
}

.collage-img {
    position: absolute;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

/* Main Dog (Back Left) */
.img-main {
    width: 350px;
    height: 450px;
    top: 0;
    left: 11%;
    z-index: 1;
}

/* Purple Product Image (Front Right) */
.img-middle {
    width: 325px;
    height: 481px;
    top: 88px;
    left: 55%;
    z-index: 2;
}

/* Bath Dog (Bottom Left) */
.img-small {
    width: 220px;
    height: 208px;
    bottom: -17px;
    left: -5%;
    z-index: 3;
}

/* Bottle Group (Overlapping) */
.img-bottles {
    width: 220px;
    bottom: 20px;
    height: 280px;
    left: 38%;
    top: 61%;
    z-index: 4;
    box-shadow: none; /* Products usually look better without a heavy box shadow */
}

/* --- Text Styling --- */
.experience-text-box {
    padding-left: 40px;
}

.experience-title {
    font-family: "Poppins", sans-serif;
    color: #500c69; /* That deep purple */
    font-size: 3.5vw;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 30px;
}

.featured-main-title {
    font-size: 76px;
    color: #500c69;
    font-weight: normal;
}

.experience-description {
    color: #888888;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 450px;
}

.more-info-link {
    color: #b08831; /* Gold color */
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.more-info-link:hover {
    color: #500c69;
    transform: translateX(5px);
}

.more-info-link i {
    font-size: 20px;
}
/* =========================================================
   PRODUCT CATEGORIES - HORIZONTAL SCROLL
========================================================= */
a.category-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.category-title{
    font-weight: 400;
}

a.category-card:hover .category-title {
    color: #b08831;
}
.product-price .price-current {
    font-weight: 700;
    color: #500c69;
}

.product-price .price-old {
    margin-left: 6px;
    font-size: 0.85em;
    color: #999;
}

.product-price .price-old del {
    text-decoration: line-through;
}
.product-categories {
    padding: 80px 0;
    overflow: hidden; /* Prevents the whole website from shaking */
}

.category-scroll-wrapper,
.category-bleed-wrapper {
    /* Aligns the first card to the standard Bootstrap container on the left */
    /* 1320px is the default width for Bootstrap XXL containers */
    padding-left: calc((100vw - 1320px) / 2 + 12px);
    transition: padding-left 0.3s ease;
}

.category-scroll-wrapper.no-padding,
.category-bleed-wrapper.no-padding {
    padding-left: 0;
}
.category-scroll-wrapper,
.category-bleed-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
}

.category-scroll-track {
    display: flex;
    gap: 24px; /* Space between cards */
    overflow-x: auto;
    padding-right: 100px; /* Space at the end of the scroll */

    /* Hide the scrollbar for a clean look */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.category-scroll-track::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.category-card {
    /* flex: 0 0 380px; forces the cards to be 380px wide. 
       Because they don't fit the screen, they will push off to the right. */
    flex: 0 0 380px;
    text-align: left;
}

.category-img-box {
    width: 100%;
    aspect-ratio: 1 / 1.4; /* Tall rectangle shape */
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 12px;
}

.category-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.category-card:hover img {
    transform: scale(1.05);
}

.category-scroll-wrapper {
    position: relative;
    padding-bottom: 90px; /* room for the buttons below the cards */
}

.category-scroll-btn {
    /* position: absolute;
  top: auto; */
    /* bottom: 0px; */
    transform: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: #500c69;
    /* box-shadow: 0 4px 14px rgba(0,0,0,0.15); */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: opacity 0.2s ease;
}

.category-scroll-btn i {
    color: #fff !important;
}
.category-scroll-btn:hover {
    background: #b08831;
}

.category-scroll-btn:disabled {
    opacity: 0.3;
    cursor: default;
}

/* Anchor matches .container's width/centering exactly, so buttons align with "View more" */
.category-nav-anchor {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1320px;
    padding: 0 12px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    pointer-events: none;
}

.category-nav-anchor .category-scroll-btn {
    position: static; /* overrides the absolute positioning below */
    pointer-events: auto;
}
.category-scroll-wrapper {
    overflow: hidden;
}

.category-scroll-track {
    display: flex;
    gap: 20px;
    /* overflow-x: auto; */
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.category-scroll-track::-webkit-scrollbar {
    display: none;
}

/* =========================================================
   FEATURED PRODUCTS - SLIDER RECTIFIER
========================================================= */
.featured-products {
    overflow: hidden; /* Prevents whole page from shaking */
    margin-top: 30px;
}

/* We reuse your bleed-wrapper calculation for perfect alignment */
.product-card-item {
    /* flex: 0 0 350px;  */
    text-align: left;
    background: transparent;
    /* padding-left: 10px; */
}

.product-img-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid #eeeeee;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #ffffff;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-name {
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
    height: 40px; /* Aligns buttons even if names are different lengths */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-footer {
    display: flex;
    /* justify-content: space-between; */
    gap: 15px;
    align-items: center;
}

.view-more-link {
    color: #b08831;
    margin-bottom: 15px;
}
.product-price {
    font-size: 24px;
    font-weight: 700;
    color: #500c69;
}

.btn-add {
    background-color: #b08831;
    color: #ffffff;
    border: none;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-add:hover {
    background-color: #500c69;
}

/* Hide Scrollbar for cleaner look */
.category-scroll-track {
    scrollbar-width: none;
}
.category-scroll-track::-webkit-scrollbar {
    display: none;
}

/* =========================================================
   GROOMING CTA SECTION
========================================================= */
.grooming-cta {
    position: relative;
    height: 780px; /* Adjust based on your image height */
    background-image: url("../images/grooming-banner.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: 40px;
}

/* The Dark Purple Overlay */
.grooming-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(62, 18, 84, 0.4) 50%,
        rgba(31, 9, 42, 0.9) 100%
    );
    z-index: 1;
}

.grooming-cta .container {
    position: relative;
    z-index: 2; /* Keeps text above the gradient */
}

/* --- Left Side --- */
.grooming-title {
    font-size: 4vw;
    color: #ffffff;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 125px;
}

.grooming-bottles-wrap {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 65%;
    z-index: 3;
}

/* --- Right Side --- */
.grooming-info-box {
    padding-left: 60px;
}

.cta-description {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 56px;
    max-width: 400px;
    font-weight: 300;
}

.cta-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
}

.cta-link:hover {
    color: #b08831;
    transform: translateX(10px);
}

/* =========================================================
   SIMPLE CARE SECTION
========================================================= */
.simple-care-section {
    position: relative;
    padding: 100px 0;
    height: 960px;
    background-color: #ffffff;
    overflow: hidden;
}

/* Background Swirl */
.simple-swirl-bg {
    position: absolute;
    inset: 0;
    background-image: url("../images/swirl-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    z-index: 1;
}

/* Collage wrapper — everything (title + images + text) is positioned inside THIS box */
.simple-collage {
    position: relative;
    width: 100%;
    height: 600px;
    z-index: 5;
}

/* Title — left-aligned, sits among the images (not a full-width centered heading) */
.simple-title {
    position: absolute;
    top: 22%;
    left: 30%;
    width: 530px;
    max-width: 90%;
    font-size: clamp(30px, 4.6vw, 76px);
    /* color: #500c69; */
    font-weight: normal;
    line-height: 1.15;
    text-align: left;
    margin: 0;
    z-index: 10;
    background: linear-gradient(90deg, #500c69 0%, #9e18cf 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Common Image Styling */
.simple-img {
    position: absolute;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    object-fit: cover;
    z-index: 5;
}

/* --- Image Placements (re-measured against reference) --- */
.img-left-center {
    width: 315px;
    height: 362px;
    top: 10%;
}

.img-right-top {
    width: 250px;
    height: 300px;
    left: 81%;
}

.img-right-middle {
    width: 210px;
    height: auto;
    left: 72.5%;
    top: 45%;
}

.img-bottom-center {
    width: 420px;
    height: 290px;
    left: 16.5%;
    top: 83%;
}

/* Description box — right of the bath-dog image, near bottom */
.simple-info-box {
    position: absolute;
    left: 54%;
    top: 95%;
    max-width: 360px;
    text-align: left;
    z-index: 10;
}

.simple-description {
    font-size: 14px;
    line-height: 1.6;
    color: #777;
    margin-bottom: 50px;
}

.cta-link-gold {
    color: #b08831;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.cta-link-gold:hover {
    color: #500c69;
    transform: translateX(8px);
}

/* --- Responsive: stack everything on smaller screens --- */
@media (max-width: 1200px) {
    .simple-img {
        transform: scale(0.8);
    }
    .img-left-center {
        left: -2%;
    }
    .img-right-top {
        left: 63%;
    }
}

@media (max-width: 991px) {
    .simple-collage {
        height: auto;
    }
    .simple-title,
    .simple-img,
    .simple-info-box {
        position: static;
        width: 100%;
        height: auto;
        transform: none;
        max-width: 100%;
        text-align: center;
    }
    .simple-collage {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 40px 0;
    }
    .simple-title {
        order: -1; /* title first on mobile */
    }
    .simple-info-box {
        margin-top: 10px;
    }
    .cta-link-gold {
        justify-content: center;
    }
}

/* =========================================================
   BOOKING CTA SECTION
========================================================= */
.booking-cta-section {
    padding: 100px 0;
}

.booking-box {
    position: relative;
    background-color: #ebcf98; /* The soft tan color */
    border-radius: 20px;
    padding: 40px 80px;
    display: flex;
    justify-content: flex-end; /* Pushes text to the right side */
    min-height: 360px;
    align-items: center;
    margin-top: 100px; /* Gives space for the dog to pop out top */
}

.booking-dog {
    position: absolute;
    left: 80px;
    bottom: 0;
    height: 140%; /* This makes the dog taller than the box */
    width: auto;
    z-index: 10;
}

/* .booking-content {
  max-width: 550px;
} */

.booking-title {
    color: #5b524e; /* Dark grey/brown from design */
    font-size: 54 px;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 20px;
}

.booking-description {
    color: #6d6460;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    max-width: 610px;
}

.booking-link {
    color: #6d6460;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.booking-link:hover {
    color: #500c69; /* Turns purple on hover */
    transform: translateX(5px);
}

/* =========================================================
   SITE FOOTER
========================================================= */
.site-footer {
    background-color: #500c69; /* Deep Purple */
    color: #ffffff;
    padding: 80px 0 30px;
    font-family: "Poppins", sans-serif;
}

.innerBannerSec {
    justify-content: end !important;
    padding-bottom: 45px;
}

.footer-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #ffffff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ebcf98; /* Gold color on hover */
}

/* Newsletter Input */
.newsletter-text {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
    opacity: 0.9;
}

.newsletter-input {
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
}
.view-more-link:hover{
  color: #500c69;
}
.view-more-link:hover svg circle {
    stroke: #500c69; /* hover circle colour */
}

.view-more-link:hover svg path {
    fill: #500c69; /* hover arrow colour */
}

.view-more-link:hover {
    color: #500c69;
}
.cta-link-gold:hover{
  color: #500c69;
}
.cta-link-gold:hover svg circle {
    stroke: #500c69; /* hover circle colour */
}

.cta-link-gold:hover svg path {
    fill: #500c69; /* hover arrow colour */
}
.more-info-link:hover{
  color: #500c69;
}
.more-info-link:hover svg circle {
    stroke: #500c69; /* hover circle colour */
}

.more-info-link:hover svg path {
    fill: #500c69; /* hover arrow colour */
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    background-color: #ffffff;
    color: #500c69;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.1);
    background-color: #ebcf98;
}

/* Footer Bottom Bar */
.footer-hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 40px 0 20px;
}

.copyright-text {
    font-size: 12px;
    text-align: center;
    opacity: 0.7;
    margin: 0;
}

.copyright-text a {
    color: #ffffff;
    text-decoration: underline;
}

/* Responsive Fix */
@media (max-width: 991px) {
    .site-footer {
        padding: 50px 0 20px;
        text-align: center;
    }
    .social-icons {
        justify-content: center;
    }
    .newsletter-input {
        text-align: center;
    }
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
  .booking-box {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
    justify-content: center;
    padding-bottom: unset;
  }
  .booking-description {
    font-size:14px;
  }
.booking-link{
  justify-content: center;
}
  .booking-content {
    order: 1;      /* text + button first */
    max-width: 100%;
  }

  .booking-dog {
    order: 2;       /* dog last (bottom) */
    position: relative;
    left: 0;
    height: 250px;
    margin-top: 20px;     /* space above dog now that it's below content */
    margin-bottom: 0;
  }
}

/* --- Responsive Adjustments --- */
@media (max-width: 1200px) {
    .simple-img {
        transform: scale(0.8);
    }
    .img-left-center {
        left: -10%;
    }
    .img-right-top {
        right: -5%;
    }
}

@media (max-width: 991px) {
    .simple-care-section {
        height: auto;
        padding: 100px 0;
    }
    .collage-layer {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 50px;
    }
    .simple-img {
        position: static;
        width: 100%;
        height: auto;
        transform: none;
    }
    .simple-info-box {
        position: static;
        margin-top: 40px;
    }
}

/* --- Responsive Fixes --- */
@media (max-width: 991px) {
    .grooming-cta {
        padding: 80px 0;
    }
    .grooming-bottles-wrap {
        position: relative;
        bottom: 0;
        margin-top: 40px;
        width: 100%;
    }
    .grooming-title {
        font-size: 42px;
    }
    .grooming-info-box {
        padding-left: 0;
        margin-top: 40px;
    }
}

/* Mobile Fix */
@media (max-width: 768px) {
    .product-card-item {
        flex: 0 0 280px; /* Slightly smaller cards on mobile phones */
    }
}

/* --- Responsive fixes --- */
@media (max-width: 1400px) {
    .category-scroll-wrapper,
    .category-bleed-wrapper {
        padding-left: 5%; /* On laptops, start with a 5% margin */
    }
}

@media (max-width: 768px) {
    .category-card {
        flex: 0 0 280px; /* Smaller cards for mobile phones */
    }
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
    .collage-container {
        height: 500px;
        margin-bottom: 50px;
    }
    .img-main {
        width: 220px;
        height: 300px;
    }
    .img-middle {
        width: 200px;
        height: 280px;
        left: 40%;
    }
    .img-small {
        width: 120px;
        height: 120px;
    }
    .img-bottles {
        width: 150px;
    }

    .experience-title {
        font-size: 38px;
    }
}
.main-navigation .main-menu {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    list-style: none !important;
    gap: 26px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.main-navigation .main-menu li {
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
}

.main-navigation .main-menu li a {
    white-space: nowrap;
    color: #500c69;
    font-size: 14px;
    font-weight: 400;
}

.main-navigation .main-menu li a:hover {
    color: #762b91;
}
.footer-links ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.footer-links li {
    list-style: none !important;
}
/* Header dropdown */
.box-dropdown-cart {
    position: relative;
    display: inline-block;
}

.dropdown-account {
    position: absolute;
    top: 100%;
    right: -41%;
    min-width: 150px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    display: none;
    margin-top: 0; /* IMPORTANT */
}

.box-dropdown-cart:hover .dropdown-account {
    display: block;
}

.dropdown-account ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown-account ul li {
    list-style: none;
}

.dropdown-account ul li a {
    display: block;
    padding: 15px;
    color: #500c69;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-account ul li a:hover {
    background: #f7f7f7;
    color: #b08831;
}

/* ---- Search toggle ---- */
.header-search {
    position: relative;
}

.search-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.header-search-box {
    display: none;
    position: absolute;
    top: 160%;
    right: 0;
    width: 320px;
    background: #f6f6f6;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.header-search-box.active {
    display: block;
}

.header-search-box input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #500c69;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    background: #f6f6f6;
    color: #b08831;
}

.header-search-box input[type="text"]:focus {
    border-color: #500c69;
}

.header-search-results {
    display: none;
    margin-top: 8px;
    max-height: 340px;
    overflow-y: auto;
    border-top: 1px solid #f0f0f0;
}

.header-search-results a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 4px;
    text-decoration: none;
    color: #b08831;
    border-bottom: 1px solid #f2f2f2;
}

.header-search-results a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 4px;
    background: #fafafa;
}

.header-search-results .result-name {
    font-size: 13px;
    font-weight: 600;
}

.header-search-results .result-price {
    font-size: 12px;
    color: #888;
}

@media (max-width: 767px) {
    .header-search-box {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
    }
}

/* 90% screen */
@media (min-width: 1422px) and (max-width: 1599px) {
    .simple-info-box {
        bottom: -35px;
    }
}
/* 100% screen */
@media (min-width: 1200px) and (max-width: 1421px) {
    .simple-info-box {
        bottom: -35px;
    }
    .category-nav-anchor {
        padding: 0 75px;
    }
}

/* 50% Zoom (~2560px) */
@media (min-width: 2560px) {
    .grooming-title {
        font-size: 3vw;
    }
}

/* 67% Zoom (~1920px) */
@media (min-width: 1920px) and (max-width: 2559px) {
    .view-more-link {
        margin-bottom: 26px;
    }
}

/* 80% Zoom (~1600px) */
@media (min-width: 1600px) and (max-width: 1919px) {
    .view-more-link {
        margin-bottom: 18px;
    }
}

.elementor-button-wrapper {
    text-align: center;
}

.elementor-button-wrapper a.elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 13px 30px;
    background-color: #500c69;
    color: #ffffff !important;
    border: 1px solid #500c69;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.elementor-button-wrapper a.elementor-button:hover {
    background-color: #b08831;
    color: #ffffff !important;
    border-color: #b08831;
}
