/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
} /* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
} /* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

:root {
  --MainColor: #485cc7;
  --SecondryColor: #e6883c;
  --BgLightTextColor: #616364;
  --WhiteColor: #fff;
  --Box-Radius: 0px;
  --Inner-Radius: 0px;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
li {
  list-style: none;
} /* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  direction: rtl;
} /* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */

/* ===== Table Base ===== */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
  margin: 16px 0;
  direction: rtl;
  text-align: center;
  background: transparent;
}

/* ===== Table Rows ===== */
tr {
  background: transparent;
}

/* ===== Header Cells ===== */
th {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 4px;
  color: var(--WhiteColor);
  background-color: var(--MainColor) !important;
}

/* ===== Body Cells ===== */
td {
  vertical-align: middle;
  padding: 8px 6px;
  background: #f4f6ff;
}

.LiveForm.Default .Field input[type="radio"],
.LiveForm.Default .Field input[type="checkbox"] {
  width: 100% !important;
}

.Field-Label-Top {
  margin-block: 20px;
}

.LiveForm .label_hidden {
  border: none;
}

.ScaleRating {
  padding: 0px !important;
}

.page-break-section {
  padding: 0px !important;
}

/* ===== First & Last Text Cells ===== */

/* ===== Labels & Text ===== */
td span,
th label {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

/* ===== Subtle Hover (table only) ===== */
td:hover {
  background: rgba(72, 92, 199, 0.12);
}

/* ===== Header spacing fix ===== */
th.label_hidden {
  width: 90px;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
h1 {
  font-size: 48px;
  color: var(--BgLightTextColor);
  font-family: "Moraba-bold";
}
h2 {
  font-size: 32px;
  color: var(--BgLightTextColor);
  font-family: "Moraba-bold";
}
h3 {
  font-size: 32px;
  color: var(--BgLightTextColor);
}
h4 {
  font-size: 26px;
  color: var(--BgLightTextColor);
}
h5 {
  font-size: 20px;
  color: var(--BgLightTextColor);
}
h6 {
  font-size: 16px;
  color: var(--BgLightTextColor);
}
p {
  font-size: 16px;
  line-height: 2;
  color: var(--BgLightTextColor);
} /* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: rgb(227 227 227);
} /* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  border-radius: var(--Box-Radius);
} /* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
} /* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1590px;
  }
} /* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}
/* ========================= Others ========================= */
#mobileheader-467352 .header-area .logo img {
  max-height: 30px !important;
}

.dng-megamenu .dnngo_slide_menu li a > span {
  color: #f7f7f7 !important;
}

.floating-active .dng-megamenu .dnngo_slide_menu li a > span {
  color: #616364 !important;
}

.floating-active .dng-megamenu .dnngo_slide_menu {
  background-color: #ffff !important;
}

.EN-search-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--WhiteColor);
}

.EN-search-wrapper p {
  color: inherit;
}

.EN-search-wrapper img {
  height: auto;
  width: 18px;
}

/* ========================= Buttons ========================= */

.more-btn {
  position: relative;
  margin-top: 16px;
  z-index: 1;
}
.news-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-btn p {
  color: var(--SecondryColor) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  margin-bottom: 0px !important;
  transition: all 0.25s ease-in;
  height: auto !important;
}
.news-btn img {
  width: 20px !important;
  height: auto !important;
  border-radius: 100% !important;
  padding: 2px !important;
  background-color: var(--SecondryColor) !important;
  transition: all 0.25s ease-in;
}

.news-btn:hover p {
  color: var(--MainColor) !important;
  transition: all 0.25s ease-in;
}
.news-btn:hover img {
  transition: all 0.25s ease-in;
  background-color: var(--MainColor) !important;
}

.news-btn:active p {
  transition: all 0.25s ease-in;
  transform: scale(0.95);
}
.news-btn:active img {
  transition: all 0.25s ease-in;
  transform: scale(0.95);
}

.more-btn p {
  position: relative;
  z-index: 2;
  font-size: 18px;
} /* ========================= Sections Title ========================= */
.title-box {
  position: relative;
  width: 100%;
}
.title-wrapper {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  direction: rtl;
}
.title-box .title {
  color: var(--MainColor);
  display: inline-block;
  white-space: nowrap;
} /*----------------------*/ /* ========================= Swiper ========================= */
.swiper-pagination-bullet-active {
  background-color: var(--SecondryColor) !important;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
}
.swiper-pagination {
  bottom: 2% !important;
}
.swiper-pagination-2 {
  bottom: -6% !important;
} /* Pagination */
.swiper-pagination-bullet {
  background: #cfcfcf !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: var(--SecondryColor) !important;
}
.paginations-wrapper {
  width: 100%;
} /*----------------------*/
.fixed-widget-list {
  display: none;
}
header .container,
.page-breadcrumbs .container {
  @media (min-width: 1400px) {
    max-width: 1680px !important;
  }
} /* ========================= Hero Ã¢â‚¬â€œ Base ========================= */
.hero-section {
  width: 100%;
  min-height: 700px;
  position: relative;
} /* ========================= Header ========================= */
.header-center {
  position: relative;
}

.header-center::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  background-image: url("/Portals/_default/Skins/glend/resource/theme-assests/img/icons/Group 45.png");
  background-size: cover;
  right: 0;
  top: 80%;
}

