@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//glazmart.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
	font-display:swap;
}

:root {
	--wd-header-banner-h: 30px;
	--wd-text-font: "Metropolis", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgba(0,0,0,0.81);
	--wd-text-font-size: 14px;
	--wd-title-font: "Metropolis", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Metropolis", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(0, 0, 0);
	--wd-alternative-font: "Metropolis", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Metropolis", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 14px;
	--wd-header-el-font: "Metropolis", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 12px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #387f59;
	--wd-alternative-color: #fbbc34;
	--btn-default-font-family: "Metropolis", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 500;
	--btn-default-transform: capitalize;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-family: "Metropolis", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 500;
	--btn-accented-transform: capitalize;
	--btn-accented-bgcolor: rgb(56,127,89);
	--btn-accented-bgcolor-hover: rgb(0,127,59);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(56,127,89);
	--notices-success-color: #fff;
	--notices-warning-bg: rgba(229,0,0,0.82);
	--notices-warning-color: #fff;
	--wd-link-color: rgba(0,106,255,0.84);
	--wd-link-color-hover: rgba(0,106,255,0.84);
}
.wd-age-verify-wrap {
	--wd-popup-width: 600px;
}
.wd-popup.wd-promo-popup {
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(0,0,0);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 190px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center bottom;
}
.wd-footer {
	background-color: rgb(247,247,247);
	background-image: none;
}
html .wd-dropdown-cats .wd-nav.wd-nav-vertical > li > a {
	font-family: "Metropolis", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 6px;
	text-transform: uppercase;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-brd-color-focus: rgba(0,127,59,0.59);
}
.product-labels .product-label.onsale {
	background-color: rgb(101,185,29);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 900px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1250px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-bottom-active: -1px;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-default-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1250px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(85,128,99);
}

@font-face {
	font-family: "Metropolis";
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "Metropolis";
	font-weight: 600;
	font-display:swap;
	font-style: normal;
}

/* Glass effect background for #women-slider */
#women-slider {
    background: rgba(0, 0, 0, 0.15); /* transparent white */
    backdrop-filter: blur(10px) saturate(150%); 
    -webkit-backdrop-filter: blur(10px) saturate(150%); /* Safari support */
    border-radius: 0px; 
    border: 3px solid rgba(255, 255, 255, 0.25);
}

/* Glass effect background for #home-banner */
#home-banner {
    background: rgba(0, 0, 0, 0.15); /* transparent white */
    backdrop-filter: blur(10px) saturate(150%); 
    -webkit-backdrop-filter: blur(8px) saturate(150%); /* Safari support */
    border-radius: 0px; 
    border: 3px solid rgba(255, 255, 255, 0.25);
}

/* Glass effect background for #skin-slider */
#skin-slider {
    background: rgba(0, 0, 0, 0.15); /* transparent white */
    backdrop-filter: blur(10px) saturate(150%); 
    -webkit-backdrop-filter: blur(10px) saturate(150%); /* Safari support */
    border-radius: 0px; 
    border: 3px solid rgba(255, 255, 255, 0.25);
}

/* --- Float method: shrink avatar and remove gap --- */
/* Shrink avatar more on small screens */
@media (max-width: 768px) {
    .comment-author.vcard img.avatar {
        width: 28px !important;
        height: 28px !important;
        margin: 0 !important;
    }
    .comment-author.vcard {
        gap: 4px !important; /* even smaller space on mobile */
    }
    .comment-author.vcard .fn,
    .comment-author.vcard .says {
        font-size: 13px !important;
        line-height: 1.2 !important;
    }
}

/* Shrink avatar and float it left (small gap to the right) */
#comments .avatar,
#comments .comment-author img,
.comment .avatar {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  display: block !important;
  float: left !important;
  margin: -5px 10px 0px 0px !important; /* small gap between avatar and text */
  border-radius: 50% !important;
}

/* Remove any reserved left space from comment containers */
#comments .comment,
#comments .comment-body,
#comments .comment-list li {
  margin-left: 0px !important;
  padding-left: 50px !important;
}

/* Make sure the author/name line sits inline with the avatar */
#comments .comment-author {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure meta, text and reply link don't have extra left indent */
#comments .comment-body > .comment-meta,
#comments .comment-body > p,
#comments .comment-body > .reply {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* Clear floats after each comment so layout below is not broken */
#comments .comment-body::after {
  content: "" ;
  display: table;
  clear: both;
}

