@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  /* font-size: 14px;
   color: var(--c6);
   padding: 0;
   margin: 0;
   line-height: 30px; */
}

h1,
h2,
h3,
h4,
h5,
h6,p {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #ff91a0;
  --c2: rgb(51 51 51); /* White */
}

/* header */

.top-bar {
    background: var(--c1);
    padding: 10px 0px 10px;
}

.top-bar-links ul {
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
}

.top-bar-text {
    color: white;
    font-size: 15px;
}

.top-bar-links ul li a {
    color: black;
    font-size: 14px;
    transition: .4s all;
    background: white;
    border-radius: 500px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar-links ul li a:hover {
    transform: scale(1.2);
}
.logo a {
    display: block;
}

.logo a img {
    width: 220px;
    margin: 0 auto;
}

.header-main {
    padding: 10px 0px 10px;
}

.header-contact i {
    font-size: 35px;
    margin-right: 13px;
    color: var(--c1);
}

.header-contact span, .header-contact a {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.header-links ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    position: relative;
}

.header-links ul li a {
    color: var(--c2);
    font-size: 15px;
	display:block;
}
.xoo-wsc-sc-bki {
    font-size: 21px;
}

nav.navbar.navbar-expand-lg.navbar-light.border-top.border-bottom {}

.navbar ul {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.navbar {
    padding: 0px;
}

.navbar>ul>li>a {
    color: var(--c2);
    font-size: 15px;
    font-weight: 400;
    position: relative;
    display: block;
	text-transform: uppercase;
}
.navbar>ul>li>a:before {content: "";position: absolute;width: 0;height: 2px;background: var(--c1);bottom: -2px;transition: .4s all;margin: 0 auto;left: 0;right: 0;}

.navbar ul li a:hover:before {
    width: 100%;
}

/* Banner */

.banner-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-slider {
    position: relative;
    : 90%; */
    margin: 0 auto;
}

.banner-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    font-size: 22px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    z-index: 999;
	transition:.3s all;
}

.banner-slider .slick-arrow.slick-prev {
    left: 20px;
    px; */
}

.banner-slider .slick-arrow.slick-next {
    right: 20px;
}

.banner-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
    font-size: 0px;
}

.banner-slider ul.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #ffffff54;
    border-radius: 50%;
    transition: .4s all;
	border: unset;
}

.banner-slider ul.slick-dots li button.active {
    background: white;
}

.banner-slider ul.slick-dots li.slick-active button {
    background: white;
}

/* category-sec */
.custom-category-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.category-row.row-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.category-box {
    flex: 1 1 calc(33.333% - 13.33px);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.category-box img,
.full-width-category img {
    width: 100%;
    object-fit: cover;
    transition: .9s all;
}
.category-box a, .full-width-category a {
    display: block;
    position: relative;
}
.category-row.full-width .full-width-category {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    /* height: 400px; */
}

.spacer {
    padding: 100px 0px 100px;
}

.spacer-bottom {
    padding-bottom: 100px;
}

.Section-title h2 {
    font-size: 50px;
    font-weight: 700;
    position: relative;
    padding-bottom: 40px;
    width: fit-content;
    margin: 0 auto;
}

.Section-title {
    text-align: center;
    margin-bottom: 100px;
}

.Section-title h2:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    background: var(--c1);
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.category-box h4.category-name, .full-width-category .category-name {
    position: absolute;
    top: 20px;
    font-size: 11px;
    background: white;
    padding: 10px 20px;
    border-radius: 500px;
    left: 20px;
    color: black;
    font-weight: 700;
    transition: .5s all;
    z-index: 99;
}

.category-box:hover .category-name, .full-width-category:hover .category-name {
    left: 20px;
}

.category-box a:before, .full-width-category a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000001f;
    transition: .5s all;
    z-index: 9;
}

.category-box:hover:before {
    opacity: 1;
}

.category-box a:hover:before, .full-width-category a:hover:before {
    opacity: 0;
}

.category-box a:hover img, .full-width-category a:hover img {transform: scale(1.2);}
.full-width-category img {
    height: 500px;
    object-position: top;
}
.category-box img {
    height: 350px;
}

.product-box-content a h2 {
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px !important;
    margin-bottom: 10px !important;
}

.product-box-content span {
    color: var(--c1);
}

.woocommerce ul.products li.product .product-box-content .add_to_cart_button {
    background: var(--c1);
    color: white;
    border-radius: 200px;
    font-size: 16px;
	width: 100%;
    text-align: center;
    transition: .4s all;
}

