* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
}

/* ================= NAVBAR ================= */

.main-navbar {
    height: 85px;
    background: #fff;
    border-bottom: 1px solid #e8e5dc;
    display: flex;
    align-items: center;

    /* FIXED TOP */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.navbar-wrapper {
    width: 100%;
    max-width: 1780px;
    margin: 0 auto;
    padding: 0 60px;
}

/* Logo */
.brand-logo img {
    width: 170px;
    height: auto;
    display: block;
}

/* Navigation */
.main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    margin-left: auto;
    margin-right: 55px;
}

.main-menu .nav-link {
    position: relative;
    color: #063f2a;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.main-menu .nav-link:hover,
.main-menu .nav-link.active {
    color: #b28732;
}

/* Small underline */
.main-menu .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 50%;
    bottom: 0;
    background: #b28732;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.main-menu .nav-link:hover::after,
.main-menu .nav-link.active::after {
    width: 100%;
}

/* Enquire Button */
.enquire-btn {
    height: 56px;
    min-width: 215px;
    padding: 0 32px;
    border-radius: 50px;
    border: 1px solid #084b32;
    background: #084b32;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.35s ease;
}

.enquire-btn:hover {
    background: transparent;
    color: #084b32;
}

/* ================= MOBILE ================= */

.navbar-toggler {
    border: 0;
    padding: 8px;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 25px;
    height: 18px;
    background-image: none;
    position: relative;
    border-top: 2px solid #084b32;
    border-bottom: 2px solid #084b32;
}

.navbar-toggler-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 25px;
    height: 2px;
    background: #084b32;
}

@media (max-width: 1199px) {

    .navbar-wrapper {
        padding: 0 35px;
    }

    .main-menu {
        gap: 28px;
        margin-right: 30px;
    }

    .brand-logo img {
        width: 175px;
    }

    .enquire-btn {
        min-width: 180px;
    }
}

@media (max-width: 991px) {

    .main-navbar {
        height: 90px;
    }

    .navbar-wrapper {
        padding: 0 25px;
    }

    .brand-logo img {
        width: 170px;
    }

    .navbar-collapse {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #eee;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        padding: 20px 25px 25px;
    }

    .main-menu {
        display: block;
        margin: 0;
    }

    .main-menu .nav-item {
        border-bottom: 1px solid #eee;
    }

    .main-menu .nav-link {
        display: block;
        padding: 14px 0;
        font-size: 14px;
    }

    .main-menu .nav-link::after {
        display: none;
    }

    .mobile-enquire {
        margin-top: 20px;
    }

    .mobile-enquire .enquire-btn {
        width: 100%;
        height: 52px;
    }
}

@media (max-width: 575px) {

    .main-navbar {
        height: 78px;
    }

    .navbar-wrapper {
        padding: 0 18px;
    }

    .brand-logo img {
        width: 145px;
    }

    .navbar-collapse {
        top: 78px;
        padding: 15px 20px 22px;
    }
}




/* ============================== Banner ============================== */

.rice-banner,
.slide {
    height: 650px;
    position: relative;
    overflow: hidden;
}

.slide {
    background: #063f2a;
}

.bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .28;
}

.content {
    position: relative;
    z-index: 3;
    color: #fff;
}

.content small {
    color: #d5aa43;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 600;
}

.content h1 {
    font-family: Georgia, serif;
    font-size: 70px;
    line-height: 1.05;
    font-weight: 500;
    margin: 25px 0;
}

.content h1 i {
    color: #e6bd5a;
}

.content p {
    max-width: 560px;
    color: #ddd;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.btn {
    border-radius: 30px;
    padding: 15px 28px;
    font-weight: 600;
    margin-right: 8px;
    transition: .3s;
}

.btn-gold {
    background: #d5aa43;
    color: #173b29;
}

.btn-gold:hover {
    background: #fff;
    color: #063f2a;
}

.btn-outline-gold {
    border: 1px solid #d5aa43;
    color: #d5aa43;
}

.btn-outline-gold:hover {
    background: #d5aa43;
    color: #173b29;
}


/* PRODUCT IMAGE */

.rice-bag {
    position: absolute;
    z-index: 2;
    right: 1%;
    bottom: -30px;
    width: 56%;
    max-height: 108%;
    object-fit: contain;
}


/* ARROWS */

.rice-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 58px;
    height: 58px;

    border: 1px solid rgba(213, 170, 67, .7);
    border-radius: 50%;

    background: rgba(6, 63, 42, .75);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;
    cursor: pointer;
    transition: .3s;
}

.rice-arrow:hover {
    background: #d5aa43;
    color: #063f2a;
}

.rice-prev {
    left: 30px;
}

