:root {
    --color-light: #267A02;
    --color-very-light: rgb(5, 166, 2);
    --color-dark: #1F6402;
    --color-very-dark: #164601;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.link-without-underline,
.link-without-underline a:link,
.link-without-underline a:visited {
    color: white;
    text-decoration: none;
}

    .link-without-underline:hover {
        color: white;
        text-decoration: underline;
    }

#lnkSignUp {
    padding: 15px 30px 15px 30px;
    font-size: larger;
}

#yourCart {
    padding: 15px 30px 15px 30px;
    font-size: larger;
}

#specials {
    text-align: left;
    margin-top: 1.5rem !important;
}

    #specials hr {
        border: 1px solid var(--color-light);
        opacity: 1;
    }

.card-title {
    /* font-family: cursive;
  font-size: xx-large; */
    /* color: #404040; */
    padding-top: 8px;
    text-align: left;
    font-weight: 300;
    margin: 0 !important;
}

.card-button {
    border-style: none !important;
}

/* .card-button .bi {
  font-size: x-large;
  margin-top: -5px;
  line-height: 0;
  padding-right: 5px;
} */

.card {
    border-radius: 0.55rem;
    /* background-color: rgb(244, 251, 244); */
    border-style: none !important;
    margin-top: 25px !important;
    /* box-shadow: 0 0 10px 3px rgb(0 0 0 / 16%) */
}

.hp_card {
    margin-left: 10px;
    margin-right: 10px;
    min-width: 280px;
    max-width: 280px;
}

    /* .card-img-top
{
  border-radius: 0.55rem;
} */

    .hp_card:hover {
        transform: scale(1.01);
        /* box-shadow: 0 0 2px 0.5px var(--color-light) */
    }

.reveal-details {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 500ms ease-in-out;
    background-color: var(--color-light);
    border-bottom-left-radius: 0.55rem;
    border-bottom-right-radius: 0.55rem;
    text-align: center;
}

.hp_card:hover .reveal-details {
    max-height: 53px;
    height: 53px;
}

@media (max-width: 768px) {
    .hp_card:hover .reveal-details {
        max-height: 48px;
        height: 48px;
    }
}

.dropdown-item.focus {
    background-color: red !important;
}

/***** offcanvas *****/

.offcanvas-backdrop.show {
    opacity: .65 !important;
}

.offcanvas {
    width: 550px !important;
}

#offcanvasButton {
    width: 235px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    top: calc(50vh - 137.5px);
    right: 20px;
    color: white;
    background-image: linear-gradient(60deg, var(--color-dark) 0%, var(--color-very-light) 100%);
    border-radius: 15px 15px 0 0;
    border-color: var(--color-very-light);
    transform: rotate(270deg);
    transform-origin: right;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.offcanvas-header {
    background-image: linear-gradient(60deg, var(--color-dark) 0%, var(--color-light) 100%);
    color: white;
}

.useCase {
    display: none;
}

#useCases h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: var(--color-very-dark);
}

#useCases h5 {
    color: var(--color-very-dark);
}

#useCases b {
    color: var(--color-very-dark);
}

.card-price {
    margin: 0 !important;
    font-size: medium;
}

.card-buttons {
    margin-top: 7px;
}

.card-discount {
    /* justify-content: center; */
    /* align-items: center; */
    border-radius: 100%;
    /* text-align: center; */
    background-color: #ffc107;
    color: black;
    width: 40px;
    height: 30px;
    padding: 4px 0;
    vertical-align: middle;
    /* float: left; */
    position: absolute;
    top: 15px;
    left: 25px;
    margin-top: 10px;
    text-align: center;
    font-size: small;
}

.card-allergy {
    color: red;
    background-color: #F4FBF4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20pt;
    position: absolute;
    text-align: center;
    line-height: 36px;
    right: 25px;
    top: 25px;
}

/***** Header section *******/
.woodgrove-header-link span {
    text-decoration-line: underline;
    color: black;
}

.woodgrove-header-link:hover span {
    color: green;
}


.navbar {
    position: relative;
    text-align: center;
    background-color: #CDDFCC;
    border-radius: 40px;
    color: white;
}


/* Selects the #navbarClose element where the parent's element aria-expanded attribute is true or false*/
#navbarToggler[aria-expanded=true] > #navbarClose {
    display: block;
}

#navbarToggler[aria-expanded=false] > #navbarClose {
    display: none;
}

#navbarToggler[aria-expanded=true] > #navbarOpen {
    display: none;
}

#navbarToggler[aria-expanded=false] > #navbarOpen {
    display: block;
}

.header {
    position: relative;
    text-align: center;
    /* background: linear-gradient(60deg, var(--color-dark) 0%, var(--color-light) 100%); */
    background-color: var(--color-dark);
    color: white;
}

