/* ======================================================================== */
/* Marko HTML5 Template */
/* ======================================================================== */
/* ================== Table Of Content ================== */
/*
01. Import Vendor
02. Root Variables
    2.1 Colors Variables
    2.2 Font Weight Variables
    2.3 Font Size Variables
    2.4 Line Height Variables
03. Keyframes Animations
04. Base Styles
05. Global Layout Styles
06. Accent Color
07. Form Layout Components
    7.1 Form Layout
    7.2 Validation Styles
08. Navbar
09. Sidebar
10. Content Edit Sidebar
11. Newsletter Form
12. Button
13. Banner Video Container
14. Banner Components
    14.1 Banner Layout
    14.2 Banner Layout 404
15. Footer
16. Digital Process
17. Heading Components
    17.1 Title Heading
    17.2 Navbar Action Component
    17.3 Testimonial Reviewer
    17.4 Avatar Container
18. Sidebar Overlay
19. Content Sidebar Overlay
20. Custom Spacer Components
21. Text Components
    21.1 Text 404
22. Search Components
    22.1 Search Button
23. Card Components
24. About Components
25. Expertise Components
26. Partner Components
27. Partnership Components
28. Service Components
29. Case Studies Components
30. Team Components
31. Contact Components
32. Blog Components
33. Pricing Components
34. Core Benefits
35. Guide Components
36. Underline Components
37. Social Team Components
38. Testimonial Components
39. Newsletter Components
40. Breadcrumb Components
41. Icon Components
    41.1 Icon Components
    41.2 Stars
    41.3 Social Icons Components
    41.4 Social Container
    41.5 Social Footer Container
42. Counter Text
43. Service List
44. Link Wrapper
45. Choose Us Components
46. Image Container Components
47. Request Loader
48. Modal Components
49. Detail List
50. Accordion Components
51. Maps Components
52. Single Service Components
53. CTA Service Banner Components
54. Animate Components
55. CustomText Container Components
56. Footer Components
    56.1 Footer Layout
    56.2 Footer List
    56.3 Contact List
    56.4 Footer Logo Container
    56.5 Footer Quick Links
    56.6 Footer Services Container
    56.7 Footer Contact Container
    56.8 Copyright Container
    56.9 Legal Link
    56.10 Footer Spacer
57. Media Queries
    57.1 Tablet Responsive
    57.2 Mobile Responsive
*/
/* ================== 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/swiper-bundle.min.css');
@import url('../css/vendor/animate.min.css');
/* ================== 02 Root Variables ================== */
/* 2.1 Colors Variables */
:root {
    --primary: #D1D1D1;
    --secondary: #040404;
    --text-color: #8B8B8B;
    --text-color-2: var(--secondary);
    --accent-color: #04502f;
    --accent-color-2: #FFFFFF;
    --accent-color-3: #1F1F1F;
    --accent-color-4: #0E0E0E;
    --accent-color-5: #0404047D;
    --accent-color-6: #02854c;
    --accent-color-7: #037e49;;
    --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); */
 --box-shadow-top-left: -3px -3px 7px 0px rgba(4, 80, 47, 0.44);
