.color-white {
    color: #FFFFFF !important;
}

.color-inherit {
    color: inherit;
}

.color-success {
    color: var(--primary-success-color);
}

.text-danger {
    color: red;
    font-size: 14px;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.bg-grey {
    background-color: var(--text-color-grey) !important;
}

.bg-transparent::placeholder {
	color: #FFFFFF;
	opacity: 1;
}

.strike-out {
    text-decoration: line-through;
    font-weight: normal;
}

.no-underline {
    text-decoration: none;
}

.no-border-radius {
    border-radius: 0 !important;
}

.no-list-style {
    list-style: none;
}

.font-italic {
    font-style: italic;
}

.common-size-12 {
    font-size: 12px;
}

.common-size-14 {
    font-size: 14px !important;
}

.common-size-16 {
    font-size: 16px;
}

.common-size-18 {
    font-size: 18px;
}

.common-size-20 {
    font-size: 20px;
}

@media (max-width: 991px) {
    .common-size-18 {
        font-size: 16px;
    }
    .common-size-20 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .common-size-30 {
        font-size: 30px;
    }
    .common-size-25 {
        font-size: 25px;
    }
}

.common-size-42 {
    font-size: 42px;
}

@media (max-width: 991px) {
    .common-size-42 {
        font-size: 22px;
    }
}

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

.common-weight-600 {
    font-weight: 600;
}

.common-weight-700 {
    font-weight: 700;
}

.common-mt-20 {
    margin-top: 20px !important;
}

.common-mt-50 {
    margin-top: 50px !important;
}

.common-mt-60 {
    margin-top: 60px !important;
}

.common-mb-50 {
    margin-bottom: 50px !important;
}

.common-pt-50 {
    padding-top: 50px;
}

.custom-bottom-20 {
    bottom: 20px;
}

.star-rating {
    color: var(--star-color);
}

.top-left-rounded {
    border-top-left-radius: 230px;
}

.bottom-left-rounded {
    border-bottom-left-radius: 230px;
}

.top-right-rounded {
    border-top-right-radius: 230px;
}

.bottom-right-rounded {
    border-bottom-right-radius: 230px;
}

@media (min-width: 992px) {
    .justify-content-desktop {
        justify-content: center;
    }
    .full-width-desktop {
        width: 100%;
    }
    .width-90-desktop {
        width: 90%;
    }
    .three-quaters-width-desktop {
        width: 75%;
    }
    .half-width-desktop {
        width: 55%;
    }
    .text-center-desktop {
        text-align: center;
    }
    .justify-end-desktop {
        justify-content: end;
    }
    .mb-minus-desktop {
        margin-bottom: -30px;
    }
    .only-mobile {
        display: none !important;
    }
    .padding-top50-desktop {
        padding-top: 50px;
    }
    .pos-absolute-desktop {
        position: absolute;
    }
}

@media (max-width: 991px) {
    .half-width-mobile {
        width: 50% !important;
    }
    .nav-link {
        font-size: 14px;
    }
    .extra-small-text-mobile {
        font-size: 11px;
    }
    .display-flex-mobile {
        display: flex !important;
    }
    .flex-column-mobile {
        flex-direction: column !important;
    }
    .flex-column-reverse-mobile {
        flex-direction: column-reverse !important;
    }
    .gap-10-mobile {
        gap: 10px;
    }
    .glass-bg-mobile {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        /* color: #fff; */
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    }
    .full-width-mobile {
        width: 100% !important;
        max-width: 100% !important;
    }
    .medium-container-mobile {
        width: 75%;
        margin: 0 auto;
    }
    .only-desktop {
        display: none !important;
    }
    .column-reverse-mobile {
        flex-direction: column-reverse;
    }
    .margin-top-mobile {
        margin-top: 15px;
    }
    .margin-left-mobile {
        margin-left: 15px;
    }
    .padding-0-mobile {
        padding: 0 !important;
    }
    .padding-10-mobile {
        padding: 10px;
    }
    .padding-top-mobile {
        padding-top: 50px;
    }
    .text-center-mobile {
        text-align: center;
    }
    .justify-center-mobile {
        justify-content: center;
    }
    .justify-even-mobile {
        justify-content: space-evenly;
    }
    .justify-between-mobile {
        justify-content: space-between;
    }
    .home-btn-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 15px;
    }
    .modal-header {
        padding: 5px;
        font-size: 18px;
    }
    .modal-title {
        font-size: 18px;
    }
}

.default-container {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

.default-small-container {
    display: block;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .default-small-container {
        max-width: 60%;
    }
}

.default-medium-container {
    display: block;
    max-width: 70%;
    margin: 0 auto;
}

.add-flex-row {
    display: flex;
    flex-direction: row;
}

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

.justify-center {
    justify-content: center;
    align-items: center;
}

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

.cta-btn {
    height: 40px;
    width: 105px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: var(--primary-text-color);
    background: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .cta-btn {
        width: 150px;
    }
}

.fill-btn {
    background-color: var(--secondary-text-color);
    color: var(--text-color-light);
    border: 1px solid var(--secondary-text-color);
}

.fill-btn-white {
    background-color: var(--text-color-light);
}

.scroll-btn {
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
}

.float-right {
    float: right;
}

.request-modal-header {
    position: absolute;
    top: -20px;
    right: -20px;
    border: 0;
}

/* Full-screen overlay */
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.spinner-border {
  background-image: linear-gradient(270deg, #512763 0%, #00807e 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.custom-alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.alert-content {
  width: 50%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}

.alert-icon {
  width: 175px;
}

.alert-content button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.alert-content button:hover {
  background-color: #0056b3;
}

.badge-icon {
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
  color: #007bff;
  border-radius: 50%;
  padding: 5px;
  z-index: 1;
  /* width: 90px; */
  /* height: 90px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-border {
    border: 1px solid #CBDCFF;
    border-radius: 25px;
}

.common-border-bottom {
    border-bottom: 1px solid #CBDCFF;
}

.primary-text,
.primary-text:hover {
    color: var(--primary-text-color);
}

.secondary-bg {
    background-color: var(--secondary-background-color);
}

.secondary-text {
    color: var(--secondary-text-color);
}

.grey-text {
    color: var(--text-color-grey);
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vertical-end {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}