@charset "UTF-8";
@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

body {
  font-family: "Poppins", sans-serif !important;
}

.header-section {
  background-color: #ffffff;
  padding: 20px 20px;
}

.header-item {
  display: flex;
  align-items: center;
}

.contactheadwrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contactheadwrap strong {
  color: #006401;
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.contactheadwrap a {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
}
.contactheadwrap a:hover {
  color: #006401;
}

.contactheadicon {
  width: 50px;
  height: 50px;
  background-color: #006401;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactheadicon .fa-phone-alt {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 24px;
}
.contactheadicon .fa-user-cog {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 22px;
}
.contactheadicon .fa-user-tie {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 22px;
}

.topnavbar {
  background-color: #eea102;
  /* Basic slide down animation for the first level */
  /* Animation for first level dropdown */
  /* Hover on Product Category to show second level */
  /* Animation for second level dropdown */
  /* Additional hover effect for main menu items */
}
.topnavbar .nav-item {
  padding-left: 15px;
  padding-right: 15px;
}
.topnavbar .nav-item .nav-link, .topnavbar .nav-item .nav-link.careers.active {
  color: #ffffff;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 14px;
  text-transform: uppercase;
}
.topnavbar .dropdown-menu {
  display: none;
  transition: all 0.3s ease;
  border-radius: 0;
  background-color: #ffffff;
  color: #ffffff !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: solid 1px #ccc;
}
.topnavbar .dropdown-menu:hover {
  background-color: #eea102 !important;
  color: #ffffff !important;
}
.topnavbar .dropdown:hover .dropdown-menu {
  display: block;
  animation: slideDown 0.5s forwards;
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
}
@keyframes slideDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.topnavbar .dropdown-submenu {
  position: relative;
  border-bottom: solid 1px #2b2a2a;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.topnavbar .dropdown-submenu:hover {
  background-color: #eea102 !important;
  color: #000000 !important;
}
.topnavbar .dropdown-submenu .dropdown-item {
  color: #ffffff;
}
.topnavbar .dropdown-submenu .dropdown-item:hover {
  background-color: #eea102 !important;
  color: #000000;
}
.topnavbar .dropdown-submenu .dropdown-menu-item {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  animation: slideLeft 0.5s forwards;
  background-color: #000000;
  padding-left: 0px;
  border: solid 1px #2b2a2a;
}
.topnavbar .dropdown-submenu .dropdown-menu-item li {
  list-style: none;
  margin: 0 !important;
}
.topnavbar .dropdown-submenu .dropdown-menu-item li a {
  color: #ffffff;
  border-bottom: solid 1px #2b2a2a;
}
.topnavbar .dropdown-submenu .dropdown-menu-item li a:hover {
  background-color: #eea102 !important;
  color: #000000;
}
.topnavbar .dropdown-submenu:hover .dropdown-menu-item {
  display: block;
  animation: slideLeft 0.5s forwards;
}
@keyframes slideLeft {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.topnavbar .nav-link:hover {
  background-color: #f0f2e4 !important;
  color: #006401 !important;
}
.topnavbar .nav-link.active {
  background-color: #f0f2e4 !important;
  color: #006401 !important;
  border-radius: 4px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.default-padding {
  padding: 80px 0;
}

/*Hero section start here*/
.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 600px;
  background-color: #006401; /* Green background */
  padding: 40px;
  color: #ffffff;
  /* Left Column */
  /* Right Column */
  /* ✨ Smooth transitions for left column content */
}
.hero-section .left-column {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  transition: opacity 0.5s ease-in-out;
}
.hero-section .left-column h1 {
  font-size: 3.2rem;
  font-weight: bold;
}
.hero-section .left-column h1 span {
  color: #eea102; /* Orange text */
}
.hero-section .left-column p {
  font-size: 0.875rem;
  margin: 25px 0;
  font-weight: 300;
  line-height: 26px;
}
.hero-section .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-section .btn {
  padding: 12px 38px;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-section .btn-primary {
  background-color: #FFA500;
  color: #000000;
}
.hero-section .viewbtnwrap .btn-primary {
  background-color: #006401;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.hero-section .btn-primary:hover {
  background-color: #006401;
  border: solid 1px #eea102;
  color: #eea102;
}
.hero-section .btn-secondary {
  background-color: #006401;
  color: #eea102;
  font-weight: 500;
  border: solid 1px #eea102;
}
.hero-section .btn-secondary i {
  font-size: 30px;
  color: #eea102;
}
.hero-section .btn-secondary:hover {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #000000;
}
.hero-section .btn-secondary:hover i {
  color: #006401;
}
.hero-section .right-column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 300px;
}
.hero-section .card-container {
  position: relative;
  width: 380px;
  height: 380px;
  display: flex;
  justify-content: center;
}
.hero-section .card {
  position: absolute;
  width: 320px !important;
  height: 420px;
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.8s ease, opacity 0.8s ease, box-shadow 0.8s ease;
}
.hero-section .left-column h1,
.hero-section .left-column p,
.hero-section .buttons button {
  transition: opacity 0.6s ease, transform 0.6s ease;
  opacity: 1;
}
.hero-section .left-column .fade-out {
  opacity: 0;
  transform: translateY(10px);
}
.hero-section .card img {
  width: 100%;
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.hero-section .card h2 {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
}
.hero-section .card button {
  margin-top: 10px;
  background-color: #097B1C;
  color: white;
  padding: 8px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.hero-section .card.active {
  transform: scale(1.1) translateY(-20px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    height: auto;
  }
  .hero-section .left-column h1 {
    font-size: 1.8rem;
  }
  .hero-section .left-column p {
    font-size: 0.9rem;
  }
  .hero-section .buttons {
    justify-content: center;
  }
  .hero-section .right-column {
    margin-top: 50px;
  }
  .hero-section .card-container {
    width: 250px;
  }
  .hero-section .card {
    width: 200px;
  }
  .hero-section .card img {
    height: 300px;
  }
  .topnavbar .dropdown-submenu .dropdown-menu-item {
    position: static;
  }
}
/*Hero section end here*/
/*About section start here*/
.about-section {
  width: 100%;
  background-color: #f8f9fa;
}
.about-section .highlight-box {
  background-color: #F6A800;
  color: #fff;
  padding: 10px 25px;
  font-weight: 300;
  border-radius: 5px;
  position: absolute;
  bottom: 70px;
  left: -24px;
  width: 140px;
  line-height: 24px;
}
.about-section .highlight-box span {
  font-size: 30px;
  font-weight: 600;
}
.about-section .quality-box {
  background-color: #227D31;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.about-section .quality-box p {
  font-size: 13px;
  padding-top: 20px;
  padding-left: 10px;
  font-weight: 200;
}
.about-section .milestone-box {
  background-color: #eea102;
  padding: 20px;
  border-radius: 10px;
}
.about-section .milestone-box h5 {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
}
.about-section .milestone-box p {
  font-size: 13px;
  padding-top: 20px;
  padding-left: 10px;
  font-weight: 300;
}
.about-section .milestone-box .about-icon {
  background-color: #000000;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.25rem;
  color: #f8f9fa;
}
.about-section .about-text h2 {
  color: #006401;
  font-weight: bold;
}
.about-section .about-text .vismis h5 {
  color: #006401;
  font-size: 1.2rem;
}
.about-section .about-text .vismis p {
  font-size: 0.875rem;
  padding-top: 10px;
}
.about-section .about-icon {
  background-color: #D2E9D1;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.25rem;
  color: #006401;
}
.about-section .smooth-animation {
  transition: transform 0.5s ease-in-out;
}
.about-section .smooth-animation:hover {
  transform: scale(1.05);
}
.about-section .about-second-img {
  position: absolute;
  width: 279px;
  height: 379px;
  top: 70px;
  right: 70px;
  box-shadow: 0px 0px 3px #ccc;
}

/*About section end here*/
/*Popular Products*/
.products-section {
  background-image: url("../images/machinery.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.products-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(1, 63, 9, 0.9);
  z-index: -1;
}
.products-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #eea102;
}
.products-section .section-des {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 200;
  width: 50%;
  padding-bottom: 30px;
}
.products-section .card-item-wrap {
  height: 100%;
}
.products-section .card-item-wrap .card {
  transition: all 0.3s ease-in-out;
}
.products-section .card-item-wrap .card .product-card-image {
  width: 250px;
  height: 262px;
  margin: 0 auto;
  margin-top: 15px;
}
.products-section .card-item-wrap .card .card-body .card-title {
  color: #006401;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 20px;
}
.products-section .card-item-wrap .card .card-body p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}
.products-section .carousel-indicators {
  bottom: -60px;
}

/*Popular Products*/
.w-90 {
  width: 90%;
}

/*office-tour-section start here*/
.office-tour-section {
  background-color: #f8f9fa;
}
.office-tour-section h6 {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
}
.office-tour-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #006401;
}
.office-tour-section h2 span {
  display: block;
}
.office-tour-section p {
  font-size: 0.875rem;
  color: #000000;
  font-weight: 300;
  width: 50%;
  padding-bottom: 30px;
}

/*faq and testimonials section start here*/
.faqtesti-section .testi-bg {
  background-image: url("../images/machinery.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faqtesti-section .testi-bg .testimonial-carousel .quoteicon {
  width: 66px;
  height: 84px;
}
.faqtesti-section .testi-bg .testimonial-carousel h3 {
  font-size: 2rem;
  color: #ffffff;
  padding-bottom: 20px;
}
.faqtesti-section .testi-bg .testimonial-carousel h3 span {
  font-size: 16px;
  display: block;
  color: #eea102;
  font-weight: 300;
}
.faqtesti-section .testi-bg .testimonial-carousel p {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 200;
  line-height: 30px;
  width: 85%;
  margin: 0 auto;
}
.faqtesti-section .testi-bg .testimonial-carousel .prevnextwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.faqtesti-section .testi-bg .testimonial-carousel .prevnextwrap .prev, .faqtesti-section .testi-bg .testimonial-carousel .prevnextwrap .next {
  background-color: #eea102;
  color: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  font-size: 20px;
  cursor: pointer;
}
.faqtesti-section .faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.faqtesti-section .faq-section h3 {
  font-size: 2rem;
  font-weight: 700;
}
.faqtesti-section .faq-section h3 span {
  color: #006401;
}
.faqtesti-section .faq-section p {
  padding-left: 20px;
  padding-right: 20px;
}
.faqtesti-section .faq-section .accordion-button {
  border-radius: 0 !important; /* Remove rounded corners */
  font-weight: 500;
  font-size: 14px;
}
.faqtesti-section .faq-section .accordion-button:focus {
  box-shadow: none !important; /* Remove the blue shadow on focus */
  outline: none !important; /* Remove the outline */
}
.faqtesti-section .faq-section .accordion-body {
  font-size: 14px;
}
.faqtesti-section .faq-section .accordion-button:not(.collapsed) {
  border-radius: 0 !important; /* Remove rounded corners when open */
  color: #006401;
  font-weight: 700;
  background-color: transparent;
  border-bottom: solid 1px #ccc;
}
.faqtesti-section .faq-section .accordion-item:first-of-type {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.faqtesti-section .faq-section .accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/*faq and testimonials section end here*/
/*footer section start here*/
.footer-section {
  margin-top: 180px;
}
.footer-section footer {
  background-color: #006401;
  padding-top: 20px;
  /* padding-bottom: 20px; */
  position: relative;
}
.footer-section footer .footer-container {
  position: absolute;
  top: -60px;
  left: 50%;
  margin: 0 auto;
  width: 90%;
  background-color: #eea102;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  padding: 30px;
}
.footer-section footer .footer-container .footer-contact {
  height: 100%;
}
.footer-section footer .footer-container .footer-contact h6 {
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
}
.footer-section footer .footer-container .footer-contact p {
  font-size: 0.875rem;
  color: #000000;
  line-height: 28px;
}
.footer-section footer .footer-container .footer-contact p a {
  color: #000000;
  text-decoration: none;
}
.footer-section footer .footer-container .footer-contact p a:hover {
  text-decoration: underline;
}
.footer-section footer .footer-container .footer-contact.border-end {
  border-color: #b77e06 !important;
}
.footer-section footer .footer-product-sec {
  padding-top: 80px;
}
.footer-section footer .footer-product-sec .product-column h6 {
  color: #eea102;
  font-size: 1rem;
  font-weight: 300;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.footer-section footer .footer-product-sec .product-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-section footer .footer-product-sec .product-column ul li {
  padding-bottom: 10px;
}
.footer-section footer .footer-product-sec .product-column ul li a {
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 200;
}
.footer-section footer .footer-product-sec .product-column ul li a:hover {
  text-decoration: underline;
}
.footer-section footer .footer-copy-sec {
  background-color: #eea102;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
}
.footer-section footer .footer-copy-sec p {
  font-size: 0.875rem;
  color: #000000;
}
.footer-section footer .footer-copy-sec .social-icons i {
  font-size: 1.5rem !important;
  margin-right: 10px;
  color: #000000;
}

.video-hero-section {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.video-hero-section .videotape {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

/*support-section start here*/
.support-section {
  background-color: #f8f9fa;
  background-image: url("../images/rice-pattern-bg.jpg");
  /* Apply smooth animation to cards */
  /* Add animation effect to cards */
  /* Apply animation delay based on card order */
  /* Make cards more attractive */
}
.support-section .formwrap {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  padding: 30px;
  background-color: #006401;
}
.support-section .formwrap h3 {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
}
.support-section .formwrap p {
  color: #ffffff;
  font-weight: 300;
  padding-bottom: 20px;
}
.support-section .formwrap .form-control {
  border-radius: 0;
  border-color: #ffffff;
  color: #000000;
}
.support-section .formwrap ::-moz-placeholder {
  color: #000000;
  font-size: 0.875rem;
}
.support-section .formwrap ::placeholder {
  color: #000000;
  font-size: 0.875rem;
}
.support-section .ricetechservwran {
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.support-section h2 {
  font-size: 2rem;
  color: #006401;
  font-weight: 700;
}
.support-section p {
  font-size: 0.875rem;
  color: #000000;
  padding-top: 20px;
  padding-right: 30px;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.support-section .animate-card {
  animation: fadeInUp 0.5s ease-out forwards;
}
.support-section .animate-card:nth-child(1) {
  animation-delay: 0.1s;
}
.support-section .animate-card:nth-child(2) {
  animation-delay: 0.2s;
}
.support-section .animate-card:nth-child(3) {
  animation-delay: 0.3s;
}
.support-section .animate-card:nth-child(4) {
  animation-delay: 0.4s;
}
.support-section .animate-card:nth-child(5) {
  animation-delay: 0.5s;
}
.support-section .card {
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.support-section .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.support-section .card-body {
  padding: 20px;
}
.support-section .card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.support-section .list-unstyled li {
  font-size: 0.9rem;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.support-section .list-unstyled li i {
  font-size: 1rem;
  margin-right: 10px;
}
.support-section .list-unstyled li a {
  color: #000000;
  text-decoration: none;
}
.support-section .list-unstyled li a:hover {
  text-decoration: underline;
  color: #006401;
}
.support-section .card i {
  color: #006401;
  font-size: 2rem;
}

#contactsection.support-section {
  background-color: #f8f9fa !important;
  background-image: url("../images/circle-bg.png");
  background-repeat: no-repeat;
  background-position: -200px 20px;
}
#contactsection.support-section .phonewrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #006401;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#contactsection.support-section .phonewrap i {
  color: #ffffff;
  font-size: 1.2rem;
}

/*support-section end here*/
/*About Us section start here*/
.topbanner-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbanner-section.aboutricetechbg {
  background-image: url("../images/ricetech-mills-cover-top-banner.jpg");
}
.topbanner-section.sericesricetechbg {
  background-image: url("../images/rice-tech-services.jpg");
}
.topbanner-section h1 {
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.topbanner-section h3 {
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  width: 50%;
  margin: 0 auto;
  line-height: 3rem;
}

/*vision and mission start here*/
.vismis-section {
  /* Custom Card Hover Animation */
}
.vismis-section .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vismis-section .card .card-body {
  padding: 30px 40px;
}
.vismis-section .card .card-body .card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.vismis-section .card .card-body p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.vismis-section .card .card-body .card-title-sub {
  font-size: 1rem;
  font-weight: 700;
  color: #006401;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.vismis-section .card .imagewrap {
  height: 150px;
}
.vismis-section .card .imagewrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*vision and mission end here*/
.bg-warning {
  background-color: #eea102 !important;
}

.btn-primary {
  background-color: #006401 !important;
  padding: 10px 30px !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 200;
}

.btn-warning {
  background-color: #eea102 !important;
  padding: 10px 30px !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 200;
}

.btn-warning {
  background-color: #eea102 !important;
  padding: 10px 30px !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 200;
}

/*about quality start here*/
.quality-policy-section h2 {
  font-size: 1.8rem;
  color: #000000;
  font-weight: 700;
}
.quality-policy-section h6 {
  font-size: 1.2rem;
  color: #000000;
  padding-top: 15px;
}
.quality-policy-section p {
  color: #000000;
  font-size: 0.9rem;
}
.quality-policy-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.quality-policy-section ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 0.9rem;
}
.quality-policy-section ul li i {
  margin-right: 10px;
  color: #000000;
  font-size: 24px;
}

/*about quality end here*/
/*shop section start here*/
.shop-section .card {
  padding: 20px;
  box-shadow: 0 4px 6px #b2b5b9 !important;
}
.shop-section .card .card-icon {
  font-size: 2rem;
  color: #006401;
  margin-bottom: 15px;
}
.shop-section .card .card-title {
  font-size: 1.3rem;
  font-weight: 700;
}
.shop-section .card .card-text {
  font-size: 0.875rem;
  padding-bottom: 10px;
}
.shop-section .card ul li {
  font-size: 0.875rem;
  display: flex;
  align-items: start;
  padding-bottom: 15px;
}
.shop-section .card ul li i {
  font-size: 1.2rem;
  color: #006401;
  margin-right: 10px;
}
.shop-section .card.card-in-bet-bg {
  background-color: #006401 !important;
}
.shop-section .card.card-in-bet-bg .card-icon, .shop-section .card.card-in-bet-bg .card-title, .shop-section .card.card-in-bet-bg .card-text, .shop-section .card.card-in-bet-bg ul li, .shop-section .card.card-in-bet-bg ul li i {
  color: #ffffff !important;
}

/*shop section end here*/
.m-t-60 {
  margin-top: 60px !important;
}

.moveupdownparent {
  animation: moveUpDown 2s ease-in-out infinite;
}

/* Animation Keyframes */
@keyframes moveUpDown {
  0% {
    transform: translateY(0); /* Start position */
  }
  50% {
    transform: translateY(-10px); /* Move up */
  }
  100% {
    transform: translateY(0); /* Move back to start */
  }
}
/*services section start here*/
.servicehead-section h2 {
  color: #006401;
}
.servicehead-section .servicephone {
  margin-bottom: 20px;
}
.servicehead-section .servicephone a {
  background-color: #eea102;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  color: #000000;
  text-decoration: none;
  font-size: 0.875rem;
}
.servicehead-section .servicephone a i {
  margin-right: 10px;
}
.servicehead-section .servicemail {
  margin-bottom: 20px;
}
.servicehead-section .servicemail a {
  background-color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
}
.servicehead-section .servicemail a i {
  margin-right: 10px;
}

.turnkey-section h2 {
  font-weight: 700;
  color: #000000;
}
.turnkey-section .icon-list {
  font-size: 1.5rem;
  color: #006401;
  margin-right: 10px;
}
.turnkey-section .service-item {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}
.turnkey-section .service-description {
  font-size: 1rem;
}
.turnkey-section .image-column img {
  max-width: 100%;
  border-radius: 10px;
}
.turnkey-section .content-column {
  padding-right: 30px;
}
@media (max-width: 768px) {
  .turnkey-section .service-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.service-support-section .content-section {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.service-support-section .content-section h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #006401;
  padding-bottom: 15px;
}
.service-support-section .content-section p {
  font-size: 1rem;
  color: #000000;
}
@media (max-width: 768px) {
  .service-support-section .content-section {
    text-align: center;
  }
}

/*Products section start here*/
.product-details-section {
  background-color: #006401;
}
.product-details-section .carousel-item {
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.product-details-section .carousel-item .mainprodimage {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  cursor: pointer;
}
.product-details-section .thumbwrap {
  margin: 0 auto;
}
.product-details-section .thumbwrap img {
  cursor: pointer;
}
.product-details-section h6 {
  color: #ffffff;
  padding-bottom: 20px;
  font-weight: 300;
}
.product-details-section h1 {
  font-weight: 500;
  color: #eea102;
  padding-right: 20px;
}
.product-details-section .highlight-text {
  color: #eea102;
  font-weight: bold;
  display: block;
  font-size: 3.5rem;
}
.product-details-section p {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 26px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.product-details-section .btn-custom {
  background-color: #F9A825;
  color: #000;
  font-weight: bold;
  border: none;
}
.product-details-section .btn-custom:hover {
  background-color: #d88d00;
}
.product-details-section .carousel-control-prev, .product-details-section .carousel-control-next {
  width: 40px;
  height: 40px;
  background-color: #eea102;
  border-radius: 50%;
  top: 45%;
}
.product-details-section .carousel-control-prev {
  left: 5%;
}
.product-details-section .carousel-control-next {
  right: 5%;
}
.product-details-section .btn-secondary {
  background-color: #006401;
  color: #eea102;
  font-weight: 500;
  border: solid 1px #eea102 !important;
  border-radius: 0;
  font-size: 0.875rem;
}
.product-details-section .btn-secondary:hover {
  background-color: #eea102;
}

.keyfeature-section .keyfeatureheader, .benefitprod-section .keyfeatureheader {
  font-size: 2.5rem;
  color: #006401;
  font-weight: 700;
  padding-bottom: 50px;
}
.keyfeature-section .keyfeatwrap h2, .benefitprod-section .keyfeatwrap h2 {
  font-size: 2.5rem;
  color: #006401;
  font-weight: 700;
  padding-bottom: 20px;
}
.keyfeature-section .keyfeatwrap ul li, .benefitprod-section .keyfeatwrap ul li {
  font-size: 1rem;
  color: #000000;
  line-height: 1.6rem;
  display: flex;
  padding-bottom: 20px;
}
.keyfeature-section .keyfeatwrap ul li span, .benefitprod-section .keyfeatwrap ul li span {
  display: flex;
  flex-direction: column;
}
.keyfeature-section .keyfeatwrap ul li i, .benefitprod-section .keyfeatwrap ul li i {
  font-size: 2rem;
  color: #006401;
  margin-right: 15px;
}

.state-section .supplydistrib h2 {
  font-size: 2.5rem;
  color: #eea102;
  font-weight: 700;
  padding-bottom: 20px;
}
.state-section .supplydistrib p {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 300;
  padding-bottom: 30px;
}
.state-section .supplydistrib ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.state-section .supplydistrib ul li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  background-color: #ffffff;
  color: #000000;
  border: solid 1px #ccc;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-right: 10px;
}
.state-section .supplydistrib ul li i {
  color: #006401;
  margin-right: 10px;
}

.specification-section .tablewrap {
  max-width: 600px;
  border: solid 1px #ccc;
}
.specification-section .tablewrap table {
  margin-bottom: 0;
  border-bottom: solid 1px #ccc;
}
.specification-section .tablewrap table th {
  font-size: 0.9rem;
  font-weight: 700;
  color: #000000;
}
.specification-section .tablewrap table td {
  border-left: solid 1px #ccc;
}
.specification-section.table-width .tablewrap {
  max-width: 100%;
}
.specification-section.table-width .tablewrap th:not(:last-child) {
  border-right: solid 1px #ccc;
}
.specification-section.table-width .tablewrap td:first-child {
  border-left: none;
}

.bg-state {
  background-image: url("../images/probanner.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/*Products section End here*/
/*careers-section start here*/
.careers-section .career-card {
  transition: all 0.3s ease;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.careers-section .career-card.mediaobj {
  padding: 30px 40px;
}
.careers-section .career-card.mediaobj .iconwrap {
  width: 60px;
  height: 60px;
  background-color: #006401;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.careers-section .career-card.mediaobj .iconwrap i {
  color: #eea102;
  font-size: 1.8rem;
}
.careers-section .career-card.mediaobj .job-content h2 {
  font-size: 1.25rem;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0;
}
.careers-section .career-card.mediaobj .job-content .locationwrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.careers-section .career-card.mediaobj .job-content .locationwrap p {
  background: rgba(0, 100, 0, 0.15);
  color: #006401 !important;
  padding: 5px 15px;
  margin-bottom: 10px;
  font-size: 0.75rem;
  margin-right: 10px;
}
.careers-section .career-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.careers-section .card-icon {
  font-size: 2.5rem;
  color: #006401;
  transition: all 0.3s ease;
  margin: 20px 0;
}
.careers-section .career-card:hover .card-icon {
  transform: translateY(-5px);
  color: #006401;
}
.careers-section .job-category {
  background: rgba(0, 100, 0, 0.15);
  color: #006401;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  display: inline-block;
}
.careers-section .btn-cta {
  background: #0d6efd;
  color: white;
  padding: 8px 25px;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.careers-section .btn-cta:hover {
  background: #0b5ed7;
  transform: translateY(-2px);
}

/*careers-section End here*/
/*Job description start here*/
.jobdescript-section .jobdestitwrap, .jobdescript-section .jobcontentwrap {
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.jobdescript-section .jobdestitwrap h2, .jobdescript-section .jobcontentwrap h2 {
  font-weight: 700;
  color: #006401;
}
.jobdescript-section .jobdestitwrap h3, .jobdescript-section .jobcontentwrap h3 {
  font-weight: 700;
  padding-bottom: 20px;
}
.jobdescript-section .jobdestitwrap ul li, .jobdescript-section .jobcontentwrap ul li {
  font-size: 1rem;
  color: #000000;
  line-height: 1.6rem;
  display: flex;
  padding-bottom: 20px;
}
.jobdescript-section .jobdestitwrap ul li span, .jobdescript-section .jobcontentwrap ul li span {
  display: flex;
  flex-direction: column;
}
.jobdescript-section .jobdestitwrap ul li i, .jobdescript-section .jobcontentwrap ul li i {
  font-size: 2rem;
  color: #006401;
  margin-right: 15px;
}
.jobdescript-section .formwrap {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  padding: 30px;
  background-color: #006401;
}
.jobdescript-section .formwrap h3 {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
}
.jobdescript-section .formwrap p {
  color: #ffffff;
  font-weight: 300;
  padding-bottom: 20px;
}
.jobdescript-section .formwrap .form-control {
  border-radius: 0;
  border-color: #ffffff;
  color: #000000;
}
.jobdescript-section .formwrap ::-moz-placeholder {
  color: #000000;
  font-size: 0.875rem;
}
.jobdescript-section .formwrap ::placeholder {
  color: #000000;
  font-size: 0.875rem;
}
.jobdescript-section .badge {
  border-radius: 4px !important;
  padding: 8px 10px !important;
  font-size: 0.9rem !important;
}
.jobdescript-section .text-bg-primary {
  background: rgba(0, 100, 0, 0.15) !important;
  color: #006401 !important;
  font-weight: 300 !important;
}

.nav-bread-section .text-primary {
  color: #006401 !important;
  font-weight: 700;
}

/*Job description start here*/
/*blogs section start here */
.blogs-section .card .card-body .card-title {
  font-size: 1.2rem;
  color: #006401;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 5px;
}
.blogs-section .card .card-body .card-text {
  font-size: 1rem;
  color: #000000;
}
.blogs-section .modal .modal-dialog .modal-content .modal-header {
  background-color: #006401;
  color: #ffffff;
  border-radius: 0;
}
.blogs-section .modal .modal-dialog .modal-content .modal-body {
  padding: 30px;
}
.blogs-section .modal .modal-dialog .modal-content .modal-body p {
  padding-bottom: 15px;
  color: #000000;
  line-height: 28px;
}

/*blogs section start here */
.bg-circle {
  background-image: url("../images/circle-bg.png");
  background-repeat: no-repeat;
  background-position: -200px 20px;
}

.bg-circle-green {
  background-image: url("../images/circle-bg-green.png");
  background-repeat: no-repeat;
  background-position: -240px 50px;
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #006401;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white !important;
  font-weight: 200 !important;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  transform: scaleX(1);
}

@media only screen and (min-width: 300px) and (max-width: 640px) {
  .m-w-100 {
    width: 100% !important;
  }
  .default-padding {
    padding: 40px 0 !important;
  }
  .video-hero-section {
    height: auto;
  }
  .products-section h2, .products-section h6, .products-section .section-des {
    text-align: center;
  }
  .products-section .section-des {
    width: 100% !important;
  }
  .office-tour-section h2, .office-tour-section h6, .office-tour-section .section-des {
    text-align: center;
  }
  .office-tour-section .section-des {
    width: 100% !important;
  }
  .faqtesti-section .testi-bg {
    height: auto;
    padding: 50px 0;
  }
  .ricetechservwran {
    justify-content: start !important;
    height: 300px !important;
  }
  .footer-section {
    margin-top: 0px !important;
  }
  .footer-section footer .footer-container {
    position: static;
    transform: translate(0%, 0%);
  }
  .footer-section footer .footer-container .footer-contact.border-sm-end-0 {
    border-right: none !important;
  }
  /*About section start here*/
  .topbanner-section {
    height: auto;
    padding: 50px 0;
  }
  .topbanner-section h3 {
    width: 100% !important;
    font-size: 1.5rem;
  }
  /*About section end here*/
  /*Product section start here*/
  .product-details-section .highlight-text {
    font-size: 2.5rem;
  }
  .product-details-section .carousel-item {
    width: 100% !important;
  }
  .product-details-section .carousel-item .mainprodimage {
    width: 100% !important;
    height: auto !important;
  }
  .m-mb-20 {
    margin-bottom: 20px;
  }
  /*Product section start here*/
  .m-min-w-120 {
    min-width: 120px !important;
  }
  .m-min-w-220 {
    min-width: 220px !important;
  }
}/*# sourceMappingURL=custom.css.map */