@font-face {
  font-family: 'OptimusPrinceps';
  src: url(../fonts/OptimusPrinceps.ttf);
  font-display: swap;
}
@font-face {
	font-family:'OptimusPrincepsSemiBold';
	src: url(../fonts/OptimusPrincepsSemiBold.ttf);
	font-display: swap;
}
@font-face {
	font-family:'SansRegular';
	src: url(../fonts/Sans-Regular.ttf);
	font-display: swap;
}

body{
font-family: 'Overlock', sans-serif;	
}

.san-r{
 font-family:'SansRegular';
 font-size:17px;
 width: 80%;
 margin-left: auto;
 margin-right: auto;
}
.blogcontent p{
 font-family:'SansRegular';
 font-size:14px;
}
.blogcontent {
 font-family:'SansRegular';
 font-size:14px;
}

/*nav .nav-link{*/
/*	text-transform:uppercase;*/
/*	font-weight:500;*/
/*	font-size:1rem;*/
/*	color:#181818!important;*/
/*	transition: all .5s ease-in-out;*/
/*}*/
/* NAVIGATION */
nav {
  margin: 0 auto;
  background: #fff;
  padding: 50px 0;
}
.adj-nav{
    width: 100%;
    justify-content: space-between;
}
.adj-nav .nav-item{
    position: relative;
}
.adj-nav .nav-item .drop{display:none;}
.adj-nav .nav-item .drop-down{
    position: absolute;
    top: 60px;
    width: fit-content;
    min-width: 250px;
    background: white;
    box-shadow: 1px 1px 10px 2px #0000005e;
    flex-direction: column;
    display: flex;
    z-index: 99999999;
    padding: 1rem 0;
    line-height: 2.5;
    border-radius: 16px;
    text-align: left;
}
.adj-nav .nav-item .drop-down li a{
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
}
.adj-nav .nav-item .drop-down li a img{
    margin-right: 16px;
    width: 34px;
    background: white;
    border-radius: 50%;
}
.adj-nav .nav-item .drop-down li:not(:last-child){
    border-bottom: 1px solid #d9d9d9;
}
.mob-nav{display:none;}
.des-nav{display:flex;}
nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  text-decoration: none;
  color: #181818!important;
  font-size:1rem;
  font-weight:500;
  text-transform: uppercase;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #fff!important;
}
/*nav ul li.active a{*/
/*    background:#782023;*/
/*    color: #fff!important;*/
/*}*/
/* SHIFT */
nav.shift ul li a {
  position:relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #fff;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #782023;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
/* end shift*/
nav .logo{
	width:80px;
}
.head-border{
    margin-bottom: 1rem;
}
.socialnav{
	list-style:none;
	margin:0;
}
.socialnav li{
	display:inline-block;
}
.clear-fix{
	clear:both;
}
.main-slider{
	padding:0!important;
}
.main-slider .inner .slide {
    /*padding: 0 4rem;*/
}
.main-slider .inner .slide, .main-slider .owl-carousel .owl-stage-outer, .main-slider .owl-carousel .owl-stage, .main-slider .owl-item.active {
    /*height: 82vh;*/
    /*height: 76vh;*/
}
.main-slider .inner .slide h2{

	font-weight: 400;
	font-family: 'OptimusPrinceps';
    /*text-shadow: 2px 5px 2px #000;*/
    font-size: 3rem;
    margin-bottom: 0.5rem;
}
.main-slider .inner .slide .btn-contact{
	font-family: 'OptimusPrinceps';
	background:transparent;
	font-size:0.8rem;
	text-transform:uppercase;
	padding-left:1rem;
	font-weight: 600;
	padding-right:1rem;
	border-radius:0;
}
.slideContent{
	margin-bottom: 0.4rem;
}
.main-slider .inner .slide h2 span{
	letter-spacing:10px;
}
.main-slider .inner .slide p{
	  
	font-family: 'OptimusPrinceps';   
    /*font-weight: 600;*/
   /* margin-bottom: 1rem;*/
    /*text-shadow: 2px 1px 6px #000;*/
    font-size: 2rem;
}
.main-slider .inner .slide{
	/*background-size:cover;
	background-position:50% 30%;*/
	/*background-size: contain;*/
 /*   background-repeat: no-repeat;*/
 /*   height:76vh;*/
}
.indexSlider .owl-dots{
    text-align:center;
}
.indexSlider button.owl-dot{
    /*padding: 0.5rem!important;*/
    background: white;
    border: 1px solid #762023;
    margin: 0.5rem 1rem;
    border-radius: 50px;
    width:30px;
    height:12px;
}
.indexSlider button.owl-dot.active{
    background: #762023;
}
.indexSlider button:focus{outline:none;}
 .heading-panel{
	 padding:0rem 0 0rem 0;
 }
.sectionHeading{
	color:#762023;
	font-weight:500;
	color:#762023;
	text-transform:uppercase;
	  font-family: 'OptimusPrinceps';
	  overflow-wrap: break-word;
	  padding:10px 0;
}

.range-img,.recipes-img {
    position: relative;
}
.video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
}
.video-play-icon img {
	max-width:100%;
}
.video-play-icon.large{
	width: 120px;
    height: 120px;
}
.section,footer{
	padding:10px 0;
}
.owl-prev img,.owl-next img{
	width:35px;
}

.fest-carousel .owl-prev, .range-carousel .owl-prev, .recipes-carousel .owl-prev {
    left: -44px;
    top: 36%;
    font-size: 1.5rem;
    position: absolute;
 
}
.fest-carousel .owl-next, .recipes-carousel .owl-next, .range-carousel .owl-next {
    right: -44px;
    top: 36%;
    font-size: 1.5rem;
    position: absolute;
}

.range-content{
	text-align:center;
}
.range-content p{
	font-weight:400;
	color:#272727;
	font-size:15px;
	/*text-transform:uppercase;*/
	margin-bottom:0rem;
	height: 44px;
}
.range-content a{
	font-weight:400;
	color:#272727;
	font-size:14px;
	text-transform:uppercase;
}
.recipes-content h4{
	text-align:center;
	background:#f4f3f8;
	color:#040404;
	padding:0.5rem 0;
	font-weight:500;
}
.recipes-content p{
	color:#040404;
	font-size:15px;
	font-weight:400;
	font-family:'SansRegular';
	
}
.recipes-content p a{
	color:#040404;
	font-size:0.7rem;
	font-weight:400;
}