--box-shadow-bottom-right: 3px 3px 7px 0px rgba(4, 80, 47, 0.44);
--box-shadow-top-left-wide: -3px -3px 10px 0px rgba(4, 80, 47, 0.44);
--box-shadow-bottom-right-wide: 3px 3px 10px 0px rgba(4, 80, 47, 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;
}
/* ================== 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);
    overflow-x: hidden;
}
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-6);
    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: 75px 20px 50px 20px;
}
#overview .chooseus-card-container {
    display: flex;
    flex-direction: column;
    justify-content: center; /* centers the content vertically */
        /* prevents it from growing taller than right */
}
#overview .chooseus-card-container .card-chooseus {
    height: 100%;
    margin-bottom: -8px;
            /* match height with container */
}
#overview .chooseus-content-container {
    height: 100%;
    /* padding-block: clamp(20px, 5vh, 40px); */
}
.hero-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    align-items: stretch;
}
.hero-buttons {
    display: flex;
    gap: 20px;
    /* space between buttons */
    justify-content: center;
    /* center horizontally */
    align-items: center;
    /* align vertically */
}
.hero-buttons .btn {
    height: 60px;
    width: 280px;
    box-shadow: none;
}
.hero-buttons .btn:hover {
    box-shadow: none;
}
.hero-buttons .btn .btn-title {
    font-size: 1.1rem;
}
.hero-buttons .btn .icon-circle {
    height: 50px;
    width: 50px;
    box-shadow: none;
}
.hero-buttons .btn .icon-circle:hover {
    transform: scale(1.1);
}
.section-banner {
    padding: 0px 30px 0px 30px;
}
.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:not([type="checkbox"]):not([type="radio"]),
.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%;
}
/* body.lightmode .form input,
body.lightmode .form textarea,
body.lightmode .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 .form-check-input .form-check-label {
    padding: none;
}
/* .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:checked {
    border: 1px solid blue;
    color: blue;
} */
h1 .highlight {
    color: var(--accent-color);
}
.form-button-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    height: 60px;
}
.form-button-container .btn {
    box-shadow: none;
    background-color: var(--accent-color-5);
}
.form-button-container .btn:hover {
    box-shadow: none;
}
.form-button-container .icon-circle {
    height: 50px;
    width: 50px;
}
.form-button-container .icon-circle:hover {
    transform: scale(1.1);
}
/* Checkbox Wrapper */
.form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: var(--font-size-base);
    color: var(--text-color);
}
/* Checkbox Base */
.form input.form-check-input {
    appearance: none;
    /* Remove default browser style */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--accent-color-3);
    border-radius: 5px;
    /* Change to 50% for circle */
    background-color: transparent;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
}
/* Hover effect */
.form input.form-check-input:hover {
    border-color: var(--accent-color);
    box-shadow: 0 0 5px var(--accent-color-transparent);
}
/* Checked State */
.form input.form-check-input:checked {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}
.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 ================== */
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    /* Match hero padding */
}
.navbar {
    position: relative;
    /* Change from absolute */
    display: flex;
    width: 100%;
    max-width: 1280px;
    /* Match hero max-width */
    padding: 5px 0px 5px 0px;
    /* Remove horizontal padding */
}
.navbar-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.nav-btn {
    display: none;
    padding: 0px 20px 0px 20px;
    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-2) !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%;
}
/* body.lightmode #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;
}
/* body.lightmode #newsletterForm input:autofill,
body.lightmode #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);
}
.newsletter-wrapper .btn {
    width: 250px;
    height: 60px;
    box-shadow: none;
    background-color: rgb(86, 86, 86);
}
.newsletter-wrapper .btn:hover {
    background-color: var(--accent-color-5);
    box-shadow: none;
}
.newsletter-wrapper .btn .icon-circle {
    height: 50px;
    width: 50px;
    background-color: rgb(16, 16, 16);
}
.newsletter-wrapper .btn .icon-circle:hover {
    transform: scale(1.1);
    box-shadow: none;
}
/* ================== 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);
}
/* body.lightmode .btn-accent{
    border: 1px solid var(--accent-color);
}
body.lightmode .keep-dark .btn-accent{
    border: none;
} */
.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 ================== */
.section-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0),
            rgba(0, 0, 0, 0.2),
            rgb(4, 4, 4, 1));
    /* dark gradient */
    z-index: 1;
}
/* Video background setup */
.banner-video-container {
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-content: center;
    height: 100vh;
}
.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}
.hero-container {
    position: relative;
    z-index: 1;
}
.banner-video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(19, 73, 0, 0.3),
            rgb(0, 0, 0));
    z-index: 0;
}
.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;
}
/* 
body.lightmode .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: 53%;
    gap: 50px;
    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: 60px 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: radial-gradient(at top left, var(--accent-color-3) 0%, var(--secondary) 50%);
    overflow: hidden;
    border: 1px solid var(--accent-color-3);
    border-radius: var(--global-border-radius);
    padding: 120px 20px 120px 20px;
    z-index: 1;
}
/* body.lightmode .digital-process-banner{
    background-image: radial-gradient(at top left, var(--accent-color-4) 0%, var(--accent-color-4) 50%);
} */
.digital-process-content {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 50px 50px;
    z-index: 2;
}
.digital-process-banner::before {
    content: '';
    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;
    flex-direction: column;
    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);
    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;
}
.digital-process-steps p {
    font-size: 1rem;
}
.digital-process-steps h6 {
    color: var(--accent-color-2);
}
.digital-process-steps span {
    font-weight: 500;
}
/* ================== 17. Heading Components ================== */
.hero-statement-wrapper {
  width: 100vw;                     /* full viewport width */
  overflow: hidden;                 /* hide overflow */
  white-space: nowrap;
  display: block;
  position: relative;
  margin: 0;                        /* no side margin */
  padding: 0;                       /* no side padding */
  left: 50%;
  transform: translateX(-50%);      /* ensures perfect centering */
}
.hero-statement {
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
   letter-spacing: 0.1em;  
     word-spacing: 0.45em;    /* ~4px at 50px */
  text-transform: uppercase;        /* all caps */
  color: transparent;
  -webkit-text-stroke: 1px var(--accent-color-2); /* stroke only */
  animation: marquee 85s linear infinite; /* slow & smooth */
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
/* Duplicate text for seamless infinite loop */
.hero-statement::after {
  content: attr(data-text);
  padding-left: 3rem; /* space between loops */
}
/* On hover → white fill instead of stroke */
.hero-statement:hover {
  color: var(--accent-color-2); /* white fill */
  -webkit-text-stroke: 0;
  transition: color 0.6s ease;
}
/* Infinite scrolling animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.hero-logo {
    opacity: 0.9;
    width: 800px;
     margin-top: 80px;
  margin-bottom: 0px;
}
.hero .hero-container {
    justify-content: center;
    align-content: center;
}
/* 17.1 Title Heading */
.title-heading-banner {
    text-align: center;
    font-size: 60px;
    /* text-transform: uppercase; */
    display: inline-block;
    -webkit-background-clip: text;
    background-color: transparent;
    background-image: linear-gradient(360deg, var(--accent-color-2) -5%, var(--primary) 80%);
    -webkit-text-fill-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.title-heading {
    display: inline-block;
    -webkit-background-clip: text;
    background-color: transparent;
    background-image: linear-gradient(284deg, var(--accent-transparent) -65%, var(--primary) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-tap-highlight-color: transparent;
    font-size: 3.5rem;
}
/* Event details under banner */
.event-details {
    margin-top: 15px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #f0f0f0;
    /* subtle against dark background */
    text-align: center;
    /* centers under heading */
}
.event-details .event-location,
.event-details .event-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.event-details-overview{
    margin-top: 22px;
}
.event-details-overview .event-date {
    margin-top: -10px;
    margin-bottom: 21px;
}
.event-details i {
    color: var(--accent-color);
    /* accent color for icons */
    font-size: 1rem;
}
.dot-separator {
    margin: 0 10px;
    color: #bbb;
    font-weight: 900;
}
/* On larger screens align left with heading */
@media (min-width: 992px) {
    .event-details {
        text-align: left;
    }
}
/* body.lightmode .title-heading{
    background-image: linear-gradient(284deg, var(--primary) 100%, var(--primary) 100%);
} */
.banner-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.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: 18%;
}
.navbar-action-container h6 {
    font-size: 18px;
}
.navbar-action-button {
    display: flex;
    flex-direction: row;
    gap: 10px 10px;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 10px 0px 10px;
}
.navbar-icon-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0px 0px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 100px 100px 100px 100px;
    max-width: 100%;
    width: 200px;
    background: var(--accent-color-3);
    /* box-shadow: var(--box-shadow-top-left); */
    height: auto;
    padding: 5px 5px 5px 5px;
    transition: all 0.6s;
}
/* body.lightmode .navbar-icon-wrapper{
    border: 1px solid var(--accent-color);
} */
.navbar-icon-wrapper:hover {
    box-shadow: 0 10px 20px rrgba(0, 0, 0, 0.1);
    color: var(--accent-color-6);
}
.navbar-icon-wrapper .icon-circle:hover {
    box-shadow: 0 10px 20px rrgba(0, 0, 0, 0.1);
    color: var(--accent-color-4);
    transform: scale(1.23);
}
.navbar-icon-wrapper h6 {
    margin-right: 1em;
}
/* 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: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.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: 20px 0px 0px 20px;
    background-color: var(--secondary);
    border-radius: 30px 0px 0px 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 ================== */
.event-in-numbers {
    margin-top: 25px;
    display: flex;
    gap: 50px;
}
.event-in-numbers .card-expertise-counter{
    text-align: left;
}
.section-event-in-nummbers {
    margin-top: 40px;
}
.event-in-numbers .counter {
    font-size: 3rem;
}
.event-in-numbers .counter-detail {
    font-size: 2rem;
}
.expertise-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
}
.card-expertise-wrapper {
    padding: 0px 20px 20px 0px;
    background-color: var(--secondary);
    border-radius: 0px 0px 30px 0px;
}
.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 {
    width: 50px;
    height: 50px;
    border-radius: 25px 0px 0px 0px;
    box-shadow: -10px -10px 0px 0px var(--secondary);
}
.expertise-img-layout {
    width: 45%;
    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 {
    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 {
    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: 500px;
}
/* Image Slider Styles */
.slider-images {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    /* Add this */
    border-radius: 15px;
    /* Match your existing style */
}
.slider-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    /* Add z-index */
}
.slider-images img.active {
    opacity: 1;
    z-index: 2;
    /* Higher z-index for active image */
}
/* Navigation dots */
.slider-dots {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
    /* Ensure dots are on top */
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s;
}
.dot.active {
    background: white;
}
@media (max-width: 768px) {
    .slider-images {
        height: 300px;
    }
}
/* ================== 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 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 50px;
}
/* body.lightmode .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;
}
/* .swiperPartner-overlay{
    position: absolute;
    width: 100%;
    height: 800%;
    left: 0;
    background-color: transparent;
    z-index: 2;
    background-image: radial-gradient(at center center, var(--accent-transparent) 0%, var(--accent-color-4) 100%);
} */
.swiperPartner-overlay .spacer {
    height: 0px;
}
.swiperPartner-container {
    margin: 0px -100px 0px -100px;
}
.swiperPartner .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
}
.swiperPartner .partner-slide {
    background-color: var(--secondary);
    /* padding: 20px 30px 20px 30px; */
    /* padding: 3px 3px 3px 3px; */
    margin: 10px 10px 10px 10px;
    border-radius: 25px 25px 25px 25px;
    transition-duration: 0.6s;
    /* box-shadow: var(--box-shadow-top-left) */
}
.swiperPartner .partner-slide img {
    border-radius: 20px 20px 20px 20px;
}
.swiperPartner .partner-slide:hover {
    box-shadow: var(--box-shadow-bottom-right-wide);
}
/* ================== 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 {
    height: 120px;
    align-items: center;
    justify-content: center;
    width: 200px;
    background-color: #FFFFFF;
    opacity: 0.9;
    transition: all 0.6s;
}
.partnership-item:hover {
    opacity: 1;
    transform: scale(1.1);
}
/* ================== Key Topics and Sessions ================== */
.card-topics-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
.card-topic {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--accent-color-3);
  border-left: none;
  border-radius: var(--global-border-radius);
  padding: 35px 30px;
  text-align: center; /* ✅ Center content */
  color: var(--primary);
  font-weight: var(--font-weight-medium);
  font-size: 1.15rem; /* ✅ Slightly larger font */
  letter-spacing: 0.3px;
  transition: all 0.35s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.card-topic h5 {
  font-size: inherit;
  line-height: 1.5;
  margin: 0;
  color: var(--primary);
}
.card-topic:hover {
  transform: translateY(-6px);
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 25px rgba(5, 78, 0, 0.35);
  border-color: var(--accent-color);
}
/* optional glowing edge on hover */
.card-topic::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent-color) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: -1;
}
.card-topic:hover::after {
  opacity: 0.15;
}
/* background glow for the entire section */
.card-topics-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(at center center, var(--accent-color) 0%, transparent 70%);
  opacity: 0.12;
  z-index: -1;
  border-radius: inherit;
}
/* Responsive adjustments */
@media (max-width: 992px) {
  .card-topic {
    font-size: 1.05rem;
    padding: 28px 22px;
  }
}
@media (max-width: 576px) {
  .card-topic {
    font-size: 1rem;
    padding: 22px 18px;
  }
}
/* ================== 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 {
  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;
  border: 1px solid var(--accent-color-3);
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: start;
  gap: 30px;
  z-index: 1;
  height: 320px; /* 👈 fixed height */
  overflow: hidden; /* hides overflow text */
}
.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: 150%;
    height: 150%; */
    font-size: 30px;
    object-fit: cover;
    object-position: center;
}
.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);
}
.card-service-wrapper .service-title {
    text-align: left;
}
.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-included .check-list li{
    font-size: 0.8rem;
}
.service-included .check-list li::before{
    font-size: 1rem;
}
.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);
    padding: 30px 30px 30px 30px;
}
        .table-wrapper {
            background: 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: 2px;
            position: relative;
            overflow: hidden;
        }
        .table-wrapper::before {
            content: '';
            position: absolute;
            /* background: linear-gradient(180deg, var(--accent-color) 0%, transparent 100%); */
            width: 100%;
            height: 100%;
            opacity: 0.5;
            top: 0;
            left: 0;
            z-index: 0;
        }
        .table-inner {
            background-color: var(--secondary);
            border-radius: calc(var(--global-border-radius) - 2px);
            position: relative;
            z-index: 1;
            overflow: hidden;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: transparent;
        }
        thead {
            background: linear-gradient(145deg, var(--accent-color-3) 0%, var(--accent-color-4) 100%);
        }
        th {
            padding: 20px 30px;
            text-align: left;
            font-weight: 700;
            font-size: 1.2rem;
            color: var(--primary);
            border-bottom: 1px solid var(--accent-color-3);
        }
        th:first-child {
            border-radius: calc(var(--global-border-radius) - 2px) 0 0 0;
        }
        th:last-child {
            border-radius: 0 calc(var(--global-border-radius) - 2px) 0 0;
            text-align: right;
        }
        tbody tr {
            border-bottom: 1px solid var(--accent-color-3);
            transition: all 0.3s ease;
        }
        tbody tr:hover {
            background: rgba(1, 65, 2, 0.1);
        }
        tbody tr:last-child {
            border-bottom: none;
        }
        tbody tr:last-child td:first-child {
            border-radius: 0 0 0 calc(var(--global-border-radius) - 2px);
        }
        tbody tr:last-child td:last-child {
            border-radius: 0 0 calc(var(--global-border-radius) - 2px) 0;
        }
        td {
            padding: 18px 30px;
            color: var(--text-color);
            font-size: 1rem;
            font-weight: 500;
        }
        td:last-child {
            text-align: right;
            font-weight: 600;
            color: var(--primary);
        }
        .highlight-row {
            background: linear-gradient(90deg, rgba(0, 142, 28, 0.2) 0%, rgba(35, 223, 2, 0.1) 100%);
        }
        .highlight-row td {
            font-weight: 700;
            color: white;
        }
        .highlight-row td:last-child {
            color: white;
            font-size: 1.3rem;
        }
        .description {
            text-align: center;
            margin-top: 20px;
            color: var(--text-color);
            font-size: 0.9rem;
            line-height: 1.6;
        }
        @media (max-width: 768px) {
           
            
            th, td {
                padding: 15px 20px;
                font-size: 0.9rem;
            }
            
            th {
                font-size: 1rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 10px;
            }
            
            th, td {
                padding: 12px 15px;
                font-size: 0.8rem;
            }
            
            
        }
        .email-template li{
            color: rgb(199, 199, 199);
        }
        .email-template p{
            color: rgb(199, 199, 199);
        }
