@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400&display=swap');

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

:root {
    --primary: #00B897;
    --lightprim: #02C555;
    --white: #fff;
    --black: #001E15; 
    --lightblack:  #002216;
    --grey: #000B05;
    --darkprim: #00170E;
    --orange: #e56900;
    --purple: #6e2e91;
    --cyan: #0087a9;
}
:root {
    --admin-bar-top: 7px;
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4 / 3;
    --wp--preset--aspect-ratio--3-4: 3 / 4;
    --wp--preset--aspect-ratio--3-2: 3 / 2;
    --wp--preset--aspect-ratio--2-3: 2 / 3;
    --wp--preset--aspect-ratio--16-9: 16 / 9;
    --wp--preset--aspect-ratio--9-16: 9 / 16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
    --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223;
    --wp-bound-block-color: var(--wp-block-synced-color);
    --wp-editor-canvas-background: #ddd;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --tec-border-radius-default: 4px;
    --tec-border-width-week-event: 2px;
    --tec-box-shadow-default: 0 2px 5px 0 var(--tec-color-box-shadow);
    --tec-box-shadow-tooltip: 0 2px 12px 0 var(--tec-color-box-shadow);
    --tec-box-shadow-card: 0 1px 6px 2px var(--tec-color-box-shadow);
    --tec-box-shadow-multiday: 16px 6px 6px -2px var(--tec-color-box-shadow-secondary);
    --tec-form-color-background: var(--tec-color-background);
    --tec-form-color-border-default: var(--tec-color-text-primary);
    --tec-form-color-border-active: var(--tec-color-accent-secondary);
    --tec-form-color-border-secondary: var(--tec-color-border-tertiary);
    --tec-form-color-accent-primary: var(--tec-color-accent-primary);
    --tec-form-box-shadow-default: var(--tec-box-shadow-default);
    --tec-opacity-background: 0.07;
    --tec-opacity-select-highlighted: 0.3;
    --tec-opacity-icon-hover: 0.8;
    --tec-opacity-icon-active: 0.9;
    --tec-opacity-default: 1;
    --tec-transition: all 0.2s ease;
    --tec-transition-background-color: background-color 0.2s ease;
    --tec-transition-color-border-color: color 0.2s ease, border-color 0.2s ease;
    --tec-transition-transform: transform 0.2s ease;
    --tec-transition-border-color: border-color 0.2s ease;
    --tec-transition-color: color 0.2s ease;
    --tec-transition-opacity: opacity 0.2s ease;
    --tec-font-family-sans-serif: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
    --tec-font-weight-regular: 400;
    --tec-font-weight-bold: 700;
    --tec-font-size-0: 11px;
    --tec-font-size-1: 12px;
    --tec-font-size-2: 14px;
    --tec-font-size-3: 16px;
    --tec-font-size-4: 18px;
    --tec-font-size-5: 20px;
    --tec-font-size-6: 22px;
    --tec-font-size-7: 24px;
    --tec-font-size-8: 28px;
    --tec-font-size-9: 32px;
    --tec-font-size-10: 42px;
    --tec-line-height-0: 1.38;
    --tec-line-height-1: 1.42;
    --tec-line-height-2: 1.5;
    --tec-line-height-3: 1.62;
    --tec-grid-gutter: 48px;
    --tec-grid-gutter-negative: calc(var(--tec-grid-gutter) * -1);
    --tec-grid-gutter-half: calc(var(--tec-grid-gutter) / 2);
    --tec-grid-gutter-half-negative: calc(var(--tec-grid-gutter-half) * -1);
    --tec-grid-gutter-small: 42px;
    --tec-grid-gutter-small-negative: calc(var(--tec-grid-gutter-small) * -1);
    --tec-grid-gutter-small-half: calc(var(--tec-grid-gutter-small) / 2);
    --tec-grid-gutter-small-half-negative: calc(var(--tec-grid-gutter-small-half) * -1);
    --tec-grid-gutter-page: 42px;
    --tec-grid-gutter-page-small: 19.5px;
    --tec-grid-width-default: 1176px;
    --tec-grid-width-min: 320px;
    --tec-grid-width: calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page) * 2);
    --tec-grid-width-1-of-2: 50%;
    --tec-grid-width-1-of-3: 33.333%;
    --tec-grid-width-1-of-4: 25%;
    --tec-grid-width-1-of-5: 20%;
    --tec-grid-width-1-of-7: 14.285%;
    --tec-grid-width-1-of-8: 12.5%;
    --tec-grid-width-1-of-9: 11.111%;
    --tec-spacer-0: 4px;
    --tec-spacer-1: 8px;
    --tec-spacer-2: 12px;
    --tec-spacer-3: 16px;
    --tec-spacer-4: 20px;
    --tec-spacer-5: 24px;
    --tec-spacer-6: 28px;
    --tec-spacer-7: 32px;
    --tec-spacer-8: 40px;
    --tec-spacer-9: 48px;
    --tec-spacer-10: 56px;
    --tec-spacer-11: 64px;
    --tec-spacer-12: 80px;
    --tec-spacer-13: 96px;
    --tec-spacer-14: 160px;
    --tec-z-index-spinner-container: 100;
    --tec-z-index-views-selector: 30;
    --tec-z-index-dropdown: 30;
    --tec-z-index-events-bar-button: 20;
    --tec-z-index-search: 10;
    --tec-z-index-filters: 9;
    --tec-z-index-scroller: 7;
    --tec-z-index-week-event-hover: 5;
    --tec-z-index-map-event-hover: 5;
    --tec-z-index-map-event-hover-actions: 6;
    --tec-z-index-multiday-event: 5;
    --tec-z-index-multiday-event-bar: 2;
    --tec-color-text-primary: #141827;
    --tec-color-text-primary-light: #1418279e;
    --tec-color-text-secondary: #5d5d5d; 
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: 'Heebo', sans-serif;
}
html{
}
.line-center{
    margin:0;padding:0 10px;
    background:#f8f7f7;
    display:inline-block;
}
.h2-line{

    text-align:center;
    position:relative;
    z-index:2;

}
.h2-line:after{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-top:solid 1px #00B897;
    z-index:-1;
}
.anchor {
    display: block;
    height: 95px; /*same height as header*/
    margin-top: -95px; /*same height as header*/
    visibility: hidden;
}
.section_title{
    text-align:center;
    color:var(--black);
    font-size:2.5rem;
    letter-spacing: 4px;
    margin-bottom:1rem;
    font-family: 'Roboto', sans-serif;
    padding-top:3rem;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    font-size: .9375em;
    line-height: 1.34;
    color: #425968;
    overflow-x: hidden; /* Fix horizontal scrollbar due to 100vw */
    width: 100%;
}

