img {
  width: 100%;              /* or a fixed width like 600px */
  height: auto;
}

@font-face {
  font-family: 'YourFont';
  src: url('your-font.woff2') format('woff2');
  font-display: swap;
}

.counter-box {
  transform: translateY(20px);
  transition: all 0.6s ease;
  will-change: opacity, transform;
}
.counter-box.visible {
  opacity: 1;
  transform: translateY(0);
}

:root {
  --font-merriweather: Poppins, sans-serif;
  --theme-color-black: #000;
}

span.toggle-arrow {
    display: none;
}

.woocommerce-category-description.pb-4 .product-description a {
    text-decoration: underline;
    color:#006e33
}

.blog-contents a, .shop-single-desc a, .blog-details a {
    color: #006e33 !important;
    text-decoration: underline !important;
}

.shop-single-desc p, .blog-details p {
        margin-bottom: 10px;
}

ul.wp-block-list li {
    list-style: unset;
    margin-left: 20px;
}

.home-2 .hs-1 {
    margin-top: 0!important;
}

.particles-animation .site-title {
  color: #fff;
}

.particles-animation .site-heading.text-center span {
    font-family: var(--font-merriweather);
    color: #fff;
    font-size: 22px;
}

.particles-animation .feature-title {
    color: #fff;
    font-family: var(--font-merriweather);
    font-size: 18px;
    font-weight: 500;
}

.particles-animation .feature-desc {
    font-family: var(--font-merriweather);
    font-size: 17px;
    color: #ffff;
}

.particles-animation .center-images img {
    border: 6px solid #fff;
    border-radius: 5px;
}

.blog-item.wow.fadeInUp {
    height: 100%;
}

.blog-item.wow.animated {
    height: 100%;
}

.modal-header.bg-black {
    background: #1e6e33 !important;
}

.ajax-pagination button {
        font-size: 16px;
    background-color: #006e33;
    margin: 0 3px;
    color: #ffffff;
    padding: 6px 15px;
    border: none;
    border-radius: 3px
}

a.get_page.active {
    background-color: #fff;
    margin: 0 3px;
    border: 1px solid #000;
    padding: 5px 15px;
    color: #000;
    border-radius: 3px
}

a.get_page {
    background-color: #006e33;
    margin: 0 3px;
    border: 1px solid;
    padding: 5px 15px;
    color: #fff;
    border-radius: 3px
}


canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

.site-title {
    font-family: var(--font-merriweather);
}


.workflow-section-main {
  background: #f2f6fb;
}

.center-images {
    text-align: center;
}

.particles-animation {
    background: var(--theme-color-black);
    position: relative;
    z-index: -1;
}
.feature-box .icon {
    width: 109px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #000000;
    border-radius: 50px;
    margin-bottom: 20px;
}

.feature-box .icon img {
    width: 31px;
    filter: brightness(0) invert(1);
}

.feature-box {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      padding: 20px 0;
    }

    .feature-box i {
      font-size: 36px;
      color: #00c569;
    }

    .feature-title {
        font-weight: 600;
        font-size: 13px;
        color: #000000;
        font-family: var(--font-merriweather);
    }

    .research_development p {
        font-size: 15px;
        color: #000000;
        font-family: var(--font-merriweather);
    }

    .feature-desc {
        font-size: 13px;
        color: #000000;
        font-family: var(--font-merriweather);
    }

    .feature-section {
      background: #fff;
      padding: 60px 20px;
    }

.section-two .site-heading {
    
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}


.product-list-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 10px;
}

.workflow-section {
    position: relative;
    padding: 120px 20px;
    overflow: hidden;
  }

  .workflow-line {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 0;
  }

  .workflow-line path {
    stroke: #e3eaf2;
    stroke-width: 4;
    fill: none;
  }

  .workflow-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .step {
    text-align: center;
    width: 25%;
    position: relative;
    transition: transform 0.3s ease;
  }

  .step.up {
    margin-top: -40px;
  }

  .step.down {
    margin-top: 40px;
  }

  .circle-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 8px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background: #fff;
    transition: all 0.3s ease;
  }

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

  .step:hover .circle-img {
    box-shadow: 0 0 20px rgba(100, 150, 255, 0.4);
    transform: scale(1.05);
  }

  .step:hover .circle-img img {
    transform: scale(1.08);
  }

  .step p {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: var(--theme-color-black);
    margin: 0;
  }

figure.wp-block-image.size-full.footers-logos {
    width: 229px;
}

footer.footer-area.ft-bg {
    font-family: var(--font-merriweather);
}


