/* ----------------------------------------------
 * Generated by Animista on 2024-12-17 4:43:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}

.single-client{
    box-shadow:none !important;
}
/* Styling the list items inside the footer widget */
.footer-widget-area .menu li {
    list-style-type: none; /* Removes default bullet points */
    margin: 10px 0; /* Adds spacing between list items */
    padding: 5px; /* Adds some padding inside the list item */
    font-size: 16px; /* Sets the font size */
    color: #ffffff; /* Sets the text color */
    transition: color 0.3s, background-color 0.3s; /* Smooth transition for hover effects */
    font-family: 'Sofia Pro Light Az' !important;
}

/* Styling the anchor links inside the list items */
.footer-widget-area .menu li .menu-link {
    text-decoration: none; /* Removes underline */
    color: inherit; /* Inherits the text color */
}
.widget_nav_menu h2.widget-title{
    color:#ffffff!important;
    font-family: 'Sofia Pro bold Az' !important;
}
.ast-footer-copyright p{
    color:#ffffff!important;
    font-family: 'Sofia Pro Light Az' !important;
    
}
.ast-builder-html-element p{
    font-family: 'Sofia Pro Light Az' !important;
    padding-top:18px !important;
    margin-bottom:0px;
}
.ast-footer-copyright p a {
    color: #ffffff !important;
    font-family: 'Sofia Pro Light Az' !important;
}



/* Blog Pagination */

.ast-pagination .nav-links {
    display: inline-block !important;
    width: auto !important;
}

.ast-pagination .navigation .current {
    background-color: #FF1F01 !important;
    border-color: #FF1F01 !important;
}

.ast-pagination .navigation .next:hover {
    color: #FF1F01 !important;
}
.ast-pagination .navigation .prev:hover {
    color: #FF1F01 !important;
}

/*  .ast-pagination{
    padding-top:20px !important;
    Padding-bottom: 100px !important;
} */


@media only screen and (max-width: 1920px) {
    .menu-item a{
        font-size:15px !important;
    }
    .ast-blog-layout-4-grid .ast-row{
        padding:100px 100px 100px 100px !important;
    }
}

@media only screen and (max-width: 1440px) {
.elementor-9 .elementor-element.elementor-element-bc26664::before{
    content: url(/wp-content/uploads/2024/12/Rectangle-shape.png) !important;
    position: absolute !important;
    Left: -33PX !important;
    top: -28px !important;
}
    .menu-item a{
        font-size:13px !important;
    }
    .ast-blog-layout-4-grid .ast-row{
        padding:50px 0px 0px 0px !important;
    }
}


@media only screen and (max-width: 1280px) {
    .menu-item a{
        font-size:11px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1050px) {
  .site-logo-img{
        width:150px!important;
    }
}

@media only screen and (max-width: 1024px) {
    /* .menu-item a{
        font-size:13px !important;
    } */
    .site-logo-img{
        width:150px!important;
    }
}

@media only screen and (max-width: 975px) {
    .menu-item a{
        font-size:10px !important;
    }
}

@media only screen and (max-width: 929px) {
    .menu-item a{
        font-size:9px !important;
    }
    .footer-h3{
        text-align: left;
    }
    .footer-p{
        text-align: left;
        color: rgba(255, 255, 255, 0.76);
    }

    .footer-bottom-links {
        display: block !important;
    }
}


@media only screen and (max-width: 921px) {
    aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
    text-align: center !important;
    }
    #media_image-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto; /* Adjust if you need specific section height */
    text-align: center; /* Fallback for text alignment in some cases */
    }
    .site-logo-img{
        width:auto!important;
        padding:20px!important;
    }
    #media_image-3 img {
    display: block;
    margin: 0 auto; /* Ensure proper centering for block elements */
    max-width: 100%; /* Maintain responsiveness */
    height: auto; /* Preserve aspect ratio */
    }
}

    
    

@media only screen and (max-width: 768px) {
  .e-con-inner .our-solution {
     display: flex !important; 
     flex-direction: column-reverse !important;
    }
    .elementor-9 .elementor-element.elementor-element-bc26664::before{
        content: url(/wp-content/uploads/2024/12/Rectangle-shape.png) !important;
        position: absolute !important;
        Left: 4PX !important;
        top: -8px !important;
    }
        aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
        text-align: center !important;
    }
    .ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-button-1 {
        padding: 7px 10px !important;
    }
     .menu-item a {
        font-size: 14px !important;
    }
    .webinar-item{
        width:48%!important;
    }
    .site-logo-img{
        width:auto!important;
        padding:20px!important;
    }
    .news-item{
        width:100%!important;
    }
    
} 

@media only screen and (max-width: 591px) {
    .case-study-grid{
/*      display:flex !important; */
/*      flex-direction:column!important; */
    }
    .case-study-item{
        width:100% !important;
    }
    .case-study-item > a:last-of-type{
    width:100%!important;
    text-align:center !important;
    }
    .webinar-item{
        width:100%!important;
    }
    .webinar-item > a:last-of-type{
    width:100%!important;
    text-align:center !important;
    }
    .event-item{
        width:100%!important;
    }
    .event-item > a:last-of-type{
    width:100%!important;
    text-align:center !important;
    }
    
}

#igna-chat-widget-container .cua-chat--chat-expanded__input-container {
    width: 430px !important;
}

@media (max-width: 768px) {
    #igna-chat-widget-container .cua-chat--chat-expanded__input-container {
        /* display: none !important; */
        width: auto !important;
    }
    .paths-grid::after{
        display: none !important;
    }
}