.header-replace.header-position.sticky-fixed {
  background-color: #ffffff14;
  padding: 15px 0;
  position: relative;
  height: 10vh !important;
  z-index: 10;
  /* top: -1px; */
  /* border-bottom: 1px solid #ffffff80; */
  backdrop-filter: blur(4px);
}

#headerrow-228515 .area-left {
  padding-right: 0px !important;
}

#headerrow-893713 .area-left {
  padding-right: 0 !important;
}

.dng-megamenu .dnngo_slide_menu > li > a > span::after {
  height: 2px !important;
}

.dng-megamenu .dnngo_slide_menu {
  padding: 12px 20px !important;
  background-color: #ffffff2e !important;
}

.dnngo_menuslide {
  padding-top: 14px !important;
}

.dng-megamenu .dnngo_slide_menu {
  min-width: fit-content !important ;
}

/* ========================= Mega Menu ========================= */
.dng-megamenu .primary_structure {
  display: flex !important;
  gap: 0px !important;
} /* ========================= Hero Banner Ã¢â‚¬â€œ Layout ========================= */
.hero-section--banner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 77px;
  overflow: hidden;
}

/* ویدئو پشت محتوا */
.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

/* گرادینت روی ویدئو */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(#00000070, #0000009e 100%, #000000b3);
  z-index: 2;
}

/* تمام محتوای هیرو روی اوورلی */
.hero-section--banner > :not(.hero-bg-video):not(.hero-overlay) {
  position: relative;
  z-index: 3;
}
/* ========================= Banner Shared Styles ========================= */
.hero-section--banner h1 {
  font-size: 50px;
  margin-bottom: 34px;
  margin-bottom: 30px;
}
.hero-section--banner h5 {
  font-size: 26px;
  padding: 6px 12px;
  background-color: var(--SecondryColor);
  text-align: center;
} /* ========================= Banner 1 (Center Bottom) ========================= */
.banner-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.banner-1 {
  text-align: center;
  color: var(--WhiteColor);
  padding-top: 22%;
}
.hero-sec-bottom .about-us__card {
  display: unset;
  position: unset;
}
.hero-sec-bottom .about-us__card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
}
.banner-1 h1,
.banner-1 h5 {
  color: var(--WhiteColor);
}

.title-slide h6,
.title-slide p {
  color: var(--WhiteColor);
}

/* ========================= Banner 2 (Right Aligned) ========================= */
.banner-2 {
  text-align: right;
}
.banner-2--titles {
  padding-right: 175px;
}
.more-line-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.more-line-wrapper a {
  color: var(--SecondryColor);
  font-weight: 600;
  padding-top: 28px;
}

.banner-2 h6 {
  font-size: 28px;
  font-weight: 700;
}
.banner-2 p {
  max-width: 550px;
}

.revers-line {
  max-width: 530px;
  height: auto;
}

.short-line {
  padding-top: 28px;
}
/* ========================= About Us ========================= */
.about-us {
  padding-block: 145px;
  overflow: hidden;
}
.about-us .title-wrapper svg {
  position: absolute;
  right: -24%;
  top: 26%;
}
.about-us__text {
  color: var(--BgLightTextColor);
  margin-bottom: 65px;
}
.about-us .title-box .back-title {
  top: -270%;
  right: 3%;
  position: absolute;
  color: var(--BgLightTextColor);
  font-size: 94px;
  opacity: 0.06;
  font-weight: 900;
}
.about-us__card {
  display: flex;
  margin-bottom: 45px;
  align-items: start;
  z-index: 2;
  position: relative;
  gap: 16px;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.hero-sec-bottom {
  position: absolute;
  width: 70%;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 4;
  overflow: hidden;
}

.about-us__card img {
  width: 46px;
  filter: hue-rotate(0deg);
  transition: filter 0.3s ease-in;
}
.hero-sec-bottom .about-us__card a::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 55%;
  background: #6b6b6b;
  left: 0;
}
.hero-sec-bottom .about-us__card img {
  filter: brightness(0) invert(1);
}
.hero-sec-bottom .row div.col-6:last-child a::after {
  display: none;
}
.about-us__card-deatails {
  display: flex;
  flex-direction: column;
}

.about-us__card-deatails a {
  margin-top: 16px;
}
.about-us-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

.about-us__card-deatails p {
  color: var(--BgLightTextColor);
  text-align: justify;
  max-width: 300px;
  font-size: 12px;
}
.about-us__image-wrap {
  position: static;
}
.about-us__image {
  position: absolute;
  top: 78%;
  left: -40%;
  transform: translateY(-50%);
  max-width: 794px;
  height: auto;
  pointer-events: none;
} /* ========================= News ========================= */
.news-section {
  padding: 100px 0;
  overflow-x: hidden;
  background: linear-gradient(
      rgba(217, 217, 217, 0.33),
      rgba(217, 217, 217, 0.33)
    ),
    url("/Portals/_default/Skins/glend/resource/theme-assests/img/news-bg.png");
  background-size: contain;
  background-position: center;
}
.news-section .title-wrapper svg {
  position: absolute;
  right: -23%;
  top: 26%;
}
.news-section .title-box .back-title {
  top: -270%;
  right: 3%;
  position: absolute;
  color: var(--BgLightTextColor);
  font-size: 94px;
  opacity: 0.06;
  font-weight: 900;
}
.news-section .date-span-wrapper {
  margin-top: 24px;
  height: auto;
}
.main-news-img {
  width: 100%;
  height: 370px;
  overflow: hidden;
  margin-bottom: 15px;
}
.main-news-card {
  background-color: var(--WhiteColor);
  padding: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: var(--Box-Radius);
}

