/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
    /* Footer */
    --text-primary-color: #fff;
    --text-secondary-color: #ECF1F9;
    --heading-primary-color: #F8F9FB;
    --accent-color: #FF00FF;
    --footer-bg: #1F2340;
    --NAVY: #1F2340;
    --accent-color2: #F0F;
    --white: #ffffff;
    --teal: #3D99AB;
    --gray: rgba(255, 255, 255, 0.16);
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.wp-theme-hello-elementor a {
    color: #fff;
}

.wp-theme-hello-elementor a:hover {
    color: #fff;
}

.menumain {
	padding: 20px 0;
    width: calc(100% - 3rem);
    margin: auto;
}

.menumain .container {
    padding: 0;
}

.mega-menu .nav-link {
	text-align: left;
}

.wp-theme-hello-elementor .stellarnav > ul > li > a {
    padding: 16px 8px;
    font-size: 15px;
}

.wp-theme-hello-elementor .stellarnav.desktop > ul > li.mega > ul.mega-menu {
    width: calc(100% - 3rem);
    position: fixed;
}

.stellarnav.desktop>ul>li.mega>ul>li {
	width: 100% !important;
	background-color: white !important;
}


.wp-theme-hello-elementor .stellarnav.desktop li.mega li {
	width: 100% !important;
	background-color: white !important;
    margin-left:0;
}

.stellarnav.desktop>ul>li.mega>ul {
	background-color: white !important;
	right: 0 !important;
    border-radius: 15px;
	max-width: 1400px !important;
	padding: 20px 0;
	/* top: 60px; */
}

/* Creates visual gap without breaking hover */
.stellarnav.desktop>ul>li.mega>ul {
	margin-top: 12px !important;
}

/* Invisible bridge that fills the gap so hover doesn't break */
.stellarnav.desktop>ul>li.mega>ul::before {
	content: '';
	position: absolute !important;
	top: -12px;
	left: 0;
	right: 0;
	height: 12px;
}

.stellarnav .tab-pane ul {
	display: block !important;
}

.stellarnav.desktop li.mega li li a {
	color: #1F2340 !important;
}

.wp-theme-hello-elementor .menu-buttons .btn-2, .wp-theme-hello-elementor .menu-buttons .btn-1 {
    padding: 12px 24px;
    font-size: 16px;
    min-height: auto;
    min-width: auto;
}

.wp-theme-hello-elementor .menu .mega .nav-link {
	font-weight: 700;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	color: #1F2340;
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 0;
}

.wp-theme-hello-elementor .menu .mega .nav-link:hover {
    color: #f0f;
}

.wp-theme-hello-elementor .menu .mega .nav-link:active {
    color: #1F2340;
}

.wp-theme-hello-elementor .menu .mega .nav-link:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	color: #ccc;
	font-size: 14px;
	margin-right: 10px;
}

.wp-theme-hello-elementor .menu .mega .nav-link:last-child {
	border-bottom: 0;
}

.wp-theme-hello-elementor .menu .nav-pills .nav-link.active {
	background-color: #ededf0 !important;
}

.wp-theme-hello-elementor .menu .nav-pills .nav-link.active:after {
	color: #f0f;
}

.wp-theme-hello-elementor .bordcol {
	border-right: 1px solid #ccc;
}

.wp-theme-hello-elementor .bordcol:last-child {
	border-right: 0;
}

.wp-theme-hello-elementor .menu .tab-content .bordcol a {
    font-size: 16px;
    padding: 15px 10px 15px 12px;
    color: #1F2340;
}