/* ================== Event Features ================== */
.event-feature-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
/* ====== Card Base ====== */
.event-feature-card {
  position: relative;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: var(--global-border-radius);
  border: 1px solid var(--accent-color-3);
  background-image: radial-gradient(
    at top left,
    var(--accent-color-3) 0%,
    var(--accent-color-4) 50%
  );
  padding: 35px 30px;
  color: var(--primary);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  height: 220px;
  backdrop-filter: blur(10px);
  transition: all 0.35s ease;
  text-align: left;
  overflow: hidden;
}
.event-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(4, 72, 0, 0.25);
  border-color: var(--accent-color);
}
/* ====== SVG Icon (Top Right) ====== */
.event-feature-card svg {
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 200px;
  height: 200px;
  rotate: -4deg;
  fill: none;
  stroke: var(--accent-color-2);
  stroke-width: 1.8px;
  opacity: 0.05;
  transition: all 0.3s ease;
  pointer-events: none;
}
.event-feature-card:hover svg {
  transform: scale(1.08);
  opacity: 0.05;
  rotate: 0deg;
}
/* ====== Title & Text ====== */
.event-feature-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  z-index: 1;
}
.event-feature-card p {
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.6;
  margin: 0;
  z-index: 1;
}
/* ====== Background Glow ====== */
.event-feature-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    at center center,
    var(--accent-color) 0%,
    transparent 70%
  );
  opacity: 0.15;
  z-index: -1;
  border-radius: inherit;
}
/* ====== Responsive Adjustments ====== */
@media (max-width: 992px) {
  .event-feature-card {
    padding: 28px 22px;
    height: 200px;
  }
  .event-feature-card svg {
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
  }
  .event-feature-card h4 {
    font-size: 1.15rem;
  }
  .event-feature-card p {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .event-feature-card {
    padding: 22px 18px;
  }
  .event-feature-card svg {
    top: 90px;
    right: 0px;
    width: 120px;
    height: 120px;
  }
  .event-feature-card h4 {
    font-size: 1.05rem;
  }
}
/* ================== 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;
}
/* body.lightmode .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-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;
}
/* body.lightmode .case-studies-content{
    border: 1px solid var(--accent-color-3);
}
body.lightmode .case-studies-content::before{
    background-image: linear-gradient(180deg, var(--accent-color-7) 10%, var(--accent-color-3) 100%);
} */
.case-studies-content.local-business {
    background-image: url('../image/dummy-img-600x400.jpg');
    width: 56.2%;
}
.case-studies-content.saas-leads {
    background-image: url('../image/dummy-img-600x400.jpg');
    width: 42%;
}
.case-studies-content.ecommerce {
    background-image: url('../image/dummy-img-600x400.jpg');
    width: 42%;
}
.case-studies-content.startup-branding {
    background-image: url('../image/dummy-img-600x400.jpg');
    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);
}
/* ================== Technical Committee Members ================== */
.team-wrapper {
  display: flex;
  flex-direction: column;
  padding: 2px;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-layout {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-color: var(--secondary);
  padding: 0 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.team-layout::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: radial-gradient(
    at bottom center,
    var(--accent-color) 0%,
    var(--accent-transparent) 50%
  );
  z-index: -1;
}
/* === Image Section === */
.image-team {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.image-team img {
  width: 100%;
  height: auto;
  border-radius: 25px 25px 0 0;
  object-fit: contain;
  background-color: var(--accent-color-2);
}
/* === LinkedIn Icon (Top-Right Corner) === */
.image-team .linkedin {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.35s ease;
  text-decoration: none;
  z-index: 5;
}
.image-team:hover .linkedin {
  opacity: 1;
  transform: translateY(0);
}
.image-team .linkedin svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
/* === Team Profile (Clickable Area) === */
.team-profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: linear-gradient(180deg, var(--accent-color-3) 0%, var(--accent-color-4) 100%);
  border-radius: 0 0 25px 25px;
  padding: 25px 20px 30px 20px;
  color: var(--primary);
  text-align: center;
  cursor: pointer;
  min-height: 250px; /* ✅ consistent height for all cards */
}
/* === Name Slot (ensures same start level) === */
.team-profile .name-slot {
  min-height: calc(1.3em * 2); /* reserve space for up to 2 lines */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  margin-bottom: 14px; /* ✅ only gap between name and other text */
}
.team-profile .name {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary);
  margin: 0;
  text-align: center;
  word-break: break-word;
  text-wrap: balance;
}
/* === Meta Info (Designation + Company stacked together) === */
.team-profile .meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.team-profile .designation {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--accent-color-2);
  text-align: center;
  margin: 0; /* no gap between designation & company */
}
.team-profile .company {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-color);
  text-align: center;
  margin: 0; /* tightly grouped under designation */
}
/* === Consistent Card Height === */
.team-profile > * {
  width: 100%;
}
/* === Responsive Tweaks === */
@media (max-width: 992px) {
  .team-profile {
    min-height: 210px;
    padding: 20px 10px;
  }
  .team-profile .name {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .team-profile {
    min-height: 200px;
  }
  .team-profile .name {
    font-size: 1rem;
  }
}
/* Modal Styles - Updated with better z-index and positioning */
.modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
}
.modal-content {
    background-color: #1a1a1a;
    margin: 3% auto;
    padding: 0;
    border-radius: 25px;
    width: 90%;
    max-width: 900px;
    position: relative;
    animation: slideIn 0.3s ease;
    overflow: hidden;
    background-image: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    border: 1px solid #333;
}
.close-button {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: color 0.3s ease;
    background: none;
    border: none;
}
.close-button:hover {
    color: #005a33;
}
.modal-body {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 450px;
}
.modal-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color-4);
    padding: 30px;
}
.modal-image img {
    max-width: 100%;
    max-height: 350px;
    object-fit: contain;
    border-radius: 15px;
    background-color: var(--accent-color-2);
}
.modal-info {
    flex: 1.5;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff;
    overflow-y: auto;
    max-height: calc(90vh - 80px);
}
.modal-info h3 {
    margin: 0 0 10px 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 5;
}
.modal-info p {
    margin: 0 0 20px 0;
    color: #07e183;
    font-size: 1.1rem;
    font-weight: 600;
    position: sticky;
    padding-bottom: 10px;
    z-index: 4;
}
#modalDetails {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #ddd;
    opacity: 0.95;
    flex: 1;
    overflow-y: auto;
    padding-right: 10px;
}
#modalDetails::-webkit-scrollbar {
    display: none;
}
/* #modalDetails::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}
#modalDetails::-webkit-scrollbar-thumb {
    background: #ca395a;
    border-radius: 4px;
}
#modalDetails::-webkit-scrollbar-thumb:hover {
    background: #d946a5;
} */
#modalDetails p {
    margin-bottom: 15px;
    color: #ddd;
    position: static;
    background: none;
    padding-bottom: 0;
}
#modalDetails ul {
    margin: 0px 0;
    padding-left: 0px;
    color: #ddd;
}
#modalDetails li {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #ddd;
    list-style-type: disc !important;
}
#modalDetails strong {
    color: var(--accent-color-2);
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* Responsive Design */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        margin: 5% auto;
    }
    .modal-body {
        flex-direction: column;
    }
    .modal-image {
        padding: 20px;
    }
    .modal-image img {
        max-height: 250px;
    }
    .modal-info {
        padding: 20px 30px 30px 30px;
    }
    .modal-info h3 {
        font-size: 1.5rem;
    }
}
/* ================== Speakers Slider Components ================== */
.speakers-slider-wrapper {
    display: flex;
    flex-direction: column;
    padding: 2px 2px 0px 2px;
    border-radius: 25px 25px 0px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.speakers-slider-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;
}
.speakers-slider-layout {
    display: flex;
    flex-direction: column;
    gap: 50px 50px;
    background-color: var(--secondary);
    padding: 50px 50px 50px 50px;
    overflow: hidden;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}
