/* Font Face Declarations - Yekan Bakh NoEn */
@font-face {
    font-family: 'Yekan Bakh NoEn';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/YekanBakhNoEn-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Yekan Bakh NoEn';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/YekanBakhNoEn-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Yekan Bakh NoEn';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/YekanBakhNoEn-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Yekan Bakh NoEn';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/YekanBakhNoEn-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Yekan Bakh NoEn';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/YekanBakhNoEn-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Yekan Bakh NoEn';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/YekanBakhNoEn-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Yekan Bakh NoEn';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/YekanBakhNoEn-Black.woff2') format('woff2');
}

@font-face {
    font-family: 'Yekan Bakh NoEn';
    font-style: normal;
    font-weight: 950;
    font-display: swap;
    src: url('../fonts/YekanBakhNoEn-ExtraBlack.woff2') format('woff2');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Elementor Global Colors */
    --e-global-color-primary: #113148;
    --e-global-color-secondary: #AFCADD;
    --e-global-color-text: #113148;
    --e-global-color-accent: #4C30FB;
    --e-global-color-e46af21: #8B78FC;
    --e-global-color-da62658: #FFFFFF;
    --e-global-color-de02480: #0C2232;
    --e-global-color-18961ba: #DFEAF2;
    --e-global-color-c7f6918: #936CEC;
    --e-global-color-9a3f624: #604695;
    --e-global-color-8a993c7: #CCE2F1;
    --e-global-color-7f05f92: #ADB5BD;
    --e-global-color-b53d4ff: #6C757D;

    /* Legacy color variables for backward compatibility */
    --primary-color: #113148; /* Updated to match Elementor */
    --secondary-color: #fff;
    --text-color: #113148; /* Updated to match Elementor */
    --bg-light: #f8f9fa;
    --border-color: #e0e0e0;
    --hover-color: #4C30FB; /* Updated to match Elementor accent */
    --purple-gradient-start: #936aea;
    --purple-gradient-end: #9470eb;
    --light-blue: #CCE2F1; /* Updated to match Elementor */
    --dark-navy: #113148; /* Updated to match Elementor */
    --navy-text: #113148; /* Updated to match Elementor */

    /* Elementor Container Settings */
    --container-max-width: 1360px;
    --container-default-padding-top: 0rem;
    --container-default-padding-right: 1rem;
    --container-default-padding-bottom: 0rem;
    --container-default-padding-left: 1rem;

    /* Elementor Widget Spacing */
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 20px;
}

body {
    font-family: "Yekan Bakh NoEn", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--e-global-color-text);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Elementor Typography - Headings */
h1 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1.2em;
    color: var(--e-global-color-text);
}

h2 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2em;
    color: var(--e-global-color-text);
}

h3 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--e-global-color-text);
}

h4 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2em;
    color: var(--e-global-color-text);
}

/* Elementor Container */
.e-con {
    --container-max-width: 1360px;
    --container-default-padding-top: 0rem;
    --container-default-padding-right: 1rem;
    --container-default-padding-bottom: 0rem;
    --container-default-padding-left: 1rem;
}

.elementor-section.elementor-section-boxed > .elementor-container,
.e-con-boxed {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Elementor Widget Spacing */
.elementor-widget:not(:last-child) {
    margin-block-end: 20px;
}

.elementor-element {
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header {
    background: var(--secondary-color);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar {
    padding: 1rem 0;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo a {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    text-decoration: none;
    display: flex;
    align-items: center;
}

.logo-img {
    height: 40px;
    width: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s;
}

.nav-link:hover {
    color: var(--hover-color);
}

.nav-link i {
    font-size: 0.75rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--secondary-color);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    list-style: none;
    min-width: 200px;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s;
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    padding: 0;
}

.dropdown-menu a {
    display: block;
    padding: 0.75rem 1.5rem;
    color: var(--text-color);
    text-decoration: none;
    transition: background 0.3s;
}

.dropdown-menu a:hover {
    background: var(--bg-light);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-demo {
    background: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-demo:hover {
    background: #333;
}

.lang-select {
    padding: 0.5rem;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background: var(--secondary-color);
    cursor: pointer;
}

/* Elementor Header Styles */
#header {
    position: relative;
    top: 0;
    z-index: 1000;
    background: var(--e-global-color-c7f6918); /* Purple background: #936CEC */
    transition: all 0.3s ease-in-out;
    height: 4.5rem;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    gap: 0;
}

/* Header child containers - Logo (20%) */
#header > .elementor-element-edffaa7 {
    width: 20%;
    flex: 0 0 20%;
    display: flex;
    align-items: center;
    padding-left: 2rem;
}

/* Header child containers - Navigation (50%) */
#header > .elementor-element-f8bc062 {
    width: 50%;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Header child containers - CTA & Language (30%) */
#header > .elementor-element-0b631ed {
    width: 30%;
    flex: 0 0 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2rem;
    gap: 1rem;
}

#header.sticky {
    position: fixed;
    min-height: unset;
    height: 4rem;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0, 0.15);
}

/* Maintain parent container height when header is fixed */
.elementor-location-header.header-sticky-active {
    height: 4rem;
    min-height: 4rem;
}

/* When sticky, revert to normal colors */
#header.sticky .top-menu-logo img {
    filter: none;
}

#header.sticky .e-n-menu-title-text {
    color: var(--e-global-color-text);
}