/* Reduce width of comment section and align left */
#comments {
    max-width: 700px !important;  /* set your preferred width */
    margin: 0 !important;         /* remove auto-center */
    text-align: left !important;
    padding: 10px !important;     /* add some breathing space */
}

/* Comments title */
#comments .comments-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: left !important;
    margin-bottom: 15px !important;
}

/* Individual comment */
#comments .comment-body {
    font-size: 13px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    margin-bottom: 15px !important;
}

/* --- Reduce text size in comment form --- */
#respond,
#respond .comment-form,
#respond .comment-form label,
#respond .comment-form input,
#respond .comment-form textarea,
#respond .comment-form .submit,
#respond .comment-reply-title,
#respond .logged-in-as {
    font-size: 13px !important;   /* smaller text */
    line-height: 1.4 !important;
}

/* Smaller title */
#respond .comment-reply-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

/* Shrink inputs and textarea */
#respond .comment-form input[type="text"],
#respond .comment-form input[type="email"],
#respond .comment-form input[type="url"],
#respond .comment-form textarea {
    font-size: 13px !important;
    padding: 6px 8px !important;
}

/* Shrink logged-in message text */
#respond .logged-in-as,
#respond .logged-in-as a,
#respond .required-field-message {
    font-size: 12px !important;
    line-height: 1.3 !important;
}

/* Hide full single post header (title, category, meta, featured image) */
header.wd-single-post-header {
    display: none !important;
}

/* Hide tags list under posts */
.wd-tags-list {
    display: none !important;
}

/* Custom padding for post content container */
.wd-post-content.article-body-container {
    padding: 20px 10px 10px 10px !important; /* top, right, bottom, left */
	  text-align: left !important; /* keeps everything left aligned */
}

/* Reduce post title size */
.wd-post-title,
.wd-post-title a {
    font-size: 15px !important;   
    line-height: 1.1 !important;
    font-weight: 545 !important;
    text-align: left !important;
    display: block !important;
}

/* Post meta wrapper */
.wd-post-meta {
    font-size: 11px !important;
    text-align: left !important;
    justify-content: flex-start !important; 
    align-items: flex-start !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 2px !important;
}

/* Ensure all meta children align left */
.wd-post-meta > div,
.wd-post-meta span,
.wd-post-meta a {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: center !important;
    display: inline-flex !important;
}

/* Glass effect for header sticky menu */
.whb-row.whb-header-bottom.whb-sticky-row {
    background: rgba(255, 255, 255, 0.15) !important; /* transparent white */
    backdrop-filter: blur(15px); /* blur effect */
    -webkit-backdrop-filter: blur(15px); /* Safari support */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* subtle border */
}

/* Glass effect for Age Verification Popup */
.wd-popup.wd-age-verify {
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-radius: 10px !important;
  border: 2px solid rgba(85, 128, 99, 0.3) !important; /* transparent #558063 */
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.25) !important;
}

/* Text styling inside popup */
.wd-popup.wd-age-verify h4,
.wd-popup.wd-age-verify p {
  font-size: 18px !important;   /* adjust if you want bigger/smaller */
  font-weight: 600 !important;  /* semi-bold */
  color: #333333 !important;    /* dark gray for readability */
}

/* Hide overlay ONLY when Age Verify popup is active  */
body:has(.mfp-wrap .wd-age-verify) .mfp-bg {
  background: transparent !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ---------------- Glass effect + text style for My Account dropdown (logged in) ---------------- */
.wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account {
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-radius: 10px !important;
  border: 2px solid rgba(85, 128, 99, 0.3) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2) !important;
  padding: 20px !important;
}

/* Default text inside dropdown */
.wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account a,
.wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account span {
  display: inline-block !important;  /* shrink to text size */
  color: #5c5c5d !important;         /* default text color */
  font-weight: 700 !important;       /* slightly bold */
  text-decoration: none !important;
}

/* Hover state */
.wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account a:hover,
.wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account li:hover > a,
.wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account span:hover {
  color: #558063 !important;     /* hover text color */
}

