.bg-cover-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.box-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.min-h-100vh {
  min-height: 100vh;
}

.min-w-unset {
  min-width: unset !important;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.max-w-100 {
  max-width: 100%;
}

.section-padding {
  padding: 60px 0;
}
@media only screen and (max-width: 767.5px) {
  .section-padding {
    padding: 50px 0;
  }
}

.flex-1 {
  flex: 1;
}

@media only screen and (min-width: 768px) {
  .flex-md-1 {
    flex: 1;
  }
}

.no-decoration {
  text-decoration: none;
}

.no-list-style {
  list-style-type: none;
}

.box-shadow-to-bottom, .slick-slider.stylish-dots .slick-dots li.slick-active {
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
}

.overflow-hidden {
  overflow: hidden;
}

.table-layout-fixed {
  table-layout: fixed;
}

.cursor-pointer {
  cursor: pointer;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp1, .banner-search-box .banner-search-col .input-with-label-above > label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-mini {
  font-size: 12px;
}

.text-medium {
  font-size: 14px;
}

.text-regular, .form-label {
  font-size: 16px;
}
@media only screen and (max-width: 767.5px) {
  .text-regular, .form-label {
    font-size: 14px;
  }
}

.text-large {
  font-size: 18px;
}


.text-x-large {
  font-size: 20px;
}
@media only screen and (max-width: 767.5px) {
  .text-x-large {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575.5px) {
  .text-x-large {
    font-size: 16px;
  }
}

.mx-reverse-2 {
  margin-left: -8px;
  margin-right: -8px;
}

.mx-reverse-3 {
  margin-left: -15px;
  margin-right: -15px;
}

.rounded-lg, .single-category .featured-img {
  border-radius: 8px;
}

.rounded-xl {
  border-radius: 12px;
}

.rounded-xxl, .radio-btn-badge > input ~ .radio-btn-badge-title {
  border-radius: 16px;
}
.rounded-xxl.rounded-top, .radio-btn-badge > input ~ .rounded-top.radio-btn-badge-title {
  border-radius: 16px 16px 0 0 !important;
}

.stylish-scroll::-webkit-scrollbar, .table-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.stylish-scroll::-webkit-scrollbar-track, .table-box::-webkit-scrollbar-track {
  background-color: #DEF3F7;
  border-radius: 4px;
}
.stylish-scroll::-webkit-scrollbar-thumb, .table-box::-webkit-scrollbar-thumb {
  background-color: #0B1A57;
  border-radius: 4px;
}

.stylish-scroll-on-hover::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.stylish-scroll-on-hover::-webkit-scrollbar-track {
  background-color: #2F323F;
  border-radius: 4px;
}
.stylish-scroll-on-hover::-webkit-scrollbar-thumb {
  background-color: #2F323F;
  border-radius: 4px;
}
.stylish-scroll-on-hover:hover::-webkit-scrollbar-thumb {
  background-color: #f7f7f7;
}
.stylish-scroll-on-hover:hover::-webkit-scrollbar-thumb {
  background-color: #0B1A57;
}

.translate-y-n-1px {
  transform: translateY(-1px);
}

.translate-y-n-2px {
  transform: translateY(-2px);
}

.translate-y-n-3px {
  transform: translateY(-3px);
}

.translate-y-n-4px {
  transform: translateY(-4px);
}

.translate-y-n-5px {
  transform: translateY(-5px);
}

.translate-y-1px {
  transform: translateY(1px);
}

.translate-y-2px {
  transform: translateY(2px);
}

.translate-y-3px {
  transform: translateY(3px);
}

.translate-y-4px {
  transform: translateY(4px);
}

.translate-y-5px {
  transform: translateY(5px);
}

.hover-translate-y-n-5px {
  transition: 0.3s;
}
.hover-translate-y-n-5px:hover {
  transform: translateY(-5px);
}

.focus-outline-0:focus {
  outline: 0;
}

.transition {
  transition: 0.3s;
}

.no-bullets {
  list-style-type: none;
}

.no-before:before {
  display: none;
}

.no-after:after {
  display: none;
}

.box-24px {
  width: 24px;
  height: 24px;
}

.box-32px {
  width: 32px;
  height: 32px;
}

.box-44px {
  width: 44px;
  height: 44px;
}

.box-52px {
  width: 52px;
  height: 52px;
}

.box-70px {
  width: 70px;
  height: 70px;
}

/***************************************
    FONTS CLASSES
***************************************/
.font-inter-light {
  font-family: "Inter Light" !important;
}

.font-inter-regular {
  font-family: "Inter Regular" !important;
}

.font-inter-medium {
  font-family: "Inter Medium" !important;
}

.font-inter-semibold, .form-label {
  font-family: "Inter SemiBold" !important;
}

.font-bricolagegrotesque-light {
  font-family: "BricolageGrotesque Light" !important;
  font-weight: 300;
}

.font-bricolagegrotesque-regular {
  font-family: "BricolageGrotesque Regular" !important;
  font-weight: 400;
}

.font-bricolagegrotesque-medium {
  font-family: "BricolageGrotesque Medium" !important;
  font-weight: 500;
}

.font-bricolagegrotesque-semibold,
.form-label {
  font-family: "BricolageGrotesque SemiBold" !important;
  font-weight: 600;
}

.font-dm-serif-regular {
  font-family: "DMSerifText-Regular" !important;
  font-weight: 400;
}

/***************************************
    TEXT COLORS
***************************************/
.text-primary {
  color: #2F323F !important;
}

.text-secondary {
  color: #2B2F30 !important;
}

.text-sky {
  color: #70C5D8 !important;
}

.text-lightsky {
  color: #DEF3F7 !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-lightgrey {
  color: #f7f7f7 !important;
}

.text-bs-lightgrey {
  color: #dee2e6 !important;
}

.text-grey {
  color: #3C3C43 !important;
}

.text-grey2 {
  color: #E2E2E2 !important;
}

.text-grey-for-text, .calendar-table tr:nth-child(2) td {
  color: rgba(60, 60, 67, 0.6) !important;
}

.text-success {
  color: #18C033 !important;
}

.text-danger {
  color: #D54D4D !important;
}

.text-warning {
  color: #D2952E !important;
}

.text-zink {
  color: #D2952E !important;
}

/***************************************
    TEXT HOVER COLORS
***************************************/
.hover-text-primary:hover {
  color: #2F323F !important;
}

.hover-text-secondary:hover {
  color: #0B1A57 !important;
}
.hover-text-secondary:hover svg path {
  fill: #0B1A57;
}

.hover-text-sky:hover {
  color: #FFF !important;
}
.hover-text-sky:hover svg path {
  fill: #FFF;
}

.hover-text-lightsky:hover {
  color: #DEF3F7 !important;
}

.hover-text-white:hover {
  color: #fff !important;
}

.hover-text-black:hover {
  color: #000 !important;
}

.hover-text-lightgrey:hover {
  color: #f7f7f7 !important;
}

.hover-text-bs-lightgrey:hover {
  color: #dee2e6 !important;
}

.hover-text-grey:hover {
  color: #3C3C43 !important;
}

.hover-text-grey2:hover {
  color: #E2E2E2 !important;
}

.hover-text-grey-for-text:hover {
  color: rgba(60, 60, 67, 0.6) !important;
}

.hover-text-success:hover {
  color: #18C033 !important;
}

.hover-text-danger:hover {
  color: #D54D4D !important;
}

.hover-text-warning:hover {
  color: #D2952E !important;
}

.hover-text-zink:hover {
  color: #D2952E !important;
}

/***************************************
    BACKGROUND COLORS
***************************************/
.bg-primary {
  background-color: #2F323F !important;
}

.bg-secondary {
  background-color: #0B1A57 !important;
}

.bg-lightsky {
  background-color: #DEF3F7 !important;
}

.bg-sky {
  background-color: #70C5D8 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-lightgrey, .service-card-horizontal {
  background-color: #f7f7f7 !important;
}

.bg-lightgrey2{
  background-color: #FBFAF9 !important;
}

.bg-bs-lightgrey {
  background-color: #dee2e6 !important;
}

.bg-grey {
  background-color: #3C3C43 !important;
}

.bg-grey2 {
  background-color: #E2E2E2 !important;
}

.bg-success {
  background-color: #18C033 !important;
}

.bg-danger {
  background-color: #D54D4D !important;
}

.bg-warning {
  background-color: #D2952E !important;
}

.bg-zink {
  background-color: #2297BA !important;
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

/***************************************
    BACKGROUND HOVER COLORS
***************************************/
.hover-bg-primary:hover {
  background-color: #2F323F !important;
}

.hover-bg-secondary:hover {
  background-color: #0B1A57 !important;
}

.hover-bg-lightsky:hover {
  background-color: #DEF3F7 !important;
}

.hover-bg-sky:hover {
  background-color: #70C5D8 !important;
}

.hover-bg-lightsky:hover {
  background-color: #DEF3F7 !important;
}

.hover-bg-white:hover {
  background-color: #fff !important;
}

.hover-bg-black:hover {
  background-color: #000 !important;
}

.hover-bg-lightgrey:hover {
  background-color: #f7f7f7 !important;
}

.hover-bg-bs-lightgrey:hover {
  background-color: #dee2e6 !important;
}

.hover-bg-grey:hover {
  background-color: #3C3C43 !important;
}

.hover-bg-grey2:hover {
  background-color: #E2E2E2 !important;
}

.hover-bg-success:hover {
  background-color: #18C033 !important;
}

.hover-bg-danger:hover {
  background-color: #D54D4D !important;
}

.hover-bg-warning:hover {
  background-color: #D2952E !important;
}

.hover-bg-zink:hover {
  background-color: #2297BA !important;
}

.hover-bg-transparent:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

/***************************************
    BORDERS
***************************************/
.border-primary {
  border-color: #2F323F !important;
}

.border-secondary {
  border-color: #0B1A57 !important;
}

.border-sky {
  border-color: #70C5D8 !important;
}

.border-lightsky {
  border-color: #DEF3F7 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-black {
  border-color: #000 !important;
}

.border-lightgrey {
  border-color: #f7f7f7 !important;
}

.border-grey {
  border-color: #3C3C43 !important;
}

.border-grey2 {
  border-color: #E2E2E2 !important;
}

.border-success {
  border-color: #18C033 !important;
}

.border-danger {
  border-color: #D54D4D !important;
}

.border-warning {
  border-color: #D2952E !important;
}

.border-zink {
  border-color: #D2952E !important;
}

.border-transparent {
  border-color: rgba(0, 0, 0, 0) !important;
}

/***************************************
    BORDERS ON HOVER
***************************************/
.hover-border-primary:hover {
  border-color: #2F323F !important;
}

.hover-border-secondary:hover {
  border-color: #0B1A57 !important;
}

.hover-border-lightsky:hover {
  border-color: #D0E4DF !important;
}

.hover-border-white:hover {
  border-color: #fff !important;
}

.hover-border-black:hover {
  border-color: #000 !important;
}

.hover-border-lightgrey:hover {
  border-color: #f7f7f7 !important;
}

.hover-border-grey:hover {
  border-color: #3C3C43 !important;
}

.hover-border-grey2:hover {
  border-color: #E2E2E2 !important;
}

.hover-border-success:hover {
  border-color: #18C033 !important;
}

.hover-border-danger:hover {
  border-color: #D54D4D !important;
}

.hover-border-warning:hover {
  border-color: #D2952E !important;
}

.hover-border-zink:hover {
  border-color: #D2952E !important;
}

.hover-border-transparent:hover {
  border-color: rgba(0, 0, 0, 0) !important;
}

@font-face {
  font-family: "Inter Light";
  src: url("./assets/fonts/Inter-Light.ttf");
}
@font-face {
  font-family: "Inter Regular";
  src: url("./assets/fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: "Inter Medium";
  src: url("./assets/fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: "Inter SemiBold";
  src: url("./assets/fonts/Inter-SemiBold.ttf");
}
@font-face {
  font-family: "BricolageGrotesque Light";
  src: url("./assets/fonts/BricolageGrotesque-Light.ttf");
}
@font-face {
  font-family: "BricolageGrotesque Regular";
  src: url("./assets/fonts/BricolageGrotesque-Regular.ttf");
}
@font-face {
  font-family: "BricolageGrotesque Medium";
  src: url("./assets/fonts/BricolageGrotesque-Medium.ttf");
}
@font-face {
  font-family: "BricolageGrotesque SemiBold";
  src: url("./assets/fonts/BricolageGrotesque-SemiBold.ttf");
}
@font-face {
  font-family: "DMSerifText-Regular";
  src: url("./assets/fonts/DMSerifText-Regular.ttf");
}
body {
  color: #2B2F30;
  background-color: #F6F3EF;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Inter Regular";
  min-height: 100vh;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #888;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h1,
.text-h1 {
  font-size: 54px;
}
@media only screen and (max-width: 1199.5px) {
  h1,
  .text-h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767.5px) {
  h1,
  .text-h1 {
    font-size: 36px;
  }
}

h2,
.text-h2 {
  font-size: 34px;
}
@media only screen and (max-width: 1199.5px) {
  h2,
  .text-h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.5px) {
  h2,
  .text-h2 {
    font-size: 28px;
  }
}

h3,
.text-h3 {
  font-size: 28px;
}
@media only screen and (max-width: 767.5px) {
  h3,
  .text-h3 {
    font-size: 24px;
  }
}

h4,
.text-h4 {
  font-size: 24px;
}
@media only screen and (max-width: 767.5px) {
  h4,
  .text-h4 {
    font-size: 22px;
  }
}

h5,
.text-h5 {
  font-size: 20px;
}

h6,
.text-h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter SemiBold";
  font-weight: 600;
}

a {
  display: inline-block;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

span {
  display: inline-block;
}

/*************************************
    FORM CONTROL FIELD
*************************************/
.form-control {
  padding: 0.5rem 0.75rem !important;
  transition: 0.3s;
  transition-timing-function: ease-in;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form-control[type=number] {
  -moz-appearance: textfield;
}
.form-control[type=password] {
  padding-right: 2.5rem !important;
}
.form-control ~ .input-group-addon {
  position: absolute;
  right: 15px;
  top: 15px;
}
.form-control ~ .input-group-addon i {
  color: #5F6368;
}
.form-control.mobile-code {
  padding-left: 100px !important;
}

.form-control,
.form-select {
  background-color: #f7f7f7;
  height: 48px !important;
  border-radius: 8px;
  border-color: #f7f7f7;
  transition: 0.3s;
  transition-timing-function: ease-in;
}
.form-control:focus,
.form-select:focus,
.form-control-white {
  box-shadow: none;
  border: 1px solid #0B1A57;
  background-color: #fff;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: rgba(60, 60, 67, 0.6);
}
.form-control::placeholder,
.form-select::placeholder {
  color: rgba(60, 60, 67, 0.6);
}
.form-control[readonly]:focus,
.form-select[readonly]:focus {
  border-color: #f7f7f7;
}

.form-control.form-control-mini,
.form-select.form-select-mini {
  height: 30px !important;
}

textarea.form-control {
  min-height: 120px;
}

.form-select {
  cursor: pointer;
}
.form-select.bg-secondary {
  color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.form-select.bg-secondary option {
  background-color: #fff;
  color: #2F323F;
}

.input-group .input-group-text {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  border-radius: 8px 0 0 8px;
}
.input-group .input-group-text.rounded-end {
  border-radius: 0 8px 8px 0 !important;
}
.input-group .input-group-text img {
  max-height: 25px;
}
.input-group .form-control:focus {
  border-left: 1px solid #0B1A57;
}
.input-group .form-control ~ .input-group-text {
  border-radius: 0 8px 8px 0;
}

.field-with-icon {
  position: relative;
}
.field-with-icon .field-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  display: flex;
}
.field-with-icon .field-icon img,
.field-with-icon .field-icon svg {
  max-width: 18px;
  max-height: 18px;
}
.field-with-icon .form-control {
  padding-left: 40px !important;
}
.field-with-icon.icon-end .field-icon {
  left: unset;
  right: 12px;
}
.field-with-icon.icon-end .form-control {
  padding-left: 0.75rem !important;
  padding-right: 40px !important;
}

.form-check .form-check-input[type=radio] {
  width: 24px;
  height: 24px;
  transform: translateY(-3px);
}
.form-check .form-check-input[type=radio]:checked {
  background-color: #2B2F30;
  border: 0;
}
.form-check .form-check-input[type=radio] ~ .form-check-label {
  padding-left: 12px;
  transform: translateY(2px);
}
.form-check .form-check-input[type=checkbox] {
  width: 24px;
  height: 24px;
  transform: translateY(-3px);
}
.form-check .form-check-input[type=checkbox]:checked {
  background-color: #2B2F30;
  border: 0;
}
.form-check .form-check-input[type=checkbox] ~ .form-check-label {
  padding-left: 12px;
  transform: translateY(2px);
}

.form-switch .form-check-input {
  transition: 0.3s;
  height: 28px !important;
  width: 52px !important;
  background-color: #2F323F;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-color: #0B1A57 !important;
  border-color: #0B1A57 !important;
}

/*************************************
    OTHERS
*************************************/
@media only screen and (min-width: 576px) {
  .border-sm {
    border-width: 1px;
    border-style: solid;
  }
}

@media only screen and (min-width: 768px) {
  .border-md {
    border-width: 1px;
    border-style: solid;
  }
}

@media only screen and (min-width: 992px) {
  .border-lg {
    border-width: 1px;
    border-style: solid;
  }
}

.modal {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.modal.show {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.modal-content {
  border-radius: 12px;
}

@media only screen and (max-width: 575.5px) {
  .modal .modal-dialog.modal-dialog-centered {
    transform: translate(0, 100%);
    min-height: calc(100% - 0rem);
    margin: 0;
    align-items: end;
  }
}
@media only screen and (max-width: 575.5px) {
  .modal .modal-dialog.modal-dialog-centered .modal-content {
    border: 0;
    border-radius: 12px 12px 0 0;
  }
}
@media only screen and (max-width: 575.5px) {
  .modal.show .modal-dialog {
    transform: none;
    padding-top: 24px;
  }
}

@media only screen and (max-width: 767.5px) {
  .accordion-body {
    padding: 16px;
  }
}

.offcanvas {
  height: 100vh;
}

/**************************************
    BUTTONS
**************************************/
.btlr-btn {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  padding: 12px 70px;
  gap: 12px;
  min-width: 100px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid transparent;
}

.btlr-btn-sm{
  font-size: 14px;
  line-height: 18px;
  padding : 9px 16px 9px 14px;
  border-radius: 6px;
  gap : 4px;
}

@media only screen and (max-width: 767.5px) {
  .btlr-btn {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.btlr-btn:focus {
  box-shadow: none !important;
}
.btlr-btn.btlr-btn-secondary {
  background-color: #2B2F30;
  color: #fff;
  box-shadow: 
    0px 76px 21px rgba(88, 90, 90, 0),   /* 0% */
    0px 49px 19px rgba(88, 90, 90, 0.02), /* 2% */
    0px 27px 16px rgba(88, 90, 90, 0.08), /* 8% */
    0px 12px 12px rgba(88, 90, 90, 0.14),   /* 14% */
    0px 3px 7px rgba(88, 90, 90, 0.16);   /* 16% */
}
.btlr-btn.btlr-btn-secondary:hover,
.btlr-btn.btlr-btn-secondary:active {
  background-color: #EBCA53;
  color: #2B2F30;
}

.btlr-btn.btlr-btn-secondary img{
  filter: brightness(0) invert(1);
}
.btlr-btn.btlr-btn-secondary:hover img,
.btlr-btn.btlr-btn-secondary:hover img {
    filter: brightness(50) invert(1);
}

.btlr-btn.btlr-btn-secondary[disabled] img{
  filter : none;
}

.btlr-btn.btlr-btn-secondary2 {
  background-color: #0B1A57;
  color: #fff;
  border-color: #0B1A57;
}
.btlr-btn.btlr-btn-primary {
  background-color: #2F323F;
  color: #fff;
  border-color: #2F323F;
}
.btlr-btn.btlr-btn-sky {
  background-color: #DAB223;
  color: #2B2F30;
}
.btlr-btn.btlr-btn-lightgrey {
  background-color: #f7f7f7;
  color: rgba(60, 60, 67, 0.6);
  border-color: #f7f7f7;
}
.btlr-btn.btlr-btn-grey {
  background-color: #3C3C43;
  color: rgba(60, 60, 67, 0.6);
  border-color: #3C3C43;
}
.btlr-btn.btlr-btn-grey2 {
  background-color: #E2E2E2;
  color: rgba(60, 60, 67, 0.6);
  border-color: #E2E2E2;
}
.btlr-btn.btlr-btn-danger {
  background-color: #D54D4D;
  color: #fff;
  border-color: #D54D4D;
}
.btlr-btn.btlr-btn-outline-secondary {
  border-color: #2B2F30;
  color: #2B2F30;
  background-color: transparent;
}
.btlr-btn.btlr-btn-outline-secondary > svg path {
  transition: 0.3s;
}
.btlr-btn.btlr-btn-outline-secondary:active,
.btlr-btn.btlr-btn-outline-secondary:hover {
  background-color: #EBCA53;
  border-color: #EBCA53;
  color: #2B2F30;
}
.btlr-btn.btlr-btn-outline-secondary:hover > svg path {
  fill: #fff;
}
.btlr-btn.btlr-btn-outline-secondary.dropdown-toggle.show {
  color: #0B1A57;
  background-color: #fff;
  border-color: #0B1A57;
}
.btlr-btn.btlr-btn-outline-secondary.dropdown-toggle.show:hover {
  background-color: #0B1A57;
  color: #fff;
}
.btlr-btn.btlr-btn-outline-secondary.dropdown-toggle.show:hover > svg path {
  fill: #fff;
}
.btlr-btn.btlr-btn-outline-secondary2 {
  border-color: #0B1A57;
  color: #0B1A57;
  background-color: #fff;
}
.btlr-btn.btlr-btn-outline-secondary2 > svg path {
  transition: 0.3s;
}
.btlr-btn.btlr-btn-outline-secondary2:hover {
  background-color: #0B1A57;
  color: #fff;
}
.btlr-btn.btlr-btn-outline-secondary2:hover > svg path {
  fill: #fff;
}
.btlr-btn-outline-secondary img{
  transition: 0.3s;
}
.btlr-btn-outline-secondary:hover img{
  filter: brightness(50) invert(1);
}
.btlr-btn.btlr-btn-square {
  width: 40px;
  height: 40px;
  padding: 4px;
  align-items: center;
  justify-content: center;
  min-width: unset;
}
.btlr-btn[disabled] {
  background-color: #E2E2E2 !important;
  color: rgba(60, 60, 67, 0.6) !important;
  border-color: #E2E2E2 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

/*******************************
    DROPDOWN
*******************************/
.btlr-dropdown > button.btn {
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid #0B1A57;
  background-color: #f7f7f7;
  position: relative;
  padding-right: 50px;
  background-color: #fff;
}
.btlr-dropdown > button.btn:focus {
  box-shadow: unset !important;
}
.btlr-dropdown > button.btn::after {
  width: 16px;
  height: 9px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("./assets/images/svgIcons/arrow-down-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0 !important;
}
.btlr-dropdown > .dropdown-menu {
  border-radius: 8px;
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #0B1A57;
  min-width: 100%;
}
.btlr-dropdown > .dropdown-menu > li {
  padding: 8px 0;
  border-bottom: 1px solid #D0E4DF;
}
.btlr-dropdown > .dropdown-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #0B1A57;
}
.btlr-dropdown > .dropdown-menu > li:last-child {
  border-bottom: 0;
}

/*******************************
    BULLETED LIST
*******************************/
.bulleted-list {
  list-style-type: none;
  position: relative;
}
.bulleted-list:before {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 7px;
  background-color: #D0E4DF;
}
.bulleted-list li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 16px;
}
.bulleted-list li:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 5px solid #0B1A57;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
.bulleted-list li:last-child {
  margin-bottom: 0;
}

/*******************************
    HAMBURGER
*******************************/
.hamburger {
  width: 30px;
  position: relative;
  height: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 340px) {
  .hamburger {
    width: 30px;
  }
}
.hamburger .line {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #0B1A57;
  transition: 0.3s;
  border-radius: 4px;
}
.hamburger .line1 {
  width: 100%;
  top: 0;
}
.hamburger .line2 {
  width: 18px;
  top: 7px;
  opacity: 1;
  visibility: visible;
}
.hamburger .line3 {
  width: 24px;
  top: 14px;
}

#btlr-web-header.menu-btn-clicked .hamburger .line1 {
  top: 9px;
  transform: rotate(-45deg);
}
#btlr-web-header.menu-btn-clicked .hamburger .line2 {
  transform: translateX(0px);
  opacity: 0;
  visibility: hidden;
  top: 9px;
}
#btlr-web-header.menu-btn-clicked .hamburger .line3 {
  top: 9px;
  transform: rotate(45deg);
  width: 100%;
}

/**************************************
    CARDS
**************************************/
.simple-card {
  border: 1px solid #DEF3F7;
}
.simple-card .simple-card-banner {
  height: 144px;
}
.simple-card .simple-card-body .card-description p:last-child {
  margin-bottom: 0;
}
.simple-card .a.add-service-btn {
  display: inline-flex;
}
.simple-card .remove-service-btn {
  display: none;
}
.simple-card.active {
  border: 2px solid #0B1A57;
}
.simple-card.active .add-service-btn {
  display: none;
}
.simple-card.active .remove-service-btn {
  display: inline-flex;
}

.user-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #DEF3F7;
  background-color: #fff;
}
.user-card input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.user-card:has(input:checked) {
  border: 1px solid #0B1A57;
  background-color: #DEF3F7;
}

.service-card {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #2F323F;
}
.service-card .service-card-banner {
  height: 200px;
  position: relative;
}
@media only screen and (max-width: 767.5px) {
  .service-card .service-card-banner {
    height: 174px;
  }
}
.service-card .service-card-banner .banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-card .service-card-banner .banner-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.service-card .service-card-body {
  padding: 24px;
  background-color: #fff;
}
@media only screen and (max-width: 767.5px) {
  .service-card .service-card-body {
    padding: 16px;
  }
}
.service-card:hover {
  color: #2F323F;
}

.service-card-horizontal {
  display: flex;
  flex-wrap: wrap;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767.5px) {
  .service-card-horizontal {
    border-radius: 8px;
  }
}
.service-card-horizontal .service-card-banner {
  height: 180px;
  width: 180px;
  padding: 16px;
  position: relative;
}
@media only screen and (max-width: 767.5px) {
  .service-card-horizontal .service-card-banner {
    height: unset;
    width: 110px;
    padding: 8px;
  }
}
.service-card-horizontal .service-card-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-card-horizontal .card-description {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.5px) {
  .service-card-horizontal .card-description {
    width: 100%;
    padding: 12px;
  }
}
.service-card-horizontal .card-description .top {
  flex: 1;
  margin-bottom: 16px;
}
.service-card-horizontal .card-description .bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.radio-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #DEF3F7;
}
.radio-card input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.radio-card:has(input:checked) {
  border: 1px solid #0B1A57; /* Change border color when checked */
}

/**************************************
    INLINE LIST
**************************************/
.inline-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

/**************************************
    SERVICE FINDER FORM
**************************************/
.banner-search-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 16px 8px 8px;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}
@media only screen and (max-width: 767.5px) {
  .banner-search-box {
    gap: 16px;
    padding: 16px;
    position: static;
  }
}
.banner-search-box .banner-search-col {
  flex: 1;
}
@media only screen and (max-width: 767.5px) {
  .banner-search-box .banner-search-col {
    width: 100%;
    flex: unset;
    border-right: 0;
    position: relative;
  }
}
.banner-search-box .banner-search-col .input-with-label-above {
  position: relative;
  width: 100%;
}
.banner-search-box .banner-search-col .input-with-label-above > label {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.banner-search-box .banner-search-col .input-with-label-above > input {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #fff;
  padding: 0;
  height: 70px;
  padding: 30px 8px 8px;
  border-radius: 6px;
  width: 100%;
  transition: 0.3s;
}
.banner-search-box .banner-search-col .input-with-label-above > input:focus {
  border: 1px solid #0B1A57;
  background-color: #f7f7f7;
  outline: 0;
}
.banner-search-box .banner-search-col .input-with-label-above > input::-moz-placeholder {
  color: #2F323F;
}
.banner-search-box .banner-search-col .input-with-label-above > input::placeholder {
  color: #2F323F;
}
@media only screen and (max-width: 767.5px) {
  .banner-search-box .banner-search-col .input-with-label-above > input {
    background-color: #f7f7f7;
  }
}
.banner-search-box .banner-search-col.inner1:after {
  content: "";
  width: 1;
  height: 40px;
  border-right: 1px solid #E2E2E2;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.5px) {
  .banner-search-box .banner-search-col.inner1:after {
    display: none;
  }
}
.banner-search-box .banner-search-col.inner3 {
  width: 100px;
  flex: unset;
  display: flex;
  align-items: center;
}
.banner-search-box .banner-search-col.inner3 .btlr-btn {
  height: 48px;
}
@media only screen and (max-width: 767.5px) {
  .banner-search-box .banner-search-col.inner3 {
    width: 100%;
  }
}
.banner-search-box .banner-search-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index: 1;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

/**************************************
    FIELD WITH BUTTON
**************************************/
/**************************************
    TABLES
**************************************/
.btlr-table > :not(caption) > * > * {
  box-shadow: unset;
}

.btlr-table {
  width: 100%;
}
.btlr-table tr th,
.btlr-table tr td {
  padding: 14px 16px;
  border-color: #dee2e6;
  vertical-align: middle;
  border-bottom: 0 !important;
  font-size: 14px;
}
.btlr-table tr th {
  background-color: #ECECEC;
  font-weight: 400;
}
.btlr-table tr:last-child td {
  border-bottom: 0;
}
.btlr-table tr:last-child td {
  border-bottom: 0;
}
.btlr-table tr:nth-child(even) td {
  background-color: #f7f7f7;
}
.btlr-table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.btlr-table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #F8F8F8;
}

.btlr-table .actions-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.btlr-table .actions-container .single-action a img {
  max-width: 22px;
}
@media only screen and (max-width: 1440.5px) {
  .btlr-table .actions-container .single-action a img {
    max-width: 14px;
  }
}

/**************************************
    TABLE SCROLLER
**************************************/
.table-box {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #E2F0EF;
}

@media only screen and (max-width: 1599.5px) {
  .scroll-from-x-large-laptop table {
    width: 1599px;
  }
}

@media only screen and (max-width: 1440.5px) {
  .scroll-from-large-laptop table {
    width: 1440px;
  }
}

@media only screen and (max-width: 1399.5px) {
  .scroll-from-laptop table {
    width: 1366px;
  }
}

@media only screen and (max-width: 1199.5px) {
  .scroll-from-small-laptop table {
    width: 1199px;
  }
}

@media only screen and (max-width: 991.5px) {
  .scroll-from-ipad table {
    width: 991px;
  }
}

@media only screen and (max-width: 767.5px) {
  .scroll-from-tab table {
    width: 767px;
  }
}

@media only screen and (max-width: 575.5px) {
  .scroll-from-small-tab table {
    width: 575px;
  }
}

@media only screen and (max-width: 480.5px) {
  .scroll-from-mobile table {
    width: 480px;
  }
}

@media only screen and (max-width: 360.5px) {
  .scroll-from-small-mobile table {
    width: 365px;
  }
}

/*******************************
    TABS
*******************************/
.btlr-nav-tabs {
  border-bottom: 0;
  gap: 8px 0;
}
.btlr-nav-tabs .nav-item .nav-link {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #D0E4DF;
  padding: 4px 8px;
  color: #969696;
}
.btlr-nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #0B1A57;
  background-color: rgba(0, 0, 0, 0);
  color: #2F323F;
}

.btlr-nav-tabs2 {
  border-bottom: 0;
  gap: 8px 0;
  background-color: #f7f7f7;
  padding: 6px;
  border-radius: 8px;
}
.btlr-nav-tabs2 .nav-item {
  flex: 1;
}
.btlr-nav-tabs2 .nav-item .nav-link {
  width: 100%;
  border: 0;
  padding: 4px 8px;
  color: #969696;
  font-size: 14px;
  border-radius: 4px;
}
.btlr-nav-tabs2 .nav-item .nav-link.active {
  background-color: #fff;
  color: #2F323F;
}

.btlr-horizontal-tabs-continaer {
  display: flex;
  flex-wrap: wrap;
}
.btlr-horizontal-tabs-continaer .tabs-nav-box {
  width: 265px;
  border-right: 1px solid #DEF3F7;
}
@media only screen and (max-width: 1199.5px) {
  .btlr-horizontal-tabs-continaer .tabs-nav-box {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1199.5px) {
  .btlr-horizontal-tabs-continaer .tabs-nav-box .nav {
    flex-direction: row !important;
    gap: 8px;
    justify-content: center;
  }
}
.btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  padding: 8px 11px;
  min-height: 44px;
  font-size: 18px;
  color: #2F323F;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1199.5px) {
  .btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link {
    border: 1px solid #dee2e6;
  }
}
.btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link img,
.btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link svg {
  width: 20px;
  height: 20px;
  transition: 0.2s;
  transform: translateY(-1px);
}
.btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link:hover, .btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link.active {
  background-color: #DEF3F7;
  color: #0B1A57;
}
.btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link:hover svg path, .btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link.active svg path {
  fill: #0B1A57;
  fill-opacity: 1;
}
.btlr-horizontal-tabs-continaer .tabs-content-box {
  width: calc(100% - 265px);
}
@media only screen and (max-width: 1199.5px) {
  .btlr-horizontal-tabs-continaer .tabs-content-box {
    width: 100%;
  }
}

@media only screen and (max-width: 1199.5px) {
  .btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav {
    flex-direction: row !important;
    gap: 8px;
    justify-content: center;
  }
}
.btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  padding: 8px 11px;
  min-height: 44px;
  font-size: 18px;
  color: #2F323F;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1199.5px) {
  .btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link {
    border: 1px solid #dee2e6;
  }
}
.btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link img,
.btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link svg {
  width: 20px;
  height: 20px;
  transition: 0.2s;
  transform: translateY(-1px);
}
.btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link:hover, .btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link.active {
  background-color: #DEF3F7;
  color: #0B1A57;
}
.btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link:hover svg path, .btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link.active svg path {
  fill: #0B1A57;
  fill-opacity: 1;
}
.custom-vertical-list > .nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  padding: 8px 11px;
  min-height: 44px;
  font-size: 18px;
  color: #2F323F;
  border-radius: 4px;
  margin-bottom: 1px;
}
.custom-vertical-list > .nav-link img,
.custom-vertical-list > .nav-link svg {
  width: 20px;
  height: 20px;
  transition: 0.2s;
  transform: translateY(-1px);
}
.custom-vertical-list > .nav-link:hover, .custom-vertical-list > .nav-link.active {
  background-color: #DEF3F7;
  color: #0B1A57;
}
.custom-vertical-list > .nav-link:hover svg path, .custom-vertical-list > .nav-link.active svg path {
  fill: #0B1A57;
  fill-opacity: 1;
}

/*********************************
    BUTTON TABS
*********************************/
/******************************
    ACCORDION
******************************/
.btlr-accordion .accordion-item {
  margin-bottom: 8px;
  border-top: 1px solid #D0E4DF;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
}
.btlr-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.btlr-accordion .accordion-item .accordion-header .accordion-button {
  font-weight: bold;
  box-shadow: unset;
  background-color: #fff;
}
.btlr-accordion .accordion-item .accordion-header .accordion-button > .row {
  width: calc(100% - 15px);
}
.btlr-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #2F323F;
  background-color: #DEF3F7;
}
.btlr-accordion .accordion-item.opened {
  border-color: #0B1A57;
}

/***************************************
    HEADER
***************************************/
header#btlr-web-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #EDEBE4;
  border: 1px solid #E0D8CF;
  border-radius: 0 0 50px 50px;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  z-index: 9;
  transition: 0.3s;
}
@media only screen and (max-width: 1199.5px) {
  header#btlr-web-header {
    border-radius: 0 0 20px 20px;
  }
}
@media only screen and (max-width: 991.5px) {
  header#btlr-web-header {
    border-left: 1px solid #D0E4DF;
    border-right: 1px solid #D0E4DF;
    border-bottom: 1px solid #D0E4DF;
  }
}
header#btlr-web-header .header-inner {
  padding: 20px 0;
}
@media only screen and (max-width: 991.5px) {
  header#btlr-web-header .header-inner {
    padding: 12px 0;
  }
}
header#btlr-web-header .header-inner > .container-lg {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
header#btlr-web-header .header-inner > .container-lg .header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1399.5px) {
  header#btlr-web-header .header-inner > .container-lg .header-left {
    gap: 16px 4px;
  }
}
header#btlr-web-header .header-inner > .container-lg .header-left .logo-box {
  width: 75px;
}
header#btlr-web-header .header-inner > .container-lg .header-left .logo-box img {
  height : 50px;
}
header#btlr-web-header .header-inner > .container-lg .header-nav-box {
  margin-right: auto;
  transition: 0.3s;
}
/* @media only screen and (max-width: 1199.5px) {
  header#btlr-web-header .header-inner > .container-lg .header-nav-box {
    margin-left: auto;
    order: 3;
    width: 100%;
  }
}
@media only screen and (max-width: 1199.5px) {
  header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav {
    display: flex;
    justify-content: center;
  }
} */
header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul {
  display: flex;
  gap: 8px;
  align-items: center;
  list-style-type: none;
  overflow: auto;
}
header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
@media only screen and (max-width: 991.5px) {
  header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul {
    margin-left: -13px;
    margin-right: -13px;
    padding-left: 13px;
    padding-right: 13px;
    border-left: 1px solid #dbebe7;
    border-right: 1px solid #d0e4df;
    border-radius: 0 0px 5px 5px;
  }
}
header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul > li > a {
  background-color: #fff;
  white-space: nowrap;
  border-radius: 30px;
  padding: 10px 16px;
  text-decoration: none;
  color: #2F323F;
  transition: 0.3s;
}
@media only screen and (max-width: 1399.5px) {
  header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul > li > a {
    padding: 6px 12px;
  }
}
header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul > li > a:hover, header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul > li > a.active {
  background-color: #2B2F30;
  color: #fff;
}

