

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  direction: rtl;
  font-family: "YekanBakh";
  background-color: #f6f8f9;
}
a,
a:visited,
a:hover {
  text-decoration: none !important;
  color: inherit;
  /* display: flex;
  justify-content: center; */
  cursor: pointer;
}

.headerTopContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  background-color: #03594a;
  color: #fffc;
  font-size: 12px;
  font-weight: 400;
  gap: 10px;
  overflow-x: auto;
}

.headerTop {
  background-color: #03594a;
}

.headerTopSection {
  justify-content: center;
  align-items: center;
  gap: 10px;
  direction: rtl;
  margin: 0 20px;

  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.headerTopCircle {
  width: 36px !important;
  height: 36px;
}

.headerTopSection span {
  min-width: max-content !important;
}

.topestList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}

.headerTopPrice {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.headerTopBadge {
  color: #9bdda5;
  font-weight: 700;
  width: 45px;
}
#magicTopScroll {
  height: 36px;
  background-color: transparent !important;
}

.headerTitle {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 9.16px 10.05px 0px rgba(125, 136, 171, 0.0244), 0px 17.14px 27.8px 0px rgba(125, 136, 171, 0.035);
}

.headerTitle input{
  font-size: 14px;
  color: #BABABA;
}

.headerTitleContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.headerTitleContainer.mainContainer .nav{
  display: none;
}

input {
  font-family: inherit;
  border-radius: 8px;
  padding: 10px 18px;
  min-width: 400px;
  border: 0;
  outline: none;
  background-color: #f5f7f9;
}

.logo {
  height: 64px;
  width: 142px;
  margin: 10px 0;
}

.headerSocialsContainer {
  display: flex;
  gap: 10px;
  align-items: center;
}

.headerSocialsContainer p {
  margin: 0;
  color: #282828;
}

.headerSocials {
  display: flex;
  gap: 10px;
}

.headerSocialIcon {
  background: #03594a;
  width: 32px;
  height: 32px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
}

.headerSocialIcon img {
  width: 17px;
  height: 17px;
}

