body {
  background-color: #1a2f45;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

.container.custom-container {
  max-width: 868px;
}

a {
  color: #2b3b4c;
  font-size: 16px;
  text-decoration: unset;
}

.border-none {
  border-style: none !important;
}

.form-check-input {
  border-color: gray;
}

.tabs {
  display: flex;
  margin-bottom: 1rem;
}
.tabs .tab {
  font-weight: bold;
  font-size: 17px;
}

.tab {
  padding: 10px 20px;
  width: 240px;
  cursor: pointer;
  border: none;
  background: none;
  color: 8B909A;
}

.tab.active {
  color: #1a2f45;
  border-bottom: 2px solid #1a2f45;
  font-weight: bold;
  font-size: 17px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.form-switch .form-check-input {
  width: 2.75rem;
  height: 1.5rem;
  background-color: #1f2937;
  border-radius: 9999px;
  transition: background-color 0.3s;
  cursor: pointer;
  position: relative;
}
.form-switch .form-check-input:checked {
  background-color: #1f2937;
}
.form-switch .form-check-input::before {
  content: "";
  position: absolute;
  height: 20px;
  top: 1px;
  width: 20px;
  left: 1px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}
.form-switch .form-check-input:checked::before {
  transform: translateX(1.25rem);
}
.form-switch .form-check-input:focus {
  box-shadow: none;
}

.paginationsection span[aria-current=page] > span {
  background-color: #1a2f45 !important;
  color: white;
  font-size: 16px;
  border-radius: 4px;
}
.paginationsection nav {
  width: 100%;
}

.table-responsive {
  overflow-x: unset;
}

.custom-w {
  max-width: 1300px !important;
  padding: 16px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.custom-swal-popup .swal2-actions {
  gap: 12px;
}
.custom-swal-popup .custom-confirm-button {
  margin-right: 0;
}

.mr-4 {
  margin-right: 16px;
}

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

.mr-2 {
  margin-right: 8px;
}

.ml-2 {
  margin-left: 8px;
}

/* Blob keyframes */
.circle-animation {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 280px;
  height: 280px;
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle-animation-2 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 280px;
  height: 280px;
  animation: rotate 10s linear infinite;
}

.stepper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.stepper .step {
  display: flex;
  align-items: center;
  min-width: 126px;
  color: #6c757d;
  flex-direction: column;
  gap: 6px;
  font-weight: 500;
  cursor: pointer;
}
.stepper .step.account-creation {
  min-width: 183px;
}
.stepper .step .circle {
  width: 32px;
  height: 32px;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #7D8A9D;
  border: 1px solid #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.stepper .step.active {
  color: #FF947A;
  font-weight: bold;
}
.stepper .step.active .circle {
  background-color: #FF947A;
  color: #fff;
  border: none;
}
.stepper .divider {
  width: 87px;
  height: 2px;
  background-color: #7D8A9D;
  margin: 0 10px;
}

.content-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.desc-text {
  color: #111827;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
}

.login-button {
  width: 100%;
  padding: 15px;
  background: #2B3B4C;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}
.login-button.basic-info-button {
  padding: 15px 80px;
  width: unset;
}

.btn-prev {
  font-size: 16px;
  font-weight: 500;
  color: #1f2937;
  border-color: #000000;
  border-radius: 8px;
  padding: 12px 25px;
}

.btn.btn-success {
  padding-left: 80px;
  padding-right: 80px;
  cursor: pointer;
}
.btn.btn-dark {
  background-color: #1A2F45;
  height: 55px;
  border-radius: 8px;
}
.btn.btn-outline-secondary {
  padding-left: 62px;
  padding-right: 62px;
  height: 55px;
}

.delete-button {
  border: 1px solid #B83737;
  color: #B83737;
}

.custom-swal-popup {
  background-color: #fefefe;
  border-radius: 12px;
  padding: 20px;
}

/* Title styling and reduce bottom margin */
.custom-swal-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px; /* Reduce space below title */
  color: #333;
}

/* Text below title */
.custom-swal-html {
  font-size: 16px;
  color: #555;
  margin-top: 0;
  padding-top: 2px;
  margin-bottom: 24px;
}

/* Confirm button */
.custom-confirm-button {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 13px 62px;
  border-radius: 4px;
  margin-right: 10px;
}

.custom-confirm-button:hover {
  background-color: #c0392b;
}

/* Deny button */
.custom-deny-button {
  border-color: #bdc3c7;
  color: black;
  border: 1px solid;
  padding: 13px 62px;
  border-radius: 4px;
}

.custom-deny-button:hover {
  background-color: #95a5a6;
}

.custom-swal-icon {
  margin-top: 2px;
}

.custom-swal-icon {
  border-color: #e74c3c !important;
  color: #e74c3c !important;
}

.custom-deleted-swal-popup {
  background-color: #fefefe;
  border-radius: 12px;
  padding: 20px;
}

.custom-deleted-swal-html {
  padding-top: 8px;
  margin-bottom: 20px;
}

.custom-deleted-confirm-button {
  background: #1A2F45;
  height: 50px;
  width: 100%;
  color: white;
  min-width: 460px;
  border-radius: 12px;
}

.swal-success-popup {
  background-color: #fefefe;
  border-radius: 12px;
  padding: 20px;
}

.swal-success-button {
  background: #1A2F45;
  height: 50px;
  width: 100%;
  color: white;
  min-width: 460px;
  border-radius: 12px;
}

.swal-success-text {
  padding-top: 8px;
  margin-bottom: 20px;
}

.radio-button-wrapper {
  border: 1px solid #e5e7eb;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.radio-button-wrapper input {
  height: 16px;
  width: 16px;
  accent-color: #000000;
}
.radio-button-wrapper label {
  font-size: #1f2937;
  font-size: 16px;
}

.heading {
  margin-bottom: 24px;
  color: #1f2937;
  font-weight: 700;
  font-size: 24px;
}

.option-heading {
  color: #111827;
  font-weight: 500;
  font-size: 18px;
}

.verification-card {
  text-align: center;
}
.verification-card h2 {
  margin-bottom: 15px;
}
.verification-card p {
  font-size: 19px;
  color: #555;
  margin-bottom: 25px;
}
.verification-card .code-inputs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.verification-card .code-inputs input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.verification-card .resend-link {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  color: #0095ff;
  text-decoration: none;
}
.verification-card .resend-link:hover {
  text-decoration: underline;
}

.update-email {
  text-align: center;
  color: #1a2f45;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
}
.update-email.text-decoration {
  text-decoration: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.stepform {
  background-color: #ffffff;
  max-width: 800px;
  border-radius: 30px;
  margin: auto;
  padding: 26px;
}
@media (max-width: 600px) {
  .stepform {
    border-radius: 8px;
    padding: 16px;
  }
}
.stepform .message-box {
  background-color: #dff2ff;
  padding: 16px;
  border-radius: 16px;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
}
.stepform .border-line {
  border-top: 2px solid #a4a4a4;
  padding-top: 24px;
}
.stepform .last-step-heading {
  color: #3f3f3f;
  font-weight: 500;
  font-size: 30px;
}
.stepform .last-step-heading .price {
  font-weight: 700;
}
.stepform h2 {
  font-size: 24px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .stepform h2 {
    font-size: 18px;
  }
}
.stepform .stepformradioinput {
  margin-bottom: 12px;
}
.stepform .stepformradioinput label {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .stepform .stepformradioinput label {
    font-size: 15px;
  }
}
.stepform .stepformradioinput .form-check {
  position: relative;
  padding-left: 0px;
}
.stepform .stepformradioinput .form-check input {
  position: absolute;
  left: 39px;
  top: 13px;
  box-shadow: none;
}
.stepform .stepformradioinput .form-check .form-check-input:checked + .form-check-label {
  border-color: #1a2f45;
}
.stepform .stepformradioinput .form-check label {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 12px 12px 40px;
  width: 100%;
  font-size: 16px;
  color: #1f2937;
  font-weight: 400;
}
.stepform .stepformselect {
  margin-bottom: 14px;
}
.stepform .stepformselect label {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 10px;
}
.stepform .stepformselect select {
  font-size: 16px;
  color: #1f2937;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
}
.stepform .stepforminput {
  margin-bottom: 14px;
}
.stepform .stepforminput label {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 10px;
}
.stepform .stepforminput input {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
  color: #1f2937;
  display: block;
  width: 100%;
  outline: none;
}

.stepform {
  display: none;
}
.stepform.active {
  display: block;
}

.step-wrapper {
  max-width: 800px;
  margin: 20px auto 40px auto;
}
.step-wrapper .step-bar {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.step-wrapper .step-bar .step {
  width: 75px;
  height: 5px;
  background-color: #ccc;
  border-radius: 2px;
}
.step-wrapper .step-bar .step.active {
  background-color: #ff947a;
}

.stepformbtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stepformbtns .btn-prev[disabled] {
  opacity: 0.5;
}
.stepformbtns .btn-prev {
  font-size: 16px;
  font-weight: 500;
  color: #1f2937;
  border-color: #000000;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 12px 25px;
}
.stepformbtns .btn-next[disabled] {
  opacity: 0.5;
}
.stepformbtns .btn-next {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  border: none;
  background: #2b3b4c;
  border-radius: 8px;
  padding: 13px 25px;
}

.multiselectinfo {
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  background-color: #dff2ff;
  border-radius: 8px;
  padding: 14px;
  display: flex;
  align-items: center;
}

.formquestion label {
  font-size: 18px;
  font-weight: 500;
  color: #111827;
}
.formquestion p {
  font-size: 14px;
  color: #6e6e6e;
  margin: 10px 0px;
}
.formquestion textarea {
  font-size: 16px;
  color: #1f2937;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  min-height: 88px;
  outline: none;
}

.stepformcontainer {
  padding: 0px 30px 60px;
}
@media (max-width: 600px) {
  .stepformcontainer {
    padding: 0px 13px 60px;
  }
}

.navbar {
  background-color: #1a2f45;
  padding: 20px 75px;
}
@media (max-width: 600px) {
  .navbar {
    padding: 20px;
  }
}
.navbar .navbar-collapse {
  justify-content: end;
}
.navbar .navbar-nav {
  column-gap: 25px;
}
.navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}
.navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #ffffff;
}
.navbar .navbar-nav .nav-item a.active {
  font-size: 16px;
  color: #ffffff;
}

.check-list-wrapper {
  background-color: #1a2f45;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.check-list-wrapper span {
  font-weight: 900;
  color: #ffffff;
}

#progress-bar-container div {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  text-align: center;
}
@media (max-width: 600px) {
  #progress-bar-container div {
    font-size: 16px;
  }
}
#progress-bar-container div span#progress-bar-text {
  color: #f8f9fa;
}

