/********** TRAKANALYTICA CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap');


/* GENERAL CSS FOR ALL PAGES STARTS HERE */
:root {
    --primary: #3C1F80;
    --secondary: #B60D09;
    --light: #636363;
    --dark: #091E3E;
}

body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

body {
    overflow-x: hidden;
    background: #faf8f8;
}

.container-limiter {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.bg-color {
    background: #faf8f8;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: #ee5553;
}

.btn-secondary {
    background: #ee5553;
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.contact-details a[href^="tel"],
.contact-details a[href^="mailto"],
.footer-contact a[href^="tel"],
.footer-contact a[href^="mailto"] {
    text-decoration: none !important;
    color: inherit;
}

.contact-details a[href^="tel"]:hover,
.contact-details a[href^="mailto"]:hover,
.footer-contact a[href^="tel"]:hover,
.footer-contact a[href^="mailto"]:hover {
    text-decoration: underline;
}

a[href^="tel"],
a[href^="mailto"] {
    text-decoration: none !important;
    color: inherit;
}


/* Section title starts here */
.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
    font-family: 'DM Sans', sans-serif;
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
    font-family: 'DM Sans', sans-serif;
}

.display-5 {
    font-family: 'DM Sans', sans-serif !important;
}

/* Section title ends here */


/* Navbar section starts here */
.top-header {
    background: linear-gradient(90deg, #091E3E 0%, #0f2a50 40%, #1a3a60 70%, #0f2a50 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.35);
    padding: 6px 0;
}

.top-header .row {
    min-height: auto;
}

/* Force ALL icons inside top-header to white */
.top-header i,
.top-header svg,
.top-header .text-primary,
.top-header .text-secondary,
.top-header .fa,
.top-header .fas,
.top-header .far,
.top-header .fab,
.top-header .bi,
.top-header [class^="bi-"],
.top-header [class*=" bi-"] {
    color: #ffffff !important;
}

.contact-details {
    color: #ffffff;
    font-weight: 500;
    font-size: 13.5px;
    font-family: 'DM Sans', sans-serif;
    transition: color 0.3s ease;
    padding: 0 !important;
    letter-spacing: 0.2px;
}

.contact-details:hover {
    color: #3C1F80;
}

.contact-separator {
    color: rgba(255, 255, 255, 0.35);
    font-weight: 400;
    opacity: 1;
}

/* Header Social Media Styles */
.header-social-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
}

.follow-text {
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    opacity: 1;
}

.header-social-icons {
    display: flex;
    gap: 7px;
    align-items: center;
}

.header-social-icons .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.header-social-icons .social-link:hover {
    background: #3C1F80;
    border-color: #3C1F80;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(60, 31, 128, 0.45);
}

.header-social-icons .social-link i {
    line-height: 1;
}

@media (min-width: 992px) and (max-width: 1250px) {

    .top-header .contact-details:first-of-type,
    .top-header .contact-details:first-of-type+span {
        display: none !important;
    }

    .header-social-icons {
        gap: 8px;
    }

    .header-social-icons .social-link {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .follow-text {
        font-size: 13px;
        margin-right: 10px !important;
    }

    .contact-details {
        font-size: 13px;
    }
}

.logo-img {
    height: 70px;
}

@media (max-width: 576px) {
    .logo-img {
        height: 60px;
    }
}

.navbar-light .navbar-nav .nav-link {
    padding: 32px 8px;
    font-size: 13.5px;
    color: #292828;
    outline: none;
    transition: .5s;
    font-weight: 1000;
    text-transform: capitalize;
    font-family: 'Cambria', Georgia, serif !important;
}

.navbar-light .navbar-nav .dropdown-toggle::after {
    font-size: 18px;
    margin-left: 1px;
    vertical-align: middle;
}

.dropdown-item {
    font-size: 1rem;
    font-weight: 500;
    color: #292828;
}

/* REMOVING THE DROPDOWNS */
.navbar-light .navbar-nav .dropdown-toggle::after {
    display: none;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 9px;
    color: #292828;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item.nav-link.active,
.sticky-navbar .navbar-nav .nav-link.active {
    color: #B60D09 !important;
}

/* Active link — color only, no underline */
.navbar-light .navbar-nav .nav-link.active {
    position: static;
}

.navbar-light .navbar-nav .nav-link.active::after {
    display: none;
}

/* Navbar centering fix */
@media (min-width: 992px) {
    #navbarCollapse {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex: 1;
    }

    #navbarCollapse .navbar-nav {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .nav-auth-btns {
        margin-left: auto;
        flex-shrink: 0;
    }
}

@media (max-width: 991.98px) {

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: #292828;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 18px 2px !important;
        font-size: 14.5px;
        color: #292828;
    }

    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 20px 12px !important;
        color: #292828;
    }

    .logo-img {
        height: 65px !important;
    }

    .top-header .contact-details:first-of-type,
    .top-header .contact-details:first-of-type+span {
        display: none !important;
    }

    .header-social-icons {
        gap: 8px;
    }

    .header-social-icons .social-link {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .follow-text {
        font-size: 14px;
        margin-right: 10px !important;
    }
}

/* sticky navbar */
.sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: box-shadow 0.3s ease;
    background-color: #fff;
}

.sticky-navbar.sticky-active {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
    border: 1px solid #afaeae !important;
    padding: 0.5rem 0.5rem;
    background: #ffffff !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    background: #ffffff !important;
}

.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Mega Menu Styles */
.mega-dropdown {
    position: static !important;
}

.mega-dropdown .dropdown-menu {
    display: none;
}

.mega-dropdown:hover .dropdown-menu {
    display: block;
}

.mega-menu {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 850px !important;
    max-width: 95vw !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2) !important;
    background: #fff !important;
    z-index: 1050 !important;
}

.mega-menu-container {
    border-radius: 12px;
    overflow: hidden;
}

.mega-menu-desktop {
    display: flex;
    height: auto;
}

.mega-menu-mobile {
    display: none;
}

.mega-menu-sidebar {
    width: 220px;
    background: #f8f9fa;
    border-right: 1px solid #e0e0e0;
    padding: 0;
    flex-shrink: 0;
    overflow-y: visible;
    max-height: none;
    display: flex;
    flex-direction: column;
}

.mega-menu-category {
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    user-select: none;
    text-decoration: none;
    display: block;
    background: #f8f9fa;
    line-height: 1.3;
}

.mega-menu-category.all-topics {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    border-left: none;
    margin-bottom: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: underline;
    text-underline-offset: 2px;
    padding: 8px 16px;
    line-height: 1.3;
}

.mega-menu-category.all-topics i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.mega-menu-category.all-topics:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateX(2px);
    color: #fff;
    text-decoration: underline;
}

.mega-menu-category.all-topics:hover i {
    transform: translateX(5px);
}