.header-right { 
  display: flex;
    gap: 28px;
    justify-content: center;
    align-items: center;
}
header#btlr-web-header .header-inner > .container-lg .header-right .header-right-list-box > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  list-style-type: none;
}
@media only screen and (max-width: 1399.5px) {
  header#btlr-web-header .header-inner > .container-lg .header-right .header-right-list-box > ul {
    gap: 16px;
  }
}
header#btlr-web-header .header-inner > .container-lg .header-right .header-right-list-box > ul > li > a {
  text-decoration: none;
  color: #2F323F;
}
header#btlr-web-header .header-inner > .container-lg .hamburger-btn .btlr-btn {
  border-radius: 30px !important;
}
header#btlr-web-header .header-inner > .container-lg .hamburger-btn .dropdown-menu {
  width: 270px;
  top: 10px !important;
  border-radius: 12px;
  border: 1px solid #DEF3F7;
}
header#btlr-web-header .header-inner > .container-lg .hamburger-btn .dropdown-menu:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 4px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: -5px;
  right: 20px;
  transform: rotate(-45deg);
}

.btn-whatsup {
  background-color: #fff;
  border-radius: 32px;
}
.btn-whatsup:hover,
.btn-whatsup:active {
  background: #2B2F30;
  color: #fff;
}
.btn-whatsup:hover img,
.btn-whatsup:active img {
  filter: invert(1) brightness(100);
}

