/*
Theme Name: UZIO.com Theme
Theme URI: https://www.uzio.com
Author: Ravi Vishwakarma
Author URI: https://www.uzio.com
Description: AI-Driven HR & Payroll WordPress Theme for UZIO.com. Features a modern design with full support for Gutenberg editor, responsive layout, and seamless integration with UZIO's digital worker platform for automated Payroll & HR operations.
Version: 1.0.0
Requires at least: WordPress 6.0
Tested up to: WordPress 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uzio-com-theme
Domain Path: /languages
Tags: hr, payroll, ai, automation, business, corporate, modern, responsive, accessibility-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* === Theme Styles Begin Below === */

/* Add your custom styles here */
html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--total-nav-height);
}

:root {
    --background: 0 0% 100%;
    --foreground: 240 10% 3.9%;
    --card: 0 0% 100%;
    --card-foreground: 240 10% 3.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 240 10% 3.9%;
    --primary: 240 60% 50%;
    --primary-foreground: 0 0% 98%;
    --secondary: 240 4.8% 95.9%;
    --secondary-foreground: 240 5.9% 10%;
    --muted: 240 4.8% 95.9%;
    --muted-foreground: 240 3.8% 46.1%;
    --accent: 240 4.8% 95.9%;
    --accent-foreground: 240 5.9% 10%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 240 5.9% 90%;
    --input: 240 5.9% 90%;
    --ring: 240 60% 50%;
    --radius: 0.75rem;
    

}

.dark {
    --background: 240 10% 3.9%;
    --foreground: 0 0% 98%;
    --card: 240 10% 3.9%;
    --card-foreground: 0 0% 98%;
    --popover: 240 10% 3.9%;
    --popover-foreground: 0 0% 98%;
    --primary: 240 60% 60%;
    --primary-foreground: 0 0% 98%;
    --secondary: 240 3.7% 15.9%;
    --secondary-foreground: 0 0% 98%;
    --muted: 240 3.7% 15.9%;
    --muted-foreground: 240 5% 64.9%;
    --accent: 240 3.7% 15.9%;
    --accent-foreground: 0 0% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 0 0% 98%;
    --border: 240 3.7% 15.9%;
    --input: 240 3.7% 15.9%;
    --ring: 240 60% 60%;
}



/* Custom styles for video player and other components */
.tab-active {
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
}

.entry-content-wrapper .entry-title {
    font-size: 3.75rem;
   
    text-align: center;
    font-weight: 500;
}

.entry-content-wrapper a {
    color: rgb(37 99 235);
}