/* TechForGov redesign header/footer styles */
:root {
    --tfog-red: #ff1f01;
    --tfog-blue: #059ee3;
    --tfog-navy: #223354;
    --tfog-gray-50: #f8f9fb;
    --tfog-gray-100: #eef1f5;
    --tfog-gray-400: #8a95a8;
    --tfog-white: #ffffff;
    --tfog-radius-sm: 10px;
    --tfog-radius-md: 14px;
    --tfog-radius-lg: 20px;
    --red:    #ff1f01;
    --blue:   #059ee3;
    --navy:   #223354;
    --black:  #000000;
    --white:  #ffffff;
    --gray-50:#f8f9fb;
    --gray-100:#eef1f5;
    --gray-200:#d6dce7;
    --gray-400:#8a95a8;
    --gray-600:#4a5568;
    --navy:#223354;
    --navy-light: #2c4472;
    --blue-light: rgba(5,158,227,.12);
    --red-light:  rgba(255,31,1,.08);
    --font-head: 'Sofia Pro Regular Az', Helvetica, Arial, sans-serif;
    --font-body: 'Sofia Pro Regular Az', Helvetica, Arial, sans-serif;
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --shadow-card: 0 2px 20px rgba(34,51,84,.08), 0 1px 4px rgba(34,51,84,.04);
    --shadow-hover: 0 8px 40px rgba(34,51,84,.14), 0 2px 8px rgba(34,51,84,.06);
    --transition: all .22s cubic-bezier(.4,0,.2,1);
    --about-red: #ff1f01;
    --about-blue: #059ee3;
    --about-navy: #223354;
    --about-gray-50: #f8f9fb;
    --about-gray-100: #eef1f5;
    --about-gray-200: #d6dce7;
    --about-gray-400: #8a95a8;
    --about-gray-600: #4a5568;
    --about-blue-light: rgba(5, 158, 227, 0.12);
}

body {
    font-family: 'Sofia Pro Regular Az', Helvetica, Arial, sans-serif !important;
    color: var(--tfog-navy) !important;
    background-color: var(--tfog-white) !important;
    scroll-padding-top: 90px;
}

/* h1, h2, h3, h4, h5, h6 {
    font-family: 'Sora', sans-serif !important;
} */

.tfog-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--tfog-gray-100);
}

.tfog-header-inner {
    max-width: 1815px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 24px;
    height: 68px;
}

.tfog-branding {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--tfog-navy);
}

.tfog-logo-image,
.footer-logo-image {
    display: inline-block;
    max-height: 40px;
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
}

