
/*header*/
.main-header {
    z-index: 999;
    transition: all 0.3s ease;
}

    /* Fixed header on scroll */
    .main-header.header-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        /* background: #000000; */
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

        .main-header.header-fixed .header-desktop {
            background-color: #000000 !important;
        }

        .main-header.header-fixed .header {
            background-color: #000000 !important;
        }



/*end header*/


.presenceListWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    /* margin-top: 6.25em; */
}

.presenceList {
    display: flex;
    align-items: center;
    gap: 7em;
    border-radius: 1.625em;
    /* border: 1px solid rgba(237, 237, 237, .2); */
    background: #ffffff;
    /* backdrop-filter: blur(2.1500000954px); */
    padding: 3px 16px 3px 16px;
    /* overflow: hidden; */
    color: #000;
}

.presenceList__title {
    margin: 0;
    COLOR: #000;
}

.presenceList__list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2.5em;
    padding: 1.25em 0;
    list-style-type: none;
    position: relative;
    top: 11px;
}

    .presenceList__list::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        top: 0;
        left: -2.5em;
        opacity: .5;
        background: linear-gradient(180deg, rgba(153, 153, 153, 0), #000000 45.5%, rgba(153, 153, 153, 0) 98.5%);
        pointer-events: none;
    }

/*.presenceList__list--item::before {
    content: "";
    position: absolute;
    width: .35em;
    height: .35em;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: linear-gradient(90deg, #cd0dce 0, #5f0dce 100%);
    border-radius: 50%;
    box-shadow: 0 4px 15px 0 rgba(205, 13, 206, .5), 0 6px 20px 0 rgba(95, 13, 206, .4);
}*/

/*.presenceList__list--item {
    position: relative;
    font-size: 1.25em;
    padding-left: 1em;
    font-weight: 300;
}
*/













/*header*/
.service-entry h3 span {
    color: var(--accent-color) !important;
    font-weight: 700;
}

:root {
    --color-primary: rgb(244 128 33);
    --transition: 0.4s;
}

.base-template__wrapper {
    /* min-height: calc(100dvh - 300px);
         justify-content: flex-start;
         padding-bottom: 450px;*/
    position: relative;
    z-index: 999;
}

.wrapper {
    max-width: 1200px;
    margin: 0px auto;
}

a {
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px 0 40px;
    border-radius: 60px;
    min-height: 82px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgb(0 0 0 / 26%);
    margin-top: 5px;
}

.header__logo {
    max-width: 185px;
}

.header__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.header__navigation-wrapper {
    display: flex;
    width: 100%;
    padding-left: 50px;
}

.header__list {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
}

.header__list-item {
    display: flex;
    padding: 30px 0 50px;
    margin-bottom: -20px;
    gap: 8px;
    font-size: 16px;
}

    .header__list-item > a {
        display: flex;
        align-items: center;
        gap: 8px;
        transition: var(--transition);
    }

        .header__list-item > a svg path {
            transition: var(--transition);
        }

    .header__list-item .submenu-wrapper {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        border-radius: 33px;
        padding: 30px 30px 50px 30px;
        background-color: rgb(0 0 0);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: var(--transition);
        z-index: 999;
    }

.header__buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: auto;
}

.header__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: max-content;
    padding: 6px 11px;
    border-radius: 100px;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    transition: var(--transition);
}

.submenu-list__title {
    width: max-content;
    margin-bottom: 25px;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(160, 161, 165, 1);
}

.submenu-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 295px;
    padding-left: 0;
    /*height: 350px;
    
    overflow-y: scroll;
    overflow-x: hidden;*/
}

.submenu-list__item {
    display: flex;
    padding-right: 100px;
    margin-right: -100px;
    cursor: pointer;
}

.submenu-list__item-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    /* padding: 6px 16px 6px 6px; */
    gap: 16px;
    border-radius: 14px;
    transition: var(--transition);
    padding: 0px;
}

    .submenu-list__item-wrapper > svg {
        margin-left: auto;
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
    }

.submenu-list__wrapper {
    position: relative;
}

.submenu-content {
    position: absolute;
    right: 0;
    top: 0;
    max-width: calc(100% - 365px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition);
}

.submenu-list__item.has-submenu.active .submenu-content {
    opacity: 1;
    visibility: visible;
}

