/*
Theme Name: TMSI Theme
Description: Custom theme for TMSI website
Version: 1.0
Author: Your Name
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* Basic styles */
html {
    overflow-x: hidden;
}
body {
	font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
	font-size:15px;
}

:root {
    --tmsi-adminbar-offset: 0px;
}

body.admin-bar {
    --tmsi-adminbar-offset: 32px;
}

.banner-image-slider .slick-slide{
	padding: calc(90px - var(--tmsi-adminbar-offset)) 0 0;
}

@media (max-width: 782px) {
    body.admin-bar {
        --tmsi-adminbar-offset: 46px;
    }
}

/* Prevent horizontal/inner scroll on Gutenberg columns in mobile */
@media (max-width: 768px) {
    .wp-block-columns,
    .wp-block-columns.is-layout-flex,
    .wp-block-columns.is-not-stacked-on-mobile {
        flex-wrap: wrap !important;
        overflow: visible !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .wp-block-columns > .wp-block-column {
        overflow: visible !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
        flex-basis: 100% !important;
    }
}

.fz-16 {
    font-size: 15px;
}
.fz-52 {
    font-size: 50px;
}
.fz-42 {
    font-size: 42px;
}
.fw-300 {
    font-weight: 300;
}

header nav.navbar{
    padding: 0 !important;
}
header nav .navbar-brand {
    margin: 15px 0;
}
.navbar-nav .menu-item > a, 
.contact-btn > a {
    text-decoration: none;
    color: #000;
	font-size:15px;
    font-weight: 400;
    text-transform: uppercase;
}
.navbar-nav .menu-item.current-menu-item{
    border-bottom: 2px solid rgba(212, 0, 0, 1);
}
.navbar-nav .menu-item:hover > a,
.navbar-nav .menu-item.current-menu-item > a {
    color: rgba(212, 0, 0, 1);
}

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Sticky Header */
header {
    position: fixed !important;
    top: 32px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    background: white !important;
    width: 100% !important;
    box-sizing: border-box !important;
    will-change: transform, box-shadow !important;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease-in-out;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transform: translateY(-32px);
}

header.scrolled {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    top: 0px !important;
}

header nav.navbar {
    display: flex !important;
    align-items: center !important;
    min-height: 70px !important;
    padding: 0 !important;
}

header nav .navbar-brand {
    margin: 15px 0 !important;
    padding: 0 !important;
}

.navbar-nav .menu-item {
    margin: 0 5px;
    padding: 33px 0;
    white-space: nowrap;
}
.contact-btn{
    background-color: rgba(212, 0, 0, 1);
    padding: 24px 0;
	margin:0 5px;
}
.contact-btn > a {
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
}

.banner-slider img,
.banner-image-slider img {
    width: 100%;
    height: auto;
    display: block;
}
.banner-section{
    position:relative;
}
.banner-container{
    bottom:15%;
}

.banner-text .banner-text-content{
    display: block;
    max-width: 800px;
}

.slick-dots {
    position: relative !important;
    bottom: unset !important;
    text-align: left !important; 
}

.slick-dots li {
    width: 120px !important;
    height: 5px !important;
    margin: 0px !important;
}

.slick-dots li button {
    width: 100% !important;
    height: 100% !important;
    padding: 0;
}

.slick-dots li button:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1 !important;
    display: block;
}

.slick-dots li.slick-active button:before {
    background: white;
}

.banner-arrows{
    display: flex;
}
.banner-arrows .slick-prev, 
.banner-arrows .slick-next{
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    transform: unset !important;
    width:42px;
    height:42px;
    border:1px solid white;
    background:transparent;
    color:white !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-arrows .slick-prev:before,
.banner-arrows .slick-next:before{
    content:'' !important;
}
.banner-arrows .slick-prev:after{
    content:'‹';
    font-size:25px;
    height: 5px;
    font-weight: 400;
}

.banner-arrows .slick-next:after{
    content:'›';
    font-size:25px;
    height: 5px;
    font-weight: 400;
}

/* About Section */
.about-us {
    padding: 80px 0 60px;
    background: #fff;
	text-align:center;
}

/* Solutions Section */
.solutions-section {
    padding: 80px 0;
    background-color: rgba(245, 245, 245, 1);
    overflow: hidden;
}

.solutions-section .container {
    overflow: visible;
}

/* Hide raw items before Slick initialises */
.solution-slider:not(.slick-initialized) .solution-card { display: none; }

.solutions-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.solutions-header h2 {
    font-size: 30px;
	font-weight: 600;
    margin: 0;
}

.solution-arrows {
    display: flex;
    /* gap: 10px; */
}

.solution-arrows .slick-prev,
.solution-arrows .slick-next {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    transform: unset !important;
    width: 35px;
    height: 35px;
    border: 1px solid #333;
    background: white;
    color: #333 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 7px;
}

.solution-arrows .slick-prev img,
.solution-arrows .slick-next img {
    width: 10px;
    height: auto;
    transition: filter 0.3s ease;
}

.solution-arrows .slick-prev:hover,
.solution-arrows .slick-next:hover {
    background: #333;
}

.solution-arrows .slick-prev:hover img,
.solution-arrows .slick-next:hover img {
    filter: brightness(0) invert(1);
}

.solution-arrows .slick-prev:before,
.solution-arrows .slick-next:before {
    content: '' !important;
}

.solution-arrows .slick-prev:after,
.solution-arrows .slick-next:after {
    content: '' !important;
}

.solution-slider {
    margin: 0 -10px;
}

.solution-slider .slick-list {
    overflow: visible;
}

.solution-card {
    padding: 0 5px;
}

.solution-card-inner {
    height: 600px;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: height 0.6s ease;
}

.solution-card-inner.active {
    height: auto;
    min-height: 600px;
    max-height: 800px;
}

.solution-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(0px);
    transition: filter 0.6s ease;
    z-index: 0;
    background-position: center;
}