#header.sticky .e-n-menu-dropdown-icon svg path {
    fill: var(--e-global-color-text);
}

#header.sticky .top-menu-cta .elementor-button {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    background: transparent;
}

#header.sticky .lang-switcher .elementor-icon svg path {
    fill: var(--e-global-color-primary);
}

#header.sticky .lang-select {
    background: #fff;
    color: var(--e-global-color-text);
}

/* Purple header styling (when not sticky) */
#header:not(.sticky) .top-menu-logo img {
    filter: brightness(0) invert(1);
}

#header:not(.sticky) .e-n-menu-title-text {
    color: #fff;
}

#header.sticky .e-n-menu-item:has(.e-n-menu-content.e-active) .e-n-menu-title-text {
    color: var(--e-global-color-accent) !important;
}

#header:not(.sticky) .e-n-menu-item:has(.e-n-menu-content.e-active) .e-n-menu-title-text {
    color: var(--e-global-color-primary);
}

#header:not(.sticky) .e-n-menu-dropdown-icon svg path {
    fill: #fff;
}

#header.sticky .e-n-menu-item:has(.e-n-menu-content.e-active) .e-n-menu-dropdown-icon svg path {
    fill: var(--e-global-color-accent);
}

#header:not(.sticky) .e-n-menu-item:has(.e-n-menu-content.e-active) .e-n-menu-dropdown-icon svg path {
    fill: var(--e-global-color-primary);
}

#header:not(.sticky) .top-menu-cta .elementor-button:not(:hover) {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

#header:not(.sticky) .top-menu-cta .elementor-button:hover {
    background: #fff;
    color: var(--e-global-color-primary);
    border-color: #fff;
}

#header:not(.sticky) .lang-switcher .elementor-icon svg path {
    fill: #fff;
}

#header:not(.sticky) .lang-select {
    background: transparent;
    color: #fff;
    border: none;
}

/* Elementor Navigation Menu */
.e-n-menu {
    display: flex;
    align-items: center;
}

.e-n-menu-heading {
    display: flex;
    list-style: none;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.e-n-menu-item {
    position: relative;
}

.e-n-menu-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.e-n-menu-title-text {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--navy-text);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.e-n-menu-title-text:hover {
    color: var(--hover-color);
}

.e-n-menu-dropdown-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.e-n-menu-dropdown-icon svg {
    width: 9px;
    height: 5px;
}

#header:not(.sticky) .e-n-menu-dropdown-icon svg path {
    fill: #fff;
}

.e-n-menu-dropdown-icon-closed {
    display: block;
}

.e-n-menu-dropdown-icon-opened {
    display: none;
}

.e-n-menu-item:has(.e-n-menu-content.e-active) .e-n-menu-dropdown-icon-closed {
    display: none;
}

.e-n-menu-item:has(.e-n-menu-content.e-active) .e-n-menu-dropdown-icon-opened {
    display: block;
}

.e-n-menu-content {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--e-global-color-da62658);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    min-width: fit-content;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 5;
    padding: 1.25rem;
    margin-top: 1.5rem;
}

.e-n-menu-content.e-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.e-n-menu-content .e-con-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
    width: fit-content;
}

.mm-dropdown-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.mm-dropdown-item-wrapper:hover {
    background: var(--bg-light);
}

.mm-dropdown-item-wrapper:hover .mm-dropdown-item span {
    color: var(--e-global-color-accent) !important;
}

.mm-dropdown-item-wrapper:hover svg path {
    fill: #fff;
}

.mm-dropdown-item-wrapper:hover svg circle {
    fill: var(--e-global-color-accent);
    stroke: var(--e-global-color-accent);
}

.mm-dropdown-item .elementor-heading-title {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--e-global-color-text);
    margin: 0;
}

.mm-dropdown-item-wrapper .elementor-widget-html svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

/* Top Menu CTA Button */
.top-menu-cta {
    margin-right: 0;
}

.top-menu-cta .elementor-button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 100px;
    font-weight: 500;
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.top-menu-cta .elementor-button:hover {
    background: #fff;
    border-color: #fff;
    color: var(--e-global-color-primary);
}

/* Language Selector */
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lang-switcher .elementor-icon svg {
    width: 16px;
    height: 16px;
}

.lang-switcher .elementor-icon svg path {
    fill: #fff;
    transition: fill 0.3s ease;
}

#header.sticky .lang-switcher .elementor-icon svg path {
    fill: var(--e-global-color-primary);
}

#header .lang-select {
    padding: 0.5rem 0.75rem;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1rem;
    min-width: 50px;
    text-align: center;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#header.sticky .lang-select {
    background: #fff;
    color: var(--e-global-color-text);
    border-radius: 10px 10px 0 0;
}

/* Mobile Menu Toggle */
.e-n-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.e-n-menu-toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.e-n-menu-toggle-icon.e-close {
    display: none;
}

.e-n-menu-toggle[aria-expanded="true"] .e-n-menu-toggle-icon.e-open {
    display: none;
}

.e-n-menu-toggle[aria-expanded="true"] .e-n-menu-toggle-icon.e-close {
    display: flex;
}

.e-n-menu-toggle svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