.festival-panel h4{
	color:#040404;
	font-weight:400;
}
.festival-panel p{
	color:#040404;
	font-weight:400;
	font-size:0.8rem;
}
.btn-festival{
	border:2px solid #762023;
	font-weight:600;
	border-radius:0;
	color:#762023;
	text-transform:uppercase;
	font-size:0.8rem;
	
}
.btn-festival:hover {
    background: #762023;
    color: white;
}
.cursorPointer{
	cursor:pointer!important;
}
.rice-content h4{
	font-weight:700;
	color:#f8f8f8;
	text-transform:uppercase;
	font-size: 1.2rem;
}
.rice-panel{
	position:relative;
	border-radius:7px;
	overflow: hidden;
	
}
.rice-content{
	position:absolute;
	bottom:10px;
	left:10px;
	z-index: 1;
}
.rice-content a{
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	font-size:0.8rem;
}
.over_lap{
    background: rgb(0 0 0 / 0%) linear-gradient(181deg, rgb(0 0 0 / 0%) 10%, rgb(0 0 0 / 5%) 46%, rgb(13 12 12 / 25%) 75%, rgb(0 0 0 / 52%) 100%) repeat scroll 0 0;
    position: absolute;
    margin-top: -200px;
    height: 150px;
    bottom: 0;
    width: 100%;
}
.hope{
	background:url(../images/care_back.jpg);
}
.krbl-web{
	background:url(../images/krbl_back.jpg);
}
.cares-back{
	padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cares-back h4{
	font-weight:600;
	font-size:1rem;
	color:#272727;
}
.cares-back p{
	font-weight:400;
	/*font-size:0.8rem;*/
	color:#272727;
}
#scroller{
	position: fixed;
	z-index:9999;
	right: 20px;
	bottom: 20px;
	width: 24px;
	height: 30px;
    background: #873234;
    color: white;
    text-align: center;
    border-radius: 6px;
    font-size: 19px;
}

/* Receipes */
.breadcrumb{
	background:none;
}
.breadcrumb ul{
	list-style: none;
	padding:0;
	margin:0;
}
.breadcrumb ul li{
	display:inline-block;
}
.breadcrumb ul li a{
	color:#121212;
	font-family:'OptimusPrinceps';
	
}

/* Receipes */
.latest-recipes .recipes-img{
	        border-radius: 5px;
    overflow: hidden;
    max-height: 400px;
    margin-bottom: 25px;
}

/* Receipes */
.article-recipes{
	color:#040404;
	
}
.article-recipes h5,.article-recipes h6{
	
	font-weight:700;
	
}

.article-recipes p{
	
	font-weight:400;
	
}
.main-banner{
	position:relative;
}
.main-banner h1{
	font-family: 'OptimusPrinceps';
	font-size:4rem;
	color:#fff;
	text-transform:uppercase;
}
.grains-hope-banner{
    margin-bottom: 5rem;
}
.grains-hope-banner h2{
    position:absolute;
	top:50%;
	left:30px;
	font-size: 3rem;
	color: #fff;
    text-shadow: 3px 3px 3px #000;
}
.grains-of-hope-content{
    padding: 30px 0;
}
.grains-of-hope-content a{
    color: #761e21;
}
.grains-of-hope-content a:hover{
    color: #761e21;
}
.grains-of-hope-img{
    position: relative;
    width: 100%;
    margin: 15px 0;
}
.grains-of-hope-img h3{
    position:absolute;
	top:85%;
	left: 50%;
    transform: translate(-50%, -50%);
	color: #fff;
    text-shadow: 3px 3px 3px #000;
    width: 100%;
    text-align: center;
}
.rice-tales-banner h2.grains-hope{
	position:absolute;
	top:50%;
	left:30px;
	
    text-shadow: 3px 3px 3px #000;
}
.rice-tales-articles .card-title{
	font-family: 'Overlock';
	font-weight:600;
	color:#040404;
	font-size: 1.2rem;
}
.rice-tales-articles .card-text{
	font-family: 'Overlock';
	font-weight:400;
	line-height: 1.2rem;
	color:#515151;
}
.rice-tales-articles .article-card{
	border: none;
    box-shadow: 5px 9px 23px -4px #938e8e;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #762023;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#made-with p{
	/*font-size:0.9rem;*/
	color:#040404;
}

#subscribe h4{
	font-weight:500;
	color:#272727;
	text-transform:uppercase;
}
#subscribe p{
	color:#272727;
	font-size:0.8rem;
}
#subscribe button{
	background:#762022;
	color:#fff;
	border-radius:0px;
	text-transform:uppercase;
	font-size:0.8rem;
	font-weight:600;
}
#subscribe input{
	border-radius:0px;
	color:#7b7b7b;
}
#subscribe{
	margin-bottom:50px;
}
#subscribe input::placeholder{
	font-style:italic;
	font-size:0.8rem;
}

/*---------------- our-range -----------------------
----------------------------------------------------*/

#basmati-rice-range .brr-bg{
	background-image: url(../images/range-bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}
#basmati-rice-range .tabs {
     /*display: flex;
     justify-content: center;
     flex-wrap: wrap;*/
     padding: 1rem 4rem;
    padding-bottom: 0;
}

#tabs1 section {
  display: none;
  padding: 50px 0px 0px;
}

#tabs1 section img{
	width: 95%;
	margin-bottom: .5rem;
}

#tabs1 input {
  display: none;
}

#tabs1 label {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  	 width: auto;
     padding: 10px 15px;
     background: #fff;
     cursor: pointer;
     /*text-transform: uppercase;*/
     border-radius: 14px;
     border: 1px solid #762023;
     font-size: 14px;
     color: #762023;
     margin: .5rem;
     transition: background 0.1s, color 0.1s;
}

#tabs1 label:hover {
  cursor: pointer;
  background: #762023;
  color: #fff;
}

#tabs1 input:checked + label {
  background: #762023;
  color: #fff;
}

/*Tab 2*/
.regional-rice-slider-2{
	padding: 3rem 4rem;
	display:flex!important;
	/*justify-content:center;*/
	flex-direction:row;
}

.regional-rice-slider-2 img{
	margin: auto;
	margin-bottom: .5rem;
}

#Unity-range .rrr-bg{
	background-image: url(../images/range-bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}

#Unity-range .regional-rice-slider-2 .owl-nav{
	display: block;
}

#Unity-range .regional-rice-slider-2 .owl-prev:focus{
	outline: none;
}