body.scrolled header#btlr-web-header {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/***************************************
    MAIN CSS
***************************************/
.banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-section > .container:not(.container-bottom) {
  padding-top: 150px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1199.5px) {
  .banner-section > .container:not(.container-bottom) {
    padding-top: 180px;
    padding-bottom: 50px;
  }
}
.banner-section > .container:not(.container-bottom) .content-box {
  max-width: 790px;
  margin: 0 auto;
}
.banner-section > .container:not(.container-bottom) .content-box .content-upper {
  max-width: 570px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199.5px) {
  .banner-section > .container:not(.container-bottom) .content-box .content-upper {
    max-width: 500px;
  }
}

.slick-slider.stylish-dots .slick-dots {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ECECEC;
  height: 4px;
}
.slick-slider.stylish-dots .slick-dots li {
  width: 80px;
  height: 4px;
  border-radius: 4px;
  margin: 0;
}
@media only screen and (max-width: 991.5px) {
  .slick-slider.stylish-dots .slick-dots li {
    width: 30px;
  }
}
.slick-slider.stylish-dots .slick-dots li > button {
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0;
}
.slick-slider.stylish-dots .slick-dots li > button:before {
  width: 0;
  height: 0;
}
.slick-slider.stylish-dots .slick-dots li.slick-active {
  background-color: #0B1A57;
}
.slick-slider.arrows-top-right .slick-arrow {
  display: block;
  width: 28px;
  height: 28px;
  top: -45px;
  z-index: 1;
}
.slick-slider.arrows-top-right .slick-arrow:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 4px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
}
.slick-slider.arrows-top-right .slick-arrow.slick-prev {
  right: 68px;
  left: unset;
}
.slick-slider.arrows-top-right .slick-arrow.slick-prev:before {
  background-image: url("./assets/images/svgIcons/arrow-left.svg");
}
.slick-slider.arrows-top-right .slick-arrow.slick-next {
  right: 16px;
  left: unset;
}
.slick-slider.arrows-top-right .slick-arrow.slick-next:before {
  background-image: url("./assets/images/svgIcons/arrow-right.svg");
}

