a.btn-default.round, button.btn-default.round, div.btn-default.round {
    border-radius: 100px;
    background: white;
    color: black;
}

.theme-gradient, .section-title .sub-title, a.btn-transparent {
    background: linear-gradient(95deg, #FFFFFF 15%, #CCCCCC 45%, #666666 75%, #000000 100%) 98% / 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-wrapper > [class*=col]:nth-child(2) .service.service__style--1.icon-circle-style .icon {
    background-color: white;
}

.service-wrapper > [class*=col]:nth-child(3) .service.service__style--1.icon-circle-style .icon {
    background-color: white;
}

a.btn-default, button.btn-default, div.btn-default {
    padding: 0 28px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 8px;
    background-color: transparent;
    background: black;
    transition-duration: 300ms;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-shadow: var(--shadow-light);
    display: inline-block;
    height: 50px;
    line-height: 47px;
    letter-spacing: 0.5px;
    width: auto;
    transition: 0.4s;
}

/* Base button style (keep your existing one) */
a.btn-default.btn-border,
button.btn-default.btn-border,
div.btn-default.btn-border {
    background-image: inherit;
    border-color: var(--color-border);
    border-width: 2px;
    border-style: solid;
    color: var(--color-heading, #fff); /* ensures initial text stays white */
    transition: all 0.3s ease;
}

/* Hover effect */
a.btn-default.btn-border:hover,
button.btn-default.btn-border:hover,
div.btn-default.btn-border:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
}

.rn-pagination ul.page-numbers li .current, .rn-pagination ul.page-list li .current {
    padding: 0 10px;
    display: block;
    text-align: center;
    line-height: 42px;
    min-width: 42px;
    height: 42px;
    position: relative;
    z-index: 2;
    font-weight: 600;
    border-radius: 4px;
    background: white;
    color: black;
    border-color: transparent;
    border-color: var(--color-primary);
}

.rn-pagination ul.page-numbers li .current, .rn-pagination ul.page-list li .current:hover {
    padding: 0 10px;
    display: block;
    text-align: center;
    line-height: 42px;
    min-width: 42px;
    height: 42px;
    position: relative;
    z-index: 2;
    font-weight: 600;
    border-radius: 4px;
    background: white;
    color: black;
    border-color: transparent;
    border-color: var(--color-primary);
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], textarea {
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 28px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    margin-left: 5px;
    outline: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    color: black;
}
/* ==============================
   WC Donation Submit Button Style
   ============================== */
button.wc-donation-f-submit-donation {
  display: inline-block;
  margin-top: 20px !important;          /* ✅ space above button */
  padding: 12px 38px !important;        /* inner padding for balanced size */
  border: 2px solid #ffffff !important; /* white border */
  border-radius: 100px !important;      /* smooth pill-like shape */
  background-color: #ffffff !important; /* white background */
  color: #000000 !important;            /* black text */
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.35s ease !important;
  box-shadow: none;
  text-transform: none;
}

/* Hover state: subtle glow + lift */
button.wc-donation-f-submit-donation:hover {
  background-color: #f7f7f7 !important; /* slightly lighter on hover */
  color: #000000 !important;            /* keep black text */
  border-color: #ffffff !important;     /* consistent border */
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2); /* subtle white glow */
  transform: translateY(-2px);
}

/* Active/pressed state */
button.wc-donation-f-submit-donation:active {
  transform: translateY(0px);
  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.1);
}

.contact-form-1 .form-group input {
    height: 70px;
    padding: 0 20px;
    color: white;
}

.contact-form-1 .form-group textarea {
    padding-top: 20px;
    padding-left: 20px;
    color: white;
}

.theme-gradient, .section-title .sub-title, a.btn-transparent {
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.active-dark-mode .active-light-mode .is-large.wc-block-cart .wc-block-cart__totals-title, .active-dark-mode .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .active-dark-mode .wc-block-components-totals-item__value, .wc-block-components-totals-item__label, .active-dark-mode .wc-block-components-formatted-money-amount, .active-dark-mode .wc-block-components-totals-coupon .wc-block-components-totals-coupon-link {
    color: white;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    line-height: 1.375;
    margin-top: 8px;
    font-size: 12px;
}

/* Disable blog post titles, buttons, and widget links */
.title.mt--0 a,
.blog-btn a,
.rbt-single-widget ul li a,
.rbt-single-widget ol li a {
  pointer-events: none !important;  /* 🔒 disables all click actions */
  cursor: default !important;       /* 🖱 normal arrow cursor instead of hand */
  text-decoration: none !important; /* 🧹 removes underline if any */
  color: inherit !important;        /* 🎨 keeps current color style */
  opacity: 0.9;                     /* subtle visual cue if desired */
}

.woocommerce ul.products li.product a {
    color: #ffffff;
}

.active-dark-mode .woocommerce-Price-amount.amount, .active-dark-mode .woocommerce-Price-amount bdi {
    color: rgb(255 255 255 / 90%);
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    border-radius: 100px;
}

.woocommerce .quantity .qty {
    border: 1px solid var(--color-border);
    border-radius: 100px;!important
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 47px;
    text-align: center;
    padding: 5px;
    background-color: #fff;
}

:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart .button:where(:not(:first-child)), :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart button:where(:not(:first-child)) {
    font-size: 14px;
    margin-block-start: 0;
    margin-inline-start: var(--button-spacing, 10px);
    padding: 12px;
}

.button .wc-forward {
	border-radius: 100px;
}



.wc-block-cart .wc-block-cart__submit-container,
.wc-block-cart .wc-block-cart__submit-container * {
    padding: 0;
    background-color: var(--color-primary);
    color: #ffffff !important; /* force white text */
    border-radius: 6px;
		border: 1px solid var(--color-primary);
    transition: all 0.3s ease;
    text-transform: none; /* remove uppercase */
}

/* Capitalize only the first letter of the sentence */
.wc-block-cart .wc-block-cart__submit-container *::first-letter {
    text-transform: uppercase;
}

/* Hover: white text + white border */
.wc-block-cart .wc-block-cart__submit-container:hover,
.wc-block-cart .wc-block-cart__submit-container:hover * {
    color: #ffffff !important;
    border: 1px solid #ffffff;
    background-color: transparent; /* optional: remove blue background */
}

/* Kill inner element background/box-shadow so no pill shows during hover fade */
.wc-block-cart .wc-block-cart__submit-container a,
.wc-block-cart .wc-block-cart__submit-container button,
.wc-block-cart .wc-block-cart__submit-container .wp-element-button,
.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button,
.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button__text {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    color: inherit !important;
    transition: none !important; /* prevents that brief fade-in artifact */
}

/* Keep it transparent on hover too */
.wc-block-cart .wc-block-cart__submit-container:hover a,
.wc-block-cart .wc-block-cart__submit-container:hover button,
.wc-block-cart .wc-block-cart__submit-container:hover .wp-element-button,
.wc-block-cart .wc-block-cart__submit-container:hover .wc-block-components-button,
.wc-block-cart .wc-block-cart__submit-container:hover .wc-block-components-button__text {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}


/* Base state */
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: var(--color-primary);
    color: #ffffff;
    border: 1px solid var(--color-primary); /* primary border */
    border-radius: 6px;
    transition: all 0.3s ease;
    text-transform: none; /* disable all-caps */
}

