/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.5
Tested up to: 6.9
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */


* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
  font-family: "Segoe UI", sans-serif;
}
a.header-btn {
    background: #83a93d;
    padding: 17px 44px;
    border-radius: 41px;
    color: #fff;
    text-decoration: none;
    float: right;
}
.top-header {
    background: #d9dfdc;
    padding: 12px 0 0 0;
}
.main-header.py-2 img {
    width: 65% !important;
}
.hero-section {
    margin: 0px auto;
    border-radius: 20px;
    overflow: hidden;
    width: 98%;
}


#heroCarousel .carousel-item {
  height: clamp(520px, 85vh, 700px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

/* .slide1 {
  background-image: url("images/zee-bharat-banner.avif");
} */

.slide1 {
  background-image: url("images/third-party-zee-bharat.avif");
}

.slide2 {
  background-image: url("images/zee-bhart-third.avif");
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.why-section {
  background: #e3ebe6;
}

/* Badge */
.top-badge {
  color: #fff;
  background: #fcb422;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

/* Title */
.section-heading-common {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f3f35;
}

/* Certifications */
.certifications img {
  margin-right: 15px;
}

.about-heading {
  text-align: justify;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}


.about-points {
  margin-top: 20px;
}

.check-box {
  width: 40px;
  height: 40px;
  background: #e7d6b6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fcb422;
  font-weight: bold;
}

/* Bottom Features */
.feature-row {
  position: relative;
}

.feature-col {
  padding: 40px 30px;
}

.feature-col.middle {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.feature-icon-large {
  width: 110px;
  height: 110px;
  border: 2px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.feature-icon-large img {
  width: 100px;
}

.feature-col h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

.feature-col p {
  color: #555;
}

.section-text {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}

.about-section {
  background: #f3f4f6;
}

/* BIG NUMBER */
.experience-slider {
  height: 120px;
  overflow: hidden;
  position: relative;
}

.experience-track {
  display: flex;
  flex-direction: column;
  animation: slideUp 12s infinite;
}

.experience-item {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.experience-item h1 {
  font-size: 80px;
  font-weight: 700;
  color: #0f3f35;
  margin: 0;
}

.experience-item p {
  margin: 0;
  color: #555;
  font-size: 15px;
}

/* Animation */
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-120px);
  }

  45% {
    transform: translateY(-120px);
  }

  50% {
    transform: translateY(-240px);
  }

  70% {
    transform: translateY(-240px);
  }

  75% {
    transform: translateY(-360px);
  }

  95% {
    transform: translateY(-360px);
  }

  100% {
    transform: translateY(0);
  }
}



/* IMAGE */
.about-main-img {
  border-radius: 25px;
}

/* FLOATING CARD */
.feature-card {
  border: 4px solid #b4cf3f;
  position: absolute;
  bottom: -40px;
  right: 55px;
  left: 55px;
  background: #ffffff;
  padding: 25px 35px;
  border-radius: 20px;
  display: flex;
  gap: 66px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.feature-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.feature-item i {
  font-size: 28px;
  color: #8bc34a;
}

.feature-item h6 {
  color: #8bc34a;
  margin: 0;
  font-weight: 600;
}

.feature-item p {
  margin: 0;
  font-size: 16px;
  color: #0f3f35;
}

.why-inline {
  gap: 20px;
}

.icon-box-square {
  width: 55px;
  height: 55px;
  background: #f4e6d0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #d58b00;
}

.why-inline h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.why-inline p {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.learn-link {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.5px;
}

.franchise-section {
  padding: 80px 0;
  /* background: url(images/background-pharma-bg.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
}


.franchise-text {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.step-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  height: 100%;
  transition: 0.3s;
  position: relative;
}

.step-number {
  font-size: 70px;
  font-weight: 700;
  color: #0f3f35;
  opacity: 0.2;
  margin-bottom: 15px;
}

.step-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.step-card p {
  font-size: 14px;
  color: #666;
}

/* portfolio section */
.projects-section {
  padding: 40px 0;
  background: #f3f4f6;
}

/* Header */
.projects-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

/* Button */
.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #b4cf3f;
  color: #000;
  padding: 14px 30px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-pill:hover {
  background: #9db92f;
}

/* Arrow circle */
.arrow-circle {
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Grid */
/* .projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
} */

/* Card */
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.project-card img {
  width: 100%;
  border-radius: 25px;
  transition: transform 0.4s ease;
}

/* Zoom effect */
.project-card:hover img {
  transform: scale(1.05);
}

/* Overlay box */
.project-overlay {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  transition: 0.4s ease;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Slide up */
.project-card:hover .project-overlay {
  bottom: 25px;
}

/* Text */
.project-overlay h4 {
  margin-bottom: 8px;
  font-weight: 600;
  color: #0f3f35;
}

.project-overlay p {
  margin: 0;
  font-size: 14px;
  color: #777;
}

/* ================= BENEFITS ================= */

.benefits-section {
  background: #d9dfdc;
}

.benefits-box {
  background: #b8c7bf;
  padding: 40px;
  border-radius: 20px;
}

.leaf-wrapper {
  position: relative;
}

.leaf-badge {
  position: absolute;
  top: 40px;
  left: 40px;
  background: #3c6f62;
  color: #fff;
  padding: 15px 20px;
  border-radius: 15px;
}

.testimonial-section {
  background: #ffffff;
}

.testimonial-wrapper {
  background: #d9dfdc;
  padding: 70px;
  color: #fff;
  position: relative;
}

/* Badge */
.testimonial-badge {
  font-weight: 600;
  color: #fff;
  background: #fcb422;
  padding: 12px 30px;
  border-radius: 20px;
  font-size: 16px;
}

/* Button */
.testimonial-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #b4cf3f;
  color: #000;
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
}

/* Rating Card */
.rating-card {
  font-size: 20px;
  border-radius: 14px;
  border-bottom-left-radius: 130px;
  border-top-right-radius: 130px;
  background: #b4cf3f;
  padding: 40px 40px;
  color: #000;
}

.rating-card h1 {
  font-size: 60px;
  font-weight: 700;
}

.stars {
  letter-spacing: 3px;
  font-size: 18px;
}

.stars.small i {
  font-size: 14px;
}

.avatar-group img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: -10px;
  border: 2px solid #fff;
}

/* Testimonial Content */
.testimonial-content p {
  font-size: 1.5rem;
  margin: 20px 0;
  line-height: 1.5;
}

.quote-icon {
  font-size: 40px;
  color: #b4cf3f;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.client-info h6 {
  margin: 0;
  font-weight: 600;
}

.client-info span {
  font-size: 14px;
  color: #000000;
}

/* Arrows */
.nav-arrows {
  position: absolute;
  top: 0;
  right: 16px;
}

.nav-arrows button {
  background: #08362e;
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-left: 10px;
}

.testimonial-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.testimonial-section {
  background: #f3f4f6;
}

.testimonial-wrapper {
  background: #d9dfdc;
  padding: 70px;
  color: #fff;
  position: relative;
}

/* Badge */
.testimonial-badge {
  font-weight: 600;
  color: #fff;
  background: #fcb422;
  padding: 12px 30px;
  border-radius: 20px;
  font-size: 16px;
}

/* Button */
.testimonial-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #b4cf3f;
  color: #000;
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
}

/* Rating Card */
.rating-card {
  font-size: 20px;
  border-radius: 14px;
  border-bottom-left-radius: 130px;
  border-top-right-radius: 130px;
  background: #b4cf3f;
  padding: 40px 40px;
  color: #000;
}

.rating-card h1 {
  font-size: 60px;
  font-weight: 700;
}

.stars {
  letter-spacing: 3px;
  font-size: 18px;
}

.stars.small i {
  font-size: 14px;
}

.avatar-group img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: -10px;
  border: 2px solid #fff;
}

/* Testimonial Content */
.testimonial-content p {
  font-size: 1.5rem;
  margin: 20px 0;
  line-height: 1.5;
}

.quote-icon {
  font-size: 40px;
  color: #b4cf3f;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.client-info h6 {
  margin: 0;
  font-weight: 600;
}

.client-info span {
  font-size: 14px;
  color: #000000;
}

/* Arrows */


.nav-arrows button {
  background: #08362e;
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-left: 10px;
}

.testimonial-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease-in-our;
  will-change: transform;
}

.testimonial-content {
  color: #000;
  flex: 0 0 100%;
  max-width: 100%;
}



.contact-section {
  background: #e3ebe6;
  padding: 90px 0;
}

.contact-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.icon-box {
  width: 45px;
  height: 45px;
  color: #3f7f6f;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-image {
  border-radius: 20px;
  width: 100%;
}

.form-label {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.form-control:focus {
  outline: none;
  border-color: #3f7f6f;
  box-shadow: 0 0 0 3px rgba(63, 127, 111, 0.2);
}

.form-wrapper {
  border: 2px solid #3f7f6f;
  border-radius: 20px;
  padding: 40px;
  background: #e8efe9;
}

.form-wrapper h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.form-control {
  border-radius: 30px;
  padding: 15px 20px;
  border: 1px solid #3f7f6f;
  background: #f5f5f5;
}

textarea.form-control {
  border-radius: 20px;
}

.send-btn {
  background: #3f7f6f;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 40px;
  width: 100%;
  font-weight: 600;
  margin-top: 20px;
}

.send-btn:hover {
  background: #356c5e;
}

.news-section {
  background: #eef1f4;
  padding: 80px 0;
}

.news-title {
  color: #fcb422;
  font-weight: 700;
}

.news-sub {
  color: #6c757d;
  max-width: 600px;
  margin: auto;
}

.news-card {
  background: #dce7df;
  border-radius: 20px;
  padding: 25px;
  transition: 0.3s;
}

.news-card:hover,
.step-card:hover {
  transform: translateY(-8px);
}

.news-img {
  border-radius: 20px;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.date-badge {
  font-weight: 700;
  background: #ffffff;
  color: #fcb422;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 20px;
}

.news-card h5 {
  font-weight: 700;
  margin-top: 15px;
}

.news-card p {
  color: #5f6f66;
  font-size: 14px;
}

.footer-section {
  background:
    linear-gradient(rgb(3 26 22 / 85%), rgb(38 58 18 / 85%)), url(images/dr12.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
}

.footer-section .container {
  position: relative;
  z-index: 2;
}

/* Top Social */
.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
}

.footer-social a {
  color: white;
  margin-right: 25px;
  text-decoration: none;
  font-size: 14px;
}

.footer-social a i {
  margin-right: 6px;
}

/* Titles */
.footer-title {
  margin-bottom: 20px;
  font-size: 18px;
}

/* Links */
.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #cfcfcf;
  text-decoration: none;
}

.footer-section ul li a:hover {
  color: white;
}

/* Image */
.footer-image {
  width: 68%;
  border-radius: 12px;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  font-size: 14px;
  color: #aaa;
}

.footer-section ul li i {
  margin-right: 8px;
  color: #fcb422;
}


/* Responsive */
@media (max-width: 992px) {
  #heroCarousel .carousel-item {
    height: 416px;
    background-size: contain;
    background-position: center center;
    background-color: #d9dfdc;
  }

  .feature-card {
    bottom: -40px;
    right: 37px;
    left: 34px;
    padding: 6px 9px;
    gap: 26px;
  }

  .section-heading-common {
    font-size: 2rem;
  }

  .experience-item h1 {
    font-size: 60px;
  }

  .experience-item p {
    font-size: 12px;
  }

  .btn-pill {
    gap: 10px;
    padding: 8px 20px;
  }

}

@media (max-width: 768px) {
	section#products {
    overflow: hidden !IMPORTANT;
}
	
	
  #heroCarousel .carousel-item {
    height: 321px;
  }
	#sequence {
    width: 100%;
    float: left;
    background: linear-gradient(82deg, rgb(252 180 34) 0%, rgb(252 180 34) 53%, rgb(248 167 36) 100%);
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: #ffffff !important;
    margin: 0 !important;
}
}