@media only screen and (max-width: 767.5px) {
  .salon-and-spa-services-slider .service-card,
  .general-cleaning-services-slider .service-card,
  .handyman-and-maintinance-services-slider .service-card {
    width: 200px;
  }
}

.first-section {
  padding-top: 130px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199.5px) {
  .first-section {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 991.5px) {
  .first-section.negative-margin-when-no-header-categories {
    margin-top: -55px;
  }
}

.category-btns-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: sticky;
  top: 77px;
  width: calc(100% - 2px);
  margin: 1px auto 0;
  z-index: 1;
  overflow: auto;
}
@media only screen and (max-width: 1199.5px) {
  .category-btns-box {
    top: 134px;
  }
}
@media only screen and (max-width: 991.5px) {
  .category-btns-box {
    top: 117px;
    flex-wrap: nowrap;
    display: none;
  }
}
.category-btns-box .single-btn {
  padding: 4px 12px;
  border: 1px solid #E2E2E2;
  text-decoration: none;
  color: #2F323F;
  background-color: #fff;
  border-radius: 16px;
  transition: 0.3s;
}
.category-btns-box .single-btn.active {
  background-color: #0B1A57;
  color: #fff;
  border-color: #0B1A57;
}
@media only screen and (max-width: 991.5px) {
  .category-btns-box .single-btn {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .category-btns-box .single-btn:hover {
    background-color: #0B1A57;
    color: #fff;
    border-color: #0B1A57;
  }
}

.single-category {
  position: relative;
  border-bottom: 1px solid #d0e4df;
}
.single-category .service-target {
  position: absolute;
  left: 0;
}
.single-category .featured-img {
  height: 200px;
  overflow: hidden;
}
.single-category .category-item {
  padding: 16px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 991.5px) {
  .single-category .category-item {
    padding: 16px;
  }
}
@media only screen and (max-width: 575.5px) {
  .single-category .category-item {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.single-category .category-item .item-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 8px;
}
.single-category .category-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-category .category-item .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-category .category-item .add-service-btn {
  display: inline-flex;
}
.single-category .category-item .remove-service-btn {
  display: none;
}
.single-category .category-item.active {
  background-color: #DEF3F7;
}
.single-category .category-item.active .add-service-btn {
  display: none;
}
.single-category .category-item.active .remove-service-btn {
  display: inline-flex;
}

.radio-btn-circle {
  width: 44px;
  height: 44px;
  overflow: hidden;
  position: relative;
}
.radio-btn-circle > input {
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.radio-btn-circle > input ~ .date {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #DEF3F7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.radio-btn-circle > input:checked ~ .date {
  background-color: #DEF3F7;
  border: 1px solid #0B1A57;
}

.radio-btn-badge {
  overflow: hidden;
  position: relative;
}
.radio-btn-badge > input {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.radio-btn-badge > input ~ .radio-btn-badge-title {
  display: inline-block;
  border: 1px solid #E2E2E2;
  padding: 3px 12px;
}
.radio-btn-badge > input:checked ~ .radio-btn-badge-title {
  background-color: #DEF3F7;
  border: 1px solid #0B1A57;
}

.inline-calendar {
  margin-left: -8px;
  margin-right: -8px;
}
.inline-calendar .slick-arrow {
  top: -30px;
  left: unset;
  display: block;
}
@media only screen and (max-width: 575.5px) {
  .inline-calendar .slick-arrow {
    display: none !important;
  }
}
.inline-calendar .slick-arrow:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.inline-calendar .slick-arrow.slick-next {
  right: 0px;
}
.inline-calendar .slick-arrow.slick-next:before {
  background-image: url("./assets/images/svgIcons/arrow-right.svg");
}
.inline-calendar .slick-arrow.slick-prev {
  right: 36px;
}
.inline-calendar .slick-arrow.slick-prev:before {
  background-image: url("./assets/images/svgIcons/arrow-left.svg");
}

.radio-btn-tile {
  border: 1px solid #DEF3F7;
}
.radio-btn-tile .actions {
  display: none;
}
.radio-btn-tile:has(input:checked) {
  border: 1px solid #0B1A57; /* Change border color when checked */
}
.radio-btn-tile:has(input:checked) .actions {
  display: flex;
}

#language-modal .radio-card:has(input:checked) {
  border: 1px solid #0B1A57; /* Change border color when checked */
  background-color: #0B1A57;
  color: #fff;
}

.check-items-list > li > a span ~ img,
.check-items-list > li > a div ~ img {
  opacity: 0;
  visibility: hidden;
}
.check-items-list > li > a.bg-lightsky span ~ img,
.check-items-list > li > a.bg-lightsky div ~ img, .check-items-list > li > a:hover span ~ img,
.check-items-list > li > a:hover div ~ img {
  opacity: 1;
  visibility: visible;
}

.inputs input {
  width: 48px;
  height: 48px;
  border: 1px solid #DEF3F7;
}

.validate {
  border-radius: 20px;
  height: 40px;
  background-color: red;
  border: 1px solid red;
  width: 140px;
}

.calendar-table tr td {
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}

.simple-slider .slick-track {
  display: flex !important;
}
.simple-slider .slick-list {
  overflow: visible !important;
}
.simple-slider .slick-slide {
  height: inherit !important;
}
@media only screen and (max-width: 575.5px) {
  .simple-slider .user-card {
    width: 132px;
  }
}

.mobile-bottom-sticky-bar {
  border-radius: 0 0 16px 16px;
  z-index: 1;
}
@media only screen and (max-width: 991.5px) {
  .mobile-bottom-sticky-bar {
    position: sticky;
    bottom: 0;
    left: 0;
    margin-left: 1px;
  }
}
@media only screen and (max-width: 575.5px) {
  .mobile-bottom-sticky-bar {
    width: calc(100vw - 2px);
    transform: translate(-12px, 1px);
    border-radius: 0;
    margin-left: 0;
  }
}

/***************************************
    FOOTER
***************************************/
footer#btrl-web-footer {
  background-color: #2B2F30;
  border-top: 10px solid #606060;
  color: #8F8D8A;
  padding: 60px 0;
}/*# sourceMappingURL=style.css.map */

footer.btrl-web-footer a {
  color: #8F8D8A;
}

footer.btrl-web-footer a:hover, a:active {
  color: #fff;
}

footer.btrl-web-footer h1,
footer.btrl-web-footer h2,
footer.btrl-web-footer h3,
footer.btrl-web-footer h4,
footer.btrl-web-footer h5,
footer.btrl-web-footer h6,
footer.btrl-web-footer .text-h4 {
  color: #FFF;
}

footer .logo-box .logo img{
  height : 80px;
}



.line-height-large{
  line-height: 24px;
}

.line-height-x-large{
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .line-height-x-large{
    line-height: 24px;
  }
}

.step-item {
position: relative;
flex: 1;
}

.step-item img {
display: block;
width: 24px;
height: 24px;
object-fit: none;
}


.step-item-header {
display: block;
margin-top: 10px;
font-weight: 700;
font-size: 12px;
line-height: 16px;
color: #969696CC;
}

.step-item-content {
display: block;
font-size: 16px;
line-height: 24px;
font-weight: 600;
color: #3C3C4399;
}

/* Horizontal bar to the right of the image */
.step-item::after {
content: "";
position: absolute;
top: 11px;
left: 32px;
right: 0px;
height: 2px;
background-color: #D9D9D9;
}

.step-item.active::after{
  background-color: #494850;
}
.step-item.active .step-item-header{
  color: #3C3C4399;
}
.step-item.step-item.active .step-item-content{
  color: #2F323F;
}

.step-item.confirmed::after{
  background-color: #18C033;
}
.step-item.confirmed .step-item-header{
  color: #969696CC;
}
.step-item.step-item.confirmed .step-item-content{
  color: #3C3C4399;
}

.quantity-box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 2px 0px;
}

.quantity-box img{
  cursor: pointer;
  width: 24px;
  height :  24px;
  object-fit : none;
}
.quantity-box .quantity-span{
  width: 15px;
  text-align : center;
  font-size : 14px;
  line-height : 18px;

}
.renovation-item{
  height: 100%;
}
.renovation-item .card-description{
  padding-left: 36px;
  max-width: 300px;
  color : #2B2F30;
}

.renovation-item .card-img img{
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.choosed-room-item .card-img{
  position: relative;
}
.choosed-room-item .card-img img{
  width: 100%;
  height: 292px;
  object-fit: cover;
}
.badge-room{
  padding : 5px 8px;
  color : white;
  border-radius : 6px;
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 14px;
  line-height : 18px;
}
.badge-room.badge-room-gold{
  background-color : #F3CD02;
}
.badge-room.badge-room-platinum{
  background-color : #2297BA;
}
.badge-room.badge-room-diamond{
  background-color : #B6C7FF;
}

.crd-item .crd-item-header{
  color : #3C3C4399;
}

.crd-item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap : 12px;
  padding : 10px 0px;
  border-bottom : 1px solid #E2F0EF;
}

.choosed-room-estimate{
  font-size : 18px;
  line-height : 24px;
  padding : 10px 12px;
  display : flex;
  justify-content: space-between;
}


.po-item{
  position : relative;
  background-color : white;
  border : solid 1px #D0E4DF;
  cursor: pointer;
}
.po-item-panel { 
  
}
.po-item.active{
  background-color : #F4FAFF;
}
.recommendation-badge{
  background : #494850;
  width: 100%;
  height: 50px;
  border-radius: 16px 16px 0px 0px;
  margin-bottom: -16px;
  margin-top: -34px;
  color : white;
  line-height: 34px;
  text-align : center;
}

.section-room-badges{
  gap : 12px;
}
.room-badge{
  min-width: 208px;
  padding: 12px 20px;
  gap : 8px;
  border-radius: 32px;
  display : flex;
  
  /* pointer-events: none; */
  cursor: not-allowed;
  position: relative;
}

.step-2 .room-badge::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: not-allowed;
}


