:root {
  --evo-brand-secondary: #025798;
  --evo-brand-accent: #b3d1f5;
  --evo-header-background: #fff;
}



/* Adding spacing between form labels */

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}


/* Main menu links */
nav.menu.expanded .catalog > li > a {
  font-size: 1.1rem;   /* increase size of top-level links */
  font-weight: 600;
  padding: 12px 18px;  /* extra padding for readability */
}

/* Submenu links */
nav.menu.expanded .submenu li a {
  font-size: 1rem;     /* increase size of dropdown links */
  font-weight: 500;
  padding: 8px 14px;
}

/* Optional: submenu container tweak */
nav.menu.expanded .submenu .submenucontainer {
  padding: 8px 0;
}

/* Hover styling (keeps consistency if site already has hover colors) */
nav.menu.expanded .catalog a:hover {
  text-decoration: underline;
}

/* General widget title font size */
.myaccountdashboard_container .grid-title h3 {
  font-size: 1.4rem;   /* increase section headings */
  font-weight: 600;
}

/* Label text (e.g. Company, Phone, Email, Password) */
.myaccountdashboard_container .text-muted {
  font-size: 1rem;     /* larger labels */
  font-weight: 500;
}

/* User detail values */
.myaccountdashboard_container .col-sm-9 {
  font-size: 1.05rem;  /* increase detail text */
}

/* Recent orders table text */
#cdash_myrecentorders table th,
#cdash_myrecentorders table td {
  font-size: 0.95rem;  /* headers & body */
}

/* Address cards */
#cdash_address .address-lines,
#cdash_address h4.text-muted {
  font-size: 1rem;
}

/* Buttons inside dashboard */
.myaccountdashboard_container a.btn,
.myaccountdashboard_container .btn {
  font-size: 0.95rem;
  font-weight: 600;
}

/* Global bump to paragraphs/lists in dashboard */
.myaccountdashboard_container p,
.myaccountdashboard_container li {
  font-size: 1rem;
  line-height: 1.5;
}




/* ===== Account Dashboard – Core Heating styling ===== */

/* Layout + spacing */
.page-content.myaccount .dashboard-sortable > li.grid.simple {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8edf2;
  box-shadow: 0 6px 14px rgba(2, 87, 152, 0.06);
  margin-bottom: 22px;
}

.page-content.myaccount .grid-body,
.page-content.myaccount .grid-title {
  padding: 16px 18px;
}

.page-content.myaccount .grid-footer {
  padding: 0 18px 16px 18px;
}

/* Header bar on each card */
.page-content.myaccount .grid-title.no-border {
  border-bottom: 1px solid #eef2f6;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Icon pill at the left of titles */
.page-content.myaccount .grid-title .cdash-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 10px;
  background: #025798;
  color: #fff;
  font-size: 16px;
}

/* Card titles */
.page-content.myaccount .grid-title h3 {
  margin: 0;
  color: #0d2a3f;
  font-weight: 700;
  letter-spacing: .2px;
}

/* Card tools (arrows etc) */
.page-content.myaccount .grid-title .tools a {
  color: #5b6b7c;
}
.page-content.myaccount .grid-title .tools a:hover {
  color: #025798;
}

/* Buttons */
.page-content.myaccount .btn {
  background-color: #025798;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 8px 14px;
  transition: transform .06s ease, background .25s ease;
}
.page-content.myaccount .btn:hover {
  background-color: #c82333; /* red hover per brand ask */
  transform: translateY(-1px);
}
.page-content.myaccount .btn.btn-xs {
  padding: 6px 10px;
  border-radius: 6px;
}

/* Links inside footers */
.page-content.myaccount .grid-footer a {
  color: #025798;
  font-weight: 600;
  text-decoration: none;
}
.page-content.myaccount .grid-footer a:hover {
  color: #c82333;
  text-decoration: underline;
}

