:root {
  --commonColor: #C4DA54;
}

::-webkit-scrollbar {
  width: .5rem;
  height: .5rem
}

::-webkit-scrollbar-track {
  background: #f5f5fb;
  border-radius: 0
}

::-webkit-scrollbar-thumb {
  background: #868686;
  border-radius: 0
}

::-webkit-scrollbar-thumb:hover {
  background: #383838
}

html,
body {
  margin: 0;
  /* overflow-x: hidden; */
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  scrollbar-width: thin;
  scrollbar-color: #868686 #f5f5fb
}

:focus {
  outline: none
}

a {
  transition: all .25s ease-in-out;
	  
}

a:focus {
  outline: none
}

strong {
  font-weight: 700
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0 0 1rem
}

@media(max-width: 1024.98px) {

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  p {
    margin: 0 0 .75rem
  }
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
p:last-child {
  margin-bottom: 0
}

.swiper_pagination {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: 1.5rem
}

.swiper_pagination .swiper-pagination-bullet {
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0) !important;
  border: 2px solid #008043;
  transition: all .25s ease-in-out;
  opacity: 1;
  margin: 0 !important
}

.swiper_pagination .swiper-pagination-bullet-active {
  background: #008043 !important
}

.main_outer {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.main_outer .main_content {
  flex: 1
}

.main_header {
  background-color: hsla(0, 0%, 100%, .8);
  backdrop-filter: blur(5px)
}

.main_header .header_logo img {
  height: 4rem;
  width: auto;
  display: block
}

.main_header .site_nav .nav_list {
  display: flex;
  align-items: center;
  gap: 1.5rem
}

.main_header .site_nav .nav_list li a {
  color: #050505;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400
}

.main_header .site_nav .nav_list li a:hover {
  color: #008043
}

.main_header .site_nav .nav_list li.current-menu-item a {
  color: #008043
}

.main_header .site_nav .nav_list li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  gap: .5rem
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub_menu_toggler {
  width: .675rem;
  height: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  transition: all .25s ease-in-out;
  color: currentColor;
  padding: 0;
  flex-shrink: 0;
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub_menu_toggler[aria-expanded="true"] svg {
  transform: rotate(180deg) !important;
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub_menu_toggler svg {
  width: 100%;
  height: auto;
  display: block;
  transition: all .25s ease-in-out;
  transform: rotate(0deg);
  transform-origin: center center
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f5f5fb;
  padding: .25rem;
  box-shadow: 0 0 1.25rem -0.25rem rgba(0, 0, 0, .15);
  z-index: 999;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all .25s ease-in-out;
  pointer-events: none;
  width: 250px
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub-menu li a {
  color: #050505;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
  flex: 1 1 auto;
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub-menu li a:hover {
  background-color: #008043;
  color: #fff
}

.main_header .site_nav .nav_list li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto
}

.home_banner {
  position: relative
}

.home_banner .home_banner_slide {
  position: relative
}

.home_banner .home_banner_slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 1
}

.home_banner .home_banner_slide .banner_caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

.highlights_slider .swiper-slide-active .highlights_slider_item {
  border-left: none
}

.highlights_slider .highlights_slider_item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-left: 1px solid rgba(5, 5, 5, .1)
}

.highlights_slider .highlights_slider_item_icon {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 128, 67, .1);
  border-radius: 50%;
  transition: all .25s ease-in-out;
  flex-shrink: 0;
  color: #008043
}

.highlights_slider .highlights_slider_item_icon svg {
  width: 2.25rem;
  height: 2.25rem;
  transition: all .25s ease-in-out
}

.highlights_slider .highlights_slider_item_content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  transition: all .25s ease-in-out
}

.highlights_slider .highlights_slider_item:hover .highlights_slider_item_icon {
  background-color: #008043;
  color: #fff
}

.img_effect {
  position: relative;
  overflow: hidden
}

.img_effect img {
  transition: all .25s ease-in-out
}

.img_effect:hover img {
  transform: scale(1.15);
  filter: contrast(1.25) brightness(0.75)
}

.img_effect .no_hover_effect img {
  transition: none;
  filter: none;
  transform: none
}

.site_footer {
  background-image: url("../images/footer_bg.webp");
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #050505;
  background-size: cover;
  overflow: hidden
}

.site_footer .footer_logo,
.booking_area .col-md-6:nth-child(2) .column-content img {
  width: 134px;
  height: 134px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.site_footer .footer_logo_icon {
  width: 20%;
  height: auto;
  margin-top: -6%;
  opacity: .05
}

.site_footer .footer_logo_icon path {
  fill: #afabd0 !important
}

.site_footer .footer_logo a {
  height: 100%
}

.site_footer .footer_logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  filter: brightness(0) invert(1)
}

.site_footer .footer_menu {
  display: flex;
  flex-direction: column;
  gap: .5rem
}

.site_footer .footer_menu li a {
  color: #afabd0
}

.site_footer .footer_menu li a:hover {
  color: #c4da54
}

.site_footer .footer_bottom_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  justify-content: flex-end
}

.site_footer .footer_bottom_menu li:not(:last-child) {
  position: relative
}

.site_footer .footer_bottom_menu li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5rem);
  transform: translateY(-50%);
  width: 1px;
  height: .75rem;
  background: hsla(0, 0%, 100%, .25)
}

.site_footer .footer_bottom_menu li a {
  color: #afabd0
}

.site_footer .footer_bottom_menu li a:hover {
  color: #c4da54
}

.site_footer .footer_social a {
  width: auto;
  height: 24px;
  color: #fff;
  transition: all .25s ease-in-out
}

.site_footer .footer_social a:hover {
  color: #c4da54
}

.site_footer .footer_social a svg {
  width: auto;
  height: 100%;
  display: block
}

.site_footer .footer_icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0
}

.map_pin_btn {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  padding: 0
}

.map_pin_btn img {
  width: 27px;
  height: 33px;
  transition: all .25s ease-in-out
}

.map_pin_btn:hover img {
  transform: scale(1.1)
}

.map_pin_popover .popover-header {
  border-bottom-width: 0
}

.map_pin_popover .popover-body {
  padding-top: 0;
  font-weight: 400
}

.map_pin_popover .popover_icon {
  width: 1rem;
  height: 1rem
}

._icon_circle {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background-color: #008043;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  color: #fff
}

.established_icon {
  height: 62px;
	  position: absolute;
  right: 0;
}

.established_icon img {
  width: auto;
  height: 100%;
  object-fit: contain
}

.search_form {
  margin-bottom: 0
}

.search_form_wrapper {
   width: 218px;
  position: absolute;
  right: 125px;
}

.search_form_wrapper .search_submit {
  font-size: 14px;
  padding: .5rem .75rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden
}

.search_form_wrapper .search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  width: 1rem
}

.research_papers_section .award_top_area #clearSearch {
  height: 100%;
  top: 0;
  position: absolute;
  right: 0;
}

.search_form_wrapper .search_field {
  padding-left: 2.5rem;
  font-size: .75rem;
  background-color: rgba(0, 0, 0, 0)
}

.custom_collapse_wrapper {
  line-height: 1.5em;
  position: relative
}

.custom_collapse_wrapper .showMoreLessBtn .arrow {
  width: .75rem;
  height: .75rem;
  transition: all .25s ease-in-out
}

.custom_collapse_content {
/*  max-height: 3em;
  overflow: hidden;*/
  transition: max-height .3s ease;
	  max-height:unset !important;
}

.custom_collapse_content.expanded {
  max-height: 1000px
}

.custom_collapse_content.expanded + .showMoreLessBtnWrapper .showMoreLessBtn .arrow {
  transform: rotate(180deg)
}

.goToNextSection {
  position: absolute;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  transition: all .25s ease-in-out
}

.goToNextSection svg {
  width: 100%;
  height: 100%
}

.goToNextSection:hover {
  background-color: hsla(0, 0%, 100%, .1)
}

.section_leaf_graphic {
  margin-right: -120px;
  width: 280px;
  height: auto;
  color: #000;
  opacity: .05;
  transform: rotate(-10deg)
}

.enquire_now_btn {
  position: fixed;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;
  z-index: 999;
  box-shadow: 0 2px 24px rgba(0, 0, 0, .18)
}

.tab_nav_wrapper {
  background-color: #e5e5f2
}

.tab_nav_wrapper .nav-link:not(.active):hover {
  background-color: #44434f;
  color: #fff;
}

.image_text_card .logo_overlay {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: calc(100% - 100px);
  height: 3.5rem;
  background-color: #f5f5fb;
  display: flex;
  align-items: flex-end;
  padding: .5rem 0
}

.image_text_card .logo_overlay img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  display: block;
  object-position: bottom left
}

.image_text_card .card_image_wrapper .card_image {
  max-width: none !important;
  transition: all .25s ease-in-out
}

.image_text_card:hover .card_image {
  transform: scale(1.15);
  filter: contrast(1.25) brightness(0.75)
}

.intersection_images {
  position: relative;
  overflow: hidden
}

.intersection_images .img_effect {
  max-width: 100%;
  height: 380px;
  width: 440px
}

.intersection_images .img_effect:first-child {
  margin-left: auto;
  margin-bottom: 190px
}

.intersection_images .img_effect:last-child {
  bottom: 0;
  position: absolute;
  border: 1rem solid #fff;
  z-index: 1;
  border-left: none;
}

.history_section {
  background-image: url("../images/turning_ideas_bg.webp");
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #265ace;
  background-size: cover;
  overflow: hidden
}

.history_section .history_slider {
  position: relative
}

.history_section .history_slider:before {
  content: "";
  position: absolute;
  top: 5.75rem;
  left: 1.5rem;
  width: 75%;
  height: .125rem;
  transform: translateY(-50%);
  background-image: linear-gradient(to right, #A0C8F1 50%, rgba(255, 255, 255, 0) 0%);
  background-position: 0 0;
  background-size: .5rem 2rem;
  background-repeat: repeat-x;
  animation: slideBackground 10s linear infinite;
  opacity: .5
}

.history_section .history_slider .history_item {
  position: relative;
  padding-top: 3.5rem
}

.history_section .history_slider .history_item .icon_box {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c4da54;
  color: #151331;
  transition: all .25s ease-in-out;
  position: relative;
  z-index: 2
}

.history_section .history_slider .history_item .icon_box svg {
  width: 2.5rem;
  height: 2.5rem;
  transition: all .25s ease-in-out
}

.history_section .history_slider .history_item .history_num {
  font-size: 110px;
  line-height: 1;
  font-weight: 700;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-image: linear-gradient(to top, transparent, #AFABD0);
  position: absolute;
  top: 0;
  left: 1.5rem;
  z-index: 1;
  opacity: .25
}

.section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.founder_logo_overlay {
  width: 8rem;
  height: 8rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 1.5rem
}

.founder_logo_overlay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.possibilities_section .section_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .86;
  background-color: #393185
}

.newsletter_section {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5fb;
  background-size: cover;
  overflow: hidden
}

.newsletter_section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
  background-color: #fff;
  z-index: 1
}

.newsletter_section .btn_wrapper {
  position: relative
}

.newsletter_section .btn_wrapper .wpcf7-spinner {
  position: absolute;
  left: .75rem;
  top: .75rem;
  margin: 0;
  z-index: 2;
  color: #008043;
  background-color: rgba(0, 0, 0, 0);
  width: 1.25rem;
  height: 1.25rem
}

.newsletter_section .btn_wrapper .wpcf7-spinner:before {
  display: none
}

.wpcf7-not-valid-tip {
  color: #f07575;
  font-size: .875rem;
  margin-top: .25rem
}