@media (max-width: 600px) {
  .navbar-brand img {
    height: 51px;
    width: 150px;
  }
}
.dropdown {
  display: flex;
  gap: 12px;
}

.text-muted {
  margin-left: 12px;
}

.login-page-wrapper {
  background-color: #1a2f45;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.login-page-wrapper .heading {
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(20px, 5vw, 38px);
}
.login-page-wrapper .sub-heading {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
}
.login-page-wrapper .listing-wrapper {
  gap: 8px;
}
.login-page-wrapper .listing-wrapper h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.login-page-wrapper .listing-wrapper .sub-heading {
  color: #a7a7a7;
  font-size: 18px;
}

.description {
  color: #4b5563;
  font-size: 19px;
}

.right-sec login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #1a1f2c;
}
.right-sec .login-card {
  background-color: white;
  border-radius: 30px;
  width: 100%;
  max-width: 598px;
  padding: 30px;
}
.right-sec .login-header {
  text-align: center;
  margin-bottom: 25px;
  font-size: clamp(22px, 5vw, 32px);
  font-weight: 800;
  color: #1a2f45;
}
.right-sec .checkbox {
  margin-right: 8px;
}
.right-sec .password-toggle {
  position: absolute;
  right: 12px;
  top: 32px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #1A2F45 !important;
}
.right-sec .remember-forgot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}
.right-sec .remember-me {
  display: flex;
  align-items: center;
}
.right-sec .forgot-password {
  color: #33c3f0;
  text-decoration: none;
}
.right-sec .forgot-password:hover {
  text-decoration: underline;
}
.right-sec .register-prompt {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  font-weight: 600;
}
.right-sec .register-prompt.back-button {
  display: flex;
  gap: 4px;
  font-size: 14px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  color: #666666;
}
.right-sec .register-link {
  color: #33c3f0;
  text-decoration: none;
  font-weight: 800;
}
.right-sec .register-link:hover {
  text-decoration: underline;
}

.create-account-text {
  color: 2B3B4C;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
}

.client-login .card {
  border-radius: 16px;
  padding: 32px;
}
.client-login .login-label {
  color: #2B3B4C;
  font-size: 24px;
  margin-bottom: 24px;
}
.client-login .google-btn {
  border: 1px solid #E5E7EB;
  padding: 15px;
  gap: 8px;
  display: flex;
  justify-content: center;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-control {
  width: 100%;
  padding: 12px 12px 12px 40px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 17px;
  height: 60px;
  outline: none;
  transition: border-color 0.3s;
  box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.2509803922);
}

.form-control:focus {
  border-color: #1A2F45;
  box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.2509803922);
}

.form-icon {
  position: absolute;
  left: 12px;
  top: 31px;
  transform: translateY(-50%);
  color: #999;
}

.client-form-input {
  border: 1px solid #D1D5DB;
  height: 50px;
  border-radius: 8px;
  outline: none;
  padding: 15px;
}

.client-form-input:focus {
  border: 1px solid #1A2F45;
}

.input-label {
  color: #2B3B4C;
  font-size: 16px;
  font-weight: 500;
}

.client-form-input-dropdown {
  border: 1px solid #D1D5DB;
  height: 50px;
  border-radius: 8px;
  outline: none;
  padding: 15px;
}

.custom-dropdown {
  background-color: #f8f9fa; /* Light background */
  color: #333; /* Text color */
  padding-right: 2.5rem; /* Space for icon */
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.dropdown-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6c757d;
}

.forgot-password-text-style {
  color: #0095FF;
  cursor: pointer;
}