.woocommerce ul.products li.product .product-box-content .add_to_cart_button:hover {
    background: #dd7886;
}
.Section-title h2 span {
    color: var(--c1);
}
.wpzoom-secondary-image-container {
    display: unset;
}

.testimonial-slider .testimonial {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  margin: 0 10px;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 15px;
}

.testimonial-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.testimonial-stars {
  font-size: 18px;
  color: #ffc107; /* Gold color for stars */
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 15px;
  color: #444;
}
.testimonial-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--c1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: white;
    border: 2px solid var(--c1);
    transition: .4s all;
    z-index: 9;
}

.testimonial-slider .slick-arrow:hover {
    background: transparent;
    color: var(--c1);
}

.testimonial-slider button.slick-prev {
    left: 0px;
}

.testimonial-slider button.slick-next {
    right: 0px;
}

.testimonial-slider {
    padding: 0px 70px;
}

.testimonial-slider .slick-list.draggable {
    padding: 10px 0px 10px;
}

section.testimonials-section.spacer {
    padding-top: 70px;
}
.feature-strip {
  background: #2c2c2c;
  padding: 40px 0;
  color: #fff;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  flex: 1 1 22%;
  min-width: 220px;
}

.feature-item img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  filter: brightness(0) saturate(100%) invert(36%) sepia(73%) saturate(4116%) hue-rotate(329deg) brightness(92%) contrast(93%);
}

.feature-item h4 {
  font-size: 16px;
  color: #fff;
  margin: 0 0 5px;
}

.feature-item p {
  font-size: 14px;
  color: #ccc;
  margin: 0;
}
.footer {
  background-color: #f7f7f78c;
  color: #333;
  padding: 60px 0 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-top: 1px solid #eee;
}

.footer h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
}

.footer p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

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

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  color: #444;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer ul li a:hover {
  color: #000;
}

.footer form input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 14px;
}