.wpcf7-response-output {
  margin: .5rem 0 0 !important;
  font-size: .875rem;
  border-width: 1px !important
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #f07575;
  background-color: rgba(240, 117, 117, .1);
  border-color: #f07575
}

.approved_logo {
  width: auto;
  height: auto;
 /* max-width: 140px;
  max-height: 60px*/
}

.enquiry_modal .modal-body {
  padding-bottom: 0
}

.enquiry_modal .modal-body .button_wrapper {
  position: sticky;
  bottom: 0;
  background-color: #f5f5fb;
  padding: 1rem;
  z-index: 10;
  margin-top: 1rem
}

.enquiry_modal .modal-body .button_wrapper p {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem
}

.enquiry_modal .modal-body .button_wrapper p .wpcf7-spinner {
  margin: 0 auto 0 0
}

.enquiry_modal .modal-body .wpcf7-response-output {
  margin-bottom: 1rem !important
}

.enquiry_modal textarea.form-control {
  height: 150px;
}

.enquiry_modal .row-gap-5 {
  row-gap: 1.55rem !important;
}

.enquiry_modal .wpcf7-not-valid-tip {
  position: absolute;
}

.inner_banner_overlay {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.custom_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem
}

.custom_pagination .page-numbers {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #d5d7de;
  transition: all .25s ease-in-out;
  color: #000
}

.custom_pagination .page-numbers:hover,
.custom_pagination .page-numbers.current {
  background-color: #008043;
  color: #fff;
  border-color: #008043
}

.custom_pagination .page-numbers svg {
  width: .75rem;
  height: .75rem
}

.custom_tab_menu {
  background-color: #e5e5f2;
  display: flex;
}

.custom_tab_menu li a {
  padding: .5rem 1rem;
  color: #050505;
  font-weight: 400;
  transition: all .25s ease-in-out;
  display: block
}

.custom_tab_menu li a:hover,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  background-color: #c4da54;
  color: #000;
}

.custom_tab_menu li.current-menu-item a {
  background-color: #c4da54;
  color: #000;
  font-weight: 600
}

.filter_search_form {
  width: 440px;
  max-width: 100%;
}

.filter_search_form input {
  padding-left: 2.5rem
}

.filter_search_form input::placeholder {
  color: #868686
}

.filter_search_form input:focus {
  border-color: #008043;
  box-shadow: 0 0 0 2px rgba(0, 128, 67, .2)
}

.filter_search_form .search_icon {
  position: absolute;
  top: 50%;
  left: .75rem;
  transform: translateY(-50%);
  width: 1rem;
  color: #050505;
  z-index: 1
}

.filter_search_form .search_submit {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  background-color: #008043;
  color: #fff;
  border: none
}

.read_more_link {
  font-weight: 600;
  color: #008043;
  transition: all .25s ease-in-out;
  display: inline-flex;
  gap: .5rem;
  line-height: 1;
  align-items: center;
  border: none;
  background: transparent;
}

.read_more_link:hover {
  color: #265ace;
  gap: .75rem
}

.read_more_link .link_icon {
  width: 1rem;
  height: 1rem
}

.insights_card h3,
.insights_card .h3 {
  color: #000;
  transition: all .25s ease-in-out
}

.insights_card:hover h3,
.insights_card:hover .h3 {
  color: #008043
}

.news_card .card_title {
  color: #000;
  transition: all .25s ease-in-out
}

.news_card:hover .card_title {
  color: #008043
}

.mission_vision_section div:first-child[class^=col-] img,
.associated_section div:first-child[class^=col-] img {
  max-width: none;
  width: 125%;
  height: auto
}

.mission_vision_section div:last-child[class^=col-] .mission_vision_content,
.associated_section div:last-child[class^=col-] .associated_content {
  background-color: #f5f5fb;
  padding: 2rem
}

.what_we_do_icon_section .image-carousel .item {
  text-align: left;
  padding: 3.5rem 2.5rem;
  background: url("../images/noise.webp") no-repeat bottom right/cover
}

.what_we_do_icon_section .image-carousel .item .image-align-left a {
  pointer-events: none
}

.what_we_do_icon_section .image-carousel .item .image-align-left a img {
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
  transition: all .25s ease-in-out
}

.what_we_do_icon_section .image-carousel .item .image-align-left a h3,
.what_we_do_icon_section .image-carousel .item .image-align-left a .h3 {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 0 !important;
  font-size: 1.5rem;
  font-weight: 600;
  color: #151331;
  transition: all .25s ease-in-out
}

.what_we_do_icon_section .image-carousel .item .parah {
  padding-top: 1rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column
}

.what_we_do_icon_section .image-carousel .item .parah h4,
.what_we_do_icon_section .image-carousel .item .parah .h4 {
  font-size: 1rem;
  font-weight: 500
}

.what_we_do_icon_section .image-carousel .item .parah p {
  margin-bottom: 1.5rem
}

.what_we_do_icon_section .image-carousel .item .parah p:last-child {
  margin: auto 0 0
}

.what_we_do_icon_section .image-carousel-slider {
  margin-left: -0.75rem;
  margin-right: -0.75rem
}

.what_we_do_icon_section .image-carousel-slider .owl-stage {
  display: flex
}

.what_we_do_icon_section .image-carousel-slider .owl-stage .owl-item {
  padding-left: .75rem;
  padding-right: .75rem
}

.what_we_do_icon_section .image-carousel-slider .owl-stage .owl-item .item {
  height: 100%;
  display: flex;
  flex-direction: column
}

.milestones_section .milestone_slider_thumbs_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem
}

.milestones_section .milestone_slider_thumbs_container .milestone_slider_thumbs {
  width: 1320px;
  max-width: 100%;
}

.milestones_section .milestone_slider_thumbs_container .milestone_slider_thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.5rem;
}

.milestones_section .milestone_slider_thumbs_container .milestone_slider_thumbs .swiper-slide .milestone_slider_thumbs_item {
  min-width: 100px;
  padding: 1rem;
  background-color: #d8d5e8;
  transition: all .25s ease-in-out;
  color: #000;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.milestones_section .milestone_slider_thumbs_container .milestone_slider_thumbs .swiper-slide .milestone_slider_thumbs_item:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-width: 15px 10px 0 10px;
  border-style: solid;
  border-color: #373083 transparent transparent transparent;
  transition: all .25s ease-in-out;
  pointer-events: none;
  opacity: 0;
}

.milestone_slider {
  margin-top: -12px;
}

.milestones_section .milestone_slider_thumbs_container .milestone_slider_thumbs .swiper-slide .milestone_slider_thumbs_item:hover {
  background-color: #008043;
  color: #fff
}

.milestones_section .milestone_slider_thumbs_container .milestone_slider_thumbs .swiper-slide.swiper-slide-thumb-active .milestone_slider_thumbs_item {
  background-color: #c4da54;
  color: #000;
  font-weight: 600
}

.milestones_section .milestone_slider_thumbs_container .milestone_slider_thumbs .swiper-slide.swiper-slide-thumb-active .milestone_slider_thumbs_item:after {
  opacity: 1;
  bottom: -40px;
}

.milestones_section .milestone_slider_thumbs_container .milestone_slider_thumbs .swiper-slide.swiper-slide-thumb-active .milestone_slider_thumbs_item {
  background-color: #c4da54;
  color: #000;
  font-weight: 600
}

.milestones_section .milestone_slider .swiper-slide {
  height: auto
}

.milestones_section .milestone_slider .swiper-slide .milestone_slider_item {
  padding: 2rem;
  background-color: #265ace;
  background: url("../images/turning_ideas_bg.webp") no-repeat bottom right/cover;
  /* height: 100% */
  min-height: 380px;
}

.styled_list ul li {
  list-style-type: none;
  padding-left: 1.25rem;
  position: relative
}

.styled_list ul li:not(:last-child) {
  margin-bottom: .75rem
}

.styled_list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  width: .5rem;
  height: .5rem;
  background-color: #c4da54;
  border-radius: 50%
}

.chatbot_wrapper {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999
}

.chatbot_wrapper .chatbot_toggler {
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50% 50% 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 .25rem 1.5rem -0.75rem #000;
  cursor: pointer;
  transition: all .25s ease-in-out;
  color: #151331;
  border: none
}

.chatbot_wrapper .chatbot_toggler svg {
  width: 1.75rem;
  height: 1.75rem;
  transition: all .25s ease-in-out
}

.chatbot_wrapper .chatbot_toggler .close_icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0)
}

.chatbot_wrapper .chatbot_toggler.active .close_icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  width: 1.5rem;
  height: 1.5rem
}

.chatbot_wrapper .chatbot_toggler.active .chatbot_icon {
  opacity: 0;
  transform: scale(0)
}

.chatbot_wrapper .chatbot_toggler:hover,
.chatbot_wrapper .chatbot_toggler.active {
  background-color: #008043;
  color: #fff
}

.chatbot_wrapper .chatbot_content {
  position: absolute;
  bottom: 100%;
  margin-bottom: .5rem;
  right: 0;
  width: 300px;
  max-height: 500px;
  background-color: #fff;
  box-shadow: 0 0 1.25rem -0.25rem rgba(0, 0, 0, .15);
  overflow-y: auto;
  z-index: 10;
  display: none;
  padding: 1rem;
  background-color: #f5f5fb;
  text-align: center;
  border: 1px solid #d5d7de
}

.manufacturing_section {
  background: url("../images/facilities_bg.webp") no-repeat center center/cover;
  color: #fff
}

.vertical_tabs button {
  background-color: rgba(0, 0, 0, 0);
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(213, 215, 222, .25);
  border-top: none;
  width: 100%;
  outline: none;
  padding: 1rem 0;
  color: #afabd0;
  text-align: left;
  font-size: 1.125rem;
  transition: all .25s ease-in-out
}

.vertical_tabs button:first-child {
  border-top: 1px solid rgba(213, 215, 222, .25)
}

.vertical_tabs button.active {
  color: #fff;
  font-weight: 500
}

.vertical_tabs button:hover {
  color: #fff
}

.team_section {
  position: relative;
  overflow: hidden
}

.team_section h2,
.team_section .h2 {
  color: #151331;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: uppercase
}

.team_member_overlay_card {
  display: block;
  position: relative;
  overflow: hidden
}

.team_member_overlay_card .team_member_image {
  transition: all .25s ease-in-out
}

.team_member_overlay_card .team_member_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent)
}

.team_member_overlay_card .team_member_image img {
  max-width: none !important
}

.team_member_overlay_card .team_member_info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1.5rem;
  color: #fff;
  transition: all .25s ease-in-out
}

.team_member_overlay_card:hover .team_member_image {
  transform: scale(1.15);
  filter: contrast(1.25) brightness(0.75)
}

.team_member_overlay_card:hover .team_member_info {
  transform: translateY(-1rem)
}

.team_member_default_card {
  display: block;
  position: relative;
  overflow: hidden
}

.team_member_default_card .team_member_image {
  transition: all .25s ease-in-out;
  overflow: hidden;
}

.team_member_default_card .team_member_image img {
  max-width: none !important;
  transition: all .25s ease-in-out;
}

.team_member_default_card .team_member_info {
  color: #000
}

.team_member_default_card:hover .team_member_image img {
  transform: scale(1.15);
  filter: contrast(1.25) brightness(0.75)
}

.team_slider_wrapper {
  position: relative
}

.team_slider_prev,
.team_slider_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin-top: -1.625rem
}

.team_slider_prev {
  left: -1.5rem
}

.team_slider_next {
  right: -1.5rem
}

.intellectual_section .row div:last-child[class^=col-] {
  position: relative
}

.intellectual_section .row div:last-child[class^=col-] .img_effect {
  max-width: 598px;
  height: 477px
}