.step-2 .confirmed.room-badge::after,
.step-2 .active.room-badge::after{
  display: none;
}

.room-badge span{
  flex-grow : 1;
}

#section-room-details .room-badge span{
  white-space : nowrap;
}
.room-badge-confirm{
  opacity : 0;
  transition: 0.3s;
}

.room-badge.confirmed .room-badge-confirm{
  opacity : 1;
}
.room-badge.confirmed,
.room-badge.active
{
  cursor: pointer;
  pointer-events: auto;
}
.room-badge.active {
  background-color : #EBCA53;
  border-color: #EBCA53 !important;
  box-shadow: 
    0px 49px 14px rgba(235, 202, 83, 0),   /* 0% */
    0px 31px 13px rgba(235, 202, 83, 0.02), /* 2% */
    0px 18px 11px rgba(235, 202, 83, 0.08), /* 8% */
    0px 8px 8px rgba(235, 202, 83, 0.14),   /* 14% */
    0px 2px 4px rgba(235, 202, 83, 0.16);   /* 16% */
}

.room-badge .room-badge-img {
  transition: 0.3s;
  height: 24px;
}
/*.room-badge.active .room-badge-img {
  filter: brightness(0) invert(1);
}*/
.text-transgrey { 
  color : #3C3C4399;
}

