.sec1__container.product__letterhead {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 1rem;
  background-color: var(--mainWhite);
  border: 1px solid #f1f2f5;
  padding: 1rem;
  border-radius: 15px;
  align-items: center;
}
.slider__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.smallBannerSliderMain .swiper-button-prev,
.smallBannerSliderMain .swiper-button-next {
  background-color: var(--mainWhite);
  width: 40px !important;
  height: 40px !important;
  border-radius: 5px !important;
  border: none;
}
.smallBannerSliderMain .swiper-button-prev svg,
.smallBannerSliderMain .swiper-button-next svg {
  width: 18px;
  height: 18px;
}
.smallBannerSliderMain .swiper-button-prev svg path,
.smallBannerSliderMain .swiper-button-next svg path {
  stroke: var(--primary-color);
}
.smallBannerSliderMain {
  border-radius: 10px;
  grid-area: 1 / 1 / 3 / 3;
}
.smallBannerSliderMain .smallBannerSliderItem img {
  object-fit: cover;
  object-position: bottom;
  height: 100%;
  border-radius: 10px;
}
.smallBannerSliderMain {
  width: 100%;
  max-height: 300px;
}
.smallBannerSliderThumbs {
  height: 100px;
  box-sizing: border-box;
}
.smallBannerSliderThumbs .swiper-slide {
  width: 25%;
  opacity: 0.4;
  cursor: pointer;
}
.smallBannerSliderThumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.smallBannerSliderThumbs .smallBannerSliderThumbsItem img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.product__about {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product__about span,
.product__about span h3 {
  font-size: 1.25rem;
  display: inline-block;
  color: var(--mainBlack);
}
.product__about .h-rule {
  border-width: 1px;
  margin: 0;
}
.product__about p {
  text-align: justify;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.9;
  color: var(--mainBlack);
}
.quick__access__title {
  background-color: #f1f2f5;
  width: max-content;
  padding: 1rem 1.5rem;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-size: 1.1rem;
  color: var(--mainBlack);
}
.quick__access__items {
  background-color: #f1f2f5;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 1rem;
  gap: 0.75rem;
  width: 100%;
  border-radius: 8px 0 8px 8px;
}
.quick__access__items .item {
  background-color: var(--mainWhite);
  padding: 0.75rem;
  text-align: center;
  border-radius: 8px;
  color: var(--mainBlack);
  transition: var(--mainTransition);
}
.quick__access__items .item.active {
  background-color: #ee264f;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s ease;
}
.quick__access__items .item:hover {
  background-color: var(--primary-color);
  color: var(--mainWhite);
}
.products__parent {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 6rem;
  padding: 0;
  gap: 4.5rem 1.25rem;
}
.calculate__order__parent {
  background-color: #f1f2f5;
  border-radius: 15px;
  padding: 1.5rem;
  position: relative;
  display: grid;
  grid-template-columns: 375px 1fr;
  gap: 2.5rem;
}
.calculate__order__parent.img__parent .sec__title {
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media only screen and (min-width: 991px) {
  .in__content__use .calculate__order__parent {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-calc-parent {
    background-color: #f1f2f5;
    border-radius: 10px;
    overflow: hidden;
    padding: 1rem 0;
  }
}
.in__content__use .calculate__order__parent .img__parent img {
  bottom: -40px;
  max-width: 300px;
  right: 45px;
}
.in__content__use .calculate__order__parent .btn__secondary {
  position: relative !important;
  bottom: unset !important;
  right: unset !important;
  left: unset !important;
  margin: 0 auto !important;
}
.calculate__order__parent .order__call {
  height: 100%;
  min-height: 415px;
  border: 2.2px dashed var(--primary-color);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.calculate__order__parent .order__call p {
  color: var(--primary-color);
  text-align: justify;
  font-size: 1rem;
  text-align-last: center;
}
.calculate__order__parent .order__call .btn__secondary {
  width: 100%;
  max-width: 400px;
}
.calculate__order__parent .img__parent img {
  width: 100%;
  max-width: 400px;
  position: absolute;
  bottom: -85px;
  right: -30px;
}
.order__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.select__product__type {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  background-color: var(--mainWhite);
  padding: 1.25rem 1rem;
  border-radius: 8px;
  flex-wrap: wrap;
}
.order__form .h-rule {
  border-style: dashed;
  border-width: 1px;
  border-color: #8d99ae6a;
  margin: 0;
}
.design__file {
  display: flex;
  justify-content: space-between;
}
.design__file a {
  display: flex;
  gap: 5px;
  text-decoration: underline;
}
.order__bottom__sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculate__sec {
  display: flex;
  gap: 2rem;
}
.calculate__sec span {
  font-size: 1rem;
  color: var(--primary-color);
}
.products__group__btn__parent {
  max-width: 250px;
  margin: 0 auto;
}
.design__guide__parent {
  position: relative;
}
.design__guide__parent > img {
  position: absolute;
  width: 100%;
  max-width: 400px;
  left: 1%;
  bottom: -35px;
  z-index: 1;
}
.design__guide {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--mainBlack);
  height: 100%;
  min-height: 200px;
  border-radius: 15px;
  padding: 1.75rem 2rem;
  width: 100%;
  margin-top: 2.5rem;
}
.design__guide .topLeftSVG {
  position: absolute;
  top: -35px;
  left: 400px;
}
.design__guide .bottomRightSVG {
  position: absolute;
  bottom: -35px;
  right: 400px;
}
.design__guide .bgAbsolute {
  position: absolute;
  left: 0;
  color: #ffffff41;
}
.design__guide__parent .banner__design__svg {
  position: absolute;
  width: max-content;
  height: max-content;
  right: 0;
}
.design__guide__items {
  position: relative;
  width: 55%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.design__guide__items p {
  margin: 0;
  color: var(--mainWhite);
  line-height: 2;
  text-align: justify;
}
.design__guide__btn__group {
  display: flex;
  width: max-content;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.design__guide__btn__group .btn__primary {
  color: var(--mainBlack);
  border: none;
}
.design__guide__btn__group .btn__primary.bordered {
  color: var(--mainWhite);
  border: 1px solid var(--mainWhite);
}
.design__guide .design__guide__items h6 {
  font-weight: normal;
  color: var(--mainWhite);
  line-height: 1.7;
  font-size: 1.5rem;
  width: max-content;
}
.design__guide h6 span {
  font-weight: bold;
}
/* --------------------------- */

@media only screen and (max-width: 991px) {
  .product__tabs__parent__sticky {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
    padding: 1rem 0;
  }
  .products__tabs {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .product__tabs__parent {
    gap: 1rem !important;
  }
}
.product__tabs__parent {
  flex-direction: column;
  gap: 2rem;
}
.products__tabs {
  margin-top: 2.5rem;
  overflow: hidden;
}
.products__tab__wrapper {
  position: relative;
  width: 100%;
}
.products__tab__buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  align-items: center;
  justify-content: space-between;
  border: 2px solid #f1f2f5;
  border-radius: 7px;
  overflow: hidden;
}
.products__tab__btn {
  padding: 15px 20px;
  background: none;
  border: none;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 16px;
  color: #2d394b;
  transition: var(--mainTransition);
  white-space: nowrap;
}
.products__tab__btn.active {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
}
.scroll-btn {
  display: none;
  position: absolute;
  cursor: pointer;
  border: none;
  background-color: transparent;
  z-index: 10;
  height: 100%;
  width: 40px;
  transition: opacity 0.3s ease;
}
.scroll-btn.left {
  left: 0;
}
.scroll-btn.right {
  right: 0;
}
.scroll-btn.disabled,
.scroll-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.scroll-btn.disabled svg path,
.scroll-btn:disabled svg path {
  stroke: #999999;
}
.products__tab__buttons.scrollable-tabs {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  border: none;
  border-radius: 0;
}

.products__tab__wrapper.scrollable-wrapper {
  border: 2px solid #f1f2f5;
  border-radius: 7px;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
}
.products__tab__content {
  display: none;
}
.products__tab__content.active {
  display: block;
}
@media only screen and (max-width: 991px) {
  .products__tab__content {
    display: block !important;
    margin-bottom: 3rem;
  }
  .products__tab__content:last-child {
    margin-bottom: 0;
  }
}
.tabs__product__center {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.tabs__product__center.normal__product__item {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 5rem;
  column-gap: 1.5rem;
  row-gap: 4.5rem;
}
.product__card__item {
  display: flex;
  position: relative;
  transition: var(--mainTransition);
}
.product__card__item .badge .badge-notAvailable {
  position: absolute;
  bottom: 6px;
  color: #ffffff;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 13px;
  background-color: #00000052;
  width: max-content;
  padding: 5px 1.25rem;
}
.product__card__item img {
  border-radius: 7px;
  position: relative;
  z-index: 0;
}
.product__card__item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000c9);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--mainTransition);
  border-radius: 7px;
  pointer-events: none;
}
.product__card__item .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #ee264ebd);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--mainTransition);
  border-radius: 7px;
  pointer-events: none;
}
.product__card__item:hover .overlay {
  opacity: 0;
}
.product__card__item:hover .hover-overlay {
  opacity: 1;
}
.product__card__item h3 {
  position: absolute;
  bottom: 2rem;
  z-index: 2;
  left: 0;
  right: 0;
  width: max-content;
  margin: 0 auto;
  font-size: 1.1rem;
  color: var(--mainWhite);
  transition: var(--mainTransition);
}
.product__card__item .product__card__bottom svg path {
  transition: var(--mainTransition);
}
.product__card__item:hover {
  box-shadow: 15px 15px 30px 0 rgba(0, 0, 0, 0.1);
}
.product__card__item:hover .product__card__bottom h3 {
  color: var(--primary-color);
}
.product__card__item:hover .product__card__bottom svg path {
  stroke: var(--primary-color);
}

/* --------------------------- */
.order__types__parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  justify-content: center;
  justify-items: center;
}
.type__card {
  position: relative;
  background-color: #f1f2f5;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 9999px;
  transition: var(--mainTransition);
}
.type__card h4 {
  display: block;
  color: var(--mainBlack);
  font-size: 15px;
  margin: 0;
  transition: var(--mainTransition);
  padding: 0 5px;
  text-align: center;
}
.type__card .circle__svg {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  right: -32px;
}
.type__card .circle__svg.hover {
  opacity: 0;
  visibility: hidden;
}
.type__card:hover {
  background-color: var(--primary-color);
}
.type__card:hover h4 {
  color: var(--mainWhite);
}
.type__card .circle__svg path {
  transition: var(--mainTransition);
}
.type__card:hover .circle__svg.hover {
  opacity: 1;
  visibility: visible;
}

/* ------------------------------ */
.intro__parent {
  background-color: #f4f5f7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 1.5rem;
  padding-bottom: 2.5rem;
}
.intro__container .video__parent {
  /* width: 100%;
  max-width: 800px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #fff;
  padding: 3rem 1rem 1rem 1rem;
  position: relative; */
  width: 100%;
  max-width: 800px;
  border-radius: 12px;
  margin: 0 auto;
  background-color: #fff;
  padding: 3rem 1rem 1rem 1rem;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.intro__container .video__parent .shadow__svg {
  /* position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  opacity: 0.7; */
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0.5;
  pointer-events: none;
}
.intro__container .video__parent .outer__svg {
  /* position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0; */
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.intro__container .video__parent .video__btn {
  /* border: none;
  outline: none;
  position: absolute;
  z-index: 2;
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 9999px;
  left: 0;
  right: 0;
  width: max-content;
  margin: 0 auto;
  top: -25px; */
  border: none;
  outline: none;
  position: absolute;
  z-index: 3;
  background-color: #ee264f;
  padding: 12px;
  border-radius: 50%;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(238, 38, 79, 0.3);
  cursor: pointer;
}
.intro__container
  .video__parent
  .video__btn
  .intro__container
  .video__parent
  .circle_
  + svg {
  position: absolute;
  width: 110px;
  height: 40px;
  top: 0;
  border: 1px solid #f1f2f5;
  /* border-radius: ; */
}
.intro__container .video__parent .inner {
  /* border-radius: 8px;
  overflow: hidden;
  position: relative; */
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f6f8;
  position: relative;
}
.intro__container .video__parent .inner .videoSVGBtn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intro__container .video__parent .inner video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}
.intro__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.intro__content section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.intro__content p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--mainBlack);
  text-align: justify;
  margin: 0;
}
.intro__content h1,
.intro__content h2,
.intro__content h3,
.intro__content h4,
.intro__content h5,
.intro__content h6 {
  color: var(--mainBlack);
  margin: 0;
  line-height: 1.7;
}
.intro__content h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
.intro__content h2 {
  font-size: 1.35rem;
  font-weight: bold;
}
.intro__content h3 {
  font-size: 1.25rem;
}
.intro__content h4 {
  font-size: 1.1rem;
}
.intro__content h5 {
  font-size: 1rem;
}
.intro__content h6 {
  font-size: 0.9rem;
}