.tfog-site-title,
.footer-logo-title {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.tfog-main-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.tfog-menu,
.nav-links {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.tfog-menu li,
.nav-links li {
    margin: 0;
    position: relative;
}

.tfog-menu li a,
.nav-links li a {
    color: var(--tfog-gray-600) !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 8px 14px;
    border-radius: 12px;
    transition: color 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.tfog-menu li a:hover,
.nav-links li a:hover,
.tfog-menu li a:focus,
.nav-links li a:focus {
    color: var(--tfog-navy) !important;
    background-color: rgba(34, 51, 84, 0.04);
}

.tfog-menu li.current-menu-item > a,
.tfog-menu li.current-menu-ancestor > a,
.tfog-menu li.current-menu-parent > a,
.tfog-menu li.current_page_item > a,
.tfog-menu li.current_page_ancestor > a,
.nav-links li.current-menu-item > a,
.nav-links li.current-menu-ancestor > a,
.nav-links li.current-menu-parent > a,
.nav-links li.current_page_item > a,
.nav-links li.current_page_ancestor > a {
    color: var(--tfog-navy) !important;
    background-color: rgba(5, 158, 227, 0.1);
    font-weight: 700;
}

.tfog-menu li.menu-item-has-children > a::after,
.nav-links li.menu-item-has-children > a::after {
    content: "▾";
    display: inline-block;
    margin-left: 6px;
    font-size: 1.25rem;
    color: var(--tfog-gray-400);
    transition: color 0.22s ease, transform 0.22s ease;
}

.tfog-menu li.menu-item-has-children:hover > a::after,
.nav-links li.menu-item-has-children:hover > a::after {
    color: var(--tfog-navy);
    transform: translateY(1px);
}

.tfog-menu li.current-menu-ancestor > a::after,
.tfog-menu li.current-menu-parent > a::after,
.tfog-menu li.current_page_ancestor > a::after,
.nav-links li.current-menu-ancestor > a::after,
.nav-links li.current-menu-parent > a::after,
.nav-links li.current_page_ancestor > a::after {
    color: var(--tfog-navy);
}

.tfog-menu li .sub-menu,
.nav-links li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(34,51,84,0.08);
    border-radius: 18px;
    padding: 12px 0;
    box-shadow: 0 18px 40px rgba(34,51,84,0.08);
    z-index: 50;
}

.tfog-menu li:hover > .sub-menu,
.nav-links li:hover > .sub-menu {
    display: block;
}

.tfog-menu li .sub-menu li,
.nav-links li .sub-menu li {
    width: 100%;
}

.tfog-menu li .sub-menu li a,
.nav-links li .sub-menu li a {
    display: block;
    padding: 10px 16px;
    color: var(--tfog-gray-600) !important;
    white-space: normal;
}

.tfog-menu li .sub-menu li a:hover,
.nav-links li .sub-menu li a:hover {
    color: var(--tfog-navy) !important;
    background: rgba(5,158,227,0.08);
}

.tfog-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Hamburger Menu Toggle */
.menu-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.hamburger {
    display: none;
    width: 44px;
    height: 44px;
    cursor: pointer;
    color: var(--tfog-navy);
    padding: 10px;
    border-radius: 6px;
    transition: background-color 0.22s ease;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.hamburger:hover {
    background-color: rgba(34, 51, 84, 0.04);
}

.hamburger-line {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.menu-toggle:checked + .hamburger .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle:checked + .hamburger .hamburger-line:nth-child(2) {
    opacity: 0;
}

.menu-toggle:checked + .hamburger .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.tfog-submenu-toggle {
    display: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--tfog-radius-sm);
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary {
    background: var(--tfog-red) !important;
    color: var(--tfog-white) !important;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #e01a00 !important;
    transform: translateY(-1px);
}

.btn-ghost {
    background: transparent !important;
    border: 1.5px solid #b4bac1 !important;
    color: var(--tfog-navy) !important;
}

.btn-ghost:hover,
.btn-ghost:focus {
    border-color: var(--tfog-blue) !important;
    color: var(--tfog-blue) !important;
}

.site-header + .ast-container,
.site-header + .ast-container + .ast-container {
    padding-top: 88px;
}

.tfog-site-footer {
    background: var(--tfog-navy);
    color: white;
    padding: 64px 24px 32px;
}

.tfog-footer-inner {
    display: grid;
    grid-template-columns: 2fr 0fr 1fr 1fr;
    gap: 32px;
    max-width: 1315px;
    margin: 0 auto 28px;
}

.footer-col h5 {
    color: #ffffff80;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-link-list li {
    margin-bottom: 12px;
}

.footer-link-list li a {
    color: rgba(255,255,255,0.76);
    text-decoration: none;
    font-size: 0.95rem !important;
}

.footer-link-list li a:hover,
.footer-link-list li a:focus {
    color: white;
}

.footer-col--brand .footer-desc {
    max-width: 320px;
    line-height: 1.8;
    color: rgba(255,255,255,0.76);
    margin-top: 16px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 20px;
    max-width: 1280px;
    margin: 0 auto;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,0.66);
    font-size: 0.88rem;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    font-size: 0.88rem;
}

.footer-bottom-links a:hover,
.footer-bottom-links a:focus {
    color: white;
}

.trust-bar {
    background: #f8f9fb;
    border-top: 1px solid #eef1f5;
    border-bottom: 1px solid #eef1f5;
    padding: 28px 48px;
    display: flex;
    align-items: center;
    gap: 48px;
    overflow: hidden;
}

/* Here section */
/* ── HERO ────────────────────────────────────────── */
  .hero {
    padding: 140px 48px 100px;
    min-height: 90vh;
    display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px;
    max-width: 1280px; margin: 0 auto;
    position: relative;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: .78rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
    color: var(--blue); background: var(--blue-light);
    padding: 6px 14px; border-radius: 100px;
    margin-bottom: 24px;
  }
  .hero-badge::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%;
    background: var(--blue); animation: pulse 2s ease-in-out infinite;
  }
  @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.6;transform:scale(1.3)} }
  .hero h1 {
    font-family: var(--font-head); font-size: clamp(2.4rem, 4vw, 3.4rem);
    font-weight: 800; line-height: 1.1; color: var(--navy);
    margin-bottom: 22px; letter-spacing: -.03em;
  }
  .hero h1 em { font-style: normal; color: var(--red); }
  h1 em { font-style: normal; color: var(--red); }
  h2 em { font-style: normal; color: var(--red); }
  .hero p {
    font-size: 1.08rem; line-height: 1.7; color: var(--gray-600);
    max-width: 520px; margin-bottom: 36px;
  }
  .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
  .btn-large {
    font-family: var(--font-body); font-weight: 600; font-size: 1rem;
    padding: 14px 28px; border-radius: var(--radius-md);
    background: var(--red); border: none; color: white;
    cursor: pointer; transition: var(--transition); text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .btn-large:hover { background:#e01a00; transform:translateY(-2px); box-shadow:0 6px 24px rgba(255,31,1,.35); }
  .btn-outline-large {
    font-family: var(--font-body); font-weight: 500; font-size: 1rem;
    padding: 14px 28px; border-radius: var(--radius-md);
    background: transparent; border: 2px solid var(--gray-200); color: var(--navy);
    cursor: pointer; transition: var(--transition); text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .btn-outline-large:hover { border-color: var(--blue); color: var(--blue); }
  .hero-trust {
    margin-top: 40px; display: flex; align-items: center; gap: 14px;
    font-size: .82rem; color: var(--gray-400);
  }
  .trust-avatars {
    display: flex;
  }
  .trust-avatar {
    width: 28px; height: 28px; border-radius: 50%;
    border: 2px solid white; margin-left: -6px;
    font-size: .6rem; font-weight: 700; color: white;
    display: flex; align-items: center; justify-content: center;
  }
  .trust-avatar:first-child { margin-left: 0; }
  a#btn-lrg-danger:hover { background: #e01a00; transform: translateY(-1px); }
  a#book-a-free-cons-white:hover {     transform: translateY(-2px); box-shadow: 0 6px 24px rgba(0, 0, 0, .2); }

  /* ── HERO VISUAL ─────────────────────────────────── */
  .hero-visual {
    position: relative;
  }
  .platform-preview {
    background: var(--navy);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(34,51,84,.25), 0 4px 16px rgba(34,51,84,.15);
    position: relative;
  }
  .platform-topbar {
    background: var(--navy-light);
    padding: 14px 20px;
    display: flex; align-items: center; gap: 10px;
  }
  .dot { width: 10px; height: 10px; border-radius: 50%; }
  .dot-r { background: #ff5f57; }
  .dot-y { background: #ffbd2e; }
  .dot-g { background: #28c840; }
  .platform-topbar-title {
    flex: 1; text-align: center;
    font-size: .75rem; color: rgba(255,255,255,.5); font-weight: 500;
  }
  .platform-body {
    display: grid; grid-template-columns: 200px 1fr;
    height: 360px;
  }
  .platform-sidebar {
    background: rgba(0,0,0,.2);
    padding: 16px 12px;
    border-right: 1px solid rgba(255,255,255,.06);
  }
  .sidebar-label {
    font-size: .63rem; font-weight: 600; letter-spacing: .1em;
    color: rgba(255,255,255,.35); text-transform: uppercase;
    margin-bottom: 8px; padding-left: 8px;
  }
  .sidebar-item {
    padding: 8px 10px; border-radius: 6px; margin-bottom: 2px;
    font-size: .75rem; color: rgba(255,255,255,.6); cursor: pointer;
    transition: var(--transition);
    display: flex; align-items: center; gap: 8px;
  }
  .sidebar-item.active {
    background: rgba(5,158,227,.2); color: var(--blue);
  }
  .sidebar-icon {
    width: 14px; height: 14px; opacity: .7;
    display: flex; align-items: center; justify-content: center;
  }
  .platform-main {
    padding: 20px; overflow: hidden;
  }
  .platform-header {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 16px;
  }
  .platform-title {
    font-family: var(--font-head); font-size: .9rem; font-weight: 700;
    color: white;
  }
  .status-pill {
    font-size: .65rem; font-weight: 600; padding: 3px 8px; border-radius: 100px;
    background: rgba(40,200,80,.15); color: #28c840;
    display: flex; align-items: center; gap: 4px;
  }
  .status-pill::before { content:''; width:5px; height:5px; border-radius:50%; background:#28c840; }
  .stats-row {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
    margin-bottom: 16px;
  }
  .stat-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px; padding: 12px;
  }
  .stat-num {
    font-family: var(--font-head); font-size: 1.3rem; font-weight: 700;
    color: white; line-height: 1;
  }
  .stat-label { font-size: .65rem; color: rgba(255,255,255,.4); margin-top: 3px; }
  .stat-change { font-size: .65rem; color: #28c840; margin-top: 4px; }
  .permit-list { display: flex; flex-direction: column; gap: 7px; }
  .permit-item {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 7px; padding: 9px 12px;
    display: flex; align-items: center; gap: 10px;
  }
  .permit-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
  .permit-info { flex: 1; }
  .permit-name { font-size: .72rem; color: white; font-weight: 500; }
  .permit-sub { font-size: .62rem; color: rgba(255,255,255,.4); }
  .permit-badge {
    font-size: .6rem; font-weight: 600; padding: 2px 8px; border-radius: 100px;
  }
  .badge-review { background: rgba(255,189,46,.15); color: #ffbd2e; }
  .badge-approved { background: rgba(40,200,80,.15); color: #28c840; }
  .badge-pending { background: rgba(5,158,227,.15); color: var(--blue); }

  /* floating widgets */
  .hero-float-1 {
    position: absolute; top: -24px; right: -20px;
    background: white; border-radius: 14px;
    box-shadow: 0 8px 32px rgba(34,51,84,.15);
    padding: 14px 18px;
    display: flex; align-items: center; gap: 12px;
    animation: floatUp 3s ease-in-out infinite;
    max-width: 200px;
    z-index: 999;
  }
  .hero-float-2 {
    position: absolute; bottom: 20px; left: -28px;
    background: white; border-radius: 14px;
    box-shadow: 0 8px 32px rgba(34,51,84,.15);
    padding: 12px 16px;
    animation: floatUp 3s ease-in-out infinite 1.5s;
  }
  @keyframes floatUp { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
  .float-icon {
    width: 38px; height: 38px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .float-text { font-size: .75rem; }
  .float-num { font-family: var(--font-head); font-size: 1.1rem; font-weight: 700; color: var(--navy); }
  .float-sub { font-size: .65rem; color: var(--gray-400); }

  /* ── TESTIMONIAL ────────────────────────────────── */
  .testimonial-section { background: var(--navy); }
  .testimonial-inner {
    max-width: 1280px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: center;
  }
  .section-eyebrow::before {
    content: ''; width: 18px; height: 2px; background: var(--blue); border-radius: 2px;
  }
  .testimonial-left .section-eyebrow { color: rgba(255,255,255,.5); }
  .testimonial-left .section-eyebrow::before { background: rgba(255,255,255,.3); }
  .testimonial-left .section-h2 { color: white; max-width: 100%; }
  .testimonial-left .section-h2 em { color: var(--blue); }
  .testimonial-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--radius-lg); padding: 36px 40px;
    position: relative;
  }
  .quote-mark {
    font-size: 6rem; line-height: 1; color: var(--red);
    font-family: serif; position: absolute; top: 16px; left: 28px;
    opacity: .4; pointer-events: none;
  }
  .testimonial-text {
    font-size: 1.05rem; line-height: 1.75; color: rgba(255,255,255,.85);
    margin-top: 20px; position: relative; z-index: 1;
  }
  .testimonial-author {
    margin-top: 24px; display: flex; align-items: center; gap: 14px;
    padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1);
  }
  .author-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--navy-light));
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-head); font-weight: 700; font-size: .9rem; color: white;
  }
  .author-name { font-weight: 600; font-size: .9rem; color: white; }
  .author-title { font-size: .8rem; color: rgba(255,255,255,.5); }
  .stat-highlights {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px;
  }
  .stat-highlight { text-align: center; }
  .stat-highlight-num {
    font-family: "Sofia Pro Bold Az", Sans-serif; font-size: 2.9rem; font-weight: 800;
    color: white; display: block;
  }
  .stat-highlight-num em { color: var(--red); font-style: normal; }
  .stat-highlight-label { font-size: .78rem; color: rgba(255,255,255,.5); margin-top: 4px; }

  /* div.news-carousel-wrapper .news-carousel-item {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--radius-lg);
    padding: 36px 20px;
    position: relative;
  }

  div.news-carousel-wrapper .news-carousel-title a, div.news-carousel-wrapper .news-carousel-excerpt{
    color:#ffffff;
  }

  div.news-carousel-wrapper a.read-more-btn{
    color:#ffffff;
  }

  div.news-carousel-wrapper a.read-more-btn:hover{
    color:#ff1f01;
  }

  div.news-carousel-wrapper .slick-list {
    height: 586px;
  }

  div.news-carousel-wrapper .news-carousel-item:hover {
    transform: translateY(10px);
    box-shadow: 0 8px 25px #ff1f01;
  } */

.custom-career-jobs .v1 {
    background: unset !important;
}

.custom-career-jobs .list-data .v1 {
    border: 1.5px solid var(--gray-100) !important;
    border-radius: var(--radius-lg) !important;
    padding: 32px 28px;
    background: white;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.custom-career-jobs .list-data .v1:hover {
    border-color: var(--blue);
    box-shadow: var(--shadow-hover);
    transform: translateY(-3px);
}

.custom-career-jobs .list-data .v1:hover::before {
    opacity: 1;
}
.custom-career-jobs .list-data .v1::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--blue-light) 0%, transparent 60%);
    opacity: 0;
    transition: var(--transition);
}


.product-card {
    border: 1.5px solid var(--gray-100);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    background: white;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.product-card.featured {
    background: var(--navy) !important;
    border-color: var(--navy);
    color: white !important;
}

.product-card.featured::before {
    background: linear-gradient(135deg, rgba(255, 31, 1, .15) 0%, transparent 60%);
    opacity: 1;
}

.product-card.featured .product-tag {
    background: rgba(255, 31, 1, .25);
    color: #ff8070;
}

.product-tag {
    display: inline-block;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 4px;
    background: var(--red-light);
    color: var(--red);
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.product-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.product-icon svg {
    width: 26px;
    height: 26px;
}

.product-card.featured .product-link {
    color: var(--blue);
}
.product-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .85rem;
    font-weight: 600;
    margin-top: 20px;
    color: var(--blue);
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: var(--transition);
}

.solution-card-2:hover {
    box-shadow: 0 8px 28px #1a27441a;
    transform: translateY(-3px);
    border-color: #c8cdd8;
}

.solution-card-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e0201c;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

.solution-card-2:hover::before {
    transform: scaleX(1);
}

.solution-card-2 {
    background: #ffffff;
    border: 1px solid #e2e5ec;
    border-radius: 10px;
    padding: 30px 28px;
    transition: box-shadow .22s, transform .22s, border-color .22s;
    position: relative;
    overflow: hidden;
}

.solution-card-2 h4 {
    font-size: 17px;
    font-weight: 800;
    color: #1a2744;
    margin-bottom: 8px;
    line-height: 1.3;
}

.solution-card-2 p {
    font-size: .8rem;
    color: var(--gray-600);
    line-height: 1.55;
}

.learn-more {
    font-size: 13px;
    font-weight: 800;
    color: #e0201c;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap .2s;
}

.learn-more::after {
    content: '→';
}

.learn-more::after {
    content: '→';
}

.solution-card {
    border-radius: var(--radius-md);
    padding: 24px;
    background: #f8f9fb;
    border: 1.5px solid transparent;
    transition: var(--transition);
    cursor: pointer;
}

.solution-card:hover {
    border-color: #059ee3 !important;
    background: white;
    box-shadow: var(--shadow-card);
}

.solution-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: white;
    border: 1px solid var(--gray-200);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 1.2rem;
    box-shadow: 0 2px 6px rgba(34, 51, 84, .06);
}

.solution-card h4 {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: .9rem;
    color: var(--navy);
    margin-bottom: 6px;
}

.solution-card p {
    font-size: .8rem;
    color: var(--gray-600);
    line-height: 1.55;
}

.custom-boxs {
    border: 1.5px solid var(--gray-100) !important;
    border-radius: var(--radius-lg) !important;
    padding: 32px 28px;
    background: white;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.custom-boxs:hover {
    border-color: var(--blue) !important;
    box-shadow: var(--shadow-hover) !important;
    transform: translateY(-3px) !important;
}

.custom-boxs:hover::before {
    opacity: 1 !important;
}
.custom-boxs::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(135deg, var(--blue-light) 0%, transparent 60%) !important;
    opacity: 0 !important;
    transition: var(--transition) !important;
}

.custom-locations .custom-locations-box {
    border: 1.5px solid var(--gray-100) !important;
    border-radius: var(--radius-lg) !important;
    padding: 32px 28px;
    background: white;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.custom-locations .custom-locations-box:hover {
    border-color: var(--blue);
    box-shadow: var(--shadow-hover);
    transform: translateY(-3px);
}

.custom-locations .custom-locations-box:hover::before {
    opacity: 1;
}
.custom-locations .custom-locations-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--blue-light) 0%, transparent 60%);
    opacity: 0;
    transition: var(--transition);
}