#Unity-range .regional-rice-slider-2 .owl-next:focus{
	outline: none;
}

#Unity-range .regional-rice-slider-2 .owl-prev{
	left: 0;
    top: 27%;
    font-size: 1.5rem;
    position: absolute;
}

#Unity-range .regional-rice-slider-2 .owl-next{
	right: 0;
    top: 27%;
    font-size: 1.5rem;
    position: absolute;
}
#Unity-range .brr-bg{
	background-image: url(../images/range-bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}
.regional-rice-slider-3{
	padding: 3rem 4rem;
	display:flex!important;
	/*justify-content:center;*/
	flex-direction:row;
}

.regional-rice-slider-3 img{
	margin: auto;
	margin-bottom: .5rem;
}

#Unity-range .rrr-bg{
	background-image: url(../images/range-bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}

#Unity-range .regional-rice-slider-3 .owl-nav{
	display: block;
}

#Unity-range .regional-rice-slider-3 .owl-prev:focus{
	outline: none;
}

#Unity-range .regional-rice-slider-3 .owl-next:focus{
	outline: none;
}

#Unity-range .regional-rice-slider-3 .owl-prev{
	left: 0;
    top: 37%;
    font-size: 1.5rem;
    position: absolute;
}

#Unity-range .regional-rice-slider-3 .owl-next{
	right: 0;
    top: 37%;
    font-size: 1.5rem;
    position: absolute;
}
#Unity-range .brr-bg{
	background-image: url(../images/range-bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}
#Unity-range .tabs {
     /*display: flex;
     justify-content: center;
     flex-wrap: wrap;*/
     /*padding: 1rem 4rem;*/
    padding-bottom: 0;
}
#Unity-range  section{
    padding:0px;
}

#tabs2 section {
  display: none;
  /*padding: 50px 0px 0px;*/
}

#tabs2 section img{
	width: 74%;
	margin-bottom: .5rem;
}
.panel{
    position:relative;
}
.panel .owl-prev{
    left: 0;
    top:35%;
    position:absolute;
}
.panel .owl-prev img{width:70%!important;}
.panel .owl-next{
    right: 0;
    top:35%;
    position:absolute;
}
.panel .owl-next img{width:70%!important;}

#tabs2 input {
  display: none;
}

#tabs2 label {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  	 width: auto;
     padding: 10px 15px;
     background: #fff;
     cursor: pointer;
     /*text-transform: uppercase;*/
     border-radius: 14px;
     border: 1px solid #762023;
     font-size: 14px;
     color: #762023;
     margin: .5rem;
     transition: background 0.1s, color 0.1s;
}

#tabs2 label:hover {
  cursor: pointer;
  background: #762023;
  color: #fff;
}

#tabs2 input:checked + label {
  background: #762023;
  color: #fff;
}

#tabs1 #tab1:checked ~ #panel1,
#tabs1 #tab2:checked ~ #panel2,
#tabs1 #tab3:checked ~ #panel3,
#tabs1 #tab4:checked ~ #panel4,
#tabs1 #tab7:checked ~ #panel7{
  display: block;
}
#tabs2 #tab5:checked ~ #panel5,
#tabs2 #tab6:checked ~ #panel6 {
  display: block;
}
/* our range*/

/* range-1 */
.regional-rice-slider-1{
	padding: 3rem 4rem;
	display:flex!important;
	/*justify-content:center;*/
	flex-direction:row;
}

.regional-rice-slider-1 img{
	margin: auto;
	margin-bottom: .5rem;
}

#regional-rice-range-1 .rrr-bg{
	background-image: url(../images/range-bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}

#regional-rice-range-1 .regional-rice-slider-1 .owl-nav{
	display: block;
}

#regional-rice-range-1 .regional-rice-slider-1 .owl-prev:focus{
	outline: none;
}

#regional-rice-range-1 .regional-rice-slider-1 .owl-next:focus{
	outline: none;
}

#regional-rice-range-1 .regional-rice-slider-1 .owl-prev{
	left: 0;
    top: 37%;
    font-size: 1.5rem;
    position: absolute;
}

#regional-rice-range-1 .regional-rice-slider-1 .owl-next{
	right: 0;
    top: 37%;
    font-size: 1.5rem;
    position: absolute;
}
/**/
.regional-rice-slider{
	padding: 3rem 4rem;
	display:flex!important;
	/*justify-content:center;*/
	flex-direction:row;
}

.regional-rice-slider img{
	margin: auto;
	margin-bottom: .5rem;
}

#regional-rice-range .rrr-bg{
	background-image: url(../images/range-bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
}

#regional-rice-range .regional-rice-slider .owl-nav{
	display: block;
}

#regional-rice-range .regional-rice-slider .owl-prev:focus{
	outline: none;
}

#regional-rice-range .regional-rice-slider .owl-next:focus{
	outline: none;
}

#regional-rice-range .regional-rice-slider .owl-prev{
	left: 0;
    top: 37%;
    font-size: 1.5rem;
    position: absolute;
}

#regional-rice-range .regional-rice-slider .owl-next{
	right: 0;
    top: 37%;
    font-size: 1.5rem;
    position: absolute;
}
.regional-rice-slider-4 .owl-prev{
    left:-67px;
}
.regional-rice-slider-4 .owl-next{
    right:-67px;
}
#health-range{
	margin-bottom: 10rem;
}

#health-range .hr-bg{
	background-image: url(../images/health-range-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;	
}

#health-range .hr-products{
	padding: 3rem 4rem;
}

#health-range .hr-products img{
	width: 95%;
	margin-bottom: .5rem;
}

