body.page-template-page-trusted-futures-astra-safe .site-content > .ast-container,
body.page-template-page-trusted-futures-astra-safe .ast-container,
body.page-template-page-trusted-futures-astra-safe #primary,
body.page-template-page-trusted-futures-astra-safe #content,
body.page-template-page-trusted-futures-astra-safe article,
body.page-template-page-trusted-futures-astra-safe .entry-content,
body.page-template-page-trusted-futures-astra-safe .post-thumb-img-content {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.page-template-page-trusted-futures-astra-safe .entry-header,
body.page-template-page-trusted-futures-astra-safe .ast-breadcrumbs,
body.page-template-page-trusted-futures-astra-safe .sidebar-main,
body.page-template-page-trusted-futures-astra-safe .widget-area,
body.page-template-page-trusted-futures-astra-safe .related-posts,
body.page-template-page-trusted-futures-astra-safe .comments-area {
  display: none !important;
}
body.page-template-page-trusted-futures-astra-safe .entry-content {
  margin: 0 !important;
}


#tf-app-header,
#tf-app-footer,
#tf-app,
body {
  --navy: #0A1628;
  --navy-mid: #132240;
  --teal: #00B4D8;
  --teal-deep: #0096B7;
  --gold: #F4A261;
  --cream: #F8F6F0;
  --light: #F0F4F8;
  --dark: #2D3142;
  --gray: #6B7280;
  --white: #FFFFFF;
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
    width: 100%;
}

#tf-app, #tf-app * { margin: 0; padding: 0; box-sizing: border-box; }

#ast-scroll-top {
    background-color: var(--teal);
}
#ast-scroll-top:hover {
    background-color: var(--teal-deep);
}
html #tf-app { scroll-behavior: smooth; }

#tf-app-footer,
#tf-app {
  font-family: var(--font-body);
  color: var(--dark);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

/* NAV */
#tf-app-header nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10, 22, 40, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 180, 216, 0.15);
  transition: all 0.4s ease;
}
#tf-app-header nav .nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 32px;
}
#tf-app-header nav .logo {
  font-family: var(--font-display);
  font-size: 1.3rem; color: var(--white);
  letter-spacing: 0.02em;
  cursor: pointer;
}
#tf-app-header nav .logo a {
  color: var(--white);
}
#tf-app-header nav .logo span { color: var(--teal); }
#tf-app-header nav .logo a:hover {
  color: var(--teal);
}
#tf-app-header nav .logo a:hover span { color: var(--white); }
#tf-app-header nav #menu-main-menu { display: flex; gap: 32px; align-items: center; }
#tf-app-header nav #menu-main-menu a {
  color: rgba(255,255,255,0.7); text-decoration: none;
  font-size: 0.85rem; font-weight: 500;
  letter-spacing: 0.04em; text-transform: uppercase;
  transition: color 0.3s;
}
#tf-app-header nav #menu-main-menu a:hover, #tf-app nav #menu-main-menu a.active { color: var(--teal); }
#tf-app-footer ul,
#tf-app-header ul {
    margin: 0;
    list-style: none;
}
#tf-app-header nav li.nav-cta {
  background: var(--teal);
  padding: 8px 20px; border-radius: 6px;
  font-weight: 600 !important; text-transform: uppercase !important;
  font-size: 0.8rem !important; letter-spacing: 0.06em !important;
  transition: all 0.3s !important;
  color: 
}
#tf-app-header nav li.nav-cta a{
  color: var(--navy) !important;
}
#tf-app-header nav li.nav-cta:hover { background: var(--gold) !important; }

/* SECTIONS */

/*
#tf-app section { display: none; }
#tf-app section.active { display: block; }
*/

