@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');

/* Italic */
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');


/* font-family: "Italianno", cursive; */

@font-face {
    font-family: "CAVOLINI";
    src: url(./fonts/CAVOLINI.TTF);
}

:root {
    --heading-font: "Noto Serif", serif;
    --text-font: "Poppins", sans-serif;
    --main-font: "Momo Trust Display", sans-serif;
}

/* General Styling and Font */
body {
    background: #f5f6f7;
    /* Light background for context */
    /* padding-top: 5rem; */
    font-family: "Poppins", sans-serif;
    padding-top: 10%;
}

.cursive-font {
    font-family: "Italianno", cursive;
    font-size: 40px;
    font-weight: 600;

}

/* 1. Main Navbar Container Style (Rounded Card Effect) */
.jaggery-navbar {
    position: fixed;
    top: 10px;
    width: 95%;
    margin: auto;
    z-index: 99999 !important;
    left: 50%;
    transform: translateX(-50%);
}

.collapse {
    background: transparent;
    backdrop-filter: blur(5px);
    border: 1px solid transparent;
    padding: 10px;
    /* border: 10px solid transparent;
    border-image: url(./images/melted-jaggery-image.PNG) 150 stretch;  */
    border-radius: 20px;
    /* border-image: url(./images/melted-jaggery.PNG) 80 round; */
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.4) 0%, var(--token-d49ce14e-f5dc-463a-9b8d-4f0e772df7f1, rgb(255, 255, 255)) 100%);
}

.collapse {
    position: relative;
    z-index: 1;
}

.collapse::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: url('./images/melted-jaggery.PNG') repeat-x;
    background-size: contain;
    z-index: -1;
    overflow: hidden;
    animation: flow 50s linear infinite;
}

.collapse::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 25px;
    background: url('./images/melted-jaggery-nav-base.PNG') repeat-x;
    background-size: contain;
    z-index: -1;
    overflow: hidden;
    animation: flow 50s linear infinite;
}

@keyframes flow {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -1500px 0;
        /* controls speed & direction */
    }
}

.jaggery-nav-link {
    color: black;
    /* Muted gray for links */
    font-weight: 600;
    transition: color 0.2s;
    padding: 0.5rem 0.8rem;
    transition: 5s;
}

.jaggery-nav-link:hover {
    color: #212529;
    border-bottom: 1px solid black;
    /* Darker text on hover */
}

.jaggery-left-nav-link {
    color: black;
    /* Muted gray for links */
    font-weight: 600;
    transition: color 0.2s;
    padding: 0.5rem 0.8rem;
    transition: 5s;
}

.jaggery-left-nav-link:hover {
    color: #212529;
    border-bottom: 1px solid black;
    /* Darker text on hover */
}

.navbar-brand {
    padding: 10px 55px;
}

.jaggery-line-1 {
    font-family: var(--main-font);
    font-size: 45px;
    font-weight: 500;
    margin-top: 65px;
    margin-bottom: 12px;
    margin-left: 65px;
    color: #c27a29;
}

.clean {
    font-size: 90px;
    display: inline-block;
    color: white;
    background: #c27a29;
    padding: 5px 45px;
    border-radius: 5px;
    margin-bottom: -5px;
    margin-left: 65px;
}

.jaggery-line-2 {
    font-family: var(--main-font);
    font-size: 70px;
    font-weight: 500;
    color: #c27a29;
    margin-left: 65px;
    margin-top: 15px;
    /* line-height: 80px; */
}

.img-1-title{
   
}

.img-2-title {
    
}

.img-3-title{

}

.span-line-2 {
    margin-left: 0px;
}

.main-text {
   position: absolute;
   top: 385px;
   bottom: 0; 
}

.jaggery-features{
    margin-top: 100px;
}

.jaggery-features i {
    font-size: 30px;
    font-weight: 600;
}

.jaggery-features-card {
    font-family: var(--heading-font);
    background: white;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    padding: 3px;
    border-radius: 10px;
}