.intellectual_section .row div:last-child[class^=col-] .img_effect img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.intellectual_section .row div:last-child[class^=col-] .intellectual_block {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  max-width: 391px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}

.intellectual_section .row div:last-child[class^=col-] .intellectual_block .intellectual_block_row {
  display: flex;
  gap: 1rem
}

.intellectual_section .row div:last-child[class^=col-] .intellectual_block .intellectual_block_row ._icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .5rem
}

.intellectual_section .row div:last-child[class^=col-] .intellectual_block .intellectual_block_row ._icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.coming_soon_img {
  width: 100px;
  margin: 0 auto;
  display: block;
  height: auto
}

.slider_navigation {
  width: 3.25rem;
  height: 3.25rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #050505;
  transition: all .25s ease-in-out;
  box-shadow: 0 .25rem 1.5rem -0.75rem #000;
}

.product_slider_navigation_wrapper,
.news_slider_navigation_wrapper,
.team_slider_navigation_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem
}

.product_slider_navigation_wrapper .slider_navigation,
.news_slider_navigation_wrapper .slider_navigation,
.team_slider_navigation_wrapper .slider_navigation {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
}

.slider_navigation svg {
  width: .75rem;
  height: .75rem
}

.slider_navigation:hover {
  background-color: #008043;
  color: #fff
}

.slider_navigation.swiper-button-disabled {
  opacity: .25;
  pointer-events: none
}

.overlay_card {
  position: relative;
  overflow: hidden;
  display: block
}

.overlay_card .overlay_card_image {
  transition: all .25s ease-in-out
}

.overlay_card .overlay_card_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent)
}

.overlay_card .overlay_card_image img {
  max-width: none !important
}

.overlay_card .overlay_card_info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1.5rem;
  color: #fff;
  transition: all .25s ease-in-out
}

.overlay_card:hover .overlay_card_image {
  transform: scale(1.15);
  filter: contrast(1.25) brightness(0.75)
}

.overlay_card:hover .overlay_card_info {
  transform: translateY(-1rem)
}

.ingredients_list {
  display: flex
}

.ingredients_list:hover .ingredient_item .ingredient_info {
  opacity: 0;
  transform: scale(0.5)
}

.ingredients_list .ingredient_item {
  transition: all .25s ease-in-out;
  position: relative;
  overflow: hidden
}

.ingredients_list .ingredient_item .ingredient_image {
  height: 493px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden
}

.ingredients_list .ingredient_item .ingredient_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .25s ease-in-out
}

.ingredients_list .ingredient_item .ingredient_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent)
}

.ingredients_list .ingredient_item .ingredient_info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  padding: 1.5rem 1rem;
  color: #fff;
  transition: all .25s ease-in-out;
  text-align: center;
  z-index: 2;
  max-width: 100%;
}

.ingredients_list .ingredient_item:hover {
  width: 85% !important
}

.ingredients_list .ingredient_item:hover .ingredient_image img {
  transform: scale(1.15);
  filter: contrast(1.25) brightness(0.75)
}

.ingredients_list .ingredient_item:hover .ingredient_info {
  transform: translateY(1rem) scale(1);
  opacity: 1
}

.service_card {
  position: relative
}

.service_card .service_card_image {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden
}

.service_card .service_card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .25s ease-in-out
}

.service_card .service_card_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent)
}

.service_card .service_card_info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1.5rem;
  color: #fff;
  transition: all .25s ease-in-out;
  z-index: 2
}

.service_card:hover .service_card_image img {
  transform: scale(1.15);
  filter: contrast(1.25) brightness(0.75)
}

.service_card:hover .service_card_info {
  transform: translateY(-1rem)
}

.products_services_offer_section .manufacturing_services_list > div[class^=col-]:nth-child(even) .service_card {
  position: absolute;
  top: 0;
  right: 1rem;
  width: calc(50% - 2rem)
}

.products_services_offer_section .get_in_touch_block {
  position: absolute;
  bottom: 0;
  left: calc(50% + 1rem);
  transform: translateX(-50%);
  width: calc(100% + 2rem)
}

a:hover {
  text-decoration: none;
}

.swiper_pagination {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: 1.5rem
}

.swiper_pagination .swiper-pagination-bullet {
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0) !important;
  border: 2px solid #76b043;
  transition: all .25s ease-in-out;
  opacity: 1;
  margin: 0 !important
}

.swiper_pagination .swiper-pagination-bullet-active {
  background: #76b043 !important
}

.main_header {
  z-index: 12;
}

/* .main_outer {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.main_outer .main_content {
  flex: 1;
}

.main_header .header_logo img {
  height: 6rem;
  width: auto;
  display: block
}

.main_header .site_nav .nav_list {
  display: flex;
  align-items: center;
  gap: 1.5rem
}

.main_header .site_nav .nav_list li a {
  color: #050505;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400
}

.main_header .site_nav .nav_list li a:hover {
  color: #76b043
}

.main_header .site_nav .nav_list li.current-menu-item a {
  color: #76b043
}

.main_header .site_nav .nav_list li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  gap: .5rem
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub_menu_toggler {
  width: .675rem;
  height: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  transition: all .25s ease-in-out;
  color: currentColor;
  padding: 0
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub_menu_toggler svg {
  width: 100%;
  height: auto;
  display: block;
  transition: all .25s ease-in-out;
  transform: rotate(0deg);
  transform-origin: center center
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f1f1f1;
  padding: .25rem;
  box-shadow: 0 0 1.25rem -0.25rem rgba(0, 0, 0, .15);
  z-index: 10;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all .25s ease-in-out;
  pointer-events: none;
  width: 200px
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub-menu li a {
  color: #050505;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
  border-radius: .625rem
}

.main_header .site_nav .nav_list li.menu-item-has-children .sub-menu li a:hover {
  background-color: #76b043;
  color: #fff
}

.main_header .site_nav .nav_list li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto
}

.main_header .site_nav .nav_list li.menu-item-has-children:hover .sub_menu_toggler svg {
  transform: rotate(180deg)
} */

#mobile_menu_toggle {
  display: none;
  width: 40px;
  height: 24px;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}

#mobile_menu_toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--sabinsa-primary);
  position: absolute;
  transition: all 0.3s ease;
  border-radius: var(--sabinsa-border-radius-sm);
}

#mobile_menu_toggle span:nth-child(1) {
  top: 0;
}

#mobile_menu_toggle span:nth-child(2) {
  top: 11px;
  width: 80%;
  left: 20%;
}

#mobile_menu_toggle span:nth-child(3) {
  top: 22px;
}

#mobile_menu_toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

#mobile_menu_toggle.active span:nth-child(2) {
  opacity: 0;
}

#mobile_menu_toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--sabinsa-black-rgb), .5);
  z-index: 7;
  display: none;
}

/* 

.pagination .nav-links .page-numbers {
  padding: 0.25rem 0.75rem;
  border-radius: var(--sabinsa-border-radius-sm);
  background-color: var(--sabinsa-primary);
  color: #fff;
  font-size: 14px;
}

.pagination .nav-links .page-numbers.current {
  background-color: var(--sabinsa-secondary);
  color: #fff;
}

.pagination .nav-links a.page-numbers:hover {
  background-color: var(--sabinsa-tertiary);
  color: #fff;
}

.search_form_container .search-form {
  display: flex;
  gap: 1rem;
}

.search_form_container .search-form .form-group {
  flex-grow: 1;
}

.badge_icon {
  width: 1rem;
  height: 1rem;
}
 */






















/**/








































































.intersection-section {
  padding: 80px 30px;
  background: #fff;
}

.intersection-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  gap: 40px;
}

.intersection-left {
  flex: 1 1 50%;
}

.intersection-left h2 {
  font-size: 28px;
  color: #1e1e5a;
  line-height: 1.4;
  margin-bottom: 20px;
}

.intersection-left p {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.intersection-button {
  display: inline-block;
  padding: 12px 24px;
  margin-top: 20px;
  border: 1px solid #1e9d5a;
  color: #1e9d5a;
  text-decoration: none;
  font-weight: 600;
}

.intersection-right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.image-top img,
.image-bottom img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}


.history-section {
  background: linear-gradient(135deg, #292C84 0%, #3A3E9F 100%);
  padding: 80px 30px;
  color: #fff;
  position: relative;
}

.history-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto 40px;
}

.history-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.history-header p {
  margin-top: 8px;
  font-size: 15px;
  color: #ddd;
}

.history-btn {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
}

/* Container with connecting dotted line */
.history-slider {
  display: flex;
  position: relative;
}

/* Horizontal dotted line */
.history-slider::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 2px dotted rgba(255, 255, 255, 0.3);
  z-index: 0;
  margin: 0 10px;
}

/* Individual slide styling */
.history-item {
  background: transparent;
  padding: 60px 20px 30px;
  text-align: left;
  position: relative;
}

/* Circle connector dot at each slide */
.history-item::before {
  content: '';
  position: absolute;
  top: 39px;
  left: 30px;
  width: 12px;
  height: 12px;
  background: #cddc39;
  border-radius: 50%;
  z-index: 2;
}

.history-num {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.06);
  font-weight: 700;
  z-index: 0;
}

.icon-box {
  background: #cddc39;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.text-box {
  position: relative;
  z-index: 2;
}

.history-item h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.history-item p {
  font-size: 14px;
  color: #ccc;
}

/* Slick Arrows */
.history-section .slick-arrow {
  background: #fff;
  border: none;
  color: #292C84;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
  top: 45%;
  z-index: 10;
}

.history-section .slick-prev {
  left: -15px;
}

.history-section .slick-next {
  right: -15px;
}

/* Slick Dots */
.history-section .slick-dots {
  text-align: center;
  margin-top: 30px;
}

.history-section .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.history-section .slick-dots li.slick-active button:before {
  color: #cddc39;
  opacity: 1;
}




.sustainability-section {
  background-image: url('images/sustainability-img.jpg');
  /* replace with your background */
  background-size: cover;
  background-position: center;
  padding: 100px 30px;
  color: #fff;
  position: relative;
}

.sustainability-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.sustainability-content {
  max-width: 600px;
  /*background: rgba(0, 0, 0, 0.3); /* optional: for readability */
  padding: 20px 30px;
}

.sustainability-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sustainability-content .subtext {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sustainability-content .highlighted {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.sustainability-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}

.sustainability-btn:hover {
  background: #fff;
  color: #000;
}


.founder-section {
  padding: 80px 30px;
  background: #fff url(images/leaf-bg.svg) no-repeat top right;
}

.founder-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.founder-image {
  position: relative;
  flex: 1 1 45%;
}

.founder-image img {
  width: 100%;
  height: auto;
  display: block;
}

.founder-logo {
  padding: 15px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100px !important;
  height: auto;
}

.founder-content {
  flex: 1 1 50%;
}

.founder-content h2 {
  font-size: 28px;
  color: #1e1e5a;
  font-weight: 700;
  margin-bottom: 20px;
}

.founder-content p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.founder-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #1e9d5a;
  color: #1e9d5a;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.founder-btn:hover {
  background: #1e9d5a;
  color: #fff;
}

.global-presence {
  background: #f8f8fc;
  padding: 80px 30px;
}

.global-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  gap: 40px;
  align-items: center;
}

.global-left {
  flex: 1 1 40%;
}

.global-left h2 {
  font-size: 28px;
  color: #1e1e5a;
  font-weight: 700;
  margin-bottom: 15px;
}

.global-left p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.global-map {
  flex: 1 1 55%;
  position: relative;
}

.global-map img {
  width: 100%;
  height: auto;
  display: block;
}

.map-pin {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #057547;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.map-pin::before {
  content: '+';
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 2px;
  left: 6px;
}