.main-news-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 80px;
  line-height: 2;
  margin-block: 12px;
}

.main-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--Inner-Radius);
  transition: all 0.25s ease-in;
}

.main-news-card:hover img {
  transform: scale(1.1);
  transition: all 0.25s ease-in;
}

.news-card img {
  transform: scale(1.1);
  transition: all 0.25s ease-in;
}

.news-card:hover img {
  transform: scale(1.2);
  transition: all 0.25s ease-in;
}

.main-news-card p {
  font-size: 14px;
  color: var(--BgLightTextColor);
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 84px;
}
.date-span {
  font-size: 14px;
  color: var(--WhiteColor);
  background-color: var(--MainColor);
  display: inline-block;
  padding-inline: 14px;
  padding-block: 2px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: var(--Inner-Radius);
}
.date-span-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-decor {
  display: flex;
  gap: 4px;
}
.news-decor .dot-1 {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: var(--SecondryColor);
}
.news-decor .dot-2 {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #977281;
}
.news-decor .dot-3 {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: var(--MainColor);
}
.date-span img {
  height: auto;
  width: 19px;
}
.news-list {
  display: flex;
  flex-direction: column;
  gap: 7.5px;
}
.news-card {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.news-card:last-child {
  border-bottom: none;
}
.news-deatail {
  flex: 0 0 65%;
  padding: 18px 20px 0px 20px;
}
.news-deatail h5 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
  display: -webkit-box;
  line-height: 32px;
  font-size: 16px !important;
  height: 64px;
}
.news-deatail p {
  font-size: 12px;
  color: var(--BgLightTextColor);
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 72px;
}
.news-card-img {
  flex: 0 0 35%;
  overflow: hidden;
}
.news-card-img img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  border-radius: var(--Inner-Radius);
} /* ========================= Products ========================= */
.product-section {
  padding-top: 140px;
  padding-bottom: 80px;
  overflow-x: hidden;
}
.product-head,
.about-head,
.certificate-head,
.pov-head,
.news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 59px;
}
.product-section .title-wrapper svg {
  position: absolute;
  right: -24%;
  top: 50%;
}
.product-section .title-box .back-title {
  top: -270%;
  right: 3%;
  position: absolute;
  color: var(--BgLightTextColor);
  font-size: 94px;
  opacity: 0.06;
  font-weight: 900;
}
.product-head .more-btn::before {
  left: 15%;
  right: unset;
  display: none;
}
.product-head .title-box .title {
  margin-bottom: 0px;
}
.product-head a p,
.about-head a p,
.certificate-head a p,
.pov-head a p,
.news-head a p {
  color: var(--SecondryColor) !important;
  font-weight: 700;
  transition: all 0.3s ease-in;
}

.product-head a p:hover,
.about-head a p:hover,
.certificate-head a p:hover,
.pov-head a p:hover,
.news-head a p:hover {
  transition: all 0.3s ease-in;
  color: var(--MainColor) !important;
}

.product-slider-wrapper {
  position: relative;
  padding-bottom: 40px;
}
.product-swiper {
  padding-bottom: 50px;
}
.product-slide {
  cursor: pointer;
  position: relative;
  height: 420px;
  border-radius: var(--Inner-Radius);
  overflow: hidden;

  perspective: 1400px;
  perspective-origin: center;
}

.product-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: var(--Inner-Radius);
}
.product-slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
/* .product-slide:hover .product-slide-inner {
  transform: rotateY(180deg);
} */
.product-slide-front,
.product-slide-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.product-slide-front {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--WhiteColor);
  position: relative;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  transform-style: preserve-3d;
  transform: rotateY(0deg);

  transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
  will-change: transform;
}
.product-slide-back {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  transform: rotateY(180deg);
  text-align: center;
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
  will-change: transform;
}

