@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* * {
    font-family: "Inter", sans-serif;
} */


.color-purple {
    color: #5D0A41;
}

.color-blue {
    color: #002160;
}


/* Bootstrap Updated media query */

.navbar-nav {
    margin-top: 0 !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .navbar-nav>*,
    .navbar-nav>*>button {
        width: 100%;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
}

@media (min-width: 767px) and (max-width: 1400px) {
    .-main-header .container,
    .-main-footer .container {
        max-width: calc(100% - 110px) !important;
    }
    footer .fs-6 {
        font-size: 0.8rem !important;
    }
    footer .fs-4 {
        font-size: 1.25rem !important;
    }
    footer .fs-3 {
        font-size: 1.5rem !important;
    }
    footer .fs-5 {
        font-size: 1.15rem !important;
    }
}

@media (min-width: 1400px) {
    footer .fs-6 {
        font-size: 0.9rem !important;
    }
    footer .fs-4 {
        font-size: 1.35rem !important;
    }
    footer .fs-3 {
        font-size: 1.6rem !important;
    }
    footer .fs-5 {
        font-size: 1.2rem !important;
    }
    /* .container {
    max-width: 1400px !important;
  } */
}

.navbar-nav .dropdown-menu {
    height: 0;
    overflow: hidden;
}

.dropdown-menu.show {
    animation: showAll 300ms linear 1 forwards;
}

.mobile-border-btn {
    box-shadow: none !important;
    border: 0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: black !important;
    background-color: transparent !important;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none !important;
}

@keyframes showAll {
    to {
        height: var(--height);
    }
}

@media (max-width: 767px) {
    .mobile-border-btn-container {
        width: 100%;
    }
    .mobile-border-btn {
        width: 100% !important;
        border-radius: 5rem !important;
        display: flex;
        justify-content: center;
        color: #004865 !important;
        border: 0.1rem solid #004865;
    }
    /* .expand-menu:focus {
    background-color: #00b08721 !important;
  } */
}

@media (min-width: 87.5rem) {
    /* .fs-xxl-5 {
    font-size: 1.25rem !important;
  } */
}

@media (max-width: 767px) {
    .signdesk-logo {
        min-width: 15%;
        max-width: 35%;
        width: auto;
    }
}


/* Utility Classes */

:root {
    --grey-2: #efefef;
}

.fs-7 {
    font-size: 0.7rem !important;
}

.fs-8 {
    font-size: 0.6rem !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.w-1rem {
    width: 1rem !important;
}

.w-2rem {
    width: 2rem !important;
}

.w-3rem {
    width: 3.5rem !important;
}

.w-30 {
    width: 32.45% !important;
}

.w-32 {
    width: 32% !important;
}

.w-85 {
    width: 85% !important;
}

.place-items-center {
    place-items: center !important;
}

@media (min-width: 767px) {
    .pointer-md-none {
        pointer-events: none;
    }
    .position-lg-sticky {
        position: sticky;
    }
}

@media (min-width: 1440px) {
    .w-30 {
        width: 30% !important;
    }
    .w-xxl-100 {
        width: 100% !important;
    }
}

.pointer-none {
    pointer-events: none !important;
}

.pe-6-5em {
    padding-right: 6.5em !important;
}

.text-dark {
    color: #004865 !important;
}

.text-green {
    color: #00b087 !important;
}

.text-yellow {
    color: #ffeb56 !important;
}

.text-light-gray {
    color: #efefef !important;
}

.bg-grey-2 {
    background-color: var(--grey-2) !important;
}

.bg-dark-1 {
    background-color: #292929 !important;
}

.bg-light-gray {
    background-color: #eff1f2 !important;
}

.bg-light-lime {
    background-color: #71a350 !important;
}

.gradiant-dark-bg {
    background: linear-gradient(303deg, #3c3c3c 0%, #1d1d1d 44%, #0f0f0f 100%);
}

.hr-underline {
    background-color: #d3eaae;
    height: 0.15rem;
}

.z-999 {
    z-index: 999 !important;
}

.z-9999 {
    z-index: 9999 !important;
}

.b-btn:hover {
    box-shadow: inset 0px 3px 6px #00000029;
}

.effect-200 {
    transition: all 200ms ease-in-out !important;
}


/* Header Classes */


/* -main-header is main header Class */

.-main-header .cta-btn {
    background-color: #0045FF!important;
    color: #fff !important;
    font-size: 14px;
}

.-main-header .nav-menu {
    --height: 18rem;
    top: calc(100% + 0rem);
    left: 0;
    background-color: #f4f8f7;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 1rem;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transition: all 300ms ease-in-out;
    height: var(--height);
    transform-origin: 0rem -2rem;
}

@media (min-width: 87.5rem) {
    .-main-header .nav-menu {
        --height: 20rem;
    }
}

.-main-header .expand-menu:hover svg,
.-main-header .expand-menu.active svg {
    transform: rotateZ(180deg);
}

.-main-header .expand-menu:hover svg path,
.-main-header .expand-menu.active svg path {
    fill: #ffffff;
}

.-main-header:has(.expand-menu:hover) .nav-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

.-main-header:has(.nav-menu:hover) .nav-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

.-main-header .nav-menu::after {
    content: "";
    position: absolute;
    background-color: #f4f8f7;
    display: block;
    width: var(--width);
    height: 3.5rem;
    top: -3.5rem;
    left: var(--offset-left);
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    box-shadow: -3px -3px 4px #00000029;
    transition: all 200ms ease-in-out;
}

@media (min-width: 1400px) {
    .-main-header .nav-menu::after {
        height: 4rem;
        top: -4rem;
    }
}

.-main-header .square-btn {
    background-color: hsl(166, 100%, 35%, 0.1) !important;
    transition: all 200ms ease-in-out !important;
}

.-main-header .square-btn:hover {
    box-shadow: inset 2px 2px 5px #00b08741;
    background-color: hsl(166, 42%, 90%, 0.7) !important;
}

.-main-header .menu-btn {
    display: grid;
    place-items: center;
    border-radius: 1rem;
    box-shadow: none !important;
}

.-main-header .menu-btn:hover {
    background-color: hsl(197, 100%, 20%, 0.11);
}

.-main-header .menu-btn:hover.hover-green {
    background-color: hsl(166, 100%, 35%, 0.11);
}

.-main-header .menu-btn:hover img {
    scale: 1.1;
}

.-main-header .square-btn:hover img {
    scale: 1.1;
}

.-main-header .square-btn::after {
    position: absolute;
    content: "";
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    bottom: 1rem;
    right: 1rem;
    border-radius: 100%;
    box-shadow: 1px 1px 3px #00000029;
    transition: all 200ms ease-in-out;
    background-image: url(../images/header-footer/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center center;
}

.-main-header .square-btn:hover::after {
    scale: 1.1;
}

.expand-menu {
    box-shadow: none !important;
    padding: 16px 0px !important;
}
.navbar {
    padding: 0;
}
.-main-header .expand-menu.active {
    border: none !important;
    padding: 16px 0px !important;
}

.-main-header .sub-menu {
    width: 0%;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    height: 0;
    transition: all 200ms ease;
}

.-main-header .sub-menu.active {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.-main-header .square-btn.resources {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.-main-header .square-btn.resources::after {
    content: none;
}

.-main-header .square-btn.resources:hover .resource-arrow {
    scale: 1.1;
    transform: translateX(50%);
}

.-main-header .resource-arrow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 1px 1px 3px #00000029;
    transition: all 200ms ease-in-out;
    background-image: url(../images/header-footer/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center center;
}


/* Footer Classes */

.-main-footer .subscribe-btn-container {
    right: 0.2em;
    top: 50%;
    transform: translateY(-50%);
}

.-main-footer .input-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 0.2rem);
    height: calc(100% + 0.15rem);
    /* background: linear-gradient(270deg, #88c071 0%, #58c3c3 100%); */
    transform: translate(-50%, -50.5%);
    border-radius: inherit;
}

.-main-footer .--hover-slide-list>* {
    transition: all 200ms linear;
}

.-main-footer .--hover-slide-list>*:has(:not(.--after-yellow-arrow)):hover {
    transform: translateX(1rem);
    color: #fff !important;
    font-weight: 600;
}

.-main-footer .--after-yellow-arrow {
    position: relative;
}

.-main-footer .--after-yellow-arrow::after {
    position: absolute;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    right: -1.5rem;
    transform: translateY(-35%);
    top: 50%;
    background-image: url(../images/header-footer/yellow-arrow.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 200ms linear;
}

.-main-footer .--after-yellow-arrow:hover::after {
    right: -2.5rem;
}

.--hover-scale-up:hover {
    scale: 1.2;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: none !important;
}

.navbar-toggler:is(.-cross,
.-three-dot) {
    transition: all 300ms linear !important;
}

.navbar-toggler.collapsed .-cross {
    scale: 0;
}

.navbar-toggler:not(.collapsed) .-three-dot {
    display: none;
}

.-three-dot {
    color: #fff !important;
}
/* #menuHeader .nav-link{
    color: #fff;
} */

.rounded-4 {
    border-radius: 1rem !important;
}

.placeholder-text-white::placeholder {
    color: #fff !important;
}
/* 
#menuHeader .nav-link:hover {
    color: #212529 !important;
}
.btn> .nav-link:hover {
    color: #212529 !important;
}
.btn:hover, .expand-menu {
    color: #212529;
} */
/* #menuHeader .nav-link:active{
    color: #212529 !important;
}
#menuHeader .active{
    color: #212529 !important;
}


.-main-header .expand-menu.active a {
    color: #212529 !important
} */
 .nav-link{
    color: #fff !important   ;
    font-weight: 600;
 }
.dropdown-menu .dropdown-item {
    color: #fff !important; /* Dark text */
    font-weight: 600;
}
/* On hover */
.dropdown-menu .dropdown-item:hover {
    background-color: #212529;
    color: #212529;
    font-weight: 600;
}
.active .nav-link {
    color: #212529 !important;
    font-weight: 600;
}
.active .nav-link .s0 {
    fill: #212529 !important;
    font-weight: 600;
}
@media(max-width:767px)
{
     .nav-link {
    color: #fff !important;
    font-weight: 600;
}
.dropdown-item .fw-semibold {
    color: #212529 !important;
}
.dropdown-item .text-wrap {
    color: #212529 !important;
}
}

.top-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    background-color: #000;
}
.hero-header {
    padding-top: 80px; /* Adjust based on header height to avoid overlap */
}