body {
  font-family: 'ProximaNova-Regular' !important;
}

.font-primary-bold {
  font-family: 'ProximaNova-Bold' !important;
}

.font-primary-regular {
  font-family: 'ProximaNova-Regular' !important;
  ;
}

.header-text {
  font-family: 'ProximaNova-Bold';
}

.short-description-text {
  font-family: 'ProximaNova-Regular';
}

.long-description-text {
  font-family: 'ProximaNova-Regular';
}

p a {
  color: #0054ff;
  text-decoration: underline;
}

.h-40 {
  height: 10rem;
}

.h-12{
  height: 3rem;
}

.b-3{
  bottom: 3pt;
}

.letter-spacing-0{
  letter-spacing: 0px;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.lg\:fs-36 {
  font-size: 36pt;
}

.lg\:fs-26 {
  font-size: 26pt;
}

.lg\:fs-18 {
  font-size: 18pt;
}

.object-fit{
  object-fit:contain ;
}

.active {
  border-bottom: #ffffff solid 2px; 
  color: #ffffff;
  display: inline-flex;
  transform: var(--tw-transform);
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

@media screen and (min-width: 1024px) {
  
  .lg\:grid {
    grid-template-columns: repeat(2, 1fr); /* Two equal columns */
    display: grid;
  }

  .md\:block {
    display: block;
  }

}

@media screen and (max-width: 1024px) {
  
  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:w-100{
    width: 100%;
  }

  .lg\:w-50{
    width: 50%;
  }
}

@media (max-width: 640px) {
  .sm\:custome-input {
    border-radius: 30px;
    padding: 13px 25px;
    border: none;
    font-size: 16pt;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm-pt11 {
    padding-top: 11rem;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:pt-3x {
    padding-top: 3px;
  }

  .sm\:custome-textarea {
    border-radius: 30px;
    padding: 17px 25px;
    border: none;
    font-size: 16pt;
  }

  .sm\:fs-26 {
    font-size: 26pt;
  }

  .sm\:fs-20 {
    font-size: 20pt;
  }

  .sm\:fs-16 {
    font-size: 16pt;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-32x {
    height: 32px;
  }

  .sm\:pb-12 {
    padding-bottom: 12rem;
  }

  .sm\:hr-\[\#0054ff\] {
    border: 0;
    height: 1px;
    background-color: #0054ff;
  }

  .sm\:hr-\[\#b4b4b4\] {
    border: 0;
    height: 1px;
    background-color: #b4b4b4;
  }

  .sm\:bg-white-mobile {
    background-color: #ffffff;
  }

  .sm\:box-shadow-top {
    box-shadow: 0 -20px 10px rgba(255, 255, 255, 0.795);
  }

  .sm\:block-mobile {
    display: block;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  .popup-content {
    padding: 15px; /* Slightly smaller padding for mobile */
    min-width: 80%; /* Allow popup content to use more screen space */
    max-width: 90%;
  }

  .checkmark {
    font-size: 40px; /* Adjust the checkmark size for smaller screens */
    margin-bottom: 10px;
  }

  .close-btn {
    font-size: 25px; /* Smaller close button */
    top: 3%;
    right: 5%;
  }

  .popup-content p {
    font-size: 14px; /* Slightly smaller font size for mobile */
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:py-6 {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .sm\:container {
    max-width: 640px;
    padding-right: 0;
    padding-left: 0;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:w-60{
    width: 60%;
  }

  .sm\:w-100{
    width: 100%;
  }

  .sm\:w-fit{
    width: fit-content;
  }

  .sm\:w-8 {
    width: 2rem;
  }
}

.pr-10x {
  padding-right: 10px;
}

.form-control {
  border-radius: 30px;
  padding: 13px 25px;
  border: none;
  font-size: 16pt;
}

.form-control::placeholder {
  color: #0054ff;
  font-family: 'ProximaNova-Bold' !important;
}

.autofit-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px; /* Adjust the gap size as needed */
}

/* Popup container */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* When popup is shown */
.popup.show {
  display: flex;
}

/* Popup content */
.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  min-width: 250px;
  height: 150px;
}

.popup-content img {
  height: 50px;
  margin-top: 8px;
}
/* Checkmark icon */
.checkmark {
  font-size: 50px;
  color: green;
  display: block;
  margin-bottom: 15px;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 2%;
  right: 7%;
  font-size: 30px;
  background: none;
  border: none;
  color: #aaa;
  cursor: pointer;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #333;
}

/* Success message */
.popup-content p {
  font-size: 16px;
  margin: 0;
  color: #333;
  margin-top: 8px;
}


.centered-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.justify-content-between{
  justify-content: space-between;
}

.font-normal {
  font-weight: normal;
}

.side-icon {
  width: 33px;
  height: 24px;
}

.w-32 {
  width: 32px
}

.ml-5x {
  margin-left: 5px;
}

.absolute-top-right-close {
  position: absolute;
  right: 20px;
  top: 40px;
}

.w-50{
  width: 50%;
}

.w-fit{
  width: fit-content;
}

.grid-cols-60-40 {
  display: grid;
  grid-template-columns: 57% 43%;
  gap: 0rem;
}

.align-center {
  align-items: center;
  align-self: center;
}

.product-scroll-margin {
  scroll-margin-top: 110px;
}
