@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0 !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.navbar-brand img {
  height: 45px;
}

.navbar-nav .nav-link{
  text-align:center;
}

.navbar-brand img {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-collapse {
  display: flex;
  justify-content: flex-end;
}

/* Hero Section */
.hero-section {
  position: relative;
  background-size: cover;
  background-position: 63% 17%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 80px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
  z-index: 1;
}

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

.hero-pre-headline {
  background-color: rgba(0, 0, 0, 0);
  color: #8acf30 !important;
  text-align: left;
  font-weight: 900;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.hero-headline {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.hero-headline .text-primary {
  color: #007bff !important;
}

.hero-description {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 100%;
  margin: 0 auto;
}

.hero-section .btn {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 18px 40px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
  border: none;
}

.hero-section .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
}

.hero-section .btn-primary {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
}

/* Section Title */
.section-title {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.section-title h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.3;
}

/* Benefits Section */
.benefits-section {
  background: linear-gradient(135deg, #f1f3f4, #e8eaf6);
  position: relative;
}

.benefit-cards-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.benefit-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease; 
  position: relative;
  min-height: 350px;
}

.benefit-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.start-round {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.end-round{
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.benefit-overlay {
  background: linear-gradient(to bottom, rgb(0 0 0 / 55%), rgb(0 0 0 / 80%));
  top: 0;
  left: 0;
}

.benefit-content {
  padding: 2.5rem 2rem;
  text-align: center;
}

.benefit-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.benefit-content p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Content Sections */
.fast-relief-section,
.gentle-solutions-section,
.clinically-proven-section,
.allergies-info-section {
  padding: 6rem 0;
}

.fast-relief-section h2,
.gentle-solutions-section h2,
.clinically-proven-section h2,
.allergies-info-section h2 {
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 2rem;
}

.fast-relief-section .lead,
.gentle-solutions-section .lead,
.clinically-proven-section .lead {
  font-size: 1.2rem;
  color: #6c757d;
  line-height: 1.7;
  font-weight: 400;
}

.fast-relief-section img,
.gentle-solutions-section img,
.clinically-proven-section img {
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Alternating Background Colors */
.gentle-solutions-section.bg-light,
.allergies-info-section.bg-light {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef) !important;
}

/* Allergies Info Section */
.allergies-info-section h2 {
  font-size: clamp(2.5rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #2c3e50;
}

.allergies-info-section .text-primary {
  color: #007bff !important;
}

.allergies-info-section .lead {
  font-size: 1.3rem;
  color: #495057;
  font-weight: 600;
}

.allergies-info-section h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
}

.allergies-info-section p {
  color: #6c757d;
  line-height: 1.5;
  font-size: 1rem;
}

.allergies-info-section img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.allergies-info-section .border-primary {
  border-color: #007bff !important;
  border-width: 3px !important;
}

/* Enhanced Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

p {
  font-family: 'Inter', sans-serif;
  opacity: 1;
  color: #6c757d;
  line-height: 1.7;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* Button Enhancements */
.btn {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(135deg, #007bff, #0056b3);
  border: none;
  color: white;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0056b3, #004085);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .hero-section {
    background-attachment: scroll;
    min-height: 90vh;
    padding: 2rem 0;
  }
  
  .hero-headline {
    font-size: clamp(2rem, 4vw, 3rem);
  }
  
  .hero-description {
    font-size: 1.125rem;
  }
  
  .section-title h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
  }
  
  .benefit-card {
    min-height: 350px;
    border-radius: 0;
    margin-bottom: 1.5rem;
  }
  
  /* First card - top corners only */
  .start-round {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  
  /* Last card - bottom corners only */  
  .end-round {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  
  /* Middle card keeps border-radius: 0 from default */
  
  .benefit-content {
    padding: 2rem 1.5rem;
  }
  
  .fast-relief-section,
  .gentle-solutions-section,
  .clinically-proven-section,
  .allergies-info-section {
    padding: 4rem 0;
  }
  
  .fast-relief-section h2,
  .gentle-solutions-section h2,
  .clinically-proven-section h2 {
    font-size: clamp(1.8rem, 3vw, 2.2rem);
  }
  
  .allergies-info-section h2 {
    font-size: clamp(2rem, 4vw, 2.5rem);
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    min-height: 80vh;
    padding: 1.5rem 0;
  }
  
  .hero-headline {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
  }
  
  .hero-pre-headline {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .hero-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  
  .hero-section .btn {
    padding: 15px 30px;
    font-size: 1rem;
  }
  
  .section-title h2 {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  
  .benefit-card {
    min-height: 300px;
    margin-bottom: 1rem;
  }
  
  .benefit-content h3 {
    font-size: 1.4rem;
  }
  
  .benefit-content p {
    font-size: 0.95rem;
  }
  
  .fast-relief-section,
  .gentle-solutions-section,
  .clinically-proven-section,
  .allergies-info-section {
    padding: 3rem 0;
  }
  
  .fast-relief-section h2,
  .gentle-solutions-section h2,
  .clinically-proven-section h2 {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  
  .allergies-info-section h2 {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
  }
  
  .fast-relief-section .lead,
  .gentle-solutions-section .lead,
  .clinically-proven-section .lead {
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    min-height: 70vh;
  }
  
  .hero-headline {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .section-title {
    padding: 2rem 0;
  }
  
  .benefits-section {
    padding: 3rem 0;
  }
  
  .benefit-card {
    min-height: 280px;
  }
  
  .benefit-content {
    padding: 1.5rem;
  }
  
  .fast-relief-section,
  .gentle-solutions-section,
  .clinically-proven-section,
  .allergies-info-section {
    padding: 2.5rem 0;
  }
}

/* Accessibility improvements */
.btn:focus,
.btn:focus-visible {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Performance optimizations */
.benefit-card,
.hero-section img,
img {
  will-change: transform;
}

/* Print styles */
@media print {
  .hero-section {
    background: none !important;
    color: black !important;
  }
  
  .hero-overlay {
    display: none;
  }
  
  .benefit-card {
    background: none !important;
    color: black !important;
    border: 1px solid #ccc !important;
  }
  
  .benefit-overlay {
    display: none;
  }
  
  .benefit-content {
    color: black !important;
  }
  
  .benefit-content h3 {
    color: black !important;
  }
  
  .benefit-content p {
    color: black !important;
  }
}

/* Contact Page Styles */
.contact-hero {
  min-height: 70vh;
}

.contact-section {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.contact-form-wrapper {
  padding: 2rem;
  background: white;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.contact-info-wrapper .contact-info-card {
  background: white;
  border: none;
  transition: transform 0.3s ease;
}

.contact-info-wrapper .contact-info-card:hover {
  transform: translateY(-5px);
}

.contact-detail {
  display: flex;
  align-items: flex-start;
}

.contact-detail i {
  font-size: 1.2rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.emergency-info-card {
  background: linear-gradient(135deg, #f1f3f4, #e8eaf6) !important;
  border: 2px solid rgba(0, 123, 255, 0.1);
}

.faq-section .accordion-item {
  background: white;
}

.faq-section .accordion-button {
  background: white;
  border: none;
  color: #2c3e50;
  font-size: 1.1rem;
  padding: 1.5rem;
}

.faq-section .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  box-shadow: none;
}

.faq-section .accordion-body {
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

/* Contact Form Styles */
.contact-form .form-label {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.contact-form .form-control,
.contact-form .form-select {
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
  background: white;
}

.contact-form textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

/* Gravity Forms Styling */
.gravity-form-wrapper .gform_wrapper {
  max-width: 100%;
}

.gravity-form-wrapper .gform_wrapper .gform_body {
  font-family: 'Inter', sans-serif;
}

.gravity-form-wrapper .gfield {
  margin-bottom: 1.5rem;
}

.gravity-form-wrapper .gfield_label {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #2c3e50;
  font-family: 'Inter', sans-serif;
}

.gravity-form-wrapper .ginput_container input[type="text"],
.gravity-form-wrapper .ginput_container input[type="email"],
.gravity-form-wrapper .ginput_container input[type="tel"],
.gravity-form-wrapper .ginput_container input[type="url"],
.gravity-form-wrapper .ginput_container input[type="number"],
.gravity-form-wrapper .ginput_container select,
.gravity-form-wrapper .ginput_container textarea {
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
  font-family: 'Inter', sans-serif;
  width: 100%;
  box-sizing: border-box;
}

.gravity-form-wrapper .ginput_container input[type="text"]:focus,
.gravity-form-wrapper .ginput_container input[type="email"]:focus,
.gravity-form-wrapper .ginput_container input[type="tel"]:focus,
.gravity-form-wrapper .ginput_container input[type="url"]:focus,
.gravity-form-wrapper .ginput_container input[type="number"]:focus,
.gravity-form-wrapper .ginput_container select:focus,
.gravity-form-wrapper .ginput_container textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
  background: white;
  outline: none;
}

.gravity-form-wrapper .ginput_container textarea {
  min-height: 140px;
  resize: vertical;
}

.gravity-form-wrapper .gform_footer {
  margin-top: 2rem;
  padding: 0;
}

.gravity-form-wrapper .gform_footer input[type="submit"],
.gravity-form-wrapper .gform_footer .gform_button {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 18px 40px;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.gravity-form-wrapper .gform_footer input[type="submit"]:hover,
.gravity-form-wrapper .gform_footer .gform_button:hover {
  background: linear-gradient(135deg, #0056b3, #004085);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
}

.gravity-form-wrapper .validation_error {
  background: linear-gradient(135deg, #f8d7da, #f1b0b7);
  color: #721c24;
  border: none;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  font-family: 'Inter', sans-serif;
}

.gravity-form-wrapper .gfield_error {
  background: none;
  border: none;
  padding: 0;
}

.gravity-form-wrapper .gfield_error .gfield_label {
  color: #dc3545;
}

.gravity-form-wrapper .gfield_error input,
.gravity-form-wrapper .gfield_error select,
.gravity-form-wrapper .gfield_error textarea {
  border-color: #dc3545;
}

.gravity-form-wrapper .validation_message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-family: 'Inter', sans-serif;
}

.gravity-form-wrapper .gfield_required {
  color: #dc3545;
}

.gravity-form-wrapper .gform_confirmation_message {
  background: linear-gradient(135deg, #d4edda, #c3e6cb);
  color: #155724;
  border: none;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
}

/* Multi-column fields */
.gravity-form-wrapper .gfield .ginput_container_name,
.gravity-form-wrapper .gfield .ginput_container_address {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.gravity-form-wrapper .name_first,
.gravity-form-wrapper .name_last {
  flex: 1;
  min-width: 200px;
}

/* Radio buttons and checkboxes */
.gravity-form-wrapper .gfield_radio li,
.gravity-form-wrapper .gfield_checkbox li {
  margin-bottom: 0.5rem;
}

.gravity-form-wrapper .gfield_radio input[type="radio"],
.gravity-form-wrapper .gfield_checkbox input[type="checkbox"] {
  margin-right: 0.5rem;
  width: auto;
}

.gravity-form-wrapper .gfield_radio label,
.gravity-form-wrapper .gfield_checkbox label {
  font-weight: 400;
  margin-bottom: 0;
}

/* File upload styling */
.gravity-form-wrapper .ginput_container_fileupload input[type="file"] {
  border: 2px dashed #e9ecef;
  border-radius: 10px;
  padding: 2rem;
  background: #f8f9fa;
  text-align: center;
}

/* Section breaks */
.gravity-form-wrapper .gsection {
  border-top: 2px solid #007bff;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.gravity-form-wrapper .gsection .gsection_title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  font-family: 'Inter', sans-serif;
}

.gravity-form-wrapper .gsection .gsection_description {
  color: #6c757d;
  margin-bottom: 1.5rem;
  font-family: 'Inter', sans-serif;
}

.woocommerce div.product div.summary {
    margin-bottom: 2em;
    background-color: #80808024;
    border-radius: 12px;
    padding: 25px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--bs-success);
}

/* Cart Icon Styles */
.navbar-cart {
  display: flex;
  align-items: center;
}

.navbar-cart .cart-link {
  display: flex;
  align-items: center;
  color: #495057;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 12px;
  border-radius: 8px;
}

.navbar-cart .cart-link:hover {
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
  text-decoration: none;
}

.navbar-cart .cart-link i {
  font-size: 1.3rem;
}

.navbar-cart .cart-count {
  font-size: 0.75rem;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: -8px;
  margin-top: -8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.navbar-cart .cart-text {
  font-weight: 600;
  font-size: 0.95rem;
}

/* WooCommerce Compatibility Styles */
.woocommerce-page {
  background: #fff;
}

.woocommerce-products-header__title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e9ecef;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  font-family: 'Inter', sans-serif;
  color: #6c757d;
  margin-bottom: 1rem;
}

.woocommerce .woocommerce-ordering select {
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 8px 12px;
  font-family: 'Inter', sans-serif;
}

.woocommerce ul.products li.product {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 15px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  list-style: none;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
  text-decoration: none;
  color: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #2c3e50;
  margin: 1rem 0 0.5rem 0;
}

.woocommerce ul.products li.product .price {
  color: #007bff;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0.5rem 0 1rem 0;
}

.woocommerce ul.products li.product .button {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
}

.woocommerce ul.products li.product .button:hover {
  background: linear-gradient(135deg, #0056b3, #004085);
  color: white;
  text-decoration: none;
  transform: translateY(-1px);
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin: 3rem 0;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 0;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  display: inline-block;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  padding: 10px 15px;
  color: #6c757d;
  text-decoration: none;
  border-right: 1px solid #e9ecef;
  font-family: 'Inter', sans-serif;
}

.woocommerce nav.woocommerce-pagination ul li:last-child a,
.woocommerce nav.woocommerce-pagination ul li:last-child span {
  border-right: none;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #007bff;
  color: white;
}

/* WooCommerce Forms */
.woocommerce .form-row {
  margin-bottom: 1rem;
}

.woocommerce .form-row label {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  display: block;
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce input[type="number"],
.woocommerce select,
.woocommerce textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.woocommerce input[type="text"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="tel"]:focus,
.woocommerce input[type="password"]:focus,
.woocommerce input[type="number"]:focus,
.woocommerce select:focus,
.woocommerce textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.woocommerce .button,
.woocommerce button,
.woocommerce input[type="submit"] {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.woocommerce .button:hover,
.woocommerce button:hover,
.woocommerce input[type="submit"]:hover {
  background: linear-gradient(135deg, #0056b3, #004085);
  color: white;
  text-decoration: none;
}

/* WooCommerce Messages */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: #d1ecf1;
  color: #0c5460;
  padding: 1rem 1.5rem;
  border-radius: 6px;
  margin: 1rem 0;
  border: 1px solid #bee5eb;
  font-family: 'Inter', sans-serif;
}

.woocommerce-error {
  background: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}

.woocommerce-message {
  background: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	display: inline-block !important;
    position: initial !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .woocommerce .products {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
  }
  
  .woocommerce ul.products li.product {
    padding: 0.75rem;
  }
}

/* Additional Enhancements for Professional Look */
.container {
  max-width: 1200px;
}

section {
  position: relative;
  overflow: hidden;
}

/* Subtle animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content > * {
  animation: fadeInUp 0.8s ease-out;
}

.hero-content .hero-pre-headline {
  animation-delay: 0.1s;
}

.hero-content .hero-headline {
  animation-delay: 0.2s;
}

.hero-content .hero-description {
  animation-delay: 0.3s;
}

.hero-content .btn {
  animation-delay: 0.4s;
}

/* Shadow enhancements */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* Text color improvements */
.text-muted {
  color: #6c757d !important;
}

.text-dark {
  color: #2c3e50 !important;
}

/* Responsive Design for New Pages */
@media (max-width: 991.98px) {
  /* Cart Icon Mobile */
  .navbar-cart .cart-text {
    display: none !important;
  }
  
  .navbar-cart .cart-link {
    padding: 6px 8px;
  }
  
  /* Contact Page Mobile */
  .contact-form-wrapper {
    padding: 1.5rem;
  }
  
  .contact-detail {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .contact-detail i {
    align-self: flex-start;
  }
  
}

@media (max-width: 767.98px) {
  /* Contact Hero Mobile */
  .contact-hero {
    min-height: 60vh;
  }
  
  /* Contact Form Mobile */
  .contact-form .row .col-md-6 {
    margin-bottom: 1rem;
  }
  
  .faq-section .accordion-button {
    padding: 1rem;
    font-size: 1rem;
  }
  
  .faq-section .accordion-body {
    padding: 1rem;
  }
  
}

@media (max-width: 575.98px) {
  /* Contact Hero Extra Small */
  .contact-hero {
    min-height: 50vh;
  }
  
  /* Cart Icon Extra Small */
  .navbar-cart {
    order: -1;
    margin-right: auto;
  }
  
  /* Contact Form Extra Small */
  .contact-form-wrapper {
    padding: 1rem;
  }
  
  .contact-info-card {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .emergency-info-card {
    padding: 1.5rem;
  }
  
}


/**
 * Woocommerce Styles
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #0056b3;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: #00356d;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  background-color: #dddddd;
  border-radius: 10px;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  font-weight: 700;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}


@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}
