.content-section {
    padding: 20px;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-bar > .right {
    display: flex;
}

.nav-link {
    margin-left: 40px;
    font-weight: 300;
}

.main-heading {
    text-align: center;
    font-weight: 800;
    font-size: 60px;
    max-width: 1100px;
    margin: 0 auto;
}

.highlight-color {
    color: #E3513A;
}

.main-section {
    margin-top: 80px;
}

.main-description {
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    margin: 20px auto 0px auto;
    max-width: 800px;
    color: #666;
}

.info-carousel { 
    margin-top: 40px;
    width: 100%;
    height: calc(90vh - 40px);
    position: relative;
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.inquire-button {
    color: white;
    display: flex;
    align-items: center;
    background: #E3513A;
    border: 0px;
    padding: 15px 20px;
    margin: 30px auto 0px auto;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
}

#background-video {
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    object-fit: cover;
}

.info-container {
    background-color: rgba(0,0,0,0.75);
    position:absolute;
    width: calc(100% - 60px);
    bottom: 0;
    padding: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
    display: flex;
}

.loader {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: rgba(255,255,255,0.7);
    left: 0;
    top:-4px;
}

.carousel-bullet {
    font-size: 40px;
    color: lightgray;
    margin: 0px 12px;
}

.carousel-bullet.selected {
    color: #E3513A;
}

.description {
    font-size: 24px;
    font-weight: 300;
    max-width: 800px;
    color: #666;
}

.strength-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 50px;
}

.strength-container {
    border-radius: 5px;
    box-shadow: 2px 2px 0px #999;
    border: 1px solid #999;
    padding: 30px 40px 40px 40px;
    background-color: white;
}