/* User profile block */
.page-content.myaccount #cdash_myinfo .img-wrapper img,
.page-content.myaccount .user-img.img-circle {
  width: 84px; height: 84px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(2,87,152,.15);
}
.page-content.myaccount #cdash_myinfo .user-info-name {
  margin-top: 10px;
  font-weight: 700;
  color: #0d2a3f;
}
.page-content.myaccount #cdash_myinfo .text-muted {
  color: #5b6b7c !important;
}

.page-content.myaccount #cdash_myinfo .row.text-left-mobile {
  padding: 6px 0;
  border-bottom: 1px dashed #eef2f6;
}
.page-content.myaccount #cdash_myinfo .row.text-left-mobile:last-child {
  border-bottom: 0;
}

/* Tables (Recent Orders) */
.page-content.myaccount table.table {
  margin: 0;
}
.page-content.myaccount table.table thead th {
  color: #5b6b7c;
  font-weight: 700;
  border-bottom: 1px solid #eef2f6 !important;
}
.page-content.myaccount table.table tbody td {
  vertical-align: middle !important;
  border-top: 1px solid #f3f6fa;
}
.page-content.myaccount .total-label {
  color: #5b6b7c;
  margin-right: 4px;
}

/* Empty states */
.page-content.myaccount .no_results {
  background: #f8fbff;
  border: 1px dashed #cfe3f5;
  color: #3b4a58;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
}
.page-content.myaccount .no_results h3 {
  margin: 0;
  font-weight: 600;
}

/* Addresses */
.page-content.myaccount #cdash_address h4.text-muted {
  color: #0d2a3f !important;
  font-weight: 700;
}
.page-content.myaccount #cdash_address .with-padding-trl { padding: 20px 20px; }

/* Breadcrumb and title tidy */
.page-content.myaccount .myaccount-title #breadcrumb {
  margin: 0 0 8px 0;
}
.page-content.myaccount .myaccount-grid-title h2 {
  margin: 0;
  color: #0d2a3f;
  font-weight: 800;
}

/* Half-width cards behave nicely on mobile */
@media (max-width: 991px) {
  .page-content.myaccount .dashboard-sortable > li.grid.simple.half-width {
    width: 100% !important;
  }
}

/* Subtle hover lift on cards */
.page-content.myaccount .dashboard-sortable > li.grid.simple:hover {
  box-shadow: 0 10px 24px rgba(2,87,152,0.12);
}

/* HR tidy */
.page-content.myaccount .grid-footer hr {
  margin: 14px 0;
  border-top-color: #eef2f6;
}

nav.menu .catalog-block ul.catalog>li>a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: var(--evo-text-col);
    display: flex
;
    font-size: 1em;
    height: 100%;
    line-height: 1.5;
    padding: 10px 15px;
    transition: border .35s ease, color .35s ease !important;
}

/* Centering Titles and Adding Styling */

.creditappform h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #009bde;
    margin-top: 30px;
    margin-bottom: 30px;
}


/* Wrapper with gradient overlay */
.shop-now-section {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 400px; /* adjust as needed */
  color: #fff;
  z-index: 1;
}

.shop-now-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0, 0, 0, 0.5),   /* top fade */
    rgba(0, 0, 0, 0.5)    /* bottom fade */
  );
  z-index: 1;
}

/* Ensure text and button are above the overlay */
.shop-now-section .container {
  position: relative;
  z-index: 2;
}

.shop-now-section .text-wrapper h1,
.shop-now-section .text-wrapper h3 {
  margin: 0 0 15px;
  color: #fff;
}

.shop-now-section .btn.btn-white {
  background: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.shop-now-section .btn.btn-white:hover {
  background: #ff0000; /* brand blue */
  color: #fff;
}

.shop-now-section .text-wrapper h1,
.shop-now-section .text-wrapper h3 {
  margin: 0;              /* reset browser margins */
  margin-bottom: 10px;    /* add smaller spacing */
  font-size: 35px;
}
.shop-now-section .text-wrapper {
  margin-bottom: 15px;    /* tighter spacing before the button */
}

nav.menu .catalog-block ul.catalog>li .submenu .submenucontainer>li>a {
    color: var(--evo-brand-default);
    padding: 0;
    font-size: 16px;
}