.solution-card-inner.active .solution-bg {
    filter: blur(60px);
}

.solution-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    transition: all 0.6s ease;
    z-index: 1;
    pointer-events: none;
}

.solution-card-inner.active .solution-overlay {
    background: 
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" stitchTiles="stitch"/><feColorMatrix type="saturate" values="0"/></filter><rect width="200" height="200" filter="url(%23n)" opacity="1"/></svg>'),
        rgba(0, 0, 0, 0.25);
    background-size: 200px 200px;
    background-blend-mode: overlay;
}

.solution-content {
    padding: 35px 30px;
    color: white;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solution-title {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 20px 0;
    color: white;
    transition: all 0.6s ease;
}

.solution-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
    justify-content: flex-end;
}

.solution-toggle-arrow {
    font-size: 24px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    width: fit-content;
    align-self: flex-start;
    display: flex;
    align-items: center;
}

.solution-toggle-arrow-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.solution-card-inner.active .solution-toggle-arrow-icon {
    transform: rotate(0deg);
}

.solution-card-inner.active .solution-toggle-arrow {
    transform: rotate(180deg);
    align-self: flex-start;
    margin-bottom: 15px;
}

.solution-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.6s ease, max-height 0.6s ease;
}

.solution-card-inner.active .solution-details {
    opacity: 1;
    max-height: 1000px;
}

.solution-description {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    color: white;
    font-weight: 300;
}

.btn-learn-more {
    display: inline-block;
    padding: 12px 35px;
    background-color: transparent;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.5px;
    border: 1px solid rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
    width: fit-content;
    font-weight: 400;
}

.btn-learn-more:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.customers {
    padding: 64px 0;
    background: #fff;
    overflow: hidden;
}

/* Hide raw items before Slick initialises */
.customer-slider:not(.slick-initialized) .customer-item { display: none; }

.customers-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.customers-header h2 {
    margin: 0;
    font-size: 30px;
	font-weight:600;
}

.customer-arrows {
    display: flex;
}

.customer-arrows .slick-prev,
.customer-arrows .slick-next {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    transform: unset !important;
    width: 35px;
    height: 35px;
    border: 1px solid #333;
    background: white;
    color: #333 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 7px;
}

.customer-arrows .slick-prev:before,
.customer-arrows .slick-next:before {
    content: '' !important;
}

.customer-arrows .slick-prev:after,
.customer-arrows .slick-next:after {
    content: '' !important;
}

.customer-arrows .slick-prev img,
.customer-arrows .slick-next img {
    width: 10px;
    height: auto;
    transition: filter 0.3s ease;
}

.customer-arrows .slick-prev:hover img,
.customer-arrows .slick-next:hover img {
    filter: brightness(0) invert(1);
}

.customer-arrows .slick-prev:active img, .customer-arrows .slick-next:active img,
.customer-arrows .slick-prev:focus img, .customer-arrows .slick-next:focus img {
    filter: brightness(0) invert(1);
}

.customer-slider {
    margin: 0 -12px;
}

.customer-slider .slick-list {
    overflow: visible;
    padding-right: 96px !important;
}

.customer-slider .slick-track {
    display: flex;
    align-items: center;
}

.customer-slider .slick-slide {
    height: 96px;
}

.customer-slider .slick-slide > div {
    height: 100%;
}

.customer-item {
    padding: 0 12px;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.customer-item img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
}
/* ---- Footer CTA outer — transparent strip, floats above footer ---- */
.footer-cta-outer {
    background: transparent;
    position: relative;
    z-index: 10;
}

.contact-cta-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 90px;
    background: #f5f5f5;
}

.contact-cta-left {
    flex: 1;
    padding: 22px 22px 22px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.cta-heading-small {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    display: block;
}

.cta-heading-main {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    margin: 0;
    line-height: 1.5;
}

.btn-contact-sales {
    padding: 0 50px;
    background-color: rgba(212, 0, 0, 1);
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    white-space: nowrap;
}

.btn-contact-sales:hover {
    background-color: rgba(180, 0, 0, 1);
    color: white;
}

/* ---- Site Footer (black) — pulls up 45px so black bg overlaps bottom half of CTA box ---- */
.site-footer {
    background: #000;
    color: white;
    padding: 0;
    margin-top: -45px;
    padding-top: 45px;
    position: relative;
    z-index: 1;
}

/* Phone / Address buttons — on black bg, white border */
.footer-cta-buttons {
    display: flex;
    gap: 0;
    padding: 24px 0 20px;
    flex-wrap: wrap;
}

.btn-footer-info {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: border-color 0.2s ease;
    line-height: 1.5;
    margin-right: 8px;
}

.btn-footer-info:hover {
    border-color: rgba(255, 255, 255, 0.8);
    color: white;
}

.btn-footer-info svg {
    flex-shrink: 0;
}

/* Divider line */
.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin: 0;
}

/* Footer bottom: logo row, then copyright + links row */
.footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 0 28px;
}

.footer-logo-img {
    height: 60px;
    width: auto;
    display: block;
}

.footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: rgba(255, 255, 255, 0.85);
}

.footer-link-sep {
    color: rgba(255, 255, 255, 0.25);
}

.footer-links .separator {
    color: rgba(255, 255, 255, 0.3);
}

/* ==============================
   WHO WE ARE PAGE
   ============================== */