.product-slide-back--1 {
  background: url("/Portals/_default/Skins/glend/resource/theme-assests/img/product-1.jpg")
    no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.product-slide-back--2 {
  background: url("/Portals/_default/Skins/glend/resource/theme-assests/img/product-2.jpg")
    no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.product-slide-back--3 {
  background: url("/Portals/_default/Skins/glend/resource/theme-assests/img/product-3.jpg")
    no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.product-slide-back--4 {
  background: url("/Portals/_default/Skins/glend/resource/theme-assests/img/product-4.jpg")
    no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.product-slide-back--5 {
  background: url("/Portals/_default/Skins/glend/resource/theme-assests/img/product-5.jpg")
    no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.product-slide-back--6 {
  background: url("/Portals/_default/Skins/glend/resource/theme-assests/img/product-6.jpg")
    no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.product-slide-back--7 {
  background: url("/Portals/_default/Skins/glend/resource/theme-assests/img/product-7.jpg")
    no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.product-slide-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(18 41 167 / 86%);
  z-index: 1;
}

.product-slide-back h2 {
  color: var(--WhiteColor);
  z-index: 2;
}

.product-slide-back span {
  z-index: 2;
}

.product-slide-back .news-btn {
  margin-top: 36px;
  z-index: 2;
}
.product-slide-back h2 {
  margin-bottom: 40px;
}
.product-slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 41, 167, 0.46);
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.product-slide-overlay h2 {
  color: var(--WhiteColor);
}

.product-slide-overlay a {
  position: absolute;
  color: var(--WhiteColor);
  font-size: 20px;
  letter-spacing: 2px;
  left: -2%;
  bottom: 15%;
  transform: rotate(-91deg);
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-slide:hover .product-slide-front {
  transform: rotateY(-180deg);
}

.product-slide:hover .product-slide-back {
  transform: rotateY(0deg);
}

.product-slide-front,
.product-slide-back {
  border-radius: var(--Inner-Radius);
  overflow: hidden;
}
.product-slide {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.product-slide-overlay a img {
  width: 18px;
  height: 18px;
  background-color: var(--WhiteColor);
  border-radius: 100%;
  padding: 2px;
}
.product-head .more-btn,
.about-head .more-btn,
.certificate-head .more-btn,
.pov-head .more-btn,
.news-head .more-btn {
  width: 135px;
  text-align: left;
}
.product-head .more-btn svg,
.about-head .more-btn svg,
.certificate-head .more-btn svg,
.pov-head .more-btn svg,
.news-head .more-btn svg {
  position: absolute;
  top: 50%;
  right: 118%;
}
.arrows-wrapper img {
  width: 38px;
  cursor: pointer;
}
.arrows-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}

.arrow-right:hover {
  filter: brightness(0.1);
  transition: all 0.25s ease-in;
}

.arrow-left {
  transform: rotate(180deg);
}

.arrow-left:hover {
  filter: brightness(0.1);
  transition: all 0.25s ease-in;
}

/* ========================= Certificates ========================= */
.certificates {
  padding: 100px 0px;
  background: url("/Portals/_default/Skins/glend/resource/theme-assests/img/Damavand logo 1.png")
    no-repeat bottom;
  overflow-x: hidden;
}
.certificates .swiper-wrapper {
  align-items: center;
}
.certificates .title-wrapper svg {
  position: absolute;
  right: -24%;
  top: 20%;
}
.certificates .title-box .back-title {
  top: -270%;
  right: 3%;
  position: absolute;
  color: var(--BgLightTextColor);
  font-size: 94px;
  opacity: 0.06;
  font-weight: 900;
}
.certificate-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.certificate-slide img {
  width: 88%;
  height: auto;
  object-fit: cover;
}
.div-cer-img {
  background-color: var(--MainColor);
  border-radius: 100%;
  padding: 20px;
  width: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 175px;
}
.div-cer-img img {
  border-radius: 0px;
}

.certificate-slide p {
  color: var(--BgLightTextColor);
  margin-top: 12px;
}
.certificate-swiper-btn,
.customer-swiper-btn-prev,
.customer-swiper-btn-next {
  color: var(--WhiteColor) !important;
  background-color: var(--SecondryColor);
  border-radius: 100%;
  padding: 4px;
  width: 30px !important;
  height: 30px !important;
  transition: all 0.25s ease-in;
}

.certificate-swiper-btn:hover,
.customer-swiper-btn-prev:hover,
.customer-swiper-btn-next:hover {
  background-color: var(--MainColor);
  transition: all 0.25s ease-in;
}

.swiper-iso-img {
  display: block;
}
.swiper-certifictae-img {
  opacity: 0;
  height: 0 !important;
  transition: transform 0.6s ease-out;
  transform: scale(0) translate(0);
  transform-origin: center center;
}
.swiper-slide-active .div-cer-img {
  /* display: none; */
  opacity: 0;
  height: 0;
}
.swiper-slide-active .swiper-certifictae-img {
  display: block;
  width: 200px;
  height: auto;
  border-radius: var(--Box-Radius);
  padding: 0px;
  background-color: unset;
}
.certificates .swiper-slide-active img {
  width: 250px;
  height: 355px !important;
  transform: scale(1) translate(0);
  opacity: 1;
  transition: transform 0.6s ease-in-out;
}
.certificates .swiper-navigation-icon {
  width: 9px;
  height: auto;
}
.certificate-slider-wrapper {
  position: relative;
}
.swiper-pagination-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
} /* ========================= POV ========================= */
.pov-section {
  padding: 100px 0px;
  overflow-x: hidden;
}
.pov-section .title-wrapper svg {
  position: absolute;
  right: -24%;
  top: 20%;
}
.pov-section .title-box .back-title {
  top: -270%;
  right: 3%;
  position: absolute;
  color: var(--BgLightTextColor);
  font-size: 94px;
  opacity: 0.06;
  font-weight: 900;
}
.pov-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
.pov-box {
  min-height: 260px;
  border-radius: var(--Box-Radius);
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 14px;
  font-weight: bold;
  color: var(--WhiteColor);
  background: linear-gradient(
      rgba(217, 217, 217, 0.33),
      rgba(217, 217, 217, 0.33)
    ),
    url("/Portals/_default/Skins/glend/resource/theme-assests/img/back.png");
  background-size: contain;
  transition: all 0.25s ease-in;
  background-position: center;
}

.pov-box:hover {
  transform: scale(0.96);
  transition: all 0.25s ease-in;
}

.pov-box-main {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.pov-swiper,
.pov-swiper .swiper-wrapper,
.pov-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.pov-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.pov-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(48, 71, 192, 0.9) 50%,
    rgba(40, 59, 158, 0.558) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.pov-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pov-slide-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  padding: 32px;
  color: var(--WhiteColor);
  pointer-events: none;
}
.pov-slide-content p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 160px;
  font-weight: 500;
  font-size: 16px;
  color: var(--WhiteColor);
}
.pov-box__inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pov-box__deatail {
  display: flex;
  flex-direction: column;
}
.pov-box__deatail h3 {
  font-size: 49px;
  color: var(--SecondryColor);
  font-weight: 800;
  min-width: 150px;
}
.pov-box__deatail p {
  font-size: 22px;
  color: var(--MainColor);
  font-weight: 700;
}
.swiper-pagination-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  bottom: 12% !important;
} /* ========================= Customers ========================= */
.customers-section {
  padding-block: 100px;
}
.customers-section .title-box .back-title {
  top: -270%;
  right: 3%;
  position: absolute;
  color: var(--BgLightTextColor);
  font-size: 94px;
  opacity: 0.06;
  font-weight: 900;
}
.customers-section .title-wrapper svg {
  position: absolute;
  right: -21%;
  top: 20%;
}
.customers-main-image {
  display: block;
  margin: 32px auto 40px;
  max-width: 100%;
} /* swiper */
.customers-swiper {
  padding: 10px 0;
}
.customers-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customers-swiper img {
  height: auto;
  max-width: 200px;
  transition: all 0.2s ease-in;
}
.customers-swiper img:hover {
  transition: all 0.2s ease-in;
  transform: scale(1.1);
}
.customers-section .swiper-wrapper {
  align-items: center;
}

/* ========================= Section Floating Nav ========================= */

.section-floating-nav {
  position: fixed;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.section-floating-nav.show {
  opacity: 1;
  pointer-events: auto;
}

/* آیتم‌ها */
.section-nav-item {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #aaa;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
}

.section-nav-item:hover {
  border: 2px solid #fff;
  background-color: var(--SecondryColor);
}

.section-nav-item:hover .section-float-icon {
  color: var(--SecondryColor);
}

.section-nav-item:hover .section-float-icon--fill {
  fill: #fff;
}

.section-nav-item:hover .section-float-icon--fill .section-nav-item:active {
  border: 2px solid var(--SecondryColor);
}

.section-nav-item:hover .section-float-icon {
  color: #fff;
}

.section-nav-item:active {
  background-color: #fff;
  border: 2px solid var(--SecondryColor);
}

.section-nav-item:active .section-float-icon {
  color: var(--BgLightTextColor);
}

.section-nav-item:active .section-float-icon--fill {
  fill: var(--BgLightTextColor);
}

.section-float-icon {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.section-float-icon:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.section-float-icon {
  color: var(--BgLightTextColor);
  height: auto;
  width: 28px;
  transition: all 0.3s ease;
}

.section-float-icon--fill {
  fill: var(--BgLightTextColor);
}

.section-nav-item .label {
  pointer-events: none;
  position: absolute;
  left: 47px;
  white-space: nowrap;
  font-size: 13px;
  color: var(--SecondryColor);
  opacity: 0;
  font-size: 15px;
  font-weight: 600;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.section-nav-item.active {
  background: var(--SecondryColor);
  color: #fff;
  border-color: var(--SecondryColor);
}

.section-nav-item.hover .section-float-icon {
  color: var(--WhiteColor);
}

.section-nav-item.hover .section-float-icon--fill {
  fill: var(--WhiteColor);
}

.section-nav-item.active .section-float-icon {
  color: var(--WhiteColor);
}

.section-nav-item.active .section-float-icon--fill {
  fill: var(--WhiteColor);
}

.section-nav-item.active .label {
  opacity: 1;
  transform: translateX(0);
}

/* متن عمودی */
.section-floating-nav .label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

/* ========================= Footer ========================= */
footer {
  background: url("/Portals/_default/Skins/glend/resource/theme-assests/img/footer-bg.png"),
    linear-gradient(#485cc7, #485cc7);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  direction: rtl;
  padding-block: 100px;
}

footer .dngTextBox {
  text-align: center;
}
footer .dng-column {
  align-items: center !important;
}
footer ul {
  padding-top: 45px;
  padding-left: 0;
}
footer ul li {
  color: var(--WhiteColor);
  padding-bottom: 10px;
}

footer ul li a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  transition: all 0.25s ease-in;
}

footer p {
  color: var(--WhiteColor) !important;
}

footer img {
  border-radius: 0px !important;
}

.footer-text {
  text-align: justify;
  font-size: 12px;
}

/* ========================= Back Top ========================= */
.dng-megamenu .dnngo_menuslide {
  backdrop-filter: blur(15px) !important;
  width: fit-content;
}
.scrolltopX {
  --st-size: 52px;
  --st-ring: 4px;

  --st-progress: var(--SecondryColor);
  --st-track: rgba(255, 255, 255, 0.22);
  --st-bg: rgba(7, 10, 18, 0.78);
  --st-bg-hover: rgba(7, 10, 18, 0.92);
  --st-arrow: var(--WhiteColor);

  position: fixed;
  right: 18px;
  bottom: 18px;
  width: var(--st-size);
  height: var(--st-size);
  border: 0;
  padding: 0;
  border-radius: 999px;
  cursor: pointer;
  z-index: 9999;

  background: conic-gradient(
    var(--st-progress) calc(var(--st-progress-val, 0) * 1%),
    var(--st-track) 0
  );

  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  display: grid;
  place-items: center;

  opacity: 0;
  transform: translateY(10px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.15s ease;
}

.scrolltopX.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.scrolltopX::before {
  content: "";
  width: calc(var(--st-size) - (var(--st-ring) * 2));
  height: calc(var(--st-size) - (var(--st-ring) * 2));
  border-radius: 999px;
  background: var(--st-bg);
  display: block;
}

.scrolltopX:hover::before {
  background: var(--st-bg-hover);
}

.scrolltopX__icon {
  position: absolute;
  color: var(--st-arrow);
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
  user-select: none;
}

[dir="rtl"] .scrolltopX {
  right: auto;
  left: 18px;
}

@media (min-width: 1200px) {
  .scrolltopX {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: none !important;
  }
}

/* ========================= Responsive Design ========================= */

@media (min-width: 1400px) {
  .swiper-container {
    max-width: 1590px !important;
  }

  .certificate-container {
    max-width: 1590px !important;
  }
}

@media (max-width: 1600px) {
  .product-section .title-wrapper svg,
  .about-us .title-wrapper svg {
    right: -35%;
  }
  .news-section .title-wrapper svg {
    right: -34%;
  }
  .certificates .title-wrapper svg,
  .pov-section .title-wrapper svg {
    right: -33%;
  }
  .customers-section .title-wrapper svg {
    right: -27%;
  }
  .product-section .title-box .back-title,
  .customers-section .title-box .back-title,
  .about-us .title-box .back-title,
  .pov-section .title-box .back-title,
  .news-section .title-box .back-title {
    top: -230%;
  }
}

@media (max-width: 1200px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 15px;
  }
  p {
    font-size: 14px;
  }
  .hero-section--banner h1 {
    font-size: 44px;
  }
  .hero-section--banner h5 {
    font-size: 23px;
  }
  .banner-2 h6 {
    font-size: 22px;
  }
  .more-btn p {
    font-size: 16px;
  }
  .banner-1 {
    padding-top: 33%;
  }
  .product-head .more-btn::before {
    left: 18%;
  }
  .product-section .title-wrapper svg {
    right: -41%;
  }
  .news-section .title-wrapper svg,
  .certificates .title-wrapper svg,
  .pov-section .title-wrapper svg {
    right: -33%;
  }
  .about-us .title-wrapper svg {
    right: -39%;
  }
  .pov-box__deatail h3 {
    font-size: 38px;
  }
  .pov-box__deatail p {
    font-size: 18px;
  }

  #dng-megamenu451004 .primary_structure > li > a {
    font-size: 10px !important;
  }

  .dng-megamenu .primary_structure {
    gap: 0 !important;
  }

  .section-floating-nav {
    display: none;
  }

  .section-floating-nav.show {
    display: none;
  }
}

@media (max-width: 991.9px) {
  .about-us__image {
    left: -210%;
  }
  .hero-sec-bottom {
    width: 90%;
  }
  .hero-section--banner {
    min-height: 93vh;
  }
  .news-section .col-4,
  .news-section .col-8 {
    width: 100%;
  }
  .news-card {
    flex-direction: column;
  }
  .news-card-img {
    width: 100%;
    height: 200px;
  }
  .main-news-card {
    margin-bottom: 40px;
  }
  .arrows-wrapper img {
    cursor: none;
  }
  .product-slide {
    cursor: none;
  }
  .product-head .more-btn::before {
    left: 25%;
  }
  .line-svg {
    display: none;
  }
  .pov-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .pov-box-main {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 320px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }

  .about-us {
    padding-block: 60px;
  }
  .about-us .col-10,
  .about-us .col-2 {
    width: 100%;
    max-width: 100%;
  }
  .about-us__text {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.9;
  }
  .about-us__card {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 28px;
  }
  .about-us__card img {
    width: 42px;
    height: 42px;
  }
  .about-us__card-deatails h6 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .about-us__card-deatails p {
    font-size: 13px;
    line-height: 1.8;
  }
  .about-us__image-wrap {
    display: none;
  }
  .about-us .row {
    justify-content: center;
  }
  .product-section .title-box .back-title,
  .customers-section .title-box .back-title,
  .about-us .title-box .back-title,
  .certificates .title-box .back-title,
  .news-section .title-box .back-title,
  .pov-section .title-box .back-title {
    top: -215%;
    font-size: 76px;
  }
  .pov-box__inner {
    flex-direction: column;
    text-align: center;
  }
  .pov-box__img {
    min-height: 140px;
  }

  .revers-line {
    display: none;
  }

  .banner-2 {
    padding-right: 40px;
  }

  .banner-2--titles {
    padding-right: 0;
  }

  #dnn_FooterPaneB {
    padding-bottom: 26px;
  }

  .footer-text {
    padding-bottom: 26px;
  }

  #dnn_FooterPaneC {
    display: flex;
    align-items: center;
    justify-content: start;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .about-us .title-box .back-title {
    font-size: 64px;
    top: -180%;
  }

  svg.right-title {
    display: none;
  }

  .about-us__card-deatails h6 {
    font-size: 16px !important;
  }
  .news-section .title-box .back-title,
  .pov-section .title-box .back-title,
  .certificates .title-box .back-title,
  .customers-section .title-box .back-title {
    font-size: 64px;
  }
  .product-section .title-box .back-title {
    font-size: 64px;
    top: -185%;
  }
  .product-head,
  .about-head,
  .certificate-head,
  .pov-head,
  .news-head {
    flex-direction: column;
  }
  .product-head .more-btn::before {
    left: 18%;
  }
  .peak-svg {
    display: none;
  }
  .pov-grid {
    grid-template-columns: 1fr;
  }
  .pov-box {
    min-height: 220px;
  }
  .pov-box-main {
    min-height: 260px;
  }

  .main-news-card {
    padding: 12px;
  }

  .main-news-img {
    height: 200px;
  }

  .page-breadcrumbs {
    top: 20%;
  }

  .pageheader-sec {
    height: 27vh !important;
  }

  .breadcrumbs-box ul li {
    font-size: 20px;
  }
  .banner-1 {
    padding-top: 45%;
  }
  .hero-sec-bottom .row div.col-6:nth-child(even) a::after {
    display: none;
  }
}

@media (max-width: 420px) {
  .product-head .more-btn::before {
    left: 23%;
  }
}

/* ========================= Inner Page Styles ========================*/

.DnnModule.DnnModule-DNN_HTML.DnnModule-1656 {
  overflow: hidden;
  top: 0;
  height: 45vh;
  position: relative;
  z-index: 0;
}
.DnnModule.DnnModule-DNN_HTML.DnnModule-1656:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(#08429870, #0842989e 100%, #084298b3);
  z-index: 1;
  opacity: 0.85;
}
.header-title-div {
  padding: 0;
  position: absolute;
  width: fit-content;
  bottom: 0;
  right: 7%;
  display: flex;
  justify-content: flex-end;
  padding: 36px 0px;
  flex-direction: column;
}
h1.pagetitle {
  font-size: 40px;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: var(--WhiteColor);
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff73;
  text-shadow: 0px 0px 20px #4b4b4b40;
  text-align: right;
  width: 100%;
  text-transform: uppercase;
}
section.DnnModule.DnnModule-DNN_HTML.DnnModule-1656 video {
  width: 100%;
  height: auto;
}
.breadcrumb-main-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
span.breadcrumb-seprator {
  color: var(--WhiteColor);
}
ul {
  margin-right: 0;
  margin-bottom: 0;
}
a.breadcrumb-css.DefaultHoverColor {
  color: #c5c5c5;
  font-size: 27px;
}
.breadcrumb-main-div a {
  color: var(--WhiteColor);
}
.page-breadcrumbs .breadcrumbs a:hover {
  color: #ff9100 !important;
}
.breadcrumbs-box ul li {
  padding-right: 8px;
}
.page-breadcrumbs .breadcrumbs a,
.page-breadcrumbs .breadcrumbs a:link,
.page-breadcrumbs .breadcrumbs a:active,
.page-breadcrumbs .breadcrumbs a:visited {
  padding-left: 5px;
}
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 14px;
}

footer a {
  font-size: 13px;
}

#dng-megamenu451004.hoverstyle_3 .primary_structure > li > a {
  font-size: 15px;
  font-weight: 500;
  padding: 0 14px;
}

footer a img {
  width: 14px;
  opacity: 0.8;
}

.header-content-wrap p {
  font-size: 20px;
  margin-top: 3px;
  margin-left: -7px;
}
.adminbuttons a {
  display: inline-block;
}
.DnnModule {
  z-index: 902;
}

.page-breadcrumbs .breadcrumbs a {
  font-size: 20px !important;
}

.breadcrumbs-box ul li::after {
  font-size: 20px;
}

.breadcrumbs-box ul li {
  font-size: 20px !important;
}

#articleSearchFormSmall {
  width: 100% !important;
  margin-top: 30px !important;
}

#articleSearchFormSmall input[type="text"] {
  outline: none !important;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-inline: 12px !important;
  color: var(--BgLightTextColor) !important;
  border: 1px solid var(--BgLightTextColor) !important;
}

