* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--primaryfont);
}
header .brand-logo {
  width: 140px;
}

.calc-section-one .calc-section {
  display: flex;
  justify-content: space-between;
  margin-top: 51px;
}

.calc-section-one .calc-section .faq-container {
  position: sticky;
  top: 72px;
  height: fit-content;
}
.calc-section .faq-container .title-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 32px;
}
.faq-container .accordion-button {
  padding-right: 0;
}
.calc-section .container-heading {
  font-size: clamp(19.2px, calc(24 * (100vw / 1440)), 28.8px);
  line-height: clamp(27.744px, calc(34.68 * (100vw / 1440)), 41.616px);
  font-weight: 500;
  text-align: left;
  font-family: var(--primaryfont);
}
.calc-section .container-sub-heading {
  font-size: 18px;
  line-height: clamp(18.496px, calc(23.12 * (100vw / 1440)), 27.744px);
  font-weight: 500;
  text-align: left;
  font-family: var(--primaryfont);
}
.calc-section .accordion-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.calc-section .accordion-block {
  border-radius: 20px;
  /* border: 1px; */
  box-shadow: 0 0 8px var(--themethirdclr) 14;
  padding: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.calc-section .accordion-block .title-arrow-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calc-section .accordion-block .acc-title {
  font-size: clamp(19.2px, calc(24 * (100vw / 1440)), 28.8px);
  line-height: clamp(27.744px, calc(34.68 * (100vw / 1440)), 41.616px);
  font-weight: 500;
  text-align: left;
  font-family: var(--primaryfont);
}

.calc-section .accordion-body .acc-desc ul {
  padding-left: 19px;
}
.calc-section .accordion-body .acc-desc ul li {
  font-size: clamp(12.8px, calc(16 * (100vw / 1440)), 19.2px);
  line-height: clamp(24px, calc(30 * (100vw / 1440)), 36px);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: left;
  font-family: var(--primaryfont);
  list-style-type: disc !important;
}
.accordion-content.show {
  max-height: fit-content;
  opacity: 1;
  padding-top: 20px;
}
button:focus:not(:focus-visible) {
  outline: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
#accordionFlushExample .accordion-button::after {
  background-image: none !important;
}
#accordionFlushExample .accordion-button::after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

#accordionFlushExample .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}

#accordionFlushExample .accordion-item .accordion-header p {
  font-size: clamp(12.8px, calc(16 * (100vw / 1440)), 19.2px);
  line-height: clamp(19.2px, calc(24 * (100vw / 1440)), 28.8px);
  font-weight: 500;
  font-family: var(--primaryfont);
  text-align: left;
}
#accordionFlushExample .accordion-item .accordion-body p {
  font-size: clamp(12.8px, calc(16 * (100vw / 1440)), 19.2px);
  line-height: clamp(24px, calc(30 * (100vw / 1440)), 36px);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: left;
  font-family: var(--primaryfont);
}

/* right section css */