.wp-theme-hello-elementor .menu .tab-content .bordcol a h5 {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

        .wp-theme-hello-elementor .menu .tab-content .bordcol a:hover, .wp-theme-hello-elementor .menu .tab-content .bordcol a:hover h5, .wp-theme-hello-elementor .menu .bottom_link a:hover {
			color: #f0f;
		}

        .wp-theme-hello-elementor .menu .tab-content .bordcol a:hover p {
			color: #1F2340;
		}

		.wp-theme-hello-elementor .menu img {
			width: 32px;
			float: left;
			margin-right: 10px;
		}

		.wp-theme-hello-elementor .menu .link_triv {
			display: grid;
            padding-top: 4px;
		}

		.wp-theme-hello-elementor .menu .link_triv h5 {
            font-family: "Poppins", Sans-serif;
            text-transform: inherit;
            letter-spacing: inherit;
			font-weight: 700;
			margin-bottom: 4px;
            font-size: 18px;
            color: #1F2340;
		}

		.wp-theme-hello-elementor .menu .link_triv p {
			margin-bottom: 0;
			font-size: 14px;
		}

        .wp-theme-hello-elementor .menu .head_title {
            padding: 8px 15px;
        }

		.wp-theme-hello-elementor .menu .head_title h3 {
			font-size: 36px;
			font-weight: 700;
			font-family: "Poppins", sans-serif;
            color: #1F2340;
		}

		.wp-theme-hello-elementor .menu .head_title h3 span {
			color: #f0f;
		}

		.wp-theme-hello-elementor .menu .tab_heading {
			display: flex;
			justify-content: space-between;
			padding: 0 0 0 15px;
			align-items: center
		}

		.wp-theme-hello-elementor .menu .tab_heading h5 {
			font-size: 24px;
			font-weight: 700;
			font-family: "Poppins", sans-serif;
			margin-bottom: 0;
            color: #1F2340;
            text-transform: none;
            letter-spacing: inherit;
            padding: 0 0 0 9px;
		}

		.wp-theme-hello-elementor .menu .tab_heading h3 {
			font-size: 36px;
			font-weight: 700;
			font-family: "Poppins", sans-serif;
            color: #1F2340;
            padding: 8px 0;
		}

		.wp-theme-hello-elementor .menu .tab_heading h3 span {
			color: #f0f;
		}

		.wp-theme-hello-elementor .menu .tab_heading .btn-secondary {
			background-color: #1F2340;
			color: #fff !important;
			border-radius: 12px;
			padding: 8px 20px !important;
			font-size: 14px;
			font-weight: 700;
            border: none;
		}

		.wp-theme-hello-elementor .menu .bottom_link i {
			color: #f0f;
		}

		.wp-theme-hello-elementor .menu .bottom_link a {
			font-weight: 700;
            padding-left: 24px;
			color: #1F2340;
		}

        .wp-theme-hello-elementor .menu .menu-list {
            padding-top: 6px;
            padding-bottom: 8px;
        }

        .wp-theme-hello-elementor .rowcolbord {
            margin-left: 0;
        }

		.wp-theme-hello-elementor .rowbord {
			border-bottom: 1px solid #ccc;
		}

		.wp-theme-hello-elementor .rowbord:last-child {
			border-bottom: 0;
		}

		.wp-theme-hello-elementor .rowbord:nth-child(1) {
			align-items: center;
		}

		.stellarnav.dark {
			background: transparent !important;
		}

		.stellarnav>ul>li>a:hover {
			color: #f0f !important;
		}

		.stellarnav li.has-sub>a:after {
			border-top: 0 !important;
			border-right: 0 !important;
			border-left: 0 !important;
			font-family: "Font Awesome 5 Free";
			font-weight: 600;
			content: "\f078" !important;
			color: #fff;
			font-size: 10px;
			margin-right: 10px;
		}

		.stellarnav>ul>li>a:hover:after {
			color: #f0f !important;
			transform: rotate(180deg);
			transition: 300ms all ease;
		}

		.site-footer a {
			display: -webkit-box !important;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		.footer-bottom-info a {
			display: initial !important;
		}

		.footer-social .social-icon {
			display: inline-flex !important;
		}

		/* MOBILE NAV */
		/* ---------- Hamburger ---------- */
		.wp-theme-hello-elementor .mobile-menu-toggle {
			display: flex;
			flex-direction: column;
			justify-content: center;
			gap: 6px;
			border: none;
			cursor: pointer;
			padding: 4px;
			background: rgb(255 255 255 / 16%);
			padding: 10px;
			border-radius: 8px;
		}

		.wp-theme-hello-elementor .mobile-menu-toggle span {
			display: block;
			width: 24px;
			height: 2px;
			background: #fff;
			border-radius: 2px;
			transition: transform 0.3s, opacity 0.3s;
		}

		.wp-theme-hello-elementor .mobile-menu-toggle.is-active span:nth-child(1) {
			transform: translateY(7px) rotate(45deg);
		}

		.wp-theme-hello-elementor .mobile-menu-toggle.is-active span:nth-child(2) {
			opacity: 0;
		}

		.wp-theme-hello-elementor .mobile-menu-toggle.is-active span:nth-child(3) {
			transform: translateY(-7px) rotate(-45deg);
		}

		/* ---------- Overlay ---------- */
		.wp-theme-hello-elementor .mobile-menu-overlay {
			display: none;
			position: fixed;
			inset: 0;
			background: rgba(0, 0, 0, .45);
			z-index: 1040;
		}

		.wp-theme-hello-elementor .mobile-menu-overlay.is-open {
			display: block;
		}

		/* ---------- Drawer ---------- */
		.wp-theme-hello-elementor .mobile-menu-drawer {
			position: fixed;
			top: 0;
			right: 0;
			width: 100%;
			height: 100dvh;
			background: #fff;
			z-index: 1050;
			display: flex;
			flex-direction: column;
			transform: translateX(100%);
			transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
			box-shadow: -4px 0 32px rgba(0, 0, 0, .12);
			padding: 0;
		}

		.wp-theme-hello-elementor .mobile-menu-drawer.is-open {
			transform: translateX(0);
		}

		/* ---------- Drawer header ---------- */
		.wp-theme-hello-elementor .mobile-menu-header {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 25px 15px;
			flex-shrink: 0;
			position: relative;
		}

		.wp-theme-hello-elementor .mobile-menu-header::after {
			content: '';
			position: absolute;
			border: 1px solid #ddd;
			height: 1px;
			width: 90%;
			margin: 0 auto;
			left: 0;
			right: 0;
			bottom: 0;
		}

		.wp-theme-hello-elementor .mobile-menu-header .header_logo {
			max-height: 36px;
			width: auto;
		}

		.wp-theme-hello-elementor .mobile-menu-close {
			background: #ededf0;
			border: none;
			border-radius: 6px;
			width: 32px;
			height: 32px;
			display: grid;
			place-items: center;
			cursor: pointer;
			color: #1F2340;
			transition: background 0.2s;
			padding: 0;
		}

		.wp-theme-hello-elementor .mobile-menu-close svg {
			width: 12px;
		}

		.wp-theme-hello-elementor .mobile-menu-close:hover {
			background: #e8e8e8;
		}

		/* ---------- Nav scroll body ---------- */
		.wp-theme-hello-elementor .mobile-nav {
			/* flex: 1; */
			flex: initial;
			overflow-y: auto;
			padding: 8px 0 16px;
		}

		/* ---------- Top-level items ---------- */
		.wp-theme-hello-elementor .mob-nav-item {
			/* border-bottom: 1px solid #f0f0f0; */
			border-bottom: 0;
		}

		/* ---------- Top-level row: link + chevron ---------- */
		.wp-theme-hello-elementor .mob-nav-row {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

		.wp-theme-hello-elementor .mob-nav-label-link {
			/* flex: 1; */
			flex: inherit;
			display: flex;
			align-items: center;
			padding: 15px 8px 15px 20px;
			text-decoration: none;
			color: #1F2340;
			font-size: 16px;
			font-weight: 700;
			font-family: 'Poppins';
		}

		.wp-theme-hello-elementor .mob-nav-label .dot {
			color: #e91e8c;
		}

		.wp-theme-hello-elementor .mob-nav-chevron-btn {
			flex-shrink: 0;
			background: none;
			border: none;
			cursor: pointer;
			padding: 15px 20px 15px 8px;
			display: flex;
			align-items: center;
			color: #888;
		}

        .wp-theme-hello-elementor .mob-nav-chevron-btn:hover {
			color: #888;
		}

		.wp-theme-hello-elementor .mob-nav-chevron {
			transition: transform 0.25s;
		}

		.wp-theme-hello-elementor .mob-nav-chevron-btn[aria-expanded="true"] .mob-nav-chevron {
			transform: rotate(180deg);
			color: #f0f;
		}

		/* ---------- Accordion body ---------- */
		.wp-theme-hello-elementor .mob-nav-children {
			background: #fafafa;
			padding: 0 20px;
		}

		/* ---------- Sub items (tabs layout) — split row ---------- */
		.wp-theme-hello-elementor .mob-sub-item {
			border-top: 1px solid #efefef;
			border-left: 1px solid #f0f;
			background: #ededf0;
			position: relative;
		}

		.wp-theme-hello-elementor .mob-sub-item:last-child::after {
			border-bottom: 0;
		}

		.wp-theme-hello-elementor .mob-sub-item::after {
			content: '';
			position: absolute;
			border-top: 1px solid #ddd;
			height: 1px;
			width: 100%;
			margin: 0 auto;
			left: 0;
			right: 0;
			bottom: 0;
		}

		.wp-theme-hello-elementor .mob-sub-row {
			display: flex;
			align-items: center;
			justify-content: space-between;

		}

		.wp-theme-hello-elementor .mob-sub-label-link {
			/* flex: 1; */
			flex: inherit;
			display: flex;
			align-items: center;
			padding: 13px 8px 13px 15px;
			font-size: 0.875rem;
			font-weight: 700;
			color: #1F2340;
			text-decoration: none;
			transition: color 0.15s;
		}

		.wp-theme-hello-elementor .mob-sub-label-link:hover {
			color: #e91e8c;
		}

		.wp-theme-hello-elementor .mob-sub-label-link.no-link {
			cursor: default;
			pointer-events: none;
		}

		.wp-theme-hello-elementor .mob-sub-chevron-btn {
			flex-shrink: 0;
			background: none;
			border: none;
			cursor: pointer;
			padding: 13px 20px 13px 8px;
			display: flex;
			align-items: center;
			color: #aaa;
		}

        .wp-theme-hello-elementor .mob-sub-chevron-btn:hover {
			color: #aaa;
		}

		.wp-theme-hello-elementor .mob-sub-chevron {
			transition: transform 0.25s;
		}

		.wp-theme-hello-elementor .mob-sub-chevron-btn[aria-expanded="true"] .wp-theme-hello-elementor .mob-sub-chevron,
		.wp-theme-hello-elementor .mob-sub-chevron-btn.open .mob-sub-chevron {
			transform: rotate(180deg);
			color: #f0f;
		}

		/* ---------- Sub item plain link (no nested children) ---------- */
		.wp-theme-hello-elementor .mob-sub-plain-link {
			display: flex;
			align-items: center;
			width: 100%;
			padding: 13px 20px 13px 15px;
			font-size: 0.875rem;
			font-weight: 600;
			color: #1F2340;
			text-decoration: none;
			transition: color 0.15s;
		}

		.wp-theme-hello-elementor .mob-sub-plain-link:hover {
			color: #e91e8c;
		}

		/* ---------- Nested links ---------- */
		.wp-theme-hello-elementor .mob-nested-links {
			padding: 4px 0 12px;
			height: 150px;
			overflow-y: scroll;
			overflow-x: hidden;
			background: white;
		}

		.wp-theme-hello-elementor .mob-nested-link {
			display: flex;
			align-items: center;
			gap: 10px;
			padding: 10px 20px 10px 15px;
			font-size: 0.825rem;
			color: #1F2340;
			text-decoration: none;
			transition: color 0.15s, background 0.15s;
			background-color: white;
		}

		/* .mob-nested-link:hover {
			color: #e91e8c;
			background: rgba(233, 30, 140, .04);
		} */

		.wp-theme-hello-elementor .mob-link-icon {
			width: 20px;
			height: 20px;
			flex-shrink: 0;
			opacity: .6;
		}

		/* ---------- Grid links (Technologies layout) ---------- */
		.wp-theme-hello-elementor .mob-grid-links {
			padding: 8px 0 12px;
			background: white;
			border-left: 1px solid #f0f;
			height: 200px;
			overflow-y: scroll;
			overflow-x: hidden;

		}

		.wp-theme-hello-elementor .mob-grid-link {
			display: flex;
			align-items: flex-start;
			gap: 10px;
			padding: 10px 20px 10px 15px;
			text-decoration: none;
			color: #1F2340;
			transition: background 0.15s;
		}

		/* .mob-grid-link:hover {
								background: rgba(233, 30, 140, .04);
							} */

		.wp-theme-hello-elementor .mob-grid-link-text strong {
			display: block;
			font-size: 0.825rem;
			font-weight: 600;
			color: #1F2340;
			line-height: 1.3;
		}

		.wp-theme-hello-elementor .mob-grid-link-text span {
			display: block;
			font-size: 0.75rem;
			color: #888;
			margin-top: 2px;
			line-height: 1.4;
		}

		/* ---------- View All bottom link ---------- */
		.wp-theme-hello-elementor .mob-view-all {
			display: flex;
			align-items: center;
			gap: 6px;
			padding: 10px 20px 10px 26px;
			font-size: 0.8rem;
			font-weight: 700;
			color: #1F2340;
			background-color: white;
			text-decoration: none;
		}

		.wp-theme-hello-elementor .mob-view-all i {
			font-size: 0.7rem;
		}

		/* ---------- CTA Buttons ---------- */
		.wp-theme-hello-elementor .mob-cta-buttons {
			display: flex;
			flex-direction: row;
			gap: 12px;
			padding: 10px 20px;
			border-top: 1px solid #f0f0f0;
			flex-shrink: 0;
		}

		.wp-theme-hello-elementor .mob-cta-buttons .btn-1,
		.wp-theme-hello-elementor .mob-cta-buttons .btn-2 {
			flex: 1;
			text-align: center;
			padding: 11px 16px;
			border-radius: 6px;
			font-size: 0.875rem;
			font-weight: 700;
			text-decoration: none;
			transition: opacity 0.2s;
		}

		/* Inherit your existing btn-1 / btn-2 styles; these are fallback */
		.wp-theme-hello-elementor .mob-cta-buttons .btn-1 {
			background: #3D99AB;
			color: #fff;
		}

		.wp-theme-hello-elementor .mob-cta-buttons .btn-2 {
			background: #f0f0f0;
			color: #222;
		}

		.wp-theme-hello-elementor .mob-cta-buttons .btn-1:hover,
		.wp-theme-hello-elementor .mob-cta-buttons .btn-2:hover {
			opacity: .88;
		}



/* ========================================
   Banner Section
======================================== */

.home-banner {
    position: relative;
    overflow: hidden;
    padding: 100px 0 0;
}

/* Animate the WRAPPER (more reliable than img in some themes) */
.banner-bg {
    position: fixed;
    inset: 0;
    overflow: hidden;
    z-index: -1;
}

.banner-bg svg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}



/* Keep content above bg */
.home-banner .container {
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
}


/* ========================================
   Content Layer
======================================== */

.home-banner .container {
    position: relative;
    z-index: 2;
}

.wp-theme-hello-elementor .banner-content {
    max-width: 600px;
    padding: 0;
}

/* Title */
body .pink-tag {
    color: var(--accent-color2, #F0F);
    font-family: "Dosis", sans-serif;
    font-size: clamp(16px, 1.6vw, 28px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(22.4px, 3vw, 28px);
    letter-spacing: clamp(8px, 2vw, 14px);
    text-transform: uppercase;
    margin-bottom: 8px;
}


.wp-theme-hello-elementor .h1-subtitle h1 {
	color: var(--e-global-color-5954e83);
    font-family: "Dosis", Sans-serif;
    font-size: clamp(16px, 1.6vw, 28px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 14px;
}

.wp-theme-hello-elementor .lg-title h2{
	color: #FFFFFF;
    font-size: clamp(40px, 5.5vw, 90px);
    font-weight: 700;
    text-transform: none;
    line-height: 1.166;
}

.wp-theme-hello-elementor .md-title h1 {
	color: #FFFFFF;
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 700;
    text-transform: none;
    line-height: 1.25;
}

/* Heading */
body .banner-heading {
    max-width: 925px;
    margin-top: 8px;
}

body .banner-heading p {
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-size: clamp(40px, 5.5vw, 90px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(48px, 6vw, 112px);
}

/* Description */
body .banner-description {
    margin-bottom: 30px;
    max-width: 540px;
}

body .banner-description p {
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pink {
    color: var(--accent-color2);
}

/* Button */
.banner-btn {
    margin-bottom: 20px;
}

.menumain .tab-content {
    display: block !important;
}

/* Bottom Logos */
.banner-bottom-logos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: fit-content;
    padding: 0 16px;
}

.banner-bottom-logos img {
    height: 44px;
}

.ncsc-image {
    width: fit-content;
    position: relative;
}

.ncsc-image::after {
    content: '';
    bottom: -20px;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
}


.ncsc-image img {
    max-width: 100%;
    width: 160px;
    height: auto;
    object-fit: contain;
}

.banner-right {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    z-index: 1;
}

.banner-right svg {
    max-width: 900px;
    height: auto;
    width:100%;
}

/* 
.banner-right svg path[fill="#707070"],
.banner-right svg path[fill="#4E4E4E"],
.banner-right svg path[fill="#AFAFAF"],
.banner-right svg path[fill="#B7B7B7"] {
    animation: binaryFlicker 2.2s infinite ease-in-out;
    transform-origin: center;
}

@keyframes binaryFlicker {

    0%,
    100% {
        opacity: 1;
    }

    6% {
        opacity: 0.2;
    }

    12% {
        opacity: 1;
    }

    22% {
        opacity: 0.5;
    }

    28% {
        opacity: 1;
    }

    55% {
        opacity: 0.6;
    }

    62% {
        opacity: 1;
    }

    80% {
        opacity: 0.3;
    }

    86% {
        opacity: 1;
    }
}

.banner-right svg path[fill="#707070"]:nth-of-type(3n) {
    animation-delay: .2s;
}

.banner-right svg path[fill="#4E4E4E"]:nth-of-type(4n) {
    animation-delay: .4s;
}

.banner-right svg path[fill="#AFAFAF"]:nth-of-type(5n) {
    animation-delay: .6s;
}

.banner-right svg path[fill="#B7B7B7"]:nth-of-type(6n) {
    animation-delay: .8s;
}

 */




.banner-actions {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
}

.banner-certifications {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}



/* ===============================
   Base Button Shared Styles
================================= */
.wp-theme-hello-elementor .btn-1,
.wp-theme-hello-elementor .btn-2,
.wp-theme-hello-elementor .btn-3,
.wp-theme-hello-elementor .btn-4 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    /* min-width: 152px;
    min-height: 60px;*/
    padding-top: clamp(12px, 1.4vw, 15px);
    padding-bottom: clamp(12px, 1.4vw, 15px);
    padding-left: clamp(24px, 1.4vw, 28px);
    padding-right: clamp(24px, 1.4vw, 28px);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: clamp(16px, 1.4vw, 20px);
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 16px;

    overflow: hidden;
    cursor: pointer;
    z-index: 1;

    transition: all 0.2s ease-in;
}

/* Shared blob animation */
.wp-theme-hello-elementor .btn-1::before,
.wp-theme-hello-elementor .btn-2::before,
.wp-theme-hello-elementor .btn-3::before,
.wp-theme-hello-elementor .btn-4::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.wp-theme-hello-elementor .btn-1::after,
.wp-theme-hello-elementor .btn-2::after,
.wp-theme-hello-elementor .btn-3::after,
.wp-theme-hello-elementor .btn-4::after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

/* ===============================
   Button 1
================================= */
.wp-theme-hello-elementor .btn-1 {
    background: var(--white);
    color: var(--NAVY);
}
.wp-theme-hello-elementor .btn-1 {
    background: var(--white);
    color: var(--NAVY);
}

.wp-theme-hello-elementor .btn-1::before {
    background: rgba(0, 0, 0, 0.05);
}

.wp-theme-hello-elementor .btn-1::after {
    background: var(--accent-color2);
}

.wp-theme-hello-elementor .btn-1:hover {
    color: #fff;
}

.wp-theme-hello-elementor .btn-1:hover::before,
.wp-theme-hello-elementor .btn-1:hover::after {
    top: -35%;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
    background: var(--accent-color2);
}

/* ===============================
   Button 2
================================= */
.wp-theme-hello-elementor .btn-2 {
    background: var(--gray);
    color: var(--white);
}

.wp-theme-hello-elementor .btn-2::before {
    background: rgba(255, 255, 255, 0.1);
}

.wp-theme-hello-elementor .btn-2::after {
    background: var(--white);
}

.wp-theme-hello-elementor .btn-2:hover {
    color: var(--NAVY);
}

.wp-theme-hello-elementor .btn-2:hover::before,
.wp-theme-hello-elementor .btn-2:hover::after {
    top: -35%;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
    background: var(--white);
}

/* ===============================
   Button 3
================================= */
.wp-theme-hello-elementor .btn-3 {
    background: var(--teal);
    color: var(--white);
}

.wp-theme-hello-elementor .btn-3::before {
    background: rgba(0, 0, 0, 0.1);
}

.wp-theme-hello-elementor .btn-3::after {
    background: #000;
}

.wp-theme-hello-elementor .btn-3:hover {
    color: var(--white);
}

.wp-theme-hello-elementor .btn-3:hover::before,
.wp-theme-hello-elementor .btn-3:hover::after {
    top: -35%;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
    background: #000;
}

/* ===============================
   Button 4
================================= */
.wp-theme-hello-elementor .btn-4 {
    background: var(--NAVY);
    color: var(--white);
}

.wp-theme-hello-elementor .btn-4::before {
    background: rgba(255, 255, 255, 0.05);
}

.wp-theme-hello-elementor .btn-4::after {
    background: var(--accent-color2);
}

.wp-theme-hello-elementor .btn-4:hover {
    color: var(--white);
}

.wp-theme-hello-elementor .btn-4:hover::before,
.wp-theme-hello-elementor .btn-4:hover::after {
    top: -35%;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
    background: var(--accent-color2);
}


.logo-slider .swiper-slide-image {
	max-height: 40px;
}

.logo-slider .swiper-pagination {
    bottom: -40px;
}


/* Section 2 */

.why-saepio-section {
    padding: 140px 0 0;
    color: #fff;
}

.why-saepio-section .container {
    padding-bottom: 40px;
}

.heading p {
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-size: clamp(36px, 4vw, 64px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0;
}

.why-left {
    max-width: 570px;
}

.subheading {
    max-width: 1045px;
}

.subheading p {
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.subheading p strong {
    color: var(--white, #FFF);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.counter-box {
    width: auto;
    height: auto;
    padding: 4px 20px 4px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
}
body .counter-box h3,
body .counter-box * {
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-size: clamp(48px, 4vw, 96px); 
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.counter-prefix {
    font-size: clamp(32px, 3vw, 76px) !important; 
    white-space: nowrap;
}

.counter-box h3 {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    overflow: hidden;
}

.counter-box-wrapper,
.counter-box {
    min-width: 0;
    overflow: hidden;
}

.counter-box h3 span {
    display: inline;
}

.counter-prefix {
    font-size: clamp(48px, 5vw, 52px) !important;
}



.counter-box p {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: clamp(14px, 2vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: -10px;
}

/* Video */
.video-player {
    position: relative;
    aspect-ratio: 16/9;
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
    transition: opacity .4s ease;
}

.video-wrapper video.is-fading {
    opacity: 0;
}

/* Overlay */

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .3s ease;
}

.video-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.video-overlay svg {
    width: 112px;
    height: 112px;
    transition: transform .3s ease;
}

.video-overlay:hover svg {
    transform: scale(1.1);
}

/* Tabs */
.video-tabs {
    position: relative;
    max-width: 807px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    padding: 0 60px;
    /* space for arrows */
    overflow: hidden;
}

/* =====================================
   Swiper Container
===================================== */

.videoTabsSwiper {
    width: 100%;
    padding-bottom: 5px !important;
}

.videoTabsSwiper .swiper-wrapper {
    align-items: center;
}

.videoTabsSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* =====================================
   Bottom Light Line
===================================== */

.video-tabs::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 60px;
    right: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.50);
    z-index: 1;
}

/* =====================================
   Tabs
===================================== */

.video-tab {
    cursor: pointer;
    transition: opacity .3s ease;
    opacity: 1;
    position: relative;
}

.video-tab.active,
.video-tab:hover {
    opacity: 1;
}

.video-tab img {
    height: 39px;
    max-height: 32px;
    max-width: 130px;
    display: block;
}

/* =====================================
   Pink Active Indicator
===================================== */

.tab-indicator {
    position: absolute;
    bottom: 20px;
    height: 3px;
    background: #F0F;
    border-radius: 3px;
    z-index: 2;
    transition: left .4s ease, width .4s ease;
}

/* =====================================
   Custom Arrows
===================================== */

.video-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease;
    z-index: 5;
}

.video-arrow i {
    color: #fff;
    font-size: 18px;
}

.video-arrow:hover {
    background: rgba(255, 255, 255, 0.25);
}

.video-prev {
    left: 10px;
}

.video-next {
    right: 10px;
}

.video-arrow {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, transform .3s ease;
}

.video-prev {
    transform: translateY(-50%) translateX(-10px);
}

.video-next {
    transform: translateY(-50%) translateX(10px);
}

@media (min-width: 992px) {
    .video-tabs:hover .video-arrow {
        opacity: 1;
        visibility: visible;
    }

    .video-tabs:hover .video-prev {
        transform: translateY(-50%) translateX(0);
    }

    .video-tabs:hover .video-next {
        transform: translateY(-50%) translateX(0);
    }
}


/* =====================================
   Responsive
===================================== */
.right-divider {
    text-align: right;
}



@media (max-width: 991px) {

    .video-tabs {
        height: 80px;
        padding: 0 40px;
    }

    .video-tabs::after {
        left: 40px;
        right: 40px;
        bottom: 15px;
    }

    .tab-indicator {
        bottom: 15px;
    }

    .video-tab img {
        width: 100px;
    }

    .left-divider svg,
    .right-divider svg {
        width: 100%;
    }

}

.why-saepio-section .row>.col-6:nth-child(even) {
    margin-top: 81px;
}


.mobile-video-card {
    position: relative;
    aspect-ratio: 346 / 283;
    border-radius: 20px;
    overflow: hidden;
}

.mobile-video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Bottom gradient overlay */
.mobile-video-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px;
    background: linear-gradient(180deg,
            rgba(33, 33, 33, 0.00) 0%,
            rgba(0, 0, 0, 0.80) 100%);
    transition: opacity .3s ease;
}

/* Hide overlay when playing */
.mobile-video-card.playing .mobile-video-overlay {
    opacity: 0;
    pointer-events: none;
}

/* Logo */
.mobile-video-logo img {
    max-width: 155px;
}

/* Play button */
.mobile-play-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-play-btn svg {
    width: 68px;
    height: 68px;
}


.mobile-nav-left {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mobile-prev,
.mobile-next {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    flex: 0 0 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.mobile-prev i,
.mobile-next i {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}


.mobile-prev i,
.mobile-next i {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.6);
    transition: color .3s ease;
}

.mobile-prev:hover,
.mobile-next:hover {
    background: rgba(255, 255, 255, 0.12);
}

.mobile-prev:hover i,
.mobile-next:hover i {
    color: #fff;
}

.mobile-dots {
    display: flex;
    align-items: center;
}

.mobile-dots .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #ffffff99 !important;
    opacity: 1;
    margin: 0 4px !important;
    transition: background .3s ease, transform .3s ease;
}

.mobile-dots .swiper-pagination-bullet-active {
    background: #ff00ff !important;
    transform: scale(1.1);
}


/* Section 3 */
.conversation-podcast-section {
    padding: 150px 0;
}


.podcast-subheading {
    color: var(--white, #FFF);
    font-family: "Poppins", sans-serif;
    font-size: clamp(18px, 2vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.podcast-card {
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 40px 32px;
    overflow: hidden;
    height: 100%;
    position: relative;
    transition: all .3s ease;
    border: 1px solid rgba(255, 255, 255, 0.20);
    min-height: 450px;
    display: inline-block;
    width: 100%;
}

.podcast-card:hover {
    transform: translateY(-6px);
    border-color: #ff00ff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 0, 255, 0.75) 100%);
}

.podcast-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: stretch;
}

.podcast-meta {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.podcast-meta .podcast-season {
    color: var(--white, #FFF);
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.podcast-meta .podcast-episode {
    color: var(--accent-color2);
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.wp-theme-hello-elementor .podcast-title {
    color: var(--white, #FFF);
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 2.5vw, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(32px, 2vw, 44px);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    padding-bottom: 24px;
    margin-bottom: 12px;
}

.wp-theme-hello-elementor .podcast-title a {
    color: #fff;
    text-decoration: none;
    transition: opacity .3s ease;
}

.wp-theme-hello-elementor .podcast-title a:hover {
    opacity: .85;
}

.podcast-host-wrapper {
    margin-bottom: 40px;
}

.podcast-with {
    color: var(--white, #FFF);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.wp-theme-hello-elementor .podcast-host {
    color: var(--white, #FFF);
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    width: 67%;
}

.wp-theme-hello-elementor .podcast-guest-logo {
    max-width: 100px;
    m
}

.podcast-play {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.podcast-play svg {
    transition: transform .3s ease;
}

.podcast-play:hover svg {
    transform: scale(1.1);
}

.podcast-thumbnail {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

.podcast-thumbnail img {
    max-height: 280px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .conversation-podcast-section {
        padding: 100px 0;
    }

    .podcast-title {
        font-size: 24px;
    }

    .podcast-host {
        font-size: 20px !important;
    }

    .podcast-thumbnail img {
        max-height: 180px;
    }
}

.podcastMobileSwiper {
    padding-bottom: 10px;
}



/* Section 4 */

.our-clients-section {
    color: #fff;
    padding: 0;
    position: relative;
    overflow: visible;
}

.custom-padding {
    padding: 120px 28px;
}


.clients-tabs-wrapper {
    display: flex;
    justify-content: center;
}

.clients-tabs {
    position: relative;
    height: 80px;
    width: 100%;
    margin: 0 auto;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 0 60px;
    overflow: hidden;
}

.clients-tabs::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 60px;
    right: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.wp-theme-hello-elementor .clients-tab-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    padding: 8px 0 16px 0;
    position: relative;
    z-index: 3;
    transition: color .3s ease;
    white-space: nowrap;
}

.clients-tab-btn:hover {
    background: transparent !important;
    color: #ffffff;
}

.wp-theme-hello-elementor .clients-tab-btn.active {
    background: transparent !important;
    color: #ffffff;
    font-weight: 700;
}

.clients-tabs .tab-indicator {
    position: absolute;
    bottom: 20px;
    height: 3px;
    background: #F0F;
    border-radius: 3px;
    z-index: 2;
    transition: left .4s ease, width .4s ease;
}

    /* 1. Instantly hide inactive tabs */
    .our-clients-section .clients-tabs-content .clients-tab-pane {
        display: none;
    }

    /* 2. Instantly show the active tab container */
    .our-clients-section .clients-tabs-content .clients-tab-pane.active {
        display: block;
    }

    /* 3. PRE-HIDE the content to prevent the split-second flash */
    .our-clients-section .clients-tabs-content .clients-tab-pane .clients-center-img,
    .our-clients-section .clients-tabs-content .clients-tab-pane .clients-card {
        opacity: 0; 
    }

    /* 4. Apply the fade to the visual WRAPPER and the card when active */
    .our-clients-section .clients-tabs-content .clients-tab-pane.active .clients-center-img,
    .our-clients-section .clients-tabs-content .clients-tab-pane.active .clients-card {
        animation: targetFadeIn 0.5s ease-in-out forwards;
    }

    /* 5. The opacity keyframe */
    @keyframes targetFadeIn {
        0% { opacity: 0; }
        100% { opacity: 1; }
    }

.clients-pin-area {
    position: relative;
    z-index: 5;
}

.clients-logos-swiper img {
    max-height: 35px;
    object-fit: contain;
    width: 30%;
}

.clients-track {
    display: flex;
    flex-wrap: nowrap;
    width: 100% !important;
    /* height set by JS */
}

.clients-tab-pane {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    position: relative !important;
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
    border-radius: 28px;
    box-sizing: border-box;
}





.wp-theme-hello-elementor .clients-visual {
    text-align: center;
    position: relative !important;
}

.wp-theme-hello-elementor .clients-bg {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.1);
}

.wp-theme-hello-elementor .clients-center-img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 220px;
    max-height: 240px;
    filter: drop-shadow(0 0 12px rgba(255, 0, 255, 0.35));
}

.wp-theme-hello-elementor .clients-center-img img {
    position: absolute;
    max-width: 220px;
    max-height: 240px;
    animation: hologramFloat 2s ease-in-out infinite;
}


@keyframes hologramFloat {
    0% {
        transform: translate(-50%, -50%) translateY(0px);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-10px);
    }

    100% {
        transform: translate(-50%, -50%) translateY(0px);
    }
}

.wp-theme-hello-elementor .clients-card {
    background: var(--white);
    border-radius: 28px;
    padding: 40px 40px 60px 40px;
    color: var(--NAVY);
    height: 100%;
}

.wp-theme-hello-elementor .clients-card-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 2vw, 48px);
    color: var(--NAVY);
}

.clients-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clients-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.feature-icon {
    flex-shrink: 0;
    width: 20px;
    height: 22px;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #1f2340;
}

.client-heading p strong {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 44px;
    color: var(--NAVY);
}

.client-heading p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--NAVY);
}

.clients-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.mobile-clients-dots {
    position: relative !important;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-clients-dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #999999;
    opacity: 1;
    margin: 0 4px !important;
    transition: background .3s ease, transform .3s ease;
}

.mobile-clients-dots .swiper-pagination-bullet-active {
    background: #ff00ff;
    transform: scale(1.1);
}

.clients-logos .client-logo {
    width: 30%;
    text-align: center;
}
.clients-logos img {
    max-height: 35px;
    object-fit: contain;
    max-width: 140px
}

/* ===== Mobile Dropdown ===== */

.clients-tabs-dropdown {
    position: relative;
}

.dropdown-selected {
    background: #FFFFFF0D;
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 16px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.dropdown-selected i {
    color: #FFFFFF99;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.clients-tabs-dropdown.active .dropdown-selected i {
    transform: rotate(180deg);
}

/* Dropdown List */
.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    border-radius: 12px;
    margin-top: 8px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.dropdown-option {
    padding: 14px 20px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dropdown-option:hover {
    background: rgba(255, 255, 255, 0.08);
}



/* Section 5 */


.resources-section {
    color: #fff;
}

.resources-section .subheading p {
    margin-bottom: 0;
}

/* ================================
   TABS BAR
================================ */
.resources-tabs {
    position: relative;
    height: 80px;
    width: 100%;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    overflow: hidden;
    padding: 0 100px;
}


.wp-theme-hello-elementor .resources-tab-btn {
    flex: 1;
    background: transparent !important;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 3;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff !important;
    padding: 8px 0 16px 0;
    position: relative;
    z-index: 3;
    transition: color .3s ease;
    white-space: nowrap;
}

/* Base grey line per tab */
.resources-tab-btn::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #FFFFFF80;
    z-index: 1;
}

.wp-theme-hello-elementor .resources-tab-btn.active {
    color: #ffffff;
    font-weight: 700;
}

.resources-tabs .tab-indicator {
    position: absolute;
    bottom: 19px;
    height: 3px;
    background: #F0F;
    border-radius: 3px;
    z-index: 5;
    transition: left 0.4s ease, width 0.4s ease;
}


.resources-tab-content {
    display: none;
}

.resources-tab-content.active {
    display: block;
}


/* ================================
   LEFT CARD
================================ */

.resource-left-card {
    position: relative;
}

/* IMAGE */
.wp-theme-hello-elementor .resource-left-card img {
    border-radius: 28px;
}

/* TOP 80% OVERLAY */
.resource-top-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76%;
    padding: 40px;
    background: linear-gradient(90deg,
            rgba(255, 0, 255, 0.75) 0%,
            rgba(255, 0, 255, 0.60) 35%,
            rgba(255, 0, 255, 0.35) 65%,
            rgba(255, 0, 255, 0.10) 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* SMALL TOP TITLE */
.resource-left-card .resource-top-title {
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: clamp(14px, 2vw, 18px);
    line-height: 100%;
    letter-spacing: clamp(20%, 2vw, 50%);
    text-transform: uppercase;
    color: var(--white);
    margin: 20px 0;
}

/* MAIN TITLE */
.resource-left-card .resource-main-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: clamp(24px, 4vw, 48px) !important;
    line-height: clamp(32px, 5vw, 64px) !important;
    letter-spacing: 0%;
    color: var(--white) !important;
    margin-top: 0px;
}

/* BOTTOM 20% OVERLAY */
.resource-bottom-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24%;
    background: linear-gradient(90deg,
            rgba(20, 25, 50, 0.95) 0%,
            rgba(31, 35, 64, 0.85) 40%,
            rgba(31, 35, 64, 0.55) 70%,
            rgba(31, 35, 64, 0.25) 100%);
    display: flex;
    align-items: center;
    padding: 30px 40px;
}

.resource-top-overlay,
.resource-bottom-overlay {
    backdrop-filter: blur(4px);
}


/* LOGO */
.resource-site-logo {
    max-height: 60px;
    width: auto;
}



.resource-top-title {
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 50%;
    text-transform: uppercase;
    color: var(--NAVY);
    margin-bottom: 0;
}

.resource-main-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px !important;
    line-height: 44px;
    letter-spacing: 0%;
    color: var(--NAVY) !important;
    margin-top: 5px;
}

.resource-image img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 90%;
    object-fit: cover;
}

/* ================================
   RIGHT CARD
================================ */

.resource-right-card {
    background: #fff;
    border-radius: 28px;
    padding: 50px;
    height: 100%;
    color: var(--NAVY);
}

.resource-subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--NAVY);

}

/* ================================
   META (DATE / TIME / MODE)
================================ */

.resource-meta span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: var(--NAVY);
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.resource-meta span i {
    font-size: 20px;
}

/* ================================
   EXCERPT
================================ */

.resource-excerpt {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--NAVY);
}

/* ================================
   SPONSORS
================================ */

.resource-sponsors img {
    max-height: 40px;
    object-fit: contain;
}


/* Lets Talk Section  */

.lets-talk-section {
    position: relative;
}

.lets-talk-wrapper {
    background: #ffffff;
    border-radius: 28px;
    padding: 40px;
    position: relative;
}

.lets-talk-arrow {
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
    width: 112px;
    height: 112px;
    background: #F0F;
    border: 10px solid var(--NAVY);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.lets-talk-arrow img {
    width: 40px;
}

.lets-talk-heading p {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: clamp(36px, 4vw, 64px);
    line-height: 84px;
    letter-spacing: 0px;
    color: var(--NAVY);
    margin-bottom: 0;
}

.lets-talk-subheading p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--NAVY);
}

.lets-talk-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lets-talk-item {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.lets-talk-item {
    position: relative;
}

.lets-talk-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 48px;
    height: calc(100% + 32px);
    width: 1px;
    background: var(--NAVY);
    z-index: 0;
}

.lets-talk-icon {
    position: relative;
    flex-shrink: 0;
    z-index: 2;
    background: #fff;
    padding: 10px 0;
}

.lets-talk-icon img {
    width: 29px;
    height: 32px;
}

.lets-talk-icon span {
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    font-weight: 700;
    color: #fff;
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
}

.lets-talk-text {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 20px;
    font-size: 16px;
    color: var(--NAVY);
    max-width: 584px;
    display: flex;
    align-items: center;
    justify-content: start;
    min-height: 86px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

.lets-talk-contact {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin-top: 40px;
}

.lets-talk-contact .contact-link {
    color: var(--NAVY);
    text-decoration: none;
    transition: color 0.3s ease;
}

.lets-talk-contact .contact-link:hover {
    color: #F0F;
}

.lets-talk-contact .contact-separator {
    color: #F0F;
    margin: 0 8px;
}

.lets-talk-form {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 28px;
    max-width: 688px;
    margin: 0 auto;
}

.gform-theme--orbital {
    background: transparent !important;
    box-shadow: none !important;
}

.gform_wrapper .gform_title {
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: var(--NAVY);
    line-height: 44px;
}

.gform_wrapper .gform_title::after {
    content: ".";
    color: var(--accent-color2);
}


.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
    background: #e9eaee !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 16px !important;
    font-size: 15px !important;
    box-shadow: none !important;
    min-height: 48px !important;
}

.gform_wrapper textarea {
    resize: none !important;
    min-height: 104px !important;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px #4aa3a3 !important;
}

.gform_wrapper .ginput_container_name {
    gap: 20px;
}

.gform_wrapper .gfield_label,
.gform-field-label {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    letter-spacing: 0% !important;
    color: var(--NAVY) !important;
}

.gform_wrapper .gfield_required_text {
    display: none;
}

.gform-footer {
    display: flex !important;
    justify-content: end !important;
    width: 100% !important;
}

.gform_wrapper .gform_button {
    background: var(--teal) !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 32px !important;
    border-radius: 12px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    letter-spacing: 0% !important;
    transition: all 0.3s ease;
}

.gform_wrapper .gform_button:hover {
    background: var(--accent-color2) !important;
    color: #fff !important;
}

.gform_wrapper .gform_footer {
    text-align: right;
    margin-top: 25px;
}

.gfield--width-half {
    padding-right: 10px;
}

.gform-theme--foundation .gform_fields {
    row-gap: 16px !important;
}


@media (min-width: 768px) {

    body .mobile-video-controls {
        justify-content: center !important;
    }

    .mobile-prev,
    .mobile-next {
        background-color: transparent !important;
    }
}




/* security-noise-section */

.security-noise-section {}

.security-noise-wrapper {
    position: relative;
    padding: 60px 40px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: none;
}

.security-noise-content .heading {
    margin-bottom: 36px;
}

.security-noise-content .subheading {
    max-width: 860px;
    margin: auto;
}

/* Desktop Images */
.noise-img {
    position: absolute;
    top: 65px;
}

.noise-left {
    left: 0px;
}

.noise-right {
    right: 0px;
}

/* Mobile Image */
.noise-mobile-img {
    position: absolute;
    top: -25px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%);
}

.noise-mobile-img img {
    max-height: 57px;
}

.noise-img img {
    max-height: clamp(60px, 4vw, 88px);
    width: auto;
}


/* Content */
.security-noise-content {
    max-width: 1162px;
    margin: 0 auto;
}



/* Vendor Partners Section */

@media (min-width: 768px) {

    .vendorLogosSwiper .swiper-wrapper {
        transition-timing-function: linear !important;
    }

}


.vendorLogosSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vendorLogosSwiper img {
    height: 65px;
    width: auto;
    opacity: 1;
    transition: opacity .3s ease;
}

.vendorLogosSwiper img:hover {
    opacity: 1;
}

.vendorLogosSwiper .swiper-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    height: 100%;
}