.rice-next {
    right: 30px;
}


/* SLICK DOTS */

.rice-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

.rice-slider .slick-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    opacity: .4;
    font-size: 0;
}

.rice-slider .slick-dots .slick-active button {
    width: 28px;
    border-radius: 10px;
    background: #d5aa43;
    opacity: 1;
}


/* ================= TABLET ================= */

@media(max-width:991px) {

    .rice-banner,
    .slide {
        height: 700px;
    }

    .content {
        text-align: center;
        padding-top: 30px;
    }

    .content h1 {
        font-size: 54px;
    }

    .content p {
        margin-left: auto;
        margin-right: auto;
    }

    .rice-bag {
        width: 72%;
        right: 14%;
        bottom: -25px;
        max-height: 52%;
    }

}


/* ================= MOBILE ================= */

@media(max-width:575px) {

    .rice-banner,
    .slide {
        height: 550px;
    }

    .content {
        padding: 45px 20px 0;
    }

    .content small {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .content h1 {
        font-size: 42px;
        margin: 18px 0;
    }

    .content p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 22px;
    }

    .btn {
        padding: 12px 17px;
        font-size: 10px;
        margin: 3px;
    }

    .rice-bag {
        width: 100%;
        right: 0;
        bottom: -15px;
        max-height: 45%;
    }

    .rice-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .rice-prev {
        left: 10px;
    }

    .rice-next {
        right: 10px;
    }

    .rice-slider .slick-dots {
        bottom: 15px;
    }

}


/* ================= SMALL MOBILE ================= */

@media(max-width:380px) {

    .rice-banner,
    .slide {
        height: 500px;
    }

    .content h1 {
        font-size: 36px;
    }

    .content p {
        font-size: 13px;
    }

    .rice-bag {
        max-height: 42%;
    }

}




/* ======================= stats-section =========================== */

.stats-section {
    background: #06462f;
}

.stat-box {
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid rgba(215, 174, 70, .18);
}

.stat-box:last-child {
    border-right: 0;
}

.stat-box h3 {
    margin: 0 0 8px;
    color: #e5bb58;
    font: 500 46px/1 Georgia, serif;
}

.stat-box p {
    margin: 0;
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    letter-spacing: 1.5px;
}

/* Mobile */
@media(max-width:575px) {
    .stat-box {
        height: 120px;
    }

    .stat-box h3 {
        font-size: 32px;
    }

    .stat-box p {
        font-size: 9px;
        letter-spacing: 1px;
    }
}





/* ============================== about-section ==================================== */

.about-section {
    padding: 100px 0;
    background: #f8f4ee;
}

.about-image {
    position: relative;
    padding-right: 25px;
}

.about-image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 6px;
}

.years-badge {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: #06462f;
    border: 3px solid #d5aa43;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.years-badge strong {
    color: #f0c45d;
    font: 500 34px Georgia;
}

.years-badge span {
    font-size: 9px;
    letter-spacing: .5px;
}

.about-label {
    color: #06462f;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 35px;
}

.about-label span {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #06462f;
    vertical-align: middle;
    margin-right: 8px;
}

.about-content h2 {
    color: #21120f;
    font: 500 50px/1.12 Georgia, serif;
    margin-bottom: 25px;
}

.about-content h2 em {
    color: #075538;
    font-style: italic;
}

.about-intro {
    color: #765a53;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.about-point {
    display: flex;
    gap: 18px;
    margin-bottom: 22px;
}

.point-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 2px solid #b02b25;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b02b25;
    font-size: 15px;
}

.about-point h5 {
    margin: 0 0 6px;
    color: #21120f;
    font: 600 19px Georgia;
}

.about-point p {
    margin: 0;
    color: #765a53;
    font-size: 14px;
    line-height: 1.6;
}

.about-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 14px 28px;
    border-radius: 30px;
    background: #06462f;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s;
}

.about-btn:hover {
    background: #d5aa43;
    color: #173b29;
}


/* Responsive */
@media(max-width:991px) {
    .about-section {
        padding: 70px 0;
    }

    .about-image img {
        height: 500px;
    }

    .about-content h2 {
        font-size: 42px;
    }
}

@media(max-width:575px) {
    .about-section {
        padding: 55px 0;
    }

    .about-image {
        padding-right: 12px;
    }

    .about-image img {
        height: 360px;
    }

    .years-badge {
        width: 105px;
        height: 105px;
        bottom: -15px;
    }

    .years-badge strong {
        font-size: 27px;
    }

    .years-badge span {
        font-size: 7px;
    }

    .about-label {
        margin-top: 35px;
        margin-bottom: 20px;
        font-size: 9px;
    }

    .about-content h2 {
        font-size: 34px;
    }

    .about-intro {
        font-size: 14px;
    }

    .about-point h5 {
        font-size: 17px;
    }

    .about-point p {
        font-size: 13px;
    }
}