.price-per-meters,
.total-price-all-meters{
  padding : 8px 12px;
  height: 48px;
  align-content: center;
}
.total-price-all-meters img{
  margin-right : 4px;
}
.p-12{
  padding : 12px;
}

.addon-panel .addon-item{
  display: flex;
  justify-content: space-between;
  border-bottom : solid 1px #E2F0EF;
  padding : 12px 0px 12px 12px;
  align-items: center;
}

.addon-price-badge {
  width: 120px;
  padding : 8px 16px 8px 14px;
  background-color : #F6E9A4;
  border-radius : 8px;
  display: flex;
  justify-content: space-between;
}
.addon-price-badge img{
  width : 24px;
  height : 24px;
}


.package-list-panel{
  margin-top : 64px;
}

.package-item{
  background-color: #FBFBF8;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size : cover;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height : 100%;
  position: relative;
  border-top: 16px solid;
}

.package-item-gold {
  border-top-color: #EBCA53;
}
.package-item-gold .package-item-header > .text-secondary {
  color: #EBCA53 !important;
}

.package-item-platinum {
  border-top-color: #A8A8A8;
}
.package-item-platinum .package-item-header > .text-secondary {
  color: #A8A8A8 !important;
}

.package-item-diamond {
  border-top-color: #86B7CF;
}
.package-item-diamond .package-item-header > .text-secondary {
  color: #86B7CF !important;
}