/*.submenu-list__item.has-submenu.active .submenu-list__item-wrapper {
    background-color: rgba(255, 255, 255, 0.04);
}*/

.submenu-list__item.has-submenu.active .submenu-list__item-wrapper > svg {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.submenu-list__item-link {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.submenu-list__item-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.submenu-list__item-icon {
    display: flex;
}

.submenu-list__item-subtile {
    font-size: 12px;
    font-weight: 400;
    color: rgba(160, 161, 165, 1);
}

.submenu-content__title {
    width: max-content;
    margin-bottom: 25px;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(160, 161, 165, 1);
}

.submenu-content__list:not(.events) {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
}

.submenu-content__list.events {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0;
}

.submenu-content__list-item {
    display: block;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    cursor: auto;
}

.submenu-content__link {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 10px 10px 20px;
    border: 1px solid transparent;
    transition: var(--transition);
}

.submenu-content__link-img {
    margin-bottom: 20px;
    border-radius: 13px;
    overflow: hidden;
    transition: var(--transition);
}

    .submenu-content__link-img img {
        transition: 0.4s ease-in;
    }

.submenu-content__link-title {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.submenu-content__link-text {
    padding: 0 10px;
    font-size: 12px;
    color: rgba(160, 161, 165, 1);
}

.submenu-content__link-wrapper {
    display: flex;
    gap: 20px;
    padding: 10px;
    border-radius: 20px;
    /* background-color: rgba(255, 255, 255, 0.05);*/
}

.submenu-content__list.events .submenu-content__link-img {
    width: 100%;
    /* max-width: 220px; */
    flex: 1;
    border-radius: 13px;
    margin-bottom: 0;
}

.submenu-content__info {
    display: flex;
    flex-direction: column;
    flex: 1 0;
    padding: 10px;
}

.submenu-content__category {
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
}

.submenu-content__list.events .submenu-content__link-title,
.submenu-content__list.events .submenu-content__link-text {
    padding: 0;
    margin-bottom: 12px;
}

.submenu-content__link-address,
.submenu-content__link-date {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(160, 161, 165, 1);
}

    .submenu-content__link-address span,
    .submenu-content__link-date span {
        line-height: 0.9;
    }

.submenu-content__url {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    transition: var(--transition);
}



.header__burger {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    width: 24px;
    margin-left: auto;
}

    .header__burger i {
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 13px;
        transition: var(--transition);
    }

    .header__burger.active i:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px);
    }

    .header__burger.active i:nth-child(2) {
        opacity: 0;
    }

    .header__burger.active i:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -5px);
    }