/* ======================= products-section ======================= */

.products-section {
    background: #180706;
    padding: 75px 0 85px;
    color: #fff;
}

.product-heading span {
    color: #d5aa43;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

.product-heading span i {
    display: inline-block;
    width: 18px;
    height: 1px;
    background: #d5aa43;
    margin-right: 7px;
    vertical-align: middle;
}

.product-heading h2 {
    margin: 18px 0 7px;
    font: 500 30px Georgia, serif;
}

.product-heading h2 em {
    color: #d5aa43;
}

.product-heading p {
    max-width: 500px;
    color: #a9918b;
    font-size: 14px;
    line-height: 1.7;
}


/* TABS */
.product-tabs {
    display: flex;
    gap: 28px;
    border-bottom: 1px solid #49301f;
    margin: 20px 0 14px;
}

.product-tabs button {
    background: none;
    border: 0;
    color: #816c66;
    padding: 12px 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.product-tabs button.active {
    color: #d5aa43;
    border-bottom: 1px solid #d5aa43;
}


/* TAB */
.product-pane {
    display: none;
    animation: fadeProduct .35s ease;
}

.product-pane.active {
    display: block;
}

@keyframes fadeProduct {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}


/* CARD */
.product-card {
    background: #25100d;
    border: 1px solid #503024;
    border-radius: 4px;
    overflow: hidden;
    transition: .3s;
}

.product-card:hover {
    transform: translateY(-4px);
    border-color: #b28732;
}

.product-card.featured {
    border-color: #b28732;
}

.product-image {
    height: 338px;
    background: #510107;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .4s;
}

.product-card:hover .product-image img {
    transform: scale(1.03);
}

.product-badge {
    position: absolute;
    z-index: 2;
    top: 9px;
    left: 8px;
    padding: 5px 7px;
    font-size: 10px;
    font-weight: 700;
}

.product-badge.green {
    background: #087456;
}

.product-badge.gold {
    background: #d5aa43;
    color: #20100b;
}


/* INFO */
.product-info {
    padding: 14px;
}

.product-info>small {
    color: #b28732;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.product-info h3 {
    margin: 7px 0;
    color: #fff;
    font: 600 20px Georgia, serif;
}

.product-info p {
    color: #ad9891;
    font-size: 14px;
    line-height: 1.65;
    min-height: 34px;
    margin-bottom: 10px;
}

.tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.tags b {
    color: #b28732;
    border: 1px solid #63401e;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 500;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #43251d;
    margin-top: 10px;
    padding-top: 9px;
}

.product-footer span {
    color: #806b65;
    font-size: 12px;
}

.product-footer a {
    color: #d5aa43;
    text-decoration: none;
    font-size: 12px;
}


/* MOBILE */
@media(max-width:575px) {

    .products-section {
        padding: 50px 0 60px;
    }

    .product-heading {
        padding: 0 10px;
    }

    .product-heading h2 {
        font-size: 27px;
    }

    .product-tabs {
        gap: 20px;
        overflow-x: auto;
        scrollbar-width: none;
        padding: 0 10px;
    }

    .product-tabs::-webkit-scrollbar {
        display: none;
    }

    .product-tabs button {
        flex-shrink: 0;
    }

    .product-image {
        height: 300px;
    }

    .product-info p {
        min-height: auto;
    }
}





/* ================================= rice-trading ========================== */

.rice-trading {
    padding: 85px 0 80px;
    background: #fff;
    overflow: hidden;
}

.trade-label {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 30px;
    background: #edf6f3;
    color: #08755e;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.trade-content h2 {
    color: #10251f;
    font: 500 44px/1.12 Georgia, serif;
    margin-bottom: 25px;
}

.trade-content h2 em {
    color: #08755e;
    font-style: normal;
}

.trade-text {
    max-width: 570px;
    color: #687772;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.trade-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 35px;
    margin-bottom: 35px;
}

.trade-points div {
    color: #17221f;
    font-size: 14px;
    font-weight: 600;
}

.trade-points span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #08755e;
    color: #fff;
    margin-right: 10px;
}

.trade-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 17px 30px;
    background: #08755e;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

.trade-btn b {
    font-size: 20px;
    font-weight: 400;
}

.trade-btn:hover {
    background: #063f2a;
    color: #fff;
}


/* IMAGE */
.trade-image {
    position: relative;
    padding-bottom: 40px;
}

.main-trade-img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

.quality-card {
    position: absolute;
    top: 22px;
    right: 22px;
    background: #fff;
    border-radius: 15px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .12);
}