@media (max-width: 576px) {
  #heroCarousel .carousel-item {
    height: 241px;
  }

  .hero-section {
    margin: 20px auto;
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
  }
}

@media (max-width: 360px) {
  #heroCarousel .carousel-item {
    height: 150px;
  }
}



/* Services-section */

.title-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #b4cf3f, #fcb422);
  margin: 0 auto 35px;
  border-radius: 2px;
}

.services-section {
  background: #fff;
}

.service-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #eee;
  box-shadow: 0 10px 25px rgb(196 196 196 / 40%);
  transition: 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  border-color: #fcb422;
}

.service-image {
  height: 220px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.1);
}

.service-content {
  padding: 35px;
}

.service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #b5d238, #c1cf3f);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -65px;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 25px rgb(124 179 66 / 24%);
}

.service-icon i {
  font-size: 28px;
  color: #fff;
}

.service-content h4 {
  font-size: 22px;
  color: #1f1f1f;
  margin: 25px 0 15px;
}

.service-content p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.service-link {
  color: #9ab60a;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
}

.service-link:hover {
  color: #fcb422;
  gap: 15px;
}


/* Product Portfolio Section */
.product-section {
 background: #d9dfdc;
    padding: 10px 0 60px 0;
}

.product-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px;
  box-shadow: 0 10px 25px rgb(182 179 179 / 22%);
}