.intro__content ul,
.intro__content ul li,
.intro__content ol,
.intro__content ol li {
  font-size: unset;
  color: var(--mainBlack);
  font-size: 1rem;
}
.intro__content ul li *,
.intro__content ol li * {
  display: inline;
}
.intro__content ul {
  margin: 0;
}
.intro__content ul li {
  list-style-position: inside;
  list-style-type: disc;
  margin: 10px 0;
  font-size: 1rem;
}

.intro__content ol {
  list-style: decimal;
  padding-right: 1rem;
  margin: 0;
}
.intro__content ol li {
  list-style: decimal;
  margin: 10px 0;
}

/* Links */
.intro__content a.link {
  color: var(--mainBlack);
  text-decoration: underline;
  transition: var(--mainTransition);
}

.intro__content a:hover {
  color: var(--primary-color);
}

/* Blockquote */
.intro__content blockquote {
  border-right: 4px solid var(--primary-color);
  padding: 1rem;
  margin: 0;
  background-color: #f1f2f5;
  color: var(--color-text);
  font-style: italic;
}

/* Code */
.intro__content code {
  background-color: #f1f2f5;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-family: monospace;
  color: var(--mainBlack);
}

.intro__content pre {
  background-color: #f1f2f5;
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 0;
  font-family: monospace;
}

