/* ======================================================================== */
/* 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-used.css');
@import url('../css/vendor/regular.css');
@import url('../css/vendor/solid.css');
@import url('../css/vendor/animate-used.css');

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

/* 2.1 Colors Variables */

:root {
    --primary: #D1D1D1;
    --secondary: #040404;
    --text-color: #8B8B8B;
    --text-color-2: var(--secondary);
    --accent-color: #8D1B3D;
    --accent-color-2: #FFFFFF;
    --accent-color-3: #1F1F1F;
    --accent-color-4: #0E0E0E;
    --accent-color-5: #0404047D;
    --accent-color-6: #8D1B3D;
    --accent-color-7: #8D1B3D;
    ;
    --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(141, 27, 61, 0.44);
    --box-shadow-bottom-right: 3px 3px 7px 0px rgba(141, 27, 61, 0.44);
    --box-shadow-top-left-wide: -3px -3px 10px 0px rgba(141, 27, 61, 0.44);
    --box-shadow-bottom-right-wide: 3px 3px 10px 0px rgba(141, 27, 61, 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 75px 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;
}

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

/* ================== 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-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;
}/* ================== 08. Navbar ================== */


.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;
}

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

.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-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;
}/* ================== 13. Banner Video Container ================== */


/* 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(0, 0, 0, 0.5),
            rgba(4, 4, 4, 1));
    z-index: 0;
}


/* ================== 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;
}/* 14.2 Banner Layout 404 */


.quote {
    color: var(--primary);
}/* ================== 15. Footer ================== */


/* ================== 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;
}

.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 {
    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;
}

@media (min-width: 768px) {
    .hero .hero-statement {
        margin-top: clamp(5rem, 10vh, 7rem);
    }
}

@media (max-width: 640px) {
    .hero .hero-statement {
        margin-top: 0;
        top: 4rem;
    }
}

/* 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 .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;
}

@media (min-width: 768px) {
    .hero .hero-kicker {
        margin-top: clamp(4rem, 8vh, 5.5rem);
    }

    .hero .title-heading-banner {
        margin-top: clamp(0.7rem, 1.5vh, 1.1rem);
    }
}

.hero-kicker {
    width: min(780px, calc(100% - 2rem));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.75rem, 2vw, 1.35rem);
    margin: 0 auto;
    font-size: clamp(0.72rem, 0.3vw + 0.66rem, 0.98rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-align: center;
    text-transform: uppercase;
    color: #f08caa;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.48);
}

.hero-kicker::before,
.hero-kicker::after {
    content: "";
    flex: 1 1 80px;
    max-width: 112px;
    height: 1px;
    background: linear-gradient(90deg, transparent, currentColor);
    opacity: 0.82;
}

.hero-kicker::after {
    background: linear-gradient(90deg, currentColor, transparent);
}

.hero-kicker--placeholder {
    visibility: hidden;
    pointer-events: none;
}

.hero-tagline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.42em;
    margin: 1.15rem auto 0;
    padding: 0.55rem clamp(0.8rem, 2vw, 1.35rem);
    font-size: clamp(0.82rem, 0.35vw + 0.76rem, 1.05rem);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

.hero-tagline strong {
    font-weight: inherit;
    color: inherit;
}

.hero-event-tools {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0.9rem auto 0;
    padding: 0.3rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(24, 23, 24, 0.9);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
    transform: translateY(-16px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-content-stack {
    transform: translateY(-1.25rem);
}

.hero-countdown,
.hero-calendar-button {
    min-height: 44px;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hero-countdown {
    display: flex;
    align-items: center;
    gap: 0.72rem;
    padding: 0 0.9rem 0 0.24rem;
    border-radius: 999px;
    background: rgba(248, 246, 247, 0.96);
}

.hero-countdown__number {
    display: grid;
    min-width: 42px;
    height: 38px;
    place-items: center;
    padding-inline: 0.48rem;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(145deg, #b32350, #7e1234);
    font-size: 1.16rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    box-shadow: 0 8px 22px rgba(179, 35, 80, 0.34);
}

.hero-countdown__label {
    color: #1f1f1f;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-calendar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.62rem;
    padding: 0.62rem 1rem;
    border-radius: 999px;
    color: #fff;
    background: transparent;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.hero-calendar-button:hover {
    color: #ed789d;
    background: transparent;
    box-shadow: none;
    transform: none;
}

.hero-calendar-button:focus-visible {
    outline: 3px solid rgba(240, 140, 170, 0.72);
    outline-offset: 3px;
}

@media (max-width: 640px) {
    .hero-content-stack {
        transform: translateY(-0.65rem);
    }

    .hero-event-tools {
        width: max-content;
        max-width: min(100%, 350px);
        margin-top: 0.72rem;
        padding: 0.26rem;
        transform: translateY(-12px);
    }

    .hero-countdown,
    .hero-calendar-button {
        min-height: 44px;
    }

    .hero-countdown {
        gap: 0.54rem;
        padding: 0 0.66rem 0 0;
    }

    .hero-countdown__number {
        min-width: 37px;
        height: 34px;
        font-size: 1rem;
    }

    .hero-countdown__label,
    .hero-calendar-button {
        font-size: 0.64rem;
    }

    .hero-calendar-button {
        gap: 0.42rem;
        padding: 0.58rem 0.68rem;
    }
}

.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-overview {
    margin-top: 22px;
}

.event-details-overview .event-date {
    margin-top: -10px;
    margin-bottom: 21px;
}/* On larger screens align left with heading */


/* 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-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 */
/* 17.4 Avatar Container */


/* ================== 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-5 {
    gap: 50px 50px;
}/* Grid spacing (row-gap & column-gap) */


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

.grid-spacer-5 {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px;
}/* Grid spacing (column-gap) */
/* Grid spacing (row-gap) */
/* ================== 21. Text Components ================== */
/* 21.1 Text 404 */


/* ================== 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);
}

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

.card {
    position: relative;
    border-radius: var(--global-border-radius);
    border: none;
    overflow: hidden;
}/* ================== 24. About Components ================== */


/* ================== 25. Expertise Components ================== */
.event-in-numbers {
    margin-top: 25px;
    display: flex;
    gap: 50px;
}

.event-in-numbers .card-expertise-counter{
    text-align: left;
}

.event-in-numbers .counter {
    font-size: 3rem;
}

.event-in-numbers .counter-detail {
    font-size: 2rem;
}

.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-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%);
}

/* ================== 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(202, 54, 90, 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 ================== */


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

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

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

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

}

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

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

