/** Shopify CDN: Minification failed

Line 1036:42 Expected ")" to end URL token

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body * {
  font-family: "Inter", sans-serif;
}

.container {
  padding: 0px 80px;
}

.dark-modes {
  background-color: #0F214F;
  color: #ffffff;
}

.blue-modes {
  background-color: #034EA2;
  color: #ffffff;
}

.header {
  display: flex;
  justify-content: space-between;
}

.header__icons {
  display: none;
}


.header__active-menu-item {
  color: blue;
}

.header__heading-logo {
  width: 100%;
}

.header {
  background: #000000;
}

.header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
  margin-top: unset;
}

.header .header__inline-menu .list-menu--inline li:last-child a {
  color: #fff;
  border-radius: 4px;
  display: flex;
  padding: 6px 18px 6px 16px !important;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #034EA2;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
}

.header .header__inline-menu .list-menu--inline li:last-child a:hover {
  background: transparent;
  border: 1px solid #fff;
}

.header .header__inline-menu .list-menu--inline li:last-child a span {
  font-weight: 400;
}

.list-menu--inline li:last-child a:hover {
  background-color: #0056b3;
  color: #fff;
}

.header__heading-link {
  padding: unset;
}

.header-wrapper--border-bottom {
  border-bottom: none;
}

.list-menu.list-menu--inline li {
  align-items: center;
  display: flex;
}

.banner {
  background: #0F214F;
  padding: 86px 0px;
}

.banner__media {
  height: 100%;
  position: absolute;
  right: 0 !important;
  top: 0;
  left: unset !important;
  width: 100%;
  width: 806px !important;
  height: 806px !important;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  background: transparent;
}

.banner__content {
  justify-content: left !important;
  max-width: 725px;
}

.banner--mobile-bottom .banner__box {
  background: transparent;
  text-align: left;
}

.banner__text p {
  color: #FAF9F5;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 141.667% */
}

/* .banner__buttons a.button.button--primary,
.custom-homepage-product-list-buttons a.button.button--primary {
  padding: 20px 32px;
  justify-content: center;
  align-items: flex-start;
  border-radius: 6px;
  background: transparent;
  color: #FAF9F5;
  text-align: center;
  
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 24px;
  border: 1px solid #ccc;
  border-radius: 6px;
  border: 2px solid #034EA2;
  background: rgba(0, 0, 0, 0.00);
} */

/* .banner__buttons a.button.button--primary:hover,
.custom-homepage-product-list-buttons a.button.button--primary:hover {
  background: #034EA2;
  color: #FAF9F5;
  border: 2px solid #034EA2;
  border-radius: 6px;
} */

/* Add to your CSS file or inside a <style> tag */
.hotspot {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #034EA2;
  color: #fff;
  border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
  border: 2px solid #fff;
  z-index: 10;
  color: #FFF;
  text-align: center;

  font-size: 32.13px;
  font-style: normal;
  font-weight: 700;
  line-height: 50.4px;
  /* 156.863% */
}

.hotspot-fullscreen-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 20, 30, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  animation: fadeIn 0.3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hotspot-slider-content {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  padding: 40px 24px 24px 24px;
  min-width: 320px;
  max-width: 90vw;
  min-height: 300px;
  max-height: 80vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hotspot-slider-close {
  position: absolute;
  top: 16px;
  right: 14px;
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #333;
  cursor: pointer;
  z-index: 10;
}

.hotspot-slide {
  text-align: center;
  padding: 24px;
}

.owl-nav button {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  margin: 0 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.owl-nav button:hover {
  background: #007aff;
}

.owl-dots .owl-dot span {
  background: #bbb;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 4px;
}

.owl-dots .owl-dot.active span {
  background: #007aff;
}

.hotspot-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 20, 30, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  animation: fadeIn 0.3s;
}

.hotspot-lightbox-content {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  padding: 40px 24px 24px 24px;
  min-width: 320px;
  max-width: 90vw;
  min-height: 300px;
  max-height: 80vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hotspot-lightbox-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.hotspot-slide--row {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 0;
}

.hotspot-slide__image {
  flex: 0 0 300px;
  max-width: 300px;
}

.hotspot-slide__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.hotspot-slide__content {
  flex: 1;
}

.hotspot-description {
  margin-bottom: 16px;
}

.hotspot-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}


.custom-features {
  padding: 0px 137px;
}

section.custom-features-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.custom-features-title,
.custom-features-description {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.custom-features-title {
  color: #0F214F;
  text-align: center;

  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.custom-features-description {
  color: rgba(15, 33, 79, 0.90);
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 155.556% */
}

.custom-features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin: 18px auto;
}

.custom-features-item {
  flex: 0 1 calc(50% - 32px);
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.custom-features-item img {
  display: flex;
}

h3.custom-features-item__title {
  color: #0F214F;

  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 176.471% */
  margin: unset;
}


.custom-homepage-product-list-container {
  padding: 80px 0px;
}

.custom-homepage-product-list-title {
  color: #FAF9F5;
  text-align: center;

  font-size: 30.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 130.719% */
  margin: unset;
}

.custom-homepage-product-list-products {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
  margin: 38px 0px;
}

.custom-homepage-product-list-product {
  width: calc(25% - 32px);
  box-sizing: border-box;
  text-align: left;
  transition: box-shadow 0.2s;
  border: 2px solid #034EA24D;
  border-radius: 5px;
}

.custom-homepage-product-list-product:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
}

.custom-homepage-product-list-product-image {
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


.custom-homepage-product-list-product .product-info {
  padding: 25px;
  padding-bottom: 50px;
  height: 100%;
  position: relative;
}

.custom-homepage-product-list-product .product-info .button-position {
  position: absolute;
  bottom: 28px;
  top: unset;
}

.custom-homepage-product-list-product .product-info a {
  text-decoration: none;
  color: #FFF;

  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 176.471% */
}


.custom-homepage-product-list-product-price {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}

.custom-homepage-product-list-button {
  color: #fff;
  padding: 12px 32px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
  display: inline-block;
}

.custom-homepage-product-list-button:hover {
  background: #005bb5;
}

.image-with-text-title {
  color: #0F214F;
  text-align: center;

  font-size: 30.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.image-with-text:not(.collapse-corners, .image-with-text--overlap) .image-with-text__media-item {
  padding: 29px 0px;
}

.image-with-text__text p {
  color: rgba(15, 33, 79, 0.90);

  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}


.image-with-text__content .image-with-text__text+.button {
  margin-top: 3rem;
  border-radius: 6px;
  border: 2px solid #034EA2;
  background: rgba(0, 0, 0, 0.00);
  padding: 20px 30px 20px 31px;
  justify-content: center;
  align-items: center;
  color: #034EA2;
  color: #034EA2;
  text-align: center;

  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-section-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

h2.testimonial-section-title {
  color: #FAF9F5;
  text-align: center;

  font-size: 30.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 130.719% */
}

.testimonial-item {
  border-radius: 8px;
  background: rgba(250, 249, 245, 0.20);
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.10), 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 0 0 0 rgba(0, 0, 0, 0.00), 0 0 0 0 rgba(0, 0, 0, 0.00);
  padding: 32.5px;
}

.testimonial-item-text {
  color: #FAF9F5;

  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 191.176% */
}

.testimonial-item-position {
  color: #FAF9F5;

  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 176.471% */
}

.testimonial-item-name {
  color: #FAF9F5;

  font-size: 11.9px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 168.067% */
}

.testimonial-section-container .owl-nav {
  display: flex;
  justify-content: center;
}

.testimonial-section-container svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}




.project-highlights-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.project-highlights-item {
  width: calc(25% - 32px);
  min-width: 220px;
  text-align: center;
}

.project-highlights-image {
  width: 100%;
  max-width: 320px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.2s;
}

.project-highlights-image:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
}

.project-highlights-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  margin-bottom: 22px;
}




/* Responsive */
@media (max-width: 900px) {
  .custom-homepage-product-list-product {
    width: calc(50% - 32px);
  }

  .project-highlights-item {
    width: calc(50% - 32px);
  }
}

/* 
@media (max-width: 600px) {
  .custom-homepage-product-list-products {
    gap: 16px;
  }

  .custom-homepage-product-list-product {
    width: 100%;
  }

  .custom-homepage-product-list-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .project-highlights-item {
    width: 100%;
  }
} */








/* #136 css styling */




.header .header__heading {
  max-width: 245px;
  width: 100%;
}

.header .header__inline-menu .list-menu li .header__menu-item span {
  color: #FAF9F5;

  font-size: 14.783px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.088px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

/* .header .header__inline-menu .list-menu li .header__menu-item:hover{
  border:1px solid #fff;
  padding:10px;
} */

.header .header__inline-menu .list-menu li .header__menu-item {
  text-decoration: none;
  padding: 0;
  transition: 0.3s ease-in-out;
  /* border:1px solid transparent; */
}

.header .header__inline-menu .list-menu {
  display: flex;
  align-items: center;
  gap: 54px;
}

.banner .banner__content .banner__heading {
  color: #FAF9F5;

  font-size: 66.524px;
  font-style: normal;
  font-weight: 700;
  line-height: 78.263px;
}

.custom-features-section {
  padding-top: 85px;
  padding-bottom: 67px;
}

.custom-features-section .custom-features {
  max-width: 1041px;
  width: 100%;
  margin: 0px auto;
  padding: 0;
}

.custom-features-section .custom-features .custom-features-title {
  color: #0F214F;
  text-align: center;

  font-size: 22.175px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.784px;
  margin: 0;
}

.custom-features-section .custom-features .custom-features-description {
  color: rgba(15, 33, 79, 0.90);
  text-align: center;

  font-size: 19.566px;
  font-style: normal;
  font-weight: 300;
  line-height: 30.436px;
  /* 155.556% */
}



.custom-homepage-product-list .custom-homepage-product-list-title::after {
  position: absolute;
  content: "";
  width: 87px;
  height: 4px;
  border-bottom: 4px solid #034EA2;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0px auto;
}



.custom-homepage-product-list .custom-homepage-product-list-products .product-info .view-product-btn::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3.8252 9.15527H13.9704' stroke='%23034EA2' stroke-width='2.17398' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.89746 4.08301L13.9701 9.15562L8.89746 14.2282' stroke='%23034EA2' stroke-width='2.17398' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  right: 0;
  top: 0px;
}


/* .custom-homepage-product-list .custom-homepage-product-list-buttons a.button.button--primary{
  transition:0.3s ease-in-out;
  color: #FAF9F5;
  text-align: center;
  
  font-size: 14.783px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.088px;
  padding: 21.74px 34.784px 21.74px 34.783px;
  border-radius:6px;
  position:relative;
  transition:0.3s ease-in-out;
} */



.custom-homepage-product-list .custom-homepage-product-list-buttons a.button.button--primary:hover::after {
  opacity: 1;
  visibility: visible;
}

/* .custom-homepage-product-list .custom-homepage-product-list-buttons a.button.button--primary::after{
  position:absolute;
  content:"";
  width:21px;
  height:21px;
  right:34px;
  top:25px;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M4.8208 11.5938H17.5023' stroke='%23FAF9F5' stroke-width='2.17398' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.1616 5.25293L17.5024 11.5937L11.1616 17.9345' stroke='%23FAF9F5' stroke-width='2.17398' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:100%;
  transition:0.3s ease-in-out;
  opacity:0;
  visibility:hidden;
} */


/* INF-211 - 10 Sept 2025*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1391px;
  width: 100%;
  padding: 0px 79.5px;
  margin: 0 auto;
}

.header .header__inline-menu .list-menu li .header__menu-item span {
  color: #FAF9F5;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 176.471% */
}

.header .header__inline-menu .list-menu {
  gap: 50px;
}

.header__heading-logo-wrapper img {
  max-height: 19px;
  object-fit: contain;
  height: 19px;
}

.header .header__inline-menu .list-menu--inline li:last-child a {
  color: #FAF9F5;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 176.471% */
}

header.header {
  padding: 13.2px 0px;
}

a.header__icon--cart{
  height:37.6px
}

.banner .banner__content .banner__heading {
  color: #FAF9F5;
  font-size: 61.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}

.banner__text p {
  color: #FAF9F5;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 141.667% */
}

.banner .banner__content .banner__text {
  padding-top: 29px;
  margin-top: 0;
}

.hotspot-slide__image img {
  object-fit: contain;
}