/*----------- contact --------------
------------------------------------*/
.con-info{
	background-image: url(../images/contact-info-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2rem 4rem;
    color: #762022;
}

.con-info a{
    color:#762023!important;
    margin-left:3px;
}
.registered-office h3{
	border-bottom: 1px solid #762022;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.registered-office p{
	display: flex;
	align-items: baseline;
	line-height: 19px;
}
.registered-office i.fa-map-marker{
	margin-right: 1rem;
}
.registered-office i.fa-phone{
	margin-right: .8rem;
}
.registered-office i.fa-envelope-o{
	margin-right: .6rem;
}
.north-america-office h3{
	border-bottom: 1px solid #762022;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.north-america-office p{
	display: flex;
	align-items: baseline;
}
.north-america-office i.fa-phone{
	margin-right: .8rem;
}
.north-america-office i.fa-envelope-o{
	margin-right: .6rem;
}
.corporate-office h3{
	border-bottom: 1px solid #762022;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.corporate-office p{
	display: flex;
	align-items: baseline;
	line-height: 19px;
}
.corporate-office i.fa-map-marker{
	margin-right: 1rem;
}
.corporate-office i.fa-phone{
	margin-right: .8rem;
}
.corporate-office i.fa-envelope-o{
	margin-right: .6rem;
}
.contact-middle-map{
	position: relative;
	width: 100%;
	height: 100%;
	color: #762022;
}
.cmm-img{
	width: 70%;
	top: 50%;
    left: 58%;
    transform: translate(-50%, -50%);
    position: relative;
}
.cmm-img img{
	position: relative;
	width: 100%;
}
/*--------- spot 1 -------*/
.map-spot-1{
	position: absolute;
	top: 0;
	cursor: pointer;
	position: absolute;
    top: 20%;
    left: 25%;
    cursor: pointer;
    font-size: 2rem;
    color: #217de4;
}
.loc-tooltip{
	position: relative;
  	display: inline-block;
}
.map-spot-1 .tooltiphover1{
	visibility: hidden;
  	width: 200px;
  	background-color: black;
  	color: #fff;
  	text-align: center;
  	border-radius: 6px;
  	padding: 5px 0;
  	font-size: 1rem;
  	/* Position the tooltip */
  	position: absolute;
  	z-index: 1;
  	top: 100%;
  	left: 50%;
  	margin-left: -60px;
}
.map-spot-1 .tooltiphover1 p{margin: 0;}
.map-spot-1:hover .tooltiphover1{
	visibility: visible;
}
/*--------- spot 2 -------*/
.map-spot-2{
	position: absolute;
	top: 0;
	cursor: pointer;
	position: absolute;
    top: 23%;
    left: 29%;
    cursor: pointer;
    font-size: 2rem;
    color: #12b80e;
}
.map-spot-2 .tooltiphover2{
	visibility: hidden;
  	width: 200px;
  	background-color: black;
  	color: #fff;
  	text-align: center;
  	border-radius: 6px;
  	padding: 5px 0;
  	font-size: 1rem;
  	/* Position the tooltip */
  	position: absolute;
  	z-index: 1;
  	top: 100%;
  	left: 50%;
  	margin-left: -60px;
}
.map-spot-2 .tooltiphover2 p{margin: 0;}
.map-spot-2:hover .tooltiphover2{
	visibility: visible;
}
/*--------- spot 3 -------*/
.map-spot-3{
	position: absolute;
	top: 0;
	cursor: pointer;
	position: absolute;
    top: 28%;
    left: 25%;
    cursor: pointer;
    font-size: 2rem;
    color: #762022;
}
.map-spot-3 .tooltiphover3{
	visibility: hidden;
  	width: 200px;
  	background-color: black;
  	color: #fff;
  	text-align: center;
  	border-radius: 6px;
  	padding: 5px 0;
    font-size: 1rem;
  	/* Position the tooltip */
  	position: absolute;
  	z-index: 1;
  	top: 100%;
  	left: 50%;
  	margin-left: -60px;
}
.map-spot-3 .tooltiphover3 p{margin: 0;}
.map-spot-3:hover .tooltiphover3{
	visibility: visible;
}
/*--------- spot 4 -------*/
.map-spot-4{
	position: absolute;
	top: 0;
	cursor: pointer;
	position: absolute;
    top: 26%;
    left: 33%;
    cursor: pointer;
    font-size: 2rem;
    color: #b36419;
}
.map-spot-4 .tooltiphover4{
	visibility: hidden;
  	width: 200px;
  	background-color: black;
  	color: #fff;
  	text-align: center;
  	border-radius: 6px;
  	padding: 5px 0;
    font-size: 1rem;
  	/* Position the tooltip */
  	position: absolute;
  	z-index: 1;
  	top: 100%;
  	left: 50%;
  	margin-left: -60px;
}
.map-spot-4 .tooltiphover4 p{margin: 0;}
.map-spot-4:hover .tooltiphover4{
	visibility: visible;
}
/*work 1*/
.contact-middle-map .work-1{
	width: 34%;
    height: auto;
    position: absolute;
    /*top: 10%;*/
    top:40px;
}
.contact-middle-map .work-1 h3{
	border-bottom: 1px solid #762022;
   padding-bottom: .5rem;
   margin-right: 2rem;
   display: flex;
}
.contact-middle-map .work-1 p{
	display: flex;
}
.contact-middle-map .work-1 i.fa-map-marker{
	margin-right: 1rem;
	font-size: 2rem;
	color: #217de4;
}
.contact-middle-map .work-1 img{
	width: auto;
	position: unset;
	transform: unset;
	margin-right: 1rem;
}
/*work-2*/
.contact-middle-map .work-2{
	width: 30%;
    height: auto;
    position: absolute;
    bottom: 10%;
}
.contact-middle-map .work-2 h3{
	border-bottom: 1px solid #762022;
   padding-bottom: .5rem;
   margin-right: 2rem;
   display: flex;
}
.contact-middle-map .work-2 p{
	display: flex;
}
.contact-middle-map .work-2 i.fa-map-marker{
	margin-right: 1rem;
	font-size: 2rem;
	color: #12b80e;
}
.contact-middle-map .work-2 img{
	width: auto;
	position: unset;
	transform: unset;
	margin-right: 1rem;
}
/*work-3*/
.contact-middle-map .work-3{
	width: 30%;
    height: auto;
    position: absolute;
    right: 0%;
    /*top: 10%;*/
    top:40px;
}
.contact-middle-map .work-3 h3{
	border-bottom: 1px solid #762022;
   padding-bottom: .5rem;
   margin-right: 2rem;
   display: flex;
}
.contact-middle-map .work-3 p{
	display: flex;
}
.contact-middle-map .work-3 i.fa-map-marker{
	margin-right: 1rem;
	font-size: 2rem;
	color: #762022;
}
.contact-middle-map .work-3 img{
	width: auto;
	position: unset;
	transform: unset;
	margin-right: 1rem;
}
/*work-4*/
.contact-middle-map .work-4{
	width: 30%;
    height: auto;
    position: absolute;
    right: 0%;
    bottom: 10%;
}
.contact-middle-map .work-4 h3{
	border-bottom: 1px solid #762022;
   	padding-bottom: .5rem;
   	margin-right: 2rem;
   	display: flex;
}
.contact-middle-map .work-4 p{
	display: flex;
}
.contact-middle-map .work-4 i.fa-map-marker{
	margin-right: 1rem;
	font-size: 2rem;
	color: #b36419;
}
.contact-middle-map .work-4 img{
	width: auto;
	position: unset;
	transform: unset;
	margin-right: 1rem;
}
#comment-suggestion-complaint .csc{
	width: 100%;
	height: 150px;
	align-items: center;
    display: flex;
    justify-content: space-around;
    background-color: #fdfcf2;
    border: 1px solid #762022;
    border-radius: 10px;
}
#comment-suggestion-complaint .csc img{
	width: 20%;
}
#comment-suggestion-complaint .csc p{
	margin: 0;
}
.csc a{
	color: #212529;
}
#contact-map-inquiry .enquiry-map img{
	width: 100%;
}
#contact-map-inquiry .make-an-enquiry{
	width:100%;
	height: auto;
	text-align: center;
	padding: 1.5rem 2rem;
	margin-left: auto;
	margin-right: 5rem;
	box-shadow: 0px 0px 15px 0px #00000075;
	background-color: #fff;
	position: relative;
	
}
#contact-map-inquiry .make-an-enquiry h3{
	color: #762022;
}
#contact-map-inquiry .make-an-enquiry form{
	margin: 0;
	margin-top: 2rem;
}
#contact-map-inquiry .make-an-enquiry input{
	width: 100%;
	margin-bottom: 1.5rem;	
	background-color: #fcfcfa;
	border: 1px solid #cfcece;
	padding: .5rem 1rem;
	border-radius: 5px;
	font-family:'SansRegular';
    font-size:14px;
}
#contact-map-inquiry .make-an-enquiry textarea{
	width: 100%;
	margin-bottom: 1.5rem;
	background-color: #fcfcfa;
	border: 1px solid #cfcece;
	padding: .5rem 1rem;
	border-radius: 5px;
	resize: none;
}
#contact-map-inquiry .make-an-enquiry button{
	width: 100%;
	background-color: #762022;
	color: #fff;
	border: 1px solid #762022;
	padding: .5rem 1rem;
	border-radius: 5px;
}
/* --------- about us -------------*/
.about-img{
	position: relative;
}
.about-img img{
	width: 100%;
	position: relative;
}
.about-img span{
	position: absolute;
    width: 100%;
    height: 100%;
    background: #762023;
    left: -10px;
    top: 10px;
    z-index: -1;
    transition: all .3s linear;
}
.about-img:hover span{
	top: -10px;
	left: 10px;
}
.about-spaces{margin: 5rem 0;}
.about-from-india-to-world{
	background: #b36419;
    color: #fff;
    padding: 4rem 4rem 4rem 6rem;
    text-align: center;
}
.about-from-india-to-world h2{color: #fff;}
.about-from-india-to-world p{margin: 0;padding: 0 1rem;}
.about-staying-healthy{
	background: #f9f6ea;
    padding: 4rem 6rem 4rem 4rem;
    text-align: center;
}
.about-staying-healthy p{margin: 0;padding: 0 1rem;}
/*.about-success-values{
	margin: 4rem 0;
}*/
.about-success-values p{margin: 0;}
.left{text-align: left;}
.right{text-align: right;}
.snapshot-border{
	border: 10px solid #feefe0;
    border-radius: 10px;
    background: #feefe0;
    box-shadow: 0px 2px 5px #d3d1d1;
    margin-bottom: 1rem;
}
.snapshot{
	background: #fac747;
    padding: 2.3rem;
    text-align: center;
    border-radius: 10px;
    height: 320px;
}
.snapshot img{
	width: unset!important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}


footer{
	background:url(../images/footer.png);
	background-size:cover;
	background-repeat:no-repeat;
}
footer .footer-logo{
	    margin-top: -120px;
}
.footer-menu{
    padding-left: 0;
    margin-bottom:0px;
}
.footer-menu li{
	display:inline-block;
	padding: 10px 16px;
	position:relative;
}
.footer-menu li a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:400;
	font-size:0.8rem;
}

