/**
 * Theme Name: Optimize SEO
 * Template:   monatheme
 */

/*footer social icon*/
.connect-item svg path{
  fill: revert-layer !important;
}
/* table of content*/
.wp-block-rank-math-toc-block {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f1f1f161;
  width: 70%;
  padding: 15px;
}

.wp-block-rank-math-toc-block nav a {
  color: #084AF3;
}

/* end table of content*/

/*Blog list*/
.banner-content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.banner-action {
  flex-direction: column;
  row-gap: 0;
  align-items: flex-start;
  font-size: 18px;
}

.banner-author-name a {
  color: #fdf9f9 !important;
  font-size: 18px;
  text-transform: capitalize;
  text-decoration: underline;
}

.banner-detail .banner-desc {
  font-size: 18px;
}

/* style blog cate*/
.casta-blog-heading {
  text-align: center;
  font-family: inherit;
  font-size: 30px;
  color: #1e1e1e;
  font-weight: 600;
  margin-top: 20px;
}

.cate-description-blog {
  padding-top: 0 !important;
}

.cate-description {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.filter .form {
  justify-content: center;
}

.filter .form .select2-container {
  width: auto !important;
}

.news-title {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  text-transform: unset;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-title::first-letter {
  text-transform: uppercase;
}

.news-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-info {
  padding-top: 20px;
  font-size: 13px;
  line-height: 15px;
  color: #484F5E;
  display: flex;
  flex-direction: row;
  column-gap: 9px;
}

@media screen and (max-width: 575.98px) {
  .filter .form {
    flex-direction: row;
    align-items: center;
  }

}

/*end blog cate*/

/* blog detail */
.banner-detail .banner-img {
  height: 50vh;
}

.banner-img::after {
  background: linear-gradient(270deg, rgb(0 0 0 / 84%) -9.43%, rgba(0, 0, 0, 0) 20.98%), linear-gradient(0deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 30%) 31.81%);
}

.banner-detail .banner-title {
  text-transform: initial;
}

.latest-news {
  padding-top: 0;
}

.h-news-heading-related {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;

}

.title-box-related {
  width: 50%;
  display: flex;
  align-items: center;
}

.title-box-related .title-line {
  width: 3.4rem;
  height: 0.1rem;
  background: #ce373f;
}

.title-box-related .title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  color: #353535;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.title-box-related .title strong {
  font-size: 5rem;
}

@media screen and (min-width: 576px) {
  .side-banner {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
}

@media screen and (max-width: 575px) {
  .side-banner {
    position: -webkit-sticky;
    position: fixed;
    bottom: 0;
    z-index: 20;
  }

  .connect {
    bottom: 12rem;
    width: 4.6rem;
  }

  .back-to-top.is-active {
    opacity: 1;
    bottom: 12rem;
    right: 7rem;
  }
}

/* end blog detail */


.author-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  border-bottom: .1rem solid #003d47;
  border-top: none !important;
  padding-top: 0 !important;
  padding-bottom: 20px;
}

.author-image {
  width: 150px;
}

.author-image img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 1000px;
  border: 1px solid #ccc;
  padding: 10px;
}

.author-info {
  width: calc(100% - 150px);
}

.author-info .author-name {
  color: #5d5d5d;
  font-size: 20px;
  font-weight: 700;
  font-family: inherit;
  text-transform: capitalize;
}

.author-pos {
  color: #000;
  font-size: 20px;
}

.author-bio {
  font-family: inherit;
  font-size: 16px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.author-name a {
  font-size: 30px;
}

@media only screen and (max-width:480px) {
  .author-block {
    flex-direction: column;
    align-items: center;
  }

  .author-image {
    width: auto;
    align-self: center;
  }

  .author-info {
    width: 100%;
  }

  .author-name,
  .author-pos {
    text-align: center;
  }

}

.post-share {
  margin-top: 0;
}

.side-follow-us ul {
  display: flex;
  gap: 0.8rem;
}

.side-follow-us {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 16px;
  box-shadow: 5px 5px 10px #eeeeee;
}

.side-follow-us .follow-us-text {
  width: 100%;
  text-align: center;
  font-size: inherit;
  font-family: inherit;
}

.side-follow-us ul a {
  background-color: #929292;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0.4rem;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.side-follow-us ul a svg {
  width: 3rem;
  height: 3rem;
  fill: #fff;
  transition: 0.3s ease-in-out;
}

.side-banner img {
  width: 100%;
  border: 1px solid #e7e7e7;
  box-shadow: 5px 5px 10px #eeeeee;
}

/* product category page*/
.cate-description {
  padding: 20px 0 0;
}

.cate-description-product {
  text-align: unset;
}

.cate-description * {
  margin: revert;
  padding: revert;
  font: revert;
}

/* product cate faq */
.faq-product-cate {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-product-cate h2 {
  font-size: 30px;
  font-weight: 600;
  padding: 20px 0;
}

.faq-product-cate-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 80%;
  align-items: center;
}

.faq-product-cate-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  width: 100%;
}