.service-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(141, 27, 61, 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(141, 27, 61, 0.2) 0%, rgba(141, 27, 61, 0.1) 100%);
}

.highlight-row td {
    font-weight: 700;
    color: var(--primary);
}

.highlight-row td:last-child {
    color: var(--accent-color);
    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 ================== */
/* body.lightmode .card-case-studies{
    background-color: var(--accent-color-4);
} */
/* 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%);
} */


/* ================== 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: 230px;
    /* ✅ 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: #ca395a;
}

.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-image__caption {
    display: none;
}

.modal-overlay.has-featured-modal-image .modal-image img {
    width: min(88%, 380px);
    max-height: 500px;
    object-fit: contain;
    background-color: #081126;
    clip-path: inset(1px round 14px);
}

.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: #ca395a;
    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);
}

.speaker-announcement {
    position: relative;
    display: grid;
    gap: 14px;
    margin: 0 0 26px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(202, 57, 90, 0.55);
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0, rgba(202, 57, 90, 0.24), transparent 42%),
        linear-gradient(145deg, rgba(151, 25, 61, 0.2), rgba(10, 10, 10, 0.7));
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
}

.speaker-announcement::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #f06b91, var(--accent-color));
}

.speaker-announcement__eyebrow {
    color: #f17b9d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1.4;
    text-transform: uppercase;
}

.speaker-announcement__topic {
    display: grid;
    gap: 4px;
}

.speaker-announcement__label {
    color: #b9b9b9;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

#modalDetails .speaker-announcement__topic strong {
    color: #fff;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.35;
}

#modalDetails .speaker-announcement__message {
    margin: 0;
    color: #d7d7d7;
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.55;
}

.speaker-announcement__cta {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: fit-content;
    min-width: 184px;
    padding: 5px 18px 5px 5px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: #d23b68;
    background: #1f1f1f;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.speaker-announcement__cta-icon {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #9f1c46;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.speaker-announcement__cta:hover {
    color: #fff;
    background: #292929;
    transform: translateY(-2px);
}

.speaker-announcement__cta:hover .speaker-announcement__cta-icon {
    background: #bd2b58;
    transform: translate(2px, -2px);
}

.speaker-announcement + p {
    padding-top: 2px;
}

@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-overlay.has-featured-modal-image .modal-image img {
        width: min(76%, 290px);
        max-height: 360px;
    }

    .modal-info {
        padding: 20px 30px 30px 30px;
    }

    .modal-info h3 {
        font-size: 1.5rem;
    }

    .speaker-announcement {
        padding: 18px;
    }
}

/* Featured Technical Committee speaker modal */
.modal-overlay.has-featured-modal-image {
    padding: 4vh 16px;
    overflow-y: auto;
}

.modal-overlay.has-featured-modal-image .modal-content {
    width: min(940px, 100%);
    max-width: none;
    max-height: 86vh;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(217, 87, 130, 0.3);
    border-radius: 30px;
    background: #111112;
    box-shadow:
        0 34px 100px rgba(0, 0, 0, 0.72),
        0 0 60px rgba(141, 27, 61, 0.14);
}

.modal-overlay.has-featured-modal-image .modal-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 3;
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d95782, transparent);
}

.modal-overlay.has-featured-modal-image .modal-body {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.3fr);
    min-height: min(560px, 80vh);
    max-height: 86vh;
}

.modal-overlay.has-featured-modal-image .modal-image {
    position: relative;
    isolation: isolate;
    min-width: 0;
    padding: 44px 30px;
    overflow: hidden;
    flex-direction: column;
    gap: 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 50% 45%, rgba(141, 27, 61, 0.28), transparent 40%),
        linear-gradient(150deg, #101116 0%, #09090a 70%);
}

.modal-overlay.has-featured-modal-image .modal-image img {
    z-index: 1;
    width: min(88%, 300px);
    max-height: 420px;
    border-radius: 24px;
    background-color: #081126;
    box-shadow:
        0 24px 55px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.08);
    clip-path: inset(1px round 23px);
}

.modal-overlay.has-featured-modal-image.has-white-modal-image-background .modal-image img {
    background-color: #fff;
}

.modal-overlay.has-featured-modal-image .modal-image__caption {
    z-index: 1;
    display: grid;
    gap: 6px;
    width: min(88%, 330px);
    text-align: center;
}

.modal-overlay.has-featured-modal-image .modal-image__caption h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.modal-overlay.has-featured-modal-image .modal-image__caption p {
    margin: 0;
    color: #dc557c;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.4;
}

.modal-overlay.has-featured-modal-image .modal-info > #modalName,
.modal-overlay.has-featured-modal-image .modal-info > #modalTitle {
    display: none;
}

.modal-overlay.has-featured-modal-image .modal-info {
    max-height: 86vh;
    padding: 38px clamp(30px, 3.2vw, 46px) 36px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.modal-overlay.has-featured-modal-image .modal-info::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.modal-overlay.has-featured-modal-image .modal-info h3 {
    position: static;
    margin: 0 64px 6px 0;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.modal-overlay.has-featured-modal-image .modal-info > #modalTitle {
    position: static;
    margin: 0 64px 26px 0;
    padding: 0;
    color: #dc557c;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
}

.modal-overlay.has-featured-modal-image #modalDetails {
    flex: none;
    padding: 0;
    overflow: visible;
}

.modal-overlay.has-featured-modal-image .speaker-announcement {
    gap: 12px;
    margin-bottom: 28px;
    padding: 22px 24px 24px;
    border-color: rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(217, 87, 130, 0.16), rgba(255, 255, 255, 0.025)),
        rgba(38, 24, 30, 0.48);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 45px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.modal-overlay.has-featured-modal-image .speaker-announcement::before {
    inset: 50% auto auto 0;
    width: 5px;
    height: 112px;
    border-radius: 0 999px 999px 0;
    background: #e5537e;
    filter: none;
    transform: translateY(-50%);
}

.modal-overlay.has-featured-modal-image .speaker-announcement::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 20px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(229, 83, 126, 0.72);
    border-radius: 50%;
    background: rgba(141, 27, 61, 0.12) url("../image/icons/speaking-microphone.png") center / 25px 25px no-repeat;
}

.modal-overlay.has-featured-modal-image .speaker-announcement__eyebrow {
    min-height: 42px;
    padding-left: 52px;
    color: #d23b68;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    display: flex;
    align-items: center;
}

.modal-overlay.has-featured-modal-image .speaker-announcement__topic {
    position: relative;
    padding-bottom: 14px;
}

.modal-overlay.has-featured-modal-image .speaker-announcement__topic::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(229, 83, 126, 0.78), rgba(229, 83, 126, 0.08));
}