.footer-menu li::after{
	    content: "\f111";
    position: absolute;
    right: -3px;
    top: 47%;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 0.4rem;
}
.footer-menu li:last-child::after{
	content:unset;
}
.footer .nav-link{
    color:white;
}

@media (max-width:1400px){
	.container {
    max-width: 95%;
}
}

@media (max-width:992px){
		.navbar-collapse{
		position: absolute;
		background: #fff;
		z-index: 9999;
		right: 15px;
		top: 50px;
		/*max-height: 200px;*/
		overflow: auto;
		}
		.navbar-collapse .nav-link{
			padding: 10px 20px;
		}
		/*contact*/
		.mobile-mt{
			margin-top: 4rem;
		}
		#comment-suggestion-complaint .csc{
			margin: 1rem 0;
		}
		#contact-map-inquiry .make-an-enquiry{
			width: 40%;
			margin-top: -15rem;
		}
		/* about */
		.about-from-india-to-world{padding: 4rem;}
		.about-staying-healthy{padding: 4rem;}
		.grains-hope-banner h2{
			font-size: 2rem;
			top: 20%;
		}
		#tabs2 section img{
			width: -webkit-fill-available;
		}
		.des-nav{display:none;}
		.mob-nav{display:flex;text-align:left}
		.adj-nav .nav-item .drop-down{
			position:unset;
			box-shadow:none;
			line-height:1.5;
		}
		.adj-nav .nav-item .drop-down li:not(:last-child){
			border:none;
		}
		.mob-nav .nav-item .drop_arr{
			display:flex;
			justify-content:space-between;
			align-items:center;
			/*padding-right: 20px;*/
		}
		.mob-nav .nav-item .nav-link i{
			font-size:1rem;
		}
		.navbar-coll{
			position: absolute;
			background: #fff;
			z-index: 9999;
			right: 15px;
			top: 70px;
			max-height: 350px; 
			overflow: auto;
			width: 260px;
			min-width: max-content;
			padding: 1rem;
			display:none;
	}
}
@media (max-width: 768px){

.main-slider .inner .slide{
	background-size:cover;
	background-position:50% 30%;
	}
.dp-none{
    display:none;
}
.main-slider .inner .slide, .main-slider .owl-carousel .owl-stage-outer, .main-slider .owl-carousel .owl-stage, .main-slider .owl-item.active {
    height: 67vh;
}
.main-slider .inner .slide h2{

	text-shadow: 1px 2px 1px #000000d4;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}
	#contact-map-inquiry .make-an-enquiry{
		width: 100%;
		margin-top: 2rem;
	}
	.cmm-img{
		top: unset;
		left: unset;
		transform: unset;
		width: 100%;
	}
	.contact-middle-map .work-1{
		position: unset;
		top: unset;
		width: 100%;
		margin: 1rem 0;
	}
	.contact-middle-map .work-2{
		position: unset;
		top: unset;
		width: 100%;
		margin: 1rem 0;
	}
	.contact-middle-map .work-3{
		position: unset;
		top: unset;
		width: 100%;
		margin: 1rem 0;
	}
	.contact-middle-map .work-4{
		position: unset;
		top: unset;
		width: 100%;
		margin: 1rem 0;
	}
	#tabs label {
	    padding: 15px;
	}
	/* about */
	.order1{order: 1;}
	.order2{order: 2;}
	.order3{order: 3;}
	.order4{order: 4;}
	.order5{order: 5;}
	.order6{order: 6;}
	.order7{order: 7;}
	.order8{order: 8;}
	.order9{order: 9;}
	.order10{order: 10;}
	.right{text-align: center;margin-top: 2rem;}
	.left{text-align: center;margin-top: 2rem;}
	.fest-carousel .owl-next{
	    right:0;
	}
	.fest-carousel .owl-prev{
	    left:0;
	}
}
@media (max-width:500px){
	.main-slider .inner .slide {
		padding: 0 1rem;
	}
	.recipes-carousel .owl-next, .range-carousel .owl-next {
		right: 0;
	}
	.recipes-carousel .owl-prev, .range-carousel .owl-prev {
		left: 0;
	}
	.footer-menu{padding-left: 0;}
	.socialnav{padding-left: 0;}
	.rice-tales-banner h1{font-size: 2rem;}
	.about-from-india-to-world{padding: 2rem;}
	.about-staying-healthy{padding: 2rem;}
	.con-info{padding: 2rem 1rem;}
	.map-spot-1{top: 15%;left: 20%;}
	.map-spot-2{top: 20%;left: 27%;}
	.map-spot-3{top: 30%;left: 20%;}
	.map-spot-4{top: 30%;}
	#health-range .hr-products{padding: 3rem 1rem;}
	.sectionHeading{font-size: 1.5rem;}
	.mobile-mt{margin-top: 2rem;}
	.con-info{padding: 1rem 2rem;}
	.article-recipes{padding-bottom: 0;}
	.grains-hope-banner h2{
	    font-size:1.5rem;
	}
	.grains-of-hope-img h3{
	    font-size: 1.2rem;
	}
	.mobile-tc{
	    text-align:center;
	    min-height:347px;
	}
	.arrows-center{
	    display:flex;
	    justify-content:center;
	}
}
.fed{
	background: #762023;
    color: #fff;
    border: 1px solid #762023;
    padding: 0.55rem 2rem;
    border-radius: 2px;
    text-decoration: none;
}
#krbl-website a.btn-festival{
    background: #762023;
    color: #fff;
    border: 1px solid #762023;
    padding: 0.55rem 2rem;
    border-radius: 2px;
}
.btn:hover{
	color:white;
}

