@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body { font-family: "Inter", sans-serif;  font-weight: 400; font-style: normal; font-size:16px; }
nav { font-size:1em; }
footer, .font14 { font-size:0.875em; }
.font60 { font-size:3.75em; }
.font36 { font-size:2.25em; }
.font30 { font-size:1.875em; }
.font20 { font-size:1.25em; }
.font14 { font-size:0.8em; }
.font12 { font-size:0.75em; }
.font8 { font-size:0.33em; }
@media (max-width: 767.98px) {
    body { font-size: 14px!important; }
    .font60 { font-size:1.75em!important; }
    .font36 { font-size:1.25em!important; }
    .font30 { font-size:1.2em!important; }
    .font20 { font-size:1.1em!important; }
    .font14 { font-size:0.875em!important; }
    .font12 { font-size:0.8em!important; }
    .font8 { font-size:0.7em!important; }
    .col-custom-5 { width: 50%!important; text-align: center; }
}

.w-75-lg { width: 100%; }
.w-50-lg { width: 100%; }
@media (min-width: 992px) {
    .w-75-lg { width: 75%; }
    .w-50-lg { width: 50%; }
}

.custom-col-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.inter-600 { font-family: "Inter", sans-serif;  font-weight: 600; font-style: normal; }
.inter-800 { font-family: "Inter", sans-serif;  font-weight: 800; font-style: normal; }
.container { max-width: 1440px; }
a { text-decoration: none; color:black;}
a:hover { text-decoration: none; color:#7F56D9!important;}
a:hover.button { text-decoration: none; color:#fff!important;}
.navbar-toggler { border: none; }
.width1024 { max-width:1024px; }
.width768 { max-width:768px; }
.col-custom-5 { width: 20%; }
.grey { color: #7d7e885c; }
.lightGrey { color: #D0D0D0; }
.purple { color:#7F56D9!important; }
.black { color:#000!important; }
.backgroundGrey { background-color:#F9FAFB; }
.backgroundBlue { background-color:#F9F5FF; }
.paddingSection { padding-top: 100px; padding-bottom: 100px; }
.rounded { border-radius: 16px!important; }
.rounded7 { border-radius: 7px!important; }
.mt-6 { margin-top: 5rem !important; }
.cantSee { display:none; }
a.purpleText { color:#7F56D9!important; }
label {color: #6e6e6e !important;}

/* Custom CSS accordion  */
.accordion-button:not(.collapsed) { background-color: #fff; box-shadow: none; }
.accordion-item { border: none; }
.accordion-button { border: none; }
.accordion-collapse { border: none; }
.accordion-button:focus { box-shadow: none; }
.accordion-item { border-bottom: 1px solid #dee2e6; }
.accordion-button { font-weight: bold; }
.accordion-body { padding-left: 40px; padding-top: 0px; padding-right: 5px; padding-bottom: 10px; }
.mobile.accordion-body { padding-left: 0px; padding-top: 0px; padding-right: 5px; padding-bottom: 10px; }
.mobile.accordion-item { border: none!important; }

#offer,#pricing { scroll-behavior: smooth; }
.underline-with-padding { text-decoration: underline; text-underline-offset: 1em; font-size: 1.25em; }
.hide { display:none!important; }
.table-striped tbody tr:nth-of-type(odd) { background-color: #F9FAFB!important; }

.file-drop-area { border: 2px dashed #ccc; padding: 20px; width: 100%; text-align: center; margin: auto; background-color:#fff;}
.file-drop-area.dragover { border-color: #000;}
#file_input { display: none; }

.loading-overlay { position: fixed; top: 25%; left: 50%; transform: translateX(-50%); text-align: center; display: none;}
.loading-overlay img {  }

.table-wrapper {  border-radius: 0.375rem;  border: 1px solid #dee2e6;  overflow: hidden; }
.table-wrapper .table { margin-bottom: 0; }

input[type="text"]:read-only { background-color: #F9FAFB; }
input[type="email"]:read-only { background-color: #F9FAFB; }
::placeholder {  font-size: 0.8em;  }
.input-group-text { background-color: #F9F5FF; }

.cards-container1024 { max-width: 1024px; margin: 0 auto; }
.card { border: 1px solid #e9e8e8; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}
.card-header { border: none; background-color: white; margin-top: 1.5rem !important; }
.card-body { padding: 10px 20px; flex-grow: 1; display: flex; flex-direction: column;  }
.card-footer { border-top:none!important; background-color:#fff!important;}
.card-img { object-fit: cover; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 1;}
.fixed-height { height: 100%; }
.minHeight25 { min-height: 25px; }

.btn-primary { --bs-btn-bg: #7F56D9!important; --bs-btn-border-color: #7F56D9!important; --bs-btn-hover-bg: #6e4bc0!important; --bs-btn-hover-border-color: #6e4bc0!important; --bs-btn-active-bg: #6341a9!important; --bs-btn-active-border-color: #6341a9!important; --bs-btn-disabled-bg: #7F56D9!important; --bs-btn-disabled-border-color: #7F56D9!important;}
.btn-primary:focus, .btn-primary.focus { --bs-btn-focus-shadow-rgb: 127, 86, 217;}
a.btn-primary:hover, a.btn-primary.focus { color:#fff!important; }
.btn-white { background-color: #fff; border-color: #f5f5f5; color: #000; }
.btn-white:hover {  background-color: #faf9f9; border-color: #f5f5f5; color: #303030!important;}
a.btn-white { background-color: #fff!important; border-color: #f5f5f5!important; color: #000!important; }
a.btn-white:hover {  background-color: #faf9f9 !important; border-color: #f5f5f5 !important; color: #303030!important;}
.btn-transparent { background-color: transparent !important; border-color: #f5f5f5!important; color: #000!important; }
.btn-transparent:hover { background-color: rgba(0, 0, 0, 0.9);  border-color: #f5f5f5!important;  color: #303030!important; }
a.btn-transparent { background-color: transparent !important; border-color: #f5f5f5!important; color: #000!important; }
a.btn-transparent:hover { background-color: rgba(0, 0, 0, 0.9);  border-color: #f5f5f5!important;  color: #303030!important; }
.btn-group-sm>.btn, .btn-sm { --bs-btn-padding-y: 0.5rem!important; }

.accordion-button { display: flex; justify-content: space-between; align-items: center; padding-right: 1rem; }
.accordion-button.collapsed::after { background-image: url('../images/plus_icon.svg'); background-repeat: no-repeat; background-size: contain; content: '';  display: inline-block; width: 1.25rem; height: 1.25rem; }
.accordion-button:not(.collapsed)::after { background-image: url('../images/minus_icon.svg'); background-repeat: no-repeat; background-size: contain; content: ''; display: inline-block; width: 1.25rem; height: 1.25rem; }

.custom-select { position: relative; width: 100%; max-width: 300px; /* Adjust as needed */ border: 1px solid #ccc; cursor: pointer; user-select: none; background-color: #fff;}
.custom-select .selected-option { display: block; padding: 10px 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.custom-select .dropdown-list { display: none; position: absolute; top: 100%; left: 0; right: 0; background-color: #fff; border: 1px solid #ccc; box-shadow: 0 2px 5px rgba(0,0,0,0.1); z-index: 1000;}
.custom-select .option { padding: 10px 20px; cursor: pointer;}
.custom-select .option:hover { background-color: #f0f0f0;}
.custom-select .option i { margin-right: 10px;}

.table-striped > tbody > tr:nth-of-type(odd) { --bs-table-striped-bg: #F9FAFB; --bs-table-striped-color: #000000; }
.reducedLine { line-height: 1.2em; }

hr { border: none; border-top: 1px solid #dee2e6; }

.card-wrapper { display: none; }
.card { margin-bottom: 1rem; }
@media (max-width: 767.98px) {
    .table-wrapper { display: none; }
    .card-wrapper { display: block; }
}

.fa-stack.small { font-size: 0.85em; }