.quality-icon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #54c9a5;
    color: #075b49;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.quality-card strong {
    display: block;
    color: #12231f;
    font-size: 13px;
}

.quality-card small {
    display: block;
    color: #8a9692;
    font-size: 10px;
    margin-top: 3px;
}

.small-trade-img {
    position: absolute;
    left: -35px;
    bottom: 0;
    width: 175px;
    height: 175px;
    padding: 6px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.small-trade-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 11px;
}


/* TABLET */
@media(max-width:991px) {

    .rice-trading {
        padding: 65px 0;
    }

    .trade-content {
        text-align: center;
    }

    .trade-text {
        margin-left: auto;
        margin-right: auto;
    }

    .trade-points {
        text-align: left;
    }

    .main-trade-img {
        height: 480px;
    }

    .small-trade-img {
        left: 15px;
    }
}


/* MOBILE */
@media(max-width:575px) {

    .rice-trading {
        padding: 50px 0 65px;
    }

    .trade-content h2 {
        font-size: 32px;
    }

    .trade-label {
        font-size: 9px;
        margin-bottom: 18px;
    }

    .trade-text {
        font-size: 13px;
        line-height: 1.7;
    }

    .trade-points {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: left;
    }

    .trade-points div {
        font-size: 12px;
    }

    .trade-points span {
        width: 27px;
        height: 27px;
    }

    .trade-btn {
        padding: 14px 22px;
        font-size: 12px;
    }

    .main-trade-img {
        height: 360px;
        border-radius: 14px;
    }

    .quality-card {
        top: 15px;
        right: 12px;
        padding: 10px 12px;
    }

    .quality-icon {
        width: 35px;
        height: 35px;
    }

    .quality-card strong {
        font-size: 11px;
    }

    .quality-card small {
        font-size: 8px;
    }

    .small-trade-img {
        width: 110px;
        height: 110px;
        left: 10px;
        bottom: 0;
        border-radius: 12px;
    }
}



/* ======================================= quality-section =============================== */

.quality-section {
    padding: 85px 0 90px;
    background: #f8f3ed;
}

.quality-head {
    margin-bottom: 28px;
}

.quality-label {
    color: #084b32;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 32px;
}

.quality-label span {
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #084b32;
    margin-right: 8px;
    vertical-align: middle;
}

.quality-head h2 {
    color: #160c0a;
    font: 500 43px/1.12 Georgia, serif;
    margin: 0 0 18px;
}

.quality-head h2 em {
    color: #07583f;
    font-style: italic;
}

.quality-head p {
    max-width: 560px;
    color: #865e58;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}


/* GRID */

.quality-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #e2c9c3;
    margin-top: 28px;
}

.quality-box {
    min-height: 250px;
    padding: 36px 28px;
    border-right: 1px solid #e2c9c3;
    border-bottom: 1px solid #e2c9c3;
    transition: .3s;
}

.quality-box:nth-child(3),
.quality-box:nth-child(6) {
    border-right: 0;
}

.quality-box:nth-child(4),
.quality-box:nth-child(5),
.quality-box:nth-child(6) {
    border-bottom: 0;
}

.quality-box.highlight {
    background: #f5e8e6;
}

.quality-box:hover {
    background: #f2e5e1;
}

.quality-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b02d2d;
    font-size: 22px;
    margin-bottom: 25px;
}

.quality-box h4 {
    color: #120c0b;
    font: 600 18px Georgia, serif;
    margin-bottom: 10px;
}

