body {
    background-color: #FFFCF2 !important;
}

.menu {
    color: #063210 !important;
}

.logo img {
    width: 267px;
}

.banner_img {
    background: linear-gradient(to bottom right, rgba(31, 83, 40, 0.85), rgba(31, 83, 40, 0.85)),
        url('banner_img.png') !important;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
}

.text {
    padding-top: 200px;
    /* padding-left: 100px; */
}

.btn {
    background-color: #FFFCF2 !important;
    color: #063210 !important;
    border: none;
    padding: 7px 15px;
    border-radius: 0px !important;
}

.btn a {
    color: #063210;
    text-decoration: none;
}

.about2 {
    margin-top: 100px;
    margin-left: 30px;
}

.about_text h2 {
    margin-top: 20px;
    color: #063210;
}

.about_text p {
    margin-top: 50px;
    color: #063210;
}

.about img {
    width: 100%;
}

.about_txt {
    font-size: 24px;
}

.p2 {
    margin-top: 0px !important;
}

.btn1 {
    background-color: #063210 !important;
    color: white;
    padding: 7px 15px;
    border: none;
    margin-top: 50px;
}

.btn1 a {
    text-decoration: none;
    color: white;
}

.slider_text h2 {
    color: #063210;
}

.slider_text p {
    color: #063210;
    margin-top: 40px;
}