.remember-me.form-check {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.remember-me input {
  accent-color: #1A2F45;
  height: 18px;
  width: 18px;
}
.remember-me span {
  color: #2F2F2F;
  font-size: 16px;
}

.form-check-input:checked {
  background-color: #1A2F45;
  border-color: #1A2F45;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-select {
  height: 50px;
  border-radius: 8px;
}

.client-form-input-dropdown {
  padding-right: 2.5rem; /* Space for the SVG icon */
  appearance: none; /* Remove default dropdown arrow */
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.client-form-input-dropdown.dob {
  padding-right: 14px;
  font-size: 17px;
}

.site-footer {
  background: #232323;
  color: #fff;
  border-radius: 16px;
  margin-top: 2rem;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  font-family: "Poppins", sans-serif;
  max-width: 100%;
  box-sizing: border-box;
}
.site-footer .footer-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  max-width: 1488px;
  margin: 0 auto;
}
.site-footer .footer-brand {
  flex: 1 1 100%;
  min-width: 0;
}
.site-footer .footer-brand .footer-logo-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.site-footer .footer-brand .footer-logo-row .footer-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.site-footer .footer-brand .footer-logo-row .footer-brand-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.site-footer .footer-brand .footer-description {
  font-size: 0.95rem;
  color: #e0e0e0;
  margin-bottom: 1.5rem;
  max-width: 420px;
}
.site-footer .footer-brand .footer-newsletter {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 0 0;
}
.site-footer .footer-brand .footer-newsletter .footer-input {
  flex: 1 1 0;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
  color: #232323;
  font-size: 1rem;
  outline: none;
  transition: border 0.2s;
  box-shadow: none;
}
.site-footer .footer-brand .footer-newsletter .footer-input::placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.site-footer .footer-brand .footer-newsletter .footer-input:focus {
  border: 1.5px solid #3b82f6;
  background: #fff;
}
.site-footer .footer-brand .footer-newsletter .footer-signup-btn {
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 12px;
  min-width: 92px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px 0 rgba(59, 130, 246, 0.08);
}
.site-footer .footer-brand .footer-newsletter .footer-signup-btn:hover {
  background: #2563eb;
}
.site-footer .footer-links {
  display: flex;
  flex: 2 1 0;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.site-footer .footer-links .footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 140px;
}
.site-footer .footer-links .footer-col .footer-link {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s;
}
.site-footer .footer-links .footer-col .footer-link:hover, .site-footer .footer-links .footer-col .footer-link.active {
  color: #fff;
  text-decoration: underline;
}
.site-footer .footer-bottom-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  border-top: 1px solid #333;
  padding-top: 1.5rem;
}
.site-footer .footer-bottom-row .footer-copyright {
  color: #bdbdbd;
  font-size: 0.95rem;
}
.site-footer .footer-bottom-row .footer-backtotop {
  background: #444;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 1.5rem;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.site-footer .footer-bottom-row .footer-backtotop:hover {
  background: #666;
}
@media (min-width: 900px) {
  .site-footer .footer-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 3.5rem;
  }
  .site-footer .footer-brand {
    flex: 1 1 320px;
    margin-bottom: 0;
  }
  .site-footer .footer-links {
    flex: 2 1 0;
    gap: 4rem;
  }
  .site-footer .footer-links .footer-col {
    min-width: 180px;
  }
  .site-footer .footer-bottom-row {
    align-items: center;
    padding-top: 2rem;
  }
}
@media (max-width: 600px) {
  .site-footer .footer-container {
    gap: 1.5rem;
  }
  .site-footer .footer-brand .footer-logo-row .footer-logo {
    width: 32px;
    height: 32px;
  }
  .site-footer .footer-brand .footer-brand-name {
    font-size: 1.1rem;
  }
  .site-footer .footer-brand .footer-description {
    font-size: 0.9rem;
  }
  .site-footer .footer-links {
    gap: 1.2rem;
  }
  .site-footer .footer-links .footer-col {
    min-width: 110px;
  }
  .site-footer .footer-links .footer-col .footer-link {
    font-size: 0.95rem;
  }
  .site-footer .footer-bottom-row {
    font-size: 0.95rem;
    gap: 0.5rem;
    padding-top: 1rem;
  }
}
@media (max-width: 900px) {
  .site-footer .footer-newsletter {
    max-width: 100%;
  }
  .site-footer .footer-newsletter .footer-input {
    font-size: 0.98rem;
    padding: 0.65rem 1rem;
    max-width: 185px;
    max-width: 100%;
  }
  .site-footer .footer-newsletter .footer-signup-btn {
    font-size: 0.98rem;
    padding: 0.65rem 1.1rem;
    width: 100%;
  }
  .site-footer .footer-backtotop {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
    padding: 0.7rem 0;
    font-size: 1rem;
  }
  .site-footer .flex.justify-between {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
}

.footer-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.footer-actions .footer-newsletter {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 480px;
  margin: 0;
}

.footer-actions .footer-input {
  flex: 1 1 0;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
  color: #232323;
  font-size: 1rem;
  outline: none;
  transition: border 0.2s;
  box-shadow: none;
}

.footer-actions .footer-input::placeholder {
  color: #bdbdbd;
  opacity: 1;
}

.footer-actions .footer-input:focus {
  border: 1.5px solid #3b82f6;
  background: #fff;
}

.footer-actions .footer-signup-btn {
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 16px;
  width: auto !important;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px 0 rgba(59, 130, 246, 0.08);
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-actions .footer-signup-btn:hover {
  background: #2563eb;
}

.footer-actions .footer-backtotop {
  background: #444;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 0.7rem 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 1.5rem;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.footer-actions .footer-backtotop:hover {
  background: #666;
}

@media (max-width: 900px) {
  .footer-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .footer-actions .footer-newsletter {
    max-width: 100%;
  }
  .footer-actions .footer-input {
    font-size: 0.98rem;
    padding: 0.65rem 1rem;
  }
  .footer-actions .footer-signup-btn {
    font-size: 0.98rem;
    padding: 0.65rem 1.1rem;
  }
  .footer-actions .footer-backtotop {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
    padding: 0.7rem 0;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .logo-img {
    width: 200px;
    height: auto;
  }
  .client-login .bg-login-box {
    gap: 20px;
  }
  .client-login .container {
    margin-top: 0px;
  }
  .client-login .client-login .bg-login-box {
    gap: 20px;
  }
  .client-login .client-login .container {
    margin-top: 35px;
  }
}
#sidebar {
  transition: width 0.3s ease;
  width: 270px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #1a2f45;
  z-index: 40;
  overflow: auto;
  scrollbar-width: none;
}

#sidebar.collapsed {
  width: 107px;
}

#sidebar .nav-content {
  gap: 12px;
  transition: all 0.3s ease;
}

#sidebar.collapsed .nav-content {
  justify-content: center;
}

#sidebar.collapsed .text-sm,
#sidebar.collapsed .span-text,
#sidebar.collapsed .think-idea-card,
#sidebar.collapsed .logo-wrapper .logo-text,
#sidebar.collapsed .logo {
  display: none;
}

main {
  transition: margin-left 0.3s ease;
  margin-left: 270px;
}

main.collapsed {
  margin-left: 107px;
}