.vendor-testimonial {
    position: relative;
    padding: 0;
    color: #fff;
}

/* Quote icon */
.quote-icon img {
    width: 244px;
    height: auto;
}

/* Testimonial text */
.vendor-testimonial .testimonial-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 2.5vw, 16px);
    line-height: clamp(18px, 2.5vw, 28px);
    text-align: right;
    max-width: 750px;
}

/* Author */
.vendor-testimonial .client-name {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: clamp(24px, 4vw, 48px);
    line-height: 28px;
    letter-spacing: 0%;
}

.vendor-testimonial .client-meta {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 28px;
    letter-spacing: 0%;
    text-align: right;
}

.testimonials-wrap {
    margin-left: auto;
    margin-right: auto;
}

/* Client logo */
.vendor-testimonial .client-logo img {
    max-height: 47px;
    width: auto;
}

/* Pagination */
.wp-theme-hello-elementor .vendorTestimonialSwiper {
    max-width: 750px;
    margin-right: 0;
}

.vendor-review-box {
    background: var(--white);
    padding: 32px 24px;
    border-radius: 28px;
    max-width: 475px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.vendor-review-box .header_logo {
    margin-bottom: 20px;
}

.vendor-review-box .review-stars {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vendor-review-box .review-stars img {
    width: 27px;
    height: 28px;
    object-fit: contain;
    display: inline-block;
}

.vendor-review-box .review-description p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 5px;
    color: var(--NAVY);
}

.vendor-review-box .review-link a {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: clamp(14px, 2.5vw, 16px);
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--NAVY);
    text-decoration: none;
    transition: .3s ease;
}

