/* Custom CSS for Astra Child Theme */
html {
	scroll-behavior: smooth;
	scroll-timing-function: cubic-bezier(0.4, 0, 0.2, 1); /* Smooth easing curve */
}

body {
  font-family: 'Marcellus', serif;
	scroll-behavior: smooth;
	scroll-timing-function: cubic-bezier(0.4, 0, 0.2, 1); /* Smooth easing curve */
	transition: color 0.3s ease;
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a), .woocommerce-js .woocommerce-product-details__short-description a {
    text-decoration: none !important;
}
.max-height{
	max-height: 400px
}
.topbar-icons{
	display:flex;
	gap: 10px;
    align-items: center;
}
.site-branding{
	border:1px solid #ddd;
}
.site-branding .site-logo-img{
	margin:25px 10px;
}
.site-header-primary-section-right{
	border:1px solid #ddd;
}
.elementor-image-carousel .elementor-image-carousel-caption{
	background-color:#fff;
}
.ast-builder-grid-row>.site-header-section {
    flex-wrap: nowrap;
    padding: -14px;
    margin: -25px;
}
.contact-section {
      font-size: 1em;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    .icon-text {
      display: flex;
      align-items: center;
      margin: 10px 0;
    }

    .icon-text i {
      color: #f6c200;
      font-size: 1.3em;
      margin-right: 12px;
    }

    .info-label {
      font-weight: bold;
      margin-right: 8px;
    }

    .phone, .email {
      font-weight: bold;
    }

    .email {
      color: #f6c200;
    }

.e-n-tabs-heading{
	background-color:#54595F;	
}
.left-fixed {
	position: sticky;
	padding: 20px;
}

.right-scroll {
	overflow-y: scroll;
	padding: 20px;
}

/* Container settings to allow scroll */
.elementor-section {
  display: flex;
  align-items: flex-start;
}

/* Sticky left column */
.sticky-left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px; /* adjust offset from top */
  align-self: flex-start;
  height: fit-content;
  z-index: 10;
}

// testimonial
.testimonial-slider-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
}

.testimonial-slide {
    padding: 20px;
}