h4.footer-widget-title {
    font-family: var(--font-merriweather);
}

.footer-widget-box.list ul li a {
    color: #fff;
    font-family: var(--font-merriweather);
}

i.fa.fa-map-marker-alt {
    width: 58px;
}

.card-container {
  display: flex;
  overflow: hidden;
  height: 600px;
  gap: 10px;
}

.card:hover {
  flex: 3;
}

.card-container:hover .card:not(:hover) {
  flex: 1;
}

.card {
  position: relative;
  flex: 1;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #fff;
  transition: all 0.4s ease;
  cursor: pointer;
}

/* Dark overlay */
.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* Shared content areas */
.card-heading {
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  z-index: 1;
}

.card-content {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: opacity 0.30s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}

/* Heading visible by default */
.card-heading {
  opacity: 1;
}

/* Content hidden by default */
.card-content {
  opacity: 0;
}

/* On hover: show content, hide heading */
.card:hover .card-heading {
  opacity: 0;
}

.card:hover .card-content {
  opacity: 1;
}

.card:hover {
  transform: scale(1.03);
}

.card-heading h3 {
  position: absolute;
  bottom: 25px;
  left: 55%;
  width: 150%;
  text-align: start;
  font-size: 14px;
}

.card-heading h3 {
  transform: rotate(-90deg);
  transform-origin: left bottom;
  font-size: 18px;
  color: #fff;
  font-family: var(--font-merriweather);
}

.card-content h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #fff;
  font-family: var(--font-merriweather);
}

.card-content p {
  font-size: 14px;
  line-height: 1.4;
  font-family: var(--font-merriweather);
}

/* Background Images */
.card.pharma      { background-image: url('../images/Company.jpg'); }
.card.agro        { background-image: url('../images/Company-1.jpg'); }
.card.industrial  { background-image: url('../images/Company-2.jpg'); }
.card.flavors     { background-image: url('../images/Company-3.jpg'); }
.card.beauty      { background-image: url('../images/Company-4.jpg'); }
.card.food        { background-image: url('../images/Company-5.jpg'); }


.video-content .site-heading.text-center {
    color: #fff;
    font-family: var(--font-merriweather);
}

.video-content h2.site-title {
    color: #fff;
}
.about-area.py-100.research_development {
    background-image: url('../images/dot-row-bg-2.png');
}

h3.cspt-service-title a {
    color: var(--theme-color-black);
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    font-size: 18px;
}

.cspt-service-content p {
    color: var(--theme-color-black);
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 26px;
}

.site-breadcrumb-bg {
    background: #006e33;
}

li.active.text-white {
    color: #000 !important;
}

.site-breadcrumb nav.woocommerce-breadcrumb {
    color: #000000;
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
}

.site-breadcrumb nav.woocommerce-breadcrumb a {
    color: var(--theme-color-black);
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
}

#sidebar .widget {
    border: 1px solid var(--border-info-color);
    background: transparent;
}

#sidebar li.wc-block-product-categories-list-item {
    margin: 8px 0;
    transition: var(--transition);
    width: 100%;
}

#sidebar span.wc-block-product-categories-list-item-count {
    float: right;
    color: #006e33;
    font-family: var(--font-merriweather);
}

#sidebar li.wc-block-product-categories-list-item a {
    color: #006e33;
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    font-size:16px;
}

h1.shop-single-title.single-products {
    font-size: 22px;
    color: #006e33;
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.table-responsive table tr th {
    font-size: 14px;
    color: var(--theme-color-black);
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    margin-bottom: 5px;
    width: 32%;
}

.table-responsive table tr td {
    font-size: 15px;
    color: var(--theme-color-black);
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    margin-bottom: 5px;
}

button.btn.btn-primary.inquiry-btn.single-products-btn {
    display: block;
    width: 100%;
    background: #009846;
    border-color: #009846;
    color: var(--theme-color-black);
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
}


.tab-pane.fade.show.active figure.wp-block-image {
    margin: 24px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 13px;
    padding: 19px;
}

button#nav-tab1 {
    background-color: var(--theme-color-black);
    color: #fff;
    font-family: var(--font-merriweather);
    border-bottom: 2px solid #000;
}

.single-post h1.wp-block-heading

.tab-pane.fade.show.active h1.wp-block-heading, .page h1.wp-block-heading, .single-post h1.wp-block-heading {
    background: #e9f1ed;
    padding: 10px 8px;
    color: #000;
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    font-size: 32px;
    border-left: 6px solid #009846;
    margin: 12px 0px;
    text-align: left;
        width: 100%;
}


