/* test */
/* .submenu-content {
    display: none;
}

.dropdown-submenu.open .submenu-content {
    display: block;
}

.submenu-trigger {
    display: flex;
    align-items: center;
}

.submenu-arrow .arrow-svg {
    transition: transform 0.3s ease;
    margin-left: 6px;
}

.dropdown-submenu.open .submenu-arrow .arrow-svg {
    transform: rotate(180deg);
}

.submenu-main-link {
    padding-top: 10px !important;
    padding-bottom: 8px !important;
}

.submenu-content a {
    padding: 5px 0 8px 5px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #303030 !important;
}

.point-icon {
    margin-top: -4px;
}

.submenu-main-link {
    font-family: Nunito;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #303030 !important;
    margin-bottom: 0;
} */
/* test */

.footer {
    border-radius: 50px 50px 0px 0px;
    padding: 50px 200px;
    /* background-image: url(../../images/header-footer/footer/footer-background.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; */
    margin-top: 100px;
    background: linear-gradient(242.06deg, rgba(229, 78, 1, 0.1) 0%, rgba(143, 48, 0, 0.2) 13%, rgba(61, 20, 0, 0.1) 25%, rgba(1, 18, 34, 0) 50%, rgba(64, 42, 0, 0.1) 85%, rgba(136, 89, 0, 0.2) 93%, rgba(254, 167, 2, 0.1) 100%), #011222;

}

/* .footer {
    border-radius: 50px 50px 0px 0px;
    padding: 50px 200px;
    background-image: url(../../images/header-footer/footer/footer-background.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
} */

