

/* ================== 01. Import Vendor ================== */

@import url('../css/vendor/font-family-plus-jakarta-sans.css');
@import url('../css/vendor/bootstrap.min.css');
@import url('../css/vendor/fontawesome.css');
@import url('../css/vendor/brands.css');
@import url('../css/vendor/regular.css');
@import url('../css/vendor/solid.css');
@import url('../css/vendor/animate.min.css');

/* ================== 02 Root Variables ================== */

/* 2.1 Colors Variables */

:root {
    --site-header-shell-height: 75px;
    --primary: #F2F7FF;
    --secondary: #0a0a0a;
    --text-color: #9fb1cc;
    --text-color-2: var(--secondary); 
    --accent-color: #FFD24A; 
    --accent-color-2: #FFFFFF;
    --accent-color-3: #13233c;
    --accent-color-4: #0b1830;
    --accent-color-5: rgba(7, 17, 31, 0.76);
    --accent-color-6: rgba(200, 42, 239, 0.42);
    --star-color: #EFBC2A;
    --error-color: #e63946;
    --accent-transparent: #00000000;
    --accent-transparent-2: #00000073;
    --box-shadow-top-left: -3px -3px 7px 0px rgba(200.00000000000006, 42, 238.99999999999997, 0.44);
    --box-shadow-bottom-right: 3px 3px 7px 0px rgba(200.00000000000006, 42, 238.99999999999997, 0.44);
    --box-shadow-top-left-wide: -3px -3px 10px 0px rgba(200.00000000000006, 42, 238.99999999999997, 0.44);
    --box-shadow-bottom-right-wide: 3px 3px 10px 0px rgba(200.00000000000006, 42, 238.99999999999997, 0.44);
    --global-font: "Plus Jakarta Sans", sans-serif;
    --global-border-radius: 25px 25px 25px 25px;
    --animation-normal: 1.25s;
    --animation-slow: 2s;
    --animation-fast: 0.75s;
    
    /* 2.2 Font Weight Variables */
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    
    /* 2.3 Font Size Variables */
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-base: 16px;
    --font-size-lg: 18px;
    --font-size-xl: 20px;
    --font-size-2xl: 22px;
    --font-size-3xl: 24px;
    --font-size-4xl: 25px;
    --font-size-5xl: 28px;
    --font-size-6xl: 30px;
    --font-size-7xl: 32px;
    --font-size-8xl: 38px;
    --font-size-9xl: 40px;
    --font-size-10xl: 45px;
    --font-size-11xl: 46px;
    --font-size-12xl: 50px;
    --font-size-13xl: 56px;
    --font-size-14xl: 64px;
    --font-size-15xl: 100px;
    --font-size-16xl: 150px;
    --font-size-17xl: 200px;
    
    /* 2.4 Line Height Variables */
    --line-height-tight: 1em;
    --line-height-snug: 1.2em;
    --line-height-normal: 1.3em;
    --line-height-relaxed: 1.4em;
    --line-height-loose: 1.5em;
    --line-height-extra-loose: 1.6em;
    --line-height-ultra-tight: 0.9em;
    --line-height-px-20: 20px;
    --line-height-px-21: 21px;
}

.lightmode{
    --primary: #1D2559;
    --secondary: #F7F7F3;
    --text-color: #69739A;
    --accent-color: #FFD24A;
    --accent-color-2: #1D2559;
    --accent-color-3: #DCE5F4; 
    --accent-color-4: #FFFFFF;
    --accent-color-5: rgba(255, 255, 255, 0.72);
    --accent-color-6: rgba(255, 210, 74, 0.28);
    --accent-color-7: rgba(255, 255, 255, 0.88);
    --star-color: #EFBC2A;
    --error-color: #E63946;
}

/* ================== 03. Keyframes Animations ================== */

@property --progress {
    syntax: '<integer>';
    inherits: true;
    initial-value: 0;
}

@keyframes load {
    to {
        --progress: var(var(--value))
    }
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        transform-origin: center;
        border-width: 0px;
    }

    to {
        opacity: 0;
        transform: scale3d(1.7, 1.7, 1.8);
        transform-origin: center;
        border-width: 13px;
    }
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(.04) translateY(300%);
        transform: scale(.04) translateY(300%);
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0);
        -webkit-transition: ease-out;
        transition: ease-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.02) translateY(0);
        transform: scale(.02) translateY(0);
    }
    61% {
        opacity: 1;
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}
 
/* ================== 04. Base Styles ================== */

body{
    background-color: var(--secondary);
    font-family: var(--global-font);
    color: var(--primary);
}

html[data-theme="light"] body{
    background-color: var(--secondary);
    background-image: radial-gradient(circle at top left, rgba(189, 214, 255, 0.38) 0%, transparent 26%), radial-gradient(circle at top right, rgba(255, 227, 142, 0.24) 0%, transparent 20%), linear-gradient(180deg, #ffffff 0%, #fbfbf7 50%, #f2f4f8 100%);
}

/* Unified homepage section shells */
.unified-home-shell{
    position: relative;
    padding: 2px 2px 0;
    border-radius: 22px 22px 0 0;
    overflow: hidden;
}

.unified-home-panel{
    position: relative;
    background: var(--secondary);
    border-radius: 20px 20px 0 0;
    padding: 38px;
    z-index: 1;
}

html[data-theme="light"] .unified-home-panel{
    background: var(--accent-color-4);
}

.unified-home-panel-about{
    padding: 38px;
}

.unified-home-panel-services{
    padding: 42px 38px 38px;
}

.unified-home-panel-process{
    padding: 42px 38px 38px;
}

.unified-home-panel-contact{
    padding: 38px;
}

html[data-theme="light"] .keep-dark {
    --primary: #F2F7FF;
    --secondary: #07111f;
    --text-color: #9fb1cc;
    --accent-color: #C82AEF; 
    --accent-color-2: #FFFFFF;
    --accent-color-3: #13233c;
    --accent-color-4: #0b1830;
    --accent-color-5: rgba(7, 17, 31, 0.76);
    --accent-color-6: rgba(200, 42, 239, 0.42);
    --accent-color-7: #FFFFFF8C;
    --star-color: #EFBC2A;
    --error-color: #e63946;
}

h1 {
    font-size: var(--font-size-15xl);
    line-height: var(--line-height-normal);
}

h2{
    font-size: var(--font-size-14xl);
    line-height: var(--line-height-snug);
}

h3 {
    font-size: var(--font-size-11xl);
    line-height: var(--line-height-snug);
}

h4 {
    font-size: var(--font-size-5xl);
    line-height: var(--line-height-loose);
}

h5 {
    font-size: var(--font-size-3xl);
    line-height: var(--line-height-loose);
}

h6 {
    font-size: var(--font-size-xl);
    line-height: var(--line-height-loose);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: var(--font-weight-bold);
    margin: 0;
}

button, a{
    font-size: var(--font-size-base);
    color: var(--accent-color);
    text-decoration: none;
    font-weight: var(--font-weight-semibold);
}

p {
    font-size: var(--font-size-lg);
    margin-bottom: 14.4px;
    font-weight: var(--font-weight-medium);
    color: var(--text-color);
}

ul{
    list-style: none;
}

/* ================== 05. Global Layout Styles ================== */

.section {
    padding: 50px 20px;
}

.section-home-expertise{
    position: relative;
    background-color: transparent;
    background-image: none;
}


.section-home-expertise{
    position: relative;
    background-color: transparent;
    background-image: none;
}

html[data-theme="light"] .section-home-expertise{
    background-image: none;
}


.hero-container {
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.section-banner{
    padding: 0px 30px 0px 30px;
    overflow-x: clip;
}

.section-404{
    padding: 30px 30px 30px 30px;
}

.section-partner{
    padding: 0px 20px 0px 20px;
}

.section-guide{
    padding: 0px 30px 0px 30px;
}

.section404{
    display: flex;
    flex-direction: column;
    gap: 1em;
    min-height: 900px;
    justify-content: center;
    align-items: center;
    text-align: center;
    justify-self: center;
    width: 50%;
    padding: 4em 1em 4em 1em;
}

.section-footer{
    padding: 0px 30px 30px 30px;
}

/* ================== 06. Accent Color ================== */

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

/* ================== 07. Form Layout Components ================== */

/* 7.1 Form Layout */

.form-layout-wrapper{
    display: flex;
    border-radius: var(--global-border-radius);
    overflow: hidden;
    flex-direction: column;
    padding: 2px 2px 2px 2px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.form-layout-wrapper::before{
    content: '';
    position: absolute;
    opacity: 0.5;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--accent-color) 0%, var(--accent-transparent) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.form-layout{
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: radial-gradient(at bottom center, var(--accent-color-3), var(--accent-color-4) 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px 30px;
    border: 1px solid var(--accent-color-3);
    padding: 45px 30px 45px 30px;
}

.form{
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
}

.form input,
.form textarea,
.form select {
    background-color: var(--secondary);
    border: none;
    border-radius: 100px;
    color: var(--primary);
    outline: none;
    line-height: var(--line-height-px-21);
    padding: 20px 30px 20px 30px;
    font-size: var(--font-size-base);
    width: 100%;
}

html[data-theme="light"] .form input,
html[data-theme="light"] .form textarea,
html[data-theme="light"] .form select{
    border: 1px solid var(--accent-color-3);
}

.form textarea{
    border-radius: 35px;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    box-shadow: none;
    color: var(--primary);
}

.form input:autofill,
.form input:autofill:focus {
    transition: background-color 5000s ease-in-out;
    -webkit-text-fill-color: var(--primary);
}

.form input::placeholder,
.form textarea::placeholder {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-relaxed);
}

.form label{
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-relaxed);
    text-align: start;
    color: var(--text-color);
}

.form .form-select {
    color: var(--text-color-2);
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="blue" class="bi bi-check-xl" viewBox="0 0 16 16"><path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/></svg>');
}

.form input.form-check-input {
    background-color: transparent;
    border: 1px solid gray;
}

.form input.form-check-input:checked {
    border: 1px solid blue;
    color: blue;
}

.form-button-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
}

/* 7.2 Validation Styles */

.error-text {
    color: var(--accent-color);
    font-size: var(--font-size-base);
    margin-bottom: 10px;
  }

.alert {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em;
    border-radius: 6px;
    margin-bottom: 15px;
    border: 1px solid var(--background-color);
  }

.success {
    display: flex;
    flex-direction: column;
    gap: 1em;
    background-color: var(--primary);
    color: var(--secondary);
}

.success span,
.success p{
    color: var(--secondary);
}
  
.error {
    display: flex;
    flex-direction: column;
    gap: 1em;
    background-color: var(--primary);
    color: var(--secondary);
}

.error span,
.error p{
    color: var(--secondary);
}
  
.check-icon,
.cross-icon {
    font-size: var(--font-size-xl);
    margin-right: 10px;
}

.hidden{
    display: none;
}

.search-form input {
    background-color: var(--accent-transparent);
    border: 1px solid var(--accent-color-5);
    border-right: none;
    border-radius: 25px 0px 0px 25px;
    height: 70px;
    padding: 0px 30px;  
    width: 600px;
    color: var(--primary);
}

.search-form input:focus {
    border: 1px solid var(--accent-color-5);
    border-right: none;
    outline: 1px solid var(--accent-color-5);
    outline-offset: 0;
}

.search-form button {
    border: 1px solid var(--accent-color-5);
    border-left: none;
    background-color: transparent;
    color: var(--accent-color-1);
    border-radius: 0px 25px 25px 0px;
    padding: 0px 30px;
    height: 70px;
}

.search-form input:autofill,
.search-form input:autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    background-color: var(--accent-color-5) !important;
    -webkit-text-fill-color: var(--accent-color-5) !important;
}

/* ================== 08. Navbar ================== */

.site-header.is-sticky{
    position: sticky;
    top: 0;
    z-index: 30;
}

.site-header.is-sticky .navbar-wrapper{
    transition: none;
    animation: none;
    will-change: auto;
}

.site-header.is-sticky.is-sticky-hidden .navbar-wrapper{
    transform: translateY(calc(-100% - 18px));
}

.site-header.is-sticky.is-sticky-visible .navbar-wrapper{
    transform: translateY(0);
}

.navbar-wrapper{
    display: flex;
    flex-direction: row;
    align-self: stretch;
    width: 100%;
    height: auto;
    padding: 5px 30px 10px 30px;
}

.navbar {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 3;
    padding: 1em;
    border: 1px solid var(--accent-color-3);
    background-color: var(--accent-color-4);
    padding: 6px 26px;
    border-radius: var(--global-border-radius);
    min-height: 60px;
}

.navbar-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-btn{
    display: none;
    padding: 8px 16px;
    background-color: var(--accent-color);
    color: var(--primary);
    box-shadow: none;
    transition: all 0.3s ease;
    order: 1;
}
.navbar-nav .nav-link:focus {
    color: var(--accent-color);
    background-color: none;
}

.nav-link {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-loose);
    color: var(--primary);
    background-color: transparent;
    padding: 8px 16px 8px 16px !important;
}

.navbar-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.navbar-collapse{
    display: flex;
    justify-content: space-between;
}

.nav-link:hover,
.nav-link.active,
.nav-link.show {
    color: var(--accent-color) !important;
    background-color: transparent;
}

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

.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0;
    border-radius: 25px;
    width: 220px;
    background-color: var(--secondary);
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
}

.dropdown-item {
    padding-block: 0.75rem;
    color: var(--primary);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    padding-inline: 0.75rem;
}

.dropdown-item.active {
    color: var(--text-color);
    background-color: transparent;
}

.dropdown-item:hover {
    background-color: var(--secondary);
    color: var(--text-color);
}

.dropdown-item:focus {
    color: var(--text-color);
}

.dropdown-toggle::after {
    display: none !important;
}

/* ================== 09. Sidebar ================== */

.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: var(--secondary);
    color: var(--primary);
    transition: transform 0.4s ease-in-out;
    z-index: 1000;
    overflow-y: auto;
    max-height: 100vh;
    padding: 0px 16px 0px 5px;
}

.sidebar.active{
    transform: translateX(300px);
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px 20px;
}

.sidebar-header .logo {
    width: 75%;
}

.close-btn {
    display: inline-block;
    justify-content: center;
    background-color: var(--accent-color);
    border: var(--accent-color);
    border-radius: 8px 8px 8px 8px;
    color: var(--primary);
    font-weight: var(--font-weight-bold);
    position: relative;
    font-size: var(--font-size-base);
    cursor: pointer;
    padding: 8px 18px;
    transition: all 0.4s;
}

.close-btn:hover{
    background-color: var(--accent-transparent);
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
}

.menu {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.menu li {
    margin-bottom: 10px;
}

.menu a {
    color: var(--primary);
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    display: block;
    border-radius: 5px;
    transition: 0.3s;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    text-transform: capitalize;
}

.menu a:hover,
.menu a.active,
.menu a.focus {
    color: var(--accent-color);
    background-color: var(--secondary);
}

.sidebar-dropdown .dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-dropdown-btn {
    background: none;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    font-size: var(--font-size-base);
    cursor: pointer;
    padding: 0px 18px;
    border-radius: 24px;
    transition: transform 0.3s ease;

}
.sidebar-dropdown-btn:hover {
    color: var(--accent-color);
    border: 1px solid var(--accent-color)
}

.sidebar-dropdown-menu {
    list-style: none;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding-top: 0;
    padding-bottom: 0;
}

.sidebar-dropdown-menu.active {
    max-height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.below-dropdown {
    transition: margin-top 0.1s ease-in-out;
    margin-top: 0px;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 5px;
}

/* ================== 10. Content Edit Sidebar ================== */

.content-edit-sidebar {
    position: fixed;
    top: 0;
    right: -410px;
    width: 410px;
    height: 100%;
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
    transition: transform 0.4s ease-in-out;
    z-index: 1000;
    overflow-y: auto;
    max-height: 100vh;
    cursor: default;
    padding: 0px 16px 0px 5px;
}

.content-edit-sidebar.active{
    transform: translateX(-410px);
}

.content-edit-sidebar .content{
    padding: 50px 30px 0px 30px;
}

.content-edit-sidebar .content span{
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-normal);
}

.close-btn-second {
    display: inline-block;
    justify-content: center;
    background-color: var(--accent-transparent);
    border: none;
    border-radius: 25% 25% 25% 25%;
    color: var(--primary);
    font-weight: var(--font-weight-bold);
    position: relative;
    font-size: var(--font-size-lg);
    cursor: pointer;
    border: 1px solid var(--accent-color);
    padding: 12px 15px 12px 15px;
    transition: all 0.4s;
}

.close-btn-second:hover{
    border: 1px solid var(--primary);
    color: var(--accent-color);
}


.content-edit{
    padding: 5px 6px 0px 5px;
    background-color: transparent;
    color: var(--primary);
    height: auto;
    border: none;
    transition: all 0.3s;
}

.content-edit svg {
    width: 30px;
    height: 30px;
}

.content-edit:hover{
    color: var(--accent-color);
}

/* ================== 11. Newsletter Form ================== */

#newsletterForm {
    display: flex;
    flex-direction: row;
    border-radius: 100px 100px 100px 100px;
    padding: 10px 10px 10px 10px;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    background-color: var(--secondary);
    width: 80%;
}

html[data-theme="light"] #newsletterForm {
    border: 1px solid var(--accent-color-3);
}

#newsletterForm input {
    padding: 23px 20px 23px 20px;
    border-radius: 20px 20px 20px 20px;
    width: 100%;
    height: auto;
    font-size: var(--font-size-base);
    color: var(--primary) !important;
    background-color: var(--secondary) !important;
    text-align: left;
    border: none;
    outline: none;
}

#newsletterForm input::placeholder{
    color: var(--primary);
}

#newsletterForm input:autofill,
#newsletterForm input:autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    background-color: var(--secondary) !important;
    -webkit-text-fill-color: var(--secondary) !important;
}

html[data-theme="light"] #newsletterForm input:autofill,
html[data-theme="light"] #newsletterForm input:autofill:focus{
    background-color: var(--secondary) !important;
    color: var(--text-color) !important;
    -webkit-text-fill-color: var(--text-color) !important;
}

#newsletterForm .error-text {
    color: var(--error-color);
    font-size: var(--font-size-sm);
    margin-top: 4px;
}

#newsletterForm .hidden {
    display: none;
}

#newsletterForm button:hover {
    background-color: transparent;
    color: var(--primary);
}

#newsletter-success{
    background-color: var(--primary);
    color: var(--primary);
}
#newsletter-error{
    background-color: var(--primary);
    color: var(--primary);
}

/* ================== 12. Button ================== */

.btn{
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 100px 100px 100px 100px;
    padding: 5px 5px 5px 5px;
    justify-content: space-between;
    align-self: stretch;
}

.btn-accent{
    fill: var(--accent-color-2);
    transition: all 0.6s;
    background-color: var(--accent-color-4);
    box-shadow: var(--box-shadow-top-left);
}

html[data-theme="light"] .btn-accent{
    background-color: var(--accent-color-4);
    border: 1px solid var(--accent-color);
    box-shadow: 0 10px 24px rgba(255, 210, 74, 0.24);
}

html[data-theme="light"] .keep-dark .btn-accent{
    background-color: var(--accent-color-4);
    border: 1px solid var(--accent-color);
    box-shadow: 0 10px 24px rgba(255, 210, 74, 0.24);
}