h3{
    font-family: 'Roboto', sans-serif;
}
/* intro animation */
.intro{
    background: var(--white);
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998; /* Increased to stay above navbar (z-index: 200) */
}
.slider{
  background: var(--darkprim);
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  z-index: 9999; /* Increased to stay above navbar (z-index: 200) */
}

.intro-logo{
  width: 15rem;
  height: auto;
}

.hide{
  background-color:var(--white);
  overflow: hidden;
}

.hide img{
  transform: translateY(100%);
}

/* intro animation */

/* navbar */
#navbar-placeholder {
    display: contents;
}

/* New Fusion Navbar Styles */
.fusion-header {
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px;
    z-index: 200;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    height: 75px; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box; /* Ensure padding doesn't affect width */
    flex-shrink: 0; /* Prevent shrinking */
}

.fusion-row {
    width: 100%;
    max-width: 1400px; /* Or standard grid width */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.fusion-logo img {
    max-height: 51px;
    height: auto;
    width: auto;
    display: block; /* Removes bottom space */
}

.fusion-main-menu {
    float: right;
    position: relative;
    z-index: 200;
}

.fusion-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.fusion-menu li {
    margin: 0 15px;
}

.fusion-menu a {
    text-decoration: none;
    color: #425968; /* Default text color from previous context */
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

/* Nav is now sticky handled by fusion-header if needed, 
   but for now we replicate the 'height: 75px; top: 0px' */

/* Sticky/Fixed override if we want it to stick */
#navbar-placeholder header {
   /* position: sticky; top: 0; */ 
   /* The user provided style="top: 0px;" inline */
}



.icon-contact {
    color: #425968;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.icon-contact:before {
    content: "✉";
    margin-right: 8px;
    color: #00a160;
    font-size: 1.2em;
}


/* Removed old nav styles */


/* header li, header a, header button, .side p, .side selectors now need to be specific to nav or side-nav */
header li, header button, .side p, .side {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
header a {
    color: #fff;
    text-decoration: none;
}

/* Removed .open-slide and side-nav styles */
nav > a{
    display:flex;
}
/* Removed .logo */

/* Removed old .nav_links blocks */


/* Removed .side-nav blocks */





.scroll_down{
    text-align: center;
    font-size:2rem;
    margin-bottom:2.5rem;
}
.scroll_down > a{
    text-decoration: none !important;
    color:var(--primary);

}
/* navbar */

/* hero */
#particle-div{
    position : absolute;
    width:90%;
    height:100%;
    z-index:-1;
}
#hero_content{
    width:90%;
    height:100%;
    margin:auto;
    text-align: center;
}
#hero_content >h2{
    color:var(--black);
    font-size:3rem;
    letter-spacing: 4px;
    padding-top:12rem;
    margin-bottom:1rem;
    font-family: 'Roboto', sans-serif;
}
#hero_content >h3{
    color:var(--primary);
    font-weight:600;
    font-size:1.8rem;
    margin-bottom:2.5rem;
    letter-spacing: 3px;
}
#X{
    font-size: 2.1rem;
}
.datadoit-img{
    transform: scale(1.5);
}

#hero_content >h4{
    color:var(--black);
    font-weight:600;
    font-size:1.6rem;
    margin-bottom:1.5rem;
    letter-spacing: 3px;
}

#hero_content >p{
    color:var(--black);
}

#counter{
    font-size:1.3rem;
    font-weight:600;
    color:var(--primary)!important;
}
.countdown{
    font-weight:400;
    color:var(--black);
}
.primary_word{
    color:var(--primary);
    font-weight:600;
    vertical-align:middle;

}
.bold_word{
    font-weight: 600;
}
.mybtn{
    outline:none;
    width:100px;
    cursor: pointer;
    padding: 10px;
    transition: all 0.7s ease 0s;
    font-size: 1.2rem;
    font-weight: 500;
    background-color:transparent;
    color: var(--black);
    border: 3px solid var(--black);
    border-radius:5px;
    margin-bottom:1rem;
}
.mybtn:hover{
    border-color:var(--primary);
    color:var(--white);
    background:var(--primary);
}

