/*
Author: AKS WebTech
Author URI: https://www.aksweb.tech/
*/

:root {
  --bs-font-sans-serif: "Parkinsans", sans-serif;
  --bg-light: #eef5f1;
  --bg-light-20: #becac7;
  --primary-color: #016e1d;
  --primary-color-dark: #013b10;
  --danger-color: #dc3545;
  --bs-white: #ffffff;
}

a {
  text-decoration: none;
  font-weight: 500;
}

img {
  max-width: 100%;
}

address {
  margin: 0;
}

.header {
  position: sticky;
  top: 0;
  background: #ffffff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 32.64px 18.36px rgba(0, 0, 0, 0.04);
  z-index: 9999;
}

.header_container {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.header_logo {
  position: relative;
  /* height: 100px;
background: #ffffff; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 20px;
border-radius:  0 0 10px 10px; */
  padding: 1rem 0.75rem;
}

.header_logo img {
  object-fit: contain;
  height: 50px;
  width: auto;
}

.header_menu {
  display: flex;
  margin: 0;
  list-style: none;
  /* gap: 1.5rem; */
  padding: 0;
}

.header_contact {
  gap: 0.75rem;
}

.header_actions {
  gap: 1.25rem;
  display: none;
}

.header_actions,
.header_contact {
  /* display: flex;
  align-items: center; */
}
.header_contact,
.header_contact_in {
  display: flex;
}
.header_contact_in {
  flex-direction: column;
}
.header_contact_title {
  font-size: 14px;
  font-weight: 400;
  color: #525a5b;
}
.header_contact_number {
  font-weight: 600;
  color: #1f2531;
}

.header_contact_icon {
  font-size: 2rem;
  color: #525a5b;
}

.header_nav li a {
  font-size: 18px;
  color: var(--primary-color);
  padding-block: 0.5rem;
  z-index: 2;
}

.header_nav li a:hover {
  color: #013b10;
}

.header_contact_link {
  border: 2px solid var(--primary-color);
  padding: 12px 1.5rem;
  color: var(--primary-color);
}

.header_contact_link:hover {
  background: var(--primary-color);
}
.header_nav {
  display: none;
}

.header_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.header_nav li {
  padding-inline: 0.75rem;
  display: flex;
  align-items: center;
  position: relative;
}

.header .current-menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  z-index: 1;
  background: var(--primary-color);
  width: 100%;
}

.header .current-menu-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, #eef5f1 0%, #ffffff 87.84%);
  width: 100%;
  top: 0;
  left: 0;
}

.header_mob_toggle {
  width: 2rem;
  height: 2rem;
  border: none;
  color: var(--primary-color-dark);
  position: relative;
  background: transparent;
  margin-block: auto;
  padding: 0;
}

.header_mob_toggle::before,
.header_mob_toggle::after,
.header_mob_toggle span {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 5px;
  background: var(--primary-color-dark);
}
.header_mob_toggle::before,
.header_mob_toggle::after {
  top: 8px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_mob_toggle span {
  top: 15px;
  transition: opacity 0.15s 0.4s ease;
}
.header_mob_toggle::after {
  top: 22px;
}

.header_mob_active.header_mob_toggle::before,
.header_mob_active.header_mob_toggle::after {
  transition-delay: 0.1s;
}

.header_mob_active.header_mob_toggle::before {
  transform: translate3d(0, 7px, 0) rotate(135deg);
}

.header_mob_active.header_mob_toggle::after {
  transform: translate3d(0, -7px, 0) rotate(-135deg);
}

.header_mob_active.header_mob_toggle span {
  opacity: 0;
  transition-delay: 0s;
}

.footer {
  background: #062f15;
  font-size: 14px;
}

.footer_top {
  background: #ffffff url(../images/footer-top-bg.png) no-repeat center center /
    cover;
  padding-block: 3rem 4rem;
}

.footer_logo {
  max-height: 60px;
}

.footer_about {
  max-width: 260px;
  display: grid;
  gap: 1.25rem;
}

.footer_about p {
  margin: 0;
}

.footer_bottom {
  text-align: center;
  padding-block: 3.5rem 2rem;
  background: #062f15;
  position: relative;
  font-size: 0.875rem;
  color: #ffffff;
}

.footer_bottom_copyright {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer_bottom_copyright p {
  margin: 0;
}
.footer_bottom_copyright a {
  color: #ffffff;
}
.footer_bottom_img {
  width: 100%;
  height: 1.5rem;
  position: absolute;
  top: 0;
  background: #062f15 url(../images/footerbg.svg) repeat-x;
}

.footer_bottom_links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer_bottom_links li {
  color: #b6b6b6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.footer_bottom_links a {
  color: inherit;
}

.footer_bottom_link:hover {
  color: #d0d0d0;
}

.footer_bottom_links li:not(:last-child) {
  margin-right: 0.75rem;
}

.footer_bottom_links li:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 1px;
  display: inline-flex;
  background: #b6b6b6;
}

.footer_social {
  display: flex;
  gap: 0.75rem;
}

.footer_social_link {
  background: #2b4e38;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1rem;
}

.footer_top_bg1 {
  position: absolute;
}

.footer_title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 1.25rem;
  color: var(--primary-color);
}