.mega-menu-category:not(.all-topics):hover {
    background: #ffffff;
    border-left-color: #0d6efd;
    transform: translateX(3px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
}

.mega-menu-category.active:not(.all-topics) {
    background: #ffffff;
    border-left-color: #0d6efd;
    color: #0d6efd;
    transform: translateX(3px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
}

.mega-menu-content {
    flex: 1;
    padding: 15px 20px;
    overflow-y: auto;
    max-height: 450px;
    background: #fff;
}

.mega-menu-content::-webkit-scrollbar {
    width: 6px;
}

.mega-menu-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mega-menu-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.mega-menu-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.category-content {
    display: none;
}

.category-content.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-title {
    font-size: 14.5px;
    font-weight: 800;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    padding-bottom: 7px;
    border-bottom: 2px solid #0d6efd;
    font-family: 'Nunito', sans-serif;
}

.statistics-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.statistics-list li {
    margin-bottom: 7px;
}

.statistics-list li a {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
    transition: all 0.2s ease;
    padding: 5px 10px;
    border-radius: 4px;
}

.statistics-list li a:hover {
    background: #f0f7ff;
    color: #0d6efd;
    transform: translateX(5px);
}

.statistics-list li a i {
    margin-right: 10px;
    color: #0d6efd;
    font-size: 14px;
    flex-shrink: 0;
}

.all-topics-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
    color: #666;
}

.all-topics-message i {
    font-size: 50px;
    color: #667eea;
    margin-bottom: 15px;
    opacity: 0.8;
}

.all-topics-message h5 {
    font-size: 19px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.all-topics-message p {
    font-size: 13.5px;
    color: #666;
    margin: 0 0 5px 0;
    max-width: 350px;
    line-height: 1.6;
}

.all-topics-message .btn {
    font-size: 14px;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.all-topics-message .btn i {
    font-size: 16px;
    margin: 0;
    opacity: 1;
}

.coming-soon-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px 20px;
    color: #666;
}

.coming-soon-message i {
    font-size: 44px;
    color: #0d6efd;
    margin-bottom: 13px;
    opacity: 0.7;
}

.coming-soon-message h5 {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin-bottom: 9px;
}

.coming-soon-message p {
    font-size: 13px;
    color: #777;
    margin: 0;
    max-width: 300px;
}

/* Mobile Mega Menu Styles (<=600px) */
@media (max-width: 600px) {
    .mega-menu-desktop {
        display: none !important;
    }

    .mega-menu-mobile {
        display: block !important;
        padding: 15px;
    }

    .mobile-menu-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-menu-item {
        display: flex;
        align-items: center;
        padding: 15px 18px;
        background: #f8f9fa;
        border-radius: 8px;
        text-decoration: none;
        color: #333;
        font-weight: 600;
        font-size: 15px;
        transition: all 0.3s ease;
        border-left: 4px solid transparent;
    }

    .mobile-menu-item:hover {
        background: #e9ecef;
        border-left-color: #0d6efd;
        color: #0d6efd;
        transform: translateX(3px);
    }

    .mobile-menu-item.all-topics-mobile {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
        border-left: none;
    }

    .mobile-menu-item.all-topics-mobile:hover {
        background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
        color: #fff;
    }

    .mobile-menu-item i {
        font-size: 18px;
    }

    .mega-menu {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Tablet and Desktop (>600px) */
@media (min-width: 601px) {
    .mega-menu-desktop {
        display: flex !important;
    }

    .mega-menu-mobile {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hover-dropdown:hover>.dropdown-menu {
        display: block;
    }
}

/* Mobile Styles */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #fff;
        padding: 0.75rem 0.5rem 1rem;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-top: 0.75rem;
    }

    .navbar-nav .nav-link {
        padding: 0.75rem 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }

    .navbar-nav .dropdown-menu {
        border: none;
        box-shadow: none;
        padding-left: 1rem;
    }

    .navbar-nav .dropdown-item {
        padding: 0.5rem 0;
    }

    .nav-auth-btns {
        flex-direction: row !important;
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid #f0f0f0;
        width: 100%;
        margin-left: 0 !important;
    }

    .nav-auth-btns .btn {
        flex: 1;
        text-align: center;
        margin: 0 !important;
    }

    .mega-dropdown {
        position: relative !important;
    }

    .mega-menu {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 0 !important;
        left: 0 !important;
    }

    .mega-menu-container {
        min-height: auto;
    }
}

.nav-auth-btns {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 16px;
    flex-shrink: 0;
}

.nav-greeting {
    margin-right: 8px;
    font-size: 0.9rem;
    white-space: nowrap;
}

/* Popup */
.popup-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    max-width: 350px;
    padding: 15px 20px;
    border-radius: 8px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    animation: slideInRight 0.5s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.popup-notification.success {
    background-color: #28a745;
}

.popup-notification.error {
    background-color: #dc3545;
}

.popup-notification.info {
    background-color: #17a2b8;
}

.popup-close {
    background: none;
    border: none;
    color: white;
    font-size: 22px;
    cursor: pointer;
    margin-left: 15px;
    line-height: 1;
}

@keyframes slideInRight {
    from {
        transform: translateX(120%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 600px) {
    .popup-notification {
        left: 10px;
        right: 10px;
        max-width: calc(100% - 20px);
    }
}

/* Navbar section ends here */


/* General hero section starts here */
.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/hero1.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0 !important;
}

.hero-header h1 {
    font-family: "Tinos", serif;
}

.hero-title {
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.35rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 400;
    opacity: 0.95;
    padding: 0 20px;
    font-family: 'DM Sans', sans-serif;
}

@media (max-width: 992px) {
    .hero-header {
        padding: 60px 0 !important;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .hero-header {
        padding: 50px 0 !important;
    }

    .hero-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .hero-subtitle {
        font-size: 1rem;
        max-width: 100%;
        padding: 0 15px;
        line-height: 1.6;
    }
}

@media (max-width: 576px) {
    .hero-header {
        padding: 40px 0 !important;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        padding: 0 10px;
    }
}

/* General hero section ends here */


/* Footer section starts here */
.content-spacer {
    flex: 1;
}

footer {
    background: linear-gradient(180deg, #091E3E 0%, #071628 100%);
    color: #ffffff;
    padding: 50px 0 0;
    margin-top: 20px;
}

.footer-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #da5654;
    font-family: 'DM Sans', sans-serif;
}

.footer-column p,
.footer-column a {
    color: #e0e0e0;
    line-height: 1.8;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #c24a48;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 12px;
    margin-left: -3px;
}

.contact-info i {
    margin-right: 10px;
    color: #dfb298;
    line-height: 3;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-item i {
    margin-top: -4px;
    min-width: 20px;
}

.technologies {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tech-tag {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 13.5px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.tech-tag:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 200px;
}

.social-icons a {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 20px;
}

.social-icons a:hover {
    background: #a24a48;
    color: #3C1F80;
    transform: translateY(-5px);
}

.social-icons a:nth-child(4) {
    margin-left: 25px;
}

.bottom-footer {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom-footer-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright,
.designed-by {
    color: #e0e0e0;
    font-size: 14px;
    font-family: 'Cambria', Georgia, serif;
}

.designed-by a {
    color: #ffd700;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.designed-by a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-column {
        text-align: left !important;
    }

    .footer-column ul {
        padding-left: 0;
    }

    .bottom-footer-content {
        flex-direction: column;
        text-align: center;
    }

    .social-icons {
        margin: 0;
    }

    .social-icons a:nth-child(4) {
        margin-left: 0;
    }

    .social-icons a:nth-child(n+4) {
        margin-left: 0;
    }
}

/* Footer section ends here */

/* GENERAL CSS FOR ALL PAGES ENDS HERE */




/* HOMEPAGE/INDEX PAGE CSS STARTS HERE */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=DM+Mono:wght@400;500&display=swap');

:root {
    --trk-navy: #091E3E;
    --trk-navy-mid: #1a2d50;
    --trk-navy-light: #3C1F80;
    --trk-amber: #3C1F80;
    --trk-amber-light: #5a3aad;
    --trk-cream: #f4f5f8;
    --trk-cream-dark: #dde0e8;
    --trk-slate: #8899b4;
    --trk-white: #ffffff;
    --trk-text: #091E3E;
    --trk-muted: #636363;

    --trk-font-display: 'Cambria', Georgia, serif;
    --trk-font-body: 'DM Sans', sans-serif;
    --trk-font-mono: 'DM Mono', monospace;

    --trk-radius-sm: 6px;
    --trk-radius: 12px;
    --trk-radius-lg: 20px;

    --trk-shadow-card: 0 4px 24px rgba(9, 30, 62, 0.10);
    --trk-shadow-lift: 0 12px 48px rgba(9, 30, 62, 0.18);

    --trk-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

.hero-p {
    font-family: 'DM Sans', sans-serif;
    color: white;
}

/* Hero section starts here */
.trak-hero-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 88vh;
    min-height: 560px;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
    background: #040c1e;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── grid overlay ── */
.trak-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(80,55,200,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(80,55,200,0.07) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

/* ── ambient orbs ── */
.trak-hero-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    width: 70vw;
    height: 70vw;
    max-width: 900px;
    max-height: 900px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle at center,
        rgba(60,31,128,0.22) 0%,
        rgba(60,31,128,0.08) 45%,
        transparent 70%);
    animation: trak-orb-pulse 7s ease-in-out infinite;
}

.trak-hero-orb--accent {
    width: 40vw;
    height: 40vw;
    max-width: 500px;
    max-height: 500px;
    top: 20%;
    left: 70%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle at center,
        rgba(182,13,9,0.10) 0%,
        rgba(182,13,9,0.03) 50%,
        transparent 70%);
    animation: trak-orb-pulse 9s ease-in-out infinite reverse;
}

@keyframes trak-orb-pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1);    opacity: 0.85; }
    50%       { transform: translate(-50%, -50%) scale(1.14); opacity: 1; }
}

/* ── canvas bar chart ── */
#trak-hero-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

/* ── glowing data nodes ── */
.trak-nodes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

.trak-node {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(130, 90, 255, 0.90);
    box-shadow: 0 0 10px 2px rgba(110,70,240,0.55);
    animation: trak-node-blink 4s ease-in-out infinite;
    opacity: 0;
}

.trak-node--accent {
    background: rgba(80, 170, 255, 0.85);
    box-shadow: 0 0 10px 2px rgba(60,140,240,0.50);
}

.trak-node::after {
    content: '';
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    border: 1px solid rgba(130,90,255,0.35);
    animation: trak-node-ring 4s ease-in-out infinite;
}

.trak-node--accent::after {
    border-color: rgba(80,170,255,0.30);
}

@keyframes trak-node-blink {
    0%, 100% { opacity: 0;   transform: scale(0.5); }
    40%, 60%  { opacity: 1;   transform: scale(1); }
}

@keyframes trak-node-ring {
    0%   { transform: scale(0.8); opacity: 0.7; }
    100% { transform: scale(3.0); opacity: 0; }
}

.trak-slide-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    padding: 1rem;
    /* blue-tinted gradient overlay */
    background:
        radial-gradient(
            ellipse 52% 55% at 50% 48%,
            rgba(4, 12, 35, 0.72) 0%,
            rgba(5, 15, 45, 0.38) 55%,
            transparent 100%
        ),
        linear-gradient(
            180deg,
            rgba(10, 25, 80, 0.18) 0%,
            rgba(5,  15, 55, 0.28) 60%,
            rgba(4,  10, 22, 0.55) 100%
        );
}

.trak-hero-heading {
    font-size: 1.75rem;
    font-weight: 800;
    font-family: 'Cambria', Georgia, serif;
    letter-spacing: 2px;
}

.trak-hero-description {
    line-height: 1.8;
    font-size: 1.1rem;
}

.trak-slide-content>.text-center {
    width: 100%;
    padding: 1rem;
}

@media (min-width: 992px) {
    .trak-slide-content>.text-center {
        transform: translateY(-5%);
    }
}

@media (max-width: 1200px) {
    .trak-hero-heading {
        font-size: 1.6rem;
    }

    .trak-hero-description {
        font-size: 1.05rem;
    }
}

@media (max-width: 992px) {
    .trak-hero-container {
        height: 80vh;
        min-height: 480px;
    }
    .trak-pill--left, .trak-pill--right { display: none; }

    .trak-hero-heading {
        font-size: 1.4rem;
    }

    .trak-hero-description {
        font-size: 1rem;
    }

    .trak-slide-content .btn {
        font-size: 0.95rem;
        padding: 0.6rem 1.2rem;
    }
}

@media (max-width: 768px) {
    .trak-hero-container {
        height: 75vh;
        min-height: 440px;
    }

    .trak-hero-heading {
        font-size: 1.2rem;
        letter-spacing: 1.5px;
    }

    .trak-hero-description {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .trak-slide-content .btn {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }

    .trak-slide-content .d-flex {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .trak-hero-container {
        height: 70vh;
        min-height: 400px;
    }

    .trak-hero-heading {
        font-size: 1rem;
        letter-spacing: 1px;
    }

    .trak-hero-description {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .trak-slide-content .btn {
        font-size: 0.8rem;
        padding: 0.45rem 0.9rem;
    }
}

/* Hero section ends here */


.trk-limiter {
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 clamp(12px, 3vw, 40px);
    box-sizing: border-box;
}

.trk-intel-section,
.trk-divisions-section,
.trk-why-section,
.trk-engage-section,
.trk-cta-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.trk-intel-section {
    background: var(--trk-cream);
    padding: clamp(56px, 8vw, 100px) 0;
    position: relative;
    overflow: hidden;
}

.trk-intel-section::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(60, 31, 128, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.trk-intel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

@media (max-width: 768px) {
    .trk-intel-grid {
        grid-template-columns: 1fr;
    }
}

.trk-intel-card {
    border-radius: var(--trk-radius-lg);
    padding: clamp(28px, 4vw, 44px);
    position: relative;
    overflow: hidden;
    font-family: var(--trk-font-body);
    transition: transform var(--trk-transition), box-shadow var(--trk-transition);
}

.trk-intel-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--trk-shadow-lift);
}

.trk-intel-card--challenge {
    background: #fdf1f1;
    color: var(--trk-text);
    border: 1px solid #f5c6c6;
}

.trk-intel-card--challenge::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(182, 13, 9, 0.05);
    pointer-events: none;
}

.trk-intel-card--approach {
    background: #f1faf3;
    color: var(--trk-text);
    border: 1px solid #b7e4c0;
    box-shadow: var(--trk-shadow-card);
}

.trk-intel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: var(--trk-radius-sm);
    margin-bottom: 20px;
}

.trk-intel-card--challenge .trk-intel-icon {
    background: rgba(182, 13, 9, 0.1);
    color: #B60D09;
}

.trk-intel-card--approach .trk-intel-icon {
    background: rgba(60, 31, 128, 0.08);
    color: var(--trk-navy);
}

.trk-intel-card-title {
    font-family: var(--trk-font-display);
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.25;
}

.trk-intel-card--challenge .trk-intel-card-title {
    color: #7a0e0b;
}

.trk-intel-card--approach .trk-intel-card-title {
    color: var(--trk-navy);
}

.trk-intel-lead {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}

.trk-intel-card--challenge .trk-intel-lead {
    color: #B60D09;
}

.trk-intel-card--approach .trk-intel-lead {
    color: #2d7a3a;
}

.trk-intel-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trk-intel-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.trk-dot-danger {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e05252;
    margin-top: 7px;
}

.trk-check-mark {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(45, 122, 58, 0.14);
    color: #2d7a3a;
    font-size: 0.7rem;
    font-weight: 700;
    margin-top: 2px;
}

.trk-intel-footnote {
    font-size: 0.88rem;
    line-height: 1.6;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 18px;
    margin-top: 4px;
}

.trk-intel-card--approach .trk-intel-footnote {
    border-color: #b7e4c0;
    color: #3a6b42;
}

.trk-intel-card--challenge .trk-intel-footnote {
    border-color: #f5c6c6;
    color: #7a3333;
}

.trk-divisions-section {
    background: var(--trk-white);
    padding: clamp(64px, 9vw, 110px) clamp(8px, 2vw, 24px);
    width: 100%;
    box-sizing: border-box;
}

.trk-sec-header {
    text-align: center;
    margin-bottom: clamp(36px, 5vw, 60px);
}

.trk-sec-tag {
    display: inline-block;
    font-family: var(--trk-font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--trk-amber);
    background: rgba(60, 31, 128, 0.09);
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 14px;
}

.trk-sec-title {
    font-family: var(--trk-font-display);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    color: var(--trk-navy);
    line-height: 1.15;
    margin-bottom: 12px;
}

.trk-sec-sub {
    font-family: var(--trk-font-body);
    font-size: 1rem;
    color: var(--trk-muted);
    max-width: 500px;
    margin: 0 auto;
}

.trk-div-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}

@media (max-width: 1100px) {
    .trk-div-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .trk-div-grid {
        grid-template-columns: 1fr;
    }
}

.trk-div-card {
    border-radius: var(--trk-radius-lg);
    overflow: hidden;
    background: var(--trk-cream);
    border: 1px solid var(--trk-cream-dark);
    display: flex;
    flex-direction: column;
    font-family: var(--trk-font-body);
    transition: transform var(--trk-transition), box-shadow var(--trk-transition);
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.trk-div-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--trk-shadow-lift);
}

.trk-div-card:hover .trk-div-img img {
    transform: scale(1.06);
}

.trk-div-img {
    position: relative;
    height: 180px;
    overflow: hidden;
    flex-shrink: 0;
}

.trk-div-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.trk-div-img-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 22, 40, 0.62) 0%, transparent 60%);
}

.trk-div-num {
    position: absolute;
    top: 14px;
    left: 14px;
    font-family: var(--trk-font-mono);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(10, 22, 40, 0.5);
    padding: 3px 9px;
    border-radius: 100px;
    backdrop-filter: blur(4px);
}

.trk-div-body {
    padding: 14px 14px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
}

.trk-div-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--trk-radius-sm);
    background: rgba(10, 22, 40, 0.07);
    color: var(--trk-navy);
    margin-bottom: 14px;
}

.trk-div-title {
    font-family: var(--trk-font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--trk-navy);
    margin-bottom: 9px;
    line-height: 1.3;
}

.trk-div-desc {
    font-size: 0.875rem;
    color: var(--trk-muted);
    line-height: 1.6;
    margin-bottom: 14px;
}

.trk-div-tags {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.trk-div-tags li {
    font-size: 0.75rem;
    font-weight: 500;
    background: rgba(10, 22, 40, 0.07);
    color: var(--trk-navy-light);
    padding: 3px 10px;
    border-radius: 100px;
}

.trk-div-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--trk-amber);
    text-decoration: none;
    margin-top: auto;
    transition: gap var(--trk-transition), color var(--trk-transition);
}

.trk-div-link:hover {
    color: var(--trk-amber);
    gap: 10px;
    text-decoration: none;
}

.trk-div-card--academy {
    background: var(--trk-cream);
    border-color: var(--trk-cream-dark);
}

.trk-div-card--academy .trk-div-icon {
    background: rgba(60, 31, 128, 0.08);
    color: var(--trk-navy);
}

.trk-div-card--academy .trk-div-title {
    color: var(--trk-navy);
}

.trk-div-card--academy .trk-div-desc {
    color: var(--trk-muted);
}

.trk-div-academy-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.trk-div-academy-pills span {
    font-size: 0.75rem;
    font-weight: 500;
    background: rgba(60, 31, 128, 0.08);
    color: var(--trk-navy-light);
    padding: 3px 10px;
    border-radius: 100px;
    border: 1px solid rgba(60, 31, 128, 0.15);
}

.trk-div-academy-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3C1F80;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: var(--trk-radius-sm);
    text-decoration: none;
    margin-top: auto;
    transition: background var(--trk-transition), transform var(--trk-transition);
}

.trk-div-academy-btn:hover {
    background: #091E3E;
    transform: translateY(-2px);
    text-decoration: none;
    color: #ffffff;
}


.trk-why-section {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 10vw, 120px) 0;
    background: #f4f5f8;
}

.trk-why-bg {
    display: none;
}

.trk-why-bg img {
    display: none;
}

.trk-why-bg::after {
    display: none;
}

.trk-why-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
}

@media (max-width: 900px) {
    .trk-why-inner {
        grid-template-columns: 1fr;
    }
}

.trk-why-text-col {
    font-family: var(--trk-font-body);
}

.trk-why-title {
    font-family: var(--trk-font-display);
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #091E3E;
    line-height: 1.2;
    margin-bottom: 16px;
}

.trk-why-desc {
    font-size: 1rem;
    color: #636363;
    line-height: 1.7;
    margin-bottom: 28px;
}

.trk-why-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3C1F80;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 13px 24px;
    border-radius: var(--trk-radius-sm);
    text-decoration: none;
    transition: background var(--trk-transition), transform var(--trk-transition);
}

.trk-why-cta:hover {
    background: #091E3E;
    transform: translateY(-2px);
    text-decoration: none;
    color: #ffffff;
}

.trk-pillars-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

@media (max-width: 600px) {
    .trk-pillars-grid {
        grid-template-columns: 1fr;
    }
}

.trk-pillar-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #dde0e8;
    border-radius: var(--trk-radius);
    padding: 18px 16px;
    transition: border-color var(--trk-transition), box-shadow var(--trk-transition);
    font-family: var(--trk-font-body);
    box-shadow: 0 2px 8px rgba(9, 30, 62, 0.05);
}

.trk-pillar-card:hover {
    border-color: rgba(60, 31, 128, 0.4);
    box-shadow: 0 6px 24px rgba(60, 31, 128, 0.1);
}

.trk-pillar-card-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: var(--trk-radius-sm);
    background: rgba(60, 31, 128, 0.08);
    color: #3C1F80;
}

.trk-pillar-card h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    color: #091E3E;
    margin: 0;
    line-height: 1.4;
    padding-top: 8px;
}

.trk-engage-section {
    background: #ffffff;
    padding: clamp(72px, 10vw, 120px) 0;
    position: relative;
    overflow: hidden;
}

.trk-engage-section::after {
    content: '';
    position: absolute;
    bottom: -120px;
    right: -80px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(60, 31, 128, 0.06) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.trk-engage-limiter {
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 clamp(12px, 3vw, 60px);
    position: relative;
    z-index: 1;
}

.trk-engage-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
    border: 1px solid #dde0e8;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 32px rgba(9, 30, 62, 0.07);
}

@media (max-width: 860px) {
    .trk-engage-wrapper {
        grid-template-columns: 1fr;
    }
}