.modal-overlay.has-featured-modal-image #modalDetails .speaker-announcement__message {
    max-width: 44ch;
    color: #c7c2c4;
}

.modal-overlay.has-featured-modal-image #modalDetails > p {
    margin: 0;
    padding: 22px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #c9c5c7;
    font-size: 0.96rem;
    font-weight: 450;
    line-height: 1.75;
}

.modal-overlay.has-featured-modal-image #modalDetails > p + p {
    padding-top: 16px;
    border-top: 0;
}

.modal-overlay.has-featured-modal-image #modalDetails > p strong {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 768px) {
    .modal-overlay.has-featured-modal-image {
        padding: 14px;
    }

    .modal-overlay.has-featured-modal-image .modal-content {
        max-height: none;
        border-radius: 24px;
    }

    .modal-overlay.has-featured-modal-image .modal-body {
        display: flex;
        max-height: none;
        min-height: 0;
    }

    .modal-overlay.has-featured-modal-image .modal-image {
        min-height: 410px;
        padding: 34px 24px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .modal-overlay.has-featured-modal-image .modal-image img {
        width: min(68%, 225px);
        max-height: 290px;
    }

    .modal-overlay.has-featured-modal-image .modal-image__caption p {
        width: 100%;
        justify-self: center;
        text-align: center;
    }

    .modal-overlay.has-featured-modal-image .modal-info {
        max-height: none;
        padding: 30px 22px 34px;
        overflow: visible;
    }

    .modal-overlay.has-featured-modal-image .modal-info h3,
    .modal-overlay.has-featured-modal-image .modal-info > #modalTitle {
        margin-right: 42px;
    }

    .modal-overlay.has-featured-modal-image .speaker-announcement {
        padding: 20px;
    }
}/* ================== Speakers Slider Components ================== */


.speakers-slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.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 */


/* Responsive Design */
@media (max-width: 1200px) {
    .speaker-slide {
        width: 250px;
        min-width: 250px;
    }

    .speaker-image img {
        height: 300px;
    }
}

@media (max-width: 768px) {

    .speaker-slide {
        width: 220px;
        min-width: 220px;
    }

    .speaker-image img {
        height: 280px;
    }

    .speaker-profile {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .speaker-slide {
        width: 200px;
        min-width: 200px;
    }

    .speaker-image img {
        height: 250px;
    }
}

/* CSS-only continuous tracks for the Series Speakers and Series Partners. */
.css-marquee {
    --marquee-gap: 20px;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    container-type: inline-size;
}

.css-marquee .swiper-wrapper {
    display: flex;
    width: max-content;
    animation: css-marquee-scroll var(--marquee-duration) linear infinite;
    will-change: transform;
}

.css-marquee .swiper-slide {
    flex: 0 0 var(--marquee-item-width);
    width: var(--marquee-item-width);
    min-width: 0;
    margin-right: var(--marquee-gap);
}

.swiperSpeakers {
    --marquee-item-width: 100cqw;
}

.swiperPartner {
    --marquee-item-width: calc((100cqw - 40px) / 3);
    cursor: grab;
}

@media (min-width: 480px) {
    .swiperSpeakers {
        --marquee-item-width: calc((100cqw - 20px) / 2);
    }
}

@media (min-width: 767px) {
    .swiperPartner {
        --marquee-item-width: calc((100cqw - 60px) / 4);
    }
}

@media (min-width: 768px) {
    .swiperSpeakers {
        --marquee-item-width: calc((100cqw - 40px) / 3);
    }
}

@media (min-width: 992px) {
    .swiperSpeakers {
        --marquee-item-width: calc((100cqw - 60px) / 4);
    }
}

@media (min-width: 1025px) {
    .swiperPartner {
        --marquee-item-width: calc((100cqw - 100px) / 6);
    }
}

@media (min-width: 1200px) {
    .swiperSpeakers {
        --marquee-item-width: calc((100cqw - 80px) / 5);
    }
}

@keyframes css-marquee-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .css-marquee .swiper-wrapper {
        animation: none;
        transform: none;
        will-change: auto;
    }
}

/* ================== 31. Contact Components ================== */
/* ================== Blog Carousel Components ================== */


.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: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;
}

.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;
}

.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);
}

/* ================== 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;
}

.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;
}


/* 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) {

    .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 ================== */


.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/update/drill2-1280.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-accent-short {
    border-bottom: 2px solid var(--accent-color) !important;
    width: 20%;
}/* ================== 36. Social Team Components ================== */
/* ================== 38. Testimonial Components ================== */
/* body.lightmode .card-testimonial-header-title{
    background-color: var(--accent-color-4);
} */


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

/* ================== 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;
}

/* ================== 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-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 */
/* 41.3 Social Icons Components */


.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 */
/* 41.5 Social Footer Container */


.social-item:hover {
    box-shadow: var(--box-shadow-bottom-right);
}/* ================== 42. Counter Text ================== */
/* ================== 43. Service List ================== */


.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);
}

/* ================== 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%;
}

.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-card-container {
    width: 50%;
    order: 1;
}

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

.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 */


.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-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 */


/* 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);
    }
}

@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-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: var(--font-size-3xl);
    cursor: pointer;
    font-weight: bold;
    color: var(--accent-color-2);
}/* ================== 49. Detail List ================== */
/* ================== 50. Accordion Components ================== */


/* 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: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(202, 57, 90, 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(202, 57, 90, 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 ================== */


.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 */
/* 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 */


.section-banner-register {
    width: 100%;
}/* ================== 57. Media Queries ================== */
/* 57.1 Tablet Responsive */


@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);
    }

    .nav-btn {
        display: block;
    }

    .title-heading-banner {
        background-image: linear-gradient(340deg, var(--accent-transparent) 10%, var(--primary) 100%);
    }

    .navbar-action-container {
        justify-content: flex-start;
    }

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

    .banner-content {
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .btn-title {
        padding: 17px 27px 17px 27px;
    }

    .icon-circle {
        width: 53px;
        height: 53px;
    }

    .service-recent {
        width: 50%;
    }

    .cta-service-banner {
        width: 50%;
    }

    .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;
    }

    .card-chooseus {
        width: 85%;
    }

    .card-chooseus:nth-child(2) {
        align-self: end;
    }

    .card-chooseus-cta-wrapper {
        width: 320px;
    }

    .card-pricing {
        width: 50%;
    }

    .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;
    }

    .card-expertise .counter-detail {
        font-size: var(--font-size-12xl);
    }

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

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

    #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);
    }
}/* 57.2 Mobile Responsive */


