@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: "Droid Serif", serif;
}

html {
    font-size: 100%;
}

body {
    background: #ffffff;
}

a {
    text-decoration: none;
    color: #000000;
}

textarea.form-control {
    max-height: 200px;
    min-height: 70px;
}
@font-face {
    font-family: "Droid Serif";
    src: url("../droid-serif/DroidSerif-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Droid Serif";
    src: url("../droid-serif/DroidSerif-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
/* Navbar */
header{
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}
.section-margin {
    margin-top: 80px;
}

.font-inter {
    font-family: "Inter", sans-serif;
}

.w-fit {
    width: fit-content;
}

.noWrap {
    white-space: nowrap;
}

.contact-us {
    background-color: #181818;
    display: flex;
    justify-content: space-between;
    padding: 12px;
    align-items: center;
    position: relative;
}

.email-mobile {
    display: flex;
    gap: 10px;
}

.email-mobile .emial-details {
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: 400;
}

.nav-item {
    margin-left: 20px;
}

.nav-link {
    font-size: 1.125rem;
    color: #000000;
    white-space: nowrap;
}

.nav-link.active {
    color: #D74C4A !important;
    font-weight: 700;
}

.social-links {
    display: flex;
    gap: 30px;
    background: #D74C4A;
    position: absolute;
    right: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 120px;
    padding-right: 60px;
    border-radius: 0px 0px 0px 120px;
}

.theme-btn {
    color: #FFFFFF;
    background: #D74C4A;
    border: none;
    padding: 15px 33px;
    border-radius: 42px 0px;
    font-weight: 700;
    border: 1px solid #D74C4A;
    transition: all 0.5s ease;
}
.theme-btn:hover{
    background-color: #FFE4E4;
    color: #D74C4A;
    border: 1px solid #D74C4A;
}

.hero {
    height: 87vh;
    background-image: url("../images/hero.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
}

.hero-details-text {
    color: #031F08;
    font-size: 1.25rem;
    text-align: center;
}

.hero-text span {
    color: #D74C4A;
}

/* mt_of_premium */
.mt_of_premium .main_mt_of_premium {
    text-align: center;
    background: #F2F1EC;
    background-image: url("../svg/layer.svg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 92px 0px;
    margin-top: -174px;
    padding-top: 42px;
    padding-bottom: 42px;
}

.mt_of_premium_header {
    color: #D74C4A;
    font-weight: 700;
    font-size: 3rem;
}

.mt_of_premium_details {
    color: #000000;
    font-weight: 500;
    font-size: 1.125rem;
}

/* family-rooted-header */
.family-rooted-header {
    font-weight: 700;
    font-size: 2.5rem;
    color: #000000;
}

.family-rooted-details {
    color: #000000;
    font-size: 1.125rem;
}

.family-rooted-vision {
    color: #000000;
    font-weight: 700;
    font-size: 1.375rem;
    margin-top: 20px;
}

.rice-Varieties {
    background: url("../images/riceVarieties.png");
    height: 37vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    background-position: top;
}

.rise_type {
    background: #F2F1EC;
    padding: 50px 50px;
    border-radius: 0px 240px;
}

.type-rice-header {
    color: #181818;
    font-weight: 700;
    font-size: 1.75rem;
}

.type-rice-details {
    color: #000000;
    font-size: 1.125rem;
}

.rice-upper-row {
    margin-top: -153px;
}

.whatWeDo_header {
    color: #181818;
    font-weight: 700;
    font-size: 1.25rem;
}

.whatWeDo_details {
    color: #000000;
    font-size: 0.9375rem;
}

.whatWeDo_main {
    background: #F2F1EC;
    padding: 10px;
    border-radius: 0px 0px 46px 0px;
}

.slider-bg {
    background: url("../images/customersays.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
}


.latest_insights {
    margin-top: 140px;
}

.latest_insights-card {
    box-shadow: 0px 0px 250px 0px rgba(0, 0, 0, 0.08);
}

.latest_insights-card .card-body {
    padding: 20px;
}

.latest_insights-card .card-title {
    color: #D74C4A;
    font-weight: 700;
    font-size: 1.125rem;
}

.latest_insights-card .card-text {
    color: #000000;
    font-size: 1rem;
    margin-top: 20px;
}

.by-admin {
    font-size: 1rem;
    font-weight: 700;
}

.by-date {
    font-size: 1rem;
}

.inquiry_main {
    background: url(../images/riceVarieties.png);
    margin-top: 120px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.inquiry_header {
    font-weight: 700;
    font-size: 2.5rem;
}

.theme-input {
    padding: 15px 35px;
    border: 1px solid #B3BCB5;
    border-radius: 30px 0px;
    color: #B3BCB5;
    font-family: "Inter", sans-serif;
}

.theme-input:focus {
    box-shadow: none;
    border-color: #B3BCB5;
}

.theme-color-input {
    border: 1px solid #D74C4A;
}

.theme-color-input:focus {
    box-shadow: none;
    border-color: #D74C4A;
}

.theme-color-input * {
    color: #D74C4A;
}

.inquiries_img {
    width: 80%;
}

.connected_with_Us {
    background-color: #161616;
    color: #FFFFFF;
    padding: 33px 0px;
    position: relative;
}

.card-mrg {
    margin-left: 88px;
}

.stayConnect-one {
    position: absolute;
    left: 0px;
    top: 0px;
}

.stayConnect-two {
    position: absolute;
    top: 0px;
    right: 0px;
}

.stay_connect {
    color: #D74C4A;
    text-transform: uppercase;
}

.stay_connectHeader {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}

.footer-main {
    /* margin-top: 120px; */
    background: #f2f1ec;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    /* background-image: url("./"); */
    background-image: url("../images/footer_bottom.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 125px;
}

.footer-detials {
    font-size: 1.125rem;
    margin-top: 38px;
}

.footer-links {
    display: flex;
    flex-direction: column;
}

.footer-links-header {
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.125rem;
    margin-bottom: 18px;
}

.footer-bottom-image {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70%;
}

.customer_say-card{
    font-size: 1.125rem;
    background: #FFFFFF;
    border-radius: 60px 0px;
    padding: 28px;
    position: relative;
}

.slider-card-header {
    color: #181818;
    font-weight: 700;
    font-size: 1.25rem;
}

.slider-card-details {
    font-size: 1rem;
    color: #181818;
}

.slider-card-body {
    text-align: center;
    margin-top: 20px;
}

.slider-card-body-header {
    color: #D74C4A;
    font-weight: 700;
    font-size: 1.25rem;
}

.slider-card-body-details {
    font-size: 1rem;
    line-height: 29px;
}

.feeedback-img {
    position: absolute;
    left: -36px;
    top: -36px;
}

.mySwiper {
    padding: 45px 0px;
}

.swiper-pagination-bullet {
    background: #fff;
    height: 12px;
    width: 12px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #D74C4A;
}

.quick_link_header {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.quick_link_theme-header {
    color: #D74C4A;
}

.copy_rightpart {
    background-color: #D74C4A;
    padding: 12px 0px;
    color: #FFFFFF;
}

.copyright_links a {
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 20px;
    position: relative;
    z-index: 99;
}

/* About Us page */
.about_Us {
    padding: 50px 0px;
    position: relative;
    /* background-image: url('../images/aboutBg.png'); */
    background: url("../images/Rice.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.about_Us:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.8;
  z-index: 1;
}

.breadcrumb-url {
    font-weight: 500;
    font-size: 18px;
}

.aboutHeader {
    font-size: 2.5rem;
    font-weight: 700;
}

.aboutHeader span {
    color: #D74C4A;
}

.aboutDetails {
    font-size: 20px;
    /* font-weight: 500; */
}
.aboutDetails .aboutDetailsHighlight{
    color: #D74C4A;
}
.aboutDetails span {
    font-weight: 600;
}

.what_we_offer {
    margin-top: 50px;
}

.why_choose_us {
    margin: 80px 0px;
    background: #F5F5F5;
    padding: 44px 0px;
    position: relative;
}

.pen_india_network {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
}

.what-we-offerImg {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}

.rise_tabs {
    width: fit-content;
    margin: auto;
    border: 1px solid #D74C4A;
    border-radius: 30px 0px;
    padding: 0px 0px;
    position: relative;
}

.rise_btn {
    border: none;
    background: transparent;
    padding: 13px 18px;
    color: #D74C4A;
    font-weight: 700;
}

.is-active {
    background-color: #D74C4A;
    color: #fff;
    font-weight: 700;
    border-radius: 26px 0px;
}

.tabCard-img {
    border-radius: 60px 0px;
}

.send_inquiry_main {
    background: #F2F1EC;
    border-radius: 60px 0px;
    height: fit-content;
    padding: 30px 50px;
}

.first_lable {
    color: #000000;
    font-size: 18px;
    margin-bottom: 4px;
}

.inquiry_row {
    padding: 70px 0px;
    background: url("../images/sendInquiry.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.the_vision {
    background-color: #F2F1EC;
    margin-top: 80px;
    padding: 58px 0px;
}

.about-hero-details {
    font-size: 22px;
}

.the_vision_container {
    background-color: #fff;
    padding: 34px;
    border-radius: 0px 40px;
}

.our_core_offerings {
    padding: 40px 0px;
}

.direct_Farmer {
    background-color: #F2F1EC;
    border-radius: 0px 40px;
    padding: 20px;
}

.direct_Farmer_right {
    border-radius: 40px 0px;
}

.direct_Farmer_header {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.entities_slider {
    margin-top: 80px;
}

.entities_slider .slider-bg {
    background: transparent;
    padding: 30px 0px;
    padding-bottom: 0px;
}

.entities_slider .swiper-pagination-bullet {
    background: #cecece;
}

.entities_slider .swiper-pagination-bullet-active {
    background: #D74C4A;
}

.entities_slider .swiper-slide {
    box-shadow: 0px 0px 250px 0px rgba(0, 0, 0, 0.08);
}

.entities_slider .mySwiper {
    padding: 101px 0px;
    padding-bottom: 146px;
}

.entities_connected_with_Us {
    margin-top: 0px;
}

.entities_slider .swiper-pagination {
    bottom: 67px !important;
}

.entities_bg {
    padding: 40px 0px;
    position: relative;
    /* background-image: url('../images/entitiesbg.png'); */
    background-image: url("../images/entitiesbg.gif");
    background-repeat: no-repeat;
    background-size: cover;
}
.entities_bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7); /* white overlay, adjust opacity */
  z-index: 1;
}
.relative-opacity{
    position: relative;
    z-index: 2;
}
/*entities Dropdown */
.dropdown-menu {
    padding: 12px;
    border: 1px solid #D74C4A;
    margin-top: 10px !important;
}

.dropdown-item {
    border: 1px solid #D9D9D9;
    margin-bottom: 4px;
    border-radius: 0px 10px;
}

.dropdown-item:hover {
    background-color: #FFE4E4;
    color: #D74C4A;
    border: 1px solid #D74C4A;
}

.rice_card-details {
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
}

.rise_details_main_card {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: fit-content;
    width: fit-content;
    text-align: center;
    padding: 12px;
}

.tabCard-img {
    transition: opacity 0.6s ease;
}
.hover_rice_efffet:hover .rise_details_main_card {
    display: block;
}

.hover_rice_efffet:hover .tabCard-img {
    opacity: 0.3;
}
.rise_details_main_card a {
    margin-left: 0px;
}

/* reliable_Solutions */
.reliable_Solutions .accordion-button {
    font-weight: 700;
    font-size: 24px;
}

.reliable_Solutions .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.reliable_Solutions .accordion-button:focus {
    box-shadow: none;
}

.reliable_Solutions .accordion-button:not(.collapsed) {
    color: #D74C4A;
}

.reliable_Solutions .accordion-item {
    border: 1px solid #D74C4A;
    border-radius: 0px 30px !important;
    overflow: hidden;
    width: 100%;
}

.reliable_Solutions .accordion {
    --bs-accordion-border-color: transparent;
    /* border: 1px solid #D74C4A; */
}

.reliable_Solutions .accordion-item:not(:first-of-type) {
    border-top: 1px solid #D74C4A;
}

.reliable_Solutions .accordion-button::after {
    display: none;
}

.reliable_Solutions {
    margin-top: 80px;
}
/* 
.section_margin-y {
    margin: 80px 0px;
} */

/* industries_we_serve */
.industries_we_serve {
    background-color: #F9F9F8;
    padding: 50px 0px;
}

.industries_we_serve_card {
    padding: 30px 20px;
    background: #F2F1EC;
    border-radius: 0px 40px;
    margin-bottom: 30px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.industries_we_serve_card:hover{
    border: 1px solid #D74C4A;
}
.industries_we_serve_card h3 {
    font-weight: 700;
    font-size: 24px;
}

.industries_we_serve_card_1 {
    background-color: #fff;
    border-radius: 40px 0px;
}

.industries_we_serve_img {
    position: absolute;
    left: 0px;
    margin: auto;
    top: 0;
    z-index: 4;
    width: 43%;
    height: 100%;
}

.inquiry_details_get {
    font-weight: 500;
    font-size: 18px;
}

.get_in_touch_img {
    width: 64px;
    height: 64px;
}
.morefromOurCollection{
    background: #F2F1EC;
    padding: 80px 0px;
}
.collection_up{
    position: absolute;
    top: 30px;
}
.collection_Dowm{
    position: absolute;
    bottom: 0px;
}
/* product-items-slider */
.product-items-slider{
    /* width: fit-content !important; */
}
.product-details h4{
    color: #D74C4A;
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}
.product-details p{
    font-size: 18px;
    text-align: center;
}

.btn-second-theme{
    background-color: #FFE4E4;
    color: #D74C4A;
    border: 1px solid #D74C4A;
}
.KeyHighlights_header{
    background-color: #F2F1EC;
    font-weight: 500;
    font-size: 20px;
    padding: 15px;
    border-radius: 20px 0px;
}
.table-header tr th{
    background: #D74C4A;
    color: #fff;
    border-radius: 0px  0px 0 22px;
    border: none;
    padding: 17px;
    font-weight: 700;
    font-size: 20px;
}
.table-header tr th:last-child{
    border-radius: 0px  22px 0 0px;
}
.table-body{
    /* background-color: red; */
    border-radius: 20px 0px;
    background-color: #fafaf8;
}
.table-body td{
    background: #F2F1EC00;
    padding: 20px 20px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}
.table-body tr:last-child td{
    border: none;
}
.table-body tr:first-child td:first-child{
    border-radius: 20px 0px 0px 0px;
}
.table-body tr:last-child td:last-child{
    border-radius: 0px 0 20px 0px;
}
.whatsApp-main{
    background: rgba(215, 76, 74, 0.2);
    box-shadow: 0px 9px 33.5px 8px rgba(37, 72, 43, 0.15);
    padding: 11px;
    position: fixed;
    bottom: 100px;
    right: 0px !important;
    padding-right: 0px;
    border-radius: 56px 0px 0px 56px;
    z-index: 9999;
}
.whatsapp-chat{
    background-color: #D74C4A;
    padding: 10px;
    border-radius: 40px 0px 0px 40px;
    display: flex;
    gap: 15px;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.whatsapp-chat p{
    margin-bottom: 0px;
}
.whatsapp-chat .header{
    font-size: 20px;
    font-weight: 700;
}


/* Whatsapp CSS */
/*
*
* ==========================================
* whatsapp chat  start
* ==========================================
*
*/


.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 25px 25px 25px 8px;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
    display: none;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 50px;
    height: 50px;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}


.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    overflow: hidden;
    border-radius: 15px;
    padding: 0;
    box-shadow: 1px 2px 13px rgb(60 60 60 / 14%);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 281px;
    height: auto;
    bottom: 103px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    opacity: 0;
    border-radius: 12px;
    padding: 11px 14px;
    display: inline-block;
    color: #000;
    background-color: #fff;
    word-break: break-word;
    box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: #000;
    background-color: #fff !important;
    border-radius: 0 0 48% 48%;
    margin: 0px -15px 35px -15px;
    padding: 25px 25px 46px 25px;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    justify-content: space-between;
    cursor: pointer;
    box-shadow: 0 4px 16px -3px rgb(0 0 0 / 10%)
}

strong.close {
    margin-top: 8px;
    font-size: 18px;
}

.floating-wpp .floating-wpp-input-message {
    margin: 25px 0px 0px 0px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 26px;
    background-color: #fff;
    box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
}

.floating-wpp .floating-wpp-input-message textarea {
    border: none;
    border-radius: 4px;
    box-shadow: none;
    padding: 5px 10px 5px 10px;
    margin: 8px 0;
    width: 100%;
    max-width: 100%;
    height: 18px;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}

.floating-wpp input::-webkit-outer-spin-button,
.floating-wpp input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.floating-wpp input[type=number] {
    -moz-appearance: textfield;
}

textarea:focus {
    outline: none;
}

textarea::-webkit-scrollbar {
    display: none;
}

textarea {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.maps_main{
    position: relative;
}
.overlay-maps{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 77;
}
.maps-btn{
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 0px;
    left: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 100;
}