.trk-engage-left {
    background: #f4f5f8;
    border-right: 1px solid #dde0e8;
    padding: clamp(40px, 5vw, 60px) clamp(28px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 860px) {
    .trk-engage-left {
        border-right: none;
        border-bottom: 1px solid #dde0e8;
    }
}

.trk-engage-left-num {
    position: absolute;
    bottom: -10px;
    right: -8px;
    font-family: var(--trk-font-mono);
    font-size: clamp(100px, 15vw, 160px);
    font-weight: 500;
    color: rgba(60, 31, 128, 0.04);
    line-height: 1;
    user-select: none;
    pointer-events: none;
}

.trk-engage-tag {
    display: inline-block;
    font-family: var(--trk-font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #3C1F80;
    background: rgba(60, 31, 128, 0.08);
    border: 1px solid rgba(60, 31, 128, 0.2);
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 22px;
    width: fit-content;
}

.trk-engage-title {
    font-family: var(--trk-font-display);
    font-size: clamp(1.9rem, 3.5vw, 2.6rem);
    font-weight: 700;
    color: #091E3E;
    line-height: 1.15;
    margin-bottom: 18px;
}

.trk-engage-intro {
    font-size: 0.95rem;
    color: #636363;
    line-height: 1.75;
    margin-bottom: 36px;
    max-width: 340px;
}

.trk-engage-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #3C1F80;
    color: #ffffff;
    font-family: var(--trk-font-body);
    font-weight: 700;
    font-size: 0.88rem;
    padding: 13px 26px;
    border-radius: 8px;
    text-decoration: none;
    width: fit-content;
    letter-spacing: 0.01em;
    transition: background var(--trk-transition), transform var(--trk-transition), box-shadow var(--trk-transition);
    box-shadow: 0 4px 20px rgba(60, 31, 128, 0.25);
}

.trk-engage-btn:hover {
    background: #091E3E;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(9, 30, 62, 0.3);
    text-decoration: none;
    color: #ffffff;
}

.trk-engage-btn svg {
    transition: transform var(--trk-transition);
}

.trk-engage-btn:hover svg {
    transform: translateX(4px);
}

.trk-engage-right {
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.trk-engage-track {
    display: block;
    border-bottom: 1px solid #dde0e8;
    position: relative;
    cursor: default;
    transition: background var(--trk-transition);
    overflow: hidden;
}

.trk-engage-track:last-child {
    border-bottom: none;
}

.trk-engage-track:hover {
    background: rgba(60, 31, 128, 0.03);
}

.trk-engage-track::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #3C1F80;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.trk-engage-track:hover::before {
    transform: scaleY(1);
}

.trk-track-num-col {
    display: none;
}

.trk-track-content {
    padding: 26px 32px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.trk-track-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #f4f5f8;
    border: 1px solid #dde0e8;
    color: #636363;
    transition: background var(--trk-transition), border-color var(--trk-transition), color var(--trk-transition);
}

.trk-engage-track:hover .trk-track-icon {
    background: rgba(60, 31, 128, 0.08);
    border-color: rgba(60, 31, 128, 0.25);
    color: #3C1F80;
}

.trk-track-text {
    flex: 1;
}

.trk-track-title {
    font-size: 0.98rem;
    font-weight: 600;
    color: #091E3E;
    margin-bottom: 4px;
    line-height: 1.3;
}

.trk-track-sub {
    font-size: 0.8rem;
    color: #636363;
    line-height: 1.5;
}

.trk-cta-section {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 10vw, 120px) 0;
}

.trk-cta-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.trk-cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trk-cta-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.94) 0%, rgba(17, 34, 64, 0.88) 100%);
}

.trk-cta-section::before {
    content: '';
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(60, 31, 128, 0.18);
    z-index: 1;
    pointer-events: none;
}

.trk-cta-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 1px solid rgba(60, 31, 128, 0.1);
    z-index: 1;
    pointer-events: none;
}

.trk-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    font-family: var(--trk-font-body);
}

.trk-cta-overline {
    display: inline-block;
    font-family: var(--trk-font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c4a8ff;
    margin-bottom: 18px;
}

.trk-cta-title {
    font-family: var(--trk-font-display);
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--trk-white);
    line-height: 1.15;
    margin-bottom: 18px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.trk-cta-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.75);
    max-width: 600px;
    margin: 0 auto 36px;
    line-height: 1.7;
}

.trk-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #3C1F80;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 15px 32px;
    border-radius: var(--trk-radius-sm);
    text-decoration: none;
    transition: background var(--trk-transition), transform var(--trk-transition), box-shadow var(--trk-transition);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.trk-cta-btn:hover {
    background: #f4f5f8;
    transform: translateY(-3px);
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    color: #3C1F80;
}

@keyframes trk-fade-up {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.trk-intel-section,
.trk-divisions-section,
.trk-why-section,
.trk-engage-section,
.trk-cta-section {
    animation: trk-fade-up 0.7s ease both;
}

/* HOMEPAGE/INDEX PAGE CSS ENDS HERE */






/* BUSINESS INTELLIGENCE PAGE CSS STARTS HERE */
  :root {
    --primary:    #3C1F80;
    --secondary:  #B60D09;
    --light:      #636363;
    --dark:       #091E3E;
    --surface:    #f4f5f8;
    --rule:       #dde0e8;
    --white:      #ffffff;

    --ff-display: 'Cambria', Georgia, serif;
    --ff-ui:      'DM Sans', sans-serif;
    --ff-mono:    'DM Mono', 'Courier New', monospace;

    --radius:    4px;
    --radius-lg: 10px;
    --transition: 0.28s cubic-bezier(0.4,0,0.2,1);
    --max-w:     1200px;
    --gutter:    clamp(16px, 2.5vw, 28px);
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  .bi-page {
    font-family: var(--ff-ui);
    color: var(--dark);
    background: var(--white);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }

  .bi-page *, .bi-page *::before, .bi-page *::after { box-sizing: border-box; }

  .bi-wrap {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3vw, 60px);
    box-sizing: border-box;
  }

  .bi-hero {
    background: var(--dark);
    color: var(--white);
    padding: clamp(56px, 8vw, 100px) 0 clamp(48px, 7vw, 80px);
    position: relative;
    overflow: hidden;
  }

  .bi-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 70% 80% at 78% 50%, rgba(60,31,128,0.48) 0%, transparent 65%),
      radial-gradient(ellipse 40% 50% at 0% 90%,  rgba(182,13,9,0.1)  0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
  }

  .bi-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
  }

  .bi-hero__content { min-width: 0; }

  .bi-hero__eyebrow {
    font-family: var(--ff-mono);
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
  }

  .bi-hero__eyebrow::before {
    content: '';
    display: inline-block;
    width: 28px; height: 1px;
    background: rgba(255,255,255,0.3);
  }

  .bi-hero__title {
    font-family: var(--ff-display);
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 300;
    line-height: 1.06;
    letter-spacing: -0.01em;
    color: var(--white);
    margin-bottom: 16px;
    max-width: 740px;
  }

  .bi-hero__title strong { font-weight: 600; }

  .bi-hero__tagline {
    font-family: var(--ff-mono);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
  }

  .bi-hero__tagline span { color: rgba(182,13,9,0.8); }

  .bi-hero__desc {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.78);
    max-width: 660px;
    line-height: 1.8;
    border-left: 2px solid rgba(255,255,255,0.18);
    padding-left: 20px;
    margin-bottom: 36px;
  }

    .bi-hero__approach {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
  }

  .bi-pill {
    font-family: var(--ff-mono);
    font-size: 0.63rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 12px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    color: rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.04);
    transition: border-color var(--transition), color var(--transition), background var(--transition);
  }

  .bi-pill:hover {
    border-color: rgba(124,86,212,0.6);
    color: rgba(255,255,255,0.85);
    background: rgba(60,31,128,0.15);
  }

  .bi-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bi-float 6.5s ease-in-out infinite;
  }

  .bi-hero__visual svg {
    width: 100%;
    max-width: 400px;
    height: auto;
    filter: drop-shadow(0 0 44px rgba(60,31,128,0.5));
  }
  

  @keyframes bi-float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-9px); }
  }

  @keyframes bi-bar-grow {
    from { transform: scaleY(0); }
    to   { transform: scaleY(1); }
  }

  @keyframes bi-line-draw {
    from { stroke-dashoffset: 600; }
    to   { stroke-dashoffset: 0; }
  }

  @keyframes bi-pulse {
    0%, 100% { opacity: 0.5; r: 5; }
    50%       { opacity: 1;   r: 7; }
  }

  @keyframes bi-dash {
    to { stroke-dashoffset: -160; }
  }

  .bi-bar { transform-origin: bottom; animation: bi-bar-grow 1s ease-out forwards; }
  .bi-bar:nth-child(1) { animation-delay: 0.1s; }
  .bi-bar:nth-child(2) { animation-delay: 0.2s; }
  .bi-bar:nth-child(3) { animation-delay: 0.3s; }
  .bi-bar:nth-child(4) { animation-delay: 0.4s; }
  .bi-bar:nth-child(5) { animation-delay: 0.5s; }
  .bi-bar:nth-child(6) { animation-delay: 0.6s; }

  .bi-trend-line {
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    animation: bi-line-draw 2s ease-out 0.5s forwards;
  }

  .bi-kpi-dot { animation: bi-pulse 2.5s ease-in-out infinite; }
  .bi-kpi-dot:nth-child(2) { animation-delay: 0.6s; }
  .bi-kpi-dot:nth-child(3) { animation-delay: 1.2s; }

  .bi-flow-edge {
    stroke-dasharray: 5 4;
    animation: bi-dash 2.8s linear infinite;
  }

  @media (max-width: 860px) {
    .bi-hero__inner { grid-template-columns: 1fr; }
    .bi-hero__visual { display: none; }
  }

  .bi-approach {
    background: var(--primary);
    padding: clamp(28px, 4vw, 40px) 0;
  }

  .bi-approach__inner {
    display: flex;
    align-items: center;
    gap: clamp(20px, 4vw, 48px);
    flex-wrap: wrap;
    justify-content: center;
  }

  .bi-approach__label {
    font-family: var(--ff-mono);
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    white-space: nowrap;
  }

  .bi-approach__items {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
  }

  .bi-approach__item {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .bi-approach__item + .bi-approach__item::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,0.2);
    margin-right: 12px;
  }

  .bi-approach__text {
    font-family: var(--ff-display);
    font-size: 1.05rem;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    white-space: nowrap;
  }

  .bi-section {
    padding: clamp(48px, 7vw, 80px) 0;
  }

  .bi-section--alt  { background: var(--surface); }
  .bi-section--dark { background: var(--dark); color: var(--white); }

  .bi-section-head { margin-bottom: clamp(28px, 4vw, 48px); text-align: center; max-width: 860px; margin-left: auto; margin-right: auto; }

  .bi-section-head--center {
    text-align: center;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .bi-label {
    font-family: var(--ff-mono);
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
  }

  .bi-label--center { justify-content: center; }

  .bi-label::before {
    content: '';
    display: inline-block;
    width: 18px; height: 1px;
    background: currentColor;
  }

  .bi-section--dark .bi-label { color: rgba(255,255,255,0.5); }

  .bi-h2 {
    font-family: var(--ff-display);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 300;
    line-height: 1.15;
    color: inherit;
  }

  .bi-h2 strong { font-weight: 600; }

  .bi-lead {
    font-size: 0.97rem;
    color: var(--light);
    line-height: 1.75;
    margin-top: 12px;
    max-width: 700px;
  }

  .bi-section--dark .bi-lead { color: rgba(255,255,255,0.65); }

  .bi-solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
    gap: 18px;
  }

  .bi-solution-card {
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: 10px;
    padding: 28px 26px;
    box-shadow: 0 1px 8px rgba(9,30,62,0.05);
    transition: background var(--transition), border-color var(--transition), box-shadow var(--transition);
    position: relative;
    overflow: hidden;
  }

  .bi-solution-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), transparent);
    opacity: 0;
    transition: opacity var(--transition);
  }

  .bi-solution-card:hover {
    border-color: rgba(60,31,128,0.3);
    box-shadow: 0 6px 24px rgba(60,31,128,0.1);
  }

  .bi-solution-card:hover::before { opacity: 1; }

  .bi-solution-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(60,31,128,0.08);
    color: var(--primary);
    font-size: 1.25rem;
    margin-bottom: 16px;
  }

  .bi-solution-card__title {
    font-family: var(--ff-display);
    font-size: 1.28rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 1.22;
  }

  .bi-solution-card__body {
    font-size: 0.86rem;
    color: var(--light);
    line-height: 1.7;
    margin-bottom: 16px;
  }

  .bi-solution-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
    text-align: left;
    align-items: flex-start;
    width: 100%;
  }

  .bi-solution-card__item {
    font-size: 0.82rem;
    color: var(--light);
    padding-left: 16px;
    position: relative;
    line-height: 1.5;
    text-align: left;
    width: 100%;
    display: block;
  }