@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%;
    }

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

    .card-pricing {
        width: 100%;
    }

    .sub-heading span {
        font-size: var(--font-size-xs);
    }

    .team-layout {
        padding: 30px 20px 0px 20px;
    }

    .pricing-container {
        flex-direction: column;
    }

    .pricing-highlight-box {
        width: 100%;
        justify-content: space-between;
    }

    .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;
    }

    .step-spacer {
        width: 200px;
        height: 3px;
    }

    .form-button-container {
        width: 100%;
        justify-content: stretch;
    }

    .form-button-container .btn {
        width: 100%;
    }

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

    .heading-container-wide {
        max-width: 100%;
    }

    .blog-link {
        font-size: var(--font-size-sm);
    }

    .blog-image {
        height: 180px;
    }

    .service-recent,
    .cta-service-banner {
        width: 100%;
    }

    .single-service-title-layout {
        width: 74%;
    }

    .btn-title {
        padding: 15px 25px 15px 25px;
    }

    .icon-circle {
        width: 46px;
        height: 46px;
    }
}

/* .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-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%);
    }

    .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;
        min-width: 0;
        padding: 22px 10px;
    }

    .event-in-numbers .card-expertise-counter {
        flex: 1 1 0;
        width: auto;
        align-items: center;
        text-align: center;
    }

    .event-in-numbers .card-expertise-counter > .d-flex {
        width: 100%;
        justify-content: center;
    }

    .event-in-numbers .card-expertise-counter p {
        width: 100%;
        text-align: center;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

    .event-in-numbers {
        align-items: center;
        justify-content: center;
        flex: 1 1 100%;
        flex-direction: row;
        max-width: 100%;
        padding: 0;

    }

    .event-in-numbers {
        margin-top: 25px;
        display: flex;
        gap: 12px;


    }

    .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 */
    .section-partner.series-partners {
        margin-top: 0px !important;
        margin-bottom: -20px !important;
        padding-top: 0px !important;
        padding-bottom: 0 !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;
    }
}

/* ================== SPEAKER BUTTONS MOBILE FIX ================== */
@media (max-width: 992px) {

    /* Tablet adjustments */
    .speaker-buttons {
        flex-wrap: wrap;
        gap: 16px;
    }

    .speaker-buttons .btn {
        width: 100%;
        max-width: 400px;
        height: 56px;
    }

    .speaker-buttons .btn .btn-title {
        font-size: 1rem;
    }

    .speaker-buttons .btn .icon-circle {
        height: 44px;
        width: 44px;
    }
}

@media (max-width: 768px) {

    /* Mobile adjustments */
    .speaker-buttons {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        gap: 14px;
        padding: 0 16px;
    }

    .speaker-buttons .btn {
        width: 100%;
        height: 65px;
        font-size: 0.95rem;
        border-radius: 50px;
    }

    .speaker-buttons .btn .btn-title span {
        display: inline-block;
        white-space: normal;
        line-height: 1.4;
        text-align: center;
    }

    .speaker-buttons .btn .icon-circle {
        height: 50px;
        width: 50px;
    }

    .speaker-buttons .btn svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 480px) {

    /* Small phones (iPhone SE / Galaxy Mini) */
    .speaker-buttons {
        gap: 12px;
    }

    .speaker-buttons .btn {
        height: 65px;
        font-size: 0.9rem;
        border-radius: 50px
    }

    .speaker-buttons .btn .icon-circle {
        height: 50px;
        width: 50px;
    }

    .speaker-buttons .btn svg {
        width: 20px;
        height: 20px;
    }
}


.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;
  }
}

/* =====================================================
   UNIVERSAL WHY CONFERENCE FLOATING CARD
   - Two-column message box layout
   - Qatar color scheme (Maroon)
   - 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;
}

.why-conference-float:not(.giveaway-float):hover,
.why-conference-float:not(.giveaway-float):focus-within,
.why-conference-float:not(.giveaway-float):active {
  z-index: 10050;
}

/* 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, #8D1B3D, #6B1530);
  color: white;
  padding: 12px 18px;
  border-radius: 18px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(141, 27, 61, 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 #6B1530;
  transition: border-top-color 0.3s ease;
}

/* Hover state */
.why-conference-float:hover .why-conference-trigger {
  box-shadow: 0 12px 32px rgba(141, 27, 61, 0.5);
  background: linear-gradient(135deg, #6B1530, #8D1B3D);
}

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

/* 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(141, 27, 61, 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: #8D1B3D;
  margin: 0 0 16px 0;
  letter-spacing: -0.3px;
}

/* Card Content */
.why-conference-content  {
  font-size: 14px !important; 
  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: #8D1B3D;
  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;
  }
}

@media (max-width: 900px) {
  .why-conference-float {
    bottom: 125px;
    right: 20px;
  }
}

/* =====================================================
   MOBILE LANDSCAPE & LARGE PHONES (768px)
===================================================== */
@media (max-width: 768px) {
  .why-conference-float {
    bottom: 120px;
    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 #6B1530;
  }

  .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: 104px;
    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: 96px;
    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 #6B1530;
  }

  .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: 92px;
    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 #8D1B3D;
  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;
  }
}


/* Homepage agenda promo */
.aimct-agenda-band {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-top: clamp(48px, 6vw, 88px);
    margin-bottom: clamp(48px, 7vw, 96px);
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: visible;
}

.aimct-agenda-band__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: center;
    gap: clamp(18px, 2vw, 34px);
    width: 100%;
    min-height: clamp(160px, 18vw, 240px);
    padding: clamp(18px, 2.2vw, 26px) clamp(22px, 7vw, 104px);
    background:
        radial-gradient(circle at top right, rgba(255, 196, 214, 0.2), transparent 34%),
        radial-gradient(circle at left center, rgba(141, 27, 61, 0.4), transparent 44%),
        linear-gradient(135deg, #12070b 0%, #4c1022 30%, var(--accent-color) 58%, #330b18 82%, #090305 100%);
    box-shadow: 0 32px 75px rgba(20, 4, 10, 0.4);
    isolation: isolate;
}

.aimct-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;
}

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

.aimct-agenda-band__content,
.aimct-agenda-band__visual {
    position: relative;
    z-index: 1;
}

.aimct-agenda-band__content {
    max-width: 620px;
    justify-self: start;
    margin-left: clamp(28px, 6vw, 148px);
}