.testimonial-layout {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.testimonial-left img {
    width: 250px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-right {
    flex: 1;
/*     max-width: 650px; */
}

.testimonial-heading {
    font-weight: 600;
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #222;
}

.testimonial-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-counter {
    font-size: 1rem;
    color: #222;
}

.testimonial-arrows button {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 60px;
    height: 62px;
    font-size: 35px;
    cursor: pointer;
    line-height: 1;
    transition: all 0.2s ease;
    padding: 10px;
}
.testimonial-arrows button:hover {
    background-color: #f3f3f3;
}
@media screen and (max-width: 600px) {
    .site-branding{
		border:0px solid #ddd;
	}
	.site-header-primary-section-right{
		border:0px solid #ddd;
	}
	.ast-builder-grid-row>.site-header-section{
		margin:0px;
	}
	.sticky-left {
	  position: relative;
        position: relative;
	  top: 0px;
	}
}



.d-flex{
display:flex;
}
/* Container grid layout */
/* Grid container: 3 columns fixed */
.wp-cat-grid {
  text-align: center; /* center items horizontally */
  font-size: 0; /* remove whitespace gap between inline-block items */
  margin: 30px 0;
}

.wp-cat-item {
  display: inline-block;
  width: 31.33%;
  margin: 3% 1%;
  vertical-align: top;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 16px; /* restore font size inside */
}

.wp-cat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.wp-cat-item img {
  width: 100%;
  height: auto;
  display: block;
}

.wp-cat-item h4 {
  font-size: 18px;
  margin: 20px 0 10px;
  color: #333;
}

.wp-cat-item .underline {
  width: 40px;
  height: 3px;
  background: #ffc107;
  margin: 0 auto 20px;
  border-radius: 3px;
}

/* Push the 2nd item down */
.wp-cat-item:nth-child(2),.wp-cat-item:nth-child(5),.wp-cat-item:nth-child(8),.wp-cat-item:nth-child(11),.wp-cat-item:nth-child(14),.wp-cat-item:nth-child(17),.wp-cat-item:nth-child(20) {
  margin-top: 100px;
}

/* Responsive */
@media (max-width: 992px) {
  .wp-cat-item {
    width: 48%;
    margin: 1%;
  }
  .wp-cat-item:nth-child(2),.wp-cat-item:nth-child(5),.wp-cat-item:nth-child(8),.wp-cat-item:nth-child(11),.wp-cat-item:nth-child(14),.wp-cat-item:nth-child(17),.wp-cat-item:nth-child(20) {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .wp-cat-item {
    width: 100%;
    margin: 10px 0;
  }
}

.custom-product-slider .swiper { width: 100%; height: 600px; margin: 50px auto; }
    .custom-product-slider .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        /*  height: 600px; */
    }
    .custom-product-slider .swiper-slide:nth-child(1n) { width: 60%; }
    .custom-product-slider .swiper-slide:nth-child(2n) {
      width: 50%;
    }

    .custom-product-slider .swiper-slide:nth-child(3n) {
      width: 40%;
    }


/* Image styling */
.archive.tax-product_cat #primary{
     margin: 0em 0;
}
.wp-cat-item img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #eee;
}
.category-long-description {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin: 0px 0px 15px;
    width: 100%;
}
.category-long-description h2{
    line-height: 1.1;
    font-weight: 600;
    font-family: var(--fira-sans);
    color: #222;
    font-size: 35px;
    margin 15px 0px;
    margin-top:15px;
margin-bottom:15px;
}
.category-long-description h3{
    line-height: 1.1;
    font-weight: 600;
    font-family: var(--fira-sans);
    color: #222;
    font-size: 26px;
    margin 15px 0px;
margin-top:15px;
margin-bottom:15px;
}
.product-category-info h3{
    margin: 15px 0
}
/* Category name */
.wp-cat-item h4 {
  font-size: 18px;
  margin: 15px;
  color: #222;
}
/* Header Area */
.woocommerce-products-header {
    padding: 40px 0;
    background: linear-gradient(135deg, #2c3e50, #4a6491);
    color: white;
    text-align: center;
    margin-bottom: 30px;
}

.woocommerce-products-header h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mb-6{
margin-bottom:10px;
}
.mb-5{
margin-bottom:10px;
}
.mb-4{
margin-bottom:8px;
}
.mb-3{
margin-bottom:6px;
}
.mb-2{
margin-bottom:4px;
}
.mb-1{
margin-bottom:2px;
}

/* Product Grid Layout */
.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Product Card Styling */
/*
.ast-grid-common-col {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.ast-grid-common-col:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
*/
.related.products .ast-article-single {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.related.products .ast-grid-common-col:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
/*
.ast-grid-common-col img,.ast-article-single img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
    transition: opacity 0.3s ease;
}
*/
.ast-grid-common-col:hover img,.ast-article-single:hover img {
    opacity: 0.9;
}

.woocommerce-loop-product__title {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 15px 15px 5px;
    color: #2c3e50;
}

.price {
    display: block;
    font-size: 1.2rem;
    color: #e74c3c;
    font-weight: 600;
}

/* Button Styling */
.button {
    display: inline-block;
    background-color: #3498db;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
    margin: 0 15px 15px;
    border: none;
    cursor: pointer;
}

.button:hover {
    background-color: #2980b9;
    color: white;
}

/* Category Navigation */
.woocommerce-breadcrumb {
    padding: 15px 20px;
    background-color: #f1f1f1;
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.woocommerce-breadcrumb a {
    color: #3498db;
    text-decoration: none;
}

.wpc-filter-title {
    background-color: #000;
    color: #fff;
    padding: 15px;
    border-radius: 3px;
}
.ast-left-sidebar #secondary {
        border-right: 0px solid var(--ast-border-color);
}
.ast-left-sidebar #primary {
        border-left: 0px solid var(--ast-border-color);
}
.woocommerce nav.woocommerce-pagination ul li span.current{
	color:#fff
}
.ast-archive-description {
    border-bottom: 0px solid var(--ast-border-color);
}
.astra-shop-summary-wrap{
 padding:10px;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .products {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .woocommerce-products-header h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .products {
        grid-template-columns: 1fr;
    }
    
    .woocommerce-products-header {
        padding: 30px 0;
    }
}

/* Loading Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.product {
    animation: fadeIn 0.5s ease forwards;
    opacity: 0;
}

/* Staggered Animation */
.product:nth-child(1) { animation-delay: 0.1s; }
.product:nth-child(2) { animation-delay: 0.2s; }
.product:nth-child(3) { animation-delay: 0.3s; }
.product:nth-child(4) { animation-delay: 0.4s; }
.product:nth-child(5) { animation-delay: 0.5s; }
.product:nth-child(6) { animation-delay: 0.6s; }
.product:nth-child(7) { animation-delay: 0.7s; }
.product:nth-child(8) { animation-delay: 0.8s; }

/* Badge for Featured Products */
.onsale {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #e74c3c;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 1;
}

.product-intended-item .content{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 60px 30px;
    text-align: center;
}
.product-intended-item .top-content {
    position: relative;
    transition: .5s;
}
.product-intended-item {
    position: relative;
    margin-bottom: 30px;
}
.product-intended-item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: .8;
}
.product-intended-grid-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 20px;
            font-family: Arial, sans-serif;
        }
        
        .product-intended-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 15px;
        }
        
        .product-intended-header h2 {
            font-size: 32px;
            font-weight: bold;
            margin: 0;
            color: #333;
        }
        
        
        .product-intended-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
        
        .product-intended-item {
            display: block;
            text-decoration: none;
            color: #333;
            transition: all 0.3s ease;
            border: 1px solid #eee;
            border-radius: 8px;
            overflow: hidden;
        }
        
        .product-intended-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .product-intended-image-wrapper {
            height: 200px;
            overflow: hidden;
        }
        
        .product-intended-image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .product-intended-item:hover .product-intended-image-wrapper img {
            transform: scale(1.05);
        }
        
        .product-intended-title {
            padding: 15px;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
            margin: 0;
            color:#fff;
        }
        
        @media (max-width: 768px) {
            .product-intended-grid {
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            }
            
            .product-intended-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
            
            .product-intended-header h2 {
                font-size: 28px;
            }
        }