.bi-solution-card__item::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #b0b5c0;
    font-size: 0.9rem;
    line-height: 1.5;
}

  .bi-solution-card__note {
    font-size: .9rem;
    font-style: italic;
    color: var(--primary);
    margin-top: 14px;
    opacity: 0.75;
  }


  .bi-clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
  }

  .bi-client-item {
    padding: 22px 18px;
    border: 1px solid var(--rule);
    border-radius: var(--radius-lg);
    text-align: center;
    background: var(--white);
    transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
  }

  .bi-client-item:hover {
    border-color: var(--primary);
    box-shadow: 0 4px 18px rgba(60,31,128,0.1);
    transform: translateY(-3px);
  }

  .bi-client-item__icon { font-size: 1.4rem; margin-bottom: 10px; display: block; color: var(--primary); }

  .bi-client-item__label {
    font-size: 0.83rem;
    font-weight: 600;
    color: var(--dark);
    line-height: 1.35;
  }

  .bi-clients-note {
    text-align: center;
    margin-top: 32px;
    font-size: 0.88rem;
    font-style: italic;
    color: var(--light);
  }

  .bi-engage-intro {
    max-width: 720px;
    margin: 0 auto 44px;
    text-align: center;
    font-size: 0.96rem;
    color: rgba(255,255,255,0.68);
    line-height: 1.8;
  }

  .bi-engage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 18px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .bi-engage-card {
    padding: 28px 24px;
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    transition: background var(--transition), border-color var(--transition);
    position: relative;
    overflow: hidden;
  }

  .bi-engage-card:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(124,86,212,0.4);
  }

  .bi-engage-card__icon {
    font-size: 1.3rem;
    margin-bottom: 14px;
    display: block;
    color: rgba(124,86,212,0.85);
  }

  .bi-engage-card__title {
    font-family: var(--ff-display);
    font-size: 1.15rem;
    font-weight: 600;
    color: rgba(255,255,255,0.92);
    margin-bottom: 10px;
  }

  .bi-engage-card__body {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.62);
    line-height: 1.72;
  }

  .bi-cta {
    background: var(--dark);
    padding: clamp(48px, 7vw, 84px) 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .bi-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 55% 70% at 15% 50%, rgba(60,31,128,0.4) 0%, transparent 60%),
      radial-gradient(ellipse 50% 60% at 90% 50%, rgba(182,13,9,0.1) 0%, transparent 60%);
    pointer-events: none;
  }

  .bi-cta__inner { position: relative; z-index: 1; }

  .bi-cta__label {
    font-family: var(--ff-mono);
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .bi-cta__label::before,
  .bi-cta__label::after {
    content: '';
    display: inline-block;
    width: 24px; height: 1px;
    background: rgba(255,255,255,0.25);
  }

  .bi-cta__title {
    font-family: var(--ff-display);
    font-size: clamp(1.6rem, 3.5vw, 2.9rem);
    font-weight: 300;
    color: var(--white);
    margin-bottom: 12px;
    line-height: 1.12;
  }

  .bi-cta__title strong { font-weight: 600; }

  .bi-cta__sub {
    font-size: 0.94rem;
    color: rgba(255,255,255,0.65);
    margin-bottom: 36px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
  }

  .bi-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 34px;
    background: var(--primary);
    color: var(--white);
    font-family: var(--ff-ui);
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--radius);
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  }

  .bi-btn:hover {
    background: var(--primary);
    filter: brightness(1.15);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(60,31,128,0.4);
  }

  .bi-btn svg { transition: transform var(--transition); }
  .bi-btn:hover svg { transform: translateX(4px); }

  .bi-divider { height: 1px; background: var(--rule); }

  @media (max-width: 640px) {
    .bi-clients-grid { grid-template-columns: repeat(2, 1fr); }
    .bi-approach__inner { flex-direction: column; gap: 16px; }
    .bi-approach__item + .bi-approach__item::before { display: none; }
  }

  @media (max-width: 576px) {
    .bi-wrap { padding-left: 16px !important; padding-right: 16px !important; }
    .bi-section { padding-left: 16px !important; padding-right: 16px !important; }
  }
/* BUSINESS INTELLIGENCE PAGE CSS ENDS HERE */




/* RESEARCH & POLICY CSS STARTS HERE */
  :root {
    --primary:    #3C1F80;
    --secondary:  #B60D09;
    --light:      #636363;
    --dark:       #091E3E;

    --surface:    #f4f5f8;
    --rule:       #dde0e8;
    --white:      #ffffff;

    --ff-display: 'Cambria', Georgia, serif;
    --ff-ui:      'DM Sans', sans-serif;
    --ff-mono:    'DM Mono', 'Courier New', monospace;

    --radius:    4px;
    --radius-lg: 10px;
    --transition: 0.28s cubic-bezier(0.4,0,0.2,1);

    --max-w:  1200px;
    --gutter: clamp(16px, 2.5vw, 28px);
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  .rpa-page {
    font-family: var(--ff-ui);
    color: var(--dark);
    background: var(--white);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    font-family: var(--ff-ui);
  }

  .rpa-page *, .rpa-page *::before, .rpa-page *::after { box-sizing: border-box; }

  .rpa-wrap {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3vw, 60px);
    box-sizing: border-box;
  }

  .rpa-hero {
    background: var(--dark);
    color: var(--white);
    padding: clamp(56px, 8vw, 100px) 0 clamp(48px, 7vw, 80px);
    position: relative;
    overflow: hidden;
  }

  .rpa-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 80% 80% at 75% 50%, rgba(60,31,128,0.45) 0%, transparent 65%),
      radial-gradient(ellipse 40% 50% at 5% 80%, rgba(182,13,9,0.09) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
  }

  .rpa-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
  }

  .rpa-hero__content { min-width: 0; }

  .rpa-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0.92;
  }

  .rpa-hero__visual svg {
    width: 100%;
    max-width: 420px;
    height: auto;
    filter: drop-shadow(0 0 40px rgba(60,31,128,0.5));
  }

  @keyframes rpa-pulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50%       { opacity: 1;   transform: scale(1.12); }
  }

  @keyframes rpa-dash {
    to { stroke-dashoffset: -200; }
  }

  @keyframes rpa-float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-8px); }
  }

  .rpa-hero__visual { animation: rpa-float 6s ease-in-out infinite; }

  .rpa-node-pulse { animation: rpa-pulse 3s ease-in-out infinite; }
  .rpa-node-pulse:nth-child(2) { animation-delay: 0.5s; }
  .rpa-node-pulse:nth-child(3) { animation-delay: 1s; }
  .rpa-node-pulse:nth-child(4) { animation-delay: 1.5s; }
  .rpa-node-pulse:nth-child(5) { animation-delay: 2s; }

  .rpa-edge-anim {
    stroke-dasharray: 8 4;
    animation: rpa-dash 3s linear infinite;
  }

  @media (max-width: 860px) {
    .rpa-hero__inner {
      grid-template-columns: 1fr;
    }
    .rpa-hero__visual {
      display: none;
    }
  }

  .rpa-hero__eyebrow {
    font-family: var(--ff-mono);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
  }

  .rpa-hero__eyebrow::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 1px;
    background: rgba(255,255,255,0.35);
  }

  .rpa-hero__title {
    font-family: var(--ff-display);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -0.01em;
    color: var(--white);
    margin-bottom: 18px;
    max-width: 820px;
  }

  .rpa-hero__title strong {
    font-weight: 600;
    color: var(--white);
  }

  .rpa-hero__subtitle {
    font-family: var(--ff-display);
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: 300;
    font-style: italic;
    color: rgba(255,255,255,0.65);
    max-width: 680px;
    margin-bottom: 48px;
    line-height: 1.55;
  }

  .rpa-hero__desc {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.75);
    max-width: 760px;
    line-height: 1.75;
    border-left: 2px solid rgba(255,255,255,0.25);
    padding-left: 24px;
    margin-bottom: 52px;
  }

  .rpa-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .rpa-tag {
    font-family: var(--ff-mono);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 2px;
    color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.04);
  }

  .rpa-section {
    padding: clamp(48px, 7vw, 80px) 0;
  }

  .rpa-section--alt {
    background: var(--surface);
  }

  .rpa-section--dark {
    background: var(--dark);
    color: var(--white);
  }

  .rpa-section--accent {
    background: var(--primary);
    color: var(--white);
  }

  .rpa-section-head {
    margin-bottom: clamp(36px, 5vw, 60px);
    text-align: center;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }

  .rpa-section-head--center {
    text-align: center;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .rpa-label {
    font-family: var(--ff-mono);
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
  }

  .rpa-label--center { justify-content: center; }

  .rpa-label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 1px;
    background: currentColor;
  }

  .rpa-section--dark .rpa-label { color: rgba(255,255,255,0.55); }

  .rpa-h2 {
    font-family: var(--ff-display);
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 300;
    line-height: 1.15;
    color: inherit;
  }

  .rpa-h2 strong { font-weight: 600; }

  .rpa-lead {
    font-size: 0.97rem;
    color: var(--light);
    line-height: 1.75;
    margin-top: 12px;
    max-width: 700px;
  }

  .rpa-section--dark .rpa-lead { color: rgba(255,255,255,0.68); }

  .rpa-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
    gap: 20px;
    margin-top: 4px;
    background: transparent;
  }

  .rpa-service-card {
    background: var(--white);
    padding: clamp(24px, 3vw, 36px);
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--rule);
    box-shadow: 0 2px 12px rgba(9,30,62,0.06);
    transition: background var(--transition), box-shadow var(--transition);
  }

  .rpa-service-card:hover {
    background: var(--dark);
    box-shadow: 0 8px 32px rgba(9,30,62,0.2);
  }

  .rpa-service-card:hover .rpa-service-card__num,
  .rpa-service-card:hover .rpa-service-card__title,
  .rpa-service-card:hover .rpa-service-card__body,
  .rpa-service-card:hover .rpa-service-card__item {
    color: var(--white);
  }

  .rpa-service-card:hover .rpa-service-card__num {
    color: #c8b8f5;
  }

  .rpa-service-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(60,31,128,0.08);
    color: var(--primary);
    font-size: 1.2rem;
    margin-bottom: 18px;
    transition: background var(--transition), color var(--transition);
  }

  .rpa-service-card:hover .rpa-service-card__num {
    background: rgba(200,184,245,0.15);
  }

  .rpa-service-card__title {
    font-family: var(--ff-display);
    font-size: 1.28rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 12px;
    line-height: 1.25;
    transition: color var(--transition);
  }

  .rpa-service-card__body {
    font-size: 0.88rem;
    color: var(--light);
    line-height: 1.7;
    margin-bottom: 20px;
    transition: color var(--transition);
  }

  .rpa-service-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
    text-align: left;
    width: 100%;
  }

  .rpa-service-card__item {
    font-size: 0.83rem;
    color: var(--light);
    padding-left: 16px;
    position: relative;
    line-height: 1.5;
    transition: color var(--transition);
    text-align: left;
    display: block;
    width: 100%;
  }

  .rpa-service-card__item::before {
    content: '\2013';
    position: absolute;
    left: 0;
    top: 0;
    color: #b0b5c0;
    font-size: 0.83rem;
    line-height: 1.5;
    transition: color var(--transition);
  }

  .rpa-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
  }

  .rpa-tool-badge {
    font-family: var(--ff-mono);
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    padding: 4px 10px;
    background: var(--surface);
    border: 1px solid var(--rule);
    border-radius: 2px;
    color: var(--light);
    transition: background var(--transition), color var(--transition), border-color var(--transition);
  }

  .rpa-service-card:hover .rpa-tool-badge {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.65);
  }

  .rpa-serve-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 8px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .rpa-serve-item {
    padding: 22px 18px;
    border: 1px solid var(--rule);
    border-radius: var(--radius-lg);
    text-align: center;
    background: var(--white);
    transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
  }

  .rpa-serve-item:hover {
    border-color: var(--primary);
    box-shadow: 0 4px 20px rgba(184,151,90,0.12);
    transform: translateY(-3px);
  }

  .rpa-serve-item__icon {
    font-size: 1.4rem;
    margin-bottom: 10px;
    display: block;
    color: var(--primary);
  }

  .rpa-serve-item__label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--dark);
    line-height: 1.3;
  }

  .rpa-engage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 20px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .rpa-engage-card {
    padding: 32px 28px;
    border-radius: var(--radius-lg);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    transition: background var(--transition), border-color var(--transition);
  }

  .rpa-engage-card:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(184,151,90,0.4);
  }

  .rpa-engage-card__title {
    font-family: var(--ff-display);
    font-size: 1.15rem;
    font-weight: 600;
    color: #c8b8f5;
    margin-bottom: 10px;
  }

  .rpa-engage-card__body {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
  }

  .rpa-flow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr));
    gap: 0;
    counter-reset: flow;
    position: relative;
  }

  .rpa-flow::before {
    content: '';
    position: absolute;
    top: 23px;
    left: 36px;
    right: 36px;
    height: 1px;
    background: var(--rule);
    pointer-events: none;
  }

  .rpa-flow-step {
    padding: 28px 20px 28px;
    position: relative;
    counter-increment: flow;
    text-align: center;
  }

  .rpa-flow-step__circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-family: var(--ff-mono);
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--primary);
    position: relative;
    z-index: 1;
  }

  .rpa-flow-step__label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--dark);
    line-height: 1.35;
  }

 .rpa-form-wrapper {
    max-width: 820px;
    margin: 0 auto;
  }

  .rpa-form-section {
    margin-bottom: 40px;
  }

  .rpa-form-section-title {
    font-family: var(--ff-mono);
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--rule);
  }

  .rpa-form-section-title .step-num {
    background: var(--primary);
    color: var(--white);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    flex-shrink: 0;
  }

  .rpa-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 16px;
  }

  .rpa-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .rpa-field--full {
    grid-column: 1 / -1;
  }

  .rpa-field label {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--dark);
    letter-spacing: 0.04em;
  }

  .rpa-field input,
  .rpa-field select,
  .rpa-field textarea {
    font-family: var(--ff-ui);
    font-size: 0.9rem;
    color: var(--dark);
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: var(--radius);
    padding: 11px 14px;
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
    width: 100%;
  }

  .rpa-field input:focus,
  .rpa-field select:focus,
  .rpa-field textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(184,151,90,0.12);
  }

  .rpa-field textarea {
    resize: vertical;
    min-height: 120px;
  }

  .rpa-checkbox-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
  }

  .rpa-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.875rem;
    color: var(--dark);
    padding: 10px 14px;
    border: 1px solid var(--rule);
    border-radius: var(--radius);
    transition: border-color var(--transition), background var(--transition);
  }

  .rpa-checkbox-label:hover {
    border-color: var(--primary);
    background: rgba(184,151,90,0.04);
  }

  .rpa-checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--primary);
    flex-shrink: 0;
    cursor: pointer;
  }

  .rpa-radio-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
  }

  .rpa-radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.875rem;
    color: var(--dark);
    padding: 10px 14px;
    border: 1px solid var(--rule);
    border-radius: var(--radius);
    transition: border-color var(--transition), background var(--transition);
  }

  .rpa-radio-label:hover {
    border-color: var(--primary);
    background: rgba(184,151,90,0.04);
  }

  .rpa-radio-label input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: var(--primary);
    flex-shrink: 0;
    cursor: pointer;
  }

  .rpa-upload-zone {
    border: 2px dashed var(--rule);
    border-radius: var(--radius-lg);
    padding: 40px 24px;
    text-align: center;
    cursor: pointer;
    transition: border-color var(--transition), background var(--transition);
    position: relative;
  }

  .rpa-upload-zone:hover {
    border-color: var(--primary);
    background: rgba(184,151,90,0.03);
  }

  .rpa-upload-zone input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }

  .rpa-upload-zone__icon {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
  }

  .rpa-upload-zone__text {
    font-size: 0.88rem;
    color: #b0b5c0;
    line-height: 1.6;
  }

  .rpa-upload-zone__text strong {
    color: var(--primary);
  }

  .rpa-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: var(--primary);
    color: var(--white);
    font-family: var(--ff-ui);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
    text-decoration: none;
    transition: background var(--transition), box-shadow var(--transition), transform var(--transition);
  }

  .rpa-btn-primary:hover {
    background: var(--dark);
    box-shadow: 0 6px 24px rgba(9,30,62,0.25);
    transform: translateY(-1px);
  }

  .rpa-btn-primary svg {
    transition: transform var(--transition);
  }

  .rpa-btn-primary:hover svg {
    transform: translateX(4px);
  }

  .rpa-after-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
  }

  @media (max-width: 720px) {
    .rpa-after-grid { grid-template-columns: 1fr; gap: 32px; }
  }

  .rpa-after-steps {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .rpa-after-step {
    display: flex;
    gap: 18px;
    position: relative;
    padding-bottom: 28px;
  }

  .rpa-after-step:last-child { padding-bottom: 0; }

  .rpa-after-step__line {
    position: absolute;
    left: 15px;
    top: 32px;
    bottom: 0;
    width: 1px;
    background: var(--rule);
  }

  .rpa-after-step:last-child .rpa-after-step__line { display: none; }

  .rpa-after-step__dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--surface);
    border: 2px solid var(--primary);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-mono);
    font-size: 0.65rem;
    color: var(--primary);
    font-weight: 500;
    position: relative;
    z-index: 1;
  }

  .rpa-after-step__content {
    padding-top: 4px;
  }

  .rpa-after-step__title {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px;
  }

  .rpa-after-step__desc {
    font-size: 0.83rem;
    color: var(--light);
    line-height: 1.6;
  }

  .rpa-payment-box {
    background: var(--dark);
    color: var(--white);
    border-radius: var(--radius-lg);
    padding: 36px 32px;
  }

  .rpa-payment-box__title {
    font-family: var(--ff-display);
    font-size: 1.2rem;
    font-weight: 600;
    color: #c8b8f5;
    margin-bottom: 20px;
  }

  .rpa-payment-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
  }

  .rpa-payment-list li {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .rpa-payment-list li::before {
    content: '✔';
    color: var(--primary);
    font-size: 0.75rem;
    flex-shrink: 0;
  }

  .rpa-payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .rpa-method-badge {
    font-family: var(--ff-mono);
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    padding: 5px 12px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 2px;
    color: rgba(255,255,255,0.65);
  }

  .rpa-governance {
    background: var(--dark);
    padding: clamp(48px, 6vw, 80px) 0;
    text-align: center;
    color: var(--white);
  }

  .rpa-governance__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(60,31,128,0.25);
    border: 1px solid rgba(60,31,128,0.4);
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .rpa-governance__title {
    font-family: var(--ff-display);
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 600;
    color: var(--white);
    margin-bottom: 16px;
    letter-spacing: -0.01em;
  }

  .rpa-governance__body {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.68);
    line-height: 1.8;
    max-width: 620px;
    margin: 0 auto;
  }

  .rpa-cta {
    background: var(--primary);
    padding: clamp(44px, 6vw, 72px) 0;
    text-align: center;
  }

  .rpa-cta__title {
    font-family: var(--ff-display);
    font-size: clamp(1.6rem, 3.5vw, 2.6rem);
    font-weight: 400;
    color: var(--white);
    margin-bottom: 10px;
  }

  .rpa-cta__title strong { font-weight: 700; }

  .rpa-cta__sub {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 32px;
  }

  .rpa-btn-dark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: var(--white);
    color: var(--primary);
    font-family: var(--ff-ui);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--radius);
    text-decoration: none;
    transition: background var(--transition), transform var(--transition), color var(--transition);
  }

  .rpa-btn-dark:hover {
    background: var(--dark);
    color: var(--white);
    transform: translateY(-2px);
  }

  .rpa-divider {
    height: 1px;
    background: var(--rule);
  }

  @media (max-width: 640px) {
    .rpa-flow::before { display: none; }
    .rpa-flow { grid-template-columns: 1fr 1fr; }
    .rpa-checkbox-group { grid-template-columns: 1fr; }
    .rpa-radio-group { grid-template-columns: 1fr; }
    .rpa-serve-grid { grid-template-columns: repeat(2, 1fr); }
  }