/* Responsive - Hide desktop menu on mobile */
@media (max-width: 1024px) {
    .elementor-hidden-tablet,
    .elementor-hidden-mobile,
    .elementor-hidden-tablet_extra {
        display: none !important;
    }

    .e-n-menu-toggle {
        display: flex;
    }

    .e-n-menu-wrapper {
        position: fixed;
        top: 4rem;
        left: 0;
        right: 0;
        background: #fff;
        max-height: calc(100vh - 4rem);
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 999;
    }

    .e-n-menu-toggle[aria-expanded="true"] ~ .e-n-menu-wrapper {
        transform: translateX(0);
    }

    .e-n-menu-heading {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .e-n-menu-item {
        border-bottom: 1px solid var(--border-color);
    }

    .e-n-menu-content {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .e-n-menu-content.e-active {
        max-height: 500px;
    }
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    transition: all 0.3s;
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    color: var(--secondary-color);
    overflow: hidden;
    background: linear-gradient(180deg, rgba(147, 106, 234, 0.95) 0%, rgba(118, 75, 162, 1) 100%);
    padding: 0;
}

/* Subtle purple gradient overlay */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(147, 106, 234, 0.3) 0%, rgba(118, 75, 162, 0.5) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Hero Inner Container - Elementor Style */
.hero .e-con-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    max-width: var(--container-max-width, 1360px);
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 2rem);
    box-sizing: border-box;
}

/* Legacy support */
.hero-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

/* Video Background Container - Elementor Style */
.elementor-background-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Override hidden-mobile to show video on all devices */
.elementor-background-video-container.elementor-hidden-mobile {
    display: flex !important;
}

.elementor-background-video-hosted {
    width: 1354.67px;
    height: 762px;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

/* Legacy support for old class names */
.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-background-video-hosted {
    width: 1354.67px;
    height: 762px;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

/* Mobile video optimization - handled in main mobile media query */

/* Hero video overlay removed for better video visibility */

.hero-gradient-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--purple-gradient-start) 0%, var(--purple-gradient-end) 100%);
    z-index: 1;
    display: none;
    animation: gradientShift 8s ease infinite;
}

@keyframes gradientShift {
    0%, 100% {
        background: linear-gradient(135deg, var(--purple-gradient-start) 0%, var(--purple-gradient-end) 100%);
    }
    50% {
        background: linear-gradient(135deg, var(--purple-gradient-end) 0%, var(--purple-gradient-start) 100%);
    }
}

.hero-video-bg:has(video[error]) .hero-gradient-fallback,
.hero-video-bg:not(:has(video)) .hero-gradient-fallback {
    display: block;
}

/* Fallback when video doesn't exist */
.hero-video-bg video:not([src]) ~ .hero-gradient-fallback {
    display: block;
}

.hero-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.9;
}

.ribbon-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    animation: ribbonFloat 8s ease-in-out infinite;
}

.ribbon-path {
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.6));
    animation: ribbonMove 8s linear infinite;
}

.ribbon-dash {
    animation: ribbonDashMove 8s linear infinite;
}

@keyframes ribbonMove {
    0% {
        stroke-dashoffset: 0;
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
    100% {
        stroke-dashoffset: -200;
        opacity: 0.8;
    }
}

@keyframes ribbonDashMove {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -200;
    }
}

@keyframes ribbonFloat {
    0%, 100% {
        transform: translateY(-50%) translateX(0);
    }
    50% {
        transform: translateY(-45%) translateX(20px);
    }
}

/* Animated Ribbon Graphic */
.hero-ribbon-graphic {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.9;
}

.ribbon-graphic-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    animation: ribbonFloat 10s ease-in-out infinite;
}

.ribbon-main-path {
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.3));
    animation: ribbonFlow 12s ease-in-out infinite;
}

.ribbon-markers {
    animation: ribbonMarkersMove 12s ease-in-out infinite;
}

@keyframes ribbonFlow {
    0%, 100% {
        opacity: 0.9;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateY(-10px);
    }
}

@keyframes ribbonMarkersMove {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -100;
    }
}

@keyframes ribbonFloat {
    0%, 100% {
        transform: translateX(0) translateY(0);
    }
    50% {
        transform: translateX(-20px) translateY(10px);
    }
}

/* Hero Content Container - Elementor Style */
.hero .elementor-element.e-con-full {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: min(800px, 90vw);
    margin: 0 auto;
    padding: clamp(40px, 8vw, 80px) clamp(20px, 4vw, 40px);
    width: 100%;
    box-sizing: border-box;
    animation: fadeInUp 1s ease-out;
}

/* Elementor Widget Styles in Hero */
.hero .elementor-element.elementor-widget {
    width: 100%;
    margin-bottom: 1.5rem;
}

.hero .elementor-element.elementor-widget:last-child {
    margin-bottom: 0;
}

.hero .elementor-widget-container {
    width: 100%;
}

/* Legacy support */
.hero-content-container {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: min(800px, 90vw);
    margin: 0 auto;
    padding: clamp(40px, 8vw, 80px) clamp(20px, 4vw, 40px);
    width: 100%;
    box-sizing: border-box;
    animation: fadeInUp 1s ease-out;
}

.hero-heading-widget,
.hero-text-widget,
.hero-button-widget {
    width: 100%;
}

.hero-widget-container {
    width: 100%;
}