@media (hover: hover) and (pointer: fine) {
    .header__list-item:hover .submenu-wrapper {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header__list-item:hover ~ .header__list-item .submenu-wrapper {
        display: none;
    }

    .header__list-item:hover > a,
    .header__list-item:hover > a svg path {
        color: var(--color-primary);
        fill: var(--color-primary);
    }

    .header__button:hover {
        background-color: rgba(255, 255, 255, 0.05);
    }

    /*.submenu-list__item.has-submenu:hover .submenu-list__item-wrapper {
        background-color: rgba(255, 255, 255, 0.04);
    }*/

    .submenu-list__item.has-submenu:hover .submenu-content,
    .submenu-list__item.has-submenu:hover .submenu-list__item-wrapper > svg {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .submenu-content__list-item:hover .submenu-content__link {
        border-color: rgba(255, 255, 255, 0.3);
    }

    .submenu-content__list-item:hover .submenu-content__link-img img {
        transform: scale(1.05);
    }

    .submenu-content__url:hover,
    .submenu-content__url:hover svg path {
        color: var(--color-primary);
        stroke: var(--color-primary);
    }

        .submenu-content__url:hover svg {
            transform: translateX(5px);
        }
}

@media screen and (max-width: 1280px) {
    .header__navigation-wrapper {
        padding-left: 25px;
    }

    .submenu-list {
        max-width: 250px;
    }

    .submenu-content {
        max-width: calc(100% - 270px);
    }

    .submenu-content__url {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .base-template__wrapper {
        min-height: 105vh;
    }

    .header {
        min-height: 64px;
        padding: 0 20px;
        margin: 6px;
    }

    .header__burger {
        display: flex;
    }

    .header__navigation-wrapper {
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 110%;
        left: 0;
        padding: 20px;
        background-color: rgb(0 0 0);
        border-radius: 20px;
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
    }

        .header__navigation-wrapper.open {
            opacity: 1;
            visibility: visible;
        }

    .header__list {
        flex-direction: column;
        gap: 30px;
    }

    .header__buttons-wrapper {
        flex-direction: column;
        margin-left: unset;
        margin-top: 50px;
        gap: 8px;
    }

    .header__navigation,
    .header__list {
        width: 100%;
    }

    .header__list-item {
        flex-direction: column;
        width: 100%;
        padding: 0;
        gap: 0;
        margin: 0;
    }

        .header__list-item.active a,
        .header__list-item.active a > svg path {
            fill: var(--color-primary);
            color: var(--color-primary);
        }

        .header__list-item .submenu-wrapper {
            position: static;
            padding: 0;
            max-height: 0;
            border-radius: 0;
            opacity: 1;
            visibility: visible;
            pointer-events: all;
            overflow: hidden;
            transition: max-height var(--transition);
        }

    .submenu-list {
        width: 100%;
        max-width: 100%;
        gap: 5px;
    }

    .submenu-list__wrapper {
        margin-top: 30px;
    }

    .submenu-list__item {
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .submenu-list__item:active .submenu-list__item-wrapper {
            background-color: rgba(255, 255, 255, 0.04);
        }

            .submenu-list__item:active .submenu-list__item-wrapper > svg {
                opacity: 1;
                visibility: visible;
            }

    .submenu-list__title {
        display: none;
    }

    .submenu-content {
        display: none;
    }

    .header__button {
        border: 1px solid rgba(255, 255, 255, 1);
    }
}

@media screen and (max-width: 767.9px) {
    .header__buttons-wrapper,
    .header__button {
        width: 100%;
    }
}


/*end header*/
/*video bg*/
/*.hero-bg-video::after {
            background-image: linear-gradient(rgb(0 133 192 / 71%), rgb(0 0 0)), url(videos/1.mp4);
        }
*/
.banner-bottom-arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    text-align: center;
    width: 61px;
    height: 61px;
    border: 1px solid white;
    padding: 9px 8px 35px;
    border-radius: 50%;
    margin: 0 auto;
}


/*Right Side Button*/
.rightSideBtn {
    position: fixed;
    right: 0;
    top: 130px;
    z-index: 9999;
}

    .rightSideBtn ul {
        margin: 0;
        padding: 0;
    }

        .rightSideBtn ul li {
            list-style: none;
            display: block;
        }

            .rightSideBtn ul li a {
                position: absolute;
                right: -194px;
                transition: 0.3s;
                padding: 0;
                width: 240px;
                text-decoration: none;
                font-size: 16px;
                color: white;
                border-radius: 6px 0 0 6px;
                box-sizing: border-box;
            }

                .rightSideBtn ul li a:hover {
                    right: 0;
                }

                .rightSideBtn ul li a span {
                    background: #056009;
                    display: inline-block;
                    width: 48px;
                    height: 48px;
                    line-height: 46px;
                    border-radius: 4px 0 0 4px;
                    text-align: center;
                    font-size: 20px;
                }

    .rightSideBtn #request {
        top: 0px;
        background: #46c1ea;
    }

        .rightSideBtn #request span {
            background: #2d99be;
        }

    .rightSideBtn #clientReferral {
        top: 50px;
        background: #0169BD;
    }

        .rightSideBtn #clientReferral span {
            background: #014D8A;
        }

    .rightSideBtn #businessPartnership {
        top: 100px;
        background: #83b753;
    }

        .rightSideBtn #businessPartnership span {
            background: #619334;
        }

    .rightSideBtn #callus {
        top: 150px;
        background: #F68C33;
        height: 48px;
        overflow: hidden;
    }

        .rightSideBtn #callus:hover {
            height: 300px;
        }

        .rightSideBtn #callus span {
            background: #E66900;
        }


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

    .rightSideBtn {
        display: none;
    }
}


/*end video bg*/
/*video*/
.hero-bg-video::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(10, 10, 11, 0) 0, #000 80.74%);
    z-index: 1;
    pointer-events: none;
}

.hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Innovative {
    position: relative;
    height: 80vh; /* full screen section */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* push content to bottom */
    align-items: center;
    padding-bottom: 80px; /* distance from bottom */
    text-align: center;
}