/* RESEARCH & POLICY CSS ENDS HERE */






/* ENTERPRISE PAGE CSS STARTS HERE */
  :root {
    --primary:    #3C1F80;
    --secondary:  #B60D09;
    --light:      #636363;
    --dark:       #091E3E;
    --surface:    #f4f5f8;
    --rule:       #dde0e8;
    --white:      #ffffff;

    --ff-display: 'Cambria', Georgia, serif;
    --ff-ui:      'DM Sans', sans-serif;
    --ff-mono:    'DM Mono', 'Courier New', monospace;

    --radius:    4px;
    --radius-lg: 10px;
    --transition: 0.28s cubic-bezier(0.4,0,0.2,1);
    --max-w:     1200px;
    --gutter:    clamp(16px, 2.5vw, 28px);
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  .ent-page {
    font-family: var(--ff-ui);
    color: var(--dark);
    background: var(--white);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }

  .ent-page *, .ent-page *::before, .ent-page *::after { box-sizing: border-box; }

  .ent-wrap {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3vw, 60px);
    box-sizing: border-box;
  }

  .ent-hero {
    background: var(--dark);
    color: var(--white);
    padding: clamp(56px, 8vw, 100px) 0 clamp(48px, 7vw, 80px);
    position: relative;
    overflow: hidden;
  }

  .ent-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 75% 80% at 80% 50%, rgba(60,31,128,0.5) 0%, transparent 65%),
      radial-gradient(ellipse 35% 45% at 0% 100%, rgba(182,13,9,0.1) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
  }

  .ent-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
  }

  .ent-hero__content { min-width: 0; }

  .ent-hero__eyebrow {
    font-family: var(--ff-mono);
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
  }

  .ent-hero__eyebrow::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 1px;
    background: rgba(255,255,255,0.3);
  }

  .ent-hero__title {
    font-family: var(--ff-display);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    line-height: 1.06;
    letter-spacing: -0.01em;
    color: var(--white);
    margin-bottom: 16px;
    max-width: 760px;
  }

  .ent-hero__title strong { font-weight: 600; }

  .ent-hero__subtitle {
    font-family: var(--ff-display);
    font-size: clamp(1rem, 1.8vw, 1.22rem);
    font-weight: 300;
    font-style: italic;
    color: rgba(255,255,255,0.55);
    margin-bottom: 32px;
    line-height: 1.5;
    max-width: 580px;
  }

  .ent-hero__desc {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.78);
    max-width: 680px;
    line-height: 1.8;
    border-left: 2px solid rgba(255,255,255,0.2);
    padding-left: 20px;
    margin-bottom: 40px;
  }

  .ent-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ent-tag {
    font-family: var(--ff-mono);
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 12px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 2px;
    color: rgba(255,255,255,0.52);
    background: rgba(255,255,255,0.04);
  }

  .ent-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: ent-float 7s ease-in-out infinite;
  }

  .ent-hero__visual svg {
    width: 100%;
    max-width: 400px;
    height: auto;
    filter: drop-shadow(0 0 44px rgba(60,31,128,0.55));
  }

  @keyframes ent-float {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-10px); }
  }

  @keyframes ent-pulse {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50%       { opacity: 1;    transform: scale(1.1); }
  }

  @keyframes ent-dash {
    to { stroke-dashoffset: -180; }
  }

  @keyframes ent-scan {
    0%   { transform: translateY(0); opacity: 0.8; }
    100% { transform: translateY(280px); opacity: 0; }
  }

  .ent-node-a { animation: ent-pulse 2.8s ease-in-out infinite; }
  .ent-node-b { animation: ent-pulse 3.2s ease-in-out infinite 0.4s; }
  .ent-node-c { animation: ent-pulse 2.6s ease-in-out infinite 0.8s; }
  .ent-node-d { animation: ent-pulse 3.4s ease-in-out infinite 1.2s; }
  .ent-node-e { animation: ent-pulse 2.9s ease-in-out infinite 1.6s; }

  .ent-edge-flow {
    stroke-dasharray: 6 5;
    animation: ent-dash 2.5s linear infinite;
  }

  @media (max-width: 860px) {
    .ent-hero__inner { grid-template-columns: 1fr; }
    .ent-hero__visual { display: none; }
  }

  .ent-section {
    padding: clamp(48px, 7vw, 80px) 0;
  }

  .ent-section--alt  { background: var(--surface); }
  .ent-section--dark { background: var(--dark); color: var(--white); }

  .ent-section-head { margin-bottom: clamp(28px, 4vw, 48px); text-align: center; max-width: 860px; margin-left: auto; margin-right: auto; }

  .ent-section-head--center {
    text-align: center;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .ent-label {
    font-family: var(--ff-mono);
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
  }

  .ent-label--center { justify-content: center; }

  .ent-label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 1px;
    background: currentColor;
  }

  .ent-section--dark .ent-label { color: rgba(255,255,255,0.5); }

  .ent-h2 {
    font-family: var(--ff-display);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 300;
    line-height: 1.15;
    color: inherit;
  }

  .ent-h2 strong { font-weight: 600; }

  .ent-lead {
    font-size: 0.97rem;
    color: var(--light);
    line-height: 1.75;
    margin-top: 12px;
    max-width: 700px;
  }

  .ent-section--dark .ent-lead { color: rgba(255,255,255,0.65); }

  .ent-focus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
    gap: 18px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .ent-focus-card {
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: 10px;
    padding: 28px 26px;
    box-shadow: 0 1px 8px rgba(9,30,62,0.05);
    transition: background var(--transition), border-color var(--transition), box-shadow var(--transition);
    position: relative;
    overflow: hidden;
  }

  .ent-focus-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition);
  }

  .ent-focus-card:hover { border-color: var(--primary); box-shadow: 0 6px 24px rgba(60,31,128,0.1); }
  .ent-focus-card:hover::after { transform: scaleX(1); }

  .ent-focus-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(60,31,128,0.08);
    color: var(--primary);
    font-size: 1.2rem;
    margin-bottom: 16px;
    transition: background var(--transition), color var(--transition);
  }

  .ent-focus-card:hover .ent-focus-card__num {
    background: rgba(255,255,255,0.1);
    color: #c8b8f5;
  }

  .ent-focus-card__title {
    font-family: var(--ff-display);
    font-size: 1.28rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 12px;
    line-height: 1.22;
  }

  .ent-focus-card__body {
    font-size: 0.86rem;
    color: var(--light);
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .ent-focus-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
    text-align: left;
    width: 100%;
  }

  .ent-focus-card__item {
    font-size: 0.82rem;
    color: var(--light);
    padding-left: 16px;
    position: relative;
    line-height: 1.5;
    text-align: left;
    display: block;
    width: 100%;
  }

  .ent-focus-card:hover .ent-focus-card__item { color: var(--light); }

  .ent-focus-card__item::before {
    content: '\2013';
    position: absolute;
    left: 0;
    top: 0;
    color: #b0b5c0;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .ent-focus-card:hover .ent-focus-card__item::before { color: #b0b5c0; }

  .ent-focus-card__note {
    font-size: 0.78rem;
    font-style: italic;
    color: var(--primary);
    margin-top: 14px;
    opacity: 0.8;
  }

  .ent-serve-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .ent-serve-item {
    padding: 22px 18px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-lg);
    text-align: center;
    background: rgba(255,255,255,0.04);
    transition: border-color var(--transition), background var(--transition), transform var(--transition);
  }

  .ent-serve-item:hover {
    border-color: rgba(124,86,212,0.5);
    background: rgba(255,255,255,0.07);
    transform: translateY(-3px);
  }

  .ent-serve-item__icon { font-size: 1.4rem; margin-bottom: 10px; display: block; color: var(--primary); }

  .ent-serve-item__label {
    font-size: 0.83rem;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    line-height: 1.35;
  }

  .ent-serve-note {
    margin-top: 36px;
    text-align: center;
    font-family: var(--ff-display);
    font-size: 1.1rem;
    font-style: italic;
    color: rgba(255,255,255,0.45);
  }

  .ent-serve-note strong {
    color: rgba(255,255,255,0.75);
    font-style: normal;
    font-weight: 600;
  }

  .ent-model-intro {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
  }

  .ent-model-intro p {
    font-size: 0.96rem;
    color: var(--light);
    line-height: 1.8;
    margin-top: 14px;
  }

  .ent-model-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 18px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .ent-model-card {
    border: 1px solid var(--rule);
    border-radius: 10px;
    padding: 28px 24px;
    background: var(--white);
    position: relative;
    transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
  }

  .ent-model-card:hover {
    border-color: var(--primary);
    box-shadow: 0 6px 24px rgba(60,31,128,0.1);
    transform: translateY(-2px);
  }

  .ent-model-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(60,31,128,0.12), rgba(60,31,128,0.06));
    border: 1px solid rgba(60,31,128,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--primary);
    margin-bottom: 18px;
  }

  .ent-model-card__title {
    font-family: var(--ff-display);
    font-size: 1.12rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 9px;
  }

  .ent-model-card__body {
    font-size: 0.85rem;
    color: var(--light);
    line-height: 1.7;
  }

  .ent-governance {
    background: linear-gradient(135deg, var(--dark) 0%, #1a0a40 100%);
    border-top: 1px solid rgba(60,31,128,0.3);
    border-bottom: 1px solid rgba(60,31,128,0.3);
    padding: clamp(36px, 5vw, 60px) 0;
  }

  .ent-governance__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 32px;
    align-items: start;
  }

  @media (max-width: 600px) {
    .ent-governance__inner { grid-template-columns: 1fr; gap: 20px; }
  }

  .ent-governance__icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(60,31,128,0.3);
    border: 1px solid rgba(124,86,212,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
  }

  .ent-governance__title {
    font-family: var(--ff-display);
    font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    font-weight: 500;
    color: var(--white);
    margin-bottom: 12px;
  }

  .ent-governance__body {
    font-size: 0.91rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.8;
  }

  .ent-governance__body + .ent-governance__body { margin-top: 8px; }

  .ent-cta {
    background: var(--primary);
    padding: clamp(48px, 7vw, 84px) 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .ent-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 60% 80% at 20% 50%, rgba(182,13,9,0.12) 0%, transparent 60%),
      radial-gradient(ellipse 40% 60% at 85% 50%, rgba(0,0,0,0.2) 0%, transparent 60%);
    pointer-events: none;
  }

  .ent-cta__inner { position: relative; z-index: 1; text-align: center; max-width: 860px; margin-left: auto; margin-right: auto; }

  .ent-cta__label {
    font-family: var(--ff-mono);
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .ent-cta__label::before,
  .ent-cta__label::after {
    content: '';
    display: inline-block;
    width: 24px; height: 1px;
    background: rgba(255,255,255,0.3);
  }

  .ent-cta__title {
    font-family: var(--ff-display);
    font-size: clamp(1.6rem, 3.5vw, 2.8rem);
    font-weight: 300;
    color: var(--white);
    margin-bottom: 12px;
    line-height: 1.15;
  }

  .ent-cta__title strong { font-weight: 600; }

  .ent-cta__sub {
    font-size: 0.94rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 36px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
  }

  .ent-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 34px;
    background: var(--white);
    color: var(--primary);
    font-family: var(--ff-ui);
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--radius);
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);
  }

  .ent-btn:hover {
    background: var(--dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  }

  .ent-btn svg { transition: transform var(--transition); }
  .ent-btn:hover svg { transform: translateX(4px); }

  .ent-divider { height: 1px; background: var(--rule); }

  @media (max-width: 640px) {
    .ent-serve-grid { grid-template-columns: repeat(2, 1fr); }
  }
/* ENTERPRISE PAGE CSS ENDS HERE */





/* COMMON PACKAGES CSS STARTS HERE */
.pkg-header {
    text-align: center;
    margin-bottom: 50px;
    color: white;
    background: linear-gradient(135deg, #1a2a6c, #384991, #b15e5e);
}

.pkg-header p {
    font-size: 1.3rem;
    opacity: 0.9;
    font-family: "Nunito", sans-serif;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
/* COMMON PACKAGES CSS ENDS HERE */




/* RESEARCH MARKETPLACE PAGE CSS STARTS HERE */
.service-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 15px 0;
}

.service-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    flex: 1;
}

.copy-link-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
}