.vendor-review-box .review-link a:hover {
    color: var(--accent-color2);
}


.how-we-help-section {
    position: relative;
    min-height: 100vh;
    max-height: 100vh;
}

.hwh-inner {
    position: relative;
    min-height: 100vh;
}

.how-we-help-product-section {
    padding-bottom: 120px;
}

.how-we-help-product-section .custom-padding {
    padding-top: 40px;
}

.how-we-help-graphics {
    position: relative;
    max-width: 700px;
    margin: auto;
}

/* Both images centered */
.how-help-arrows,
.how-help-circle {
    position: absolute;
    /* top: 45%; */
    left: 50%;
    will-change: transform, opacity;
}

.how-help-arrows {
    max-width: 700px;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.how-help-circle {
    max-width: 600px;
    top: 55%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

/* Stacks the two sections in the exact same spot */
.hwh-animating-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    align-items: start;
    overflow: hidden; /* Prevents overflow during the slide animation */
}

/* Forces both children into the same grid cell */
.cyber-risk-section, 
.cr-consulting-section {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
}


/* Responsive */
@media (max-width: 768px) {
    .how-we-help-graphics {
        height: 420px;
    }

    .hwh-inner {
        position: relative;
        min-height: 80vh;
    }
}



/* PRACTICE SECURITY  */


.best-practice-security-section {
    position: relative;
}



/* ================================
   TABS BAR
================================ */
.bps-tabs {
    position: relative;
    height: 80px;
    width: 100%;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    overflow: hidden;
    padding: 0 100px;
}


.wp-theme-hello-elementor .bps-tab-btn {
    flex: 1;
    background: transparent !important;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 3;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff !important;
    padding: 8px 0 16px 0;
    position: relative;
    z-index: 3;
    transition: color .3s ease;
    white-space: nowrap;
}

/* Base grey line per tab */
.bps-tab-btn::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #FFFFFF80;
    z-index: 1;
}