/* 3. Gradient Button Styling */
.get-in-touch-btn {
    /* Custom gradient matching the image */
    background: linear-gradient(135deg, #333333 0%, #000000 100%);
    color: white;
    border: none;
    padding: 0.75rem 1.75rem;
    border-radius: 50rem;
    /* Pill shape */
    font-weight: 600;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.get-in-touch-btn:hover {
    transform: translateY(-2px);
    /* Slight lift */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    color: white;
}

.get-in-touch-btn .arrow-icon {
    margin-left: 0.5rem;
    width: 14px;
    height: 14px;
    stroke-width: 3;
}

.web-logo {
    height: 80px;
}

.navbar-nav {
    gap: 30px;
}

.banner-logo-container {
    text-align: center;
    padding-top: 15px;
}

.banner-logo-container img {
    height: 400px;
    border-radius: 10px;
}

.banner-container {
    text-align: center;
}

.banner-container img {
    height: 500px;
}

.discover-product-btn {
    text-align: center;
}

.discover-product-btn a {
    text-decoration: none;
    color: #ffffff;
    background: rgb(89 58 29);
    padding: 20px;
    border-radius: 8px;
}

.our-story {
    padding: 0px 50px 0 50px;
}

.our-story-text {
    background: white;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    border-radius: 10px;
}

.our-story-head {
    display: inline-block;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 10px 25px 0px 10px;
}

.our-story-head h1 {
    font-family: var(--heading-font);
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(175, 99, 22);
}

.our-story-text p {
    font-family: CAVOLINI;
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
    color: #3d3d3d;
}

.our-story-text h5 {
    font-family: CAVOLINI;
    font-size: 20px;
    color: rgb(0, 90, 27);
    font-weight: 800;
}

.jaggery-img-container {}

.img-1 {
    width: 500px;
    margin-left: 50%;
    margin-top: 8%;
    /* padding: 0 0 500px 0; */
}

.img-2 {
    position: absolute;
    height: 190px;
    bottom: -75px;
    right: 0;
}

.img-3 {
    position: absolute;
    height: 190px;
    bottom: -200px;
    right: 325px;
}


.our-story-cards {
    /* background: url(./images/sugarcane-farm.png) center center / cover no-repeat fixed; */
    padding: 50px 0 30px 0;
}

.our-story-card {
    height: 100%;
}

.card {
    background: transparent;
    /* background-image: linear-gradient(180deg, #f9c30000 21.88%, #593a1dfa 65.1%); */
    padding: 20px;
    border: transparent;
    border-radius: 20px;
    /* height: 100%; */
}

.image-container {
    text-align: center;
    margin-bottom: 8px;
}

.image-container img {
    filter: brightness(1.15);
    height: 200px;
    border-radius: 100px;
}

.our-story-card::before {
    position: absolute;
    content: "";
    bottom: 0;
    background: white;
    left: 0;
    height: 81%;
    width: 100%;
    z-index: -1;
    border-radius: 13px;
    box-shadow: 4px 4px 1rem rgba(0, 0, 0, 0.15) !important;
}

.our-story-card-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    height: 2px;
    width: 86px;
}

.our-story-card-title {
    position: relative;
    text-align: center;
}

.our-story-card-title h3 {
    /* font-family: var(--heading-font); */
    font-weight: 600;
    font-size: 20px;
    color: black;
}

.our-story-card-text {
    text-align: justify;
    padding: 10px 25px;
}

.our-story-card-text p {
    font-family: var(--text-font);
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: black;
}

.cards:hover {}

.about-flavour-blends {
    padding: 30px 60px;
}

.flavour-head-text {
    padding-bottom: 0px;
}

.flavour-p-text {
    line-height: 30px;
}

.flavour-head-text h1 {
    font-family: var(--heading-font);
    font-weight: 700;
    color: rgb(175, 99, 22);
    line-height: 70px;
}

.flavour-head-text h1 {
    display: inline-block;
    background: white;
    padding: 8px 10px 0 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    ;
    border-radius: 20px;
    margin-bottom: 10px;
}

.flavour-head-text p {
    margin-top: 10px;
}

.flavour-head-text h3 {
    font-family: var(--heading-font);
}

.flavour-p-text p {
    font-family: CAVOLINI;
}

.flavour-p-text p {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    padding: 15px;
    border-radius: 12px;
}

.flavour-img-container {
    text-align: center;
}

.flavour-img-container img {
    border-radius: 20px;
    box-shadow: 10px black;
}

.flavour-ideas-text {
    text-align: center;
    padding: 40px 30px;
}

.flavour-ideas-head h1 {
    font-family: var(--heading-font);
}

.flavour-ideas-p h5 {
    font-family: CAVOLINI;
}

.flavour-tips-card {
    padding: 5px;
    height: 100%;
    transition: 1s;
    border-radius: 30px;
}

.flavour-image-container {
    text-align: center;
}

.flavour-tip-text {
    text-align: center;
    padding: 12px 10px 0 0;
}

.flavour-tip-text p {
    font-family: var(--text-font);
    font-weight: 500;

}

.flavour-tips-card:hover {
    scale: 1.1;
}

.flavour-tips-last-card {
    height: 100%;
    transition: 1s;
    border-radius: 30px;
}

.flavour-last-tip-text {
    padding: 12px 0 0 20px;

}

.flavour-last-tip-text p {
    font-size: 23px;
    text-align: left;
    font-family: var(--heading-font);
    font-weight: 600;
}

.flavour-order-head {
    text-align: center;
}

.flavour-order-head h1 {
    font-family: var(--heading-font);
}

.flavour-order-img-container {
    text-align: center;
    transition: 1s;
}

.flavour-order-img-container:hover {
    scale: 1.1;
}

.flavour-order-text {
    text-align: center;
    padding: 20px;
}

.flavour-order-text p {
    font-family: var(--text-font);
    color: black;
    font-size: 18px;
}

.khandsari-product-description {
    padding: 45px 20px;
}

.khand-label {
    display: inline-block;
    background: #a6742c;
    color: rgb(255, 255, 255);
    padding: 5px 20px;
    border-radius: 10px;
    margin-bottom: 8px;
}

.khand-label P {
    font-family: var(--text-font);
    margin-bottom: 0;
    font-size: 13px;
}

.khand-the-product-name {
    font-family: var(--heading-font);
    padding-top: 10px;
    font-weight: 600;
}

.khand-the-product-breif {
    padding: 10px 0;
}

.khand-the-product-breif p {
    font-family: CAVOLINI;
    width: 90%;
    text-align: justify;
}

.khand-table-sec {
    padding: 50px 0 0 0;
}

.welfare-head-text h2 {
    color: rgb(175, 99, 22);
    font-size: 40px;
    font-family: var(--heading-font);
}

.welfare-head-text h2 {
    display: inline-block;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    padding: 15px;
    border-radius: 12px;
}

.welfare-head-text p {
    font-size: 20px;
    font-family: var(--text-font);
}

.welfare-text-p {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    padding: 15px;
    border-radius: 12px;
}

.welfare-text-p p {
    font-family: CAVOLINI;
    font-size: 20px;
}

.welfare-comitment-text h2 {
    font-family: var(--heading-font);
    font-weight: 600;
}

.welfare-comitment-counter {
    /* background: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(./images/welfare-bg.jpg) center center / cover no-repeat fixed; */
    padding: 60px;
    position: relative;
    z-index: -1;
}

.welfare-no {
    color: rgb(0, 0, 0);
}

.welfare-no-title h3 {
    color: rgb(0, 0, 0);
}

.welfare-no-p {
    color: rgb(0, 0, 0);
    margin-bottom: 0;
}

#welfare-counter-2 {
    margin-top: 0px;
}