.speakers-slider-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;
}
.speakers-slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.speakers-slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
}
.speaker-slide {
    flex: 0 0 auto;
    width: 200px;
    min-width: 200px;
}
.speaker-card {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 80%;
    border-radius: 55px 15px 52px 12px;
    border: 2px solid var(--accent-color-3);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.speaker-image {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.speaker-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 50px 10px 0px 0px;
    transition: transform 0.3s ease;
}
/* .speaker-card:hover .speaker-image img {
    filter: grayscale(0%);
      transform: scale(1.05);
} */
.speaker-profile {
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--accent-color-3) 0%, var(--accent-color-4) 100%);
    display: flex;
    size: fixed;
    flex-direction: column;
    border-radius: 0px 0px 50px 10px;
    padding: 30px 5px 30px 5px;
    text-align: center;
    color: var(--primary);
    flex-grow: 1;
    height: 125px;
}
.speaker-profile h6 {
    margin-bottom: 0px;
    font-size: 1rem;
    font-weight: 900;
}
.speaker-profile .title {
    color: var(--accent-color-7);
    font-size: 0.65rem;
    font-weight: 700;
}
/* Spacer for the slider */
.speakers-slider-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%);
}
/* Responsive Design */
@media (max-width: 1200px) {
    .speaker-slide {
        width: 250px;
        min-width: 250px;
    }
    .speaker-image img {
        height: 300px;
    }
}
@media (max-width: 768px) {
    .speakers-slider-layout {
        padding: 30px 20px 30px 20px;
        gap: 30px;
    }
    .speaker-slide {
        width: 220px;
        min-width: 220px;
    }
    .speaker-image img {
        height: 280px;
    }
    .speaker-profile {
        padding: 20px;
    }
    .speakers-slider-track {
        gap: 20px;
    }
}
@media (max-width: 480px) {
    .speaker-slide {
        width: 200px;
        min-width: 200px;
    }
    .speaker-image img {
        height: 250px;
    }
    .slider-nav {
        gap: 15px;
    }
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}
/* ================== 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);
}
/* ================== Blog Carousel Components ================== */
.blog-carousel-wrapper {
    display: flex;
    flex-direction: column;
    padding: 2px 2px 0px 2px;
    border-radius: 25px 25px 0px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.blog-carousel-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;
}
.blog-carousel-layout {
    display: flex;
    flex-direction: column;
    gap: 50px 50px;
    background-color: var(--secondary);
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.blog-carousel-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) 0%, var(--accent-color-5) 50%);
    z-index: -1;
}
.blog-carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.blog-carousel-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
    gap: 25px;
}
.blog-slide {
    flex: 0 0 auto;
    width: 350px;
    min-width: 350px;
}
.blog-slide .card-blog {
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.blog-slide .card-blog .blog-image {
    height: 200px;
    overflow: hidden;
}
.blog-slide .card-blog .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}
.blog-slide .card-blog:hover .blog-image img {
    transform: scale(1.05) rotate(1deg);
    opacity: 0.8;
}
.blog-slide .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-slide .blog-link {
    font-size: var(--font-size-xl);
    line-height: 1.3;
    margin-bottom: 10px;
}
.blog-slide p {
    font-size: var(--font-size-sm);
    line-height: 1.5;
    margin-bottom: 15px;
    flex-grow: 1;
}
/* Responsive Design */
@media (max-width: 1400px) {
    .blog-slide {
        width: 320px;
        min-width: 320px;
    }
}
@media (max-width: 1200px) {
    .blog-slide {
        width: 300px;
        min-width: 300px;
    }
    .blog-carousel-track {
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .blog-carousel-layout {
        padding: 30px 20px 30px 20px;
        gap: 30px;
    }
    .blog-slide {
        width: 280px;
        min-width: 280px;
    }
    .blog-carousel-track {
        gap: 15px;
    }
    .blog-slide .card-blog .blog-image {
        height: 180px;
    }
    .blog-slide .card-body {
        padding: 20px;
    }
}
@media (max-width: 480px) {
    .blog-slide {
        width: 250px;
        min-width: 250px;
    }
    .blog-slide .card-blog .blog-image {
        height: 160px;
    }
    .blog-slide .blog-link {
        font-size: var(--font-size-lg);
    }
}
/* ================== 32. Blog Components ================== */
.card-blog {
    position: relative;
    background-color: var(--accent-color-4);
    overflow: hidden;
    border: 1px solid var(--accent-color-3);
    height: 100%;
    display: flex;
    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);
    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);
}
.posted-by {
    color: white;
    font-weight: 100;
}
.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);
}
/* ================== Blog Carousel Navigation ================== */
.blog-carousel-navigation {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    justify-content: center;
}
.blog-nav-btn {
    background: var(--accent-color);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}