.wp-theme-hello-elementor .bps-tab-btn.active {
    color: #ffffff;
    font-weight: 700;
}

.bps-tabs .bps-tab-indicator {
    position: absolute;
    bottom: 19px;
    height: 3px;
    background: #F0F;
    border-radius: 3px;
    z-index: 5;
    transition: left 0.4s ease, width 0.4s ease;
}


.bps-tab-content {
    display: none;
}

.bps-tab-content.active {
    display: block;
}


.bps-maturity-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    height: 150px;
}

.bps-maturity-heading {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: clamp(20px, 3vw, 48px) !important;
    line-height: 100%;
    letter-spacing: 0%;

}

.bps-maturity-arrow img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* Wrapper */
.bps-maturity-stages-wrapper {
    position: relative;
    margin-top: -10px;
}

/* Stages Row */
.bps-maturity-stages {
    display: flex;
    position: relative;
    padding-bottom: 10px;
}

/* Each stage */
.bps-maturity-stage {
    flex: 1;
    color: #ffffff;
    padding: 18px 0 10px;
    cursor: pointer;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;

}

.bps-maturity-stage {
    position: relative;
}

/* Right vertical line */
.bps-maturity-stage::after {
    content: "";
    position: absolute;
    bottom: 0;
    /* anchor to bottom */
    right: 0;
    width: 1px;
    height: 40px;
    /* default height */
    background: var(--white);
}

/* Left line for first item */
.bps-maturity-stage:first-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    /* anchor to bottom */
    left: 0;
    width: 1px;
    height: 40px;
    background: var(--white);
}

.bps-maturity-stage:nth-child(1)::after {
    height: 54px;
}

.bps-maturity-stage:nth-child(2)::after {
    height: 64px;
}

.bps-maturity-stage:nth-child(3)::after {
    height: 83px;
}

.bps-maturity-stage:nth-child(4)::after {
    height: 118px;
}

.bps-maturity-stage:nth-child(5)::after {
    height: 173px;
}

.bps-maturity-stage:first-child::before {
    height: 49px;
}


/* Active state */
.bps-maturity-stage.active {
    font-weight: 600;
}

/* Pink indicator */
.bps-stage-indicator {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #F0F;
    border-radius: 3px;
    transition: left 0.4s ease, width 0.4s ease;
}

/* Bottom grey base line */
.bps-maturity-bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #FFFFFF80;
}

.bps-maturity-active-line {
    position: absolute;
    bottom: -1px;
    /* slightly overlap */
    left: 0;
    height: 3px;
    background: #FF00FF;
    transition: left 0.3s ease, width 0.3s ease;
}

.bps-tab-content {
    display: none;
}

.bps-tab-content.active {
    display: block;
}

.bps-stage-box {
    position: relative;
    border-radius: 28px;
    overflow: visible !important;
    margin-top: 30px;
    display: none;
}

.bps-stage-box.active {
    display: flex;
    align-items: stretch;
}