/* Make all text inside white */
#complaint-form, 
#complaint-form label, 
#complaint-form input, 
#complaint-form textarea, 
#complaint-form select, 
#complaint-form option {
    color: white !important;
}

/* Optional: make input & textarea backgrounds slightly transparent */
#complaint-form input,
#complaint-form textarea {
	   backdrop-filter: blur(20px) !important;           /* frosted glass effect */
    -webkit-backdrop-filter: blur(20px) !important;   /* Safari support */
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 8px !important;
    padding: 10px !important;
}

/* Optional: placeholder text white */
#complaint-form ::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Change font color of Order Tracking form */
.woocommerce-form-track-order {
  color: #FFFFF4 !important; /* change text color */
}
.woocommerce-form-track-order label {
  color: #FFFFF4 !important; /* force black text */
}

/* Glass style Order Tracking Banners */
#free-return .wrapper-content-banner,
#best-quality .wrapper-content-banner,
#fast-delivery .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 3px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
  padding: 20px !important;
}

/* Glass style ONLY inside the Order Tracking section */
#order-tracking {
  background-color: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 3px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
  padding: 20px !important;
}

/* Reduce product title size */
.product-element-bottom .wd-entities-title a {
    font-size: 13.5px !important; /* Adjust size as needed */
    line-height: 0.5px !important; /* Keeps text compact */
    font-weight: 550; /* Optional: make it a bit lighter */
}

/* Reduce left/right padding inside product bottom */
.product-element-bottom {
    padding-left: 7px !important;
    padding-right: 7px !important;
	  padding-bottom: 7px !important;
}

/* Woodmart-style 3D Add to Cart button */
.elementor-element-f131df1 a.add_to_cart_button.ajax_add_to_cart {
    background-color: #558063;        /* Woodmart primary green */
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    transition: all 0.2s ease;
    position: relative;
    box-shadow: 0 4px 0 #3f604b,     /* bottom solid shadow for 3D base */
                0 6px 12px rgba(0,0,0,0.15); /* soft depth shadow */
}

/* Hover state */
.elementor-element-f131df1 a.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: #3f604b;        /* Darker hover shade */
    transform: translateY(-2px);      /* lift up */
    box-shadow: 0 6px 0 #2f4b37, 
                0 8px 16px rgba(0,0,0,0.2);
}

/* Active/Pressed state */
.elementor-element-f131df1 a.add_to_cart_button.ajax_add_to_cart:active {
    transform: translateY(2px);       /* pressed down */
    box-shadow: 0 2px 0 #2f4b37, 
                0 3px 6px rgba(0,0,0,0.2);
}

/* Hiding view cart button globally after ajax add to cart action */
a.added_to_cart.wc-forward {
    display: none !important;
}

/* Style the ratings link text */
.woocommerce-review-link {
    color: #C45500;        /* your preferred color */
    font-size: 13px;       /* adjust size */
    font-weight: bold;     /* make it bold */
    font-style: normal;    /* ensure not italic */
    text-decoration: none; /* remove underline */
}

/* Hide the verified owner icon and tooltip */
.wd-review-icon {
    display: none !important;
}

/* Style the review published date */
.woocommerce-review__published-date {
    color: #555;          /* text color */
    font-size: 10px !important;      /* adjust size */
    font-weight: 500 !important; /* make it bold */
	  font-style: normal !important;
}

/* Optional: make it look like a subtle label */
.woocommerce-review__published-date {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 3px;
}

/* Change verified owner text color */
.woocommerce-review__verified {
    color: #C45500;   /* new orange-brown shade */
    font-style: normal; /* remove italic if you want */
    font-weight: bold; /* make it bold */
    font-size: 10px !important;   /* adjust size */
}

/* Optional: add background style */
.woocommerce-review__verified.verified {
    background: #fff5ec;
    padding: 2px 6px;
    border-radius: 4px;
}

/* Progress bar background color */
.progress-bar {
    background-color: #DE7921 !important;
}

/* Change filled star color */
.star-rating span::before {
    color: #DE7921 !important;
}

/* Change empty star outline */
.star-rating::before {
    color: #DE7921 !important;
}

/* Change star color */
.woocommerce-product-rating .star-rating span::before {
    color: #DE7921 !important;  /* custom orange */
}

/* Optional: also change empty star outline (if visible) */
.woocommerce-product-rating .star-rating::before {
    color: #DE7921 !important;
}