input[type="submit"] {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* =====================================================
   DNN LOGIN – TREE BASED CLEAN ENTERPRISE STYLE
   NO WRAPPER | NO MAX-WIDTH | NO CARD FORCE
===================================================== */

/* ======================================================
   LOGIN CONTAINER (CARD)
====================================================== */

#dnn_ctr1530_Login_DNN {
  width: 100%;
}

.LoginPanel {
  padding: 30px 50px !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  margin: 0 auto;
  max-width: 600px !important;
  width: unset;
}

.dnnLoginService {
  width: 100%;
}

#dnn_content .dnnForm.dnnLogin {
  padding-top: 40px !important;
}
.dnnForm .dnnFormItem {
  display: flex;
  flex-direction: column;
}

.dnnFormItem .dnnLabel {
  text-align: right;
  width: 100%;
}

div.dnnCaptcha {
  width: 100% !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}

label#dnn_ctr1530_Login_Login_DNN_plCaptcha {
  margin-right: 0 !important;
  margin-bottom: 20px;
}

.dnnLeft img {
  margin-bottom: 20px !important;
}

.read-more-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.read-more {
  background-color: var(--SecondryColor);
  border: 1px solid var(--SecondryColor);
  color: var(--WhiteColor) !important;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;

  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;

  width: fit-content !important;
  border-radius: 6px;

  text-align: center;
  cursor: pointer;

  box-shadow: 0 0px 14px rgba(230, 136, 60, 0.5);

  transition: all 0.25s ease;
  z-index: 10;
}