.footer_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.footer_list_products {
  display: grid;
  /* grid-template-columns: 50% 50%; */
}

.footer_menu_list a {
  color: #545454;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  transition: padding 300ms ease-in, color 300ms ease-in;
  position: relative;
  word-break: break-word;
}

.footer_menu_list a::before {
  content: "\e801";
  font-family: "melyna";
  font-size: 1.25rem;
}

.footer_menu_list a:hover,
.footer_contact_link:hover {
  color: #062f15;
  padding-left: 0.5rem;
}

.footer_link .icon {
  font-size: 1.25rem;
}

.footer_address_item {
  display: flex;
  justify-content: space-between;
}

.footer_contact_link {
  color: var(--danger-color);
  transition: padding 300ms ease-in, color 300ms ease-in;
}

.block {
  padding-block: 2.5rem 2.5rem;
  position: relative;
  overflow: hidden;
}

#map {
  height: 400px;
}

.block_title_wrap {
  margin-bottom: 1.5rem;
}
.block_title_wrap_center {
  text-align: center;
}
.block_title {
  margin: 0;
  font-size: 2.5rem;
  color: var(--primary-color);
}

.block_title_small {
  color: var(--danger-color);
}

.block_title_small {
  margin-bottom: 0.25rem;
}

.block-center {
  text-align: center;
}

.block-certi {
  /* background: url(/images/certi-bg.png) no-repeat center bottom; */
}

.certi_grid {
  margin-top: 2rem;
  gap: 2rem;
}

.brochure_bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.brochure_right {
  margin-left: auto;
  padding: 2.5rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.75);
}

.btn {
  padding: 10px 1rem;
  border-width: 2px;
}

.block_content {
  margin-bottom: 2.5rem;
}

.block_content p:last-child {
  margin-bottom: 0;
}

.block_content p:last-child {
  margin: 0;
}

.btn-primary {
  background: var(--primary-color);
  border-color: #013b10;
}

.btn-primary:hover {
  background: #013b10;
  border-color: #013b10;
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus-visible {
  color: #ffffff;
  background: #013b10;
  border-color: #013b10;
}

.hero_carousel_item {
  position: relative;
  min-height: 500px;

  height: 400px;
}

.hero_carousel_item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero_carousel_item-bg {
  position: absolute;
  top: 0;
  height: 43px;
  background: url(/images/hero-top-bg.png) repeat top center;
  width: 100%;
  z-index: 4;
}

.hero_carousel .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  position: relative;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_carousel .swiper-pagination-bullet::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  background: var(--primary-color);
  border-radius: 50%;
}

.hero_carousel .hero_carousel_pagination:not(.swiper-pagination-lock) {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  background: #ffffff;
  padding: 28px 50px;
  display: flex;
  gap: 1rem;
  border-radius: 0.5rem 0.5rem 0 0;
  z-index: 8;
}

.hero_carousel .swiper-pagination-bullet-active {
  border-color: var(--primary-color);
}

.hero_carousel_img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.hero_carousel_container {
  height: 100%;
  display: flex;
  z-index: 3;
  position: relative;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}

.hero_carousel_text,
.hero_carousel_title,
.hero_content_action {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: transform 0.3s ease-in, opacity 0.3s ease-in;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
}