/* Hero Heading - Elementor Style */
.elementor-heading-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: var(--secondary-color);
    text-align: left;
    font-family: "Yekan Bakh NoEn", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: -0.02em;
    text-shadow: none;
    white-space: normal;
    word-wrap: break-word;
}

.elementor-heading-title.elementor-size-default {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}

/* Hero heading widget container */
.hero-heading-widget .hero-widget-container {
    width: 100%;
}

/* Hero Text */
.hero-text-widget {
    margin-bottom: 2rem;
}

.hero-text-widget p {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--secondary-color);
    opacity: 1;
    margin: 0;
    margin-bottom: 2rem;
    text-align: left;
    text-shadow: none;
    font-weight: 400;
}

/* Hero Button - Elementor Style */
.elementor-button-wrapper {
    display: inline-block;
    margin-top: 1rem;
}

.elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color);
    color: #1a1a1a;
    text-decoration: none;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.3s ease;
    border: 1px solid #d0d0d0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background: #f5f5f5;
    color: #1a1a1a;
    border-color: #c0c0c0;
}

.elementor-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.elementor-button-link {
    background: var(--secondary-color);
    color: var(--purple-gradient-start);
}

.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.elementor-button-text {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.elementor-button.elementor-size-sm {
    padding: 0.75rem 1.75rem;
    font-size: 0.9375rem;
    border-radius: 8px;
}

/* Button text shadow for better visibility on video background */
.elementor-button {
    text-shadow: none;
}

/* Hero Visual - Right Side Car */
.hero-visual {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInRight 1s ease-out;
    width: 50%;
    max-width: 700px;
    padding: 0 40px;
    height: 100%;
}

.car-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}

.hero-car-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.4));
    animation: carFloat 4s ease-in-out infinite;
    transform-style: preserve-3d;
    z-index: 1;
}

@keyframes carFloat {
    0%, 100% {
        transform: translateY(0) rotateY(-3deg) scale(1);
    }
    50% {
        transform: translateY(-15px) rotateY(3deg) scale(1.02);
    }
}

.car-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}

.hero-car-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.4));
    animation: carFloat 4s ease-in-out infinite;
    transform-style: preserve-3d;
    z-index: 1;
}

@keyframes carFloat {
    0%, 100% {
        transform: translateY(0) rotateY(-3deg) scale(1);
    }
    50% {
        transform: translateY(-15px) rotateY(3deg) scale(1.02);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.btn-primary {
    background: var(--secondary-color);
    color: var(--purple-gradient-start);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    background: #f8f8f8;
}

/* Solutions Section */
/* Solutions Section - Elementor Style */
.solutions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem 0;
    margin-top: 7.75rem;
    margin-bottom: 9.5rem;
    padding: 0;
    background: var(--secondary-color);
}

.solutions .e-con-inner {
    display: flex;
    flex-direction: column;
    gap: 0.75rem 0;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Solutions Section Headings */
.solutions .elementor-widget-heading:first-of-type {
    margin-bottom: 0;
    text-align: right;
}

.solutions .elementor-widget-heading:first-of-type .elementor-heading-title {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--navy-text);
    margin-bottom: 0;
    text-align: right;
}

.solutions .elementor-widget-heading:nth-of-type(2) {
    margin: 0 0 2rem 0;
    text-align: right;
}

.solutions .elementor-widget-heading:nth-of-type(2) .elementor-heading-title {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2em;
    color: var(--navy-text);
    text-align: right;
}

/* Solutions Grid Container */
.solutions .e-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    padding: 0;
    margin-top: 0;
}

/* Solution Card - RTL Optimized */
.solutions .solution-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem 0;
    border-radius: 10px;
    padding: 2.25rem 2rem 0 2rem;
    overflow: hidden;
    transition: transform 0.3s ease;
    text-align: right;
    position: relative;
    height: 430px;
}

/* Card Background Colors */
.solutions .solution-card:nth-child(1) {
    background-color: #092C42;
}

.solutions .solution-card:nth-child(2) {
    background-color: #8B78FC;
}

.solutions .solution-card:nth-child(3) {
    background-color: var(--secondary-color);
}

.solutions .solution-card:nth-child(4) {
    background-color: #DFEAF2;
}

/* Card Title (h3) */
.solutions .solution-card .elementor-widget-heading {
    text-align: right;
    width: 100%;
    position: relative;
    z-index: 3;
    padding-right: 0;
    margin-bottom: 0.75rem;
}

.solutions .solution-card .elementor-widget-heading h3.elementor-heading-title {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
    text-align: right;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 3;
}