.tab-pane.fade.show.active h2.wp-block-heading, .page h2.wp-block-heading, .single-post h2.wp-block-heading {
    background: #e9f1ed;
    padding: 10px 8px;
    color: #000;
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    font-size: 28px;
    border-left: 6px solid #009846;
    margin: 12px 0px;
    text-align: left;
    width: 100%;
}

.tab-pane.fade.show.active h3.wp-block-heading, .page h3.wp-block-heading, .single-post h3.wp-block-heading {
    background: #e9f1ed;
    padding: 10px 8px;
    color: #000;
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    font-size: 24px;
    border-left: 6px solid #009846;
    margin: 12px 0px;
    text-align: left;
        width: 100%;
}

.tab-pane.fade.show.active h4.wp-block-heading, .page h4.wp-block-heading, .single-post h4.wp-block-heading {
    background: #e9f1ed;
    padding: 10px 8px;
    color: #000;
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    font-size: 20px;
    border-left: 6px solid #009846;
    margin: 12px 0px;
    text-align: left;
        width: 100%;
}

/*.tab-pane.fade.show.active h5.wp-block-heading, .page h5.wp-block-heading, .single-post h5.wp-block-heading {
    background: #e9f1ed;
    padding: 10px 8px;
    color: #000;
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    font-size: 16px;
    border-left: 6px solid #009846;
    margin: 12px 0px;
    text-align: left;
        width: 100%;
}*/

.blog-item-img a {
    width: 100%;
}

#special-products-ajax-search input.form-control {
    border: 1px solid #000000;
    padding: .8rem 1rem;
    border-radius: 5px;
    color: #000000;
}

#special-products-ajax-search select.form-control {
    border-color: #000;
    color: #000000;
}

input::placeholder,
textarea::placeholder {
    color: #000!important; /* Change to your desired color */
    opacity: 1;     /* Prevent default opacity in some browsers */
}

.special-products-search.mb-4 {
    background-color: #efefef;
    padding: 21px 15px;
    border-radius: 6px;
    font-family: var(--font-merriweather);
}

.special-products-search.mb-4 button {
        background-color: #006e33;
    border-color: #006e33;
    font-family: var(--font-merriweather);
}

.special-products-secound-section.p-4.mb-2 {
    background-color: #006e33;
    font-family: var(--font-merriweather);
    border-radius: 5px;
}

.special-products-secound-section.p-4.mb-2 h2 {
    font-family: var(--font-merriweather);
    color: #fff !important;
    font-weight: 600 !important;
}

a.btn.btn-dark.fw-semibold.px-4.py-2.text-decoration-none {
    background: #ffffff;
    font-size: 15px;
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    color: #000;
    padding: 11px 31px !important;
}

tbody#special-products-result tr td {
    padding: 15px 15px;
    font-family: var(--font-merriweather);
    font-weight: 400;
    font-size: .9em;
}

.form-title.text-white.bg-primary.fw-semibold.mt-0.h6.py-3.px-4.rounded {
    background-color: #e9f1ed;!important;
}

td.view-btn.align-middle.d-sm-table-cell a {
    background:#006e33;
    border-color:#006e33;
}

aside.sidebar.special-products-sidebar .widget {
    background-color: #ffffff;
}

aside.sidebar .menu-special-products-container {
    padding: 30px;
        border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #006e33;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

aside.sidebar .ffs_default_wrap {
    padding: 15px 30px;
            border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #006e33;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}

ul#menu-special-products li a:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #000; /* black arrow */
}

aside.sidebar.special-products-sidebar .widget .widget-title {
    color: #ffffff;
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    font-size: 22px;
}

.fluentform_wrapper_14 .ff-el-input--label.ff-el-is-required.asterisk-right label {
    color: #000000!important;
}

.form-title.text-black.fw-semibold.mt-0.h6.py-3.px-4.rounded {
    background: #e9f1ed;
}

ul#menu-special-products li {
    border-bottom: 1px solid #000;
    padding: 10px 2px;
}

ul#menu-special-products li a {
    color: #000;
    font-size: 16px;
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
}

.request-call-fix a {
    float: right;
    right: -103px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 250px;
    background: #006e33;
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    font-size: 20px;
}

.hero-single {
    position: relative;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(224, 249, 236, 0.65);
    z-index: 1;
}

.hero-single .container,
.hero-content,
.hero-right {
    position: relative;
    z-index: 2;
}

.hs-1 .hero-single .hero-content .hero-title {
    color: #000000;
    letter-spacing: 1px;
    font-family: Poppins;
    font-size: 80px;
    font-weight: 700;
}