/* Style product review count link */
.woocommerce-product-rating .woocommerce-review-link {
    font-size: 14px;       /* increase size */
    font-weight: 500;      /* make it bold */
    color: #303030 !important; /* force black color */
    text-decoration: none; /* remove underline */
}

/* Style just the number (count) inside */
.woocommerce-product-rating .woocommerce-review-link .count {
    font-size: 14px;   /* slightly larger */
    font-weight: 500;  /* extra bold */
    color: #303030;    /* keep it black */
}

/* Hide only the Reviews section title */
.woocommerce-Reviews .woocommerce-Reviews-title {
  display: none !important;
}

/* Hide product title in breadcrumbs */
.single-product .wd-breadcrumbs .wd-last {
    display: none !important;
}

/* Force show Price Tracker button on single product pages */
.wd-pt-btn {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* === PRICE TRACKER POPUP - LIGHT GREEN GLASS STYLE === */
#wd-popup-pt.wd-popup {
  background: rgba(230, 245, 235, 0.25) !important; /* very light white-green */
  backdrop-filter: blur(15px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(15px) saturate(180%) !important;
  border: 2px solid rgba(85, 128, 99, 0.25) !important; /* soft transparent green border */
  border-radius: 5px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
  color: #000000 !important;
  padding: 25px !important;
}

/* Text and labels */
#wd-popup-pt .title,
#wd-popup-pt p,
#wd-popup-pt label span {
  color: #000000 !important;
}

/* Input field */
#wd-popup-pt input[type="email"] {
  background: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(85, 128, 99, 0.3) !important;
  color: #000000 !important;
}

#wd-popup-pt input::placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* Buttons */
#wd-popup-pt .btn {
  background: #558063 !important;
  color: #ffffff !important;
}

#wd-popup-pt .btn:hover {
  background: rgba(230, 245, 235, 0.25) !important;
	border: 1px solid rgba(85, 128, 99, 0.4) !important;
  color: #000000 !important;
  transition: 0.5s !important;
}

/* === REMOVE BLACK OVERLAY BEHIND POPUP === */
.mfp-bg,
.wd-popup.mfp-bg,
.wd-popup-element.mfp-bg {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Ensure popup container stays clear */
.mfp-wrap {
  background: transparent !important;
}

/* === Cart & Checkout Product Title Tooltip (Transparent Glass + Green Border) === */
.cart-title-tooltip {
  position: relative;
  display: inline-block;
}

.cart-title-tooltip .tooltip-text {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.25); /* Transparent white glass */
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  color: #000 !important;
  padding: 6px 10px;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  white-space: normal;
  min-width: 180px;
  max-width: 260px;
  text-align: left;
  z-index: 999;
  font-size: 13px;
  border: 2px solid #5580633D !important; /* Custom green translucent border */
}

/* Small arrow under tooltip */
.cart-title-tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #5580633D transparent transparent transparent;
}

/* Show tooltip on hover */
.cart-title-tooltip:hover .tooltip-text {
  visibility: visible !important;
  opacity: 1 !important;
}

/* Hide Wordfence 2FA help link */
a[href*="wordfence.com/help/?query=module-login-security-2fa"] {
  display: none !important;
}

/* Hide only the duplicate Wordfence 2FA section */
.woocommerce-MyAccount-content + .woocommerce-MyAccount-content {
  display: none !important;
}