.pi-price{
  line-height: 38px;
}

.pi-price-package{
  border-bottom: solid 1px #C7C7C7;
}

.pi-service-lists{
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap : 16px;
}

.pi-service-lists li{
  gap : 12px;
  display : flex;
  align-items: flex-start;
}

.pi-service-lists li strong{
  font-size : 18px;
  color : #2B2F30;
  font-weight : 600;
}

.package-item-content {
  flex-grow : 1;
}
.package-item-footer{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top : 8px;
}

.footer-ads-panel{
  background-color : #EFEBE7;
  display : flex;
  justify-content: space-between;
  padding : 24px;
  position : relative;
  overflow: hidden;
}

.footer-ads-panel p{
  font-size : 38px;
  line-height: 110%;
  margin-bottom: 28px;
}

.footer-ads-panel .button-panel{
  width : 42%;
  
}
.footer-ads-panel .button-panel button{
  min-width : 200px;
}



.hero-banner-img{
  position : absolute;
  object-fit : cover;
  z-index : 2;
}
#hero-banner-img-1 {
  width : 181px;
  height : 160px;
  top : 252px;
  left : 55%;
}
#hero-banner-img-2 {
  top : 428px;
  left : 55%;
  width: 181px;
  height : 230px;
}
#hero-banner-img-3 {
  width: 181px;
  height: 180px;
  top: 100px;
  left: calc(55% + 181px + 12px);
}
#hero-banner-img-4 {
  width: 180px;
  height: 210px;
  opacity: 1;
  top: 295px;
  left: calc(55% + 181px + 12px);
}
#hero-banner-img-5 {
  width: 181px;
  height: 340px;
  opacity: 1;
  top: 260px;
  left: calc(55% + 181px * 2  + 12px * 2);
}


.hero-banner{
  background-color: #8D8A87;
  border-radius: 44px;
  width: 100%;
  height : 685px;
  position : relative;
    overflow: hidden;
}
.hero-banner::before,
.hero-banner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px; 
  height: 80px;
}
.hero-banner::before {
  bottom: 0;
  left: 0;
  background-image: url(./assets/images/banner-house-bg.svg);
  width: 500px;
  height: 560px;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-banner::after {
  bottom: 0;
  right: 0;
  background-image: url(./assets/images/banner-stairs-bg.svg);
  width: 373px;
  height: 360px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .hero-banner::after {
    display: none;
  }
}


.hero-banner-main-panel{
  display : flex;
  gap : 28px;
  flex-direction : column;
  align-items: flex-start;
  width : calc(100% - 600px);
  margin-right : auto;
  margin-top : 80px;
  min-width : 650px;
  position : relative;
  z-index: 1;
}
.hero-banner-main-panel-heading {
  font-size : 64px;
}
.hero-banner-main-panel-subheading {
  font-size: 20px;
}

.hero-buttons{
  gap : 16px;
}
.hero-buttons .btlr-btn{
  min-width : 200px;
}
.hero-buttons .btlr-btn.btlr-btn-outline-secondary {
  border-color: #FFF;
  color: #FFF;
}
.hero-buttons .btlr-btn.btlr-btn-outline-secondary:hover,
.hero-buttons .btlr-btn.btlr-btn-outline-secondary:active {
  border-color: #EBCA53;
}
.hero-badges .hero-badge{
  background-color : transparent;
  border: 1px solid #F7F5F0;
  color: #F7F5F0;
  padding : 6px 12px;
  display : flex;
  gap : 10px;
  border-radius : 32px;
}

.hero-badges .hero-badge.second-row-badge{
  margin-left : auto;
}
.hero-badges
{
  display: flex;
  gap: 16px;
  flex-wrap : wrap;
}

.main-work-flow{
  gap : 130px;
}

.section-renovation-process-guide{
  gap : 60px;
  display : flex;
  flex-direction : column;
  margin-top : 106px;
  margin-bottom : 106px;
}

.rp-guide-item{
  border-radius : 16px;
  padding : 24px;
  position : relative;
  height : 100%;
  display : flex;
  gap : 24px;
  flex-direction: column;
}

.rp-guide-item.rp-guide-item-grey{
  background-color : #FBFAF9;
}

.rp-guide-item.rp-guide-item-blue{
  background-color : #EFEBE7;
}
.rp-guide-header { 
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size : 20px;
  line-height : 28px;
}
.rp-guide-step{
  color: #275163;
  opacity: 20%;
  font-size: 40px;
  line-height: 28px;
}
.rp-guide-item img
{
  width: fit-content;
}

.sf-img{
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.footer-ads-panel.sf-ads-panel{
  height : 100%;
  align-items: center;
}

.footer-ads-panel.sf-ads-panel .button-panel{
  width: calc(100% - 30px);
}

.footer-ads-panel.sf-ads-panel img
{

  bottom : 0px;
}

.main-work-flow .section-room-badges{
  justify-content : center;
}

.main-work-flow .section-room-badges .room-badge{
  min-width : inherit;
  border : solid 1px #A5A5A5;
  cursor: pointer;
}

.main-work-flow .section-room-badges .room-badge:not(.active){
  background : white;
}


#package-modal .modal-header{
  background-color : #FBFBF8;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius : 12px 12px 0px 0px;
  padding : 24px 24px 18px 24px;
}

#package-modal .modal-header h2{
  line-height : 36px;
}

#package-modal .modal-header .text-h3{
  line-height : 38px;
}

