/* ===============
   Tamar Solar - Global styles
   Header/topbar styles
   =============== */

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Acherus Militant', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
}

* {
    font-family: 'Acherus Militant', sans-serif;
    font-weight: 300;
    color: var(--primary-color);
}

.ts-topbar__text {
    margin: 0;
    color: var(--primary-color);
    font-size: 16px;
    padding: 16px 0;
    text-align: center;
}

.ts-header {
    background-color: #ffffff;
    border-bottom: 2px solid #e6e9ef;
}

.ts-header__row {
    min-height: 80px;
    align-items: center;
}

.ts-header__brand {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    flex-direction: column;
}

.ts-header__title {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ts-header__tagline {
    font-size: 12px;
    color: #778298;
}

.ts-header__right {
    display: flex;
    justify-content: flex-end;
}

.ts-header__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.ts-phone-icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
}

.ts-header__help {
    color: #6e7990;
}

.ts-header__link-text {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 600;
}

/* Utility container spacing if needed */
.ts-header .container,
.ts-topbar .container {
    padding-left: 16px;
    padding-right: 16px;
}

.site-footer {
    margin-top: 100px;
    background-color: var(--primary-color);
    padding: 60px 0 80px 0;
}

.footer-information *{
    color: #fff;
}

.footer-title {
    font-size: 20px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.footer-information ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.footer-information ul li {
    margin-bottom: 10px;
}

.footer-information__li__styled {
    margin-top: 20px;
}

.ts-header__cta.ts-header__link {
	cursor: pointer;
}