#welfare-counter-3 {
    margin-top: 0px;
}

.welfare-counter-card {
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    ;
}

.welfare-card-heading {
    padding: 50px 40px 10px 40px;
}

.welfare-card-head-title h2 {
    font-family: var(--heading-font);
    font-weight: 600;
}

.welfare-focus-card-content h3 {
    font-family: var(--heading-font);
}

.welfare-focus-card-content p {
    font-family: var(--text-font);
}

.welfare-focus-cards {
    padding-top: 40px;
}

.welfare-focus-card-img {
    transition: 1s;
}

.welfare-focus-card-img:hover {
    scale: 1.1;
}

.welfare-track-portal {
    padding: 30px
}


.welfare-track-head h2 {
    font-family: var(--heading-font);
    font-weight: 600;
}

.welfare-track-head p {
    font-family: var(--text-font);
    margin-bottom: 40px;
}

#welfare-counter-1 {
    padding: 60px 0 60px 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(./images/welfare-bg.jpg) left center / cover no-repeat fixed;
}

#welfare-counter-2 {
    padding: 60px 0 60px 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(./images/welfare-bg.jpg) center center / cover no-repeat fixed;
}

#welfare-counter-3 {
    padding: 60px 0 60px 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(./images/welfare-bg.jpg) right center / cover no-repeat fixed;
}