.hs-1 .hero-single .hero-content p {
    color: #000000;
    font-family: var(--font-merriweather);
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: bold;
}

.site-heading.text-center.my-custom-heading-titles h2 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -.5px;
    color: #101010;
    text-transform: none;
    font-style: normal;
    margin-bottom: 10px;
}

.site-heading.text-center.my-custom-heading-titles span {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 17px;
    font-weight: normal;
    color: #000000;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    font-family: var(--font-merriweather);
}

.manufacturing-capabilities .about-list ul li {
    color: #000000;
}

.manufacturing-capabilities .about-list ul li i {
    background: #000000;
}


.about-area.py-100.research_development h2, .about-area.global-presence h2, .manufacturing-capabilities h2 {
    color: #000;
    margin: 6px 0px;
}

.video-area.api-synthesis h2 {
     color: #fff;
    margin: 6px 0px;
}

.video-area.api-synthesis span {
    color: #fff;
    margin: 6px 0px;
    text-transform: unset;
    font-family: var(--font-merriweather);
    font-size: 18px;
}
.about-area.py-100.research_development span, .about-area.global-presence span {
    color: #000;
    margin: 6px 0px;
    text-transform: unset;
    font-family: var(--font-merriweather);
    font-size: 18px;
}


.blog-item-img img {
    width: 100%;
    height: 218px;
}

.search-blog-post-designe .video-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    height: 450px;
    z-index: 1;
    align-items: center;
    flex-direction: column;
}

.video-area.search-blog-post-designe .video-content::before {
    content: "";
    position: absolute;
    background: rgba(224, 249, 236, 0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.search-blog-post-designe h2.site-title {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -.5px;
    color: #ffffff;
    text-transform: none;
    font-style: normal;
    margin-bottom: 10px;
    padding: 0 15px;
}

.search-blog-post-designe span.site-title-tagline {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    font-family: var(--font-merriweather);
    width: 50%;
    padding: 0 15px;
}

.blog-article-post-list p.blog-title a {
    color: #000;
    font-family: var(--font-merriweather);
    font-size: 18px;
    font-weight: 700;
}

.blog-article-post-list p {
    color: #000;
    font-family: var(--font-merriweather);
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    position: relative;
    z-index: 1;
}

.container.search-blog-post {
    padding: 0 23px;
}

.ajax-load-more-button button#load-more {
    background: #006e33;
    border-color: #006e33;
    width: 50%;
    font-size: 20px;
}

.ajax-load-more-button {
    margin-bottom: 50px;
}

.site-breadcrumb.images {
    text-align: center;
}

.global-presence-table-row .is-layout-flex {
    display: flex !important;
    flex-direction: unset !important;
    gap: 0 !important;
    width:100%;
}

.page-template-careers .deal-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/career-form-bg-v2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
}


.opening-form-main {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* space between fields */
}

.opening-form-main .form-group {
  width: calc(33.333% - 1rem); /* Three columns with spacing */
}

.opening-form-main input[type="text"],
.opening-form-main input[type="email"],
.opening-form-main input[type="tel"],
.opening-form-main input[type="file"],
.opening-form-main input[type="submit"] {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
}

.opening-form-main input[type="submit"] {
    background: #006e33;
    border-color: #ffffff;
}
h6.career-sub-heading {
    width: 100%;
    color: #fff;
    position: relative;
}

h2.career-main-heading {
    width: 100%;
    color: #fff;
    position: relative;
}


element.style {
}

.contact-froms-homepage .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 25px 15px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 20px;
    background: unset;
    box-shadow: unset;
    transition: var(--transition);
}

.contact-froms-homepage h5 {
    color: #ffffff;
    font-family: var(--font-merriweather);
    font-size: 17px;
}


.contact-froms-homepage .row {
    align-items: flex-end;
}
.contact-froms-homepage p {
    color: #ffffff;
    font-family: var(--font-merriweather);
    font-size: 14px;
}

.contact-froms-homepage  h2.site-title {
    color: #fff;
}

.contact-froms-homepage span {
    color: #fff;
    font-size: 18px;
}

.before-image {
    position: relative;
}
.before-image img {
    position: absolute;
}

.after-image {
    position: relative;
}

.after-image img {
    position: absolute;
}

a.dropdown-item {
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    border-top: 0 none;
    line-height: 13px;
    padding: 16px 15px;
}

.navbar .nav-item .dropdown-menu {
    padding: 0 0;
}

button.btn-close {
    color: #fff;
    opacity: 12;
}

