.logo-main {
  width: 110px;
  /* height:45px; */
}

.mr-0 {
  margin-right: calc(var(--spacing) * 0) !important/* 0rem = 0px */;
}

.ml-1 {
  margin-left: 4px;
}

.rounded-2xl {
  border-radius: 1rem /* 1rem = 16px */;
}

.h-12 {
  height: 3rem /* 3rem = 48px */;
}
.h-14 {
  height: 3.5rem /* 3rem = 48px */;
}
.h-13 {
  height: 3.25rem /* 3rem = 48px */;
}
.h-40 {
  height: 10rem /*calc(var(--spacing) * 40) 10rem = 160px */;
}

.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.w-full {
  width: 100%;
}

.max-w-64 {
  max-width: 16rem /*calc(var(--spacing) * 64) 16rem = 256px */;
}
.w-64 {
  width: 16rem /*calc(var(--spacing) * 64) 16rem = 256px */;
}

.cursor-pointer {
  cursor: pointer;
}

.h-20 {
  height: 5rem /* 5rem = 80px */;
}

.w-10 {
  width:  2.5rem /* 2.5rem = 40px */;
}



.w-10 {
  height:  2.5rem /* 2.5rem = 40px */;
}
 
 
.w-32 {
  width: 8rem /* 8rem = 128px */;
}

.rounded-3xl {
  border-radius: 1.5rem /* 1.5rem = 24px */;
}

.package-card-price {
  font-size: 30px;
}

.text-md {
  font-size: 15px /* 0.75rem = 12px */;
  /* line-height: var(--tw-leading, var(--text-xs--line-height) calc(1 / 0.75) ≈ 1.3333); */
}

.text-xs {
    font-size: 12px /* 0.75rem = 12px */;
    /* line-height: var(--tw-leading, var(--text-xs--line-height) calc(1 / 0.75) ≈ 1.3333); */
  }
  
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}


.z-0 {
  z-index: 0;
}

.pricingSide {
  position: sticky;
  top: 100px; /* Adjust based on navbar height */
}

.single-item, .tabContents {
  overflow: visible !important;
}

.h-4 {
  height: 1rem  /* 1rem = 16px */;
}

.w-4 {
  height: 1rem  /* 1rem = 16px */;
}

.faqs_title {
  text-transform: lowercase;
    display: inline-block;
}

.faqs_title::first-letter {
  text-transform: uppercase;
}