@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

:root {
  --white-color: #fff;
  /* --heading-color: #1e1e1e; */
  --heading-color: #262d3d;
  --paragraph-color: #999999;
  --primary-color: #6bb252;
  --secondary-color: #edd86b;

  --golden-color: #efe0a7;
  --heading-font-size: 56px;
  --subheading-font-size: 48px;
}
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
a:hover {
  cursor: pointer;
}

body {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  font-size: 18px;
  color: #1e1e1e;
  font-family: 'Marcellus';
}
h1 {
  font-size: 56px;
  line-height: 80px;
}
h2 {
  font-size: 48px;
  line-height: 72px;
}
h3{
  font-size:30px;
  line-height: 36px;
}
h4 {
  font-size: 24px;
  line-height: 36px;
  color: var(--white-color);
}
h5 {
  font-size: 18px;
  line-height: 30px;
  color: var(--paragraph-color);
  font-weight: 500;
  font-family: 'Jost', sans-serif;
}

h6 {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: var(--white-color);
  font-family: 'Jost', sans-serif;
}
p {
  color: #999999;
}
a {
  text-decoration: none;
}
header{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.btn {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  /* background-color: #006138; */
  padding: 10px 10px;
}
.logo-img {
  /* height: 100px; */

  height: 75px !important;
  width: auto !important;
}
.nav-item a {
  font-size: 18px;
  color: var(--heading-color);
}

.banner-btn button{
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: var(--primary-color);
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-radius: 2rem;
  font-size: 14px;
}

.banner-stats-digit h3{
  font-weight: 600;
  font-size: 3rem;
}

.banner-stats-title p{
  padding-top: 6px;
  /* color: var(--heading-color); */
}

.ptb-60{
  padding: 60px 0;
}

.section-title h3{
  color: gold;
    font-size: 48px;
    line-height: 72px;
    text-transform: capitalize;
}

.section-title p{
  color: #262d3d;
}

.section-title h3 span{
  color: #B6363C;
}
.product-card-img img{
  /* height: 300px; */
  object-position: top;
  /* object-fit: contain; */
  object-fit: contain;
  width: 100%;
}

.shweta-img img{
  max-width: 100%;
    height: auto;
}

.blog-card-img img{
  /* height: 300px; */
  object-position: top;
  object-fit: cover;
  width: 100%;
}

.story-video iframe{
  height: 300px;
  object-position: top;
  /* object-fit: contain; */
  object-fit: contain;
  width: 100%
}

.dilli-pasand-img img{
  height: 300px;
  object-position: top;
  /* object-fit: contain; */
  object-fit: contain;
  width: 100%
}

.tags a{
  background-color: var(--secondary-color);
  padding: 6px;
}
.tags a:hover{
  color: var(--heading-color);
  background-color: var(--primary-color);
}

.mobile-header-log img{
  width: 100%;
  height: auto;
  max-width: 75px;
 }

 .only-desktop {
  display : block;
  }
  
  .only-mobile{
  display: none;
  }

 @media (max-width: 760px){
  .only-desktop {
  display : none;
  }
  
  .only-mobile{
  display: block;
  }

  .mobile-header-p30{
    background: #fff;
  padding: 6px 0px;
  }
  }
  .bg-white{
    background: #fff;
  }
  .d-flex-footer-bottom{
    display: flex;
    justify-content: space-between;
  }
  .align-items-center{
    align-items: center;
  }
 .mobile-header-log img{
  width: 100%;
  height: auto;
  max-width: 75px;
 }
.mobile-nav-bar-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  /* height: 100vh; */
  height: 100%;
  background: #006138;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.mobile-menu-links ul li{
  list-style-type: none;
}
.mobile-menu-links ul li p{
color: #1E1E1E !important;
font-size: 1rem;
font-weight: 600;

}
.social-links-mobile-nav ul li{
  list-style-type: none;
}
.mobile-navigation-tabs{
  font-size: 1.5rem;
  padding: 14px 24px;
  font-weight: 600;
  align-items: center;
}
.d-flex-just-btw{
  display: flex;
  justify-content: space-between;
}
.logo-mobile {
  text-align: center;
  /* background: #fff; */
  right: 2px;
  /* border-radius: 3px 34px 3px 34px; */
  padding-top: 5px;
}
.bg-shadow {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.logo-mobile img {
  height: 100px;
  width: auto;
}
.mobile-nav-close-icon {
  display: flex;
  justify-content: end;
  margin: 4px 0px;
  color: #1e1e1e;
}
.mobile-navbar-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  z-index: 99;
  background: #fff;
  padding: 17px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.mobile-nav-all-services-show{
  color: #1e1e1e;
  background: #f3f3f3;
  /* background: red; */
  padding: 7px;
  border-radius: 4px;
  border: 1px solid rgb(237, 216, 107);
  background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
  display: block;

}
.mobile-nav-all-services{
  color: #1e1e1e;
  background: #f3f3f3;
  /* background: red; */
  padding: 7px;
  border-radius: 4px;
  border: 1px solid rgb(237, 216, 107);
  background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
  display: none;
}
.mobile-fixed-footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 15;
  background: #fff;
}
.mobile-footer-inside{
  display: flex;
  justify-content: space-between;

}
.mobile-fixed {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 10px 50px rgba(178, 89, 89, 0.25);
}
.flex-dir-row{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.text-center{
  text-align: center !important;
}
.single-footer-option{
  width: 33.3%;
  padding: 12px 0px;
}
.mobile-fixed-footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 15;
  background: #fff;
}
.single-footer-option{
  background: #ffffff;
  width: 33.3%;
  padding: 10px 0px;
  align-self: center;
}
.single-footer-option a .footer-option-title {
  font-size: 0.725rem;
  font-weight: 600;
}