.ff-default .ff-el-form-control {
    border: 1px solid #000000!important;
}

.product-list-box {
    height: 442px;
}

@media (min-width: 1025px) {
  .workflow-section-main .step.up.first {
    margin-top: -60px;
  }

  .step.up.thirds {
    margin-top: -74px;
  }

  .step.up.forth {
    margin-top: -105px;
  }

  .step.up.forth .circle-img {
    width: 195px;
    height: 195px;
  }

  .workflow-section-main section.workflow-section::before {
    content: '';
    position: absolute;
    left: -144px;
    right: -98px;
    height: 100%;
    display: block;
    background: url(../images/step-bg-img.png) center center no-repeat;
    top: -60px;
  }
}

@media (max-width: 992px) {
  .opening-form-main .form-group {
    width: calc(50% - 1rem); /* Two columns on tablets */
  }
}

@media (max-width: 768px) {
    .row.reverse-columns {
        flex-direction: column-reverse;
        gap: 20px;
    }

    span.toggle-arrow {
        display: block;
        float: inline-end;
    }
      .fluentform_wrapper_14,
    .menu-special-products-container {
        display: none;
    }

    .toggle-arrow {
        display: inline-block;
        margin-left: 8px;
        transition: transform 0.3s ease;
    }

    .toggle-arrow.open {
        transform: rotate(90deg);
    }
  .workflow-steps {
    flex-direction: column;
    align-items: center;
  }

  .step {
    width: 100%;
    margin-bottom: 60px;
  }

  .workflow-line {
    display: none;
  }

  .card-container {
      flex-direction: column;
      height: 500px;
    }

    .card {
      height: 250px;
    }

    .card-heading h3 {
      transform: none;
      font-size: 20px;
    }

    .card-heading h3 {
      position: unset;
      bottom: unset;
      left: unset;
      width: unset;
      text-align: unset;
      font-size: unset;
    }

    .search-blog-post-designe span.site-title-tagline {
        font-size: 13px;
        width: 100%;
    }

    .hs-1 .hero-single .hero-content .hero-title {
        font-size: 40px;
    }

    .home-2 .hs-1 .hero-single {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .video-area.api-synthesis h2, .about-area.py-100.research_development h2, .about-area.global-presence h2, .manufacturing-capabilities h2 {
        font-size: 18px;
    }

    .video-area.api-synthesis span, .about-area.py-100.research_development span, .about-area.global-presence span {
        font-size: 12px;
        letter-spacing: 0;
    }

    .contact-froms-homepage .row {
        align-items: flex-start;
    }

    .contact-froms-homepage .col-md-6 {
        width: 50%;
    }

    .contact-froms-homepage .contact-content {
        margin-top: 0%;
    }

    .contact-froms-homepage p {
        font-size: 11px;
    }

    .contact-froms-homepage .contact-info {
        padding: 15px 0px;
        margin-bottom: 0px;
    }

    .about-img .row {
        margin: 10px 0px;
        border: 5px solid #000;
    }

    .about-img img {
        border-radius: 0px;
        border: 5px solid #f7f7f7;
        padding: 0px;
        display: inline-block;
        width: 100%;
    }

    .about-list {
        margin-top: 0;
        margin-bottom: 0;
    }

    .research_development a {
        margin-top: 0 !important;
        margin-bottom: 10px;
    }

    .site-title-top-tagline {
        padding: 35px 0px;
    }

    .my-custom-heading-titles {
        margin: 0;
    }

    .wel-come-box .col-md-6 {
        width: 50%;
    }

    .wel-come-box .counter-box .counter {
        font-size: 25px;
    }

    .wel-come-box .counter-box .counter-amount .counter-sign {
        font-size: 12px;
    }

    .wel-come-box .counter-box .title {
        color: var(--color-white);
        margin-top: 10px;
        font-size: 13px;
        font-weight: 600;
        width: 100%;
    }

    .wel-come-box .counter-info {
        width: 50%;
        display: inline-block;
    }

    .counter-area.wel-come-box .counter-box {
        margin: 10px 0;
    }

    .about-area.manufacturing-capabilities {
        margin-bottom: 25px;
    }


    td[data-label]:before {
        content: attr(data-label) ": ";
        font-weight: 700;
    }
    .special-products table.table tbody tr {
        display: flex;
        flex-direction: column;
    }

    thead {
        display: none;
    }

    .contact-area.contact-froms-homepage {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .row.footer-widget-wrapper.pt-100.pb-40 {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .site-heading {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
  .opening-form-main .form-group {
    width: 100%; /* Full width on mobile */
  }
}