.banner .banner__content .banner__buttons {
  max-width: 100%;
  width: fit-content;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

.custom-homepage-product-list-container .owl-carousel .owl-stage {
  display: flex;
}

.custom-homepage-product-list .custom-homepage-product-list-products .owl-dots {
  display: none;
}

.custom-homepage-product-list .custom-homepage-product-list-products .owl-nav {
  display: none;
}

.custom-homepage-product-list-container .owl-carousel.owl-drag .owl-item {
  height: auto;
}

.homepage .clip-path-line,
.custom-breadcrumb-banner .clip-path-line {
  max-width: 100%;
  width: 100%;
  height: 69px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  clip-path: polygon(100% 7%, 0 100%, 100% 100%);
}

.homepage .clip-path-line:empty,
.custom-breadcrumb-banner .clip-path-line:empty {
  display: block;
}

.homepage .clip-path-line.clip-bg-blue,
.custom-breadcrumb-banner .clip-path-line.clip-bg-blue {
  background: #0f214f;
}

.homepage .clip-path-line.clip-bg-light-blue,
.custom-breadcrumb-banner .clip-path-line.clip-bg-blue {
  background: #034EA2;
}

section {
  position: relative;
}

.custom-homepage-product-list {
  position: relative;
}

section.custom-features-section {
  padding-top: 78.32px;
  padding-bottom: 109px;
}

.banner__media.media.banner__media-half img {
  object-fit: contain;
}

.hotspot-slider-content {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px #0000004d;
  padding: 0;
  min-width: 320px;
  max-width: 846px;
  min-height: 300px;
  max-height: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hotspot-slide--row {
  padding: 0;
}

.hotspot-slider-content .owl-dots {
  display: none;
}

.hotspot-slider-content .owl-carousel .owl-nav button {
  position: relative;
}

.hotspot-slider-content .owl-carousel .owl-nav button.owl-next,
.hotspot-slider-content .owl-carousel .owl-nav button.owl-prev {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: #034EA2;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 0 0 0 rgba(0, 0, 0, 0.00), 0 0 0 0 rgba(0, 0, 0, 0.00);
}

.hotspot-slider-content .owl-carousel .owl-nav button.owl-next span,
.hotspot-slider-content .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.hotspot-slider-content .owl-carousel .owl-nav button.owl-prev::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M9.99984 15.8335L4.1665 10.0002L9.99984 4.16683" stroke="%23FAF9F5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.8332 10L4.1665 10" stroke="%23FAF9F5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>);
  background-size: contain;
  top: 9px;
  left: 8px;
}

.hotspot-slider-content .owl-carousel .owl-nav button {
  position: absolute;
  top: 43%;
}

.hotspot-slider-content .owl-carousel .owl-nav button.owl-prev::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.99984 15.8335L4.1665 10.0002L9.99984 4.16683' stroke='%23FAF9F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.8332 10L4.1665 10' stroke='%23FAF9F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  top: 9px;
  left: 8px;
}

.hotspot-slider-content .owl-carousel .owl-nav button.owl-prev {
  left: -25px;
  margin: 0;
}

.hotspot-slider-content .owl-carousel .owl-nav button.owl-next {
  right: -25px;
  margin: 0;
}

.hotspot-slider-content .owl-carousel .owl-nav button.owl-next::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.99992 4.1665L15.8333 9.99984L9.99992 15.8332' stroke='%23FAF9F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.16658 10L15.8333 10' stroke='%23FAF9F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  top: 9px;
  left: 8px;
}

.hotspot-slide__image {
  flex: unset;
  max-width: 487px;
  width: 100%;
  background: #e8e9ed;
  height: auto;
}

.hotspot-slide__content {
  flex: unset;
  max-width: calc(100% - 487px);
  width: 100%;
  text-align: left;
  padding: 42px 43px 38px;
  padding-right: 72px;
  background: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.hotspot-slide--row {
  gap: 0;
  background: #e8e9ed;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.hotspot-slide__content h2 {
  color: #0F214F;
  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  margin-bottom: 11px;
}

.hotspot-slide__content .hotspot-description {
  color: rgba(15, 33, 79, 0.90);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 49px;
}

.hotspot-slide__content .hotspot-buttons {
  flex-direction: column;
  padding-right: 53.9px;
}

.hotspot-slide.hotspot-slide--row .hotspot-slide__content .hotspot-buttons .button--primary {
  border-radius: 5.1px;
  background: #034EA2;
  padding: 17px 27.2px;
  color: #FAF9F5;
  text-align: center;
  gap: 6.8px;
  font-size: 11.56px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.4px;
  position: relative;
  max-width: 100%;
  width: 100%;
}

.hotspot-slide__content .hotspot-buttons .button--secondary {
  border-radius: 5.1px;
  border: 1.7px solid #034EA2;
  background: rgba(0, 0, 0, 0.00);
  max-width: fit-content;
  padding: 17px 27.2px;
}

.hotspot-slide.hotspot-slide--row .hotspot-slide__content .hotspot-buttons .button--primary span {
  min-width: 111.90px;
  padding: 0px 0px;
  font-size: 11.56px;
  font-style: normal;
  font-weight: 500;
  color: #FAF9F5;
  line-height: 20.4px;
  text-align: center;
}




.hotspot-buttons {
  gap: 16.15px;
}

.banner__media.media.banner__media-half {
  max-width: 876px;
  width: 100% !important;
  height: 876px !important;
  top: 34px;
}

.banner__media.media.banner__media-half.tablet-vector-img {
  top: 0;
  max-width: calc(792.414px - 95px);
  width: 100%;
  max-height: 496.753px;
  height: 100%;
  aspect-ratio: 67/42;
}

.banner--mobile-bottom .banner__content .banner__box {
  padding: 0px;
}

.banner.custom-banner {
  flex-direction: row;
  min-height: 929px;
  height: auto;
  width: 100%;
}

.email-icons a {
  word-wrap: break-word;
}

.mobile-banner {
  display: none;
}

.custom-footer .footer-block {
  max-width: calc(100% / 4 - 12px);
  width: 100%;
}

.custom-footer .footer__blocks-wrapper {
  gap: 15px;
}

.custom-footer .footer-block__heading {
  color: #FAF9F5;
  font-family: Inter;
  font-size: 15.3px;
  font-style: normal;
  font-weight: 700;
  line-height: 183.007%;
  margin-bottom: 29.25px;
}

.custom-footer .footer-block__details-content .list-menu__item--link {
  color: #FAF9F5;
  font-family: Inter;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 0px;
  padding-top:0;
  margin:0;
}

.custom-footer .footer-block__details-content p {
  color: #FAF9F5;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 176.471% */
}

.custom-footer .copyright__content {
  color: #FAF9F5;

  font-size: 12.935px;
  font-style: normal;
  font-weight: 300;
  line-height: 21.74px;
  /* 168.067% */
}

.custom-footer .footer__content-bottom-wrapper--center {
  justify-content: flex-start;
}

footer.footer {
  background: #000;
  padding: 90px 0px 0px;
  overflow-wrap: break-word;
  word-break: break-word;
  margin-top: 0px;
}

.custom-footer .contact-icons p,
.contact-icons a {
  color: #FAF9F5;
  font-family: Inter;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.custom-footer .email-icons p,
.email-icons a {
  color: #FAF9F5;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.custom-footer .list-social__item svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7431%) hue-rotate(41deg) brightness(118%) contrast(117%);
}

.custom-footer .list-social__item a {
  width: 36px;
  height: 36px;
  border-radius: 10868.79px;
  background: #034EA2;
  padding: 8px;
}

.custom-footer .list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  padding-top: 52px;
}

.custom-footer .footer-block__logo_wrapper {
  max-width: 209px;
  width: 100%;
  margin-bottom: 32px;
}

.custom-footer .footer-block__logo_wrapper img {
  width: 100%;
  object-fit: contain;
}

.custom-footer ul.footer-block__details-content li {
  position: relative;
  padding-left: 14px;
  line-height: 1;
  margin-bottom: 16.5px;
}

.custom-footer ul.footer-block__details-content li::before {
  content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #034EA2;
    position: absolute;
    left: 0;
    top: 5px;
}

.custom-footer .list-menu__item--active {
  text-decoration: none;
}

.footer-flex-item-link {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-link-custom-icon {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 10868.79px;
  background: #034EA2;
}

.footer-block.grid__item:last-child ul.list-social {
  display: none;
}

.footer__content-bottom-wrapper.display-none {
  display: none;
}

.custom-homepage-product-list .custom-homepage-product-list-buttons {
  margin-bottom: 96px;
  margin-top: 53px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.testimonial-card-head {
  position: relative;
}

.testimonial-card-head::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="53" height="53" viewBox="0 0 53 53" fill="none"><path d="M35.136 6.8252C33.9829 6.8252 32.877 7.28328 32.0616 8.09868C31.2462 8.91408 30.7881 10.02 30.7881 11.1731V24.217C30.7881 25.3701 31.2462 26.4761 32.0616 27.2915C32.877 28.1069 33.9829 28.565 35.136 28.565C35.7126 28.565 36.2656 28.794 36.6733 29.2017C37.081 29.6094 37.31 30.1624 37.31 30.7389V32.9129C37.31 34.0661 36.8519 35.172 36.0365 35.9874C35.2211 36.8028 34.1152 37.2609 32.9621 37.2609C32.3855 37.2609 31.8325 37.4899 31.4248 37.8976C31.0171 38.3053 30.7881 38.8583 30.7881 39.4348V43.7828C30.7881 44.3594 31.0171 44.9123 31.4248 45.32C31.8325 45.7277 32.3855 45.9568 32.9621 45.9568C36.4215 45.9568 39.7393 44.5825 42.1855 42.1363C44.6317 39.6901 46.0059 36.3723 46.0059 32.9129V11.1731C46.0059 10.02 45.5478 8.91408 44.7324 8.09868C43.917 7.28328 42.8111 6.8252 41.658 6.8252H35.136Z" stroke="%23FAF9F5" stroke-opacity="0.2" stroke-width="2.17398" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.2225 6.8252C10.0693 6.8252 8.9634 7.28328 8.148 8.09868C7.3326 8.91408 6.87451 10.02 6.87451 11.1731V24.217C6.87451 25.3701 7.3326 26.4761 8.148 27.2915C8.9634 28.1069 10.0693 28.565 11.2225 28.565C11.799 28.565 12.352 28.794 12.7597 29.2017C13.1674 29.6094 13.3964 30.1624 13.3964 30.7389V32.9129C13.3964 34.0661 12.9384 35.172 12.123 35.9874C11.3076 36.8028 10.2016 37.2609 9.04849 37.2609C8.47191 37.2609 7.91895 37.4899 7.51125 37.8976C7.10355 38.3053 6.87451 38.8583 6.87451 39.4348V43.7828C6.87451 44.3594 7.10355 44.9123 7.51125 45.32C7.91895 45.7277 8.47191 45.9568 9.04849 45.9568C12.5079 45.9568 15.8257 44.5825 18.2719 42.1363C20.7181 39.6901 22.0923 36.3723 22.0923 32.9129V11.1731C22.0923 10.02 21.6343 8.91408 20.8189 8.09868C20.0035 7.28328 18.8975 6.8252 17.7444 6.8252H11.2225Z" stroke="%23FAF9F5" stroke-opacity="0.2" stroke-width="2.17398" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 48px;
  height: 48px;
  position: absolute;
  right: -8.83px;
  top: -15.5px;
}

.testimonial-item-rating {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

span.testimonial-star {
  width: 20px;
  height: 20px;
  display: block;
}

span.testimonial-star svg {
  width: 100%;
  height: 100%;
}

.testimonial-item-text {
  color: #FAF9F5;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding-bottom: 30.25px;
}

.testimonial-item-position {
  color: #FAF9F5;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.testimonial-item-name {
  color: #FAF9F5;
  font-size: 11.9px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-top: 3.5px;
}

.testimonial-item {
  border-radius: 8px;
  background: rgba(250, 249, 245, 0.20);
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.10), 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 0 0 0 rgba(0, 0, 0, 0.00), 0 0 0 0 rgba(0, 0, 0, 0.00);
  padding: 33px;
}

.testimonial-section-container .owl-nav {
  display: none;
}

.testimonial-section-container {
  padding-top: 49px;
  padding-bottom: 151px;
}

h2.testimonial-section-title {
  color: #FAF9F5;
  text-align: center;
  font-family: Inter;
  font-size: 30.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 14px;
}

h2.testimonial-section-title::after {
  content: "";
  width: 86.959px;
  border-bottom: 5px solid #FAF9F5;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  right: 0;
  left: 0;
}


.project-highlights-item {
  max-width: calc(100% / 3 - 21px);
  width: 100%;
  max-height: 290px;
  aspect-ratio: 1;
  border-radius: 8px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.10), 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 0 0 0 rgba(0, 0, 0, 0.00), 0 0 0 0 rgba(0, 0, 0, 0.00);
}

.project-highlights-item a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 9px;
}