.track-portal-btn {
    text-decoration: none;
    color: white;
    background: black;
    padding: 15px;
    border-radius: 10px;
}

.partnership-head-text h1 {
    font-family: var();
}

.partnership-head-text {}

.card-text-pro-move-1 {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px;
    background: rgb(186 234 160 / 77%);
    /* background: rgba(255, 255, 255, 0.5); */
    backdrop-filter: blur(4px) !important;
    transition: 0.7s ease;
}

.card-text-pro-move-2 {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px;
    background: rgb(222 136 50 / 77%);
    /* background: rgba(255, 255, 255, 0.5); */
    backdrop-filter: blur(4px) !important;
    transition: 0.7s ease;
}

.card-text-pro-move-3 {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px;
    background: rgb(246 187 68 / 77%);
    /* background: rgba(255, 255, 255, 0.5); */
    backdrop-filter: blur(4px) !important;
    transition: 0.7s ease;
}

.card-text-pro-move-4 {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px;
    background: rgb(100 36 35 / 85%);
    /* background: rgba(255, 255, 255, 0.5); */
    backdrop-filter: blur(4px) !important;
    transition: 0.7s ease;
}

/* .card-text-pro-move-5 {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px;
    background: rgb(165 116 45 / 85%);
    backdrop-filter: blur(4px) !important;
    transition: 0.7s ease;
} */

#product-4 {
    color: white;
}

#product-5 {
    color: white;
}

.productCard:hover .card-text-pro-move-1 {
    opacity: 1;
    top: 50%;
}

#product-2:hover .card-text-pro-move-2 {
    opacity: 1;
    top: 50%;
}

#product-3:hover .card-text-pro-move-3 {
    opacity: 1;
    top: 50%;
}

#product-4:hover .card-text-pro-move-4 {
    opacity: 1;
    top: 50%;
}

#product-5:hover .card-text-pro-move-5 {
    opacity: 1;
    top: 50%;
}

.card-text-pro-move-4 a {
    color: rgb(100 36 35);
    font-weight: 800;
    background-color: white;
    padding: 8px 12px;
    border-radius: 5px;
    transition: 1s;
}

.card-text-pro-move-4 a:hover {
    scale: 1.1;
}

.product5-head {
    padding: 0 16px 0 16px;
}

.product5-head h4 {
    font-weight: 600;
    color: #a7752e;
    font-family: var(--heading-font);
}

.product5-head p {
    font-family: var(--text-font);
    border-radius: 4px;
    background: #a6742c;
    padding: 1px;
}

.product5-description p {
    font-family: var(--text-font);
    color: black;
}