.touch{
    margin-top:25px;
    width: 180px;
    transition: all 0.7s ease 0s;
}
.social_media{
    width: 160px;
    width: 100%;
    text-align: center;
    margin-bottom:0.9rem;
}
.social_media :hover{
    color: var(--primary);
    transition: all 0.3s ease 0s;
}
.social_media_button{
    color:var(--black);
    font-size:1.5rem;
    margin: 0 0.5rem;
}
/* hero */
.stats {
    height: 20vh;
    background: var(--darkprim);
    display:flex;
    justify-content:space-evenly;
    align-content:center;
    align-items:center;
    color:white;
    font-size:1.1rem;
    text-align:center;
}
.stats .icon{
    color:white;
}
/* about */
.about{
    height:100%;
    padding-bottom: 5rem;
    background-color:#f8f7f7;
}
.about_container{
    display:flex;
    width:60%;
    margin:auto;
    justify-content:space-evenly;
    align-items:center;
}
.about_container img{
    width: 10rem;
    margin: 2rem 5rem;
}
.yellosys{
    width: 13rem !important;
    margin: 2rem 3.5rem !important;
}
.yellosys_word{
    text-decoration: none;
}
.about_container{
    line-height: 1.9;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;

}
/* about */

/* team */
.team{
    height:100%;
    padding-bottom: 2rem;
    background-color:var(--white);
}
.container{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 1rem 0;
}
.container .card{
    position: relative;
    width: 18rem;
    height: 22rem;
    background: #ffffff;
    margin: 2rem;
    box-shadow: 0 10px 35px rgba(0, 23, 14,0.2);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}
