* {
    font-family:'Inter' !important;
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html {
    scroll-behavior:smooth;
}

body {
    background:#fff;
    color:#111;
    overflow-x:hidden;
    -webkit-font-smoothing:antialiased;
}

header .ct-container {
    max-width: 100% !important;
    width: 96% !important;
}
/*Mobile*/
@media (max-width: 1080px) {
#header [data-items] {
    width: 92% !important;
}
[data-header*="type-1"] #offcanvas .ct-panel-inner {
    position: fixed;
    inset: 0;
    background: #fff !important;
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

nav[class*=menu] .ct-menu-link {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #111 !important;
    transition: opacity 0.3s;
    text-align: center;
}
.mobile-menu .ct-menu-link {
       justify-content: left !important;
}
.ct-toggle-close svg.ct-icon {
    filter: invert(1);
    font-size: 40px;
}
	
	.tf-footer-brand {
        grid-column: span 2;
        text-align: center;
    }
    .tf-footer-col {
        text-align: center;
    }
	p.tf-footer {
    text-align: center;
}
}
/* ===========================
    FOOTER
 =========================== */
 
 .tf-footer{
    padding:0 20px 40px;
    text-align:center;
    font-size:11px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#999;
}

.tf-footer-brand h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.tf-footer-brand p {
    font-size: 13px;
    line-height: 1.8;
    color: #666;
    max-width: 300px;
}

.tf-footer-col h4 {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.tf-footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tf-footer-col a {
    font-size: 13px;
    color: #666;
    transition: color 0.3s;
    letter-spacing: 0.3px;
}

.tf-footer-col a:hover {
    color: #111;
}

.tf-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid #d9d6d0;
    flex-wrap: wrap;
    gap: 16px;
}

.tf-footer-bottom span {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
}

.ct-footer .ct-container {
    padding-bottom: 0!important;
}

/*Mobile*/
@media (max-width: 1080px) {
[data-header*="type-1"] #offcanvas .ct-panel-inner {
    position: fixed;
    inset: 0;
    background: #fff !important;
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

nav[class*=menu] .ct-menu-link {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #111 !important;
    transition: opacity 0.3s;
    text-align: center;
}


}

@media (max-width: 768px) {
    .tf-footer-brand {
        grid-column: span 2;
        text-align: center;
    }
    .tf-footer-col {
        text-align: center;
    }
    p.tf-footer {
    text-align: center;
}
}

@media (max-width: 480px) {
    .tf-footer-brand {
        grid-column: span 1;
    }
}
