/********** Template CSS **********/
:root {
    --bs-tertiary: #797E88;
     --bs-primary: #eca5cb;
     --bg-primary: #eca5cb;
    --bs-primary-gradient: linear-gradient(90deg, #E5097F, #FF6FD8);
}
.bg-primary {
  background: var(--bs-primary-gradient) !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-normal {
    font-weight: 400 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Top Bar ***/
.top-bar {
    height: 90px;
    padding: 0 90px;
}

.top-bar h6 {
    letter-spacing: 1px;
}


/*** Nav Bar ***/
.nav-bar {
    padding: 0 90px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        border-top: 1px solid var(--bs-white);
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header Carousel ***/
.header-carousel {
    position: relative;
    background: url(../img/nbg2.jpg) center center no-repeat;
    background-size: cover;
}

.header-carousel .carousel-img {
    position: relative;
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--bs-dark);
    background: var(--bs-primary);
}

.page-header {
    background: url(../img/banner.png) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-tertiary);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-primary);
}

.page-header .breadcrumb-item.active {
    color: var(--bs-dark);
}


/*** Video ***/
.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-dark);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--bs-dark);
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--bs-dark);
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--bs-white);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: var(--bs-white);
    background: #000000;
    opacity: 1;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 0px;
    top: 5px;
    left: -40px;
    border-top: 2px solid var(--bs-primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 0px;
    bottom: 6px;
    left: -60px;
    border-bottom: 2px solid var(--bs-primary);
    z-index: -1;
}
.bg-white

 {
    background-color: #fff0f5 !important;
}
.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** About ***/
.about-img {
    position: relative;
}

.about-img::before,
.about-img::after {
    
    content: "";
    width: 33%;
    height: 90px;
    
}

.about-img::before {
    top: 0px;
    left: 0px;
}

.about-img::after {
    right: 0px;
    bottom: 0px;
}


/*** Service ***/
.service-title {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/about-header.jpg) center center no-repeat;
    background-size: cover;
}

.service-item {
    overflow: hidden;
}

.service-item .btn-square {
    width: 65px;
    height: 65px;
}

.service-item a {
    position: relative;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    transition: .5s;
}

.service-item a::after {
    position: absolute;
    content: "";
    width: 500%;
    height: 0;
    left: 100%;
    bottom: 3px;
    margin-left: 10px;
    border-bottom: 2px solid var(--bs-primary);
}


/*** Donation ***/
.donation-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.donation-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.donation-item .donation-progress {
    width: 80px;
}

.donation-item .progress .progress-bar {
    height: 20px;
    overflow: visible;
    transition: 3s;
}


/*** Banner ***/
.banner .banner-inner {
    position: relative;
    background: url(../img/nbg2.jpg) center center no-repeat;
    background-size: cover;
}

.banner .banner-inner::before,
.banner .banner-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.banner .banner-inner::before {
    top: 0;
    left: 0;
    border-top: 150px solid var(--bs-primary);
    border-right: 150px solid transparent;
}

.banner .banner-inner::after {
    right: 0;
    bottom: 0;
    border-bottom: 150px solid var(--bs-secondary);
    border-left: 150px solid transparent;
}


/*** Event ***/
.event-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.event-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}


/*** Donate ***/
.donate .donate-text {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.donate .donate-text::before,
.donate .donate-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.donate .donate-text::before {
    top: 0;
    left: 0;
    border-top: 150px solid var(--bs-primary);
    border-right: 150px solid transparent;
}

.donate .donate-text::after {
    right: 0;
    bottom: 0;
    border-bottom: 150px solid var(--bs-secondary);
    border-left: 150px solid transparent;
}

.donate .donate-form .form-control {
    border: none;
    background: rgba(255, 255, 255, .5);
}

.donate .donate-form .btn-group {
    display: flex;
}

.donate .donate-form .btn-group .btn {
    margin: 0;
    padding: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--bs-tertiary);
    background: rgba(255, 255, 255, .5);
}