.solutions .solution-card:nth-child(1) h3,
.solutions .solution-card:nth-child(1) .elementor-heading-title,
.solutions .solution-card:nth-child(1) h3.elementor-heading-title {
    color: #FFFFFF !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.solutions .solution-card:nth-child(2) h3,
.solutions .solution-card:nth-child(3) h3,
.solutions .solution-card:nth-child(4) h3 {
    color: var(--navy-text);
}

/* Card Description */
.solutions .solution-card .elementor-widget-text-editor {
    width: auto;
    max-width: 233px;
    margin: 0 0 1rem 0;
    text-align: right;
    align-self: flex-end;
    position: relative;
    z-index: 2;
}

.solutions .solution-card:nth-child(1) .elementor-widget-text-editor {
    color: #FFFFFF;
}

.solutions .solution-card:nth-child(2) .elementor-widget-text-editor,
.solutions .solution-card:nth-child(3) .elementor-widget-text-editor,
.solutions .solution-card:nth-child(4) .elementor-widget-text-editor {
    color: var(--navy-text);
}

.solutions .solution-card .elementor-widget-text-editor p {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    text-align: right;
    opacity: 0.9;
}

/* Card Button */
.solutions .solution-card .elementor-button-wrapper {
    margin: 0;
    text-align: right;
    align-self: flex-end;
    position: relative;
    z-index: 2;
}

.solutions .solution-card .elementor-button {
    background-color: #8072fc;
    border: none;
    color: #FFFFFF;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.solutions .solution-card .elementor-button:hover {
    background-color: #8072fc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(128, 114, 252, 0.3);
    opacity: 1;
    color: #FFFFFF;
}

/* Card Image - Fixed in bottom right */
.solutions .solution-card .elementor-widget-image {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    margin: 0.25rem -2rem 0 0;
    z-index: 1;
    width: auto;
}

.solutions .solution-card .elementor-widget-image img {
    width: 306px;
    height: auto;
    max-width: none;
    display: block;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 1160px) {
    .solutions .e-grid {
        grid-auto-flow: row;
    }
}

@media (max-width: 1024px) {
    .solutions .e-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row;
    }
}

@media (max-width: 767px) {
    .solutions {
        margin-top: 4rem;
        margin-bottom: 8rem;
    }

    .solutions .e-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-flow: row;
    }

    .solutions .solution-card {
        padding: 2rem 1.5rem 0 1.5rem;
    }

    .solutions .solution-card .elementor-widget-text-editor {
        align-self: flex-start;
        max-width: 100%;
    }

    .solutions .solution-card .elementor-button-wrapper {
        align-self: flex-start;
    }

    .solutions .solution-card .elementor-widget-image {
        position: relative;
        text-align: center;
        margin: 1rem 0 0 0;
        right: auto;
        left: auto;
        bottom: auto;
    }

    .solutions .solution-card .elementor-widget-image img {
        width: 100%;
        max-width: 306px;
        margin: 0 auto;
    }
}

.learn-more {
    color: var(--purple-gradient-start);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap 0.3s, color 0.3s;
}

.learn-more:hover {
    gap: 1rem;
    color: var(--purple-gradient-end);
}

/* Features Section - Elementor Style */
.features {
    display: flex;
    flex-direction: row;
    gap: 0;
    margin-top: 9.5rem;
    margin-bottom: 10.5rem;
    padding: 0;
    background: transparent;
}

.features .e-con-inner {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Features Main Container */
.features-main {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
}

/* Left Column: Heading, Description, Video */
.features-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem 0;
    width: 50%;
    padding: 0;
}

.features-left .elementor-widget-heading h2 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2em;
    color: var(--navy-text);
    margin: 0;
}

.features-left .elementor-widget-text-editor p {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--navy-text);
    margin: 0;
}

/* Video Widget */
.features-left .elementor-widget-video {
    margin-top: 0;
}

.features-left .elementor-widget-video .elementor-widget-container {
    border-radius: 10px;
    overflow: hidden;
}

.features-left .elementor-video {
    width: 100%;
    height: auto;
    aspect-ratio: 1.77777;
    object-fit: cover;
    display: block;
}

/* Right Column: Feature Cards */
.features-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem 0;
    width: 50%;
    padding: 0;
}

/* Feature Card */
.feature-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem 0;
    width: 66%;
    padding: 0;
}

/* Feature Number (01, 02, 03, 04) */
.feature-card .feature-number {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2em;
    color: #4C30FB;
    margin: 0 0 -0.5rem 0;
}

/* Feature Title (h3) */
.feature-card h3.elementor-heading-title {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--navy-text);
    margin: 0;
}

/* Feature Description */
.feature-card .elementor-widget-text-editor p {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--navy-text);
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .features-main {
        flex-direction: column;
        gap: 4rem 0;
    }

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

    .feature-card {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .features {
        margin-top: 4rem;
        margin-bottom: 8rem;
    }

    .features-left h2 {
        font-size: 2rem;
    }

    .feature-card {
        width: 100%;
    }

    .feature-card .feature-number {
        font-size: 1.5rem;
    }

    .feature-card h3 {
        font-size: 1.25rem;
    }
}

/* Partners Section - Elementor Style */
.partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.25rem 0;
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
    padding: 0;
    background: transparent;
}

.partners .e-con-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.25rem 0;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 1rem;
}

.partners .elementor-widget-heading {
    text-align: center;
}

.partners .elementor-widget-heading h3 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--navy-text);
    margin: 0;
}

/* Partners Logos Grid */
.partners-logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.75rem 6.5rem;
    width: 970px;
    max-width: 100%;
    padding: 0;
}

.partner-logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 128px;
    padding: 0;
}

.partner-logo-item .elementor-widget-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.partner-logo-item img {
    height: 70px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Special handling for Mitchell SVG */
.partner-logo-item img[alt="Mitchell"] {
    height: 70px;
}

/* Special handling for Kirmac */
.partner-logo-item img[alt="Kirmac"] {
    height: auto;
    max-height: 70px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .partners-logos {
        width: 100%;
        gap: 1.75rem 3rem;
    }
}

@media (max-width: 767px) {
    .partners {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .partners-logos {
        gap: 2rem 2rem;
    }

    .partner-logo-item {
        width: calc(50% - 1rem);
    }

    .partner-logo-item img {
        height: 60px;
    }
}

.partner-logo:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    filter: grayscale(0%);
    opacity: 1;
}

/* Partnership Section */
/* Partnership CTA Section - Elementor Style */
.partnership-cta {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    background: transparent;
}

.partnership-cta .e-con-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 1rem;
}