/* .hero_carousel_text{
     -webkit-transition: transform .5s ease-in,opacity .5s ease-in;
    transition: transform .5s ease-in,opacity .5s ease-in;
} */

.hero_carousel_title {
  font-size: 3.125rem;
  margin: 0;
}

.hero_carousel_text {
  font-size: 1.125rem;
  margin: 0;
}
.hero_carousel_title_active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.hero_carousel_text {
  font-size: 1.25rem;
}

.hero_content {
  gap: 1.75rem;
  max-width: 890px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.hero_content_active .hero_carousel_title,
.hero_content_active .hero_carousel_text,
.hero_content_active .hero_content_action {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.hero_carousel_action {
  color: #ffffff;
}

.home_about_img {
  width: 100%;
  margin-bottom: 2rem;
}

.home_about_right,
.home_about_left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home_product {
  background: var(--primary-color) url(../images/12.png) no-repeat left center;
}

.hero_carousel_item-bg_bottom {
  background: url(../images/hero-bottom-bg.png) repeat center top;
  height: 51px;
  position: absolute;
  bottom: -1px;
  z-index: 1;
  width: 100%;
}

.home_product_item {
  background: #ffffff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
  display: block;
  color: var(--bs-body-color);
  transition: 0.3s transform ease-out;
}

.home_product_item:hover {
  transform: translateY(-17px);
}

.home_product_item:hover .home_product_img img {
  transform: scale(1.1);
}

.home_product_slide {
  padding: 1.5rem 0.75rem;
}

.home_product_title {
  font-size: 20px;
  margin-bottom: 0.875rem;
}

.home_product_top {
  padding: 1.5rem;
}
.home_product_content {
  margin: 0;
  font-size: 14px;
}

.home_product_img {
  border-radius: 0.5rem;
  overflow: hidden;
  object-fit: cover;
}

.home_product_img img {
  transition: 0.3s transform ease-out;
  width: 100%;
  overflow: hidden;
  height: 260px;
  object-fit: cover;
}

.block_title_wrap_invert .block_title_small,
.block_title_wrap_invert .block_title,
.block_content_invert {
  color: #ffffff;
}

/* .home_product_content {
  margin-bottom: 0.5rem;
} */

.hero_in {
  background: var(--primary-color);
  padding-block: 5rem;
  padding-block: 3rem;
}

.hero_in_title {
  font-size: 3.125rem;
}

.hero_in_inverse {
  color: #ffffff;
}

.block_title_wrap-margin {
  margin-bottom: 2.25rem;
}

.about_top_text {
  font-size: 24px;
  line-height: 40px;
  color: #474545;
}

.about_top_text h3 {
  color: inherit;
}

.about_top_text strong {
  color: #000;
}

.block_content_light {
  color: #4e4e4e;
}

.about_top_item {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 40px;
  padding: 1.5rem;
  transition: 0.3s box-shadow cubic-bezier(1, 0, 0, 0.99),
    0.3s transform cubic-bezier(1, 0, 0, 0.99);
  border-radius: 8px;
  background: #ffffff url(../images/about-card-bg.png) no-repeat bottom right;
  height: 100%;
}

.about_top_title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.about_top_item_text {
  margin: 0;
}

.about_top_row_grid {
  gap: 10px;
}

.about_top_row_grid {
  display: grid;
 
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}


.about_top_right_img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 1/1;
}
.about_top_row {
  margin-top: 1.5rem;
  row-gap: 1.5rem;
}

.about_team_bottom_bg {
  position: relative;
      height: 230px;
  /* height: 300px; */
}

.about_team_bottom_bg::after,
.about_team_bottom_bg::before {
  content: "";
  position: absolute;
  inset: 0;
}

.about_team_bottom_bg::before {
  background: rgba(255, 255, 255, 0.3);
}

.about_team_bottom_bg::after {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 36.7%,
    #ffffff 73.71%
  );
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.about_team_bottom_top {
  /* background: #016e1d; */
  position: relative;
  padding-top: 5rem;
  padding-top: 2.5rem;
}

.aa::before,
.aa::after {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
}

.aa::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 36.7%,
    #016e1d 73.71%
  );
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.about_team_bottom_card {
  padding: 4rem 3rem 0 4rem;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding: 2rem 1.5rem 0 2rem;
}

