body {
    padding: 0;
    margin: 0;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

p {
    font-family: 'Poppins', sans-serif;
}



/* top bar */
.top-bar {
    background-color: #ABCA37;
    font-size: 16px;
    padding: 8px 120px;
}

.top-bar a {
    text-decoration: none;
    color: #292929
}

@media (max-width: 992px) {
    .top-bar {
        padding: 12px 40px;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .top-bar {
        padding: 10px 15px;
        font-size: 10px;
    }

    .top-bar i {
        font-size: 12px;
    }

    .top-bar a {
        display: inline-block;
        margin: 4px;
    }
}

.language-select {
    background-color: transparent;
    border: 1px solid #292929;
    border-radius: 999px;
    padding: 2px 10px;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.language-select select {
    border: none;
    background: transparent;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.language-select img {
    width: 16px;
    height: 16px;
}



/* main nav */
.main-nav {
    background: transparent !important;
    padding: 8px 90px;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.main-nav .nav-link {
    color: #292929 !important;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 10px 14px;
    text-transform: uppercase;
}

.main-nav .nav-link:hover {
    background-color: #ABCA37;
    border-radius: 4px;
}

.nav-wrapper {
    background-color: #FBC72B;
    border-radius: 4px;
    margin: auto;
}

.login-btn {
    background: #ABCA37;
    color: #292929;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 4px;

}

.login-btn:hover {
    background: #FBC72B;

}

@media (max-width: 992px) {
    .nav-wrapper {
        margin-bottom: 10px;
    }

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .main-nav {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-wrapper {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .main-nav {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-nav .nav-link {
        padding: 4px 2px 0 10px;
        font-weight: 400;
    }

    .login-btn {
        padding: 6px 10px;
        font-weight: 400;
    }
}



/* hero section */
.hero-wrapper {
    background-image: url('../images/fruit-juice.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 631px;
    color: #292929;
    display: flex;
    align-items: center;
}

.hero-text {
    max-width: 900px;
    padding: 20px 150px;

}

.hero-wrapper h1 {
    font-family: 'Ramabhadra', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.1;
    color: #292929;
    text-shadow: 0px 5px 3.5px #FBC72B;
}

.hero-wrapper p {
    font-size: 16px;
    margin-top: 15px;
    color: #333;
}

@media (max-width: 992px) {
    .hero-wrapper {
        min-height: 80vh;
    }

    .hero-text {
        padding: 20px 40px;
    }

    .hero-wrapper h1 {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .hero-text {
        padding: 20px 50px;
        max-width: 470px;

    }

    .hero-wrapper h1 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .hero-wrapper {
        min-height: 70vh;
        background-position: top center;
    }

    .hero-text {
        padding: 20px 15px;
        text-align: center;
        margin-top: 45px;
    }

    .hero-wrapper h1 {
        font-size: 26px;
    }

    .hero-wrapper p {
        font-size: 14px;
    }
}



/* hero about section */
.hero-about-wrapper {
    background-image: url('../images/about-us.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 250px;
    color: #292929;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-about-text {
    margin: 0 auto
}

.hero-about-wrapper h1 {
    font-family: 'Ramabhadra', sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: inline-block;
}

@media (max-width: 768px) {
    .hero-about-wrapper h1 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .hero-about-wrapper h1 {
        font-size: 36px;
    }
}


/* hero equipment section */
.hero-equipment-wrapper {
    background-image: url('../images/processing-equipment.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 250px;
    color: #292929;
    display: flex;
    align-items: center;
}

.hero-equipment-text {
    margin: 0 auto
}

.hero-equipment-wrapper h1 {
    font-family: 'Ramabhadra', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.1;
    color: #ffffff;
}

@media (max-width: 768px) {
    .hero-equipment-wrapper h1 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .hero-equipment-wrapper h1 {
        font-size: 28px;
    }
}



/* welcome section */
.welcome-section {
    background-image: url('../images/welcome-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    color: #292929;
    display: flex;
    text-align: center;
}

.welcome-wrapper {
    max-width: 950px;
    margin: 0 auto;
    padding-top: 84px;
}

.welcome-top-text {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
}

.welcome-title {
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.welcome-description {
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .welcome-section {
        min-height: 80vh;
    }

    .welcome-wrapper {
        padding-left: 30px;
        padding-right: 30px;

    }

    .welcome-title {
        font-size: 34px;
    }

    .welcome-description {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .welcome-section {
        min-height: auto;
        padding: 40px 15px;
        background-position: top center;
    }

    .welcome-wrapper {
        padding: 0 15px;

    }

    .welcome-top-text {
        font-size: 18px;
    }

    .welcome-title {
        font-size: 26px;
    }

    .welcome-description {
        font-size: 14px;
    }
}


/* Welcome about Section */
.welcome-about-section {
    padding: 50px 20px;
    background: #ffffff;
}

.welcome-about-wrapper {
    max-width: 1200px;
    margin: auto;
}

.welcome-about-banner {
    text-align: center;
}

.img-main {
    width: 100%;
    height: auto;
    max-width: 550px;
    object-fit: contain;
}

.welcome-about-text {
    padding: 10px 0;
}

.welcome-about-top {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 5px;
    color: #292929;
}

.welcome-about-title {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #292929;
    line-height: 1.3;
}

.welcome-about-desc {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 8px;
    color: #292929;
}

.welcome-prod-title {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #292929;
}


.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
    padding-left: 34px;
    position: relative;
}



.custom-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 18px;
    background-color: #ABCA37;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {

    .welcome-title {
        font-size: 32px;
    }

    .welcome-prod-title {
        font-size: 20px;
    }

}

@media (max-width: 768px) {

    .welcome-about-section {
        padding: 40px 25px;
    }

    .welcome-about-text {
        text-align: center;
    }

    .welcome-about-title {
        font-size: 28px;
    }

    .welcome-about-top {
        font-size: 18px;
    }

    .welcome-about-desc,
    .custom-list li {
        font-size: 14px;
    }

    .custom-list {
        text-align: left;
        max-width: 420px;
        margin: 0 auto;
    }
}

/* Vision Mission equipment Section */
.vision-mission-section {
    background: #ABCA37;
    padding: 26px 15px 10px
}

.vision-wrapper {
    max-width: 1200px;
    margin: auto;
}

.vision-title {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 16px;
    line-height: 1.3;
}

.vision-text {
    font-size: 15px;
    font-weight: 400;
    color: #292929;
    line-height: 28px;
    padding: 0 10px;
    text-align: justify;
}

@media (max-width: 992px) {
    .vision-title {
        font-size: 32px;
    }

    .vision-text {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 768px) {
    .vision-mission-section {
        padding: 40px 25px;
    }

    .vision-title {
        font-size: 28px;
    }

    .vision-text {
        font-size: 14px;
        margin-bottom: 20px;
        padding: 0 5px;
    }
}

@media (max-width: 576px) {
    .vision-title {
        font-size: 24px;
    }

    .vision-text {
        font-size: 13px;
        line-height: 1.6;
    }
}





/* satisfied equipment section */
.satisfied-section {
    padding: 40px 15px;
    background: #ffffff;
}

.satisfied-section-wrapper {
    max-width: 1179px;
    margin: auto;
}

.satisfied-title {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 10px;
}

.satisfied-sub {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: 0 auto 40px;
    max-width: 900px;
}

.sat-title {
    font-family: 'Ramabhadra', sans-serif;
    font-size: 30px;
    color: #292929;
    margin-bottom: 12px;
}

.sat-desc {
    font-size: 15px;
    line-height: 28PX;
    color: #292929;
    margin-bottom: 18px;
}

.sat-img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    max-width: 480px;
}

.sat-learn-btn {
    background: #FBC72B;
    color: #292929;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Poppins';
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s ease-in-out;
}

.sat-learn-btn:hover {
    background: #e0aa00;
}


@media (max-width: 992px) {

    .satisfied-title {
        font-size: 34px;
    }

    .satisfied-sub {
        font-size: 16px;
    }

    .sat-title {
        font-size: 38px;
    }

    .sat-desc {
        font-size: 15px;
    }
}

@media (max-width: 768px) {

    .satisfied-box {
        padding: 20px;
    }

    .satisfied-title {
        font-size: 30px;
        text-align: center;
    }

    .satisfied-sub {
        font-size: 15px;
        text-align: center;
    }

    .sat-title {
        font-size: 30px;
    }

    .sat-desc {
        font-size: 14px;
    }

    .sat-img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    .sat-learn-btn {
        margin: 0 auto;
        font-size: 14px;
        padding: 7px 18px;
    }

    .eq-content-wrapper {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {

    .satisfied-title {
        font-size: 28px;
    }

    .sat-title {
        font-size: 26px;
    }

    .sat-desc {
        font-size: 13px;
    }

    .sat-learn-btn {
        font-size: 13px;
    }
}




/* Citrus about Section */
.citrus-section {
    padding: 20px 10px;
    background: #ffffff;
}

.citrus-wrapper {
    max-width: 1200px;
    margin: auto;
}

.citrus-title {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #292929;
    text-align: left;
    margin-bottom: 20px;
}


.citrus-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.citrus-list li {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 16px;
    padding-left: 34px;
    position: relative;
    color: #333;
    line-height: 24px;
}


.citrus-list li::before {
    content: "✔";
    background-color: #80B532;
    color: #ffffff;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 6px;
}


.citrus-img-box {
    min-height: 300px;
    margin-left: 20px;
    text-align: center;
}

.citrus-main-img {
    width: 100%;
    height: auto;
    max-width: 368px;
    object-fit: contain;
}

@media (max-width: 992px) {

    .citrus-title {
        font-size: 30px;
        text-align: center;
    }

    .citrus-list li {
        font-size: 16px;
        padding-left: 45px;
    }

    .citrus-list li::before {
        width: 24px;
        height: 24px;
    }
}


@media (max-width: 768px) {
    .citrus-section {
        padding: 40px 25px;
    }

    .citrus-img-box {
        margin-left: 0;
        margin-top: 25px;
    }

    .citrus-title {
        font-size: 28px;
    }

    .citrus-list li {
        font-size: 15px;
        padding-left: 42px;
    }

    .citrus-list li::before {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .citrus-title {
        font-size: 24px;
    }

    .citrus-list li {
        font-size: 14px;
        padding-left: 38px;
    }

    .citrus-list li::before {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
}


/* common */
/* crousel section */
.carousel-section {
    margin-bottom: 40px;
}

.owl-carousel .item {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 20px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    margin: 8px;
    margin-bottom: 10px;
}

.owl-carousel .item img {
    max-height: 66px;
    width: auto;
    object-fit: contain;
}



/* equipment section */
.equipment-section {
    padding: 40px 15px;
}

.equipment-wrapper {
    max-width: 1200px;
    margin: auto;
    background: #fff;
}

.equipment-title {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #292929;
}

.equipment-description {
    text-align: center;
    max-width: 994px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.7;
    color: #292929;
}

.equip-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border: 1px solid #ABCA37;
    border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.equip-card img:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.18);
}


.equipment-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.equip-name {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.equip-link {
    font-size: 14px;
    font-weight: 700;
    color: #292929;
    text-decoration: none;
}


@media (max-width: 992px) {
    .equipment-wrapper {
        padding: 30px 25px;
    }

    .equipment-title {
        font-size: 34px;
    }

    .equipment-description {
        font-size: 16px;
    }
}

@media (max-width: 576px) {

    .equipment-section {
        padding: 40px 15px 30px 15px;
    }

    .equipment-wrapper {
        padding: 0px 15px;
    }

    .equipment-title {
        font-size: 26px;
    }

    .equipment-description {
        font-size: 14px;
    }

    .equip-card img {
        height: 180px;
    }

    .equip-name,
    .equip-link {
        font-size: 12px;
    }
}



/* clients section */
.clients-section {
    background-color: #ABCA37;
    color: #292929;
    padding: 40px 15px;
}

.clients-wrapper {
    max-width: 1200px;
    margin: auto;
}

.clients-title {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}

.clients-desc {
    max-width: 900px;
    font-size: 17px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 auto 40px auto;
}

.client-details {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 10px;
    text-align: center;
    max-width: 275px;
    margin: auto;
    transition: all 0.3s ease;
}

.client-details:hover {
    transform: scale(1.04);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.20);
}

.client-details h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #101318;
}

.client-details h3>span {
    font-weight: 300;
}

.client-details p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #565E6B;
}

@media (max-width: 992px) {
    .clients-title {
        font-size: 34px;
    }

    .clients-desc {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .client-details h3 {
        font-size: 32px;
    }

    .client-details p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .clients-title {
        font-size: 28px;
    }

    .clients-desc {
        font-size: 14px;
    }

    .client-details h3 {
        font-size: 40px;
    }

    .client-details p {
        font-size: 18px;
    }
}


.owl-carousel .item {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 20px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    margin: 8px;
}

.owl-carousel .item img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}


/* latest-products section */
.latestproducts-section {
    padding: 40px 15px;
}

.latest-product-wrapper {
    max-width: 1200px;
    margin: auto;
}

.latest-title {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 20px;
}

.latest-desc {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    max-width: 900px;
    margin: 0 auto 40px;
    font-size: 17px;
    color: #292929;
}


.product-card {
    border: 1px solid #eee;
    border-radius: 6px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.product-card img {
    height: 220px;
    object-fit: cover;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.20);
}

.product-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #ABCA37;
}

.product-desc {
    font-size: 14px;
    color: #292929;
}

.learn-more-btn {
    background: #FBC72B;
    color: #292929;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 8px 20px;
    border-radius: 10px;
    max-width: 149px;
}

.learn-more-btn:hover {
    background: #e5ad00;
}

@media (max-width: 992px) {
    .latest-title {
        font-size: 34px;
    }

    .latest-desc {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-card img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .latest-title {
        font-size: 28px;
    }

    .latest-desc {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .product-name {
        font-size: 16px;
    }

    .product-card img {
        height: 180px;
    }
}


/* latest-news section */
.latestnews-section {
    padding: 0 15px 40px 15px;
}

.latestnews-wrapper {
    max-width: 1200px;
    margin: auto;
}

.latestnews-wrapper>h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #292929;
}

.news-card {
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.news-card img {
    height: 220px;
    object-fit: cover;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.20);
}

.news-date {
    color: #FBC72B;
    font-size: 16px;
    margin-bottom: 6px;
}

.news-title {
    color: #ABCA37;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.news-desc {
    font-size: 14px;
    color: #292929;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .latestnews-wrapper>h1 {
        font-size: 34px;
    }

    .news-card img {
        height: 200px;
    }

    .news-title {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .latestnews-wrapper>h1 {
        font-size: 28px;
    }


    .news-card img {
        height: 180px;
    }

    .news-title {
        font-size: 18px;
    }
}


/* footer section */
.footer-section {
    background: #183444;
    padding: 25px 0;
    color: #fff;
}

.footer-logo {
    width: 180px;
    border-radius: 4px;
}

.footer-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ABCA37;
}

.footer-text {
    font-size: 14px;
    font-weight: 400;
    max-width: 280px;
    line-height: 140%;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links a {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

.footer-links a:hover {
    color: #FFC000;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}

.footer-input {
    border-radius: 6px;
    padding: 8px 10px;
    margin-bottom: 10px;
    max-width: 220px;
    width: 100%;
    height: 44px;
}

.footer-btn {
    background: #FFC000;
    color: #292929;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    width: 100%;
    max-width: 220px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.footer-btn:hover {
    background: #e5ad00;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.2);
    margin: 10px 0;
}

.footer-bottom {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.footer-social-icons a {
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
}

.footer-social-icons a:hover {
    color: #FFC000;
}

@media(max-width: 991px) {
    .footer-section {
        text-align: center;
        padding-bottom: 8px;
    }

    .footer-logo,
    .footer-text {
        margin: 0 auto 20px;
    }

    .footer-input {
        font-size: 11px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom p {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .footer-text {
        margin-bottom: 14px;
    }

    .newsletter-form {

        align-items: center;

    }

    .footer-links {
        margin-bottom: 14px;
    }

    .footer-input {
        font-size: 16px;
    }

    .footer-heading {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .footer-text {
        max-width: 500px;
    }
}






/* footer section */
.footer-section {
    background: #183444;
    padding: 20px 0;
    color: #fff;
}

.footer-logo {
    width: 180px;
    border-radius: 4px;
}

.footer-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ABCA37;
}

.footer-text {
    font-size: 15px;
    font-weight: 400;
    max-width: 280px;
    line-height: 28px;
    text-align: justify;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links a {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

.footer-links a:hover {
    color: #FFC000;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}

.footer-input {
    border-radius: 6px;
    padding: 8px 10px;
    margin-bottom: 10px;
    max-width: 220px;
    width: 100%;
    height: 44px;
}

.footer-btn {
    background: #FFC000;
    color: #292929;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    width: 100%;
    max-width: 220px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.footer-btn:hover {
    background: #e5ad00;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.2);
    margin: 10px 0;
}

.footer-bottom {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.footer-social-icons a {
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
}

.footer-social-icons a:hover {
    color: #FFC000;
}

@media(max-width: 991px) {
    .footer-section {
        text-align: center;
        padding-bottom: 8px;
    }

    .footer-logo,
    .footer-text {
        margin: 0 auto 20px;
    }

    .footer-input {
        font-size: 11px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom p {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .footer-text {
        margin-bottom: 14px;
    }

    .newsletter-form {

        align-items: center;

    }

    .footer-links {
        margin-bottom: 14px;
    }

    .footer-input {
        font-size: 16px;
    }

    .footer-heading {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .footer-text {
        max-width: 500px;
    }
}

.footer-links li {
    padding: 2px 0;
}





/* contact section */
.contact-section {
    padding: 40px 15px;
    background: #fff;
}

.contact-sec-wrapper {
    max-width: 1200px;
    margin: auto;
}

.contact-title {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #292929;
}

.contact-sub {
    font-size: 18px;
    color: #292929;
    margin-top: 16px;
    margin-bottom: 30px;
}

.contact-wrapper {
    align-items: stretch;
}


.contact-info-box {
    background-image: url(../images/contact-info-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 50px 30px 30px 40px;
    border-radius: 10px;
    height: 100%;
    min-height: 600px;
}

.contact-info-box h4 {
    font-size: 26px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
    margin-bottom: 30px;

}

.info-sub {
    font-size: 16px;
    margin-bottom: 25px;
    color: #C9C9C9;
}


.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'poppins', sans-serif;
    color: #868686;
}

.info-list i {
    margin-right: 12px;
    margin-top: 4px;
    color: #fbc72b;
    flex-shrink: 0;
}

.form-icons {
    width: 24px;
    height: 24px;
    color: #ffffff !important;
}

.designation {
    font-size: 11px;
    color: #868686;
}

.cont {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff !important;
}

.email-info,
.location-info {
    font-size: 15px;
    font-weight: 400;
    font-family: 'poppins', sans-serif;
    color: #ffffff;
}

/* form */
.contact-form-wrapper {
    padding: 50px 30px 30px 30px;
}

.contact-form label {
    font-size: 13px;
    font-weight: 500;
    font-family: 'poppins', sans-serif;
    color: #000000;
}

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
    color: #8D8D8D;
}

.contact-form .form-control:focus {
    box-shadow: none;
    border-color: #292929;
}

.subject-options {
    display: flex;
    gap: 20px;
    font-size: 13px;
}

.subject-options input {
    margin-right: 6px;
}


.btn-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.send-btn {
    background: #fbc72b;
    color: #292929;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'poppins', sans-serif;
    border: none;
}

.send-btn:hover {
    background: #e0aa00;
}

.fa-arrow-right {
    color: #292929 !important;
}


@media (max-width: 992px) {
    .contact-title {
        font-size: 32px;
    }

    .contact-sub {
        font-size: 16px;
    }

    .contact-info-box h4 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {

    .contact-title {
        font-size: 32px;
        text-align: center;
    }

    .contact-sub {
        font-size: 18px;
        text-align: center;

    }

    .contact-info-box {
        padding: 25px;
        min-height: auto;

    }

    .info-list li {
        justify-content: flex-start;
        text-align: left;
    }

    .form-group.ml-4 {
        margin-left: 0 !important;
    }

    .subject-options {
        flex-direction: column;
        gap: 10px;
    }

    .btn-wrapper {
        justify-content: center;
    }

    .send-btn {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .contact-title {
        font-size: 22px;
    }

    .contact-info-box h4 {
        font-size: 20px;
    }

    .cont,
    .email-info,
    .location-info {
        font-size: 14px;
    }
}

.equipment-section.Processingwe {
    background: #f9f9f9;
    padding: 40px 0;
}

.Processingwe .equipment-wrapper.mx-auto {
    background: transparent;
}



/* hero citrusplant section */
.hero-citrusplant-wrapper {
    background-image: url('../images/citrusplant_hero_banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 250px;
    color: #292929;
    display: flex;
    align-items: center;
}

.hero-citrusplant-text {
    margin: 0 auto;
    margin-top: 40px;
}

.hero-citrusplant-wrapper h1 {
    font-family: 'Ramabhadra', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #ffffff;
}

@media (max-width: 768px) {
    .hero-citrusplant-wrapper h1 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .hero-citrusplant-wrapper h1 {
        font-size: 28px;
    }
}




/*  CITRUS PLANT SECTION  */
.citrus-plant-section {
    background: #ffffff;
    padding: 60px 0;
}

.citrus-wrapper {
    max-width: 1250px;
    margin: auto;
    padding: 0 15px;
}

.section-title {
    font-size: 26px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 12px;
    color: #292929;
}



.sub-title {
    font-size: 26px;
    font-weight: 400;
    font-family: 'Ramabhadra', sans-serif;
    margin-bottom: 6px;
    color: #292929;
}

.citrus-content p {
    font-size: 15px;
    line-height: 24px;
    color: #292929;
    margin-bottom: 8px;
    text-align: justify;
}

.extractor-content p {
    font-size: 15px;
    line-height: 26px;
    color: #292929;
    margin-bottom: 12px;
    text-align: justify;
}


.extractor-img-box img {
    width: 100%;
    min-height: 533px;
    border-radius: 8px;
}


.extractor-section {
    margin-top: 50px;
}


@media (max-width: 992px) {

    .section-title {
        font-size: 28px;
    }

    .sub-title {
        font-size: 24px;
    }
}


@media (max-width: 768px) {

    .citrus-plant-section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 24px;
    }

    .sub-title {
        font-size: 22px;
    }

    .citrus-content p,
    .extractor-content p {
        font-size: 13px;
    }

    .extractor-section {
        margin-top: 35px;
    }

    .extractor-img-box img {
        width: 100%;
        max-height: 400px;
        border-radius: 8px;
    }
}





/*  JUICE FINISHERS SECTION */
.juice-finishers-section {
    background: #ABCA37;
    padding: 30px 0;
}

.jf-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}


.jf-content {
    padding-right: 20px;
}

.jf-title {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Ramabhadra', sans-serif;
    color: #ffffff;
    margin-bottom: 10px;
}

.jf-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: justify;
}


.jf-img-box img {
    width: 100%;
    border-radius: 8px;
}


@media (max-width: 992px) {

    .jf-title {
        font-size: 24px;
    }

    .jf-content {
        padding-right: 0;
    }

}


@media (max-width: 768px) {

    .juice-finishers-section {
        padding: 40px 0;
    }

    .jf-title {
        font-size: 22px;
    }

    .jf-content p {
        font-size: 13px;
        line-height: 1.5;
    }

    .jf-img-box img {
        width: 100%;
        border-radius: 8px;
        max-height: 400px;
    }

}



/* CENTRIFUGE SECTION */
.centrifuge-section {
    background: #ffffff;
    padding: 60px 0;
}

.centrifuge-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}


.centrifuge-img-box img {
    width: 100%;
    min-height: 626px;
    border-radius: 8px;
}


.centrifuge-content {
    padding-left: 20px;
}

.centrifuge-title {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Ramabhadra', sans-serif;
    color: #292929;
    margin-bottom: 6px;
}

.centrifuge-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #292929;
    margin-bottom: 10px;
    text-align: justify;
}


@media (max-width: 992px) {

    .centrifuge-title {
        font-size: 22px;
    }

    .centrifuge-content {
        padding-left: 0;
        padding-top: 10px;
    }


}


@media (max-width: 768px) {

    .centrifuge-section {
        padding: 40px 0;
    }

    .centrifuge-title {
        font-size: 20px;
    }

    .centrifuge-content p {
        font-size: 13px;
        line-height: 1.5;
    }

}


@media (max-width: 480px) {

    .centrifuge-title {
        font-size: 18px;
    }

    .centrifuge-content p {
        font-size: 12.5px;
    }
}




/* DE BITTERING / DE ACIDIFICATION SECTION */
.deplant-section {
    background: #011C2A;
    padding: 30px 0;
}

.deplant-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}


.deplant-content {
    padding-right: 20px;
}

.deplant-title {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Ramabhadra', sans-serif;
    color: #ffffff;
    margin-bottom: 10px;
}

.deplant-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: justify;
}


.deplant-img-box img {
    width: 100%;
    min-height: 547px;
    border-radius: 8px;
}


@media (max-width: 992px) {

    .deplant-title {
        font-size: 22px;
    }

    .deplant-content {
        padding-right: 0;
    }


}


@media (max-width: 768px) {

    .deplant-section {
        padding: 40px 0;
    }

    .deplant-title {
        font-size: 20px;
    }

    .deplant-content p {
        font-size: 13px;
        line-height: 1.5;
    }
}




/* TASTE EVAPORATOR SECTION  */
.taste-evaporator-section {
    background: #ffffff;
    padding: 30px 0;
}

.taste-wrapper {
    max-width: 1250px;
    margin: auto;
    padding: 0 15px;
}

.taste-img-box {
    width: 100%;
    border-radius: 8px;
}

.taste-content {
    padding-left: 20px;
}

.taste-title {
    font-size: 26px;
    font-weight: 400;
    font-family: 'Ramabhadra', sans-serif;
    color: #292929;
    margin-bottom: 10px;
}

.taste-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #292929;
    margin-bottom: 10px;
    text-align: justify;
}


@media (max-width: 992px) {

    .taste-title {
        font-size: 22px;
    }

    .taste-content {
        padding-left: 0;
    }
}

@media (max-width: 768px) {

    .taste-evaporator-section {
        padding: 40px 0;
    }

    .taste-title {
        font-size: 20px;
    }

    .taste-content p {
        font-size: 13px;
        line-height: 1.5;
    }
}




/*  DRUM FILLER & COLD STORE SECTION  */
.drum-cold-section {
    background: #ABCA37;
    padding: 30px 0;
}

.dc-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}


.dc-content {
    padding-right: 20px;
}

.dc-title {
    font-size: 26px;
    font-weight: 400;
    font-family: 'Ramabhadra', sans-serif;
    color: #ffffff;
    margin-bottom: 12px;
}

.dc-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: justify;
}


.dc-img-box img {
    width: 100%;
    border-radius: 8px;
}


@media (max-width: 992px) {

    .dc-title {
        font-size: 22px;
    }

    .dc-content {
        padding-right: 0;
    }
}


@media (max-width: 768px) {

    .drum-cold-section {
        padding: 40px 0;
    }

    .dc-title {
        font-size: 20px;
    }

    .dc-content p {
        font-size: 13px;
        line-height: 1.5;
    }
}


@media (max-width: 480px) {

    .dc-title {
        font-size: 18px;
    }

    .dc-content p {
        font-size: 12.5px;
    }
}

.dropdown-item {
    padding: 6px 10px;
}

.dropdown-menu{
    padding: 0 !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #93b31f;
}

.Contact-call li {
    padding: 6px 0 10px;
}

p.Products-tt {
    font-size: 14px;
    text-align: justify;
    margin: 0;
    line-height: 24px;
}

.news-title {
    color: var(--gray-dark);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}
.card-body.d-flex.flex-column {
    padding: 10px 10px;
}

.latestnews-section {
    padding: 26px 15px 20px 15px;
    background: #f5f5f5;
}

.home-slider img {
    max-height: 100%;
}

.home-slider .item {
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.home-slider .owl-carousel .item img{
    max-height: auto !important;
}

.home-slider .owl-carousel .item img {
    max-height: max-content;
    width: auto;
    object-fit: contain;
}