.footer .nav-link{
    color:white;
}
.newAvatarPopup{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.8);
}
.newAvatarPopup .content{
  position: absolute;
  max-width: 650px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width:992px){
	.newAvatarPopup .content{
		max-width: 100%;
		width: 75%;
	}
}
.newAvatarPopup .wrap{
  width: 100%;
}
.newAvatarPopup .closePopup{
  position: absolute;
  width: 25px;
  height: 25px;
  background: #672e1f;
  color: white;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
	line-height: 1;
	font-family: 'SansRegular';
	font-size: 14px;
	opacity: 1;
	float: none;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
}

/* ===== CSS moved from index.php by ChatGPT ===== */

/* Moved from index.php style block 1 id="wp-block-library-theme-inline-css" */
.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-pullquote{border-top:4px solid;border-bottom:4px solid;margin-bottom:1.75em;color:currentColor}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:currentColor;text-transform:uppercase;font-size:.8125em;font-style:normal}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;position:relative;font-style:normal}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-template-part.has-background{padding:1.25em 2.375em;margin-top:0;margin-bottom:0}


/* Moved from index.php style block 2 id="global-styles-inline-css" */
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('index.html#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('index.html#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('index.html#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('index.html#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('index.html#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('index.html#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('index.html#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('index.html#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}


/* Moved from index.php style block 3  */
.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}


/* Moved from index.php style block 4 id="wp-custom-css" */
.page-template-page-landing-php #site-logo{
	/*display:none*/
}
.navbar {
	padding:0;
}

	.topbar{
		padding: 10px 15px;
		background: #7c2528;
		color: #fff;
		text-align: center;
		font-size: .8rem;
	}
.cky-prefrence-btn-wrapper,
.cky-notice-btn-wrapper{
	justify-content:flex-end!important;
}
.cky-btn{
	max-width:150px!important
}
.cky-prefrence-btn-wrapper .cky-btn{
	max-width:170px!important
}
.cky-consent-container{
    width: 840px!important;
    bottom:10px!important;
	display:none!important
}
.cky-footer-wrapper:last-child {
    display: none!important;
}

.social-icons{
	display:flex;
	justify-content:center;
	width:100%;
	min-width:100%;
}
.social-icons.wp-block-gallery.has-nested-images figure.wp-block-image img{
	max-width:30px!important;
}

.social-icons figure{
	max-width:30px!important;
	margin:5px!important;
}		
.subHeading{
    font-size: 22px;
}


/* Moved from index.php style block 5  */
.adj-nav .nav-item .sub-down{left: 250px;top: 0; padding: 0;}
nav .drop-down li{position: relative;}

@media (max-width: 992px){
.main-slider .inner .slide, .main-slider .owl-carousel .owl-stage-outer, .main-slider .owl-carousel .owl-stage, .main-slider .owl-item.active{height: auto;}
}
@media (max-width: 768px){
    .main-slider .inner .slide, .main-slider .owl-carousel .owl-stage-outer, .main-slider .owl-carousel .owl-stage, .main-slider .owl-item.active{height: auto;}
}