.tfog-about-card-2 {
    min-height: 210px;
    border-top: 4px solid var(--about-red) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    border: 1px solid rgba(34, 51, 84, 0.1);
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(34, 51, 84, 0.06);
}

.tfog-about-card-2:hover {
    transform: translateY(-4px);
    border-color: #ff1f0147 !important;
    box-shadow: 0 12px 40px rgba(34, 51, 84, 0.12);
}

.tfog-about-card-3 {
    min-height: 210px;
    border-top: 4px solid var(--blue) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    border: 1px solid rgba(34, 51, 84, 0.1);
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(34, 51, 84, 0.06);
}

.tfog-about-card-3:hover {
    transform: translateY(-4px);
/*  border-color: var(--blue-light) !important; */
    box-shadow: 0 12px 40px rgba(34, 51, 84, 0.12);
}

.tfog-about-card-4 {
    min-height: 210px;
    border-top: 4px solid var(--red) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    border: 1px solid rgba(34, 51, 84, 0.1);
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(34, 51, 84, 0.06);
}

.tfog-about-card-4:hover {
    transform: translateY(-4px);
/*  border-color: var(--blue-light) !important; */
    box-shadow: 0 12px 40px rgba(34, 51, 84, 0.12);
}

.section-eyebrow-2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--about-blue);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.section-eyebrow-2::before {
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--about-blue);
}