.project-highlights-item a img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}

.project-highlights-list {
  justify-content: flex-start;
  row-gap: 24px;
  column-gap: 31.5px;
  display: flex;
  flex-wrap: wrap;
}

.shopify-section a.button.button--primary .btn-icon,
.shopify-section button.button.button--primary .btn-icon {
  max-width: 20px;
  width: 100%;
  height: 20px;
  aspect-ratio: 1;
}

.shopify-section a.button.button--primary svg,
.shopify-section button.button.button--primary svg {
  width: 100%;
  height: 100%;
}

.shopify-section a.button.button--primary.btn-fill,
.shopify-section button.button.button--primary.btn-fill {
  background: #034EA2;
  color: #fff;
  padding: 20px 32px;
  gap: 8px;
  border-radius: 6px;
  transition:all 0.5s ease-in-out;
}
.collection .product-grid .card__content .card__information *{
  text-decoration:none;
}
.collection.page-width{
  margin-bottom:50px;
}
.collection .product-grid .card__content .card__information .card__heading{
  font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.enquiry-modal input:focus-visible, .enquiry-modal textarea:focus-visible, .enquiry-modal select:focus-visible{
  outline:none!important;
  outline-offset:none!important;
  box-shadow:none!important;
}

.shopify-section a.button.button--primary.btn-fill:hover,
.shopify-section button.button.button--primary.btn-fill:hover {
  transform: scale(1.05);
}

.shopify-section a.button.button--primary.btn-bordered:hover,
.shopify-section button.button.button--primary.btn-bordered:hover {
  transform: scale(1.05);
}

.shopify-section a.button.button--primary.btn-bordered,
.shopify-section button.button.button--primary.btn-bordered,
.shopify-section button.button.button--primary.btn-fill {
  transition: all 0.3s ease-in-out;
}

.shopify-section .button,
.shopify-section .button-label,
.shopify-section .shopify-challenge__button,
.shopify-section .customer button {
  letter-spacing: 0.1px;
}

.shopify-section a.button.button--primary span {
  color: #FAF9F5;
  text-align: center;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  /* padding: 0px 12.3px 0px 12.4px; */
  min-width: 131.64px;
}

/* .shopify-section a.button.button--primary.btn-fill::after
{
  position:absolute;
  content:"";
  width:21px;
  height:21px;
  right:22px;
  top:24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M4.8208 11.5938H17.5023' stroke='%23FAF9F5' stroke-width='2.17398' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.1616 5.25293L17.5024 11.5937L11.1616 17.9345' stroke='%23FAF9F5' stroke-width='2.17398' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-size:100%;
  transition:0.3s ease-in-out;
  opacity: 1;
    visibility: visible;
} */

.shopify-section a.button.button--primary.btn-fill svg,
.shopify-section button.button.button--primary.btn-fill svg {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.shopify-section a.button.button--primary.btn-bordered,
.shopify-section button.button.button--primary.btn-bordered {

  border: 2.174px solid #034EA2;
  background: rgba(0, 0, 0, 0.00);
  color: #034EA2;
  padding: 19px 28.9px 19px 28.9px;
  border-radius: 6px;
}

.shopify-section a.button.button--primary.btn-bordered span,
.shopify-section button.button.button--primary.btn-bordered span {
  padding: 0px 1.52px;
  line-height: 19px;
  min-width: 146px;
  color: inherit;
}

.project-highlights-buttons {
  margin-top: 0px;
  margin-bottom: 57px;
  gap: 23.5px;
}

.project-highlights-wrapper {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
}

.project-highlights-title {
  margin: 0;
  padding-bottom: 20.5px;
  margin-bottom: 33.5px;
  position: relative;
  color: #0F214F;
  text-align: center;
  font-size: 30.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.project-highlights-title::after {
  content: "";
  max-width: 87px;
  border-bottom: 4px solid #034EA2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

h3.project-highlights-heading {
  margin: 0;
  margin-bottom: 19px;
  color: #0F214F;
  text-align: center;
  font-family: Inter;
  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.project-highlights-description {
  color: rgba(15, 33, 79, 0.90);
  text-align: center;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  max-width: 582px;
  width: 100%;
  margin: 0 auto;
}

.project-highlights-section {
  padding-top: 50px;
}

.project-highlights-list {
  padding-bottom: 48px;
  margin-bottom: 92px;
}

.project-highlights-buttons {
  flex-wrap: wrap;
}

.image-with-text .image-with-text__media-item.grid__item {
  max-width: 634.801px;
  width: 100%;
  max-height: 416.679px;
  height: 100%;
  flex: 1;
  aspect-ratio: 1;
  padding: 0px;
  border-radius: 8.696px;
  
}

.image-with-text .image-with-text__media-item.grid__item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 8.696px 10.87px -6.522px rgba(0, 0, 0, 0.10), 0 21.74px 27.175px -5.435px rgba(0, 0, 0, 0.10), 0 0 0 0 rgba(0, 0, 0, 0.00), 0 0 0 0 rgba(0, 0, 0, 0.00);
}

.image-with-text .image-with-text__text-item .image-with-text__content {
  padding: 0px;
}

.image-with-text__grid {
  display: flex;
  align-items: center;
  gap: 69px;
}

.image-with-text-section {
  padding-bottom: 114.34px;
  padding-top: 28.32px;
}

.image-with-text-title {
  position: relative;
  margin-bottom: 37px;
  padding-bottom: 20.5px;
}

.image-with-text-title::after {
  content: "";
  max-width: 87px;
  width: 100%;
  border-bottom: 5px solid #034EA2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.image-with-text-title h2 {
  color: #0F214F;
  text-align: center;
  font-size: 30.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 130.719% */
  margin: 0;
}

h2.image-with-text__heading.inline-richtext.h1 {
  color: #0F214F;
  font-family: Inter;
  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 156.863% */
}

.image-with-text__text p {
  color: rgba(15, 33, 79, 0.90);
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 176.471% */
}

.image-with-text__content .image-with-text__text+.button {
  margin-top: 31px;
}

.image-with-text__text.rte {
  margin-top: 21px;
}

.image-with-text__text-item.grid__item {
  max-width: 633px;
  width: 100%;
  flex: 1;
}

.image-with-text__media {
  padding-bottom: 0px !important;
}

.custom-breadcrumb-banner {
  background-color: #0F214F;
  max-width: 100%;
  width: 100%;
  max-height: 392px;
  height: 100%;
  aspect-ratio: 1;
}

.custom-breadcrumb-banner .inner-banner__heading h1 {
  color: #FAF9F5;
  text-align: center;
  font-family: Inter;
  font-size: 61.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}

.custom-team-wrapper {
  max-width: 1042px;
  width: 100%;
  margin: 0 auto;
  padding-top: 83px;
}

.team-header__heading {
  margin-bottom: 20px;
}

.team-header__heading h1 {
  color: #0F214F;
  text-align: center;
  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}

.team-header__subheading p {
  color: rgba(15, 33, 79, 0.90);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 15px;
}

.team-header__subheading p:last-child {
  margin-bottom: 0px;
}

.team-members-wrapper {
  min-width: 368px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 68px;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
}

.team-members-wrapper .team-member {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.team-member-icon {
  max-width: 150px;
  width: 100%;
  max-height: 150px;
  height: 100%;
  aspect-ratio: 1;
}

.team-member-icon img {
  width: 100%;
  height: 100%;
}

.team-member-content .team-member__name {
  color: #0F214F;
  text-align: center;
  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}

.team-member-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.team-member-content .team-member__role {
  color: rgba(15, 33, 79, 0.90);
  text-align: center;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

.about-btn-wrapper {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.about-btn-wrapper .button {
  max-width: fit-content;
}

.about-product-section {
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
  padding-top: 82px;
  margin-bottom: 41px;
  position: relative;
}

.about-product-section::after {
  background: #FAF9F5;
  content: "";
  max-width: 100%;
  width: 100%;
  max-height: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

.about-product-section .container {
  position: relative;
  z-index: 1;
}

.about-product-header__heading h1 {
  color: #0F214F;
  text-align: center;
  font-family: Inter;
  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}

.about-product-header__subheading p {
  color: rgba(15, 33, 79, 0.90);
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  margin-bottom: 10px;
}

.about-product-header__subheading {
  max-width: 681px;
  width: 100%;
  margin: 0 auto;
  margin-top: 21px;
  text-align: center;
}

.about-product-images-grid {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 31.5px;
  margin-top: 51px;
  flex-wrap: wrap;

}

.aboutpage .image-with-text-section {
  padding-bottom: 38px;
}

.about-product-image {
  max-width: calc(100% / 3 - 21px);
  width: 100%;
  max-height: 290px;
  aspect-ratio: 1;
  border-radius: 8px;
}

.about-product-image img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}

.about-product-section .aboutProduct-wrapper {
  position: relative;
  max-width: 100%;
  width: 100%;

}

.image-with-text__text-item .image-with-text__content .image-with-text__text+.button {
  margin-top: 25px;
}

.custom-banner .banner-hotspots-mobile {
  display: none !important;
}

.hotspot {
  width: 54px;
  height: 54px;
}

.dark-modes a.button.button--primary.btn-bordered {
  color: #fff;
}

.custom-banner a.button.button--primary.btn-bordered {
  color: #fff;
}

.collection .product-card-wrapper .card {
  border: 1px solid #0f214f;
  overflow: hidden;
}

.collection .product-grid {
  gap: 8px;
}

.collection .product-grid .card__content .card__information {
  background: #0f214f;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  flex-direction: column;
}

.collection .product-grid .card__content .card__information * {
  color: #fff;
  text-align: center;
}

.image-with-text .image-with-text__text-item>* {
  overflow: visible !important;
}

footer.footer {
  position: relative;
}

footer.footer .scroll-to-top {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.footer .scroll-to-top .scrollTopIcon {
  display: flex;
  width: 52.175px;
  height: 52.175px;
  padding: 15.218px;
  justify-content: center;
  align-items: center;
  border-radius: 10868.79px;
  background: #034EA2;
  transition: all 0.6s ease-in-out;
  box-shadow: 0 4.348px 6.522px -4.348px rgba(0, 0, 0, 0.10), 0 10.87px 16.305px -3.261px rgba(0, 0, 0, 0.10), 0 0 0 0 rgba(0, 0, 0, 0.00), 0 0 0 0 rgba(0, 0, 0, 0.00);
}

footer.footer .scroll-to-top .scrollTopIcon:hover {
  transform: scale(1.05);
}

.footer.custom-footer .footer-block__details-content .list-menu__item--link,
.footer.custom-footer .copyright__content a {
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

.footer.custom-footer .footer-block__details-content .list-menu__item--link:hover,
.footer.custom-footer .copyright__content a:hover {
  color: #c1c0bd;
  font-weight: 500;
  transform: scale(1.04);
  text-decoration: none;
}

.custom-homepage-product-list .custom-homepage-product-list-buttons a.button.button--primary:not(.btn-fill)::after {
  content: unset;
}

.product__info-container .product-notification {
  border-radius: 5px 0 5px 5px;
  background: #F6F6F6;
  padding: 8px;
  align-items: center;
  gap: 16.305px;
}

.product__info-container .product-notification p {
  color: #0F214F;
  text-align: center;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.product__info-container .product-view-btn {
  display: none;
}

.product__info-container .product .price .badge,
.product .price .price__container {
  margin-bottom: 20px;
}

.custom-banner.banner .banner__content {
  padding: 0px 0px 0px 0px;
}

.banner-scroll-btn {
  max-width: 100%;
  width: 100%;
  position: absolute;
  bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  left: 0;
  z-index: 2;
}

.home-banner-section .banner:after,
.home-banner-section .banner__media:after {
  left: 0;
}

.banner-scroll-btn svg {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.banner-scroll-btn svg:hover {
  transform: scale(1.05);
}

.banner-scroll-btn span {
  color: #FAF9F5;
  font-family: Inter;
  font-size: 12.935px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.74px;
  /* 168.067% */
}

.home-banner-section {
  background: #0f214f;
  position: relative;
}

.custom-banner.banner {
  position: unset;
}

.hotspot {
  position: absolute;
  cursor: pointer;
  width: 54px;
  height: 54px;
  background: #034EA2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  box-shadow: 0 0 12px rgba(3, 78, 162, 0.6);
  border: 2px solid #fff;
  z-index: 10;
  text-align: center;
  overflow: visible;

  /* Zoom in & out */
  animation: hotspotBlink 1.5s infinite ease-in-out;
}

/* Glowing pulse */
.hotspot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(130, 176, 229, 0.6);
  /* lighter glow */
  z-index: -1;
  animation: pulse 1.5s infinite ease-out;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.7;
  }

  70% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hotspotBlink {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
    /* zoom in */
  }
}

/* Product details css */

.product__info-container .product__title h1 {
  color: #0F214F;
  font-size: 30.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.product__info-container .product__short-description {
  margin: 0;
  color: rgba(15, 33, 79, 0.90);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.product__text.caption-with-letter-spacing+.product__title {
  margin-bottom: 12px;
  padding-top: 33px;
}
.contact-form-wrap .contact__button button span{
  min-width:158px;
}
.contact-form-wrap .contact__button button{
  color: #FAF9F5;
  text-align: center;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 176.471%;
}
.custom-cta .custom-cta-description{
  color: rgba(15, 33, 79, 0.90);
  text-align: center;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 176.471%;
}
.card__content .card__information a{
  text-decoration:none!important;
}
.card__content .card__information a .card__heading{
  color: rgba(15, 33, 79, 0.90);
  font-size: 13.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 176.471%;
}

.product__info-container.product__column-sticky>*+* {
  margin: 0;
}

.product__info-container.product__column-sticky .product__short-description {
  margin-bottom: 20px;
}

.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow{
  color: #273760!important;
}

.price__regular .price-item--regular {
  color: #0F214F;
  font-family: Inter;
  font-size: 33.262px;
  font-style: normal;
  font-weight: 700;
  line-height: 130.719%;
}

.product-form__quantity .form__label span {
  color: #0F214F;
  font-family: Inter;
  font-size: 17.392px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

}

.product__info-container .product-form__quantity .form__label {
  margin-top: 24px;
  margin-bottom: 18px;
}

.price-per-item__container .quantity {
  max-width: 119px;
  width: 100%;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-per-item__container .quantity::after {
  content: unset;
}

.price-per-item__container .quantity .quantity__button {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 1px solid #0F214F;
  background: rgba(0, 0, 0, 0.00);
}

.product .product__media-wrapper .video-btn {
  margin-top: 16px;
}

.product .product__media-wrapper .video-btn .btn {
  color: #FAF9F5;
  text-align: center;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 4px;
  background: #0F214F;
  padding: 6px;
}

.product-tabs {
  padding-top: 22px;
}

.product-tabs .tabs-nav {
  border-radius: 4.348px;
  background: #F6F6F6;
  max-width: 100%;
  width: 100%;
}

.product-tabs .tabs-nav .tab-link {
  max-width: calc(100% / 3);
  width: 100%;
  padding: 10px 10px 10px;
  color: #0F214F;
  text-align: center;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;

}

.product-tabs .tabs-nav .tab-link.active {
  border-radius: 4px;
  background: #0F214F;
  color: #fff;
}

.faq-container {
  background: #FAF9F5;
  margin-top: 30px;
}

.faq-container .collapsible-content__heading {
  color: #0F214F;
  text-align: center;
  font-size: 30.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 130.719%;
  margin: 0;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 30px;
}

.faq-container .collapsible-content__heading::after {
  content: "";
  max-width: 87px;
  width: 100%;
  border-bottom: 5px solid #034EA2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.faq-container .gradient {
  background: transparent;
}

.faq-container .collapsible-content__wrapper {
  padding-top: 61px;
  padding-bottom: 49px;
}

.collapsible-content__grid .accordion__title {
  color: rgba(15, 33, 79, 0.90);
  font-size: 13.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 176.471%;
}

.collapsible-content__grid .accordion__content p {
  color: rgba(15, 33, 79, 0.90);
  font-family: Inter;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 176.471%;
  margin-bottom: 19px;
}

.collapsible-content__grid .accordion {
  border-top: none;
}

.collapsible-content__grid .accordion summary {
  padding: 0;
  margin-bottom: 11px;
  padding-top: 12px;
}

.collapsible-content__grid .accordion__content {
  margin-bottom: 0;
  padding: 0;
}

.collapsible-content__grid svg.icon-caret {
  width: 22px;
  height: 22px;
}

.collapsible-content__grid .accordion summary:hover {
  background: unset;
}

.collapsible-content summary:hover .accordion__title {
  text-decoration: none;
}

/* Project summary */

.custom-project-list-section .custom-project-list-title h2 {
  margin: 0;
  color: #0F214F;
  text-align: center;
  font-family: Inter;
  font-size: 22.175px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.784px;
  /* 156.863% */
}

.custom-project-list-section .custom-project-list-description {
  color: rgba(15, 33, 79, 0.90);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 155.556% */
  max-width: 937px;
  width: 100%;
  margin: 0 auto;
}



.custom-project-list-item {
  width: 423px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 8.696px;
  box-shadow: 0 2.174px 4.348px -2.174px rgba(0, 0, 0, 0.10),
    0 4.348px 6.522px -1.087px rgba(0, 0, 0, 0.10),
    0 0 0 0 rgba(0, 0, 0, 0.00),
    0 0 0 0 rgba(0, 0, 0, 0.00);
  display: flex;
}

.custom-project-list-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}



/* If image is taller than 500px → auto-expand */
.custom-project-list-item img {
  max-height: 100%;
  height: 100%;
}

/* Use aspect-ratio to detect tall images */
.custom-project-list-item:has(img[height][width]:not([height="316"])) {
  height: 685.889px;
}

.custom-project-list-item-title {
  display: none;
}

.custom-project-list-section .project-filter-select {
  border-radius: 5.435px;
  background: #F6F6F6;
  height: 43.48px;
  max-width: 359px;
  width: 100%;
  appearance: none;
  color: rgba(15, 33, 79, 0.50);
  font-size: 15.218px;
  font-style: normal;
  font-weight: 400;
  line-height: 228.571%;
  padding: 5px 17px;
}

.project-select-filter {
  position: relative;
  max-width: 359px;
  width: 100%;
}

.project-select-filter::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23" fill="none"><path d="M16.3433 8.92151L10.9083 14.3564L5.47338 8.92151" stroke="black" stroke-width="2.17398" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* so clicks go through */
}

.filterForm {
  max-width: 100%;
  width: 100%;
  display: flex;
  gap: 19px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 19px;
  margin-top: 71.05px;
}

.filterForm label {
  color: #0F214F;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 228.571% */
}

.cart-btn-icon {
  width: 26px;
  height: 26px;
}

.cart-btn-icon svg {
  width: 100%;
  height: 100%;
}

.button.button--primary.btn-fill.product-form__submit {
  display: flex;
  align-items: center;
  gap: 11px;
}

.testimonial-section .container .owl-dots {
  display: none;
}

.banner__media.media.banner__media-half .mobile-image {
  display: none;
}

.product__info-container .product__text.inline-richtext.caption-with-letter-spacing {
  display: none;
}

.product__info-container .share-button__button {
  display: none;
}

.product-thumbs .owl-item .item.product-thumb-item {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0.964px 1.929px -0.964px rgba(0, 0, 0, 0.10), 0 1.929px 2.893px -0.482px rgba(0, 0, 0, 0.10), 0 0 0 0 rgba(0, 0, 0, 0.00), 0 0 0 0 rgba(0, 0, 0, 0.00);
  height: 100%;
}

.item.product-slider-main-img {
  height: 100%;
}

.item.product-slider-main-img .zoom-container,
.item.product-slider-main-img .zoom-container img {
  height: 100%;
  max-height: 364px;
  object-fit: contain;
}

.product-thumbs .owl-item img {
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.product-gallery .product-main-slider {
  position: relative;
}

.product-gallery .product-main-slider .owl-prev {
  position: absolute;
  top: 38%;
  left: -33px;
}

.product-gallery .product-main-slider .owl-next {
  position: absolute;
  top: 38%;
  right: -22px;
}

.product-gallery .owl-carousel.owl-drag .owl-item {

  height: auto;
  border-radius: 4px;
}

.item product-thumb-item {
  max-height: 140px;
}
.header__icon .cart-count-bubble{
  background-color: rgb(3 78 162);
}
.project-highlight-hover{
  opacity:0;
  transition:all 0.5s ease-in-out;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  bottom:0;
  right:0;
  left:0;
}
.project-highlights-item a{
  position:relative;
  transition:all 0.5s ease-in-out;
}
.project-highlights-item a:hover .project-highlights-image{
  opacity:0;
  transition:all 0.5s ease-in-out;
}
.project-highlights-item a:hover .project-highlight-hover{
  opacity:1;
  transition:all 0.5s ease-in-out;
}


.product-gallery .owl-carousel.owl-drag .owl-item:has(.item product-thumb-item) {
  height: 100%;
  max-height: 140px;
}

.product-gallery .owl-carousel .owl-stage {
  display: flex;
  height: 100%;
}

.product-gallery .product-main-slider {
  max-height: 396px;
  height: 100%;
  box-shadow: 0 0.964px 1.929px -0.964px rgba(0, 0, 0, 0.10), 0 1.929px 2.893px -0.482px rgba(0, 0, 0, 0.10), 0 0 0 0 rgba(0, 0, 0, 0.00), 0 0 0 0 rgba(0, 0, 0, 0.00);
  margin-bottom: 16px;
}

.product-gallery .owl-carousel .owl-stage-outer {
  max-height: 100%;
  height: 100%;
}

.product-gallery .owl-carousel.owl-drag .owl-item:has(.product-slider-main-img) {
  height: 100%;
}

.main-product-details-wrapper.product-tabs {
  padding-top: 16px;
}

.main-product-details-wrapper .product-description strong,
.main-product-details-wrapper .product-description h1,
.main-product-details-wrapper .product-description h2,
.main-product-details-wrapper .product-description h3,
.main-product-details-wrapper .product-description h4 {
  color: #0F214F;
  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 156.863%;
}

.main-product-details-wrapper .product-description p,
.main-product-details-wrapper .product-description li {
  color: rgba(15, 33, 79, 0.90);
  font-family: Inter;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 176.471%;
}

.specification-tab h3 {
  margin: 0;
  color: #0F214F;
  font-family: Inter;
  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 156.863%;
}

.jdgm-carousel-wrapper .jdgm-carousel__right-arrow {
  display: none !important;
}

.jdgm-carousel-wrapper .jdgm-carousel__left-arrow {
  display: none !important;
}

/* --------------------- */
.custom-banner-right {
  max-width: 876.112px;
  width: 100%;
  max-height: 876.112px;
  height: 100%;
}

.custom-banner-left {
  max-width: 586px;
  width: 100%;
}

.tablet-vector-img.banner__media.media.banner__media-half img {
  object-fit: contain;
  object-position: top;
}

/* Masonary grid css */

.custom-project-list-items {
  column-count: 3;
  column-gap: 20px;
  margin-bottom: 90px;
}

.custom-project-list-item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  break-inside: avoid;
}

.custom-project-list-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}


/* Masonary grid css */

.spec-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 32px;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.product-specifications .spec-col {
  margin: 0;
  padding: 0;
}

.product-specifications .spec-col .spec-row .spec-key {
  color: rgba(15, 33, 79, 0.90);
  font-size: 13.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 176.471%;
}

.product-specifications .spec-col .spec-row .spec-value {
  color: rgba(15, 33, 79, 0.90);
  text-align: right;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 176.471% */
}

.product-specifications .spec-col .spec-row {
  padding: 11px 0px 12px;
  border-bottom: 1px solid #00000040;
}

.product-specifications {
  padding-top: 15px;
}

.tab-content.specification-tab {
  padding: 46px 77px 34px;
}

.jdgm-carousel__item-container .jdgm-carousel-item {
  border-radius: 8px;
  background: #F6F6F6;
  padding: 32px;
  margin-right: 29px;
  position: relative;
}

.jdgm-carousel__item-container .jdgm-carousel-item::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="49" height="49" viewBox="0 0 49 49" fill="none"><path d="M32.333 6.5C31.2721 6.5 30.2547 6.92143 29.5046 7.67157C28.7544 8.42172 28.333 9.43913 28.333 10.5V22.5C28.333 23.5609 28.7544 24.5783 29.5046 25.3284C30.2547 26.0786 31.2721 26.5 32.333 26.5C32.8634 26.5 33.3722 26.7107 33.7472 27.0858C34.1223 27.4609 34.333 27.9696 34.333 28.5V30.5C34.333 31.5609 33.9116 32.5783 33.1614 33.3284C32.4113 34.0786 31.3939 34.5 30.333 34.5C29.8026 34.5 29.2939 34.7107 28.9188 35.0858C28.5437 35.4609 28.333 35.9696 28.333 36.5V40.5C28.333 41.0304 28.5437 41.5391 28.9188 41.9142C29.2939 42.2893 29.8026 42.5 30.333 42.5C33.5156 42.5 36.5679 41.2357 38.8183 38.9853C41.0687 36.7348 42.333 33.6826 42.333 30.5V10.5C42.333 9.43913 41.9116 8.42172 41.1614 7.67157C40.4113 6.92143 39.3939 6.5 38.333 6.5H32.333Z" stroke="%230F214F" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.333 6.5C9.27214 6.5 8.25473 6.92143 7.50458 7.67157C6.75444 8.42172 6.33301 9.43913 6.33301 10.5V22.5C6.33301 23.5609 6.75444 24.5783 7.50458 25.3284C8.25473 26.0786 9.27214 26.5 10.333 26.5C10.8634 26.5 11.3721 26.7107 11.7472 27.0858C12.1223 27.4609 12.333 27.9696 12.333 28.5V30.5C12.333 31.5609 11.9116 32.5783 11.1614 33.3284C10.4113 34.0786 9.39387 34.5 8.33301 34.5C7.80257 34.5 7.29387 34.7107 6.91879 35.0858C6.54372 35.4609 6.33301 35.9696 6.33301 36.5V40.5C6.33301 41.0304 6.54372 41.5391 6.91879 41.9142C7.29387 42.2893 7.80257 42.5 8.33301 42.5C11.5156 42.5 14.5679 41.2357 16.8183 38.9853C19.0687 36.7348 20.333 33.6826 20.333 30.5V10.5C20.333 9.43913 19.9116 8.42172 19.1614 7.67157C18.4113 6.92143 17.3939 6.5 16.333 6.5H10.333Z" stroke="%230F214F" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 24px;
  top: 24px;
}

.jdgm-carousel__item-container .jdgm-carousel-item__review {
  text-align: left;
}

.jdgm-carousel__item-container .jdgm-carousel-item__reviewer-name-wrapper {
  text-align: left;
}

.jdgm-carousel__item-container .jdgm-carousel-item__reviewer-name {
  color: #0F214F;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 176.471%;
  opacity: 1;
}

.tab-content.review-tab {
  padding-top: 46px;
}

.jdgm-carousel-item__review-body.jdgm-line-clamp {
  max-width: 300px;
}

.product-tabs .tabs-nav {
  padding: 0px;
  margin: 0px;
  display: flex;
}

.product-tabs .tabs-nav .tab-link {
  list-style: none;
  padding: 10px;
  cursor: pointer;
}

.tabs-content .product-description {
  padding: 47px 87px 47px;
}

.tab-content.review-tab .jdgm-carousel-wrapper {
  padding: 0px 0px !important;
}

.jdgm-carousel__item-container .jdgm-star {
  color: #FACC15;
}

.jdgm-carousel-item__review-rating {
  padding-bottom: 16px;
}

.jdgm-carousel-wrapper .jdgm-carousel-item__review {
  height: auto !important;
}

.jdgm-carousel__item-container .jdgm-carousel__item-wrapper {
  height: auto;
}

.jdgm-carousel__item-container .jdgm-carousel-item__reviewer-name-wrapper {
  margin-top: 31px;
}

.card-wrapper.product-card-wrapper .card__information .card__heading a {
  color: rgba(15, 33, 79, 0.90);
  font-family: Inter;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 176.471% text-decoration:none;
}

.collection .card-wrapper.product-card-wrapper .card__information .card__heading a {
  color: #fff;
}

.grid.product-grid .card-wrapper.product-card-wrapper .card__content .card__information .card__information-short-description {
  color: rgba(15, 33, 79, 0.90);
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 176.471% */
  margin: 0;
  margin-bottom: 12px;
}

.collection .grid.product-grid .card-wrapper.product-card-wrapper .card__content .card__information .card__information-short-description {
  color: #fff;
}

.collection .grid.product-grid .card-wrapper.product-card-wrapper .card__content .card__information {
  padding: 10px 10px
}

.collection .product-grid .card__content .card__information * {
  text-align: left;
}

.grid.product-grid .card-wrapper.product-card-wrapper .card__content .price__container {
  display: flex;
  align-items: flex-start;
  flex-direction:column;
  justify-content: space-between;
}
.product-view-btn{
  width:100%;
}
.product-form-flex-wrap{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}

.product-view-btn a,
.product-view-btn button {
  border-radius: 6px;
  border: 2px solid #034EA2;
  background: rgba(0, 0, 0, 0.00);
  padding: 10px;
  min-width: 123px;
  min-height: 40px;
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  width: 100%;
  text-decoration: none;
  color: #034EA2;
  text-align: center;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 176.471% */
  text-decoration: none !important;
}

.price__regular .price-item--regular {
  color: rgba(15, 33, 79, 0.90);
  font-family: Inter;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 176.471%;
}

.jdgm-carousel-item__review-body>p{
  color: rgba(15, 33, 79, 0.90);
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 176.471%;
}

.similar-product-wrap.product-grid {
  column-gap: 35px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.similar-product-wrap.product-grid .grid__item {
  max-width: calc(100% / 3 - 24px);
  width: 100%;
}

.card-information {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-form__buttons {
  flex-wrap: wrap;
}

.product-galery-info-wrap .price__regular .price-item--regular {
  color: #0F214F;
  font-size: 30.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.product__info-container .product-form {
  padding-top: 36px;
}

.product__info-wrapper .product__info-container .product-form {
  margin: 0px;
}

.product-gallery .owl-nav .arrow-left,
.product-gallery .owl-nav button.owl-prev .arrow-right,
.product-gallery .owl-nav button.owl-next .arrow-right {
  width: 53px;
  height: 53px;
  border-radius: 10868.79px;
  background: #034EA2;
  position: absolute;
  box-shadow: 0 4.348px 6.522px -4.348px rgba(0, 0, 0, 0.10), 0 10.87px 16.305px -3.261px rgba(0, 0, 0, 0.10), 0 0 0 0 rgba(0, 0, 0, 0.00), 0 0 0 0 rgba(0, 0, 0, 0.00);
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-product-details-wrapper .enquiry-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0px 0px;
  background: #00000073;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  scrollbar-width: none;
}


.enquiry-form-popup {
  max-width: 846px;
  padding: 68px 34px 58px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  font-family: Inter, sans-serif;
}

/* Heading */
.enquiry-form-popup h2 {
  font-size: 20px;
  font-weight: 600;
  color: #0F214F;
  margin-bottom: 24px;
}

/* Close Icon */
.enquiry-close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #000;
}

/* Two-column wrapper */
.enquiry-form-wrapper {
  display: flex;
  gap: 28px;
  margin-bottom: 14px;
}

/* Column inside wrapper */
.enquiry-form-popup .form-input-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Labels */
.enquiry-form-popup .form-input-column label,
.enquiry-form-popup .form-input-row label {
  color: #0F214F;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 6px;
}

/* Inputs, select, textarea */
.enquiry-form-popup .form-input-column input,
.enquiry-form-popup .form-input-row input,
.enquiry-form-popup .form-input-row select,
.enquiry-form-popup .form-input-row textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background: #F6F6F6;
  border: 1px solid #E0E0E0;
  font-size: 14px;
}

/* Full-width single row */
.enquiry-form-popup .form-input-row {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

/* Special case: product + file side by side */
.enquiry-form-popup .form-input-row.double {
  flex-direction: row;
  gap: 20px;
}

.enquiry-form-popup .form-input-row.double .form-input-column {
  flex: 1;
}

.product-form .product-form__buttons {
  max-width: 100%;
  width: 100%;
}

/* Textarea */
.enquiry-form-popup textarea {
  resize: none;
}

/* Submit Button */
.enquiry-form-popup .submit-btn {
  width: fit-content;
  padding: 14px;
  background: #0044CC;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

.enquiry-form-popup .submit-btn:hover {
  background: #003399;
}
.facet-filters__field .facet-filters__sort:focus-visible{
  outline:none;
  outline-offset:none;
  box-shadow:none;
}
*:focus-visible{
  outline:none;
  outline-offset:none;
  box-shadow:none;
}

.enquiry-popup-btn-wrap {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.enquiry-modal input,
.enquiry-modal textarea,
.enquiry-modal select {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 38.4px;
  background: #f6f6f6;
  padding: 10px;
}
.make-enquiry-selectbox{
  width:100%;
  position:relative;
}
.make-enquiry-selectbox::after{
  content:"";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M18 9L12 15L6 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  width:24px;
  height:24px;
  position:absolute;
  top:7px;
  right:9px;
}
.make-enquiry-selectbox select{
  width:100%;
  appearance:none;
}






.enquiry-popup-btn-wrap {
  margin-top: 7px;
}

.custom-project-list-section {
  padding-top: 67px;
}

.custom-project-list-section .custom-project-list-title {
  margin-bottom: 20px;
}

.custom-project-list-section .filterForm {
  margin-top: 66px;
    margin-bottom: 26px;
}

.inner-banner.custom-breadcrumb-banner>*:not(.clip-path-line) {
  height: 100%;
}

.inner-banner.custom-breadcrumb-banner>*:not(.clip-path-line) .inner-banner {
  height: 100%;
}

.inner-banner.custom-breadcrumb-banner .inner-banner__content {
  height: 100%;
}

.inner-banner.custom-breadcrumb-banner .inner-banner__heading {
  max-height:80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-project-list-section .inner-banner__heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-page {
  max-width: 937px;
  width: 100%;
  margin: 0 auto;
  margin-top: 76px;
}

.contact-page .contact-title {
  margin-bottom: 20px;
}

.contact-page .contact-title h2 {
  color: #0F214F;
  text-align: center;
  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 156.863%;
  margin: 0;
}

.contact-page .contact_description p {
  color: rgba(15, 33, 79, 0.90);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 155.556%;
  margin: 0;
}

.contact-page .contact_description {
  margin-bottom: 59px;
}

/* Contactform */
.contact-form-wrap {
  max-width: 100%;
}

.contact-form-wrap .contact__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  /* row & column gap */
}

.contact-form-wrap .contact-input-field {
  flex: 1 1 calc(50% - 15px);
  /* 2 columns */
  display: flex;
  flex-direction: column;
}

.contact-form-wrap .contact-input-field.full-width {
  flex: 1 1 100%;
  /* full width for textarea */
}

.contact-form-wrap .contact-field__label {
  color: #0F214F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 228.571% */
  margin-bottom: 5px;
}
.header-wrapper--border-bottom {
  border-bottom: none;
  background: #000000;
}
.header-menu-list-wrapper{
  width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: calc(100% - 245px);
    width: 100%;
    justify-content: flex-end;
}

.contact-form-wrap .contact-field__input,
.contact-form-wrap textarea.contact-field__input,
.contact-form-wrap select.contact-field__input {
  border-radius: 5px;
  background: #F6F6F6;
  border: none;
  padding: 12px 14px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
}

/* File input */
.contact-form-wrap input[type="file"].contact-field__input {
  padding: 12px 14px;
  background: #F6F6F6;
  height: 50px;
}

/* Button */
.contact-form-wrap .contact__button {
  margin-top: 29px;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contact-form-wrap .button--primary {
  background: #0F214F;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.custom-cta-section {
  background: #FAF9F5;
  display: flex;
  padding: 44px 438px 54px 438px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  max-width: 100%;
  width: 100%;
  margin-top: 81px;
}

.custom-cta-section .custom-cta {
  text-align: center;
}

.custom-cta-section .custom-cta h2 {
  margin: 0;
  color: #0F214F;
  text-align: center;
  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 156.863%;
  margin-bottom: 13px;
}

.custom-cta-section .custom-cta p {
  margin: 0;
  color: rgba(15, 33, 79, 0.90);
  text-align: center;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 176.471% */
}

.custom-cta-section .cta-subtitle {
  margin-bottom: 22px;
}

.custom-cta-description {
  margin-top: 40px;
}

.contact-select-box {
  position: relative;
  width: 100%;
}

.contact-select-box select {
  appearance: none;
}

.contact-select-box::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18 9L12 15L6 9" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: 13px;
  right: 13px;
  background-repeat: no-repeat;
  background-size: contain;
}

.mt-8 {
  margin-top: 8px;
}

.mt-17 {
  margin-top: 17px;
}

.hotspot-fullscreen-slider {
  overflow-y: auto;
  scrollbar-width: none;
}

.hotspot-slide__content .hotspot-buttons .button {
  min-width: 191px;
    max-width: 100%;
    width: 100%;
    font-size: 11.56px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.4px;
    color: #034EA2;
    text-align: center;
}

.custom-features-section .custom-features .custom-features-title {
  color: #0F214F;
  text-align: center;
  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.custom-features-section .custom-features .custom-features-description {
  color: rgba(15, 33, 79, 0.90);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 155.556% */
}
.custom-features-section .custom-features .custom-features-description b{
  font-weight:500;
  font-size:inherit;
  line-height:inherit;
  color:inherit;
}

.custom-homepage-product-list .custom-homepage-product-list-title {
  color: #FAF9F5;
  text-align: center;
  font-size: 30.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 130.719% */
  padding-bottom: 22px;
  position: relative;
}

.custom-homepage-product-list .custom-homepage-product-list-products .product-info .custom-homepage-product-list-product-title {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
}

.custom-homepage-product-list .custom-homepage-product-list-products .product-info .view-product-btn {
  color: #FFF;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  padding-right: 20px;
}

.article-template__hero-adapt.media {
  max-width: 100%;
  width: 100%;
  max-height: 430px;
  height: 430px;
  border-radius: 8px;
  padding-bottom: 0px !important;
}

.article-template .custom-product-blog-details .article-template__hero-adapt.media img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: static;
}

.article-title.custom-project-article-title {
  display: flex;
  flex-direction: column-reverse;
  gap: 18px;
  margin: 0;
  margin-bottom: 28px;
}

.article-title.custom-project-article-title .blog-date * {
  color: rgba(15, 33, 79, 0.90);
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 176.471% */
}

.article-title.custom-project-article-title .article-template__title {
  color: #0F214F;
  font-family: Inter;
  font-size: 30.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 130.719% */
  margin: 0;
}

.article-template__social-sharing {
  display: none;
}

.article-template__social-sharing+.article-template__content.custom-blog-narrow-content {
  max-width: 100%;
  width: 100%;
  display: flex;
  margin-top: 50px;
  padding: 0px;
}

.project-details-social-icon-wrapper {
  max-width: 116px;
  width: 100%;
}

.project-details-social-icon {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
  width: 100%;
}

.project-details-content-wrapper p,
.project-details-content-wrapper li {
  color: rgba(15, 33, 79, 0.90);
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 176.471% */
  margin: 0;
  margin-bottom: 11px;
}

.project-details-content-wrapper strong,
.project-details-content-wrapper h1,
.project-details-content-wrapper h2,
.project-details-content-wrapper h3 {
  color: #0F214F;
  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 156.863% */
  margin: 0;
  margin-bottom: 11px;
}

.project-details-social-icon .social-icon {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: #034EA2;
}

.project-details-content-wrapper img {
  max-width: 100%;
  width: 100%;
  max-height: 490px;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.article-template__back {
  display: none;
}

.other-product-media-img {
  max-width: 100%;
  height: 280px;
  border-radius: 8px;
}

.other-product-media-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.other-product-media-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.other-product-flex-wrap {
  max-width: 100%;
  width: 100%;
  display: flex;
  margin-bottom: 110px;
}

.other-product-left-column:empty {
  display: block;
}

.other-product-left-column {
  max-width: 116px;
  width: 100%;
}

.other-product-right-column {
  max-width: calc(100% - 116px);
  width: 100%;
  position: relative;
}

.other-product-right-column .blog-article-products h3 {
  margin: 0;
  color: #0F214F;
  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 156.863% */
  border-bottom: 1px solid #EEE;
  padding-bottom: 15px;
}

.other-product-slider {
  padding-top: 30px;
}

.other-product-blog-title .other-blog-date {
  color: rgba(15, 33, 79, 0.90);
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 176.471% */
}

.other-product-blog-title a {
  color: #0F214F;
  font-size: 20.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 156.863% */
  text-decoration: none;
}

.other-product-blog-title {
  padding-top: 13px;
}

.other-product-right-column .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}

.other-product-right-column .owl-nav button {
  width: 20px;
  height: 20px;
}

.other-product-right-column .owl-carousel,
.other-product-right-column .owl-carousel .owl-item {
  position: unset;
}

.desktop-hide {
  display: none;
}

.project-details-content-wrapper {
  max-width: calc(100% - 116px);
  width: 100%;
}

.shopify-section.section .container .article-template .article-title.custom-project-article-title {
  margin-top: 88px;
}

.cart-notification__links button.button--primary.btn-fill {
  max-width: 100%;
  width: 100%;
}

.cart-notification .cart-notification-product {
  margin-bottom: 0;
  padding-bottom: 0;
}

.custom-features-section .custom-features-list .custom-features-item .custom-features-item__icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: rgba(3, 78, 162, 0.20);
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-features-section .custom-features-list .custom-features-item .custom-features-item__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 8.696px;
}

.custom-features-section .custom-features-list .custom-features-item .custom-features-item__content .custom-features-item__title {
  color: #0F214F;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.custom-features-section .custom-features-list .custom-features-item .custom-features-item__content .custom-features-item__subtitle {
  color: rgba(15, 33, 79, 0.90);
  font-size: 11.9px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 168.067% */
}

.custom-features-section .custom-features-list {
  gap: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  max-width: 584px;
  width: 100%;
  margin: 0px auto;
  row-gap: 22px;
}

.custom-features-section .custom-features-list .custom-features-item {
  max-width: calc((100% - 35px) / 2);
  width: 100%;
  flex: unset;
  padding: 0;
}

.custom-homepage-product-list .custom-homepage-product-list-products {
  margin: 0;
  padding-top: 39px;
  gap: 34px;
}

.custom-homepage-product-list-product .custom-product-slider-image {
  max-width: 100%;
  width: 100%;
  height: 224px;
  aspect-ratio: 1;
}

.custom-homepage-product-list-product .custom-product-slider-image a {
  width: 100%;
  height: 100%;
  display: block;
}

.custom-homepage-product-list-product .custom-product-slider-image a img {
  width: 100%;
  height: 100%;
}

.custom-homepage-product-list-product {
  /* max-width: calc((100% - 108px) / 4); */
  width: 100%;
  border-radius: 8px;
  border: 2px solid rgba(3, 78, 162, 0.30);
  background: #0F214F;
  box-shadow: 0 4.348px 6.522px -4.348px rgba(0, 0, 0, 0.10), 0 10.87px 16.305px -3.261px rgba(0, 0, 0, 0.10), 0 0 0 0 rgba(0, 0, 0, 0.00), 0 0 0 0 rgba(0, 0, 0, 0.00);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.custom-homepage-product-list-products .owl-stage {
  padding-left: 11px;
  padding-right: 0px;
}

.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-ask-question-btn{
  border-radius: 6px;
background: #034EA2;
padding: 17px 71px;
max-width:fit-content!important;
}
.jdgm-rev-widg .jdgm-rev-widg__summary .jdgm-star, .jdgm-rev-widg .jdgm-star{
  color: #facc15!important;
}
.jdgm-histogram__bar-content {
    background-color: #facc15!important;
}
.jdgm-write-review-modal__stars .jdgm-star{
  color: #facc15!important;
}
.jdgm-rev__author{
  color: rgba(15, 33, 79, 0.90)!important;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 600;
  line-height:  176.471%!important;
}
.jdgm-row-profile .jdgm-rev__icon:before{
  color: #034ea2;
}
.jdgm-write-review-modal__sections .jdgm-write-review-modal__navigation .jdgm-write-review-modal__nav-btn{
  border-radius: 6px;
background-color: #034EA2;
color:#fff;
}
.jdgm-rev__body p{
  color: rgba(15, 33, 79, 0.90);
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 176.471%;
}
.jdgm-widget .jdgm-verified-checkmark{
  filter: brightness(0) saturate(100%) invert(19%) sepia(92%) saturate(2305%) hue-rotate(201deg) brightness(86%) contrast(98%);
}
.jdgm-write-rev-link.jdgm-write-rev-link:not([disabled]):hover, .jdgm-write-rev-link.jdgm-write-rev-link:focus{
  background-color: #034ea2!important;
}

.custom-homepage-product-list .custom-homepage-product-list-products .product-info .short-desc {
  color: #FAF9F5;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 9px 0px 26px;
}

.footer-block__details-content.logo-content {
  max-width: 235px;
  width: 100%;
}

.copyright-border {
  border-top: 1px solid rgba(250, 249, 245, 0.20);
  max-width: 100%;
  width: 100%;
}

.footer__copyright.caption {
  margin-top: 29px;
  color: #FAF9F5;
  font-size: 11.9px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 168.067% */
}

.header__icon,
.header__icon--cart .icon {
  color: #ffffff
}
.custom-prod-sliders{
  padding:0px;
  margin:0px;
  margin-bottom:60px;
}
.quantity.cart-quantity{
  min-height:unset;
}
.quantity:after{
  content:none;
}
.quantity.cart-quantity .quantity__button{
  width: 25px;
    height: 25px;
    border-radius: 4px;
    border: 1px solid #0F214F;
    background: rgba(0, 0, 0, 0.00);
}
.jdgm-write-rev-link.jdgm-write-rev-link{
  background-color: #034ea2!important;
  border: 2px solid #034ea2!important;
  border-color: #034ea2!important;
  width:fit-content;
}
.jdgm-review-widget--medium .jdgm-write-rev-link{
  max-width:100%!important;
  width:fit-content;
}
.jdgm-rev-widg .jdgm-rev-widg__header{
  margin-top:50px;
}
.header header-drawer{
  margin-left:0px;
}
.collection-mb{
  margin-bottom:60px;
}
.custom-footer .footer__content-bottom-wrapper--center{
  padding-bottom: 46px;
}


/* Judge me review slider */




/* ----------Mobile----------------- */

@media(max-width:1350px) {

  .banner__content {
    justify-content: left !important;
    max-width: 600px;
  }

  .custom-cta-section {
    padding: 40px;
  }
}

@media(max-width:1200px){
  .container{
    padding: 0px 40.5px;
  }
  .testimonial-section-container {
    padding-top: 49px;
    padding-bottom: 151px;
}
.header {
    padding: 20px 0px !important;
  }
  .jdgm-widget .jdgm-rev-widg{
    padding: 0px 40.5px;
  }
}



@media(max-width:992px) {
  .image-with-text__grid {
    flex-direction: column;
  }
      .header-menu-list-wrapper .cart-icon-bubble {
        width: 44px;
    }

  .image-with-text .image-with-text__media-item.grid__item {
    max-width: 100%;
    height: 100%;
    aspect-ratio: 1;
  }
      .jdgm-widget .jdgm-rev-widg {
        padding: 0px 16px!important;
    }

  .container {
    padding: 0px 21px 0px 24px;
  }

  .testimonial-section-container {
    padding-top: 49px;
    padding-bottom: 151px;
  }

  .image-with-text__media {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }

  .image-with-text__text-item.grid__item {
    max-width: 100%;
  }

  .image-with-text .image-with-text__grid.image-with-text__grid--reverse {
    flex-direction: column;
  }

  .about-product-image {
    max-width: calc(100% / 2 - 24px);
  }

  .hotspot {
    width: 34px;
    height: 34px;
    font-size: 21.566px;
    line-height: 33.829px;
  }

  .similar-product-wrap.product-grid .grid__item {
    max-width: calc(100% / 2 - 24px);
  }
}


@media(max-width:992px) {
  .hotspot-slider-content {
    max-width: 85%;
  }

  .hotspot-slide__image {
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hotspot-slide__content {
    max-width: 50%;
  }

  .hotspot-slide__content .hotspot-description {
    margin-bottom: 14px;
  }

  /* .hotspot-slide__content{
    padding: 30px 0px;
        padding-right: 60px;
  } */
  .hotspot-buttons {
    gap: 10px;
  }

  .banner.custom-banner {
    flex-direction: column;
  }

  .banner__media.media.banner__media-half {
    position: relative;
    max-width: 100%;
  }

  .banner.custom-banner {
    max-height: 100%;
  }

  .banner.custom-banner {
    max-height: 100%;
  }

  .banner.custom-banner {
    max-height: 100%;
  }

  .banner.desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .custom-banner.banner {
    max-height: 100%;
    height: auto;
    flex-direction: column;
  }

  .banner__media.media {
    height: 100% !important;
  }

  .banner__media.media.banner__media-half img {
    position: absolute;
    right: 0;
    width: fit-content;
    left: auto;
  }

  .banner:after,
  .banner__media:after {
    position: static;
  }

  .tablet-vector-img.banner__media.media.banner__media-half {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 40%;
    width: 100%;
    max-height: 341px;
  }

  .banner__media.media.banner__media-half.tablet-vector-img {
    top: 0;
    max-width: calc(792.414px - 95px);
    width: 100%;
    max-height: 496.753px;
    height: 100%;
    aspect-ratio: 67 / 42;
  }

  .footer.footer {
    padding: 50px 0px 40px;
  }

  .custom-footer .footer-block {
    max-width: calc(100% / 2 - 30px);
  }

  .project-highlights-item {
    max-width: calc(100% / 2 - 16px);
  }

  .custom-banner .banner-hotspots {
    display: none !important;
  }

  .custom-banner .banner-hotspots-mobile {
    display: block !important;
  }

  .home-banner-section .container {
    padding: 0px 0px;
  }

  .custom-banner-left {
    max-width: 100%;
  }

  .custom-banner-right {
    max-width: 100%;
  }

  .custom-banner.banner .banner__content {
    padding: 0px 26px 0px 26px;
    max-width: 100%;
  }

  .homepage .clip-path-line,
  .custom-breadcrumb-banner .clip-path-line {
    clip-path: polygon(100% 4%, 0 100%, 100% 100%);
    bottom: -1px;
  }

  .banner .banner__content .banner__heading {
    font-size: 44px;
    font-weight: 700;
    line-height: normal;
  }

  .banner__text p {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }

  .banner .banner__content .banner__text {
    padding-top: 17px;
    margin-top: 0;
  }

  .custom-homepage-product-list-container {
    padding: 65px 0px;
  }

  .custom-homepage-product-list .custom-homepage-product-list-buttons {
    margin-bottom: 60px;
  }

  .banner__media.media.banner__media-half img {
    display: none;
  }

  .banner__media.media.banner__media-half.tablet-vector-img img {
    display: block;
    right: -235px;
  }

  .banner__media.media.banner__media-half {
    aspect-ratio: 1;
    max-width: 541px;
    width: 100%;
    max-height: 541px;
    height: 100%;
    float: right;
  }

  .banner__media.media.banner__media-half img.mobile-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: right;
  }

  .banner--stacked:not(.banner--adapt) .banner__media {
    position: relative;
    aspect-ratio: 1;
    max-height: 541px;
    height: 100%;
  }


}


@media(max-width:800px) {
  /* .hotspot-slide--row{
    flex-direction:column;
  } */
}

@media(max-width:768px) {
  .footer-block.grid__item:nth-child(2) {
    display: none;
  }
  .image-with-text .global-media-settings{
    height:260px;
    width:100%;
  }
  .image-with-text .image-with-text__media-item.grid__item{
    aspect-ratio:1;
    flex:unset;
  }
  .image-with-text .image-with-text__media-item.grid__item img{
    width: 100%;
    height: 260px;
    border-radius: 8.696px;
    min-height: unset;

  }
  .about-product-images-grid .about-product-image{
    max-height:142px;
  }

  .hotspot-slider-content .owl-carousel .owl-nav button.owl-prev {
    left: 9px;
    margin: 0;
  }
  .header-menu-list-wrapper .cart-icon-bubble{
    width:44px;
  }

  .hotspot-slider-content .owl-carousel .owl-nav button.owl-next {
    right: 9px;
    margin: 0;
  }

  .hotspot-slide__content .hotspot-buttons {
    padding-right: 0px;
  }
  .project-details-social-icon .social-icon a.social-btn{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hotspot-slide__content {
    border-bottom-left-radius: 8px;
  }
  .jdgm-write-review-modal .jdgm-write-review-modal__nav-btn-next {
        padding: 12px 15px!important;
        width: fit-content!important;
    }
    .jdgm-write-review-modal .jdgm-write-review-modal__nav-btn-back {
        padding: 12px 15px!important;
        width: fit-content!important;
    }

  .hotspot-slider-content .owl-carousel.hotspot-slider-owl {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .header__heading-logo-wrapper img {
    max-height: 14px;
    object-fit: contain;
    height: 100%;
  }

  .footer-block.grid__item:nth-child(3) {
    display: none;
  }

  .project-details-social-icon-wrapper {
    display: none;
  }

  .project-details-content-wrapper {
    max-width: 100%;
  }

  .other-product-flex-wrap .other-product-left-column {
    display: none;
  }

  .other-product-right-column {
    max-width: 100%;
  }

  .article-title.custom-project-article-title .article-template__title {
    margin-bottom: 11px;
  }

  .article-template__social-sharing+.article-template__content.custom-blog-narrow-content {
    margin-top: 29px;
  }

  .shopify-section.section .container .article-template .article-title.custom-project-article-title {
    margin-top: 68px;
  }

  .desktop-hide {
    display: block;
  }

  .project-details-social-icon.desktop-hide {
    display: flex;
    order: -1;
    flex-direction: row;
  }

  .shopify-section .contact__button button.button.button--primary {
    max-width: 100%;
    width: 100%
  }

  .footer.footer {
    padding: 58px 0px 19px;
  }

  .banner-scroll-btn {
    display: none;
  }

  .footer.custom-footer .footer__content-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-footer .footer__list-social.list-social {
    justify-content: flex-start;
  }

  .custom-footer .footer-block {
    max-width: 100%;
  }

  .footer-block.grid__item:first-child ul.list-social {
    display: none;
  }

  .footer-block.grid__item:last-child ul.list-social {
    display: flex;
  }

  .footer.custom-footer .footer-block__details-content {
    margin-bottom: 37px;
  }

  .footer.custom-footer .footer-block.grid__item {
    margin: 0;
  }

  .custom-footer .footer-block__logo_wrapper {
    margin-bottom: 16px;
  }

  .custom-footer .footer-block__heading {
    margin-bottom: 27px;
  }

  .footer-flex-item-link {
    margin-bottom: 16px;
  }

  .custom-footer .list-social {
    padding-top: 18px;
  }

  .custom-footer .list-social__item a {
    width: 36px;
    height: 36px;
    padding: 8px;
  }

  .product-gallery .product-main-slider .owl-nav {
    display: none;
  }

  .item.product-slider-main-img .zoom-container,
  .item.product-slider-main-img .zoom-container img {
    max-height: 260px;
  }

  .custom-project-list-items {
    column-count: unset;
        display: flex;
        flex-wrap: wrap;
        flex-direction:row;
        row-gap:12px;
  }
  .custom-project-list-item{
    max-width: calc(100% / 2 - 10px);
    height: auto;
    max-height:142px;
    margin-bottom:0;
  }
  .custom-project-list-item img{
    height:100%;
  }

  .product-gallery .owl-carousel.owl-drag .owl-item:has(.item product-thumb-item) {
    height: 100%;
    max-height: 92px;
  }

  .custom-cta-section {
    margin-top: 76px;
  }

  .custom-cta-section {
    padding: 54px 53px 64px;
  }

  .product-tabs .tabs-nav .tab-link {
    max-width: 100%;
  }

  .contact-form-wrap .contact-input-field {
    flex: 1 1 calc(100% - 15px);
  }

  .custom-project-list-section .filterForm label {
    font-size: 14px;
  }

  .contact-form-wrap .contact__fields {
    gap: 8px;
  }

  .contact-page .contact_description {
    margin-bottom: 53px;
  }

  .custom-breadcrumb-banner {
    min-height: 338px;
    height: auto;
    aspect-ratio: 1;
    background-size: 329px !important;
    background-position: top right !important;
  }

  .custom-breadcrumb-banner .inner-banner__heading h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 72px;
  }

  .product-galery-info-wrap .price__regular .price-item--regular {
    font-size: 30.6px;
    font-weight: 700;
    line-height: 130.719%;
  }

  .enquiry-form-popup {
    max-width: 90%;
  }

  .faq-container .collapsible-content__heading {
    font-size: 30.6px;
  }

  .faq-container .collapsible-content__heading {
    padding-bottom: 17px;
    margin-bottom: 46px;
  }

  .collapsible-content__grid .accordion__title {
    font-size: 13.6px;
  }

  .collapsible-content__grid .accordion__content p {
    font-size: 13.6px;
  }

  .collapsible-content__grid .accordion__content p {
    margin-bottom: 11px;
  }

  .tabs-content .product-description {
    padding: 0px;
    padding-top: 23px;
  }

  .tab-content.specification-tab {
    padding: 46px 0px 0px;
  }

  .spec-col {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-tabs .tabs-nav .tab-link {
    font-size: 13.6px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .similar-product-wrap.product-grid .grid__item {
    max-width: 100%;
  }

  .main-product-details-wrapper .product-description strong,
  .main-product-details-wrapper .product-description h1,
  .main-product-details-wrapper .product-description h2,
  .main-product-details-wrapper .product-description h3,
  .main-product-details-wrapper .product-description h4 {
    font-size: 20.4px;
  }

  .main-product-details-wrapper .product-description p,
  .main-product-details-wrapper .product-description li {
    font-size: 13.6px;
  }

  .product__info-container .product-notification p {
    font-size: 11.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .product__info-container .product-notification {
    gap: 13px;
  }

  .product__info-container .product-form__quantity .form__label {
    margin-top: 22px;
    margin-bottom: 18px;
  }

  .product__info-container .product-form {
    padding-top: 44px;
  }

  .shopify-section .product-form__buttons button.button.button--primary {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .product-form__buttons {
    gap: 14px;
  }

  .main-product-details-wrapper.product-tabs {
    padding-top: 0px;
  }

  .project-highlights-wrapper {
    flex-direction: column-reverse;
  }

  .custom-homepage-product-list .custom-homepage-product-list-products .product-info .custom-homepage-product-list-product-title {

    font-size: 17px;
    font-weight: 700;
    line-height: 123.529%;
  }

  .custom-homepage-product-list .custom-homepage-product-list-products .product-info .short-desc {

    font-size: 13.6px;
    font-weight: 300;
    line-height: 176.471%;
  }

  .custom-homepage-product-list .custom-homepage-product-list-products .product-info .view-product-btn {
    font-size: 13.6px;
    font-weight: 500;
    line-height: 176.471%;
  }

  .image-with-text-title h2 {
    font-size: 30.6px;
    font-weight: 700;
    line-height: 130.719%;
  }

  h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 20.4px;
    font-weight: 700;
    line-height: 156.863%;
  }

  .image-with-text__text p {
    color: rgba(15, 33, 79, 0.90);
    font-size: 13.6px;
    font-weight: 300;
    line-height: 176.471%;
  }

  h2.testimonial-section-title {
    color: #FAF9F5;
    text-align: center;
    font-family: Inter;
    font-size: 30.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 130.719%;
  }

  .product .product__media-wrapper .video-btn .btn {
    font-size: 13.6px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .product__info-container .product__text.caption-with-letter-spacing+.product__title {
    margin-top: 29px;
    padding-top:0px;
  }

  .product__info-container .product__title h1 {
    font-size: 30.6px;
  }

  .product__info-container .product__short-description {
    color: rgba(15, 33, 79, 0.90);
    font-size: 18px;
    font-weight: 300;
    line-height: 155.556%;
  }

  .product-tabs .tabs-nav {
    flex-direction: column;
  }

  .faq-container {
    margin-top: 60px;
  }

  .faq-container .collapsible-content__wrapper {
    padding-top: 33px;
    padding-bottom: 45px;
  }

  .card-wrapper.product-card-wrapper .card .card__inner {
    max-height: 290px;
  }

  .card-wrapper.product-card-wrapper .card__information .card__heading a {
    font-size: 13.6px;
  }

  .grid.product-grid .card-wrapper.product-card-wrapper .card__content .card__information .card__information-short-description {
    font-size: 13.6px;
  }

  .enquiry-form-wrapper {
    flex-direction: column;
  }

  .collection .grid--2-col-tablet-down .grid__item {
    max-width: 100%;
  }
  .shopify-section .image-with-text__content a.button.button--primary.btn-bordered span{
    line-height: 1.4;
  }
  .shopify-section .project-highlights-buttons a.button.button--primary.btn-bordered span{
    line-height: 1.4;
  }
  .aboutpage .image-with-text-section{
    padding-bottom:0px;
    padding-top:0px;
  }


}



@media(max-width:750px) {
  .custom-banner.banner .banner__content {
    padding: 0px 24px;
    margin-bottom: 39px;
  }
  .cart__blocks .cart__ctas{
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .collection .product-grid {
    gap: 20px;
}

  .custom-banner.banner {
    padding: 25px 0px;
  }

  .custom-banner.banner--content-align-mobile-center .banner__buttons--multiple>* {
    min-width: unset;
    max-width: 100%;

  }

  .custom-banner.banner .banner__content .banner__buttons a.button.button--primary {
    padding: 20px 17px;
  }

  .banner--stacked:not(.banner--adapt) .banner__media {
    position: relative;
    margin-bottom: 40px;
  }

  .banner .banner__content .banner__buttons a.button.button--primary::after {
    right: 20px;
  }

  .banner .banner__content .banner__buttons {
    gap: 21px;
  }

  .clip-path-line {
    right: -1px;
  }

  .shopify-section a.button.button--primary span {
    min-width: 111px;
  }

}

@media(max-width:748px) {
  .custom-banner.banner {
    flex-direction: column;
  }
}

@media(max-width:650px) {
  .testimonial-section .container {
    padding-right: 0px;
    padding-top: 39px;
    padding-bottom: 100px;
  }
  .custom-homepage-product-list .custom-homepage-product-list-title{
    padding-right:21px;
  }

  .custom-homepage-product-list .container {
    padding-right: 0px;
  }

  .hotspot-slider-content .owl-carousel .owl-nav button.owl-next::after {
    width: 20px;
    height: 20px;
    top: 14px;
    left: 14px;
  }

  .hotspot-slider-content .owl-carousel .owl-nav button.owl-prev::after {
    width: 20px;
    height: 20px;
    top: 14px;
    left: 14px;
  }

  .custom-banner.banner .banner__content .banner__buttons a.button.button--primary.btn-fill span {
    padding: 0px 0px 0px 0px;
    min-width: 111px;
  }

  .custom-homepage-product-list .custom-homepage-product-list-buttons a.button.button--primary.btn-fill {
    padding: 20px 20px;
  }

  .custom-homepage-product-list .custom-homepage-product-list-buttons a.button.button--primary.btn-bordered {
    padding: 20px 17px;
  }

  .custom-homepage-product-list .custom-homepage-product-list-buttons {
    padding-right: 24px;
    display: flex;
    flex-wrap: wrap;
  }

  .custom-homepage-product-list .custom-homepage-product-list-buttons a.button.button--primary {
    font-size: 13.6px;
    line-height: 24px;
  }

  .custom-homepage-product-list .custom-homepage-product-list-buttons a.button.button--primary.btn-fill span {
    padding: 0px 0px 0px 0px;
  }

  .custom-homepage-product-list .custom-homepage-product-list-buttons a.button.button--primary::after {
    right: 22px;
    top: 23px;
  }

  .project-highlights-list {
    gap: 15px;
    row-gap: 12px;
  }

  .project-highlights-item {
    max-width: calc(100% / 2 - 8px);
    min-width: unset;
    max-height: 142px;
  }

  .project-highlights-buttons .button {
    max-width: 100%;
    width: 100%;
  }

  .about-product-section::after {
    max-height: 70%;
  }

  .about-product-image {
    max-width: calc(100% / 2 - 8px);
  }

  .about-product-images-grid {
    gap: 16px;
  }

  .about-product-section {
    margin-bottom: 36px;
  }


  .image-with-text__grid {
    gap: 27px;
  }

  .image-with-text-section {
    padding-bottom: 75px;
    padding-top: 33px;
  }

  .about-btn-wrapper .button {
    max-width: 100%;
    width: 100%;
  }

  .image-with-text__text-item .image-with-text__content .image-with-text__text+.button {
    margin-top: 30.03px;
  }

  .custom-team-wrapper {
    margin-top: 52px;
    padding-top: 0;
  }

  .image-with-text .image-with-text__media-item.grid__item {
    max-height: 260px;
    height:100%;
    border-radius: 5.411px;
    overflow:hidden;
  }

  .image-with-text-title {
    margin-bottom: 33px;
    padding-bottom: 21px;
  }

  .image-with-text__text.rte {
    margin-top: 11px;
  }

  .image-with-text__text-item .image-with-text__content .image-with-text__text+.button {
    margin-top: 16px;
    max-width: 100%;
    width: 100%;
  }

  .testimonial-section-container {
    padding-top: 41px;
  }

  h2.testimonial-section-title {
    padding-bottom: 14px;
    margin-bottom: 40px;
  }

  .testimonial-item-rating {
    margin-bottom: 16px;
  }

  .testimonial-item-text {
    font-size: 13.6px;
    font-weight: 300;
    line-height: 26px;
    padding-bottom: 29px;
  }

  .testimonial-item-position {
    font-size: 13.6px;
    font-weight: 700;
    line-height: 24px;
  }

  .testimonial-item-name {
    font-size: 11.9px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .testimonial-item {
    padding: 32px;
  }

  .project-highlights-section {
    padding-top: 40.18px;
    padding-bottom: 82px;
  }

  .project-highlights-title {
    padding-bottom: 22.5px;
    margin-bottom: 31.5px;
  }

  h3.project-highlights-heading {
    margin-bottom: 18px;
    letter-spacing: unset;
  }

  .project-highlights-wrapper {
    margin-top: 32px;
    margin-bottom: 82px;
  }

  .project-highlights-list {
    padding-bottom: 40.33px;
    margin-bottom: 0;
  }

  .shopify-section .project-highlights-wrapper a.button.button--primary {
    max-width: 100%;
    width: 100%;
    justify-content:space-between;
  }

  .project-highlights-buttons {
    gap: 21px;
  }

  .shopify-section a.button.button--primary span {
    padding: 0px 0px;
  }

  /* .shopify-section a.button.button--primary.btn-fill{
  gap:70px;
} */
  .shopify-section .custom-homepage-product-list-buttons a.button.button--primary.btn-fill {
    gap: 0px;
  }

  .shopify-section .banner__buttons a.button.button--primary.btn-fill {
    gap: 0px;
  }

  .shopify-section .banner__buttons a.button.button--primary {
    max-width: fit-content;
  }

  .shopify-section a.button.button--primary span {
    font-size: 13.6px;
    line-height: 1;
    max-width: 100%;
    width: 100%;
  }

  .project-highlights-buttons {
    margin-bottom: 0px;
  }


}

@media(max-width:768px) {
  .hotspot-slide--row {
    flex-direction: column;
    background: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 30px;
  }

  .hotspot-slide__image {
    max-width: 100%;
    max-height: 306px;
    height: 100%;
    aspect-ratio: 1;
  }

  .custom-homepage-product-list .custom-homepage-product-list-title{
    padding-right:21px;
  }

  .hotspot-slide__image img {
    height: 100%;
    object-fit: contain;
  }

  .team-header__heading {
    margin-bottom: 28px;
  }

  .about-product-section {
    margin-top: 57px;
    padding-top: 69px;
  }

  .hotspot-slide__content {
    max-width: 100%;
    padding: 16px 25px 27px;
  }

  .hotspot-slide__content .hotspot-buttons .button--primary {
    max-width: 100% !important;
    width: 100% !important;
  }

  .hotspot-slide__content .hotspot-buttons .button--secondary {
    max-width: 100% !important;
    width: 100% !important;
  }

  .banner--stacked:not(.banner--adapt) .banner__media {
    position: relative;
    width: 100% !important;
    height: 100% !important;
  }

  .hotspot-slider-content {
    max-height: 100%;
  }

  .hotspot-slider-content .owl-carousel .owl-nav button {
    top: 129px;
  }

  .hotspot-fullscreen-slider {
    height: auto;
    overflow-y: auto;
    padding: 30px 0px;
  }

  .shopify-section a.button.button--primary.btn-bordered span {
    padding: 0px 1px;
    line-height:1.3;
  }
  .menu-drawer-container .header__icon--menu {
    position: initial;
    width: 24px;
    height: 24px;
}

}

@media(max-width:500px){
  .custom-homepage-product-list .custom-homepage-product-list-title{
    max-width:350px;
    width:100%;
    margin:0 auto;
  }
}

@media(max-width:430px) {
  .custom-banner.banner--content-align-mobile-center .banner__buttons--multiple>* {
    max-width: 180px;
  }

  .custom-banner.banner .banner__content .banner__buttons a.button.button--primary {
    padding: 20px 13px;
  }

  .banner .banner__content .banner__buttons a.button.button--primary::after {
    right: 15px;
  }

  /* .custom-homepage-product-list-buttons .button{
      max-width:100%;
      width:100%;
    } */
  .custom-banner.banner .banner__content {
    padding: 0px 15px;
    margin-bottom: 11px;
  }

  .banner .banner__content .banner__buttons {
    gap: 11px;
  }

  .container {
    padding: 0px 15px 0px 15px;
  }

  .custom-homepage-product-list .custom-homepage-product-list-buttons {
    gap: 11px;
  }

  .custom-homepage-product-list .custom-homepage-product-list-buttons a.button.button--primary.btn-fill {
    padding: 20px 13px;
  }

  .custom-homepage-product-list .custom-homepage-product-list-buttons a.button.button--primary.btn-bordered {
    padding: 20px 11px;
  }

  .custom-homepage-product-list .custom-homepage-product-list-buttons {
    padding-right: 15px;
  }

  .project-highlights-section {
    padding-top: 40.18px;
  }

  .header-wrapper header.header {
    padding: 13.2px 0px !important;
  }
}


/* INF-211 Css End */




@media(max-width:1024px) {
  section.custom-features-section {
    padding-top: 50px;
    padding-bottom: 131px;
  }
}

@media(max-width:991px) {
  .header {
    flex-direction: row;
    padding: 13.2px 0px !important;
  }


  .header .header__heading {
    max-width: 157px;
    width: 100%;
  }

  .header .icon-hamburger path {
    fill: #fff;
  }

  .header .icon-hamburger {
    width: 24px;
    height: 24px;
  }

  .header .icon-close path {
    fill: #fff;
  }

  .header .icon-close {
    width: 24px;
    height: 24px;
    padding:5px;
  }

  .header .menu-drawer {
    width: 100%;
    background-color: #000;
  }

  .header .menu-drawer li {
    margin: 14px 25px !important;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.50);
  }

  .header .menu-drawer .list-menu__item {
    color: #FAF9F5;

    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    padding-bottom: 14px;
  }

  .header .menu-drawer .menu-drawer__navigation {
    padding: 30px 0;
  }

  .header .menu-drawer .list-menu li:last-child {
    position: absolute;
    bottom: 120px;
    margin: 0px auto ! Important;
    width: calc(100% - 40px);
    right: 0;
    left: 0;
    border: none;
  }

  .header .menu-drawer .list-menu li:nth-child(4) {
    border-bottom: none;
  }

  .header .menu-drawer .list-menu li:last-child a {
    width: 100%;
    border-radius: 4px;
    background: #034ea2;
    padding: 6.785px 0 5.215px 0;
    max-width: 100%;
    justify-content: center;
    color: #FAF9F5;

    font-size: 15.379px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.14px;
    /* 176.471% */
  }
}

@media(max-width:768px) {


  .custom-features-section .custom-features .custom-features-description {
    font-size: 18px;
    line-height: 28px;
    padding-top: 21px;
  }

  .custom-features-section .custom-features .custom-features-title {
    font-size: 20.4px;
    line-height: 32px;
  }

  .custom-features-section .custom-features-list .custom-features-item {
    max-width: 100%;
    width: 100%;
  }

  .custom-features-section .custom-features-list {
    gap: 16px;
    padding-top: 41px;
    max-width: 276px;
    width: 100%;
  }

  .custom-features-section .custom-features-list .custom-features-item .custom-features-item__icon {
    width: 56px;
    height: 56px;
    border-radius: 8px;
  }

  .custom-features-section .custom-features-list .custom-features-item .custom-features-item__content .custom-features-item__title {
    font-size: 13.6px;
    line-height: 24px;
  }

  .custom-features-section .custom-features-list .custom-features-item .custom-features-item__content .custom-features-item__subtitle {
    font-size: 11.9px;
    line-height: 20px;
  }

}