/* HERO */
#tf-app .hero {
  min-height: 100vh;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 40%, #0D2B4A 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  padding: 120px 32px 80px;
}
#tf-app .hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse 600px 600px at 20% 50%, rgba(0,180,216,0.08), transparent),
    radial-gradient(ellipse 400px 400px at 80% 30%, rgba(244,162,97,0.06), transparent);
}
#tf-app .hero::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    linear-gradient(rgba(0,180,216,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,180,216,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
}
#tf-app .hero-content {
  position: relative; z-index: 2;
  max-width: 900px; text-align: center;
}
#tf-app .hero-label {
  display: inline-block;
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 28px;
  padding: 6px 16px;
  border: 1px solid rgba(0,180,216,0.3);
  border-radius: 100px;
}
#tf-app .hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 24px;
}
#tf-app .hero h1 em {
  font-style: italic;
  color: var(--teal);
}
#tf-app .hero p {
  font-size: 1.15rem; color: rgba(255,255,255,0.65);
  max-width: 650px; margin: 0 auto 40px;
  line-height: 1.8; font-weight: 300;
}
#tf-app .hero-ctas {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}
#tf-app .btn-primary {
  background: var(--teal); color: var(--navy);
  padding: 14px 32px; border-radius: 8px;
  font-weight: 600; font-size: 0.9rem;
  text-decoration: none; display: inline-block;
  transition: all 0.3s; border: none; cursor: pointer;
  letter-spacing: 0.02em;
}
#tf-app .btn-primary:hover { background: var(--gold); transform: translateY(-2px); }
#tf-app .btn-secondary {
  background: transparent; color: var(--white);
  padding: 14px 32px; border-radius: 8px;
  font-weight: 500; font-size: 0.9rem;
  text-decoration: none; display: inline-block;
  border: 1px solid rgba(255,255,255,0.25);
  transition: all 0.3s; cursor: pointer;
}
#tf-app .btn-secondary:hover { border-color: var(--teal); color: var(--teal); }

/* PROOF BAR */
#tf-app .proof-bar {
  background: var(--navy-mid);
  border-top: 1px solid rgba(0,180,216,0.1);
  border-bottom: 1px solid rgba(0,180,216,0.1);
  padding: 40px 32px;
  overflow: hidden;
}
#tf-app .proof-bar .stats {
  display: flex; justify-content: center; gap: 60px; flex-wrap: wrap;
  max-width: 1100px; margin: 0 auto;
}
#tf-app .proof-bar .stat { text-align: center; }
#tf-app .proof-bar .stat-number {
  font-family: var(--font-display);
  font-size: 2.2rem; color: var(--teal);
  display: block;
}
#tf-app .proof-bar .stat-label {
  font-size: 0.8rem; color: rgba(255,255,255,0.5);
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-top: 4px;
}

/* CONTENT SECTIONS */
#tf-app .content-section {
  padding: 100px 32px;
  max-width: 1200px; margin: 0 auto;
}
#tf-app .content-section.dark-bg {
  max-width: none;
  background: var(--navy);
  color: var(--white);
}
#tf-app .content-section.light-bg {
  max-width: none;
  background: var(--cream);
}
#tf-app .content-section .inner { max-width: 1200px; margin: 0 auto; }
#tf-app .content-section .inner-narrow { max-width: 900px; margin: 0 auto; text-align: center;}

#tf-app .section-label {
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 12px;
}
#tf-app .section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--navy); line-height: 1.2;
  margin-bottom: 20px;
}
#tf-app .dark-bg .section-title { color: var(--white); }
#tf-app .section-subtitle {
  font-size: 1.05rem; color: var(--gray);
  max-width: 600px; line-height: 1.8;
  margin-bottom: 50px; font-weight: 300;
}
#tf-app .dark-bg .section-subtitle { color: rgba(255,255,255,0.6); }

/* VALUE PROPS */
#tf-app .value-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
#tf-app .value-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(0,180,216,0.12);
  border-radius: 16px; padding: 36px;
  transition: all 0.4s;
}
#tf-app .value-card:hover {
  border-color: var(--teal);
  transform: translateY(-4px);
  background: rgba(0,180,216,0.06);
}
#tf-app .value-card .card-icon {
  width: 48px; height: 48px;
  background: rgba(0,180,216,0.1);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; font-size: 1.4rem;
}
#tf-app .value-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem; color: var(--white);
  margin-bottom: 12px;
}
#tf-app .value-card p {
  font-size: 0.9rem; color: rgba(255,255,255,0.6);
  line-height: 1.7;
}