@media (max-width: 1024px) {
    .tfog-footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1114px) {
    .tfog-header-actions{
        display: none;
    }
}

@media (max-width: 768px) {
    .tfog-header-actions{
        display: none;
    }
    .tfog-header-inner {
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        height: auto;
        z-index: 10;
    }

    .hamburger {
        display: flex;
        order: 2;
        margin-left: auto;
        z-index: 20;
    }

    .tfog-main-navigation {
        order: 4;
        width: 100%;
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        z-index: 15;
        padding: 0 20px;
    }

    .menu-toggle:checked ~ .tfog-main-navigation {
        display: block;
    }

    .menu-toggle:checked ~ .tfog-header-actions {
        display: none !important;
    }

    .tfog-menu {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: rgba(255,255,255,0.98);
        border-radius: 12px;
        padding: 8px 0;
        box-shadow: 0 4px 16px rgba(34,51,84,0.1);
        margin-top: 0;
    }

    .tfog-menu li {
        width: 100%;
    }

    .tfog-menu li a {
        width: 100%;
        padding: 14px 20px;
        display: block;
        border-radius: 0;
    }

    .tfog-menu li a:hover,
    .tfog-menu li a:focus {
        background: rgba(5,158,227,0.08);
    }

    .tfog-menu li .sub-menu,
    .nav-links li .sub-menu {
        display: block;
        position: static;
        min-width: 0;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        padding: 0 0 6px 14px;
        background: transparent;
    }

    .tfog-menu li .sub-menu li a,
    .nav-links li .sub-menu li a {
        padding: 10px 20px;
        font-size: 0.95rem !important;
    }

    .tfog-header-actions {
        display: none;
        width: 100%;
        justify-content: flex-end;
        order: 3;
        margin-top: 12px;
    }

    .tfog-footer-inner {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
}

/* Custom mobile header menu */
@media (max-width: 921px) {
    .tfog-site-header .tfog-header-inner {
        position: relative;
        flex-wrap: nowrap;
        height: 68px;
        padding: 0 20px;
    }

    .tfog-site-header .tfog-branding {
        min-width: 0;
    }

    .tfog-site-header .tfog-logo-image {
        max-width: 220px;
        height: auto;
    }

    .tfog-site-header .hamburger {
        display: flex !important;
        flex: 0 0 44px;
        order: 2;
        margin-left: auto;
        z-index: 10001;
    }

    .tfog-site-header .tfog-main-navigation {
        display: none !important;
        position: absolute !important;
        top: 100%;
        left: 16px;
        right: 16px;
        width: auto;
        padding: 0;
        z-index: 10000;
    }

    .tfog-site-header #tfog-mobile-menu-toggle:checked ~ .tfog-main-navigation {
        display: block !important;
    }

    .tfog-site-header .tfog-menu,
    .tfog-site-header #nav-links {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
        max-height: calc(100vh - 96px);
        overflow-y: auto;
        margin: 0;
        padding: 8px 12px;
        list-style: none;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(34, 51, 84, 0.08);
        border-radius: 10px;
        box-shadow: 0 12px 32px rgba(34, 51, 84, 0.16);
        white-space: normal;
    }

    .tfog-site-header .tfog-menu li,
    .tfog-site-header #nav-links li {
        width: 100%;
        margin: 0;
    }

    .tfog-site-header .tfog-menu li a,
    .tfog-site-header #nav-links li a {
        display: block;
        width: 100%;
        padding: 11px 8px;
        border-radius: 0;
        border-bottom: 1px solid rgba(34, 51, 84, 0.12);
        font-size: 14px !important;
        line-height: 1.35;
        white-space: normal;
    }

    .tfog-site-header .tfog-menu li.current-menu-item > a,
    .tfog-site-header .tfog-menu li.current-menu-ancestor > a,
    .tfog-site-header .tfog-menu li.current-menu-parent > a,
    .tfog-site-header .tfog-menu li.current_page_item > a,
    .tfog-site-header .tfog-menu li.current_page_ancestor > a,
    .tfog-site-header #nav-links li.current-menu-item > a,
    .tfog-site-header #nav-links li.current-menu-ancestor > a,
    .tfog-site-header #nav-links li.current-menu-parent > a,
    .tfog-site-header #nav-links li.current_page_item > a,
    .tfog-site-header #nav-links li.current_page_ancestor > a {
        color: var(--tfog-navy) !important;
        background: rgba(5, 158, 227, 0.1);
        border-left: 3px solid var(--tfog-blue);
        padding-left: 12px;
    }

    .tfog-site-header .tfog-menu li:last-child > a,
    .tfog-site-header #nav-links li:last-child > a {
        border-bottom: 0;
    }

    .tfog-site-header .tfog-menu li.menu-item-has-children > a::after,
    .tfog-site-header #nav-links li.menu-item-has-children > a::after {
        content: none;
    }

    .tfog-site-header .tfog-menu li.menu-item-has-children > a,
    .tfog-site-header #nav-links li.menu-item-has-children > a {
        padding-right: 52px;
    }

    .tfog-site-header .tfog-submenu-toggle {
        position: absolute;
        top: 2px;
        right: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 42px;
        padding: 0;
        border: 0;
        border-radius: 6px;
        background: transparent;
        color: var(--tfog-gray-600);
        cursor: pointer;
        z-index: 2;
    }

    .tfog-site-header .tfog-submenu-toggle::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        transition: transform 0.22s ease;
    }

    .tfog-site-header .tfog-submenu-toggle[aria-expanded="true"]::before {
        transform: translateY(3px) rotate(225deg);
    }

    .tfog-site-header .tfog-submenu-toggle:hover,
    .tfog-site-header .tfog-submenu-toggle:focus {
        background: rgba(5, 158, 227, 0.08);
        color: var(--tfog-navy);
    }

    .tfog-site-header .tfog-menu li .sub-menu,
    .tfog-site-header #nav-links li .sub-menu {
        display: none !important;
        position: static !important;
        min-width: 0;
        padding: 0 0 0 16px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }

    .tfog-site-header .tfog-menu li.submenu-open > .sub-menu,
    .tfog-site-header #nav-links li.submenu-open > .sub-menu {
        display: block !important;
    }

    .tfog-site-header .tfog-header-actions {
        display: none !important;
    }
}