/* Tables */
.intro__content .table__parent {
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-color: #f1f2f5 transparent;
}

.intro__content .table__parent::-webkit-scrollbar {
  height: 8px;
}

.intro__content .table__parent::-webkit-scrollbar-track {
  background: transparent;
}

.intro__content .table__parent::-webkit-scrollbar-thumb {
  background-color: #f1f2f5;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.intro__content table {
  width: 100%;
  border-collapse: collapse;
}

.intro__content table th,
.intro__content table td {
  border: 1px solid #f1f2f5;
  padding: 0.75rem;
  text-align: center;
  white-space: nowrap;
}

.intro__content table th {
  background-color: var(--mainBlack);
  font-size: var(--font-size-3);
  font-weight: bold;
  color: var(--mainWhite);
}

.intro__content table td {
  font-size: var(--font-size-2);
}

.intro__content table tr:nth-child(even) {
  background-color: #f1f2f5;
}
.intro__content.collapsed {
  max-height: 190px;
  overflow: hidden;
  position: relative;
}

.intro__content.collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(to top, white 10%, transparent);
  opacity: 0.7;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.intro__parent .btn__secondary {
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.containerSlider.other__products {
  position: relative;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;
}
.containerSlider.other__products .swiper-pagination {
  width: max-content;
  position: absolute;
  right: 25px;
  bottom: 45px;
}
.containerSlider.other__products .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  opacity: 1;
  margin: 0 2.5px;
  border: 2px solid var(--mainWhite);
  transition: var(--mainTransition);
}
.containerSlider.other__products
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 9999px;
  background-color: var(--mainWhite);
}
.containerSlider.other__products .sec__title {
  white-space: nowrap;
  margin-top: 1rem;
}
.containerSlider.other__products::before {
  min-height: 245px;
}
.faq__accordion__parent {
  display: flex;
  width: 100%;
  gap: 1.25rem;
  justify-content: center;
  user-select: none;
}
.faq__accordion__col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
.faq__accordion__item {
  transition: all 0.3s;
  position: relative;
}
.faq__accordion__header {
  display: flex;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  background-color: #f1f2f5;
  border-radius: 7px;
  padding: 20px 15px;
  gap: 0 12px;
  position: relative;
  z-index: 1;
  transition: var(--mainTransition);
  border: 1px solid #f1f2f5;
}
.faq__accordion__header .indicator {
  position: absolute;
  left: 15px;
  transition: all 0.35s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.faq__accordion__header .indicator.active {
  visibility: hidden;
  opacity: 0;
}
.faq__accordion__header p {
  margin: 0;
  font-size: 1.1rem;
  color: #2d394b;
  padding-left: 4rem;
  transition: var(--mainTransition);
}
.faq__accordion__body {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  font-size: 16px;
  color: #2d394b;
  padding: 15px;
  margin-top: -25px;
  background-color: var(--mainWhite);
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border: 1px solid #f1f2f5;
}
.faq__accordion__body .h-rule {
  margin: 15px 0;
}
.faq__accordion__item.active .faq__accordion__header {
  background-color: var(--mainWhite);
  border-bottom: 1px solid transparent;
}
.faq__accordion__item.active .faq__accordion__header p {
  color: var(--primary-color);
}
.faq__accordion__item.active .faq__accordion__header .indicator.not__active {
  visibility: hidden;
  opacity: 0;
}
.faq__accordion__item.active .faq__accordion__header .indicator.active {
  visibility: visible;
  opacity: 1;
}
.faq__accordion__item.active .faq__accordion__body {
  max-height: 100%;
}
.faq__accordion__body p {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 8px;
}
.modal__parent {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #f4f5f7;
}

.modal__header .modal__title {
  font-size: 16px;
  color: var(--mainBlack);
}

.modal__content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  text-align: right;
}