.footer-title {
    background: linear-gradient(90deg, #FEA601 0%, #E75301 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

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

.footer-title,
.footer-logo {
    margin-bottom: 20px;
}

.contact-title {
    background: linear-gradient(90deg, #FEA601 0%, #E75301 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

.footer-contact {
    padding-top: 15px;
}

.contact-link {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    padding-left: 3px;
}

.copyright p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    color: #ffffff;
}

.footer-link {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    padding-bottom: 15px;
    display: block;
}

.footer-link:hover {
    color: #F89001;
}

.footer-review-platform a {
    text-decoration: none;
}

.footer-review-platform {
    padding-top: 15px;
    display: flex;
    gap: 10px;
}

.footer-review-platform img {
    border-radius: 10px;
}

.footer-divider {
    margin: 30px 0;
    border: 1px solid rgb(255, 255, 255, 0.2);
}

.footer-disclaimer {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    padding-top: 15px;
}

.footer-disclaimer a {
    color: #ffffff;
}

.footer-disclaimer:hover a {
    color: #F89001;
}

.social-links {
    display: flex;
    align-items: start;
    column-gap: 15px;
}

.social-links svg {
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.social-links svg:hover {
    background: #FFFFFF;
}

.footer-youtube-icon:hover path {
    fill: #F44336;
}

.footer-instagram-icon:hover path {
    fill: url(header-footer.css#paint0_linear_2567_45);
}

.footer-facebook-icon:hover path {
    fill: #0866FF;
}

.footer-x-icon:hover path {
    fill: #000000;
}

.footer-linkdin-icon:hover path {
    fill: #0077B5;
}

.footer-pinterest-icon:hover path {
    fill: #E7001E;
}

.footer-bottom {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.navbar.active {
    background: #FFFFFF;
}

.navbar.active .mobile-nav-toggle .bar {
    background: black;
}

.navbar.active.light .white-logo {
    display: none;
}

.navbar.active.light .black-logo {
    display: block;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.2rem 5%;
    z-index: 1000;
    min-height: 80px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar.scrolled {
    box-shadow: 0px 0px 15px 0px #0000001A;
    background: white;
}

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

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin-bottom: 0;
}

.dropdown-text {
    color: white;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    line-height: 16.9px;
}

.navbar.dark .nav-links .dropdown-text {
    color: black;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    line-height: 16.9px;
}

.navbar.scrolled .logo-path {
    fill: black;
}

.mobile-nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1001;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.mobile-nav-toggle:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.mobile-nav-toggle .bar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: white;
    transition: all 0.4s ease;
}

.mobile-nav-toggle .bar:nth-child(1) {
    top: 14px;
}

.mobile-nav-toggle .bar:nth-child(2) {
    top: 19px;
}

.mobile-nav-toggle .bar:nth-child(3) {
    top: 24px;
}

.navbar.scrolled .nav-links a {
    color: black;
}

.navbar.scrolled .nav-links .dropdown-text {
    color: black;
}

.navbar.dark .nav-links a {
    color: black;
}

.navbar.scrolled.light .mobile-nav-toggle .bar,
.navbar.dark .mobile-nav-toggle .bar {
    background: black;
}

.navbar.light .black-logo {
    display: none;
}

.navbar.light.scrolled .white-logo {
    display: none;
}

.navbar.light.scrolled .black-logo {
    display: block;
}

.dropbtn {
    font-size: 16px;
    border: none;
    background: transparent;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.our-services .dropdown-content .dropdown-list {
    padding: 20px 0px 20px 20px;
}

.dropdown-content .dropdown-list {
    background: white;
    padding: 25px 12px;
    border-radius: 25px;
    box-shadow: 0px 0px 35px 0px #0000004D;
}

.dropdown-content {
    position: absolute;
    left: -45vw;
    padding-top: 20px;
    width: 1320px;
    display: none;
    /* display: block; */
    z-index: 1;
}

.our-products .dropdown-content {
    left: -40vw;
    /* left: -55vw; */
}

.dropdown-tringle {
    position: absolute;
    right: 50%;
    display: none;
    z-index: 2;
    filter: drop-shadow(0px 0px 30px #00000033);
}

.dropdown-content a {
    color: #303030;
    /* padding: 12px 16px; */
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-tringle,
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content .dropdown-title {
    font-family: Nunito;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.55px;
    color: #FF5F00 !important;
    margin: 0 0 0 0;
}

.service-border-title {
    border-bottom: 1px solid #DEDEDE;
}

.dropdown-content .dropdown-subtitle {
    font-family: ibm-plex-sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: #303030;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 16px;
    margin: auto;
}

.our-services .dropdown-content .dropdown-subtitle {
    padding-bottom: 5px;
}

.dropdown-content .dropdown-data .title {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    color: #303030;
    margin-bottom: 0;
}

.dropdown-content .dropdown-data .subtitle {
    font-family: ibm-plex-sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    color: #303030;
    margin-bottom: 0;
}

.dropdown-image span {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    margin: 10px;
    padding: 10px 0;
    display: block;
}

.dropdown-image {
    background: linear-gradient(122.25deg, #FFF3D0 0%, #D2EAFF 99.26%);
    border-radius: 10px;
}

.navbar.dark .dropdown .dropbtn svg path {
    fill: #000000;
}

.navbar .dropdown .dropbtn svg {
    transform: rotate(0deg);
    transform-origin: center;
    transition: transform 0.3s ease;
}

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

    .dropdown:hover .dropbtn svg,
    .navbar .dropdown .dropbtn:hover svg {
        transform: rotate(180deg);
        transform-origin: center;
    }
}

.navbar.scrolled .dropdown .dropbtn svg path {
    fill: #303030;
}

.our-product-button {
    background: linear-gradient(90deg, #FEA601 0%, #E75301 100%) !important;
    padding: 8px 10px 8px 10px !important;
    border-radius: 40px !important;
    width: fit-content !important;
    display: flex !important;
    align-items: center !important;
    justify-content: start !important;
    column-gap: 8px !important;
    margin-top: 15px !important;
}

.our-product-button-text p {
    font-family: Nunito !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-right: 5px !important;
}

.our-product-button-icon {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    padding: 5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
}

.our-product-button-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
}

.our-product-button .our-product-button-icon svg {
    transform: rotate(0deg) !important;
    transition: transform 0.3s ease !important;
    font-weight: bold !important;
}

.our-product-button:hover .our-product-button-icon {
    background-color: #ffffff !important;
}

.our-product-button:hover .our-product-button-icon svg {
    transform: rotate(-35deg) !important;
    transition: transform 0.3s ease !important;
}

.our-product-button:hover .our-product-button-icon path {
    fill: #ED6701 !important;
}

.get-a-free-quote {
    background: linear-gradient(90deg, #FFAA01 0%, #E54E01 100%);
    padding: 0.5rem 1rem !important;
    border-radius: 20px;
    color: #ffffff !important;
    position: relative !important;
    overflow: hidden;
    transition: .3s ease-in-out !important;
    /* display: flex; */
    width: fit-content;

}

.get-a-free-quote:hover::before {
    animation: shine-head 1.5s ease-out;
    opacity: 1;
}

@keyframes shine-head {
    0% {
        left: -10%;
    }

    100% {
        left: 55%;
    }
}

.get-a-free-quote::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0) 70%);
    top: 0;
    left: 0px;
    opacity: 0;
}

.our-products .dropdown-list,
.services .dropdown-list,
.dropdown-row {
    max-height: 670px;
    overflow-y: auto;
    flex-wrap: nowrap;
}

.our-products .dropdown-list::-webkit-scrollbar-track,
.services .dropdown-list::-webkit-scrollbar-track,
.dropdown-row::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #BDBDBD;
}

.our-products .dropdown-list::-webkit-scrollbar,
.services .dropdown-list::-webkit-scrollbar,
.dropdown-row::-webkit-scrollbar {
    width: 4px;
}

.our-products .dropdown-list::-webkit-scrollbar-thumb,
.services .dropdown-list::-webkit-scrollbar-thumb,
.dropdown-row::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #777777;
}

.company .dropdown-content,
.industry .dropdown-content {
    left: -4vw;
    right: -10vw;
    padding-top: 20px;
    width: fit-content;
}

.company .dropdown-content .dropdown-list,
.industry .dropdown-content .dropdown-list {
    padding: 20px 25px;
}

.our-services .dropdown-content {
    width: 35rem;
}

.our-services .dropdown-content {
    left: -10vw;
}

@media (max-width: 1600px) {
    .footer {
        padding: 50px 50px 30px 50px;
    }

    .services .dropdown-content {
        left: -40vw;
    }

    .navbar {
        padding: 1.2rem 2%;
    }

    .dropdown-content {
        width: 1200px;
    }

    .our-products .dropdown-content {
        left: -44vw;
    }
}

@media (max-width: 1300px) {
    .our-products .dropdown-content {
        left: -42vw;
    }
}

@media (max-width: 1200px) {
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        height: fit-content;
        max-height: -webkit-fill-available;
        width: 100%;
        background: white;
        flex-direction: column;
        overflow: scroll;
        gap: 2rem;
        padding: 2rem;
    }

    .nav-links::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.03));
        pointer-events: none;
    }

    .nav-links a {
        color: black;
    }

    .dropdown-text {
        color: black;
    }

    .nav-links.active {
        right: 0;
        top: 78px;
    }

    .navbar.light .dropdown .dropbtn svg path {
        fill: #000000;
    }

    .nav-links a {
        font-size: 1.2rem;
        opacity: 0;
        transform: translateX(20px);
        transition: all 0.4s ease;
    }

    .dropdown-text {
        font-size: 1.2rem;
    }

    .nav-links.active a {
        opacity: 1;
        transform: translateX(0);
    }

    .nav-links a:nth-child(1) {
        transition-delay: 0.1s;
    }

    .nav-links a:nth-child(2) {
        transition-delay: 0.2s;
    }

    .nav-links a:nth-child(3) {
        transition-delay: 0.3s;
    }

    .nav-links a:nth-child(4) {
        transition-delay: 0.4s;
    }

    .nav-links a:nth-child(5) {
        transition-delay: 0.5s;
    }

    .mobile-nav-toggle {
        display: block;
    }

    .mobile-nav-toggle.active .bar:nth-child(1) {
        transform: translate(-50%, 5px) rotate(45deg);
        width: 24px;
    }

    .mobile-nav-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .mobile-nav-toggle.active .bar:nth-child(3) {
        transform: translate(-50%, -5px) rotate(-45deg);
        width: 24px;
    }

    .dropdown-content {
        position: static;
        width: 100%;
        display: none;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
        backdrop-filter: blur(4px);
    }

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .dropdown:hover .dropdown-tringle {
        display: none;
    }

    .dropdown-content .dropdown-data .title {
        width: max-content;
    }

    .dropdown-content .dropdown-list {
        padding: 25px 0;
        box-shadow: none;
    }

    .footer-bottom {
        align-items: center;
    }
}