.about_team_bottom_card::before,
.about_team_bottom_card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.about_team_bottom_card::before {
  background: linear-gradient(180deg, #fdfbed 0%, #ffffff 87.84%);
}

.about_team_container {
  position: relative;
  z-index: 1;
}

.about_team_item {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  align-items: flex-start;
}

.about_team_content {
  font-size: 14px;
}

.about_team_content p {
  margin-bottom: 0.5rem;
}

.about_team_content p:last-child {
  margin-bottom: 0;
}

.about_team_desc {
  display: flex;
  flex-flow: column wrap;
  text-align: start;
  max-width: calc(100% - 332px);
  width: calc(100% - 332px);
}

.about_team_img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  position: relative;
  display: grid;
  gap: 2rem;
}

.about_team_title {
  font-size: 1.25rem;
  font-weight: 500;
}

.about_team_desig {
  font-size: 1rem;
}

.about_team_list {
  display: grid;
  gap: 2rem;
}

.about_team_socials_items {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}
.about_team_socials_link {
  color: var(--primary-color);
  border-radius: 0.5rem;
  background: var(--bg-light);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: 0.3s background ease, 0.3s color ease;
}
.about_team_socials_link:hover {
  color: var(--bs-white);
  background: var(--primary-color);
}

.home_product .home-product-swiper-action {
  position: relative;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 2.125rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  width: 2rem;
}

.home_product .home-product-swiper-action:disabled {
  opacity: 0.5;
}

.home_product_swiper_actions {
  justify-content: space-between;
  align-items: center;
}

.home_product_swiper_actions,
.home-product-swiper-navigation,
.home_product .home-product-swiper-action {
  display: flex;
}

.home_product .home-product-swiper {
  margin-left: -12px;
  margin-right: -12px;
}

.location-item,
.location-popup {
  display: flex;
  gap: 0.5rem;
}

.location-popup {
  font-size: 14px;

  flex-direction: column;
}

/* .certi_img {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
} */

.certi_item:hover .certi_img {
  opacity: 1;
  transform: scale(1.05);
}

.form-group {
  margin-bottom: 1.5rem;
}

.pdp_details {
  /* margin-left: 2.5rem;
  position: sticky;
  padding-top: 1.5rem; */
}