/* Breadcrumb */
.wwa-breadcrumb {
    margin-top: 0;
    padding: calc(102px - var(--tmsi-adminbar-offset)) 0 20px;
    background: #F5F5F5;
}
.wwa-breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wwa-breadcrumb-nav a {
    color: #000;
    text-decoration: none;
}
.wwa-breadcrumb-nav a:hover {
    color: rgba(212, 0, 0, 1);
}
.wwa-sep {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.wwa-sep img {
    display: block;
}
.wwa-active {
    color: #000;
}

/* Hero */
.wwa-hero {
    padding: 0px;
    background: #fff;
}
.wwa-hero-inner {
    display: flex;
    align-items: center;
    gap: 60px;
}
.wwa-hero-text {
    flex: 1;
}
.wwa-hero-text h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    color: #000;
}
.wwa-hero-image {
    flex: 0 0 380px;
    max-width: 380px;
}
.wwa-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Main Section */
.wwa-main-section {
    padding: 80px 0;
    background: #fff;
}
.wwa-layout {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* Sidebar */
.wwa-sidebar {
    flex: 0 0 260px;
    min-width: 260px;
    padding: 20px;
    background: #f5f5f5;
}
.wwa-sidebar-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #000;
}
.wwa-sidebar-toggle {
    cursor: pointer;
    user-select: none;
}
.wwa-sidebar-nav {
    overflow: hidden;
    transition: height 0.35s ease;
}
.wwa-sidebar-title-dash {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}
.wwa-sidebar-hr {
    border: none;
    border-top: 2px solid #000;
    margin: 0 0 0 0;
    opacity: 1;
}
.wwa-sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wwa-sidebar-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}
.wwa-sidebar-item a {
    flex: 1;
    text-decoration: none;
    color: #555;
    transition: color 0.2s ease;
    font-size: 16px;
}
.wwa-sidebar-item:hover a {
    color: rgba(212, 0, 0, 1);
}
.wwa-sidebar-item.active a {
    color: rgba(212, 0, 0, 1);
    font-weight: 400;
}
.wwa-sidebar-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.wwa-sidebar-item:hover .wwa-sidebar-arrow,
.wwa-sidebar-item.active .wwa-sidebar-arrow {
    opacity: 1;
}

/* Content */
.wwa-content {
    flex: 1;
	min-width: 0;
    overflow: hidden;
}
/* Prevent WordPress blocks from overflowing content area */
.wwa-content .wp-block-columns,
.wwa-content .wp-block-group,
.wwa-content .is-layout-flex,
.wwa-content .is-layout-flow {
    max-width: 100%;
    overflow: hidden;
}
.wwa-content img,
.wwa-content video,
.wwa-content iframe {
    max-width: 100%;
    height: auto;
}

/* Section show/hide */
.wwa-section {
    display: none;
}
.wwa-section.active {
    display: block;
	max-width: 100%;
    overflow: hidden;
}

.wwa-intro p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    color: #111;
    margin-bottom: 20px;
	text-align:justify;
}
.wwa-company-block {
    margin-top: 24px;
}
.wwa-company-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    color: #111;
    margin: 0;
}

/* Sublist heading (h2, h3, h4) */
.wwa-section h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    margin: 0 0 20px 0;
}

.wwa-section h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin: 28px 0 16px 0;
}

.wwa-section h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    margin: 20px 0 12px 0;
}

.wwa-section h3:first-child {
    margin-top: 0;
}

/* Sublist paragraph */
.wwa-section p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #111;
    margin: 0 0 15px 0;
}

/* Sublist unordered list */
.wwa-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.wwa-section ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    color: #111;
    margin: 0 0 10px 0;
    padding-left: 24px;
    position: relative;
}

.wwa-section ul li:before {
    content: '•';
    color: rgba(212, 0, 0, 1);
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 16px;
}

.wwa-section ul li strong {
    font-weight: 600;
    color: #000;
}

/* Responsive handled in global responsive block below */

/* ==============================
   INDUSTRY APPLICATION PAGE
   ============================== */

/* Sidebar sub-label */
.ia-sub {
    font-weight: 400;
    color: rgba(212, 0, 0, 1);
    display: inline;
}

/* Section show/hide */
.ia-section { display: none; }
.ia-section.active { display: block; }

/* Headings */
.ia-section h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    margin: 0 0 16px 0;
}

.ia-section h3:first-child {
    margin-top: 0;
}

/* Paragraphs */
.ia-section p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    margin: 0 0 16px 0;
	text-align:left !important;
}

.ia-section strong {
    font-weight: 600;
    color: #000;
}

/* Content text */
.ia-category-title {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin: 0 0 6px 0;
    line-height: 1.6;
}

.ia-desc {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    margin: 0 0 14px 0;
    line-height: 1.5;
}

.ia-apps {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    margin: 0 0 28px 0;
    line-height: 1.8;
}

.ia-apps strong {
    font-weight: 600;
    color: #000;
}

/* Video responsive wrapper — 16:9 ratio */
.ia-video-wrap {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
}

.ia-video-box {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ia-video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* ==============================
   PRODUCTS & TECHNICAL SPECS PAGE
   ============================== */

/* Sidebar title wraps naturally for long title */
.pts-sidebar-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    white-space: normal;
    align-items: flex-start;
}

/* Sections — show/hide */
.pts-section {
    display: none;
}
.pts-section.active {
    display: block;
}

/* Section headings */
.pts-section h2 {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.5;
    color: #000;
    margin: 0 0 18px 0;
}

.pts-section h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin: 20px 0 14px 0;
}

.pts-section h3:first-child {
    margin-top: 0;
}

.pts-section h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    margin: 18px 0 12px 0;
}

.pts-section p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    margin: 0 0 14px 0;
}

.pts-section strong {
    font-weight: 600;
    color: #000;
}

/* Lists in tabs */
.pts-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.pts-section ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #111;
    padding-left: 24px;
    position: relative;
}

.pts-section ul li:before {
    content: '•';
    color: rgb(0, 0, 0);
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 16px;
}

.pts-section ul li strong {
    font-weight: 600;
    color: #000;
}

/* Labels */
.pts-label {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin: 0 0 2px 0;
    line-height: 1.6;
}
.pts-label strong {
    font-weight: 700;
}
.pts-mt {
    margin-top: 20px;
}

/* Plain text */
.pts-text {
    font-size: 13px;
    font-weight: 400;
    color: #111;
    margin: 0 0 6px 0;
    line-height: 1.8;
}