.blog-nav-btn:hover {
    background: #696969;
    transform: translateY(-2px);
    /* box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3); */
}
.blog-nav-btn:active {
    transform: translateY(0);
    /* box-shadow: 0 2px 10px rgba(0, 123, 255, 0.2); */
}
.blog-nav-btn i {
    color: white;
    font-size: 16px;
}
.blog-nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.blog-nav-btn:disabled:hover {
    background: #ccc;
    transform: none;
    box-shadow: none;
}
/* Carousel indicators */
.blog-carousel-indicators {
    display: flex;
    gap: 8px;
    align-items: center;
}
.blog-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}
.blog-indicator.active {
    background: var(--accent-color);
    transform: scale(1.2);
}
.blog-indicator:hover {
    background: var(--accent-color);
    opacity: 0.7;
}
/* Responsive adjustments for navigation */
@media (max-width: 768px) {
    .blog-carousel-navigation {
        margin-top: 20px;
        gap: 10px;
    }
    .blog-nav-btn {
        width: 40px;
        height: 40px;
    }
    .blog-nav-btn i {
        font-size: 14px;
    }
    .blog-indicator {
        width: 10px;
        height: 10px;
    }
}
/* ================== 33. Pricing Components ================== */
.pricing-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 20px 20px;
}
.card-pricing-title {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    gap: 20px 30px;
    padding: 62.5px 30px 62.5px 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%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.card-pricing-title .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.card-pricing-title .spacer {
    display: flex;
    flex-direction: row;
    width: 3px;
    height: 200px;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color) 0%, var(--accent-transparent) 80%);
}
.card-pricing-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: radial-gradient(at center left, var(--accent-color) 0%, var(--accent-transparent) 50%);
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: -1;
}
.pricing-highlight-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    gap: 30px 30px;
    padding: 30px 0px 30px 30px;
    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%);
    color: var(--primary);
    position: relative;
    overflow: hidden;
    align-self: stretch;
    z-index: 1;
}
.pricing-highlight-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color) 0%, var(--secondary) 100%);
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: -1;
}
.pricing-highlight-box .spacer {
    display: flex;
    flex-direction: row;
    width: 2px;
    height: 200px;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color) 0%, var(--accent-transparent) 80%);
}
.pricing-highlights {
    display: flex;
    flex-direction: row;
    gap: 10px 10px;
    justify-content: space-between;
    padding: 15px 10px 0px 10px;
    border-radius: 15px 15px 15px 15px;
    /* border: 1px solid var(--accent-color-3); */
    background-color: var(--accent-color-transparent);
    color: var(--primary);
    align-items: center;
}
.pricing-highlights a,
.pricing-highlights i {
    color: var(--text-color);
    transition: all 0.3s ease;
}
.pricing-highlights:hover a,
.pricing-highlights:hover i {
    color: var(--accent-color);
}
.card-pricing {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 30px 30px;
    flex-grow: 1;
    text-align: start;
    padding: 30px 30px 30px 30px;
    border: 1px solid var(--accent-color-3);
    background-color: transparent;
    background-image: radial-gradient(at bottom right, var(--accent-color-3) 0%, var(--accent-color-4) 50%);
    color: var(--primary);
    position: relative;
}
.card-pricing.pricing-highlight {
    width: 100%;
    height: 100%;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.card-pricing.pricing-highlight::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: radial-gradient(at top center, var(--accent-color) 0%, var(--accent-transparent) 60%);
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: -1;
}
.card-pricing.pricing-highlight .spacer {
    align-self: center;
    width: 200px;
    height: 3px;
    background-color: transparent;
    background-image: radial-gradient(at center center, var(--accent-color-6) 0%, var(--accent-transparent) 50%);
}
/* Modal Pricing Container Styles */
.modal-pricing-content::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.modal-pricing-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
    box-sizing: border-box;
}
.modal-pricing-container.active {
    display: flex;
}
.modal-pricing-content {
    background: var(--accent-color-4);
    border-radius: var(--global-border-radius);
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
    scrollbar-width: none;
}
@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.modal-pricing-header {
    background: var(--accent-color-3);
    color: white;
    padding: 25px 30px;
    border-radius: var(--global-border-radius) var(--global-border-radius) 0 0;
    position: relative;
}
.modal-pricing-header h3 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
}
.modal-pricing-header .price {
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 0.9;
    margin-top: 5px;
}
.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}
.modal-close-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.modal-pricing-body {
    padding: 30px;
}
.modal-section {
    margin-bottom: 30px;
}
.modal-section:last-child {
    margin-bottom: 0;
}
.modal-section-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid var(--accent-color-3);
    padding-bottom: 5px;
}
.modal-section-content {
    color: var(--text-color);
    line-height: 1.6;
}
.modal-section-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.modal-section-content li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
    color: rgb(180, 180, 180);
    /* border-bottom: 1px solid #f0f0f0; */
}
.modal-section-content li:last-child {
    border-bottom: none;
}
.modal-section-content li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: bold;
    font-size: 1.2rem;
}
.modal-section-content .highlight {
    background-color: var(--accent-color-transparent);
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 500;
}
.modal-action-buttons {
    padding: 20px 30px;
    /* border-top: 1px solid #f0f0f0; */
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}
.btn-proceed {
    background: var(--accent-color);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.btn-proceed:hover {
    background: var(--accent-color-6);
}
.btn-cancel {
    background: #6c757d;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.btn-cancel:hover {
    background: #5a6268;
}
/* Responsive Design */
@media (max-width: 768px) {
    .pricing-demo {
        flex-direction: column;
        align-items: center;
    }
    .modal-pricing-content {
        margin: 10px;
        max-height: 95vh;
    }
    .modal-pricing-header,
    .modal-pricing-body,
    .modal-action-buttons {
        padding: 20px;
    }
    .modal-pricing-header h3 {
        font-size: 1.5rem;
    }
    .modal-action-buttons {
        flex-direction: column;
    }
}
/* ================== 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/bg.webp');
    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: 150px 20px 50px 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;
}
/* body.lightmode .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;
}
/* body.lightmode .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;
    justify-content: center;
    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;
}
/* body.lightmode .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;
}
.newsletter-button {
    align-items: center;
    justify-content: center;
}
.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-3xl);
    width: 39px;
    height: 39px;
    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: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.check-list {
    list-style: none;
    padding: 0;
    font-size: 20px;
}
.check-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: var(--line-height-loose);
}
.check-list a {
    color: var(--text-color);
    font-size: var(--font-size-base);
    font-weight: 500;
    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;
    border-radius: 15px;
    /* Optional: rounded corners */
}
.chooseus-content .spacer {
    margin-top: 20px;
}
/* Ensure video always plays and loops */
video.chooseus-img {
    background: #000;
    /* Fallback background while loading */
}
/* Optional: Add a subtle overlay for better text readability if needed */
.video-container {
    position: relative;
    display: inline-block;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    /* Subtle dark overlay */
    border-radius: 15px;
    pointer-events: none;
    /* Allow video controls to work */
}
.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);
}
/* Event Details Styles */
.event-details {
    margin: 20px 0;
}
.event-info {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}
.event-location,
.event-date {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 0px;
    /* background-color: var(--secondary);
    border: 1px solid var(--accent-color-3); */
    border-radius: 25px;
    transition: all 0.3s ease;
}
.event-location:hover,
.event-date:hover {
    /* border-color: var(--accent-color); */
    transform: translateY(-2px);
    cursor: pointer;
    /* box-shadow: 0 5px 15px rgba(202, 57, 90, 0.2); */
}
.event-location span,
.event-date span {
    color: var(--primary);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
}
.event-location svg,
.event-date svg {
    flex-shrink: 0;
}
/* Register Button Container */
.register-button-container {
    margin: 30px 0 20px 0;
}
.register-btn {
    background-image: radial-gradient(at bottom right, var(--accent-color) 0%, #d946a5 50%);
    border: none;
    box-shadow: 0 10px 25px rgba(202, 57, 90, 0.3);
    transition: all 0.4s ease;
}
.register-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(202, 57, 90, 0.4);
    background-image: radial-gradient(at bottom right, #d946a5 0%, var(--accent-color) 50%);
}
.register-btn .btn-title span {
    color: var(--primary);
    font-weight: var(--font-weight-bold);
}
.register-btn .icon-circle {
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--primary);
}
.register-btn:hover .icon-circle {
    background-color: rgba(255, 255, 255, 0.3);
}
/* Mobile Responsive */
@media screen and (max-width: 767px) {
    .event-info {
        flex-direction: column;
        gap: 15px;
    }
    .event-location,
    .event-date {
        justify-content: center;
        text-align: center;
        padding: 10px 15px;
    }
    .event-location span,
    .event-date span {
        font-size: var(--font-size-sm);
    }
    .register-button-container {
        margin: 20px 0 15px 0;
    }
}
@media screen and (max-width: 1024px) {
    .event-info {
        gap: 20px;
    }
}
.chooseus-card-container .link-wrapper a {
    font-size: 22px;
}
.chooseus-card-container .spacer {
    height: 3px;
    /* Adjust height as needed */
}
/* ================== 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;
    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 {
    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-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;
}
.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);
}
/* body.lightmode .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>');
}
body.lightmode .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;
}
/* ================== Sponsor Cards Layout ================== */
/* ================== Sponsor Cards Layout ================== */
.card-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.sponsor-card {
    position: relative;
    background: linear-gradient(145deg,
            var(--accent-color-3) 0%,
            var(--accent-color-4) 100%);
    /* Modern hexagonal cut corners */
    /* clip-path: polygon(
        0% 0%,
        calc(100% - 35px) 0%,
        100% 35px,
        100% 100%,
        35px 100%,
        0% calc(100% - 35px)
    ); */
    border-radius: 5px 20px 5px 40px;
    padding: 35px 30px 35px 45px;
    min-height: 130px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    /* Subtle border */
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.sponsor-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg,
            var(--accent-color-6) 0%,
            rgba(202, 57, 90, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    clip-path: inherit;
    z-index: 1;
}
.sponsor-card::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(45deg,
            transparent 0%,
            var(--accent-color-5) 50%,
            transparent 100%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    clip-path: inherit;
}
/* Minimal grid pattern */
.sponsor-card .grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.5;
    z-index: 0;
}
.sponsor-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(202, 57, 90, 0.2);
}
.sponsor-card:hover::before {
    opacity: 0.03;
}
.sponsor-card:hover::after {
    opacity: 1;
}
/* All cards same shape - no alternating */
.card-title {
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-snug);
    color: var(--primary);
    margin: 0;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}