.Brands {
    font-family: "The Future" !important;
    font-size: 3.75em !important;
    line-height: 1.21;
    font-weight: 400;
    color: #fff !important;
    margin-bottom: .5em;
}




/*

    .homeHero .scrollDownBtn {
    position: absolute;
    bottom: 5.625em;
    left: 50%;
    transform: translateX(-50%)
}

.homeHero .scrollDownBtn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .3125em
}

.homeHero .scrollDownBtn .title {
    font-size: .75em;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 3.24px;
    text-transform: uppercase;
    color: #fff
}*/
.h2 {
    font-size: 3.75em;
    line-height: 1.21;
    font-weight: 400;
    color: #fff;
    margin-bottom: .5em;
}

.homeHero__descripWrapper {
    position: absolute;
    left: 50%;
    bottom: 2em;
    transform: translate(-50%,0);
    text-align: center;
    z-index: 1;
    width: 100%
}

@media (max-width: 575.98px) {
    .homeHero__descripWrapper {
        bottom: 9%;
    }
}

.homeHero__descrip--title {
    margin-bottom: .125em
}

.homeHero__descrip--btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.75em
}

@media (max-width: 575.98px) {
    .homeHero__descrip--btns {
        gap: .875em
    }
}

.homeHero__descrip--btns .roundBtn {
    display: flex;
    align-items: center;
    gap: 1.3125em;
    background: #e87a1f;
    padding: .375em .625em .375em 1.5625em;
    border-radius: 2.75em;
    overflow: hidden;
    border: 1px solid #fff;
    cursor: pointer;
    transition: .25s
}

@media (max-width: 575.98px) {
    .homeHero__descrip--btns .roundBtn {
        font-size: .875em
    }
}

.homeHero__descrip--btns .roundBtn span {
    color: #000;
    font-size: 1.125em;
    font-weight: 500;
    transition: .25s
}

.homeHero__descrip--btns .roundBtn .imgWrapper {
    width: 2.75em;
    height: 2.75em;
    border-radius: 50%;
    overflow: hidden
}

    .homeHero__descrip--btns .roundBtn .imgWrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (min-width: 1200px) {
    .homeHero__descrip--btns .roundBtn:hover {
        background: #000;
        transition: .25s
    }

        .homeHero__descrip--btns .roundBtn:hover span {
            color: #fff;
            transition: .25s
        }
}

.homeHero__descrip--btns .underlineBtn {
    position: relative;
    padding-bottom: .5em
}

    .homeHero__descrip--btns .underlineBtn::after {
        content: "";
        position: absolute;
        height: 1px;
        bottom: 0;
        left: 0;
        width: 100%;
        transition: .5s;
        background: #fff;
        transform: scaleX(1)
    }

@media (min-width: 1200px) {
    .homeHero__descrip--btns .underlineBtn:hover::after {
        transform: scaleX(0);
        width: 100%
    }
}

.text-center {
    text-align: center
}

.m-auto {
    margin: 0 auto
}

.mt-auto {
    margin-top: auto
}