/* Bullet spec list */
.pts-spec-list {
    list-style: none;
    padding: 0;
    margin: 0 0 6px 0;
}
.pts-spec-list li {
    font-size: 13px;
    font-weight: 400;
    color: #111;
    line-height: 1.9;
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px;
}

.pts-spec-list li:before {
    content: '•';
    color: rgba(212, 0, 0, 1);
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 16px;
}

/* Tab Navigation */
.pts-tabs-wrap {
    margin: 24px 0 0 0;
}
.pts-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.pts-tab {
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 400;
    background: #fff;
    color: #222;
    border: 1px solid rgba(0,0,0,0.2);
    margin-right: -1px;
    margin-bottom: -1px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    line-height: 1.3;
    white-space: nowrap;
}
.pts-tab:hover {
    background: rgba(0,0,0,0.04);
}
.pts-tab.active {
    background: rgba(212, 0, 0, 1);
    color: #fff;
    border-color: rgba(212, 0, 0, 1);
    font-weight: 400;
    position: relative;
    z-index: 1;
}

/* Tab content panels */
.pts-tab-content {
    display: none;
    margin-top: 20px;
}
.pts-tab-content.active {
    display: block;
}

/* Product image wrapper */
.pts-product-image {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

.pts-product-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Content area — video placeholder (overrides iframe-based .ia-video-box) */
.pts-content .ia-video-wrap {
    margin-top: 24px;
}
.pts-content .ia-video-box {
    padding-top: 0;
    height: 300px;
    border-radius: 10px;
    background: rgba(210, 210, 210, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pts-content .ia-play-btn {
    width: 60px;
    height: 60px;
    background: rgba(200, 200, 200, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
    flex-shrink: 0;
}
.pts-content .ia-play-btn:hover {
    background: rgba(180, 180, 180, 1);
}
.pts-content .ia-play-btn svg {
    margin-left: 4px;
    fill: rgba(100,100,100,0.9);
}

/* ============================================================
   RESPONSIVE — COMPREHENSIVE (ALL PAGES)
   Breakpoints:
     ≤ 1199px  large tablet / small desktop
     ≤ 991px   tablet  (Bootstrap md)
     ≤ 767px   mobile landscape / small tablet
     ≤ 575px   mobile portrait / small phone
   ============================================================ */

/* ---- ≤ 1199px ---- */
@media (max-width: 1199px) {

    /* Banner */
    .fz-52,.fz-42 { font-size: 38px; }

    /* Hero pages */
    .wwa-hero-text h1 { font-size: 30px; }
    .wwa-hero-image { flex: 0 0 320px; max-width: 320px; }

    /* Solutions */
    .solution-title { font-size: 26px; }

    /* Footer CTA */
    .contact-cta-box { gap: 0; }
}

/* ---- ≤ 991px (tablet) ---- */
@media (max-width: 991px) {

    /* ---- Navbar ---- */
    /* Contact Us button in collapsed mobile nav */
    .contact-btn {
        padding: 12px 0;
        margin-top: 8px;
    }
    .contact-btn > a {
        display: block;
        padding: 10px 16px;
        color: #fff;
    }

    /* ---- Banner ---- */
    .fz-52,.fz-42 { font-size: 30px; }
    .banner-container { bottom: 10%; }
    .slick-dots li { width: 70px !important; }

    /* ---- About section ---- */
    .about-us .container p { font-size: 28px; }

    /* ---- Solutions ---- */
    .solutions-section { padding: 48px 0; }
    .solution-card-inner { height: 420px; }
    .solution-card-inner.active { min-height: 420px; }
    .solution-title { font-size: 22px; }

    /* ---- Customers ---- */
    .customers { padding: 40px 0; }
    .customer-slider .slick-list { padding-right: 40px !important; }

    /* ---- Footer CTA ---- */
    .contact-cta-box {
        flex-direction: column;
        align-items: stretch;
    }
    .contact-cta-left { padding: 18px 20px 10px; }
    .btn-contact-sales {
        align-self: stretch;
        padding: 16px 20px;
        text-align: center;
        justify-content: center;
    }
    .footer-cta-buttons { padding: 8px 20px 16px; }
    /* stacked box ~132px tall → overlap = half = 66px */
    .site-footer { margin-top: -66px; padding-top: 66px; }

    /* ---- Footer bar ---- */
    .footer-bottom { gap: 12px; padding: 24px 0; }

    /* ---- Hero pages (WWA / IA / PTS) ---- */
    .wwa-hero { padding: 0px 0 32px; margin-top:-10px }
    .wwa-hero-inner { gap: 32px; }
    .wwa-hero-text h1 { font-size: 26px; }
    .wwa-hero-image { flex: 0 0 260px; max-width: 260px; }

    /* ---- Two-column layout ---- */
    .wwa-layout { gap: 32px; }
    .wwa-sidebar { flex: 0 0 190px; min-width: 190px; }

    /* ---- Products tabs ---- */
    .pts-tab { font-size: 11px; padding: 6px 10px; white-space: normal; }
}

/* ---- ≤ 767px (mobile landscape) ---- */
@media (max-width: 767px) {

    /* ---- Banner ---- */
	.wwa-breadcrumb{
		margin-top: 0;
        padding-top: calc(110px - var(--tmsi-adminbar-offset));
	}
    .fz-52,.fz-42 { font-size: 22px; }
    .banner-container { bottom: 5%; }
    .slick-dots li { width: 50px !important; }
    .banner-arrows .slick-prev,
    .banner-arrows .slick-next { width: 32px; height: 32px; }
    .banner-image-slider img {
        height: 380px;
        object-fit: cover;
        object-position: center;
    }

    /* ---- About ---- */
    .about-us .container p { font-size: 22px !important; }
    .about-us { padding: 32px 0; }

    /* ---- Solutions ---- */
    .solutions-section { padding: 36px 0; }
    .solutions-header h2 { font-size: 18px; }
    .solution-card-inner { height: 300px; }
    .solution-title { font-size: 20px; }
    .solution-content { padding: 20px 18px; }
    .solution-description { font-size: 16px; }
    .btn-learn-more { font-size: 14px; padding: 10px 22px; }
    /* clip slider overflow on mobile */
    .solution-slider { margin: 0; }
    .solution-slider .slick-list { overflow: hidden; }

    /* ---- Customers ---- */
    .customers { padding: 32px 0; }
    .customers-header h2 { font-size: 18px; }
    .customer-slider { margin: 0; }
    .customer-slider .slick-list { overflow: hidden; padding-right: 0 !important; }

    /* ---- Footer CTA ---- */
    .contact-cta-box {
        flex-direction: column;
    }
    .contact-cta-left {
        padding: 28px 24px 20px;
    }
    .cta-heading-small {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .cta-heading-main {
        font-size: 18px;
        line-height: 1.4;
    }
    .btn-contact-sales {
        padding: 20px 24px;
        font-size: 16px;
        letter-spacing: 2px;
        justify-content: center;
        align-self: stretch;
    }

    /* stacked box ~160px tall → overlap = half = 80px */
    .site-footer { margin-top: -80px; padding-top: 80px; }

    /* ---- Footer buttons ---- */
    .footer-cta-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 28px 24px 24px;
    }
    .btn-footer-info {
        width: 100%;
        margin-right: 0;
        padding: 13px 18px;
        font-size: 14px;
        justify-content: center;
    }

    /* ---- Footer bottom ---- */
    .footer-bottom { gap: 16px; padding: 28px 0; }
    .footer-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
/*     .footer-logo-img { height: 38px; } */
    .footer-copyright { font-size: 11px; }
    .footer-links {
        flex-wrap: wrap;
        gap: 10px;
        font-size: 11px;
    }

    /* ---- Hero pages ---- */
    .wwa-hero { padding: 0px 0 20px;margin-top:-10px; }
    .wwa-hero-inner {
        flex-direction: column;
        gap: 0;
    }
    .wwa-hero-text { padding-bottom: 0; }
    .wwa-hero-text h1 { font-size: 22px; line-height: 1.3; }
    .wwa-hero-image {
        flex: unset;
        max-width: 100%;
        width: 100%;
        max-height: 220px;
        overflow: hidden;
    }
    .wwa-hero-image img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        object-position: center top;
        margin-top: 25px;
    }

    /* ---- Two-column layout → stack ---- */
    .wwa-main-section { padding: 28px 0 48px; }
    .wwa-layout {
        flex-direction: column;
        gap: 24px;
    }
    .wwa-sidebar {
        flex: unset;
        min-width: unset;
        width: 100%;
    }
    .wwa-content { width: 100%; }

    /* ---- Products tabs ---- */
    .pts-tabs { gap: 5px; }
    .pts-tab {
        font-size: 10.5px;
        padding: 6px 9px;
        white-space: normal;
        line-height: 1.3;
    }
    /* ---- Industry Application video — ratio-based, no fixed height needed ---- */

    /* ---- Breadcrumb ---- */
    .wwa-breadcrumb-nav { font-size: 10px; gap: 5px; flex-wrap: wrap; }
}

/* ---- ≤ 575px (small phone portrait) ---- */
@media (max-width: 575px) {
	.cta-heading-small,
	.wwa-sidebar-item, 
	.wwa-sidebar-item a,
	.wwa-intro p,
	.wwa-company-block p,
	.wwa-section p,
	.wwa-section ul li
	.ia-section p,
	.pts-section p,
	.pts-section ul li{
		font-size:18px;
	}
	.wwa-breadcrumb{
		margin-top: 0;
        padding-top: calc(110px - var(--tmsi-adminbar-offset));
	}
    /* Global container side padding */
    .container { padding-left: 16px !important; padding-right: 16px !important; }

    /* ---- Banner ---- */
    .fz-52,.fz-42 { font-size: 18px; }
    .banner-container { bottom: 3%; }
    .banner-image-slider img { height: 300px; }

    /* ---- About ---- */
    .about-us .container p { font-size: 18px !important; }

    /* ---- Solutions ---- */
    .solution-card-inner { height: 420px; }
    .solution-title { font-size: 18px; }

    /* ---- Hero heading ---- */
    .wwa-hero-text h1 { font-size: 20px; }

    /* ---- Sidebar nav items ---- */
    .wwa-sidebar-item { font-size: 12px; padding: 8px 0; }

    /* ---- Products tabs wrap ---- */
    .pts-tabs { gap: 4px; }
    .pts-tab {
        font-size: 16px;
        padding: 5px 8px;
    }

    /* ---- Footer ---- */
    /* stacked box ~148px tall → overlap = half = 84px */
    .site-footer { margin-top: -84px; padding-top: 84px; }
    .contact-cta-left { padding: 24px 16px 16px; }
    .cta-heading-small { font-size: 14px; }
    .cta-heading-main { font-size: 16px; }
    .btn-contact-sales { padding: 18px 16px; font-size: 16px; letter-spacing: 1.5px; }
    .footer-cta-buttons { padding: 24px 0px 20px; gap: 8px; }
    .btn-footer-info { font-size: 14px; padding: 12px 14px; }
/*     .footer-logo-img { height: 34px; } */
    .footer-copyright { font-size: 14px; }
    .footer-links { font-size: 14px; gap: 8px; }
}

.wwa-banner-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Contact Page */
.contact-page {
    background: #fff;
    color: #1a1a1a;
}

.contact-breadcrumb-wrap {
    padding: 10px 0 12px;
    background: #f5f5f5;
}

.contact-breadcrumb-wrap .wwa-breadcrumb-nav {
    gap: 10px;
    font-size: 10px;
    letter-spacing: 0.6px;
}

.contact-breadcrumb-wrap .wwa-active {
    font-weight: 400;
}

.contact-hero-section {
    padding: 0 0 40px;
    background: #fff;
}

.contact-hero-inner {
    position: relative;
    display: block;
    min-height: 190px;
    background: #ededed;
    overflow: hidden;
}

.contact-hero-title-block {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 190px;
    width: 62%;
    padding: 0 0 0 24px;
}

.contact-hero-title-block h1 {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    color: #1a1a1a;
}

.contact-banner-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 37%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

/* Form + Office grid */
.contact-main {
    padding: 40px 0 32px;
}

.contact-main-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    align-items: start;
}

.contact-form {
    width: 100%;
}

.contact-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.contact-field-row-single {
    grid-template-columns: 1fr 1fr;
}

.contact-field {
    margin-bottom: 22px;
}

.contact-field-full {
    grid-column: 1 / -1;
}

.contact-field label {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    background: transparent;
    padding: 6px 0;
    font-size: 13px;
    font-weight: 400;
    color: #1a1a1a;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}

.contact-field textarea {
    resize: none;
    min-height: 80px;
    border-bottom: 1px solid #d0d0d0;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-bottom-color: #d40000;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #c0c0c0;
    font-weight: 400;
}

.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 8px 0 16px;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 1.5;
	font-weight:300;
    cursor: pointer;
}

.contact-consent input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin-top: 0;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    background: #fff;
}

.contact-consent input[type="checkbox"]:checked {
    background-color: #d40000;
    border-color: #d40000;
}

.contact-consent input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 14px;
    width: 13px;
    height: 23px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.contact-consent span {
    display: inline-block;
    line-height: 1.5;
}

.contact-submit {
    display: inline-block;
    border: none;
    background: #d40000;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 10px 36px;
    cursor: pointer;
    transition: background 0.2s;
}

.contact-submit:hover {
    background: #b30000;
}

/* Alert messages */
.contact-alert {
    padding: 12px 16px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
}
.contact-alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
	font-size:16px;
	font-weight:300;
}
.contact-alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
	font-size:16px;
	font-weight:300;
}

