.container {
    display: flex;
    /* Adds space between columns */
    gap: 15px; 
}

.column1 {
    /* Distributes available space equally among columns */
    flex: 2; 
    padding: 1rem;
    background-color: #ffffff;
}
.column2 {
    /* Distributes available space equally among columns */
    flex: 1; 
    padding: 1rem;
    background-color: #ffffff;
}

.row {
  display: flex;
    gap: 15px; 
}

.columna {
  flex: 50%;
}

table { 
  
  border: 0 solid;
  border-spacing: 3px;


} 

/* Bordered table cells */
.bordered-table th,
.bordered-table td {
  
  border: 3px inset black;
  border-radius: 10px;
  padding: 3px;
}

/* Default table with no borders */
.plain-table th,
.plain-table td {
  
  border: none;
  padding: 15px;
}

* {
  box-sizing: border-box;
}


.dogpage {

 
  padding-top: 0;
  padding-right: 10%;
  padding-bottom: 0;
  padding-left: 10%;


}

h1 {
  text-align: center;
   color: #0000ff;
}

h2 {
  text-align: center;
   color: #0000ff;
}

h3 {
  text-align: center;
   color: #0000ff;
}


.descr {
   font-family: "Times New Roman", Times, serif;
   font-style: normal;
   font-size: 110%;
   font-weight: normal;
   color: #000000;
   text-align: left;
   text-decoration: none;
  }

a.descr:link,visited {
   font-family: "Times New Roman", Times, serif;
   font-style: normal;
   font-size: 110%;
   font-weight: normal;
   color: #ff0000;
   text-align: left;
   text-decoration: none;
}

a.descr:hover {
   font-family: "Times New Roman", Times, serif;
   font-style: normal;
   font-size: 110%;
   font-weight: normal;
   background-color: fff;
   color: #0000ff;
   text-align: left;
   text-decoration: none;
}

.descrin {
   font-family: "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 90%;
   font-weight: bold;
   color: #000000;
   text-align: left;
   text-decoration: none;
   padding-left: 2em;
   padding-right: 2em;
 
  }



.descrtop {
   font-family: "Times New Roman", Times, serif;
   font-style: normal;
   font-size: 150%;
   font-weight: bold;
   color: #00217a;
   text-align: left;
   text-decoration: none;
   padding-left: 2em;
   padding-right: 2em;
 
  }

a.descrtop:link,visited,hover
 {
   font-family: "Times New Roman", Times, serif;
   font-style: normal;
   font-size: 150%;
   font-weight: bold;
   color: #00217a;
   text-align: left;
   text-decoration: none;
   padding-left: 2em;
   padding-right: 2em;
 
  }

.descrtop-c {
   font-family: "Times New Roman", Times, serif;
   font-style: normal;
   font-size: 150%;
   font-weight: bold;
   color: #00217a;
   text-align: center;
   text-decoration: none;
   padding-left: 2em;
   padding-right: 2em;
 
  }

.responsive {
  max-width: 100%;
  height: auto;
}


 

.sticky {
   position: sticky;
  top: 0;
  padding: 0px;
  
 
}




.descrb {
   font-family: "Times New Roman", Times, serif;
   font-style: normal;
   font-size: 80%;
   font-weight: normal;
   color: #000000;
   text-align: left;
   text-decoration: none;
  }

a.descrb:link,visited {
   font-family: "Times New Roman", Times, serif;
   font-style: normal;
   font-size: 80%;
   font-weight: normal;
   color: #ff0000;
   text-align: left;
   text-decoration: none;
}

a.descrb:hover {
   font-family: "Times New Roman", Times, serif;
   font-style: normal;
   font-size: 80%;
   font-weight: normal;
   background-color: fff;
   color: #0000ff;
   text-align: left;
   text-decoration: none;
}

.descrinb {
   font-family: "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 80%;
   font-weight: bold;
   color: #000000;
   text-align: left;
   text-decoration: none;
   padding-left: 2em;
   padding-right: 2em;
 
  }

        .card { border: 1px solid #ddd; padding: 20px; display: inline-block; border-radius: 8px; }
.button1 {
  background-color: #00217a;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.navbar-table th,
.navbar-table td {
  
  border-style: outset;
  background-color: #f6ec00;

}

.nav {
  font-family: "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 100%;
   font-weight: bold;
   color: #00217a;
   text-align: left;
   text-decoration: none;
   padding-left: 2em;
   padding-right: 2em;
  }

a.nav:link,visited {
   font-family: "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 100%;
   font-weight: bold;
   color: #00217a;
   text-align: left;
   text-decoration: none;
   padding-left: 2em;
   padding-right: 2em;
}

a.nav:hover {
   font-family: "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 100%;
   font-weight: bold;
   color: #00217a;
   text-align: left;
   text-decoration: none;
   padding-left: 2em;
   padding-right: 2em;
}



  /* Now anchored to the top-left */
  .nav-container {
    position: fixed;
    top: 15px;
    left: 20px; /* Changed from right to left */
    z-index: 1000;
  }

  .menu-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background: #fff;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  /* The Dropdown */
  .dropdown-nav {
    position: absolute;
    top: 50px;
    left: 0; /* Align to the left edge of the button */
    
    width: max-content; 
    min-width: 160px;
    
    background: #e2f6fe;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border: 1px solid #ddd;
    
    /* Animation settings */
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none; 
    transition: all 0.2s ease;
    
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  /* Active state */
  .dropdown-nav.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .dropdown-nav a {
    padding: 12px 25px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
  }

  .dropdown-nav a:hover { background: #f8f8f8; }



.section-header { background: #00217a; color: white; padding: 10px; margin-top: 30px; border-radius: 4px; }
        .section2-header { background: #0882b2; color: white; padding: 10px; margin-top: 30px; border-radius: 4px; }
        .section3-header { background: #d24818; color: white; padding: 10px; margin-top: 30px; border-radius: 4px; }


       #epona-order-form table { width: 100%; border-collapse: collapse; margin-bottom: 10px; }
        #epona-order-form td { padding: 12px 8px; border-bottom: 1px solid #eee; }
        .qty-input { width: 50px; padding: 8px; text-align: center; border: 1px solid #bbb; border-radius: 4px; }
        .price-tag { color: #666; font-size: 0.9em; }
        .customer-info { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; background: #fdfdfd; padding: 15px; border: 1px solid #ddd; border-radius: 8px; }
        .full-width { grid-column: span 2; }
        label { font-weight: bold; font-size: 0.9em; }
        input[type="text"], input[type="email"] { width: 100%; padding: 10px; box-sizing: border-box; margin-top: 5px; border: 1px solid #ccc; border-radius: 4px; }
           .market-notice { background-color: #e8f4fd; border-left: 5px solid #00217a; padding: 20px; border-radius: 4px; margin-bottom: 30px; }
        .section-header { background: #00217a; color: white; padding: 10px; margin-top: 30px; border-radius: 4px; }
        .pre-table { width: 100%; border-collapse: collapse; margin-bottom: 10px; }
        .pre-td { padding: 12px 25px; border-bottom: 1px solid #eee; }
        .qty-input { width: 50px; padding: 8px; text-align: center; border: 1px solid #bbb; border-radius: 4px; }
        .customer-info { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; background: #fdfdfd; padding: 15px; border: 1px solid #ddd; border-radius: 8px; }
        .full-width { grid-column: span 2; }
        label { font-weight: bold; font-size: 0.9em; }
        input[type="text"], input[type="email"], select { width: 100%; padding: 10px; box-sizing: border-box; margin-top: 5px; border: 1px solid #ccc; border-radius: 4px; }
        