.m-0 {
    margin: 0
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1-5 {
    margin-bottom: 1.5em
}

.text-lower {
    text-transform: lowercase !important
}

.d-flex {
    display: flex
}

@media (max-width: 575.98px) {
    .d-flex {
        flex-wrap: wrap
    }
}

.flex-wrap {
    flex-wrap: wrap
}

.text-upper {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.generic--radius {
    border-radius: 10px
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-around {
    justify-content: space-around
}

.justify-content-end {
    justify-content: flex-end
}

.align-item-center {
    align-items: center
}

@media (max-width: 1199.98px) {
    .align-center-lg {
        align-items: center
    }
}

.align-item-start {
    align-items: flex-start
}

.flex-direction-col {
    flex-direction: column
}


/*end video*/

/*footer*/
:root {
    --text-muted: #9ca3af;
    --chip-bg: rgba(15, 23, 42, 0.9);
    --border-soft: rgba(255, 255, 255, 0.08);
    --accent-secondary: #22c55e;
    --bg-main: #050712;
    --bg-card: rgba(9, 12, 28, 0.96);
    --border-soft: rgba(255, 255, 255, 0.08);
    --border-strong: rgba(255, 255, 255, 0.14);
    --accent: #3b82f6;
    --accent-soft: rgba(59, 130, 246, 0.18);
    --accent-secondary: #22c55e;
    --text-muted: #9ca3af;
    --chip-bg: rgba(15, 23, 42, 0.9);
}



.consultation {
    background: #f27f21;
}
/*
:root {
    --light-bg: #fafbfc;
    --white: #141313;
    --text-light: #ffffff;
    --text-dark: #ffffff;
    --accent: #f48021;
    --border-light: #e2e8f0;
}


footer {
    background: var(--white);
    border-top: 1px solid var(--border-light);
    padding: 3rem 1.5rem 2rem;
    box-shadow: 0 -2px 20px rgba(0,0,0,0.03);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
}

.footer-section h3 {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    position: relative;
}

    .footer-section h3::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #f27f21;
        border-radius: 1px;
    }

.footer-section p,
.footer-section a {
    font-weight: 300;
    font-size: 0.95rem;
    color: var(--text-light);
    text-decoration: none;
    margin-bottom: 0.75rem;
    display: block;
    transition: all 0.3s ease;
}

    .footer-section a:hover {
        color: var(--accent);
        padding-left: 0.5rem;
    }

.logo-section p {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-top: 0.75rem;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

    .social-links a {
        width: 44px;
        height: 44px;
        border: 1px solid var(--border-light);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        transition: all 0.3s ease;
        background: var(--light-bg);
    }

        .social-links a:hover {
            background: var(--accent);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
        }

.newsletter input {
    width: 100%;
    padding: 0.875rem 1.25rem;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 300;
    background: var(--light-bg);
    transition: all 0.3s ease;
}

    .newsletter input:focus {
        outline: none;
        border-color: var(--accent);
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.05);
    }

.footer-bottom {
    grid-column: 1 / -1;
    text-align: center;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid var(--border-light);
    font-size: 0.875rem;
    font-weight: 300;
    color: var(--text-light);
}*/
/* =============== FOOTER =============== */
footer.footer-dynamic {
    position: relative;
    padding: 72px 7% 26px;
    overflow: hidden;
    isolation: isolate;
    background: #000;
}

    footer.footer-dynamic::before {
        content: "";
        position: absolute;
        inset: -40%;
        background: radial-gradient(circle at 15% -10%, rgba(59, 130, 246, 0.25), transparent 65%), radial-gradient(circle at 80% 130%, rgba(34, 197, 94, 0.2), transparent 55%);
        opacity: 0.9;
        pointer-events: none;
        z-index: -2;
        background: #000;
    }

.footer-shell {
    position: relative;
    border-radius: 28px;
    background: linear-gradient(135deg, #00050ef5, rgb(0 0 0 / 98%));
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.9), 0 0 0 1px rgba(15, 23, 42, 0.8);
    padding: 26px 28px 20px;
    backdrop-filter: blur(16px);
}

/* top row: CTA + stats (dynamic feel) */
.footer-top {
    display: grid;
    grid-template-columns: minmax(260px, 2.2fr) minmax(180px, 1.4fr);
    gap: 26px;
    padding-bottom: 18px;
    /* border-bottom: 1px solid rgba(148, 163, 184, 0.2); */
    margin-bottom: 18px;
}

.footer-cta-block h2 {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
}

    .footer-cta-block h2 span {
        /* background: linear-gradient(135deg, var(--accent), var(--accent-secondary)); */
        /* -webkit-background-clip: text; */
        /* color: transparent; */
        background: linear-gradient(135deg, #f27f21, #f27f21);
        -webkit-background-clip: text;
        color: transparent;
    }

.footer-cta-block p {
    font-size: 0.9rem;
    color: var(--text-muted);
    max-width: 460px;
}

.footer-cta-actions {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-primary {
    border-radius: 999px;
    padding: 8px 16px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    /* background: linear-gradient(135deg, var(--accent), #2563eb);*/
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 35px rgba(37, 99, 235, 0.6);
        opacity: 0.95;
    }

.btn-outline {
    border-radius: 999px;
    padding: 7px 14px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: transparent;
    color: var(--text-muted);
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
}

    .btn-outline:hover {
        background: rgba(15, 23, 42, 0.9);
        color: var(--text-main);
        border-color: var(--accent);
    }

/* Stats */
.footer-stats {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: wrap;
}

.stat-card {
    min-width: 120px;
    padding: 8px 10px;
    border-radius: 14px;
    background: radial-gradient(circle at 0 0, rgba(148, 163, 184, 0.2), transparent 65%);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.stat-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.stat-value {
    font-size: 1rem;
    font-weight: 600;
}

.stat-sub {
    font-size: 0.72rem;
    color: var(--text-muted);
}

.stat-value.highlight {
    color: var(--accent-secondary);
}

/* main columns */
.footer-main {
    display: grid;
    grid-template-columns: minmax(220px, 2.1fr) repeat(3, minmax(180px, 1.3fr));
    gap: 34px 0px;
    align-items: flex-start;
}

/* brand column */
.footer-brand h3 {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.footer-brand .subtitle {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.footer-brand .copy {
    font-size: 0.9rem;
    line-height: 1.8;
    max-width: 360px;
    /* color: var(--text-main); */
    opacity: 0.6;
    color: var(--text-main);
}

.footer-tags {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-tag {
    font-size: 0.72rem;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--chip-bg);
    border: 1px solid var(--border-soft);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--text-muted);
}

/* list columns */
.footer-column h4 {
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--text-muted);
    margin-bottom: 16px;
}

.footer-column ul {
    list-style: none;
}

.footer-column li + li {
    margin-top: 8px;
}

.footer-column a {
    font-size: 0.9rem;
    color: var(--text-muted);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-left: 10px;
    position: relative;
    transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease;
}

    .footer-column a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 6px;
        height: 1px;
        border-radius: 999px;
        background: rgb(242 127 33);
        transform: translateY(-50%);
        transition: width 0.2s ease, background 0.2s ease;
    }

    .footer-column a:hover {
        color: var(--text-main);
        transform: translateX(3px);
        text-shadow: 0 0 14px rgba(255, 255, 255, 0.2);
    }

        .footer-column a:hover::before {
            width: 12px;
            background: linear-gradient(90deg, var(--accent), var(--accent-secondary));
        }

/* contact column with dynamic email bar */
.footer-contact .tagline {
    font-size: 0.86rem;
    color: var(--text-muted);
    margin-bottom: 10px;
}

.email-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 9px 11px;
    border-radius: 999px;
    border: 1px solid var(--border-strong);
    background: radial-gradient(circle at 0 0, rgba(59, 130, 246, 0.18), transparent 70%);
    font-size: 0.84rem;
    cursor: pointer;
    margin-bottom: 12px;
    transition: border 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

    .email-bar span.address {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .email-bar span.badge {
        padding: 4px 10px;
        border-radius: 999px;
        background: var(--accent-soft);
        color: var(--accent);
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.14em;
    }

    .email-bar:hover {
        border-color: var(--accent);
        transform: translateY(-2px);
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.9), 0 0 30px rgba(59, 130, 246, 0.4);
        background: radial-gradient(circle at 0 0, rgba(37, 99, 235, 0.28), transparent 75%);
    }

.footer-contact-info {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 14px;
}

    .footer-contact-info p + p {
        margin-top: 4px;
    }

    .footer-contact-info a {
        color: var(--text-main);
        text-decoration: none;
    }

        .footer-contact-info a:hover {
            color: #f27f21;
        }

/* social */
.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .footer-social a {
        width: 30px;
        height: 30px;
        border-radius: 999px;
        border: 1px solid rgba(148, 163, 184, 0.5);
        display: flex;
        align-items: center;
        /* justify-content: center; */
        font-size: 0.8rem;
        color: var(--text-muted);
        text-decoration: none;
        background: rgba(15, 23, 42, 0.9);
        transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border 0.2s ease;
    }

        .footer-social a:hover {
            background: linear-gradient(135deg, #f27f21, #f27f21);
            border-color: transparent;
            color: #fcfcff;
            transform: translateY(-1px);
        }

/* bottom row */
.footer-bottom {
    margin-top: 22px;
    padding-top: 14px;
    border-top: 1px solid rgba(148, 163, 184, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    color: var(--text-muted);
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .footer-bottom-links a {
        color: var(--text-muted);
        text-decoration: none;
    }

        .footer-bottom-links a:hover {
            color: var(--text-main);
        }

/* Responsive */
@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: minmax(0, 1fr);
    }

    .footer-stats {
        justify-content: flex-start;
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    footer.footer-dynamic {
        padding: 46px 16px 22px;
    }

    .footer-shell {
        padding: 22px 18px 36px 18px;
        border-radius: 20px;
    }

    .footer-main {
        grid-template-columns: minmax(0, 1fr);
    }

    .footer-bottom {
        flex-direction: column-reverse;
        align-items: center;
        /* text-align: center; */
    }
}
/*end Footer*/

/* Perfect Mobile Responsiveness */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        /* text-align: center; */
    }

    footer {
        padding: 2rem 1rem 1.5rem;
    }

    .social-links {
        justify-content: center;
    }

    .footer-tag {
        font-size: 10px;
        padding: 4px 7px;
        border-radius: 999px;
        background: var(--chip-bg);
        border: 1px solid var(--border-soft);
        text-transform: uppercase;
        letter-spacing: 0.14em;
        color: var(--text-muted);
    }

    .footer-tags {
        margin-top: 14px;
        display: flex;
        flex-wrap: wrap;
        gap: 3px;
    }
}

@media (max-width: 480px) {
    .footer-section h3 {
        font-size: 1rem;
    }

    .footer-section p, .footer-section a {
        font-size: 0.9rem;
    }
}

/*end footer*/

#uniquedigital {
    position: relative;
    top: 100px;
    margin-bottom: 76px;
}

.caption {
    padding-bottom: 100px;
}

#mobile {
    display: none;
}

.submenu-list__item-wrapper .svg-img svg {
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.submenu-list__item-wrapper:hover .svg-img svg {
    opacity: 1;
    visibility: visible;
}

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

.meta-blog {
    display: flex;
    justify-content: space-between;
    gap: 86px;
}


/* Bottom navigation */
/*.bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.08);
    z-index: 30;
    display:none;
}
*/
#footer-bottom {
    display: none;
}

.bn-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none
}

    .bn-item .material-icons {
        font-size: 22px;
        margin-bottom: 2px
    }





.submenu-list__item-title:hover {
    color: #f27f21;
}

/*.submenu-list__item-wrapper .svg-img svg:hover {
    fill: #f27f21 !important;
}
*/


.submenu-list__item-wrapper:hover .svg-img svg {
    fill: #f27f21 !important;
}












@media screen and (min-width:320px) and (max-width:767px) {

    .presenceList__list::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        top: 0;
        left: -1.5em;
        opacity: .5;
        background: linear-gradient(180deg, rgba(153, 153, 153, 0), #000000 45.5%, rgba(153, 153, 153, 0) 98.5%);
        pointer-events: none;
    }
    .presenceList__list {
        position: relative;
        display: flex;
        align-items: center;
        gap: 0.5em;
        padding: 1.25em 0;
        list-style-type: none;
        position: relative;
        top: 11px;
        left: 35px;
    }

    #mobile {
        display: block;
    }

    #myVideo {
        display: none;
    }

    .hero {
        padding: 180px 0 90px;
        min-height: 100vh;
        margin-top: -92px;
    }

    .main-header.header-fixed .header-desktop {
        background-color: #00000000 !important;
    }

    .h2 {
        font-size: 26px;
        line-height: 1.21;
        font-weight: 700;
        color: #fff;
        margin-bottom: .5em;
    }

    p.homeHero__descrip--desc.fw-300 {
        font-size: 12px;
    }

    .flotaing-icons {
        display: none;
    }

    .submenu-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 295px;
        padding-left: 0;
        height: auto;
        overflow-y: unset;
        overflow-x: unset;
    }

    .base-template__wrapper {
        min-height: auto;
    }


    #uniquedigital {
        position: relative;
        top: 44px;
        margin-bottom: 68px;
    }

    .content .list {
        display: flex;
        flex-direction: row;
        position: relative;
        width: 100%;
        margin-right: 50px;
    }

    .presenceList {
        display: flex;
        flex-direction: row;
        gap: 0;
        width: 100%;
        margin: 6px;
    }

    .meta-blog {
        display: flex;
        justify-content: space-between;
        gap: 44px;
    }

    .bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 56px;
        /* background: #000000; */
        display: flex !important;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0 -2px 6px rgba(0,0,0,0.08);
        z-index: 30;
        padding-top: 7px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgb(0 0 0 / 98%);
    }

    #footer-bottom {
        display: block;
    }

    .fa-2x {
        font-size: 19px !important;
        color: #f48021;
    }
}