/* Capitalize only the first letter of the text inside */
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained 
.wc-block-components-checkout-place-order-button__text::first-letter {
    text-transform: uppercase;
}

/* Hover state */
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff; /* white border on hover */
}



/* Hide the big breadcrumb/title banner on Shop, Product, Cart, Checkout */
body.post-type-archive-product .breadcrumb-area,
body.woocommerce-shop .breadcrumb-area,   /* some themes use this for Shop */
body.single-product .breadcrumb-area,
body.woocommerce-cart .breadcrumb-area,
body.woocommerce-checkout .breadcrumb-area {
    display: none !important;
}

/* (Optional) remove extra space if the theme leaves padding after it's hidden */
body.post-type-archive-product .breadcrumb-area + *,
body.woocommerce-shop .breadcrumb-area + *,
body.single-product .breadcrumb-area + *,
body.woocommerce-cart .breadcrumb-area + *,
body.woocommerce-checkout .breadcrumb-area + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.header-default .header-right .header-btn {
    margin-left: 0px;
}

.rbt-mini-cart-wrap {
    margin-left: 10px;
    margin-right: 0px;
}

.wp-block-woocommerce-cart .wc-block-grid__product .wc-block-grid__product-title {
    font-size: 20px;
    color: white;
}

.wp-block-woocommerce-cart .wc-block-grid__product-add-to-cart a:hover {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
	.header-right.col-lg-2.col-md-6.col-4.position-static {
		width: 20%;
	}
}

@media (max-width: 1024px) {
	.header-left.col-lg-2.col-md-6.col-4 {
		width: 10%;
	}
}


@media (max-width: 430px) {
	.header-right.col-lg-2.col-md-6.col-4.position-static {
		width:60%;
	}
}


@media (max-width: 430px) {
	.header-center.justify-content-center.text-center.col-lg-8.col-md-6.col-4 {
		display:none;
	}
}


@media (max-width: 431px) {
    .header-left.col-lg-2.col-md-6.col-4 {
        width: 40%;
    }
}

@media only screen and (max-width: 767px) {
    .header-top-news .inner .right-button, .header-top-news-2 .inner .right-button {
        font-size: 14px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
.header-top-news .inner .content .news-text, .header-top-news-2 .inner .content .news-text {
    display: inline-block;
    margin-left: 15px;
    color: var(--color-body);
    font-size: 10px;
}
}

@media only screen and (max-width: 767px) {
	.header-right.col-lg-10.col-md-6.col-8.position-static {
		width: 60%;
	}
}

@media only screen and (max-width: 767px) {
	.wp-block-woocommerce-empty-cart-block {
		padding-top:80px;
	}
}

@media only screen and (max-width: 767px) {
	.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-mobile {
		padding-top:80px;
	}
}

@media only screen and (max-width: 767px) {
    .wp-block-woocommerce-checkout {
        padding-top: 80px !important;
    }
}

@media only screen and (max-width: 767px) {
.elementor-2451 .elementor-element.elementor-element-bb63db7 {
    width: 40%;
    --container-widget-width: 25%;
    --container-widget-flex-grow: 0;
}
}



@media only screen and (max-width: 767px) {
.elementor-2451 .elementor-element.elementor-element-6d753bf {
    width: 50%;
    --container-widget-width: 38%;
    --container-widget-flex-grow: 0;
}
}

.elementor-3596 .elementor-element.elementor-element-a3e7504 > .elementor-container {
    max-width: 1302px;
    padding-top: 120px;
}

@media only screen and (max-width: 767px) {
	.elementor-6884 .elementor-element.elementor-element-fdaf5d9 {
    text-align: center;
    padding-top: 40px;
}
	
}