/* === GlazMart WhatsApp Button - Woodmart 3D Style === */
.glazmart-wa-wrap {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.glazmart-wa-button {
  background-color: #387f59; /* WhatsApp / Woodmart green */
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  box-shadow: 0 4px 0 #2b6044, /* solid shadow base for 3D depth */
              0 6px 12px rgba(0,0,0,0.15); /* soft outer depth */
  text-decoration: none !important;
}

/* Hover (slightly darker color + lifted up) */
.glazmart-wa-button:hover {
  background-color: #2b6044; /* darker green shade */
  transform: translateY(-2px); /* lift up a bit */
  box-shadow: 0 6px 0 #234d38,
              0 8px 16px rgba(0,0,0,0.2);
  color: #fff !important;
}

/* Active (pressed down) */
.glazmart-wa-button:active {
  transform: translateY(2px); /* press effect */
  box-shadow: 0 2px 0 #234d38,
              0 3px 6px rgba(0,0,0,0.2);
}

/* Mobile full width */
@media (max-width: 480px) {
  .glazmart-wa-button {
    width: calc(100% - 40px);
    font-size: 17px;
    padding: 14px;
  }
}

.wd-popup.wd-popup-wishlist {
    background: rgba(255, 255, 255, 0.15); /* frosted glass look */
    backdrop-filter: blur(10px); /* glass blur effect */
    -webkit-backdrop-filter: blur(10px); /* for Safari */
    border: 1px solid rgba(56, 127, 89, 0.2); /* green border */
    color: #000; /* make all text black */
    border-radius: 5px; /* optional, keeps edges smooth */
    padding: 20px; /* optional spacing inside */
}

/* Style active cancel button */
.woocommerce-orders-table__cell-order-actions a[href*="cancel_order"] {
    color: #fff;
    font-size: 13px;
    position: relative;
    background-color: #387f59;
    border: none;
}

/* Tooltip on hover (active button) */
.woocommerce-orders-table__cell-order-actions a[href*="cancel_order"]:hover::after {
    content: "Cancel this order";
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
}

/* Disabled cancel icon */
.woocommerce-orders-table__cell-order-actions a[href="#"] {
    color: #999;
	  font-size: 13px;
    cursor: not-allowed;
    position: relative;
	  background-color: #000;
}

/* Tooltip for disabled state */
.woocommerce-orders-table__cell-order-actions a[href="#"]:hover::after {
    content: "You can cancel order only under 3 hours after creation of the order";
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
}

/* Web development Portfolio Grid */
.pm-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 20px 0;
}

@media(max-width: 768px){
    .pm-grid {
        grid-template-columns: 1fr;
    }
}

/* Portfolio Card */
.pm-item {
    background: #ffffff;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: .3s ease;
}

.pm-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* Website Preview */
.pm-item iframe {
    width: 100%;
    height: 380px;
    border: none;
}

/* Overlay Info Section */
.pm-info {
    padding: 18px 20px;
    text-align: center;
    background: #fff;
}

.pm-info h3 {
    margin: 0 0 14px;
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 700;
}

/* Visit Button */
.pm-info a {
    display: inline-block;
    padding: 10px 22px;
    background: #387f59; /* your main color */
    color: #fff;
    border-radius: 0px;
    text-decoration: none;
    font-weight: 600;
    transition: .25s ease;
}

.pm-info a:hover {
    background: #2e6849;
}

/* Glass Effect for Web Development Section */
#web-development {
    background: rgba(255, 255, 255, 0.08); /* subtle transparent glass */
    backdrop-filter: blur(35px) saturate(180%);
    -webkit-backdrop-filter: blur(35px) saturate(180%);
    border: 3px solid rgba(255, 255, 255, 0.18);
    border-radius: 0px;
    /*padding: 60px 40px;*/
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
    transition: all 0.4s ease-in-out;
}

/* Glass Effect for Web Development Section */
#a-pakistani {
    background: rgba(255, 255, 255, 0.08) !important; /* subtle transparent glass */
    backdrop-filter: blur(35px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(35px) saturate(180%) !important;
    border: 3px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 0px !important;
    /*padding: 60px 40px;*/
    box-shadow: 0 20px 60px rgba(0,0,0,0.12) !important;
    transition: all 0.4s ease-in-out !important;
}

/* PREMIUM ANIMATED GRADIENT BORDER */
#portfolio-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 0px; /* keep your shape */
    transition: transform 0.3s ease;
}

/* Hover lift */
#portfolio-button:hover {
    transform: translateY(-3px);
}

/* Animated gradient border */
#portfolio-button::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px; /* thin premium border */
    border-radius: inherit;
    background: linear-gradient(
        120deg,
        #387f59,
        #000,
        #387f59
    );
    background-size: 300% 300%;
    animation: premiumBorderMove 4s linear infinite;
    z-index: -1;
    mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}

/* background stays clean behind border */
#portfolio-button::after {
    content: "";
    position: absolute;
    inset: 3px; /* matches border thickness */
    border-radius: inherit;
    background: inherit;
    z-index: -2;
}

/* Animation for border movement */
@keyframes premiumBorderMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}
