.top-header {
  height: 42px;
  background-color: var(--primary-color);
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.banner .img-container {
  position: absolute;
  left: 0;
  height: 100vh;
  max-width: 50%;
  max-height: 1095px;
}

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

.banner .text-container {
  width: 50%;
  min-height: 851px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  margin-left: auto;
}

.banner .text-container .title {
  margin-bottom: 0.6em;
}

.banner .text-container .description {
  font-size: 1.1rem;
  margin-bottom: 3.4em;
}

.banner-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.banner .slider-text-container {
  background: radial-gradient(
    153.12% 74.38% at 31.72% 63.98%,
    #193d70 0%,
    #12325f 27%,
    #001532 100%
  );
  display: flex;
  flex-wrap: wrap;
  padding: 3.5rem 0;
}

.banner .slider-text-container .slider-col {
  width: 50%;
}

.banner .slider-text-container .slider-dots-col {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.banner .slider-text-container p {
  color: #fff;
  margin-bottom: 30px;
}

.banner .slider-text-container p:last-child {
  margin-bottom: 0px;
}

.banner .slider-and-text {
  display: flex;
  flex-wrap: wrap;
}

.banner .product-detail h2 {
  font-size: 3.05rem;
  font-weight: 700;
  color: #fff;
}
.banner .product-detail {
  padding-top: 0;
  padding-bottom: 40px;
}
.slider-dots-col .carousel-dots {
  text-align: right;
  margin-right: 210px;
}

@media (min-width: 991px) {
  .banner .text-container.mobile {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner .slider-and-text {
    flex-direction: column-reverse;
  }

  .banner .slider-text-container .slider-col {
    width: 100%;
  }
  .banner .text-container {
    display: none;
  }
  .banner .text-container.mobile {
    display: block;
  }
  .banner-shape {
    display: none;
  }
  .mobile-none {
    display: none;
  }
  .slider-dots-col .carousel-dots {
    margin-right: auto;
    text-align: center;
    margin-left: auto;
    margin-bottom: 24px;
  }
  .banner .img-container img {
    width: auto;
    max-height: 580px;
  }
  .banner .product-detail h2 {
    font-size: 2rem;
  }
  .banner .slider-text-container {
    background: none;
    padding: 0;
  }
  .banner .slider-text-container p,
  .banner .product-detail h2 {
    color: var(--primary-color);
  }
  .banner .slider-and-text {
    flex-direction: column;
  }
  .banner .product-detail {
    padding-bottom: 24px;
  }
  .banner .feature-list{
	  border-radius: 14px;
	  border: 1px solid #A5B9D4;
	  background: #F3F4F6;
	  display: flex !important;
	  padding: 27px 40px;
	  text-align: center;
	  gap: 40px;
	  padding-bottom: 0px;
  }
  .banner .feature-list img {
    height: 30%;
    margin-bottom: 10px;
  }
  .banner .feature-list p {
    font-size: 2.6vw;
  }
}
@media (max-width: 767px) {
  .banner .img-container img {
    width: auto;
    max-height: 440px;
  }
}
@media (max-width: 500px) {
  .banner .img-container img {
    width: auto;
    max-height: 390px;
  }
}

.carousel-dots {
  cursor: pointer;
}

.dot.active {
  background-color: #000;
}
.banner-text-swiper {
  overflow: hidden;
}

/* Media Queries for Responsiveness */
@media (max-width: 991px) {
  .slider-dots-col .carousel-dots {
    margin-bottom: 0px;
  }
  .banner .img-container {
    max-width: 100%;
    height: auto;
    position: relative;
    margin: calc(var(--container-padding-inline) * -1);
  }

  .banner .text-container {
    width: 100%;
    padding: 1rem;
    align-items: center;
    min-height: unset;
    text-align: center;
    margin-bottom: 20px;
  }

  .banner .text-container .description {
    margin-bottom: 1em;
  }

  .slider-text-container .slider-col,
  .banner .slider-text-container .slider-dots-col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .banner .text-container a {
    padding: 14px 28px;
    font-size: 0.7rem;
  }

  .slider-text-container p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .banner .text-container .description {
    font-size: 16px;
  }

  .banner .text-container a {
    padding: 14px 28px;
    font-size: 0.8em;
  }

  .slider-text-container p {
    font-size: 16px;
  }
}

/* Connect with us - START */
.connect-with-us {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  padding-top: 0.75rem;
  padding-bottom: 6.25rem;
}

.connect-with-us .title {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.8em;
}

.connect-with-us .connect-link-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.connect-with-us .connect-link {
  font-weight: 500;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  text-decoration: none;
  transition: color 200ms ease-in-out;
}

.connect-with-us .connect-link:hover {
  color: #006bcd;
}

.connect-with-us .link-icon {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}

.connect-with-us .link-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (min-width: 576px) {
  .connect-with-us {
    padding-top: 1rem;
    padding-bottom: 6.75rem;
  }
}

@media (min-width: 768px) {
  .connect-with-us {
    padding-top: 1.25rem;
    padding-bottom: 7.25rem;
  }
}

@media (min-width: 1024px) {
  .connect-with-us {
    padding-top: 1.5rem;
    padding-bottom: 7.75rem;
  }
}

@media (min-width: 1280px) {
  .connect-with-us {
    padding-top: 1.75rem;
    padding-bottom: 8.25rem;
  }
}

@media (min-width: 1536px) {
  .connect-with-us {
    padding-top: 2rem;
    padding-bottom: 8.75rem;
  }
}

/* Connect with us - END */

/* Header */
header {
  transition: all 0.6s ease-in-out;
}

header:not(.load-initiated) {
  width: 40px;
  min-width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0px;
}

header:not(.load-initiated) > * {
  display: none;
}

header {
  background-color: #1c336c;
  border-radius: 40px;
  padding: 1.3% 3%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 65%;
  min-width: 800px;
  max-width: 100%;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  border: 1px solid #a5b9d4;
}
@media only screen and (max-width: 991px) {
  header {
    top: 30px !important;
  }
}

header .logo-container {
  width: 104px;
  transition: all 0.2s ease-in-out;
}

nav {
  transition: all 0.4s ease-in-out;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

nav ul li:not(:last-child) {
  margin-right: 10%;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}

nav ul li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  display: block;
  background: #fff;
  left: 0px;
  top: 100%;
  transition: all 0.4s ease-in-out;
}

nav ul li a:hover:after {
  width: 100%;
}

nav ul li.current-menu-item a:after {
	width: 100%;
}

.hamburger {
  z-index: 1000;
  display: none;
}

.hamburger .line {
  width: 40px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  -o-transform: translateY(9px);
  transform: translateY(9px);
}

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

.mobile-menu {
  display: none;
  max-height: 0px;
}

@media only screen and (max-width: 991px) {
  header {
    min-width: unset;
    width: 86%;
    flex-direction: column;
    gap: 20px;
  }

  nav {
    width: 100%;
  }

  nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  header .logo-container svg {
    height: 20px;
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  header {
    flex-direction: row;
    padding: 2% 5%;
  }

  .hamburger {
    display: block;
  }

  nav:not(.mobile-menu) {
    display: none;
  }

  nav.mobile-menu {
    position: absolute;
    display: block;
    top: 99%;
    background-color: #1c336ced;
    right: 0px;
    width: calc(100% - 60px);
    margin: 0 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }

  nav.mobile-menu.show {
    max-height: 400px;
    padding: 20px;
  }

  nav.mobile-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  nav.mobile-menu ul li {
    margin-right: 10px;
  }
}

/* Header - END */

/* Footer */
footer {
  background-color: #011633;
  padding: 70px 0px;
  display: flex;
  flex-direction: row;
}

footer > *,
footer p {
  color: #fff;
  font-size: 18px;
}

footer a {
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
}

.footer-menu__list a {
  color: #fff;
  position: relative;
}

.footer-menu__list a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  display: block;
  background: #fff;
  left: 0px;
  top: 100%;
  transition: all 0.4s ease-in-out;
}

.footer-menu__list a:hover:after {
  width: 100%;
}

.social-icons {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  margin-bottom: 46px;
}

.social-icons img {
  height: 46px;
  width: auto;
}

.footer-logo__container {
  margin-bottom: 7px;
}

.footer-logo__container img {
  height: 30px;
  width: auto;
}

.footer-menu__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer__l {
  display: flex;
  flex-direction: column;
}

.footer__r {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

footer .footer-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

footer .footer-container > div {
  flex: 1;
  min-width: 360px;
}

@media only screen and (max-width: 991px) {
  footer {
    padding: 14px;
    text-align: center;
  }
  footer p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 820px) {
  footer .footer-container {
    flex-direction: column;
  }

  footer .footer-container > div {
    min-width: unset;
    width: 100%;
    max-width: 100%;
    flex: 0;
  }

  .footer__r {
    justify-content: flex-start;
    gap: 30px;
  }

  .social-icons {
    flex-wrap: wrap;
  }
}

/* Footer - END  */

/* Rich content section - START */
.rich-content-section {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.rich-content-section .rich-head-column {
  justify-content: center;
  margin-bottom: 1.5rem;
}

.rich-content-section .logo img {
  max-width: 160px;
  display: block;
  margin-inline: auto;
}

.rich-content-section .rich-head-description {
  font-weight: 500;
}

.rich-content-section .content-media {
  max-width: 100%;
  margin-top: -5rem;
}

.rich-content-section .rich-head-inner-column {
  justify-content: center;
  margin-top: 0.6rem;
}

.rich-content-section .rich-card-column {
  --_column-spacer: 0.6rem;
  margin-bottom: 1.5rem;
}

.rich-content-section .rich-footer-column {
  justify-content: center;
}

.rich-content-section .btn-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.2rem;
  row-gap: 1.2rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.rich-content-section .btn-container a {
  display: block;
}

@media (min-width: 768px) {
  .rich-content-section .rich-head-column,
  .rich-content-section .rich-card-column {
    margin-bottom: 1.75rem;
  }

  .rich-content-section .rich-head-description {
    font-size: 1.2rem;
  }

  .rich-content-section .logo img {
    max-width: 180px;
  }

  .rich-content-section .btn-container {
    margin-top: 1.825rem;
  }
}

@media (min-width: 1024px) {
  .rich-content-section .rich-head-column,
  .rich-content-section .rich-card-column {
    margin-bottom: 2.5rem;
  }

  .rich-content-section .rich-head-description {
    font-size: 1.4rem;
  }

  .rich-content-section .logo img {
    max-width: 200px;
  }

  .rich-content-section .btn-container {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .rich-content-section .rich-head-column,
  .rich-content-section .rich-card-column {
    margin-bottom: 3.4rem;
  }

  .rich-content-section .logo img {
    max-width: 244px;
  }

  .rich-content-section .btn-container {
    margin-top: 2.3rem;
  }
}

@media (max-width: 991px) {
  .rich-content-section .content-media {
    margin-top: 0;
  }
  .rich-content-section .rich-head-description {
    display: none;
  }
  .rich-content-section .logo img {
    width: 88px;
  }
  .rich-content-section h2 {
    font-size: 25px;
  }
  .rich-content-section .rich-card-column .common-card h3 {
    text-align: center;
  }
}
/* Rich content section - END */

/* Product highlights - START */
.product-highlights {
  padding-block: 2rem;
}

.product-highlights h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.product-highlights .highlight-card {
  background-color: #f3f4f6;
  border: 1px solid #a5b9d4;
  border-radius: 1.5rem;
  padding-block: 2.2rem;
  padding-inline: 1.8rem;
}

.product-highlights .media-column {
  text-align: center;
}

.product-highlights .image-container {
  margin-bottom: 0.4rem;
}

.product-highlights .image-container img {
  max-width: 100%;
  display: block;
  max-height: 280px;
}

.product-highlights .media-column a {
  display: inline-block;
}

.product-highlights .highlight-card .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.2em;
}

.product-highlights .highlight-card .description {
  font-size: 1.3rem;
  margin-bottom: 1.5em;
}

.product-highlights .highlight-card .feature-label {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 2em;
}

.product-highlights .feature-list {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
  row-gap: 2rem;
}

.product-highlights .feature-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-highlights .feature-item .feature-icon {
  margin-bottom: 2.2rem;
  display: block;
}

.product-highlights .feature-item .feature-icon img {
  display: block;
  margin-inline: auto;
  max-height: 2.5rem;
}

.product-highlights .feature-item p {
  font-size: 1.1rem;
  margin-top: auto;
}

.product-highlights .feature-item p span {
  display: inline-block;
}
.product-highlights .detail-column {
  text-align: center;
}

@media (min-width: 576px) {
  .product-highlights {
    padding-block: 2.2rem;
  }

  .product-highlights .highlight-card {
    padding-block: 2.3rem;
    padding-inline: 1.9rem;
  }

  .product-highlights .highlight-card .title {
    font-size: 2.2rem;
  }

  .product-highlights .highlight-card .description {
    font-size: 1.4rem;
  }

  .product-highlights .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-highlights .feature-item .feature-icon img {
    max-height: 2.6rem;
  }

  .product-highlights .feature-item + .feature-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    left: -1rem;
    top: 0;
  }

  .product-highlights .feature-item:nth-child(3)::before {
    display: none;
  }
  .product-highlights .media-column {
    text-align: left;
  }
  .product-highlights .detail-column {
    text-align: inherit;
  }
}

@media (min-width: 768px) {
  .product-highlights {
    padding-block: 2.4rem;
  }

  .product-highlights .highlight-card {
    padding-block: 2.4rem;
    padding-inline: 2rem;
  }

  .product-highlights .highlight-card .title {
    font-size: 2.4rem;
  }

  .product-highlights .highlight-card .description {
    font-size: 1.5rem;
  }

  .product-highlights .feature-item .feature-icon img {
    max-height: 2.7rem;
  }

  .product-highlights .feature-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-highlights .feature-item:nth-child(3)::before {
    display: block;
  }
}

@media (min-width: 1024px) {
  .product-highlights {
    padding-block: 2.6rem;
  }

  .product-highlights .highlight-card {
    padding-block: 2.5rem;
    padding-inline: 2.1rem;
  }

  .product-highlights .highlight-card .title {
    font-size: 2.6rem;
  }

  .product-highlights .highlight-card .description {
    font-size: 1.65rem;
  }

  .product-highlights .feature-item .feature-icon img {
    max-height: 2.8rem;
  }
  .product-highlights .media-column {
    text-align: center;
  }
  .product-highlights .image-container img {
    max-height: none;
  }
}

@media (min-width: 1280px) {
  .product-highlights {
    padding-block: 2.8rem;
  }

  .product-highlights .highlight-card {
    padding-block: 2.6rem;
    padding-inline: 2.2rem;
  }

  .product-highlights .highlight-card .title {
    font-size: 2.8rem;
  }

  .product-highlights .highlight-card .description {
    font-size: 1.75rem;
  }

  .product-highlights .feature-item .feature-icon img {
    max-height: 2.9rem;
  }
}

@media (min-width: 1536px) {
  .product-highlights {
    padding-block: 3rem;
  }

  .product-highlights .highlight-card {
    padding-block: 2.7rem;
    padding-inline: 2.3rem;
  }

  .product-highlights .highlight-card .title {
    font-size: 3rem;
  }

  .product-highlights .highlight-card .description {
    font-size: 1.8rem;
  }

  .product-highlights .feature-item .feature-icon img {
    max-height: 3rem;
  }
}
/* Product highlights - END */

/* Product Detail - START */
.product-detail {
  margin-top: 5rem;
  overflow: hidden;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.product-detail .banner-shape {
  left: 0;
  right: auto;
  height: calc(100% - 5.5rem);
  display: none;
}
.product-detail .banner-shape svg {
  transform: scaleX(-1);
  height: 100%;
  width: auto;
}
.product-detail .product-media {
  display: grid;
  --_page-margin: calc(var(--container-padding-inline) * 2);
  grid-template-columns: calc(100vw - (var(--_page-margin)));
  column-gap: 2.5rem;
  flex-shrink: 0;
  row-gap: 4rem;
  margin-bottom: 3rem;
}
.product-detail .thumb-swiper {
  grid-row-start: 2;
}
.product-detail .product-info {
  flex-grow: 1;
}
.product-detail .main-wrapper {
  width: 100%;
  position: relative;
}
.product-detail .main-wrapper .zoom-info {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Open Sans";
}
.product-detail .thumb-swiper,
.product-detail .main-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product-detail img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.product-detail .thumb-swiper {
  height: 100%;
  padding-right: 3.25rem;
}
.product-detail .thumb-swiper .swiper-wrapper {
  justify-content: flex-start;
}
.product-detail .thumb-swiper img {
  aspect-ratio: 1;
  max-height: 124px;
}
.product-detail .thumb-swiper .swiper-slide {
  border: 3px solid transparent;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 200ms ease-in-out;
  height: auto !important;
  width: auto;
}
.product-detail .thumb-swiper .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--primary-color);
}
.product-detail .thumb-prev,
.product-detail .thumb-next {
  position: absolute;
  top: 0;
  width: 2.5rem;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
  transition: opacity 200ms ease-in-out;
}
.product-detail .thumb-prev {
  left: 0;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.35);
}
.product-detail .thumb-prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.product-detail .thumb-next {
  right: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.product-detail .thumb-prev::before,
.product-detail .thumb-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10px);
  border-left: 20px solid #d9d9d9;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 0;
}
.product-detail .thumb-prev::before {
  border-right: 20px solid #d9d9d9;
  border-left: 0;
}
.product-detail .thumb-next.swiper-button-disabled {
  opacity: 0.5;
  box-shadow: none;
}
.product-detail .main-swiper .swiper-slide {
  border-radius: 0.5rem;
  overflow: hidden;
}
.product-detail .product-info {
  display: flex;
  flex-direction: column;
}
.product-detail .info-head,
.product-detail .info-body {
  margin-bottom: 2rem;
}
.product-detail .info-footer {
  margin-top: auto;
}
.product-detail .title {
  font-family: "Mono Sans";
  font-weight: 800;
}
.product-detail .description {
  font-size: 1.2rem;
}
.product-detail .price-wrapper {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.product-detail .discount {
  color: #ff0000;
}
.product-detail .price-info {
  margin-bottom: 2rem;
}
.product-detail .price-info > span {
  display: block;
}
.product-detail .regular-price {
  text-decoration: line-through;
}
.product-detail .primary-btn {
  font-weight: 400;
}
.product-detail .info-footer a {
  color: #0049ff;
  text-decoration: none;
  transition: color 100ms ease-in-out;
}
.product-detail .info-footer a:hover {
  color: var(--primary-color);
}
.product-detail .info-footer > *:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .product-detail .info-head,
  .product-detail .info-body {
    margin-bottom: 0.5rem;
  }
  .product-detail .price-info {
    margin-bottom: 1rem;
  }
  .product-detail .product-info {
    text-align: center;
  }
  .product-detail .title {
    font-size: 40px;
  }
  .product-detail .main-swiper .swiper-slide {
    padding: 0 20px;
    padding-top: 40px;
  }
  .product-detail .thumb-swiper .swiper-wrapper {
    padding: 0 20px;
  }
  .product-detail .product-media {
    margin-bottom: 30px;
  }
  .product-detail .image-container {
    border-radius: 6px;
  }
}
@media (min-width: 1024px) {
  .product-detail {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }
  .product-detail .banner-shape {
    display: block;
  }
  .product-detail .product-wrapper {
    display: flex;
    column-gap: 4.5rem;
    align-items: flex-start;
  }
  .product-detail .product-media {
    --_page-margin: calc(var(--container-padding-inline) * 2);
    grid-template-columns: calc(100vw - (var(--_page-margin)) - 400px - 4.5rem);
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .product-detail .product-media {
    --_page-margin: calc(var(--container-padding-inline) * 2);
    grid-template-columns: 124px calc(
        100vw - (var(--_page-margin)) - 400px - 7rem - 124px
      );
  }
  .product-detail .thumb-swiper {
    grid-row-start: 1;
  }
  .product-detail .thumb-swiper {
    height: 100%;
    padding-right: 0;
    padding-bottom: 3.25rem;
  }
  .product-detail .thumb-swiper img {
    max-height: unset;
  }
  .product-detail .thumb-prev,
  .product-detail .thumb-next {
    top: auto;
    left: 0;
    width: 100%;
    height: 2.5rem;
  }
  .product-detail .thumb-prev {
    top: 0;
  }
  .product-detail .thumb-next {
    bottom: 0;
  }
  .product-detail .thumb-prev::before,
  .product-detail .thumb-next::before {
    border-top: 20px solid #d9d9d9;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 0;
  }
  .product-detail .thumb-prev::before {
    border-bottom: 20px solid #d9d9d9;
    border-top: 0;
  }
}
@media (min-width: 1354px) {
  .product-detail .product-media {
    --_page-margin: calc(100vw - 1290px);
    grid-template-columns: 124px calc(
        100vw - (var(--_page-margin)) - 400px - 7rem - 124px
      );
  }
}
@media (min-width: 1536px) {
  .product-detail .product-media {
    grid-template-columns: 141px 706px;
  }
}
@media (max-width: 991px) {
  .product-detail {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 1rem;
  }
}
/* Product Detail - END */

/* Client quotes - START */
.client-quotes .column-wrapper {
  justify-content: center;
}
.client-quotes .quote-swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 2rem;
}
/* Client quotes - END */

/* Product highlights - END */
/* Featurs Section start*/
.features {
  margin-bottom: 80px;
}
.features .heading-container {
  text-align: center;
  margin-bottom: 74px;
}

.features .common-card img {
  margin-bottom: 42px;
  max-width: 100%;
  max-height: 73px;
}

.features .common-card h3 {
  margin-bottom: 42px;
  font-size: 38px;
}

.features .common-card {
  padding: 50px 56px;
  height: calc(100% - 20px);
  margin-bottom: 20px;
}

.features .common-card.large-card {
  background: linear-gradient(96deg, #f8f9fb 29.81%, #c5c8cf 98.09%);
  position: relative;
}
.features .common-card.large-card .bg-image {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  top: 0;
  left: 0;
  border-radius: 30px;
  background-size: contain;
}
.features .common-card.installation {
  display: flex;
}
.features .common-card.installation img {
  max-height: 224px;
}
@media (max-width: 767px) {
  .features .common-card h3 {
    font-size: 24px;
  }
  .features .common-card.installation img {
    max-height: 180px;
  }
}
@media (max-width: 1122px) {
  .features .common-card img {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .features .common-card.installation {
    display: block;
  }
  .features .common-card {
    padding: 30px 26px;
    text-align: center;
    width: 90%;
    margin: auto;
  }
  .features .common-card.large-card {
    background: #f3f4f6;
  }
  .features .common-card p {
    font-size: 14px;
  }
  .features .common-card img {
    margin-bottom: 16px;
  }
  .features .common-card h3 {
    margin-bottom: 16px;
  }
  .features {
    margin-bottom: 20px;
  }
  .features .heading-container {
    margin-bottom: 36px;
    padding: 0 20px;
  }
  .features .common-card img {
    margin-top: 0;
  }
}
@media (max-width: 1120px) {
  .features .common-card.installation {
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  .features .common-card.large-card::before {
    display: none;
  }
}

/* Featurs Section end*/

/* product text media */
.product-text-media {
  display: block;
  margin-left: auto;
  margin-top: 150px;
  margin-bottom: 80px;
}
.product-text-media h3 {
  font-size: 50px;
  font-weight: 800;
}
.product-text-media .text-container {
  max-width: 80%;
}
.product-text-media p {
  margin-bottom: 60px;
}
.product-text-media p:last-child {
  margin-bottom: 32px;
}
.product-text-media .primary-btn {
  display: inline-block;
  font-weight: 400;
}
.product-text-media img {
  max-width: 100%;
}
@media (max-width: 1122px) {
  .product-text-media {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .product-text-media {
    margin-top: 60px;
  }
  .product-text-media h3 {
    font-size: 30px;
  }
  .product-text-media p {
    margin-bottom: 30px;
  }
}
/* client quotes */
.client-quotes {
  margin-bottom: 90px;
}
.client-quotes .quote-card {
  border-radius: 31px;
  background: #f3f4f6;
  padding: 60px 80px;
  display: flex;
  gap: 60px;
  margin-bottom: 20px;
}

.client-quotes .quote-card p {
  color: #1c336c;
  font-family: "Open Sans";
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: relative;
  padding: 0 70px;
}
.client-quotes .quote-card p:before {
  position: absolute;
  content: "“";
  font-size: 129px;
  font-family: "Open Sans";
  font-weight: 400;
  left: 0;
  top: -20px;
  line-height: 99px;
}
.client-quotes .quote-card p:after {
  position: absolute;
  content: "“";
  font-size: 129px;
  font-family: "Open Sans";
  font-weight: 400;
  right: 0;
  bottom: -60px;
  line-height: 99px;
}
@media (max-width: 991px) {
  .client-quotes {
    margin-bottom: 30px;
  }
  .client-quotes .quote-card {
    flex-wrap: wrap;
    padding: 40px 30px;
    gap: 18px;
  }
  .quote-card .h3 {
    font-size: 38px;
    width: 100%;
    text-align: center;
  }
  .client-quotes .quote-card p {
    font-size: 18px;
    padding: 0 38px;
  }
  .client-quotes .quote-card p:before {
    font-size: 70px;
  }
  .client-quotes .quote-card p:after {
    font-size: 70px;
  }
}

/* client quotesend */
/* connect */
.connect {
  padding-top: 5rem;
  padding-bottom: 5.5rem;
  margin-top: 5rem;
}
.connect h2 {
  margin-bottom: 20px;
}
.connect label {
  display: block;
  color: #1c336c;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.414px;
  width: 100%;
  margin-bottom: 16px;
}
.connect input {
  border-radius: 44.5px;
  background: #f3f4f6;
  padding: 10px 25px;
  width: 100%;
  border: none;
  height: 71px;
  color: #969696;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
.connect .form-group {
  margin-bottom: 36px;
}
.connect textarea {
  border-radius: 28px;
  background: #f3f4f6;
  border: none;
  padding: 30px;
  width: 100%;
}
@media (max-width: 991px) {
  .connect {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    margin-top: 3rem;
  }
  .connect h2 {
    margin-bottom: 0;
    text-align: center;
    font-size: 41px;
  }
  .connect input,
  .connect select {
    height: 43px !important;
  }
  .connect .form-group {
    margin-bottom: 20px;
  }
}

/* tabs menu */
.tab-menu {
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
  display: none;
}
.tab-menu .tab-menu-link {
  background-color: #006bcd;
  padding: 15px 30px;
  border-radius: 36px;
  text-decoration: none;
  color: #fff;
  margin-right: 20px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .tab-menu {
    display: flex;
  }
}

/* -client-quotes-mobile */
.client-quotes-mobile .quote-card p:before {
  display: none;
}
.client-quotes-mobile .quote-card p:after {
  display: none;
}
.client-quotes-mobile .h3 {
  width: auto;
  font-size: 14px;
}
.client-quotes-mobile .quote-card {
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0;
}
.client-quotes-mobile .quote-card p {
  font-size: 14px;
  padding: 0 10px;
}