// for feature

.product-features-card {
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 20px;
            font-family: Arial, sans-serif;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
        }
        
        .feature-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 18px;
            background-color: #ffffff;
            border-radius: 8px;
            border-left: 4px solid #fd9800;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            position: relative;
            overflow: hidden;
        }
        
        .feature-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #fd9800, #fecc00);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }
        
        .feature-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 15px rgba(253, 152, 0, 0.2);
        }
        
        .feature-item:hover::before {
            transform: scaleX(1);
        }
        
        .feature-icon {
            font-size: 22px;
            color: #0073aa;
            font-weight: bold;
            min-width: 25px;
            transition: transform 0.3s ease;
        }
        
        .feature-item:hover .feature-icon {
            transform: scale(1.2);
            color: #00a8ff;
        }
        
        .feature-text {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            line-height: 1.4;
            text-transform: uppercase;
            transition: color 0.3s ease;
        }
        
        .feature-item:hover .feature-text {
            color: #000;
        }
        
        @media (max-width: 768px) {
            .features-grid {
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
                gap: 15px;
            }
            
            .feature-text {
                font-size: 12px;
            }
	.swiper {
    		width: 100%;
    		height: auto;
    		margin: 50px auto;
	}
        }
        
        @media (max-width: 480px) {
            .features-grid {
                grid-template-columns: 1fr;
            }
            
            .feature-item {
                padding: 15px;
            }
.swiper {
    		width: 100%;
    		height: auto;
    		margin: 50px auto;
	}
        }

