html {
    margin-top: 1px !important;
}
div#primary {
    float: unset !important;
    width: 100%;
}
.menu-inner {
  overflow: visible !important;
}

.hero {
  position: relative;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.menu-inner,
.navbar,
.dropdown-menu {
  position: relative;
  z-index: 9999;
}

.menu-2 {
  top: 0px !important;
}

.hero-overlay {
  background: transparent !important;
}

.hero-subtitle {
  color: black !important;
  font-size:18px !important;
}

.btn-outline-light {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--primary-dark)
  );
}

.text-primary {
    color: #cfc74a !important;
}

.section-subtitle {
font-size: 30px !important;
color: #cfc74a !important;
    
}


.section-description {
  text-align: justify;
  text-justify: inter-word;
  /* Optional: improve readability */
  line-height: 1.6;
  /* Optional: limit characters per line for uniform look */
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}


.section-description .blog-excerpt {
      color: #020202 !important;
 }
 
.shop-features .feature-item p {
 color: #020202 !important;    
}

.hero-title {
    font-size: 95px!important;
    color: transparent;
    -webkit-text-stroke: 0.5px #ffffff;
    letter-spacing: 0.2rem;
    font-family: 'DIN-Bold';
    margin-top: -30px !important;
}

.blog-cardpage {
  display: flex;
  align-items: stretch; /* This makes children equal height */
  background: none;
  border-radius: 10px;
  margin-bottom: 30px;
  gap: 0;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.blog-cardpage img {
  width: 320px;
  height: auto;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
  display: block;
}

.blog-cardpage > img {
  height: auto;
  max-height: 100%;
  align-self: stretch;
}

.blog-content {
  background: #f2f2f2;
  padding: 25px 30px;
  border-radius: 0 5px 5px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-content .blog-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
  display: block;
}

.blog-content .blog-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #444;
  text-decoration: none;
  display: block;
  transition: color 0.3s;
}

.blog-content .blog-title:hover {
  color: #007bff;
}

.blog-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 14px;
}

.read-more {
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s;
}

.read-more:hover {
  color: #007bff;
}

.read-more::after {
  content: '\25CF';
  font-size: 11px;
  display: inline-block;
  transition: transform 0.2s;
}

.read-more:hover::after {
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .blog-cardpage {
    flex-direction: column;
  }

  .blog-cardpage img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
  }

  .blog-content {
    border-radius: 0 0 5px 5px;
  }
}

.inner-about-text {
  background: #f8f9fa;
  padding: 30px;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.inner-about-text:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.hading-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1e2a38;
}

.inner-about-text .blue {
  font-size: 16px;
  color: #154383;
  line-height: 1.7;
font-weight: bold;
}

.hading-title{
	padding-bottom: 0px !important;
}