.container .card .content{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease 0s;

}
.container .card:hover{
    transform: scale(1.1);   
}
.container .card .content .imgBx{
    position: relative;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.25);
}
.container .card .content .imgBx img{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container .card .content .contentBx{
    color: var(--primary);
    letter-spacing: 2px;
    font-size: 1.3rem;
    text-align: center;
    margin:20px 0 10px;
    line-height: 1.1em;
    font-weight: 600;
}
.container .card .content .contentBx h4{
    font-size: 1.1rem;
    font-weight: 400;
}
/* team */

/* contact */
.contact {
    background: #282a2b;
    padding: 50px 20px 30px;
}

.contact_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact .contact_content_img {
    width: 150px;
    height: auto;
    margin-bottom: 15px;
}

.footer-copyright-text {
    color: #ffffff;
    font-size: 11px;
    line-height: 1.8;
    font-weight: 600;
}

.footer-copyright-text a {
    color: #ffffff;
    text-decoration: none;
}

.footer-copyright-text a:hover {
    text-decoration: underline;
}

.contact .contact_content .contact_text {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.social_media {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social .social_media_button,
.social_media_button {
    color: #ffffff;
    font-size: 1.5rem;
    transition: opacity 0.3s;
}

.social .social_media_button:hover,
.social_media_button:hover {
    opacity: 0.8;
    color: #ffffff;
}

.footer-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
}

.footer-aue-text {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2px;
}

.contact_options {
    text-align: left;
}

.contact_options .contact_text {
    margin-bottom: 5px;
}

small a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

small a:hover {
    text-decoration: underline;
}
/* contact */

/* blog */
.blog{
    height:100%;
    padding-bottom: 5rem;
    background-color:#f8f7f7;
}
.blog_cards{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top:3rem;
    width: 90%;
    margin: auto;
}
.blog_card{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color:var(--black);
    margin: 0 1rem;
}
.blog_card .image_container{
    width:25vw;
    display: inline-block;
    overflow: hidden;
}
.blog_card .blog_image{
    width:100%;
    height:auto;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.blog_card .blog_image:hover{
    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}
.blog_card > h4{
    padding-top:1rem;
    font-size:1.2rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.blog_card > h4:hover{
    color:var(--primary);
}
.blog_card > p{
    font-size:0.9rem;
    font-style: italic;
    color: #455A64;
}
.blog .more{
    text-align:center;
    padding:3rem 0;
}
.blog .more a{
    font-size:1.1rem;
    text-decoration: inherit;
    color:var(--primary);
    font-weight:400;
    transition: all 0.3s ease 0s;
}
.blog .more a:hover{
    color:var(--black);
}
.blog .more a .bxs-right-arrow-circle{
    vertical-align:middle;
    font-size:2rem;
}
.blog .more a span{
    vertical-align:middle;
}
.blog_card h4, .blog_card p{
    text-align:center;
}
.blog_card .blog_link{
    text-decoration:none;
    color:var(--black);
    padding-top:1rem;
    font-size:1.2rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.blog_card .blog_link:hover{
    color:var(--primary);
}
/* blog */


@media only screen and (max-width:1300px) {
    .yellosys {
        width: 12rem !important;
        margin: 2rem 1.5rem !important;
    }
    .intro-logo{
        width: 13rem;
        height: auto;
    }
    .contact .contact_content_img{
        width: 120px;
    }
    .section_title{
        font-size:2.3rem;
    }
    .about_container{
        width:70%;
    }
    .about_container img{
        width: 9rem;
        margin: 2rem 3rem;
    }
    .about_container p{
        font-size: 1.1rem;
    }
    .blog_card .blog_link{
        font-size:1.02rem;
    }
}
@media only screen and (max-width:952px) {
    .yellosys {
        width: 9rem !important;
        margin: 2rem 0rem !important;
    }
    .contact .contact_content .contact_text{
        font-size:1rem;
    }
    small{
        font-size:1rem;
    }
    .about_container{
        width:80%;
    }
    .about_container img{
        width: 8rem;
        margin: 2rem 1rem;
    }
    .about_container p{
        font-size: 1rem;
    }
    .intro-logo{
        width: 11rem;
        height: auto;
    }  
    .container .card{
        width: 15rem;
        height: 19rem;
        margin: 1.5rem;
    }
    .container .card .content .imgBx{
        width: 9rem;
        height: 9rem;
    }
    .container .card .content .contentBx{
        font-size: 1rem;
    }
    .container .card .content .contentBx h4{
        font-size: 0.9rem;
    }
    .blog_card {
        margin: 0 0.5rem;
    }
    .blog_cards {
        width: 95%;
    }
}
@media only screen and (max-width:768px) {
    .contact .contact_content_img{
        width: 100px;
    }
    .footer-column {
        min-width: 150px;
        text-align: center;
    }
    .footer-logo-section {
        align-items: center;
    }
    .social_media {
        justify-content: center;
    }
    .contact_options {
        text-align: center;
    }
    .team .section_title{
        font-size: 1.8rem;
    }
    .about_container{
        width:90%;
    }
    .container .card{
        width: 13rem;
        height: 17rem;
        margin: 0.9rem;
    }
    .intro-logo{
        width: 8rem;
        height: auto;
    }
    /* Removed .nav_links block */

    .open-slide{
        display: none;
    }
    .fusion-logo{
        margin:auto;
    }

    #hero_content >p{
        width: 100%;
        font-size:1.1rem;
    }
    #hero_content >h2{
        font-size:2rem;
    }
    #hero_content >h3{
        font-size:1.2rem;
    }
    #hero_content >h4{
        font-size:1.1rem;
    }
    #X{
        font-size:1.5rem;
    }
    .social_media{
        width: 100%;
    }
    .blog_cards{
        flex-direction:column;
    }
    .blog_card{
        margin-bottom: 2rem;
    }
    .blog_card .image_container{
        width:50vw;
    }
}
@media screen and (max-width: 560px) {
    .blog_card > h4{
        font-size:0.9rem;
    }
    .blog_card > p{
        font-size:0.7rem;
        font-style: italic;
    }
    .blog_card .image_container{
        width:55vw;
    }
    .container .card .content .contentBx{
        font-size: 0.9rem;
    }
    .container .card .content .contentBx h4{
        font-size: 0.8rem;
    }
    .contact .contact_content_img{
        margin-top: 0;
    }
    .contact_content{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-column {
        width: 100%;
        text-align: center;
    }
    .footer-logo-section {
        align-items: center;
    }
    .social_media {
        justify-content: center;
    }
    .contact_options {
        text-align: center;
    }
    .contact{
        padding: 40px 20px;
    }
    .about_container{
        flex-direction: column;
        text-align: center;
    }
    .about_container img{
        width: 6rem;
        margin: 1rem 0rem;
    }
    .about_container p{
        margin-top: 1rem;
    }
    .logo1{
        display: none;
    }
    .team .section_title{
        font-size: 1.25rem;
        content: "Our Team";
    }
    .container .card{
        width: 16rem;
        height: 16rem;
        margin: 1rem;
    }
    #hero_content >p{
        width: 100%;
        font-size:1rem;
    }
    #hero_content >h2{
        font-size:1.6rem;
    }
    #hero_content >h3{
        font-size:1rem;
    }
    #hero_content >h4{
        font-size:1rem;
    }
    #X{
        font-size: 1.2rem;
    }
    .mybtn{
        width:140px;
        font-size: 1rem;
        padding: 6px;
    }
    .contact > .section_title{
        font-size:1.1rem;
    }
    .stats {
        flex-direction:column;
        font-size: 1rem;
        height:47vh;
    }
    .stats div{
        padding:10px;
    }
}
@-webkit-keyframes glow {
    from {
      text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px rgba(0, 184, 151,0.5), 0 0 10px rgba(0, 184, 151,0.5), 0 0 12.5px rgba(0, 184, 151,0.5), 0 0 15px rgba(0, 184, 151,0.5), 0 0 17.5px rgba(0, 184, 151,0.5);
    }
    
    to {
      text-shadow: 0 0 5px #fff, 0 0 7.5px rgba(0, 184, 151,0.5), 0 0 20px rgba(0, 184, 151,0.5), 0 0 12.5px rgba(0, 184, 151,0.5), 0 0 15px rgba(0, 184, 151,0.5), 0 0 17.5px rgba(0, 184, 151,0.5), 0 0 20px rgba(0, 184, 151,0.5);
    }
}
#banner {
    /* Layout & Box Model */
    position: relative;
    overflow: hidden;
    padding: 2.666em 0;
    margin-top: 0;
    
    /* Full width breakout */
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    
    background-color: #00a160;
    
    background: 
        linear-gradient(to right, 
            rgba(0, 161, 96, 0.5) 0%, 
            rgba(186, 215, 72, 0.5) 90%, 
            rgba(207, 221, 69, 0.5) 100%
        ), 
        #00a160;

    /* The 'Inner Glow/Shadow' effect from your screenshot */
    box-shadow: inset 0 0 60px 10px rgba(0, 0, 0, .25);

    /* Typography basics found in your 'Inherited' styles */
    font-family: 'Libre Franklin', sans-serif;
    color: #425968;
    line-height: 1.34;
    text-align: center;
}