/* About Us Elementor revamp */
/* .tfog-about-elementor {
    --about-red: #ff1f01;
    --about-blue: #059ee3;
    --about-navy: #223354;
    --about-gray-50: #f8f9fb;
    --about-gray-100: #eef1f5;
    --about-gray-200: #d6dce7;
    --about-gray-400: #8a95a8;
    --about-gray-600: #4a5568;
    --about-blue-light: rgba(5, 158, 227, 0.12);
    color: var(--about-navy);
    font-family: 'DM Sans', sans-serif;
    overflow: hidden;
} */

.tfog-about-elementor * {
    box-sizing: border-box;
}

.tfog-about-shell {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.tfog-about-hero {
    padding: 150px 0 88px;
    background:
        radial-gradient(circle at 82% 18%, rgba(5, 158, 227, 0.14), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
}

.tfog-about-hero-grid,
.tfog-about-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    gap: 72px;
    align-items: center;
}

.tfog-about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--about-blue-light);
    color: var(--about-blue);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tfog-about-eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--about-blue);
}

.tfog-about-hero h1,
.tfog-about-cta h2 {
    margin: 0;
    color: var(--about-navy);
    font-family: 'Sora', sans-serif;
    font-size: clamp(2.5rem, 4.7vw, 4.7rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
}

.tfog-about-hero p {
    max-width: 660px;
    margin: 24px 0 0;
    color: var(--about-gray-600);
    font-size: 1.12rem;
    line-height: 1.75;
}

.tfog-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.tfog-about-panel {
    position: relative;
    border: 1px solid rgba(34, 51, 84, 0.1);
    border-radius: 20px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 80px rgba(34, 51, 84, 0.14);
    width: 100%;
    max-width: 80%;
    margin: 60px;
}

.tfog-about-panel-top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--about-gray-100);
    color: var(--about-gray-600);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tfog-about-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #28c840;
    box-shadow: 0 0 0 6px rgba(40, 200, 64, 0.12);
}