/* Tooltip */
.tooltip {
  position: absolute;
  /* bottom: 130%;
  left: 50%; */
  /* transform: translateX(-50%); */
  /* min-width: 220px; */
  background: #fff;
  border-radius: 4px;
  /* padding: 12px 15px; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  /* visibility: hidden; */
  /* transition: 0.3s ease; */
  z-index: 10;
  text-align: left;
}

.tooltip a {
  color: #1e9d5a;
  text-decoration: none;
  font-weight: 600;
}

.map-pin:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.cta-section {
  background-image: url('images/cta-bg.jpg');
  /* Replace with actual image */
  background-size: cover;
  background-position: center;
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-overlay {
  background: rgba(58, 41, 125, 0.85);
  /* purple overlay */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-content {
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.cta-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

.cta-content p {
  font-size: 16px;
  margin-bottom: 30px;
}

.cta-btn {
  background: #cddc39;
  color: #1e1e5a;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 600;
  border: none;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #b7c600;
}

.news-section {
  padding: 80px 30px;
  background: #fff;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto 40px;
}

.news-header h2 {
  font-size: 28px;
  color: #1e1e5a;
  font-weight: 700;
}

.news-header p {
  margin-top: 8px;
  font-size: 15px;
  color: #555;
}

.news-btn {
  border: 1px solid #1e9d5a;
  padding: 10px 20px;
  color: #1e9d5a;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
}

.news-slider {
  max-width: 1280px;
  margin: 0 auto;
}

.news-card {
  padding: 15px;
  text-align: left;
}

.news-card img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.news-date {
  display: block;
  color: #7c7c99;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 5px;
}

.news-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

/* Optional: dot or arrow styling */
.news-section .slick-arrow {
  background: #1e1e5a;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  z-index: 5;
}

.news-section .slick-prev {
  left: -15px;
}

.news-section .slick-next {
  right: -15px;
}


.newsletter-section {
  background: #f4f2f9 url('images/cta-bg-2.jpg') no-repeat center;
  background-size: cover;
  padding: 40px 30px;
}

.newsletter-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.newsletter-wrapper h3 {
  font-size: 18px;
  color: #1e1e5a;
  font-weight: 700;
  margin: 0;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.newsletter-form input {
  padding: 10px 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 200px;
}

.newsletter-form button {
  background: #cddc39;
  color: #1e1e5a;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background: #b7c600;
}


.footer-section {
  background: linear-gradient(135deg, #27224a, #373b79);
  color: #fff;
  padding: 60px 30px 30px;
  position: relative;
  overflow: hidden;
}

.footer-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('images/footer-logo-bg.png') no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 0.5;
  z-index: 0;
  width: 506px;
  height: 534px;
}

.footer-overlay {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: auto;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-logo {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  width: 80px;
}

.footer-columns {
  display: flex;
  gap: 40px;
  flex: 1;
  flex-wrap: wrap;
}

.footer-col {
  width: 30%;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a,
.footer-col ul li {
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
  color: #ccc;
}

.footer-expand {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  font-size: 14px;
  color: #ccc;
  position: relative;
}

.footer-expand button.toggle-expand {
  background: none;
  border: none;
  color: #ccc;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
}

.expand-text {
  overflow: hidden;
  transition: all 0.5s ease;
  max-height: 60px;
  /* collapsed state */
}

.footer-expand.expanded .expand-text {
  max-height: 1000px;
  /* expanded state - set higher than expected content height */
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 13px;
  color: #aaa;
}

.footer-bottom ul {
  display: flex;
  list-style: none;
  gap: 15px;
  padding: 0;
}

.footer-bottom li a {
  color: #ccc;
  text-decoration: none;
  font-size: 13px;
}

/* Privacy Policy */

.privacy_banner .inner_banner_overlay {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.privacy-top {
  max-width: 935px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.privacy-top h2 {
  font-weight: normal;
}

.privacy-content .container-md {
  background: #F5F5FB;
  padding: 70px;
  padding-bottom: 188px;
}

.privacy-content.terms_content .container-md {
  padding-bottom: 70px;
}

.customUL li {
  margin-bottom: 36px;
  position: relative;
  padding-left: 18px;
}

.customUL li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--sabinsa-primary);
  top: 8px;
  left: 0;
  border-radius: 20px;
}

.contacting-web {
  max-width: 774px;
  margin: 0 auto;
  background-color: var(--sabinsa-primary);
  padding: 50px;
  padding-bottom: 35px;
  color: var(--sabinsa-white);
  text-align: center;
  margin-bottom: 100px;
  margin-top: -140px;
  position: relative;
  z-index: 6;
}

.contacting-web h4 {
  font-weight: normal;
}

.contacting-web a {
  position: relative;
}

.contacting-web a:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 16px;
  background: url(/wp-content/uploads/2025/06/mail.svg) 0 0 no-repeat;
  top: 3px;
  left: -29px;
}

.privacy-policy .possibilities_section {
  display: none;
}

/* Privacy Policy end */

/* Faq Page */
.anchorClass {
  margin: 20px 0;
}

.privacy_banner p {
  max-width: 846px;
}

.anchor_nav_area,
.custom_tab_links {
  max-width: fit-content;
  margin: 0 auto;
  padding: 6px;
  background-color: var(--sabinsa-gray-100);
  margin-bottom: 35px;
  margin-top: -35px;
  position: relative;
  z-index: 5;
  padding-right: 35px;
}

.anchor_nav_area .bootstrap-column-section,
.custom_tab_links .bootstrap-column-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.anchor_nav_area .bootstrap-column-section p,
.custom_tab_links .bootstrap-column-section p {
  margin-bottom: 0;
}

.anchor_nav_area a,
.custom_tab_links a {
  padding: 10px 30px;
  display: block;
  color: var(--sabinsa-gray-700);
  white-space: nowrap;
  margin-right: 8px;
  transition: all 0.25s ease-in-out;
  font-weight: 400;
}

.anchor_nav_area a:hover,
.anchor_nav_area a:focus,
.anchor_nav_area a.active,
.custom_tab_links a:hover,
.custom_tab_links a.active {
  background-color: var(--sabinsa-secondary);
  color: var(--sabinsa-quinary);
  /* font-weight: 500; */
}

.add_nav .py-xl-8 {
  padding-bottom: 5rem !important;
}

.faq_accordian .card .card-header .btn-header-link,
.faq_accordian .card .collapse.show,
.faq_accordian .card .collapsing,
.faq_accordian .bg-primary-subtle,
.faq_accordian .accordion-body,
.faq_accordian .accordion-button {
  background-color: #E0DDF8 !important;
}

.faq_accordian .accordion-body li {
  list-style-type: disc;
}

.faq_accordian .card .card-header .btn-header-link.collapsed,
.faq_accordian .accordion-button.collapsed {
  background-color: #e9e9e9b8 !important;
  color: #151331;
}

.faq_accordian .card .card-header .btn-header-link:after,
.faq_accordian .accordion-button:after {
  width: 40px;
  height: 40px;
  background: #393185;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
}

.faq_accordian .accordion-button:after,
.faq_accordian .accordion-button.collapsed:after {
  /*background: url(../images/purple.svg) 0 0 no-repeat;*/
	background:url('/wp-content/uploads/2025/11/purple-icon.png') 0 0 no-repeat;
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  right: 5px;
  top: 10px;
  background-size: cover;
}

.faq_accordian .card .card-header .btn-header-link.collapsed:after,
.faq_accordian .accordion-button.collapsed:after {
  background: #fff;
  color: #000;
}

.faq_accordian .accordion-button.collapsed:after {
  /*background: url(../images/white.svg) 0 0 no-repeat;*/
	background:url('/wp-content/uploads/2025/11/white-icon-new.png') 0 0 no-repeat;
  background-size: cover;
}

.faq_accordian .card .card-header .btn-header-link {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq_accordian {
  margin-bottom: 100px;
}

/* Contact Page */
.contact_top ul li img {
  width: 26px;
  margin-right: 10px;
}

.contact_top .column-content {
  background: url(/wp-content/uploads/2025/06/img-1.webp) 0 0 no-repeat;
  padding: 48px;
  padding-bottom: 99px;
}

.contact_top .col-md-6:nth-child(2) .column-content {
  background: url(/wp-content/uploads/2025/06/img-2.webp) 0 0 no-repeat;
}

.contact_top ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.contact_top ul li a {
  color: var(--sabinsa-gray-700);
  font-weight: 500;
  text-decoration: none;
}

.contact_top ul li a:hover {
  color: var(--sabinsa-secondary);
}

/* .contact_top ul li:last-child {
  margin-bottom: 0;
} */

.contact_banner .py-xl-8 {
  padding-bottom: 12rem !important;
}

.contact_top {
  margin-top: -8rem;
}

.get_in {
  margin: 100px 0;
}

.get_in .form-control {
  background-color: #E6E6F3;
  border: none;
}

.get_in .btn {
  background-color: #C4DA54;
  border: none;
  color: #151331;
}

.get_in .btn:hover {
  background-color: #8fa717;
}

.center-title .container-md {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.commentarea {
  position: fixed;
  z-index: 99999;
  top: 80%;
  right: 0px;
}

.commentarea:hover {
  right: 5px;
}

.comment_area {
  position: absolute;
  z-index: 999;
}

.page-id-454 .site_footer {
  position: relative;
  z-index: 999;
}

/* Sustainability Page */

.no_overlay .inner_banner_overlay {
  background-image: none;
}

.sustainability_banner .inner_banner_caption p {
  max-width: 606px;
}

.hunan_box_wrap {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hunan_box {
  background-color: #fff;
  padding: 24px;
  width: calc(48% - 5px);
}

.social_txt p {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.sustainability {
  background-color: var(--sabinsa-gray-100);
}

.sustainability .anchor_nav_area,
.social_txt {
  background-color: var(--sabinsa-white);
}

.human_sustain {
  padding-bottom: 0 !important;
}

/* Img gallery effect */

.csr-section {
  display: flex;
  flex-wrap: nowrap;
  gap: 26px;
  width: 100%;
  overflow: hidden;
}

.csr-item {
  position: relative;
  flex: 1;
  height: 479px;
  overflow: hidden;
  color: white;
  transition: flex 0.5s ease;
}

.csr-item:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
  /* transform: scale(1.15); */
}

.csr-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  transition: 0.3s ease;
}

.csr-number {
  background: #c3f047;
  color: #000;
  display: inline-flex;
  padding: 5px 10px;
  font-weight: 500;
  margin-bottom: 10px;
  width: 54px;
  font-size: 1.5rem;
  justify-content: center;
}

.csr-title {
  font-size: 1.6rem;
  font-weight: 500;
}

.csr-desc {
  margin-top: 8px;
  opacity: 0;
  max-height: 0;
}

.csr-item.first-load .csr-desc {
  opacity: 1;
  max-height: 200px;
}

.csr-item:hover .csr-desc {
  opacity: 1;
  max-height: 200px;
  /* enough space for text */
}


/* Img gallery effect end */

.social_gallery {
  padding-bottom: 100px;
}

.social_txt {
  padding-top: 100px !important;
}

/* environment_accordian */

.environment_accordian .container-md {
  max-width: 1000px !important;
}

.environment_accordian {
  background: url(/wp-content/uploads/2025/06/bg.webp) 0 0 no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.environment_accordian h2 {
  text-align: center;
  color: var(--sabinsa-white);
}

.environment_accordian p.sub_heading {
  padding-bottom: 40px;
  text-align: center;
  color: var(--sabinsa-info);
}

.environment_accordian.intcpb-accordion-section .card .card-header .btn-header-link,
.environment_accordian.intcpb-accordion-section .card .collapse,
.environment_accordian.intcpb-accordion-section .card .collapsing {
  background-color: #403F99;
  color: var(--sabinsa-white);
}

.environment_accordian.intcpb-accordion-section .card .collapse,
.environment_accordian.intcpb-accordion-section .card .collapsing {
  color: #A0C8F1;
}

.environment_accordian.intcpb-accordion-section .card .card-header .btn-header-link {
  font-size: 1.5rem;
  border-bottom: 1px solid transparent;
}

.environment_accordian.intcpb-accordion-section .card .card-header .btn-header-link[aria-expanded="true"] {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.en_accordian-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.en_accordian-lf {
  flex: 2;
}

.en_accordian-rg {
  flex: 1.7;
}

.environment_accordian.intcpb-accordion-section .card .card-header {
  box-shadow: none;
  /* border-bottom: 1px solid #403F99; */
}

.environment_accordian.intcpb-accordion-section .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  width: 36px;
  height: 36px;
  background: #C4DA54;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
}

.environment_accordian .styled_list {
  margin-bottom: 15px;
}

.philosophy_area .container-md {
  max-width: 1125px !important;
}

.philosophy_area {
  padding: 100px 0;
}

.avter_area {
  display: flex;
  align-items: center;
  gap: 16px;
}

.avter_area img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100px;
}

.philosophy_area_wrap {
  font-size: 1.3rem;
  font-weight: 500;
}

.philosophy_area_wrap {
  max-width: 735px;
}

.avter_area_txt {
  font-size: 16px;
  font-weight: normal;
}

.avter_area_txt span {
  font-weight: 500;
}

.quotation {
  position: absolute;
  top: 0;
  right: 0;
}

/* Award Page */
.award_top_area .anchor_nav_area {
  margin: 0;
}

.common_padding {
  padding: 100px 0;
}

.common_padding_bottom {
  padding: 0 0 100px 0;
}

.common_padding_top {
  padding: 100px 0 0 0;
}

.common_padding_50 {
  padding: 50px 0;
}

.award_top_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.award_top_area .search_form_wrapper {
  width: 447px;
  max-width: 100%;
}

.award_top_area .form-control {
  border-color: #E6E6F3;
}

.award_custom_tab .nav-pills .nav-link,
.research_papers_section .year-tabs ul li .nav-link {
  text-align: left;
  padding: 24px 0;
  font-size: 1.125rem;
  color: #9593AA;
  border-bottom: 1px solid #C6CDDB;
  border-radius: 0;
  width: 100%;
}

.award_custom_tab .nav-pills .nav-link.active,
.research_papers_section .year-tabs ul li .nav-link.active,
.research_papers_section .year-tabs ul li .nav-link:hover {
  background-color: transparent;
  color: #151331;
  border-color: #151331;
}

.tab-content-wrap,
.milestone-wrap {
  display: flex;
  /* gap: 50px; */
  flex-wrap: wrap;
  margin-top: 70px;
}

.tab-content-wrap:first-child {
  margin-top: 0;
}

.tab-content-wrap .carousel,
.tab-content-wrap .award-txt {
  flex: 1;
}

.award_custom_tab {
  margin-top: 70px;
  position: relative;
}

.award_custom_tab .nav-pills {
  flex-wrap: nowrap;
}

.award_custom_tab .carousel-indicators [data-bs-target] {
  margin-right: 6px;
  margin-left: 6px;
  width: 11px;
  height: 11px;
  border-radius: 50px;
  border: none;
  margin-bottom: 1.3rem;
}

.award_custom_tab .scroll-area::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}

.award_custom_tab .scroll-area::-webkit-scrollbar-track {
  background: #f5f5fb;
  border-radius: 0;
}

.award_custom_tab .scroll-area::-webkit-scrollbar-thumb {
  background: #868686;
}

.award_custom_tab .scroll-area::-webkit-scrollbar-thumb:hover {
  background: #383838;
}

.scroll-area {
  height: 375px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 60px;
}

/* News details Page */

.news_header {
  background: url("../images/banner_news.webp") 0 0 no-repeat;
  background-size: cover;
  padding: 150px 0 300px 0;
  color: var(--sabinsa-white);
}

.news_header label {
  background-color: #C4DA54;
  padding: 4px 12px;
  display: inline-block;
  font-size: 14px;
  color: #151331;
  margin-bottom: 16px;
}

.dateAndsocialarea,
.social_area ul,
.rgtArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dateAndsocialarea {
  row-gap: 10px;
}

.social_area ul {
  justify-content: flex-start;
  gap: 8px;
}

.social_area ul li {
  background-color: #1877F2;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: var(--sabinsa-white);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.social_area ul li:hover {
  transform: scale(1.1);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.social_area ul li:nth-child(2) {
  background-color: #000;
}

.social_area ul li:nth-child(2) a {
  padding: 7px;
}
.social_area ul li:nth-child(2) svg {
  height: 15px;
}
.social_area ul li:nth-child(3) {
  background-color: #0077B5;
}

.social_area ul li a {
  color: var(--sabinsa-white);
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.rgtArea {
  gap: 20px;
}

.dateAndsocialarea {
  font-size: 14px;
}

.news_banner {
  margin-top: -250px;
  margin-bottom: 50px;
  position: relative;
}

.news_sidebar {
  padding-left: 52px;
}

.news_sidebar .article_card {
  display: flex;
  gap: 16px;
  margin-top: 48px;
}

.news_sidebar .card_img {
  flex: 1.3;
}

.news_sidebar .card_img img {
  height: 100%;
  object-fit: cover;
}

.news_sidebar .card_txt {
  flex: 4;
}

.news_sidebar .date {
  font-size: 14px;
  padding: 0 0 1rem;
  color: #6B7280;
  font-weight: normal;
}

.news_sidebar h4 {
  text-transform: uppercase;
}

.news_content ul {
  margin: 0 0 1rem;
}

.exploreSection {
  background-color: #F5F5FB;
  margin-top: 60px;
}

.explore_slider_wrapper {
  margin-top: 50px;
}

.explore_slider_wrapper .team_member_image {
  min-height: 300px;
}

.laftArea i {
  margin-right: 5px;
}

/* Manufacture Page */
.manufac_banner h1,
.manufac_banner p {
  max-width: 657px;
}

.m_top_txt .container-md {
  max-width: 1024px !important;
}

.m_box_area h2 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  font-weight: 500;
}

.box_img_area {
  position: relative;
}

.location_tag {
  position: absolute;
  bottom: 0;
  padding: 8px 12px;
  font-size: 1.1rem;
  background-color: var(--commonColor);
  font-weight: 500;
}

.box_img_area p {
  display: none;
}

.m_box_area {
  margin-bottom: 1.5rem;
}

.m_box_area:last-child {
  margin-bottom: 4.5rem;
}

/* Founder Page */
.founder_header {
  background: url(../images/founder/founder_banner_bg.webp) 0 0 no-repeat;
  background-size: cover;
  padding-bottom: 0;
  min-height: 550px;
}

.founder_header h2 {
  font-size: 3.9rem;
  text-transform: uppercase;
}

.founder_header p {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}

.datesection {
  font-size: 18px;
  text-transform: none;
}

.founder_banner {
  margin-top: -180px;
}

.founder_banner .container-md {
  background: var(--sabinsa-gray-100);
}

.founder_banner .col-md-8 {
  padding: 0;
}

.founder_banner .col-md-4 .column-content {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 30px;
  font-size: 18px;
  color: #1F2937;
}

.founder_member .col-md-4,
.founder_member .col-md-8 {
  padding: 0;
}

.founder_member .col-md-8 .column-content {
  background-color: var(--sabinsa-primary);
  padding: 50px;
  color: var(--sabinsa-white) !important;
}

.founder_member h3,
.common_title h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  padding-left: 50px;
}

.common_title h3 {
  padding-left: 0;
}

/* Date Ul */
.date_Ul li {
  position: relative;
  padding-left: 124px;
  margin-bottom: 24px;
}

.date_Ul li:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 48px;
  background: url(../images/founder/date_line.svg) 0 0 no-repeat;
  left: 50px;
  bottom: -15px;
}

.date_Ul li:last-child:after {
  display: none;
}

.date_Ul li span {
  padding: 21px 23px;
  display: inline-block;
  position: absolute;
  left: 0;
  background: var(--commonColor);
  font-size: 1.5rem;
  font-weight: 700;
}

.legacy_area {
  background: url(../images/founder/legacy_bg.webp) no-repeat center center / cover;
  background-size: cover;
  color: var(--sabinsa-white);
  margin-top: 100px;
}

.legacy_area p {
  color: var(--sabinsa-white);
}

.legacy_area .col-md-6:nth-child(2) {
  padding: 80px 60px;
}

.legacy_area .img_effect {
  margin-top: -70px;
}

.found_img1 {
  transform: rotate(-4.542deg);
  flex-shrink: 0;
}

.found_img2 {
  transform: rotate(3.948deg);
  flex-shrink: 0;
  margin-left: 50px;
}

/* Global Office Page */
.global_area {
  margin-top: 0 !important;
}

.global_area h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.global_area h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.global_area .row {
  row-gap: 30px;
}

.global_area .column-content {
  background: url(../images/noise.webp) no-repeat bottom right / cover;
  padding: 20px;
  height: 100%;
}

.global_area .g_small_txt {
  font-size: 13px;
  margin-bottom: 15px;
}

.global_area ul li {
  font-weight: 500;
  margin-bottom: 10px;
}

.global_area ul li:last-child {
  margin-bottom: 0;
}

/* Associated Companies Page */
.associated_banner .inner_banner_caption {
  max-width: 896px !important;
  bottom: auto !important;
  top: 38%;
  text-align: center;
}

#country_carosel .owl-dots {
  display: none;
}

#country_carosel {
  margin-top: -71px;
  position: relative;
  z-index: 9;
}

#country_carosel .image-carousel {
  background-color: var(--sabinsa-white);
  padding: 15px 25px;
}

#country_carosel .owl-carousel .owl-nav button.owl-next,
#country_carosel .owl-carousel .owl-nav button.owl-prev {
  font-size: 46px !important;
}

#country_carosel .owl-carousel .owl-nav button.owl-prev {
  left: -18px;
}