.footer-quick-links-list{
  padding: 10px 0px;
}
.footer-social-media-links ul li{
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  float: left;
  
}
.footer-social-media-links ul li a{
 font-size: 2rem;
  
}

.footer-company-logo {
      text-align: center;
      display: flex;
      justify-content: start;
}
.footer-company-logo img{
      width: auto;
      height: 120px;
}
.footer-location-heading p strong{
  color: #000;
}
.footer-location-heading p strong i{
  padding-right: 6px;
}
.footer-location-detail{
  color: #000;
}
.footer-location-detail a{
  color: #1E1E1E;
}

.social-links-mobile-nav ul li{
  list-style-type: none;
}

.footer-social-media-links ul li a i{
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  float: left;
  color: var(--heading-color);
  
}
.footer-social-media-links ul li a{
 font-size: 2rem;
}
.dropdownlist p{
  color: #1E1E1E !important;
  font-size: 1rem !important;
  padding: 2px 12px !important;
  margin-bottom: 0rem !important;
}
.dropdown-menu{
 background: 1px solid #edd86b !important;
 /* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 4px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.dropdownlist a p:hover{
  color: #006138 !important;
  /* color: #EDD86B; */
  padding-left: 10px;
  font-weight: 600;
  /* padding: 10px 0px 10px 7px; */
  transition: .5s;
  text-decoration: underline;
  /* transition: .3s; */
}
.dropdownlist{
  position: relative;
}
.dropdownlist:hover .sub_menu{
  display: block;
}
.sub_menu{
  display: none;
  position: absolute;
  right: -98%;
  top:0;
  /* background: 1px solid #edd86b !important; */
 /* From https://css.glass */
background: #fff;
border-radius: 4px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
/* backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px); */
border: 1px solid #edd86b;
padding: 10px 10px;
list-style-type: none;
width: 100%;

z-index: 99;
font-size: 1rem !important;
}
.sub_menu li a{
  font-size: 0.938rem !important;
  /* word-wrap: break-word; */
  word-wrap: normal;
}
.sub_menu li a:hover{
  color: #1E1E1E;
  /* color: #edd86b; */
  /* color: #EDD86B; */
  padding-left: 10px;
  font-weight: 600;
  /* padding: 10px 0px 10px 7px; */
  transition: .5s;
  /* text-decoration: underline; */
}
.text-align-center{
  text-align: center !important;
}
.appointment-form{
  background: #006138;
  border-radius: 4px;
}
.mtb-1rem{
margin: 1rem 0px;
}
.appointment-section-title h3{
  color: #fff;
}
.service-top-section-para p{
  color: #1E1E1E;
  padding: 0.5rem 0.5rem 0rem 0rem;
}
.service-main-section{
  background: #006138;

}
.about-us-section-heading h6{
  color: #edd86b;
  font-weight: 600;
}
.about-us-section-para-home p{
  color: #1e1e1e;
  padding: 7px 0px;
}
.about-us-section-para p{
  color: #fff;
  /* padding: 7px 0px; */
}
.service-main-section-img{
  position: sticky;
  top: 16px;
}
.service-benefits-bullet-pointers ul {
  list-style: none;
}
.service-benefits-bullet-pointers ul li {
  color: #1e1e1e;
  line-height: 4rem;
}
.service-benefits-bullet-pointers ul li::before {
  content: "";
  background-image: url(/assets/images/right.png);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1rem;
  margin-right: 0.5rem;
}
.service-benefits-footer-content{
  color: #1E1E1E;
  padding: 30px 0px;
}
.bg-green{
  background: #006138;

}

