/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*------ Footer ----*/

.register p{
	padding-bottom: 10px !important;
}

.footer-from input::placeholder{
	padding-left: 0 !important;
}

.footer-from input{
	padding-left: 0 !important;
}

/*---- Home Banner ----*/

.arrow-btn svg{
    width: 2em !important;
}

.arrow-btn .elementor-button-content-wrapper{
    align-items: center !important;
}

.custom-category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    padding: 20px 0;
}

.category-box {
    position: relative;
    overflow: hidden;
    color: white;
}

.category-img {
    height: 500px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.category-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 80%));
    pointer-events: none;
}

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

.category-content {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    z-index: 2;
}

.category-content h3 {
    font-size: 32px;
    margin: 0 0 10px;
	color: #AEA17E;
}

.category-content p {
    margin-bottom: 15px;
	color: #fff !important;
}

.view-details {
    display: inline-block;
    color: #AEA17E !important;
    font-weight: 600;
    text-decoration: none;
}

@media(max-width: 1200px){
	.category-content h3 {
    	font-size: 28px !important;
	}

	.category-img {
   		height: 400px;
	}
}

@media(max-width: 500px){
	.custom-category-grid {
    	grid-template-columns: repeat(1, 1fr);;
	}

	.category-img {
   		height: 350px;
	}
		
	.category-box::after{
		   background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 100%));
	}
	
	.category-content h3 {
    	font-size: 25px !important;
	}
}


/*---- My Account ---*/

.woocommerce-ResetPassword{
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}

.my-account h2{
	text-align: center !important;
}

.my-account .woocommerce .login{
	max-width: 550px !important;
	width: 100%;
	margin: 0 auto;
}

.woocommerce-notices-wrapper h2{
	text-align: center !important;
}


/*---- Gallery ----*/

.elementor-slideshow__footer{
	display: none;
}

/*----Blog Archive Page ---*/

.page-numbers {
    border: 1px solid #3E4939;
    padding: 15px 5px;
    border-radius: 50%;
    width: 50px !important;
    position: relative;
    display: inline-block;
    height: 50px;
}

.blog-loop .feature-image-blog a{
	display: block !important;
}

.post-content img{
    border-radius: 8px;
}


@media(max-width: 500px){
    .page-numbers {
        padding: 4px 5px 8px 5px;
        width: 30px;
        height: 30px;
    }
}

/*---- Services ---*/

.simple-category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    padding: 20px 0;
}

.simple-category-box {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: white;
}

.simple-category-img {
    height: 500px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

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

.simple-category-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1b2a1ee8;
    padding: 25px 30px 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
	margin: 20px;
}

.category-title-text h3 {
    font-size: 32px;
	color: #AEA17E !important;
	margin: 0 !important;
}

.category-title-arrow {
    font-size: 25px;
    color: #ffffff;
    transition: transform 0.3s ease;
	border: 1px solid #ffffff;
	border-radius: 50%;
	padding: 12px;
	transform: rotate(-45deg);
}

.simple-category-box:hover .category-title-arrow {
    transform: translateX(5px); /* Small arrow animation */
}

.popup-form input[type="text"],
.popup-form input[type="email"], .popup-form input[type="tel"] {
  padding-left: 30px; /* space for icon */
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px 20px;
}

.popup-form input::placeholder{
	padding-left: 5px !important;
}

/* 👤 Name field icon */
.popup-form input#form-field-name {
  background-image: url('/wp-content/uploads/2025/06/user.svg'); /* replace with your image path */
}

/* 📧 Email field icon */
.popup-form input#form-field-email {
  background-image: url('/wp-content/uploads/2025/06/Group-1000004166.svg'); /* replace with your image path */
}

/* 📧 Phone field icon */
.popup-form input#form-field-field_8345432 {
    background-image: url(/wp-content/uploads/2025/11/telephone.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center left 9px;
}

.appointment-form input::placeholder{
	padding-left: 0 !important;
}

@media(max-width: 1200px){
    .simple-category-img {
        height: 400px;
    }
    .category-title-text h3{
        font-size: 30px;
    }
    .category-title-arrow {
        font-size: 18px;
    }
	.category-title-arrow {
		padding: 12px 16px !important;
	}
	
	.simple-category-title{
		gap: 10px;
		padding: 20px;
		margin: 15px;
	}
}

@media(max-width: 767px){
	 .category-title-text h3{
        font-size: 25px;
    }
}