/* Office sidebar */
.contact-office {
    padding-top: 0;
}

.contact-office h2 {
    margin: 0 0 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1a1a1a;
}

.contact-office p {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    font-weight: 300;
}
.contact-office a {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.contact-office a:hover {
    text-decoration: none;
}

/* World section */
.contact-world {
    padding: 8px 0 48px;
}

.contact-world > .container > h2 {
    margin: 24px 0 18px;
    font-size: 32px;
    font-weight: 400;
    color: #1a1a1a;
}

.world-grid {
    display: grid;
    grid-template-columns: repeat(1fr);
    gap: 24px;
}

.world-item {
    min-width: 0;
}

.world-item h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
}
.world-item h4,
.world-item p {
    margin: 0 0 3px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
}
.world-item a {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.world-item a:hover {
    text-decoration: none;
}

.contact-page + .site-footer .contact-cta-box {
    transform: none;
    margin-bottom: 24px;
}


/* Responsive */
@media (max-width: 991px) {
    .contact-hero-inner {
        min-height: 160px;
    }

    .contact-hero-title-block {
        min-height: 160px;
        width: 60%;
        padding-left: 20px;
    }

    .contact-hero-title-block h1 {
        font-size: 28px;
    }

    .contact-main-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .world-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .contact-breadcrumb-wrap .wwa-breadcrumb-nav {
        gap: 6px;
        flex-wrap: wrap;
    }

    .contact-hero-section {
        padding-bottom: 28px;
    }

    .contact-hero-inner {
        min-height: 130px;
    }

    .contact-hero-title-block {
        min-height: 130px;
        width: 58%;
        padding-left: 16px;
    }

    .contact-hero-title-block h1 {
        font-size: 24px;
    }

    .contact-banner-image {
        width: 45%;
    }

    .contact-field-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-world {
        padding-bottom: 36px;
    }

    .world-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.customer-arrows .slick-prev:hover, .customer-arrows .slick-next:hover {
    background-color: #333;
    color: #fff;
}

.customer-arrows .slick-prev:active, .customer-arrows .slick-next:active,
.customer-arrows .slick-prev:focus, .customer-arrows .slick-next:focus {
    background-color: #333;
    color: #fff;
}


/* ==========================================================================
   Info Card Component
   ========================================================================== */

.is-layout-flex:has(.info-card) {
    align-items: flex-start;
}

.info-card {
    margin-bottom: 24px;
    padding: 0 !important;
}

.info-card__image {
    margin-bottom: 16px;
	height: 200px;
	overflow:hidden;
}

.info-card__image img {
    width: 100%;
	max-height:100%;
    object-fit: contain;
    display: block;
}

.info-card__title {
    font-size: 17px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    color: #000;
	text-align:center;
}
.info-card__subtitle{
	font-size: 16px !important;
    font-weight: 600 !important;
	text-align:center !important;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    color: #000;
	text-align:center;
}
.wwa-intro .info-card__desc p,
.info-card__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
	text-align:left !important;
}

.info-card__desc p {
    margin: 0 0 4px 0;
}

.info-card__desc p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .info-card__image img {
        height: 180px;
    }

    .info-card__title {
        font-size: 14px;
    }

    .info-card__desc {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
	header .container{
		width: 100%;
		padding: 0 !important;
		text-align: center;
	}
	.navbar-collapse{
		padding:0 0px;
	}
	.navbar-nav .menu-item{
		padding: 20px;
		width: 100%;
		text-align: center;
		margin: 0 0px;
	}
    .info-card__image img {
        height: 160px;
    }
	.info-card__title{
		font-size:18px !important;
	}
}

/* ==========================================================================
   Our Leader Card Component
   ========================================================================== */

.is-layout-flex:has(.leader-card) {
    align-items: stretch;
}

.wp-block-column:has(.leader-card) {
    display: flex;
    flex-direction: column;
}

.wp-block-column:has(.leader-card) .leader-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.wp-block-column:has(.leader-card) .leader-card__photo {
    flex: 1;
}

.wp-block-column:has(.leader-card) .leader-card__photo img {
    height: 100%;
    min-height: 250px;
}

.leader-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 0 !important;
}