@media (max-width: 991px) {
  .calc-section-one .calc-section {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .calc-section-one .calc-section .right-section .calc-container {
    width: 100% !important;
  }
  .calc-section-one .calc-section .right-section {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .calc-section-one .faq-container,
  .calc-section-one .calc-container {
    width: 100% !important;
  }
  .cal-wrapper-fit .fit-heading .video-sec-heading {
    margin-left: 0 !important;
  }
}



@media (max-width: 991px) {
  .calc-section-one .calc-section{
    margin-top: 10px;
  }
}
.calc-section-one .calc-section .right-section .calc-container {
  width: 68.94%;
  margin: 0px auto;
  display: block;
}

.calc-section-one .calc-section .right-section .underbust-steps {
  background: linear-gradient(
    356deg,
    rgba(251, 232, 239, 1) 12%,
    rgba(255, 255, 255, 1) 94%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-left: -26px;
  margin-right: -26px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.calc-section-one
  .calc-section
  .right-section
  .underbust-steps
  .underbust-text
  p {
  font-family: var(--primaryfont);
  font-size: clamp(16px, calc(20 * (100vw / 1440)), 24px);
  line-height: clamp(23.12px, calc(28.9 * (100vw / 1440)), 34.68px);
  font-weight: 300;
  letter-spacing: -0.02em;
}
.calc-section-one .calc-section .right-section .underbust-img,
.calc-section-one .calc-section .right-section .overbust-img {
  width: 193px;
  height: 246px;
  display: flex;
}

.calc-section-one .calc-section .right-section .underbust-img img {
  width: 100%;
  height: auto;
}

.burst-container .bust-input {
  text-align: center;
  margin-top: 21px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  padding-left: 40px;
}
.burst-container .bust-input input {
  text-align: center;
  height: 4.236vw;
  width: 7.5vw;
  border-radius: 10px;
  box-shadow: 2.44px 4.88px 26.82px 0px #d4bbc2ad;
  border: none;
  font-size: 32px;
  font-family: "Jost-SemiBold";
}
.sp-cm,
.sp-in {
  font-size: 14px;
  font-family: var(--primaryfont);
  padding-left: 5px;
  color: #000000;
}

/* video tag section */
.cal-wrapper-fit {
  flex-direction: column;
  display: flex;
}
.cal-wrapper-fit .fit-heading {
  margin-bottom: 24px;
  margin-top: 7px;
  min-height: 26px;
  display: flex;
  align-items: end;
}
.cal-wrapper-fit .fit-heading .video-sec-heading {
  margin: 0px;
  font-family: var(--primaryfont);
  font-size: clamp(22.4px, calc(28 * (100vw / 1440)), 33.6px);
  font-weight: 500;
  line-height: clamp(25.2px, calc(31.5 * (100vw / 1440)), 37.8px);
  letter-spacing: 0.01em;
  text-align: left;
  margin-left: -48px;
}
.cal-wrapper-fit .fit-video-wrap {
  padding: 9px 0;
  padding-top: 0;
  border-radius: 12px;
}
.cal-wrapper-fit .fit-video-wrap .video-head p {
  margin: 0px;
  font-family: var(--primaryfont);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  font-size: clamp(16px, calc(20 * (100vw / 1440)), 24px);
  line-height: clamp(23.12px, calc(28.9 * (100vw / 1440)), 34.68px);
}
.cal-wrapper-fit .fit-video-wrap .fit-vid {
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
}
.cal-wrapper-fit .fit-video-wrap .fit-vid .bra_size_video {
  width: 100%;
  height: auto;
}

.cal-wrapper-fit .fit-video-wrap .fit-vid .size-video {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.cal-wrapper-fit .fit-video-wrap .vid-subhead p {
  text-align: center;
  font-size: clamp(11.2px, calc(14 * (100vw / 1440)), 16.8px);
  line-height: clamp(18.192px, calc(22.74 * (100vw / 1440)), 27.288px);
  font-family: var(--primaryfont);
  font-weight: 400;
}
.cal-wrapper-fit .getrady-wrap {
  border-radius: 12px;
  margin-top: 17px;
}
.cal-wrapper-fit .getrady-wrap .getready-head p {
  margin: 0;
  font-size: clamp(16px, calc(20 * (100vw / 1440)), 24px);
  line-height: clamp(23.12px, calc(28.9 * (100vw / 1440)), 34.68px);
  font-family: var(--primaryfont);
  text-align: center;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.cal-wrapper-fit .getrady-wrap .getready-meadusre-wrap {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 17px;
}
.cal-wrapper-fit .getrady-wrap .getready-meadusre-wrap .measure {
  border-radius: 15px;
  background-color: var(--plainclr);
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1.25px solid #f0dfe5;
}
.cal-wrapper-fit .getrady-wrap .getready-meadusre-wrap .measure .measure-icon {
  border-radius: 8px;
  background-color: #fbe8ef;
  padding: 4px 6px 4px 6px;
}
.cal-wrapper-fit .getrady-wrap .getready-meadusre-wrap .measure .icon-text p {
  margin: 0px;
  font-family: var(--primaryfont);
  font-size: 14px;
  line-height: 20px;
  color: var(--themethirdclr);
}
.measuer-btn {
  display: none;
  gap: 16px;
  justify-content: center;
  align-items: center;

  margin: 0 auto;
  margin-top: 21px;

  background-color: var(--plainclr);
}

.measuer-btn .view-back,
.measuer-btn .view-proceed {
  width: 48.72%;
}

.measuer-btn .view-back button {
  border-radius: 10px;
  background-color: var(--plainclr);
  color: var(--themethirdclr);
  padding: 13px 24px;
  border: 1px solid var(--themethirdclr);
  font-size: 14px;
  font-family: var(--primaryfont);
  white-space: nowrap;
  text-transform: uppercase;
}
.measuer-btn .view-back button,
.measuer-btn .view-proceed button {
  width: 100%;
}
.measuer-btn .view-proceed button {
  border-radius: 10px;
  background-color: var(--themethirdclr);
  color: var(--plainclr);
  padding: 13px 50px;
  border: 1px solid var(--themethirdclr);
  font-size: 16px;
  font-family: var(--primaryfont);
  text-transform: uppercase;
}

/* chart section css */

.cal-container {
  padding-top: 0;
  position: relative;
}
.cal-container .cal-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5.861vw;
}

.cal-container .cal-wrapper .cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cal-wrapper .cal-heading .cal-header .size-chart-p {
  font-family: "Jost-Medium";
  color: #221f20;
  font-size: clamp(22.4px, calc(28 * (100vw / 1440)), 33.6px);
  line-height: clamp(25.2px, calc(31.5 * (100vw / 1440)), 37.8px);
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: left;
}
.cal-find-btn {
  min-width: 200px;
  background: linear-gradient(275.76deg, #221f20 -33.36%, #505050 139.52%);
  background-color: #221f20;
  outline: none;
  border: none;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(12.8px, calc(16 * (100vw / 1440)), 19.2px);
  line-height: clamp(18.496px, calc(23.12 * (100vw / 1440)), 27.744px);
  font-family: "Jost-Regular";
  font-weight: 400;
  letter-spacing: 1px;
  padding: 13px;
  cursor: pointer;
}
.cal-wrapper .cm-inch-btn {
  margin-top: 23px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.cal-wrapper .cal-subhead p {
  font-family: Jost;
  font-size: clamp(19.2px, calc(24 * (100vw / 1440)), 28.8px);
  font-weight: 400;
  line-height: clamp(25.2px, calc(31.5 * (100vw / 1440)), 37.8px);
  text-align: left;
}
.cal-wrapper .cal-chart-icons-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 5.3px;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
}

.cal-chart-icons-wrap .cal-chart-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cal-chart-icons-wrap .cal-chart-icons svg {
  width: 60px;
  height: auto;
  min-height: 60px;
}
.cal-chart-icons-wrap .cal-chart-icons p {
  color: #000;
  font-family: var(--primaryfont);
  font-size: clamp(19.2px, calc(24 * (100vw / 1440)), 28.8px);
  line-height: clamp(56.696px, calc(70.87 * (100vw / 1440)), 85.044px);
  font-style: normal;
  font-weight: 300;
  white-space: nowrap;
}
.cal-table .sizeChart {
  width: 100%;
  background-color: #eea4bd2b;
  border-radius: 10px;
  padding: 4px;
  border-spacing: 5px;
}

.cal-table .sizeChart tr td {
  white-space: nowrap;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #000;
  font-family: "Jost-Regular";
  font-size: clamp(16px, calc(16 * (100vw / 1920)), 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  padding: 5px 0;
  text-align: center;
}
.sizeChartCal-main .cal-table .sizeChart tr td:nth-child(1) {
  width: 31.18%;
}
.cal-table .sizeChart tbody tr {
  gap: 5.3px;
  justify-content: end;
}
.cal-table .sizeChart tbody {
  flex-direction: column;
  gap: 5.3px;
}
.cal-table .sizeChart td[data-even-rowcol] {
  border: 1px solid #eea4bd !important;
  background: #eea4bd0f !important;
}

.cal-wrapper .cal-table .sizeChart tr td:nth-child(1) {
  width: 31.18%;
}
.cal-table .sizeChart tr td:nth-child(2) {
  width: 40.19%;
}
.cal-wrapper .cal-table .sizeChart tr td {
  white-space: nowrap;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 7px !important;
  color: #000;
  font-family: "Jost-Regular";
  font-size: clamp(16px, calc(16 * (100vw / 1920)), 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  padding: 5px 0;
  text-align: center;
}
.cal-table .sizeChart {
  width: 100%;
  background-color: #eea4bd2b !important;
  border-radius: 10px;
  padding: 4px;
  border-spacing: 5px;
}

table {
  /* caption-side: bottom; */
  border-collapse: separate !important;
}
.cal-find {
  display: flex;
  justify-content: center;
  margin-top: 31px;
}
.font-bold {
  font-weight: 800;
}
.font-less-bold {
  font-weight: 400;
}
.font-opacity {
  opacity: 1;
}
.font-opacity-two {
  opacity: 0.5;
}
.form-check-input:checked {
  background-color: black !important;
  border-color: #000 !important;
}
.toggle-container .toggle-cm {
  margin-right: 10px;
  margin-top: -3px;
  font-size: 23px !important;
}
.toggle-container .toggle-inch {
  margin-top: -3px;
  margin-right: 5px;
  font-size: 23px !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll-hidden::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll-hidden {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Default button styles */
#unitToggle button {
  background-color: transparent;
  /* Bootstrap 'bg-danger' */
  color: white;
}

/* Active button styles when aria-pressed="true" */
#unitToggle button[aria-pressed="true"] {
  background-color: white !important;
  color: #212529 !important;
  /* Bootstrap 'text-dark' */
}

#jumpToInput {
  height: 4.236vw;
  width: 7.5vw !important;
  border-radius: 10px;
  box-shadow: 2.44px 4.88px 26.82px 0px #d4bbc2ad;
  border: none;
  font-size: 32px;
  font-family: "Jost-SemiBold";
}
#unitToggle {
  width: 100px;
  border-radius: 20px;
  justify-content: center;
}
#unitToggle .btn:active {
  border-color: transparent !important;
}
#unitToggle button {
  border-radius: 10px;
}
#prevBtn,
#nextBtn {
  border: 1px solid #000;
  /* background-color: transparent; */
}
#prevBtn,
#nextBtn:hover {
  background: transparent !important;
}
.summary-tab .summary-text {
  margin-top: 25px;
  margin-bottom: 12px;
}
.summary-text p {
  font-family: var(--primaryfont);
  font-size: clamp(19.2px, calc(24 * (100vw / 1440)), 28.8px);
  line-height: clamp(27.744px, calc(34.68 * (100vw / 1440)), 41.616px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #000000;
}
.summary-tab {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .result-details-container {
    display: flex;
    justify-content: center;
    gap: 22px;
  }
}
.summary-result {
  margin-bottom: 15px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.error-result {
  font-family: var(--primaryfont);
  font-weight: 400;
  font-size: 14px;
  color: #d95759;
}

@media only screen and (min-width: 1200px) {
  .result-details-container .summary-dt {
    width: 58.41%;
    margin: auto 0;
    max-width: clamp(
      311px,
      calc(311px + (59 * ((100vw - 1200px) / (1920 - 1200)))),
      370px
    );
  }
}
.summary-underbust p {
  color: #0000007d;
  padding-bottom: 14px;
  border-bottom: 1px solid #d4d4d4;
  width: 98%;
  margin: auto;
  display: grid;
  grid-template-columns: 126px 1fr 1fr;
  align-items: center;
}
.summary-wrapper
  :is(.summary-underbust p .summary-title, .summary-overbust p .summary-title) {
  text-align: left;
  font-size: clamp(19.2px, calc(24 * (100vw / 1440)), 28.8px);
  line-height: clamp(27.744px, calc(34.68 * (100vw / 1440)), 41.616px);
  font-weight: 300;
  color: #0000007d;
}
.summary-wrapper .summary-underbust p .value {
  color: rgb(217, 87, 89);
  font-family: var(--primaryfont);
  text-align: left;
  font-size: clamp(19.2px, calc(24 * (100vw / 1440)), 28.8px);
  line-height: clamp(27.744px, calc(34.68 * (100vw / 1440)), 41.616px);
  font-weight: 500;
  min-width: 110px;
}

.summary-wrapper :is(.summary-underbust, .summary-overbust) .edit-btn {
  justify-self: end;
  background: no-repeat;
  border: none;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 3px;
  background: #edf4f9;
  color: #006ba7;
  font-family: var(--primaryfont);
  font-size: clamp(11.2px, calc(14 * (100vw / 1440)), 16.8px);
  line-height: clamp(16.184px, calc(20.23 * (100vw / 1440)), 24.276px);
}
.summary-wrapper .summary-overbust p {
  gap: 20px;
}
.summary-wrapper .summary-underbust p {
  gap: 20px;
}
.summary-wrapper .summary-overbust p {
  color: #0000007d;
  padding-top: 14px;
  width: 98%;
  margin: auto;
  display: grid;
  grid-template-columns: 126px 1fr 1fr;
  align-items: center;
}
.summary-wrapper .summary-overbust p .value {
  color: #000;
  font-family: var(--primaryfont);
  text-align: left;
  font-size: clamp(19.2px, calc(24 * (100vw / 1440)), 28.8px);
  line-height: clamp(27.744px, calc(34.68 * (100vw / 1440)), 41.616px);
  font-weight: 500;
  min-width: 110px;
}

.summary-subtext p {
  font-size: clamp(16px, calc(20 * (100vw / 1440)), 24px);
  font-family: var(--primaryfont);
  color: #221f20;
  margin-top: 20px;
  line-height: clamp(17.176px, calc(21.47 * (100vw / 1440)), 25.764px);
  font-weight: 400;
}

#accordionExample .accordion-item:not(:first-of-type) {
  border-top: 1px solid #dee2e6 !important;
}

/* new form css  */
.form-container {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

.form-control:focus {
  border-color: var(--themethirdclr);
  box-shadow: var(--themeprimaryclr);
}

.submit-btn {
  background-color: var(--themesecondaryclr);
  border: none;
  color: #fff;
}

.submit-btn:hover {
  background-color: var(--themeprimaryclr);
  color: #fff;
}
.submit-btn:active {
  background-color: var(--themeprimaryclr);
  color: #fff;
}
.form-tab {
  padding: 2rem;
}