.close-btn.cross {
  position: relative;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}

.close-btn.cross:hover {
  color: #000;
}

.download__guides__parent__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  position: relative;
  width: 100%;
}
.download__guides__parent__content.main__content {
  display: flex;
  gap: 1.5rem;
  position: relative;
  width: 100%;
}
.download__guides__parent__content.main__content #HelpFileList {
  display: none;
}
.download__guides__parent__content.main__content
  .download__guides__parent__content__img {
  width: 100%;
  max-width: 300px;
  position: relative;
  bottom: unset;
  left: unset;
}

.download__guides__parent__content
  > img.download__guides__parent__content__img {
  position: absolute;
  width: 100%;
  max-width: 300px;
  left: -50px;
  bottom: -36px;
}
.download__guides__parent {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
.download__guides__parent .download__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  border-radius: 10px;
  background-color: #f1f2f5;
  width: 100%;
}
.download__guides__parent .download__item a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--primary-color);
  border-radius: 7px;
  transition: var(--mainTransition);
}
.download__guides__parent .download__item a svg path {
  transition: var(--mainTransition);
}
.download__guides__parent .download__item a:hover {
  background-color: var(--primary-color);
}
.download__guides__parent .download__item a:hover svg path {
  stroke: var(--mainWhite);
}
.download__guides__parent .download__item .file {
  display: flex;
  align-items: center;
  gap: 0 7px;
}
/* #openSendCommentModal {
  z-index: 1;
} */