html[data-theme="light"] .btn-accent .btn-title span{
    color: var(--accent-color-2);
}

html[data-theme="light"] .btn-accent .icon-circle{
    background-color: var(--accent-color);
    color: var(--accent-color-2);
}

html[data-theme="light"] .btn-accent:hover{
    background-color: #fff7cf;
    border-color: #f1c534;
    box-shadow: 0 14px 28px rgba(255, 210, 74, 0.32);
}

.btn-title{
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-snug);
    padding: 20px 30px 20px 30px;
    color: var(--accent-color-2);
    text-decoration: none;
    align-self: center;
    width: 100%;
    transition: all 0.6s;
}

.btn-title a,
.btn-title span{
    color: var(--primary);
}

.btn-accent:hover{
    box-shadow: var(--box-shadow-bottom-right);
    background-color: var(--accent-color-4);
}

.btn:hover .btn-title a,
.btn:hover .btn-title span,
.btn:focus .btn-title a,
.btn:focus .btn-title span{
    color: var(--accent-color) !important;
}

.btn-sidebar{
    display: inline-block;
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-sm);
    text-align: center;
    padding: 17px 32px;
    border-radius: 30px !important;
    transition: all 0.15s ease-in-out;
    border-radius: 25px;
    line-height: var(--line-height-tight);
    letter-spacing: 1px;
}

.themeswitch{
    height: 45px;
    width: 45px;
    padding: 0;
    border-radius: 50%;
    background-color: var(--accent-color-4);
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
}

.themeswitch i{
    font-size: var(--font-size-xl);
} 

/* ================== 13. Banner Video Container ================== */

.banner-video-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100dvh - var(--site-header-shell-height));
    padding: 40px 20px 40px 20px;
    border-radius: var(--global-border-radius);
    border: none;
    background: transparent;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.banner-video-container::before{
    content: none;
}


#banner-video-background {
    position: absolute;
    inset: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}


.banner-video-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 38%;
}

.banner-video-content p{
    max-width: 50%;
    font-size: var(--font-size-base);
}


/* ================== 14. Banner Components ================== */

/* 14.1 Banner Layout */
.banner-layout-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 120px 0px;
    border: 1px solid var(--accent-color-3);
    border-radius: var(--global-border-radius);
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-layout-wrapper::before{
    content: '';
    position: absolute;
    background-image: url('../image/regular-square-grids-4AL3FJ8.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
    z-index: -1;
}

html[data-theme="light"] .banner-layout-wrapper::before {
    background-image: url('../image/regular-square-grids-4AL3FJ8-light.png');
}

.banner-layout{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 120px 0px;
    width: 100%;
    height: 100%;
    padding: 120px 20px 0px 20px;
    color: var(--primary);
    position: relative;
    z-index: 1;
}

.banner-layout::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: radial-gradient(at bottom center, var(--accent-color) 0%, var(--accent-transparent) 50%);
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-layout .spacer{
    align-self: center;
    width: 80%;
    height: 2px;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color) 0%, var(--accent-transparent) 75%);
}


.banner-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    gap: 32px;
    text-align: start;
}

.banner-reviewer{
    display: flex;
    flex-direction: row;
    margin-right: auto;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.banner-reviewer .detail{
    display: flex;
    flex-direction: column;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    color: var(--primary);
}


/* 14.2 Banner Layout 404 */

.banner-layout-404{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2px 2px 2px 2px;
    border-radius: var(--global-border-radius);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-layout-404::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(360deg, var(--accent-color) 0%, var(--accent-transparent) 70%);
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: -1;
}

.layout-404{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px 15px;
    min-height: 93vh;
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
    border-radius: var(--global-border-radius);
    padding: 0px 20px 0px 20px;
    position: relative;
    z-index: 1;
}

.layout-404::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color) 0%, var(--accent-transparent) 70%);
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: -1;
}

.layout-404 p{
    max-width: 40%;
}

.quote-container{
    display: flex;
    flex-direction: column;
    gap: 30px 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 30px 0px 30px;
    border-radius: var(--global-border-radius);
    border: 1px solid var(--accent-color-3);
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 70%);
    color: var(--primary);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.quote-container::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: radial-gradient(at bottom center, var(--accent-color) 0%, var(--accent-transparent) 60%);
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: -1;
}

.quote{
    color: var(--primary);
}

.quote-description{
    font-size: var(--font-size-base);
    color: var(--text-color);
}

/* ================== 15. Footer ================== */

.bg-footer-wrapper{
    display: flex;
    flex-direction: column;
    border-radius: var(--global-border-radius);
    padding: 2px 2px 0px 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bg-footer-wrapper::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--accent-color) 0%, var(--accent-transparent) 100%);
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-footer{
    display: flex;
    flex-direction: column;
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3), var(--secondary) 50%);
    gap: 0px 50px;
    border-radius: var(--global-border-radius);
    padding: 120px 20px 0px 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.bg-footer::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: radial-gradient(at bottom center, var(--accent-color) 0%, var(--accent-transparent) 40%);
    opacity: 0.2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* ================== 16. Digital Process ================== */

.section-wrapper-digital-process{
    padding: 0px 30px 0px 30px;
}

.section-wrapper-digital-process .spacer{
    align-self: center;
    width: initial;
    height: 3px;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color-6) 0%, var(--accent-transparent) 70%);
}

.digital-process-banner{
    position: relative;
    background-color: transparent;
    background-image: none;
    overflow: hidden;
    border: none;
    border-radius: 0;
    padding: 120px 20px 120px 20px;
    z-index: 1;
}

html[data-theme="light"] .digital-process-banner{
    background-image: none;
}

.digital-process-content{
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 50px 50px;
    z-index: 2;
}

.digital-process-banner::before{
    content: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: radial-gradient(at bottom center, var(--accent-color) 0%, var(--accent-transparent) 40%);
    opacity: 0.2;
    z-index: 0;
}

.digital-process-steps-wrapper{
    display: flex;   
    border-radius: var(--global-border-radius);
    padding: 2px 2px 0px 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.digital-process-steps-wrapper::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--accent-color) 0%, var(--accent-transparent) 65%);
    opacity: 0.2;
    z-index: 0;
}

.digital-process-steps{
    background-color: var(--secondary);
    display: flex;
    flex-direction: row;
    gap: 30px 30px;
    overflow: hidden;
    border-radius: var(--global-border-radius);
    border: 1px solid var(--accent-color-3);
    border-bottom: none;
  padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.digital-process-step{
     display: flex;
     flex-direction: column;
     gap: 50px 50px;
}

.step-spacer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color-6) 0%, var(--accent-transparent) 70%);
    width: 3px;
    height: 200px;
}

.process-icon{
    width: 20%;
}

.space-header{
    display: block;
    height: 150px;
}

/* ================== 17. Heading Components ================== */

/* 17.1 Title Heading */
.title-heading-banner{
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    background-color: transparent;
    background-image:
        radial-gradient(circle at 18% 42%, rgba(122, 218, 255, 0.38) 0%, rgba(122, 218, 255, 0.18) 8%, rgba(122, 218, 255, 0) 22%),
        linear-gradient(340deg, #fff8d6 0%, #ffe691 24%, #ffd24a 52%, #ffd24a 76%, #fff2be 100%);
    background-size: 155% 155%, 135% 135%;
    background-position: 8% 42%, 50% 50%;
    -webkit-text-fill-color: transparent;
    -webkit-tap-highlight-color: transparent;
    will-change: background-position, filter;
}

.banner-content p{
    font-size: var(--font-size-xl);
    line-height: 1.65;
}

.title-heading{
     display: inline-block;
    -webkit-background-clip: text;
    background-color: transparent;
    background-image: linear-gradient(284deg, var(--accent-transparent) 3%, var(--primary) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

html[data-theme="light"] .title-heading{
    background-image: linear-gradient(284deg, var(--primary) 100%, var(--primary) 100%);
}

.banner-heading{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.crm-product-section{
    overflow-x: clip;
    overflow-y: visible;
}

.crm-product-wrap{
    max-width: 1360px;
}

.crm-showcase{
    --crm-breakout: max(20px, calc((100vw - 1360px) / 2));
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0 0 24px 0;
    border-radius: calc(var(--global-border-radius) + 6px);
    border: 1px solid var(--accent-color-3);
    background-image: radial-gradient(at top left, var(--accent-color-3), var(--accent-color-4) 58%);
    box-shadow: var(--box-shadow-top-left);
    width: calc(100% + var(--crm-breakout));
    max-width: none;
    margin-left: 0;
    margin-right: calc(-1 * var(--crm-breakout));
    transform: none;
}

.crm-slide-card{
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--global-border-radius) - 6px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(8, 8, 12, 0.72);
}

.crm-slide-card::after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 8, 12, 0.08), rgba(8, 8, 12, 0.34));
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.crm-swiper{
    width: 100%;
    touch-action: pan-y;
}

.crm-carousel-track{
    position: relative;
}

.crm-carousel-slide{
    display: none;
}

.crm-carousel-slide.is-active{
    display: block;
}

.crm-screen-image{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.crm-screen-label{
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(6, 6, 10, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--primary);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.02em;
}

.crm-slide-card .crm-screen-image{
    min-height: 560px;
}

.crm-view-trigger{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 64px;
    height: 64px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(10, 10, 16, 0.82);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.crm-view-trigger i{
    font-size: 22px;
}

.crm-slide-card:hover::after,
.crm-slide-card:focus-within::after{
    opacity: 1;
}

.crm-slide-card:hover .crm-view-trigger,
.crm-slide-card:focus-within .crm-view-trigger{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.crm-view-trigger:hover,
.crm-view-trigger:focus-visible{
    background: var(--accent-color);
    border-color: transparent;
    color: #fff;
}

.crm-swiper-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
    padding: 0 24px;
}

.crm-swiper-button{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--accent-color-3);
    background: rgba(255, 255, 255, 0.04);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.crm-swiper-button:hover{
    background: var(--accent-color);
    color: #fff;
}

.crm-swiper-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
}

.crm-dot{
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.crm-dot.is-active{
    background: var(--accent-color);
}

.crm-feature-pills{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 24px;
}

.crm-feature-pills span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--accent-color-3);
    color: var(--primary);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
}

.crm-modal-image{
    display: block;
    width: min(92vw, 1400px);
    max-height: 86vh;
    object-fit: contain;
    border-radius: calc(var(--global-border-radius) - 2px);
    background: rgba(8, 8, 12, 0.96);
    position: relative;
    z-index: 2;
}

.crm-image-modal-close{
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 3;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(6, 6, 10, 0.82);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.crm-image-lightbox{
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 9999;
}

.crm-image-lightbox.active{
    opacity: 1;
    visibility: visible;
}

.crm-image-lightbox-backdrop{
    position: absolute;
    inset: 0;
    background: rgba(3, 3, 8, 0.9);
}

.sub-heading{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.sub-heading i{
    color: var(--accent-color);
    font-size: var(--font-size-xl);
}

.sub-heading span{
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-loose);
    color: var(--primary);
}

/* 17.2 Navbar Action Component */

.navbar-action-container{
    display: flex;
    flex-direction: row; 
    justify-content: flex-end;
    gap: 0px 0px;
    align-items: center;
    width: auto;
}

.navbar-action-button{
    display: flex;
    flex-direction: row;
    gap: 20px 20px;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 20px 0px 20px;
}

.navbar-icon-wrapper{
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-radius: 100px 100px 100px 100px;
    max-width: 100%;
    width: 270px;
    box-shadow: var(--box-shadow-top-left);
    min-height: 52px;
    padding: 5px 5px 5px 5px;
    transition: all 0.6s;
    white-space: nowrap;
}

html[data-theme="light"] .navbar-icon-wrapper{
    border: 1px solid var(--accent-color);
}

.navbar-icon-wrapper:hover{
    box-shadow: var(--box-shadow-bottom-right);
}

.navbar-icon-wrapper h6{
    margin: 0 14px 0 0;
    font-size: var(--font-size-base);
    line-height: 1.2;
    white-space: nowrap;
}

/* 17.3 Testimonial Reviewer */

.testimonial-reviewer{
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.testimonial-reviewer .avatar{
    width: 50px;
    height: auto;
}

/* 17.4 Avatar Container */

.avatar-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
}

.testimonial-reviewer .detail{
    display: flex;
    flex-direction: column;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    color: var(--primary);
}

.testimonial-rating-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.logo-container{
    width: auto;
    max-width: 220px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logo-container img{
    width: auto;
    max-height: 42px;
}

.logo-container-footer{
    max-width: 60%;
    width: 100%;
    height: 100%;
}

/* ================== 18. Sidebar Overlay ================== */

.sidebar-overlay{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    transition: left 0.4s ease-in-out;
    z-index: 4;
}

.sidebar-overlay.active{
    left: 0;
}

/* ================== 19. Content Sidebar Overlay ================== */

.content-overlay{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--accent-color-5);
    transition: left 0.4s ease-in-out;
    z-index: 4;
    cursor: url('../image/svg/cross-out.svg'), pointer; 
}

.content-overlay.active{
    right: 0;
}

/* ================== 20. Custom Spacer Components ================== */

/* Flex spacing (gap) */

.gspace-0 { 
    gap: 0px 0px; 
}
.gspace-1 { 
    gap: 10px 10px; 
}
.gspace-2 { 
    gap: 20px 20px; 
}
.gspace-3 { 
    gap: 30px 30px; 
}
.gspace-4 { 
    gap: 40px 40px; 
}
.gspace-5 { 
    gap: 50px 50px; 
}
.gspace-x-0 { 
    column-gap: 0px; 
}
.gspace-x-1 { 
    column-gap: 10px; 
}
.gspace-x-2 { 
    column-gap: 20px; 
}
.gspace-x-3 { 
    column-gap: 30px; 
}
.gspace-x-4 { 
    column-gap: 40px; 
}
.gspace-x-5 { 
    column-gap: 50px; 
}

.gspace-y-0 { 
    row-gap: 0px; 
}
.gspace-y-1 { 
    row-gap: 10px; 
}
.gspace-y-2 { 
    row-gap: 20px; 
}
.gspace-y-3 { 
    row-gap: 30px; 
}
.gspace-y-4 { 
    row-gap: 40px; 
}
.gspace-y-5 { 
    row-gap: 50px; 
}

/* Grid spacing (row-gap & column-gap) */

.grid-spacer-1{
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

.grid-spacer-2{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.grid-spacer-3{
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.grid-spacer-4{
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}

.grid-spacer-5{
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px;
}

/* Grid spacing (column-gap) */

.grid-spacer-x-1 {
    --bs-gutter-x: 10px;
}
.grid-spacer-x-2 {
    --bs-gutter-x: 20px;
}
.grid-spacer-x-3 {
    --bs-gutter-x: 30px;
}
.grid-spacer-x-4 {
    --bs-gutter-x: 40px;
}
.grid-spacer-x-5 {
    --bs-gutter-x: 50px;
}

/* Grid spacing (row-gap) */

.grid-spacer-y-1 {
    --bs-gutter-y: 10px;
}
.grid-spacer-y-2 {
    --bs-gutter-y: 20px;
}
.grid-spacer-y-3 {
    --bs-gutter-y: 30px;
}
.grid-spacer-y-4 {
    --bs-gutter-y: 40px;
}
.grid-spacer-y-5 {
    --bs-gutter-y: 50px;
}

/* ================== 21. Text Components ================== */

/* 21.1 Text 404 */

.text-404{
    font-size: var(--font-size-17xl);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-ultra-tight);
}

    /* ================== 22. Search Components ================== */

/* 22.1 Search Button */

.search-btn{
    font-size: var(--font-size-xl);
    background-color: transparent;
    border: none;
    color: var(--primary);
}

.search-btn:hover{
    color: var(--accent-color);
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--accent-color-5);
    z-index: 3;
    display: none;
    overflow: hidden;
    animation: menu-animation .8s ease-out forwards;
    -webkit-animation: menu-animation .8s ease-out forwards;
}

.search-overlay.active {
    display: block;
}

.search-close {
    position: fixed;
    right: 0;
    border: 1px solid var(--accent-color-2);
    background-color: var(--accent-transparent);
    color: var(--accent-color-2);
    margin: 20px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 1s ease .8s;
    transition: all 1s ease .8s;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    z-index: 1001;
}

.search-overlay.active .search-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.search-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* ================== 23. Card Components ================== */

.card{
    position: relative;
    border-radius: var(--global-border-radius);
    border: none;    
    overflow: hidden;
}

/* ================== 24. About Components ================== */

.about-layout{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.card-about-wrapper{
    padding: 0px 20px 20px 0px;
    background-color: var(--secondary);
    border-radius: 0px 0px 30px 0px;
}

.card-about{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 425px;
    height: 100%;
    gap: 20px;
    padding: 20px 20px 20px 20px;
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
    color: var(--primary);
    box-shadow: var(--box-shadow-top-left);
    transition: all 0.6s;
}

.about-spacer{
    width: 50px;
    height: 50px;
    border-radius: 25px 0px 0px 0px;
    box-shadow: -10px -10px 0px 0px var(--secondary);
}

.about-img-layout{
    width: 50%;
    max-width: 100%;
}

.about-img{
    max-width: 100%;
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.about-title{
    width: 50%;
}

.card-about:hover{
    box-shadow: var(--box-shadow-bottom-right);
}

.card-about .counter{
    font-size: var(--font-size-15xl);
    line-height: var(--line-height-normal);
    font-weight: var(--font-weight-bold);
    color: var(--accent-transparent);
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: var(--accent-color);
    stroke: var(--accent-color);
}

.card-about .counter-detail{
    font-size: var(--font-size-11xl);
    color: var(--secondary);
    line-height: var(--line-height-normal);
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: var(--accent-color);
    stroke: var(--accent-color);
}

/* ================== 25. Expertise Components ================== */

.expertise-layout{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.card-expertise-wrapper{
    padding: 0;
    background: none;
    border-radius: 0;
}

.card-expertise{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 360px;
    height: 100%;
    padding: 20px 20px 20px 20px;
    background-color: transparent;
    background-image: radial-gradient(at bottom right, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
    color: var(--primary);
    box-shadow: var(--box-shadow-top-left);
    transition: all 0.6s;
}

.card-expertise.card-expertise-counter{
    justify-content: center;
    width: 60%;
    height: auto;
    padding: 30px 30px 30px 30px;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
    box-shadow: var(--box-shadow-bottom-right);
}

.card-expertise.card-expertise-counter:hover{
    box-shadow: var(--box-shadow-top-left);
}

.expertise-spacer{
    display: none;
}

.expertise-img-layout{
    width: 40%;
    position: relative;
}

.expertise-title{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
}

.card-expertise:hover{
    box-shadow: var(--box-shadow-bottom-right);
}

.card-expertise .counter{
    font-size: var(--font-size-15xl);
    line-height: var(--line-height-normal);
    font-weight: var(--font-weight-bold);
    color: var(--accent-transparent);
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: var(--accent-color);
    stroke: var(--accent-color);
}

.card-expertise .counter-detail{
    font-size: var(--font-size-11xl);
    color: var(--secondary);
    line-height: var(--line-height-normal);
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: var(--accent-color);
    stroke: var(--accent-color);
}

.expertise-img{
    height: 630px;
}

/* ================== 26. Partner Components ================== */

.card-partner{
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 30%);
    padding: 0px 0px 50px 0px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

html[data-theme="light"] .card-partner{
    background-image: radial-gradient(at top left, var(--accent-color-4) 30%, var(--accent-color-4) 30%);
    border: 1px solid var(--accent-color-3);
}

.card-partner::before{
    content: '';
    background-color: transparent;
    background-image: radial-gradient(at top center, var(--accent-color) 0%, var(--accent-transparent) 40%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.card-partner .partner-spacer{
    align-self: center;
    width: 80%;
    height: 3px;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color-6) 0%, var(--accent-transparent) 70%);
}

.swiperPartner-layout{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 64px;
    padding-bottom: 0;
    z-index: 1;
}

.swiperPartner-container{
    margin: 0 auto;
    width: 100%;
    max-width: 1180px;
    overflow: hidden;
}

.swiperPartner-track{
    display: flex;
    align-items: center;
    gap: 0;
    width: max-content;
    min-width: 200%;
    animation: partnerMarquee 28s linear infinite reverse;
}

.swiperPartner-track .swiper-slide{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
}

.swiperPartner-track .partner-slide{
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 20px;
    border-radius: 0;
    transition-duration: 0.3s;
    box-shadow: none;
}

.swiperPartner-track .partner-slide:hover{
    transform: translateY(-2px);
}

.partner-logo{
    width: 74px;
    height: 28px;
    object-fit: contain;
    object-position: center;
    opacity: 0.56;
    filter: brightness(0) saturate(100%) invert(88%) sepia(5%) saturate(160%) hue-rotate(183deg) brightness(98%) contrast(92%);
}

html[data-theme="light"] .partner-logo{
    filter: brightness(0) saturate(100%) invert(66%) sepia(8%) saturate(244%) hue-rotate(182deg) brightness(97%) contrast(88%);
    opacity: 0.48;
}

.swiperPartner-track .partner-slide:hover .partner-logo{
    opacity: 0.68;
}

@keyframes partnerMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 991.98px) {
    :root {
        --site-header-shell-height: 92px;
    }
    .banner-video-container{
        min-height: calc(100dvh - var(--site-header-shell-height));
        padding: 28px 20px 40px 20px;
    }
    .swiperPartner-layout{
        margin-top: 44px;
    }

    .swiperPartner-container{
        max-width: 100%;
    }

    .swiperPartner-track{
        animation-duration: 22s;
    }

    .swiperPartner-track .swiper-slide{
        width: auto;
        height: auto;
    }

    .swiperPartner-track .partner-slide{
        padding: 0;
        margin: 0 14px;
    }

    .partner-logo{
        width: 58px;
        height: 24px;
    }
}

/* ================== 27. Partnership Components ================== */

.partnership-layout{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: var(--global-border-radius);
    padding: 0px 2px 2px 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.partnership-layout::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(360deg, var(--accent-color) 0%, var(--accent-transparent) 65%);
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.partnership-wrapper{
    background-color: var(--secondary);
    display: flex;
    flex-direction: column;
    gap: 50px 50px;
    border-radius: var(--global-border-radius);
    padding:  0px 50px 50px 50px;
    position: relative;
    z-index: 1;
}

.partnership-wrapper::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: radial-gradient(at top center, var(--accent-color) 0%, var(--accent-transparent) 40%);
    opacity: 0.2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.partnership-spacer{
    align-self: center;
    width: 80%;
    height: 3px;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color-6) 0%, var(--accent-transparent) 70%);
}

.partnership-container{
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: var(--accent-color-3);
    display: flex;
    flex-direction: column;
    padding: 50px 50px 50px 50px;
}

.partnership-container:nth-child(n+5){
    border-bottom: none;
}

.partnership-container:nth-child(4),
.partnership-container:nth-child(8) {
  border-right: none;
}

.partnership-item{
    opacity: 0.6;
    transition: all 0.6s;
}

.partnership-item:hover{
    opacity: 1;
    transform: scale(1.1);
}

/* ================== 28. Service Components ================== */

.card-service-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px 0px;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.card-service-wrapper::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color) 0%, var(--accent-transparent) 50%);
    opacity: 0.2;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}

.service-title{
    color: var(--primary);
    text-align: start;
}

.service-link-footer,
.service-link-footer p{
    font-size: var(--font-size-base) !important;
    color: var(--primary);
    font-weight: var(--font-weight-medium);
}

.service-link-footer:hover a{
    color: var(--text-color);
}

.card-service-wrapper .row > .col{
    display: flex;
}

.card-service{
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
    border-radius: var(--global-border-radius);
    padding: 30px 30px 30px 30px;
    border: 1px solid var(--accent-color-3);
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 30px;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.card-service p{
    flex: 1 1 auto;
}

.col:nth-child(even) .card-service {
    background-image: radial-gradient(at bottom right, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
}

.service-icon-wrapper{
    display: flex;
    flex-direction: column;
    width: 100px;
    min-height: 100px;
    border-radius: 32px 32px 32px 32px;
    background-color: var(--secondary);
    justify-content: center;
    align-items: center;
}

.service-icon{
    display: flex;
    width: 80px;
    min-height: 80px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 70%);
    border-radius: var(--global-border-radius);
    box-shadow: var(--box-shadow-top-left);
    transition: all 0.3s;
}

.service-icon:hover{
    box-shadow: var(--box-shadow-bottom-right);
}

.service-icon img{
    width: 60%;
    height: 60%;
    object-fit: cover;
    object-position: center;
}

html:not([data-theme="light"]) .service-icon img{
    filter: brightness(0) saturate(100%) invert(86%) sepia(55%) saturate(824%) hue-rotate(336deg) brightness(103%) contrast(102%);
}

html[data-theme="light"] .service-icon img{
    filter: none;
}

.service-details{
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 0em 4em 0em 0em;
}

.single-service-img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--global-border-radius);
}

.single-service-title-layout{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    overflow: hidden;
}

.single-service-title-wrapper{
    padding: 20px 20px 0px 0px;
    background-color: var(--secondary);
    border-radius: 0px 25px 0px 0px;
    width: 100%;
    height: auto;
    margin: 0;
    align-items: start;
}

.single-service-title{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
    background-color: var(--secondary);
}

.single-service-spacer{
    width: 50px;
    height: 50px;
    border-radius: 0px 0px 0px 25px;
    box-shadow: -10px 10px 0px 0px var(--secondary);
}

.service-included{
    display: flex;
    flex-direction: column;
    border: 1px solid var(--accent-color-3);
    gap: 20px 20px;
    padding: 30px 30px 30px 30px;
    color: var(--primary);
    background-color: transparent;
    background-image: radial-gradient(at bottom right, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
}

.service-recent{
    display: flex;
    flex-direction: column;
    color: var(--primary);
    gap: 20px 20px;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 60%);
    border: 1px solid var(--accent-color-3);    border-bottom: none;    padding: 30px 30px 30px 30px;
}

/* ================== 29. Case Studies Components ================== */

.case-studies-layout{
    display: flex;
    flex-direction: column;
    padding: 2px 2px 0px 2px;
    border-radius: 25px 25px 0px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.case-studies-layout::before{
    content: '';
    position: absolute;
    background-color: var(--accent-transparent);
    background-image: linear-gradient(180deg, var(--accent-color) 0%, var(--accent-transparent) 65%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}
.case-studies-layout .spacer{
    align-self: center;
    width: 80%;
    height: 3px;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color-6) 0%, var(--accent-transparent) 70%);
}

.card-case-studies{
    display: flex;
    flex-direction: column;
    gap: 50px 50px;
    background-color: var(--secondary);
    padding: 50px 50px 50px 50px;
    border-radius: var(--global-border-radius);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

html[data-theme="light"] .card-case-studies{
    background-color: var(--accent-color-4);
}

.card-case-studies::before{
    content: '';
    position: absolute;
    background-color: var(--accent-transparent);
    background-image: radial-gradient(at bottom center, var(--accent-color) 0%, var(--accent-transparent) 50%);
    width: 100%;
    height: 100%;
    opacity: 0.1;
    top: 0;
    left: 0;
    z-index: -1;
}

.case-studies-title{
    color: var(--primary);
}

.case-studies-content{
    display: flex;
    flex-direction: column;
    background-image: var(--case-bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: space-between;
    min-height: 400px;
    padding: 30px 30px 30px 30px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: var(--accent-color-3);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.case-studies-content::before{
    content: '';
    position: absolute;
    background-color: var(--accent-transparent);
    background-image: linear-gradient(180deg, var(--accent-color-5) 0%, var(--secondary) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
}

html[data-theme="light"] .case-studies-content{
    border: 1px solid var(--accent-color-3);
}

html[data-theme="light"] .case-studies-content::before{
    background-image: linear-gradient(180deg, var(--accent-color-7) 10%, var(--accent-color-3) 100%);
}

.case-studies-content.local-business{
    width: var(--case-card-width, 56.2%);
}

.case-studies-content.saas-leads{
    width: var(--case-card-width, 42%);
}

.case-studies-content.ecommerce{
    width: var(--case-card-width, 42%);
}
.case-studies-content.startup-branding{
    width: var(--case-card-width, 56.2%);
}

.case-studies-component{
    display: flex;
    flex-direction: row;
    gap: 10px 10px;
    flex-wrap: wrap;
}

.case-studies-component.large{
    width: 50%;
}
.case-studies-component.small{
    width: 70%;
}

.cs-component{
    padding: 3px 15px 3px 15px;
    border-radius: 100px 100px 100px 100px;
    background-color: var(--accent-transparent);
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: var(--accent-color);
    transform: rotateZ(0deg);
    transition: all 0.3s ease;
}

.cs-component:hover{
    background-color: var(--accent-color);
    transform: rotateZ(5deg);
}

.cs-component a{
    color: var(--primary);
    font-size: var(--font-size-base);
}

/* ================== 30. Team Components ================== */

.team-wrapper{
    display: flex;
    flex-direction: column;
    padding: 2px 2px 0px 2px;
    border-radius: 25px 25px 0px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.team-wrapper::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--accent-color) 0%, var(--accent-transparent) 65%);
    z-index: -1;
}

.team-layout{
    display: flex;
    flex-direction: column;
    gap: 50px 50px;
    background-color: var(--secondary);
    padding: 50px 50px 0px 50px;
    overflow: hidden;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.team-layout::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: radial-gradient(at bottom center, var(--accent-color) 0%, var(--accent-transparent) 50%);
    z-index: -1;
}

.team-layout .spacer{
    align-self: center;
    width: 80%;
    height: 3px;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color-6) 0%, var(--accent-transparent) 70%);
}

.image-team{
    position: relative;
}

.image-team img{
    border-radius: 25px 25px 0px 0px;
}

.team-profile{
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--accent-color-3) 0%, var(--accent-color-4) 100%);
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 25px 25px;
    padding: 30px 30px 30px 30px;
    text-align: center;
    color: var(--primary);
}