.sponsor-card:hover .card-title {
    transform: translateX(8px);
}
/* Add accent bar */
.card-accent {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 6px;
    height: 50px;
    background: linear-gradient(to bottom,
            var(--accent-color-6) 0%,
            rgba(1, 92, 22, 0.3) 100%);
    border-radius: 3px;
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 2;
}
.sponsor-card:hover .card-accent {
    height: 70px;
    opacity: 1;
    box-shadow: 0 0 15px rgba(0, 52, 3, 0.3);
}
/* Card number styling */
.card-number {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #d1d1d1;
    /* color: var(--accent-color-6); */
    line-height: 1;
    user-select: none;
    transition: all 0.3s ease;
}
.sponsor-card:hover .card-number {
    /* color: var(--accent-color-6); */
    transform: scale(1.1);
}
/* Responsive Design for Cards */
@media (max-width: 768px) {
    .sponsor-card {
        padding: 30px 25px 30px 35px;
        min-height: 120px;
        /* Smaller cut corners for mobile */
        clip-path: polygon(0% 0%,
                calc(100% - 25px) 0%,
                100% 25px,
                100% 100%,
                25px 100%,
                0% calc(100% - 25px));
    }
    /* All cards same shape on tablet */
    .card-title {
        font-size: 1.4rem;
    }
    .card-accent {
        left: 12px;
        width: 4px;
        height: 40px;
    }
    .sponsor-card:hover .card-accent {
        height: 55px;
    }
    .card-number {
        font-size: 1rem;
        bottom: 12px;
        right: 15px;
    }
}
@media (max-width: 480px) {
    .sponsor-card {
        padding: 25px 20px 25px 30px;
        /* Even smaller cut corners for small mobile */
        clip-path: polygon(0% 0%,
                calc(100% - 20px) 0%,
                100% 20px,
                100% 100%,
                20px 100%,
                0% calc(100% - 20px));
    }
    /* All cards same shape on mobile */
    .card-title {
        font-size: 1.2rem;
    }
    .card-accent {
        left: 10px;
        width: 3px;
        height: 35px;
    }
    .sponsor-card:hover .card-accent {
        height: 45px;
    }
    .card-number {
        font-size: 0.9rem;
        bottom: 10px;
        right: 12px;
    }
}
/* ================== 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);
}.keys{
    gap: 50px;
}
/* ================== 53. CTA Service Banner Components ================== */
.cta-service-banner {
    background-image: url('../image/dummy-img-1920x900.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;
}
/* body.lightmode .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;
}
/* body.lightmode .cta-service-banner::before{
    background-image: linear-gradient(180deg, var(--accent-color-7) 0%, var(--accent-color-3) 100%);
} */
/* .cta-service-banner .spacer {
    height: 20px;
} */
/* ================== 54. Animate Components ================== */
.animate-box {
    opacity: 0;
}
.animated {
    animation-duration: var(--animation-normal);
}
.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%);
}
.section-banner-register {
    width: 100%;
}
/* ================== 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, var(--accent-transparent) 10%, 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%;
    }
    .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%;
        height: 50%;
    }
    .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;
    }
    .chooseus-content-container .image-container{
        align-items: center;
        justify-content: center;
        height: 300px;
    }
    .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);
    }
    .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: 767px) {
    /* 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: 60%;
    }
    .logo-footer {
        max-width: 50%;
    }
    .navbar-wrapper {
        padding: 20px 20px 20px 20px;
    }
    .banner-video-content p {
        font-size: var(--font-size-xs);
        max-width: 100%;
    }
    .section-banner {
        padding: 0px 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;
    }
    .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);
    }
}
/* .speakers-buttons .btn{
    border-radius: 25px 25px 25px 25px;;
    height: 60px;
    width: 445px;
    box-shadow: none;
    background-color: transparent;
}
.speakers-buttons .btn:hover{
    box-shadow: none;
}
.speakers-buttons .btn .btn-title{
    font-size: 1.1rem;
    text-align: left;
}
.speakers-buttons .btn .icon-circle{
    border-radius: 20px 20px 20px 20px;
    height: 50px;
    width: 40%;
    box-shadow: none;
}
.speakers-buttons .btn .icon-circle:hover{
     width: 50%;
}
.speakers-buttons .btn .icon-circle svg:hover{
    rotate: -4deg;
    transform: scale(1.1);
} */
@media screen and (max-width: 767px) {
    .hero-container {
        margin-bottom: 0px;
    }
    .nav-btn {
        height: 50px;
    }
    .hero-logo {
        opacity: 0.9;
        width: 360px;
        margin-bottom: 0px;
        margin-top: -20px;
    }
    .hero-container {
        margin-top: 100px;
    }
    .hero-container .title-heading-banner {
        font-size: 1.6rem;
        /* white-space: normal; */
        background-image: linear-gradient(340deg, var(--accent-transparent) 0%, var(--primary) 40%);
    }
    .hero-container .subtitle-heading-banner{
        text-align: center;
        font-size: 1rem;
    }
 .event-details {
    display: flex;
    flex-direction: column; /* stack vertically */
    align-items: center;
    gap: 1px; /* spacing between rows */
    text-align: center;
  }
  .event-details .dot-separator {
    display: none; /* hide the vertical bar on mobile */
  }
  .event-details .event-location,
  .event-details .event-date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }
    .hero-buttons {
        display: grid;
        gap: 15px;
    }
    .hero-buttons .btn {
        height: 50px;
        width: 250px;
        box-shadow: none;
    }
    .hero-buttons .btn:hover {
        box-shadow: none;
    }
    .hero-buttons .btn .btn-title {
        font-size: 0.9rem;
    }
    .hero-buttons .btn .icon-circle {
        height: 40px;
        width: 40px;
        box-shadow: none;
    }
    .hero-buttons .btn .icon-circle:hover {
        transform: scale(1.1);
    }
    .chooseus-content .chooseus-title {
        width: 70%;
    }
    .chooseus-content p {
        width: 65%;
    }
    .chooseus-content .event-location {
        align-items: left;
        justify-content: left;
        margin-bottom: -20px;
    }
    .chooseus-content .event-date {
        align-items: left;
        justify-content: left;
    }
    .title-heading {
        font-size: 2rem;
    }
    .event-in-numbers {
        flex: 1 1 100%;
        flex-direction: column;
        max-width: 100%;
        padding: 50px;
    }
    .card-blog .card-body {
        display: flex;
        flex-direction: column;
        gap: 20px 20px;
        padding: 0px 30px 30px 30px;
        text-align: start;
    }
    .blog-slide {
        width: 100%;
    }
    .blog-slide .meta-data {
        margin-top: 20px;
    }
    .blog-slide i {
        margin-top: 20px;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    /* .hero-container{
        margin-bottom: -120px;
    } */
    /* .nav-btn{
        height: 50px;
    }
    .hero-logo{
        opacity: 0.9;
        width: 225px;;
    } */
    /* .hero-container{
        margin-top: 100px;
    }
    .hero-container .title-heading-banner{
        font-size: 1.7rem;
    } */
    /* .hero-container .event-details{
        font-size: 0.8rem;
    }
    .hero-buttons{
        display: grid;
        gap: 15px;
    }
    .hero-buttons .btn{
    height: 50px;
    width: 250px;
    box-shadow: none;
}
.hero-buttons .btn:hover{
    box-shadow: none;
}
.hero-buttons .btn .btn-title{
    font-size: 0.9rem;
}
.hero-buttons .btn .icon-circle{
    height: 40px;
    width: 40px;
    box-shadow: none;
}
.hero-buttons .btn .icon-circle:hover{
    transform: scale(1.1);
    
} */
    .chooseus-content {
        width: 100%;
    }
    .chooseus-card-container {
        width: 117%;
    }
    .chooseus-content .chooseus-title {
        width: 100%;
    }
    .chooseus-content p {
        width: 100%;
    }
    .chooseus-content .event-location {
        align-items: left;
        justify-content: left;
        margin-bottom: -20px;
    }
    .chooseus-content .event-date {
        align-items: left;
        justify-content: left;
    }
    .title-heading {
        font-size: 5rem;
    }
    .event-in-numbers .card {
        height: 200px;
        padding: -50px -50px -50px -50px;
    }
    .event-in-numbers {
        align-items: center;
        justify-content: center;
        flex: 1 1 100%;
        flex-direction: row;
        max-width: 100%;
        padding: 20px;
    }
    .event-in-numbers {
        margin-top: 25px;
        display: flex;
        gap: 20px;
    }
    .event-in-numbers .counter {
        font-size: 2.5rem;
    }
    .event-in-numbers .counter-detail {
        font-size: 2rem;
    }
    .event-in-numbers .counter-detail {
        font-size: 0.8rem;
    }
    .card-blog .card-body {
        display: flex;
        flex-direction: column;
        gap: 20px 20px;
        padding: 0px 30px 30px 30px;
        text-align: start;
    }
    .blog-slide {
        width: 60%;
    }
    .blog-slide .meta-data {
        margin-top: 20px;
    }
    .blog-slide i {
        margin-top: 20px;
    }
}
.speaker-buttons .btn {
    height: 60px;
    width: 420px;
    box-shadow: none;
}
.speaker-buttons .btn:hover {
    box-shadow: none;
}
.speaker-buttons .btn .btn-title {
    font-size: 1.1rem;
}
.speaker-buttons .btn .icon-circle {
    height: 50px;
    width: 50px;
    box-shadow: none;
}
.speaker-buttons .btn .icon-circle:hover {
    transform: scale(1.1);
}
.speaker-buttons {
    display: flex;
    gap: 20px;
    /* space between buttons */
    justify-content: center;
    /* center horizontally */
    align-items: center;
    /* align vertically */
}
.card-bg-icon {
  position: absolute;
  bottom: -60px;   /* adjust for how much you want visible */
  left: 70%;
  transform: translateX(-50%);
  width: 450px;   
  height: 450px;
  opacity: 0.08;  /* faded so text is readable */
  z-index: 0;
  rotate: -8deg;
}
.card-bg-icon svg {
  width: 100%;
  height: 100%;
}
.card-pricing > *:not(.card-bg-icon) {
  position: relative;
  z-index: 1; /* ensure content stays on top */
}
#whosponsor .card-title{
    font-size: 1.3rem;
}
#whosponsor .card-number{
    font-size: 1.3rem;
}
#whosponsor .sponsor-card{
    min-height: 120px;
}
/* =======================================================
   🔧 EVENT IN NUMBERS - MOBILE ONLY FIX (Left Align + Reduced Padding)
   ======================================================= */
@media (max-width: 768px) {
  .event-in-numbers {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
    gap: 18px;
    justify-items: center;
    padding: 0 12px;
  }
  .card-expertise {
    width: 100%;
    max-width: 200px;
    padding: 10px 8px; /* 🟢 Reduced inner padding */
    border-radius: 10px;
    text-align: left;
  }
  .card-expertise .counter {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    display: block;
  }
  .card-expertise .counter-detail {
    font-size: 48px;
    font-weight: 600;
    vertical-align: middle;
  }
  .card-expertise p {
    font-size: 13px;
    margin-top: 2px;
    line-height: 1.3;
    color: #333;
    text-align: left;
  }
}
/* For very small phones */
@media (max-width: 480px) {
  .event-in-numbers {
    gap: 14px;
    padding: 0 8px;
  }
  .card-expertise {
    max-width: 190px;
    padding: 8px 6px; /* 🟢 Even smaller padding on small screens */
    text-align: left;
  }
  .card-expertise .counter {
    font-size: 44px;
  }
  .card-expertise .counter-detail {
    font-size: 44px;
  }
  .card-expertise p {
    font-size: 13px;
    text-align: left;
  }
}
/* =======================================================
HIDE NEWSLETTER SECTION ON MOBILE ONLY
   ======================================================= */
@media (max-width: 768px) {
  .newsletter-wrapper {
    display: none !important;
  }
    .guide-banner {
    display: none !important;
  }
}
/* =======================================================
   📱 MOBILE SPACING NORMALIZATION
   Ensures equal space between sections on small screens
   ======================================================= */