/* banner */
.bannerContainer,
.blogBannerContainer {
  /* display: flex;
  justify-content: center; */
  padding: 4% 0;
  margin: auto;
  background-image: linear-gradient(180deg, #ffffffcc, #f6f8f9),
    url("../img/aboutusbanner.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerContainer img {
  border-radius: 18px;
}

/* blog banner */
.blogBannerContainer {
  background-image: linear-gradient(180deg, #ffffffcc, #f6f8f9),
    url("../img/blogs/banner.png");
}

.blogBannerContainer h2{
  text-align: center;
}

.blogBannerContainer img {
  width: 100%;
  border-radius: 18px;
}

.box {
  background: white;
  margin: auto;
  padding: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 30px;
  box-shadow: 8px 8px 20px -8px rgba(170, 170, 170, 0.2);
  margin-top: 25px;
  overflow-x: auto;
}

.tagLine,
.mainText {
  font-size: 14px;
  font-weight: 400;
  color: #2828286b;
}

.header {
  color: #03594a;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  margin: 30px 0;
  z-index: 9;
}

.mainText {
  line-height: 30px;
  text-align: right;
}

.mainText img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 10px;
}

/* goals container */
.goalsContainer {
  width: 71%;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 24px;
  display: flex;
  margin-bottom: 2%;
  margin-top: 2%;
  gap: 50px;
  justify-content: center;
}

.articleHeader.commentsHeader.mainContainer span::not(.priceButton.articleButton span){
  color: #2828286B;
}

.goalsContainer img {
  max-width: 100%;
}

.goalsList {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}

/* history */
.historyContainer {
  background: white;
  /* width: 71%; */
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 24px;
  display: flex;
  text-align: right;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  box-shadow: 8px 8px 20px -8px rgba(170, 170, 170, 0.2);
  overflow: hidden;
  padding: 32px;
}

.historyTitle {
  color: #03594a;
  font-size: 28px;
  font-weight: 700;
  width: 35%;
  min-width: max-content;
}

li {
  list-style: none;

}

.historyText li,
.nav li{
  display: flex;
  gap: 25px;
}

.historyYear {
  font-size: 32px;
  font-weight: 900;
  color: #03594a;
}

.historyListHead {
  font-size: 20px;
  font-weight: 700;
}

.historyVertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: -42px;
  right: -65px;
}

.historyVertical span {
  color: #03594a;
  font-size: 100px;
  font-weight: 900;
  opacity: 8%;
}

.vertical {
  border-left: 2px solid #03594a;
  height: 100px;
  position: absolute;
  bottom: -60px;
}

.historyText li {
  position: relative;
}

.historyText li:not(:last-child) {
  min-height: 200px;
}

.thirdBanner {
  width: 75%;
  margin: auto;
}

.thirdBanner img {
  width: 100%;
}

/* telegram */
.telegramContainer {
  background: url("../img/bg-telegram-banner.png"),
    linear-gradient(to right, #005749 100%, #fff 88%), rgba(255, 255, 255, 0.34);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  border-radius: 12px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 40px;
  color: white;
  padding: 40px 70px;
  padding-left: 110px;
}

.customerCardText {
  font-weight: 400;
  font-size: 16px;
  color: #ffffffa3;
  text-align: right;
}

.customerContainer,
.sellerContainer {
  background: url("../img/bg-partnership-banner.png"),
    linear-gradient(to right, #276d83 100%, #1b4d5c 58%),
    rgba(180, 178, 255, 0.34);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: space-between;
  padding: 35px 50px;
  margin: 0;
  height: max-content;
  border-radius: 12px;
  align-items: center;
  gap: 40px;
  color: white;
}

.sellerContainer {
  background: url("../img/bg-partnership-banner.png"),
    linear-gradient(to right, #254048 100%, #1b2f35 58%),
    rgba(180, 178, 255, 0.34);
}

.customerTextContainer,
.sellerTextContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.partnershipContainer {
  display: grid;
  padding: 10px 0;
  gap: 15px;
  justify-content: space-between;
  padding-top: 50px !important;
  grid-template-columns: repeat(2, 1fr);
}

.telegramIconContainer {
  display: flex;
  justify-content: center;
  width: 43%;
}

.telegramIconContainer img {
  width: 100%;
  text-align: center;
  max-width: 350px;
}

.telegramTextContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: right;
}

.telegramHeader {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  min-width: max-content;
}

.telegramText {
  font-size: 18px;
  font-weight: 400;
}
.telegramButton {
  border-radius: 12px;
  border: 1px solid white;
  padding: 14px 40px;
  width: max-content;
  gap: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: white;
}

/* footer container */
.footer {
  background-color: #f6f8f9;
}
.footerContainer {
  margin: auto;
  margin-bottom: auto;
  padding: 32px 0;
  background-color: #f6f8f9;
  justify-content: space-between;
  display: flex;
  gap: 30px;
}

.footerSocials .header {
  font-size: 18px;
  font-weight: 400;
}

.footerSocials {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footerSocial {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #2828286b;
  justify-content: space-between;
  text-align: right;
  min-height: 40px;
}

.footerSocialPart {
  display: flex;
  gap: 40px;
}

.footerSocial span {
  width: 100%;
}

.footerText {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: right;
  margin-top: 30px;
  text-align: justify !important;
}

.footerText img {
  max-width: 185px;
}

.subscription {
  display: flex;
  max-height: max-content;
  flex-direction: column;
  gap: 15px;
  width: 50%;
}

.subscriptionButton {
  display: flex;
  gap: 12px;
}

.subscriptionButton input {
  width: 100%;
  height: 40px;
  min-width: auto !important;
}

.subscriptionMainButton {
  border-radius: 12px;
  border: 1px solid #03594a;
  padding: 0px 20px;
  width: max-content;
  gap: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #03594a;
  min-width: max-content;
  min-height: 36px;
  justify-content: center;
}

.subscriptionText {
  color: #2828286b;
  font-size: 12px;
  font-weight: 400;
}
/* contact us */

.contactus {
  margin-bottom: auto;
  padding: 32px 0;
}

.contactusContainer {
  background: white;
  padding: 30px;
  border-radius: 12px;
  display: flex;
  text-align: right;
  align-items: center;
  justify-content: space-between;
  box-shadow: 8px 8px 20px -8px rgba(170, 170, 170, 0.2);
  gap: 65px;
}

.contactTelegramButton,
.contactWhatsappButton {
  background: linear-gradient(to right, rgb(9, 156, 229), rgb(28, 116, 159));
  color: white;
  padding: 10px 30px;
  display: flex;
  gap: 10px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  width: max-content;
  height: max-content;
  min-width: 100%;
  align-items: center;
}

.contactWhatsappButton {
  background: linear-gradient(
    to right,
    rgba(116, 217, 132, 1),
    rgba(59, 155, 74, 1)
  );
}

.contactTelegramButton span,
.contactWhatsappButton span {
  width: max-content;
}

.contactWhatsappButton img,
.contactTelegramButton img {
  max-width: 26px;
  max-height: 26px;
}

.contactSocialsContainer {
  display: flex;
  gap: 10px;
  flex-direction: column;
  font-size: 18px;
  font-weight: 400;
  color: rgb(3, 89, 74);
  width: 50%;
}

.contactSocialIcons {
  display: grid;
  grid-template-columns: 40% 40%;
  width: 100%;
  gap: 10px;
}

.contactSocialIcons a {
  max-width: 220px;
  min-width: 172px;
}

.copyright {
  font-size: 14px;
  font-weight: 400;
  margin: 25px;
  display: flex;
  justify-content: center;
}

.sliderContainer {
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
}

.sliderImage {
  max-width: 750px;
}

.sliderContainer img {
  /* max-width: 600px; */
  z-index: 2;
}

.sliderText {
  font-weight: 400;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: right;
  color: #2828286b;
  line-height: normal;
  height: max-content;
  gap: 10px;
  z-index: 10;
}

.sliderPrimary {
  font-size: 38px;
  font-weight: 900;
  color: #282828;
}

.sliderSecondary {
  color: #282828a3;
}

.sliderButton {
  background: #03594a;
  border: 0;
  outline: none;
  padding: 12px 35px;
  width: max-content;
  border-radius: 12px;
  color: #fff;
  font-family: inherit;
}

.sliderButton::not(.blogLink .sliderButton){
  margin-top: 35px;

}
.heroImage{
  position: absolute;
  left: 0;
  width: 100vw;
  max-width: none;
  top: 0;
  display: block !important;
}

.heroMobileImage{
  display: none !important;
}


.firstSlider {
  /* background: url("../img/hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;*/
  background-color: #fff; 
}

.cardsMagicScroll {
  height: 50vh;
  max-height: 350px;
  background-color: #f6f8f9 !important;
}

.sliderDots {
  position: absolute !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sliderDots img {
  width: auto !important;
}

.reddots,
.graydots,
.graydots2,
.bluedots2,
.redcircle,
.bluecircle,
.bluecircle2,
.bluecirclesmall {
  z-index: 3 !important;
  position: absolute !important;
  bottom: 10%;
  left: 12%;
}

.graydots {
  top: 0;
  left: 0;
  z-index: 1 !important;
}
.graydots2 {
  bottom: -70px;
  right: 0;
  left: auto;
}

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

.graydots4 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bluedots2 {
  top: 4%;
  left: 45%;
}
.redcircle {
  bottom: 10%;
  left: 20px;
}
.bluecircle {
  left: 20%;
  top: 10px;
}
.bluecircle2 {
  right: 30%;
  bottom: 20%;
  left: auto;
}
.bluecirclesmall {
  right: 7%;
  left: auto;
  top: 45px;
}

/* categories */
.categories {
  width: 100%;
  background-color: #f6f8f9;
}

.categories a{
  color: inherit !important;
}

.categoriesContainer {
  display: flex;
  flex-direction: column;
  padding: 45px 0;
  position: relative;
  overflow: hidden;
}

.categoryImage {
  background-color: #EDFBF9;
  border: 1px solid #03594a;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 17px 37px;
  box-shadow: 0px 4px 8px -4px #7C828C3D;
}

.categoryImage img{
  width: auto !important;

}

.categorySection {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.categorySection:hover {
  color: #03594a;
}

.categorySection:hover .categoryImage {
  border: 1px solid #03594a;
	background-color: #03594A;
  box-shadow: 0px 7px 18px -4px #7C828C6B, 0px 5px 12px -3px #03594A52;
}

.product-list--thumb {
  filter: brightness(0) saturate(100%) invert(25%) sepia(18%) saturate(2626%)
    hue-rotate(126deg) brightness(97%) contrast(98%);
  }
  
.categorySection .categoryImage svg,
.categorySection .categoryImage img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(18%) saturate(2626%)
    hue-rotate(126deg) brightness(97%) contrast(98%);
}
.categorySection:hover .categoryImage svg,
.categorySection:hover .categoryImage img {
  /* filter: brightness(0) saturate(100%) invert(25%) sepia(18%) saturate(2626%)
    hue-rotate(126deg) brightness(97%) contrast(98%); */
    
	filter: brightness(2);

}

.categoryCards {
  display: flex;
  text-align: center;
  z-index: 10;
  gap: 15px;
  /* overflow-x: auto; */
  justify-content: center;
  max-width: 1320px;
  margin: auto;
  width: 100%;
}

.owl-dot span {
  background-color: #03594a24 !important;
}
.owl-dot.active span {
  background-color: #03594a !important;
}
.slashed-div {
  height: 300px;
  border-radius: 12px;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  font-size: 20px;
  min-width: 49%;
  z-index: 3;
}

.slashed-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  right: 0;
  bottom: 0;
  background: linear-gradient(120deg, #254048 30%, #d9d9d9 30%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
  border-radius: 12px;
}

.slashed-div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: inherit;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
  z-index: 4;
}

.priceContainer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 30px;
}

.priceListContainer {
  padding: 60px 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.blogGrayDots1 {
  position: absolute;
  top: 80px;
  right: 30px;
}

.blogGrayDots2 {
  position: absolute;
  bottom: 20px;
  left: 40px;
}
.priceMainContainer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.priceContent {
  z-index: 5;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #2828286b;
  font-size: 15px;
  font-weight: 400;
  max-width: 56%;
  text-align: right;
}

.priceHeader {
  font-size: 22px;
  color: #000;

  font-weight: 700;
}

.priceLink,
.priceButton {
  align-items: center;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #03594a !important;
}

.priceButton {
  cursor: pointer;
  justify-content: center;
  gap: 10px;
}

.priceImage {
  z-index: 5;
  position: absolute;
  top: 24px;
  left: 55px;
  width: 35%;
}

.priceContainer:nth-of-type(2) .slashed-div {
  overflow: auto;
}

.slashed-div:nth-of-type(2) .priceImage {
  top: auto;
  bottom: 0;
  left: 0;
  width: 50%;
  max-width: 300px;
}

.priceImage3 {
  z-index: 5;
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  max-width: 550px;
}
.priceImage3Mobile{
  z-index: 5;
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  max-width: 550px;
  display: none;
}

.priceMainHeader {
  font-weight: 700;
  font-size: 32px;
  color: #000;
}

.priceMainText {
  font-weight: 400;
  font-size: 18px;
}

.thirdSlashedDiv {
  overflow: hidden;
}

.thirdSlashedDiv::before {
  background: linear-gradient(120deg, #254048 42%, #d9d9d9 30%);
}

/* experts */
.expertsImage {
  background-color: #fff;
  border: 0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  overflow: hidden;
  max-height: 297px;
  min-width: 315px;
  min-height: 300px;
}

.expertsImage img {
  max-height: 200px !important;
}

.expertText span {
  min-height: 25px;
}

.expertText {
  display: flex;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  color: #03594a;
  flex-direction: column;
  padding: 0px 12px;
  padding-bottom: 18px;
}

.expertName {
  font-weight: 400;
  font-size: 16px;
}

.dividingLine {
  margin: 50px 10%;
  border: none;
  height: 1px;
  color: #d3d8dd;
  background: #d3d8dd;
}

.expertContent {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #2828286b;
  font-size: 16px;
  font-weight: 400;
  z-index: 10;
  position: relative;
  margin-bottom: 2rem;
}

.expertContent h2 {
  text-align: center !important;
}

.expertTagLine {
  font-size: 14px;
}

/* news letter */
.newsLetterContainer {
  background-image: linear-gradient(to right, #000000cc, #010037cc),
    url("../img/newsBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;
  padding: 50px 30px;
}

.newsLetterText {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.newsLetterContext {
  color: #ffffffa3;
  font-size: 18px;
}

.newsLetterHeader {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.newsLetterInput {
  border-radius: 12px;
  min-width: 300px;
}

.newsLetterButton {
  max-height: 20px;
  height: 20px;
  padding: 20px !important;
}

.newsLetterButton span {
  min-width: max-content;
}

.underlined {
  text-decoration: underline;
}

/* articles */
.articleHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
  position: relative;
  margin-bottom: 40px;
}

.articleHeader .header {
  margin: 0;
}

.articlesContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  z-index: 20 !important;
  overflow-x: auto;
  position: relative;
}

.articleSection {
  background-color: #f4f5f8;
  border-radius: 18px;
  padding: 18px;
  position: relative;
}

.articleSection img {
  border-radius: 16px;
  max-width: 100%;
}

.articleImage {
  min-width: 250px;
  width: 100%;
}

.articleTime {
  position: absolute;
  background: #007b5e;
  top: 40px;
  right: 0;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 5px;
  padding: 4px 18px;
  border-radius: 8px 0px 0px 8px;
  box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.articleContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  align-items: ri;
  text-align: right;
  margin-top: 25px;
}

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

.articleBadge {
  background: top;
  border: 0;
  outline: navajowhite;
  outline: none;
  color: #57b59c;
  font-family: inherit;
  padding: 3px 12px;
  border: 1px solid #57b59c;
  border-radius: 28px;
  font-size: 13px;
  max-width: max-content;
  background: #f1faf7;
}

.articleCat span {
  font-size: 12px;
  font-weight: 400;
  color: #282828a3;
}

.articleTitle {
  font-size: 18px;
  font-weight: 600;
  color: #282828;
}

.articleButton {
  color: #03594a;
  justify-content: start;
  gap: 3px;
}


.nav::not(.nav-pills) {
  width: 0;
  align-items: center;
  height: 50px;
  font-size: 14px;
  background: #fff;
}
.nav-list {
  display: none;
  gap: 2rem;
  margin: 0;
  position: relative;
}

.pcNavBar{
  position: relative;
  height: 40px;
  margin-left: auto;
  align-items: center;
  background: #fff;
  width: 100%;
  max-width: 1320px;
  margin: auto;
}

.pcNavBar .nav-list{
  display: flex;
right: 0;
padding: 0 1rem;
}

.nav > .nav-list > li {
  list-style-type: none;
}
.nav > .nav-list > li a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.nav > #nav-check {
  display: none;
}

.headerLogoContainer input {
  max-height: 40px;
  min-width: auto !important;
  width: 60%;
}

.headerLogoContainer {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* partnership */

.pcPartnershipContainer{
  display: block;
}
.mobilePartnershipContainer{
  display: none;
}

.partnership {
  background-color: #f6f8f9;
  padding-bottom: 100px;
  padding-top: 0;
}

.partnership{
  max-width: 1000px;
  margin: 0 auto;
}
.partnershipFormsContainer {
  padding: 10px 0;
  gap: 32px;
  overflow: auto;
  justify-content: center;
}

.jobsContainer {
  justify-content: center;
}

.partnershipSwitch {
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
  color: #282828a3;
  cursor: pointer;
  min-width: max-content;
}

.partnershipFormsContainer .active {
  font-weight: 700;
  color: #03594a;
  border-bottom: 1px solid #03594a;
}

.partnershipForms {
  display: none;
  padding: 25px 0;
  justify-content: center;
  background-color: #fff;
  border-radius: 18px;
}

.partnershipForms a{
  color: inherit;
}

.partnershipForms.active {
  display: flex;
}
.partnershipTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 15px;
  font-size: 28px;
  font-weight: 700;
  /* color: #03594a; */
  color: #282828;

}

.partnershipText {
  font-size: 16px;
  font-weight: 400;
  color: #2828286b;
}

/* blogs slider */
.blogSliderContainer {
  background-image: linear-gradient(to bottom, #24216b00, #24216ba3),
    url("../img/blogs/slider\ banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto !important;
  border-radius: 12px;
  padding: 55px !important;
  align-items: end;
  min-height: 600px;
  padding-right: 35px !important;
}
.blogSliderContainer .sliderText {
  padding: 8px;
  border-right: 4px solid #97ffc4;
}

.blogsSlider.owl-theme .owl-dots{
  margin-top: -30px !important;
  position: relative;
}

.blogsSlider.owl-theme .owl-dots .owl-dot.active span{
  background-color: #fff !important
}

.blogsSlider.owl-theme .owl-dots .owl-dot span{
  background-color: #FFFFFF52 !important;
}

.blogSliderPrimary {
  font-size: 32px;
  color: #fff;
  font-weight: 900;
}

.blogSliderSecondary {
  font-size: 16px;
  font-weight: 400;
  color: #fcfcfd;

  white-space: normal;
  max-width: 70%;
  line-height: 50px;
}

/* blogs */

.blogPostsContainer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  z-index: 10;
  position: relative;
}

.blogPostSection {
  background-image: linear-gradient(to bottom, #24216ba3, #24216ba3),
    url("../img/blogs/posts1.png");
  border-radius: 12px;
  padding: 40px;
  display: flex;
  align-items: end;
  max-width: 100%;
  width: 100%;
}

.blogPost {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 30px;
  flex-direction: column;
  gap: 10px;
  border-radius: 12px;
  min-height: 220px;
  font-size: 18px;
  font-weight: 700;
}

.blogPost:nth-of-type(1) {
  background-image: linear-gradient(to bottom, #24216ba3, #24216ba3),
    url("../img/blogs/posts2.png");
}

.blogPost:nth-of-type(2) {
  background-image: linear-gradient(to bottom, #24216ba3, #24216ba3),
    url("../img/blogs/posts3.png");
}

.blogPostPrimary {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.blogPosts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.blogPostText {
  font-size: 14.5px;
  font-weight: 400;
}

.blogPostSectionText {
  padding: 8px;
  border-right: 4px solid #97ffc4;
  align-items: start;
}

.blogPostSecondary {
  max-width: 100% !important;
  font-size: 16px;
  font-weight: 400;
}

/* blogs categories */
.categoriesListContainer {
  background: #f6f8f9;
}

.blogCatContainer {
  background: #fff;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.blogCats {
  display: flex;
  justify-content: center;
}

.nav-pills .nav-link:not(.active) {
  color: #282828
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #03594a !important;
  border-radius: 8px;
  padding: 8px 12px;
}

.tab-content {
  padding: 0px 1rem;
}
.tab-content > .active {
  display: grid !important;
}

.partnershipFormsContainer .tab-pane .partnershipForms .partnershipTitle span:not(.partnershipText) {
  font-size: 28px;
  font-weight: 700;
  color: #03594A;
}

.partnershipMain .tab-content .active,
.partnershipFormsContainer .tab-content .active{
  display: flex !important;
}

.partnershipMain .nav-pills .nav-link,
.partnershipFormsContainer .nav-pills .nav-link{
  padding: 0;
  border: 0;
  background: unset !important;
}

.partnershipMain .nav-pills .nav-link.active,
.partnershipFormsContainer .nav-pills .nav-link.active{
  border-bottom: 1px solid  #03594A;
  border-radius: 0;
}

.partnershipMain .nav-pills .nav-link.active .partnershipSwitch,
.partnershipFormsContainer .nav-pills .nav-link.active .partnershipSwitch{
  font-weight: 700;
  color:#03594A;
}
.blogsTabCat {
  padding: 35px 0px;
  grid-template-columns: repeat(2, 1fr);
  align-items: unsafe;
  text-align: right;
  gap: 11px;
}

.blogCatContent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blogCatContent img {
  max-width: 50%;
}

.blogCatText {
  max-width: 75%;
  font-size: 16px;
  font-weight: 700;
  color: #282828;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.blogCatText p {
  margin: 0;
}
.blogCatTime {
  font-size: 14px;
  color: #282828a3;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blogCatTime {
  min-width: max-content;
}

.circle {
  width: 6px;
  height: 6px;
  background-color: #282828a3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

/* blog */
.imageCaption {
  color: #2828286b;
  border-right: 2px solid #2828286b;
  padding-right: 7px;
}

.highlightedText {
  color: #03594a;
  padding-right: 15px;
  border-right: 2px solid #03594a;
}

.boxContainer {
  padding: 10px 0;
}

/* author */

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

.authorAvatar {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}

.authorName {
  display: flex;
  flex-direction: column;
  color: #282828;
  font-size: 16px;
  font-weight: 600;
}

.authorWork {
  font-size: 14px;
  font-weight: 400;
  color: #282828a3;
}

.authorTags {
  display: flex;
  gap: 8px;
  width: max-content;
}

.authorTag {
  background: #f1faf7;
  border: 1px solid #57b59c;
  border-radius: 28px;
  padding: 2px 12px;
  font-size: 15px;
  font-weight: 800;
  color: #57b59c;
}

.authorLink {
  border-top: 1px solid #d3d8dd;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blogLink {
  font-size: 14px;
  font-weight: 400;
  color: #03594a;
  display: flex;
  align-items: center;
  gap: 5px;
}

.authorButton {
  display: flex;
  padding: 5px !important;
  gap: 5px;
  border-radius: 8px;
  background-color: rgba(3, 89, 74, 1) !important;
  color: #fff !important;
}

#article-link span {
  color: rgba(40, 40, 40, 0.64)
}
/* about us  */
.aboutusImage {
  width: 100%;
  border-radius: 18px;
}

.aboutusLinks {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #007b5e;
}

.aboutusLink {
  display: flex;
  gap: 5px;
  align-items: center;
}

/* certificates */
.certificatesContainer {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

.certificateCard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 8px;
  border-radius: 18px;
  border: 1.5px solid #d3d8dd;
}

.certificateCard img {
  max-width: 100%;
  min-width: 200px;
}

.certificateName {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #282828a3;
}

.certificateYear {
  color: #2828286b;
  font-size: 14px;
}

/* contact us page */

.contactPageContainer {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contactusImageWrapper {
  border: 1px solid #f3f4fa;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.contactusImageWrapper img {
  width: 100%;
  height: 100%;
}

.contactusForm {
  border: 1px solid #f3f4fa;
  border-radius: 18px;
  background: #fff;
}

.contactusInfo {
  display: flex;
  flex-direction: column;
  gap: 1;
  justify-content: space-between;
  text-align: right;
  padding: 15px;
  border: 1px solid #f3f4fa;
  border-radius: 18px;
  background: #fff;
}

.contactusInfo hr {
  margin: 10px 0;
  background: #d3d8dd;
}

.contactusButtons {
  display: grid;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.contactusButtons .contactTelegramButton,
.contactusButtons .contactWhatsappButton,
.contactusButtons .contactInstagramButton {
  width: 100%;
  max-height: 36px;
  align-items: center;
}

.contactInstagramButton {
  background: linear-gradient(
    to bottom right,
    #5b4fe9,
    #8f39ce,
    #d53692,
    #f75274,
    #fcbb45,
    #fbe18a
  );
  color: white;
  padding: 12px 40px;
  display: flex;
  gap: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

.contactusTelegram,
.contactusWhatsapp,
.contactusWhatsapp {
  padding: 8px 40px;
  min-width: auto;
}

.contactusButtons img {
  width: 26px;
  height: 26px;
}

.contactusInfoSection {
  background: #f5f7f9;
  padding: 9px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}

.contactusText {
  color: #03594a;
}

/* all blogs */

.allBlogsContainer {
  background: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.allBlogsSection {
  display: flex;
  flex-direction: column;
  z-index: 10;
  position: relative;
}

.container404 {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 400px;
}

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

.content404 {
  position: absolute;
  bottom: 0;
}

.content404 button{
  font-size: 13px;
  font-weight: 400;
  border-radius: 10px;
  background: #03594A;
  color: #fff;
  padding: 8px 12px;
  border: 0;
}

.content404 h1 {
  font-size: 115px;
  font-weight: 700;
}

.content404 h3 {
  font-size: 25px;
  font-weight: 700;
  color: #282828;
}

.content404 p {
  font-size: 11px;
  font-weight: 400;
  color: #282828a3;
}

.banner404 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: unset !important;
}

.banner404 h2 {
  font-weight: 700;
  font-size: 28px;
  color: #03594a;
}

.banner404 .mainText {
  font-size: 16px;
  font-weight: 400;
  color: #2828286b;
  max-width: 90%;
  text-align: center;
}

.seoContent {
  box-shadow: unset !important;
}

.jobsPartition span {
  cursor: pointer;
}
.MagicScroll.BlogMagicSlider {
  background-color: #f6f8f9 !important;
}

.mobile-nav-btn {
  display: none;
}

.jobsHeader {
  text-align: center;
  margin: 12px 0;
}

.jobsPartition {
  display: flex;
  justify-content: space-between;
  padding: 24px 32px;
  align-items: center;
}

.jobsPartition span {
  color: #282828a3;
  font-weight: 600;
}
.jobsPartition .subscriptionMainButton {
  border-radius: 8px;
  font-size: 14px;
}
.mobileInput{
  display: none;
}
.jobsPartitions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dropdown {
  position: relative;
}

.dropdown:hover .dropdown-content {
  display: grid !important;
}

.dropdown-content {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  min-width: max-content;
  justify-content: right;
  text-align: start;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 990;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  gap: 10px;
  min-width: 190px;
    max-width: 190px;
}

.dropdown-content img {
  width: 24px;
  height: 24px;
}

.dropdown-content a:hover {
  font-weight: 700;
  font-size: 16px;
  color: #03594a;
}

.dropdown-content a:hover img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(18%) saturate(2626%)
    hue-rotate(126deg) brightness(97%) contrast(98%);
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.mobileNav {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 100%;
  flex-direction: column;
  top: 0;
  overflow: hidden;
  right: 0;
}

.mobileNav .headerNav {
  height: 64px;
  color: #03594a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  box-shadow: 5px 5px 13px #f2f2f2;
}

.mobileNav ul {
  padding: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.mobileNav a {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.mobileLink {
  display: flex;
  gap: 10px;
  width: 100%;
}

.mobileNav h2 {
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  color: #03594a;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}
.mobileSocials {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.jobSection {
  padding: 10px 0;
  display: grid;
  grid-template-columns: 70% 30%;
  background-color: #f6f8f9;
  gap: 30px;
  width: calc(100% - 30px);
}

.jobSectionPartition {
  background: white;
  margin: auto;
  margin-top: auto;
  margin-top: auto;
  padding: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 20px;
  box-shadow: 2px 8px 15px -5px rgba(170, 170, 170, 0.2);
  margin-top: 25px;
  overflow-x: auto;
  min-width: 100%;
  min-height: 200px;
}

.sendResume {
  text-align: center;
}

.topicsContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.topicContainer {
  background: #f5f7f9;
  border-radius: 12px;
  padding: 15px;
  z-index: 999;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.commentsHeader {
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.commentsButton {
  margin: 1rem auto;
  z-index: 999;
}

.topicContainer p {
  text-align: right;
  color: #282828;
  font-size: 14px;
}

.topicTop {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.topicTop span {
  font-size: 12px;
  font-weight: 400;
  color: #2828286b;
}

.topicTopContent {
  display: flex;
  text-align: right;
  gap: 8px;
  align-items: center;
}

.topicTitle h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.topicTitle span {
  font-size: 12px;
  font-weight: 400;
}

.catLink {
  font-size: 14px;
  font-weight: 700;
  color: #03594a !important;
  border-left: 3px solid #03594a;
  padding-left: 22px;
}

.newCommentContainer {
  background: #f6f8f9;
  padding: 10px 0;
}

.newComment {
  background: white;
  margin: auto;
  margin-top: auto;
  margin-top: auto;
  padding: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 30px;
  box-shadow: 8px 8px 20px -8px rgba(170, 170, 170, 0.2);
  margin-top: 25px;
  overflow-x: auto;
}

.newComment .header,
.newComment span {
  text-align: center;
}

.mainContainer {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.mainSliderContainer {
  background: white;
  padding-bottom: 20px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
  margin-bottom: -50px;
}
.firstSlider.owl-theme .owl-nav.disabled+.owl-dots {
	margin-bottom: 0;
}
.pagination {
	margin: 0 auto;
}

.pagination .page-numbers {
	padding: 1rem;
}

.pagination .page-numbers.current {
	color: #03594a
}
.gform_validation_errors {
	display: none !important;
}
div#gform_confirmation_message_3 {
	padding: 1rem;
}
.categories .priceListContainer {
  padding: 100px 0;
}

.nav-pills.nav-pills__listing {
	gap: 16px;
}
.nav-pills.nav-pills__listing .nav-link:not(.active) {
	border: 1px solid var(--border, #D3D8DD)
}
.nav-pills.nav-pills__listing .nav-link:not(.active):hover {
	border: 1px solid var(--border, #03594a)
}

.blogPostsContainer .blogPostSection,
.blogPostsContainer .blogPost {
	position: relative;
	background-size: cover;
	background-position: center;
}
.blogPostsContainer .blogPostSection::before,
.blogPosts .blogPost::before{
	content: "";
	position: absolute;
	background: linear-gradient(to bottom, #24216ba3, #24216ba3);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 12px;
	z-index: 0
}
.categoriesListContainer .blogCatContainer .tab-content {
  padding: 0 2rem;
}
.categoriesListContainer .blogCatContainer .blogsTabCat {
  border-top: 1px solid var(--border, #D3D8DD)
}

.stockContainer {
  background: url(../img/bg-stock.webp), linear-gradient(-60deg, #71B280 10%, #134E5E 80%), #71B280;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  padding: 60px 130px;
  position: relative;
  overflow: hidden;
}
.stockText {
  color: #ffffff82;
}
.stockText {
  font-weight: 400;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: right;
  color: #2828286b;
  line-height: normal;
  height: max-content;
  gap: 10px;
  z-index: 10;
}
.stockPrimary {
  font-size: 28px;
  font-weight: 700;
  color: #fff
}
.stockSecondary {
  font-size: 18px;
  color: #ffffffa6;
  font-weight: 400;
}
.stockText {
  margin-bottom: 1rem
}
.stockimageContainer img {
  position: absolute;
  left: 0;
  top: 0;
}