.donate .donate-form .btn-group .btn-check:checked+.btn {
    border: none;
    background: var(--bs-white);
}



/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.team-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.team-item .team-detail span {
    letter-spacing: 2px;
}



/*** Testimonial ***/
.testimonial-title {
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-img {
    position: relative;
    padding: 45px 0 45px 90px;
}

.testimonial-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--bs-primary);
    z-index: -1;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    width: 45px;
    height: 45px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--bs-white);
    background: #e5097f;
    transition: .5s;
}

.testimonial-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover {
    color: var(--bs-secondary);
    background: var(--bs-white);
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: 6.3rem;
    }
}



/*** Footer ***/
.footer {
    color: var(--bs-tertiary);
    background: linear-gradient(rgba(5, 19, 17, .95), rgba(5, 19, 17, .95)), url(../img/bg-footer.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-tertiary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
}





/* Heading */
h1, h2, h3 {
    font-family: 'Merienda' , sans-serif;
}

/* Body */
body, p, li {
     font-family: 'Merienda' , sans-serif;
}


/*** Spa Services Fully Isolated Start ***/
.spa-services-container .spa-services-item {
    transition: 0.5s; background:#f8f9fa; border-radius:1rem; border:4px solid var(--bs-primary);
}

.spa-services-container .spa-services-item:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-secondary) !important;
}

.spa-services-container .spa-services-item:hover .spa-services-content p,
.spa-services-container .spa-services-item:hover .spa-services-content h3 {
    color: var(--bs-white);
    transition: 0.5s;
}

.spa-services-container .spa-services-item:hover .spa-services-content a.spa-btn {
    background: var(--bs-white);
    color: var(--bs-primary) !important;
}

.spa-services-container .spa-services-item:hover .spa-services-content a.spa-btn:hover {
    color: var(--bs-white) !important;
}

.spa-services-container .spa-services-item .spa-services-img {
    overflow: hidden;
    border-radius: 1rem;
}

.spa-services-container .spa-services-item .spa-services-img img { width:100%; height:auto; transition:0.5s; }
.spa-services-container .spa-services-item .spa-services-img img:hover { transform: scale(1.3); }


.spa-services-container .spa-services-btn {
    text-align: center;
    margin-top: 2rem;
}
/*** Spa Services Fully Isolated End ***/


/*** Water Service Start ***/
.water-service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.water-service-item::after {
    content:""; position:absolute; width:0; height:0; left:0; bottom:0; border-radius:10px;
    background: var(--bs-primary); transition:0.5s; z-index:1;
}

.water-service-item:hover::after { width:100%; height:100%; }

.water-service-item:hover .water-service-content,
.water-service-item:hover .water-service-btn {
    position: relative;
    z-index: 2;
}

.water-service-item .water-service-content a,
.water-service-item .water-service-content p {
    transition: 0.5s;
}

.water-service-item:hover .water-service-content a:hover {
    color: var(--bs-secondary);
}

.water-service-item:hover .water-service-content p {
    color: var(--bs-white);
} 

