.elementor-73 .elementor-element.elementor-element-7c8ceb7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-676f2a3 *//* ================================================
   SHIPPING PAGE STYLES - MODERN CLEAN DESIGN
   ================================================ */

.exo-shipping-page-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 40px 60px;
}

/* ================================================
   HERO SECTION
   ================================================ */

.exo-shipping-hero {
  text-align: center;
  padding: 35px 35px;
  background: linear-gradient(135deg, #f9f9f9, #fff);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}

.exo-shipping-hero h1 {
  font-size: 2.2em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

.exo-shipping-hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin: 20px auto;
}

.exo-shipping-hero-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, #084D00, transparent);
}

.exo-shipping-hero-dot {
  margin: 0 20px;
  color: #084D00;
  font-size: 1.2em;
  font-weight: 900;
}

.exo-shipping-hero-tagline {
  font-size: 1.1em;
  color: #666;
  font-weight: 600;
  margin: 20px 0 0 0;
  line-height: 1.5;
}

/* ================================================
   INTRO SECTION
   ================================================ */

.exo-shipping-intro {
  background: #fff;
  border-left: 4px solid #084D00;
  border-radius: 8px;
  padding: 25px 35px;
  margin-bottom: 40px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.exo-shipping-intro p {
  font-size: 1em;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* ================================================
   GUARANTEE BANNER
   ================================================ */

.exo-guarantee-banner {
  display: flex;
  align-items: center;
  gap: 25px;
  background: linear-gradient(135deg, #084D00, #0a6000);
  color: #fff;
  padding: 30px 35px;
  margin-bottom: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(8, 77, 0, 0.15);
}

.exo-guarantee-icon {
  font-size: 3.5em;
  flex-shrink: 0;
}

.exo-guarantee-content h2 {
  font-size: 1.8em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  letter-spacing: 0.5px;
}

.exo-guarantee-content p {
  font-size: 1em;
  line-height: 1.6;
  margin: 0;
  opacity: 0.95;
}

/* ================================================
   SHIPPING SECTIONS
   ================================================ */

.exo-shipping-section {
  background: #fff;
  border-radius: 12px;
  padding: 35px 35px;
  margin-bottom: 35px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.exo-shipping-section h2 {
  font-size: 2em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  text-align: center;
  letter-spacing: 1px;
}

.exo-section-intro {
  font-size: 1em;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

/* ================================================
   SHIPPING METHODS
   ================================================ */

.exo-shipping-methods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.exo-method-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.exo-method-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.exo-method-icon {
  font-size: 3em;
  margin-bottom: 15px;
}

.exo-method-card h3 {
  font-size: 1.4em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  letter-spacing: 0.5px;
}

.exo-method-price {
  font-size: 1.3em;
  color: #084D00;
  font-weight: 900;
  margin-bottom: 20px;
}

.exo-method-features {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  text-align: left;
}

.exo-method-features li {
  padding: 8px 0;
  font-size: 0.95em;
  color: #666;
  border-bottom: 1px solid #e0e0e0;
}

.exo-method-features li:last-child {
  border-bottom: none;
}

.exo-method-badge {
  position: absolute;
  top: -12px;
  right: 18px;
  padding: 6px 16px;
  font-weight: 800;
  font-size: 0.8em;
  text-transform: uppercase;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

.exo-method-badge.exo-recommended {
  background: #4CAF50;
  color: #fff;
}

.exo-method-badge.exo-premium {
  background: #084D00;
  color: #fff;
}

.exo-method-badge.exo-free {
  background: #fff;
  color: #084D00;
  border: 2px solid #084D00;
}

/* ================================================
   PROCESS TIMELINE
   ================================================ */

.exo-process-section {
  background: linear-gradient(135deg, #e8f5e9, #fff);
}

.exo-process-timeline {
  margin-top: 30px;
}

.exo-process-step {
  display: flex;
  gap: 25px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 2px solid #e0e0e0;
}

.exo-process-step:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.exo-step-number {
  width: 60px;
  height: 60px;
  background: #084D00;
  color: #fff;
  font-size: 1.8em;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(8, 77, 0, 0.2);
}

.exo-step-content h3 {
  font-size: 1.3em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  letter-spacing: 0.5px;
}

.exo-step-content p {
  font-size: 0.95em;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* ================================================
   STANDARDS GRID
   ================================================ */

.exo-standards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.exo-standard-card {
  background: #f9f9f9;
  border-left: 4px solid #084D00;
  border-radius: 8px;
  padding: 22px;
  transition: all 0.3s ease;
}

.exo-standard-card:hover {
  background: #fff;
  border-left-width: 6px;
  box-shadow: 0 4px 15px rgba(8, 77, 0, 0.08);
}

.exo-standard-icon {
  font-size: 2.5em;
  margin-bottom: 12px;
}

.exo-standard-card h3 {
  font-size: 1.2em;
  color: #084D00;
  font-weight: 800;
  margin: 0 0 10px 0;
  letter-spacing: 0.5px;
}

.exo-standard-card p {
  font-size: 0.95em;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* ================================================
   SCHEDULE SECTION
   ================================================ */

.exo-schedule-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.exo-schedule-info {
  background: #f9f9f9;
  border-left: 4px solid #084D00;
  border-radius: 8px;
  padding: 22px;
}

.exo-schedule-info h3 {
  font-size: 1.2em;
  color: #084D00;
  font-weight: 800;
  margin: 0 0 12px 0;
}

.exo-schedule-info p {
  font-size: 0.95em;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.exo-schedule-banner {
  background: #fff3cd;
  border-left: 4px solid #084D00;
  border-radius: 8px;
  padding: 18px 22px;
  font-size: 0.95em;
  color: #856404;
  line-height: 1.6;
}

/* ================================================
   CTA SECTION
   ================================================ */

.exo-shipping-cta {
  text-align: center;
  padding: 45px 35px;
  background: linear-gradient(135deg, #084D00, #0a6000);
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(8, 77, 0, 0.15);
  margin-top: 40px;
}

.exo-shipping-cta h2 {
  font-size: 2.2em;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  letter-spacing: 1px;
}

.exo-shipping-cta p {
  font-size: 1.1em;
  color: #fff;
  margin: 0 0 28px 0;
  opacity: 0.95;
}

.exo-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.exo-cta-button {
  padding: 15px 35px;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 8px;
  display: inline-block;
  letter-spacing: 1px;
}

.exo-cta-button.exo-primary {
  background: #fff;
  color: #084D00;
  border: 2px solid #fff;
}

.exo-cta-button.exo-primary:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-2px);
}

.exo-cta-button.exo-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.exo-cta-button.exo-secondary:hover {
  background: #fff;
  color: #084D00;
  transform: translateY(-2px);
}

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 1200px) {
  .exo-shipping-methods-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .exo-standards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 1024px) {
  .exo-shipping-page-wrapper {
    padding: 30px 30px 50px;
  }

  .exo-standards-grid,
  .exo-schedule-content {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .exo-shipping-page-wrapper {
    padding: 25px 20px 40px;
  }

  .exo-shipping-hero {
    padding: 28px 25px;
  }

  .exo-shipping-hero h1 {
    font-size: 1.8em;
  }

  .exo-shipping-hero-tagline {
    font-size: 1em;
  }

  .exo-guarantee-banner {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .exo-guarantee-icon {
    font-size: 3em;
  }

  .exo-guarantee-content h2 {
    font-size: 1.5em;
  }

  .exo-guarantee-content p {
    font-size: 0.95em;
  }

  .exo-shipping-section {
    padding: 28px 25px;
  }

  .exo-shipping-section h2 {
    font-size: 1.7em;
  }

  .exo-process-step {
    gap: 18px;
  }

  .exo-step-number {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  .exo-cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .exo-cta-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .exo-shipping-page-wrapper {
    padding: 20px 15px 30px;
  }

  .exo-shipping-hero h1 {
    font-size: 1.5em;
  }

  .exo-shipping-hero-tagline {
    font-size: 0.95em;
  }

  .exo-guarantee-content h2 {
    font-size: 1.3em;
  }

  .exo-shipping-cta h2 {
    font-size: 1.8em;
  }

  .exo-shipping-cta p {
    font-size: 1em;
  }

  .exo-method-card {
    padding: 22px;
  }

  .exo-method-card h3 {
    font-size: 1.2em;
  }

  .exo-standard-card,
  .exo-schedule-info {
    padding: 18px;
  }
}/* End custom CSS */