.copy-link-icon:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.copy-link-icon:active {
    transform: translateY(0) scale(0.95);
}

.purchased {
    background: linear-gradient(135deg, #4caf50 0%, #45a049 100%) !important;
}

.purchased:hover {
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3) !important;
}

.copy-success-popup {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    z-index: 10000;
    animation: slideIn 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.copy-success-popup .icon {
    font-size: 20px;
}

@keyframes slideIn {
    from {
        transform: translateX(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(400px);
        opacity: 0;
    }
}

.exclusive-header {
    text-align: center;
    margin-bottom: 50px;
    color: white;
    background: linear-gradient(135deg, #1a2a6c, #384991, #b15e5e);
}

.exclusive-header p {
    font-size: 1.3rem;
    opacity: 0.9;
    font-family: "Nunito", sans-serif;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.packages-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.service-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.service-tag {
    position: static;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.tag-one-time {
    background: rgba(236, 89, 87, 0.9);
    color: white;
}

.tag-always-available {
    background: rgba(72, 187, 120, 0.9);
    color: white;
}

.tag-available-on-booking {
    background: rgba(66, 153, 225, 0.9);
    color: white;
}

.service-content {
    padding: 25px;
}

.service-price {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 10px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

.service-price:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

.service-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: "Nunito", sans-serif;
}

.service-description {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 20px;
}

.more-info-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: auto;
    margin-top: auto;
    align-self: flex-start;
    margin-left: 0;
    margin-right: auto;
}

.more-info-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.4);
    padding: 12px 45px;
}

.more-info-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.more-info-btn:disabled {
    background: #cbd5e0;
    color: #a0aec0;
    cursor: not-allowed;
    transform: none;
}

.out-of-stock {
    background: #fed7d7 !important;
    color: #c53030 !important;
}

.service-modal {
    display: none;
    position: fixed;
    top: 5rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 1000;
    overflow-y: auto;
}

.service-modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.service-modal-content {
    background: white;
    border-radius: 20px;
    max-width: 1000px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.service-modal-header {
    padding: 30px 30px 0;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
}

.service-modal-close {
    position: absolute;
    top: 5rem;
    right: 20px;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 54px;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    z-index: 1001;
}

.service-modal-close:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #2d3748;
    transform: scale(1.1);
}

.service-modal-close:active {
    transform: scale(0.95);
}

.service-modal-body {
    padding: 30px;
}

.modal-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
}

.modal-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 20px;
}

.modal-tag {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-modal-description {
    color: #4a5568;
    line-height: 1.3;
    margin-bottom: 30px;
    font-size: 1rem;
}

.service-modal-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.service-modal-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.service-modal-image:hover {
    transform: scale(1.05);
}

.download-section {
    background: #f7fafc;
    border-radius: 15px;
    padding: 25px;
    margin-top: 30px;
}

.download-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
}

.documents-list {
    display: grid;
    gap: 15px;
    margin-bottom: 20px;
}

.document-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.document-info h4 {
    color: #2d3748;
    font-weight: 600;
    margin-bottom: 5px;
}

.document-info span {
    color: #718096;
    font-size: 0.875rem;
}

.download-btn {
    background: linear-gradient(135deg, #48bb78, #38a169);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(72, 187, 120, 0.4);
}

.loading {
    display: none;
    text-align: center;
    padding: 40px;
    color: #667eea;
}

.spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #667eea;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.no-services {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.no-services h3 {
    color: #4a5568;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.no-services p {
    color: #718096;
    font-size: 1.1rem;
}

/* RESEARCH MARKETPLACE PAGE CSS ENDS HERE */






/* STRATEGIC ENGAGEMENT PAGE CSS STARTS HERE */
.eng-page {
  font-family: 'DM Sans', sans-serif;
  color: #091E3E;
  background: #f4f5f8;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.eng-page *, .eng-page *::before, .eng-page *::after { box-sizing: border-box; }

.eng-wrap {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 60px);
  box-sizing: border-box;
}

.eng-hero {
  background: #091E3E;
  color: #fff;
  padding: clamp(56px, 8vw, 90px) 0 clamp(40px, 6vw, 64px);
  position: relative;
  overflow: hidden;
}
.eng-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 80% 50%, rgba(60,31,128,0.48) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 2% 90%, rgba(182,13,9,0.1) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}
.eng-hero__inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 40px;
}
.eng-hero__left { min-width: 0; }
.eng-hero__visual {
  width: 100%; max-width: 420px;
  display: flex; align-items: center; justify-content: center;
  animation: eng-hero-fadein 1s ease both 0.3s;
  opacity: 0;
}
.eng-hero__visual svg { width: 100%; height: auto; overflow: visible; }
@keyframes eng-hero-fadein { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:translateY(0)} }

@keyframes eng-pulse-ring {
  0%   { r: 8; opacity: 0.6; }
  100% { r: 22; opacity: 0; }
}
.eng-pulse   { animation: eng-pulse-ring 2s ease-out infinite; }
.eng-pulse-2 { animation: eng-pulse-ring 2s ease-out infinite 0.7s; }
.eng-pulse-3 { animation: eng-pulse-ring 2s ease-out infinite 1.4s; }

@keyframes eng-node-float {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}
.eng-node-float-1 { animation: eng-node-float 3.4s ease-in-out infinite; }
.eng-node-float-2 { animation: eng-node-float 3.4s ease-in-out infinite 0.7s; }
.eng-node-float-3 { animation: eng-node-float 3.4s ease-in-out infinite 1.4s; }
.eng-node-float-4 { animation: eng-node-float 3.4s ease-in-out infinite 2.1s; }
.eng-node-float-5 { animation: eng-node-float 3.4s ease-in-out infinite 2.8s; }

@keyframes eng-orbit {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.eng-orbit-ring     { animation: eng-orbit 14s linear infinite;         transform-origin: 210px 195px; }
.eng-orbit-ring-rev { animation: eng-orbit 20s linear infinite reverse; transform-origin: 210px 195px; }

@keyframes eng-dash {
  to { stroke-dashoffset: -40; }
}
.eng-dash-flow   { animation: eng-dash 1.4s linear infinite; }
.eng-dash-flow-2 { animation: eng-dash 1.4s linear infinite 0.47s; }
.eng-dash-flow-3 { animation: eng-dash 1.4s linear infinite 0.94s; }

@keyframes eng-glow-pulse {
  0%,100% { opacity: 0.5; }
  50%      { opacity: 1; }
}
.eng-glow-1 { animation: eng-glow-pulse 2s ease-in-out infinite; }
.eng-glow-2 { animation: eng-glow-pulse 2s ease-in-out infinite 0.5s; }
.eng-glow-3 { animation: eng-glow-pulse 2s ease-in-out infinite 1s; }
.eng-glow-4 { animation: eng-glow-pulse 2s ease-in-out infinite 1.5s; }

@keyframes eng-type {
  from { width: 0; }
  to   { width: 100%; }
}
.eng-type-bar { animation: eng-type 2.5s steps(20) infinite alternate; }

@media (max-width: 900px) {
  .eng-hero__inner { grid-template-columns: 1fr; }
  .eng-hero__visual { display: none; }
}
.eng-hero__eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.eng-hero__eyebrow::before {
  display: inline-block;
  width: 28px; height: 1px;
  background: rgba(255,255,255,0.3);
}
.eng-hero__title {
  font-family: 'Cambria', Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 16px;
  max-width: 740px;
}
.eng-hero__title strong { font-weight: 600; }
.eng-hero__desc {
  font-size: 0.97rem;
  color: rgba(255,255,255,0.72);
  max-width: 680px;
  line-height: 1.8;
  border-left: 2px solid rgba(255,255,255,0.18);
  padding-left: 20px;
}

/* ── Page layout ── */
.eng-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: start;
  padding: clamp(28px, 4vw, 48px) 0 clamp(48px, 7vw, 80px);
}