/* SERVICES */
#tf-app .service-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
#tf-app .service-card {
  background: var(--white);
  border: 1px solid #E5E7EB;
  border-radius: 16px; padding: 36px;
  transition: all 0.3s;
  position: relative; overflow: hidden;
}
#tf-app .service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s;
}
#tf-app .service-card:hover::before { transform: scaleX(1); }
#tf-app .service-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.08); transform: translateY(-3px); }
#tf-app .service-number {
  font-family: var(--font-display);
  font-size: 2.5rem; color: var(--light);
  position: absolute; top: 16px; right: 24px;
}
#tf-app .service-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem; color: var(--navy);
  margin-bottom: 12px;
}
#tf-app .service-card p {
  font-size: 0.88rem; color: var(--gray);
  line-height: 1.7;
}
#tf-app .service-card .service-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 16px;
}
#tf-app .service-tag {
  font-size: 0.72rem; font-weight: 600;
  padding: 4px 12px; border-radius: 100px;
  background: var(--light); color: var(--teal-deep);
  letter-spacing: 0.02em;
}

/* CASE STUDIES */
#tf-app .case-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
#tf-app .case-card {
  background: var(--white);
  border-radius: 16px; padding: 36px;
  border: 1px solid #E5E7EB;
  transition: all 0.3s;
}
#tf-app .case-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
#tf-app .case-label {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 12px;
}
#tf-app .case-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem; color: var(--navy);
  margin-bottom: 12px; line-height: 1.3;
}
#tf-app .case-card p { font-size: 0.88rem; color: var(--gray); line-height: 1.7; }
#tf-app .case-stat {
  display: flex; gap: 24px; margin-top: 20px;
  padding-top: 20px; border-top: 1px solid #F0F0F0;
}
#tf-app .case-stat div { }
#tf-app .case-stat .num {
  font-family: var(--font-display);
  font-size: 1.3rem; color: var(--teal);
}
#tf-app .case-stat .lbl {
  font-size: 0.72rem; color: var(--gray);
  text-transform: uppercase; letter-spacing: 0.08em;
}

/* TEAM */
#tf-app .team-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
#tf-app .team-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 32px;
  text-align: center;
  transition: all 0.3s;
}
#tf-app .team-card:hover { border-color: var(--teal); background: rgba(0,180,216,0.04); }
#tf-app .team-avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 1.5rem; color: var(--navy);
}
#tf-app .team-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem; color: var(--white);
  margin-bottom: 4px;
}
#tf-app .team-role {
  font-size: 0.8rem; color: var(--teal);
  font-weight: 500; margin-bottom: 12px;
}
#tf-app .team-card p {
  font-size: 0.82rem; color: rgba(255,255,255,0.5);
  line-height: 1.7;
}

/* QUOTE */
#tf-app .quote-section {
  padding: 80px 32px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  text-align: center;
}
#tf-app .quote-section blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--white);
  font-style: italic;
  max-width: 800px; margin: 0 auto 24px;
  line-height: 1.5;
}
#tf-app .quote-section cite {
  font-family: var(--font-body);
  font-size: 0.9rem; color: var(--teal);
  font-style: normal; font-weight: 500;
}

/* RECOGNITION */
#tf-app .recognition-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 20px 0;
  gap: 16px;
  margin-top: 24px;
  max-width: 900px;
}
#tf-app .recognition-bar div {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 12px 24px;
  background: white;
  border: 1px solid #E5E7EB;
  border-radius: 100px;
  font-size:0.82rem;
  color:var(--navy);
  font-weight:600;
  color: black;
}

/* CONTACT */
#tf-app .contact-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: start;
}
#tf-app .contact-info h3 {
  font-family: var(--font-display);
  font-size: 1.3rem; color: var(--navy);
  margin-bottom: 8px;
}
#tf-app .contact-info p { color: var(--gray); font-size: 0.92rem; margin-bottom: 24px; }
#tf-app .contact-detail {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 16px;
  font-size: 0.9rem; color: var(--dark);
}
#tf-app .contact-detail .icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--light); display: flex;
  align-items: center; justify-content: center;
  font-size: 0.9rem;
}
#tf-app .contact-form input, #tf-app .contact-form textarea {
  width: 100%; padding: 14px 16px;
  border: 1px solid #E5E7EB; border-radius: 10px;
  font-family: var(--font-body); font-size: 0.9rem;
  margin-bottom: 16px; outline: none;
  transition: border-color 0.3s;
}
#tf-app .contact-form input:focus, #tf-app .contact-form textarea:focus {
  border-color: var(--teal);
}
#tf-app .contact-form textarea { height: 120px; resize: vertical; }