.team-profile .title{
    color: var(--accent-color);
}

/* ================== 31. Contact Components ================== */

.contact-title-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2px 2px 2px 2px;
    border-radius: var(--global-border-radius);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.contact-title-wrapper::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(360deg, var(--accent-color) 0%, var(--accent-transparent) 65%);
    z-index: -1;
}

.contact-title{
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
    border: 1px solid var(--accent-color-3);
    color: var(--primary);
    padding: 31px 30px 30px 30px;
}

.icon-wrapper{
    display: flex;
    flex-direction: column;
    background-color: var(--secondary);
    justify-content: center;
    align-items: center;
    border-radius: 32px 32px 32px 32px;
    width: 100px;
    min-height: 100px;
}

.icon-box{
    aspect-ratio: 1/1;
    line-height: 21px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 70%);
    color: var(--accent-color);
    box-shadow: var(--box-shadow-top-left);
    text-decoration: none;
    width: 80px;
    min-height: 80px;
    border-radius: var(--global-border-radius);
    font-size: var(--font-size-7xl);
}

.icon-box:hover{
    box-shadow: var(--box-shadow-bottom-right);
}

.contact-title span{
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-base);
    color: var(--text-color);
}

/* ================== 32. Blog Components ================== */

.card-blog{
    position: relative;
    background-color: var(--accent-color-4);
    overflow: hidden;
    border: 1px solid var(--accent-color-3);
    height: 100%;
    transition: all 0.4s ease;
}

.card-blog .card-body{
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
    padding: 30px 30px 30px 30px;
    text-align: start;
}

.card-blog .card_footer{
    display: flex;
    flex-direction: row;
    border-top: 1px solid var(--accent-border);
    gap: 1em;
    padding: 15px 30px;
    color: var(--text-color);
    font-size: var(--font-size-xs);
}

.card-blog:hover .blog-image{
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}

.blog-image {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}

.post-image{
    position: relative;
    width: 100%;
    height: 442px;
    overflow: hidden;
}

.post-image img{
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    border-radius: var(--global-border-radius);
}

.recent-post{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px 30px;
    border: 1px solid var(--accent-color-3);    border-bottom: none;    padding: 30px 30px 30px 30px;
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 70%);
    color: var(--primary);
}

.recent-post .image-container{
    max-width: 30%;
    transition: all 0.3s ease;
}

.recent-post .image-container:hover{
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}

.blog-link{
    font-size: var(--font-size-5xl);
    color: var(--primary);
    font-weight: var(--font-weight-bold);
}


.read-more{
    font-size: var(--font-size-base);
    color: var(--accent-color);
    transition: 0.3s ease;
}

.read-more:hover{
    color: var(--primary);
}

.blog-link-post{
    font-size: var(--font-size-xl);
    color: var(--primary);
    font-weight: var(--font-weight-bold);
}

.meta-data{
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5em;
    color: var(--primary);
    transition: all 0.3s;
    cursor: pointer;
}

.meta-data:hover{
    color: var(--text-color);
}

.meta-data-post{
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5em;
    color: var(--text-color);
    transition: all 0.3s;
    cursor: pointer;
}

.meta-data-post:hover{
    color: var(--primary);
}


/* ================== 34. Core Benefits ================== */

.core-benefits{
    display: flex;
    flex-direction: column;
    gap: 10px 10px;
    padding: 30px 0px 30px 0px;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: var(--accent-color-3);
}

.benefit{
    display: flex;
    flex-direction: row;
    gap: 10px 10px;
    color: var(--primary);
}

.benefit a{
    color: var(--text-color);
    transition: all 0.3s ease;
}

.benefit a:hover{
    color: var(--primary);
}

/* ================== 35. Guide Components ================== */

.guide-banner{
    background-image: url('../image/team777.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--global-border-radius);
    padding: 250px 20px 120px 20px;
    border: 1px solid var(--accent-color-3);
    position: relative;
    z-index: 1;
}

.guide-banner::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--accent-color-5) 0%, var(--secondary) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

html[data-theme="light"] .guide-banner::before {
    background-image: linear-gradient(180deg, var(--accent-color-7) 0%, var(--accent-color-3) 100%);
}

.guide-content{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    gap: 30px;
    max-width: 65%;
}

.guide-video-container{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.guide-video-container p{
    font-size: var(--font-size-base);
    max-width: 15%;
    color: var(--primary);
    font-weight: var(--font-weight-semibold);
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid var(--accent-color);
}
.avatar:not(:nth-child(1)){
    margin-left: -10px;
}

/* ================== 36. Underline Components ================== */

.underline-vertical{
    border-right: 1px solid var(--accent-color-3) !important;
    width: 3px;
    height: 100px;
}

.underline-accent-short{
    border-bottom: 2px solid var(--accent-color) !important;
    width: 20%;
}

.underline-muted-full{
    border-bottom: 1px solid var(--accent-color-3);
    width: 100%;
}

/* ================== 36. Social Team Components ================== */

.social-team-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-self: flex-end;
}

.social-team-container{
    background-color: var(--secondary);
    display: flex;
    flex-direction: column;
    width: 70px;
    border-radius: 0px 0px 0px 25px;
    padding: 0px 0px 15px 15px;
    gap: 10px;
}

.social-team-spacer{
    width: 50px;
    height: 50px;
    border-radius: 0px 25px 0px 0px;
    box-shadow: 10px -10px 0px 0px var(--secondary);
}

.social-team-container .social-item{
    width: 55px;
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.team-details{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    border-radius: 25px;
    padding: 1em 1em 1em 1em;
    background: rgba(255, 255, 255, 0.041);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 2;
}

/* ================== 38. Testimonial Components ================== */

.testimonial-header-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 25px 25px 0px 0px;
    padding: 2px 2px 0px 2px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.testimonial-header-wrapper::before{
    content: '';
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--accent-color) 0%, var(--accent-transparent) 65%);
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.testimonial-header-wrapper-title{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 25px 25px 25px 25px;
    padding: 2px 2px 2px 2px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.testimonial-header-wrapper-title::before{
    content: '';
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--accent-transparent) 35%, var(--accent-color) 100%);
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.testimonial-title-container{
    width: 65%;
}

.testimonial-reviewer-container{
    width: 35%;
}

.card-testimonial-reviewer .counter{
    font-size: var(--font-size-11xl);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--primary)
}

.card-testimonial-reviewer .counter-detail{
    font-size: var(--font-size-11xl);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--primary);
}

.testimonial-header-link-wrapper{
    background-color: var(--secondary);
    display: flex;
    border-radius: 15px 15px 15px 15px;
    padding: 15px 15px 15px 15px;
    text-align: center;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
    height: auto;
}

.testimonial-header-link-wrapper a{
    color: var(--text-color);
}

.testimonial-header-link-wrapper:hover a{
    color: var(--primary);
}

.card-testimonial-reviewer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px 30px;
    background-color: var(--accent-transparent);
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 50%) ;
    border: 1px solid var(--accent-color-3);
    padding: 24px 30px 24px 30px;
    position: relative;
    width: 100%;
    height: 100%;
}

.card-testimonial-header-title{
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
    background-color: var(--secondary);
    border: 1px solid var(--accent-color-3);
    border-radius: var(--global-border-radius);
    padding: 30px 30px 30px 30px;
    position: relative;
}

html[data-theme="light"] .card-testimonial-header-title{
    background-color: var(--accent-color-4);
}

.card-testimonial{
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: transparent;
    text-align: left;
    background-image: radial-gradient(at bottom right, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
    padding: 30px 30px 30px 30px;
    border: 1px solid var(--accent-color-3);
}

.profile-name{
    color: var(--primary);
    font-size: var(--font-size-xl);
    font-weight: 700;
    line-height: var(--line-height-loose);
}

.testimonial-description{
    font-size: var(--font-size-lg);
    font-weight: 500;
    line-height: var(--line-height-extra-loose);
}

.profile-bio{
    font-size: var(--font-size-base);
}

.swiperTestimonial .swiper-slide{
    width: 100%;
}

.testimonial-image{
    position: relative;
    width: 64px;
    height: 64px;
}

.testimonial-image img{
    max-width: 100%;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
}

/* ================== 39. Newsletter Components ================== */

.newsletter-wrapper{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0px 2px 2px 2px;
    border-radius: var(--global-border-radius);
    position: relative;
    z-index: 1;
}

.newsletter-wrapper::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--accent-transparent) 0%, var(--accent-color) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 0;
}

.newsletter-layout{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px 50px;
    overflow: hidden;
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
    border: 1px solid var(--accent-color-3);
    border-radius: var(--global-border-radius);
    padding: 0px 50px 50px 50px;
    position: relative;
    z-index: 1;
}

