/* Import local fonts */
@import url("fonts.css");
h2 {
  font-family: "Canela", serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 33px;
  text-align: left;
  color: #000;
}

.select-card {
  padding: 45px;
  background: #fff;
  box-shadow: 0px 0px 54.8px 0px rgba(44, 25, 0, 0.05);
  border-radius: 16px;
  margin-bottom: 35px;
}
.select-card h2 {
  margin-bottom: 41px;
}
.select-card .select-btns {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.select-card .select-btns button {
  cursor: pointer;
  border: 1px solid rgba(203, 118, 0, 0.2196078431);
  padding-top: 18px;
  padding-bottom: 18px;
  width: 286px;
  background: none;
  border-radius: 5px;
  font-family: "Canela", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
/* Responsive styles for medium screens */
@media screen and (max-width: 1300px) and (min-width: 993px) {
  body .component > div .component-child .card {
    width: 240px !important;
    height: 320px !important;
    padding: 50px 15px !important;
  }

  .design-container .card-slider .card {
    width: 240px !important;
    height: 320px !important;
    padding: 50px 15px !important;
  }
  
  body .component > div .component-child .card > img {
    width: 140px !important;
    height: 140px !important;
    margin-bottom: 15px !important;
  }

  .design-container .card-slider .card > img {
    width: 140px !important;
    height: 140px !important;
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 680px) {
  body .hero {
    margin-top: 50px !important;
  }
  body .hero div h2 {
    margin-top: 30px !important;
  }
  .select-card .select-btns button {
    width: 100%;
  }
}
.select-card .select-check label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  /* For checked state */
}
.select-card .select-check label input[type=checkbox] {
  width: 24px;
  /* Increase size */
  height: 24px;
  /* Increase size */
  border: 2px solid #007bff !important;
  /* Change border color */
  border-radius: 4px;
  cursor: pointer;
}
.select-card .select-check label input[type=checkbox]:checked {
  background-color: #CB7600;
  border-color: #CB7600 !important;
}
.select-card .select-check label span {
  display: inline-block;
  font-family: "Canela", serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  line-height: 100%;
  letter-spacing: 0%;
  margin-left: 20px;
}
.select-card .select-form form .row {
  display: flex;
  width: 100%;
  gap: 16px;
  margin-bottom: 40px;
  position: relative;
}
.select-card .select-form form .row label {
  flex: 50%;
}
.select-card .select-form form .row label span {
  display: inline-block;
  font-family: "Canela", serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}
.select-card .select-form form .row label input,
.select-card .select-form form .row label select {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid rgba(203, 118, 0, 0.2196078431);
  border-radius: 5px;
  margin-top: 16px;
}
.select-card .select-form form .row label select {
  font-family: "Canela", serif;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  appearance: none;
}
.select-card .select-form form .row label select::after {
  display: block;
  content: "";
  background-image: url("../../assets/arrow.svg");
  height: 15px;
  width: auto;
  background-size: contain;
}
.select-card .select-form form .row label select option {
  font-family: "Canela", serif;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 680px) {
  .select-card .select-form form .row {
    flex-wrap: wrap;
  }
}
.select-card .select-form .select-card {
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #F3F5FF;
}
body .btn {
  font-family: "Apercu", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #CB7600;
  border-radius: 4px;
  padding: 16px 38px;
  border: none;
}

body .component {
  width: 100%;
}
body .component > div {
  max-width: 1280px;
  margin: auto;
}
body .component > div > h2 {
  margin-bottom: 50px;
}
body .component > div .component-child {
  background-color: #fff;
  box-shadow: 0px 0px 54.8px 0px rgba(44, 25, 0, 0.05);
  padding: 45px;
  border-radius: 16px;
}
body .component > div .component-child > h2 {
  margin-bottom: 40px;
}
body .component > div .component-child > div {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  body .component > div .component-child > div {
    flex-wrap: wrap;
  }
}
body .component > div .component-child .card-slider .slick-slide {
  margin: auto 6px;
  display: flex;
  justify-content: center;
}
body .component > div .component-child .card-slider .slick-dots {
  bottom: -59px;
}
body .component > div .component-child .card-slider .slick-dots li {
  margin: 0;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}
body .component > div .component-child .card-slider .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
}
body .component > div .component-child .card-slider .slick-dots li button::before {
  color: #CB7600;
  font-size: 8px;
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 580px) {
  body .component > div .component-child .card-slider .slick-dots {
    bottom: -25px;
  }
}
body .component > div .component-child .card {
  padding: 60px 20px;
  border: 2px solid rgba(203, 118, 0, 0.2196078431);
  box-shadow: 0px 0px 64.8px 0px rgba(203, 118, 0, 0.01);
  border-radius: 8px;
  width: 260px;
  height: 330px;
  cursor: pointer;
}
body .component > div .component-child .card > img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin: auto;
  display: flex;
  justify-self: center;
  margin-bottom: 21px;
}
body .component > div .component-child .card > h3 {
  font-family: "Canela", serif;
  color: #000;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
body .top-nav {
  padding-top: 26px;
}
body .top-nav nav {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 680px) {
  body .top-nav nav a {
    flex: 100%;
  }
}
body .top-nav nav a {
  padding: 16px 38px;
}
@media screen and (max-width: 1280px) {
  body .top-nav nav {
    padding-left: 5%;
    padding-right: 5%;
    gap: 30px;
  }
}
body .hero {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
}
body .hero div {
  max-width: 1280px;
  margin: auto;
}
body .hero div h1 {
  font-family: "Canela", serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
}
body .hero div h2 {
  font-family: "Canela", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  margin-top: 12px;
  color: #000;
}
body .prj-type {
  margin-top: 70px;
}
body .prj-type .component-child {
  padding-bottom: 56px !important;
}

body .design-container .specify-size button {
  background-color: #CB7600;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "Canela", serif;
}

body .design-container .specify-size button:hover {
  background-color: #a56200;
}
body .design-container .design-child .h2-container {
  margin-bottom: 52px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
body .design-container .design-child .h2-container h2 {
  flex: 25%;
}
body .design-container .design-child .h2-container span {
  border-bottom: 1px solid #F4E1C7;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  body {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*# sourceMappingURL=styles.css.map */


/* Hero section styling */
body {
  background-color: #F3F5FF;
}

body .btn {
  font-family: "Apercu", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #CB7600;
  border-radius: 4px;
  padding: 16px 38px;
  cursor: pointer;
}

body .btn:disabled {
  background: #a0a0a0;
  cursor: not-allowed;
}

.btn-loading {
  display: inline-block;
}

.success-message, .error-message {
  animation: fadeIn 0.5s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.success-message p, .error-message p {
  margin: 8px 0;
}

.error-message {
  animation: shake 0.5s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
  20%, 40%, 60%, 80% { transform: translateX(5px); }
}


@media screen and (max-width: 680px) {
  body .top-nav nav a {
      flex: 100%;
  }
}

@media screen and (max-width: 1280px) {
  body .top-nav nav {
      padding-left: 5%;
      padding-right: 5%;
      gap: 30px;
  }
}

/* Component and section styling */
.component {
  width: 100%;
}

.component > div {
  max-width: 1280px;
  margin: auto;
}

.component > div > h2 {
  margin-bottom: 50px;
}

.component > div .component-child {
  background-color: #fff;
  box-shadow: 0px 0px 54.8px 0px rgba(44, 25, 0, 0.05);
  padding: 45px;
  border-radius: 16px;
}

.component > div .component-child > h2 {
  margin-bottom: 40px;
}

.component > div .component-child > div {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .component > div .component-child > div {
      flex-wrap: wrap;
  }
}

/* Select card styling */
.select-card {
  padding: 45px;
  background: #fff;
  box-shadow: 0px 0px 54.8px 0px rgba(44, 25, 0, 0.05);
  border-radius: 16px;
  margin-bottom: 35px;
}

.select-card h2 {
  margin-bottom: 41px;
}

/* Ensure cards match the original design */
/* .component > div .component-child .card {
  padding: 75px 30px;
  border: 2px solid rgba(203, 118, 0, 0.2196078431);
  box-shadow: 0px 0px 64.8px 0px rgba(203, 118, 0, 0.01);
  border-radius: 8px;
  width: 285px !important;
  height: 355px !important;
  flex: none !important;
  max-width: 285px !important;
  min-width: 285px !important;
} */

.component > div .component-child .card > img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin: auto;
  display: flex;
  justify-self: center;
  margin-bottom: 21px;
}

/* Fix slick carousel container */
.slick-track {
  display: flex !important;
  align-items: center !important;
}

.slick-slide {
  height: inherit !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px !important;
}

/* Fix for slick-initialized cards */
.slick-initialized .slick-slide .card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
  padding: 60px 20px !important;
  width: 260px !important;
}

/* Additional fix for card padding */
.abt-slider .card,
.card-slider .card,
.slick-slide .card,
.slick-cloned .card {
  padding: 60px 20px !important;
}

/* Fix for card content alignment */
.component > div .component-child .card > h3 {
  text-align: center;
  width: 100%;
  margin-top: auto;
}

/* Fix for slick carousel card content */
.slick-initialized .card {
  box-sizing: border-box !important;
}

.slick-initialized .card > * {
  box-sizing: border-box !important;
}

/* Slick carousel dots styling */
.component > div .component-child .card-slider .slick-dots,
.component > div .component-child .abt-slider .slick-dots {
  bottom: -59px;
}

.component > div .component-child .card-slider .slick-dots li,
.component > div .component-child .abt-slider .slick-dots li {
  margin: 0;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}

.component > div .component-child .card-slider .slick-dots li button,
.component > div .component-child .abt-slider .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
}

.component > div .component-child .card-slider .slick-dots li button::before,
.component > div .component-child .abt-slider .slick-dots li button::before {
  color: #CB7600;
  font-size: 8px;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 580px) {
  .component > div .component-child .card-slider .slick-dots,
  .component > div .component-child .abt-slider .slick-dots {
      bottom: -25px;
  }
}

.card.selected {
  border: 2px solid #CB7600 !important;
  box-shadow: 0 0 10px rgba(203, 118, 0, 0.3) !important;
}
/* Button styling */
.select-card .select-btns {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}

.select-card .select-btns button {
  cursor: pointer;
  border: 1px solid rgba(203, 118, 0, 0.2196078431);
  padding-top: 18px;
  padding-bottom: 18px;
  width: 286px;
  background: none;
  border-radius: 5px;
  font-family: "Canela", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}

@media screen and (max-width: 680px) {
  .select-card .select-btns button {
      width: 100%;
  }
}

.select-btns button.selected {
  background-color: rgba(203, 118, 0, 0.1) !important;
  border-color: #CB7600 !important;
  box-shadow: 0 0 10px rgba(203, 118, 0, 0.3) !important;
}

/* Multi-select card styles */
.multi-select .card {
  position: relative;
}

.selection-indicator {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background-color: #CB7600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}

.selection-indicator .checkmark {
  color: white;
  font-weight: bold;
  font-style: normal;
}

.multi-select .card.selected .selection-indicator {
  opacity: 1;
  transform: scale(1);
}
.loading p {
  position: relative;
  padding-bottom: 30px;
}
.loading p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border: 4px solid rgba(203, 118, 0, 0.3);
  border-radius: 50%;
  border-top-color: #CB7600;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: translateX(-50%) rotate(0deg); }
  100% { transform: translateX(-50%) rotate(360deg); }
}
.price-range {
  font-family: "Canela", serif;
  font-size: 32px;
  font-weight: bold;
  color: #CB7600;
  text-align: center;
  margin: 20px 0;
}
.error {
  color: #e74c3c;
  background-color: rgba(231, 76, 60, 0.1);
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
  font-family: "Canela", serif;
  text-align: center;
}
#calculation-result .detail-list {
  list-style-type: none;
  padding-left: 0;
}
#calculation-result .detail-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(203, 118, 0, 0.1);
}
#calculation-result .detail-list li strong {
  color: #CB7600;
  margin-right: 10px;
}

/* Design container styling */
.design-container {
  margin-top: 70px;
  width: 100%;
}

.design-container .design-child {
  max-width: 1280px;
  margin: auto;
}

.design-container .design-child .h2-container {
  margin-bottom: 52px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.design-container .design-child .h2-container h2 {
  flex: 25%;
}

.design-container .design-child .h2-container span {
  border-bottom: 1px solid #F4E1C7;
  width: 100%;
}

/* Checkbox styling */
.select-card .select-check label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.select-card .select-check label input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(203, 118, 0, 0.2196078431) !important;
  border-radius: 4px;
  cursor: pointer;
}

.select-card .select-check label input[type=checkbox]:checked {
  background-color: #CB7600;
  border-color: #CB7600 !important;
}

.select-card .select-check label span {
  display: inline-block;
  font-family: "Canela", serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  line-height: 100%;
  letter-spacing: 0%;
  margin-left: 20px;
}

/* Responsive design */
@media screen and (max-width: 1280px) {
  body {
      padding-left: 5%;
      padding-right: 5%;
  }
}

/* Project type section styling */
body .prj-type {
  margin-top: 70px;
}

body .prj-type .component-child {
  padding-bottom: 56px !important;
}