/* FOOTER */
#tf-app-footer {
  background: var(--navy); padding: 60px 32px 30px;
  border-top: 1px solid rgba(0,180,216,0.1);
}
#tf-app-footer .footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: start;
  flex-wrap: wrap; gap: 40px;
}
#tf-app-footer .footer-brand .logo {
  font-family: var(--font-display);
  font-size: 1.2rem; color: var(--white);
  margin-bottom: 8px;
}
#tf-app-footer .footer-brand .logo span { color: var(--teal); }
#tf-app-footer .footer-brand p {
  font-size: 0.82rem; color: rgba(255,255,255,0.4);
  max-width: 300px; line-height: 1.6;
}
#tf-app-footer .footer-links h4 {
  font-size: 0.75rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.15em;
  color: rgba(255,255,255,0.4); margin-bottom: 16px;
}
#tf-app-footer .footer-links a {
  display: block; color: rgba(255,255,255,0.6);
  text-decoration: none; font-size: 0.85rem;
  margin-bottom: 8px; transition: color 0.3s;
}
#tf-app-footer .footer-links a:hover { color: var(--teal); }
#tf-app-footer .footer-bottom {
  max-width: 1200px; margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
  font-size: 0.75rem; color: rgba(255,255,255,0.3);
}

/* ANIMATIONS */
@keyframes fadeInUp {
#tf-app from { opacity: 0; transform: translateY(30px); }
#tf-app to { opacity: 1; transform: translateY(0); }
}
#tf-app .animate { animation: fadeInUp 0.8s ease forwards; }
#tf-app .delay-1 { animation-delay: 0.1s; }
#tf-app .delay-2 { animation-delay: 0.2s; }
#tf-app .delay-3 { animation-delay: 0.3s; }
#tf-app .delay-4 { animation-delay: 0.4s; }

h3,
strong {
    font-weight: 500;
    color: var(--dark);
}
form.wpcf7-form br {
    display: none;
}

.flexible-content {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap: 20px;
    max-width:900px;
    margin-top:32px;
}
#tf-app .leadership>div {
    padding:40px;
    background:rgba(255,255,255,0.04);
    border: 1px solid rgba(0,180,216,0.12);
    border-radius:16px;
    margin-bottom:24px;
}
#tf-app .compentency,
#tf-app .countries,
#tf-app .awards-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
}
#tf-app .info {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    max-width: 900px;
    margin:0 auto 32px;
    text-align:center;
}
#tf-app .featured-articles,
#tf-app .solutions {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
    max-width:900px;
    margin-top:32px;
}
#tf-app .publications .publication-list div:nth-last-child(1) {
    border-bottom: none !important;
}

.mobile-menu-toggle {
    display: none;
}
.mobile-header-content {
    opacity: 0;
    height: 0;
    pointer-events: none;
    display: none;
}
#tf-app-header.mobile-open .mobile-header-content {
    pointer-events: initial;
}
/* Burger menu animation start */
.menuicon {
    display:block;
    cursor:pointer;
    color: #ffffff;
    width: 40px;

    transform:rotate(0deg);
    transition: .3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.menuicon__bar, .menuicon__circle {
    fill:none;
    stroke: #ffffff;
    stroke-width:3;
    stroke-linecap:round;
}
.menuicon__circle {
    stroke-width: 2;
}
.menuicon__bar {
    transform: rotate(0deg);
    transform-origin:50% 50%;
    transition: transform .25s ease-in-out;
}
.menuicon__circle {
    transition: stroke-dashoffset .3s linear .1s;
    stroke-dashoffset: calc(23 * 2 * 3.141592653);
    stroke-dasharray: calc(23 * 2 * 3.141592653);
}

#tf-app-header.mobile-open .mobile-menu-toggle .menuicon {
    color: #ffffff;
    transform:rotate(180deg);
}
#tf-app-header.mobile-open .mobile-menu-toggle .menuicon__circle {
    stroke-dashoffset:0;
}
#tf-app-header.mobile-open .mobile-menu-toggle .menuicon__bar:nth-child(1),
#tf-app-header.mobile-open .mobile-menu-toggle .menuicon__bar:nth-child(4) {
    opacity:0;
}
#tf-app-header.mobile-open .mobile-menu-toggle .menuicon__bar:nth-child(2) {
    transform: rotate(45deg);
}
#tf-app-header.mobile-open .mobile-menu-toggle .menuicon__bar:nth-child(3) {
    transform: rotate(-45deg);
}
#tf-app-header.mobile-open .logo {
    display: none;
}