.pdp_gallery_wrap {
  margin: 0 auto;
  max-height: 600px;
  max-width: 600px;
  background: var(--bs-gray-100);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.block-pdp_row{
  row-gap: 2rem;
}

.pdp_bottom-tabs {
  background: var(--bg-light-20);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 8px;
  max-width: 460px;
  border: none;
  gap: 0.75rem;
  position: relative;
  z-index: 2;
}

.pdp_bottom-tabs .pdp_bottom_tab {
  flex: 1 0;
  font-weight: 500;
  background: var(--bs-white);
  border: none;
  border-radius: 0.5rem;
  color: var(--primary-color);
  padding: 0.75rem 1rem;
}

.pdp_bottom_tab.active {
  background: var(--bs-body-color);
  border-radius: 8px;
}

.pdp_bottom-tabs .pdp_bottom_tab.active,
.pdp_bottom-tabs .pdp_bottom_tab:hover {
  background: #0a471f;
  color: var(--bs-white);
}

.pdp_bottom-tabs .pdp_bottom_tab:hover {
}
.pdp_slider,
.pdp_slider_img {
  height: 100%;
  width: 100%;
}

.pdp_slider_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pdp_left {
  display: grid;
  gap: 1.5rem;
}

.pdp_slider_thumb_wrap {
  display: flex;
  gap: 0.5rem;
  margin-inline: auto;
  max-width: 600px;
  overflow: auto;
}

.pdp_thumb_button {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 80px;
}

.pdp_details_title,
.pdp_details_excerpt,
.pdp_details_youtube {
  border-bottom: 1px solid #dae0dc;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.pdp_tab_content {
  border-radius: 8px;
  padding: 3rem 2rem 2rem;
  border: 2px solid var(--bg-light-20);
  margin-top: -2rem;
}

.pdp_details_excerpt *:last-child {
  margin: 0;
}

.pdp_details_categories,
.pdp_details_youtube {
  display: flex;
  gap: 0.75rem;
}

.pdp_details_youtube a {
  color: var(--primary-color);
  word-break: break-all;
}

.pdp_details_youtube a:hover {
  color: var(--primary-color-dark);
}

.pdp_details_cat:hover {
  color: var(--primary-color-dark);
}

.pdp_details_cat {
  border-radius: 8px;
  background: rgba(35, 35, 35, 0.06);
  padding: 0.25rem 0.75rem;
  font-size: 12px;
  margin-right: 0.25rem;
  color: var(--primary-color);
  display: inline-flex;
  margin: 0 0.25rem 0.5rem 0;
}

b,
strong {
  font-weight: 500;
}

.pdp_details_title {
  font-size: 2.75rem;
}

.pdp_details_excerpt {
  font-size: 18px;
}

.pdp_container_in {
  margin: 0 auto;
}

.pdp_details_cat_in {
  /* display: flex;
  gap: 0.5rem;
  flex-direction: row; */
}

.pdp_thumb_button.active {
  border-color: var(--primary-color);
}

.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

.breadcrumb-item.active .breadcrumb-link {
  font-weight: 500;
}

.breadcrumb-link {
  color: inherit;
  text-transform: capitalize;
  font-weight: 400;
}

.product_card {
  position: relative;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.product_card_title {
  position: relative;
  color: var(--bs-white);
  font-weight: 600;
  padding-bottom: 0.875rem;
  margin-bottom: 1.25rem;
}

.product_card_title::after {
  content: "";
  width: 56px;
  height: 2px;
  background-color: var(--bg-light);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s linear 0s;
}

.product_card_content {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  right: 2rem;
  overflow: hidden;
  transform: translateY(100px);
  transition: transform 0.3s linear;
}

.product_card_feature {
  overflow: hidden;
  border-radius: 8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: filter 0.5s ease;
  position: relative;
  width: 100%;
}

/* .product_card_feature::before{
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
} */

.product_card_overlay {
  height: 60%;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(
    to top,
    rgba(13, 21, 15, 0.75) 0%,
    rgba(13, 21, 15, 0.01) 100%
  );
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}

.product_card_action {
  background-color: var(--primary-color);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--bs-white);
  font-size: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.75s ease;
}

.product_card:hover .product_card_overlay {
  height: 100%;
}

.product_card:hover .product_card_content {
  transform: translateY(0);
}
.product_card:hover .product_card_img {
  transform: scale(1.1);
}

.product_card:hover .product_card_action {
  color: var(--primary-color-dark);
  background: var(--bs-white);
}

.product_card_excerpt {
  max-width: 80%;
  color: var(--bg-light);
  max-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 70px;
}

.product_card_subtitle {
  color: var(--bg-light);
  font-weight: 400;
  font-size: 1rem;
}

.pdp_tabs {
  background: url(../images/pdp_tabs_bg.png) center center / cover no-repeat;
}

.pdp_youtube_iframe {
  display: flex;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

th {
  font-weight: 600;
}

.product-grid {
  display: flex;
  margin-inline: -12px;
  min-height: 400px;
}

.product_card_wrap {
  padding-inline: 12px;
  /* max-width: 33.3333%;
  width: 33.3333%; */

width: 100%;
max-width: 100%;
  margin-bottom: 1.5rem;

}

.product_card_img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product_cat_top {
  overflow-x: auto;
  white-space: nowrap;
}

.product_cat_top_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  position: relative;
  margin-bottom: 2rem;
}

.product_cat_top_action {
  position: sticky;
  z-index: 2;
  display: none;
  width: 2rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  border: none;
  background: #ffffff;
  color: var(--primary-color-dark);
}

.product_cat_top_right {
  right: -1px;
}

.product_cat_top_left {
  left: -1px;
}

.product_cat_top_action.disabled {
  opacity: 0.4;
}

.card_team {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  height: 100%;
}

.card_team_socials {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
}

.card_team_img_wrap {
  position: relative;
  overflow: hidden;
}

.card_team_socials .icon {
  color: var(--bs-body-color);
}

.card_team_content {
  padding: 1.5rem;
  text-align: center;
  display: grid;
  gap: 0.875rem;
}

.card_team_socials_icon,
.card_team_socials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.card_team_socials {
  justify-content: stretch;
}

.card_team_socials_icon {
  background: #ffffff;
  width: 48px;
  height: 48px;
  z-index: 2;
}

.card_team_title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color-dark);
  margin: 0;
}