#package-modal .modal-header .btn-close{
  margin-top : -4rem;
}
#package-modal .modal-body
{
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.package-details .pd-header{
  font-size : 20px;
  line-height : 20px;
}

.package-details{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pd-header-panel{
  gap : 12px;
}
.pd-header-panel .pd-header-item{
  border-radius: 8px;
  background-color: #FBFAF9;
  padding: 16px;
  display: flex;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.pd-header-panel .pd-header-item:hover,
.pd-header-panel .pd-header-item.active{
  background-color : #FBF4DA;
}
.package-details-panel{
  background-color : #FBFAF9;
  border-radius : 16px;
  display : flex;
  flex-direction : column;
  padding : 16px 8px 16px 16px;
  gap : 10px;
  height : 500px;
  overflow-y: scroll;
}
.package-details-panel .package-details-item{
  border-bottom : 1px solid #E0D8CF;
  gap : 12px;
  display : flex;
  flex-direction : column;
  padding-bottom : 16px;
}

.package-details-panel .package-details-item .pdi-header{
  font-size : 16px;
  line-height : 24px;
  font-weight : bold;
  margin : 0px;
}
.package-details-panel .package-details-item .pdi-body{
  margin-bottom : 0px;
}
.package-details-panel .package-details-item .pdi-image-panel{
  display : flex;
  gap : 8px;
  flex-direction : column;
  
}
.pdi-image-panel label
{
  color : #3C3C4399;
  font-size : 14px;
  line-height : 18px;
}
.pdi-image-panel .pdi-image-list{
  display : flex;
  gap : 8px;
  flex-wrap: wrap;
}
.pdi-image-panel .pdi-image-list img{
  width : 80px;
  height : 80px;
  border-radius : 8px;
  opacity : 0.8;
}
.package-slider-box img{
  width: 274px;
  height : 260px;
  border-radius : 8px;
  object-fit : cover;
}

.package-slider-box .slick-slider.arrows-top-right .slick-arrow{
  top: -25px;
}
.section-button-footer
{
  position: sticky;
  bottom: 0px;
  width: 100%;
  background-color: #F6F3EF;
  padding: 10px 0;
  /* width: fit-content; */
    /* margin-left: auto;
    margin-right: calc((100vw - 1330px) / 2); */
    /* padding-right: var(--bs-gutter-x, 1.5rem); */
}




@media (min-width: 1200px) and (max-width: 1399.98px) {
  .section-button-footer {
    margin-right: calc((100vw - 1140px) / 2);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-button-footer {
    margin-right: calc((100vw - 960px) / 2);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-button-footer {
    margin-right: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-button-footer {
    margin-right: calc((100vw - 540px) / 2);
  }
}

@media (max-width: 575.98px) {
  .section-button-footer {
    margin-right: 1rem; 
  }
}



  @media only screen and (max-width: 1400px) {

  }

  @media only screen and (max-width: 1200px) {
    .hero-banner-main-panel{
        width : calc(100% - 700px);
    }
  }
  @media (max-width: 1200px) and (min-width: 992px) {
    .hero-badges .hero-badge.second-row-badge {
      margin-left: 0;
    }
    #hero-banner-img-1 {
      left : 70%;
    }
    #hero-banner-img-2 {
      left : 70%;
    }
    #hero-banner-img-3 {
      left: calc(70% + 181px + 12px);
    }
    #hero-banner-img-4 {
      left: calc(70% + 181px + 12px);
    }
    #hero-banner-img-5 {
      left: calc(70% + 181px * 2  + 12px * 2);
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .hero-badges .hero-badge.second-row-badge {
      margin-left: 0;
    }
    .hero-banner {
      height: fit-content;
    }
    .hero-banner-main-panel {
      width: calc(100% - 330px);
      margin: 25px 0;
      min-width: auto;
    }
    .hero-buttons {
      flex-direction: column;
    }
  }
  @media only screen and (max-width: 768px) {

    .main-work-flow .section-room-badges{
      justify-content : flex-start;
  }

  .hero-buttons{
      gap : 12px;
  }
  .main-work-flow{
      gap : 30px;
  }
  .section-renovation-process-guide {
      gap : 28px;
      margin-top : 42px;
      margin-bottom : 42px;
  }
  .col-6 .sf-img{
      height : 250px;
  }
  .footer-ads-panel.sf-ads-panel .button-panel{
          width: 100%;
  }
  .section-service-footer{
      margin-top : 50px;
  }

  .hero-banner{
      height : fit-content;
  }
  .hero-banner-main-panel{
      margin-top : 180px;
      width : 100%;
      margin-bottom : 174px;
      margin-left: 0px;
      margin-right: 0px;
      min-width : inherit;
      padding-left : 16px;
      padding-right : 16px;
  }
  #hero-banner-img-1{
      width : 175px;
      height : 150px;
      max-width : calc(50% - 20px);
      top: 16px;
      left: 16px;
  }
  #hero-banner-img-2{
      width : 125px;
      height : 110px;
      max-width : calc(50% - 20px);
      top: 16px;
      right: 16px;
  }

  #hero-banner-img-3{
      width : 125px;
      height : 110px;
      max-width : calc(50% - 20px);
      bottom: 16px;
      left: 16px;
  }

  #hero-banner-img-4{
      width : 175px;
      height : 150px;
      max-width : calc(50% - 20px);
      bottom: 16px;
      right: 16px;
  }
  .hero-badges{
      flex-direction : column;
      margin-left: 16px;
      gap : 8px;
  }
  .hero-badges .hero-badge{
      width : fit-content;
  }
  .hero-badges .hero-badge.second-row-badge{
      margin-left : 0px;
  }

  .hero-buttons{
      flex-direction : column;
      width: 100%;
  }
      .section-button-footer{
        width: 100%;
          border-radius : 0px 0px 12px 12px;
          padding : 24px;
          box-shadow: 0px -1px 14px 0px #6EBBB633;
          background: white;

      }
      .w-sm-100 {
          width : 100%;
      }
      .addon-panel > .col-md-6:nth-last-child(-n+2) .addon-item {
        border-bottom: none;
    }
  
    .hero-banner-img {
      display: block;
      z-index: 0;
    }
    #hero-banner-img-1 {
      left: 8%;
      top: 20%;
    }
    #hero-banner-img-2 {
      right: 16px;
      top: 20%;
      width: 181px;
      height: 230px;
    }
    #hero-banner-img-3 {
      left: 25%;
      top: 34%;
    }
    #hero-banner-img-4 {
      left: 20%;
      top: 52%;
      max-width: fit-content;
    }
    #hero-banner-img-5 {
      left: 55%;
      top: 50%;
      height: 180px;
      max-width: fit-content;
    }

  }

  .section-step .step-2, 
  .section-step .step-3
  {
    display : none;
  }

  .room-package-panel{

  }

  .room-config-panel{
    display : none;
  }
  .estimated-total-price{
    font-size : 20px;
    line-height : 24px;
    color : #0B1A57;
  }

  @media (max-width: 767.5px) {
    .addon-panel > .col-md-6:last-child .addon-item {
        border-bottom: none;
    }

    .addon-panel > .col-md-6:last-child .addon-item {
      border-bottom: none;
  }
  .pi-price {
      line-height : 33px;
  }
  .recommended-panel{
      margin-top : 50px;
  }
  .package-list-panel{
      margin-top : 0px;
  }
  .footer-ads-panel{
      flex-direction : column;
      padding : 16px 16px 0px 16px;
      align-items: center;
      gap :16px;
  }

  .footer-ads-panel p{
      font-size : 20px;
      line-height : 28px;
  }
  .footer-ads-panel .button-panel{
      width : 100%;
  }
  .footer-ads-panel img{
      width: 139px;
  }

  .estimated-total-price{
    font-size : 18px;
  }
  .pd-header-panel{
      flex-wrap: wrap;
      margin-bottom: 20px;
  }
}


  @media (min-width: 768px) {
    .addon-panel > .col-md-6:nth-last-child(-n+2) .addon-item {
        border-bottom: none;
    }

    .package-list-panel{
        margin-top : 48px;
    }

    .footer-ads-panel img{
        position : absolute;
        right: 10px;
    }
  }

  @media only screen and (min-width: 576px) {
  
  }
  @media only screen and (max-width: 480px) {
  }
  @media only screen and (max-width: 340px) {
  }


  #btlr-web-header {
    transition: top 0.3s ease;
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  #btlr-web-header.header-hide {
    top: -100px; /* adjust depending on header height */
  }

  .room-details-with-package span{
    font-weight: bold;
  }

  .radio-panel,
  .checkbox-panel{
    cursor: pointer;
  }

  .btlr-dropdown{
    position : relative;
  }
  #finalize-modal .modal-body{
      padding-top : 0px;
  }

  .plain-text-section h2{
     margin-bottom: 42px;
  }
  .plain-text-section p{
    margin-bottom: 0px;
  }

  .plain-text-section .para-plain-text{
     gap : 28px;
     margin-bottom: 50px;
     font-size: 18px;
     font-weight: 24px;
  }

  .plain-text-section .btlr-btn{
    min-width: 200px;
  }

  .pp-container {
    display : flex;  
    gap : 28px; 
    flex-direction : column;
    margin-bottom: 50px;
}
.pp-paragraph .text-h3{
    font-weight : bold;
    font-size : 26px;
    line-height : 36px;
}

.pp-paragraph {
    display : flex;
    flex-direction : column;
    gap : 12px;
    font-size : 18px;
    line-height : 24px;
}

.pp-paragraph ul li{
    margin-left: 28px;
}

#klaviyo-email{
  background-color : #F5F5F5;
  border-radius: 32px;
}

.final-step-rooms{
  display: none;
}

.section-final-step{
  display: flex;
    flex-direction: column;
    gap: 16px;
    cursor: pointer;
}

.section-final-step .fsp-line,
.section-final-step.opened .fsp-collapse{
    display : none;
}
.section-final-step.opened .fsp-line,
.section-final-step .fsp-collapse
{
    display : block;
}
.final-step-panel-icon{
  width: 20px;
}

/* Hide only when NOT initialized */
.handyman-and-maintinance-packages-slider:not(.slick-initialized) { visibility: hidden; }

.handyman-and-maintinance-packages-slider .slick-slide{
  padding-right : 6px !important;
  padding-left : 6px !important;
}
@media only screen and (max-width: 575.5px) {
  .handyman-and-maintinance-packages-slider .slick-slide img
  {
      width: 200px;
  }

  .package-details-panel{
    height: 300px;
  }
}