#country_carosel .owl-carousel .owl-nav button.owl-next {
  right: -18px;
}

#country_carosel .image-align-center a {
  pointer-events: none;
  cursor: default;
}

#country_carosel .image-carousel .item {
  padding: 0;
  height: auto;
}

#country_carosel .image-carousel .item .parah {
  opacity: 1;
  background-image: linear-gradient(to top, #1C1B2E 0%, rgba(0, 0, 0, 0) 33%);
  height: 100%;
  flex-shrink: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
}

#country_carosel .item img {
  filter: grayscale(100%);
  transition: all 0.25s ease;
  border-radius: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  height: 105px;
  object-fit: cover;
  object-position: top center;
}

#country_carosel .item:hover img {
  filter: grayscale(0%);
  outline-color: var(--sabinsa-primary);
}

#country_carosel .image-carousel .item .parah p {
  line-height: 1;
}

#country_carosel .image-carousel .item .parah a {
  color: var(--sabinsa-white);
}

#country_carosel .image-carousel .item .parah a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}

.box_flip .row {
  flex-direction: row-reverse;
}

.box_flip img {
  position: relative;
  margin-left: -24%;
  z-index: -1;
}

.associated_section h2 {
  padding: 2rem;
  background: #f5f5fb;
  margin-bottom: 0 !important;
}

.associated_section .associated_content {
  padding-top: 0 !important;
  font-weight: 400;
}

.associated_section ul {
  display: flex;
  flex-wrap: wrap;
}

