@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.woocommerce-account .woocommerce {
  display: flex;
  gap: 2rem;
  max-width: 1500px;
  margin: 0 auto;
  padding: 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 0 0 280px;
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1019607843), 0 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  float: none;
  width: auto;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 1;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 1.2rem 1rem 1.2rem 1.5rem;
  color: #2F2F2F;
  font: normal 16px "LatoMedium", -apple-system, BlinkMacSystemFont, sans-serif;
  transition: all 0.3s ease;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background: rgba(0, 160, 222, 0.05);
  color: #00A0DE;
  transform: translateX(4px);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: #00A0DE;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 160, 222, 0.3);
}
.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1019607843), 0 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  float: none;
  font-family: "LatoRegular", -apple-system, BlinkMacSystemFont, sans-serif;
  width: auto;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 2rem 1.5rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-content p:first-of-type {
  font-size: 1.2rem;
  color: #2F2F2F;
  margin-bottom: 1.5rem;
}
.woocommerce-account .woocommerce-MyAccount-content p:first-of-type strong {
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content p:first-of-type a {
  color: #00A0DE;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-content p:first-of-type a:hover {
  border-bottom-color: #00A0DE;
}
.woocommerce-account .woocommerce-MyAccount-content p:nth-of-type(2) {
  color: #2F2F2F;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-content p:nth-of-type(2) a {
  color: #00A0DE;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-content p:nth-of-type(2) a:hover {
  border-bottom-color: #00A0DE;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2rem 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead {
  background: #f8f9fa;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
  padding: 1rem 1.5rem;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #e0e0e0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th:first-child {
  border-top-left-radius: 8px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th:last-child {
  border-top-right-radius: 8px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr {
  transition: background 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:hover {
  background: #f8f9fa;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr th a {
  color: #00A0DE;
  text-decoration: none;
  font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td {
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid #f0f0f0;
  color: #595959;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td a {
  color: #00A0DE;
  text-decoration: none;
  font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number a {
  color: #00A0DE;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-status .woocommerce-order-status {
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: capitalize;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-status .woocommerce-order-status.status-completed {
  background: #d4edda;
  color: #155724;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-status .woocommerce-order-status.status-processing {
  background: #fff3cd;
  color: #856404;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-status .woocommerce-order-status.status-on-hold {
  background: #f8d7da;
  color: #721c24;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-status .woocommerce-order-status.status-pending {
  background: #e2e3e5;
  color: #383d41;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: #F16122;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a:hover {
  background: #00A0DE;
  transform: translateY(-2px);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
  margin-bottom: 1.5rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #595959;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[type=text],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[type=email],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[type=password] {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[type=text]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[type=email]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[type=password]:focus {
  outline: none;
  border-color: #00A0DE;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit] {
  padding: 1rem 2.5rem;
  background: #F16122;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
  float: none;
  width: auto;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:hover {
  border-color: #00A0DE;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 1rem;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
  flex: 1;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {
  font-size: 1.2rem;
  color: #595959;
  margin: 0 0 0.5rem 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit {
  color: #00A0DE;
  text-decoration: none;
  font-size: 0.9rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  font-style: normal;
  line-height: 1.8;
  color: #595959;
}
.woocommerce-account .woocommerce-MyAccount-content .dive-events__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce-account .woocommerce-MyAccount-content .dive-events__item {
  border-radius: 16px;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1019607843), 0 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: clamp(10px, 2vw, 20px) 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content .dive-events__item {
    flex-direction: column;
    height: auto;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dive-events__item-image {
  height: 100%;
  width: 30%;
}
@media screen and (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content .dive-events__item-image {
    height: clamp(180px, 40vw, 250px);
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dive-events__item-image img {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content .dive-events__item-image img {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dive-events__item-details {
  display: flex;
  flex-wrap: wrap;
  padding: clamp(15px, 2vw, 20px);
  position: relative;
  width: 70%;
}
@media screen and (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content .dive-events__item-details {
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dive-events__item-date {
  position: absolute;
  top: 20px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content .dive-events__item-date {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 5px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dive-events__item-date span {
  color: #2F2F2F;
  font: normal 14px "LatoBold", -apple-system, BlinkMacSystemFont, sans-serif;
}
.woocommerce-account .woocommerce-MyAccount-content .dive-events__item-title {
  color: #2F2F2F;
  font: normal clamp(20px, 2.5vw, 30px) "InterBold", -apple-system, BlinkMacSystemFont, sans-serif;
  margin-top: -10px;
  width: inherit;
}
@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content .dive-events__item-title {
    margin-top: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dive-events__item-location {
  color: #595959;
  font: normal clamp(12px, 1vw, 14px) "InterRegular", -apple-system, BlinkMacSystemFont, sans-serif;
  margin-bottom: clamp(5px, 1vw, 10px);
  width: inherit;
}
.woocommerce-account .woocommerce-MyAccount-content .dive-events__item-description {
  color: #595959;
  font: normal clamp(14px, 1vw, 16px) "InterRegular", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: clamp(22px, 2vw, 26px);
  padding: clamp(5px, 1vw, 10px) 0 clamp(10px, 1.5vw, 15px);
  width: inherit;
}
.woocommerce-account .woocommerce-MyAccount-content .dive-events__item-buttons {
  margin-top: clamp(15px, 2vw, 20px);
  width: inherit;
  display: flex;
  gap: clamp(8px, 1vw, 12px);
}
.woocommerce-account .woocommerce-MyAccount-content .dive-events__item-buttons a {
  background: #fff;
  border: 1px solid #00A0DE;
  border-radius: 8px;
  color: #00A0DE;
  display: inline-block;
  font: normal clamp(12px, 1vw, 14px) "InterSemiBold", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 25px;
  padding: 7px 20px 8px 25px;
}

.content-area .post-content .entry-header {
  display: none;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    padding: 1rem;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 1.5rem;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    font-size: 0.95rem;
    padding: 1rem 0.8rem;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 1.5rem;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
    font-size: 0.9rem;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody td {
    padding: 0.8rem 1rem;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    padding: 1rem;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset label {
    font: normal 16px "LatoMedium", -apple-system, BlinkMacSystemFont, sans-serif;
  }
}

/*# sourceMappingURL=account.css.map */