.aimct-agenda-band__title {
    margin: 0 0 12px;
    color: #fff7fa;
    font-family: var(--global-font);
    font-size: clamp(1.45rem, 2.15vw, 2rem);
    font-weight: var(--font-weight-black);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.aimct-agenda-band__title span {
    color: #ffd5e0;
}

.aimct-agenda-band__desc {
    margin: 0 0 18px;
    max-width: 390px;
    color: rgba(255, 245, 248, 0.84);
    font-size: 0.95rem;
    line-height: 1.55;
}

.aimct-agenda-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.aimct-agenda-band__btn {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 0 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.11);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 18px 38px 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;
}

button.aimct-agenda-band__btn {
    font: inherit;
    cursor: pointer;
}

.aimct-agenda-band__btn--report {
    border-color: rgba(255, 213, 224, 0.48);
    background: rgba(255, 213, 224, 0.18);
}

.aimct-agenda-band__btn:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.3);
}

.aimct-agenda-band__btn-text {
    padding-right: 12px;
    font-family: var(--global-font);
    font-size: 11px;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.aimct-agenda-band__btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 16px;
    color: #ffffff;
    transition: transform 0.25s ease;
}

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

.aimct-agenda-band__visual {
    width: min(100%, 620px);
    margin: -76px 0 -96px;
    justify-self: center;
}

.aimct-agenda-band__frame {
    position: relative;
    overflow: hidden;
    border-radius: 28px 0 0 28px;
   
    transform: perspective(1200px) rotateY(-10deg) rotateX(3deg);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

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

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

@media (max-width: 991.98px) {
    .aimct-agenda-band {
        margin-top: 28px;
        margin-bottom: 64px;
    }

    .aimct-agenda-band__panel {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 26px 24px 30px;
        overflow: hidden;
    }

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

    .aimct-agenda-band__desc {
        margin-left: auto;
        margin-right: auto;
    }

    .aimct-agenda-band__btn {
        justify-content: center;
    }

    .aimct-agenda-band__visual {
        max-width: 680px;
        margin: 0 auto;
    }

    .aimct-agenda-band__frame {
        border-radius: 22px;
        transform: none;
    }

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

@media (min-width: 768px) and (max-width: 991.98px) {
    .aimct-agenda-band {
        margin-top: 40px;
        margin-bottom: 58px;
    }

    .aimct-agenda-band__panel {
        grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
        min-height: 190px;
        gap: 18px;
        padding: 20px 32px;
        overflow: visible;
    }

    .aimct-agenda-band__content {
        max-width: 420px;
        margin-left: 0;
        justify-self: center;
        text-align: left;
    }

    .aimct-agenda-band__title {
        font-size: clamp(1.3rem, 2.5vw, 1.58rem);
    }

    .aimct-agenda-band__desc {
        margin-left: 0;
        margin-right: 0;
        font-size: 0.86rem;
        line-height: 1.45;
    }

    .aimct-agenda-band__btn {
        width: auto;
        justify-content: flex-start;
    }

    .aimct-agenda-band__visual {
        width: min(128%, 420px);
        max-width: none;
        margin: -54px 0 -66px;
        justify-self: center;
    }

    .aimct-agenda-band__frame {
        border-radius: 24px 0 0 24px;
        transform: perspective(1000px) rotateY(-9deg) rotateX(2deg);
    }

    .aimct-agenda-band__panel:hover .aimct-agenda-band__frame {
        transform: perspective(1000px) rotateY(-6deg) translateY(-4px);
    }
}

@media (max-width: 767.98px) {
    .aimct-agenda-band__panel {
        gap: 18px;
        padding: 18px 20px 22px;
    }

    .aimct-agenda-band__title {
        font-size: clamp(1.16rem, 4.8vw, 1.5rem);
    }

    .aimct-agenda-band__title br {
        display: none;
    }

    .aimct-agenda-band__desc {
        font-size: 0.86rem;
        line-height: 1.5;
    }

    .aimct-agenda-band__btn {
        width: 100%;
        padding-left: 18px;
    }

    .aimct-agenda-band__actions {
        flex-direction: column;
    }

    .aimct-agenda-band__btn-text {
        flex: 1;
        text-align: center;
    }
}

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

    .aimct-agenda-band__btn:hover,
    .aimct-agenda-band__panel:hover .aimct-agenda-band__frame {
        transform: none;
    }
}


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

.giveaway-float:hover,
.giveaway-float:focus-within,
.giveaway-float:active {
  z-index: 10050;
}

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

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

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

.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, #821939, #821939);
  box-shadow: 0 12px 32px rgba(109, 48, 74, 0.52);
}

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

@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;
    bottom: 92px;
  }
}

/* ================== 59. Reusable Event Header ================== */

.site-nav {
  --site-nav-primary: #8d1b3d;
  --site-nav-primary-dark: #68102b;
  --site-nav-accent: #d9b46d;
  --site-nav-ink: #080b10;
  --site-nav-display: var(--global-font);
  --site-nav-body: var(--global-font);
  position: fixed;
  inset: 0 0 auto;
  z-index: 999;
  width: 100%;
  background: #fff;
}

.site-nav__top {
  width: 100%;
  min-height: clamp(96px, 8vw, 120px);
  display: grid;
  grid-template-columns: minmax(240px, 0.92fr) minmax(300px, 1.08fr) minmax(360px, 1.22fr) minmax(176px, 0.62fr);
  align-items: center;
  background: #fff;
  color: #101522;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.site-nav__top-cell {
  position: relative;
  min-height: clamp(78px, 6.2vw, 96px);
  padding: clamp(0.52rem, 0.8vw, 0.72rem) clamp(0.9rem, 1.7vw, 1.65rem);
}

.site-nav__top-cell + .site-nav__top-cell::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 1px;
  height: clamp(62px, 5.2vw, 82px);
  background: rgba(22, 31, 46, 0.28);
  transform: translateY(-50%);
  pointer-events: none;
}

.site-nav__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0.15rem;
  text-decoration: none;
}

.site-nav__logo {
  display: block;
  width: min(108%, clamp(280px, 24vw, 390px));
  height: auto;
  object-fit: contain;
}

.site-nav__event {
  display: grid;
  align-content: center;
  gap: 0.28rem;
}

.site-nav__event-date,
.site-nav__event-name {
  margin: 0;
  text-transform: uppercase;
}

.site-nav__event-date {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--site-nav-display);
  font-size: clamp(1.08rem, 0.48vw + 0.96rem, 1.36rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--site-nav-primary);
}

.site-nav__event-date i {
  flex: 0 0 auto;
  width: 1rem;
  font-size: 1rem;
  text-align: center;
  color: currentColor;
}