html[data-theme="light"] .newsletter-layout{
    background-image: radial-gradient(at top left, var(--accent-color-4) 30%, var(--accent-color-4) 50%);
}

.newsletter-layout .spacer{
    height: 3px;
    width: 80%;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color-6) 0%, var(--accent-transparent) 70%);
}

.newsletter-layout::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: radial-gradient(at top center, var(--accent-color) 0%, var(--accent-transparent) 40%);
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: 0;
}

.input-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 51%;
}

/* ================== 40. Breadcrumb Components ================== */

.breadcrumb {
    display: flex;
    flex-direction: row;
    gap: 5px 5px;
    align-items: center;
    font-size: var(--font-size-base);
}

.breadcrumb a {
    font-weight: normal;
    color: var(--accent-color);
    font-size: var(--font-size-lg);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.breadcrumb a:hover {
    color: var(--accent-color-2);
}

.breadcrumb .separator {
    margin: 0 8px;
    color: var(--primary);
}

.breadcrumb .current {
   color: var(--text-color);
   margin-bottom: 0px;
}

.breadcrumb p{
    margin-bottom: 0px;
}

/* ================== 41. Icon Components ================== */

/* 41.1 Icon Components */

.icon-container{
    background-color: var(--secondary);
    padding: 12px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    top: 16px;
    right: 16px;
    position: absolute;
}

.icon-circle {
    position: relative;
    background-color: var(--accent-color);
    color: var(--primary);
    font-size: var(--font-size-6xl);
    width: 59px;
    height: 59px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

/* 41.2 Stars */

.stars{
    color: var(--star-color);
}

/* 41.3 Social Icons Components */

.social-item-wrapper{
    display: flex;
    flex-direction: column;
    min-height: 60px;
    width: 60px;
    background-color: var(--secondary);
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 20px 20px;
}

.social-item {
    aspect-ratio: 1/1;
    width: 45px;
    min-height: 45px;
    line-height: 20px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 15px 15px;
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 70%);
    box-shadow: var(--box-shadow-top-left);
    text-decoration: none;
    font-size: var(--font-size-lg);
}

/* 41.4 Social Container */

.social-container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 1em;
}

/* 41.5 Social Footer Container */

.social-footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

.footer-content-spacer{
    height: 120px;
}

.social-item:hover{
    box-shadow: var(--box-shadow-bottom-right);
}

/* ================== 42. Counter Text ================== */

.counter-text{
    text-align: center;
    color: var(--primary);
    font-size: var(--font-size-2xl);
    font-weight: 600;
    line-height: var(--line-height-tight);
}

/* ================== 43. Service List ================== */

.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
}
.service-list a {
    color: var(--secondary);
    font-size: var(--font-size-base);
}

.service-list li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--secondary);
    font-size: var(--font-size-sm);
}

.expertise-link,
.expertise-link a{
    color: var(--accent-color);
}

.expertise-link:hover,
.expertise-link:hover a{
    color: var(--primary);
}

.expertise-list{
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.check-list {
    list-style: none;
    padding: 0;
}

.check-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
    font-size: var(--font-size-base);
    font-weight: 700;
    line-height: var(--line-height-loose);
}

.check-list a {
    color: var(--text-color);
    font-size: var(--font-size-base);
    font-weight: 700;
    transition: all 0.2s;
    line-height: var(--line-height-loose);
}

.check-list a:hover {
    color: var(--primary);
}

.check-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 500;
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-size: var(--font-size-xl);
}

.list-icon{
    list-style: none;
    padding: 0;
    color: var(--text-color);
}

.list-icon li {
    list-style: none;
    position: relative;
    padding-left: 24px;
    margin-bottom: calc(10px / 2);
    padding-bottom: calc(10px / 2);
}

.list-icon li::before {
    content: "\f1ce";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-px-20);
}

/* ================== 44. Link Wrapper ================== */

.link-wrapper{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    color: var(--accent-color);
    transition: all 0.3s;
}

.link-wrapper:hover a,
.link-wrapper:hover i{
    color: var(--primary) !important;
}

/* ================== 45. Choose Us Components ================== */

.card-chooseus{
    background-color: transparent;
    background-image: radial-gradient(at bottom right, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
    display: flex;
    flex-direction: row;
    min-height: 150px;
    width: 100%;
}

.chooseus-icon-wrapper{
    width: 100px;
    min-height: 272px;
    align-self: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.chooseus-icon-layout{
    position: relative;
    padding: 10px 10px 10px 10px;
    background-color: var(--secondary);
    border-radius: 0px 30px 30px 0px;
    width: 100px;
    height: 110px;
}

.chooseus-icon{
    width: 100%;
    height: 100%;
    border-radius: var(--global-border-radius);
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 70%);
    box-shadow: var(--box-shadow-top-left);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-chooseus:nth-child(even) .chooseus-icon{
    background-color: transparent;
    background-image: radial-gradient(at bottom right, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
}

.card-chooseus:nth-child(even){
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 70%);
}

.chooseus-icon img{
    width: 60%;
    object-fit: cover;
    object-position: center;
}

.chooseus-icon:hover{
    box-shadow: var(--box-shadow-bottom-right);
}

.chooseus-card-container{
    width: 50%;
    order: 1;
}
.chooseus-content-container{
    width: 50%;
    order: 2;
}

.chooseus-spacer{
    width: 50px;
    height: 50px;
}

.chooseus-spacer.above{
    border-radius: 0px 0px 0px 25px;
    box-shadow: -10px 10px 0px 0px var(--secondary);
}

.chooseus-spacer.below{
    border-radius: 25px 0px 0px 0px;
    box-shadow: -10px -10px 0px 0px var(--secondary);
}

.chooseus-content{
    padding: 30px 30px 30px 30px;
    display: flex;
    width: 515px;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
}

.chooseus-title{
    color: var(--primary);
}

.chooseus-content p{
    margin-bottom: 14.4px;
}

.chooseus-img{
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.chooseus-cta-spacer{
    width: 50px;
    height: 50px;
    border-radius: 0px 0px 25px 0px;
    box-shadow: 10px 10px 0px 0px var(--secondary);
}

.card-chooseus-cta-layout{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: end;
}

.card-chooseus-cta-wrapper
{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 350px;
    padding: 20px 0px 0px 20px;
    background-color: var(--secondary);
    border-radius: 30px 0px 0px 0px;
}

.card-chooseus-cta{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 30px 30px 30px;
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
    color: var(--primary);
    box-shadow: var(--box-shadow-bottom-right);
    transition: all 0.3s;
}

.card-chooseus-cta:hover{
    box-shadow: var(--box-shadow-top-left);
}

/* ================== 46. Image Container Components ================== */

.image-container{
    display: flex;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.image-container img{
    border-radius: 25px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ================== 47. Request Loader ================== */

.request-loader {
    position: relative;
    width: auto;
    height: 70px;
    border-radius: 50% !important;
    border: none;
    background-color: var(--secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    font-size: var(--font-size-4xl);
    aspect-ratio: 1/1;
    transition: all 0.3s ease-in-out;
}

.request-loader:hover {
    border: none;
    color: var(--primary);
    background-color: var(--accent-color);
}

.request-loader::after,
.request-loader::before {
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: var(--accent-color);
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
}

.request-loader::after {
    animation-delay: 0.5s;
    animation-duration: 3s;
}

.request-loader::before {
    animation-delay: 0.2s;
    animation-duration: 3s;
}

/* ================== 48. Modal Components ================== */

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--accent-transparent-2);
    z-index: 1050;
    justify-content: center;
    align-items: center;
}

.my-modal {
    background-color: var(--secondary);
    padding: 0;
    border-radius: none;
    position: relative;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
}

.my-modal iframe,
.my-modal video {
    aspect-ratio: 16/9;
    width: 100%;
    height: 80vh;
}

.my-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: var(--font-size-3xl);
    cursor: pointer;
    font-weight: bold;
    color: var(--accent-color-2);
}

.btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: var(--accent-color-2);
    padding: 16px 16px 16px 16px;
    opacity: 1;
    z-index: 2001;
}

/* ================== 49. Detail List ================== */

.detail-list{
    color: var(--secondary);
    transition: all 0.3s ease;
}

.detail-list:hover{
    color: var(--accent-color);
}

/* ================== 50. Accordion Components ================== */

.faq-wrapper{
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: center;
    align-self: center;
    width: 100%;
    max-width: 1024px;
}

.accordion{
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
}

.accordion .accordion-item {
    background-color: transparent                                                   ;
    border: none;
    outline: none;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
}

.accordion .accordion-item .accordion-body {
    display: flex;
    flex-direction: row;
    gap: 30px 30px;
    align-items: center;
    background-color: var(--secondary)                                                   ;
    border: 1px solid var(--accent-color-3);
    color: var(--text-color);
    padding: 30px 30px 30px 0px;
    border-radius: 15px 15px 15px 15px;
    position: relative;
    z-index: 1;
}

.accordion .accordion-item .accordion-body::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: radial-gradient(at center left, var(--accent-color) 0%, var(--accent-transparent) 50%);
    opacity: 0.2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.accordion-spacer{
    align-self: center;
    width: 3px;
    height: 80px;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color) 0%, var(--accent-transparent) 80%);
}

.accordion .accordion-item .accordion-body .accordion-content{
    display: flex;
    padding: 30px 0px 30px 30px;
}

.accordion-button:focus {
    box-shadow: none;
    color: var(--primary);
}

.accordion .accordion-button {
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 100%);
    border: 1px solid var(--accent-color-3);
    outline: none;
    border-radius: 15px 15px 15px 15px !important;
    font-size: var(--font-size-3xl);
    font-weight: 700;
    line-height: var(--line-height-snug);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding: 15px 30px;
    color: var(--primary);
    fill: var(--primary);
}

.accordion-button::after {
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23D1D1D1" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"/></svg>');
}

.accordion-button:not(.collapsed)::after {
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23D1D1D1" class="bi bi-dash" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8"/></svg>');
}

.accordion .accordion-button:not(.collapsed) {
    font-weight: 700;
    color: var(--primary);
    outline: none;
    box-shadow: none;
    line-height: var(--line-height-snug);
}

html[data-theme="light"] .accordion-button::after{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23000000" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"/></svg>');
}
html[data-theme="light"] .accordion-button:not(.collapsed)::after{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23000000" class="bi bi-dash" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8"/></svg>');
}

.faq-title-container {
    position: sticky;
    top: 6em;
    z-index: 1;
}

/* ================== 51. Maps Components ================== */

.maps{
    max-width: 100%;
    width: 100%;
    line-height: 1;
    height: 400px;
    filter: brightness(69%) contrast(200%) saturate(0%) blur(0px) hue-rotate(0deg);
    border-radius: var(--global-border-radius);
    overflow: hidden;
}

/* ================== 52. Single Service Components ================== */

.single-service-list {
    list-style: none;
    padding: 0;
    text-align: start;
}

.single-service-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
}

.single-service-list a {
    color: var(--primary);
    font-size: var(--font-size-lg);
    font-weight: 700;
    transition: all 0.2s;
}

.single-service-list a:hover {
    color: var(--text-color);
}

.single-service-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 500;
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-size: var(--font-size-lg);
}

/* ================== 53. CTA Service Banner Components ================== */

.cta-service-banner{
    background-image: url('../image/collaborative-process-of-multicultural-skilled-peo-AN9FZBQ-1024x683.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    gap: 30px 30px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--accent-color-3);
    border-radius: 25px 25px 25px 25px;
    padding: 30px 30px 30px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

html[data-theme="light"] .cta-service-banner{
    border: 1px solid var(--accent-color-3);
}

.cta-service-banner::before{
    content: '';
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--accent-transparent) 0%, var(--secondary) 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

html[data-theme="light"] .cta-service-banner::before{
    background-image: linear-gradient(180deg, var(--accent-color-7) 0%, var(--accent-color-3) 100%);
}

.cta-service-banner .spacer{
    height: 100px;
}

/* ================== 54. Animate Components ================== */

.animate-box {
    opacity: 0;
}

.animated{
    animation-duration: var(--animation-normal);
}

.zoomin-anim{
    transform: translate3d(0, 26px, 0) scale(0.965);
    opacity: 0.01;
    transition:
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.65s ease;
    will-change: transform, opacity;
}

.zoomin-anim.is-inview{
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}

@media (max-width: 991.98px){
    .zoomin-anim{
        transform: none;
        opacity: 1;
        transition: none;
        will-change: auto;
    }
}

.animated.fast{
    animation-duration: var(--animation-fast);
}

.animated.slow{
    animation-duration: var(--animation-slow);
}

/* ================== 55. CustomText Container Components ================== */

.heading-container-short{
    max-width: 70%;
}

.heading-container{
    align-self: center;
    text-align: center;
}

.heading-container-medium{
    max-width: 75%;
}

.heading-container-wide{
    max-width: 85%;
    text-align: center;
}

/* ================== 56. Footer Components ================== */

/* 56.1 Footer Layout */

.footer{
    border-radius: 10px;
}

/* 56.2 Footer List */

.footer-list{
    list-style: none;
    padding-left: 0;
}

.footer-list li{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 1em;
    margin-bottom: 15px;
    color: var(--text-color);
}

.footer-list li:last-child{
    margin-bottom: 0px;
}

.footer-list a{
    font-size: var(--font-size-base);
    font-weight: 500;
    color: var(--text-color);
    transition: all 0.2s;
}

.footer-list a:hover{
    color: var(--primary);
}

/* 56.3 Contact List */

.contact-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.contact-list li{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    font-size: var(--font-size-base);
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--primary);
}

.contact-list li:last-child{
    margin-bottom: 0px;
}

/* 56.4 Footer Logo Container */

.footer-logo-container{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px 30px;
}

/* 56.5 Footer Quick Links */

.footer-quick-links{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px 30px;
}

/* 56.6 Footer Services Container */

.footer-services-container{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px 30px;
}

/* 56.7 Footer Contact Container */

.footer-contact-container{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px 30px;
}

/* 56.8 Copyright Container */

.copyright-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px 50px;
    border-top: 1px solid var(--accent-color-3);
    padding: 20px 0px 20px 0px;
}

.copyright{
    font-size: var(--font-size-base);
    color: var(--text-color);
    font-weight: 500;   
    line-height: var(--line-height-loose);
}

/* 56.9 Legal Link */

.legal-link{
    font-size: var(--font-size-base);
    font-weight: 500;
    color: var(--text-color);
    transition: all 0.2s;
    line-height: var(--line-height-loose);
}

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

/* 56.10 Footer Spacer */

.footer-spacer{
    width: initial;
    height: 3px;
    align-self: center;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color-6) 0%, var(--accent-transparent) 70%);
}

/* ================== 57. Media Queries ================== */

/* 57.1 Tablet Responsive */

@media screen and (min-width: 1024px){
    /* Flex spacing (gap) */
    .gspace-md-0 { 
        gap: 0px 0px; 
    }
    .gspace-md-1 { 
        gap: 10px 10px; 
    }
    .gspace-md-2 { 
        gap: 20px 20px; 
    }
    .gspace-md-3 { 
        gap: 30px 30px; 
    }
    .gspace-md-4 { 
        gap: 40px 40px; 
    }
    .gspace-md-5 { 
        gap: 50px 50px; 
    }

    /* Grid spacing (column-gap) */

    .gspace-x-md-0 { 
        column-gap: 0px;
    }
    .gspace-x-md-1 { 
        column-gap: 10px; 
    }
    .gspace-x-md-2 {
         column-gap: 20px; 
    }
    .gspace-x-md-3 { 
        column-gap: 30px; 
    }
    .gspace-x-md-4 { 
        column-gap: 40px; 
    }
    .gspace-x-md-5 { 
        column-gap: 50px; 
    }

    /* Grid spacing (row-gap) */

    .gspace-y-md-0 { 
        row-gap: 0px; 
    }
    .gspace-y-md-1 { 
        row-gap: 10px; 
    }
    .gspace-y-md-2 { 
        row-gap: 20px; 
    }
    .gspace-y-md-3 { 
        row-gap: 30px; 
    }
    .gspace-y-md-4 { 
        row-gap: 40px; 
    }
    .gspace-y-md-5 { 
        row-gap: 50px; 
    }

    /* Grid spacing (row-gap & column-gap) */

    .grid-spacer-md-0 { 
        --bs-gutter-x: 0px; 
        --bs-gutter-y: 0px; 
    }
    .grid-spacer-md-1 { 
        --bs-gutter-x: 10px; 
        --bs-gutter-y: 10px; 
    }
    .grid-spacer-md-2 { 
        --bs-gutter-x: 20px; 
        --bs-gutter-y: 20px; 
    }
    .grid-spacer-md-3 { 
        --bs-gutter-x: 30px; 
        --bs-gutter-y: 30px; 
    }
    .grid-spacer-md-4 { 
        --bs-gutter-x: 40px; 
        --bs-gutter-y: 40px; 
    }
    .grid-spacer-md-5 { 
        --bs-gutter-x: 50px; 
        --bs-gutter-y: 50px; 
    }

    /* Grid spacing (column-gap) */

    .grid-spacer-x-md-0 { 
        --bs-gutter-x: 0px; 
    }
    .grid-spacer-x-md-1 { 
        --bs-gutter-x: 10px; 
    }
    .grid-spacer-x-md-1 { 
        --bs-gutter-x: 10px; 
    }
    .grid-spacer-x-md-2 { 
        --bs-gutter-x: 20px;
    }
    .grid-spacer-x-md-3 { 
        --bs-gutter-x: 30px; 
    }
    .grid-spacer-x-md-4 { 
        --bs-gutter-x: 40px; 
    }
    .grid-spacer-x-md-5 { 
        --bs-gutter-x: 50px; 
    }

    /* Grid spacing (row-gap) */

    .grid-spacer-y-md-0 { 
        --bs-gutter-y: 0px; 
    }
    .grid-spacer-y-md-1 { 
        --bs-gutter-y: 10px; 
    }
    .grid-spacer-y-md-1 { 
        --bs-gutter-y: 10px; 
    }
    .grid-spacer-y-md-2 { 
        --bs-gutter-y: 20px; 
    }
    .grid-spacer-y-md-3 { 
        --bs-gutter-y: 30px; 
    }
    .grid-spacer-y-md-4 { 
        --bs-gutter-y: 40px; 
    }
    .grid-spacer-y-md-5 { 
        --bs-gutter-y: 50px; 
    }
}