@media(max-width: 500px){
    .simple-category-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .simple-category-img {
        height: 350px;
    }
    .category-title-text h3{
    	font-size: 25px;
	}
    .category-title-arrow {
        font-size: 16px;
    }
}



.all-woo-com h1,
.all-woo-com h2,
.all-woo-com h3,
.all-woo-com h4,
.all-woo-com h5,
.all-woo-com h6 {
    font-family: 'Edensor', serif !important;
    color: #28392D !important;
}

.all-woo-com h2.accent-heading,
.all-woo-com h3.accent-heading {
    color: #AEA17E !important;
}

/* === Buttons (site-wide, Woo) === */
.all-woo-com button,
.all-woo-com .button,
.all-woo-com .woocommerce a.button,
.all-woo-com .woocommerce button.button,
.all-woo-com .woocommerce input.button {
    background-color: #27382D !important;
    color: #AEA17E !important;
    border-radius: 6px !important;
    padding: 15px 24px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
	line-height: 1.3 !important;
}

.all-woo-com button:hover,
.all-woo-com .button:hover,
.all-woo-com .woocommerce a.button:hover,
.all-woo-com .woocommerce button.button:hover,
.all-woo-com .woocommerce input.button:hover {
    background-color: #28392D !important;
    color: #FFFFFF !important;
}

/* === Cart Page === */
.all-woo-com .woocommerce-cart .woocommerce table.shop_table th,
.all-woo-com .woocommerce-cart .woocommerce table.shop_table td {
    color: #3E4939 !important;
    font-family: 'Lato', sans-serif !important;
}

.all-woo-com .woocommerce-cart .cart_totals h2 {
    font-family: 'Edensor', serif !important;
    color: #28392D !important;
}

/* === Single Product Page === */
.all-woo-com .woocommerce div.product .product_title {
    font-family: 'Edensor', serif !important;
    color: #28392D !important;
}

.all-woo-com .woocommerce div.product p.price,
.all-woo-com .woocommerce div.product span.price {
    color: #AEA17E !important;
    font-weight: bold !important;
}

.all-woo-com .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #AEA17E !important;
    border-bottom: 2px solid #AEA17E !important;
}

.all-woo-com .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #28392D !important;
}

.all-woo-com .woocommerce div.product .woocommerce-tabs .panel {
    color: #3E4939 !important;
    font-family: 'Lato', sans-serif !important;
}

/* === My Account Page === */
.all-woo-com .woocommerce-MyAccount-navigation-link a {
    color: #28392D !important;
    font-family: 'Edensor', serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.all-woo-com .woocommerce-MyAccount-navigation-link a:hover {
    color: #AEA17E !important;
}

.all-woo-com .woocommerce-account .woocommerce-MyAccount-content {
    color: #3E4939 !important;
    font-family: 'Lato', sans-serif !important;
}

.all-woo-com .woocommerce-account .button {
    background-color: #27382D !important;
    color: #AEA17E !important;
}

/* === Checkout Page === */
.all-woo-com .woocommerce-checkout .woocommerce-checkout-review-order-table th,
.all-woo-com .woocommerce-checkout .woocommerce-checkout-review-order-table td {
    color: #3E4939 !important;
    font-family: 'Lato', sans-serif !important;
}

.all-woo-com .woocommerce-checkout .form-row label {
    color: #28392D !important;
    font-family: 'Edensor', serif !important;
}

.all-woo-com .woocommerce-checkout .input-text,
.all-woo-com .woocommerce-checkout select {
    border: 1px solid #AEA17E !important;
    color: #3E4939 !important;
}

.all-woo-com .woocommerce-checkout .input-text:focus,
.all-woo-com .woocommerce-checkout select:focus {
    border-color: #AEA17E !important;
    box-shadow: 0 0 0 1px #AEA17E !important;
}

.all-woo-com .woocommerce-checkout .button {
    background-color: #27382D !important;
    color: #AEA17E !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.all-woo-com .woocommerce-checkout .button:hover {
    background-color: #28392D !important;
    color: #FFFFFF !important;
}

/* === Misc Enhancements === */
.all-woo-com .woocommerce-message,
.all-woo-com .woocommerce-error,
.all-woo-com .woocommerce-info {
    border-top-color: #AEA17E !important;
    color: #28392D !important;
    font-family: 'Lato', sans-serif !important;
}

.all-woo-com .wc-block-components-button{
	color: #AEA17E !important;
	background-color:  #27382D !important;
}

.all-woo-com a, .all-woo-com button{
	text-decoration: none !important;
}

.cart-page .wc-block-components-quantity-selector{
	display: none !important;
}

.all-woo-com .wc-block-checkout__sidebar .wc-block-components-product-name{
	font-size: 25px !important;
}

.all-woo-com .wc-block-components-order-summary-item img{
	border: 1px solid #000 !important;
}

.all-woo-com .woocommerce-order{
	border: 1px solid #27382D;
	padding: 40px 20px;
	background: #FBF2E0 !important;
	border-radius: 25px;
} 

.shop_table thead tr th{
	padding: 10px !important;
}

.shop_table tbody tr td{
	padding: 10px !important;
}

.shop_table tbody tr td .button{
	background: #27382D !important;
	border: 1px  solid #27382D !important;
	color: #AEA17E !important;
}

.woocommerce-order .woocommerce-thankyou-order-received{
	font-size: 20px !important;
    padding-bottom: 30px !important;
}

.shop_table{
	background: #FBF2E0 !important;
}

.cart-page .woocommerce-cart-form .actions .coupon{
    display: flex !important;
    min-width: 320px !important;
	max-width: 100%;
}

.cart-page .woocommerce-cart-form .actions .coupon #coupon_code{
    min-width: 200px !important;
}