.site-nav__event-name {
  max-width: 47ch;
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-family: var(--site-nav-body);
  font-size: clamp(0.74rem, 0.18vw + 0.72rem, 0.88rem);
  font-weight: 600;
  line-height: 1.45;
  color: #303744;
}

.site-nav__event-name i {
  flex: 0 0 auto;
  margin-top: 0.12em;
  width: 1rem;
  font-size: 1rem;
  text-align: center;
  color: currentColor;
}

.site-nav__partners {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  overflow: hidden;
  padding-block: clamp(0.2rem, 0.35vw, 0.35rem);
  padding-inline: clamp(0.4rem, 0.8vw, 0.7rem);
}

.site-nav__partners-viewport {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-inline: clamp(1.35rem, 2vw, 2rem);
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 clamp(0.85rem, 1.3vw, 1.2rem),
    #000 calc(100% - clamp(0.85rem, 1.3vw, 1.2rem)),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 clamp(0.85rem, 1.3vw, 1.2rem),
    #000 calc(100% - clamp(0.85rem, 1.3vw, 1.2rem)),
    transparent 100%
  );
}

.site-nav__partners-track {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.45rem, 0.85vw, 0.8rem);
}

.site-nav__partner {
  flex: 1 1 0;
  min-width: min(135px, 46%);
  max-width: 190px;
  margin: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.24rem;
  text-align: center;
}

.site-nav__partner figcaption {
  font-family: var(--site-nav-body);
  font-size: clamp(0.6rem, 0.14vw + 0.58rem, 0.72rem);
  font-weight: 800;
  line-height: 1.1;
  color: #222936;
}

.site-nav__partner a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.site-nav__partner img {
  display: block;
  width: clamp(116px, 7.6vw, 148px);
  height: clamp(50px, 3.5vw, 64px);
  padding: clamp(0.12rem, 0.22vw, 0.26rem);
  background: #fff;
  object-fit: contain;
}

.site-nav__partners[data-partner-count="3"] .site-nav__partners-track {
  gap: clamp(0.2rem, 0.42vw, 0.4rem);
}

.site-nav__partners[data-partner-count="3"] .site-nav__partner {
  min-width: min(132px, 31%);
  max-width: 170px;
}

.site-nav__partners[data-partner-count="3"] .site-nav__partner img {
  width: clamp(148px, 9.6vw, 184px);
  height: clamp(66px, 4.6vw, 88px);
}

.site-nav__partners[data-partner-count="3"] .site-nav__partner figcaption {
  font-size: clamp(0.56rem, 0.12vw + 0.54rem, 0.66rem);
}

.site-nav__partners--marquee .site-nav__partners-track {
  flex: 0 0 auto;
  width: max-content;
  min-width: 100%;
  justify-content: flex-start;
  animation: site-nav-partners-marquee 26s linear infinite;
}

.site-nav__partners--marquee:hover .site-nav__partners-track,
.site-nav__partners--marquee:focus-within .site-nav__partners-track {
  animation-play-state: paused;
}

.site-nav__partners--marquee .site-nav__partner {
  flex: 0 0 clamp(165px, 10.5vw, 210px);
}

@keyframes site-nav-partners-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 0.4rem)); }
}

.site-nav__actions {
  display: grid;
  align-content: center;
  gap: 0.4rem;
}

.site-nav__bar {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(1rem, 3vw, 2rem);
  background: var(--site-nav-ink);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  transition: min-height 320ms ease, padding 320ms ease, background-color 260ms ease, box-shadow 260ms ease;
}

.site-nav__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.35vw, 2.2rem);
  transition: gap 320ms ease, transform 320ms ease;
}

.site-nav__link {
  margin: 0;
  padding: 0.96rem 0;
  font-family: var(--site-nav-display);
  font-size: clamp(0.76rem, 0.16vw + 0.74rem, 0.9rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
  color: #c85a7b;
}

.site-nav__cta,
.site-nav__bar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100px;
  background: var(--site-nav-primary);
  font-family: var(--site-nav-display);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease;
}

.site-nav__cta {
  min-height: 34px;
  padding: 0.52rem 0.78rem;
  font-size: clamp(0.72rem, 0.14vw + 0.7rem, 0.84rem);
}

.site-nav__bar-cta {
  min-height: 36px;
  padding: 0.58rem 0.8rem;
  font-size: 0.72rem;
}