/* .card-text-pro-move-5 a {
    color: rgb(165 116 45);
    font-weight: 800;
    background-color: white;
    padding: 12px 15px;
    border-radius: 5px;
    transition: 1s;
} */

/* .card-text-pro-move-5 a:hover {
    scale: 1.1;
} */

.service-difference-sec {
    background-color: #ffedd8;
}

.honest-differ-head {
    padding: 10px 50px;
}

.honest-differ-head h1 {
    color: rgb(175, 99, 22);
    font-family: var(--heading-font);
    font-weight: 600;
}

.honest-differ-head h1 {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    padding: 15px;
    border-radius: 12px;
}

.honest-differ-text p {
    font-family: CAVOLINI;
    font-size: 25px;
}

.honest-differ-text p {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    padding: 15px;
    border-radius: 12px;
}

.honest-differ-text {
    padding: 10px 50px;
}

.honest-differ-img {}

.honest-differ-img img {
    height: 290px;
}

.honest-product-head h2 {
    font-family: var(--heading-font);
    font-weight: 600;
}

.honest-highlights-text h5 {
    font-size: 18px;
    font-family: var(--text-font);
}

.honest-highlights-img {
    transition: 1s;
}

.honest-highlights-img:hover {
    scale: 1.1;
}

.honest-differ-card {
    height: 100%;
    padding: 35px;
    border-radius: 15px;
}

.honest-differ-card-title {
    padding-bottom: 10px;
}

.honest-differ-card-title h4 {
    font-family: var(--heading-font);
    font-weight: 600;
}

.honest-differ-card-p p {
    font-family: var(--text-font);
    text-align: justify;
}

.build-your-blend-text h1 {
    font-family: var(--heading-font);
    font-weight: 600;
}

.build-your-blend-text a {
    text-decoration: none;
    color: white;
    background: black;
    padding: 10px 15px;
    border-radius: 10px;
}

.build-your-blend-text h3 {
    font-family: var(--heading-font);
}

.build-your-blend-text p {
    font-family: var(--text-font);
}

.our-promise-text h2 {
    font-family: var(--heading-font);
    font-weight: 600;
}

.our-promise-text p {
    font-family: var(--text-font);
}

.our-promise-text {
    padding: 10px;
    border: 2px solid rgb(175, 99, 22);
    border-radius: 10px;
    border-style: dashed;
}

.service-differ-head-text h2 {
    font-family: var(--heading-font);
    font-weight: 600;
}

.service-differ-head-text h4 {
    font-family: var(--text-font);
    font-weight: 600;
}

.service-differ-head-text p {
    font-family: var(--text-font);
    font-weight: 400;
}

.service-differ-card {
    height: 100%;
    width: 100%;
    background: white;
    display: flex;
    flex-direction: row;
    /* border: 1px solid black; */
    border-radius: 15px 50px;
    transition: 1s;
}

.service-differ-card:hover {
    transform: translateY(-10px);
}

.service-differ-card-no h2 {
    font-size: 99px;
}

.service-differ-bottom {
    background: #c27a29;
    padding: 5px;
}

.service-differ-bottom-text h4 {
    color: white;
    font-family: var(--heading-font);
    margin-bottom: 0;
}

.section-heading {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.section-subtext {
    text-align: center;
    color: #555;
    margin-bottom: 40px;
}

.contact-card {
    background-color: #f5f5f5, rgb(245, 245, 245);
    border-radius: 12px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    margin-bottom: 68px;
}

.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    box-shadow: rgba(171, 171, 171, 0.64) 0px 0.706592px 0.706592px -0.541667px, rgba(171, 171, 171, 0.63) 0px 1.80656px 1.80656px -1.08333px, rgba(171, 171, 171, 0.61) 0px 3.62176px 3.62176px -1.625px, rgba(171, 171, 171, 0.58) 0px 6.8656px 6.8656px -2.16667px, rgba(171, 171, 171, 0.51) 0px 13.6468px 13.6468px -2.70833px, rgba(171, 171, 171, 0.35) 0px 30px 30px -3.25px;
}