.card_team_designation {
  font-weight: 500;
  font-size: 1rem;
  color: var(--bs-gray);
  margin: 0;
}

.product_not_found {
  display: grid;
  align-items: center;
  gap: 2rem;
  text-align: center;
  justify-content: center;
}
.product_not_found_img {
  margin: 0 auto;
}

.card_team_excpert {
  min-height: 72px;
  margin-bottom: 0.5rem;
}

.card_team_socials_items {
  position: absolute;
  height: 48px;
  transform: translateX(-100%);
  transform-origin: 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0px;
  transition: 0.3s;
  left: 48px;
  background: #ffffff;
}

.card_team_img {
  height: 306px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.team-list {
  justify-content: center;
  row-gap: 3rem;
}

.card_team:hover .card_team_socials_items {
  transform: translateX(0);
}

.card_team:hover .card_team_img {
  transform: scale(1.1);
}

.card_team_socials_link {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.cotactus_location{
   height: 100%;
}

.cotactus_location_item {
  padding: 1.5rem;
  background: var(--bg-light);
  border-radius: 8px;
  border: 2px solid var(---bg-light-20);
  display: grid;
  gap: 0.75rem;
  height: 100%;
}

.cotactus_location_title {
  margin: 0;
  font-size: 1.5rem;
}

.cotactus_location_address {
  font-size: 18px;
}

.cotactus_location_action {
  word-break: break-all;
  color: var(--primary-color);
}

.block_team_single .about_team_title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--primary-color);
}

.block_team_single .about_team_desig {
  color: var(--primary-color-dark);
  margin-bottom: 1.25rem;
}
.block_team_single .about_team_content {
  font-size: 1rem;
}

.about_team_item_wrap:not(:last-child) {
  border-bottom: 1px solid var(--bg-light-20);
}

.about_team_grid {
  padding-bottom: 1rem;
  row-gap: 1.5rem;
  justify-content: center;
}

.about_team_grid .about_team_item_wrap{
border: none;
}

.cotactus_address_actions {
  display: flex;
  flex-flow: row wrap;
  row-gap: 1.5rem;
}

.cotactus_action {
  display: flex;
  color: var(--primary-color-dark);
  margin-bottom: 0.5rem;
}

.cotactus_action:hover {
  color: var(--primary-color);
}

.cotactus_right {
  padding: 2.5rem;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.cotactus_label {
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.25rem;
}

.cotactus_left .block_title_wrap,
.cotactus_text,
.cotactus_address {
  margin-bottom: 2rem;
}

.cotactus_right p {
  margin: 0;
}

.cotactus_row:not(:last-child) {
  margin-bottom: 4rem;
}

.gallery_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  /* grid-auto-rows: 166px; */

  grid-template-columns: repeat(1, 1fr);
}

.gallery_item:nth-child(2) {
  /* grid-column: span 2;
    grid-row: span 2; */
}
.gallery_item:nth-child(8) {
  /* grid-column: span 2 */
}
.gallery_item:nth-child(13) {
  /* grid-column: span 2;
    grid-row: span 2; */
}
.gallery_item:nth-child(14),
.gallery_item:nth-child(15) {
  /* grid-column: span 2; */
}

.gallery_item_img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}

.gallery_item {
  overflow: hidden;
  display: flex;
  position: relative;
}