.site-nav__cta--booth,
.site-nav__bar-cta--booth {
  background: #1f1f1f;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.site-nav__cta:hover,
.site-nav__cta:focus-visible,
.site-nav__bar-cta:hover,
.site-nav__bar-cta:focus-visible {
  background: var(--site-nav-primary-dark);
  color: #fff;
}

.site-nav__cta--booth:hover,
.site-nav__cta--booth:focus-visible,
.site-nav__bar-cta--booth:hover,
.site-nav__bar-cta--booth:focus-visible {
  background: #353535;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #4a4a4a;
}

.site-nav__bar-actions {
  display: none;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  transition: opacity 220ms ease, transform 320ms ease;
}

.site-nav__toggle {
  display: none;
  width: 2.55rem;
  height: 2.3rem;
  padding: 0.34rem 0.4rem;
  border: 1px solid rgba(141, 27, 61, 0.28);
  background: rgba(141, 27, 61, 0.08);
  align-content: center;
  place-items: center;
  margin: 0;
  line-height: 0;
  gap: 0.27rem;
  cursor: pointer;
}

.site-nav__bar-toggle {
  display: none;
}

.site-nav__toggle-line {
  display: block;
  width: 1.38rem;
  height: 1px;
  background: var(--site-nav-primary);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero .banner-video-container {
  box-sizing: border-box;
  min-height: 100svh;
  height: auto;
  padding-top: clamp(10.5rem, 12vw, 12.5rem);
  padding-bottom: 3rem;
}

.inner-page-header ~ main {
  padding-top: 10.2rem;
}

@media (min-width: 1181px) {
  .site-nav__top {
    max-height: 180px;
    overflow: hidden;
    transform: translateY(0);
    transition: max-height 280ms ease, min-height 280ms ease, opacity 220ms ease, transform 280ms ease, box-shadow 220ms ease;
  }

  .site-nav.is-compact .site-nav__top {
    min-height: 0;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    box-shadow: none;
  }

  .site-nav.is-compact .site-nav__bar {
    min-height: 70px;
    justify-content: flex-start;
    padding-left: clamp(1.4rem, 3vw, 3.2rem);
    padding-right: clamp(19rem, 24vw, 23rem);
    background: #05070b;
    box-shadow: 0 14px 34px rgba(5, 12, 22, 0.32);
  }

  .site-nav.is-compact .site-nav__menu {
    gap: clamp(0.68rem, 1.45vw, 1.3rem);
    justify-content: flex-start;
  }

  .site-nav.is-compact .site-nav__bar-actions {
    position: absolute;
    top: 50%;
    right: clamp(1rem, 2.5vw, 2rem);
    display: flex;
    opacity: 1;
    transform: translateY(-50%);
  }
}

@media (max-width: 1180px) {

  .inner-page-header ~ main {
    padding-top: 12.4rem;
  }

  .site-nav__top {
    grid-template-columns: minmax(145px, 0.7fr) minmax(0, 1.3fr) auto;
    min-height: 0;
    max-height: 420px;
    overflow: hidden;
    transform: translateY(0);
    transition: max-height 280ms ease, opacity 220ms ease, transform 280ms ease, box-shadow 220ms ease;
  }

  .site-nav__top-cell {
    min-height: 0;
    padding: 0.62rem clamp(0.78rem, 2.2vw, 1.3rem);
  }

  .site-nav__top-cell + .site-nav__top-cell::before {
    display: none;
  }

  .site-nav__brand {
    grid-row: 1 / 3;
    justify-content: flex-start;
  }

  .site-nav__logo {
    width: min(100%, 245px);
  }

  .site-nav__event {
    grid-column: 2;
  }

  .site-nav__event-name {
    display: flex;
  }

  .site-nav__actions {
    grid-column: 1 / -1;
    grid-row: 3;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.48rem;
  }

  .site-nav__partners {
    display: none;
    grid-column: 1 / -1;
    grid-row: 4;
    border-top: 1px solid rgba(7, 33, 64, 0.14);
    padding-top: 0.45rem;
    padding-bottom: 0.48rem;
  }

  .site-nav__partners-track {
    flex-wrap: wrap;
    gap: 0.6rem;
  }

  .site-nav__partners-viewport {
    margin-inline: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .site-nav__partners--marquee .site-nav__partners-track {
    width: 100%;
    min-width: 0;
    animation: none;
  }

  .site-nav__partners--marquee .site-nav__partner {
    flex: 1 1 100px;
  }

  .site-nav__partners--marquee .site-nav__partner[aria-hidden="true"] {
    display: none;
  }

  .site-nav__partner {
    flex: 1 1 125px;
    max-width: 180px;
  }

  .site-nav__partner figcaption {
    font-size: 0.6rem;
  }

  .site-nav__partner img {
    width: clamp(116px, 25vw, 150px);
    height: clamp(54px, 12vw, 70px);
  }

  .site-nav__bar {
    display: block;
    min-height: 0;
    padding: 0 clamp(0.9rem, 3vw, 1.35rem);
  }

  .site-nav__toggle {
    grid-column: 3;
    grid-row: 1 / 3;
    display: grid;
    align-self: center;
    justify-self: end;
  }

  .site-nav__bar-toggle {
    display: none;
  }

  .site-nav__menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    justify-items: start;
    width: min(720px, 100%);
    margin-inline: auto;
  }

  .js-enabled .site-nav__menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-8px);
    transition: max-height 220ms ease, opacity 180ms ease, transform 180ms ease, padding 180ms ease;
    padding: 0;
  }

  .js-enabled .site-nav.is-open .site-nav__menu {
    max-height: 560px;
    opacity: 1;
    transform: none;
    padding: 0.62rem 0 0.86rem;
  }

  .site-nav__link {
    display: block;
    width: 100%;
    padding: 0.62rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.88rem;
  }

  .site-nav__cta {
    min-height: 35px;
    padding: 0.52rem 0.7rem;
    font-size: 0.7rem;
  }

  .site-nav.is-open .site-nav__toggle-line:nth-child(1) { transform: translateY(0.38rem) rotate(45deg); }
  .site-nav.is-open .site-nav__toggle-line:nth-child(2) { opacity: 0; }
  .site-nav.is-open .site-nav__toggle-line:nth-child(3) { transform: translateY(-0.38rem) rotate(-45deg); }

  .site-nav.is-compact .site-nav__top {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    box-shadow: none;
  }

  .site-nav.is-compact .site-nav__bar {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.58rem;
    padding: 0.58rem clamp(0.78rem, 4vw, 1.05rem);
    background: #05070b;
  }

  .site-nav.is-compact .site-nav__bar-actions {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    opacity: 1;
  }

  .site-nav.is-compact .site-nav__bar-cta {
    min-height: 34px;
    flex: 1 1 0;
    padding: 0.5rem 0.45rem;
    font-size: clamp(0.63rem, 2.1vw, 0.72rem);
    text-align: center;
  }

  .site-nav.is-compact .site-nav__bar-toggle {
    position: relative;
    grid-column: auto;
    grid-row: auto;
    display: grid;
    flex: 0 0 auto;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
  }

  .site-nav.is-compact .site-nav__bar-toggle .site-nav__toggle-line {
    background: #fff;
  }

  .site-nav.is-compact .site-nav__menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    padding-inline: clamp(0.78rem, 4vw, 1.05rem);
    background: #05070b;
    box-shadow: 0 18px 34px rgba(5, 12, 22, 0.28);
  }

  .hero .banner-video-container {
    padding-top: clamp(14rem, 29vw, 18rem);
  }
}

@media (min-width: 641px) and (max-width: 1180px) {
  .site-nav__event {
    transform: translateY(0.4rem);
  }

  .site-nav__top-cell {
    padding-top: 0.38rem;
    padding-bottom: 0.38rem;
  }

  .site-nav__brand {
    padding-inline: 0.45rem;
  }

  .site-nav__logo {
    width: min(112%, 275px);
    max-width: none;
  }

  .site-nav__actions {
    padding-top: 0;
    padding-bottom: 0.35rem;
  }
}