.why_choose {
    width: 100%;
    float: left;
    height: 600px;
    background-image: url(why_choose.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* .why_choose_text{
    padding-top: 100px;
    padding-left: 700px;
} */
.why_choose_text ul {
    list-style: none;
}

.why_choose_text {
    padding-top: 60px;
    padding-left: 50px;
}

.premium_agro {
    margin-top: 80px;
}

.btn2 {
    background-color: #FFFCF2 !important;
    color: #063210 !important;
    border: none;
    padding: 7px 15px;
    margin-top: 50px;
}

.map {
    width: 100%;
    float: left;
    background-image: url('map.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    /* height: 800px; */
}

.map h4 {
    padding-top: 200px;
    color: #063210;
}

.carousel img {
    width: 150px !important;
}

.carousel1 img {
    width: 150px !important;
    margin-top: 50px;
}

.carousel2 img {
    width: 100%;
}

/* --- Footer Styling --- */
.footer {
    width: 100%;
    float: left;
    background-color: #063210;
    margin-top: 0;
    padding: 60px 0 40px;
    color: white;
    box-shadow: inset 0 20px 50px rgba(0, 0, 0, 0.1);
}

.footer .row {
    align-items: center;
}

.footer img {
    max-width: 267px;
    width: 100%;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.footer img:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 5px 15px rgba(255, 252, 242, 0.2));
}

.icon {
    margin-bottom: 25px;
    margin-right: 30px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.icon a {
    text-decoration: none;
    border: none;
    outline: none;
    display: inline-block;
}

.icon a img {
    border: none;
    outline: none;
    height: 35px;
    width: 35px;
    object-fit: contain;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.icon a:hover img {
    transform: translateY(-6px) scale(1.15);
    filter: drop-shadow(0 8px 15px rgba(255, 255, 255, 0.3));
}

.menu {
    margin-right: 30px;
}

.menu ul {
    margin-bottom: 15px !important;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

.menu ul li {
    display: inline-flex;
    align-items: center;
    padding: 5px 0;
}

.menu span {
    margin: 0 12px;
    color: rgba(255, 255, 255, 0.2);
    user-select: none;
}

.footer a {
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.85) !important;
    outline: none;
    transition: all 0.3s ease;
}

.menu ul li a {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-bottom: 4px;
    letter-spacing: 0.5px;
}

.menu ul li a:hover,
.footer a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.menu ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFFCF2;
    transition: width 0.3s ease;
    border-radius: 2px;
}

.menu ul li a:hover::after {
    width: 100%;
}

.menu p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    margin-top: 15px;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.5px;
}

.certificate {
    margin-top: 100px;
}

.owl-carousel .owl-item .pimg1 img {
    height: 100% !important;
}

/* About Page CSS */

.about_img {
    background-image: url(About_banner.png);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_whychoose {
    background-image: linear-gradient(to bottom right,
            rgba(31, 83, 40, 0.85),
            rgba(31, 83, 40, 0.85)),
        url('about_whychoose_img.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    margin-top: 100px;
}

.aboutpage_text {
    padding-top: 40px;
}

.whyc_text img {
    width: 65px;
}

.map h6 {
    color: #063210;
    padding-top: 50px;
}

.btn3 {
    background-color: #063210 !important;
    color: white;
    padding: 7px 15px;
    border: none;
    margin-top: 10px;
}

.btn3 a {
    text-decoration: none;
    color: white;
}


/* Product Page CSS */

.product_banner {
    background-image: linear-gradient(to bottom right,
            rgba(31, 83, 40, 0.85)), url(product_banner.png);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

.text1 {
    padding-top: 250px;
}

.product {
    padding-top: 120px;
}

.product h4 {
    color: #063210;
}

.product p {
    color: #063210;
}

.modal-dialog {
    max-width: 1000px !important;
}

.product_modal {
    color: #063210;
}

.product_modal img {
    width: 100%;
    height: 400px;
}

/* Gallery Page CSS */

.gallery_banner {
    background-image: linear-gradient(to bottom right,
            rgba(31, 83, 40, 0.85)), url(product_banner.png);
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.text2 {
    padding-top: 120px;
}

.text2 h2 {
    font-size: 60px;
}

/* Contact Page CSS */

.contact_banner {
    background-image: url(contact_banner.png);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact_banner img {
    width: 100%;
}

.contact {
    color: #063210;
}

.contact img {
    width: 25px;
}

.form-control {
    background-color: rgba(31, 83, 40, 0.8) !important;
    border: none;
}

input::placeholder {
    color: white !important;
}

.form-control textarea {
    background-color: rgba(31, 83, 40, 0.8) !important;
    border: none;
}

.form-control:focus {
    background: none !important;
}

.container-fluid,
.container {
    padding-right: calc(var(--bs-gutter-x) * 3) !important;
    padding-left: calc(var(--bs-gutter-x) * 3) !important;
}

@media only screen and (max-width: 600px) {
    .text {
        padding-top: 190px;
        padding-left: 0px;
    }

    .about img {
        width: 100%;
    }

    .about_text h2 {
        margin-top: 50px;
    }

    .about_text p {
        margin-top: 20px;
    }

    .btn1 {
        margin-top: 20px;
    }

    .map h4 {
        padding-bottom: 20px;
    }

    .product {
        padding-top: 30px;
    }

    .menu ul {
        font-size: 12px;
        justify-content: center;
    }

    .menu ul li {
        padding: 7px;
    }

    .footer {
        padding: 40px 0 20px;
        text-align: center !important;
    }

    .footer .text-end {
        text-align: center !important;
    }

    .footer img {
        margin-bottom: 25px;
    }

    .icon {
        margin-right: 0;
        justify-content: center;
    }

    .menu {
        margin-right: 0;
    }

    .product_modal img {
        width: 100%;
        height: 100%;
    }

    .container-fluid,
    .container {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
}

@media (max-width: 767.98px) {
    .reverse-on-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
}

#custom-nav {
    display: flex;
    justify-content: right;
    gap: 20px;
}

#custom-nav .owl-prev,
#custom-nav .owl-next {
    /* background-color: #ccc; */
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    border: none;

}

#custom-nav span {
    font-size: 30px;
}

.pname {
    background: #063210;
    padding: 20px;
    text-align: center;
}

.pname h5 {
    color: white;
}

.carousel2 a {
    text-decoration: none;
}

.pimg {
    height: 267px;
    width: 100%;
    float: left;
}

.pimg1 {
    height: 267px;
    width: 100%;
    float: left;
}

.product_modal p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

.product_modal li {
    font-family: "Inter", sans-serif;
    font-size: 14px;
}


/* Section spacing */
.container {
    padding: 50px 0;
}

/* Space between columns and rows */
.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

/* Video card */
.cert {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

/* Hover effect */
.cert:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* Video styling */
.cert video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Video title */
.pname {
    text-align: center;
    margin-top: 12px;
}

.pname h5 {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .cert {
        height: 250px;
    }

    .pname h5 {
        font-size: 16px;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .cert {
        height: 220px;
    }
}


/* Title */
.gallery-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
}

/* Space between images */
.row {
    row-gap: 30px;
}

/* Image Card */
.image-box {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

/* Hover Effect */
.image-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* Image */
.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .image-box {
        height: 250px;
    }

    .gallery-title {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .image-box {
        height: 220px;
    }
}