.tfog-about-metric-list {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.tfog-about-metric {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border-radius: 12px;
    background: var(--about-gray-50);
}

.tfog-about-metric strong {
    color: var(--about-red);
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    line-height: 1;
}

.tfog-about-metric span {
    color: var(--about-gray-600);
    font-size: 0.94rem;
    line-height: 1.45;
}

.tfog-about-panel-note {
    margin-top: 18px;
    padding: 16px;
    border-radius: 12px;
    background: var(--about-navy);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.6;
}

.tfog-about-trust {
    padding: 26px 0;
    border-top: 1px solid var(--about-gray-100);
    border-bottom: 1px solid var(--about-gray-100);
    background: #ffffff;
}

.tfog-about-trust .tfog-about-shell {
    display: flex;
    align-items: center;
    gap: 28px;
}

.tfog-about-trust span {
    flex: 0 0 auto;
    color: var(--about-gray-400);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tfog-about-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tfog-about-trust-list em {
    display: inline-flex;
    border: 1px solid var(--about-gray-200);
    border-radius: 999px;
    padding: 6px 13px;
    color: var(--about-gray-400);
    font-style: normal;
    font-size: 0.8rem;
    font-weight: 700;
}

.tfog-about-section {
    padding: 92px 0;
    background: #ffffff;
}

.tfog-about-section-muted {
    background: var(--about-gray-50);
}

.tfog-about-copy p {
    margin: 0 0 18px;
    color: var(--about-gray-600);
    font-size: 1.04rem;
    line-height: 1.78;
}

.tfog-about-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 44px;
}

.tfog-about-card {
    min-height: 265px;
    padding: 30px 28px;
    border: 1.5px solid var(--about-gray-100);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(34, 51, 84, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tfog-about-card:hover {
    transform: translateY(-4px);
    border-color: var(--about-blue);
    box-shadow: 0 12px 40px rgba(34, 51, 84, 0.12);
}

.tfog-about-card span {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--about-blue);
    font-family: 'Sora', sans-serif;
    font-weight: 800;
}

.tfog-about-card h3,
.tfog-about-step strong {
    margin: 0 0 12px;
    color: var(--about-navy);
    font-family: 'Sora', sans-serif;
    font-size: 1.12rem;
    font-weight: 800;
}

.tfog-about-card p,
.tfog-about-step p {
    margin: 0;
    color: var(--about-gray-600);
    line-height: 1.65;
}

.tfog-about-navy {
    background: var(--about-navy);
}

.tfog-about-navy .section-h2,
.tfog-about-navy .tfog-about-copy p {
    color: #ffffff;
}

.tfog-about-navy .tfog-about-copy p {
    color: rgba(255, 255, 255, 0.72);
}

.tfog-about-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 44px;
    border: 1px solid var(--about-gray-100);
    border-radius: 20px;
    overflow: hidden;
}

.tfog-about-step {
    padding: 28px;
    background: #ffffff;
    border-right: 1px solid var(--about-gray-100);
}

.tfog-about-step:last-child {
    border-right: 0;
}

.tfog-about-cta {
    padding: 86px 0;
    background: var(--about-red);
    text-align: center;
}

.tfog-about-cta h2 {
    max-width: 780px;
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp(2rem, 3.6vw, 3.4rem);
}

.tfog-about-cta p {
    max-width: 640px;
    margin: 18px auto 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.7;
}

.tfog-about-info-card {
    border: 1px solid rgba(34, 51, 84, 0.1);
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(34, 51, 84, 0.06);
}

.tfog-about-info-card {
    border-radius: 14px;
    padding: 24px;
}

.tfog-about-info-card p {
    color: var(--about-gray-600);
    font-size: 1.04rem;
    line-height: 1.75;
}

@media (max-width: 1024px) {
    .tfog-about-hero-grid,
    .tfog-about-split,
    .tfog-about-card-grid,
    .tfog-about-process {
        grid-template-columns: 1fr;
    }

    .tfog-about-process {
        border-radius: 16px;
    }

    .tfog-about-step {
        border-right: 0;
        border-bottom: 1px solid var(--about-gray-100);
    }

    .tfog-about-step:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .tfog-about-shell {
        width: min(100% - 32px, 1280px);
    }

    .tfog-about-hero {
        padding: 116px 0 58px;
    }

    .tfog-about-section,
    .tfog-about-cta {
        padding: 62px 0;
    }

    .tfog-about-hero h1 {
        font-size: 2.45rem;
    }

    .tfog-about-actions,
    .tfog-about-trust .tfog-about-shell {
        align-items: stretch;
        flex-direction: column;
    }

    .tfog-about-actions .btn-large,
    .tfog-about-actions .btn-outline-large,
    .tfog-about-cta .btn-white {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .tfog-about-panel {
        padding: 18px;
        margin: 0px;
        max-width: 100%;
    }

    .tfog-about-metric {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

.tfog-igna-page-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.tfog-igna-page-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid #d6dce7;
    border-radius: 999px;
    padding: 7px 13px;
    background: #ffffffb8;
    color: #4a5568;
    font-size: 0.82rem;
    font-weight: 800;
}

.tfog-igna-console {
    overflow: hidden;
    border: 1px solid #2233541a;
    border-radius: 20px;
    background: #223354;
    color: #ffffff;
    box-shadow: 0 24px 80px #22335438;
}

.tfog-igna-console-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 18px;
    border-bottom: 1px solid #ffffff1a;
    background: #ffffff14;
}

.tfog-igna-window-dots {
    display: inline-flex;
    gap: 8px;
}

.tfog-igna-window-dots i {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #ff5f57;
}

.tfog-igna-window-dots i:nth-child(2) {
    background: #ffbd2e;
}

.tfog-igna-window-dots i:nth-child(3) {
    background: #28c840;
}

.tfog-igna-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    padding: 5px 10px;
    background: #28c84024;
    color: #56dc75;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tfog-igna-console-body {
    display: grid;
    grid-template-columns: 172px 1fr;
    min-height: 380px;
}

.tfog-igna-rail {
    display: grid;
    align-content: start;
    gap: 9px;
    padding: 22px;
    border-right: 1px solid #ffffff1a;
    background: #ffffff0a;
}

.tfog-igna-rail span:first-child {
    background: #059ee32e;
    color: #8be0ff;
}
.tfog-igna-rail span {
    border-radius: 10px;
    padding: 10px 12px;
    color: #ffffff94;
    font-size: 0.78rem;
    font-weight: 800;
}

.tfog-igna-rail span {
    border-radius: 10px;
    padding: 10px 12px;
    color: #ffffff94;
    font-size: 0.78rem;
    font-weight: 800;
}

.tfog-igna-workspace {
    padding: 24px;
}

.tfog-igna-workspace h2 {
    margin: 0;
    color: #ffffff;
    font-family: 'Sora', sans-serif;
    font-size: 1.18rem;
    font-weight: 800;
}

.tfog-igna-task-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.tfog-igna-task-card {
    padding: 14px;
}
.tfog-igna-task-card, .tfog-igna-request-row {
    border: 1px solid #ffffff14;
    border-radius: 12px;
    background: #ffffff0d;
}

.tfog-igna-task-card strong {
    display: block;
    color: #ffffff;
    font-family: 'Sora', sans-serif;
    font-size: 1.4rem;
    line-height: 1;
}

.tfog-igna-task-card span {
    display: block;
    margin-top: 7px;
    color: #ffffff8a;
    font-size: 0.72rem;
    line-height: 1.35;
}

.tfog-igna-task-card {
    padding: 14px;
}

.tfog-igna-request-list {
    display: grid;
    gap: 10px;
}

.tfog-igna-request-row {
    display: grid;
    grid-template-columns: 10px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 13px 14px;
}

.tfog-igna-request-row i {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #059ee3;
}

.tfog-igna-request-row strong {
    display: block;
    color: #ffffff;
    font-size: 0.82rem;
}

.tfog-igna-request-row span {
    color: #ffffff7a;
    font-size: 0.72rem;
}

.tfog-igna-request-row em {
    border-radius: 999px;
    padding: 4px 8px;
    background: #059ee329;
    color: #7ed8ff;
    font-size: 0.64rem;
    font-style: normal;
    font-weight: 800;
}

.tfog-igna-hero {
    padding: 112px 0 56px;
    background: linear-gradient(135deg, #22335409 0%, #059ee314 48%, #fffffff5 100%), linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
    border-bottom: 1px solid #eef1f5;
}

.tfog-igna-trust {
    position: sticky;
/*     top: 68px; */
    z-index: 20;
    padding: 14px 0;
    border-top: 1px solid #eef1f5;
    border-bottom: 1px solid #eef1f5;
    background: #fffffff2;
    backdrop-filter: blur(14px);
}

.tfog-igna-trust-wrap {
    display: flex;
    align-items: center;
    gap: 26px;
}
.tfog-igna-shell {
/*     width: min(1460px, calc(100% - 48px)); */
    margin: 0 auto;
}

.tfog-igna-trust-label {
    flex: 0 0 auto;
    color: #8a95a8;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tfog-igna-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tfog-igna-proof-row span, .tfog-igna-proof-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
/*     min-height: 32px; */
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 6px 12px;
    color: #4a5568;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 800;
}

.tfog-igna-proof-row a:hover {
    border-color: #059ee3;
    color: #059ee3;
    background: #059ee31f;
}

.pillar-card {
    background: #f5f6f8;
    border: 1px solid #e2e5ec;
    border-radius: 12px;
    padding: 32px 26px;
    text-align: center;
    transition: box-shadow .22s, transform .22s;
}

.pillar-icon {
    margin: 0 auto 18px;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: white;
    border: 1px solid var(--gray-200);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 1.2rem;
    box-shadow: 0 2px 6px rgba(34, 51, 84, .06);
}

.pillar-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: #1a2744;
    margin-bottom: 10px;
    line-height: 1.3;
}

.pillar-card p {
    font-size: 14px;
    color: #444b5a;
    line-height: 1.65;
}

.pillar-card:hover {
    box-shadow: 0 6px 22px #1a274417;
    transform: translateY(-3px);
}
