.elementor-13 .elementor-element.elementor-element-9dd9334{--display:flex;--min-height:200px;--justify-content:flex-end;}.elementor-13 .elementor-element.elementor-element-9dd9334:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-9dd9334 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://rainbowmountainexpeditions.com/wp-content/uploads/2025/12/contact-banner-01.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-13 .elementor-element.elementor-element-1371fbd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-99d8864 *//* ================================
   WOOCOMMERCE MY ACCOUNT – COMPLETE STYLE
   ================================ */

/* Layout */
.woocommerce-account .woocommerce {
  display: flex;
  gap: 30px;
  margin: 40px 0;
}

/* Sidebar Navigation */
.woocommerce-MyAccount-navigation {
  width: 260px;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
}

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

/* Menu Items */
.woocommerce-MyAccount-navigation-link {
  margin-bottom: 10px;
}

/* Links */
.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 12px 16px;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Hover Effect */
.woocommerce-MyAccount-navigation-link a:hover {
  background-color: var(--secondary);
  color: #ffffff;
}

/* Active Menu Item */
.woocommerce-MyAccount-navigation-link.is-active a {
  background-color:  var(--secondary);
  color: #ffffff;
}

/* Logout Highlight */
.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: var(--secondary);
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background-color: var(--secondary);
  color: #ffffff;
}

/* ================================
   ACCOUNT CONTENT AREA
   ================================ */

.woocommerce-MyAccount-content {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

/* Text */
.woocommerce-MyAccount-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}

/* Links */
.woocommerce-MyAccount-content a {
  font-weight: 500;
  text-decoration: none !important;
}

.woocommerce-MyAccount-content a.button.wc-forward {
    background: var(--secondary);
}
/* Notices */
.woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

/* ================================
   RESPONSIVE DESIGN
   ================================ */

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

  .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-MyAccount-content {
    padding: 20px;
  }
}/* End custom CSS */