.eng-sidebar {
  position: sticky;
  top: 88px;
  background: #fff;
  border: 1px solid #dde0e8;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(9,30,62,0.07);
}
.eng-sidebar__header {
  background: #091E3E;
  padding: 14px 18px;
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  gap: 8px;
}
.eng-sidebar__header i { color: #c8b8f5; font-size: 0.8rem; }
.eng-sidebar__nav { padding: 8px 0; }
.eng-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  cursor: pointer;
  transition: all 0.2s;
  border-left: 3px solid transparent;
  text-decoration: none;
  color: #091E3E;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.84rem;
}
.eng-nav-item:hover { background: #f4f5f8; border-left-color: #3C1F80; color: #091E3E; text-decoration: none; }
.eng-nav-item.is-active { background: rgba(60,31,128,0.06); border-left-color: #3C1F80; color: #3C1F80; font-weight: 600; }
.eng-nav-item.is-done  { border-left-color: #2d7a3a; color: #2d7a3a; }
.eng-nav-item.is-done .eng-nav-icon { background: rgba(45,122,58,0.1); color: #2d7a3a; }
.eng-nav-icon {
  width: 26px; height: 26px;
  border-radius: 6px;
  background: #f4f5f8;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; flex-shrink: 0;
  color: #636363; transition: all 0.2s;
}
.eng-nav-item.is-active .eng-nav-icon { background: rgba(60,31,128,0.1); color: #3C1F80; }
.eng-nav-label { flex: 1; }
.eng-nav-check {
  width: 15px; height: 15px;
  border-radius: 50%;
  border: 1.5px solid #dde0e8;
  flex-shrink: 0;
  transition: all 0.3s;
  display: flex; align-items: center; justify-content: center;
  font-size: 8px; color: transparent;
}
.eng-nav-item.is-done .eng-nav-check { background: #2d7a3a; border-color: #2d7a3a; color: white; }
.eng-nav-item.is-active .eng-nav-check { border-color: #3C1F80; }
.eng-sidebar__progress { padding: 12px 16px 16px; border-top: 1px solid #dde0e8; background: #f4f5f8; }
.eng-prog-label {
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: #636363; display: flex; justify-content: space-between; margin-bottom: 8px;
}
.eng-prog-bar { height: 4px; background: #dde0e8; border-radius: 2px; overflow: hidden; }
.eng-prog-fill {
  height: 100%;
  background: linear-gradient(90deg, #3C1F80, #7c56d4);
  border-radius: 2px;
  transition: width 0.5s cubic-bezier(0.4,0,0.2,1);
  width: 0%;
}

.eng-form { flex: 1; min-width: 0; }
.eng-section {
  background: #fff;
  border: 1px solid #dde0e8;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(9,30,62,0.05);
  margin-bottom: 20px;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
  animation: eng-reveal 0.45s ease both;
}
.eng-section:focus-within { border-color: rgba(60,31,128,0.35); box-shadow: 0 4px 20px rgba(60,31,128,0.08); }
.eng-section:nth-child(1){animation-delay:0.04s}
.eng-section:nth-child(2){animation-delay:0.08s}
.eng-section:nth-child(3){animation-delay:0.12s}
.eng-section:nth-child(4){animation-delay:0.16s}
.eng-section:nth-child(5){animation-delay:0.20s}
.eng-section:nth-child(6){animation-delay:0.24s}
@keyframes eng-reveal { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:translateY(0)} }

.eng-section__head {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 24px;
  border-bottom: 1px solid #dde0e8;
  background: linear-gradient(to right, rgba(60,31,128,0.025), transparent);
}
.eng-section__num { display: none; }
.eng-section__title {
  font-family: 'Cambria', Georgia, serif;
  font-size: 1.08rem; font-weight: 600; color: #091E3E;
}
.eng-section__body { padding: 24px; }

.eng-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.eng-row.single { grid-template-columns: 1fr; }
.eng-field { display: flex; flex-direction: column; gap: 5px; }
.eng-label {
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: #091E3E; font-weight: 500;
}
.eng-label .req { color: #B60D09; margin-left: 2px; }
.eng-input, .eng-select, .eng-textarea {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.92rem; color: #091E3E;
  background: #f4f5f8;
  border: 1px solid #dde0e8;
  border-radius: 4px;
  padding: 10px 14px; outline: none; width: 100%;
  transition: border-color 0.22s, box-shadow 0.22s, background 0.22s;
  -webkit-appearance: none;
}
select.eng-input, select.eng-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23636363' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
  cursor: pointer;
}
.eng-input:focus, .eng-select:focus, .eng-textarea:focus {
  border-color: #3C1F80; background: #fff;
  box-shadow: 0 0 0 3px rgba(60,31,128,0.08);
}
.eng-input.is-filled, .eng-select.is-filled, .eng-textarea.is-filled {
  border-color: rgba(60,31,128,0.35); background: #fff;
}
.eng-textarea { min-height: 140px; resize: vertical; line-height: 1.7; }
.eng-char-count {
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem; letter-spacing: 0.08em;
  color: #636363; text-align: right; margin-top: 4px;
}
.eng-char-count.ok  { color: #2d7a3a; }
.eng-char-count.low { color: #B60D09; }

.eng-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr));
  gap: 10px;
}
.eng-svc-card {
  border: 1px solid #dde0e8;
  border-radius: 10px;
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color 0.22s, background 0.22s, box-shadow 0.22s;
  background: #f4f5f8; position: relative;
}
.eng-svc-card:hover { border-color: rgba(60,31,128,0.4); background: #fff; box-shadow: 0 3px 12px rgba(60,31,128,0.08); }
.eng-svc-card.is-selected { border-color: #3C1F80; background: rgba(60,31,128,0.04); box-shadow: 0 3px 12px rgba(60,31,128,0.1); }
.eng-svc-card input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; }
.eng-svc-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; margin-bottom: 6px; }
.eng-svc-name { font-size: 0.86rem; font-weight: 600; color: #091E3E; line-height: 1.3; flex: 1; }
.eng-svc-check {
  width: 18px; height: 18px; border-radius: 4px;
  border: 1.5px solid #dde0e8;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: all 0.2s;
  font-size: 0.65rem; color: transparent; background: #fff;
}
.eng-svc-card.is-selected .eng-svc-check { background: #3C1F80; border-color: #3C1F80; color: white; }
.eng-svc-desc-btn {
  font-family: 'DM Mono', monospace;
  font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: #3C1F80; background: none; border: none; cursor: pointer;
  padding: 0; display: flex; align-items: center; gap: 3px; opacity: 0.7;
  transition: opacity 0.2s;
}
.eng-svc-desc-btn:hover { opacity: 1; }
.eng-svc-desc {
  font-size: 0.78rem; color: #636363; line-height: 1.55;
  display: none; margin-top: 8px; padding-top: 8px;
  border-top: 1px solid #dde0e8;
}
.eng-svc-desc.open { display: block; }
.eng-cond-field {
  margin-top: 10px; padding: 10px 12px;
  background: rgba(60,31,128,0.04);
  border: 1px solid rgba(60,31,128,0.12);
  border-radius: 4px; display: none;
}
.eng-cond-field.show { display: block; }
.eng-cond-field .eng-label { color: #3C1F80; }

.eng-timeline-group { display: flex; gap: 10px; flex-wrap: wrap; }
.eng-tl-btn {
  display: flex; flex-direction: column; align-items: flex-start; gap: 2px;
  padding: 10px 18px; min-width: 120px;
}
.eng-tl-btn i { margin-right: 6px; }
.eng-tl-btn-sub {
  font-size: 0.68rem; font-weight: 400; color: inherit; opacity: 0.7;
  letter-spacing: 0; text-transform: none; display: block; margin-top: 2px;
}
.eng-bud-option input:checked + .eng-tl-btn .eng-tl-btn-sub { opacity: 0.85; }

.eng-svc-icon { color: #3C1F80; font-size: 0.82rem; margin-right: 4px; }
.eng-svc-card.is-selected .eng-svc-icon { color: #3C1F80; }
.eng-svc-check { color: transparent; }
.eng-svc-card.is-selected .eng-svc-check { background: #3C1F80; border-color: #3C1F80; color: white; }

.eng-svc-desc { font-size: 0.78rem; color: #636363; line-height: 1.55; display: none; margin-top: 8px; padding-top: 8px; border-top: 1px solid #dde0e8; }
.eng-svc-desc.open { display: block; }

.eng-modal-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(9,30,62,0.55); z-index: 9999;
  align-items: center; justify-content: center;
}
.eng-modal-overlay.show { display: flex; }
.eng-modal {
  background: #fff; border-radius: 12px;
  padding: 36px 32px; max-width: 460px; width: 90%;
  box-shadow: 0 20px 60px rgba(9,30,62,0.25);
  animation: eng-pop 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
}
.eng-modal__icon { font-size: 2rem; color: #3C1F80; margin-bottom: 14px; }
.eng-modal__title { font-family: 'Cambria', Georgia, serif; font-size: 1.3rem; font-weight: 600; color: #091E3E; margin-bottom: 10px; }
.eng-modal__notice { font-size: 0.88rem; color: #636363; line-height: 1.7; padding: 14px 16px; background: #f4f5f8; border-left: 3px solid #2d7a3a; border-radius: 0 4px 4px 0; margin-bottom: 22px; }
.eng-modal__actions { display: flex; gap: 10px; }
.eng-modal__cancel { flex: 1; padding: 12px; border: 1px solid #dde0e8; border-radius: 4px; background: #fff; color: #636363; font-family: 'DM Sans', sans-serif; font-size: 0.86rem; font-weight: 600; cursor: pointer; transition: all 0.2s; }
.eng-modal__cancel:hover { background: #f4f5f8; }
.eng-modal__confirm { flex: 2; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; background: #3C1F80; color: #fff; font-family: 'DM Sans', sans-serif; font-size: 0.86rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; border: none; border-radius: 4px; cursor: pointer; transition: all 0.25s; }
.eng-modal__confirm:hover { background: #091E3E; }

.eng-budget-group { display: flex; gap: 8px; flex-wrap: wrap; }
.eng-bud-option { position: relative; }
.eng-bud-option input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.eng-bud-label {
  display: block; padding: 9px 18px; border: 1px solid #dde0e8; border-radius: 4px;
  cursor: pointer; font-size: 0.86rem; font-weight: 600; color: #091E3E;
  transition: all 0.22s; background: #f4f5f8; white-space: nowrap;
  font-family: 'DM Sans', sans-serif;
}
.eng-bud-label:hover { border-color: #3C1F80; background: rgba(60,31,128,0.04); }
.eng-bud-option input:checked + .eng-bud-label { background: #3C1F80; border-color: #3C1F80; color: #fff; }

.eng-upload-zone {
  border: 2px dashed #dde0e8; border-radius: 10px;
  padding: 40px 24px; text-align: center; cursor: pointer;
  transition: border-color 0.25s, background 0.25s;
  background: #f4f5f8; position: relative;
}
.eng-upload-zone:hover, .eng-upload-zone.drag-over { border-color: #3C1F80; background: rgba(60,31,128,0.03); }
.eng-upload-zone input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }
.eng-upload-icon { font-size: 2rem; display: block; margin-bottom: 10px; color: #636363; }
.eng-upload-title { font-weight: 600; font-size: 0.92rem; color: #091E3E; margin-bottom: 4px; }
.eng-upload-sub { font-size: 0.78rem; color: #636363; }
.eng-upload-sub strong { color: #3C1F80; }
.eng-file-list { margin-top: 12px; display: flex; flex-direction: column; gap: 8px; }
.eng-file-chip {
  display: flex; align-items: center; gap: 6px;
  padding: 4px 10px; background: rgba(60,31,128,0.06);
  border: 1px solid rgba(60,31,128,0.15); border-radius: 100px;
  font-size: 0.76rem; font-weight: 500; color: #3C1F80;
}
.eng-file-chip .rm { cursor: pointer; color: #636363; font-size: 0.85rem; line-height: 1; }

.eng-check-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 10px 12px; border-radius: 4px;
  cursor: pointer; transition: background 0.15s;
}
.eng-check-item:hover { background: #f4f5f8; }
.eng-check-item input[type="checkbox"] { width: 16px; height: 16px; flex-shrink: 0; accent-color: #3C1F80; margin-top: 3px; cursor: pointer; }
.eng-check-text { font-size: 0.9rem; color: #091E3E; line-height: 1.55; }

.eng-cta {
  background: #fff; border: 1px solid #dde0e8; border-radius: 10px;
  box-shadow: 0 1px 8px rgba(9,30,62,0.05); padding: 28px 24px; margin-bottom: 20px;
}
.eng-cta__notice {
  font-size: 0.84rem; color: #636363; line-height: 1.65;
  padding: 14px 16px; background: #f4f5f8;
  border-left: 3px solid #2d7a3a;
  border-radius: 0 4px 4px 0; margin-bottom: 20px;
}
.eng-btn-submit {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 16px 32px;
  background: #3C1F80; color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  border: none; border-radius: 4px; cursor: pointer;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 4px 20px rgba(60,31,128,0.28);
}
.eng-btn-submit:hover { background: #091E3E; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(9,30,62,0.3); }
.eng-btn-submit svg { transition: transform 0.25s; }
.eng-btn-submit:hover svg { transform: translateX(4px); }
.eng-secure-note {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  margin-top: 10px;
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: #636363;
}

.eng-errors {
  background: #fff1f0; border: 1px solid #ffa39e;
  border-radius: 10px; padding: 16px 20px; margin-bottom: 20px;
}
.eng-errors p { font-weight: 700; margin-bottom: 8px; color: #cf1322; font-size: 0.9rem; }
.eng-errors ul { margin-left: 20px; }
.eng-errors li { font-size: 0.86rem; color: #cf1322; margin: 4px 0; }
.eng-success {
  background: #fff; border: 1px solid #b7eb8f; border-radius: 10px;
  padding: 60px 40px; text-align: center; box-shadow: 0 4px 24px rgba(45,122,58,0.08);
}
.eng-success__icon {
  width: 72px; height: 72px;
  background: linear-gradient(135deg, #2d7a3a, #48bb78);
  border-radius: 50%; margin: 0 auto 24px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: #fff;
  animation: eng-pop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes eng-pop { from{transform:scale(0);opacity:0} to{transform:scale(1);opacity:1} }
.eng-success__title {
  font-family: 'Cambria', Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 600; color: #091E3E; margin-bottom: 12px;
}
.eng-success__sub { font-size: 0.95rem; color: #636363; line-height: 1.75; max-width: 520px; margin: 0 auto 24px; }
.eng-success__badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: #3C1F80; background: rgba(60,31,128,0.06); border: 1px solid rgba(60,31,128,0.15);
  padding: 8px 16px; border-radius: 4px;
}

.eng-scroll-indicator {
  position: fixed; right: 20px; bottom: 80px;
  background: #091E3E; color: rgba(255,255,255,0.85);
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 100px;
  opacity: 0; transition: opacity 0.3s; pointer-events: none; z-index: 200;
}
.eng-scroll-indicator.show { opacity: 1; }

@media (max-width: 1024px) {
  .eng-layout { grid-template-columns: 1fr; }
  .eng-sidebar { display: none; }
}
@media (max-width: 640px) {
  .eng-row { grid-template-columns: 1fr; }
  .eng-timeline-group { flex-direction: column; }
  .eng-section__body { padding: 16px; }
  .eng-section__head { padding: 14px 16px; }
}
/* STRATEGIC ENGAGEMENT PAGE CSS ENDS HERE */





/* ABOUT SECTION CSS STARTS HERE */
  :root {
    --primary:    #3C1F80;
    --secondary:  #B60D09;
    --light:      #636363;
    --dark:       #091E3E;
    --surface:    #f4f5f8;
    --rule:       #dde0e8;
    --white:      #ffffff;

    --ff-display: 'Cambria', Georgia, serif;
    --ff-ui:      'DM Sans', sans-serif;
    --ff-mono:    'DM Mono', 'Courier New', monospace;

    --radius:    4px;
    --radius-lg: 10px;
    --transition: 0.28s cubic-bezier(0.4,0,0.2,1);
    --max-w:     1200px;
    --gutter:    clamp(16px, 2.5vw, 28px);
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  .abt-page {
    font-family: var(--ff-ui);
    color: var(--dark);
    background: var(--white);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }

  .abt-page *, .abt-page *::before, .abt-page *::after { box-sizing: border-box; }

  .abt-wrap {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3vw, 60px);
    box-sizing: border-box;
  }

  .abt-hero {
    background: var(--dark);
    color: var(--white);
    padding: clamp(56px, 8vw, 100px) 0 clamp(48px, 7vw, 80px);
    position: relative;
    overflow: hidden;
  }

  .abt-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 65% 80% at 80% 45%, rgba(60,31,128,0.5) 0%, transparent 65%),
      radial-gradient(ellipse 40% 50% at 2%  90%, rgba(182,13,9,0.1) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
  }

  .abt-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
  }

  .abt-hero__content { min-width: 0; }

  .abt-hero__eyebrow {
    font-family: var(--ff-mono);
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.48);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
  }

  .abt-hero__eyebrow::before {
    content: '';
    display: inline-block;
    width: 28px; height: 1px;
    background: rgba(255,255,255,0.28);
  }

  .abt-hero__title {
    font-family: var(--ff-display);
     font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--white);
    margin-bottom: 22px;
    max-width: 680px;
  }

  .abt-hero__title strong { font-weight: 600; }

  .abt-hero__intro {
    font-size: 0.97rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.82;
    max-width: 640px;
    border-left: 2px solid rgba(255,255,255,0.18);
    padding-left: 20px;
    margin-bottom: 32px;
  }

  .abt-hero__statement {
    font-family: var(--ff-display);
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    font-style: italic;
    font-weight: 300;
    color: rgba(255,255,255,0.52);
    max-width: 580px;
  }

  .abt-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: abt-float 7s ease-in-out infinite;
  }

  .abt-hero__visual svg {
    width: 100%;
    max-width: 380px;
    height: auto;
    filter: drop-shadow(0 0 40px rgba(60,31,128,0.5));
  }

  @keyframes abt-float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
  }

  @keyframes abt-orbit {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }

  @keyframes abt-orbit-rev {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
  }

  @keyframes abt-pulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50%       { opacity: 1;   transform: scale(1.15); }
  }

  @keyframes abt-dash {
    to { stroke-dashoffset: -120; }
  }

  .abt-orbit-1 {
    transform-origin: 190px 210px;
    animation: abt-orbit 18s linear infinite;
  }

  .abt-orbit-2 {
    transform-origin: 190px 210px;
    animation: abt-orbit-rev 24s linear infinite;
  }

  .abt-dot-pulse { animation: abt-pulse 2.8s ease-in-out infinite; }
  .abt-dot-pulse:nth-child(2) { animation-delay: 0.7s; }
  .abt-dot-pulse:nth-child(3) { animation-delay: 1.4s; }
  .abt-dot-pulse:nth-child(4) { animation-delay: 2.1s; }

  .abt-conn {
    stroke-dasharray: 4 4;
    animation: abt-dash 2.5s linear infinite;
  }

  @media (max-width: 860px) {
    .abt-hero__inner { grid-template-columns: 1fr; }
    .abt-hero__visual { display: none; }
  }

  .abt-section {
    padding: clamp(48px, 7vw, 80px) 0;
  }

  .abt-section--alt  { background: var(--surface); }
  .abt-section--dark { background: var(--dark); color: var(--white); }

  .abt-section-head { margin-bottom: clamp(28px, 4vw, 48px); text-align: center; max-width: 860px; margin-left: auto; margin-right: auto; }

  .abt-section-head--center {
    text-align: center;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .abt-label {
    font-family: var(--ff-mono);
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
  }

  .abt-label--center { justify-content: center; }

  .abt-label::before {
    content: '';
    display: inline-block;
    width: 18px; height: 1px;
    background: currentColor;
  }

  .abt-section--dark .abt-label { color: rgba(255,255,255,0.48); }

  .abt-h2 {
    font-family: var(--ff-display);
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 300;
    line-height: 1.15;
    color: inherit;
  }

  .abt-h2 strong { font-weight: 600; }

  .abt-lead {
    font-size: 0.97rem;
    color: var(--light);
    line-height: 1.78;
    margin-top: 12px;
    max-width: 700px;
  }

  .abt-section--dark .abt-lead { color: rgba(255,255,255,0.65); }

  .abt-vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  @media (max-width: 640px) { .abt-vm-grid { grid-template-columns: 1fr; } }

  .abt-vm-card {
    border-radius: 10px;
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
  }

  .abt-vm-card--vision {
    background: var(--dark);
    color: var(--white);
  }

  .abt-vm-card--mission {
    background: var(--primary);
    color: var(--white);
  }

  .abt-vm-card__kicker {
    font-family: var(--ff-mono);
    font-size: 0.63rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .abt-vm-card__kicker::before {
    content: '';
    display: inline-block;
    width: 16px; height: 1px;
    background: currentColor;
  }

  .abt-vm-card__title {
    font-family: var(--ff-display);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 600;
    color: var(--white);
    margin-bottom: 16px;
    line-height: 1.15;
  }

  .abt-vm-card__body {
    font-size: 0.93rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.8;
  }

  .abt-vm-card__deco {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    opacity: 0.07;
  }

  .abt-vm-card--vision .abt-vm-card__deco  { background: var(--primary); }
  .abt-vm-card--mission .abt-vm-card__deco { background: var(--white); }

  .abt-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 18px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .abt-value-card {
    padding: 28px 26px;
    border: 1px solid var(--rule);
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 1px 8px rgba(9,30,62,0.05);
    transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
  }

  .abt-value-card:hover {
    border-color: rgba(60,31,128,0.3);
    box-shadow: 0 6px 24px rgba(60,31,128,0.09);
    transform: translateY(-2px);
  }

  .abt-value-card__num {
    font-family: var(--ff-display);
    font-size: 2.8rem;
    font-weight: 300;
    color: rgba(60,31,128,0.12);
    line-height: 1;
    flex-shrink: 0;
    width: 44px;
    text-align: right;
    user-select: none;
  }

  .abt-value-card__body { min-width: 0; }

  .abt-value-card__title {
    font-family: var(--ff-display);
    font-size: 1.22rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 8px;
  }

  .abt-value-card__desc {
    font-size: 0.86rem;
    color: var(--light);
    line-height: 1.72;
  }

  .abt-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 18px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .abt-service-card {
    padding: 28px 24px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.09);
    background: rgba(255,255,255,0.04);
    transition: background var(--transition), border-color var(--transition);
    position: relative;
    overflow: hidden;
  }

  .abt-service-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    opacity: 0;
    transition: opacity var(--transition);
  }

  .abt-service-card:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(124,86,212,0.35);
  }

  .abt-service-card:hover::after { opacity: 1; }

  .abt-service-card__tag {
    font-family: var(--ff-mono);
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 12px;
  }

  .abt-service-card__title {
    font-family: var(--ff-display);
    font-size: 1.18rem;
    font-weight: 600;
    color: rgba(255,255,255,0.92);
    margin-bottom: 12px;
    line-height: 1.25;
  }

  .abt-service-card__body {
    font-size: 0.84rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.72;
  }

  .abt-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(124,86,212,0.9);
    text-decoration: none;
    transition: color var(--transition), gap var(--transition);
  }

  .abt-service-card__link:hover { color: rgba(200,184,245,1); gap: 10px; }

  .abt-service-card--academy {
    border-color: rgba(182,13,9,0.2);
  }

  .abt-service-card--academy:hover {
    border-color: rgba(182,13,9,0.45);
  }

  .abt-service-card--academy .abt-service-card__link { color: rgba(220,80,80,0.9); }
  .abt-service-card--academy .abt-service-card__link:hover { color: rgba(255,160,160,1); }

  .abt-how-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }

  @media (max-width: 720px) { .abt-how-grid { grid-template-columns: 1fr; gap: 32px; } }

  .abt-how-text p {
    font-size: 0.95rem;
    color: var(--light);
    line-height: 1.82;
    margin-bottom: 24px;
  }

  .abt-how-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .abt-how-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.9rem;
    color: var(--dark);
    font-weight: 500;
  }

  .abt-how-item__dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(60,31,128,0.08);
    border: 1px solid rgba(60,31,128,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-mono);
    font-size: 0.6rem;
    color: var(--primary);
    flex-shrink: 0;
  }

  .abt-model-note {
    margin-top: 22px;
    font-size: 0.83rem;
    font-style: italic;
    color: var(--light);
    padding-left: 46px;
  }

  .abt-how-model-box {
    background: var(--dark);
    color: var(--white);
    border-radius: 10px;
    padding: 36px 32px;
    border: 1px solid rgba(60,31,128,0.25);
    align-self: start;
  }

  .abt-how-model-box__title {
    font-family: var(--ff-display);
    font-size: 1.4rem;
    font-weight: 600;
    color: #c8b8f5;
    margin-bottom: 14px;
  }

  .abt-how-model-box__body {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.78;
    margin-bottom: 18px;
  }

  .abt-how-model-box__note {
    font-size: 0.86rem;
    color: rgba(255,255,255,0.52);
    line-height: 1.75;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 16px;
    font-style: italic;
  }

  .abt-global {
    background: linear-gradient(135deg, var(--dark) 0%, #1a0a40 100%);
    padding: clamp(48px, 7vw, 80px) 0;
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .abt-global::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 50% 60% at 20% 50%, rgba(60,31,128,0.35) 0%, transparent 60%),
      radial-gradient(ellipse 40% 50% at 80% 50%, rgba(182,13,9,0.1) 0%, transparent 60%);
    pointer-events: none;
  }

  .abt-global__inner { position: relative; z-index: 1; }

  .abt-global__title {
    font-family: var(--ff-display);
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    font-weight: 300;
    color: var(--white);
    margin-bottom: 10px;
  }

  .abt-global__title strong { font-weight: 600; }

  .abt-global__sub {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.55);
    margin-bottom: 36px;
  }

  .abt-regions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
  }

  .abt-region {
    font-family: var(--ff-display);
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    padding: 6px 20px;
    position: relative;
    white-space: nowrap;
  }

  .abt-region + .abt-region::before {
    content: '|';
    position: absolute;
    left: 0;
    color: rgba(255,255,255,0.2);
    font-weight: 300;
  }

  .abt-global__tagline {
    margin-top: 28px;
    font-family: var(--ff-mono);
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .abt-global__tagline::before,
  .abt-global__tagline::after {
    content: '';
    display: inline-block;
    width: 32px; height: 1px;
    background: rgba(255,255,255,0.15);
  }

  .abt-cta {
    background: var(--primary);
    padding: clamp(52px, 8vw, 96px) 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .abt-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 50% 70% at 10% 50%, rgba(0,0,0,0.18) 0%, transparent 60%),
      radial-gradient(ellipse 50% 70% at 90% 50%, rgba(182,13,9,0.15) 0%, transparent 60%);
    pointer-events: none;
  }

  .abt-cta__inner { position: relative; z-index: 1; }

  .abt-cta__label {
    font-family: var(--ff-mono);
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.42);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .abt-cta__label::before,
  .abt-cta__label::after {
    content: '';
    display: inline-block;
    width: 28px; height: 1px;
    background: rgba(255,255,255,0.22);
  }

  .abt-cta__title {
    font-family: var(--ff-display);
    font-size: clamp(1.7rem, 4vw, 3.2rem);
    font-weight: 300;
    color: var(--white);
    margin-bottom: 14px;
    line-height: 1.1;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .abt-cta__title strong { font-weight: 600; }

  .abt-cta__sub {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.68);
    margin-bottom: 40px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.78;
  }

  .abt-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: var(--white);
    color: var(--primary);
    font-family: var(--ff-ui);
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--radius);
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);
  }

  .abt-btn:hover {
    background: var(--dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.25);
  }

  .abt-btn svg { transition: transform var(--transition); }
  .abt-btn:hover svg { transform: translateX(4px); }

  .abt-divider { height: 1px; background: var(--rule); }

  @media (max-width: 640px) {
    .abt-regions { flex-direction: column; gap: 4px; }
    .abt-region + .abt-region::before { display: none; }
  }
/* ABOUT SECTION CSS ENDS HERE */





/* CONTACT PAGE CSS STARTS HERE */
.contact-form {
    background: #b4acc7;
    padding: 25px;
    max-width: 800px;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    animation: contactFadeIn 0.5s ease-in-out;
}

@keyframes contactFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #2b2b2b;
    font-size: 1.8rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700 !important;
}

.contact-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.contact-form label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #444;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    background: #fafafa;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #3C1F80;
    background: #fff;
    box-shadow: 0 0 8px rgba(74, 144, 226, 0.2);
}

.contact-form textarea {
    resize: vertical;
    min-height: 100px;
}

.contact-form button {
    background: linear-gradient(135deg, #3C1F80, #5c4691);
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
    width: 100%;
}

.contact-form button:hover {
    background: linear-gradient(135deg, #3C1F80, #694fa5);
    transform: translateY(-1px);
}

.contact-form .two-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 15px;
}

/* Thank you page */
.thank-you-page {
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #e0f0ff, #f7f8fc);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 20px;
}

.thankyou-box {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    animation: contactFadeIn 0.5s ease-in-out;
    max-width: 400px;
    width: 100%;
}

.thankyou-box h2 {
    color: #4CAF50;
}

.thankyou-box p {
    color: #444;
    margin: 10px 0 20px;
}

.home-btn {
    display: inline-block;
    padding: 12px 20px;
    background: linear-gradient(135deg, #3C1F80, #8169b8);
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.home-btn:hover {
    background: linear-gradient(135deg, #3C1F80, #6144a5);
}

@media (max-width: 600px) {
    .thank-you-page {
        padding-left: 8px;
        padding-right: 8px;
    }

    .thankyou-box {
        padding: 20px;
    }
}

/* CONTACT PAGE CSS ENDS HERE */




/* BLOGS PAGE CSS STARTS HERE */
.trak-blog-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 20px;
    overflow-x: hidden;
}

.trak-blog-header {
    text-align: center;
    margin-bottom: 50px;
}

.trak-blog-header h1 {
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.trak-blog-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    max-width: 600px;
    margin: 0 auto;
}

.trak-blogs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.trak-blog-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.trak-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.trak-blog-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.trak-blog-content {
    padding: 25px;
}

.trak-blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.trak-blog-author {
    display: flex;
    align-items: center;
    color: #6c757d;
    font-size: 0.9rem;
}

.trak-blog-author i {
    margin-right: 5px;
}

.trak-topic-tag {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.trak-blog-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 15px;
    line-height: 1.3;
}

.trak-blog-description {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.trak-blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.trak-blog-date {
    display: flex;
    align-items: center;
    color: #6c757d;
    font-size: 0.9rem;
}

.trak-blog-date i {
    margin-right: 5px;
}

.trak-read-more-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.trak-read-more-btn:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.trak-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    overflow-y: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.trak-modal-content {
    background: white;
    margin: 0 auto;
    padding: 0;
    width: 95%;
    max-width: 1100px;
    border-radius: 20px;
    position: relative;
}

.trak-modal-header {
    position: relative;
}

.trak-modal-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.trak-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.8rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    z-index: 10;
}

.trak-close-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .trak-modal {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .trak-modal-content {
        width: 98%;
    }

    .trak-close-btn {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
        top: 15px;
        right: 15px;
    }
}

.trak-modal-body {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    padding: 30px;
}

.trak-modal-main-content h2 {
    color: #4a5568;
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.3;
}

.trak-modal-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e8f0;
}

.trak-modal-meta-item {
    display: flex;
    align-items: center;
    color: #6c757d;
    font-size: 0.95rem;
}

.trak-modal-meta-item i {
    margin-right: 8px;
    color: #667eea;
}

.trak-modal-content-text {
    line-height: 1.8;
    color: #4a5568;
    font-size: .97rem;
    text-align: justify;
}

.trak-modal-content-text p {
    margin-bottom: 20px;
}

.trak-modal-sidebar {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
    height: fit-content;
}

.trak-sidebar-title {
    color: #4a5568;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.trak-other-blog-item {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
    cursor: pointer;
}

.trak-other-blog-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.trak-other-blog-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.trak-other-blog-info h4 {
    color: #4a5568;
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 5px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.trak-other-blog-info h4:hover {
    color: #667eea;
}

.trak-other-blog-tag {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
}

.trak-empty-state {
    text-align: center;
    padding: 100px 20px;
    color: rgba(255, 255, 255, 0.8);
}

.trak-empty-state h3 {
    font-size: 2rem;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .trak-blog-header h1 {
        font-size: 2.5rem;
    }

    .trak-blogs-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .trak-blog-card {
        margin: 0 10px;
    }

    .trak-modal-body {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 20px;
    }

    .trak-modal-main-content h2 {
        font-size: 1.5rem;
    }

    .trak-modal-meta {
        gap: 15px;
    }

    .trak-blog-meta,
    .trak-blog-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}


 .trak-copy-link-btn {
            background: none;
            border: none;
            color: #6c757d;
            cursor: pointer;
            padding: 4px 8px;
            margin-left: 8px;
            font-size: 0.9em;
            transition: all 0.3s ease;
            border-radius: 4px;
        }

        .trak-copy-link-btn:hover {
            color: #007bff;
            background-color: rgba(0, 123, 255, 0.1);
        }

        .trak-copy-link-btn:active {
            transform: scale(0.95);
        }

        .trak-modal-copy-btn {
            float: right;
            font-size: 0.7em;
            margin-left: 15px;
        }

        .trak-copy-toast {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background-color: #28a745;
            color: white;
            padding: 15px 25px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            display: none;
            align-items: center;
            gap: 10px;
            z-index: 10000;
            animation: slideIn 0.3s ease;
        }

        .trak-copy-toast.show {
            display: flex;
        }

        @keyframes slideIn {
            from {
                transform: translateX(400px);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        .trak-copy-toast i {
            font-size: 1.2em;
        }
/* BLOGS PAGE CSS ENDS HERE */


/* MOBILE FULL-WIDTH FIXES — reduce side padding on small screens */

@media (max-width: 768px) {

    .container,
    .container-fluid {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .hp-dual-cards-section,
    .hp-divisions-section,
    .hp-why-section,
    .hp-engagement-section,
    .hp-cta-section {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}

@media (max-width: 576px) {

    .container,
    .container-fluid,
    .container-sm {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .hp-dual-cards-section,
    .hp-divisions-section,
    .hp-why-section,
    .hp-engagement-section,
    .hp-cta-section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .footer-content,
    .bottom-footer-content {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}