@media (max-width: 640px) {
  .site-nav__top {
    grid-template-columns: minmax(118px, 0.84fr) minmax(0, 1.16fr) auto;
  }

  .site-nav__brand {
    padding-inline: 0.35rem;
  }

  .site-nav__event {
    transform: translateY(0.8rem);
  }

  .site-nav__toggle {
    transform: translateY(0.4rem);
  }

  .site-nav.is-compact .site-nav__bar-toggle {
    align-self: center;
    transform: none;
  }

  .site-nav__partners {
    display: none;
  }

  .site-nav__logo {
    width: min(112%, 210px);
    max-width: none;
  }

  .site-nav__event-date {
    font-size: clamp(0.68rem, 2.8vw, 0.86rem);
    line-height: 1.3;
  }

  .site-nav__event-name {
    display: flex;
    max-width: 30ch;
    gap: 0.34rem;
    font-size: clamp(0.56rem, 2.15vw, 0.68rem);
    line-height: 1.28;
  }

  .site-nav__event-name i {
    width: 0.78rem;
    font-size: 0.78rem;
  }

  .site-nav__partner {
    max-width: 145px;
  }

  .site-nav__partner img {
    width: clamp(104px, 29vw, 128px);
    height: clamp(48px, 14vw, 60px);
  }

  .hero .banner-video-container {
    min-height: calc(100svh - 4.5rem);
    padding-top: 10.5rem;
    padding-bottom: 1.5rem;
  }

  .inner-page-header ~ main {
    padding-top: 8.25rem;
  }

  .hero > .banner-video-container > .hero-container {
    margin-top: 0;
  }

  .site-nav.is-compact .site-nav__bar {
    gap: 0.42rem;
    padding-inline: 0.5rem;
  }

  .site-nav.is-compact .site-nav__bar-actions {
    flex: 1 1 calc(100% - 3rem);
    gap: 0.34rem;
  }

  .site-nav.is-compact .site-nav__bar-cta {
    min-width: 0;
    padding-inline: 0.25rem;
    white-space: normal;
    line-height: 1.12;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-nav__partners--marquee .site-nav__partners-track {
    width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    animation: none;
  }
}/* ================== 60. Speaker Card Redesign ================== */


.speaker-card-section [data-speaker-section] > .col {
  display: flex;
}

.speaker-card-section .speaker-directory-card {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(141, 27, 61, 0.12), transparent 42%),
    #111212;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
  transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}

.speaker-card-section .speaker-directory-card::before {
  display: none;
  position: absolute;
  z-index: 4;
  top: 1rem;
  left: 1rem;
  padding: 0.34rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.54);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  content: "AIMCT 2026";
}

.speaker-card-section .speaker-directory-card::after {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #c24b70 28%,
    var(--accent-color) 50%,
    #c24b70 72%,
    transparent 100%
  );
  content: "";
  transform: scaleX(0.5);
  transform-origin: center;
  transition: transform 320ms ease;
}

.speaker-card-section .speaker-directory-card:hover,
.speaker-card-section .speaker-directory-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(197, 91, 123, 0.46);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42), 0 0 34px rgba(141, 27, 61, 0.16);
}

.speaker-card-section .speaker-directory-card:hover::after,
.speaker-card-section .speaker-directory-card:focus-within::after {
  transform: scaleX(1);
}

.speaker-card-section .image-team {
  min-height: clamp(235px, 19vw, 285px);
  align-items: flex-end;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
}

.speaker-card-section .image-team:focus-visible {
  outline: 3px solid rgba(217, 87, 130, 0.86);
  outline-offset: -3px;
}

.speaker-card-section .image-team::after {
  display: none;
}

.speaker-card-section .image-team > img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: clamp(235px, 19vw, 285px);
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(0.92) contrast(1.03);
  transform-origin: center bottom;
  transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 280ms ease;
}

.speaker-card-section .speaker-directory-card:hover .image-team > img {
  filter: saturate(1) contrast(1.05);
  transform: scale(1.035);
}

.speaker-card-section .image-team .linkedin {
  top: 0.9rem;
  right: 0.9rem;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(141, 27, 61, 0.88);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.26);
  opacity: 1;
  transform: none;
  backdrop-filter: blur(8px);
}

.speaker-card-section .image-team .linkedin:hover,
.speaker-card-section .image-team .linkedin:focus-visible {
  background: #a3224a;
  transform: translateY(-2px);
}

.speaker-card-section .image-team .linkedin svg {
  width: 18px;
  height: 18px;
}

.speaker-card-section .team-profile {
  position: relative;
  min-height: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 1.35rem 1.35rem 1.15rem;
  border-radius: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #151616 0%, #0d0e0e 100%);
  text-align: center;
}

.speaker-card-section .team-profile .name-slot {
  min-height: 1.5em;
  width: calc(100% + 2.7rem);
  align-items: flex-start;
  justify-content: center;
  margin: -1.35rem -1.35rem 0.72rem;
  padding: 0.72rem 0.45rem;
  background: var(--accent-color);
}

.speaker-card-section .team-profile .name {
  color: #fff;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  font-weight: 800;
  line-height: 1.26;
  text-align: center;
}

.speaker-card-section .team-profile .meta {
  flex-grow: 0;
  align-items: center;
}

.speaker-card-section .team-profile[data-speaker-id="sergio"] .meta {
  width: calc(100% + 2rem);
  margin-inline: -1rem;
}

.speaker-card-section .team-profile .designation {
  min-height: 2.34rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.79rem;
  font-weight: 500;
  line-height: 1.48;
  text-align: center;
}

.speaker-card-section .team-profile .company {
  margin-top: 0.3rem;
  min-height: 1.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c85a7b;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
}

.speaker-card-section .company-logo-wrapper {
  position: static;
  width: 128px;
  height: 48px;
  min-width: 0;
  margin: 0.75rem auto 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  clip-path: inset(0 round 10px);
}

.speaker-card-section .company-logo-wrapper .company-logo {
  width: 128px;
  max-width: none;
  height: 48px;
  border-radius: inherit;
  object-fit: contain;
}

@media (max-width: 992px) {
  .speaker-card-section .team-profile {
    min-height: 0;
    padding: 1.2rem 1.2rem 1.05rem;
  }

  .speaker-card-section .team-profile .name-slot {
    width: calc(100% + 2.4rem);
    margin: -1.2rem -1.2rem 0.72rem;
    padding-inline: 0.45rem;
  }
}

@media (max-width: 767px) {
  .speaker-card-section [data-speaker-section] > .col {
    max-width: 390px;
    margin-inline: auto;
  }

  .speaker-card-section .image-team,
  .speaker-card-section .image-team > img {
    height: 300px;
    min-height: 300px;
  }

  .speaker-card-section .team-profile {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .speaker-card-section .speaker-directory-card,
  .speaker-card-section .speaker-directory-card::after,
  .speaker-card-section .image-team > img,
  .speaker-card-section .image-team .linkedin,
  .speaker-card-section .speaker-card-action span:last-child {
    transition: none;
  }
}

/* Keep the final registration CTA above its decorative background layer. */
.newsletter-layout .navbar-action-container {
  position: relative;
  z-index: 3;
  width: auto;
  justify-content: center;
}

.newsletter-layout .final-register-cta {
  position: relative;
  z-index: 1;
  display: flex;
  pointer-events: auto;
}