.strength-container > .head {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.strength-container > .description {
    font-size: 16px;
}

.strength-icon {
    width: 60px;
    color: #E3513A;
}

.about-img-grid {
    display: grid;
    grid-template-areas:
    "abt-main-img   abt-main-img"
    "abt-first-img  abt-second-img";
    width: 500px;
    gap: 10px;
}

.abt-main-img {
    grid-area: abt-main-img;
    object-fit: cover;
    width: 100%;
    height: 300px;
    border-radius: 5px;
}

.abt-first-img {
    grid-area: abt-first-img;
    object-fit: cover;
    width: 100%;
    height: 180px;
    border-radius: 5px;
}

.abt-second-img {
    grid-area: abt-second-img;
    object-fit: cover;
    width: 100%;
    height: 180px;
    border-radius: 5px;
}

p, ul.parah-list > li {
    padding: 0px 20px 0px 0px; 
    font-size: 24px; 
    font-weight: 300; 
    color: #666;
}

.future-info {
    display: flex;
    margin-top: 30px;
}

.info-accordian {
    width: 100%;
    padding-right: 20px;
    padding-left: 50px;
}

.info-group:first-child {
    border-top: 1px solid lightgray;
}

.info-group {
    border-bottom: 1px solid lightgray;
    padding: 40px 20px;
}

.info-head {
    font-size: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.info-desc {
    font-weight: 300;
    padding-top: 10px;
    font-size: 24px;
    color: #666;
}

.foot-links {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.foot-section {
    display: flex;
    flex-direction: column;
}

.foot-section > span {
    font-weight: 300;
    margin: 10px 0px;
    color: white;
}

.foot-section > span:first-child {
    font-weight: 600;
}

.phone-input {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.phone-input-btn {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.content-head {
    font-size: 40px;
}

.abt-info-container {
    display: flex;
}

.abt-info > p {
    margin-top: 20px;
}

.abt-info > p:first-child {
    margin-top: 0px;
}

.high-section {
    background-color: #fff3f3;
}

.first-section {
    padding-bottom: 100px;
}

.middle-section {
    padding-top: 100px; 
    padding-bottom: 100px;
}

.future-info-img {
    object-fit: cover;
    width: 500px;
    border-radius: 7px;
}

.footer-section {
    background:#2D2D2D;
    overflow: hidden;
}

.bg-pattern-img {
    position:absolute;
    width:400px;
    opacity: 0.02;
    z-index: 0;
}

.bg-pattern-img-top {
    right:0px;
    top:-120px;
}

.callback-container {
    margin-bottom:100px
}

.callback-head {
    color:white;
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    max-width:800px;
    margin:0px auto 20px auto;
}

.callback-input-container {
    width: 400px;
    margin: 30px auto 10px auto;
    display: flex;
}

#callback-form {
    margin-bottom: 0px;
}

.callback-input {
    border:0px;
    font-weight: 300;
    font-size: 20px; 
    width: 100%;
    padding:15px;
    padding-left: 24px;
}

.callback-btn {
    font-size: 20px;
    padding:0px 18px;
    background-color: #E3513A;
    border:0px;
    color: white;
    padding-right: 24px;
    cursor: pointer;
}

.footer-info {
    margin-top:50px; display: flex; justify-content: space-between;
}

.footer-info-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 10;
}

.footer-logo {
    width:100px;
    transform: translateX(-10px);
}

.footer-logo-tag {
    color:white;
    font-weight:300;
    margin-top:12px;
}

.footer-contact:first-child {
    margin-bottom: 8px;
}

.footer-contact {
    color: white;
    display: flex;
    align-items: center;
    font-weight: 300;
}

.footer-contact-value {
    margin-left:12px;
}

.footer-copy {
    color: white; 
    font-weight: 300;
    margin-top:50px;
}

.nav-contact {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.nav-contact-value {
    margin-left: 10px; 
    font-weight: 300;
}

.inquire-btn-text {
    margin-right: 7px;
}

.carousel-info-container {
    display: flex;
    flex-direction: column; 
    max-width: 600px;
}

.carousel-head {
    font-size: 18px;
    font-weight: 600; 
    margin-bottom:10px;
}

.carousel-desc {
    color:rgba(255,255,255,0.8);
}

.carousel-bullets {
    display: flex; 
    justify-content: center;
    margin-top: 10px;
}

.carousel-bullet {
    cursor: pointer;
}

.abt-images {
    width: 500px;
}

#fruits-info, #wood-info {
    display: none;
}

.will-callback {
    color: white;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}

.product-list-super-container {
    position: relative;
    margin-top: 50px;
}

.product-list-container {
    width: 100%;
    overflow: hidden;
}

.product-list {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.product-card {
    flex: 0 0 25%; /* Display 4 products at a time */
    margin-right: 14px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.product-card > img {
    border-radius: 8px;
    max-height: 200px;
    object-fit: cover;
}

.product-card > .product-name {
    margin-top: 10px;
    font-weight: 300;
}

#prevBtn {
    display: none;
    left: 0px;
}

#prevBtn, #nextBtn {
    cursor: pointer;
    position: absolute;
    width: auto;
    margin-top: -22px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    background-color: rgba(255,255,255,0.8);
    transform: translateY(calc(-50% + 20px));
    padding: 20px 15px;
    border: 0px;
    top: 50%;
}

#nextBtn {
    right: 0px;
}

/*@media only screen and (max-width: 700px){
    .abt-images {
        display: none;
    }
    .strength-grid {
        grid-template-columns: 1fr 1fr;
    }
}*/

.animatable {
    transition: visibility 0.23s, opacity 0.23s ease-in;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

.show {
    opacity: 1;
    visibility: visible;
}

#backdrop {
    backdrop-filter: blur(4px);
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0px; right: 0px;
    left: 0px; bottom: 0px;
    z-index: 10;
}

#popup {
    top: 50%;
    width: calc(80% - 20px);
    max-width: 500px;
    padding: 40px;
    background: white;
    border-radius: 10px;
    position: fixed;
    z-index: 15;
    left: 50%;
    transform: translate(-50%,-50%);
}

.popup-title {
    font-weight: 800;
    font-size: 40px;
}

.popup-input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.popup-input > section {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
}

.popup-input > section.full {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.popup-input > section > input {
    padding: 14px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 6px;
    border: 1px solid lightgray;
}

.popup-input > section > textarea {
    padding: 14px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 6px;
    border: 1px solid lightgray;
}

.popup-input > section > label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.popup-submit {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 40px;
}

.popup-submit > button {
    padding: 14px 18px;
    color: white;
    background: #E3513A;
    font-size: 16px;
    border: 0px;
    cursor: pointer;
    border-radius: 6px;
}

.popup-submit > button.empty {
    color: gray;
    background: white;
}

.popup-submit > button.empty:hover {
    background: #eee;
}

.popup-submit > button:hover {
    background: #f3644e;
}

.product-card:hover > img {
    filter: blur(4px);
}

.product-card:hover::after {
    content: 'Learn more';
    position: absolute;
    color: black;
    background-color: rgba(255,255,255,0.7);
    padding: 20px;
    left: 50%; top: 50%;
    transform: translate(-50%,-62%);
    border-radius: 4px;
}

.product-card:hover > .product-name {
    font-weight: 400;
}

.query-received {
    text-align: center;
    padding: 30px;
    background: #c3f7c3;
    border: 1px solid #32b932;
    border-radius: 5px;
    color: #045904;
}

.query-received-small {
    padding: 10px;
    background: #c3f7c3;
    border: 1px solid #32b932;
    border-radius: 5px;
    color: #045904;
    font-size: 14px;
    font-weight: 300;
}

.query-received-small.error {
    background: #f7c3c3;
    border: 1px solid #b93232;
    color: #590404;
}

.popup-msg {
    margin-bottom:30px;
    color:gray;
}

.popup-header {
    display:flex;
    justify-content:space-between;
    margin-bottom:30px;
}

.form-error {
    font-size: 12px;
    font-weight: 300;
    margin-top: 5px;
    color: red;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 4px;
    border: 4px solid lightgray;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: lightgray transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}


.future-info-new {
    position: relative;
    width: 100%;
    flex-direction: column;
}

.future-info-new-img {
    object-fit: cover;
    width: 100%;
    height: 400px;
    border-radius: 7px;
}

.future-options {
    display: flex;
}

.future-option {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #E3513A;
    width: 140px;
    height: 120px;
    margin-right: 10px;
    border-radius: 5px;
    margin-top: 20px;
    color: #E3513A;
    font-weight: 800;
    cursor: pointer;
}

.future-option:hover {
    background: #E3513A1A;
}

.future-option.garments > svg {
    width: 50px;
}

.future-option.fruits > svg {
    width: 70px;
}

.future-option.spices > svg {
    width: 60px;
}

.future-option > svg {
    width: 85px;
}

.future-option.selected {
    background: #E3513A;
    color: white;
    border: 1px solid white;
}

.future-option.selected > svg > path {
    fill: white;
}

.future-option > svg > path {
    fill: #E3513A;
}

.future-option > span {
    text-align: center;
}

.future-option-info {
    margin-top: 20px;
    font-size: 24px;
}

.future-image-holder {
    position: relative;
}

.future-image-info {
    position: absolute;
    width: calc(100% - 40px);
    padding: 20px;
    background-color: rgba(0,0,0,0.7);
    bottom: 0;
    color: white;
    font-size: 16px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.future-head {
    position: relative;
    font-weight: 800;
    top: 48px; left: 20px;
    color: white;
    font-size: 14px;
    padding: 8px;
    background: rgba(0,0,0,0.7);
    display: inline-block;
    border-radius: 5px;
}

.future-product-box {
    position: absolute; 
    bottom: 20px; left: 20px;
}

.future-product-image {
    object-fit: cover;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    /*margin-right: 7px;*/
}

.future-product-images {
    display: flex;
    margin-top: 20px;
}

.future-product {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: rgba(0,0,0,0.7);
    border-radius: 7px;
    margin-right: 10px;
    color: white;
    font-size: 14px;
    text-align: center;
    width: 100px;
}

.future-product > span {
    margin-top: 10px;
}

@media screen and (max-width: 1240px) {
    .main-heading {
        font-size: 50px;
    }
    .main-description {
        font-size: 20px;
    }
    .info-group {
        padding: 34px 18px
    }
    .info-head {
        font-size: 25px;
    }
    .info-desc {
        font-size: 22px;
    }
    .future-info-img {
        width: 400px;
    }
    .content-head {
        font-size: 36px;
    }
    .description {
        font-size: 22px;
    }
    .info-accordian {
        padding-left: 40px;
    }
    p, ul.parah-list > li {
        font-size: 22px;
    }
    .middle-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .callback-head {
        font-size: 36px;
        max-width: 700px;
    }
    .callback-input-container {
        width: 340px;
    }
    .callback-input {
        padding: 12px;
        padding-left: 18px;
        font-size: 16px;
    }
    .callback-btn {
        font-size: 16px;
        padding-left: 14px;
        padding-right: 18px;
    }
}

@media screen and (max-width: 850px) {
    .strength-grid {
        grid-template-columns: 1fr 1fr;
    }
    .main-heading {
        font-size: 40px;
    }
    .main-description {
        font-size: 18px;
    }
    .info-group {
        padding: 30px 18px
    }
    .info-head {
        font-size: 22px;
    }
    .info-desc {
        font-size: 20px;
    }
    .future-info-img {
        width: 300px;
    }
    .content-head {
        font-size: 34px;
    }
    .description {
        font-size: 20px;
    }
    .info-accordian {
        padding-left: 30px;
    }
    .abt-info-container {
        flex-direction: column-reverse;
    }
    .abt-images {
        margin-bottom: 30px;
    }
    .abt-images, .about-img-grid {
        width: 100%;
    }
    .about-img-grid {
        grid-template-areas: "abt-main-img  abt-first-img   abt-second-img";
    }
    .abt-main-img, .abt-second-img, .abt-first-img {
        height: 250px;
    }
    p, ul.parah-list > li {
        font-size: 20px;
    }
    .foot-section:first-child {
        display: none;
    }
    .foot-links {
        width: 44%;
    }
    .callback-head {
        font-size: 34px;
        max-width: 650px;
    }
    .bg-pattern-img {
        width: 40%;
    }
    .product-card {
        flex-basis: 33.33% !important;
    }
    .product-card > .product-name {
        font-size: 16px;
    }
    .product-card > img {
        max-height: 240px;
    }
}

@media screen and (max-width: 730px) {
    .strength-grid {
        grid-template-columns: 1fr;
    }
    .info-group {
        padding: 24px 16px
    }
    .info-head {
        font-size: 20px;
    }
    .info-desc {
        font-size: 18px;
    }
    .future-info-img {
        width: 250px;
    }
    .info-accordian {
        padding-left: 24px;
    }
    .abt-main-img, .abt-second-img, .abt-first-img {
        height: 200px;
    }
    .foot-section:nth-child(2) {
        display: none;
    }
    .foot-links {
        width: 30%;
    }
}

@media screen and (max-width: 650px) {
    .main-heading {
        font-size: 30px;
    }
    .main-description {
        font-size: 16px;
    }
    .content-head {
        font-size: 30px;
    }
    .description {
        font-size: 18px;
    }
    .abt-main-img, .abt-second-img, .abt-first-img {
        height: 120px;
    }
    p, ul.parah-list > li {
        font-size: 18px;
    }
    .future-info {
        flex-direction: column;
    }
    .future-info-img {
        width: 100%;
        height: 100px;
    }
    .info-accordian {
        padding-left: 0px;
    }
    .callback-head {
        font-size: 30px;
        max-width: 500px;
    }
    #popup {
        padding: 25px;
        width: calc(100% - 70px);
    }
    .popup-title {
        font-size: 26px;
    }
    .popup-input > section {
        width: calc(50% - 5px);
    }
    .popup-input > section > input, .popup-input > section > textarea {
        font-size: 14px;
        padding: 12px;
    }
    .popup-submit > button {
        padding: 10px 14px;
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    #popup {
        padding: 18px;
        width: calc(100% - 56px);
    }
    .main-heading {
        font-size: 27px;
    }
    .main-description {
        font-size: 14px;
    }
    .foot-section {
        display: none;
    }
    .footer-contact:first-child {
        margin-top: 50px;
    }
    .callback-head {
        font-size: 22px;
        max-width: 400px;
    }
    .callback-input-container {
        width: 80%;
    }
    .callback-input {
        padding: 10px;
        padding-left: 15px;
        font-size: 14px;
    }
    .callback-btn {
        padding-left: 10px;
        padding-right: 15px;
        font-size: 14px;
    }
    .content-head {
        font-size: 25px;
    }
    .description {
        font-size: 14px;
    }
    p, ul.parah-list > li {
        font-size: 14px;
    }
    .first-section {
        padding-bottom: 20px;
    }
    .middle-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .info-carousel {
        height: 400px;
    }
    .info-container {
        padding: 18px;
        width: calc(100% - 36px);
    }
    .carousel-head {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .carousel-desc {
        font-size: 14px;
    }
    .inquire-btn-text {
        font-size: 12px;
    }
    .inquire-button {
        padding: 12px 18px;
    }
    .main-section {
        margin-top: 40px;
    }
    .strength-container {
        padding: 18px 25px 25px 25px;
    }
    .strength-icon {
        width: 30px;
        margin: 0 auto;
    }
    .strength-container > .head {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 0px;
        text-align: center;
    }
    .strength-container > .description {
        display: none;
    }
    .strength-grid {
        grid-template-columns: 1fr 1fr;
    }
    .abt-first-img {
        display: none;
    }
    .nav-contact {
        font-size: 12px;
    }
    .nav-contact-value {
        margin-left: 6px;
    }
    .nav-contact-icon {
        width: 16px;
        height: 16px;
    }
    .footer-copy {
        font-size: 14px;
    }
    .callback-container {
        margin-bottom: 50px;
    }
    .carousel-bullets {
        margin-top: 5px;
    }
    .carousel-bullet {
        font-size: 20px;
        margin: 0px 6px;
    }
    .bg-pattern-img {
        top: 150px;
    }
    .bg-pattern-img-top {
        top: 50px
    }
    .future-info {
        margin-top: 10px
    }
    .strength-grid {
        margin-top: 30px;
    }
    .product-card {
        flex-basis: 100% !important;
    }
    .product-card > .product-name {
        font-size: 14px;
    }
    .product-card > img {
        width: 100%;
        max-height: 280px;
    }
    #prevBtn, #nextBtn {
        font-size: 12px;
        transform: translateY(calc(-50% + 10px));
        padding: 10px 7px;
    }
    #popup {
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .query-received-small {
        font-size: 12px;
    }
    .popup-msg {
        margin-bottom:20px;
    }
    .popup-header {
        margin-bottom:15px;
    }
    .popup-submit {
        margin-top: 20px;
    }
    .future-option {
        width: calc(33% - 30px);
        height: 80px;
        font-size: 14px;
        margin-right: 0px;
    }
    .future-option.garments > svg {
        width: 30px;
    }
    .future-option.fruits > svg {
        width: 40px;
    }
    .future-option.spices > svg {
        width: 30px;
    }
    .future-option > svg {
        width: 50px;
    }
    .future-image-info {
        font-size: 14px;
    }
    .future-options {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .future-head {
        top: 28px; left: 5px;
        font-size: 10px;
        padding: 4px;
    }
    .future-product-box { 
        bottom: 5px; left: 5px;
    }
    .future-product-image {
        width: 70px;
        height: 70px;
    }
    .future-product-images {
        flex-wrap: wrap;
        width: 100%;
    }
    .future-product {
        font-size: 10px;
        text-align: center;
        width: 70px;
        margin-top: 5px;
        margin-right: 5px;
        padding: 5px;
    }
    .future-product > span {
        margin-top: 5px;
    }
}