.read-more img {
  width: 16%;
}

.read-more:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
  background-color: transparent;
  transition: all 0.25s ease;
  color: var(--SecondryColor) !important;
}

.read-more:hover img {
  display: none;
}

.read-more:active {
  border: 1px solid var(--MainColor);
  color: var(--MainColor) !important;
}

#dnn_ctr1530_Login_Login_DNN_cmdLogin {
  border-radius: 10px !important;
  outline: none !important;
  background: var(--MainColor) !important;
  transition: all 0.2s ease-in !important;
  font-weight: 400;
  border: 1px solid var(--MainColor);
  box-shadow: none !important;
}

#dnn_ctr1530_Login_Login_DNN_cmdLogin:hover {
  background: transparent !important;
  color: var(--MainColor);
}

#dnn_ctr1530_Login_pnlLoginContainer::before {
  content: "";
  display: block;
  width: 180px;
  height: 64px;
  margin: auto;
  background-image: url("/Portals/_default/Skins/glend/resource/theme-assests/img/Damavand logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.dnnCheckbox .mark {
  background-color: transparent !important;
}
#dnn_ctr1530_Login_Login_DNN_cancelLink {
  background: #cc3e3e !important;
  border-radius: 10px !important;
  font-weight: 400 !important;
  color: #fff !important;
  transition: all 0.2s ease-in !important;
  border: 1px solid #cc3e3e;
  text-shadow: none !important;
  box-shadow: none !important;
}