.leader-card__photo {
    width: 100%;
    background: #c5c9d1;
}

.leader-card__photo img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.leader-card__placeholder {
    width: 100%;
    height: 280px;
    background: #c5c9d1;
}

.leader-card__overlay {
    background: #d40000;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-height: 80px;
}

.leader-card__name {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: block;
	text-align:center;
}

.leader-card__title {
    font-size: 13.5px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    display: block;
	text-align:center;
}

@media (max-width: 768px) {
    .leader-card__photo img,
    .leader-card__placeholder {
        height: 220px;
    }

    .leader-card__name {
        font-size: 12px;
    }

    .leader-card__title {
        font-size: 16px;
    }

    .leader-card__overlay {
        padding: 12px 16px;
    }
}

@media (max-width: 576px) {
    .leader-card__photo img,
    .leader-card__placeholder {
        height: 200px;
    }
}

/* ==========================================================================
   Numbered Content Component
   ========================================================================== */

.numbered-content {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: none;
}

.numbered-content__number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #CFD5E5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.numbered-content__number span {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.numbered-content__body {
    flex: 1;
}

.numbered-content__body p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    margin: 0 0 12px 0;
}

.numbered-content__body ul {
    margin: 8px 0 0 0;
    padding-left: 16px;
    list-style: none;
}