@media screen and (max-width: 990px) {
  main {
    margin-left: 80px;
  }
  #sidebar.collapsed {
    padding: 32px 10px;
    width: 80px;
  }
  main.collapsed {
    margin-left: 80px;
  }
  .dashbaord-wrapper header.main-header {
    padding: 24px 20px;
  }
  .dashbaord-wrapper .side-main-content {
    padding: 24px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-left: 60px;
  }
  #sidebar.collapsed {
    padding: 32px 7px;
    width: 60px;
  }
  main.collapsed {
    margin-left: 60px;
  }
  .dashbaord-wrapper .nav-content {
    padding: 9px !important;
  }
  .dashbaord-wrapper header.main-header {
    padding: 24px 12px;
  }
  .dashbaord-wrapper .side-main-content {
    padding: 24px 12px !important;
  }
}
@media (max-width: 800px) {
  .tabs-section {
    overflow-x: scroll;
  }
  .tabs-section .tabs {
    overflow-x: scroll;
  }
  .tabs-section button {
    font-size: 12px;
    min-width: 200px;
  }
}
.dashbaord-wrapper {
  background-color: #fafbfc;
}
.dashbaord-wrapper .think-idea-card {
  width: 220px;
  padding: 102px 33px 33px 27px;
  text-align: center;
  border-radius: 20px;
  color: white;
  position: relative;
  background-image: url(../../../assets/Images/outerCard.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.dashbaord-wrapper .think-idea-card .heading {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
}
.dashbaord-wrapper .think-idea-card .desc {
  line-height: 136%;
  font-size: 14px;
}
.dashbaord-wrapper .think-idea-card h4 {
  font-size: 1rem;
  margin: 1.5rem 0 0.5rem;
  font-weight: 600;
}
.dashbaord-wrapper .think-idea-card p {
  font-size: 0.85rem;
  line-height: 1.4;
}
.dashbaord-wrapper header {
  background-color: #ffffff;
  padding: 24px 35px;
}
.dashbaord-wrapper header .notification-wrapper {
  background-color: #fffaf1;
  border-radius: 22px;
  height: 41px;
  width: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashbaord-wrapper .side-main-content {
  padding: 24px 35px;
}
.dashbaord-wrapper main {
  background-color: #fafbfc;
}
.dashbaord-wrapper .span-text {
  color: #7e7d82;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}
.dashbaord-wrapper .nav-content {
  border-radius: 8px;
  height: 56px;
  padding: 19px;
  gap: 12px;
}
.dashbaord-wrapper .nav-content i {
  color: #0095ff;
}
.dashbaord-wrapper .nav-content.active {
  background: linear-gradient(180deg, #39fefe 0%, #097cf3 100%);
}
.dashbaord-wrapper .nav-content.active i {
  color: #fff;
}
.dashbaord-wrapper .nav-content.active svg path {
  fill: #fff;
  stroke: aqua;
}
.dashbaord-wrapper .nav-content .text-sm {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.edit-profile-section .profile-info {
  width: 50%;
}
.edit-profile-section .profile-info .detail {
  display: flex;
  gap: 23px;
}
.edit-profile-section .form-section {
  background-color: #fff;
  padding: 18px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.edit-profile-section .form-section .section-title {
  color: 1A2F45;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
  margin-bottom: 10px;
}
.edit-profile-section .form-section .schedule-icon-wrapper {
  gap: 10px;
  align-items: center;
}

.clientsearchresult nav ol li {
  font-size: 14px;
  color: #667085;
}
.clientsearchresult nav ol li a {
  color: #667085;
  text-decoration: none;
}
.clientsearchresult nav ol li.active {
  color: #1a2f45;
}
.clientsearchresult h2 {
  font-size: clamp(20px, 2.5vw, 30px);
  color: #2b3b4c;
}
.clientsearchresult .inputfield {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  padding: 0px 12px;
}
.clientsearchresult .inputfield input {
  border: none;
  font-size: 16px;
  width: 100%;
  outline: none;
  padding: 12px 0px;
}
.clientsearchresult .filters {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.clientsearchresult .filters .filterbreaker {
  width: 100%;
  border-top: 1px solid #e5e7eb;
  margin: 20px 0px;
}
.clientsearchresult .filters h5 {
  font-size: 18px;
  font-weight: bold;
  color: #2b3b4c;
}
.clientsearchresult .filters a {
  font-size: 14px;
}
.clientsearchresult .filters strong {
  font-size: 16px;
  color: #2b3b4c;
  font-weight: 500;
}
.clientsearchresult .filters .form-check {
  margin-bottom: 0.5rem;
}
.clientsearchresult .filters .form-check label {
  font-size: 16px;
  color: #4b5563;
}
.clientsearchresult .filters .small {
  font-size: 14px;
  color: #2b3b4c;
  text-decoration: none;
}
.clientsearchresult .filters input[type=range] {
  margin-top: 0.5rem;
  background: transparent;
}
.clientsearchresult .filters input[type=range]::-webkit-slider-runnable-track {
  background: #0075ff;
}
.clientsearchresult .filters input[type=range]::-moz-range-track {
  background: #0075ff;
}
.clientsearchresult .results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.clientsearchresult .results-header p {
  font-size: 14px;
  margin: 0;
}
.clientsearchresult .results-header select {
  width: auto;
  font-size: 14px;
}
.clientsearchresult .sortsection p {
  font-size: 16px;
  color: #4b5563;
}
.clientsearchresult .sortsection select {
  background-color: #ffffff;
  font-size: 16px;
  color: #2b3b4c;
  outline: none;
  box-shadow: none;
}
.clientsearchresult .card {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
}
.clientsearchresult .card button.bookbtn {
  border: 1px solid #e5e7eb;
  background-color: #2b3b4c;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  padding: 7px 12px;
  min-width: 126px;
}
.clientsearchresult .card img.userimg {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border-radius: 0.75rem;
}
.clientsearchresult .card h5 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #2b3b4c;
}
.clientsearchresult .card .ratings {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: end;
}
.clientsearchresult .card .ratings span {
  font-size: 16px;
  font-weight: 500;
  color: #1f2937;
}
.clientsearchresult .card .text-muted {
  font-size: 14px;
  color: #4b5563 !important;
}
.clientsearchresult .card .pricepersession {
  font-size: 20px;
  font-weight: 500;
  color: #2b3b4c;
}
.clientsearchresult .card .pricepersession .text-muted {
  font-size: 16px;
  color: #4b5563 !important;
}
.clientsearchresult .card .badge {
  font-size: 14px;
  padding: 0.3rem 0.6rem;
  background-color: rgba(84, 200, 222, 0.1);
  font-weight: 400;
  color: #2b3b4c;
  border-radius: 4px;
}
.clientsearchresult .card .btn-dark {
  background-color: #1e293b;
  font-size: 14px;
  border-radius: 50rem;
  padding: 0.5rem 1.5rem;
  border: none;
}
.clientsearchresult .card .text-warning {
  font-size: 16px;
}
.clientsearchresult .paginationsection {
  padding: 15px;
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  gap: 10px;
  flex-wrap: wrap;
}
.clientsearchresult .paginationsection small {
  font-size: 14px;
  color: #374151;
}
.clientsearchresult .paginationsection .pagination {
  gap: 10px;
  flex-wrap: wrap;
}
.clientsearchresult .paginationsection .pagination .page-link {
  border-radius: 4px;
  padding: 0.4rem 0.75rem;
  color: #1f2937;
  font-size: 14px;
}
.clientsearchresult .paginationsection .pagination .page-item.active .page-link {
  background-color: #2b3b4c;
  border-color: #2b3b4c;
  color: #fff;
}
.clientsearchresult .paginationsection .pagination .page-item.disabled .page-link {
  color: #ccc;
}
@media (max-width: 991px) {
  .clientsearchresult .card .d-flex.cardcontent {
    flex-direction: column;
  }
  .clientsearchresult .card .ratings {
    justify-content: start;
  }
}

.dashboard-main .welcome-card .welcome-title {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: bold;
  color: #2b3b4c;
}
.dashboard-main .welcome-card .welcome-subtitle {
  font-size: 16px;
  color: #4b5563;
}
.dashboard-main .welcome-card .find-reprogrammer-btn {
  border-radius: 8px;
  background-color: #2b3b4c;
  border: 1px solid #e5e7eb;
  font-size: 16px;
  color: #ffffff;
}
.dashboard-main .upcoming-sessions {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
}
.dashboard-main .upcoming-sessions .upcoming-title {
  font-size: 20px;
  font-weight: bold;
  color: #2b3b4c;
}
.dashboard-main .upcoming-sessions .view-all-link {
  font-size: 16px;
  color: #2b3b4c;
  text-decoration: none;
}
.dashboard-main .upcoming-sessions .session-card .session-date h4 {
  font-size: 24px;
  font-weight: bold;
  color: #2b3b4c;
}
.dashboard-main .upcoming-sessions .session-card .session-date small {
  font-size: 14px;
  color: #6b7280;
}
.dashboard-main .upcoming-sessions .session-card .session-info h6 {
  font-size: 16px;
  font-weight: 500;
  color: #2b3b4c;
}
.dashboard-main .upcoming-sessions .session-card .session-info h6 small {
  font-size: 14px;
  color: #6b7280 !important;
}
.dashboard-main .upcoming-sessions .session-card .session-info p {
  font-size: 14px;
  color: #4b5563 !important;
}
.dashboard-main .upcoming-sessions .session-card .session-actions .action-icon img {
  height: 42px;
}
.dashboard-main .session-history .table-section {
  background: #ffffff;
  border-radius: 16px;
  padding: 15px 0px;
}
.dashboard-main .session-history .history-title h3 {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: bold;
  color: #2b3b4c;
}
.dashboard-main .session-history .history-title p {
  font-size: 16px;
  color: #4b5563;
}
.dashboard-main .session-history .view-all-link {
  font-size: 16px;
  color: #2b3b4c;
  text-decoration: none;
}
.dashboard-main .session-history .history-header {
  font-size: 16px;
  font-weight: 500;
  color: #8b909a;
  border-bottom: 1px solid #e9e7fd;
  padding: 0px 12px 12px;
  text-transform: uppercase;
}
.dashboard-main .session-history .history-cell {
  font-size: 14px;
  color: #23272e;
  border-bottom: 1px solid #e9e7fd;
  padding: 12px;
}
.dashboard-main .session-history .history-cell small {
  font-size: 12px;
  color: #6b6b6b;
}
.dashboard-main .session-history .history-cell span.user-name {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}
.dashboard-main .session-history .history-cell .badge.bg-success {
  font-size: 13px;
  min-width: 95px;
  font-weight: 600;
  color: #0ca952 !important;
  padding: 10px;
  border-radius: 4px;
  background-color: rgba(12, 169, 82, 0.15) !important;
}
.dashboard-main .session-history .history-cell .badge.bg-ban {
  font-size: 13px;
  min-width: 95px;
  font-weight: 600;
  color: #ba2525 !important;
  padding: 10px;
  border-radius: 4px;
  background-color: #fdc5c5 !important;
}
.dashboard-main .session-history .history-cell .badge.bg-suspend {
  font-size: 13px;
  min-width: 95px;
  font-weight: 600;
  color: #9d5211 !important;
  padding: 10px;
  border-radius: 4px;
  background-color: #f9c79c !important;
}
.dashboard-main .session-history .history-cell .badge.bg-completed {
  background-color: #f3f4f6 !important;
  color: #1f2937;
  min-width: 95px;
  font-weight: 600;
  font-size: 13px;
  padding: 10px;
  border-radius: 4px;
}
.dashboard-main .session-history .history-cell .session-cell-actions img {
  height: 42px;
}
.dashboard-main .session-history .showing-text {
  font-size: 15px;
  font-weight: 500;
  color: #8b909a;
}
.dashboard-main .pagination {
  gap: 5px;
}
.dashboard-main .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #1a2f45;
  border-color: unset;
}
.dashboard-main .pagination .page-item .page-link {
  background-color: #f1f2f6;
  font-size: 13px;
  color: #8b909a;
  border-radius: 4px;
  box-shadow: none;
}

.dashboard-main .session-bookings {
  margin-bottom: 20px;
}
.dashboard-main .session-bookings__title {
  color: #1a2f45;
  font-size: 24px;
  font-weight: bold;
}
.dashboard-main .session-bookings__filters {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 20px;
}
.dashboard-main .session-bookings__filter {
  flex: 1;
}
.dashboard-main .session-bookings__label {
  font-size: 14px;
  color: #4b5563;
}
.dashboard-main .session-bookings__select {
  font-size: 16px;
  color: #1f2937;
  box-shadow: none;
}

.contact {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  transition: background 0.3s;
}
.contact:hover {
  background: #f8f9fa;
}
.contact.active {
  background-color: #e8f4fd;
}
.contact img {
  width: 40px;
  height: 40px;
}
.contact div {
  line-height: 1.2;
}

textarea {
  resize: none;
  min-height: 40px;
  max-height: 120px;
}

.dashboard-new-ui .dashboard-wrapper .dashboard-stats {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 20px 15px;
}
.dashboard-new-ui .dashboard-wrapper .stat-card {
  border-radius: 16px;
  border: none;
}
.dashboard-new-ui .dashboard-wrapper .stat-card img {
  max-width: 30px;
}
.dashboard-new-ui .dashboard-wrapper .stat-card .stat-value {
  font-size: 24px;
  font-weight: 600;
  color: #151d48;
}
.dashboard-new-ui .dashboard-wrapper .stat-card .stat-label {
  font-size: 14px;
  color: #425166;
  font-weight: 500;
}
.dashboard-new-ui .dashboard-wrapper .stat-card.stat-clients {
  background-color: #fff4de;
}
.dashboard-new-ui .dashboard-wrapper .stat-card.stat-sessions {
  background-color: #def1ff;
}
.dashboard-new-ui .dashboard-wrapper .stat-card.stat-earnings {
  background-color: #ffe2e5;
}
.dashboard-new-ui .dashboard-wrapper .stat-card.stat-rating {
  background-color: #f3e8ff;
}
.dashboard-new-ui .dashboard-wrapper .schedule-card {
  background-color: transparent;
  border: none;
}
.dashboard-new-ui .dashboard-wrapper .schedule-card .schedule-title {
  font-size: 18px;
  font-weight: bold;
  color: #1a2f45;
}
.dashboard-new-ui .dashboard-wrapper .schedule-card .session-card.light-card {
  background-color: #fff4de;
}
.dashboard-new-ui .dashboard-wrapper .schedule-card .session-card {
  border-radius: 30px;
  background-color: #def1ff;
}
.dashboard-new-ui .dashboard-wrapper .schedule-card .session-card .session-avatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.dashboard-new-ui .dashboard-wrapper .schedule-card .session-card .session-name {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
}
.dashboard-new-ui .dashboard-wrapper .schedule-card .session-card .session-meta {
  font-size: 12pm;
  color: #6b7280;
}
.dashboard-new-ui .dashboard-wrapper .schedule-card .session-card .session-date {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  background-color: #ff947a;
  text-align: center;
  border-radius: 20px;
  padding: 6px 20px;
}
.dashboard-new-ui .dashboard-wrapper .schedule-card .session-card .session-date p {
  font-weight: 400;
  font-size: 12px;
}
.dashboard-new-ui .dashboard-wrapper .schedule-card .session-card .session-time {
  font-size: 12px;
  color: #1a2f45;
}
.dashboard-new-ui .dashboard-wrapper .schedule-card .session-card .session-title {
  font-size: 12px;
  color: #6b7280;
}
.dashboard-new-ui .dashboard-wrapper .schedule-card .session-card .session-duration {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 12px;
  background-color: #35f5fe !important;
  color: #1a2f45;
}
.dashboard-new-ui .dashboard-wrapper .schedule-card .session-card .session-actions i {
  font-size: 1.1rem;
  color: #555;
  cursor: pointer;
}
.dashboard-new-ui .dashboard-wrapper .upcoming-appointments {
  border-radius: 30px;
  background-color: #ffffff;
}
.dashboard-new-ui .dashboard-wrapper .upcoming-appointments h5 {
  font-size: 18px;
  font-weight: bold;
  color: #1a2f45;
}
.dashboard-new-ui .dashboard-wrapper .upcoming-appointments .view-all {
  font-size: 14px;
  color: #2b3b4c;
}
.dashboard-new-ui .dashboard-wrapper .upcoming-appointments .appointment-row .avatar {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.dashboard-new-ui .dashboard-wrapper .upcoming-appointments .appointment-row .action-icons i {
  font-size: 1.2rem;
  color: #1e2a36;
  cursor: pointer;
}
.dashboard-new-ui .dashboard-wrapper .upcoming-appointments .appointment-row .small-text {
  font-size: 0.7rem;
}
.dashboard-new-ui .dashboard-wrapper .clients-section {
  border-radius: 30px;
}
.dashboard-new-ui .dashboard-wrapper .clients-section .clients-title {
  font-weight: bold;
  font-size: 18px;
  color: #111827;
}
.dashboard-new-ui .dashboard-wrapper .clients-section .clients-view-all {
  font-size: 14px;
  color: #2b3b4c;
}
.dashboard-new-ui .dashboard-wrapper .clients-section .client-card {
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.3s;
  border: 1px solid #ececec;
}
.dashboard-new-ui .dashboard-wrapper .clients-section .client-card a {
  display: inline-block;
}
.dashboard-new-ui .dashboard-wrapper .clients-section .client-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.dashboard-new-ui .dashboard-wrapper .clients-section .client-card .client-avatar {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin: auto;
}
.dashboard-new-ui .dashboard-wrapper .clients-section .client-card .client-name {
  font-weight: 500;
  color: #111827;
  font-size: 14px;
}
.dashboard-new-ui .dashboard-wrapper .clients-section .client-card .client-sessions {
  font-size: 12px;
  color: #6b7280;
}
.dashboard-new-ui .dashboard-wrapper .clients-section .client-card .client-chat-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: 1px solid #f36f45;
  border-radius: 50%;
  color: #f36f45;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-new-ui .dashboard-wrapper .clients-section .client-card .client-chat-icon i {
  font-size: 1rem;
}
.dashboard-new-ui .dashboard-wrapper .earnings-card .earnings-title {
  font-size: 1.25rem;
}
.dashboard-new-ui .dashboard-wrapper .earnings-card .earnings-chart img {
  width: 100%;
  height: auto;
}
.dashboard-new-ui .dashboard-wrapper .sidebar-panel .notification-card {
  border-radius: 30px;
  background-color: #fff;
}
.dashboard-new-ui .dashboard-wrapper .sidebar-panel .notification-card .notification-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a2f45;
}
.dashboard-new-ui .dashboard-wrapper .sidebar-panel .notification-card .notification-item .notification-icon {
  background-color: #fff6ea;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-new-ui .dashboard-wrapper .sidebar-panel .notification-card .notification-item .notification-icon i {
  color: #f8aa4b;
  font-size: 1rem;
}
.dashboard-new-ui .dashboard-wrapper .sidebar-panel .notification-card .notification-item .notification-text {
  font-size: 14px;
  color: #1a2f45;
}
.dashboard-new-ui .dashboard-wrapper .sidebar-panel .notification-card .notification-view-all {
  font-size: 14px;
  color: #0095ff;
  text-decoration: none;
}
.dashboard-new-ui .dashboard-wrapper .sidebar-panel .availability-card {
  background-color: #def1ff;
  border-radius: 16px;
  border: 1px solid #7ec9ff;
}
.dashboard-new-ui .dashboard-wrapper .sidebar-panel .availability-card .availability-header .availability-title {
  font-size: 1.1rem;
  color: #1e2a36;
}
.dashboard-new-ui .dashboard-wrapper .sidebar-panel .availability-card .availability-header .availability-edit-icon {
  color: #1e2a36;
  font-size: 1rem;
  cursor: pointer;
}
.dashboard-new-ui .dashboard-wrapper .sidebar-panel .availability-card .availability-status {
  font-size: 14px;
  color: #047857;
}
.dashboard-new-ui .dashboard-wrapper .sidebar-panel .availability-card .availability-status .dot-online {
  width: 10px;
  height: 10px;
  background-color: #28a745;
  border-radius: 50%;
  display: inline-block;
}
.dashboard-new-ui .dashboard-wrapper .sidebar-panel .availability-card .manage-availability-btn {
  background: linear-gradient(to right, #00f0ff, #0080ff);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 500;
}
.dashboard-new-ui .dashboard-wrapper .profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.dashboard-new-ui .dashboard-wrapper .view-all-link {
  font-size: 14px;
  color: #2b3b4c;
  text-decoration: none;
}
.dashboard-new-ui .notification-item {
  border-bottom: 1px solid #f6f2e9;
  padding-bottom: 8px;
}

.availability-settings .avail-schedule .avail-schedule-card {
  border: none;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.availability-settings .avail-schedule .avail-schedule-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #111827;
}
.availability-settings .avail-schedule .avail-schedule-description {
  font-size: 12px;
  color: #4b5563;
  margin-bottom: 1rem;
  line-height: 24px;
}
.availability-settings .avail-schedule .avail-schedule-table th {
  font-weight: 500;
  color: #6b7280;
  font-size: 14px;
  border-bottom: 1px solid #e5e7eb;
}
.availability-settings .avail-schedule .avail-schedule-table td {
  vertical-align: middle;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.availability-settings .avail-schedule .avail-schedule-table .form-check input.avail-check {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #2b3b4c;
}
.availability-settings .avail-schedule .avail-schedule-table .form-check label {
  margin-bottom: 0;
  font-size: 14px;
  color: #6b7280;
}
.availability-settings .avail-schedule .avail-schedule-table .avail-time-input {
  background-color: #f3f4f6;
  border: none;
  text-align: center;
  height: 32px;
  border-radius: 4px;
  padding: 0.375rem 0.5rem;
  max-width: 120px;
  font-size: 14px;
  color: #1f2937;
}
@media (max-width: 576px) {
  .availability-settings .avail-schedule .avail-schedule-table td,
  .availability-settings .avail-schedule .avail-schedule-table th {
    font-size: 0.875rem;
  }
  .availability-settings .avail-schedule .avail-schedule-table .avail-time-input {
    max-width: 100%;
  }
}
.availability-settings .blocked-modal .modal-content {
  border-radius: 0.75rem;
  padding: 1rem;
}
.availability-settings .blocked-modal .modal-title {
  font-size: 1.25rem;
}
.availability-settings .blocked-modal .form-label {
  font-weight: 500;
  font-size: 0.9rem;
}
.availability-settings .blocked-modal .form-control {
  font-size: 0.95rem;
  border-radius: 0.5rem;
}
.availability-settings .blocked-modal textarea.form-control {
  resize: none;
  min-height: 120px;
}
.availability-settings .blocked-modal .btn-primary-dark {
  background-color: #1e2a38;
  color: #fff;
  border: none;
}
.availability-settings .blocked-modal .btn-primary-dark:hover {
  background-color: #16202b;
}
.availability-settings .avail-breaks .avail-breaks-card {
  border: none;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.availability-settings .avail-breaks .avail-breaks-card button.btn-dark.btn-sm {
  background-color: #1a2f45;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  border-radius: 8px;
}
.availability-settings .avail-breaks .avail-breaks-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.25rem;
  color: #111827;
}
.availability-settings .avail-breaks .avail-breaks-description {
  font-size: 12px;
  color: #4b5563;
  margin-bottom: 0;
}
.availability-settings .avail-breaks .avail-breaks-table th {
  font-weight: 500;
  color: #6b7280;
  border-bottom: 1px solid #e5e7eb;
  font-size: 14px;
}
.availability-settings .avail-breaks .avail-breaks-table td {
  vertical-align: middle;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  color: #6b7280;
}
.availability-settings .avail-breaks .avail-breaks-table .btn-link {
  font-size: 1rem;
  color: #495057;
}
.availability-settings .avail-breaks .avail-breaks-table .btn-link:hover {
  color: #1a2f45;
}
.availability-settings .avail-breaks .avail-breaks-table .btn-link.text-danger:hover {
  color: #dc3545;
}
@media (max-width: 576px) {
  .availability-settings .avail-breaks .avail-breaks-table th,
  .availability-settings .avail-breaks .avail-breaks-table td {
    font-size: 0.875rem;
  }
}
.availability-settings .avail-blocked-periods .avail-blocked-card {
  border: none;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.availability-settings .avail-blocked-periods .avail-blocked-card button.btn-dark.btn-sm {
  background-color: #1a2f45;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  border-radius: 8px;
}
.availability-settings .avail-blocked-periods .avail-blocked-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.25rem;
  color: #111827;
}
.availability-settings .avail-blocked-periods .avail-blocked-description {
  font-size: 12px;
  color: #4b5563;
  margin-bottom: 0;
}
.availability-settings .avail-blocked-periods .avail-blocked-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background-color: #ffffff;
}
.availability-settings .avail-blocked-periods .avail-blocked-item .avail-blocked-name {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
}
.availability-settings .avail-blocked-periods .avail-blocked-item .avail-blocked-dates {
  font-size: 14px;
  color: #4b5563;
}
.availability-settings .avail-blocked-periods .avail-blocked-item .avail-blocked-note {
  font-size: 14px;
  color: #4b5563;
}
.availability-settings .avail-blocked-periods .avail-blocked-item .btn-link {
  font-size: 1rem;
  color: #495057;
}
.availability-settings .avail-blocked-periods .avail-blocked-item .btn-link:hover {
  color: #1a2f45;
}
.availability-settings .avail-blocked-periods .avail-blocked-item .btn-link.text-danger:hover {
  color: #dc3545;
}
@media (max-width: 576px) {
  .availability-settings .avail-blocked-periods .avail-blocked-item .avail-blocked-name,
  .availability-settings .avail-blocked-periods .avail-blocked-item .avail-blocked-dates,
  .availability-settings .avail-blocked-periods .avail-blocked-item .avail-blocked-note {
    font-size: 0.875rem;
  }
}
.availability-settings .avail-sidebar .avail-sidebar-title {
  font-size: 18px;
  font-weight: bold;
  color: #111827;
}
.availability-settings .avail-sidebar .avail-quick-actions {
  background-color: #def1ff;
  border: 1px solid #7ec9ff;
  border-radius: 12px;
}
.availability-settings .avail-sidebar .avail-quick-actions button {
  font-size: 14px;
  border-radius: 8px;
  color: #374151;
  border: 1px solid #c3d7ff;
}
.availability-settings .avail-sidebar .avail-quick-actions button.darkbtn {
  color: #ffffff;
  background-color: #1a2f45;
}
.availability-settings .avail-sidebar .avail-status,
.availability-settings .avail-sidebar .avail-guidelines {
  border: none;
  background-color: #ffffff;
  border-radius: 12px;
}
.availability-settings .avail-sidebar .avail-status p {
  font-size: 14px;
  color: #666666;
}
.availability-settings .avail-sidebar .avail-guidelines ul {
  font-size: 0.9rem;
  color: #6b7280;
}
.availability-settings .avail-sidebar .avail-guidelines ul li i {
  font-size: 1.1rem;
}
.availability-settings .avail-sidebar .avail-guidelines a {
  font-size: 14px;
  font-weight: 500;
  color: #2b3b4c !important;
  text-decoration: underline;
}
.availability-settings .avail-sidebar .avail-guidelines a:hover {
  color: #1a2f45;
}
@media (max-width: 576px) {
  .availability-settings .avail-sidebar {
    padding: 0;
  }
  .availability-settings .avail-sidebar .avail-sidebar-title {
    font-size: 0.95rem;
  }
}
.availability-settings .avail-modal-content {
  border-radius: 12px;
  background-color: #fff;
}
.availability-settings .avail-modal-content .avail-modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e293b;
}
.availability-settings .avail-modal-content .avail-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4b5563;
}
.availability-settings .avail-modal-content .avail-input {
  font-size: 0.95rem;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}
.availability-settings .avail-modal-content .avail-input:focus {
  border-color: #0b141d;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.1);
}
.availability-settings .avail-modal-content .avail-day-btn {
  border: none;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1f2937;
  background-color: #f3f4f6;
  transition: 0.2s;
  width: 59px;
  min-width: 59px;
}
.availability-settings .avail-modal-content .avail-day-btn.active, .availability-settings .avail-modal-content .avail-day-btn:hover {
  background-color: #1e293b;
  color: white;
}
.availability-settings .avail-modal-content .avail-action-btn {
  border-radius: 8px;
  padding: 0.5rem 1.25rem;
  font-size: 0.95rem;
  background-color: #1e293b;
  border: none;
}
.availability-settings .avail-modal-content .avail-action-btn:hover {
  background-color: #111827;
}
.availability-settings .avail-settings .breadcrumb {
  font-size: 0.9rem;
}
.availability-settings .avail-settings .avail-card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.availability-settings .avail-settings .avail-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.availability-settings .avail-settings .avail-description {
  font-size: 0.9rem;
  color: #666;
}

.login-container .alert {
  gap: 12px;
  background-color: #FEF2F2;
  border-radius: 0;
}
.login-container .alert p {
  margin-bottom: 4px;
}
.login-container .alert .error-heading-text {
  font-size: 14px;
  color: #991B1B;
  font-weight: 500;
}
.login-container .alert .error-sub-heading-text {
  color: #B91C1C;
  font-size: 14px;
}
.login-container .light-shade {
  gap: 12px;
  border-left: 4px solid #F59E0B;
  background-color: #FFFBEB;
  border-radius: 0;
}
.login-container .light-shade .error-heading-text {
  font-size: 14px;
  color: #F59E0B;
  font-weight: 500;
  margin-bottom: 4px;
}
.login-container .light-shade .error-sub-heading-text {
  color: #F59E0B;
  font-size: 14px;
}
.login-container .green-shade {
  gap: 12px;
  border-left: 4px solid #10B981;
  background-color: #ECFDF5;
  border-radius: 0;
}
.login-container .green-shade .error-heading-text {
  font-size: 14px;
  color: #10B981;
  font-weight: 500;
  margin-bottom: 4px;
}
.login-container .green-shade .error-sub-heading-text {
  color: #10B981;
  font-size: 14px;
}

.stepformselect select {
  font-size: 16px;
  color: #1f2937;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  outline: none;
}

.form-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #d1d5db;
}

.custom-select-icon {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2rem;
  background: transparent;
  width: 100%;
}

.position-relative {
  position: relative;
}

.custom-dropdown-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: #555;
}

.language-selection-wrapper .select2-container--default .select2-selection--multiple {
  display: flex;
  align-items: center;
  height: 50px;
}
.language-selection-wrapper .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  height: 50px;
}

.flatpickr-calendar {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.flatpickr-calendar .flatpickr-weekdays {
  margin-top: 10px;
}
.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
  font-size: 16px;
  font-weight: 600;
  color: #6B7280;
  text-transform: capitalize;
  text-align: start;
  padding-left: 12px;
}
.flatpickr-calendar .flatpickr-days .dayContainer {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  max-width: 100%;
}
.flatpickr-calendar .flatpickr-days .flatpickr-day {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 14px;
  color: #374151;
  transition: all 0.2s ease;
}
.flatpickr-calendar .flatpickr-days .flatpickr-day:hover {
  background-color: #dbeafe;
  color: #1e3a8a;
}
.flatpickr-calendar .flatpickr-days .flatpickr-day.selected {
  background-color: #1e3a8a;
  color: white;
  border-color: #1e3a8a;
}
.flatpickr-calendar .flatpickr-days .flatpickr-day.today {
  border: 1px solid #1e3a8a;
}
.flatpickr-calendar .flatpickr-days .flatpickr-day.prevMonthDay, .flatpickr-calendar .flatpickr-days .flatpickr-day.nextMonthDay {
  color: #9ca3af;
}
.flatpickr-calendar .flatpickr-days .flatpickr-day.disabled {
  color: #d1d5db;
  pointer-events: none;
}
.flatpickr-calendar .flatpickr-days {
  width: 100%;
}
.flatpickr-calendar .flatpickr-days .dayContainer {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
  gap: 6px;
}
.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day {
  width: 100%;
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 8px;
  line-height: unset;
  padding: 0.5rem 0;
  transition: all 0.2s;
}
.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day:hover {
  background-color: #e0f2fe;
}
.flatpickr-calendar .flatpickr-days .dayContainer .flatpickr-day.selected {
  background-color: #2B3B4C;
  color: #fff;
}

.flatpickr-calendar .flatpickr-days {
  width: 100%;
}

.flatpickr-rContainer {
  width: 100%;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #1A2F45 !important;
}

.fc-daygrid-day-events > .fc-daygrid-event-harness:nth-child(1) .fc-event {
  background-color: #DBEAFE;
}

.fc-daygrid-day-events > .fc-daygrid-event-harness:nth-child(1) .fc-daygrid-event-dot {
  border-color: #1D4ED8 !important;
}

.fc-daygrid-day-events > .fc-daygrid-event-harness:nth-child(2) .fc-daygrid-event-dot {
  border-color: #047857 !important;
}

.fc-daygrid-day-events > .fc-daygrid-event-harness:nth-child(2) .fc-event {
  background-color: #D1FAE5;
}

@media (max-width: 600px) {
  .fc-daygrid-day-events {
    margin-bottom: 0 !important;
  }
  .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 1em;
  }
}
.custom-note-list .note-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
  border: 1px solid #E5E7EB;
}
.custom-note-list .note-card .note-header .note-title {
  font-weight: 600;
  font-size: 20px;
  color: #2B3B4C;
}
.custom-note-list .note-card .note-header .note-user-icon {
  width: 32px;
  height: 32px;
  background-color: #4CAF50;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}
.custom-note-list .note-card .note-meta {
  font-size: 1rem;
}
.custom-note-list .note-card .note-meta > div {
  color: #9f9f9f;
}
.custom-note-list .note-card .note-meta i {
  margin-right: 4px;
}
.custom-note-list .note-card .note-description {
  font-size: 1rem;
  color: #6E6E6E;
}
.custom-note-list .note-card .note-tags .badge {
  margin-right: 0.5rem;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
.custom-note-list .note-card .note-tags .badge.bg-primary {
  color: #1D4ED8;
  background-color: #DBEAFE !important;
}
.custom-note-list .note-card .note-tags .badge.bg-success {
  color: #047857;
  background-color: #D1FAE5 !important;
}
.custom-note-list .custom-pagination {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 15px;
}
.custom-note-list .custom-pagination .showing-text {
  font-size: 15px;
  font-weight: 500;
  color: #8B909A;
}
.custom-note-list .custom-pagination .pagination {
  gap: 5px;
}
.custom-note-list .custom-pagination .pagination .page-item .page-link {
  background-color: #F1F2F6;
  font-size: 13px;
  color: #8B909A;
  border-radius: 4px;
  box-shadow: none;
}
.custom-note-list .custom-pagination .pagination .active .page-link {
  color: #ffffff;
  background-color: #1A2F45;
  border: 1px solid #1A2F45;
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chart-header h2 {
  font-size: 18px;
  margin: 0;
}

.chart-header select {
  padding: 4px 10px;
  font-size: 14px;
}

.high-low {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 0 24px;
  margin-top: 5px;
}

.help-page {
  max-width: 800px;
  margin: 100px auto;
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 600px) {
  .help-page {
    margin-top: -23px;
    padding-left: 0;
    padding-right: 0;
  }
}
.help-page .faq-question.active + .faq-answer {
  border-top: none;
}
.help-page .faq-box {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  margin-bottom: 12px;
}
.help-page h2 {
  font-size: clamp(20px, 2.5vw, 24px);
}
.help-page .faq-item .faq-question {
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.help-page .faq-item .faq-question .chevron {
  transition: transform 0.3s ease;
}
.help-page .faq-item .faq-question.active .chevron {
  transform: rotate(180deg);
}
.help-page .faq-item .faq-answer {
  display: none;
  padding: 0 16px 16px;
  font-size: 14px;
  border-top: 1px solid #e5e7eb;
}
.help-page .message-box h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}
.help-page .message-box ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}
.help-page .message-box ul li {
  margin-bottom: 6px;
  font-size: clamp(16px, 2.5vw, 18px);
  color: #666666;
}

header {
  position: sticky;
  top: 0;
  background: white;
  z-index: 2;
}

.home-page .button-styling {
  background: linear-gradient(92.81deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page .third-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.5rem;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .home-page .third-section {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.home-page .third-section .image-container {
  position: relative;
  width: 100%;
  max-width: 687px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .home-page .third-section .image-container {
    width: 60%;
    margin: 0;
  }
}
.home-page .third-section .image-container .image-wrapper {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
.home-page .third-section .image-container .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.75rem;
  min-height: 280px;
}
@media (min-width: 640px) {
  .home-page .third-section .image-container .image-wrapper img {
    min-height: 320px;
  }
}
@media (min-width: 768px) {
  .home-page .third-section .image-container .image-wrapper img {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .home-page .third-section .image-container .image-wrapper img {
    min-height: 500px;
  }
}
.home-page .third-section .image-container .image-wrapper img {
  max-height: 600px;
}
.home-page .third-section .image-container .image-wrapper .floating-button {
  position: absolute;
  top: 45%;
  right: 20%;
  z-index: 10;
  border-radius: 50px;
  padding: 0.5rem 0.75rem;
  font-size: 0.625rem;
  font-weight: 600;
  user-select: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1034px) {
  .home-page .third-section .image-container .image-wrapper .floating-button {
    display: none;
  }
}
@media (min-width: 640px) {
  .home-page .third-section .image-container .image-wrapper .floating-button {
    top: 50%;
    right: 25%;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .home-page .third-section .image-container .image-wrapper .floating-button {
    top: 56%;
    right: 25%;
  }
}
.home-page .third-section .image-container .image-wrapper .bottom-buttons {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  display: flex;
  gap: 0.5rem;
  font-size: 0.625rem;
  font-weight: 600;
}
@media (min-width: 640px) {
  .home-page .third-section .image-container .image-wrapper .bottom-buttons {
    bottom: 1rem;
    left: 1rem;
    flex-direction: row;
    font-size: 0.75rem;
  }
}
.home-page .third-section .image-container .image-wrapper .bottom-buttons .bottom-btn {
  background-color: white;
  border-radius: 50px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
@media (min-width: 640px) {
  .home-page .third-section .image-container .image-wrapper .bottom-buttons .bottom-btn {
    padding: 0.5rem 1rem;
  }
}
.home-page .third-section .image-container .image-wrapper .bottom-buttons .bottom-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.home-page .third-section .content-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .home-page .third-section .content-container {
    width: 47%;
    gap: 2rem;
  }
}
.home-page .third-section .content-container .main-content {
  text-align: center;
}
@media (min-width: 1024px) {
  .home-page .third-section .content-container .main-content {
    text-align: left;
  }
}
.home-page .third-section .content-container .main-content .main-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .home-page .third-section .content-container .main-content .main-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .home-page .third-section .content-container .main-content .main-heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .home-page .third-section .content-container .main-content .main-heading {
    font-size: 2.8125rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    line-height: 47px;
  }
}
.home-page .third-section .content-container .main-content .main-description {
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.625;
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .home-page .third-section .content-container .main-content .main-description {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .home-page .third-section .content-container .main-content .main-description {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .home-page .third-section .content-container .main-content .main-description {
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.home-page .third-section .content-container .main-content .read-more-btn {
  margin: 0 auto 2rem;
  height: 44px;
  background-color: #1a2f45;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.3s ease;
}
@media (min-width: 640px) {
  .home-page .third-section .content-container .main-content .read-more-btn {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .home-page .third-section .content-container .main-content .read-more-btn {
    margin: 0;
  }
}
.home-page .third-section .content-container .main-content .read-more-btn:hover {
  background-color: #111827;
}
.home-page .third-section .content-container .feature-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .home-page .third-section .content-container .feature-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .home-page .third-section .content-container .feature-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.home-page .third-section .content-container .feature-cards .feature-card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
@media (min-width: 640px) {
  .home-page .third-section .content-container .feature-cards .feature-card {
    padding: 1.25rem;
  }
}
.home-page .third-section .content-container .feature-cards .feature-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) and (max-width: 1023px) {
  .home-page .third-section .content-container .feature-cards .feature-card.third-card {
    grid-column: span 2;
    max-width: none;
  }
}
.home-page .third-section .content-container .feature-cards .feature-card .icon-container {
  background-color: #1a2f45;
  color: white;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
.home-page .third-section .content-container .feature-cards .feature-card .feature-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1f2937;
}
@media (min-width: 640px) {
  .home-page .third-section .content-container .feature-cards .feature-card .feature-title {
    font-size: 1.25rem;
  }
}
.home-page .third-section .content-container .feature-cards .feature-card .feature-description {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.625;
}
@media (min-width: 640px) {
  .home-page .third-section .content-container .feature-cards .feature-card .feature-description {
    font-size: 1rem;
  }
}
.home-page .landing-page-bg {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px;
  height: 100vh;
  max-height: 763px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 769px) {
  .home-page .landing-page-bg {
    background-size: cover;
  }
}
.home-page .landing-page-bg .floating-card {
  position: absolute;
  max-width: 306px;
  padding: 18px;
  z-index: 1;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  background: linear-gradient(116.44deg, rgba(255, 255, 255, 0.51) 13.11%, rgba(255, 255, 255, 0.06) 93.5%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
  margin: 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  color: #222;
}
@media (max-width: 780px) {
  .home-page .landing-page-bg .floating-card.bottom-card {
    display: none;
  }
}
.home-page .landing-page-bg .top-card {
  top: 45%;
  left: 2%;
}
@media (max-width: 1024px) {
  .home-page .landing-page-bg .top-card {
    top: 16%;
    left: 0%;
  }
}
@media (max-width: 780px) {
  .home-page .landing-page-bg .top-card {
    margin: 16px auto 0;
    left: 0;
    top: 0;
    max-width: 95vw;
  }
}
.home-page .landing-page-bg .main-content-card {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 24px;
  border-top-right-radius: 40px;
  max-width: 664px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 600px) {
  .home-page .landing-page-bg .main-content-card p {
    font-size: 19px !important;
  }
  .home-page .landing-page-bg .main-content-card button {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .home-page .landing-page-bg .main-content-card {
    max-width: 357px;
    padding: 20px;
  }
  .home-page .landing-page-bg .main-content-card p {
    font-size: 30px;
  }
}
@media (max-width: 780px) {
  .home-page .landing-page-bg .main-content-card {
    max-width: 100%;
    border-top-right-radius: 0;
    padding: 20px;
    text-align: center;
  }
  .home-page .landing-page-bg .main-content-card button {
    margin: 0 auto;
  }
}
.home-page .landing-page-bg .bottom-card {
  bottom: 15%;
  right: 5%;
}
@media (max-width: 1024px) {
  .home-page .landing-page-bg .bottom-card {
    bottom: 15%;
    right: 0%;
  }
}
@media (max-width: 780px) {
  .home-page .landing-page-bg .bottom-card {
    margin: 16px auto 0;
    right: 0;
    bottom: 0;
    max-width: 95vw;
  }
}
@media (max-width: 1024px) {
  .home-page .landing-page-bg {
    max-height: 600px;
  }
}
@media (max-width: 780px) {
  .home-page .landing-page-bg {
    max-height: 500px;
    min-height: 400px;
  }
  .home-page .landing-page-bg .floating-card {
    position: relative;
    margin: 10px auto;
    transform: none;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .home-page .landing-page-bg .top-card {
    margin-top: 20px;
    position: absolute;
    left: 34px;
    top: 64px;
    z-index: 1;
  }
  .home-page .landing-page-bg .bottom-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home-page .landing-page-bg {
    max-width: 100%;
    width: 100%;
    margin: 16px auto 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    border-radius: 20px;
    border-top-right-radius: 30px;
  }
}
@media (max-width: 768px) {
  .home-page .landing-page-bg .top-card {
    margin-bottom: 12px;
    left: 0px;
    top: -21px;
    max-width: 236px;
  }

  .aspect-square {
    aspect-ratio: 1 / 0.3 !important;
}
}
.aspect-square {
    aspect-ratio: 1 / 0.7 !important;
}
.home-page .landing-page-bg > * {
  position: relative;
  z-index: 2;
} 


#google_translate_element .skiptranslate.goog-te-gadget select {
  border: 1px solid black !important;
  border-radius: 50px !important;
  padding: 9px !important;
  background: white !important;
  font-size: 16px !important;
  max-width: 160px;
}

.error-placeholder #terms-error {
  font-size: 18px;
  font-weight: 500;
}

#confirm_password-error, #first_name-error, #last_name-error, #user_email-error, #password-error {
  font-size: 14px;
  font-weight: 500;
}

.stepformselect .select2.select2-container .selection .select2-selection {
  outline: none;
  box-shadow: none;
}

/*# sourceMappingURL=main.css.map */
@media (max-width: 767px) {
    #dashboardTitle {
        display: none !important;
    }
}