.footer form button {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.footer form button:hover {
  background-color: #222;
}

.footer .social {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

.footer .social a {
  font-size: 16px;
  transition: color 0.3s ease;
  background: var(--c1);
  color: white;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .social a:hover {
  color: #000;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #888;
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 20px;
}
.banner-slider .slick-arrow:hover {
    color: var(--c1);
}
.Box-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.Section-sub-title {
    position: relative;
    width: fit-content;
    margin: 0px 0px 15px 50px;
}

.lines {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.lines .line {
    width: 40px;
    background: var(--c1);
    height: 2px;
    position: relative;
}
.lines .line:nth-child(2) {
    width: 20px;
    margin-top: 5px;
}
.lines.Left-lines .line:nth-child(2) {
    left: 20px;
}
.Section-sub-title h4 {
    font-size: 18px;
    font-weight: 600;
}
.Box-content h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
}
.Box-content p {
    padding-top: 13px;
}
.Box-content h3 {
    font-size: 27px;
    font-weight: 600;
    margin-top: 20px;
}
.Box-content ul {
    margin-top: 20px;
}
.About-us-box-checks ul li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.About-us-box-checks ul li i {
    color: var(--c1);
    padding-right: 7px;
}
.primary-btn {
    margin-top: 40px;
}
.primary-btn a {
    background: var(--c1);
    color: white;
    padding: 12px 20px;
    font-size: 15px;
    transition: 0.3s all;
    text-align: center;
    border: 1px solid var(--c1);
    border-radius: 500px;
}
.primary-btn a:hover {
    background: transparent;
    color: var(--c1);
}
.Inner-banner {
    background-image: url(/wp-content/uploads/2025/05/inner-banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    position: relative;
    padding: 120px 0px 120px;
}

.Inner-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000094;
    left: 0px;
    top: 0px;
}
.inner-banner-content {
    color: white;
    position: relative;
}
.inner-banner-content h1 {
    font-size: 55px;
    font-weight: 600;
}
.single-product .inner-banner-content h1 {
    font-size: 35px;
    font-weight: 600;
}

.Inner-banner-btn ul {
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
    margin-top: 10px;
}

.Inner-banner-btn ul li a {
    font-size: 20px;
    color: var(--c1);
    display: block;
}

.Inner-banner-btn ul li {
    font-size: 20px;
    font-weight: 600;
}


.accordions .Section-title h2 {
    display: flex
;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.title-icon {
    background: var(--c1);
    padding: 16px;
    border-radius: 4px;
}
.title-icon img {
    width: unset;
}
div#accordionExample {
    width: 90%;
    margin: 0 auto;
}
.accordion-button:not(.collapsed) {
    background: var(--c1);
    color: white;
}
.accordion-button {
    padding: 10px 20px;
    font-weight: 500;
}
.accordion-body {
    font-size: 15px;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
}
.accordion-button::after {
    background-image: unset;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    color: var(--c2);
    font-size: 32px;
    height: unset;
    width: unset;
}
.contact-details {
    margin-top: 30px;
}
.contact-box {
    display: flex
;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.contact-box:first-child {
    margin: 0px;
}
.contact-box i {
    color: white;
    font-size: 22px;
    background: var(--c1);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: white;
}
.contact-details h5 {
    padding-bottom: 5px;
}
.contact-box span {
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.contact-box span a {
    color: var(--c1);
    text-decoration: underline;
}
.map-box iframe {
    width: 100%;
    height: 500px;
    margin-top: 80px;
}

.contact-box span a {
    color: var(--c1);
}

/*...........form.....*/

.contact-form {
    padding: 40px 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.header-contact a:hover {
    text-decoration: underline;
}

select.orderby {
    border: 1.5px solid var(--c1);
    padding: 8px;
    border-radius: 300px;
}

.post-type-archive-product ul.products.columns-4 {
    margin-top: 80px !important;
}

.woocommerce-breadcrumb a {
    color: var(--c1) !important;
}

/* Hide all nested categories by default */
.category-list .children {
  display: none;
  padding-left: 15px;
  transition: .7s all;
	margin-top:5px;
}

/* Add icon to <li> that has children */
.category-list li.has-children > a {
  position: relative;
  padding-right: 20px;
  display: block;
}

/* Angle-down icon using pseudo-element */
.category-list li.has-children > a::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c1);
}

/* Rotate icon when open */
.category-list li.has-children.open > a::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Show children when open */
.category-list li.has-children.open > .children {
  display: block;
}
.custom-sidebar {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
}

.custom-sidebar h4 {
    font-size: 20px;
}

ul.category-list li, .page-links ul li {margin-bottom: 5px;}

ul.category-list li:last-child, .page-links ul li:last-child {
    margin: 0px;
}

ul.category-list, .page-links ul {
    margin: 15px 0px;
}

ul.category-list li a, .page-links ul li a {
    color: #000000b0;
    transition: .3s all;
    font-size: 15px;
}

ul.category-list li a:hover, .page-links ul li a:hover {
    color: var(--c1);
}

.sub-menu-main {
    position: absolute;
    z-index: 9;
    background: white;
    padding: 20px;
    box-shadow: 0 0 3px #00000026;
    top: 76px;
    width: 200px;
    transition: .4s all;
    visibility: hidden;
    opacity: 0;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.navbar>ul>li {
    position: relative;
    padding: 12px 0px 12px;
}

ul.sub-menu {
    display: block;
}

ul.sub-menu li a {
    color: #878787;
    display: block;
    font-size: 14px;
    transition: .3s all;
}

ul.sub-menu li {
    margin-bottom: 12px;
}

ul.sub-menu li:last-child {
    margin: 0px;
}

.sub-menu-main h4 {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #00000045;
}

ul.sub-menu li a:hover {
    color: var(--c1);
}


.navbar ul li:hover .sub-menu-main {
    visibility: visible;
    opacity: 1;
    top: 46px;
}
.sub-menu-main.sub-menu-main-first {
    width: 850px;
}

.sub-menu-main.sub-menu-main-first div {
    width: 100%;
}
.woocommerce-account .main {
    padding: 70px 0px 70px;
}

nav.woocommerce-MyAccount-navigation li a {
    color: black;
    border-bottom: 1px solid var(--c1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-content, .woocommerce-MyAccount-navigation {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.woocommerce-account .addresses .title .edit {
    float: left;
    margin: 10px 0px;
}
.woocommerce-Addresses {
    margin-top: 20px;
}
#search-box {
  position: absolute;
  right: 0px;
  top: 32px;
  background: white;
  padding: 3px;
  z-index: 9999;
  border: 1.5px solid var(--c1);
  border-radius: 200px;
  transition: .4s all;
}
#search-box input {
  padding: 0px 12px;
  border-radius: 200px;
  border: unset;
}
div#search-box button {
    background: var(--c1);
    color: white;
    border: unset;
    padding: 7px 20px;
    border-radius: 200px;
    font-size: 15px;
}

#search-box input:focus {
    outline: none;
}
.single-product div#sidebar {
    display: none;
}
.single-product div#primary {
    margin: 60px 0px 60px;
}

.single-product nav.woocommerce-breadcrumb {
    margin-bottom: 40px;
}

.single-product-main .product_title {font-size: 24px;margin-bottom: 10px;line-height: normal;}

.price span {
    color: var(--c1) !important;
}

.single-product-main .woocommerce-product-details__short-description {
    margin: 15px 0px 25px;
}

.product_meta span a {
    color: var(--c1);
    text-decoration: underline;
}

.product_meta span a:hover {
    text-decoration: auto;
}


.woocommerce-product-gallery__image a img {
    height: 536px !important;
}

.woocommerce .quantity .qty {
    height: 35px;
    border: 2px solid var(--c1);
    width: 80px !important;
}

.woocommerce .quantity .qty:focus {
    outline: none;
    border: 2px solid var(--c1);
}

.woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button {
    opacity: 1 !important;
    pointer-events: all !important;
    -webkit-appearance: inner-spin-button;
}

button.single_add_to_cart_button {
    background: var(--c1) !important;
    color: white;
    border-radius: 200px !important;
    font-size: 16px !important;
    transition: .4s all;
    padding: 10px 30px !important;
    margin-left: 10px !important;
    border: 1px solid var(--c1 ) !important;
}


button.single_add_to_cart_button:hover {
    background: transparent !important;
    color: var(--c1) !important;
}
.single-product-main .flex-viewport {
    margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--c1);
    color: white;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-radius: unset !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: white;
}


div#tab-description h2 {
    margin-bottom: 10px;
}