.footer-bottom-text p{
  color: #262d3d;
  padding-top: 6px;
}
.footer-bottom-text p strong{
  color: var(--primary-color);
}

.border-six{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.media-card-img img{
      /* height: 300px; */
      object-position: top;
      /* object-fit: contain; */
      object-fit: contain;
      width: 100%;
}
.slider-for img, .slider-nav img {
  width: 100%;
  height: auto;
}

.slider-nav {
  margin-top: 10px;
}

.slider-nav img {
  cursor: pointer;
  border: 2px solid transparent;
}

.slider-nav .slick-current img {
  border-color: red; /* Highlight active thumbnail */
}

.sticky-40 {
  position: sticky;
  top: 40px;
}

.widget-title{
  color: #006138;
}

.menu-item a{
  color: var(--heading-color);
}

.contact-content-address p strong{
  color: var(--heading-color);
}
.contact-content-address p a{
  color: var(--heading-color);
}

























































































































/* bootstrap extended */
.border-dashed {
  border-bottom: 1px dashed #d1d1d1;
}

.button-area .btn-cart {
  text-wrap: nowrap;
  height: 3.3em;
  line-height: 2em;
  width: 100%;
}
.fs-7 {
  font-size: 0.8rem!important;
}

.align-item-center{
  align-items: center;
}
.product-title{
  /* padding-bottom: 0 !important; */
  padding: 16px 4px 0  4px;
    color: #262d3d;
    font-weight: 600;
}
.product-title p{
  color: var(--heading-color);
padding: 6px;
}

.mt-4rem{
  margin-top: 4rem;
}

.product-card{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 12px;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    margin: 5px 0;
}

.product-details p{
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.bg-offwhite{
  /* background-color: #FDFAF5; */
  background-color: #FCF7EB;
}

.category-card{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}

.category-title{
  padding: 16px 0px;
    text-align: center;
}

.category-title p{
  color: var(--bs-primary);
    text-decoration: underline;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 0px !important;
}

.dilli-pasand{
  /* background-image: url(".././images/dilli-pasand/top-view-rice-seed-texture.jpg")  */
}

.banner-form-top {
  border: 1px solid #fda02b;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px 34px 3px 34px;
  padding: 25px 25px;
  margin: 15px 0px 0px 0px;
}

.banner-text{
  color: var(--primary-color);
}

.dilli-special-sec-border{
    border: 2px double #efe0a7;
    border-radius: 3px 34px 3px 34px;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background-color: #fff;
}

.contactus-sec{
  background-image: url(".././images/dilli-pasand/rice-pasta-made-from-it-separate-plates.jpg");
  /* background-attachment:fixed; */
  background-repeat: no-repeat;
  background-size: cover; 
}

.form-control {
  color: #000;
  letter-spacing: .3px;
  font-family: 'loto',sans-serif;
}

.form-control {
  display: block;
  width: 100%;
  padding: .475rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: #e3e3e3!important;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem!important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-form-inside-box {
  box-shadow: 0 2px 8px 0 rgba(99,99,99,.2);
  padding: 20px;
  border-radius: 4px;
}

.submit-btn{
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #E31E24;
  padding: 10px;
  border-radius: .25rem;
  text-align: center;
}

.text-align-center{
  text-align: center;
}

.testimonial-card{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 4px;
  margin: 6px;
}

.testimonial-para p span{
  /* color: #FFD700; */
  color: #E31E24;
  font-weight: 600;
}

hr.sep-2 {
  border: 0; 
  height: 1px; 
  background-image: linear-gradient(to right, #f0f0f0, #00b9ff, #59d941, #f0f0f0);
}

hr.sep-3 {
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #f0f0f0, #8f8f8f, #f0f0f0);
}
hr.sep-3::after {
  content: '§';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(60deg);
  transform-origin: 50% 50%;
  padding: 1rem;
  background-color: white;
}

.border-#efe0a7{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  /* border: 2px double #efe0a7; */
  background-color: #FCF7EB;
  border: none;
}

.icon{
  font-size: 42px;
  text-align: center;
  color: #262d3d;
}

.featured-icons{
  text-align: center;
  padding: 12px 12px 0 12px;
}

.blog-card{
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 12px;
  border-radius: 4px;
  background-color: #fff;
}

.blog-card-content{
  padding: 1rem 0;
}

.blog-card-title h3{
cursor: pointer;
}

.social-icon{
  color: #262d3d;
    font-size: 1.6rem;
    font-weight: 600;
}

.header-nav-item a{
  font-size: 14px;
  text-decoration: none;
  padding: 0.8rem;
}

.align-item-centre{
  align-items: center;
}

.header-btn a {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  background-color: #EDD86B;
  padding: 10px 10px;
  border-radius: 0.25rem;
  color: #006138 !important;

}

.header-btn a:hover {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #006138;
  padding: 10px 10px;
  border-radius: 0.25rem;
  color: #fff !important;


}

.header-btn button {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #006138;
  background-color: #EDD86B;
  padding: 10px 10px;
  border-radius: 0.25rem;
}

.header-btn button:hover {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #006138;
  padding: 10px 10px;
  border-radius: 0.25rem;

}

/* Appointment btn - single service  */
.header-btn-appointment button {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #006138;
  background-color: #EDD86B;
  padding: 10px 10px;
  border-radius: 0.25rem;
}

.header-btn-appointment button:hover {
  border: none !important;
  outline: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #006138;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 0.25rem;

}

@media (max-width: 760px) {
  .only-desktop {
    display: none
  }

  .only-mobile {
    display: block
  }

  .mobile-header-p30 {
    background: #fff;
    padding: 6px 0px;
  }
}

@media only screen and (max-width: 600px) {
  .appointment-modal-wrapper {
    position: fixed;
    top: -80px;
    left: 0px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
  }
}

@media only screen and (max-width: 600px) {
  .appointment-modal {
    padding: 35px;
    background-color: #fff;
    width: 100%;
    max-width: 500px;
    margin: 120px auto;
    border-radius: 4px;
  }

  .mb-7 {
    margin-bottom: 7px !important;
  }

  .mt-7 {
    margin-top: 7px !important;
  }

  .mb-10 {
    margin-bottom: 10px !important;
  }

}

@media only screen and (max-width: 600px) {
  .doctors-team-section{
    display: none;
  }
}
.footer-option-img i{
 font-size: 1.4rem;
}

.about-sec-title h1 span{
  color: var(--secondary-color);
}

.product-details :hover{
  text-decoration: underline;
  color: gold;
  transition: all .3s ease-in-out;
}

.blog-card-para{
  padding: 6px;
  margin-bottom: 0 !important;
}

.product-details-content{
  padding: 0 1rem;
}

.product-details-para h3{
  color: var(--primary-color);
}
.product-details-para p{
  color: var(--heading-color);
}
.career-openings-img img{
  width: 100%;
  height: auto;
}
.content-sec-inside-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 1rem;
}