.partnership-cta-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    padding: 6.5rem 1rem;
    background-color: #CCE2F1;
    text-align: center;
}

.partnership-cta-content .elementor-widget-heading:first-child h2 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--navy-text);
    margin: 0 0 1rem 0;
}

.partnership-cta-content .elementor-widget-heading:nth-child(2) {
    width: 513px;
    max-width: 100%;
    margin: 0 auto;
}

.partnership-cta-content .elementor-widget-heading:nth-child(2) p {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--navy-text);
    margin: 0;
}

.partnership-cta-content .elementor-button {
    background-color: #4C30FB;
    color: #FFFFFF;
    border-color: #4C30FB;
    margin-top: 1rem;
}

.partnership-cta-content .elementor-button:hover {
    background-color: #FFFFFF;
    color: #4C30FB;
    border-color: #FFFFFF;
}

@media (max-width: 767px) {
    .partnership-cta-content {
        padding: 3rem 1.5rem 9rem 1.5rem;
    }

    .partnership-cta-content .elementor-widget-heading:nth-child(2) p {
        font-size: 1.25rem;
    }
}

.partnership {
    padding: 6rem 0;
    background: var(--light-blue);
    text-align: center;
}

.btn-secondary {
    background: var(--purple-gradient-start);
    color: var(--secondary-color);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    margin-top: 2rem;
}

.btn-secondary:hover {
    background: var(--purple-gradient-end);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(147, 106, 234, 0.4);
}

/* Case Studies Section - Elementor Style */
.case-studies {
    display: flex;
    flex-direction: column;
    gap: 3rem 0;
    margin-top: 10rem;
    margin-bottom: 10rem;
    padding: 0;
    background: transparent;
}

.case-studies .e-con-inner {
    display: flex;
    flex-direction: column;
    gap: 3rem 0;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 1rem;
}

.case-studies .elementor-widget-heading h2 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2em;
    color: var(--navy-text);
    margin: 0;
    width: 919px;
    max-width: 100%;
}

/* Case Studies Grid */
.case-studies-grid .elementor-loop-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    grid-auto-rows: 1fr;
}

/* Case Study Card */
.case-study-wrapper {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.case-study-wrapper:hover {
    transform: translateY(-5px);
}

.case-study-wrapper .e-con-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
}

/* Case Study Image */
.case-study-wrapper .elementor-widget-image {
    aspect-ratio: 1920 / 893;
    overflow: hidden;
    margin: 0 0 -1rem 0;
}

.case-study-wrapper .elementor-widget-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Case Study Content */
.case-study-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: var(--secondary-color);
    padding: 1rem 3rem 1rem 0;
    margin: 0;
}

.case-study-header {
    display: flex;
    gap: 0;
    padding: 0;
    width: 80%;
}

.case-study-header .elementor-widget-heading:first-child {
    width: auto;
    max-width: auto;
    margin: 0 0.5rem 0 0;
}

.case-study-header .elementor-widget-heading:first-child h2 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--navy-text);
    margin: 0;
}

.case-study-header .elementor-widget-heading:nth-child(2) {
    width: auto;
    max-width: auto;
    margin: 0 0 1rem 0;
}

.case-study-header .elementor-widget-heading:nth-child(2) h3 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--navy-text);
    margin: 0;
}

/* Case Study Arrow Icon */
.case-study-wrapper .elementor-widget-html {
    width: auto;
    max-width: auto;
    height: 32px;
}

.case-study-wrapper .elementor-widget-html svg {
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
}

.case-study-wrapper:hover .elementor-widget-html svg path {
    fill: #FFFFFF;
}

.case-study-wrapper:hover .elementor-widget-html svg circle {
    fill: #4C30FB;
    stroke: #4C30FB;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .case-studies-grid .elementor-loop-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .case-studies {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .case-studies-grid .elementor-loop-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .case-study-content {
        padding: 1rem 1rem 1rem 0;
    }

    .case-study-header {
        width: 100%;
    }
}

.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.case-study-card {
    background: var(--bg-light);
    padding: 0;
    border-radius: 8px;
    transition: transform 0.3s;
    overflow: hidden;
}

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

.case-study-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.case-study-card:hover .case-study-image img {
    transform: scale(1.05);
}

.case-study-label,
.case-study-card h3 {
    padding: 0 2rem;
}

.case-study-label {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.case-study-card h3 {
    margin-bottom: 2rem;
}

.case-study-label {
    display: inline-block;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.case-study-card h3 {
    font-size: 1.25rem;
    color: var(--navy-text);
    font-weight: 600;
}

/* News Section */
/* News Section - Elementor Style */
.news {
    display: flex;
    flex-direction: column;
    gap: 3rem 0;
    margin-top: 10rem;
    margin-bottom: 10rem;
    padding: 0;
    background: transparent;
}

.news .e-con-inner {
    display: flex;
    flex-direction: column;
    gap: 3rem 0;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 1rem;
}

.news .elementor-widget-heading h2 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2em;
    color: var(--navy-text);
    margin: 0;
    width: 919px;
    max-width: 100%;
}

/* News Grid */
.news-grid .elementor-loop-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    grid-auto-rows: 1fr;
}