/* RESPONSIVE */
@media (max-width: 768px) {
#tf-app .value-grid, #tf-app .service-grid, #tf-app .case-grid, #tf-app .team-grid { grid-template-columns: 1fr; }
#tf-app .contact-grid { grid-template-columns: 1fr; }
#tf-app-header nav #menu-main-menu { display: none; }
#tf-app .proof-bar .stats { gap: 30px; }
#tf-app .hero { padding: 100px 20px 20px; }
#tf-app #home .hero { padding-bottom: 60px; }

    #tf-app .quote-section,
    #tf-app .content-section {
        padding: 50px 20px;
    }
    #tf-app .section-subtitle {
        margin-bottom: 30px;
    }
    #tf-app .flexible-content,
    #tf-app .featured-articles,
    #tf-app .compentency,
    #tf-app .countries,
    #tf-app .solutions {
        display: flex;
        flex-direction: column;
    }
    .flexible-content>div {
        padding: 14px !important;
    }
    #tf-app .leadership>div,
    #tf-app .featured-articles>div,
    #tf-app .compentency>div,
    #tf-app .countries>div,
    #tf-app .solutions>div {
        padding: 20px !important;
    }
    #tf-app .proof-bar .stats {
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:24px;
        max-width:900px;
    }
    #tf-app .awards-content {
        grid-template-columns: repeat(2, 1fr);
    }
    #tf-app .value-card,
    #tf-app .service-card {
        padding: 36px 20px 20px;
    }
    #tf-app .service-card h3 {
        max-width: 80%;
    }
    #tf-app .info {
        grid-template-columns:repeat(2,1fr);
    }
    #tf-app .featured-articles,
    #tf-app .compentency,
    #tf-app .countries,
    #tf-app .solutions {
        gap: 12px;
    }


    .mobile-menu-toggle {
        display: block;
        z-index: 99999;
        position: absolute;
        top: 8px;
        right: 12px;
    }
    .mobile-header-content {
        display: none;
        opacity: 0;
        transition: all 0.5s ease;
        pointer-events: none;
        width: 100%;
        height: 0;
    }
    #tf-app-header.mobile-open .mobile-header-content {
        opacity: 1;
        pointer-events: initial;
        height: calc(100vh - 70px);
        overflow-y: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .admin-bar #tf-app-header.mobile-open .mobile-header-content {
        height: calc(100vh - 116px);
    }
    #tf-app-header {
        display: grid;
    }
    #tf-app-header .mobile-open {
        position: fixed;
        top: 0;
        z-index: 100000;
        width: 100%;
        background: var(--Color-Background);
    }
    html.mobile-open {
        overflow-y: hidden;
    }
    .mobile-header-content .menu-top-container .menu ul {
        flex-direction: column;
    }
   .mobile-header-content .menu-top-container {
        flex-direction: column;
    }
    .mobile-header-content .menu-top-container ul.menu {
        flex-direction: column;
        margin-left: 0;
    }
    .mobile-header-content .menu-main-menu-container ul {
        margin-left: 0;
    }
    #tf-app-header.mobile-open nav .nav-inner {
        padding: 0;
    }
    #tf-app-header.mobile-open nav #menu-main-menu {
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        justify-content: center;
    }
    #tf-app-header nav #menu-main-menu a {
        font-size: 1.15em;
    }
    #tf-app-header nav .nav-inner {
        padding-left: 22px;
    }

}