.associated_section ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.associated_section ul li {
  flex: 0 0 calc(25% - 0px);
  box-sizing: border-box;
  font-weight: 400;
  list-style-type: disc;
}

/* Team page */
.section-padding {
  width: 1300px;
  margin: 0 auto;
  padding: 120px 0 0;
}

.section-padding .owl-item .item {
  transform: translate3d(0, 0, 0);
  /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  padding: 160px 0 0 0;
  /* OVERWRITE PLUGIN MARGIN */
  height: 100%;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.screenshot_slider .owl-item .item img {
  /* -webkit-transition: 0.3s; */
  /* -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); */
  /* -o-transition: 0.3s; */
  /* -webkit-transform: scale(1.5); */
  /* -ms-transform: scale(1.5); */
  /* transition: filter 0.3s ease; */
  /* opacity: 0.5; */
  height: 100%;
  transform: scale(1.25);
  filter: grayscale(100%) contrast(0.5);
  transition: all 0.25s ease-in-out;
  transform-origin: bottom center;
  object-position: bottom center;
  object-fit: contain;
}

.screenshot_slider .owl-item.center .item img {
  /* -webkit-transform: scale(2.9);
  -ms-transform: scale(2.9); */
  /* opacity: 1; */
  transform: scale(1.75);
  filter: grayscale(0%) drop-shadow(0 0.25rem 0.25rem #000);
}

.screenshot_slider .owl-item.active {
  z-index: 4;
}

.screenshot_slider .owl-item.active .item {
  opacity: 1;
}

.screenshot_slider .owl-item.active.center + .active + .active {
  z-index: 3;
}

.screenshot_slider .owl-item.center {
  z-index: 5;
}

.screenshot_slider .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.screenshot_slider .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  color: #033aff !important;
}

.screenshot_slider .owl-stage-outer .owl-stage {
  display: flex;
}

.screenshot_slider .owl-dots {
  display: none !important;
}

.team_container {
  /* margin-top: -130px; */
  /* z-index: 99; */
  background: url(/wp-content/uploads/2025/06/team_bg.webp) 0 0 no-repeat;
  background-size: cover;
  padding: 60px;
  position: relative;
  margin-bottom: 100px;
}

#member-name {
  text-transform: uppercase;
}

#member-role {
  font-weight: 400;
}

.screenshot_slider.owl-carousel .owl-nav button.owl-prev {
  left: -21px;
}

.screenshot_slider.owl-carousel .owl-nav button.owl-next {
  right: -21px;
}

/* Product Deatils Page */

.product_header .container-md {
  max-width: 1300px !important;
  text-align: center;
}

.product_header label {
  background-color: rgba(0, 0, 0, 0.898);
  color: var(--sabinsa-white);
}

.product_header {
  min-height: 338px;
  background: url(../images/products/pro_details_banner.webp) 0 0 no-repeat;
  background-size: cover;
}

.product_header h1 {
  font-size: 2rem;
}

.search-bar {
  margin-top: 10px;
}

.search-bar #search-input {
  padding: 10px;
  width: 280px;
  font-size: 12px;
  margin-right: 10px;
  border: none;
  height: 50px;
}

.search-bar #productTableFilter {
  /* padding: 10px; */
  font-size: 1em;
  width: 222px;
  border-color: var(--sabinsa-border-color);
  margin-left: 16px;
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.product-table th,
.product-table td {
  text-align: left;
  border-bottom: 6px solid var(--sabinsa-white);
  background: var(--sabinsa-gray-100);
}

.product-table th {
  background-color: #008043;
  color: white;
  padding: 22px 32px;
}

.product-table td {
  background: var(--sabinsa-gray-100);
  padding: 32px;
}

.product-table tr:hover {
  background-color: #f1f1f1;
}

.product_table_area {
  margin-top: -246px;
  background: #fff;
  padding: 20px;
  box-shadow: 7px 29px 30px 0px rgba(39, 34, 92, 0.08);
}

.search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.search_area {
  border: 1px solid var(--sabinsa-border-color);
  padding-right: 5px;
}

.search_submitb {
  background-color: var(--commonColor);
  border: none;
  width: 40px;
  height: 40px;
}

.search_submitb svg {
  width: 16px;
  height: 16px;
}

#product-list h4 {
  font-size: 1.3rem;
}

#product-list h4 span,
.small_txt {
  display: block;
  font-size: 14px;
  color: #8A88A2;
  font-style: italic;
  font-weight: 400;
}

.patent-section {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.patent-item {
  background: var(--sabinsa-white);
  box-shadow: 7px 29px 30px 0px rgba(39, 34, 92, 0.08);
  padding: 32px;
  width: calc(50% - 16px);
}

.patent-wrap h3,
.discla_section {
  text-align: center;
}

.patent-number {
  font-size: 18px;
  font-weight: 500;
}

.get_in_tuch {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #008043;
  color: var(--sabinsa-white);
  gap: 36px;
  padding: 50px;
  margin-top: 100px;
}

.get_in_tuch h2 {
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.Other_ingredients {
  margin-top: 0;
  background-color: var(--sabinsa-white);
}

.other_info,
.display_logo .item {
  padding: 3.5rem 2.5rem;
  background: url(../images/noise.webp) no-repeat bottom right / cover;
  height: 100%;
}

.other_info h4 {
  /* min-height: 44px; */
  /* margin: 24px 0 44px 0; */
  padding-bottom: 0;
  font-size: 1.2rem;
}

/* Milestone Page */
.milestone_banner .inner_banner_caption p {
  max-width: 846px;
}

.milestone-wrap {
  margin-top: 0;
  background: url(../images/milestone/milestone_bg.webp) no-repeat top center / cover;
  padding: 25px;
  color: var(--sabinsa-white);
}

.milestone-wrap h2 {
  font-size: 1.9rem;
}

.milestone-wrap:nth-child(2n) {
  flex-direction: row-reverse;
}

/* .milestone-wrap .award-txt {
  height: 600px;
  overflow-y: auto;
  padding-right: 20px;
} */

.milestone-wrap {
  gap: 30px;
}

.milestone_slider_content .milestone-info {
  height: 400px;
}

/* Custom Manufacturing Page */
.reverse_area .container-md {
  flex-direction: column-reverse;
  display: flex;
  flex-wrap: wrap;
}

.research-facilities {
  background-color: #4b1e8e;
  color: white;
  padding: 50px;
}

.research-facilities h2,
.plot_txt h3,
.plot_txt h4,
.light-box h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

.facility {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 20px;
}

.facility img {
  width: 70px;
  height: 70px;
}

.plot_area .card-img-top {
  border-radius: 0;
}

.plot_area {
  background-color: var(--sabinsa-gray-100);
}

.plot_txt {
  padding: 40px 50px 40px 20px;
}

.plot_txt ul {
  margin-bottom: 40px;
}

.plot_txt ul:last-child {
  margin-bottom: 0;
}

.plot_txt h3,
.plot_txt h4 {
  text-transform: uppercase;
}

.offshore div:last-child[class^=col-] .associated_content,
.offshore h2 {
  background-color: var(--sabinsa-primary);
  color: var(--sabinsa-white) !important;
}

.capability-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.manufacturing .styled_list ul li:not(:last-child),
.capability.styled_list ul li:not(:last-child) {
  margin-bottom: 0;
}

.plot_area .img_effect {
  border-radius: 0;
  height: 100%;
}

.offshore,
.facilities_title,
.manufacturing,
.capability,
.leaves {
  position: relative;
}

.offshore:before,
.facilities_title:before,
.manufacturing:before,
.capability:before,
.leaves:after {
  position: absolute;
  content: "";
  width: 550.329px;
  height: 550.263px;
  flex-shrink: 0;
  background: url(../images/blur-1.svg) 0 0 no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}

.facilities_title:before {
  background: url(../images/blur.svg) 0 0 no-repeat;
  width: 428px;
  height: 455px;
  left: auto;
  right: 0;
  top: -180px;
}

.manufacturing:before,
.capability:before,
.leaves:after {
  background: url(../images/leaf.svg) 0 0 no-repeat;
  width: 188px;
  height: 357px;
  left: auto;
  right: 0;
  top: 10%;
}

/* Contract Manufaturing Page */

.light-box {
  background-color: var(--sabinsa-gray-100);
  padding: 50px 30px;
}

.quality_section ul {
  display: block;
  margin: 0;
}

.quality_section ul li {
  list-style-type: none;
}

.quality_section h2 {
  background-color: transparent;
  padding-bottom: 1rem;
  padding-left: 0;
}

.quality_section div:last-child[class^=col-] .associated_content {
  padding-top: 2rem !important;
  background-color: var(--sabinsa-senary);
  color: var(--sabinsa-white);
}


.capacity-card {
  background: url(../images/noise.webp) no-repeat bottom right / cover;
  text-align: left;
  padding: 32px;
  height: 100%;
  transition: all 0.3s ease;
}

.capacity-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.capacity-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #0f0f2d;
}

.capacity-value {
  color: #555;
  font-size: 0.95rem;
}

.custom-col-5 {
  width: 18%;
  /* 100 / 5 = 20% */
  flex: 0 0 auto;
}

.capacity-icon {
  margin-bottom: 24px;
}

.advantages-section {
  background: url(../images/contract/advant_bg.webp) 0 0 no-repeat;
  background-size: cover;
  /* green gradient */
  color: white;
  padding: 40px;
  height: 100%;
}

.advantages-section h3 {
  font-weight: 700;
  margin-bottom: 25px;
}

.full-height {
  height: 100%;
}

/* Ingredients Page */

.ingredients_banner .container-md .bannerwrap {
  max-width: 529px;
}

.logo_area {
  display: flex;
  /*background: var(--sabinsa-white);*/
  width: 232px;
  height: 105px;
  padding: 14px 28px 14px 0;
}

.bannerwrap p {
  padding: 40px 0;
	  padding: 40px 0;
 /* text-shadow: 3px 1px 3px #222;*/
}

.top_img {
  margin-top: -70px;
}

.indigrant_slider .other_info h4 {
  margin: 0;
}

.badge-custom {
  padding: 8px 16px;
  background-color: #D0F1E1;
  font-size: 18px;
}

.traditional {
  background: url(../images/ingredients/ben_bg.webp) 0 0 no-repeat;
  background-size: cover;
}

.Other_ingredients .badge {
  border: 1px solid #D0D0DD;
  font-size: 14px;
  color: #44434F;
  border-radius: 0;
  padding: 6px;
}

.cirpusins.leaves:after {
  top: auto;
  bottom: 0;
}

.founder_video {
  height: 517px;
}

.founder_video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1600px) {
  .explore_slider_wrapper {
    padding-bottom: 70px;
  }

  .exploreSlider_next,
  .exploreSlider_prev {
    top: 100% !important;
  }

  .exploreSlider_next {
    right: calc(50% - 60px) !important;
  }

  .exploreSlider_prev {
    left: calc(50% - 60px) !important;
  }
}

.object-position-top {
  object-position: top center;
}

.award_image_slider .swiper_pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  gap: 4px;
}

.award_image_slider .swiper_pagination .swiper-pagination-bullet,
.inner_banner_slider .swiper_pagination .swiper-pagination-bullet {
  background: #fff !important;
  width: 12px;
  height: 12px;
  opacity: 0.25;
  border: none;
}

.award_image_slider .swiper_pagination .swiper-pagination-bullet-active,
.inner_banner_slider .swiper_pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.get_in .row div[class*="col-"]:first-child .column-content,
.get_in .row div[class*="col-"]:first-child .column-content p {
  height: 100%;
}

.map_regions_list {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.map_regions_list .map_region_item button {
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--sabinsa-gray-500);
  transition: all .25s ease-in-out;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--sabinsa-gray-400);
}