.bps-stage-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.bps-stage-bg svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.bps-stage-content-inner {
    position: relative;
    z-index: 2;
    padding: 28px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bps-stage-flex {
    display: flex;
    align-items: start;
    gap: 20px;
    width: 100%;
}

/* Icon */
.bps-stage-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.bps-stage-icon img {
    width: 75px;
    height: 75px;
    margin-bottom: 8px;
    object-fit: contain;
}

.bps-icon-label {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.1em;
    /* 10% ≈ 0.1em */
    text-align: center;
    text-transform: uppercase;
}

.bps-stage-divider {
    width: 1px;
    height: 169px;
    background: rgba(255, 255, 255);
    flex-shrink: 0;
    align-self: center;
}

/* Text */
.bps-stage-text {
    flex: 1;
}

.wp-theme-hello-elementor .maturity_stages_name {
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    font-size: 20px;
    color: #ffffff !important;
    margin-bottom: 10px;
}

.bps-stage-description {
    color: #ffffff;
    font-size: 16px;
}

.bps-stage-description p{
    margin-bottom: 0;
}

.bps-stage-description ul {
    padding-left: 18px;
    margin: 0;
}

.bps-stage-description li {
    margin-bottom: 8px;
}

/* Bottom logos */
.bps-bottom-logos {
    position: absolute;
    bottom: -40px;
    right: 25px;
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 3;
}

.bps-bottom-logos img {
    max-height: 99px;
    width: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

@media (min-width:1600px) {
    .wp-theme-hello-elementor .bps-left-triangle svg {
        min-width: 662px;
    }
}

.bps-left-triangle path {
    cursor: pointer;
    transition: fill 0.4s ease;
}

.bps-left-triangle svg rect {
    pointer-events: none;
}

.bps-left-triangle {
    width: 100%;
    max-width: 662px;
}

.wp-theme-hello-elementor .bps-left-triangle svg {
    width: 100%;
    height: auto;
    display: block;
    margin-left: -100px;
}

.bps-tabs-dropdown {
    position: relative;
}

.bps-tabs-dropdown .dropdown-selected {
    background: #ffffff0D;
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 16px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.bps-tabs-dropdown .dropdown-selected i {
    color: #ffffff99;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.bps-tabs-dropdown.active .dropdown-selected i {
    transform: rotate(180deg);
}

.bps-tabs-dropdown .dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    border-radius: 12px;
    margin-top: 8px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.bps-tabs-dropdown .dropdown-option {
    padding: 14px 20px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}

.bps-tabs-dropdown .dropdown-option:hover {
    background: rgba(255, 255, 255, 0.08);
}


































@media (min-width: 1500px) {
    .bps-left-triangle svg {
        min-width: 662px;
    }
}

@media (max-width:1499px) {
    .wp-theme-hello-elementor .bps-left-triangle svg {
        width: 120%;
        margin-left: -80px;
    }
}

@media (max-width: 991px) {
    
    .resource-main-title {
        font-size: 28px !important;
    }

    .resources-tabs {
        padding: 0 50px;
    }
    
    .wp-theme-hello-elementor .bps-left-triangle svg {
        width: 100%;
        margin-left: 0;
    }


    .lets-talk-steps {
        gap: 25px;
        position: relative;
        margin-bottom: 20px;
    }

    /* Horizontal connector line */
    .lets-talk-steps::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background: #1F2340;
        transform: translateY(-50%);
        z-index: 1;
    }

    .lets-talk-step {
        position: relative;
        z-index: 2;
        cursor: pointer;
        background: #fff;
        padding: 0 8px;
    }

    .lets-talk-step .lets-talk-icon img {
        width: 29px;
        height: 32px;
        transition: .3s ease;
    }

    .lets-talk-step .lets-talk-icon span {
        position: absolute;
        top: 11px;
        left: 0;
        right: 0;
        font-weight: 700;
        color: #fff;
        font-family: "Dosis", sans-serif;
        font-size: 16px;
        text-align: center;
    }

    /* Hide all mobile content */
    .lets-talk-mobile-item {
        display: none;
    }

    .lets-talk-mobile-item.active {
        display: block;
    }
    
    .hwh-policy-boxes {
        margin-bottom: 40px;
    }
    
    
    .clients-tabs {
        height: 80px;
        gap: 25px;
        padding: 0 30px;
    }

    .clients-tabs::after {
        left: 30px;
        right: 30px;
        bottom: 15px;
    }

    .clients-tabs .tab-indicator {
        bottom: 15px;
    }

    .clients-card {
        padding: 30px;
    }

    .clients-card-title {
        font-size: 32px;
    }

    .feature-text {
        font-size: 18px;
    }

    .clients-tab-btn {
        font-size: 14px !important;
    }

    .clients-logos img {
        max-width: 145px;
        max-height: none;
    }

    .btn-1,
    .btn-2,
    .btn-3 {
        font-size: 15px;
        min-height: 40px;
        padding: 11px 28px;
    }

    .bps-maturity-arrow img {
        top: 19%;
    }

    .bps-maturity-stage:nth-child(4)::after {
        height: 100px;
    }

    .bps-maturity-stage:nth-child(5)::after {
        height: 133px;
    }
    
    .how-we-help-product-section {
        padding-bottom: 0;
    }
}





/* How we help people section */

.hwh-people-inner .subheading p strong {
    font-size: 16px;
}

.hwh-people-slider-wrapper {
    position: relative;
}


/* ARROWS WRAPPER */
.hwh-people-arrows {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    z-index: 20;
}

/* LEFT ARROW */
.hwh-people-prev {
    position: absolute;
    left: 60px;
}

/* RIGHT ARROW */
.hwh-people-next {
    position: absolute;
    right: 60px;
}

/* BUTTON STYLE */
.hwh-people-arrow {
    pointer-events: all;
    /* clickable */
    width: 92px;
    height: 92px;
    border-radius: 50% !important;
    border: 2px solid #FFFFFF !important;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.hwh-people-arrow:hover {
    background: rgba(255, 255, 255, 0.12);
}

.hwh-people-arrow img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

/* ================= SLIDE INNER ================= */

.hwh-people-slide-inner {
    padding: 40px 40px 0 40px;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: none;
    backdrop-filter: blur(20px);
}

/* ================= TEAM BACKGROUNDS ================= */

.blue-team .hwh-people-slide-inner {
    background: linear-gradient(180deg, #4472C4 0%, rgba(68, 114, 196, 0) 100%);
}

.purple-team .hwh-people-slide-inner {
    background: linear-gradient(180deg, #9D37E9 0%, rgba(157, 55, 233, 0) 100%);
}

.red-team .hwh-people-slide-inner {
    background: linear-gradient(180deg, #E9373A 0%, rgba(233, 55, 58, 0) 100%);
}

.orange-team .hwh-people-slide-inner {
    background: linear-gradient(180deg, #E97837 0%, rgba(233, 120, 55, 0) 100%);
}

.yellow-team .hwh-people-slide-inner {
    background: linear-gradient(180deg, #E9CE37 0%, rgba(233, 206, 55, 0) 100%);
}

.white-team .hwh-people-slide-inner {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

/* ================= TEXT ================= */

.hwh-people-team-name {
    font-size: 36px;
    font-weight: 700;
    color: #fff;

}

.hwh-people-team-moto {
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 24%;
    text-transform: uppercase;
    color: var(--white, #FFFFFF);

}

.hwh-people-divider {
    height: 1px;
    background: rgba(255, 255, 255);
    margin: 16px 0 20px;
    max-width: 865px;
}

.hwh-people-team-details * {
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 108%;
    letter-spacing: 0%;
}

.hwh-people-team-details ul {
    padding-left: 1rem !important;
}

.hwh-people-team-details li {
    padding-left: 0px !important;
    margin-bottom: 10px;
}

.white-team .hwh-people-team-name {
    color: #1F2340 !important;
}

.white-team .hwh-people-team-moto {
    color: #1F2340 !important;
}

.white-team .hwh-people-divider {
    background: #1F2340 !important;
}

.white-team .hwh-people-team-details {
    color: #1F2340 !important;
}


/* ================= VISUAL AREA ================= */

.hwh-people-visual {
    position: relative;
    height: 380px;
    max-width: 795px;
}

/* ================= ELLIPSE ================= */

.hwh-people-ellipse {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 15;
    pointer-events: auto;
}

.hwh-people-ellipse svg {
    width: 100%;
    height: auto;
    overflow: visible;
    pointer-events: auto;
}

/* ================= OVERLAY & GAVEL ================= */


.hwh-people-overlay-svg {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    //max-width: 665px;
    width: 100%;
    z-index: 1;
    aspect-ratio: 1/1;
    max-height: 375px;
}

.hwh-arc-highlight {
    opacity: 0;
    transition: opacity 0.6s ease;
}

.swiper-slide-active .hwh-arc-highlight {
    opacity: 1;
}

/* Make arc text groups clickable */
.hwh-arc-team {
    cursor: pointer;
}

.hwh-arc-team path {
    transition: opacity 0.3s ease;
    opacity: 0.5;
}

.hwh-arc-team:hover path,
.hwh-arc-team.is-active path {
    opacity: 1;
}

.hwh-people-gavel {
    position: absolute;
    bottom: -28%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 280px;
    z-index: 4;
    animation: peoplehologramFloat 2s ease-in-out infinite;
}

@keyframes peoplehologramFloat {
    0% {
        transform: translate(-50%, -50%) translateY(0px);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-10px);
    }

    100% {
        transform: translate(-50%, -50%) translateY(0px);
    }
}



.hwh-people-logo {
    z-index: 5;
    max-height: 75px;
    object-fit: contain;
    margin-left: 40px;
}

.hwh-people-content {
    max-width: 865px;
    width: 100%;
}


/* ===============================
   MOBILE WRAPPER
=================================*/
.hwh-people-mobile {
    position: relative;
    padding: 20px;
    padding-top: 0;
    padding-left: 0;
}

/* Wrapper */
.hwh-people-mobile {
    position: relative;
    display: flex;
    gap: clamp(15px, 3vw, 25px);
}

/* LEFT TAB COLUMN */
.hwh-people-mobile-tabs {
    position: relative;
    width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 20;
}

/* Each tab */
.hwh-people-mobile-tab {
    height: 70px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    cursor: pointer;
    transform: translateX(-16px);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

/* Active state */
.hwh-people-mobile-tab.active {
    opacity: 1;
    transform: translateX(0px);
}

.blue-team.hwh-people-mobile-tab {
    background: linear-gradient(270deg, #4472C4 0%, rgba(68, 114, 196, 0) 100%);
}

.purple-team.hwh-people-mobile-tab {
    background: linear-gradient(270deg, #9D37E9 0%, rgba(157, 55, 233, 0) 100%);
}

.red-team.hwh-people-mobile-tab {
    background: linear-gradient(270deg, #E9373A 0%, rgba(233, 55, 58, 0) 100%);
}

.orange-team.hwh-people-mobile-tab {
    background: linear-gradient(270deg, #E97837 0%, rgba(233, 120, 55, 0) 100%);
}

.yellow-team.hwh-people-mobile-tab {
    background: linear-gradient(270deg, #E9CE37 0%, rgba(233, 206, 55, 0) 100%);
}

.white-team.hwh-people-mobile-tab {
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.hwh-people-mobile-slider {
    padding-top: 15px;
}

.hwh-people-mobile {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.hwh-people-mobile-slider {
    width: 100%;
}

.hwh-people-mobile-card {
    width: 100%;
}


/* CARD */
.hwh-people-mobile-card {
    border-radius: 12px;
    padding: 24px;
    padding-bottom: 0 !important;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(20px)
}

/* TEAM BACKGROUNDS */
.blue-team .hwh-people-mobile-card {
    background: linear-gradient(180deg, #4472C4 0%, rgba(68, 114, 196, 0) 100%);
}

.purple-team .hwh-people-mobile-card {
    background: linear-gradient(180deg, #9D37E9 0%, rgba(157, 55, 233, 0) 100%);
}

.red-team .hwh-people-mobile-card {
    background: linear-gradient(180deg, #E9373A 0%, rgba(233, 55, 58, 0) 100%);
}

.orange-team .hwh-people-mobile-card {
    background: linear-gradient(180deg, #E97837 0%, rgba(233, 120, 55, 0) 100%);
}

.yellow-team .hwh-people-mobile-card {
    background: linear-gradient(180deg, #E9CE37 0%, rgba(233, 206, 55, 0) 100%);
}

.white-team .hwh-people-mobile-card {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}


/* TITLE */
.hwh-people-mobile-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

/* MOTO */
.hwh-people-mobile-moto {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.hwh-people-mobile-divider {
    height: 1px;
    background: #fff;
    margin: 12px 0 16px;
}

/* DETAILS */
.hwh-people-mobile-details {
    color: #fff;
    font-size: 14px;
}

/* IMAGE */
.hwh-people-mobile-image {
    margin-top: 20px;
    text-align: center;
}

.hwh-people-mobile-image img {
    max-width: 116px;
    animation: mobilehologramFloat 2s ease-in-out infinite;
}

/* LOGO */
.hwh-people-mobile-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 120px;
}


.hwh-people-mobile-card {
    position: relative;
    min-height: 480px;
}

/* Absolute bottom wrapper */
.hwh-people-mobile-visual {
    position: relative;
    width: 100%;
    text-align: center;
    pointer-events: none;
    height: 100%;
}

/* Overlay */
.hwh-people-overlay-mobile,
.hwh-people-overlay-mobile-svg {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 8%;
    right: 0;
    transform: scale(1.3);
}

/* Gavel */
.hwh-people-mobile-gavel {
    position: absolute;
    top: 50% !important;
    z-index: 2;
    max-width: 116px;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.gavel-float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: mobilehologramFloat 2s ease-in-out infinite;
}

@keyframes mobilehologramFloat {
    0% {
        transform: translate(-50%, -50%) translateY(0px);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-10px);
    }

    100% {
        transform: translate(-50%, -50%) translateY(0px);
    }
}




/* How we help Policy section */

.hwh-policy-section {
    position: relative;
}

.wp-theme-hello-elementor .hwh-policy-cyber-heading {
    font-size: 28px;
    font-weight: 700;
}

.hwh-policy-boxes {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.hwh-policy-box-wrapper {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.hwh-policy-box {
    max-width: 628px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #ffffff33;
    padding: 40px;
    border-radius: 14px;
    display: block;
    height: auto;
}

.wp-theme-hello-elementor .hwh-policy-box-heading {
    font-family: "Dosis", sans-serif !important;
    font-weight: 500 !important;
    font-size: clamp(20px, 3vw, 24px) !important;
    line-height: 100%;
    letter-spacing: 24%;
    text-transform: uppercase !important;
}

.hwh-policy-divider {
    height: 1px;
    background: rgba(255, 255, 255);
    margin: 15px 0 20px;
}

.hwh-policy-list {
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 40px;
    /* row gap + column gap */
}

/* Each list item */
.hwh-policy-list li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-size: clamp(18px, 3vw, 22px) !important;
    line-height: 25px;
    letter-spacing: 0%;
    color: var(--white);
}

.hwh-policy-list img {
    width: 43px;
    height: 43px;
}

.hwh-policy-top-btn {
    display: flex;
    justify-content: flex-end;
}

.hwh-policy-logos {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    position: absolute;
    right: 0;
    top: 10px;
}

.hwh-policy-logo img {
    max-width: 80px;
    max-height: 70px;
    height: auto;
}

.hwh-policy-top-section .subheading p {
    margin-bottom: 0;
}

.wp-theme-hello-elementor .cr-consulting-heading {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}

/* ---- Main flex wrapper ---- */
.cr-consulting-wrapper {
    display: flex;
    align-items: stretch;
    gap: 36px;
    max-width: 1310px;
}

/* ---- LEFT: Tab list ---- */
.cr-tabs-list {
    display: flex;
    flex-direction: column;
    max-width: clamp(346px, 400px, 447px);
    width: 100%;
    flex-shrink: 0;
    gap: 10px;
}

.cr-tab-row {
    display: flex;
    flex-direction: column;
}

.cr-tab-row-inner {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    column-gap: 29px;
    width: 100%;
}

.cr-tab-icon {
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cr-tab-icon img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
    display: block;
}

.cr-tab-icon svg {
    width: 34px;
    height: 34px;
    color: rgba(255, 255, 255, 0.5);
}

.cr-tab {
    position: relative;
    width: 100%;
    min-height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 14px;
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0) 100%);
}

.cr-tab::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(180deg,
            #f0f 0%,
            rgba(157, 55, 233, 0) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 0;
}

.cr-tab:hover::before,
.cr-tab.active::before {
    opacity: 1;
}

.cr-tab-name {
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    position: relative;
    z-index: 1;
}

.cr-tab-chevron {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #FFFFFF99;
}

.cr-tab-chevron svg {
    width: 17px;
    height: 8px;
}

.cr-tab-row:last-child .cr-tab-chevron {
    display: none;
}

/* ---- CENTER: Arc ---- */
.cr-arc-panels-wrapper {
    border-left: 1px solid var(--white);
}

.cr-arc-wrapper {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 10;
}

.cr-arc-svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 160px;
}


.cr-arc-label-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.42rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    pointer-events: none;
}

.cr-text-svg {
    position: absolute;
    left: 10%;
    max-width: 108px;
}

/* ---- RIGHT: Panels ---- */
.cr-point-label {
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.cr-panels-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-left: 0px;
}

.cr-panel {
    display: none;
    width: 100%;
}

.cr-panel.active {
    display: block;
}

/* ---- Points list ---- */
.cr-points-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.cr-point-item {
    display: flex;
    align-items: center;
    padding: 16px 0;
    opacity: 0;
    /* default hidden; JS animates each item in */
}

.cr-point-item:first-child {
    margin-top: -30px;
}

.cr-point-item:last-child {
    margin-bottom: -30px;
}

/* Connector line */
.cr-point-line {
    display: block;
    width: 50px;
    height: 1px;
    background: #BCBCBC;
    flex-shrink: 0;
}

/* Dot */
.cr-point-bullet {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #BCBCBC;
    flex-shrink: 0;
    margin-right: 14px;
}

/* ---- Tab icon visibility above ::before overlay ---- */
.cr-tab-icon {
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    
    .clients-logos .client-logo {
        width: 40%;
    }
    
    .clients-logos img {
        width: 100%;
    }
}

/* Mobile responsive */
@media (max-width: 991px) {

    .hwh-policy-top-btn {
        justify-content: start;
        margin-top: 30px;
    }

    .hwh-policy-logos {
        align-items: center;
        margin-top: 20px;
        position: relative;
        flex-direction: row;
        justify-content: space-between;
    }

    .hwh-policy-boxes {
        flex-direction: column;
        align-items: center;
        /* remove stretch */
    }

    .hwh-policy-box-wrapper {
        width: 100%;
    }

    .hwh-policy-box {
        max-width: 100%;
        padding: 30px;
    }

    .cr-tabs-list {
        max-width: 250px;
    }

    .cr-tab-row-inner {
        display: grid;
        grid-template-columns: 50px 1fr;
        align-items: start;
    }

    .cr-tab-icon {
        width: 40px;
    }

    .cr-tab {
        min-height: 40px;
    }

    .cr-tab-name {
        font-size: 14px;
        letter-spacing: 3px;
    }

    .cr-consulting-wrapper {
        gap: 17px;
    }

    .cr-arc-svg {
        display: block;
        width: 83%;
        margin-left: 8%;
    }

    .cr-text-svg {
        position: absolute;
        left: 15%;
        width: 57%;
    }

    .cr-point-label {
        font-size: 12px;
    }

    .cr-panels-wrapper {
        margin-left: -22px;
    }

    .hwh-policy-section .container {
        max-width: 850px;
    }
}

@media (min-width: 768px) and (max-width:800px) {
    .cr-panels-wrapper {
        margin-left: -41px;
    }

    .cr-point-label {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .clients-logos-swiper img {
        width: auto;
    }
    
    .hwh-policy-list {
        grid-template-columns: 1fr;
    }

    .hwh-policy-logo img {
        max-width: 100%;
        height: auto;
    }

    .hwh-policy-box {
        padding: 24px;
    }

    .hwh-policy-list img {
        width: 35px;
        height: 35px;
    }

    .cr-consulting-wrapper {
        flex-direction: column;
    }

    .cr-tab-icon {
        width: 44px;
    }

    .cr-tab {
        min-height: 49px;
    }

    .cr-tab-row-inner {
        display: grid;
        grid-template-columns: 35px 1fr;
        align-items: center;
    }

    .cr-tab-name {
        font-size: 18px;
        letter-spacing: 4px;
    }

    .cr-tabs-list {
        max-width: 100%;
    }

    .cr-consulting-wrapper {
        gap: 57px;
    }

    .cr-consulting-section .cr-arc-panels-wrapper {
        margin-left: -1.5rem;
        /* negate .px-4 padding */
        margin-right: -1.5rem;
        width: calc(100% + 3rem);
        border-left: none;
    }

    .cr-arc-svg {
        display: block;
        width: 84%;
    }

    .cr-text-svg {
        width: 57%;
    }

    .cr-point-item {
        padding: 12px 0;
    }
}

@media (max-width:480px) {
    .cr-arc-svg {
        display: block;
        width: 73%;
    }

    .cr-text-svg {
        width: 48%;
    }
}





@media (max-width:1600px) {
    .noise-img img {
        width: auto;
    }

    .custom-padding {
        padding: 80px 28px;
    }
}

@media (min-width: 1200px) {
    body .container {
        max-width: 1400px;
    }

    body .lets-talk-section .container,
    body .security-noise-section .container {
        max-width: 1568px !important;
    }
}



@media (max-width:1400px) {

    .noise-img img {
        width: auto;
    }
}

@media (max-width: 991px) {

    .home-banner {
        padding: 100px 0 0;
        min-height: auto;
    }

    .banner-heading {
        font-size: 40px;
    }

    .banner-right {
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .banner-right svg {
        max-width: 95%;
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 1) 60%);
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 1) 60%);
    }

    .banner-btn {
        margin-bottom: 45px;
    }

    .banner-actions {
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        gap: 0;
    }

    .banner-certifications {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .ncsc-image {
        margin-bottom: 0;
        max-width: 150px;
    }

    .ncsc-image::after {
        display: none;
    }

    .banner-bottom-logos {
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .why-saepio-section {
        padding-top: 100px;
    }

    .why-saepio-section .container {
        padding-bottom: 40px;
    }

    .podcast-card {
        min-height: 350px;
        padding: 24px;
    }

    .podcast-card:hover {
        transform: translateY(0px);
        border-color: #ff00ff;
    }

    .custom-padding {
        padding: 50px 28px;
    }

    .lets-talk-wrapper {
        padding: 80px 44px 40px;
    }

    .lets-talk-arrow {
        top: -42px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 80px;
        background: #F0F;
        border: 7px solid var(--NAVY);
    }

    .bps-stage-bg svg {
        display: none;
    }

    /* Policy — index 0 */
    .bps-stage-bg--0 {
        background: linear-gradient(180deg, #4472C4 0%, rgba(68, 114, 196, 0) 100%);
    }

    /* People — index 1 */
    .bps-stage-bg--1 {
        background: linear-gradient(180deg, #3D99AB 0%, rgba(61, 153, 171, 0) 100%);
    }

    /* Product — index 2 */
    .bps-stage-bg--2 {
        background: linear-gradient(180deg, #FF00FF 0%, rgba(255, 0, 255, 0) 100%);
    }

    .bps-stage-box {
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        /* for border-radius to clip bg */
    }

    .bps-stage-box::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 12px;
        padding: 1px 1px 0px 1px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        z-index: 10;
    }

    .bps-stage-bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        border-radius: 12px;
    }

    .bps-stage-content-inner {
        position: relative;
        z-index: 1;
    }

    .hwh-people-logo {
        max-width: 200px;
    }

    .hwh-people-overlay-mobile-svg {
        transform: scale(1.1);
    }

    .hwh-people-mobile-gavel {
        max-width: 186px;
    }
}

@media (max-width: 768px) {

    .btn-1,
    .btn-2 {
        min-width: 133px;
        min-height: 48px;
        font-size: 16px;
    }

    .banner-btn {
        margin-bottom: 0px;
    }

    .ncsc-image img {
        max-height: 55px;
        width: inherit;
    }

    .banner-bottom-logos img {
        max-height: 40px;
    }

    .banner-description {
        margin-bottom: 20px;
    }

    .why-saepio-section {
        padding-top: 80px;
    }

    .why-saepio-section .container {
        padding-bottom: 20px;
    }

    .heading p {
        line-height: 44px;
    }

    .counter-box {
        border-radius: 20px;
        min-height: 100px;
        justify-content: center;
    }

    .conversation-podcast-section {
        padding: 50px 0;
    }

    .banner-actions {
        gap: 20px;
    }

    .podcast-thumbnail img {
        max-height: 240px;
    }

    .custom-padding {
        padding: 30px 28px;
    }

    .clients-card-title {
        font-size: 28px;
    }

    .feature-text {
        font-size: 14px;
        line-height: 20px;
    }

    .feature-icon {
        width: 16px;
        height: 17px;
        margin-top: -3px;
    }

    .clients-card {
        /* align-items: center; */
    }

    .clients-center-img {
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        max-width: 150px;
        animation: hologramFloat 2s ease-in-out infinite;
        filter: drop-shadow(0 0 12px rgba(255, 0, 255, 0.35));
    }

    .resources-tabs {
        padding: 0 30px;
        height: 57px;
    }

    .resources-tab-btn::after {
        bottom: 10px;
    }

    .resources-tabs .tab-indicator {
        bottom: 9px;
    }

    .resource-top-overlay,
    .resource-bottom-overlay {
        padding: 30px;
    }

    .resource-site-logo {
        max-height: 25px;
        width: auto;
    }

    .resource-left-card .resource-top-title {
        line-height: 24px;
        letter-spacing: 20%;
    }

    .lets-talk-wrapper {
        padding: 24px 28px;
    }

    .lets-talk-heading p {
        line-height: 54px;
        margin-bottom: 0;
    }

    .lets-talk-subheading p {
        line-height: 27px;
    }

    .lets-talk-text {
        padding: 12px;
        max-width: 100%;
        min-height: 66px;
        font-size: 14px;
        line-height: 20px;
        border-radius: 12px;
    }

    .lets-talk-form {
        background: transparent;
        padding: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #1F2340;
        border-radius: 0;
    }

    .gform_wrapper .gform_title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .gform_wrapper .gfield_label,
    .gform-field-label {
        font-size: 14px;
    }

    .lets-talk-contact {
        margin-top: 24px;
        font-size: 14px;
    }

    .gform_wrapper .gform_fields {
        row-gap: 15px !important;
    }

    .security-noise-wrapper {
        padding: 49px 24px;
    }

    .quote-icon img {
        width: 180px;
        height: auto;
    }

    .vendor-testimonial .client-logo img {
        max-height: 25px;
        width: auto;
    }

    .vendor-review-box .review-stars img {
        width: 20px;
        height: 19px;
    }

    .bps-maturity-header {
        height: 110px;
    }



    .bps-maturity-stage {
        font-size: 12px;
    }

    .resources-tab-btn {
        font-style: 13px !important;
    }

    .bps-stage-content-inner {
        padding: 40px 20px;
        justify-content: start;
    }

    .hwh-people-logo {
        max-width: 200px;
    }

    .hwh-people-mobile-gavel {
        max-width: 156px;
    }

    .bps-bottom-logos img {
        max-height: 62px;
    }

    .home-banner {
        padding: 50px 0 0;
    }

    .cr-consulting-heading {
        margin-bottom: 35px;
    }
}


@media (max-width: 480px) {
    .why-saepio-section {
        padding-top: 40px;
    }

    .why-saepio-section .container {
        padding-bottom: 0px;
    }

    .why-saepio-section .row>.col-6:nth-child(even) {
        margin-top: 65px;
    }

    .bps-maturity-stage {
        font-size: 8px;
    }

    .bps-maturity-arrow img {
        top: 15px;
        transform: rotate(-6deg);
    }

    .hwh-people-mobile-gavel {
        max-width: 116px;
    }

    .wireframe-section {
        transform: scale(1.6) translate(-14%, 8%);
    }

    .cr-consulting-heading {
        margin-bottom: 30px;
    }

    .cr-consulting-wrapper {
        gap: 40px;
    }

    .how-we-help-graphics {
        height: 400px;
    }
}


.threatview-newsletter {
    background: #3d99ab !important;
    padding: 40px 0 !important;
}

.newsletter-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px !important;
}

.newsletter-left {
    flex: 1 !important;
}

.newsletter-right {
    flex-shrink: 0 !important;
}

.newsletter-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: 0px !important;
    color: #ffffff !important;
    margin: 0 !important;
}

.threatview-newsletter .gform_wrapper {
    margin: 0 !important;
}

.threatview-newsletter .gform_body {
    margin: 0 !important;
}

.threatview-newsletter .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

.threatview-newsletter form {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.threatview-newsletter input[type="email"] {
    width: 426px !important;
    height: 48px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    background: transparent !important;
    padding: 0 20px !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    outline: none !important;
}

.threatview-newsletter input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.threatview-newsletter .gform_button {
    height: 48px !important;
    padding: 12px 28px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border: none !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.3s ease !important;
}

.threatview-newsletter .gform_button:hover {
    background: rgba(255, 255, 255, 0.28) !important;
}

.threatview-newsletter .gform_fields {
    display: flex !important;
    gap: 16px !important;
    margin: 0 !important;
}

.threatview-newsletter .gfield_label {
    display: none !important;
}

/* ===== FORCE WHITE INPUT BACKGROUND ===== */
.threatview-newsletter #gform_wrapper_4.gform-theme input[type="email"] {
    background: transparent !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    color: #fff !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    height: 48px !important;
    width: 426px !important;
    max-width: 100% !important;
    padding: 0 20px !important;
    box-shadow: none !important;
}

/* ===== PLACEHOLDER STYLE ===== */
.threatview-newsletter #gform_wrapper_4.gform-theme input[type="email"]::placeholder {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Remove GF focus glow */
.threatview-newsletter #gform_wrapper_4.gform-theme input[type="email"]:focus {

    outline: none !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 0 0 3px #7FE7F5 !important;
}

.threatview-newsletter #gform_wrapper_4.gform-theme #gform_submit_button_4.gform-button {
    width: 118px !important;
    height: 48px !important;
    border-radius: 16px !important;
    padding: 12px 28px !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border: none !important;
    box-shadow: none !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    transition: 0.3s ease !important;
}

.threatview-newsletter #gform_wrapper_4.gform-theme .gform-button--white {
    background: rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
    border: none !important;
}

.threatview-newsletter #gform_wrapper_4.gform-theme #gform_submit_button_4:hover {
    background: rgba(255, 255, 255, 0.28) !important;
}


/* ===== FIX ORBITAL GRID ISSUE ===== */
.threatview-newsletter #gform_wrapper_4 .gform_fields {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

/* Remove orbital spacer */
.threatview-newsletter #gform_wrapper_4 .spacer {
    display: none !important;
}

/* Ensure submit shows */
.threatview-newsletter #field_submit {
    display: block !important;
}

@media (max-width: 992px) {
    .newsletter-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 24px !important;
    }

    .threatview-newsletter form {
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
    }

    .threatview-newsletter input[type="email"] {
        width: 100% !important;
    }

    .threatview-newsletter .gform_button {
        width: 100% !important;
        text-align: center !important;
    }

    .newsletter-title {
        font-size: 20px !important;
        line-height: 28px !important;
        text-align: center !important;
    }

    .newsletter-inner {
        flex-direction: column !important;
        align-items: center !important;
        gap: 24px !important;
        text-align: center !important;
    }

    .threatview-newsletter #gform_wrapper_4 .gform_fields {
        flex-direction: column !important;
        width: 100% !important;
    }

    .threatview-newsletter #field_submit {
        width: 100% !important;
    }

    .threatview-newsletter #gform_submit_button_4 {
        width: 100% !important;
    }

    .threatview-newsletter #gform_wrapper_4.gform-theme input[type="email"] {
        width: 100% !important;
        max-width: 100% !important;
    }

    .threatview-newsletter #gform_wrapper_4 .gform_fields {
        width: 100% !important;
    }
}




















/* ================= FOOTER BASE ================= */

.site-footer {
    background-color: var(--footer-bg);
    color: var(--text-primary-color);
}

.site-footer a {
    color: var(--text-primary-color);
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-link {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.site-footer a:hover {
    color: var(--accent-color);
}

footer .row {
    --bs-gutter-y: 0.5rem;
}

.right-column .footer-link {
    margin-bottom: 0.5rem;
}

/* ================= FOOTER HEADING ================= */

.wp-theme-hello-elementor .footer-heading {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: none;
    letter-spacing: inherit;
}


/* ================= DIVIDER ================= */

.footer-divider {
    width: 1px;
    background: var(--text-primary-color);
    height: 100%;
}


/* ================= BRANDING SECTION ================= */

.footer-bottom-info {
    padding-top: 40px;
}

.footer-logo img {
    max-width: 180px;
}

.footer-contact {
    font-size: 14px;
    opacity: 0.9;
}

.footer-contact a {
    color: #ffffff;
}

.footer-contact a:hover {
    color: var(--accent-color);
}


/* ================= SOCIAL ICONS ================= */

.footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.footer-social .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--text-primary-color);
    color: var(--accent-color) !important;
    transition: 0.3s ease;
    font-size: 1.5rem;
}

.footer-social .social-icon:hover {
    background: var(--accent-color);
    color: var(--text-primary-color) !important;
    transform: translateY(-3px);
}

.footer-top-mobile {
    border-bottom: 1px solid #fff;
}


/* bottom copyright option */
.footer_bottom_copyright {
    background-color: #20222866;
    color: #ECF1F9;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* ================= Header ================= */


/* Wrapper */
.tech-wrapper {
    background: #f4f5f7;
    border-radius: 24px;
    padding: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Header */
.tech-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Top Heading */
.tech-title {
    color: var(--NAVY);
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

.tech-title .dot {
    color: #d400ff;
}

/* Button */
.tech-btn {
    display: inline-flex;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 12px;
    background: var(--NAVY);

    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.tech-btn:hover {
    color: var(--accent-color);

}

/* Divider */
.tech-divider {
    height: 1px;
    background: #ddd;
    margin: 30px 0 40px;
}

/* Columns */
.tech-columns {
    display: flex;
    gap: 40px;
}

.tech-column {
    flex: 1;
    padding-right: 40px;
    position: relative;
}

/* Vertical Divider */
.tech-column:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}

/* Item */
.tech-item {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

/* Icon */
.tech-icon {
    width: 40px;
    height: 40px;
    border: 2px solid var(--NAVY);
    border-radius: 10px;
    position: relative;
}

/* Sub Page Link */
.tech-link {
    display: inline-block;
    color: var(--NAVY);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 4px;
    transition: 0.3s ease;
}

.tech-link:hover {
    color: var(--accent-color);
}

/* Description */
.tech-desc {
    color: var(--NAVY);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

/* Bottom Link */
.tech-footer-link {
    margin-top: 30px;
}

.tech-footer-link a {
    color: var(--NAVY);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.tech-footer-link a:hover {
    color: var(--accent-color);
}

/* Responsive */
@media (max-width: 992px) {
    .tech-columns {
        flex-direction: column;
    }

    .tech-column {
        padding-right: 0;
    }

    .tech-column::after {
        display: none;
    }
}

/* Responsive */
@media (max-width: 992px) {

    /* Header */
    .tech-columns {
        flex-direction: column;
    }

    .tech-column {
        padding-right: 0;
    }

    .tech-column::after {
        display: none;
    }
}


@media (max-width: 767px) {

    /* Header */
    .tech-wrapper {
        padding: 40px 25px;
    }

    .tech-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .tech-title {
        font-size: 36px;
    }


    /* Footer */
    .footer-social {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .footer-divider {
        display: none;
    }

    .right-column {
        border-top: 1px solid #ffffff;
        padding-top: 2rem;
    }

    .banner-right svg {
        max-width: 100%;
    }

}


@media (min-width: 1400px) {

    /* Footer */
    .container-1400 {
        max-width: 1400px !important;
    }
}


#scrollToTop {
    position: fixed;
    right: 28px;
    bottom: 28px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;

    /* Root Based Gradient */
    background: linear-gradient(145deg,
            var(--accent-color2),
            var(--NAVY));

    color: var(--white);
    font-size: 18px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);

    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.35s ease;
}

/* Show Button */
#scrollToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Arrow */
#scrollToTop .arrow {
    position: relative;
    z-index: 2;
}

/* Progress Ring */
.progress-ring {
    position: absolute;
    inset: 0;
    transform: rotate(-90deg);
}

.progress-ring__circle {
    stroke: var(--white);
    stroke-linecap: round;
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    transition: stroke-dashoffset 0.15s linear;
    opacity: 0.7;
}

/* Hover Effect */
#scrollToTop:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3),
        0 0 0 4px rgba(255, 0, 255, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
    #scrollToTop {
        right: 15px;
        bottom: 40px;
        width: 46px;
        height: 46px;
    }
}

button:hover,
button:focus,
[type="button"]:hover,
[type="button"]:focus,
[type="submit"]:hover,
[type="submit"]:focus {
    background-color: transparent !important;
    color: inherit;
}