@media screen and (max-width: 1024px){
    h1{
        font-size: var(--font-size-14xl);
    }
    h2{
        font-size: var(--font-size-13xl);
    }
    h3 {
        font-size: var(--font-size-8xl);
    }
    h4 {
        font-size: var(--font-size-3xl);
    }
    h5{
        font-size: var(--font-size-2xl);
    }
    h6 {
        font-size: var(--font-size-lg);
    }
    button, a{
        font-size: var(--font-size-sm);
    }
    .navbar{
        position: relative;
    }
    .navbar-collapse{
        display: none;
    }
    .nav-btn{
        display: block;
    }
        .title-heading-banner {
       background-image: linear-gradient(340deg, #c82aef 30%, var(--primary) 100%);
    }
    .about-img-layout{
        width: 100%;
    }
    .about-img{
        height: 100%;
    }
    .card-about{
        width: 400px;
    }
    .card-about .counter{
        font-size: var(--font-size-14xl);
    }
    .card-about .counter-detail{
        font-size: var(--font-size-8xl);
    }
    .about-title{
        width: 100%;
    }
    .navbar-action-container{
        justify-content: flex-start;
    }
    .navbar-icon-wrapper{
        display: none;
    }
    .banner-video-content{
        width: 100%;
    }
    .banner-video-content p{
        max-width: 48%;
        font-size: var(--font-size-sm);
    }
    .banner-content{
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    .crm-slide-card .crm-screen-image{
        min-height: auto;
    }
    .crm-showcase{
        width: 100%;
        transform: none;
    }
    .btn-title{
        padding: 17px 27px 17px 27px;
    }
    .icon-circle{
        width: 53px;
        height: 53px;
    }
    .logo-container{
        width: 50%;
    }
    .service-recent{
        width: 50%;
    }
    .cta-service-banner{
        width: 50%;
    }
    .social-team-spacer{
        width: 40px;
        height: 40px;
    }
    .sub-heading span{
        font-size: var(--font-size-sm);
    }
    .pricing-container{
        flex-direction: row;
        width: 100%;
    }
    .expertise-title,
    .expertise-img-layout{
        width: 100%;
    }
    .card-expertise{
        width: 320px;
    }
    .card-expertise .counter{
        font-size: var(--font-size-14xl);
    }
    .card-expertise .counter-detail{
        font-size: var(--font-size-7xl);
    }
    .chooseus-card-container{
        width: 100%;
        order: 2;
    }
    .chooseus-content-container{
        width: 100%;
        order: 1;
    }
    .card-chooseus{
        width: 85%;
    }
    .card-chooseus:nth-child(2){
        align-self: end;
    }
    .card-chooseus-cta-wrapper{
        width: 320px;
    }
    .card-pricing-title{
        width: 50%;
    }
    .card-pricing{
        width: 50%;
    }
    .card-pricing.pricing-highlight{
        width: 100%;
    }
    .pricing-highlight-box{
        width: 50%;
    }
    .team-layout{
        padding: 30px 30px 0px 30px;
    }
    .banner-heading{
        flex-direction: column;
        gap: 100px;
    }
    .single-service-title-layout{
        width: 85%;
    }
    .guide-banner{
        padding: 250px 30px 30px 30px;
    }
    .guide-content{
        max-width: 100%;
    }
    .guide-video-container p{
        margin-bottom: 0;
        font-size: var(--font-size-sm);
        max-width: 20%;
    }
    .dropdown-item {
        padding: 15px 30px;
        font-weight: 500;
    }
    .logo{
        max-width: 125px;
    }
    .text-404{
        font-size: var(--font-size-16xl);
    }
    .layout-404 p{
        max-width: 60%;
    }
    .price-card-wrapper .price{
        font-size: var(--font-size-7xl);
    }
    .logo-container img{
        width: 60%;
    }
    .logo-footer{
        max-width: 20%;
    }
    .card-expertise .counter-detail{
        font-size: var(--font-size-12xl);
    }
    .contactus-content{
        width: 80%;
    }
    .card-case-studies{
        padding: 30px 30px 30px 30px;
    }
    .case-studies-content.local-business,
    .case-studies-content.saas-leads,
    .case-studies-content.ecommerce,
    .case-studies-content.startup-branding{
        width: 100%;
    }
    .cs-component a{
        font-size: var(--font-size-sm);
    }
    .service-details{
        padding: 0em 2em 0em 0em;
    }
    .number-box{
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .heading-container{
        max-width: 70%;
    }
    .testimonial-title-container,
    .testimonial-reviewer-container{
        width: 100%;
    }
    .testimonial-reviewer{
        flex-direction: column;
    }
    .testimonial-rating-container{
        width: 50%;
    }
    .card-testimonial-reviewer .counter{
        font-size: var(--font-size-8xl);
    }
    .card-testimonial-reviewer p{
        font-size: var(--font-size-sm);
    }
    .price-card-wrapper .price{
        font-size: var(--font-size-9xl);
    }
    .tab-content{
        padding: 0.5em;
    }
    .input-container{
        width: 100%;
    }
    .sidebar-header .logo{
        width: 100%;
    }
    .social-team-container{
        width: 60px;
    }
    .social-team-container .social-item{
        width: 40px;
        height: 40px;
        font-size: var(--font-size-base);
    }
    .accordion .accordion-button{
        font-size: var(--font-size-2xl);
    }
    #newsletterForm{
        flex-direction: column;
        border-radius: 35px 35px 35px 35px;
        width: 100%;
    }
    .newsletter-layout{
        padding: 0px 30px 30px 30px;
        gap: 30px 30px;
    }
    .blog-link{
        font-size: var(--font-size-base);
    }
    .blog-link-post{
        font-size: var(--font-size-lg);
    }
    .footer-list a{
        font-size: var(--font-size-sm);
    }
    .contact-list li{
        font-size: var(--font-size-sm);
    }
}

/* 57.2 Mobile Responsive */

@media screen and (min-width: 768px){

    /* Flex spacing (gap) */

    .gspace-sm-0 { 
        gap: 0px 0px; 
    }
    .gspace-sm-1 { 
        gap: 10px 10px; 
    }
    .gspace-sm-2 { 
        gap: 20px 20px; 
    }
    .gspace-sm-3 { 
        gap: 30px 30px; 
    }
    .gspace-sm-4 { 
        gap: 40px 40px; 
    }
    .gspace-sm-5 { 
        gap: 50px 50px; 
    }

    /* Grid spacing (column-gap) */

    .gspace-x-sm-0 { 
        column-gap: 0px; 
    }
    .gspace-x-sm-0 { 
        column-gap: 0px; 
    }
    .gspace-x-sm-1 { 
        column-gap: 10px; 
    }
    .gspace-x-sm-2 { 
        column-gap: 20px; 
    }
    .gspace-x-sm-3 { 
        column-gap: 30px; 
    }
    .gspace-x-sm-4 { 
        column-gap: 40px; 
    }
    .gspace-x-sm-5 { 
        column-gap: 50px; 
    }

    /* Grid spacing (row-gap) */

    .gspace-y-sm-0 { 
        row-gap: 0px; 
    }
    .gspace-y-sm-1 { 
        row-gap: 10px; 
    }
    .gspace-y-sm-2 { 
        row-gap: 20px; 
    }
    .gspace-y-sm-3 { 
        row-gap: 30px; 
    }
    .gspace-y-sm-4 { 
        row-gap: 40px; 
    }
    .gspace-y-sm-5 { 
        row-gap: 50px; 
    }

    /* Grid spacing (row-gap & column-gap) */

    .grid-spacer-sm-1 { 
        --bs-gutter-x: 10px; 
        --bs-gutter-y: 10px; 
    }
    .grid-spacer-sm-2 { 
        --bs-gutter-x: 20px; 
        --bs-gutter-y: 20px; 
    }
    .grid-spacer-sm-3 { 
        --bs-gutter-x: 30px; 
        --bs-gutter-y: 30px; 
    }
    .grid-spacer-sm-4 { 
        --bs-gutter-x: 40px; 
        --bs-gutter-y: 40px; 
    }
    .grid-spacer-sm-5 { 
        --bs-gutter-x: 50px; 
        --bs-gutter-y: 50px; 
    }

    /* Grid spacing (column-gap) */

    .grid-spacer-x-sm-0 { 
        --bs-gutter-x: 0px; 
    }
    .grid-spacer-x-sm-1 { 
        --bs-gutter-x: 10px; 
    }
    .grid-spacer-x-sm-2 { 
        --bs-gutter-x: 20px; 
    }
    .grid-spacer-x-sm-3 { 
        --bs-gutter-x: 30px; 
    }
    .grid-spacer-x-sm-4 { 
        --bs-gutter-x: 40px; 
    }

    /* Grid spacing (row-gap) */

    .grid-spacer-y-sm-0 { 
        --bs-gutter-y: 0px; 
    }
    .grid-spacer-y-sm-1 { 
        --bs-gutter-y: 10px; 
    }
    .grid-spacer-y-sm-2 { 
        --bs-gutter-y: 20px; 
    }
    .grid-spacer-y-sm-3 { 
        --bs-gutter-y: 30px; 
    }
    .grid-spacer-y-sm-4 { 
        --bs-gutter-y: 40px; 
    }
    .grid-spacer-y-sm-5 { 
        --bs-gutter-y: 50px; 
    }
}

@media screen and (max-width: 767px){
    h1{
        font-size: var(--font-size-10xl);
    }
    h2{
        font-size: var(--font-size-9xl);
    }
    h3{
        font-size: var(--font-size-6xl);
    }
    h4{
        font-size: var(--font-size-2xl);
    }
    h5 {
        font-size: var(--font-size-xl);
    }
    h6{
        font-size: var(--font-size-base);
    }
    button, a{
        font-size: var(--font-size-xs);
    }
    p{
        font-size: var(--font-size-sm);
    }
    .card-expertise.card-expertise-counter{
        width: 100%;
    }
    .logo-container img{
        width: auto;
        max-height: 38px;
    }
    .logo-footer{
        max-width: 50%;
    }
    .navbar-wrapper{
        padding: 16px 20px 0 20px;
    }
    .banner-video-content p{
        font-size: var(--font-size-xs);
        max-width: 100%;
    }
    .section-banner{
        padding: 16px 20px 0px 20px;
    }
    .section-guide{
        padding: 0px 20px 0px 20px;
    }
    .section-wrapper-digital-process{
        padding: 0px 20px 0px 20px;
    }
    .section-footer{
        padding: 0px 20px 20px 20px;
    }
    .card-pricing-title{
        width: 100%;
    }
    .card-pricing{
        width: 100%;
    }
    .sub-heading span{
        font-size: var(--font-size-xs);
    }
    .card-case-studies{
        padding: 30px 20px 30px 20px;
    }
    .chooseus-icon-layout{
        border-radius: 0px 0px 35px 35px;
    }
    .cs-component a{
        font-size: var(--font-size-xs);
    }
    .accordion .accordion-button{
        font-size: var(--font-size-xl);
    }
    .event-image{
        width: 100%;
    }
    .sidebar-overlay-avatar{
        width: 85%
    }
    .team-layout{
        padding: 30px 20px 0px 20px;
    }
    .guide-video-container p{
        font-size: var(--font-size-xs);
        max-width: 40%;
    }
    .pricing-container{
        flex-direction: column;
    }
    .social-team-container{
        width: 55px;
    }
    .text-404{
        font-size: var(--font-size-15xl);
    }
    .layout-404 p{
        max-width: 100%
    }
    .testimonial-reviewer{
        flex-direction: row;
        gap: 10px;
    }
    .testimonial-reviewer .avatar{
        width: 45px;
    }
    .card-testimonial-reviewer .counter{
        font-size: var(--font-size-6xl);
    }
    .card-testimonial-reviewer .counter-detail{
        font-size: var(--font-size-6xl);
    }
    .testimonial-rating-container{
        width: 100%;
    }
    .pricing-highlight-box{
        width: 100%;
        justify-content: space-between;
    }
    .about-img{
        height: 550px;
    }
    .card-about{
        width: 250px;
    }
    .card-about .counter{
        font-size: var(--font-size-10xl);
    }
    .card-about .counter-detail{
        font-size: var(--font-size-6xl);
    }
    .section404{
        width: 100%;
    }
    .card-expertise .counter{
        font-size: var(--font-size-10xl);
    }
    .card-expertise .counter-detail{
        font-size: var(--font-size-6xl);
    }
    .expertise-list{
        width: 100%;
    }
    .card-expertise{
        width: 250px;
    }
    .card-chooseus{
        flex-direction: column;
        width: 100%;
    }
    .card-chooseus-cta-wrapper{
        width: 250px;
    }
    .chooseus-icon-wrapper{
        flex-direction: row;
        min-height: 0;
        width: 100%;
    }
    .chooseus-spacer.above {
        border-radius: 0px 25px 0px 0px;
        box-shadow: 10px -10px 0px 0px var(--secondary);
    }
    .about-wrapper{
        padding: 20px 0px 0px 0px;
    }
    .banner-icon-container{
        width: 100%;
    }
    .step-spacer{
        width: 200px;
        height: 3px;
    }
    .form-card{
        padding: 1em 1em 1em 1em;
    }
    .form-button-container{
        width: 100%;
        justify-content: stretch;
    }
    .form-button-container .btn{
        width: 100%;
    }
    .logo-container{
        width: 100%;
    }
    .heading-container{
        max-width: 100%;
    }
    .heading-container-wide{
        max-width: 100%;
    }
    .blog-link{
        font-size: var(--font-size-sm);
    }
    .blog-link-post{
        font-size: var(--font-size-base);
    }
    .blog-image{
        height: 180px;
    }
    .service-recent,
    .cta-service-banner{
        width: 100%;
    }
    .single-service-title-layout{
        width: 74%;
    }
    .case-studies-component.large,
    .case-studies-component.small{
        width: 100%;
    }
    .btn-title{
        padding: 15px 25px 15px 25px;
    }
    .icon-circle{
        width: 46px;
        height: 46px;
    }
    .service-details{
        padding: 0em 0em 2em 0em;
    }
    .footer-logo-container{
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .footer-quick-links{
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .footer-services-container{
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .footer-contact-container{
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .footer-list li{
        justify-content: center;
        text-align: center;
    }
    .footer-list a{
        font-size: var(--font-size-xs);
    }
    .contact-list li{
        justify-content: center;
        font-size: var(--font-size-xs);
    }
    .copyright-container{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .copyright,
    .legal-link{
        font-size: var(--font-size-xs);
    }
}
.site-brand {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.site-logo-dark,
.site-logo-light {
    display: block;
}

.site-logo-light {
    display: none !important;
}

html[data-theme="light"] .site-logo-dark,
html[data-theme="light"] .site-logo-dark {
    display: none !important;
}

html[data-theme="light"] .site-logo-light,
html[data-theme="light"] .site-logo-light {
    display: block !important;
}






html[data-theme="light"] .crm-showcase{
    border-color: rgba(200, 42, 239, 0.12);
    background-image: radial-gradient(at top left, rgba(200, 42, 239, 0.08), rgba(255, 255, 255, 0.96) 64%);
    box-shadow: 0 18px 48px rgba(24, 24, 31, 0.08);
}

html[data-theme="light"] .crm-slide-card{
    border-color: rgba(24, 24, 31, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

html[data-theme="light"] .crm-slide-card::after{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(24, 24, 31, 0.12));
}

html[data-theme="light"] .crm-screen-label{
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(24, 24, 31, 0.08);
    color: #1b1b22;
}

html[data-theme="light"] .crm-swiper-button{
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(24, 24, 31, 0.08);
    color: #1b1b22;
}

html[data-theme="light"] .crm-dot{
    background: rgba(24, 24, 31, 0.18);
}

html[data-theme="light"] .crm-feature-pills span{
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(24, 24, 31, 0.08);
    color: #1b1b22;
}

html[data-theme="light"] .crm-view-trigger{
    border-color: rgba(24, 24, 31, 0.12);
    background: rgba(255, 255, 255, 0.96);
    color: #1b1b22;
    box-shadow: 0 16px 30px rgba(24, 24, 31, 0.14);
}

html[data-theme="light"] .crm-image-modal-close{
    border-color: rgba(24, 24, 31, 0.12);
    background: rgba(255, 255, 255, 0.96);
    color: #1b1b22;
}

html[data-theme="light"] .crm-modal-image{
    background: rgba(255, 255, 255, 0.98);
}

html[data-theme="light"] .crm-image-lightbox-backdrop{
    background: rgba(18, 18, 24, 0.62);
}

html[data-theme="light"] .crm-showcase{
    border-color: rgba(200, 42, 239, 0.12);
    background-image: radial-gradient(at top left, rgba(200, 42, 239, 0.08), rgba(255, 255, 255, 0.96) 64%);
    box-shadow: 0 18px 48px rgba(24, 24, 31, 0.08);
}

html[data-theme="light"] .crm-slide-card{
    border-color: rgba(24, 24, 31, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

html[data-theme="light"] .crm-slide-card::after{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(24, 24, 31, 0.12));
}

html[data-theme="light"] .crm-screen-label{
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(24, 24, 31, 0.08);
    color: #1b1b22;
}

html[data-theme="light"] .crm-swiper-button{
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(24, 24, 31, 0.08);
    color: #1b1b22;
}

html[data-theme="light"] .crm-dot{
    background: rgba(24, 24, 31, 0.18);
}

html[data-theme="light"] .crm-feature-pills span{
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(24, 24, 31, 0.08);
    color: #1b1b22;
}

html[data-theme="light"] .crm-view-trigger{
    border-color: rgba(24, 24, 31, 0.12);
    background: rgba(255, 255, 255, 0.96);
    color: #1b1b22;
    box-shadow: 0 16px 30px rgba(24, 24, 31, 0.14);
}

html[data-theme="light"] .crm-image-modal-close{
    border-color: rgba(24, 24, 31, 0.12);
    background: rgba(255, 255, 255, 0.96);
    color: #1b1b22;
}

html[data-theme="light"] .crm-modal-image{
    background: rgba(255, 255, 255, 0.98);
}

html[data-theme="light"] .crm-image-lightbox-backdrop{
    background: rgba(18, 18, 24, 0.62);
}


@media (max-width: 767px){
    .crm-product-section{
        padding-left: 16px;
        padding-right: 16px;
    }

    .crm-showcase{
        border-radius: 24px;
        gap: 14px;
        overflow: hidden;
    }

    .crm-slide-card{
        border-radius: 20px;
    }

    .crm-slide-card .crm-screen-image{
        min-height: 260px;
        aspect-ratio: 4 / 3;
    }

    .crm-screen-label{
        top: 12px;
        left: 12px;
        padding: 7px 10px;
        font-size: 12px;
    }

    .crm-view-trigger{
        width: 54px;
        height: 54px;
    }

    .crm-view-trigger i{
        font-size: 18px;
    }

    .crm-swiper-nav{
        gap: 12px;
        margin-top: 14px;
        padding: 0 14px;
    }

    .crm-swiper-button{
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }

    .crm-swiper-pagination{
        gap: 8px;
    }

    .crm-feature-pills{
        gap: 10px;
        padding: 0 14px;
    }

    .crm-feature-pills span{
        padding: 8px 12px;
        font-size: 12px;
    }

    .section-case-studies{
        padding: 88px 16px;
    }

    .case-studies-link-wrapper{
        margin-top: 8px;
    }
}

.section-case-studies{
    padding: 120px 20px;
}

@media (max-width: 1024px){
    .crm-product-section{
        padding-left: 20px;
        padding-right: 20px;
    }

    .crm-product-wrap{
        max-width: 100%;
    }

    .crm-showcase{
        --crm-breakout: 0px;
        width: 100%;
        margin-right: 0;
        transform: none;
    }

    .crm-swiper-nav{
        padding: 0 18px;
    }

    .crm-feature-pills{
        padding: 0 18px;
    }
}

@media (max-width: 1024px){
    .section{
        padding: 88px 18px;
    }
}

@media (max-width: 767px){
    .section{
        padding: 72px 16px;
    }
}

@media (max-width: 767px){
    .section-home-expertise{
        padding-bottom: 28px;
    }

    .section-home-services{
        padding-top: 28px;
    }

    .section-home-expertise .card-expertise-counter{
        margin-bottom: 0;
    }
}

.service-link-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.service-link-button{
    display: inline-flex;
    align-self: center;
}

.home-contact-modal{
    border: 1px solid var(--accent-color-3);
    border-radius: calc(var(--global-border-radius) + 4px);
    background: radial-gradient(at top left, var(--accent-color-3) 0%, var(--accent-color-4) 58%);
    color: var(--primary);
}

.home-contact-modal .modal-body,
.home-contact-modal .modal-header{
    padding-left: 28px;
    padding-right: 28px;
}

.home-contact-modal .btn-close{
    filter: none;
}

.home-contact-form{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

html[data-theme="light"] .home-contact-modal{
    border-color: rgba(24, 24, 31, 0.08);
    background: radial-gradient(at top left, rgba(200, 42, 239, 0.08), rgba(255, 255, 255, 0.98) 64%);
    color: #1b1b22;
}

html[data-theme="light"] .home-contact-modal .btn-close{
    filter: none;
}

@media (max-width: 767px){
    .section-home-services{
        padding-bottom: 28px;
    }

    .crm-product-section{
        padding-top: 28px;
    }

    .service-link-footer{
        gap: 14px;
    }

    .home-contact-modal .modal-body,
    .home-contact-modal .modal-header{
        padding-left: 18px;
        padding-right: 18px;
    }
}

.home-contact-modal{
    border: 1px solid var(--accent-color-3);
    border-radius: 32px;
    background: var(--secondary);
    color: var(--primary);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.home-contact-modal .modal-header,
.home-contact-modal .modal-body{
    padding-left: 32px;
    padding-right: 32px;
    background: transparent;
}

.home-contact-modal .modal-header{
    align-items: flex-start;
    padding-top: 28px;
}

.home-contact-modal .modal-body{
    padding-bottom: 32px;
}

.home-contact-modal .title-heading{
    max-width: 12ch;
}

.home-contact-modal .btn-close{
    position: static;
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    margin: 0;
    margin-left: auto;
    padding: 0;
    border-radius: 50%;
    border: 1px solid var(--accent-color-3);
    background: rgba(255, 255, 255, 0.06);
    color: var(--primary);
    opacity: 1;
    box-shadow: none;
    background-image: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-contact-modal .btn-close::before{
    content: '\00d7';
    font-size: 30px;
    line-height: 1;
}

.home-contact-modal .btn-close:hover{
    background: var(--accent-color);
    border-color: transparent;
    color: #fff;
}

.home-contact-modal .btn-close:focus{
    box-shadow: 0 0 0 0.2rem rgba(200, 42, 239, 0.22);
}

.home-contact-form .form-button-container{
    justify-content: flex-start;
}

.home-contact-form input,
.home-contact-form textarea{
    background-color: transparent;
}

.home-contact-modal .home-contact-form input,
.home-contact-modal .home-contact-form textarea,
.home-contact-modal .home-contact-form select{
    background: linear-gradient(180deg, rgba(15, 29, 53, 0.96) 0%, rgba(10, 21, 39, 0.96) 100%);
    border: 1px solid rgba(88, 164, 255, 0.26);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 0 rgba(88, 164, 255, 0);
    color: #f4f8ff;
}

.home-contact-modal .home-contact-form input::placeholder,
.home-contact-modal .home-contact-form textarea::placeholder{
    color: rgba(214, 227, 255, 0.7);
}

.home-contact-modal .home-contact-form input:focus,
.home-contact-modal .home-contact-form textarea:focus,
.home-contact-modal .home-contact-form select:focus{
    border-color: rgba(108, 184, 255, 0.72);
    box-shadow: 0 0 0 1px rgba(108, 184, 255, 0.34), 0 0 18px rgba(78, 162, 255, 0.24), 0 0 34px rgba(48, 119, 255, 0.16);
    color: #ffffff;
}

.home-contact-modal .home-contact-form textarea{
    min-height: 170px;
}

html[data-theme="light"] .home-contact-modal{
    border-color: rgba(24, 24, 31, 0.08);
    background: #ffffff;
    color: #1b1b22;
    box-shadow: 0 24px 60px rgba(24, 24, 31, 0.12);
}

html[data-theme="light"] .home-contact-modal .btn-close{
    border-color: rgba(24, 24, 31, 0.08);
    background: rgba(24, 24, 31, 0.04);
    color: #1b1b22;
}

html[data-theme="light"] .home-contact-modal .btn-close:hover{
    background: var(--accent-color);
    color: #fff;
}

html[data-theme="light"] .home-contact-modal .home-contact-form input,
html[data-theme="light"] .home-contact-modal .home-contact-form textarea,
html[data-theme="light"] .home-contact-modal .home-contact-form select{
    background: #ffffff;
    border: 1px solid rgba(86, 106, 154, 0.22);
    box-shadow: none;
    color: #1b2654;
}

html[data-theme="light"] .home-contact-modal .home-contact-form input::placeholder,
html[data-theme="light"] .home-contact-modal .home-contact-form textarea::placeholder{
    color: rgba(82, 98, 142, 0.78);
}

html[data-theme="light"] .home-contact-modal .home-contact-form input:focus,
html[data-theme="light"] .home-contact-modal .home-contact-form textarea:focus,
html[data-theme="light"] .home-contact-modal .home-contact-form select:focus{
    border-color: rgba(255, 194, 44, 0.82);
    box-shadow: 0 0 0 1px rgba(255, 194, 44, 0.24), 0 0 18px rgba(255, 208, 77, 0.16);
    color: #132044;
}

@media (max-width: 767px){
    .home-contact-modal{
        border-radius: 24px;
    }

    .home-contact-modal .modal-header,
    .home-contact-modal .modal-body{
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-contact-modal .modal-header{
        padding-top: 20px;
    }

    .home-contact-modal .modal-body{
        padding-bottom: 20px;
    }

    .home-contact-modal .title-heading{
        max-width: none;
    }

    .home-contact-modal .btn-close{
        width: 46px;
        height: 46px;
        min-width: 46px;
        min-height: 46px;
    }

    .home-contact-modal .btn-close::before{
        font-size: 26px;
    }
}


#homeContactModal .modal-dialog{
    max-width: min(960px, calc(100vw - 32px));
}

.home-contact-modal .btn-close{
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.home-contact-modal .btn-close::before{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 30px;
    line-height: 1;
    transform: none;
}

.home-contact-form .form-button-container{
    justify-content: center;
}

@media (max-width: 767px){
    #homeContactModal .modal-dialog{
        max-width: calc(100vw - 16px);
        margin: 0.5rem auto;
    }

    .home-contact-modal .btn-close::before{
        font-size: 26px;
    }
}


.home-contact-modal .btn-close::before{
    content: none !important;
}

.home-contact-modal .btn-close{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-contact-modal .btn-close i{
    display: block;
    font-size: 24px;
    line-height: 1;
}

@media (max-width: 767px){
    .home-contact-modal .btn-close i{
        font-size: 22px;
    }
}

.home-contact-success-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 24px 0 8px;
}

.home-contact-success-icon{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(200, 42, 239, 0.12);
    color: var(--accent-color);
    font-size: 34px;
}

.home-contact-success-wrap p{
    max-width: 34ch;
    color: var(--text-color);
}

html[data-theme="light"] .home-contact-success-icon{
    background: rgba(200, 42, 239, 0.1);
}







.navbar-icon-wrapper{
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    padding: 8px 18px 8px 10px;
    border-radius: 999px;
    min-height: 74px;
    white-space: nowrap;
}

.navbar-phone-copy{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    min-width: 0;
}

.navbar-phone-label{
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-color);
}

.navbar-phone-number{
    font-size: 22px;
    line-height: 1.05;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
}

.navbar-phone-number:hover{
    color: var(--primary);
}

html[data-theme="light"] .navbar-phone-number{
    color: var(--accent-color-2);
}

html[data-theme="light"] .navbar-phone-number:hover{
    color: var(--accent-color-2);
}

@media (max-width: 991.98px) {
    :root {
        --site-header-shell-height: 92px;
    }
    .banner-video-container{
        min-height: calc(100dvh - var(--site-header-shell-height));
        padding: 28px 20px 40px 20px;
    }
    .site-header .navbar-cta-button{
        display: none !important;
    }
    .navbar-icon-wrapper{
        display: none;
    }
}
.navbar-language-switch,
.sidebar-language-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.navbar-language-switch {
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
}

.navbar-language-link,
.sidebar-language-link {
    min-width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.navbar-language-link {
    color: var(--text-color);
}

.navbar-language-link.active {
    background: var(--accent-color);
    color: #0b1220;
}

.sidebar-language-switch {
    margin: 0 0 20px;
}

.sidebar-language-link {
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--text-color);
    background: rgba(255, 255, 255, 0.04);
}

.sidebar-language-link.active {
    border-color: var(--accent-color);
    background: var(--accent-color);
    color: #0b1220;
}

html[data-theme="light"] .navbar-language-switch {
    border-color: rgba(28, 41, 92, 0.12);
    background: rgba(255, 255, 255, 0.8);
}

html[data-theme="light"] .navbar-language-link,
html[data-theme="light"] .sidebar-language-link {
    color: #23326a;
}

html[data-theme="light"] .navbar-language-link.active,
html[data-theme="light"] .sidebar-language-link.active {
    color: #0f173b;
}

@media (max-width: 991.98px) {
    :root {
        --site-header-shell-height: 92px;
    }
    .banner-video-container{
        min-height: calc(100dvh - var(--site-header-shell-height));
        padding: 28px 20px 40px 20px;
    }
    .navbar-language-switch {
        margin-right: 8px;
    }
}
.language-flag {
    font-size: 1rem;
    line-height: 1;
}

.navbar-language-switch,
.sidebar-language-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.navbar-language-switch {
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
}

.navbar-language-link,
.sidebar-language-link {
    min-width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.navbar-language-link {
    color: var(--text-color);
}

.navbar-language-link.active {
    background: var(--accent-color);
    color: #0b1220;
}

.sidebar-language-switch {
    margin: 0 0 20px;
}

.sidebar-language-link {
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--text-color);
    background: rgba(255, 255, 255, 0.04);
    min-width: 0;
    width: auto;
    padding: 0 14px;
    gap: 8px;
}

.sidebar-language-link.active {
    border-color: var(--accent-color);
    background: var(--accent-color);
    color: #0b1220;
}

.sidebar-language-text {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

html[data-theme="light"] .navbar-language-switch {
    border-color: rgba(28, 41, 92, 0.12);
    background: rgba(255, 255, 255, 0.8);
}

html[data-theme="light"] .navbar-language-link,
html[data-theme="light"] .sidebar-language-link {
    color: #23326a;
}

html[data-theme="light"] .navbar-language-link.active,
html[data-theme="light"] .sidebar-language-link.active {
    color: #0f173b;
}

@media (max-width: 991.98px) {
    :root {
        --site-header-shell-height: 92px;
    }
    .banner-video-container{
        min-height: calc(100dvh - var(--site-header-shell-height));
        padding: 28px 20px 40px 20px;
    }
    .navbar-language-switch {
        display: none;
    }
}
.sidebar-header-main {
    gap: 12px;
}

.sidebar-header-main .logo {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
}

.sidebar-header-main .sidebar-language-switch {
    margin: 0;
    flex: 0 0 auto;
}

.sidebar-header-main .sidebar-language-link {
    height: 42px;
    padding: 0 12px;
}

.sidebar-header-main .close-btn {
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    :root {
        --site-header-shell-height: 92px;
    }
    .banner-video-container{
        min-height: calc(100dvh - var(--site-header-shell-height));
        padding: 28px 20px 40px 20px;
    }
    .sidebar {
        left: -100vw;
        width: 100vw;
        max-width: 100vw;
        padding: 0 20px;
    }

    .sidebar.active {
        transform: translateX(100vw);
    }

    .sidebar-header-main {
        padding: 20px 0;
        align-items: center;
    }

    .sidebar-header-main .sidebar-language-switch {
        order: 2;
    }

    .sidebar-header-main .close-btn {
        order: 3;
    }

    .sidebar-header-main .logo {
        order: 1;
    }
}
.language-flag {
    width: 25px;
    height: 25px;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

.navbar-language-link,
.sidebar-language-link {
    overflow: hidden;
}










/* Competitor-Inspired Header Override */
.site-header .navbar-wrapper{
    padding: 18px 30px 12px 30px;
}

.site-header .navbar{
    min-height: 78px;
    padding: 10px 22px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 10, 10, 0.82);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.site-header .logo-container{
    flex: 0 0 auto;
}

.site-header .logo-container .navbar-brand{
    display: inline-flex;
    align-items: center;
}

.site-header .logo-container img{
    width: auto;
    max-height: 42px;
}

.site-header .navbar-collapse{
    flex: 1 1 auto;
    justify-content: center;
}

.site-header .navbar-nav{
    gap: 6px;
}

.site-header .nav-link{
    padding: 10px 14px !important;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.98rem;
    font-weight: 600;
}

.site-header .nav-link:hover,
.site-header .nav-link.active,
.site-header .nav-link.show{
    color: #ffffff !important;
}

.site-header .navbar-action-container-competitor{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex: 0 0 auto;
}

.site-header .navbar-action-button-compact{
    padding: 0;
}

.site-header .navbar-cta-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.site-header .navbar-cta-button:hover{
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.site-header .themeswitch{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    box-shadow: none;
}

.site-header .navbar-language-switch{
    padding: 0;
    border: none;
    background: transparent;
    gap: 8px;
}

.site-header .navbar-language-link{
    width: 38px;
    min-width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
}

.site-header .navbar-language-link.active{
    background: rgba(255,255,255,0.08);
    color: #ffffff;
}

.site-header .language-flag{
    width: 22px;
    height: 22px;
}

.site-header .navbar-icon-wrapper{
    display: none;
}

html[data-theme="light"] .site-header .navbar{
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(25, 37, 70, 0.08);
    box-shadow: 0 12px 34px rgba(19, 30, 57, 0.08);
}

html[data-theme="light"] .site-header .nav-link{
    color: rgba(17, 25, 48, 0.76);
}

html[data-theme="light"] .site-header .nav-link:hover,
html[data-theme="light"] .site-header .nav-link.active,
html[data-theme="light"] .site-header .nav-link.show,
html[data-theme="light"] .site-header .navbar-cta-button,
html[data-theme="light"] .site-header .themeswitch{
    color: #111930 !important;
}

html[data-theme="light"] .site-header .navbar-cta-button{
    border-color: rgba(25, 37, 70, 0.08);
    background: rgba(17, 25, 48, 0.04);
}

html[data-theme="light"] .site-header .navbar-language-link{
    border-color: rgba(25, 37, 70, 0.08);
}

@media (max-width: 991.98px){
    .site-header .navbar-wrapper{
        padding: 16px 20px 0 20px;
    }

    .site-header .navbar{
        min-height: 72px;
        border-radius: 24px;
        padding: 10px 18px;
    }

    .site-header .navbar-cta-button,
    .site-header .navbar-language-switch{
        display: none;
    }
}

/* Home Header Inside Hero */
body.page-home{
    position: relative;
}

body.page-home .site-header,
body.page-home .site-header.is-sticky,
body.page-home .site-header.is-sticky.is-sticky-visible,
body.page-home .site-header.is-sticky.is-sticky-hidden{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
}

body.page-home .site-header.is-sticky.is-sticky-hidden .navbar-wrapper,
body.page-home .site-header.is-sticky.is-sticky-visible .navbar-wrapper{
    transform: none;
}

body.page-home .site-header .navbar-wrapper{
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 30px 0 30px;
}

body.page-home .section-banner{
    padding: 10px 30px 10px 30px;
}

body.page-home .banner-video-container{
    min-height: 100dvh;
    padding-top: 132px;
    padding-bottom: 40px;
}

@media (max-width: 991.98px){
    body.page-home .site-header .navbar-wrapper{
        padding: 16px 20px 0 20px;
    }

    body.page-home .section-banner{
        padding: 0 20px 0 20px;
        background-image: url('../image/mobile-bg.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    body.page-home .banner-video-container{
        min-height: 100dvh;
        padding-top: 104px;
        padding-bottom: 40px;
    }

    body.page-home #banner-video-background{
        display: none;
    }
}

/* Header Language Dropdown */
.site-header .navbar-language-dropdown{
    position: relative;
    display: inline-flex;
    align-items: center;
}

.site-header .navbar-language-trigger{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
}

.site-header .navbar-language-trigger::after{
    display: none;
}

.site-header .navbar-language-menu{
    min-width: 180px;
    margin-top: 12px;
    padding: 8px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(18, 18, 18, 0.96);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.site-header .navbar-language-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    color: rgba(255,255,255,0.86);
    background: transparent;
}

.site-header .navbar-language-item:hover,
.site-header .navbar-language-item:focus,
.site-header .navbar-language-item.active{
    color: #ffffff;
    background: rgba(255,255,255,0.06);
}

.site-header .navbar-language-item-main{
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.site-header .navbar-language-label{
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
}

.site-header .navbar-language-check{
    color: #16d89b;
    font-size: 0.9rem;
}

html[data-theme="light"] .site-header .navbar-language-trigger{
    border-color: rgba(25, 37, 70, 0.08);
    background: rgba(255, 255, 255, 0.9);
}

html[data-theme="light"] .site-header .navbar-language-menu{
    border-color: rgba(25, 37, 70, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(21, 33, 63, 0.12);
}

html[data-theme="light"] .site-header .navbar-language-item{
    color: #1b2753;
}

html[data-theme="light"] .site-header .navbar-language-item:hover,
html[data-theme="light"] .site-header .navbar-language-item:focus,
html[data-theme="light"] .site-header .navbar-language-item.active{
    color: #111930;
    background: rgba(17, 25, 48, 0.05);
}

@media (max-width: 991.98px){
    .site-header .navbar-language-dropdown{
        display: none;
    }
}

/* Header CTA matches hero button style */
.site-header .navbar-cta-button.btn.btn-accent{
    min-height: 46px;
    padding: 4px 4px 4px 16px;
    gap: 12px;
    border-radius: 999px;
    box-shadow: none;
}

.site-header .navbar-cta-button.btn.btn-accent .btn-title{
    padding: 0;
}

.site-header .navbar-cta-button.btn.btn-accent .btn-title span{
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
}

.site-header .navbar-cta-button.btn.btn-accent .icon-circle{
    width: 38px;
    height: 38px;
    min-width: 38px;
}

@media (max-width: 991.98px){
    .site-header .navbar-cta-button.btn.btn-accent{
        display: none;
    }
}


/* Keep hover-swap CTA labels on one line */
.js-hover-swap-button{
    width: auto;
}

.js-hover-swap-button .btn-title{
    width: auto;
    flex: 0 0 auto;
}

.js-hover-swap-button .btn-title span{
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
}

/* Prevent header CTA text clipping */
.site-header .navbar-cta-button.btn.btn-accent{
    min-width: 196px;
}

.site-header .navbar-cta-button.btn.btn-accent .btn-title{
    min-width: 0 !important;
    width: auto !important;
}

/* Header CTA keep icon pinned right */
.site-header .navbar-cta-button.btn.btn-accent{
    min-width: 208px;
    width: 208px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .navbar-cta-button.btn.btn-accent .btn-title{
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 14px 0 0 !important;
}

.site-header .navbar-cta-button.btn.btn-accent .btn-title span{
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}

.site-header .navbar-cta-button.btn.btn-accent .icon-circle{
    margin-left: auto;
    flex: 0 0 38px;
}

/* Shared CTA button width fix outside header */
.js-hover-swap-button:not(.navbar-cta-button){
    min-width: 220px;
    width: 220px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.js-hover-swap-button:not(.navbar-cta-button) .btn-title{
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0 !important;
    padding-right: 18px;
}

.js-hover-swap-button:not(.navbar-cta-button) .btn-title span{
    width: 100%;
    white-space: nowrap;
}

.js-hover-swap-button:not(.navbar-cta-button) .icon-circle{
    margin-left: auto;
    flex: 0 0 59px;
}

@media (max-width: 767px){
    .js-hover-swap-button:not(.navbar-cta-button){
        min-width: 200px;
        width: 200px;
    }
}



/* Hero title flare shadow */
.hero-title-stack{
    position: relative;
    display: inline-block;
    isolation: isolate;
}

.hero-title-stack .title-heading-banner{
    position: relative;
    z-index: 1;
}

.hero-title-stack .title-heading-banner-aurora{
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: none;
    opacity: 1;
    text-shadow:
        0 0 0 rgba(95, 207, 255, 0),
        0 0 42px rgba(112, 220, 255, 0.54),
        0 0 92px rgba(98, 149, 255, 0.34),
        0 0 146px rgba(180, 238, 255, 0.22);
    will-change: text-shadow, transform, opacity;
}

html[data-theme="light"] .hero-title-stack .title-heading-banner-aurora{
    opacity: 0.28;
}


/* Star Wars-inspired site loader */
body.is-loading{
    overflow: hidden;
}

.site-loader{
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(74, 146, 255, 0.18) 0%, rgba(74, 146, 255, 0.08) 18%, rgba(74, 146, 255, 0) 42%),
        radial-gradient(circle at 50% 78%, rgba(255, 210, 74, 0.16) 0%, rgba(255, 210, 74, 0) 36%),
        linear-gradient(180deg, #03060d 0%, #050913 44%, #081325 100%);
    transition: opacity 0.72s ease, visibility 0.72s ease;
}

.site-loader.is-loaded{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.site-loader-noise,
.site-loader-stars,
.site-loader-grid{
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.site-loader-noise{
    opacity: 0.08;
    background-image:
        linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px);
    background-size: 4px 4px;
    mix-blend-mode: soft-light;
}

.site-loader-stars{
    background-image:
        radial-gradient(circle at 14% 18%, rgba(255,255,255,0.9) 0 1px, transparent 2px),
        radial-gradient(circle at 84% 26%, rgba(255,255,255,0.7) 0 1px, transparent 2px),
        radial-gradient(circle at 68% 72%, rgba(255,255,255,0.75) 0 1px, transparent 2px),
        radial-gradient(circle at 24% 68%, rgba(255,255,255,0.85) 0 1px, transparent 2px),
        radial-gradient(circle at 44% 10%, rgba(119,198,255,0.95) 0 1px, transparent 2px),
        radial-gradient(circle at 57% 83%, rgba(255,210,74,0.8) 0 1px, transparent 2px);
    animation: siteLoaderStars 10s linear infinite;
    opacity: 0.95;
}

.site-loader-grid{
    inset: auto 0 -14vh 0;
    height: 44vh;
    background:
        linear-gradient(rgba(102, 180, 255, 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(102, 180, 255, 0.12) 1px, transparent 1px);
    background-size: 100% 44px, 56px 100%;
    transform: perspective(900px) rotateX(74deg);
    transform-origin: center top;
    mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.16) 100%);
    opacity: 0.5;
}

.site-loader-stage{
    position: relative;
    width: min(92vw, 1080px);
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(320px, 1fr);
    align-items: center;
    gap: clamp(24px, 4vw, 72px);
    padding: clamp(28px, 4vw, 52px);
    border-radius: 32px;
    border: 1px solid rgba(126, 188, 255, 0.14);
    background: linear-gradient(135deg, rgba(5, 10, 20, 0.78) 0%, rgba(8, 15, 30, 0.58) 100%);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.03) inset,
        0 32px 80px rgba(0,0,0,0.45),
        0 0 64px rgba(69, 135, 255, 0.12);
    backdrop-filter: blur(8px);
}

.site-loader-orbit{
    position: relative;
    aspect-ratio: 1;
    width: min(100%, 400px);
    margin: 0 auto;
}

.site-loader-ring,
.site-loader-core,
.site-loader-spark{
    position: absolute;
    inset: 50%;
    translate: -50% -50%;
}

.site-loader-ring{
    border-radius: 50%;
    border: 1px solid rgba(104, 183, 255, 0.24);
    box-shadow: 0 0 22px rgba(87, 155, 255, 0.12), inset 0 0 22px rgba(87, 155, 255, 0.08);
}

.site-loader-ring-outer{
    width: 100%;
    height: 100%;
    animation: siteLoaderSpin 12s linear infinite;
}

.site-loader-ring-mid{
    width: 76%;
    height: 76%;
    border-style: dashed;
    border-color: rgba(255, 210, 74, 0.36);
    animation: siteLoaderSpinReverse 8s linear infinite;
}

.site-loader-ring-inner{
    width: 48%;
    height: 48%;
    border-color: rgba(169, 225, 255, 0.45);
    animation: siteLoaderPulse 2.4s ease-in-out infinite;
}

.site-loader-core{
    width: 32%;
    height: 32%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(255, 222, 122, 0.95) 0%, rgba(255, 190, 72, 0.9) 28%, rgba(92, 172, 255, 0.42) 54%, rgba(8, 14, 26, 0.08) 72%, rgba(8, 14, 26, 0) 100%);
    box-shadow: 0 0 30px rgba(255, 210, 74, 0.35), 0 0 72px rgba(70, 144, 255, 0.34);
}

.site-loader-core-glow{
    position: absolute;
    inset: -18%;
    border-radius: 50%;
    border: 1px solid rgba(180, 228, 255, 0.28);
    animation: siteLoaderPulse 1.8s ease-in-out infinite;
}

.site-loader-core-label{
    position: relative;
    z-index: 1;
    font-size: clamp(1.1rem, 1.5vw, 1.35rem);
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #091325;
}

.site-loader-spark{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.98) 0%, rgba(125, 207, 255, 0.96) 34%, rgba(125, 207, 255, 0) 72%);
    box-shadow: 0 0 22px rgba(125, 207, 255, 0.72);
}

.site-loader-spark-a{ animation: siteLoaderOrbitA 4.8s linear infinite; }
.site-loader-spark-b{ animation: siteLoaderOrbitB 5.6s linear infinite; }
.site-loader-spark-c{ animation: siteLoaderOrbitC 6.2s linear infinite; }

.site-loader-copy{
    position: relative;
    z-index: 1;
}

.site-loader-kicker{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(173, 225, 255, 0.86);
}

.site-loader-kicker::before{
    content: '';
    width: 52px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(86, 165, 255, 0) 0%, rgba(86, 165, 255, 0.95) 100%);
}

.site-loader-title{
    margin: 0;
    font-size: clamp(2rem, 4vw, 4.35rem);
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #f7f3e5;
    text-shadow: 0 0 24px rgba(118, 196, 255, 0.16), 0 0 46px rgba(255, 210, 74, 0.1);
}

.site-loader-text{
    width: min(100%, 560px);
    margin: 18px 0 0;
    font-size: clamp(1rem, 1.35vw, 1.08rem);
    line-height: 1.75;
    color: rgba(223, 234, 255, 0.74);
}

.site-loader-progress{
    position: relative;
    width: min(100%, 440px);
    height: 10px;
    margin-top: 26px;
    overflow: hidden;
    border-radius: 999px;
    border: 1px solid rgba(133, 200, 255, 0.18);
    background: rgba(255,255,255,0.04);
    box-shadow: inset 0 0 20px rgba(61, 119, 205, 0.16);
}

.site-loader-progress-bar{
    position: absolute;
    inset: 0 auto 0 0;
    width: 42%;
    border-radius: inherit;
    background: linear-gradient(90deg, #49a0ff 0%, #9fe1ff 38%, #ffd24a 100%);
    box-shadow: 0 0 20px rgba(91, 171, 255, 0.46), 0 0 36px rgba(255, 210, 74, 0.22);
    animation: siteLoaderProgress 1.9s cubic-bezier(.3,.1,.2,1) infinite;
}

@keyframes siteLoaderStars{
    from { transform: translateY(0); }
    to { transform: translateY(22px); }
}

@keyframes siteLoaderSpin{
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes siteLoaderSpinReverse{
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes siteLoaderPulse{
    0%, 100% { transform: translate(-50%, -50%) scale(0.96); opacity: 0.7; }
    50% { transform: translate(-50%, -50%) scale(1.08); opacity: 1; }
}

@keyframes siteLoaderOrbitA{
    from { transform: translate(-50%, -50%) rotate(0deg) translateX(182px) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg) translateX(182px) rotate(-360deg); }
}

@keyframes siteLoaderOrbitB{
    from { transform: translate(-50%, -50%) rotate(120deg) translateX(134px) rotate(-120deg); }
    to { transform: translate(-50%, -50%) rotate(480deg) translateX(134px) rotate(-480deg); }
}

@keyframes siteLoaderOrbitC{
    from { transform: translate(-50%, -50%) rotate(220deg) translateX(92px) rotate(-220deg); }
    to { transform: translate(-50%, -50%) rotate(580deg) translateX(92px) rotate(-580deg); }
}

@keyframes siteLoaderProgress{
    0% { left: -10%; width: 18%; }
    45% { left: 22%; width: 52%; }
    100% { left: 100%; width: 18%; }
}

@media (max-width: 991.98px){
    .site-loader-stage{
        grid-template-columns: 1fr;
        text-align: center;
        gap: 28px;
    }

    .site-loader-kicker,
    .site-loader-title,
    .site-loader-text{
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .site-loader-progress{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575.98px){
    .site-loader-stage{
        width: min(94vw, 94vw);
        padding: 24px 18px;
        border-radius: 26px;
    }

    .site-loader-orbit{
        width: min(100%, 280px);
    }

    .site-loader-title{
        font-size: clamp(1.8rem, 10vw, 2.8rem);
    }

    .site-loader-text{
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

@media (prefers-reduced-motion: reduce){
    .site-loader *,
    .site-loader *::before,
    .site-loader *::after{
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Dynamic loader override */
.site-loader{
    background:
        radial-gradient(circle at 50% 38%, rgba(87, 174, 255, 0.22) 0%, rgba(87, 174, 255, 0.09) 20%, rgba(87, 174, 255, 0) 44%),
        radial-gradient(circle at 22% 78%, rgba(255, 210, 74, 0.12) 0%, rgba(255, 210, 74, 0) 34%),
        radial-gradient(circle at 80% 20%, rgba(180, 99, 255, 0.14) 0%, rgba(180, 99, 255, 0) 28%),
        linear-gradient(180deg, #040810 0%, #071120 48%, #0b1730 100%);
}

.site-loader::before,
.site-loader::after{
    content: '';
    position: absolute;
    inset: 50%;
    translate: -50% -50%;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.5;
}

.site-loader::before{
    width: min(84vw, 920px);
    height: min(84vw, 920px);
    border: 1px solid rgba(120, 196, 255, 0.08);
    box-shadow: 0 0 120px rgba(86, 149, 255, 0.12);
    animation: loaderFieldSpin 16s linear infinite;
}

.site-loader::after{
    width: min(58vw, 620px);
    height: min(58vw, 620px);
    border: 1px dashed rgba(255, 210, 74, 0.1);
    animation: loaderFieldSpinReverse 12s linear infinite;
}

.site-loader-stage{
    overflow: hidden;
}

.site-loader-orbit::before,
.site-loader-orbit::after{
    content: '';
    position: absolute;
    inset: 50%;
    translate: -50% -50%;
    border-radius: 50%;
    pointer-events: none;
}

.site-loader-orbit::before{
    width: 118%;
    height: 118%;
    background: conic-gradient(from 90deg, rgba(96, 175, 255, 0) 0deg, rgba(96, 175, 255, 0.14) 72deg, rgba(255, 210, 74, 0.2) 132deg, rgba(186, 119, 255, 0.12) 222deg, rgba(96, 175, 255, 0) 360deg);
    filter: blur(16px);
    opacity: 0.75;
    animation: loaderAuraSpin 8s linear infinite;
}

.site-loader-orbit::after{
    width: 30%;
    height: 30%;
    background: radial-gradient(circle, rgba(173, 229, 255, 0.8) 0%, rgba(88, 175, 255, 0.3) 42%, rgba(88, 175, 255, 0) 70%);
    filter: blur(10px);
    animation: loaderCorePulse 2.2s ease-in-out infinite;
}

.site-loader-ring-outer{
    border-color: rgba(117, 196, 255, 0.24);
    border-width: 2px;
}

.site-loader-ring-mid{
    border-color: rgba(255, 210, 74, 0.34);
    border-width: 2px;
}

.site-loader-ring-inner{
    border-color: rgba(204, 236, 255, 0.52);
    border-width: 2px;
}

.site-loader-core{
    background: radial-gradient(circle, rgba(255,255,255,0.96) 0%, rgba(181, 230, 255, 0.9) 20%, rgba(87, 174, 255, 0.42) 48%, rgba(87, 174, 255, 0) 74%);
    box-shadow: 0 0 36px rgba(130, 209, 255, 0.5), 0 0 88px rgba(83, 151, 255, 0.34);
}

.site-loader-core-label{
    color: #f7fbff;
    text-shadow: 0 0 16px rgba(126, 201, 255, 0.45);
}

.site-loader-title{
    text-transform: none;
    letter-spacing: -0.05em;
    background: linear-gradient(135deg, #f7fbff 0%, #d9eeff 36%, #ffd24a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

.site-loader-progress{
    height: 12px;
    box-shadow: inset 0 0 30px rgba(61, 119, 205, 0.18), 0 0 18px rgba(87, 155, 255, 0.08);
}

.site-loader-progress-bar{
    width: 28%;
    background: linear-gradient(90deg, #3e9cff 0%, #9fe1ff 44%, #ffd24a 100%);
    box-shadow: 0 0 22px rgba(98, 175, 255, 0.52), 0 0 44px rgba(255, 210, 74, 0.2);
    animation: loaderProgressSweep 1.45s cubic-bezier(.32,.08,.18,.98) infinite;
}

.site-loader-spark{
    width: 18px;
    height: 18px;
    box-shadow: 0 0 26px rgba(125, 207, 255, 0.8);
}

.site-loader.is-burst .site-loader-stage{
    animation: loaderStageBurst 0.78s cubic-bezier(.2,.82,.24,1) forwards;
}

.site-loader.is-burst .site-loader-orbit::before,
.site-loader.is-burst .site-loader-orbit::after,
.site-loader.is-burst .site-loader-ring,
.site-loader.is-burst .site-loader-core,
.site-loader.is-burst .site-loader-core-glow,
.site-loader.is-burst .site-loader-spark{
    animation-play-state: paused;
}

.site-loader.is-burst .site-loader-ring-outer{
    transform: translate(-50%, -50%) scale(1.34);
    opacity: 0;
    transition: transform 0.55s ease, opacity 0.55s ease;
}

.site-loader.is-burst .site-loader-ring-mid{
    transform: translate(-50%, -50%) scale(1.18);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.site-loader.is-burst .site-loader-ring-inner{
    transform: translate(-50%, -50%) scale(0.82);
    opacity: 0;
    transition: transform 0.46s ease, opacity 0.46s ease;
}

.site-loader.is-burst .site-loader-core{
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
    filter: blur(8px);
    transition: transform 0.42s ease, opacity 0.42s ease, filter 0.42s ease;
}

.site-loader.is-burst .site-loader-copy{
    transform: translateY(10px) scale(0.98);
    opacity: 0;
    transition: transform 0.42s ease, opacity 0.42s ease;
}

.site-loader.is-burst .site-loader-spark-a{
    transform: translate(-50%, -50%) translate(-178px, -124px) scale(1.22);
    opacity: 0;
    transition: transform 0.58s ease, opacity 0.58s ease;
}

.site-loader.is-burst .site-loader-spark-b{
    transform: translate(-50%, -50%) translate(194px, -98px) scale(1.18);
    opacity: 0;
    transition: transform 0.56s ease, opacity 0.56s ease;
}

.site-loader.is-burst .site-loader-spark-c{
    transform: translate(-50%, -50%) translate(24px, 176px) scale(1.28);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

@keyframes loaderFieldSpin{
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes loaderFieldSpinReverse{
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes loaderAuraSpin{
    from { transform: translate(-50%, -50%) rotate(0deg) scale(1); }
    50% { transform: translate(-50%, -50%) rotate(180deg) scale(1.04); }
    to { transform: translate(-50%, -50%) rotate(360deg) scale(1); }
}

@keyframes loaderCorePulse{
    0%, 100% { transform: translate(-50%, -50%) scale(0.92); opacity: 0.7; }
    50% { transform: translate(-50%, -50%) scale(1.08); opacity: 1; }
}

@keyframes loaderProgressSweep{
    0% { left: -8%; width: 20%; }
    36% { left: 20%; width: 48%; }
    70% { left: 58%; width: 24%; }
    100% { left: 100%; width: 18%; }
}

@keyframes loaderStageBurst{
    0% { transform: scale(1); filter: brightness(1); }
    40% { transform: scale(1.02); filter: brightness(1.12); }
    100% { transform: scale(1.04); filter: brightness(1.32); }
}

/* Loader redesign */
body.is-loading{
    overflow: hidden;
}

.site-loader{
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: radial-gradient(circle at 50% 18%, rgba(71, 147, 255, 0.14) 0%, rgba(71, 147, 255, 0) 38%), linear-gradient(180deg, #030812 0%, #07101f 54%, #0b1630 100%);
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.site-loader.is-loaded{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.site-loader-bg{
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.85) 100%);
    animation: loaderGridShift 8s linear infinite;
}

.site-loader-shell{
    position: relative;
    width: min(92vw, 720px);
    padding: clamp(28px, 4vw, 42px);
    border-radius: 28px;
    border: 1px solid rgba(151, 207, 255, 0.12);
    background: linear-gradient(180deg, rgba(9, 18, 35, 0.92) 0%, rgba(7, 14, 28, 0.86) 100%);
    box-shadow: 0 24px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.04), 0 0 60px rgba(71, 147, 255, 0.08);
    overflow: hidden;
}

.site-loader-shell::before{
    content: '';
    position: absolute;
    inset: -140% auto auto -20%;
    width: 140%;
    height: 220%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(160, 220, 255, 0.12) 48%, rgba(255,255,255,0) 100%);
    transform: rotate(14deg);
    animation: loaderScanSweep 2.6s ease-in-out infinite;
}

.site-loader-topline{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.site-loader-tag,
.site-loader-percent{
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.site-loader-tag{
    color: rgba(190, 224, 255, 0.78);
}

.site-loader-percent{
    color: #ffd24a;
    text-shadow: 0 0 14px rgba(255, 210, 74, 0.28);
}

.site-loader-wordmark{
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: clamp(2.8rem, 8vw, 5.6rem);
    line-height: 0.92;
    font-weight: 800;
    letter-spacing: -0.06em;
    color: #f5fbff;
    text-shadow: 0 0 26px rgba(102, 189, 255, 0.14);
}

.site-loader-message{
    position: relative;
    z-index: 1;
    margin: 18px 0 18px;
    font-size: clamp(1rem, 1.4vw, 1.08rem);
    line-height: 1.6;
    color: rgba(213, 229, 255, 0.74);
}

.site-loader-track{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 16px;
    overflow: hidden;
    border-radius: 999px;
    border: 1px solid rgba(151, 207, 255, 0.14);
    background: rgba(255,255,255,0.04);
    box-shadow: inset 0 0 22px rgba(68, 133, 230, 0.2);
}

.site-loader-fill{
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #3f8cff 0%, #73d5ff 52%, #ffd24a 100%);
    box-shadow: 0 0 22px rgba(85, 170, 255, 0.4), 0 0 42px rgba(255, 210, 74, 0.18);
    transition: width 0.16s ease-out;
}

.site-loader-fill::after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.34) 50%, rgba(255,255,255,0) 100%);
    transform: translateX(-100%);
    animation: loaderFillShine 1.2s linear infinite;
}

.site-loader-panels{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 10px;
    margin-top: 26px;
}

.site-loader-panel{
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(18, 34, 68, 0.96) 0%, rgba(10, 20, 40, 0.92) 100%);
    border: 1px solid rgba(151, 207, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 10px 30px rgba(0,0,0,0.2);
    animation: loaderPanelPulse 1.6s ease-in-out infinite;
}

.site-loader-panel:nth-child(2){ animation-delay: 0.12s; }
.site-loader-panel:nth-child(3){ animation-delay: 0.24s; }
.site-loader-panel:nth-child(4){ animation-delay: 0.36s; }
.site-loader-panel:nth-child(5){ animation-delay: 0.48s; }
.site-loader-panel:nth-child(6){ animation-delay: 0.60s; }
.site-loader-panel:nth-child(7){ animation-delay: 0.72s; }
.site-loader-panel:nth-child(8){ animation-delay: 0.84s; }

.site-loader.is-complete .site-loader-shell{
    animation: loaderShellLift 0.72s cubic-bezier(.22,.8,.24,1) forwards;
}

.site-loader.is-complete .site-loader-wordmark,
.site-loader.is-complete .site-loader-message,
.site-loader.is-complete .site-loader-topline,
.site-loader.is-complete .site-loader-track{
    opacity: 0;
    transform: translateY(-10px);
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.site-loader.is-complete .site-loader-panel{
    opacity: 0;
    transform: translateY(var(--panel-y, 0)) translateX(var(--panel-x, 0)) scale(0.84) rotate(var(--panel-r, 0deg));
    transition: transform 0.62s cubic-bezier(.18,.82,.24,1), opacity 0.62s ease;
}

.site-loader.is-complete .site-loader-panel:nth-child(1){ --panel-x: -140px; --panel-y: -94px; --panel-r: -24deg; }
.site-loader.is-complete .site-loader-panel:nth-child(2){ --panel-x: -84px; --panel-y: -132px; --panel-r: -16deg; }
.site-loader.is-complete .site-loader-panel:nth-child(3){ --panel-x: -18px; --panel-y: -118px; --panel-r: -8deg; }
.site-loader.is-complete .site-loader-panel:nth-child(4){ --panel-x: 42px; --panel-y: -104px; --panel-r: 6deg; }
.site-loader.is-complete .site-loader-panel:nth-child(5){ --panel-x: 92px; --panel-y: -126px; --panel-r: 14deg; }
.site-loader.is-complete .site-loader-panel:nth-child(6){ --panel-x: 134px; --panel-y: -88px; --panel-r: 22deg; }
.site-loader.is-complete .site-loader-panel:nth-child(7){ --panel-x: 110px; --panel-y: 86px; --panel-r: 18deg; }
.site-loader.is-complete .site-loader-panel:nth-child(8){ --panel-x: -110px; --panel-y: 82px; --panel-r: -20deg; }

@keyframes loaderGridShift{
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(0, 48px, 0); }
}

@keyframes loaderScanSweep{
    0% { transform: translate3d(-25%, 0, 0) rotate(14deg); opacity: 0; }
    16% { opacity: 1; }
    50% { opacity: 0.9; }
    100% { transform: translate3d(65%, 0, 0) rotate(14deg); opacity: 0; }
}

@keyframes loaderFillShine{
    from { transform: translateX(-100%); }
    to { transform: translateX(180%); }
}

@keyframes loaderPanelPulse{
    0%, 100% { transform: translateY(0); box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 10px 30px rgba(0,0,0,0.2); }
    50% { transform: translateY(-8px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 18px 34px rgba(59, 126, 227, 0.12); }
}

@keyframes loaderShellLift{
    0% { transform: scale(1); filter: brightness(1); }
    100% { transform: scale(1.04); filter: brightness(1.14); }
}

@media (max-width: 767.98px){
    .site-loader-shell{
        width: min(92vw, 92vw);
        padding: 24px 18px;
        border-radius: 24px;
    }

    .site-loader-panels{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .site-loader-panel{
        height: 48px;
    }
}

@media (prefers-reduced-motion: reduce){
    .site-loader-bg,
    .site-loader-shell::before,
    .site-loader-panel,
    .site-loader-fill::after{
        animation: none !important;
    }
}

/* Loader refinement override */
.site-loader{
    background:
        radial-gradient(circle at 18% 22%, rgba(88, 174, 255, 0.18) 0%, rgba(88, 174, 255, 0) 30%),
        radial-gradient(circle at 82% 18%, rgba(180, 118, 255, 0.14) 0%, rgba(180, 118, 255, 0) 26%),
        radial-gradient(circle at 50% 82%, rgba(255, 210, 74, 0.12) 0%, rgba(255, 210, 74, 0) 28%),
        linear-gradient(180deg, #040915 0%, #081224 56%, #0d1830 100%);
}

.site-loader::before,
.site-loader::after{
    content: '';
    position: absolute;
    inset: -12%;
    pointer-events: none;
    filter: blur(42px);
    opacity: 0.8;
}

.site-loader::before{
    background:
        radial-gradient(circle at 22% 24%, rgba(88, 174, 255, 0.24) 0%, rgba(88, 174, 255, 0) 24%),
        radial-gradient(circle at 62% 58%, rgba(130, 224, 255, 0.12) 0%, rgba(130, 224, 255, 0) 18%);
    animation: loaderAuroraDriftA 8.6s ease-in-out infinite alternate;
}

.site-loader::after{
    background:
        radial-gradient(circle at 76% 22%, rgba(179, 118, 255, 0.18) 0%, rgba(179, 118, 255, 0) 22%),
        radial-gradient(circle at 32% 82%, rgba(255, 210, 74, 0.14) 0%, rgba(255, 210, 74, 0) 20%);
    animation: loaderAuroraDriftB 10.4s ease-in-out infinite alternate;
}

.site-loader-bg{
    background:
        linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
    background-size: 56px 56px;
    animation: loaderGridShift 10s linear infinite;
}

.site-loader-shell{
    width: min(92vw, 680px);
}

.site-loader-brand{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    margin-bottom: 14px;
}

.site-loader-logo{
    max-width: min(240px, 42vw);
    height: auto;
    display: block;
    filter: drop-shadow(0 0 22px rgba(109, 188, 255, 0.16));
}

.site-loader-logo-light{
    display: none;
}

html[data-theme="light"] .site-loader-logo-dark{
    display: none;
}

html[data-theme="light"] .site-loader-logo-light{
    display: block;
}

.site-loader-wordmark{
    display: none !important;
}

.site-loader-message{
    text-align: center;
}

.site-loader-orbs{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 28px;
    min-height: 92px;
}

.site-loader-panel{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: none;
    background: radial-gradient(circle, rgba(255,255,255,0.96) 0%, rgba(137, 214, 255, 0.96) 28%, rgba(87, 160, 255, 0.58) 56%, rgba(87, 160, 255, 0.08) 100%);
    box-shadow: 0 0 26px rgba(98, 175, 255, 0.48), 0 0 54px rgba(98, 175, 255, 0.18);
    animation: loaderOrbFloat 2.2s ease-in-out infinite;
}

.site-loader-panel:nth-child(1){ width: 14px; height: 14px; animation-delay: 0s; }
.site-loader-panel:nth-child(2){ width: 22px; height: 22px; animation-delay: 0.18s; }
.site-loader-panel:nth-child(3){ width: 12px; height: 12px; animation-delay: 0.34s; }
.site-loader-panel:nth-child(4){ width: 26px; height: 26px; animation-delay: 0.52s; }
.site-loader-panel:nth-child(5){ width: 16px; height: 16px; animation-delay: 0.7s; }
.site-loader-panel:nth-child(6){ width: 20px; height: 20px; animation-delay: 0.88s; }

.site-loader.is-complete .site-loader-brand,
.site-loader.is-complete .site-loader-message,
.site-loader.is-complete .site-loader-topline,
.site-loader.is-complete .site-loader-track{
    opacity: 0;
    transform: translateY(-10px);
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.site-loader.is-complete .site-loader-panel{
    opacity: 0;
    transform: translateY(var(--panel-y, 0)) translateX(var(--panel-x, 0)) scale(0.4);
    transition: transform 0.64s cubic-bezier(.18,.82,.24,1), opacity 0.64s ease;
}

.site-loader.is-complete .site-loader-panel:nth-child(1){ --panel-x: -164px; --panel-y: -98px; }
.site-loader.is-complete .site-loader-panel:nth-child(2){ --panel-x: -82px; --panel-y: -146px; }
.site-loader.is-complete .site-loader-panel:nth-child(3){ --panel-x: 18px; --panel-y: -136px; }
.site-loader.is-complete .site-loader-panel:nth-child(4){ --panel-x: 154px; --panel-y: -86px; }
.site-loader.is-complete .site-loader-panel:nth-child(5){ --panel-x: 108px; --panel-y: 104px; }
.site-loader.is-complete .site-loader-panel:nth-child(6){ --panel-x: -126px; --panel-y: 96px; }

@keyframes loaderAuroraDriftA{
    0% { transform: translate3d(-2%, -1%, 0) scale(1); }
    50% { transform: translate3d(3%, 2%, 0) scale(1.08); }
    100% { transform: translate3d(-1%, 4%, 0) scale(1.04); }
}

@keyframes loaderAuroraDriftB{
    0% { transform: translate3d(2%, -2%, 0) scale(1.02); }
    50% { transform: translate3d(-3%, 3%, 0) scale(1.1); }
    100% { transform: translate3d(1%, 1%, 0) scale(1.04); }
}

@keyframes loaderOrbFloat{
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.68; }
    50% { transform: translateY(-18px) scale(1.14); opacity: 1; }
}

@media (max-width: 767.98px){
    .site-loader-logo{
        max-width: 180px;
    }

    .site-loader-orbs{
        gap: 14px;
    }
}

@media (prefers-reduced-motion: reduce){
    .site-loader::before,
    .site-loader::after,
    .site-loader-panel,
    .site-loader-bg{
        animation: none !important;
    }
}

/* Loader no-card override */
.site-loader-shell{
    width: min(92vw, 760px);
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.site-loader-shell::before{
    content: none;
}

.site-loader-topline,
.site-loader-brand,
.site-loader-message,
.site-loader-track,
.site-loader-orbs{
    width: min(92vw, 620px);
    margin-left: auto;
    margin-right: auto;
}

.site-loader-topline{
    margin-bottom: 18px;
}

.site-loader-brand{
    margin-bottom: 10px;
}

.site-loader-message{
    margin-top: 14px;
    margin-bottom: 18px;
}

.site-loader-track{
    background: rgba(255,255,255,0.05);
    box-shadow: inset 0 0 22px rgba(68, 133, 230, 0.14), 0 0 30px rgba(71, 147, 255, 0.08);
}

.site-loader-orbs{
    min-height: 110px;
}

@media (max-width: 767.98px){
    .site-loader-topline,
    .site-loader-brand,
    .site-loader-message,
    .site-loader-track,
    .site-loader-orbs{
        width: min(92vw, 92vw);
    }
}


/* Featured product final layout lock */
.crm-product-section{
    padding-left: 30px;
    padding-right: 30px;
}

.crm-product-section .crm-product-wrap-wide{
    max-width: 1480px;
    width: 100%;
}

.crm-product-section .product-showcase-shell{
    display: grid !important;
    grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr) !important;
    gap: 44px !important;
    align-items: center !important;
}

.crm-product-section .product-showcase-copy{
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left !important;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.crm-product-section .product-showcase-copy-top{
    width: 100%;
    justify-content: flex-start !important;
    align-items: center;
}

.crm-product-section .product-showcase-copy-body{
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 22px !important;
    width: 100%;
}

.crm-product-section .product-showcase-copy .title-heading{
    max-width: 8.2ch !important;
    margin: 0 !important;
    font-size: clamp(2.45rem, 3.8vw, 4.25rem) !important;
    line-height: 0.94 !important;
}

.crm-product-section .product-showcase-text{
    max-width: 540px !important;
    width: 100%;
}

.crm-product-section .product-showcase-copy-actions{
    display: flex;
    justify-content: flex-start !important;
    width: 100%;
}

.crm-product-section .product-showcase-stage{
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
}

.crm-product-section .product-showcase-stage-inner{
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 18px;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
}

.crm-product-section .product-showcase-carousel .crm-slide-card .crm-screen-image{
    min-height: 640px !important;
}

.crm-product-section .product-showcase-shell{
    position: relative;
    padding: 2px 2px 0;
    border-radius: 22px 22px 0 0;
    overflow: hidden;
    z-index: 1;
}

.crm-product-section .product-showcase-shell::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--accent-color) 0%, var(--accent-transparent) 100%);
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
    border-radius: 22px 22px 0 0;
}

.crm-product-section .product-showcase-panel{
    position: relative;
    display: grid;
    grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
    gap: 44px;
    align-items: center;
    background: var(--secondary);
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    z-index: 1;
}

html[data-theme="light"] .crm-product-section .product-showcase-panel{
    background: var(--accent-color-4);
}

.crm-product-section .product-showcase-copy,
.crm-product-section .product-showcase-stage{
    position: relative;
    z-index: 1;
}

.crm-product-section .product-showcase-copy{
    padding: 38px 38px 0;
}

.crm-product-section .product-showcase-carousel{
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.crm-product-section .product-showcase-carousel .crm-slide-card{
    border: none;
    background: transparent;
    box-shadow: none;
}

.crm-product-section .product-showcase-carousel .crm-slide-card::before{
    content: none;
}

.crm-product-section .product-showcase-stage{
    padding: 0 38px 38px;
}

@media (max-width: 1199.98px){
    .crm-product-section .crm-product-wrap-wide{
        max-width: none;
    }

    .crm-product-section .product-showcase-shell{
        border-radius: 22px 22px 0 0;
    }

    .crm-product-section .product-showcase-panel{
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .crm-product-section .product-showcase-copy{
        align-items: center !important;
        text-align: center !important;
    }

    .crm-product-section .product-showcase-copy-top{
        justify-content: center !important;
    }

    .crm-product-section .product-showcase-copy-body{
        align-items: center !important;
    }

    .crm-product-section .product-showcase-copy .title-heading{
        max-width: 11ch !important;
        margin: 0 auto !important;
        font-size: clamp(2.3rem, 5vw, 3.8rem) !important;
    }

    .crm-product-section .product-showcase-text{
        max-width: 760px !important;
    }

    .crm-product-section .product-showcase-copy-actions{
        justify-content: center !important;
    }

    .crm-product-section .product-showcase-carousel .crm-slide-card .crm-screen-image{
        min-height: 500px !important;
    }

    .crm-product-section .product-showcase-copy{
        padding: 30px 30px 0;
    }

    .crm-product-section .product-showcase-stage{
        padding: 0 30px 30px;
    }
}

@media (max-width: 767px){
    .crm-product-section{
        padding-left: 16px;
        padding-right: 16px;
    }

    .crm-product-section .product-showcase-shell{
        border-radius: 22px 22px 0 0;
    }

    .crm-product-section .product-showcase-panel{
        grid-template-columns: 1fr;
        gap: 22px;
        border-radius: 20px 20px 0 0;
    }

    .crm-product-section .product-showcase-copy{
        align-items: flex-start !important;
        text-align: left !important;
    }

    .crm-product-section .product-showcase-copy-top{
        justify-content: flex-start !important;
    }

    .crm-product-section .product-showcase-copy-body{
        align-items: flex-start !important;
    }

    .crm-product-section .product-showcase-copy .title-heading{
        max-width: 10.5ch !important;
        margin: 0 !important;
        font-size: clamp(2rem, 8.2vw, 3rem) !important;
    }

    .crm-product-section .product-showcase-text{
        max-width: 100% !important;
    }

    .crm-product-section .product-showcase-copy-actions{
        justify-content: flex-start !important;
    }

    .crm-product-section .product-showcase-stage-inner{
        padding: 12px;
    }

    .crm-product-section .product-showcase-carousel .crm-slide-card .crm-screen-image{
        min-height: 300px !important;
    }

    .crm-product-section .product-showcase-copy{
        padding: 22px 16px 0;
    }

    .crm-product-section .product-showcase-stage{
        padding: 0 16px 16px;
    }
}

/* Featured product footer-width fix */
.crm-product-section .crm-product-wrap-wide{
    max-width: 100%;
    width: 100%;
}

.crm-product-section .product-showcase-shell{
    display: block !important;
    width: 100%;
    max-width: 100%;
    padding: 2px 2px 0;
    border-radius: var(--global-border-radius) var(--global-border-radius) 0 0;
}

.crm-product-section .product-showcase-panel{
    display: grid !important;
    grid-template-columns: minmax(360px, 0.84fr) minmax(0, 1.16fr) !important;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 100%;
}

.crm-product-section .product-showcase-copy{
    width: 100%;
    min-width: 0;
}

.crm-product-section .product-showcase-stage{
    width: 100%;
    max-width: 100% !important;
    min-width: 0;
    padding: 0 38px 38px;
}

.crm-product-section .product-showcase-stage-inner{
    width: 100%;
    max-width: 100% !important;
    padding: 0;
    background: transparent !important;
}

.crm-product-section .product-showcase-carousel{
    width: 100%;
    max-width: 100%;
}

.crm-product-section .product-showcase-carousel .crm-swiper{
    width: 100%;
}

.crm-product-section .product-showcase-carousel .crm-carousel-track{
    width: 100%;
}

.crm-product-section .product-showcase-carousel .crm-slide-card{
    width: 100%;
}

.crm-product-section .product-showcase-carousel .crm-slide-card .crm-screen-image{
    width: 100%;
    min-height: 620px !important;
    object-fit: cover;
}

@media (max-width: 1199.98px){
    .crm-product-section .product-showcase-panel{
        grid-template-columns: 1fr !important;
        gap: 26px;
    }

    .crm-product-section .product-showcase-stage{
        padding: 0 30px 30px;
    }

    .crm-product-section .product-showcase-carousel .crm-slide-card .crm-screen-image{
        min-height: 500px !important;
    }
}

@media (max-width: 767px){
    .crm-product-section .product-showcase-stage{
        padding: 0 16px 16px;
    }

    .crm-product-section .product-showcase-carousel .crm-slide-card .crm-screen-image{
        min-height: 300px !important;
    }
}