.map_regions_list .map_region_item button.active,
.map_regions_list .map_region_item button:hover {
  color: var(--sabinsa-gray-900);
  border-color: var(--sabinsa-gray-900);
}

.map_regions_list .map_region_item:first-child button {
  border-top: 1px solid var(--sabinsa-gray-400);
}

.non_gmo_card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border-color: var(--sabinsa-quinary) !important;
}

.corporate_video_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sabinsa-primary);
  color: var(--sabinsa-white);
  padding: 20px;
  text-decoration: none;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.corporate_video_link:hover {
  background-color: rgba(var(--sabinsa-primary-rgb), 0.75);
  color: var(--sabinsa-white);
  opacity: 1;
}

.corporate_video_link svg {
  width: 32px;
  height: 32px;
}

.gallery_card ._expand_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.gallery_card:hover ._expand_image {
  opacity: 1;
}

.gallery_card ._expand_image svg {
  width: 48px;
  height: 48px;
  color: var(--sabinsa-white);
}

/* Dr Kalam Page */

.k_banner_top {
  padding-top: 100px;
}

.k_banner_top .image-carousel .item img {
  border-radius: 0;
}

.kalam_page h2,
.kalam_page h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

.convergence_area {
  background-color: #E9F5EF;
}

.culture_area {
  background: url(/wp-content/uploads/2025/06/bg.webp) 0 0 no-repeat;
  background-size: cover;
}

.kalam_page ol {
  padding-left: 14px !important;
}

.kalam_page ol li {
  margin: 8px 0;
}

.kalam_page .alignleft {
  float: left;
  margin-right: 30px;
}

.learning_area {
  background: url(/wp-content/uploads/2025/07/bg_2.webp) 0 0 no-repeat;
  background-size: cover;
}

.kalam_page .styled_list ul {
  margin-bottom: 20px;
}

.sitemap_card_heading {
  font-weight: 500;
}

.sitemap_card_heading.no_link {
  padding: 0.5rem 1rem;
  color: var(--sabinsa-white);
  background-color: var(--sabinsa-primary);
}

.sitemap_card_heading a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  color: var(--sabinsa-white);
  background-color: var(--sabinsa-primary);
}

.sitemap_card_heading a svg {
  width: 20px;
  height: 20px;
  margin-left: auto;
  flex-shrink: 0;
}

.sitemap_card_heading a:hover {
  background-color: var(--sabinsa-quinary);
}

.sitemap_card .menus {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sitemap_card .menus a {
  padding: 0.25rem 0.5rem;
  color: var(--sabinsa-gray-900);
  background-color: var(--sabinsa-white);
  border: 1px solid var(--sabinsa-gray-300);
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sitemap_card .menus a:hover {
  background-color: var(--sabinsa-gray-100);
  color: var(--sabinsa-gray-900);
}

.sitemap_card .menus a svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-left: auto;
  opacity: 0.5;
}

.sitemap_card .menus a + .menus {
  margin-top: 0.125rem;
  padding-left: 0.5rem;
}

.global_area .row > div[class*="col-"] {
  display: none;
}

.global_area .row > div[class*="col-"]:nth-child(-n+6) {
  display: block;
}

.intellectual_banner_caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.patent_countries_wrap {
  margin-top: -15%;
  position: relative;
  z-index: 1;
  box-shadow: 7px 29px 30px 0px rgba(39, 34, 92, 0.08);
}

.country_card {
  padding-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--sabinsa-gray-900);
  position: relative;
  border: 1px solid var(--sabinsa-gray-400);
  background-color: var(--sabinsa-white);
}

.country_card img {
  width: auto;
  height: 52px;
  object-fit: contain;
  border: 2px solid var(--sabinsa-light);
}

.country_card ._badge {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: var(--sabinsa-quinary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sabinsa-white);
  transition: all 0.25s ease-in-out;
}

.country_card:hover ._badge {
  background-color: var(--sabinsa-secondary);
  color: var(--sabinsa-dark);
}

.country_card:hover {
  background-color: var(--sabinsa-senary);
  color: var(--sabinsa-white);
  border-color: var(--sabinsa-senary);
}

.patent_card_body {
  background-color: #F5F5FB;
  background-image: url(../images/card_gradient_bg.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.patent_card_header ._icon {
  width: auto;
  height: 48px;
  flex-shrink: 0;
}

.patent_card .patent_card_header {
  background-color: var(--sabinsa-primary);
  color: var(--sabinsa-white);
}

.patent_card.expired .patent_card_header {
  background-color: #AFAFAF;
}

.patent_card_body .expired_tag {
  background-color: var(--sabinsa-senary);
  color: var(--sabinsa-white);
  padding: 4px 32px;
  position: absolute;
  bottom: 15px;
  right: -35px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  transform: rotate(-45deg);
  transform-origin: bottom center;
  text-align: center;
}

.link_btn svg {
  width: 16px;
  height: 16px;
}

/* Corporate Video page */
.corporate_videos_section .corporate_video_card:nth-child(2n) .row,
.webinars_section .webinar_card:nth-child(2n) .row {
  flex-direction: row-reverse;
}

.blur {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.blur_1 {
  top: 3%;
}

.blur_2 {
  top: 40%;
  left: auto;
  right: 0;
}

.leaf {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

.presentation-card .card_image_wrapper {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}

.presentation-section {
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
}

.ratio-965 {
  aspect-ratio: 965.00/538.45;
}

.ad_container:nth-child(3) {
  background-color: #F5F5FB;
}

.coffee-table-book-card {
  position: relative;
}

.coffee-table-book-card a h3 {
  color: #1F2937;
}

.coffee-table-book-card ._image {
  z-index: 1;
}

.coffee-table-book-card ._image .expand_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: var(--sabinsa-white);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.coffee-table-book-card:hover ._image .expand_icon {
  opacity: 1;
}

.coffee-table-book-card ._image .expand_icon svg {
  width: 48px;
  height: 48px;
}

.coffee-table-book-card ._3d-flip-book {
  z-index: 2;
}

.coffee-table-book-card ._3d-flip-book:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.small_info span {
  color: #6B7280;
}

.food-header .container-md,
.food-sections .container-md {
  max-width: 1100px !important;
}

.food-sections .news_banner {
  margin-bottom: 0;
}

.date_Ul.number li span {
  padding: 0;
  display: flex;
  position: absolute;
  left: 0;
  background: var(--commonColor);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  top: -7px;
}

.date_Ul.number li {
  padding-left: 50px;
  margin-bottom: 34px;
  min-height: 40px;
}

.date_Ul.number li:after {
  width: 2px;
  height: 28px;
  left: 19px;
  bottom: auto;
  top: 37px;
}

.float-img {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

/* .dataTables_length {
  opacity: 0;
  display: none;
} */

/* .product_table_area .table-responsive {
  margin-top: -44px;
} */

.product_table_area .table-responsive .dataTables_filter {
  margin-bottom: 20px;
}

.product_table_area .filter_area {
  position: relative;
  z-index: 1;
}

/* Appointment Page */
.ev_2,
.event_joinus {
  display: flex;
  align-items: center;
}

.event_joinus {
  gap: 60px;
  max-width: 1268px;
  align-items: center;
  justify-content: center;
  background: url(../images/form-area.png) 0 0 no-repeat;
  padding: 30px;
  background-size: cover;
  margin: -58px auto 0 auto;
}

.ev_2 {
  max-width: 260px;
  gap: 10px;
}

.ev_2:nth-child(3) {
  max-width: 230px;
}

.ev_1 {
  font-size: 24px;
}

.highlights_area .item img {
  width: 70px !important;
  margin: 20px auto;
}

.counting_area {
  max-width: 1058px;
  margin: 0 auto;
  padding: 70px;
  background: url(../images/counter_bg.webp) 0 0 no-repeat;
  background-size: cover;
}

.counting {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  font-weight: 600;
  gap: 25px;
  margin-bottom: 34px;
}

.counting span {
  font-size: 16px;
  display: block;
  font-weight: normal;
}

.display_logo .item {
  text-align: left;
}

.display_logo .item img {
  height: 88px;
  margin-bottom: 20px;
  width: auto !important;
}

.display_logo .item h5 {
  font-size: 18px;
  font-weight: 500;
}

.display_logo .owl-carousel .owl-stage {
  display: flex;
}

.booking_area .col-md-6:nth-child(2) .column-content {
  padding: 70px;
  background: url(../images/con_bg.webp) 0 0 no-repeat;
  background-size: cover;
  color: #fff !important;
}

.booking_area .col-md-6:nth-child(2) .column-content img {
  margin: 0;
  filter: brightness(0) invert(1);
}

.event_appoints .inner_banner .container-md {
  max-width: 736px !important;
  text-align: center !important;
  top: 40% !important;
}

.banner-logo {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.banner-logo .container-md {
  max-width: max-content !important;
}

/* Research papers */
.research_papers_section .award_top_area {
  justify-content: flex-end;
}

.research_papers_section .year-tabs .nav {
  top: 0 !important;
}

.research_papers_section .year-tabs ul li {
  width: 100%;
}

.bage-area .badge {
  height: 34px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  margin: 3px 0;
}

table.dataTable.display.product-table > tbody > tr:first-child > td,
table.dataTable.display.product-table > tbody > tr > td {
  border-width: 6px 0 0 0;
  border-style: solid;
  border-color: var(--sabinsa-white);
}

table.dataTable.no-footer.product-table {
  border-bottom: none;
}

#productTable_wrapper.dataTables_wrapper .dataTables_length {
  float: right;
}

#productTable_wrapper.dataTables_wrapper .top {
  display: flex;
  gap: 20px;
}

#productTable_wrapper.dataTables_wrapper .dataTables_filter {
  order: 1;
}

#productTable_wrapper.dataTables_wrapper .filter_area {
  order: 2;
}

#productTable_wrapper.dataTables_wrapper .dataTables_filter label {
  display: flex;
  align-items: center;
  gap: 10px;
}

#productTable_wrapper.dataTables_wrapper .dataTables_filter input {
  height: 50px;
  border-radius: 0;
  border: 1px solid var(--sabinsa-border-color);
}

/* Brands page */

.brandspage .inner_banner_caption {
  padding-bottom: 150px !important;
}

.brand_section .search-bar {
  display: flex;
  width: 1113px;
  padding: 16px 32px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  background: var(--White);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
  /* margin: -50px auto 0 auto; */
  position: relative;
  z-index: 1;
  background: #fff;
}

.brand_section .search_form_wrapper .search_field {
  font-size: 16px;
}

.brand_section .search_form_wrapper {
  width: 387px;
}

.brand_section .filter_area select {
  width: 250px;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #E6E6F3;
}

.brand_section .filter_area {
  display: flex;
  gap: 16px;
}

.brand_section .brand-card {
  padding: 20px;
  padding-top: 0;
  height: 100%;
}

.brand-card .card_image_wrapper {
  top: -44px;
}