/* HERO BANNER */
.hero-banner {
  position: relative;
  width: 100%;
  height: 370px;
  background-size: cover;
  background-position: center;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* .hero-content {
  position: absolute;
  bottom: 32px;
  left: 40px;
  color: #fff;
  max-width: 740px;
  z-index: 1;
  text-shadow: 0 8px 28px rgba(0,0,0,0.30), 0 1.5px 3px rgba(0,0,0,0.12);
} */

/* .hero-content h1 {
  font-size: 2.3rem;
 font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  margin-bottom: 12px;
  text-shadow: 0px 6px 16px rgba(0,0,0,0.35), 0 1px 0 #4b4b4b;
}
 */
.hero-meta {
  font-size: 13px;
  color: #edecec;
  /*font-family: 'Inter', 'Segoe UI', Arial, sans-serif;*/
  letter-spacing: 0.13em;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 2px;
  opacity: 0.8;
}

/* TAGS */
.blog-tags {
  margin: 10px 0 32px 0;
  /*font-family: 'Inter', 'Segoe UI', Arial, sans-serif;*/
  font-size: 15px;
  font-weight: 500;
}

.blog-tags a {
  font-size: 14px;
  margin-right: 20px;
  text-decoration: none;
  color: #1565c0;
  border-bottom: 1px dotted #1565c0;
  border-radius: 2px;
  letter-spacing: 0.01em;
  transition: color 0.2s;
  padding-bottom: 2px;
}

.blog-tags a:hover {
  color: #003366;
  border-bottom: 1px solid #003366;
}

/* MAIN CONTENT */
.news-text {
  /*font-family: 'Inter', 'Segoe UI', Arial, sans-serif;*/
  color: #23272a;
  background: #fff;
  border-radius: 12px;
  padding: 36px 28px 24px 28px;
  max-width: 900px;
  margin: 0 auto 36px auto;
  box-shadow: 0 2px 12px rgba(90,105,145,0.05);
}

.news-text p {
  font-size: 1.09rem;
  line-height: 1.8;
  color: #2d333b;
  margin-bottom: 18px;
  font-weight: 400;
}

.news-text h2 {
  font-size: 1.38rem;
  font-weight: 700;
  margin: 32px 0 16px 0;
  color: #14171c;
  letter-spacing: -0.02em;
  /*font-family: 'Inter', 'Segoe UI', Arial, sans-serif;*/
}

.news-text strong {
  font-weight: 700;
  color: #000;
}

/* Responsive styles for mobile */
@media (max-width: 600px) {
  .hero-banner {
    height: 190px;
    border-radius: 8px;
  }
  .hero-content {
    left: 2vw;
    right: 2vw;
    max-width: 96vw;
    bottom: 20px;
  }
/*   .hero-content h1 {
    font-size: 1.23rem;
    letter-spacing: -0.7px;
  } */
  .news-text {
    padding: 22px 7vw 18px 7vw;
  }
}

#wpforms-689 {
  background: #f8fafc;
  border-radius: 16px;
  box-shadow: 0 2px 18px rgba(44, 51, 73, 0.10);
  max-width: 1000px;          
  margin: 32px auto 0 auto;
  padding: 32px 32px 28px 32px; 
}


@media (max-width: 650px) {
  #wpforms-689 {
    max-width: 97vw;
    padding: 10px 2vw 15px 2vw;
  }
}

.swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;            
  padding: 0;
  margin: 0 auto 0 auto;
  flex-wrap: nowrap;
}


.swiper-slide img {
  width: 242px;        
  height: 268px;
  object-fit: cover;
  border-radius: 19px;   
  background: #f8fafc;    
  box-shadow: 0 4px 18px rgba(44, 51, 73, 0.11);
  display: block;
  transition: 
    box-shadow 0.18s cubic-bezier(.34,1.56,.64,1),
    transform 0.18s cubic-bezier(.34,1.56,.64,1);
}

.swiper-slide img:hover {
  box-shadow: 0 8px 28px rgba(35,39,46,0.16);
  transform: translateY(-2px) scale(1.035);
}


.swiper-slide {
  margin: 0 !important;
  padding: 0 !important;
}


.swiper-slide[style] {
  width: 242px !important;
  margin-right: 0 !important;
}
.entry-title{
	text-align:center;
}


/* --- contact form --- */
#wpforms-form-973 {
    padding: 10px; 
}

#wpforms-form-973 .wpforms-field-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr; 
    gap: 5px; /* Spacing between fields */
}
#wpforms-form-973 .wpforms-field-small,
#wpforms-form-973 .wpforms-field-medium,
#wpforms-form-973 .wpforms-field-large {
    width: auto !important;
    max-width: 100% !important;
}


#wpforms-973-field_1-container,   
#wpforms-973-field_8-container,   
#wpforms-973-field_3-container,   /* Message Textarea */
#wpforms-form-973 .wpforms-submit-container {
    grid-column: 1 / -1 !important; 
}

#wpforms-form-973 .wpforms-field input[type="text"],
#wpforms-form-973 .wpforms-field input[type="email"],
#wpforms-form-973 .wpforms-field input[type="number"],
#wpforms-form-973 .wpforms-field select,
#wpforms-form-973 .wpforms-field textarea {
    width: 100% !important; 
    padding: 14px 16px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    background-color: #fff !important;
    color: #333 !important;
    box-sizing: border-box !important;
    height: auto !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#wpforms-form-973 .wpforms-field input:focus,