.faq-product-cate-item-question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 15px;
  cursor: pointer;
}

.faq-product-cate-item-question::after {
  content: '+';
  color: #ce373f;
  font-size: 36px;
  line-height: 36px;
}

.faq-product-cate-item-question-active::after {
  content: '-';
}

.faq-question {
  display: flex;
  align-items: center;
  font-size: 2.1rem;
  font-weight: 600;
  color: #1e1e1e;
}

.question-active {
  color: #ce373f;
}

.faq-action {
  color: #ce373f;
  font-size: 36px;
  line-height: 36px;
}

.faq-product-cate-item-answer {
  display: block;
  padding: 10px 15px;
}

.faq-action-hide {
  display: none;
}

.faq-action-show {
  display: block;
}

/*author page*/
.author-box {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.author-name h1 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  color: #5d5d5d;
  padding: 5px 0;
  border-bottom: 1px solid #ce373f;
}

/*author box page*/
.author-page-box {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}

.author-page-name h1 {
  display: inline-block;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #000;
  padding: 5px 0;
}

.author-page-pos h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.author-page-image {
  width: 150px;
}

.author-page-image img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 1000px;
  border: 1px solid #ccc;
  padding: 10px;
}

.author-page-info {
  width: calc(100% - 170px);
}

.author-page-info .author-name {
  color: #5d5d5d;
  font-size: 20px;
  font-weight: 700;
  font-family: inherit;
  text-transform: capitalize;
}

.author-page-bio {
  font-family: inherit;
  font-size: 16px !important;
}

.author-latest-post-heading h2 {
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

/* author page mobile*/
@media only screen and (max-width:480px) {
  .author-page-box {
    flex-direction: column;
    align-items: center;
  }

  .author-page-info {
    width: 100%;
  }

  .author-page-name {
    text-align: center;
  }

  .author-page-pos {
    text-align: center;
    padding-bottom: 10px;
  }

  .author-latest-post-heading h2 {
    font-size: 25px;
  }

  .prod {
    margin-top: 3rem;
  }
}
.readmore-btn {
  width: 100%;
  height: 150px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 72%) 100%);
  color: #ce373f;
  position: absolute;
  bottom: 0;
  display: flex;
  text-align: center;
  align-content: center;
  align-items: flex-end;
  justify-content: center;
}
.hide-content{
  height: 350px;
  overflow: hidden;
}

/*update 25/09/2024*/
.dropdown{
  background-color: #fff;
  backdrop-filter: none;
}
.contact-box{
  background-color: #fff;
  backdrop-filter: none;
}
.contact-box .form-input{
  background-color: rgb(0 0 0 / 42%);
}
.contact .form-checkbox label::before{
  border: 0.1rem solid #5d5d5d !important;
}
/*update 15/05/2025*/

.certi-brand-swiper-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.certi-brand .swiper {
  width: 100%;
  padding-bottom: 0;
}

.custom-navigation-certi-brand {
  width: 100px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.custom-navigation-certi-brand .swiper-button-prev,
.custom-navigation-certi-brand .swiper-button-next {
  border: 0.1rem solid #ce373f;
}

.custom-navigation-certi-brand .swiper-button-next,
.custom-navigation-certi-brand .swiper-button-prev {
  position: unset;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: 30px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

/*Custom form field get catalog home page*/

.form-get-catalog{
	padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	gap: 1.5rem;
}
.form-get-catalog .info-field-group{
	display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}
.form-get-catalog .wpcf7-form-control-wrap{
	width: 100%;
	margin-bottom: 0;
}

.form-get-catalog .wpcf7-form-control-wrap input,
.form-get-catalog .wpcf7-form-control-wrap textarea{
	border:none;
	border-radius: 0.4rem;
    background: rgb(0 0 0 / 42%);
    padding: 1.2rem 1.6rem;
    width: 100%;
	font-family: "Barlow", sans-serif;
	font-size:1.6rem;
}

.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder{
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.wpcf7-form-control-wrap input::-ms-input-placeholder,
.wpcf7-form-control-wrap textarea::-ms-input-placeholder{ /* Edge 12-18 */
  color: #fff !important;
}

.form-get-catalog .wpcf7-form-control-wrap input[type=file]{
	background:none;
	padding: 0;
}
.form-get-catalog .form-get-catalog{
	display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4rem;
}
.form-get-catalog .wpcf7-list-item-label{
	color: #000;
}
.form-get-catalog textarea{
	min-height: 3rem;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	font-family: "Barlow", sans-serif;
}
.contact-box{
	padding: 2.4rem 3.2rem 5.5rem 3.2rem;
}