.quality-box p {
    color: #805b56;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}


/* TABLET */

@media(max-width:991px) {

    .quality-section {
        padding: 65px 0;
    }

    .quality-head h2 {
        font-size: 38px;
    }

    .quality-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .quality-box:nth-child(3) {
        border-right: 1px solid #e2c9c3;
    }

    .quality-box:nth-child(2n) {
        border-right: 0;
    }

    .quality-box:nth-child(4) {
        border-bottom: 1px solid #e2c9c3;
    }

    .quality-box:nth-child(5),
    .quality-box:nth-child(6) {
        border-bottom: 0;
    }
}


/* MOBILE */

@media(max-width:575px) {

    .quality-section {
        padding: 55px 0;
    }

    .quality-head {
        padding: 0 8px;
    }

    .quality-label {
        font-size: 9px;
        margin-bottom: 20px;
    }

    .quality-head h2 {
        font-size: 32px;
    }

    .quality-head p {
        font-size: 13px;
        line-height: 1.7;
    }

    .quality-grid {
        grid-template-columns: 1fr;
    }

    .quality-box,
    .quality-box:nth-child(3),
    .quality-box:nth-child(4),
    .quality-box:nth-child(5) {
        border-right: 0;
        border-bottom: 1px solid #e2c9c3;
    }

    .quality-box:last-child {
        border-bottom: 0;
    }

    .quality-box {
        min-height: auto;
        padding: 28px 22px;
    }

    .quality-icon {
        margin-bottom: 18px;
    }

    .quality-box h4 {
        font-size: 17px;
    }

    .quality-box p {
        font-size: 13px;
    }
}




/* ===============================  VISION ================================ */

.vision-section {
    min-height: 430px;
    position: relative;

    background-image:
        linear-gradient(90deg,
            rgba(3, 63, 41, 0) 0%,
            rgba(3, 63, 41, .08) 35%,
            rgba(3, 63, 41, .82) 58%,
            rgba(3, 63, 41, .98) 100%),
        url("../image/RiceBowlBg01.webp");

    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    overflow: hidden;
}


/* RIGHT CONTENT */

.vision-content {
    min-height: 430px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 50px 5%;
}

.vision-inner {
    width: 100%;
    max-width: 780px;
    text-align: center;
}


/* LABEL */

.vision-label {
    display: block;
    color: #d5aa43;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 20px;
}


/* HEADING */

.vision-inner h2 {
    margin: 0;
    color: #fff;

    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.32;
}

.vision-inner h2 em {
    color: #e2b84f;
    font-style: italic;
}


/* GOLD LINE */

.vision-line {
    width: 60px;
    height: 2px;
    background: #d5aa43;
    margin: 22px auto 0;
}


/* ================= TABLET ================= */

@media(max-width:991px) {

    .vision-section {
        min-height: 500px;

        background-position: center;
        background-attachment: scroll;
    }

    .vision-content {
        min-height: 500px;
        padding: 60px 8%;
        background: linear-gradient(90deg,
                rgba(3, 63, 41, .35),
                rgba(3, 63, 41, .9));
    }

    .vision-inner h2 {
        font-size: 27px;
    }
}


/* ================= MOBILE ================= */

@media(max-width:575px) {

    .vision-section {
        min-height: 480px;

        background-position: 35% center;
    }

    .vision-content {
        min-height: 480px;
        padding: 45px 22px;

        background: rgba(3, 63, 41, .72);
    }

    .vision-label {
        font-size: 9px;
        letter-spacing: 2px;
        margin-bottom: 18px;
    }

    .vision-inner h2 {
        font-size: 22px;
        line-height: 1.45;
    }

    .vision-line {
        margin-top: 20px;
    }
}


/* ======================= process-section =========================== */

.process-section {
    padding: 80px 0 90px;
    background: #083f2a;
    color: #fff;
}

/* HEADING */
.process-head {
    max-width: 560px;
    margin-bottom: 70px;
}

.process-head span {
    color: #d5aa43;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

.process-head h2 {
    font: 500 44px/1.2 Georgia, serif;
    margin: 30px 0 15px;
}

.process-head p {
    color: #9db5aa;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

/* PROCESS */
.process-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.process-list:before {
    content: "";
    position: absolute;
    top: 28px;
    left: 11%;
    right: 11%;
    height: 1px;
    background: rgba(213, 170, 67, .45);
}

.process-item {
    position: relative;
    text-align: center;
    padding: 0 25px;
}

.process-no {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    border: 2px solid #d5aa43;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #083f2a;
    color: #d5aa43;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.process-item h4 {
    font-size: 17px;
    margin: 0 0 10px;
    font-weight: 600;
}

.process-item p {
    color: #91aaa0;
    font-size: 13px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 260px;
}


/* TABLET */
@media(max-width:991px) {

    .process-section {
        padding: 65px 0;
    }

    .process-head {
        margin-bottom: 50px;
    }

    .process-head h2 {
        font-size: 38px;
    }

    .process-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 20px;
    }

    .process-list:before {
        display: none;
    }
}


/* MOBILE */
@media(max-width:575px) {

    .process-section {
        padding: 55px 0;
    }

    .process-head {
        margin-bottom: 40px;
    }

    .process-head h2 {
        font-size: 32px;
        margin-top: 20px;
    }

    .process-head p {
        font-size: 13px;
    }

    .process-list {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .process-item {
        padding: 0 15px;
    }

    .process-no {
        width: 50px;
        height: 50px;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .process-item h4 {
        font-size: 16px;
    }

    .process-item p {
        font-size: 12px;
    }
}




/* ========================== contact-section ===================== */
.contact-section {
    background: #0b3f2b;
    padding-bottom: 60px;
    font-family: Montserrat, sans-serif;
}

/* Heading */
.contact-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    color: #fff;
}

.contact-heading span,
.form-label-top {
    color: #d8ad45;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
}

.contact-heading span i,
.form-label-top i {
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #d8ad45;
    vertical-align: middle;
    margin: 0 10px;
}

.contact-heading h2 {
    font-family: Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    margin: 18px 0 12px;
}

.contact-heading h2 em {
    color: #e0b84e;
}

.contact-heading p {
    color: #b8c5bd;
    line-height: 1.8;
    font-size: 14px;
}

/* Info */
.info-card {
    height: 100%;
    background: #172a21;
    border: 1px solid rgba(216, 173, 69, .25);
    border-radius: 18px;
    padding: 30px;
}

.info-box {
    display: flex;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(216, 173, 69, .16);
}

.info-icon {
    min-width: 48px;
    height: 48px;
    border: 1px solid #d8ad45;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8ad45;
    font-size: 20px;
}

.info-box small {
    color: #d8ad45;
    letter-spacing: 1px;
    font-size: 12px;
}

.info-box p {
    color: #d2d8d3;
    font-size: 16px;
    margin: 7px 0 0;
    line-height: 1.6;
}

.info-box a {
    color: #d2d8d3;
    text-decoration: none;
    font-size: 16px;
}

.direction-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #08613f;
    color: #fff;
    text-decoration: none;
    padding: 16px;
    border-radius: 30px;
    margin-top: 25px;
    font-size: 13px;
    font-weight: 600;
}

.direction-btn:hover {
    background: #d8ad45;
    color: #132d21;
}

/* Form */
.form-card {
    height: 100%;
    background: #211d19;
    border: 1px solid rgba(216, 173, 69, .25);
    border-radius: 18px;
    padding: 35px;
}

.form-card h3 {
    color: #fff;
    font-family: Georgia, serif;
    font-weight: 400;
    font-size: 28px;
    margin: 16px 0 5px;
}

.form-card>p {
    color: #9fa9a2;
    font-size: 13px;
    margin-bottom: 25px;
}

.form-card label {
    color: #d8ad45;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .8px;
    margin-bottom: 8px;
}

.form-control,
.form-select {
    height: 50px;
    background: #302b26;
    border: 1px solid rgba(216, 173, 69, .3);
    color: #fff;
    border-radius: 10px;
}

textarea.form-control {
    height: auto;
}

.form-control:focus,
.form-select:focus {
    background: #302b26;
    color: #fff;
    border-color: #d8ad45;
    box-shadow: none;
}

.form-select option {
    background: #302b26;
}

.form-control::placeholder {
    color: #777;
}

.submit-btn {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 30px;
    background: #260507;
    color: #e0b84e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: .3s;
}

.submit-btn:hover {
    background: #d8ad45;
    color: #260507;
}

/* Responsive */
@media(max-width:991px) {
    .contact-section {
        padding-bottom: 60;
    }

    .contact-heading h2 {
        font-size: 40px;
    }
}

@media(max-width:575px) {
    .contact-section {
        padding: 45px 15px;
    }

    .contact-heading {
        margin-bottom: 30px;
    }

    .contact-heading h2 {
        font-size: 32px;
    }

    .contact-heading p {
        font-size: 13px;
    }

    .info-card,
    .form-card {
        padding: 22px;
        border-radius: 14px;
    }

    .form-card h3 {
        font-size: 23px;
    }
}


/* ================================ site-footer ======================== */
.site-footer {
    background: #200506;
    color: #aaa;
    padding: 70px 0 25px;
    border-top: 1px solid rgba(216, 173, 69, .15);
}

.footer-logo {
    color: #dcb24f;
    font: 400 34px Georgia, serif;
    margin-bottom: 8px;
}

.footer-sub {
    color: #777;
    font-size: 15px;
}

.footer-line {
    width: 50px;
    height: 1px;
    background: #d8ad45;
    margin: 12px 0 25px;
}

.site-footer p {
    max-width: 560px;
    color: #8f8585;
    font-size: 15px;
    line-height: 1.9;
}

.site-footer h4 {
    color: #d8a936;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 22px;
}

.site-footer a {
    display: block;
    color: #888;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 16px;
    transition: .3s;
}

.site-footer a:hover {
    color: #d8ad45;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 25px;
    padding: 25px 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #625858;
    font-size: 13px;
}

.footer-bottom a {
    display: inline;
    margin: 0;
    color: #d8ad45;
}

.footer-bottom b {
    color: #777;
}

/* Floating */
.floating-buttons {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.float-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    border: 0;
    font-size: 25px;
    transition: .3s;
}

.whatsapp {
    background: #20d366;
    color: #fff !important;
}

.call {
    background: #0b6b47;
    color: #fff !important;
}


.top-btn {
    background: #d5a53d;
    color: #190505;
    cursor: pointer;

    /* Initially hidden */
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    pointer-events: none;
}

.top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}


.float-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
}