.wp-singular.single.single-product .site-content .ast-container{
    max-width: 1920px;
    display: inline;
}
.archive.tax-product_cat .site-content .ast-container{
    max-width: 1920px;
    display: inline;
}

p{
font-size:17px;
}
h2, .entry-content h2 {
    letter-spacing: 0px;
}
.pcategory ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Each category item */
.pcategory ul.products li.product-category {
    flex: 0 0 calc(33.333% - 50px);
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
}

/* Push center box down slightly */
.pcategory ul.products li.product-category:nth-child(3n + 2) {
    top: 50px;
}

/* Hover effect */
.pcategory ul.products li.product-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-color: #d0d0d0;
}

/* Image styling */
.pcategory ul.products li.product-category img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Category title */
.pcategory ul.products li.product-category h2 {
    font-size: 18px;
    margin: 0;
    color: #333;
}
.pcategory ul.products li.product-category {
    /* existing styles... */
    overflow: hidden; /* required to clip zoomed image */
    position: relative;
}

.pcategory ul.products li.product-category img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}

/* Zoom effect on hover */
.pcategory ul.products li.product-category:hover img {
    transform: scale(1.08);
}
@media screen and (max-width: 768px) {
  .pcategory ul.products li.product-category {
    flex: 0 0 calc(50% - 20px);
  }
  .mbfix .swiper-slide-inner img{
        height: auto;
        max-width: 100%;
        min-height: 500px;
        object-fit: cover;
    }
}

/* Responsive: 1 column on small devices */
@media screen and (max-width: 480px) {
  .pcategory ul.products li.product-category {
    flex: 0 0 100%;
  }
}

.big-title-animate {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      font-size: 250px;
      font-weight: 800;
      color: #f7f7f7;
      text-transform: uppercase;
      line-height: 220px;
      text-align: center;
      animation: run 25s linear infinite alternate;
    }

    @keyframes run {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    /* Fade-up animation */
@keyframes fadeUpSlow {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-widget-area .wp-block-heading{
    position: relative;
    font-size: 26px;
    font-weight: 600;
    color: #f6c200 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
}





.footer-widget-area {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.5s ease-out;
}

.footer-widget-area.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Animation only if user doesn't prefer reduced motion */
@media (prefers-reduced-motion: no-preference) {
  .footer-widget-area {
    animation: fadeUpSlowSlow 3s ease-out forwards;
  }

  /* Staggered delays for columns */
  .site-footer-primary-section-1 .footer-widget-area {
    animation-delay: 1s;
  }
  .site-footer-primary-section-2 .footer-widget-area {
    animation-delay: 1.5s;
  }
  .site-footer-primary-section-3 .footer-widget-area {
    animation-delay: 2s;
  }
}

/* Keyframes */
@keyframes fadeUpSlowSlow {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.single.single-post .single-layout-1 {
    position: relative;
    padding: 50px 50px 45px;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}    

.sidebar-main .widget_block{
    background-color: #f8f8f8;
    padding: 15px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.sidebar-main .widget_block .wp-block-heading {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid #f0b429;
    padding-bottom: 10px;
    margin-bottom: 16px;
    color: #333;
}

.wp-block-group {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wp-block-group li {
    margin-bottom: 14px;
}

.wp-block-group a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    display: block;
    transition: color 0.3s, transform 0.2s;
}

.wp-block-group a:hover {
    color: #f0b429;
    transform: translateX(5px);
}



ul.products li.product-category {
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    padding: 0;
}

ul.products li.product-category:hover {
    transform: translateY(-5px);
}

.custom-cat-image {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.custom-cat-title {
    padding: 20px 10px 10px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    position: relative;
}

.custom-cat-underline {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #f5af1c;
    margin: 15px auto 20px;
}


[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 40px;
    height: 40px;
    fill: #fecc00;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-outline {
    background: transparent;
    color: var(--ast-global-color-2);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #fecc00;
}
.ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding: 0em;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 0px 0;
}