#dnn_ctr1530_Login_Login_DNN_cancelLink:hover {
  background: transparent !important;
  color: #cc3e3e !important;
}

#dnn_ctr1530_Login_Login_DNN_passwordLink {
  background: unset !important;
  border-radius: 10px !important;
  font-weight: 400 !important;
  color: var(--BgLightTextColor) !important;
  transition: all 0.2s ease-in !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 16px;
  text-shadow: none !important;
}

.dnnLoginService input[type="text"],
.dnnLoginService input[type="password"] {
  max-width: 100% !important;
  padding: 16px 12px;
  border-radius: 12px;
  outline: none !important;
  margin-block: 20px;
  width: 100% !important;
}
.header-replace {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .loginContent .dnnFormLabel {
    display: block !important;
    text-align: right !important;
  }
  .LoginPanel {
    padding: 20px 10px !important;
    width: unset;
  }
}
.banner1-swiper {
  width: 100%;
}

.banner1-swiper .swiper-wrapper {
  align-items: center;
}

.banner1-swiper .swiper-slide {
  width: 100%;
}

.banner-1--titles {
  overflow: hidden; /* مهم */
}
h6.rutitr {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px !important;
  color: var(--SecondryColor) !important;
}

svg.right-title {
  margin-top: 7px;
}
.footer h2 {
  color: #fff !important;
  font-size: 21px;
}
@media (min-width: 1200px) and (max-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1090px;
  }
  .section-floating-nav {
    left: 14px;
  }
  .section-nav-item .label {
    left: 45px;
  }
  .product-head .more-btn svg,
  .about-head .more-btn svg,
  .certificate-head .more-btn svg,
  .pov-head .more-btn svg,
  .news-head .more-btn svg {
    right: 121px;
  }
}