.bagearea {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.bagearea span {
  border: 1px solid #D0D0DD;
  padding: 2px 6px;
  font-size: 10px;
  background-color: #f2f2f2;
  /* display: inline-block; */
  /* margin: 3px; */
}

/* .brand-card .hstack {
  height: 60px;
} */

.product-table + .bottom {
  display: flex;
  align-items: center;
  padding: 12px 0;
  background: var(--sabinsa-white);
  font-size: 14px;
  gap: 16px;
}

.product-table + .bottom .dataTables_info {
  padding: 10px 16px;
  background-color: rgba(var(--sabinsa-secondary-rgb), 0.1);
  border: 1px solid rgba(var(--sabinsa-secondary-rgb), 0.2);
}

.product-table + .bottom .dataTables_paginate {
  margin-left: auto;
}

.product-table + .bottom .dataTables_length select {
  border-radius: 0;
  border: 1px solid var(--sabinsa-border-color);
  padding: 4px 16px 4px 4px;
}

.presentation_form {
  padding: 50px;
  background: #FFF;
  box-shadow: 0 28px 30px 0 rgba(39, 34, 92, 0.08);
}

.presentation_form .form-control {
  background-color: #F5F5FB;
  border: none;
}

.presentation_form .form-control-sm {
  color: #939397;
  font-style: italic;
}

.filter_area select {
  width: 220px;
}

.authors_wrap .author {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  cursor: help;
}

.authors_wrap .author:hover {
  background-color: var(--sabinsa-tertiary) !important;
  color: var(--sabinsa-white) !important;
}

.authors_wrap .author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mimg-area {
  aspect-ratio: 14 / 12;
}

.mimg-area img {
  height: 100% !important;
  object-fit: cover;
  object-position: top;
}

.content-scroll {
  height: 200px;
  overflow-x: auto;
  margin-bottom: 25px;
}

.new_product_logo {
  width: 180px;
  max-width: 100%;
  height: 60px;
  object-fit: contain;
  object-position: left center;
}

/* product faq page */

.aclist ul {
  margin: 0 20px;
}

.presentation_form .wpcf7-response-output {
  text-align: center;
  margin-top: 15px !important;
}

.presentation_form .submit_wrapper p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.presentation_form .submit_wrapper p .wpcf7-spinner {
  margin: 10px auto 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.pro-faq .accordion-button.collapsed {
  background-color: #F5F5FB !important;
}

.max_w_none {
  max-width: none !important;
}

.brand-card > .card_image_wrapper {
  top: 0;
}

.brand_search_form .search_input_wrapper {
  width: 280px;
}

.brand_search_form .search_filter {
  width: auto;
}

.brand_search_form .search_filter .form-select {
  width: 200px;
}

.brand-card {
  position: relative;
}

.brand-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
  background: url('../images/brand_card_bg.webp') no-repeat center center / cover;
  top: 100px;
  left: 0;
}

.brand-card > * {
  position: relative;
  z-index: 1;
}

.product_patent_link {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.product_patent_link svg {
  display: block;
  width: 100%;
  height: 100%;
}

.home .menu-item-home {
  display: none !important;
}

.home .founder_logo_overlay {
  display: none;
}

.slider_navigation.swiper-button-next:after,
.slider_navigation.swiper-button-prev:after {
  display: none;
}

#country_carosel.is-sticky {
  position: fixed;
  top: 160px;
  /* same as header height */
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: hsla(0, 0%, 100%, .8);
  backdrop-filter: blur(5px);
}

.brand_card_logo {
  width: auto;
  max-width: 100%;
  height: 30px;
  object-fit: contain;
  object-position: left center;
}

.benefit_item ._icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  padding: 1rem;
  border: 1px solid #D0D0DD;
  background-color: #F5F5FB;
  border-radius: 50%;
}

.benefit_item ._icon img,
.benefit_item ._icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand_right_col_card ._icon {
  width: 24px;
  height: 24px;
}

.mega-menu-description {
  display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard {
  padding: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-grid > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 700;
}

.milestone-wrap .styled_list li a {
  color: #fff;
}

.award_custom_tab .slider_navigation.swiper-button-lock {
  display: none !important;
}

.award_image_slider .slider_navigation.swiper-button-lock {
  display: none !important;
}

.btn-outline-primary {
  background-color: #008043;
  color: #fff;
}

.btn-outline-primary:hover {
  background-color: #01552d;
  color: #fff;
}

.custom-top-menu button {
  border: 1px solid #008043 !important;
  color: #050505 !important;
}

.custom-top-menu button.active {
  color: #fff !important;
}

.logo_area img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.no-bg.custom-top-menu button {
  border: none !important;
  border-left: 1px solid #008043 !important;
  color: #050505 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

.no-bg.custom-top-menu li:first-child button {
  border: none !important;
}

.no-bg.custom-top-menu button.active {
  color: #008043 !important;
}

#pills-tabContent nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 4 items per row */
  gap: 0px;
  /* spacing between items */
  list-style: none;
  /* optional: remove bullets */
  padding: 0;
  margin: 0;
}

#pills-tabContent nav ul li {
  position: relative;
  padding: 10px;
}

/* #pills-tabContent nav ul li:before {
  position: absolute;
  font-family: "dashicons";
  content: "\f504";
  top: 5px;
  left: 0;
  font-size: 23px;
  display: inline-block;
  vertical-align: middle;
} */

#pills-tabContent nav ul li a {
  font-size: 15px;
  color: #050505;
  display: flex;
  align-items: flex-start;
}

#pills-tabContent nav ul li a:hover,
#pills-tabContent nav ul li:hover:before {
  color: #008043 !important;
}

.map_toggle_btn[aria-expanded=true] {
  background-color: #fff;
  color: #000;
}

.map_toggle_btn ._icon {
  width: 16px;
}

.map_toggle_btn[aria-expanded=true] ._icon {
  transform: rotate(180deg);
}

.milestone_slider_container {
  position: relative;
}

.milestone_slider_container .slider_navigation {
  position: absolute;
  top: 149px;
}

.milestone_slider_container .slider_navigation.milestone_slider_prev {
  left: -60px;
}

.milestone_slider_container .slider_navigation.milestone_slider_next {
  right: -60px;
}

.research_development_content {
  position: relative;
}

.research_development_content.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rdShowMoreLessBtn {
  transition: transform 0.3s ease;
}

.rdShowMoreLessBtn .arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}

.rdShowMoreLessBtn.expanded .arrow {
  transform: rotate(180deg);
}

.custom-top-menu button {
  border-radius: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary img {
  width: 25px !important;
  height: auto !important;
  max-width: none !important;
  padding-right: 0 !important;
}

.year-area {
  display: none;
}

.search-results .banner_caption {
  display: none;
}

.custom_pagination .nav-links {
  display: flex;
}

.custom_pagination .nav-links .page-numbers {
  width: auto;
  padding: 0 15px;
}

/* .for-svg svg {
  width: 24px;
} */

.milestone-info {
  overflow-y: auto;
  height: 542px;
  overflow-x: hidden;
  padding-right: 20px;
}

.grecaptcha-badge {
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
  z-index: 9999 !important;
}

.history_slider_next {
  right: -70px;
}

.history_slider_prev {
  left: -70px;
}

.mega-menu-item-block-9 {
  text-align: center !important;
  padding: 10px !important;
}

.mega-menu-item-block-9 a {
  font-size: 15px;
  color: #050505;
  text-transform: uppercase;
  font-weight: 600;
}

.mega-menu-item-block-9 a:hover {
  color: #008043;
}

.ingredients_banner .inner_banner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  top: 0;
  left: 0;
  z-index: 1;
}

.team-banner img {
  max-height: 400px;
}

.milestone_slider_thumbs:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  width: calc(100% - 100px);
  height: .125rem;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #A8A8C5 50%, rgba(255, 255, 255, 0) 0%);
  background-position: 0 0;
  background-size: 0.25rem .0125rem;
  background-repeat: repeat-x;
  animation: slideBackground 10s linear infinite;
  z-index: 1;
}

.milestone_slider_thumbs .swiper-wrapper {
  z-index: 2;
}

.newsletter_section .wpcf7-submit {
  height: 50px;
}

.chevron_icon {
  width: 16px;
  height: 16px;
}

.swiper-button-lock {
  display: none !important;
}

.without_banner_body {
  padding-top: 88px;
}

.year-tabs {
  position: sticky;
  top: 88px;
}

.brand_filter_trigger,
.brand_filter_close {
  display: none;
}

.sustainability .anchor_nav_area {
  position: sticky;
  top: 100px;
}

.sustainability .anchor_nav_area .bootstrap-column-section {
  padding: 0;
}

.news_banner .video_play_icon {
  width: 74px;
  height: 74px;
  animation: scale 1.2s infinite;
}

@keyframes scale {

  0%,
  100% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.1);
  }

  40% {
    transform: scale(1.05);
  }

  60% {
    transform: scale(1.1);
  }

  80% {
    transform: scale(1.25);
  }
}

.page-id-454 .inner_banner_caption {
  top: 35% !important;
}

.inner_banner > div.ratio {
  min-height: 400px;
}

.filter_bar .btn {
  width: 200px;
  height: 48px;
  padding: 0;
}

.filter_bar .btn svg {
  width: 24px;
  height: 24px;
}
.page-id-296 .swiper{
	margin-top:87px;
}

#product-list .product-website {
    color: #1e8c1e;font-weight:600;
}


@media screen and (max-width: 990px) {

	.page-id-296 .swiper .swiper-slide .ratio .object-fit-cover{
		object-fit:contain!important;
	}
 

 
}
@media (min-width: 1201px) {
	.hmenu{
		margin-left:15px !important;
	}
}

@media (max-width: 1200px) {
	.nav-div{
		margin-right:0 !important;
	}
}

/* Responsive */
@media (max-width: 992px) {
  .csr-item {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .csr-item {
    width: 100%;
  }
/*.ingredients_banner .container-md .bannerwrap {
 background-color: rgb(255 255 255 / 80%);
}*/

}
@media (max-width: 480px) {
	.hunan_box {
  width: 100%;
}
	.anchor_nav_area a{border:0;}
.anchor_nav_area{
    margin-top:0;
}
}

@media (max-width: 767px){
	.mission_vision_section .row .col-md-6:nth-child(2),
	.team_section  .row .col-md-6:nth-child(2){
    order: 1;
}

.mission_vision_section .row .col-md-6:nth-child(1),
	.team_section  .row .col-md-6:nth-child(1){
    order: 2;
}}
/*Custom CSS*/

.page-id-454 #possibilities_section .btn{display:none;}
.anchor_nav_area .bootstrap-column-section p {
    display: inline-block;
    
}
.single-whitepaper .presentation-section .ratio-4x3.mb-8 {
    max-width: 300px;
    margin: 0 auto;
}
.insights_post_type {
    color: rgb(65 141 0) !important;
}

.globaloffices_banner .inner_banner_caption {
    text-shadow: 4px 1px 5px #000;
}

.txt-dark-shadow{text-shadow:2px 2px 2px #222;}
.txt-light-shadow{text-shadow:2px 2px 2px #fff;}

/*New Brands CSS*/

body.brand-page {
  background-color: #f4f6f9;
}

.brand-page .sidebar-panel {
  position: sticky;
  top: 1rem;
}

.brand-page .filter-list li {
	margin-bottom: 0;}
.brand-page .form-check-label{font-size: 14px;
    color: #333;
}

.brand-page .filter-collapsed-item {
  display: none;
}

.brand-page .product-card {
  border-radius: 10px;background-color:#f9f9f9;
  overflow: hidden;
}
.brand-page .btn-link {
    color: green;
}
.brand-page .product-image {
  height: 180px;
  object-fit: cover;
}
.brand-page .brand-tags {
    font-size: 10px;    font-weight: normal;
    padding: 5px;
}
.brand-page .card-text {
    font-size: 14px;
    color: #333 !important;
}
#globalFilterSearch {
    font-size: 12px;
    border-radius: 10px;
    height: 20px;
}
.brand-page .know-more-link {
  color: green;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 100%;
  padding-top: 0.75rem;
  border-top: 1px solid #e5e7eb;
  margin-top: auto;
  text-align: center;
}

.brand-page .know-more-link:hover,
.brand-page .know-more-link:focus {
  text-decoration: none;
	color:#393185;
}

.brand-page .extract-filter span {font-style: italic;}

.brand-page .navbar-toggler-icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