#banner.image:after {
    background: url('home-banner.jpg') no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    padding: 0 !important;
    opacity: .2;
    z-index: 1;
}

@media (min-width: 768px) {
    #banner:after {
        content: "";
        display: block;
        width: 50%;
        height: 0;
        padding-top: 20%;
        position: absolute;
        left: 50%;
        top: -100%;
        bottom: -100%;
        background: url('assets/logo.png') no-repeat center;
        background-size: contain;
        z-index: 1;
        opacity: .5;
        margin: auto;
    }
}

#banner .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2; /* Put text above the background layers */
}

#banner h1 {
    margin: 0;
    font-weight: 400;
    font-size: 2.5rem;
    color: #ffffff;
}

#banner .sub {
    display: block;
    font-size: 0.6em;
    margin-top: 0.5em;
    color: #002216;
}
/* If the user copied existing CSS, maybe opacity of bg allows dark text? 
   No, solid green base #00a160 is quite dark. 
   White text usually contrasts better. 
   Wait, the user provided CSS has 'color: #425968'. I will respect it. */

#banner .sub {
    display: block; /* Ensures the span starts on a new line or stays distinct */
    font-size: 0.6em; /* Making sub-text smaller relative to h1 */
    margin-top: 0.5em;
    color: #002216; /* Darker green/black for contrast if needed, or inherit */
}