.topbar{
    background:#8B0000;
    color:#fff;
    padding:10px 20px;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    align-items:center;
    font-size:14px;
    gap:10px;
}
.topbar-email{text-align:left;}
.topbar-phone{text-align:center;}
.topbar-social{text-align:right;}
.topbar a{color:#fff;text-decoration:none;}
.topbar i{margin-right:5px;}
.topbar-social a{
    display:inline-block;
    padding:0 5px;
    margin-left:10px;
}
@media (max-width:768px){
    .topbar{
        grid-template-columns:1fr;
        text-align:center;
        padding:12px 10px;
    }
    .topbar-email,
    .topbar-phone,
    .topbar-social{text-align:center;}
    .topbar-social{margin-top:5px;}
}


/* Moved from index.php style block 6 id="aayat-homepage-spacing-optimization" */
/* Aayat homepage spacing optimization: uniform desktop/mobile section gaps */
.home #basmati-rice-range,
.home #recipes,
.home #festival,
.home #rice-tales{
    padding-top:24px !important;
    padding-bottom:24px !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
}

.home #festival{
    padding-bottom:6px !important;
}

.home #rice-tales{
    padding-top:6px !important;
}

.home .heading-panel,
.home .brr-bg{
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding-top:0 !important;
    padding-bottom:10px !important;
}

.home .sectionHeading{
    margin-top:0 !important;
    margin-bottom:6px !important;
    line-height:1.2 !important;
}

.home .san-r,
.home .subHeading{
    margin-top:0 !important;
    margin-bottom:8px !important;
}

.home .head-border{
    margin-top:4px !important;
    margin-bottom:6px !important;
}

.home #festival .festival-carousel,
.home #festival .festival-carousel .inner,
.home #festival .owl-carousel,
.home #festival .owl-stage-outer,
.home #festival .owl-stage,
.home #festival .owl-item,
.home #festival .festival-panel,
.home #rice-tales .container-fluid,
.home #rice-tales .row,
.home #rice-tales .col-12{
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
}

.home #festival + #rice-tales{
    margin-top:0 !important;
}

.home .recipes-carousel,
.home .regional-rice-slider-4,
.home .regional-rice-slider-5{
    margin-top:0 !important;
}

@media (max-width:768px){
    .home #basmati-rice-range,
    .home #recipes,
    .home #festival,
    .home #rice-tales{
        padding-top:18px !important;
        padding-bottom:18px !important;
    }
    .home #festival{padding-bottom:4px !important;}
    .home #rice-tales{padding-top:4px !important;}
    .home .heading-panel,
    .home .brr-bg{padding-bottom:8px !important;}
    .home .sectionHeading{margin-bottom:4px !important;}
    .home .san-r,
    .home .subHeading{margin-bottom:6px !important;}
}


/* Moved from index.php style block 7  */
/* Dropdown menu stable fix - desktop hover delay + hover-safe area */
.adj-nav .nav-item{
    position:relative;
}

.adj-nav .nav-item .drop{
    z-index:99999999;
}

/* Desktop dropdown: open on hover, focus and JS-added menu-open class */
@media (min-width:993px){
    .des-nav .nav-item > .drop{
        display:none;
        position:absolute;
        left:0;
        top:100%;
        padding-top:14px; /* safe hover bridge between menu text and dropdown */
        min-width:250px;
        z-index:99999999;
    }

    .des-nav .nav-item:hover > .drop,
    .des-nav .nav-item:focus-within > .drop,
    .des-nav .nav-item.menu-open > .drop{
        display:block !important;
    }

    .des-nav .nav-item .drop-down{
        position:relative !important;
        top:0 !important;
        left:0 !important;
        margin-top:0 !important;
    }

    /* invisible hover bridge so menu does not close while moving cursor down */
    .des-nav .nav-item > .drop::before{
        content:"";
        position:absolute;
        left:0;
        right:0;
        top:0;
        height:14px;
        display:block;
    }
}

/* Mobile menu */
.navbar-coll.open{
    display:block !important;
}
.mob-nav .nav-item .drop.open{
    display:block !important;
}
@media (max-width:992px){
    .des-nav{display:none !important;}
    .mob-nav{display:flex !important; flex-direction:column;}
    .mob-nav .nav-item .drop{display:none;}
    .mob-nav .nav-item.open > .drop{display:block !important;}
    .navbar-toggler{cursor:pointer;}
    .adj-nav .nav-item .drop-down{
        position:unset !important;
        top:auto !important;
        box-shadow:none;
    }
}


/* Moved from index.php style block 8 type="text/css" */
svg{vertical-align: sub;}