.top-btn.show:hover {
    transform: translateY(-4px);
}

.float-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
}

/* Mobile */
@media(max-width:767px) {

    .site-footer {
        padding: 50px 20px 20px;
    }

    .footer-logo {
        font-size: 28px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .floating-buttons {
        right: 15px;
        bottom: 15px;
        gap: 9px;
    }

    .float-btn {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}




/* ======================== page-breadcrumb ================================= */

.page-breadcrumb {
    background: #063f2a;
    padding: 45px 0;
    position: relative;
    margin-top: 115px;
    overflow: hidden;
}

@media(max-width:991px) {
    .page-breadcrumb {
        margin-top: 90px;
    }
}

@media(max-width:575px) {
    .page-breadcrumb {
        margin-top: 78px;
        padding: 32px 0;
    }
}

.page-breadcrumb:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(216, 173, 69, .18);
    border-radius: 50%;
    right: -100px;
    top: -120px;
}

.breadcrumb-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.breadcrumb-label {
    color: #d8ad45;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.breadcrumb-wrap h1 {
    color: #fff;
    font: 400 42px Georgia, serif;
    margin: 8px 0 0;
}

.breadcrumb-wrap nav {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 13px;
}

.breadcrumb-wrap nav a {
    color: #d8ad45;
    text-decoration: none;
}

.breadcrumb-wrap nav span {
    color: #ddd;
}

.breadcrumb-wrap nav i {
    color: #8b9b91;
    font-size: 10px;
}

/* Mobile */
@media(max-width:767px) {
    .page-breadcrumb {
        padding: 32px 0;
    }

    .breadcrumb-wrap {
        display: block;
    }

    .breadcrumb-wrap h1 {
        font-size: 34px;
        margin-bottom: 18px;
    }
}





/* ================================= contact-page ============================= */

.contact-page {
    background: #f8f3ed;
    padding: 85px 0;
}

.contact-page .contact-head {
    max-width: 700px;
    margin: 0 auto 50px;
}

.contact-page .contact-head span,
.contact-page .contact-info small,
.contact-page .form-title span {
    color: #c89b3c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.contact-page .contact-head h1 {
    color: #063f2a;
    font: 400 48px Georgia, serif;
    margin: 12px 0;
}

.contact-page .contact-head h1 em,
.contact-page .contact-info h2 em,
.contact-page .form-title h3 em {
    color: #c89b3c;
    font-style: italic;
}

.contact-page .contact-head p {
    color: #777;
    line-height: 1.8;
}

/* LEFT */
.contact-page .contact-info {
    height: 100%;
    background: #063f2a;
    color: #fff;
    padding: 48px;
    border-radius: 16px;
}

.contact-page .contact-info h2 {
    font: 400 39px Georgia, serif;
    line-height: 1.2;
    margin: 18px 0 38px;
}

.contact-page .info-item {
    display: flex;
    gap: 17px;
    margin-bottom: 27px;
    align-items: center;
}

.contact-page .info-icon {
    width: 45px;
    height: 45px;
    flex: none;
    border: 1px solid rgba(216, 173, 69, .5);
    color: #d8ad45;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-page .info-item label {
    display: block;
    color: #d8ad45;
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.contact-page .info-item p {
    margin: 0;
    color: #ddd;
    font-size: 14px;
}

.contact-page .direction-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 12px;
    padding: 14px 22px;
    background: #d5a53d;
    color: #190505;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* FORM */
.contact-page .contact-form {
    background: #fff;
    height: 100%;
    border: 1px solid #e5ddd3;
    border-radius: 16px;
    padding: 45px;
}

.contact-page .form-title h3 {
    color: #063f2a;
    font: 400 32px Georgia, serif;
    margin: 10px 0 30px;
}

.contact-page .contact-form label {
    display: block;
    color: #555;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.contact-page .contact-form input,
.contact-page .contact-form select,
.contact-page .contact-form textarea {
    width: 100%;
    border: 1px solid #ddd4ca;
    padding: 13px 15px;
    outline: none;
    font-size: 14px;
    color: #333;
    background: #fcfaf8;
}

.contact-page .contact-form input:focus,
.contact-page .contact-form select:focus,
.contact-page .contact-form textarea:focus {
    border-color: #c89b3c;
}



/* MOBILE */
@media(max-width:767px) {

    .contact-page {
        padding: 60px 15px;
    }

    .contact-page .contact-head {
        margin-bottom: 30px;
    }

    .contact-page .contact-head h1 {
        font-size: 36px;
    }

    .contact-page .contact-info,
    .contact-page .contact-form {
        padding: 30px 24px;
    }

    .contact-page .contact-info h2 {
        font-size: 32px;
    }

    .contact-page .form-title h3 {
        font-size: 28px;
    }
}




/* ============================ product-detail ================================= */

.product-detail {
    padding: 80px 0;
    background: #f8f3ed;
}

.product-detail .product-image-box {
    height: 520px;
    background: #fff;
    border: 1px solid #e5ddd2;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product-detail .product-image-box:after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    border: 1px solid #e1c984;
    border-radius: 50%;
}

.product-detail .product-image-box img {
    max-width: 65%;
    max-height: 420px;
    position: relative;
    z-index: 2;
}

.product-detail .product-tag {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 3;
    background: #063f2a;
    color: #d8ad45;
    padding: 9px 13px;
    font-size: 10px;
    letter-spacing: 1.5px;
}

.product-detail .product-category,
.product-detail .product-description>span,
.product-detail .related-head span {
    color: #c89b3c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.product-detail .product-content h1 {
    color: #063f2a;
    font: 400 52px Georgia, serif;
    margin: 13px 0;
}

.product-detail .product-line {
    width: 55px;
    height: 2px;
    background: #d8ad45;
    margin: 20px 0;
}

.product-detail .product-intro {
    color: #777;
    line-height: 1.9;
    max-width: 580px;
}

.product-detail .product-info {
    display: flex;
    gap: 12px;
    /* margin: 30px 0; */
}

.product-detail .product-info div {
    background: #fff;
    border: 1px solid #e4dbd0;
    padding: 15px;
    min-width: 130px;
}

.product-detail .product-info small,
.product-detail .product-price small {
    display: block;
    color: #999;
    font-size: 9px;
    letter-spacing: 1.5px;
}

.product-detail .product-info strong {
    color: #063f2a;
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

.product-detail .product-price strong {
    color: #063f2a;
    display: block;
    font: 400 30px Georgia, serif;
    margin-top: 5px;
}

.product-detail .product-price strong span {
    font-size: 14px;
    color: #777;
}

.product-detail .product-buttons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.product-detail .gold-btn,
.product-detail .outline-btn {
    padding: 14px 21px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.product-detail .gold-btn {
    background: #d5a53d;
    color: #1b0808;
}

.product-detail .outline-btn {
    border: 1px solid #063f2a;
    color: #063f2a;
}

.product-detail .product-description {
    margin-top: 75px;
}

.product-detail .product-description h2,
.product-detail .related-head h2 {
    color: #063f2a;
    font: 400 38px Georgia, serif;
    margin: 10px 0 15px;
}

.product-detail .product-description h2 em,
.product-detail .related-head h2 em {
    color: #c89b3c;
}

.product-detail .product-description p {
    color: #777;
    line-height: 1.9;
}

/*===================== Related =====================*/
.related-products {
    background: #fff;
    padding: 80px 0;
}

.related-products .related-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 35px;
}

.related-products .related-head>a {
    color: #063f2a;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.related-products .rice-card {
    border: 1px solid #e5ddd2;
    background: #fff;
    transition: .3s;
}

.related-products .rice-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.related-products .rice-card-img {
    height: 270px;
    background: #f8f3ed;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.related-products .rice-card-img img {
    max-height: 225px;
    max-width: 75%;
}

.related-products .rice-card-img span {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #063f2a;
    color: #d8ad45;
    padding: 7px 10px;
    font-size: 8px;
    letter-spacing: 1px;
}

.related-products .rice-card-body {
    padding: 20px;
}

.related-products .rice-card-body small {
    color: #c89b3c;
    font-size: 9px;
    letter-spacing: 2px;
}

.related-products .rice-card-body h3 {
    color: #063f2a;
    font: 400 21px Georgia, serif;
    margin: 8px 0 18px;
}

.related-products .rice-card-body a {
    color: #063f2a;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

@media(max-width:767px) {
    .related-products .product-detail {
        padding: 55px 15px;
    }

    .related-products .product-image-box {
        height: 390px;
    }

    .related-products .product-content h1 {
        font-size: 38px;
    }

    .related-products .product-info {
        flex-wrap: wrap;
    }

    .related-products .product-info div {
        flex: 1;
        min-width: 110px;
    }

    .related-products .product-buttons {
        flex-wrap: wrap;
    }

    .related-products {
        padding: 55px 15px;
    }

    .related-products .related-head {
        display: block;
    }

    .related-products .related-head>a {
        display: inline-block;
        margin-top: 10px;
    }
}