#wpforms-form-973 .wpforms-field select:focus,
#wpforms-form-973 .wpforms-field textarea:focus {
    outline: none !important;
    border-color: #007bff !important; /* Highlight color */
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15) !important;
}

#wpforms-973-field_1-container .wpforms-field-row {
    display: flex;
    gap: -1px;
}

#wpforms-973-field_1-container .wpforms-field-row-block {
    flex: 1;
}

/* Textarea height */
#wpforms-form-973 .wpforms-field textarea {
    min-height: 120px;
    resize: vertical;
}


/* --- Submit Button Styling --- */
#wpforms-submit-973 {
    width: 100% !important;
    background-color: #0073e6 !important;
    color: white !important;
    border: none !important;
    padding: 16px 30px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, transform 0.1s ease;
    margin-top: 10px;
}

#wpforms-submit-973:hover {
    background-color: #005bb5 !important;
}


/* --- Hide unnecessary elements cleanly --- */
#wpforms-form-973 .wpforms-field-label.wpforms-label-hide,
#wpforms-form-973 .wpforms-field-sublabel.wpforms-sublabel-hide,
#wpforms-form-973 .wpforms-field[style*="display: inline !important;"] {
    display: none !important;
}


/* --- Responsive Design for Mobile --- */
@media (max-width: 768px) {
    /* Switch to a single-column layout on smaller screens */
    #wpforms-form-973 .wpforms-field-container {
        grid-template-columns: 1fr !important; /* One column */
    }

}


.wpforms-container .wpforms-field {
    padding: 6px 0 !important;
}

#mallcom-contact-wrapper .contact-info,
#mallcom-contact-wrapper .contact-form {
    padding: 19px !important;
}


/* CART PAGE DESIGNS */


.wp-block-woocommerce-cart {
  padding: 20px;
  font-family: 'Inter', sans-serif;
  background-color: #f9f9f9;
}

.wc-block-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

/* --- Main Cart Items Section --- */
.wc-block-cart__main {
  flex: 1 1 65%;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  overflow-x: auto;
}

.wc-block-cart-items {
  width: 100%;
  border-collapse: collapse;
}