.numbered-content__body ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    margin-bottom: 4px;
    position: relative;
    padding-left: 12px;
	margin-left:-15px;
}

.numbered-content__body ul li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #333;
    font-size: 20px;
    line-height: 1.2;
}

@media (max-width: 576px) {
    .numbered-content {
        gap: 16px;
        padding: 16px 0;
    }

    .numbered-content__number {
        width: 40px;
        height: 40px;
    }

    .numbered-content__number span {
        font-size: 16px;
    }

    .numbered-content__body p,
    .numbered-content__body ul li {
        font-size: 16px;
    }
}

/* ==========================================================================
   Milestones Timeline Slider
   ========================================================================== */

.milestones-slider {
    position: relative;
    margin-bottom: 40px;
}

.milestones-slider__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.milestones-slider__heading {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    margin: 0;
}

.milestones-slider__nav {
    display: flex;
    gap: 4px;
}

.milestones-slider__prev,
.milestones-slider__next {
    width: 36px;
    height: 36px;
    border: 1px solid #333;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    padding: 0;
}

.milestones-slider__prev img,
.milestones-slider__next img {
    width: 10px;
    height: auto;
}

.milestones-slider__prev:hover,
.milestones-slider__next:hover {
    background: #333;
    color: #fff;
}
.milestones-slider__prev:hover img,
.milestones-slider__next:hover img {
    filter: invert(1);
}

.milestones-slider__track {
    overflow: hidden;
}

.milestones-slider__inner {
    display: flex;
    gap: 4px;
    align-items: flex-start;
}

.milestones-slider__item {
    flex: 0 0 auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

.milestones-slider__bar {
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 60px;
    transition: height 0.3s ease;
	border-radius:10px;
}

.milestones-slider__item.is-active .milestones-slider__bar {
    height: 110px;
    padding: 0 24px;
}

.milestones-slider__year {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    transition: font-size 0.3s ease;
}

.milestones-slider__item.is-active .milestones-slider__year {
    font-size: 32px;
}

.milestones-slider__desc {
    display: none;
    padding: 16px 4px;
}

.milestones-slider__item.is-active .milestones-slider__desc {
    display: block;
}

.milestones-slider__desc ul {
    margin: 0;
    padding-left: 16px;
    list-style: none;
}

.milestones-slider__desc ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    margin-bottom: 4px;
    position: relative;
    padding-left: 12px;
}

.milestones-slider__desc ul li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #333;
    font-size: 20px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .milestones-slider__inner {
        gap: 0;
    }

    .milestones-slider__bar {
        height: 50px;
    }

    .milestones-slider__item.is-active .milestones-slider__bar {
        height: 90px;
    }

    .milestones-slider__item.is-active .milestones-slider__year {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .milestones-slider__year {
        font-size: 13px;
    }

    .milestones-slider__item.is-active .milestones-slider__year {
        font-size: 20px;
    }

    .milestones-slider__desc ul li {
        font-size: 18px;
    }
}

/* Editor: show desc always so user can edit bullet points */
.milestones-editor .milestones-slider__desc {
    display: block;
}

.milestones-editor .milestones-slider__bar {
    height: auto;
    min-height: 60px;
}

.milestones-editor.milestones-slider {
    padding: 0 !important;
}