/* News Card Wrapper */
.post-grid-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.25rem 0;
    text-decoration: none;
    color: inherit;
    padding: 0;
    transition: transform 0.3s ease;
}

.post-grid-wrapper:hover {
    transform: translateY(-5px);
}

.post-grid-wrapper .e-con-inner {
    display: flex;
    flex-direction: column;
    gap: 1.25rem 0;
    padding: 0;
}

/* News Image */
.post-grid-wrapper .elementor-widget-image {
    aspect-ratio: 3 / 2;
    max-height: 380px;
    min-height: 234px;
    overflow: hidden;
    border-radius: 10px;
}

.post-grid-wrapper .elementor-widget-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* News Content */
.news-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem 0;
    padding: 0;
}

.news-meta-row {
    padding: 0;
}

.news-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 1rem;
    padding: 0;
    margin: 0 0 0.5rem 0;
}

/* Post Info (Press Release, Date) */
.elementor-post-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0.5rem;
}

.elementor-post-info .elementor-icon-list-item {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2em;
    color: rgba(17, 49, 72, 0.4);
}

.elementor-post-info .elementor-icon-list-item:not(:last-child)::after {
    content: '•';
    margin-left: 0.5rem;
    color: rgba(17, 49, 72, 0.4);
}

/* Read Time */
.elementor-widget-shortcode .elementor-shortcode {
    color: rgba(17, 49, 72, 0.4);
    font-size: 14px;
    font-family: "Yekan Bakh NoEn", sans-serif;
}

/* News Title */
.post-grid-wrapper .elementor-widget-theme-post-title h3 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--navy-text);
    margin: 0;
}

/* Read More Button */
.post-grid-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 1rem;
    width: fit-content;
    margin-top: 0.5rem;
    padding: 0;
}

.post-grid-btn .elementor-widget-heading span {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2em;
    color: #4C30FB;
}

.post-grid-btn .elementor-widget-html {
    height: 32px;
    width: 32px;
}

.post-grid-btn svg {
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
}

.post-grid-wrapper:hover .post-grid-btn span {
    text-decoration: underline;
}

.post-grid-wrapper:hover .post-grid-btn svg circle {
    fill: #4C30FB;
}

.post-grid-wrapper:hover .post-grid-btn svg path {
    fill: #FFFFFF;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .news-grid .elementor-loop-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .news {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .news-grid .elementor-loop-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .post-grid-wrapper .elementor-widget-image {
        min-height: 200px;
    }
}

.read-more {
    color: var(--purple-gradient-start);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap 0.3s, color 0.3s;
}

.read-more:hover {
    color: var(--purple-gradient-end);
    gap: 1rem;
}

.read-more::after {
    content: '→';
    transition: transform 0.3s;
}

.read-more:hover::after {
    transform: translateX(3px);
}

/* CTA Section - Elementor Style */
.cta {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    background: transparent;
}

.cta .e-con-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 1rem;
}

.cta-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    padding: 5.75rem 5rem;
    background-image: url('../images/Tractable-Banner-BG-scaled.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    transition: background-image 0.3s ease;
}

.cta-content:hover {
    background-image: url('../images/Tractable-Banner-BG-Hover-scaled.webp');
}

.cta-content .elementor-widget-heading h2 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2em;
    color: #FFFFFF;
    margin: 0 0 1rem 0;
    width: 800px;
    max-width: 100%;
}

.cta-content .elementor-button {
    background-color: #4C30FB;
    color: #FFFFFF;
    border-color: #4C30FB;
    margin-top: 1rem;
}

.cta-content .elementor-button:hover {
    background-color: #FFFFFF;
    color: #4C30FB;
    border-color: #FFFFFF;
}

@media (max-width: 767px) {
    .cta-content {
        padding: 2rem 2rem;
    }

    .cta-content .elementor-widget-heading h2 {
        font-size: 1.75rem;
    }
}

/* Footer Newsletter Section */
.footer-newsletter {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    background-color: #CCE2F1;
}

.footer-newsletter .e-con-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-newsletter-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    gap: 2rem;
}

.footer-newsletter-content .elementor-widget-heading span {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--navy-text);
}

.footer-newsletter-content .elementor-form {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.footer-newsletter-content .elementor-field-type-email {
    width: auto;
    flex: 1;
    min-width: 200px;
}

.footer-newsletter-content .elementor-field {
    padding: 0.75rem 1rem;
    border: 1px solid rgba(17, 49, 72, 0.2);
    border-radius: 4px;
    font-size: 0.875rem;
    font-family: "Yekan Bakh NoEn", sans-serif;
}

.footer-newsletter-content .elementor-button {
    background-color: #4C30FB;
    color: #FFFFFF;
    border-color: #4C30FB;
    padding: 0.75rem 1.5rem;
}

.footer-newsletter-content .elementor-button:hover {
    background-color: #FFFFFF;
    color: #4C30FB;
    border-color: #FFFFFF;
}

.footer-newsletter-content .elementor-button-icon svg {
    width: 16px;
    height: 16px;
}

.newsletter {
    margin-top: 3rem;
}

.newsletter h3 {
    margin-bottom: 1rem;
    color: var(--secondary-color);
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 1rem;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-form input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 1rem;
}

.newsletter-form button {
    background: var(--secondary-color);
    color: var(--purple-gradient-start);
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.newsletter-form button:hover {
    background: #f8f8f8;
    transform: translateY(-1px);
}

/* Footer Main Section - Elementor Style */
.footer-main {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    background-color: #113148;
    color: #FFFFFF;
}

.footer-main .e-con-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 4rem 1rem 2rem;
}

.footer-main-content {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    margin-bottom: 3rem;
}

/* Footer Brand Section */
.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
    padding: 0;
}