@media only screen and (max-width: 1200px) {
    .footer {
        padding: 30px 30px 30px 30px;
    }
}

@media only screen and (max-width: 992px) {
    .our-services .dropdown-content {
        width: fit-content;
    }

    .dropdown-content .dropdown-list {
        flex-direction: column;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footer {
        margin-top: 50px;
    }

    .footer-divider {
        margin: 20px 0;
    }

    .dropdown .dropdown-content {
        display: none;
    }

    .dropdown.active .dropdown-content {
        display: block;
    }

    .dropdown.company .dropdown-content,
    .dropdown.our-products .dropdown-content,
    .dropdown.our-services .dropdown-content {
        display: none;
    }

    .dropdown.company.active .dropdown-content,
    .dropdown.our-products.active .dropdown-content,
    .dropdown.our-services.active .dropdown-content {
        display: block;
    }

    .dropdown .dropbtn svg {
        transform: rotate(0deg);
        transition: transform 0.3s ease;
    }

    .dropdown .dropbtn svg.arrow-up {
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 768px) {
    .footer-bottom {
        align-items: start;
    }

    .footer {
        background: linear-gradient(182.66deg, rgba(229, 78, 1, 0.1) 0%, rgba(143, 48, 0, 0.15) 13%, rgba(61, 20, 0, 0.1) 25%, rgba(1, 18, 34, 0) 50%, rgba(64, 42, 0, 0.1) 85%, rgba(136, 89, 0, 0.15) 93%, rgba(254, 167, 2, 0.1) 100%), #011222;
        padding: 20px 20px 20px 20px;
        border-radius: 30px 30px 0 0;
    }

    .nav-links {
        gap: 1rem;
        padding: 1.2rem 1.2rem 2rem 1.2rem;
        box-shadow: 0px 10px 15px 0px #00000026;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .dropdown-image span {
        margin: 10px;
        padding: 0px;
    }

    .dropdown-content .dropdown-subtitle {
        padding-bottom: 5px;
    }

    .get-a-free-quote {
        display: block;
    }

    .nav-links.active {
        top: 60px;
    }

    .company .dropdown-content,
    .industry .dropdown-content {
        padding-top: 0;
    }

    .our-services .dropdown-content,
    .our-products .dropdown-content {
        padding-top: 0;
    }

    .company .dropdown-content .dropdown-list,
    .our-products .dropdown-content .dropdown-list,
    .our-services .dropdown-content .dropdown-list,
    .industry .dropdown-content .dropdown-list {
        padding: 10px 0 0 0;
    }

    .nav-links a {
        padding: 10px 0 0 0;
    }

    .company,
    .company .dropdown-content {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .dropdown-content .dropdown-list .row-cols-2 {
        flex-direction: column;
    }
}