* {
    overflow-x: hidden;
    font-family: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

html {
    scroll-behavior: smooth;
    /* enables smooth scroll */
}


::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff00;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1A7910;
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1A7910;
}

/*<<===================================== fonts =====================================>>*/
@font-face {
    font-family: 'FontAwesome';
    src: url('/webfonts/fa-regular-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kumbh';
    src: url('/fonts/Kufam/Kufam-VariableFont_wght.ttf') format('truetype');
    /* Adjust path if needed */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Michroma';
    src: url('/fonts/Michroma/Michroma-Regular.ttf') format('truetype');
    /* Adjust path if needed */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin_Slab';
    src: url('/fonts/Josefin_Slab/JosefinSlab-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Californian';
    src: url('/fonts/Californian_FB_Bold.ttf') format('truetype');
    font-display: swap;
}

/* @font-face {
    font-family: "Inconsolata";
    src: url('/fonts/Inconsolata/Inconsolata-VariableFont_wdth,wght.ttf') format('truetype');
    font-display: swap;
} */

/*<<===================================== nav bar =====================================>>*/
nav {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: transparent;
}

.navbar-nav {
    box-shadow: 0 0 7px #618B35;
}

.navbar-light .navbar-nav .nav-link.active {
    background-color: #086608;
    color: #fff;
    border-radius: 50px;
}

/* .navbar-light .navbar-nav .nav-link.active::after {
    content: ".";
    font-size: 1.5vw;
    line-height: 5px;
} */

.navbar-light .navbar-nav .nav-link:hover {
    background-color: #086608;
    /* background-color: #6EA139; */
    color: #fff;
    border-radius: 50px;
}

.navbar-tealink-logo {
    visibility: hidden;
}

/* conditional */
.main .navbar.condition {
    background: transparent;
    /* height: 10vh; */
}

.main .navbar.condition .logo {
    color: #fff;
}

.nav-item {
    font-size: 1vw;
}

.main .navbar.condition .nav-item {
    color: #ffffff;
    border: 1px solid transparent;
    font-size: 1.5vw;
}

.main .navbar.condition .nav-item:hover {
    border: 1px solid #f9f9f9;
}

.main .navbar.condition .nav-item.active {
    border: 1px solid #fff;
}

.navbar-toggler-icon {
    background-image: var(--mdb-navbar-toggler-icon-bg) !important;
}

/*<<===================================== banner =====================================>>*/
/* .tealink-logo::before {
    content: "";
    position: absolute;
    height: 35px;
    width: 35px;
    background-color: #000;
} */
.tealink-logo {
    width: 15vw;
}

.banner-img {
    object-fit: cover;
    height: 100vh;
    width: 100vw;
}

.banner-content {
    margin-top: 14vh;
}

.banner-content .bold-text {
    text-align: center;
    font-size: 2.5vw;
    font-weight: 600;
    color: #1A7910;
    letter-spacing: 1px;
    line-height: 50px;
    overflow: hidden;
}

.small-text {
    font-family: "Kumbh", Inter, Roboto, Arial, sans-serif;
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 1px;
}

.request-demo-btn {
    font-size: 1.5vw;
    background-color: #D3F29F;
    box-shadow: 1px -2px 9px #247E03;
    border: none;
    border-radius: 50px;
}

/*<<===================================== floating contact us btn =====================================>>*/
.floating-contact-btn {
    top: 90vh;
    right: 50px;
    cursor: pointer;
    width: 80px;
    transition: all 0.3s ease-in;
    overflow: hidden;
}

.floating-contact-btn:hover {
    width: 260px;
    background-color: #D3F29F;
    font-size: 1.5vw;
    border-radius: 20px;
    transition: all 0.3s ease-in;
}

.floating-contact-btn:hover .contact-icon-img {
    animation: none;
}

.contact-icon img {
    height: 70px;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.shake-once {
    animation: shake 1.5s ease-in-out;
}

/*<<===================================== about us =====================================>>*/
.about {
    /* height: 100vh; */
    width: 100vw;
}

.comopany-information {
    margin-top: -240px;
    background-image: url("/images/company-information.png");
    background-size: cover;
}

.comopany-information img {
    object-fit: cover;
    height: 100%;
    width: 100vw;
}

.information-background {
    position: relative;
    z-index: 1;
}

.information-content .company-details {
    width: 90%;
}

.company-details div {
    width: 65%;
}

.comopany-information .informatin-sidebar {
    height: 800px;
    width: 150px;
    filter: drop-shadow(2px 4px 6px #2BB52B);
}

.information-text {
    font-family: 'Michroma', 'IBM Plex Mono', 'Source Code Pro', 'Courier New', monospace;
    position: absolute;
    top: 40vh;
    right: -9.1vw;
    white-space: nowrap;
    letter-spacing: 1px;
    rotate: 90deg;
    font-size: 1.4vw;
    color: #fff;
}

.information-title {
    margin-top: 14vh;
}

.company-details div {
    margin-top: 35vh;
}

.accordion-button.child {
    padding-left: 3vw;
}

.inner-accordian-child {
    padding-left: 5vw;
}

.accordion-item {
    border: none;
}


/*<<===================================== ERP =====================================>>*/
.erp {
    position: relative;
    width: 100vw;
    height: auto;
}

.leaf-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.3;
}

.card {
    transition: all 0.3s ease-in-out;
    cursor: default;
    /* height: 100%; */
    height: 380px;
    display: block;
    overflow: hidden;
}

.card::-webkit-scrollbar {
    width: 0px !important;
}

/* Track */
.card::-webkit-scrollbar-track {
    background: #ffffff00;
}

/* Handle */
.card::-webkit-scrollbar-thumb {
    background: #1b791000;
    border-radius: 20px;
}

/* Handle on hover */
.card::-webkit-scrollbar-thumb:hover {
    background: #1A7910;
}

.card.second-card {
    height: 350px;
    background: linear-gradient(to bottom right, #f1f1f1, #dde8ef);
}

.col-xl-4.col-md-6.p-4:hover .card.second-card {
    /* background: #003000 !important; */
    margin-top: -10px;
    background: #205620 !important;
    color: #fff;
}

.col-xl-4.col-md-6.p-4:hover .store-type-name {
    padding-top: 15px;
}

.col-xl-4.col-md-6.p-4:hover .store-icons {
    background: linear-gradient(to bottom right, #f1f1f1, #dde8ef);
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 20px !important;
}

.col-xl-4.col-md-6.p-4:hover .store-type-text {
    color: #fff;
}

.card:hover {
    box-shadow: 0 0 10px #aab496 !important;
    /* transform: scale(1.02); */
    /* margin-top: -10px; */
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    /* height: 100%; */
}

.has-nochild::after {
    content: none;
}

.card.third-card {
    height: 280px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(8, 102, 8, 0.6)) 1;
    border-radius: 10px;
    box-shadow: none !important;
}

.card.third-card:hover {
    box-shadow: 0px 1px 5px #6ba46b !important;
    /* border: 1px solid #6ba46b !important; */
}

.erp-card-logo {
    height: 130px;
}

.garden-body .accordian-width {
    width: 50%;
}

.garden::-webkit-scrollbar {
    width: 0px !important;
}

/*<<===================================== customers =====================================>>*/
.customers {
    width: 100vw;
    height: auto;
    /* background: linear-gradient(to bottom, #F0FFE0, #ffffff); */
}

.erp-customers {
    height: 270px;
}

.erp-adopted {
    transition: all 0.3s ease-in-out;
}

.erp-adopted:hover {
    margin-top: -10px;
    box-shadow: 0 0 10px #aab496;
    transition: all 0.3s ease-in-out;
}

.customer-logo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    padding: 9px;
    background: #ffffff;
    box-shadow: 0px 0px 5px #e7e7e7;
    border: 3px solid #e7e7e7;
}

.vector-tealeaf {
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

/*<<===================================== Tea Link =====================================>>*/
.tealink {
    position: relative;
    width: 100vw;
    height: auto;
}

.curve-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.3;
}

/*<<===================================== Tea Link stores =====================================>>*/
.tealink-stores {
    background: linear-gradient(to bottom, #e3f2e3, #fff);
    margin-top: -10px;
}



/*<<===================================== contact us form =====================================>>*/
.contact-us {
    background-color: #003000;
    color: #fff;
    width: 100vw;
}

.focus-me input {
    border: 1px solid #0d3f0d !important;
    border-radius: 15px;
    outline: 0 !important;
}

.focus-me span.placeholder {
    position: absolute !important;
    font-size: 75% !important;
    margin-left: 13px !important;
    background: #ffffff;
    width: auto;
    line-height: 10px !important;
    padding: 2px 5px !important;
    color: #666;
    opacity: 1;
}

.input-box {
    width: 90%;
    background: #007700;
    color: #FFF;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    text-align: center;
}

.input-box:hover {
    background: #006800;
}

.w-90 {
    width: 90%;
}

/*<<===================================== contact us form =====================================>>*/
.tealink-functions {
    width: 100vw;
    height: 90vh;
    background-color: #fff;
}

.card-body ul {
    list-style-type: disc !important;
    list-style-position: inside;
}

.card-body {
    display: block !important;
    overflow: hidden;
}

/* Hide Parsley error messages */
.parsley-error-custom.mobileNumber {
    display: none;
}

/* Hide Parsley error messages */
.parsley-error-custom.personName {
    display: none;
}

/* Style the input field when invalid */
input.parsley-error {
    background-color: #facccc !important;
    /* light red */
    border: 1px solid #ff4d4d !important;
}

/* Optional: Reset background on valid */
input.parsley-success {
    background-color: white !important;
    border-color: #28a745 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.contact-link {
    color: #ffffff;
    text-decoration: none;
    display: block;
}

.contact-link:hover {
    text-decoration: underline;
    cursor: pointer;
}



.features-list li {
    font-size: 1.25rem;
    transition: all 0.3s ease-in-out;
}

.features-list li:hover {
    color: #247E03;
    padding-left: 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.erp-adopted {
    width: 100%;
}

.tealink-functions {
    height: auto;
}

.g-recaptcha>div {
    overflow: hidden;
}

.social-media-handels a {
    color: #003000 !important;
}

.facebook,
.linkedin {
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem;
    transition: all 0.3s ease-in-out;
}

.facebook:hover,
.linkedin:hover {
    box-shadow: 0 0 10px #aab496;
    transition: all 0.3s ease-in-out;
}

.social-media-heading {
    background: #cdcdcd;
    height: 1px;
    margin-bottom: 2rem;
}


@media (max-width: 1400px) {
    .information-text {
        top: 50%;
        right: -11.5vw;
        font-size: 1.8vw;
    }

    .tealink-stores {
        margin-top: -20px;
    }

    .card.third-card {
        height: 290px;
        overflow: auto;
    }

    .tealink-functions {
        height: auto;
    }
}

@media (max-width: 1024px) {
    .banner-img {
        height: 50vh;
    }

    .company-details div {
        width: 80%;
    }

    .information-text {
        right: -21vw;
        font-size: 3vw;
        top: 45%;
    }

    .banner-content {
        margin-top: 6vh;
    }

    .company-details div {
        margin-top: 20vh;
    }

    .garden-body .accordian-width {
        width: 65%;
    }

    .card-md:nth-child(2) {
        border-right: none !important;
    }

    .card-md:nth-child(3) {
        border-right: 1px dashed #b9b9b9;
    }

    .card-md:nth-child(5) {
        border-left: none !important;
    }

    .card-md:nth-child(8) {
        border-right: none !important;
    }

    .erp-customers {
        height: 320px;
    }

    .erp-customers {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .erp-adopted {
        width: 75%;
    }

    .adopted-logo {
        /* width: 70%; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .md-text-center {
        text-align: center;
    }

    .tealink-stores {
        margin-top: -30px;
    }

    .card.third-card {
        height: 300px;
        overflow: auto;
    }
}

/* @media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 790px;
    }
} */
@media (max-width: 820px) {

    .navbar-nav.rounded-pill {
        border-radius: 5px !important;
        box-shadow: none;
    }

    .navbar {
        background-color: #fff;
    }

    .navbar-tealink-logo {
        visibility: visible;
        height: 50px;
        margin: 5px;
    }

    .banner-content .small-text {
        padding-left: 40px;
        padding-right: 40px;
        text-align: center;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 1.05rem;
    }

    .contact-us-body .col-xl-5 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .contact-us-body .col-xl-5 form.row {
        padding: 2rem;
    }

    .navbar .container-fluid.mx-5 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: flex;
        justify-content: space-between !important;
    }

    .banner-content {
        margin-top: 11vh;
    }

    .contact-us-body .md-container {
        max-width: 100vw !important;
        margin: 0 !important;
    }

    .comopany-information .informatin-sidebar {
        height: 760px;
        width: 120px;
        object-fit: contain;
    }

    .garden-body .accordian-width {
        width: 75%;
    }

    .md-contact-us-bg {
        border-top-right-radius: 0 !important;
    }

    .card {
        height: 400px;
    }

    .card.second-card {
        height: 380px;
    }

    .card.second-card {
        height: 370px;
    }

    .card.third-card {
        height: 313px;
    }

    .floating-contact-btn {
        top: 92vh;
    }

    .mobile-container-fluid {
        display: flex;
        justify-content: right !important;
    }
}

@media (max-width: 430px) {
    ::-webkit-scrollbar {
        width: 3px;
    }

    .navbar-nav.rounded-pill {
        border-radius: 5px !important;
        box-shadow: none;
    }

    .navbar {
        background-color: #fff;
    }

    .navbar-tealink-logo {
        visibility: visible;
        height: 50px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 1.05rem;
    }

    .navbar .container-fluid.mx-5 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: flex;
        justify-content: space-between !important;
    }

    .banner-content {
        margin-top: 14vh;
    }

    .loading-animation .fs-2 {
        color: #063200 !important;
    }

    .banner-content .bold-text {
        line-height: 30px;
    }

    .small-text.fs-3 {
        font-size: 1.2rem !important;
        padding: 0px 40px;
        text-align: center;
    }

    .information-title {
        display: none;
    }

    .information-content .company-details {
        width: 100%;
    }

    .company-details div {
        margin-top: 55vw;
    }

    .company-info-text {
        font-size: 1.2rem !important;
    }

    .company-details div p {
        margin-bottom: 2rem !important;
        /* text-align: center !important; */
        letter-spacing: 0px !important;
    }

    .sm-font-size {
        font-size: 1.3rem !important;
        line-height: 16px !important;
        text-align: center;
    }

    .garden-body .accordian-width {
        width: 100%;
    }

    .card-md:nth-child(2) {
        border-left: none !important;
    }

    .erp-adopted {
        width: 100%;
    }

    .tealinkimg {
        overflow: hidden;
    }

    .tealinkimg img {
        rotate: 5deg;

    }

    .sm-px-padding {
        padding: 0 13px;
    }

    .fs-6.mb-1.mt-2 {
        font-size: 0.9rem !important;
    }

    .sm-padding-top {
        padding-top: 2rem !important;
    }

    .sm-padding-top span {
        font-size: 3rem !important;
    }

    .erp-customers {
        height: 350px;
    }

    .md-contact-us-bg {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .contact-us {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
    }

    .md-contact-us-bg {
        top: 89vh;
        right: 15px;
    }

    .contact-us-body .col-xl-5 {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .contact-us-body .col-xl-5 form.row {
        padding: 0rem;
    }

    .contact-us-body .col-xl-5 form.row input.py-3 {
        padding: 0.8rem 0 !important;
    }
}

@media (max-width: 375px) {
    .banner-content .small-text {
        font-family: Kumbh Sans;
        color: #000000;
        padding: 0 30px;
        text-align: center;
    }

    .company-details div {
        margin-top: 58vw;
    }

    .sm-font-size {
        text-align: center;
    }

    .gardens.mb-5 {
        margin-bottom: 0 !important;
    }

    .erp-heading.my-5 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .card {
        height: 360px;
    }

    .card.second-card {
        height: 350px;
    }

    .tealink-stores {
        margin-top: -40px;
    }

    .tealink-stores-body .container.mb-5 {
        margin-bottom: 0 !important;
    }

    .tealink-stores-heading.my-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .tealink-stores-heading .fs-6.mb-1 {
        text-align: center;
    }

    .tealink-stores-body .col-xl-4.col-md-6.p-4 {
        padding: 0.7rem !important;
    }

    .tealink-functions-heading.my-5 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .card.third-card {
        height: 260px;
    }

    .card.card.third-card .card-body {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .contact-us-body .col-md-7 {
        padding: 0 20px !important;
    }

    .contact-us-body .col-md-7 p.px-3.fs-5.mb-5 {
        text-align: center;
    }

    .floating-contact-btn {
        top: 85vh;
    }

    .floating-contact-btn span {
        line-height: 4;
    }

    .contact-us-body .col-xl-5 {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .contact-us-body .col-xl-5 form.row {
        padding: 0rem;
    }

    .contact-us-body .col-xl-5 form.row input.py-3 {
        padding: 0.8rem 0 !important;
    }
}