.product-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.3s ease;
}

.product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  transform: translateY(20px);
  opacity: 0.9;
  transition: 0.3s ease;
}

.product-card:hover .product-overlay {
  transform: translateY(0);
  opacity: 1;
}

.product-card:hover img {
  transform: scale(1.1);
}

.product-overlay h5 {
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 5px;
}

.product-overlay span {
  color: red;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.product-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #b4cf3f !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 20px !important;
  transition: var(--transition);
}

.product-carousel .owl-nav button:hover {
  background: red !important;
}

.product-carousel .owl-nav button.owl-prev {
  left: -25px;
}

.product-carousel .owl-nav button.owl-next {
  right: -25px;
}

.product-carousel .owl-dots {
  margin-top: 30px;
}

.product-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
}

.product-carousel .owl-dot.active span {
  background: red;
}

/* Why Choose Us Section */
.why-section {
  background: #1c2b1c;
  position: relative;
  overflow: hidden;
}

.why-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://images.unsplash.com/photo-1576091160550-2173dba999ef?w=1920') center/cover;
  opacity: 0.08;
}

.why-section .section-title h6,
.why-section .section-title h2 {
  color: #fff;
}

.why-section .section-title p {
  color: rgba(255, 255, 255, 0.7);
}

.why-box {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 7px;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid rgb(255 255 255 / 14%);
  transition: 0.3s ease;
  height: 100%;
}