/*---- Cupon Cads ----*/

.coupon-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.coupon-card {
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.coupon-content{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0px 0px 0px 50px;
    background: #DCD3CA;
    border-radius: 10px;
}
.coupon-text {
  width: 44%;
}

.discount-badge {
  background-color: #958b6e;
  color: white;
  height: 130px;
  width: 130px;
  padding: 10px 20px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  line-height: 1.2;
  margin-bottom: -20px;
  margin-left: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.discount-badge::after{
	position: absolute;
	content: "";
	background-image: url('/wp-content/uploads/2025/07/Frame-37.png');
	width: 115%;
	height: 115%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	margin: auto;
	z-index -1 !important;
}

.discount-badge span {
  font-size: 14px;
  font-weight: normal;
}

.sub-title {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #555;
  margin-bottom: 5px;
}

.main-title {
  margin: 15px 0 15px;
}
.desc {
  color: #666;
  margin-bottom: 25px !important;
}
.copy-button {
  display: inline-block;
  background: #27382D;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
}
.copy-button span {
  color: #AEA17E;
  margin-left: 10px;
}
.coupon-img{
	width: 54%;
}
.coupon-img img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
}

@media(max-width: 1200px){
.discount-badge {
    height: 100px;
    width: 100px;
    font-size: 35px;
    margin-bottom: -13px;
    margin-left: 185px;
}
.coupon-img img {
    width: 96%;
    max-height: 450px;
    object-fit: contain;
}
.coupon-content {
	justify-content: space-between;
}
.coupon-img {
    width: 50%;
}
}

@media(max-width: 768px){
  .coupon-content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .coupon-img img {
    max-width: 100%;
	width: 100%;
  }
  .coupon-content{
	 padding: 20px;
   }
  .coupon-img{
    width: 100%;
  } 
  .coupon-text {
    width: 100%;
  }
  .discount-badge {
     height: 80px;
     width: 80px;
     font-size: 25px;
     margin-bottom: 15px;
     margin-left: 0;
   }
 .discount-badge span {
    font-size: 12px;
}
}


/* Headings (black) */
.category-heading {
  font-size: 26px;
  font-weight: 600;
  margin: 40px 0 40px;
  color: #000;
  text-transform: capitalize;
}

.subcategory-heading {
  font-size: 22px;
  font-weight: 500;
  margin: 30px 0 30px;
  color: #000;
  text-transform: capitalize;
}

/* Grid Layout */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

/* Product Card */
.product-item {
  position: relative;
  height: 440px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.product-item:hover {
  transform: scale(1.03);
}

.product-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  transition: background 0.3s ease;
}

.product-item:hover::before {
  background: rgba(0,0,0,0.6);
}

/* Overlay Content */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  z-index: 2;
}

.overlay h4 {
  color: #aea17e; /* gold tone for title */
  margin-bottom: 10px;
}

.overlay p {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* View Details link (no button styling) */
.view-details {
  font-size: 14px;
  color: #aea17e;
  text-decoration: none;
  transition: color 0.3s ease;
}

.view-details:hover {
  color: #fff;
}


.appointment-form-wrapper{
	max-width: 100% !important;
}




