

/* products modal start */

.modal-content{
  max-width: 1920px;
  margin: 0 auto;
}

.btn-close {
  border: none !important;
  box-shadow: none;
}
.btn-close:focus {
  border: none !important;
  box-shadow: none;
}
.products-modal {
  padding: 10px 30px !important;
}
.products-modal .modal-body {
  overflow-y: hidden;
}
.products-modal .modal-header {
  padding: 16px 24px !important;
  border: none;
}
.products-modal .modal-title {
  font-size: 32px !important;
  font-weight: 600;
}
.products-modal .modal-body {
  padding: 16px 0px;
}
.modal-product-cards-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
.products-item {
  border-radius: 10px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}
.products-item img {
  width: 100%;
  height: auto;
}

.product-item-name {
  width: 100%;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
}


/* product tab start */

.main-product-tabs .first-btn {
  margin-left: 24px;
}
.product-nav-tabs {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.main-product-tabs button {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 16px;
  margin-right: 20px;
  font-size: 14px;
  color: black;
  font-weight: 500;
  border: none !important;
  border-bottom: 3px solid rgba(211, 211, 211, 0) !important;
}
.main-product-tabs .active {
  border-bottom: 3px solid var(--primary-orange) !important;
  color: var(--primary-orange) !important;
}
.main-product-tabs button:hover {
  color: var(--primary-orange);
}

.product-tab-content {
  height: calc(100vh - 163px);
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  scrollbar-width: thin;
  padding-left: 24px;
  padding-right: 24px;
}

.ceramic-modal-body {
  padding: 20px 24px !important;
  overflow-y: auto !important;
  scrollbar-width: thin;
}

/* product tab end */

/* products modal end */

/* services-modal-start */
.services-modal {
  border-radius: 0px !important;
}
.services-modal .modal-header {
  border-bottom: none !important;
  padding: 16px 24px !important;
  border-radius: 0 !important;
  background: linear-gradient(
    141deg,
    rgba(255, 126, 29, 0.5998774509803921) 0%,
    rgba(255, 126, 29, 0.13489145658263302) 25%,
    rgba(255, 126, 29, 0) 100%
  );
}
.services-modal h1 {
  font-size: 24px !important;
  font-weight: 700;
  margin-bottom: 30px;
}
.services-modal .modal-body {
  padding: 0px 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  background: linear-gradient(
    323deg,
    rgba(255, 126, 29, 0.5998774509803921) 0%,
    rgba(255, 126, 29, 0.13489145658263302) 25%,
    rgba(255, 126, 29, 0) 100%
  );
}
.services-modal p {
  font-size: 16px !important;
  font-weight: 400;
}
.service-modal-body img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.06;
}
/* services-modal-end */

/* about us modal start */

.about-us-modal {
  padding: 10px 150px !important;
}
.about-us-modal .modal-header {
  padding: 16px 24px;
  border-bottom: none !important;
}
.about-us-modal .modal-body {
  padding: 24px 24px;
  scrollbar-width: thin;
}

.about-us-modal h1 {
  font-size: 32px !important;
  font-weight: 700;
}
.about-us-modal h1 span {
  color: var(--primary-orange);
}
.about-us-modal h3 {
  font-size: 24px !important;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}
.about-us-modal p {
  font-size: 16px !important;
  font-weight: 400;
  color: var(--primary-blue);
  margin-bottom: 10px;
}
.about-us-modal ul,
ol {
  margin: 0;
  padding: 0;
}
.about-us-modal ol {
  margin-bottom: 10px;
}

/* about us modal end */

/* responsive */
@media (width < 1400px) {
  .modal-product-cards-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (width < 1200px) {
  .products-modal {
    padding: 10px 10px !important;
  }
  .modal-product-cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .about-us-modal {
    padding: 10px 10px !important;
  }
}
@media (width < 992px) {
  .products-modal .modal-title {
    font-size: 24px !important;
    font-weight: 600;
  }
}
@media (width < 900px) {
  .modal-product-cards-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 768px) {
  .products-modal {
    padding: 10px 10px !important;
  }
}
@media (width < 690px) {
  .modal-product-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 576px) {
  .products-modal {
    padding: 10px 10px !important;
  }
}
@media (width < 450px) {
  .modal-product-cards-container {
    gap: 10px;
  }
  .products-item {
    border-radius: 6px;
  }
}
@media (width < 350px) {
  .modal-product-cards-container {
    gap: 20px;
  }
  .products-item {
    border-radius: 6px;
  }
  .modal-product-cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