@media only screen and (max-width: 1300px) {
  .calculate__order__parent .img__parent img {
    right: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .sec1__container.product__letterhead {
    background-color: transparent;
    border: none;
    padding: 1rem;
    border-radius: 0;
  }
  .slider__container {
    background-color: var(--mainWhite);
    border: 1px solid #f1f2f5;
    padding: 1rem;
    border-radius: 15px;
  }
  .calculate__order__parent {
    grid-template-columns: 300px 1fr;
    gap: 3.5rem;
  }
  .calculate__order__parent .img__parent img {
    max-width: 345px;
    bottom: -30px;
    right: 0px;
  }
  .design__guide__parent > img {
    left: 20px;
  }
  .order__types__parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .sec1__container.product__letterhead {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 1rem;
    border-radius: 0;
  }
  .quick__access__items {
    display: flex;
    overflow-x: auto;
  }
  .quick__access__items .item {
    width: max-content;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .calculate__order__parent {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .calculate__order__parent .img__parent {
    height: max-content;
  }
  .products__parent {
    grid-template-columns: repeat(2, 1fr);
  }
  .design__guide {
    padding: 1.25rem 1.5rem;
  }
  .design__guide .topLeftSVG {
    left: 360px;
  }
  .design__guide__parent > img {
    max-width: 320px;
  }
  .calculate__order__parent .order__call {
    height: 100%;
    min-height: 150px;
  }
  #introSection .video__parent .outer__svg.d-block.d-sm-none {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  ._breadcrumb__parent {
    font-size: 14px;
  }
  .product__letterhead__page .sec__title {
    font-size: 1.35rem;
  }
  .containerSlider.other__products .sec__title {
    margin-top: 0;
  }
  .containerSlider.other__products::before {
    min-height: 220px;
  }
  .products__group__btn__parent {
    max-width: unset;
    margin: 0;
  }
  .tabs__product__center {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .tabs__product__center.normal__product__item {
    grid-template-columns: repeat(2, 1fr);
  }
  .design__guide__parent {
    position: relative;
  }
  .design__guide {
    padding: 1.25rem 1.5rem;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    margin-top: 7rem;
  }
  .design__guide > img {
    max-width: 320px;
    margin-top: -7rem;
  }
  .design__guide__parent .banner__design__svg {
    right: 0;
    bottom: 0px;
    left: 0;
    margin: 0 auto;
  }
  .design__guide .topLeftSVG {
    position: absolute;
    top: 45px;
    left: -26px;
  }
  .design__guide .bottomRightSVG {
    position: absolute;
    bottom: 45px;
    right: -26px;
  }
  .design__guide .bgAbsolute {
    bottom: 0;
  }
  .design__guide__items {
    width: 100%;
    max-width: unset;
  }
  .design__guide__items h6 {
    margin: 0 auto;
    text-align: center;
  }
  .design__guide__items > img {
    margin-bottom: -1.25rem;
    margin-top: 1rem;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .design__guide__btn__group {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  .design__guide__btn__group .btn__primary {
    width: 100%;
  }
  .modal__content {
    border-radius: 0;
    height: 100%;
    max-width: unset;
  }
  .download__guides__parent__content {
    display: flex !important;
    flex-direction: column !important;
    gap: 3rem !important;
    justify-content: space-between !important;
    position: relative;
    height: 100%;
  }
  #designGuideModal .modal__content {
    padding-bottom: 3rem;
  }
  .download__guides__parent__content.main__content {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .download__guides__parent__content img {
    position: relative;
    max-width: 275px;
    left: unset;
    bottom: unset;
    margin: 0 auto;
  }
  .download__guides__parent {
    gap: 0.5rem;
  }
  .quick__access__title {
    display: none;
  }
  .quick__access__items {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 576px) {
  .smallBannerSliderMain {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    height: max-content;
  }
  .smallBannerSliderMain img {
    height: 100%;
  }
  .select__product__type {
    flex-direction: column;
    align-items: self-start;
  }
  .order__bottom__sec {
    flex-direction: column;
    gap: 1rem;
  }
  .calculate__sec {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .calculate__sec span {
    display: flex;
    justify-content: space-between;
  }
  .calculate__order__parent .btn__secondary {
    width: 100%;
  }
  .products__parent {
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }
  .tabs__product__center.normal__product__item {
    grid-template-columns: repeat(1, 1fr);
  }
  .type__card {
    width: 125px;
    height: 125px;
    padding: 0.5rem;
  }
  .type__card h4 {
    padding: 0;
    font-size: 14px;
  }
  .type__card img {
    width: 55px;
    height: 55px;
  }
  .type__card .circle__svg {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    right: -25px;
  }
  .intro__parent {
    padding: 1rem;
    padding-bottom: 2rem;
  }
  .intro__parent .btn__secondary {
    width: calc(100% - 2rem);
  }
  .intro__container .video__parent .outer__svg {
    position: absolute;
    width: 100%;
    height: max-content;
    top: -5%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .containerSlider.other__products {
    flex-direction: column;
    padding: 0 15px 2rem 15px;
  }
  .containerSlider.other__products::before {
    min-height: unset;
    height: 100%;
  }
  .containerSlider.other__products .swiper-pagination {
    width: max-content;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 25px;
  }
  .otherProductsSlider {
    padding-top: 1.5rem !important;
  }
  .faq__accordion__col {
    gap: 2.25rem;
  }
  .faq__accordion__item {
    position: relative;
  }
  .faq__accordion__header {
    padding-bottom: 2rem;
    justify-content: center;
  }
  .faq__accordion__header p {
    padding-left: 0;
    text-align: center;
  }
  .faq__accordion__header > .indicator {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
    border-radius: 7px;
    background-color: #fff;
  }
  .faq__accordion__item.active
    .faq__accordion__header
    .indicator.indicator.not__active {
    opacity: 0;
    visibility: hidden;
    /* display: none; */
  }
  .faq__accordion__item > .indicator.active {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
    transition: all 0.35s ease-in-out;
    background: linear-gradient(
      90deg,
      rgba(75, 66, 159, 1) 0%,
      rgba(112, 104, 192, 1) 82%
    );
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
  }
  .download__guides__parent__content .faq__accordion__body {
    padding: 30px 15px !important;
  }
  .download__guides__parent__content .faq__accordion__body .btn__primary {
    width: 100% !important;
  }
  .faq__accordion__item.active > .indicator.active {
    visibility: visible;
    opacity: 1;
  }
  .faq__accordion__item.active .faq__accordion__header {
    padding-bottom: 1rem;
  }
  .download__guides__parent .download__item .btn__primary {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .tabs__product__center {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
/* ----------------------------------------------------------------- */
.related__categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.related__category__item {
  position: relative;
  padding: 1rem;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 1rem;
  align-items: center;
  justify-items: center;
  background-color: #f4f5f7;
  border-radius: 10px;
}
.related__category__item .product__title {
  margin: 0;
  font-size: 16px;
  color: #2d394b;
  transition: all 0.3s ease-in-out;
}
.related__category__item:hover .product__title {
  color: #ee264f;
}
.related__category__item .img__parent {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.related__category__item .img__parent img {
  border-radius: 7px;
}
.related__category__item .img__parent .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #ee264ebd);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  border-radius: 7px;
  pointer-events: none;
}
.related__category__item:hover .img__parent .hover-overlay {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .related__categories {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .related__category__item {
    display: flex;
    flex-direction: column;
  }
}
.download__guides__parent__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  position: relative;
  width: 100%;
}

.download__guides__parent__content__img {
  position: absolute;
  width: 100%;
  max-width: 300px;
  left: -50px;
  bottom: -101px;
}

.download__guides__parent {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}

.download__guides__parent .download__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  border-radius: 10px;
  background-color: #f1f2f5;
  width: 100%;
}

.download__guides__parent .download__item a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--primary-color);
  border-radius: 7px;
  transition: var(--mainTransition);
}

.download__guides__parent .download__item a svg path {
  transition: var(--mainTransition);
}

.modal__content .download__guides__parent .download__item a:hover {
  background-color: var(--primary-color);
}

.download__guides__parent .download__item a:hover svg path {
  stroke: var(--mainWhite);
}

.download__guides__parent .download__item .file {
  display: flex;
  align-items: center;
  gap: 0 7px;
}