.entry-content-wrapper blockquote,
.entry-content-wrapper li,
.entry-content-wrapper dd,
.entry-content-wrapper dl,
.entry-content-wrapper figure,
.entry-content-wrapper h1,
.entry-content-wrapper h2,
.entry-content-wrapper h3,
.entry-content-wrapper h4,
.entry-content-wrapper h5,
.entry-content-wrapper h6,
.entry-content-wrapper hr,
.entry-content-wrapper p,
.entry-content-wrapper pre {
    margin-bottom: 10px;
}
/* Basic list styles for both WP and non-block content */
.entry-content ul,
.entry-content ol {
  margin-left: 1.25rem; /* add left indent */
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.entry-content ul {
  list-style-type: disc;
}

.entry-content ol {
  list-style-type: decimal;
}

.entry-content li {
  margin-bottom: 0.5rem;
}

/* Nested list support */
.entry-content li > ul,
.entry-content li > ol {
  margin-top: 0.5rem;
}

.table-responsive {
    overflow-x: auto;
}

.entry-content p {
    color: #323030;
}

/* ==== Enforced Heading Styles with !important ==== */
/* ==== Scoped & Resized Heading Styles for .entry-content ==== */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .wp-block-heading {
  font-weight: 700 !important;
  color: #1a1a1a !important;
  line-height: 1.3 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1rem !important;
}

/* Adjusted font sizes (better for Tailwind-style layouts) */
.entry-content h1,
.entry-content .wp-block-heading.h1 {
  font-size: 2rem !important; /* ~text-3xl */
}

.entry-content h2,
.entry-content .wp-block-heading.h2 {
  font-size: 1.75rem !important; /* ~text-2xl */
}

.entry-content h3,
.entry-content .wp-block-heading.h3 {
  font-size: 1.5rem !important; /* ~text-xl */
}

.entry-content h4,
.entry-content .wp-block-heading.h4 {
  font-size: 1.25rem !important; /* ~text-lg */
}

.entry-content h5,
.entry-content .wp-block-heading.h5 {
  font-size: 1.125rem !important; /* ~text-base */
}

.entry-content h6,
.entry-content .wp-block-heading.h6 {
  font-size: 1rem !important; /* ~text-sm */
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #666 !important;
}




/********Platform overview**************/
.module-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out, padding 0.5s ease-out;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.module-content.active {
    max-height: 1000px;
    opacity: 1;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.module-toggle {
    transition: transform 0.3s ease;
}

.module-toggle.active {
    transform: rotate(180deg);
}

.module-header {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.module-header:hover {
    background-color: var(--primary-light);
}

.module-header.active {
    background-color: var(--primary-light);
    border-left: 4px solid var(--primary);
}

.feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(8px);
}

.stat-card {
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: scale(1.05);
}

.cta-button {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.icon-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(-50%);
    }

    40% {
        transform: translateY(-20px) translateX(-50%);
    }

    60% {
        transform: translateY(-10px) translateX(-50%);
    }
}



/* Progress bar */
.progress-container {
    width: 100%;
    height: 4px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

.progress-bar {
    height: 4px;
    background: var(--accent);
    width: 0%;
}

.quick-navigation {
    border-top: 1px solid #efebeb;
}

/******Contact us page******/

/* Mobile menu adjustments */
.mobile-menu {
    position: fixed;
    top: var(--navbar-height);
    left: 0;
    right: 0;
    z-index: 45;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.mobile-menu.active {
    max-height: calc(100vh - var(--navbar-height));
    overflow-y: auto;
}

/* Form styles */
.form-input {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-label {
    transition: color 0.2s ease;
}

.form-input:focus+.form-label,
.form-input:not(:placeholder-shown)+.form-label {
    color: var(--primary);
}

/* Stats card hover effect */
.stats-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/************about us ***********/
.value-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.platform-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.platform-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.cta-button {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(8px);
}

.stat-card {
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: scale(1.05);
}

.progress-container {
    width: 100%;
    height: 4px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

.progress-bar {
    height: 4px;
    background: var(--accent);
    width: 0%;
}

.number-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-light);
    color: var(--primary);
    font-weight: bold;
    font-size: 1.5rem;
}

.section-divider {
    height: 4px;
    width: 60px;
    background-color: var(--primary);
    margin: 1rem auto;
}

.image-overlay {
    position: relative;
}

.image-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(37, 99, 235, 0.1), rgba(37, 99, 235, 0.3));
    border-radius: 0.5rem;
}

.animated-bg {
    position: relative;
    overflow: hidden;
}

.animated-bg::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(235, 245, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    animation: rotate 20s linear infinite;
    z-index: -1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.current-menu-item {
    --tw-text-opacity: 1;
    color: #26d6ff;
}

/**********Leadership page*********/

.team-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.award-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.award-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.cta-button {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(8px);
}

.progress-container {
    width: 100%;
    height: 4px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

.progress-bar {
    height: 4px;
    background: var(--accent);
    width: 0%;
}

.section-divider {
    height: 4px;
    width: 60px;
    background-color: var(--primary);
    margin: 1rem auto;
}

.team-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 4px solid white;
}

.team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card:hover .team-image {
    transform: scale(1.05);
}

.social-icon {
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    color: var(--primary);
}

.animated-bg {
    position: relative;
    overflow: hidden;
}

.animated-bg::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(235, 245, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    animation: rotate 20s linear infinite;
    z-index: -1;
}

.advisor-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 4px solid white;
}

.award-image {
    height: 80px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.award-card:hover .award-image {
    transform: scale(1.1);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/************Pricing page***********/

.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.cta-button {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(8px);
}

.progress-container {
    width: 100%;
    height: 4px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

.progress-bar {
    height: 4px;
    background: var(--accent);
    width: 0%;
}

.section-divider {
    height: 4px;
    width: 60px;
    background-color: var(--primary);
    margin: 1rem auto;
}

.animated-bg {
    position: relative;
    overflow: hidden;
}

.animated-bg::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(235, 245, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    animation: rotate 20s linear infinite;
    z-index: -1;
}

.text-white {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/***********Contact from 7 Scheduling Demo***************/


.uzio-demo-form-container {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #1f2937;
}

.uzio-demo-form-header {
    text-align: center;
    margin-bottom: 1rem;
}

.uzio-demo-form-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 0.25rem 0;
}

.uzio-demo-form-subtitle {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
}

.uzio-demo-form-card {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.uzio-demo-form-card-header {
    background: #1c244e;
    padding: 0.75rem 1rem;
}

.uzio-demo-form-card-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: white;
    margin: 0;
}

.uzio-demo-form {
    padding: 0.75rem;
}

.uzio-demo-form-section {
    margin-bottom: 0.75rem;
}

.uzio-demo-form-section-title {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.375rem 0;
}

.uzio-demo-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .uzio-demo-form-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.uzio-demo-form-grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .uzio-demo-form-grid-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.uzio-demo-form-nested-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.uzio-demo-form-input,
.uzio-demo-form-select {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.uzio-demo-form-input:focus,
.uzio-demo-form-select:focus {
    outline: none;
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.2);
}

.uzio-demo-form-input::placeholder {
    color: #6b7280;
    opacity: 1;
}

.uzio-demo-form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 0.8rem;
    padding-right: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.uzio-demo-form-package-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .uzio-demo-form-package-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.uzio-demo-form-package-card {
    border: 1px solid #d1d5db;
    border-radius: 0.25rem;
    padding: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.uzio-demo-form-package-card:hover {
    border-color: #0ea5e9;
}

.uzio-demo-form-package-card.selected {
    border-color: #0ea5e9;
    background-color: #f0f9ff;
}

.uzio-demo-form-package-content {
    display: flex;
    align-items: flex-start;
}

.uzio-demo-form-radio {
    margin-top: 0.125rem;
    height: 0.875rem;
    width: 0.875rem;
}

.uzio-demo-form-package-details {
    margin-left: 0.375rem;
}

.uzio-demo-form-package-name {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    color: #1f2937;
}

.uzio-demo-form-package-price {
    display: block;
    font-size: 0.75rem;
    color: #6b7280;
}

.uzio-demo-form-package-link {
    font-size: 0.75rem;
    color: #0ea5e9;
    text-decoration: none;
}

.uzio-demo-form-package-link:hover {
    color: #0284c7;
}

.uzio-demo-form-pricing-link-container {
    text-align: center;
    margin-top: 0.375rem;
}

.uzio-demo-form-pricing-link {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    color: #0ea5e9;
    text-decoration: none;
}

.uzio-demo-form-pricing-link:hover {
    color: #0284c7;
}

.uzio-demo-form-pricing-link-icon {
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.25rem;
}

.uzio-demo-form-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #0ea5e9;
    color: white;
    font-size: 0.625rem;
    font-weight: bold;
    text-decoration: none;
    margin-left: 0.25rem;
}

.uzio-demo-form-info-icon:hover {
    background-color: #0284c7;
}

.uzio-demo-form-section-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.375rem;
}

.uzio-demo-form-checkbox-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.uzio-demo-form-checkbox {
    margin-top: 0.125rem;
    height: 0.875rem;
    width: 0.875rem;
}

.uzio-demo-form-checkbox-label {
    margin-left: 0.375rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.uzio-demo-form-checkbox-label a {
    color: #0ea5e9;
    text-decoration: none;
}

.uzio-demo-form-checkbox-label a:hover {
    color: #0284c7;
}

.uzio-demo-form-submit {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.375rem;
    color: white;
    background-color: #1c244e;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.uzio-demo-form-submit:hover {
    background-color: #0284c7;
}

.uzio-demo-form-submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.5);
}

.uzio-demo-form-footer {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.75rem;
    color: #6b7280;
}

.uzio-demo-form-footer a {
    color: #0ea5e9;
    text-decoration: none;
}

.uzio-demo-form-footer a:hover {
    color: #0284c7;
}

.uzio-demo-form-error {
    border-color: #ef4444 !important;
    background-color: #fef2f2 !important;
}

/*****************New home page**********/

.feature-card {
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-button {
    position: relative;
    transition: all 0.3s ease;
}

.tab-button::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #1e429f;
    transition: width 0.3s ease;
}

.tab-button.active::after {
    width: 100%;
}

.feature-grid-item {
    transition: all 0.3s ease;
}

.feature-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}


/******************Industry*************/

.industry-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.cta-button {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(8px);
}

.progress-container {
    width: 100%;
    height: 4px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

.progress-bar {
    height: 4px;
    background: var(--accent);
    width: 0%;
}

.section-divider {
    height: 4px;
    width: 60px;
    background-color: var(--primary);
    margin: 1rem auto;
}

.animated-bg {
    position: relative;
    overflow: hidden;
}

.animated-bg::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(235, 245, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    animation: rotate 20s linear infinite;
    z-index: -1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/************Partner**************/

.partner-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.cta-button {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(8px);
}

.progress-container {
    width: 100%;
    height: 4px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

.progress-bar {
    height: 4px;
    background: var(--accent);
    width: 0%;
}

.section-divider {
    height: 4px;
    width: 60px;
    background-color: var(--primary);
    margin: 1rem auto;
}

.animated-bg {
    position: relative;
    overflow: hidden;
}

.animated-bg::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(235, 245, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    animation: rotate 20s linear infinite;
    z-index: -1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.partner-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
}

/* Base styles */
.uzio-leadership {
  
  color: #1f2937;
  box-sizing: border-box;
}

.uzio-leadership *,
.uzio-leadership *::before,
.uzio-leadership *::after {
  box-sizing: inherit;
}

/* Layout */
.uzio-leadership-container {
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.uzio-leadership-grid {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .uzio-leadership-grid {
    flex-direction: row;
    max-height: calc(100vh - 2rem);
  }

  .uzio-leadership-bio {
    overflow-y: auto;
  }
}

/* Profile sidebar */
.uzio-leadership-sidebar {
  padding: 2rem;
  background-color: #1c244e;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color:#fff;
}

@media (min-width: 768px) {
  .uzio-leadership-sidebar {
    width: 33.333%;
    flex-shrink: 0;
  }
}

.uzio-leadership-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
 
}

.uzio-section-divider {
  height: 4px;
  width: 60px;
  background-color: #fff;
  margin: 0 auto 2rem;
}

.uzio-profile-image-container {
  width: 12rem;
  height: 12rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.uzio-profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border: 4px solid white;
}

.uzio-profile-name {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.uzio-profile-title {
  color: #9ceafc;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.uzio-social-links {
  margin-top: auto;
  padding-top: 2rem;
}

.uzio-social-title {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.uzio-social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.uzio-social-icon {
  color: #4b5563;
  transition: transform 0.3s ease, color 0.3s ease;
}

.uzio-social-icon:hover {
  transform: translateY(-3px);
  color: #2563eb;
}

.uzio-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
border:1px solid #fff;
  color: #dbeafe;
  margin-top: 2rem;
}

/* Biography leadership section */
.uzio-leadership-bio {
  padding: 2rem;
}

@media (min-width: 768px) {
  .uzio-leadership-bio {
    width: 66.667%;
  }
}

.uzio-bio-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.uzio-bio-content {
  max-width: none;
  color: #6b7280;
}

.uzio-bio-paragraph {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.uzio-section {
  margin-top: 2rem;
}

.uzio-section-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

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

.uzio-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.uzio-list-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: #2563eb;
  margin-top: 0.125rem;
}

.uzio-list-text {
  margin-left: 0.5rem;
  color: #6b7280;
}

.uzio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.uzio-tag {
  padding: 0.25rem 0.75rem;
  background-color: #ebf5ff;
  color: #2563eb;
  border-radius: 9999px;
  font-size: 0.875rem;
}

.uzio-education {
  display: flex;
  align-items: flex-start;
}

.uzio-education-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: #2563eb;
  margin-top: 0.125rem;
}

.uzio-education-details {
  margin-left: 0.5rem;
}

.uzio-education-degree {
  color: #1f2937;
  font-weight: 500;
}

.uzio-education-school {
  color: #6b7280;
  font-size: 0.875rem;
}

.uzio-interests {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.uzio-interest {
  display: flex;
  align-items: center;
}

.uzio-interest-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-color: #dbeafe;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
}

.uzio-interest-text {
  margin-left: 0.5rem;
  color: #6b7280;
}

/* Close button */
.uzio-close-button {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 50;
  background-color: white;
  border-radius: 9999px;
  padding: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.uzio-close-button:hover {
  background-color: #f3f4f6;
}

.uzio-close-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #1f2937;
}

/* Page container */
.uzio-page-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fafb;
}

@media (max-width: 767px) {
  .uzio-page-container {
  }
}