.inner-header {
    min-height: 360px;
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (max-width: 510px) {
    .inner-header {
        min-height: 450px;
    }
}

.flex {
    /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/******** jumbotron ************/
.avatar {
    border-radius: 50%;
    width: 100% !important;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    /* box-shadow: 1px 1px 5px 1px var(--color-light); */
}

@media (max-width: 1200px) {
    .avatar-container {
        display: none;
    }
}

/******** jumbotron end ************/

/******* Header buttons ********/
.header-button {
    background-image: linear-gradient(60deg, var(--color-dark) 0%, var(--color-light) 100%);
    /* background-color: var(--color-dark)!important; */
    letter-spacing: -.025rem;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, .11), 0 2px 4px -1px rgba(0, 0, 0, .07);
    background-size: 150%;
    background-position-x: 25%;
    border-radius: 40px;
    color: white !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    white-space: nowrap !important;
    margin-top: 2px;
}

    .header-button:hover {
        background-image: linear-gradient(60deg, var(--color-light) 0%, var(--color-dark) 100%);
        /* background-image: linear-gradient(60deg, var(--color-dark) 30%, var(--color-light) 70%); */
        /* border-color: var(--color-dark); */
        border-style: solid;
        border-width: 1px;
        transform: scale(1.01);
    }

/******* Waves animation ********/
.waves {
    position: relative;
    width: 100%;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 30px;
    max-height: 60px;
}

@media (prefers-reduced-motion: reduce) {

    /* CSS to disable motion goes here */
    .waves {
        visibility: hidden;
    }
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 14s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 20s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 26s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/******* Waves animation end ********/

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}

/***** Homepage numbers *****/
.homepage-numbers {
    box-shadow: inset 0 0 1px 1px hsla(0, 0%, 100%, .9), 0 20px 27px 0 rgba(0, 0, 0, .05) !important;
    margin-top: -12.5rem !important;
    z-index: 5 !important;
    position: relative;
    backdrop-filter: saturate(200%) blur(30px);
    background-color: hsla(0, 0%, 100%, .8) !important;
    border-radius: 1rem;
}

hr.vertical.dark {
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4), transparent);
}

hr.vertical {
    position: absolute;
    background-color: transparent;
    height: 100%;
    right: 0;
    top: 0;
    width: 1px;
}

.number-text {
    color: var(--color-dark);
}

.number-description {
    padding-left: 10px;
    padding-right: 10px;
}

/***** Homepage numbers end *****/

/*** Footer ****/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* Set the fixed height of the footer here */
    line-height: 30px !important;
    /* Vertically center the text there */
    padding-top: 150px;
    white-space: normal !important;
    z-index: -12;
}

.footer-text {
    color: black;
}

    .footer-text a:link {
        color: black;
    }

    .footer-text a:visited {
        color: black;
    }

    .footer-text a:hover {
        color: black;
    }

/*** Footer ends ****/


/***** Spiner ******/
.woodgrove-spinner {
    width: 5rem;
    height: 5rem;
    margin-top: 100px;
}

/***** Spiner ends ******/

/********** Feedback button ******/
.feedback {
    padding: 5px 20px;
    height: 40px;
    cursor: pointer;
    color: white !important;
    background-image: linear-gradient(60deg, #0B60B0 30%, #40A2D8 100%);
    border-radius: 5px 5px 0 0;
    border-color: #0B60B0;
    z-index: 9999;
}

#feedbackButton {
    position: fixed;
    bottom: -4px;
    right: 10px;
}

/***************** Help ****************/
.nav-underline .nav-link.active,
.nav-underline {
    color: var(--color-dark);
    border-bottom-color: #ffc107;
    border-bottom-width: 3px;
}

    .nav-underline .nav-link {
        color: var(--color-light);
    }

.wg-tab-content {
    margin-top: 25px;
}

#showEntraAdminCenter,
#GraphApiContent {
    display: none;
}

pre {
    color: rgb(60, 60, 60);
    margin-bottom: 0 !important
}

    pre.code {
        background-color: rgb(248, 248, 248);
        border-color: rgb(230, 230, 230);
        border-style: solid;
        border-width: 1px;
        border-radius: 15px;
        ;
        padding-top: 15px;
        padding-left: 20px;
    }


.graph-header {
    padding-bottom: 5px;
    color: var(--color-dark);
}

.graph-header-space {
    padding-top: 25px;
}

.highlight {
    font-weight: bold;
    color: #084884;
    background-color: rgb(228, 228, 228);
}

.method {
    font-weight: bold;
    color: #084884;
}

.function-powershell .method {
    font-weight: bold;
    color: #0101fd;
}

.function-powershell .value {
    color: #a31515;
}

.function-powershell .comment {
    color: green;
}

.param {
    font-weight: bold;
    color: #006881;
}

.function-http code {
    color: black;
}

.function-powershell code {
    color: black;
}

#microsoftGraph .function-powershell {
    display: none;
}

#graphPowerShell .function-http {
    display: none;
}

.copyToClipboard {
    margin-top: 10px;
    ;
}

.collapse.example {
    background-color: #0080000a;
    padding-left: 15px;
    padding-bottom: 15px;
    -webkit-transition: none !important;
    transition: none !important;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

/************* Profile card ********/
.profile-header {
    color: green;
    padding-bottom: 5px;
    padding-top: 55px;
}

.profile-content {
    margin-left: 30px;
    background-color: #0080000a;
    padding: 10px 10px 10px 30px;
    border-radius: 10px;
}

.profile-card {
    background-image: linear-gradient(to bottom right, #1b5702 60%, var(--color-light) 100%);
}

.profile-card-header {
    text-shadow: 1px 1px 10px rgb(3, 80, 2);
}

.profile-card-text {
    line-height: 1.75;
}

/* Adding shine effect for product cards on hover */
.hp_card {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .hp_card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(3, 80, 2, 0.2);
    }

    .hp_card:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100% );
        transform: skewX(-25deg);
        transition: all 0.75s ease;
        z-index: 1;
    }

    .hp_card:hover:before {
        left: 100%;
    }

    .hp_card:hover .card-button {
        background-color: rgb(3, 80, 2);
        color: white;
    }

    .hp_card:hover .card-title {
        color: rgb(3, 80, 2);
        font-weight: bold;
    }

    .hp_card:hover .card-price {
        color: rgb(3, 80, 2);
        font-weight: bold;
    }