div#tab-description p {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
div#tab-description img {
    width: 49%;
}
#commentform input#submit {
    background: var(--c1) !important;
    color: white !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce-cart .main {
    margin: 60px 0px 60px;
}

tr.wc-block-cart-items__header span, .wp-block-woocommerce-cart-order-summary-heading-block {
    font-size: 26px !important;
}

.wc-block-cart-item__wrap a.wc-block-components-product-name {
    color: black;
}

.wc-block-cart-item__wrap .wc-block-components-product-price {
    color: var(--c1);
}

.wp-block-woocommerce-cart-order-summary-block {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
}

.wc-block-cart__submit-container a {
    background: var(--c1);
    color: white;
    margin-top: 10px;
    border-radius: 500px;
    font-weight: 700;
    border: 2px solid var(--c1);
    transition: .4s all !important;
}

.wc-block-cart__submit-container a:hover {
    background: transparent;
    color: black;
}
.wc-block-components-checkout-place-order-button {
    background: var(--c1);
    color: white;
    border-radius: 500px;
    font-weight: 600;
    transition: .4s all !important;
    border: 2px solid var(--c1);
}

.wc-block-components-checkout-place-order-button:hover {
    background: transparent;
    color: black;
}
section.related.products h2 {
    margin-bottom: 20px;
}
.woocommerce-variation-price {
    margin-bottom: 30px !important;
}

.policy-block, .terms-block {
  margin-bottom: 40px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 40px 40px;
}

.policy-block h3, .terms-block h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.policy-block p, .terms-block p, .policy-block ul li {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 180%;
  list-style:disc;
}
.policy-block ul {
  margin-left: 20px;
  padding-left: 15px;
  list-style: disc;
}
section.privacy-policy-section, .terms-conditions-section, .return-policy {
    padding: 100px 20px;
}
#frm_form_1_container fieldset {
    padding: 0px;
}

#frm_form_1_container div#frm_field_6_container {
    margin-bottom: 0px;
}

div#frm_field_6_container button {
    margin: 0px;
    background: var(--c1);
    border: unset;
    width: 100%;
    font-size: 18px;
    border-radius: unset;
    transition: .4s all;
}

div#frm_field_6_container button:hover {
    background: black;
}
.popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    .popup-overlay.show {
      opacity: 1;
      visibility: visible;
    }

    .popup-content {
      position: relative;
      transform: scale(0.5);
      transition: transform 0.4s ease;
    }

    .popup-overlay.show .popup-content {
      transform: scale(1);
    }

    .popup-content img {
      max-width: 90vw;
      max-height: 90vh;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(255,255,255,0.3);
    }

    .popup-close {
      position: absolute;
      top: -10px;
      right: -10px;
      background: #fff;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      font-size: 20px;
      color: #333;
      cursor: pointer;
      text-align: center;
      line-height: 30px;
      box-shadow: 0 0 5px rgba(0,0,0,0.5);
      transition: background 0.2s;
    }

    .popup-close:hover {
      background: #eee;
    }