/* Fusion Hero Section Styles from User */
.fusion-fullwidth {
    background-image: url('assets/aue-Homepage-Hero.png'); /* Updated path */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /* height: calc(-75px + 100vh);  User's CSS had this, but it might be invalid syntax for some browsers without spaces around operators */
    height: calc(100vh - 75px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fusion-fullwidth-center-content {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.fusion-builder-row {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.fusion-layout-column {
    width: 100%;
    padding: 3% 8%; /* Simplified padding from user inline styles */
}

.fusion-title-heading {
    margin: 0;
    font-size: 50px;
    line-height: 1.3;
    color: #fff; /* Assuming white text on dark bg based on reference photo context, or inherit */
    text-align: center;
    font-weight: 700;
}

/* Highlights */
.fusion-highlight {
    padding: .1em .3em;
    line-height: 1.7em;
    color: #fff; /* Default text color inside highlight */
}

.highlight-engage {
    background-color: var(--wp--preset--color--luminous-vivid-orange); /* Placeholder or custom color 1 */
    background-color: #e56900; /* Fallback from request context implies some orange */
}

.highlight-empower {
    background-color: var(--wp--preset--color--vivid-purple); /* Placeholder or custom color 2 */
    background-color: #6e2e91; /* Fallback */
}

.highlight-exemplify {
    background-color: var(--wp--preset--color--vivid-cyan-blue); /* Placeholder or color 5 */
     background-color: #0087a9; /* Fallback */
}

.awb-highlight-marker {
    background: linear-gradient(to top, rgba(255,146,38,0.9) 40%, transparent 40%);
}

@media (max-width: 1000px) {
    .fusion-title-heading {
        font-size: 30px; /* Responsive adjustment */
    }
}

/* Fusion Builder Custom Icons */
[class^='aue-'], [class*=' aue-'] {
    font-family: 'Homepage' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.aue-Circles:before { content: '\e900'; }
.aue-Fist:before { content: '\f255'; }
.aue-Star:before { content: '\f005'; }

/* Fusion Layout Helpers */
.fusion-text-no-margin { margin: 0 !important; }
.fusion-text-no-margin > p { margin: 0 !important; }

.fusion-separator {
    clear: both;
    position: relative;
    z-index: 11;
    width: 100%;
}
.fusion-separator-border {
    border-top: solid 1px #e0dede;
}

/* Adjustments for Fusion Columns */
.fusion-layout-column {
    box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
    .fusion-layout-column {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
}


/* Fusion Builder Custom Icons */
[class^='aue-'], [class*=' aue-'] {
    font-family: 'Homepage' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.aue-Circles:before { content: '\e900'; }
.aue-Fist:before { content: '\f255'; }
.aue-Star:before { content: '\f005'; }

/* Fusion Layout Helpers */
.fusion-text-no-margin { margin: 0 !important; }
.fusion-text-no-margin > p { margin: 0 !important; }

.fusion-separator {
    clear: both;
    position: relative;
    z-index: 11;
    width: 100%;
}
.fusion-separator-border {
    border-top: solid 1px #e0dede;
}

/* Remove whitespace between hero and columns */
.fusion-builder-row-1 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* ============================================
   FUSION BUILDER ROW-2 FIX (Three Columns)
   Kills clearfix pseudo-elements & forces flush
   ============================================ */

/* 1. Target the INNER row where the columns actually live */
.fusion-builder-row-2 .fusion-builder-row {
    display: flex !important;
    flex-wrap: nowrap !important; /* Forces them to stay on one line */
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 2. KILL the invisible "Clearfix" ghosts that Avada adds */
/* This is the main culprit causing the gap */
.fusion-builder-row-2 .fusion-builder-row::before,
.fusion-builder-row-2 .fusion-builder-row::after {
    content: none !important;
    display: none !important;
}

/* 3. Force the columns to touch and stretch perfectly */
.fusion-builder-row-2 .fusion-layout-column {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important; /* Override the 33.33% calculation */
    flex: 1 1 0 !important; /* Grow to fill space equally */
}

/* 4. Ensure stacking on mobile (screens smaller than 800px) */
@media only screen and (max-width: 800px) {
    .fusion-builder-row-2 .fusion-builder-row {
        flex-direction: column !important;
    }
}

/* Outer container reset */
.fusion-builder-row-2 {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}
.fusion-builder-row-2 .fusion-row {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.fusion-builder-row-2.fusion-fullwidth {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
}

/* Adjustments for Fusion Columns */
.fusion-layout-column {
    box-sizing: border-box;
    background-color: var(--awb-bg-color);
}
.fusion-layout-column:hover {
    background-color: var(--awb-bg-color-hover, var(--awb-bg-color));
}

@media only screen and (max-width: 1024px) {
    .fusion-layout-column {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
}

/* Force row-2 fullwidth box to have no spacing */
.fullwidth-box.fusion-builder-row-2 {
    padding: 0 !important;
    margin: 0 !important;
    --awb-padding-top: 0 !important;
    --awb-padding-bottom: 0 !important;
    --awb-margin-top: 0 !important;
    --awb-margin-bottom: 0 !important;
}

@media only screen and (max-width: 1000px) {
    .fullwidth-box {
        background-attachment: scroll !important;
    }
}

/* Fusion/AWB Variables */
:root {
    --awb-content-width: 1144px;
    --awb-sidebar-width: 21%;
    --awb-typography1-font-family: "Rubik";
    --awb-typography1-font-weight: 700;
    --awb-typography1-line-height: 1.2;
    --awb-typography1-letter-spacing: 0;
    --awb-typography1-text-transform: none;
    --awb-typography2-font-family: "Rubik";
    --awb-typography2-font-weight: 400;
    --awb-typography2-line-height: 1.3;
    --awb-typography2-letter-spacing: 0;
    --awb-typography2-text-transform: none;
    --awb-typography3-font-family: "Rubik";
    --awb-typography3-font-weight: 400;
    --awb-typography3-line-height: 1.5;
    --awb-typography3-letter-spacing: 0;
    --awb-typography3-text-transform: none;
    --awb-typography4-font-family: "Rubik";
    --awb-typography4-font-weight: 400;
    --awb-typography4-line-height: 1.5;
    --awb-typography4-letter-spacing: 0;
    --awb-typography4-text-transform: none;
    --awb-typography5-font-family: "Space Mono";
    --awb-typography5-font-weight: 400;
    --awb-typography5-line-height: 1.5;
    --awb-typography5-letter-spacing: 0;
    --awb-typography5-text-transform: none;
    --h1_typography-font-family: "Rubik";
    --h1_typography-font-weight: 700;
    --h1_typography-line-height: 1.2;
    --h1_typography-letter-spacing: 0;
    --h1_typography-text-transform: none;
    --h1_typography-font-size: 50px;
    --h2_typography-font-family: "Rubik";
    --h2_typography-font-weight: 400;
    --h2_typography-line-height: 1.3;
    --h2_typography-letter-spacing: 0;
    --h2_typography-text-transform: none;
    --h2_typography-font-size: 18px;
    --h3_typography-font-family: "Rubik";
    --h3_typography-font-weight: 400;
    --h3_typography-line-height: 1.5;
    --h3_typography-letter-spacing: 0;
    --h3_typography-text-transform: none;
    --h3_typography-font-size: 24px;
    --h4_typography-font-family: "Rubik";
    --h4_typography-font-weight: 400;
    --h4_typography-line-height: 1.5;
    --h4_typography-letter-spacing: 0;
    --h4_typography-text-transform: none;
    --h4_typography-font-size: 18px;
    --h5_typography-font-family: "Space Mono";
    --h5_typography-font-weight: 400;
    --h5_typography-line-height: 1.5;
    --h5_typography-letter-spacing: 0;
    --h5_typography-text-transform: none;
    --h5_typography-font-size: 16px;
    --h6_typography-font-family: "Space Mono";
    --h6_typography-font-weight: 400;
    --h6_typography-line-height: 1.5;
    --h6_typography-letter-spacing: 0;
    --h6_typography-text-transform: none;
    --h6_typography-font-size: 13px;
    --body_typography-font-family: "Rubik";
    --body_typography-font-weight: 400;
    --body_typography-line-height: 1.5;
    --body_typography-letter-spacing: 0;
    --body_typography-text-transform: none;
    --body_typography-font-size: 16px;
    --body_typography-color: #425968;
    --link_typography-font-family: "Rubik";
    --link_typography-font-weight: 400;
    --link_typography-line-height: 1.5;
    --link_typography-letter-spacing: 0;
    --link_typography-text-transform: none;
    --link_typography-font-size: 16px;
    --link_typography-color: #3069b3;
    --menu_typography-font-family: "Rubik";
    --menu_typography-font-weight: 500;
    --menu_typography-line-height: 47px;
    --menu_typography-letter-spacing: 0;
    --menu_typography-text-transform: uppercase;
    --menu_typography-font-size: 14px;
    --menu_typography-color: #425968;
    --awb-custom_color_1: #e6e9eb;
    --awb-custom_color_2: #3069b3;
    --awb-color1: #ffffff;
    --awb-color2: #e0dede;
    --awb-color3: #425968;
    --awb-color4: #00a160;
    --awb-color5: #ed1c1c;
    --awb-color6: #1f3644;
    --awb-color7: #102d3f;
    --awb-color8: #00a060;
    --awb-custom_color_3: #13242e;
    --awb-custom_color_4: #09171e;
    --awb-custom_color_5: #2c9a47;
    --awb-custom_color_6: #f4f6F7;
    --awb-custom_color_7: #f5f5f5;
    --awb-custom_color_8: #eaeaea;
    --awb-custom_color_9: rgba(255,255,255,0);
    --awb-custom_color_10: #f4f6f7;
}

@media only screen and (max-width: 1024px) {
    .fusion-body .fusion-builder-nested-column-0,
    .fusion-body .fusion-builder-column-0,
    .fusion-body .fusion-builder-column-1,
    .fusion-body .fusion-builder-column-2,
    .fusion-body .fusion-builder-column-3,
    .fusion-body .fusion-builder-column-4,
    .fusion-body .fusion-builder-column-5,
    .fusion-body .fusion-builder-column-6,
    .fusion-body .fusion-builder-column-7,
    .fusion-body .fusion-builder-column-8,
    .fusion-body .fusion-builder-column-9,
    .fusion-body .fusion-builder-column-10,
    .fusion-body .fusion-builder-column-11,
    .fusion-body .fusion-builder-column-12,
    .fusion-body .fusion-builder-column-13 {
        width: 100% !important;
        order: 0;
    }
}
@media only screen and (max-width: 640px) {
    .fusion-body .fusion-builder-nested-column-0,
    .fusion-body .fusion-builder-column-0,
    .fusion-body .fusion-builder-column-1,
    .fusion-body .fusion-builder-column-2,
    .fusion-body .fusion-builder-column-3,
    .fusion-body .fusion-builder-column-4,
    .fusion-body .fusion-builder-column-5,
    .fusion-body .fusion-builder-column-6,
    .fusion-body .fusion-builder-column-7,
    .fusion-body .fusion-builder-column-8,
    .fusion-body .fusion-builder-column-9,
    .fusion-body .fusion-builder-column-10,
    .fusion-body .fusion-builder-column-11,
    .fusion-body .fusion-builder-column-12,
    .fusion-body .fusion-builder-column-13 {
        width: 100% !important;
        order: 0;
    }
}

/* Fusion/AWB Variables */
:root {
    --awb-content-width: 1144px;
    --awb-sidebar-width: 21%;
    --awb-typography1-font-family: "Rubik";
    --awb-typography1-font-weight: 700;
    --awb-typography1-line-height: 1.2;
    --awb-typography1-letter-spacing: 0;
    --awb-typography1-text-transform: none;
    --awb-typography2-font-family: "Rubik";
    --awb-typography2-font-weight: 400;
    --awb-typography2-line-height: 1.3;
    --awb-typography2-letter-spacing: 0;
    --awb-typography2-text-transform: none;
    --awb-typography3-font-family: "Rubik";
    --awb-typography3-font-weight: 400;
    --awb-typography3-line-height: 1.5;
    --awb-typography3-letter-spacing: 0;
    --awb-typography3-text-transform: none;
    --awb-typography4-font-family: "Rubik";
    --awb-typography4-font-weight: 400;
    --awb-typography4-line-height: 1.5;
    --awb-typography4-letter-spacing: 0;
    --awb-typography4-text-transform: none;
    --awb-typography5-font-family: "Space Mono";
    --awb-typography5-font-weight: 400;
    --awb-typography5-line-height: 1.5;
    --awb-typography5-letter-spacing: 0;
    --awb-typography5-text-transform: none;
    --h1_typography-font-family: "Rubik";
    --h1_typography-font-weight: 700;
    --h1_typography-line-height: 1.2;
    --h1_typography-letter-spacing: 0;
    --h1_typography-text-transform: none;
    --h1_typography-font-size: 50px;
    --h2_typography-font-family: "Rubik";
    --h2_typography-font-weight: 400;
    --h2_typography-line-height: 1.3;
    --h2_typography-letter-spacing: 0;
    --h2_typography-text-transform: none;
    --h2_typography-font-size: 18px;
    --h3_typography-font-family: "Rubik";
    --h3_typography-font-weight: 400;
    --h3_typography-line-height: 1.5;
    --h3_typography-letter-spacing: 0;
    --h3_typography-text-transform: none;
    --h3_typography-font-size: 24px;
    --h4_typography-font-family: "Rubik";
    --h4_typography-font-weight: 400;
    --h4_typography-line-height: 1.5;
    --h4_typography-letter-spacing: 0;
    --h4_typography-text-transform: none;
    --h4_typography-font-size: 18px;
    --h5_typography-font-family: "Space Mono";
    --h5_typography-font-weight: 400;
    --h5_typography-line-height: 1.5;
    --h5_typography-letter-spacing: 0;
    --h5_typography-text-transform: none;
    --h5_typography-font-size: 16px;
    --h6_typography-font-family: "Space Mono";
    --h6_typography-font-weight: 400;
    --h6_typography-line-height: 1.5;
    --h6_typography-letter-spacing: 0;
    --h6_typography-text-transform: none;
    --h6_typography-font-size: 13px;
    --body_typography-font-family: "Rubik";
    --body_typography-font-weight: 400;
    --body_typography-line-height: 1.5;
    --body_typography-letter-spacing: 0;
    --body_typography-text-transform: none;
    --body_typography-font-size: 16px;
    --body_typography-color: #425968;
    --link_typography-font-family: "Rubik";
    --link_typography-font-weight: 400;
    --link_typography-line-height: 1.5;
    --link_typography-letter-spacing: 0;
    --link_typography-text-transform: none;
    --link_typography-font-size: 16px;
    --link_typography-color: #3069b3;
    --menu_typography-font-family: "Rubik";
    --menu_typography-font-weight: 500;
    --menu_typography-line-height: 47px;
    --menu_typography-letter-spacing: 0;
    --menu_typography-text-transform: uppercase;
    --menu_typography-font-size: 14px;
    --menu_typography-color: #425968;
    --awb-custom_color_1: #e6e9eb;
    --awb-custom_color_2: #3069b3;
    --awb-color1: #ffffff;
    --awb-color2: #e0dede;
    --awb-color3: #425968;
    --awb-color4: #00a160;
    --awb-color5: #ed1c1c;
    --awb-color6: #1f3644;
    --awb-color7: #102d3f;
    --awb-color8: #00a060;
    --awb-custom_color_3: #13242e;
    --awb-custom_color_4: #09171e;
    --awb-custom_color_5: #2c9a47;
    --awb-custom_color_6: #f4f6F7;
    --awb-custom_color_7: #f5f5f5;
    --awb-custom_color_8: #eaeaea;
    --awb-custom_color_9: rgba(255,255,255,0);
    --awb-custom_color_10: #f4f6f7;
}

@media only screen and (max-width: 1024px) {
    .fusion-body .fusion-builder-nested-column-0,
    .fusion-body .fusion-builder-column-0,
    .fusion-body .fusion-builder-column-1,
    .fusion-body .fusion-builder-column-2,
    .fusion-body .fusion-builder-column-3,
    .fusion-body .fusion-builder-column-4,
    .fusion-body .fusion-builder-column-5,
    .fusion-body .fusion-builder-column-6,
    .fusion-body .fusion-builder-column-7,
    .fusion-body .fusion-builder-column-8,
    .fusion-body .fusion-builder-column-9,
    .fusion-body .fusion-builder-column-10,
    .fusion-body .fusion-builder-column-11,
    .fusion-body .fusion-builder-column-12,
    .fusion-body .fusion-builder-column-13 {
        width: 100% !important;
        order: 0;
    }
}
@media only screen and (max-width: 640px) {
    .fusion-body .fusion-builder-nested-column-0,
    .fusion-body .fusion-builder-column-0,
    .fusion-body .fusion-builder-column-1,
    .fusion-body .fusion-builder-column-2,
    .fusion-body .fusion-builder-column-3,
    .fusion-body .fusion-builder-column-4,
    .fusion-body .fusion-builder-column-5,
    .fusion-body .fusion-builder-column-6,
    .fusion-body .fusion-builder-column-7,
    .fusion-body .fusion-builder-column-8,
    .fusion-body .fusion-builder-column-9,
    .fusion-body .fusion-builder-column-10,
    .fusion-body .fusion-builder-column-11,
    .fusion-body .fusion-builder-column-12,
    .fusion-body .fusion-builder-column-13 {
        width: 100% !important;
        order: 0;
    }
}

/* Intro Animation */
.intro {
    background: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
}

.slider {
    background: var(--darkprim);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    z-index: 9999;
}

.intro-wrapper {
    width: 15rem;
    height: auto;
}

.intro-logo {
    width: 100% !important; /* Force fit to wrapper */
    height: auto;
    display: block;
}

.hide {
    background-color: var(--white);
    overflow: hidden;
}

.hide img {
    transform: translateY(100%);
}

/* Lightbox Specifics */
#aue-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    z-index: 99999; /* Higher z-index to be above EVERYTHING */
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#aue-lightbox.active {
    display: flex;
    opacity: 1;
}
#aue-lightbox .img-container {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    display: inline-block;
}
#aue-lightbox img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    display: block;
}
#aue-lightbox .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
}
#aue-lightbox .close-btn:hover {
    color: #ccc;
}
.aue-lightbox-nav {
    position: absolute;
    top: 0;
    height: 100%;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 50px;
    cursor: pointer;
    user-select: none;
    z-index: 10001;
    transition: background 0.3s, opacity 0.3s;
    opacity: 0;
}
#aue-lightbox .img-container:hover .aue-lightbox-nav {
    opacity: 1;
}
.aue-lightbox-nav:hover {
    color: white;
    background: rgba(0, 0, 0, 0.3);
}
.aue-lightbox-prev {
    left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.aue-lightbox-next {
    right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.aue-lightbox-nav span {
    transition: transform 0.2s;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.aue-lightbox-nav:hover span {
    transform: scale(1.2);
}
.article img:not(.hero-img), .gallery img {
    cursor: pointer;
    transition: filter 0.3s ease, transform 0.3s ease;
}
.article img:not(.hero-img):hover, .gallery img:hover {
    filter: brightness(0.8);
}
/* No hover scale or brightness for hero image as requested */
.article .hero-img {
    cursor: default;
}