.footer-brand .elementor-widget-image img {
    height: 23px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-brand .elementor-widget-heading h2 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Social Icons */
.elementor-social-icons-wrapper {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.elementor-social-icon {
    color: #FFFFFF;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.elementor-social-icon:hover {
    transform: translateY(-3px);
}

.elementor-social-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

/* Footer Links Grid */
.footer-links-grid {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    flex: 1;
    padding: 0;
}

.footer-link-section {
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
    padding: 0;
}

.footer-link-section h6 {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2em;
    color: #FFFFFF;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-link-section .elementor-widget-heading span a {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2em;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 0.5rem;
}

.footer-link-section .elementor-widget-heading span a:hover {
    color: #FFFFFF;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-copyright {
    padding: 0;
}

.footer-copyright .elementor-heading-title {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.footer-trust-badges {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 1rem;
    min-width: 120px;
    flex-shrink: 0;
}

.footer-trust-badges .elementor-widget-container {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
}

.footer-trust-badges .elementor-widget-html {
    display: block !important;
    width: auto !important;
}

.enamad-badge {
    display: inline-block !important;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    line-height: 0;
    visibility: visible !important;
}

.enamad-badge:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.enamad-badge-img {
    width: auto !important;
    height: 60px !important;
    max-width: 120px;
    min-width: 80px;
    cursor: pointer;
    display: block !important;
    border-radius: 4px;
    transition: transform 0.3s ease;
    visibility: visible !important;
    opacity: 1 !important;
}

.enamad-badge:hover .enamad-badge-img {
    transform: scale(1.05);
}

.footer-policies {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    padding: 0;
}

.footer-policies .elementor-heading-title a {
    font-family: "Yekan Bakh NoEn", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2em;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-policies .elementor-heading-title a:hover {
    color: #FFFFFF;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-main-content {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-links-grid {
        flex-wrap: wrap;
        gap: 2rem;
    }
}

@media (max-width: 767px) {
    .footer-newsletter-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .footer-newsletter-content .elementor-form {
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .footer-trust-badges {
        width: 100%;
        justify-content: flex-start;
        margin: 0.5rem 0;
    }

    .enamad-badge-img {
        height: 50px;
        max-width: 100px;
    }

    .footer-links-grid {
        flex-direction: column;
        gap: 2rem;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero .elementor-element.e-con-full,
    .hero-content-container {
        max-width: min(700px, 85vw);
        padding: clamp(50px, 6vw, 70px) clamp(25px, 3vw, 35px);
    }
}

@media (max-width: 1024px) {
    .hero-ribbon-graphic {
        width: 50%;
        opacity: 0.7;
    }

    .hero .elementor-element.e-con-full,
    .hero-content-container {
        max-width: min(600px, 90vw);
        padding: clamp(40px, 5vw, 60px) clamp(20px, 3vw, 30px);
    }

    .elementor-heading-title {
        font-size: clamp(2rem, 4vw, 2.5rem);
        line-height: 1.25;
    }

    .elementor-heading-title.elementor-size-default {
        font-size: clamp(2rem, 4vw, 2.5rem);
        line-height: 1.25;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .hero {
        min-height: 100vh;
        padding: 0;
    }

    .hero .e-con-inner,
    .hero-inner {
        min-height: 100vh;
        padding: 0 clamp(1rem, 3vw, 1.5rem);
    }

    .elementor-background-video-container,
    .hero-video-container {
        display: flex !important;
    }

    .elementor-background-video-hosted,
    .hero-background-video-hosted {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-ribbon-graphic {
        display: none;
    }

    .hero .elementor-element.e-con-full,
    .hero-content-container {
        width: 100%;
        max-width: 100%;
        padding: clamp(40px, 8vw, 60px) clamp(16px, 4vw, 20px);
        align-items: center;
        text-align: center;
    }

    .elementor-heading-title {
        font-size: clamp(1.5rem, 5vw, 2rem);
        text-align: center;
        line-height: 1.3;
    }

    .elementor-heading-title.elementor-size-default {
        font-size: clamp(1.5rem, 5vw, 2rem);
        line-height: 1.3;
    }

    .hero-text-widget p {
        font-size: 1rem;
        text-align: center;
    }

    .elementor-button-wrapper {
        display: flex;
        justify-content: center;
    }

    .section-title {
        font-size: 2rem;
    }

    .solutions-grid,
    .features-grid,
    .case-studies-grid,
    .news-grid {
        grid-template-columns: 1fr;
    }

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

    .newsletter-form {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .elementor-heading-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .elementor-heading-title.elementor-size-default {
        font-size: 1.75rem;
        line-height: 1.3;
    }
}