@media (max-width: 768px) {
  /* General section spacing */
  .section,
  .event-in-numbers,
  .industry-section {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .blog-carousel-layout,
  .series-partners{
    margin-bottom: -50px !important;
    padding-bottom: -50px !important;
  }
  /* Hero top and bottom tighter */
  .hero {
    margin-bottom: 20px !important;
  }
  /* Event in numbers */
  .event-in-numbers {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0 0px !important;
  }
  /* Series Sponsors & Partners */
  .series-partners,
  .section-partner {
    margin-top: 0px !important;
    margin-bottom: -200px !important;
    padding-top: 0px !important;
    padding-bottom: -20px !important;
  }
  /* Industry Insights / News Updates */
  .industry-section,
  .blog-carousel-layout {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
  /* Remove accidental double spacing between consecutive sections */
  .section + .section,
  .hero-container + .hero-container {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 0px 16px 0px 16px;
  }
}
@media (max-width: 768px) {
  .section-banner,
  .section-partner,
  .section-guide,
  .section-footer {
    padding: 10px 5px;
  }
}
.team-profile .company-logo {
  width: 60px;
  height: auto;
  margin-top: auto; /* ⬅ pushes the logo to the bottom of .meta */
  display: block;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.team-profile .company-logo:hover {
  opacity: 1;
}
/* make card contents consistent */
.team-profile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
}
/* handles text area naturally */
.team-profile .meta {
  flex-grow: 1;
}
/* 🔧 new logo wrapper for equal baseline */
.company-logo-wrapper {
  height: 30px;             /* fixed height ensures same line for all */
  display: flex;
  align-items: flex-end;    /* logo sits at the bottom of the wrapper */
  justify-content: center;
  margin-top: 0px;
}
.company-logo-wrapper .company-logo {
  height:40px;       /* logo scales to fit wrapper height */
  width: auto;
}
/* actual logo */
.company-logo {
    border-radius: 15px;
  max-height: 50px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.company-logo:hover {
  opacity: 1;
}
/* hide wrapper completely if no image */
.company-logo-wrapper:empty {
  display: none;
}
/* === Justify paragraphs only on mobile screens === */
@media (max-width: 768px) {
  p,
  .chooseus-content p,
  .expertise-title p,
  .newsletter-wrapper p,
  .guide-content p,
  .card-body p,
  .event-feature-card p,
  .card-topic p {
    text-align: justify;
    text-justify: inter-word;
  }
  /* Keep all titles, headings, and section headers centered */
  h1, h2, h3, h4, h5, h6,
  .title-heading,
  .subtitle-heading-banner {
    text-align: center !important;
  }
}

/* homepage agenda promo */
.mict-zigzag-omega-agenda-band {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-top: clamp(72px, 6vw, 96px);
  margin-bottom: clamp(72px, 8vw, 108px);
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: visible;
}

.mict-zigzag-omega-agenda-band__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
  width: 100%;
  min-height: clamp(112px, 9vw, 146px);
  padding: clamp(8px, 1.2vw, 14px) clamp(20px, 7vw, 96px);
  background:
    radial-gradient(circle at top right, rgba(2, 133, 76, 0.22), transparent 38%),
    radial-gradient(circle at left center, rgba(4, 80, 47, 0.34), transparent 42%),
    linear-gradient(135deg, #07140f 0%, var(--accent-color) 44%, #06331f 72%, #010906 100%);
  box-shadow: 0 32px 75px rgba(2, 35, 22, 0.28);
  isolation: isolate;
}

.mict-zigzag-omega-agenda-band__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.08),
    transparent 24%,
    transparent 76%,
    rgba(255, 255, 255, 0.05)
  );
  pointer-events: none;
}