.wc-block-cart-items th,
.wc-block-cart-items td {
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

.wc-block-cart-item__image img {
  max-width: 60px;
  height: auto;
  border-radius: 8px;
}

.wc-block-components-product-name {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

.wc-block-components-product-price__value {
  color: #444;
  font-weight: 500;
  font-size: 15px;
}

.wc-block-cart-item__description p {
  margin: 0 0 6px;
  font-size: 14px;
  color: #666;
}

/* --- Quantity Selector --- */
.wc-block-components-quantity-selector {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}

.wc-block-components-quantity-selector input {
  width: 50px;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.wc-block-components-quantity-selector__button {
  background: #eee;
  border: none;
  padding: 4px 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

.wc-block-cart-item__remove-link {
  background: none;
  border: none;
  color: #d00;
  font-size: 13px;
  margin-top: 4px;
  cursor: pointer;
  text-decoration: underline;
}

/* --- Cart Totals Sidebar --- */
.wc-block-cart__sidebar {
  flex: 1 1 30%;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.wc-block-cart__totals-title {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #222;
}

.wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 15px;
}

.wc-block-components-totals-item__label {
  color: #444;
}

.wc-block-components-totals-item__value {
  font-weight: 600;
  color: #111;
}

/* --- Proceed to Checkout Button --- */
.wc-block-cart__submit-button {
  background-color: #222;
  color: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  text-align: center;
  transition: background 0.3s ease;
  display: block;
  width: 100%;
  text-decoration: none;
  margin-top: 20px;
}

.wc-block-cart__submit-button:hover {
  background-color: #000;
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
  .wc-block-cart {
    flex-direction: column;
  }

  .wc-block-cart__main,
  .wc-block-cart__sidebar {
    flex: 1 1 100%;
  }

  .wc-block-cart-items th,
  .wc-block-cart-items td {
    font-size: 14px;
    padding: 10px 6px;
  }

  .wc-block-components-product-name {
    font-size: 15px;
  }

  .wc-block-components-quantity-selector input {
    width: 40px;
  }

  .wc-block-cart__submit-button {
    font-size: 15px;
    padding: 10px 16px;
  }
}


/* CHECKOUT PAGE CODE */

/* General layout enhancements */
.wc-block-checkout {
  background-color: #f9f9f9;
  padding: 40px 20px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
}

/* Titles */
.wc-block-components-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

/* Step description */
.wc-block-components-checkout-step__description {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

/* Input styling */
.wc-block-components-text-input input,
.wc-block-components-address-form input,
.wc-blocks-components-select__select {
  padding: 10px 14px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  transition: border-color 0.2s;
}

.wc-block-components-text-input input:focus,
.wc-blocks-components-select__select:focus {
  border-color: #000;
  outline: none;
}

/* Labels */
.wc-block-components-text-input label,
.wc-blocks-components-select__label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #444;
}

/* Checkbox: Use billing address */
.wc-block-components-checkbox__label {
  font-size: 14px;
  color: #333;
  margin-left: 8px;
}

/* Shipping methods */
.wc-block-components-radio-control__label-group {
  display: flex;
  flex-direction: column;
}

.wc-block-components-radio-control__label {
  font-weight: 600;
  margin-bottom: 4px;
}

.wc-block-components-radio-control__secondary-label {
  color: #007cba;
}

/* Buttons (like Continue or Place Order) */
.wc-block-checkout .components-button,
.wc-block-components-checkout-place-order-button {
  background-color: #007cba;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.wc-block-checkout .components-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background-color: #005d94;
}

/* Responsive improvements */
@media (max-width: 768px) {
  .wc-block-components-main {
    padding: 0 10px;
  }

  .wc-block-checkout {
    padding: 20px 10px;
  }
}




/* My account code */

/* General Layout - Wrapper */
.woocommerce {
max-width: 1100px;
margin: 0px 75px;
padding: 20px;
display: flex;
flex-wrap: wrap;
gap: 1px;
font-size: 15px; /* slightly smaller font for zoom-out effect */
}

/* Sidebar Navigation */
.woocommerce-MyAccount-navigation {
flex: 0 0 250px;
background-color: #f7f7f7;
border: 1px solid #ddd;
border-radius: 10px;
padding: 20px;
}

.woocommerce-MyAccount-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}

.woocommerce-MyAccount-navigation li {
margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation a {
display: block;
padding: 10px 15px;
color: #333;
background-color: #fff;
border-radius: 5px;
text-decoration: none;
transition: background 0.3s, color 0.3s;
}

.woocommerce-MyAccount-navigation a:hover {
background-color: #e0e0e0;
color: #000;
}

.woocommerce-MyAccount-navigation .is-active a {
background-color: #0071a1;
color: #fff;
}

/* Account Content Area */
.woocommerce-MyAccount-content {
flex: 1;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 10px;
padding: 25px;
min-width: 0;
}

/* Welcome Text and Links */
.woocommerce-MyAccount-content p {
line-height: 1.6;
margin-bottom: 15px;
}

.woocommerce-MyAccount-content a {
color: #0071a1;
font-weight: 500;
}

.woocommerce-MyAccount-content a:hover {
text-decoration: underline;
}

/* Optional: Mobile Responsive */
@media (max-width: 768px) {
.woocommerce {
flex-direction: column;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {

padding: 0.875em 16px !important;

}

.woocommerce-MyAccount-navigation {
width: 100%;
margin-bottom: 20px;
}
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    padding: .875em 10px !important;
}





/* login screen */

/* --- Main Form Container --- */
/* This creates the main card/box for the login form */
.woocommerce-form-login {
max-width: 480px; /* Adjust width as needed */
margin: 2em auto !important; /* Center the form on the page */
padding: 35px 40px !important;
background-color: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 8px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}

/* --- Form Field Rows & Labels --- */
/* This ensures proper spacing and puts labels above the inputs */
.woocommerce-form-login .form-row {
padding: 0 !important;
margin: 0 0 22px 0 !important; /* Space between each field */
gap: 16px;
}

.woocommerce-form-login label {
display: block;
margin-bottom: 8px;
font-weight: 600;
font-size: 15px;
color: #333;
}

/* Hide the redundant "Login" h2 that was causing overlap */
.woocommerce-form-login h2 {
display: none;
}

/* --- Uniform Input Styling --- */
/* This makes the Username and Password fields look clean and consistent */
.woocommerce-form-login .input-text {
width: 100%;
padding: 14px 16px;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 16px;
background-color: #fcfcfc;
box-sizing: border-box; /* Prevents padding from affecting width */
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Add a highlight effect when a user clicks into a field */
.woocommerce-form-login .input-text:focus {
outline: none;
border-color: #0073e6;
box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.15);
}

/* --- Password Field Fix --- */
/* This ensures the 'show password' eye icon is correctly aligned */
.woocommerce-form-login .password-input {
display: block;
position: relative;
}

.woocommerce-form-login .show-password-input {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
height: 100%;
background: none;
border: none;
cursor: pointer;
}

/* --- "Remember Me" & "Log In" Button Row --- */
/* This is the key fix for the bottom row. It uses Flexbox to align the items neatly. */
.woocommerce-form-login p.form-row:last-of-type {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px !important;
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox {
display: inline-flex;
align-items: center;
font-weight: normal; /* Makes "Remember me" less prominent */
margin-bottom: 0; /* Remove default margin */
color: #555;
}

.woocommerce-form-login .woocommerce-form__input-checkbox {
margin: 0 8px 0 0; /* Space between checkbox and text */
width: 16px;
height: 16px;
}

/* --- Login Button Styling --- */
.woocommerce-form-login .woocommerce-button {
background-color: #0073e6 !important;
color: #ffffff !important;
border: none;
border-radius: 6px;
padding: 12px 28px !important;
font-size: 16px !important;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s ease;
line-height: 1.5; /* Fix vertical alignment of text */
}

.woocommerce-form-login .woocommerce-button:hover {
background-color: #005bb5 !important;
}

/* --- "Lost Password" Link --- */
.woocommerce-form-login .lost_password {
text-align: center;
margin-top: 25px !important; /* Add space above the link */
padding-top: 20px;
border-top: 1px solid #eee;
}

.woocommerce-form-login .lost_password a {
color: #0073e6;
text-decoration: none;
font-weight: 500;
}

.woocommerce-form-login .lost_password a:hover {
text-decoration: underline;
}



/* --- Fine-tune the position of the Password label --- */
.woocommerce-form-login label[for="password"] {
top: 13px;
position: relative;
}


@media (max-width: 500px) {

/* Make the form container less padded on small screens */
.woocommerce-form-login {
padding: 30px 20px !important;
}

@media (max-width: 768px) {
.woocommerce {
/* Overrides the desktop margin with a mobile-friendly value */
margin: 0px 20px;
}
}

/* This is the key fix for the bottom row */
.woocommerce-form-login p.form-row:last-of-type {
flex-direction: column; /* Stack the items vertically */
align-items: flex-start; /* Align "Remember me" to the left */
gap: 20px; /* Add space between the two items */
}

/* Make the login button full-width for easy tapping */
.woocommerce-form-login .woocommerce-button {
width: 46%;
order: 2; /* Ensures the button is the last element */
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox {
order: 1; /* Ensures "Remember me" is the first element */
}

/* Reset the password label position on mobile to prevent layout shifts */
.woocommerce-form-login label[for="password"] {
top: 0;
}
}


/* shop page new styles */
/* Force the 60px left margin on the products container */
ul.products,
.wc-block-grid__products {
    margin-left: 60px !important;
}

/* Force the specific product item width on desktop screens */
@media (min-width: 768px) {
    .site-main ul.products.columns-4 li.product {
        /* Corrected the invalid space and added !important */
        width: 21.05% !important;
    }
}


.inner-about-quote-img img {
    height: 470px !important;
    margin-top: 30px;
}

/* shop page categories styles for responsive */
@media (max-width: 767px) {
  .swiper-slide {
    flex-shrink: unset !important;
  }
}

@media (max-width: 767px) {
  .swiper-slide img {
    height: 130px !important;
  }

.swiper-wrapper {
   gap: 4px !important;
	}

ul.products, .wc-block-grid__products {
    margin-left: 15px !important;
}

}

/* testimonials css */


.style1 .childDiv_style1,
.class_fulldiv.style1 > div[id*="divSliderMain"] {
    padding: 40px 0;
    background: #ffffff;  /* subtle off-white background */
    border-radius: 16px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.08);
    transition: box-shadow 0.3s;
    max-width: 820px;
    margin: 40px auto;
}

.bxsliderx .setMargin {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rowupdate.margin_Quotes.tesimonial_slider_row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 28px;
}

.setfloat {
    flex-shrink: 0;
    margin-right: 0;
}

.imgupdate-circle.imgupdate-circle-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.imgupdate-circle.imgupdate-circle-img:hover {
    transform: scale(1.05);
}

.open_close {
    background: #fff;
    border-radius: 12px;
    padding: 28px 36px;
    box-shadow: 0 4px 20px rgba(34, 47, 62, 0.08);
    font-family: "Segoe UI", "Arial", sans-serif;
    font-size: 1.11rem;
    line-height: 1.6;
    color: #222f3e;
    position: relative;
    margin: 0;
    min-width: 280px;
    max-width: 540px;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.open_close:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(34, 47, 62, 0.12);
}

.open_close:before {
    content: """;
    font-family: Georgia, serif;
    color: #449e4c;
    font-size: 3.1rem;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 14px;
    opacity: 0.22;
}

.open_close:after {
    content: """;
    font-family: Georgia, serif;
    color: #449e4c;
    font-size: 3.1rem;
    line-height: 1;
    position: absolute;
    bottom: 10px;
    right: 14px;
    opacity: 0.2;
}

.quotes_content {
    margin: 0 0 22px 0;
    font-style: italic;
}

.author_name {
    font-weight: 700;
    color: #356A38;
    letter-spacing: 0.2px;
    font-size: 1rem;
    display: block;
    margin-top: 10px;
    text-align: right;
}

.author_name:before {
    content: "— ";
    color: #449e4c;
    font-weight: normal;
}

/* Enhanced Navigation Buttons */
.style1 .bx-wrapper-et .bx-prev,
.style1 .bx-wrapper-et .bx-next {
    cursor: pointer;
    z-index: 999;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.style1 .bx-wrapper-et .bx-prev:hover,
.style1 .bx-wrapper-et .bx-next:hover {
    opacity: 1;
}

/* Pagination Dots Enhancement */
.style1 .bx-pager {
    text-align: center;
    margin-top: 25px;
}

.style1 .bx-pager-item {
    display: inline-block;
    margin: 0 4px;
}

.style1 .bx-pager-link {
    display: block;
    width: 10px;
    height: 10px;
    background: #bdc3c7;
    border-radius: 50%;
    text-indent: -9999px;
    transition: all 0.3s ease;
}

.style1 .bx-pager-link.active,
.style1 .bx-pager-link:hover {
    background: #449e4c;
    transform: scale(1.2);
}

@media (max-width: 700px) {
    .style1 .childDiv_style1,
    .class_fulldiv.style1 > div[id*="divSliderMain"] {
        padding: 25px 15px;
        margin: 20px 10px;
    }
    
    .bxsliderx .setMargin,
    .rowupdate.margin_Quotes.tesimonial_slider_row {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    .open_close {
        padding: 18px 16px;
        min-width: 0;
        max-width: 98vw;
    }
    
    .imgupdate-circle.imgupdate-circle-img {
        width: 60px;
        height: 60px;
    }
    
    .author_name {
        text-align: center;
        margin-top: 16px;
    }
}