.why-box:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
  border-color: #b4cf3f;
}

.why-box i {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #eda514, #b4cf3f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  margin: 0 auto 25px;
  transition: 0.3s ease;
}

.why-box:hover i {
  transform: scale(1.1);
}

.why-box h5 {
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}

.why-box p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

/* Quality Section */
.quality-section {
  background: #fff;
}

.quality-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}

.quality-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.quality-list li {
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #eee;
}

.quality-list li i {
  color: #a3c21d;
  font-size: 20px;
}

.quality-list li span {
    font-weight: 500;
    color: #2f2e2e;
}

.cert-card {
    background: #f8f8f8;
    border-radius: 7px;
    padding: 20px;
    text-align: center;
 
    margin: 10px;
    transition: 0.3s ease;
    border: 1px solid rgb(217 223 220);
}
/* .cert-card img {
  height: 120px;
  object-fit: contain;
  filter: grayscale(100%);
 transition: 0.3s ease;
} */

.cert-card:hover img {
  filter: grayscale(0%);
}
.cert-card h6 {
    color: #1d1d1d;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding: 20px 0 0 0;
    font-weight: 600;
}
img.img-fluid.certified-main-image {
    border-radius: 7px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-dark.px-5.py-3 {
   background: #3f7f6f;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 40px;
    width: 100%;
    font-weight: 600;
    margin-top: 20px;
}
h5#exampleModalLabel {
    font-weight: 600;
    font-size: 25px;
    color: #3f7f6f;
}
.breadcrumb-container.d-flex.align-items-center.justify-content-center.text-center {
    background: linear-gradient(135deg, #709f1a 0%, #ee9907 100%);
}
li.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.breadcrumb-item.active {
    color: #fff;
	font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(255 255 255);
    content: var(--bs-breadcrumb-divider, "/");
}
.icon-box-circle {
    color: #83a93d;
    font-size: 45px;
}
.p-4.text-center.border {
    border-radius: 8px;
}