.mict-zigzag-omega-agenda-band__panel::after {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.mict-zigzag-omega-agenda-band__content,
.mict-zigzag-omega-agenda-band__visual {
  position: relative;
  z-index: 1;
}

.mict-zigzag-omega-agenda-band__content {
  max-width: 600px;
  justify-self: start;
  margin-left: clamp(72px, 7vw, 148px);
}

.mict-zigzag-omega-agenda-band__title {
  margin: 0 0 8px;
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: clamp(1.26rem, 2.05vw, 1.86rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.mict-zigzag-omega-agenda-band__title span {
  color: #d8f5e7;
}

.mict-zigzag-omega-agenda-band__desc {
  margin: 0 0 12px;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  line-height: 1.4;
}

.mict-zigzag-omega-agenda-band__btn {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 0 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  text-decoration: none;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.mict-zigzag-omega-agenda-band__btn:hover {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.28);
}

.mict-zigzag-omega-agenda-band__btn-text {
  padding-right: 10px;
  font-family: var(--heading-font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mict-zigzag-omega-agenda-band__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 16px;
  color: var(--color-white);
  transition: transform 0.25s ease;
}

.mict-zigzag-omega-agenda-band__btn:hover .mict-zigzag-omega-agenda-band__btn-icon {
  transform: translateX(2px);
}

.mict-zigzag-omega-agenda-band__visual {
  width: min(100%, 560px);
  margin: -92px 0 -108px;
  justify-self: center;
}

.mict-zigzag-omega-agenda-band__frame {
  position: relative;
  overflow: hidden;
  transform: perspective(1200px) rotateY(-10deg) rotateX(3deg);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.mict-zigzag-omega-agenda-band__panel:hover .mict-zigzag-omega-agenda-band__frame {
  transform: perspective(1200px) rotateY(-6deg) translateY(-4px);
}

.mict-zigzag-omega-agenda-band__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .mict-zigzag-omega-agenda-band {
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-top: 32px;
    margin-bottom: 72px;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .mict-zigzag-omega-agenda-band__panel {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px 24px;
    overflow: hidden;
  }

  .mict-zigzag-omega-agenda-band__content {
    max-width: none;
    margin-left: 0;
    text-align: center;
  }

  .mict-zigzag-omega-agenda-band__desc {
    margin-left: auto;
    margin-right: auto;
  }

  .mict-zigzag-omega-agenda-band__btn {
    justify-content: center;
  }

  .mict-zigzag-omega-agenda-band__visual {
    max-width: 640px;
    margin: 0 auto;
  }

  .mict-zigzag-omega-agenda-band__frame {
    transform: none;
  }

  .mict-zigzag-omega-agenda-band__panel:hover .mict-zigzag-omega-agenda-band__frame {
    transform: translateY(-4px);
  }
}

@media (max-width: 767.98px) {
  .mict-zigzag-omega-agenda-band__panel {
    gap: 16px;
    padding: 14px 20px;
  }

  .mict-zigzag-omega-agenda-band__title {
    font-size: clamp(1.12rem, 4.5vw, 1.42rem);
  }

  .mict-zigzag-omega-agenda-band__title br {
    display: none;
  }

  .mict-zigzag-omega-agenda-band__desc {
    font-size: 0.83rem;
    line-height: 1.4;
  }

  .mict-zigzag-omega-agenda-band__btn {
    width: 100%;
    padding-left: 18px;
  }

  .mict-zigzag-omega-agenda-band__btn-text {
    flex: 1;
    padding-right: 10px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mict-zigzag-omega-agenda-band__btn,
  .mict-zigzag-omega-agenda-band__btn-icon,
  .mict-zigzag-omega-agenda-band__frame {
    transition: none;
  }

  .mict-zigzag-omega-agenda-band__btn:hover,
  .mict-zigzag-omega-agenda-band__panel:hover .mict-zigzag-omega-agenda-band__frame {
    transform: none;
  }
}

/* =====================================================

   UNIVERSAL WHY CONFERENCE FLOATING CARD

   - Two-column message box layout

   - Fully responsive for all screen sizes

   - Copy-paste ready for any project

===================================================== */

.why-conference-float {
  position: fixed;

  bottom: 30px;

  right: 30px;

  z-index: 9999;

  font-family:
    "DM Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

/* Trigger Button - Message Box Style with 2 Columns */

.why-conference-trigger {
  position: relative;

  display: grid;

  grid-template-columns: 1fr auto;

  align-items: center;

  gap: 10px;

  background: linear-gradient(135deg, #027d4e, #035a38);

  color: white;

  padding: 12px 18px;

  border-radius: 18px;

  cursor: pointer;

  box-shadow: 0 8px 24px rgba(2, 125, 78, 0.4);

  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  user-select: none;

  min-width: fit-content;
}

/* Message Box Tail/Pointer */

.why-conference-trigger::after {
  content: "";

  position: absolute;

  bottom: -8px;

  right: 20px;

  width: 0;

  height: 0;

  border-left: 10px solid transparent;

  border-right: 10px solid transparent;

  border-top: 10px solid #035a38;

  transition: border-top-color 0.3s ease;
}

/* Hover state */

.why-conference-float:hover .why-conference-trigger {
  box-shadow: 0 12px 32px rgba(2, 125, 78, 0.5);

  background: linear-gradient(135deg, #035a38, #027d4e);
}

.why-conference-float:hover .why-conference-trigger::after {
  border-top-color: #027d4e;
}

/* Text Column - Stacked */

.why-conference-text {
  display: flex;

  flex-direction: column;

  line-height: 1.2;

  gap: 2px;
}

.line-1 {
  font-size: 16px;

  font-weight: 500;

  letter-spacing: 0px;

  white-space: nowrap;
}

.line-2 {
  font-size: 18px;

  font-weight: 600;

  letter-spacing: 0.2px;

  white-space: nowrap;
}

/* Icon Column */

.why-conference-icon {
  display: flex;

  align-items: center;

  justify-content: center;
}

.why-conference-icon svg {
  width: 40px;

  height: 40px;

  stroke: white;

  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));

  transition: transform 0.3s ease;
}

.why-conference-float:hover .why-conference-icon svg {
  transform: rotate(-10deg) scale(1.1);

  animation: lightbulb-glow 1.5s ease-in-out infinite;
}

@keyframes lightbulb-glow {

  0%,
  100% {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  }

  50% {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
  }
}

/* Expanded Card (Hidden by default) */

.why-conference-card {
  position: absolute;

  bottom: 70px;

  right: 0;

  width: 420px;

  max-width: calc(100vw - 40px);

  background: rgba(255, 255, 255, 0.98);

  backdrop-filter: blur(20px);

  border-radius: 20px;

  padding: 28px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);

  border: 1px solid rgba(2, 125, 78, 0.15);

  opacity: 0;

  visibility: hidden;

  transform: translateY(20px) scale(0.95);

  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

  pointer-events: none;
}

/* Show card on hover */

.why-conference-float:hover .why-conference-card {
  opacity: 1;

  visibility: visible;

  transform: translateY(0) scale(1);

  pointer-events: auto;
}

/* Card Title */

.why-conference-title {
  font-size: 20px;

  font-weight: 700;

  color: #027d4e;

  margin: 0 0 16px 0;

  letter-spacing: -0.3px;
}

/* Card Content */

.why-conference-content {
  font-size: 14px;

  line-height: 1.7;

  color: #333;

  text-align: justify;
}

.why-conference-content p {
  margin: 0 0 14px 0;
}

.why-conference-content p:last-child {
  margin-bottom: 0;
}

.why-conference-content strong {
  color: #027d4e;

  font-weight: 700;
}

/* =====================================================

   TABLET RESPONSIVE (768px - 1024px)

===================================================== */

@media (max-width: 1024px) {
  .why-conference-float {
    bottom: 25px;

    right: 25px;
  }

  .why-conference-card {
    width: 380px;

    padding: 26px;
  }
}

/* =====================================================

   MOBILE LANDSCAPE & LARGE PHONES (768px)

===================================================== */

@media (max-width: 768px) {
  .why-conference-float {
    bottom: 50px;

    right: 20px;
  }

  .why-conference-trigger {
    padding: 11px 16px;

    gap: 8px;

    border-radius: 16px;
  }

  .why-conference-trigger::after {
    bottom: -7px;

    right: 16px;

    border-left: 8px solid transparent;

    border-right: 8px solid transparent;

    border-top: 8px solid #035a38;
  }

  .line-1 {
    font-size: 14px;
  }

  .line-2 {
    font-size: 16px;
  }

  .why-conference-icon svg {
    width: 32px;

    height: 32px;
  }

  .why-conference-card {
    width: calc(100vw - 40px);

    bottom: 65px;

    right: 0;

    padding: 24px;
  }

  .why-conference-title {
    font-size: 18px;

    margin-bottom: 14px;
  }

  .why-conference-content {
    font-size: 13px;

    line-height: 1.65;
  }

  .why-conference-content p {
    margin-bottom: 12px;
  }
}

/* =====================================================

   SMALL PHONES (480px - 576px)

===================================================== */

@media (max-width: 576px) {
  .why-conference-float {
    bottom: 50px;

    right: 15px;
  }

  .why-conference-trigger {
    padding: 10px 14px;

    gap: 7px;
  }

  .line-1 {
    font-size: 13px;
  }

  .line-2 {
    font-size: 15px;
  }

  .why-conference-icon svg {
    width: 28px;

    height: 28px;
  }

  .why-conference-card {
    width: calc(100vw - 30px);

    bottom: 60px;

    padding: 22px;

    border-radius: 18px;
  }

  .why-conference-title {
    font-size: 17px;
  }

  .why-conference-content {
    font-size: 13px;
  }
}

/* =====================================================

   VERY SMALL PHONES (320px - 480px)

===================================================== */

@media (max-width: 480px) {
  .why-conference-float {
    bottom: 50px;

    right: 12px;
  }

  .why-conference-trigger {
    padding: 9px 13px;

    gap: 6px;

    border-radius: 14px;
  }

  .why-conference-trigger::after {
    bottom: -6px;

    right: 14px;

    border-left: 7px solid transparent;

    border-right: 7px solid transparent;

    border-top: 7px solid #035a38;
  }

  .line-1 {
    font-size: 12px;
  }

  .line-2 {
    font-size: 14px;

    font-weight: 600;
  }

  .why-conference-icon svg {
    width: 26px;

    height: 26px;
  }

  .why-conference-card {
    width: calc(100vw - 24px);

    bottom: 55px;

    padding: 20px;

    border-radius: 16px;
  }

  .why-conference-title {
    font-size: 16px;

    margin-bottom: 12px;
  }

  .why-conference-content {
    font-size: 12px;

    line-height: 1.6;
  }

  .why-conference-content p {
    margin-bottom: 10px;
  }
}

/* =====================================================

   EXTRA SMALL PHONES (< 360px)

===================================================== */

@media (max-width: 360px) {
  .why-conference-float {
    bottom: 140px;

    right: 10px;
  }

  .why-conference-trigger {
    padding: 8px 12px;

    gap: 5px;
  }

  .line-1 {
    font-size: 11px;
  }

  .line-2 {
    font-size: 13px;
  }

  .why-conference-icon svg {
    width: 24px;

    height: 24px;
  }

  .why-conference-card {
    width: calc(100vw - 20px);

    padding: 18px;
  }

  .why-conference-title {
    font-size: 15px;
  }

  .why-conference-content {
    font-size: 11px;

    line-height: 1.55;
  }
}

/* =====================================================

   LANDSCAPE MODE FIX

===================================================== */

@media (max-height: 500px) and (orientation: landscape) {
  .why-conference-float {
    bottom: 15px;

    right: 15px;
  }

  .why-conference-trigger {
    padding: 8px 12px;
  }

  .why-conference-card {
    bottom: 50px;

    max-height: calc(100vh - 70px);

    overflow-y: auto;
  }
}

/* =====================================================

   ACCESSIBILITY & INTERACTIONS

===================================================== */

.why-conference-trigger:focus {
  outline: 2px solid #027d4e;

  outline-offset: 2px;
}

/* Prevent text selection on trigger */

.why-conference-trigger * {
  user-select: none;
}

/* Keep card visible when hovering over it */

.why-conference-card:hover {
  pointer-events: auto;

  opacity: 1;

  visibility: visible;
}

/* Touch device optimization */

@media (hover: none) and (pointer: coarse) {
  .why-conference-float:active .why-conference-card {
    opacity: 1;

    visibility: visible;

    transform: translateY(0) scale(1);

    pointer-events: auto;
  }
}

/* Prevent animation on low-end devices */

@media (prefers-reduced-motion: reduce) {

  .why-conference-trigger,
  .why-conference-card,
  .why-conference-icon svg {
    transition: none !important;

    animation: none !important;
  }
}

/* =====================================================
   GIVEAWAY FLOATING CARD (LEFT CORNER)
===================================================== */
.giveaway-float {
  left: 30px;
  right: auto;
}

.giveaway-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  width: 64px;
  height: 64px;
  padding: 12px;
  background: linear-gradient(135deg, #02794b, #02794b);
  box-shadow: 0 8px 24px rgba(55, 64, 168, 0.42);
}

.giveaway-trigger .gift-icon {
  width: 34px;
  height: 34px;
}

.giveaway-float .why-conference-trigger::after {
  left: 20px;
  right: auto;
  border-top-color: #02784b;
}

.giveaway-float .why-conference-card {
  left: 0;
  right: auto;
  width: min(340px, calc(100vw - 24px));
  padding: 12px;
  border-color: rgba(55, 64, 168, 0.2);
}

.giveaway-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.giveaway-float:hover .why-conference-icon .gift-icon {
  transform: rotate(-6deg) scale(1.12);
  animation: gift-wiggle 0.9s ease-in-out infinite;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.65));
}

.giveaway-float:hover .giveaway-trigger {
  background: linear-gradient(135deg, #02794b, #02794b);
  box-shadow: 0 12px 32px rgba(55, 64, 168, 0.52);
}

.giveaway-float:hover .giveaway-trigger::after {
  border-top-color: #02784b;
}

@keyframes gift-wiggle {

  0%,
  100% {
    transform: rotate(-6deg) scale(1.12);
  }

  25% {
    transform: rotate(6deg) scale(1.12);
  }

  50% {
    transform: rotate(-3deg) scale(1.12);
  }

  75% {
    transform: rotate(3deg) scale(1.12);
  }
}

@media (max-width: 1024px) {
  .giveaway-float {
    left: 25px;
    right: auto;
  }
}

@media (max-width: 768px) {
  .giveaway-float {
    left: 20px;
    right: auto;
  }

  .giveaway-trigger {
    width: 56px;
    height: 56px;
    padding: 10px;
  }

  .giveaway-trigger .gift-icon {
    width: 30px;
    height: 30px;
  }

  .giveaway-float .why-conference-trigger::after {
    left: 16px;
    right: auto;
  }
}

@media (max-width: 576px) {
  .giveaway-float {
    left: 15px;
    right: auto;
  }
}

@media (max-width: 480px) {
  .giveaway-float {
    left: 12px;
    right: auto;
  }

  .giveaway-float .why-conference-trigger::after {
    left: 14px;
    right: auto;
  }
}

@media (max-width: 360px) {
  .giveaway-float {
    left: 10px;
    right: auto;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .giveaway-float {
    left: 15px;
    right: auto;
  }
}