/* Moved inline styles from index.php */
.slider-title-white{color:#fff;}
.btn-slider-white{color:#fff !important;border:1px solid #fff !important;}
.insta-posts-row{background:#e6e2bd;}
.festival-img-rounded{border-radius:7px;}
.festival-desc{font-size:17px;line-height:26px;}
.nav-arrow-img{width:35px;}
.fb-page-frame{border:none;overflow:hidden;}
.twitter-scroll-box{max-height:500px;overflow:auto;}
.footer-logo-img{width:150px;}


/* --------------------------------------------------
   Aayat design restore hotfix
   Keeps CSS external while preserving original topbar/footer/menu layout
-------------------------------------------------- */
html, body{
    overflow-x:hidden;
}

/* Top line / topbar restore */
.topbar{
    background:#8B0000 !important;
    color:#fff !important;
    padding:10px 20px !important;
    display:grid !important;
    grid-template-columns:1fr 1fr 1fr !important;
    align-items:center !important;
    font-size:14px !important;
    gap:10px !important;
    width:100% !important;
}
.topbar-email{ text-align:left !important; }
.topbar-phone{ text-align:center !important; }
.topbar-social{ text-align:right !important; }
.topbar a{ color:#fff !important; text-decoration:none !important; }
.topbar i{ margin-right:5px !important; }
.topbar-social a{
    display:inline-block !important;
    padding:0 5px !important;
    margin-left:10px !important;
}

/* Header/nav restore */
.navbar{ padding:0 !important; }
nav.navbar{
    margin:0 auto !important;
    background:#fff !important;
}
nav .logo, #site-logo{
    width:80px !important;
    max-width:80px !important;
    height:auto !important;
}

/* Footer logo restore */
footer .footer-logo,
footer .footer-logo-img,
#site-logo-footer{
    width:150px !important;
    max-width:150px !important;
    height:auto !important;
}
footer .footer-logo{
    margin-top:-120px !important;
}

/* Dropdown position must stay above slider/content */
.adj-nav .nav-item .drop,
.adj-nav .nav-item .drop-down{
    z-index:99999999 !important;
}

@media (max-width:768px){
    .topbar{
        grid-template-columns:1fr !important;
        text-align:center !important;
        padding:12px 10px !important;
    }
    .topbar-email,
    .topbar-phone,
    .topbar-social{ text-align:center !important; }
    .topbar-social{ margin-top:5px !important; }
}

/* ==================================================
   Aayat Fix: Food & Festivals carousel arrow sizing
   This hides Owl Carousel's default huge grey arrows and keeps
   only the custom small arrow icons visible.
   ================================================== */
#festival .festival-carousel .owl-nav,
#festival .festival-carousel .owl-prev,
#festival .festival-carousel .owl-next,
.festival-carousel .owl-nav,
.festival-carousel .owl-prev,
.festival-carousel .owl-next{
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

#festival .arrows-center,
.festival-panel .arrows-center{
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 10px !important;
}

#festival .arrows-center a,
.festival-panel .arrows-center a{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
}

#festival .arrows-center img,
#festival .arrows-center .img-fluid,
.festival-panel .arrows-center img,
.festival-panel .arrows-center .img-fluid{
    width: 28px !important;
    max-width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    max-height: 28px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 !important;
}

@media (max-width: 768px){
    #festival .arrows-center,
    .festival-panel .arrows-center{
        justify-content: center !important;
    }
}
/* Hide Owl Default Huge Arrows */
#festival .owl-nav {
    display: none !important;
}

/* Show only custom arrows */
#festival .arrows-center {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#festival .arrows-center img {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;
}

/* ==================================================
   FINAL FIX: remove giant grey Owl arrows
   Reason: Owl default prev/next spans can render very large.
   We hide Owl's default nav for main banner and festival carousel,
   and use only small custom Festival Special arrow buttons.
   ================================================== */

/* Hide default Owl navigation arrows that appear as huge grey chevrons */
.main-slider .owl-nav,
.main-slider .owl-nav button,
.main-slider .owl-prev,
.main-slider .owl-next,
.main-slider .owl-prev span,
.main-slider .owl-next span,
.festival-carousel .owl-nav,
.festival-carousel .owl-nav button,
.festival-carousel .owl-prev,
.festival-carousel .owl-next,
.festival-carousel .owl-prev span,
.festival-carousel .owl-next span,
#festival .owl-nav,
#festival .owl-nav button,
#festival .owl-prev,
#festival .owl-next,
#festival .owl-prev span,
#festival .owl-next span{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    width:0 !important;
    height:0 !important;
    min-width:0 !important;
    min-height:0 !important;
    max-width:0 !important;
    max-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    font-size:0 !important;
    line-height:0 !important;
    overflow:hidden !important;
    pointer-events:none !important;
}

/* Small manual arrows inside Food & Festivals content */
#festival .arrows-center,
.festival-carousel .arrows-center,
.festival-panel .arrows-center{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
    margin-top:10px !important;
}

#festival .arrows-center a,
.festival-carousel .arrows-center a,
.festival-panel .arrows-center a{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    min-height:32px !important;
    padding:0 !important;
    margin:0 6px 0 0 !important;
    border:1px solid #762023 !important;
    border-radius:50% !important;
    background:#fff !important;
    color:#762023 !important;
    text-decoration:none !important;
    overflow:hidden !important;
}

#festival .festival-nav-icon,
.festival-carousel .festival-nav-icon,
.festival-panel .festival-nav-icon{
    display:block !important;
    font-size:18px !important;
    line-height:1 !important;
    font-weight:700 !important;
    color:#762023 !important;
    width:auto !important;
    height:auto !important;
    max-width:none !important;
    max-height:none !important;
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
}

#festival .arrows-center img,
.festival-carousel .arrows-center img,
.festival-panel .arrows-center img,
#festival img.nav-arrow-img,
.festival-carousel img.nav-arrow-img,
.festival-panel img.nav-arrow-img{
    width:24px !important;
    height:24px !important;
    max-width:24px !important;
    max-height:24px !important;
    min-width:24px !important;
    min-height:24px !important;
    object-fit:contain !important;
    display:block !important;
    transform:none !important;
}

@media (max-width:768px){
    #festival .arrows-center,
    .festival-carousel .arrows-center,
    .festival-panel .arrows-center{
        justify-content:center !important;
    }
}

/* ==================================================
   Aayat Login Dropdown Final Fix
   Keeps last Login dropdown inside the screen on desktop
   and makes mobile login dropdown compact and readable.
   ================================================== */
html, body{
    overflow-x: hidden !important;
}

header,
nav.navbar,
.navbar,
.navbar-coll,
.adj-nav,
.des-nav{
    overflow: visible !important;
}

@media (min-width: 993px){
    .des-nav .login-nav-item{
        position: relative !important;
    }

    .des-nav .login-nav-item > .login-drop{
        left: auto !important;
        right: 0 !important;
        min-width: 230px !important;
        width: 230px !important;
        max-width: calc(100vw - 24px) !important;
        padding-top: 14px !important;
        transform: none !important;
    }

    .des-nav .login-nav-item .drop-down{
        left: auto !important;
        right: 0 !important;
        width: 230px !important;
        min-width: 230px !important;
        max-width: calc(100vw - 24px) !important;
        box-sizing: border-box !important;
        border-radius: 14px !important;
        padding: 8px 0 !important;
        line-height: 1.4 !important;
        text-align: left !important;
    }

    .des-nav .login-nav-item .drop-down li{
        display: block !important;
        width: 100% !important;
    }

    .des-nav .login-nav-item .drop-down li a{
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 11px 14px !important;
        white-space: nowrap !important;
        font-size: 14px !important;
        text-transform: none !important;
    }

    .des-nav .login-nav-item .drop-down li a img{
        width: 26px !important;
        height: 26px !important;
        margin-right: 6px !important;
        object-fit: contain !important;
    }

    .des-nav .login-nav-item:hover > .login-drop,
    .des-nav .login-nav-item:focus-within > .login-drop{
        display: block !important;
    }
}

@media (max-width: 992px){
    .mob-nav .login-nav-item .drop-down{
        width: 100% !important;
        min-width: 100% !important;
        padding: 4px 0 4px 12px !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        background: #fff !important;
    }

    .mob-nav .login-nav-item .drop-down li{
        display: block !important;
        width: 100% !important;
    }

    .mob-nav .login-nav-item .drop-down li a{
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 9px 10px !important;
        white-space: nowrap !important;
        text-transform: none !important;
    }
}