@media only screen and (max-width: 1400px) {
  header .container {
    max-width: 1400px;
  }
}

.about-us__card img {
  width: 46px;
  transition: all 0.3s ease-in;
}

.about-us__card:hover img {
  transition: all 0.3s ease-in;
  transform: scale(0.9);
}

.about-us__card-deatails h6 {
  color: var(--WhiteColor);
  margin-bottom: 16px;
  font-size: 20px;
  transition: all 0.3s ease-in;
  font-weight: 700;
  margin-top: 8px;
}
.about-us__card:hover .about-us__card-deatails h6 {
  color: var(--SecondryColor);
  transition: all 0.3s ease-in;
}

.about-us__card:active .about-us__card-deatails h6 {
  color: var(--MainColor);
  transition: all 0.3s ease-in;
}

.about-us h6 {
  color: var(--MainColor);
}

.floating-active #headerrow-228515 {
  position: relative; /* پایه before */
  z-index: 1;
}

.floating-active #headerrow-228515::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 7%;
  width: 50px;
  height: 50px;
  background: url("/Portals/_default/Skins/glend/resource/theme-assests/img/icons/Logo-sticky.png")
    no-repeat center/contain;
  opacity: 1;
  pointer-events: none;
}

#column-268620 {
  display: none;
}

#column-997872 {
  flex: 1 1 auto;
}

.floating-active .header-content-wrap {
  align-items: center !important;
}


.read-more-wrapper--news{
  justify-content: start;
}

.sticky-fixed .floating-nav.floating-nav-sticky.floating-active{
  box-shadow: 0 0 26px rgba(0 , 0 , 0 , 0.6) !important;
}