.gallery_item_overlay {
  position: absolute;
  inset: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gallery_item_action {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery_item:hover::after {
  content: "";
  inset: 0;
  background: var(--bs-dark);
  position: absolute;
  opacity: 0.45;
}

.gallery_item:hover .gallery_item_action {
  opacity: 1;
}

.mobile-menu-dialog {
  position: fixed;
  width: 100%;
  height: 100vh;
  margin: 0;
  border: none;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  min-height: 400px;
  overflow-y: auto;
  bottom: 0;
  top: 0;
  max-height: 100vh;
  max-width: 375px;
  z-index: 9999;
  background: var(--bs-white);
  box-shadow: 0 0px 4px 3px rgba(50, 50, 50, 0.05);
  visibility: hidden;
}

.mobile-menu-dialog.mobile-menu-active {
  transform: translateX(0);
  visibility: visible;
}

.mobile-menu-backdrop {
  position: fixed;
  background: #000;
  opacity: 0;
  inset: 0;
  z-index: 9999;
  border: none;
  visibility: hidden;
  opacity: 0;
}

.mobile-menu-backdrop.mobile-menu-active {
  visibility: visible;
  opacity: 0.75;
  transition: opacity 0.35s ease;
}

.mobile-menu-top {
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile_menu li {
  display: flex;
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  color: var(--primary-color-dark);
  transition: all 0.2s ease;
}

.mobile_menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile_menu a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  color: inherit;
}

.mobile_menu a::after {
  content: "\e801";
  font-family: "melyna";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

.mobile_menu li:hover {
  padding-left: 1.5rem;
  background: var(--primary-color-dark);
  color: var(--bs-white);
}

.mobile-menu-top .custom-logo-link {
  display: flex;
}

.mobile-menu-top img {
  height: 50px;
  width: auto;
}

.mobile-menu-close {
  border: none;
  font-size: 1.5rem;
  background: transparent;
}
.mobile-menu-close {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_top_row {
  gap: 1.5rem;
}

.sitemap_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column wrap;
  gap: 0.75rem;
}

.sitemap_list a {
  color: var(--primary-color-dark);
}

.sitemap_list a:hover {
  color: var(--primary-color);
}

@media (min-width: 576px) {
  .product_card_wrap {
  max-width: 50%;
  width: 50%;
}
  .footer_top_row {
    column-gap: 0;
  }
  .block {
    padding-block: 2rem 3rem;
  }

  .brochure_right {
    padding: 2.5rem;
  }

  .sitemap_list {
    flex-direction: row;
    column-gap: 0;
  }

  .sitemap_list li {
    width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .block {
    padding-block: 3.5rem;
  }
  .header_actions {
    display: flex;
    margin-block: auto;
  }
  .hero_carousel_item {
    height: calc(100svh - 72px);
  }

  .home_product_content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .gallery_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 380px;
  }
  .footer_list_products {
    grid-template-columns: 50% 50%;
  }
  .footer_bottom_copyright {
    flex-direction: row;
    gap: 0.25rem;
  }
   .pdp_youtube_slide{
    padding-inline: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .gallery_item:nth-child(6n + 3) {
    grid-column: span 2;
  }
  .gallery_item:nth-child(6n) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .footer_list.footer_list_contact {
    grid-template-columns: 50% 50%;
  }

  .footer_list.footer_list_contact .footer_link {
    grid-column: span 2;
  }
}

@media (min-width: 992px) {
  .pdp_details {
  margin-left: 2.5rem;
  position: sticky;
  padding-top: 1.5rem;
}
  


  .product_card_wrap {
  max-width: 33.333%;
  width: 33.333%;
  }
  .cotactus_left {
    padding-right: 1.5rem;
  }
  .brochure_right {
    padding: 3rem;
  }
  .header_nav {
    display: flex;
  }
  .header_mob_toggle {
    display: none;
  }
  .sitemap_list li {
    width: 33.3333%;
    max-width: 33.3333%;
  }
  .gallery_grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 290px;
  }
  .footer_list.footer_list_contact {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer_list.footer_list_contact .footer_link {
    grid-column: span 4;
  }
  .about_top_row_grid{
    grid-template-columns: repeat(2, 1fr);
  }



}



@media (min-width: 1200px) {
  .about_top_item1 {
  grid-column: span 3 / span 3;
}
  .cotactus_location {
  padding-inline: 0.875rem;
}

   .cotactus_left {
    padding-right: 1.5rem;
  }
  .footer_list.footer_list_contact {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer_list.footer_list_contact .footer_link {
    grid-column: span 1;
  }

  .sitemap_list li {
    width: 25%;
    max-width: 25%;
  }
  .about_top_row_grid{
    grid-template-columns: repeat(3, 1fr);
    height: 100%;
  }
  .about_top_right_img_new{
    display: flex;
  }
 
}

@media (min-width: 1400px) {
  .brochure_right {
    padding: 100px;
  }
}

.block_brochure {
  padding: 0;
}

.block-p-0 {
  padding: 0;
}

.credit{
      position: absolute;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    width: 200px;
    left: 0;
}