.milestones-editor .block-editor-block-list__layout {
    display: flex !important;
    flex-direction: row !important;
    gap: 4px;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.milestones-editor .block-editor-block-list__layout > * {
    flex: 1 0 180px;
    max-width: 300px;
}

.milestones-editor .block-editor-block-list__layout > .block-list-appender {
    flex: 0 0 auto;
    max-width: none;
    display: flex;
    align-items: flex-start;
}

/* ==========================================================================
   Highlight Columns Component
   ========================================================================== */

.highlight-columns {
    display: flex;
    gap: 0;
    padding: 0 !important;
}

.highlight-col {
    flex: 1;
    padding: 32px 24px;
    min-height: 100px;
    display: flex;
    align-items: flex-start;
}

.highlight-col__text {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

/* Editor: horizontal layout */
.highlight-columns-editor .block-editor-block-list__layout {
    display: flex !important;
    flex-direction: row !important;
    gap: 0;
}

.highlight-columns-editor .block-editor-block-list__layout > * {
    flex: 1;
}

.highlight-columns-editor .block-editor-block-list__layout > .block-list-appender {
    flex: 0 0 auto;
}

@media (max-width: 768px) {
    .highlight-col {
        padding: 24px 16px;
        min-height: 80px;
    }

    .highlight-col__text {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .highlight-columns {
        flex-direction: column;
    }

    .highlight-col {
        min-height: auto;
        padding: 20px 16px;
    }

    header nav .navbar-brand{
        margin-left: 20px !important;
    }
}

/* ==========================================================================
   Text Box Component
   ========================================================================== */

.text-box {
    background: linear-gradient(160deg, #c8f075 0%, #aee566 45%, #8fcf3a 100%);
    padding: 40px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 340px;
    overflow: hidden;
    box-sizing: border-box;
	position: relative;
	box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.12),
        0 2px 8px rgba(212, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Liquid blobs — injected via JS + pseudo-elements */
.text-box::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 140%;
    bottom: -40%;
    left: -12%;
    background: radial-gradient(circle, rgb(68 173 42) 0%, rgba(174, 229, 102, 0.35) 55%, transparent 72%);
    border-radius: 60% 40% 55% 45% / 50% 60% 40% 55%;
    filter: blur(40px);
    animation: liquid-blob-1 9s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.text-box::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 140%;
    top: -38%;
    right: -5%;
    background: radial-gradient(circle, rgb(68 173 42) 0%, rgba(174, 229, 102, 0.35) 55%, transparent 72%);
    border-radius: 45% 55% 40% 60% / 60% 45% 55% 40%;
    filter: blur(40px);
    animation: liquid-blob-2 11s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

/* Blob 3 & 4 — injected via JS */
.text-box .tb-blob {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    border-radius: 55% 45% 60% 40% / 45% 60% 40% 55%;
}

.text-box .tb-blob-3 {
    width: 45%;
    height: 100%;
    top: 5%;
    left: 30%;
    background: radial-gradient(circle, rgba(230, 255, 150, 0.6) 0%, rgba(174, 229, 102, 0.2) 60%, transparent 75%);
    filter: blur(16px);
    animation: liquid-blob-3 7s ease-in-out infinite;
}

.text-box .tb-blob-4 {
    width: 40%;
    height: 90%;
    top: 10%;
    right: 15%;
    background: radial-gradient(circle, rgba(160, 230, 80, 0.55) 0%, rgba(174, 229, 102, 0.18) 55%, transparent 72%);
    filter: blur(20px);
    animation: liquid-blob-4 13s ease-in-out infinite;
}

@keyframes liquid-blob-1 {
    0%   { transform: translate(0, 0)    scale(1)    rotate(0deg);   border-radius: 60% 40% 55% 45% / 50% 60% 40% 55%; }
    25%  { transform: translate(30px, 20px)  scale(1.1)  rotate(8deg);   border-radius: 50% 50% 40% 60% / 55% 45% 60% 40%; }
    50%  { transform: translate(15px, 45px)  scale(0.95) rotate(-5deg);  border-radius: 40% 60% 60% 40% / 60% 40% 50% 55%; }
    75%  { transform: translate(-20px, 20px) scale(1.08) rotate(12deg);  border-radius: 55% 45% 45% 55% / 45% 55% 60% 40%; }
    100% { transform: translate(0, 0)    scale(1)    rotate(0deg);   border-radius: 60% 40% 55% 45% / 50% 60% 40% 55%; }
}

@keyframes liquid-blob-2 {
    0%   { transform: translate(0, 0)    scale(1)    rotate(0deg);   border-radius: 45% 55% 40% 60% / 60% 45% 55% 40%; }
    30%  { transform: translate(-25px, -30px) scale(1.12) rotate(-10deg); border-radius: 60% 40% 55% 45% / 45% 60% 40% 55%; }
    55%  { transform: translate(-40px, -10px) scale(0.92) rotate(6deg);  border-radius: 50% 50% 60% 40% / 55% 45% 50% 60%; }
    80%  { transform: translate(-15px, -40px) scale(1.05) rotate(-8deg); border-radius: 40% 60% 45% 55% / 60% 40% 60% 45%; }
    100% { transform: translate(0, 0)    scale(1)    rotate(0deg);   border-radius: 45% 55% 40% 60% / 60% 45% 55% 40%; }
}

@keyframes liquid-blob-3 {
    0%   { transform: scale(1)    rotate(0deg);   border-radius: 55% 45% 60% 40% / 45% 60% 40% 55%; }
    33%  { transform: scale(1.12) rotate(12deg);  border-radius: 40% 60% 50% 50% / 60% 40% 55% 45%; }
    66%  { transform: scale(0.92) rotate(-8deg);  border-radius: 60% 40% 45% 55% / 50% 55% 45% 60%; }
    100% { transform: scale(1)    rotate(0deg);   border-radius: 55% 45% 60% 40% / 45% 60% 40% 55%; }
}

@keyframes liquid-blob-4 {
    0%   { transform: scale(1)    rotate(0deg);   border-radius: 40% 60% 55% 45% / 55% 40% 60% 45%; }
    40%  { transform: scale(1.1)  rotate(-14deg); border-radius: 60% 40% 45% 55% / 45% 60% 40% 55%; }
    70%  { transform: scale(0.93) rotate(9deg);   border-radius: 50% 50% 60% 40% / 60% 45% 50% 55%; }
    100% { transform: scale(1)    rotate(0deg);   border-radius: 40% 60% 55% 45% / 55% 40% 60% 45%; }
}

.text-box__text {
    font-size: 16px !important;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.7;
    text-align: center !important;
	position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .text-box {
        padding: 32px 24px;
        min-height: 340px;
    }

    .text-box__text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .text-box {
        padding: 24px 16px;
        height: auto;
        min-height: 340px;
    }
}

/* ==========================================================================
   Video Embed Responsive
   ========================================================================== */

.wp-block-embed {
    width: 100%;
}

.wp-block-embed .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.wp-block-embed .wp-block-embed__wrapper iframe,
.wp-block-embed .wp-block-embed__wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

:where(.wp-block-columns.is-layout-flex){
	gap:1em !important;
}