.water-service-item .water-service-btn {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.water-service-item .water-service-btn i {
    transition: 0.5s;
}

.water-service-item:hover .water-service-btn {
    background: var(--bs-white);
}

.water-service-item:hover .water-service-btn i {
    transform: rotate(360deg);
    color: var(--bs-primary) !important;
}
/*** Water Service End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.offer-section .nav a.accordion-link h5 {
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
    color: var(--bs-white);
}
/*** Offer End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-secondary);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
}
/*** FAQs End ***/


/*** Service ***/
.service-item { position: relative; margin-top: 2.5rem; overflow:hidden; }
.service-item .service-img {
    position: relative;
    display: inline-block;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: calc(100% - 12rem);
    height: calc(100% - 12rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3rem solid rgba(0, 0, 0, .5);
    border-radius: 300px;
    z-index: 1;
}

.service-item.service-item-left, .service-item.service-item-right {
    border-radius: 500px 0 0 500px;
    background: linear-gradient(to right, var(--bs-secondary), var(--bs-dark));
}

.service-item.service-item-right { border-radius: 0 500px 500px 0; background: linear-gradient(to left, var(--bs-secondary), var(--bs-dark)); }


@media (max-width: 767.98px) {
    .service-item.service-item-left,
    .service-item.service-item-right {
        border-radius: 500px 500px 0 0;
        background: linear-gradient(to bottom, var(--bs-secondary), var(--bs-dark));
        text-align: center;
    }
}


/*** Products Start ***/
.product .product-item {
    width: 100%;
    height: 100%;
    position: relative;
     border-radius: 60px; 
}

.product .product-item .product-item-inner {
    height: 100%;
}

.product .product-item .product-item-add {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.product .product-item:hover .product-item-add {
    background: var(--bs-white);
    margin-bottom: -124px;
    opacity: 1;
}
.product .product-item:hover .product-item-inner {
    border-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.product .product-item .product-item-inner .product-item-inner-item {
    position: relative;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    overflow: hidden;
}

.product .product-item .product-item-inner .product-item-inner-item .product-new,
.product .product-item .product-item-inner .product-item-inner-item .product-sale {
    position: absolute;
    width: 60px; 
    height: 60px;
    border-radius: 60px; 
    top: 20px; 
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.product .product-item .product-item-inner .product-item-inner-item .product-new {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.product .product-item .product-item-inner .product-item-inner-item .product-sale {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.product .product-item .product-item-inner img {
    transition: 0.5s;
}

.product .product-item:hover .product-item-inner img {
    transform: scale(1.1);
}

.product .product-item .product-item-inner .product-item-inner-item .product-details {
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(250, 3, 3, 0.2);
    transition: 0.5s;
}

.product .product-item .product-item-inner .product-item-inner-item .product-details a i {
    width: 50px; 
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.product .product-item:hover .product-item-inner .product-item-inner-item .product-details a i:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.product .product-item:hover .product-item-inner .product-details {
    opacity: 1;
}

.product .tab-class .nav .nav-item a.active {
    background: var(--bs-primary) !important;
}

.product .tab-class .nav .nav-item a.active span {
    color: var(--bs-white) !important;
}
/*** Product End ***/


/*** ProductList Categories Start ***/
.productList .productList-carousel {
    height: 215px !important;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item {
    position: relative;
    width: calc(100% - 1px);
    transition: 0.5s;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item {
    margin-bottom: 75px;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item:hover {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.productList .productList-carousel .owl-nav .owl-prev,
.productList .productList-carousel .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    padding: 5px 40px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.productList .productList-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.productList .productList-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList .productList-carousel .owl-nav .owl-next {
    right: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    padding: 5px 10px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
    opacity: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    right: 0;
}

.productList .productList-carousel .productImg-carousel.productList-item:hover .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel.productList-item:hover .owl-nav .owl-next {
    opacity: 1;
}
/*** ProductList Categories End ***/




/*** WhatsApp Sticky Button ***/
/* ---------- Sticky left floating social menu ---------- */
.sticky-left {
  position: fixed;
  left: 20px;
  bottom: 110px;
  z-index: 99999;
  width: 56px;
  height: 56px;
  pointer-events: auto;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Main FAB */
.sticky-left .fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg,#E5097F,#E5097F); /* green-ish to match chat feel */
  display:flex;
  align-items:center;
  justify-content:center;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
  cursor: pointer;
  border: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s;
  user-select: none;
}
.sticky-left .fab:active { transform: scale(.96); }

/* actions container (space where buttons will animate into) */
.sticky-left .actions {
  position: absolute;
  left: 0;
  bottom: 72px;
  width: 220px;
  height: 220px;
  pointer-events: none; /* children will override when visible */
}

/* single action button */
.sticky-left .action {
  position: absolute;
  left: 4px; /* base left offset inside actions area */
  bottom: 4px; /* base bottom offset */
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color: white;
  text-decoration:none;
  box-shadow: 0 6px 14px rgba(0,0,0,0.16);
  transform: translate(0,0) scale(0);
  transition: transform .34s cubic-bezier(.2,1,.22,1), opacity .2s;
  opacity: 0;
  pointer-events: auto;
}

/* visible state */
.sticky-left.open .action {
  transform: translate(0,0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

/* positions when open (spread to the RIGHT and up/down) */
.sticky-left.open .act-whatsapp  { transform: translate(10px, -140px) scale(1); transition-delay: 0s; }
.sticky-left.open .act-facebook  { transform: translate(80px, -112px) scale(1); transition-delay: .03s; }
.sticky-left.open .act-instagram { transform: translate(140px, -40px) scale(1); transition-delay: .06s; }
.sticky-left.open .act-call      { transform: translate(140px, 40px) scale(1); transition-delay: .09s; }
.sticky-left.open .act-twitter   { transform: translate(80px, 112px) scale(1); transition-delay: .12s; }
.sticky-left.open .act-youtube   { transform: translate(10px, 140px) scale(1); transition-delay: .15s; }

/* icon sizes (svg inside) */
.sticky-left svg { width: 20px; height: 20px; display:block; }

/* labels on hover */
.sticky-left .action .label {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s;
}
.sticky-left .action:hover .label { opacity: 1; }

/* official brand colors */
.act-whatsapp  { background: #25D366; }
.act-facebook  { background: #1877F2; }
.act-instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.act-call      { background: #34C759; } /* nice call green */
.act-twitter   { background: #1DA1F2; }
.act-youtube   { background: #FF0000; }

/* responsive adjustments */
@media (max-width:520px) {
  .sticky-left { left: 12px; bottom: 60px; }
  .sticky-left .actions { width: 180px; height: 180px; bottom: 66px; }
  .sticky-left.open .act-whatsapp  { transform: translate(6px, -120px) scale(1); }
  .sticky-left.open .act-facebook  { transform: translate(66px, -96px) scale(1); }
  .sticky-left.open .act-instagram { transform: translate(116px, -36px) scale(1); }
  .sticky-left.open .act-call      { transform: translate(116px, 36px) scale(1); }
  .sticky-left.open .act-twitter   { transform: translate(66px, 96px) scale(1); }
  .sticky-left.open .act-youtube   { transform: translate(6px, 120px) scale(1); }
}






























.candy-brand-slider {
  overflow: hidden;
  background: linear-gradient(90deg, #f1e5ec, #FFF0F5, #e8e0ee);
  padding: 10px 0;
 width: 100%;
  box-shadow: 0 4px 20px rgba(255, 182, 193, 0.3);
  position: relative;
}

.brand-title {
  text-align: center;
  font-family: 'Comic Sans MS', 'Baloo 2', cursive;
  color: #fc5cac;
  font-size: 2rem;
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px #fff;
}

.candy-track {
  display: flex;
  width: calc(220px * 12);
  animation: candy-scroll 22s linear infinite;
}

.candy-logo {
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.candy-logo img {
  width: 180px;
  height: auto;
  border-radius: 10%;
  background: #fff;

  box-shadow: 0 0 10px rgba(255, 105, 180, 0.3);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}



.candy-brand-slider:hover .candy-track {
  animation-play-state: paused;
}

@keyframes candy-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .brand-title { font-size: 1.5rem; }
  .candy-logo { width: 150px; }
  .candy-logo img { width: 70px; }
}

    .cert-container {
      max-width: 1200px;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      padding: 0 20px;
    }

    .cert-card {
      background: #fff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }

    .cert-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

  .cert-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 852 / 655; /* keeps perfect proportions */
  object-fit: contain; /* ensures full image visible */
  background-color: #fff; /* optional: adds clean white frame */
  padding: 10px;
  border-radius: 10px;
}


    .cert-card h3 {
      text-align: center;
      margin: 15px 0;
      color: #E5097F;
    }

    /* Popup (Modal) */
    .popup {
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      justify-content: center;
      align-items: center;
    }

    .popup-content {
      background: #fff;
      border-radius: 20px;
      padding: 30px;
      width: 90%;
      max-width: 600px;
      position: relative;
      animation: pop 0.3s ease-in-out;
    }

    @keyframes pop {
      from {transform: scale(0.8); opacity: 0;}
      to {transform: scale(1); opacity: 1;}
    }

    .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      background: #E5097F;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      cursor: pointer;
      font-size: 18px;
      font-weight: bold;
    }

    .popup-content h2 {
      color: #E5097F;
      margin-top: 0;
    }

    .popup-content p {
      color: #555;
      line-height: 1.6;
    }


    .toffee-btn {
  background: linear-gradient(135deg, #ff7eb3 0%, #ff758c 50%, #E5097F 100%);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(229, 9, 127, 0.4);
  transition: all 0.3s ease;
  font-family: 'Comic Sans MS', 'Poppins', sans-serif;
  display: inline-block;
}

.toffee-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75px;
  width: 50px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  transition: 0.5s;
}

.toffee-btn:hover::before {
  left: 120%;
}

.toffee-btn:hover {
  background-color: #E5097F;
  color: white;
}




/* lolypop img card  */
    /* ===== PRODUCTS SECTION ===== */
    .bb-products-section {
      background-color: #fff0f7;
      padding: 60px 0;
    }

    .bb-title {
      font-family: "Comic Sans MS", cursive;
      color: #E5097F;
      font-weight: bold;
      margin-bottom: 30px;
    }

    /* PRODUCT CARD */
    .bb-product-card {
      background: #ffffff;
      border-radius: 15px;
      padding: 15px;
      box-shadow: 0 4px 10px rgba(229, 9, 127, 0.15);
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .bb-product-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 14px rgba(229, 9, 127, 0.25);
    }

    .bb-product-img {
      width: 100%;
      height: 200%;
      object-fit: contain;
      border-radius: 12px;
      background: #ffffff;
    }

    .bb-btn {
      background: #E5097F;
      color: #fff;
      border: none;
      border-radius: 25px;
      padding: 8px 18px;
      transition: background 0.3s;
    }
    .bb-btn:hover {
      background: #c5076c;
    }

    /* ===== MODAL ===== */
    .bb-modal-content {
      border-radius: 15px;
      background: #fff6fb;
      border: 2px solid #ffaad5;
    }

    .bb-carousel-img {
      border-radius: 12px;
      height: auto;
      object-fit: cover;
    }

    .text-pink {
      color: #E5097F;
    }

    /* Carousel Button Styling */
    .bb-carousel-icon {
      background-color: rgba(229, 9, 127, 0.7);
      border-radius: 50%;
      width: 35px;
      height: 35px;
      background-size: 60%;
    }

    .carousel-control-prev, .carousel-control-next {
      width: 10%;
    }

    .carousel-control-prev:hover .bb-carousel-icon,
    .carousel-control-next:hover .bb-carousel-icon {
      background-color: rgba(229, 9, 127, 0.9);
    }

    @media (max-width: 768px) {
      .bb-carousel-img {
        height: auto;
      }
      .bb-product-img {
        height: auto;
      }
    }

/* ===== NEW BANNER ===== */
.new-banner{
    width:100%;
    position:relative;
    overflow:hidden;
}

.new-banner img{
    width:100%;
    height:auto;
    display:block;
}

/* ===== TEXT ===== */
.new-banner-text{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    text-align:center;
    background:rgba(0,0,0,0.35);
    padding:20px 30px;
    border-radius:12px;
    z-index:10;
}

.new-banner-text h1{
    margin:0;
    font-size:2.5rem;
    letter-spacing:2px;
}