.contact-form {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
}

.contact-form input {
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    padding: 10px;
    border: none;
}

select {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    padding: 10px;
    border: none;
}

textarea {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    padding: 10px;
    border: none;
    resize: none;
}

input::placeholder,
textarea::placeholder {
    color: rgb(173, 173, 173) ! important;
}

.btn-submit {
    width: 100%;
    background: #111;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-submit:hover {
    background: #333;
}

.contact-icon p {
    font-size: 13px;
    margin-left: -8px;
}

.badge {
    font-size: 35px;
    font-family: var(--heading-font);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    color: #c27a29;
}

.partner-portal-heaad h2 {
    font-family: var(--heading-font);
    font-weight: 600;
    color: #c27a29;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}

.partner-portal-content {
    background: white;
    padding: 10px;
    border-radius: 15px;
}

.partner-portal-content {
    font-family: CAVOLINI;
    font-size: 19px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;

}

.partner-portal-content .p3 {
    font-family: var(--main-font);
}

.partner-portal-content .p4 {
    font-family: var(--text-font);
    font-weight: 600;
}

.partner-portal-form-credentials {
    background: white;
    padding: 55px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;

}

.partner-portal-form-credentials a {
    background: black;
    text-decoration: none;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    transition: 1s;
}

.partner-portal-form-credentials a:hover {
    scale: 2;
}

.partner-portal-form-credentials input {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px, rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px, rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px, rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px, rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px, rgba(0, 0, 0, 0.02) 0px 30px 30px -4px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    border: 1px solid rgb(231, 231, 231);
    padding: 15px;
}

.thanks-form h1 {
    font-family: var(--heading-font);
    color: #c27a29;
}

.thanks-form p {
    font-family: var(--text-font);
}

@media only screen and (max-width: 768px) {
    .img-1 {
        margin-top: 10%;
        /*height: 220px;*/
        margin-left: 0;
    }

    .jaggery-line-1 {
        font-size: 33px;
    }

    .jaggery-line-2 {
        font-size: 45px;
    }

    .clean {
        font-size: 60px;
    }

    .img-2 {
        position: relative;
        bottom: 0;
        height: 130px;
    }

    .img-3 {
        position: relative;
        bottom: 50px;
        height: 130px;
    }

    .jaggery-line-2 {
        margin-bottom: 20px;
    }

    .our-story {
        padding: 0px 25px 0 25px;
    }

    .our-story-head h1 {
        font-size: 55px;
    }

    .banner-logo-container img {
        height: 330px;
    }

    .honest-differ-text {
        padding: 10px 5px;
    }

    .honest-differ-img img {
        height: 225px;
    }

    .honest-differ-head {
        padding: 0px 5px;
    }

    .honest-highlights {
        margin-bottom: 20px;
    }

    .service-differ-head-text {
        padding: 5px;
    }

    .welfare-head-text p {
        font-size: 19px;
    }

    .welfare-img-container img {
        height: 200px;
    }

    .welfare-comitment-counter {
        padding: 20px;
    }

    .welfare-track-portal {
        padding: 20px;
    }

    .track-portal-btn {
        padding: 10px;
    }

    .flavour-head-text h4 {
        font-size: 17px;
    }

    .about-flavour-blends {
        padding: 36px 15px;
    }

    .flavour-img-container img {
        height: 330px;
    }

    .flavour-ideas-text {
        padding: 50px 2px;
    }
    
    .jaggery-features{
        padding-top: 95%;
    }
    
    #flavour-tip-card {
        margin-bottom: 20px;
    }

    .flavour-last-tip-text p {
        font-size: 16px;
    }

    #location-icon {
        padding: 0 0 0 125px;
    }

    #email-icon {
        padding: 0 0 0 65px;
    }

    #phone-icon {
        padding: 0 0 0 100px;
    }

    #social-media-card {}

    #contact-card {
        text-align: center;
    }
}