@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap");
@font-face {
  font-family: "Saudi";
  src: url("/assets/fonts/SaudiWeb-Bold.woff");
}
@font-face {
  font-family: "Saudi-regular";
  src: url("/assets/fonts/SaudiWeb-Regular.woff");
}
/* Hide spin buttons in Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.lf-heading {
  font-family: "Saudi";
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}

.lf-subheading {
  font-family: "Saudi";
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}

.saudi-regular {
  font-family: "Saudi-regular";
}

.saudi {
  font-family: "Saudi";
}

.ibm-plex {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

/* Hide in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-control {
  height: 40px;
}

textarea.form-control {
  height: unset;
}

.card {
  border: none;
}

.primary {
  color: #0F898C;
}

.brown {
  color: #8F490F;
}

.navy {
  color: #02015A;
}

.btn-primary {
  background-color: #0F898C !important;
  font-size: 15px;
  border-color: #0F898C;
  border: none;
}
.btn-primary:hover {
  background-color: #2C3E50 !important;
  color: white;
}
.btn-primary:focus {
  background-color: #24B4B7 !important;
  color: white;
}

.fit-content {
  max-width: fit-content;
}

.max-100 {
  max-width: 100%;
}

.max-75 {
  max-width: 75%;
}

.max-50 {
  max-width: 50%;
}

input::placeholder {
  color: #BCBCBC !important;
}

.form-select {
  text-align: start;
}
.form-select:focus {
  box-shadow: none;
}

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

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

.dark-gray {
  color: #68708C;
}

.d-text-gray {
  color: #565656;
}

.essential-color {
  color: #A3D9A5;
}

.navbar-nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  /* Add your custom icon here */
  background-image: url("/assets/images/drop-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px; /* Adjust as needed */
  height: 8px; /* Adjust as needed */
}

.navbar-toggler:focus {
  box-shadow: none;
}

.btn-close:focus {
  box-shadow: none;
}

.btn {
  position: relative;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #0F898C;
}

.text-justify {
  text-align: justify !important;
}

.no-caret::after {
  display: none !important;
}

.custom-center-dropdown {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

input.is-invalid {
  background-image: url("data:image/svg+xml,%3Csvg ...error-icon...%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
}
[dir=rtl] input.is-invalid {
  background-position: left 0.75rem center !important;
}

[dir=rtl] .form-select.is-invalid:not([multiple]):not([size]) {
  background-position: left 0.75rem center, center left 2.25rem !important;
}

.margin-top {
  margin-top: -100px;
}

.padding-top {
  padding-top: 100px;
}

.input-group {
  direction: ltr !important;
}

.list-style-none {
  list-style-type: none !important;
}

.lf-para-formatting {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Tajawal", sans-serif;
  min-height: 100vh;
}

.navbar {
  padding: 1rem 0;
}
.navbar .navbar-brand {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #0F898C !important;
}
.navbar .navbar-nav .nav-link {
  color: #333 !important;
  font-weight: 700;
  margin: 0 15px;
  transition: color 0.3s ease;
}
.navbar .navbar-nav .nav-link:hover {
  color: #0F898C !important;
}
.navbar .navbar-nav .dropdown-item {
  color: #8A8A8A;
  font-weight: 500;
}
.navbar .navbar-nav .dropdown-item:hover {
  background-color: #E4F0FF !important;
  color: #0F898C;
}
.navbar .navbar-collapse {
  justify-content: center;
}
.navbar .dropdown-menu.show {
  background-color: #FAFAFA;
  border-radius: 6px;
  border: none;
}

.dropdown-menu {
  top: 115% !important;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .dropdown-item.active {
  color: #0F898C !important;
  font-weight: bold;
}

.login-btn-mob {
  display: none;
}

.navbar .navbar-nav .dropdown-item.active {
  background-color: #E4F0FF !important;
}

.navbar .navbar-nav .nav-link:hover {
  color: #0F898C !important;
}

.nav-select {
  background: #FAFAFA;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lf-offcanvas {
  background: #0F898C;
}
.lf-offcanvas .navbar-nav .nav-link {
  color: white;
}

.logo {
  width: 40px;
  height: 40px;
  background-color: #0F898C;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.language-selector {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: #333;
  font-weight: 500;
}

.user-icon {
  background-color: #0F898C;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-display {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin: 20px 0;
}

.login-page {
  background-image: url("/assets/images/bg-pattern.png");
  background-size: contain;
  background-position: center;
}

.signup-bg {
  background-image: url("/assets/images/bg-pattern.png");
  background-size: cover;
  background-position: center;
}

.signup-card label {
  color: #6C6868;
}
.signup-card a {
  text-decoration: none;
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 200px);
  padding: 2rem 0;
}

.login-wrapper {
  min-height: 80vh;
}

.login-card {
  background: white;
  border-radius: 27px;
  padding: 20px;
  margin: auto;
  width: 100%;
  max-width: 450px;
  border: 1px solid #C3C3C3;
}

.login-title {
  color: #0F898C;
  text-align: center;
  margin-bottom: 1.5rem;
}

.login-subtitle {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 21px;
}
.login-subtitle a {
  color: #0F898C;
  text-decoration: none;
}
.login-subtitle a:hover {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 1.5rem;
}

.phone-input-group {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 0px;
  overflow: hidden;
}
.phone-input-group .country-code {
  background-color: #f8f9fa;
  border: none;
  padding: 12px 15px;
  color: #666;
  font-size: 14px;
  min-width: 80px;
  text-align: center;
}
.phone-input-group .phone-input {
  flex: 1;
  border: none;
  padding: 12px 15px;
  font-size: 14px;
  outline: none;
}
.phone-input-group .phone-input::placeholder {
  color: #999;
}

.form-control {
  border: 1px solid #ddd;
  font-size: 14px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.form-control:focus {
  border-color: #0F898C;
  box-shadow: 0 0 0 0.2rem rgba(45, 156, 172, 0.25);
}

.btn-send-otp {
  background-color: #EFFAFA;
  color: #0F898C;
  border: none;
  font-size: 15px;
  padding: 12px 20px;
  border-radius: 13px;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  line-height: 1.5;
  vertical-align: middle;
}
.btn-send-otp:hover {
  background-color: #dee2e6;
}

.btn-login {
  background-color: #0F898C;
  color: white;
  border: none;
  border-radius: 13px;
  padding: 13px;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  transition: background-color 0.3s ease;
}

.signup-link {
  text-align: center;
  margin-top: 1.5rem;
  color: #666;
  font-size: 15px;
}
.signup-link a {
  color: #0F898C;
  text-decoration: none;
  font-weight: 500;
}
.signup-link a:hover {
  text-decoration: underline;
}

.language-dropdown {
  border: 1px solid #DBDFE5;
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.lang-drop-container .dropdown-menu.show {
  border: 1px solid #EDEDED;
  border-radius: 9px;
  padding: 5px;
  background-color: white;
}
.lang-drop-container .dropdown-menu.show .dropdown-item {
  background-color: #F9F9F9;
  font-weight: 700;
  border-radius: 5px;
}
.lang-drop-container .dropdown-menu.show .dropdown-item:hover {
  background-color: #E4F0FF !important;
  color: #0F898C;
}

.lang-drop-container .dropdown-item.active {
  background-color: #E4F0FF !important;
  color: #0F898C;
}

.iti__flag {
  display: none !important;
}

.iti__selected-dial-code {
  margin-right: 10px !important;
}

.iti__selected-country-primary {
  padding: 0;
}

.iti {
  width: 100%;
}

input[id=phone] {
  height: 40px;
}

.signup-wrapper {
  position: relative;
  bottom: 90px;
}

.signup-header {
  background-image: url("/assets/images/signup-bg.png");
  background-size: cover;
  min-height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signup-card {
  background-color: #FCFBF8;
  border-radius: 15px;
}

.list-circle {
  background-color: #0F898C;
  max-width: 24px;
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.custom-tabs {
  background-color: #fdfcfa;
  border-radius: 50px;
  width: 100%;
  display: inline-flex;
  overflow: hidden;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0;
}
.custom-tabs .nav-item {
  flex: 1;
  border-top: 2px solid #0F898C;
  background: white;
}
.custom-tabs .nav-link {
  background: none;
  color: #000;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  padding-right: 40px;
}
.custom-tabs .nav-link.active {
  background-color: #0F898C;
  color: #fff;
  font-weight: 600;
  border-radius: 50px 0 0 50px;
  clip-path: polygon(0 0, calc(100% + 20px) 0, 100% 0%, calc(100% - 25px) 100%, 0 128%);
  z-index: 2;
}

.business-second-tabs {
  background-color: white;
  border-radius: 50px;
  padding: 10px;
  display: inline-flex;
  position: relative;
  max-width: fit-content;
  border: 1px solid #E8ECF5;
}

.business-second-tabs .nav-tabs {
  background: #F4F4F4;
  border-radius: 38px;
  padding: 0;
  margin: 0;
}

.business-second-tabs .nav-link {
  color: #6c757d;
  background: transparent;
  border: none;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  min-width: 120px;
  text-align: center;
}

.business-second-tabs .nav-link:hover {
  color: #495057;
}

/* First tab active */
.business-second-tabs .nav-item:first-child .nav-link.active {
  color: #ffffff;
  background-color: #213242;
  border-radius: 46px 0 0 46px;
}

/* Second tab active */
.business-second-tabs .nav-item:last-child .nav-link.active {
  color: #ffffff;
  background-color: #213242;
  border-radius: 0 46px 46px 0;
}

.business-second-tabs .nav-link:focus {
  box-shadow: none;
}

.home-header-desc {
  line-height: 38px;
  max-width: 70%;
}

.home-header-container {
  background-image: url("/assets/images/bg-pattern.png");
  background-size: cover;
  background-position: center;
  padding-bottom: 150px;
}
.home-header-container .btn-primary {
  font-size: 20px;
}
.home-header-container h4 {
  font-size: 25px;
}

.home-services-section {
  background-image: url("/assets/images/service-bg.png");
  background-size: cover;
  background-position: center;
  background-color: #F9FAFB;
  background-blend-mode: multiply;
  padding: 50px 0;
}

.service-container {
  position: relative;
  text-align: center;
}
.service-container p {
  position: absolute;
  top: 51%;
  left: 48%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 700;
  color: #565656;
}

.detail-section-container {
  padding: 200px 0 270px 0;
  background-image: url("/assets/images/detail-bg.png");
  background-position: top;
  position: relative;
  background-size: cover;
}

.detail-card {
  background-color: white;
  min-height: 220px;
  padding: 20px 0;
  border-radius: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.detail-upper-pattern {
  max-width: 100px;
  position: absolute;
  bottom: -39%;
  right: 25%;
  z-index: -1;
}

.detail-lower-pattern {
  max-width: 100px;
  position: absolute;
  bottom: 0;
  left: 18%;
}

.solution-card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  text-align: center;
  min-height: 200px;
}
.solution-card a {
  font-size: 20px;
  font-weight: 700;
  color: black;
  text-decoration: none;
}
.solution-card .lawyer {
  background-color: #EFE5F9;
}
.solution-card .language {
  background-color: #E4E5E6;
}
.solution-card .accounting {
  background-color: #E2FDF9;
}
.solution-card .contracts {
  background-color: #EBF4E2;
}
.solution-card .legal {
  background-color: #F4EAFA;
}

.solution-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  width: 64px;
  height: 64px;
  margin: 20px auto;
}

.footer-section {
  background-color: #F9F9F9;
  padding-top: 50px;
}

.payment-methods {
  margin-bottom: 20px;
}

.payment-icon {
  height: 30px;
  width: auto;
  background: white;
  padding: 5px 8px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.visa-icon {
  color: #1a1f71;
  font-weight: bold;
  font-size: 18px;
}

.apple-pay-icon {
  color: #000;
  font-size: 20px;
}

.stc-pay {
  background: #672d91;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

.mada-icon {
  background: #00a651;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

.logo-section {
  text-align: center;
  margin-bottom: 30px;
}

.law-firm-logo {
  width: 80px;
  height: 80px;
  background: #2c9faf;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.logo-text {
  color: white;
  font-size: 24px;
  font-weight: bold;
  font-family: "Arial", sans-serif;
}

.firm-text {
  color: #2c9faf;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-links a {
  text-decoration: none;
  font-weight: 500;
  color: black;
}

.nav-links a:hover {
  color: #2c9faf;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s;
}

.social-icon:hover {
  transform: translateY(-2px);
}

.social-icon.email {
  background: #4285f4;
  color: white;
}

.social-icon.whatsapp {
  background: #25d366;
  color: white;
}

.social-icon.linkedin {
  background: #0077b5;
  color: white;
}

.social-icon.twitter {
  background: #1da1f2;
  color: white;
}

.social-icon.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white;
}

.social-icon.facebook {
  background: #1877f2;
  color: white;
}

.copyright {
  text-align: center;
}

.footer-icon {
  border-radius: 10px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-mail-icon {
  background-color: #1673DF;
}

.footer-whatsapp-icon {
  background-color: #46B04B;
}

.bottom-footer {
  border-top: 1px solid #C3C3C3;
}
.bottom-footer h5 {
  font-size: 16px;
  font-weight: 500;
}

.registering-section {
  background-color: #0F898C;
  background-image: url("/assets/images/registering-pattern.png");
  background-size: cover;
  background-position: center;
  min-height: 188px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  top: 35px;
}

.footer-social {
  border-radius: 9px;
  border: 1px solid #F4F4F4;
  width: 55px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.process-section {
  padding: 100px 0;
}
.process-section .btn {
  font-size: 20px;
  border-radius: 18px;
  padding: 15px 25px;
}

.process-img img {
  width: 100%;
}

.business-header {
  background-image: url("/assets/images/bg-pattern.png");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
.business-header .header {
  padding: 0 20px;
}
.business-header .header p {
  font-size: 20px;
}

.business-header-content-span {
  white-space: nowrap;
  background-image: url("/assets/images/red-underline.svg");
  background-size: 88%;
  background-repeat: no-repeat;
  background-position: center;
}

.business-plan-section {
  padding: 50px 0;
  background-image: url("/assets/images/detail-bg.png");
  background-position: top;
  position: relative;
  background-size: cover;
  padding-bottom: 100px;
}
.business-plan-section .plan-card {
  min-height: 1150px;
}
.business-plan-section .plan-card h5 {
  font-size: 16px;
}

.nav-pills.subscription-toggle {
  background-color: white;
  border: 0.18rem solid #E8ECF5;
  border-radius: 25px;
  padding: 4px;
  display: inline-flex;
  width: auto;
}

.nav-pills.subscription-toggle .nav-link {
  color: black;
  background-color: white;
  border-radius: 20px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  white-space: nowrap;
  margin: 0;
}

.nav-pills.subscription-toggle .nav-link.active,
.nav-pills.subscription-toggle .show > .nav-link {
  background-color: #E2FDF9;
  color: #0F898C;
}

.nav-pills.subscription-toggle .nav-link:hover:not(.active) {
  color: #495057;
  background-color: transparent;
}

.plan-card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 30px;
  background-color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.plan-tag {
  border-radius: 150px;
  padding: 8px 18px;
  max-width: fit-content;
  margin: auto;
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-align: center;
}

.plan-tag.essential {
  background-color: #A3D9A5;
}

.plan-tag.pro {
  background-color: #A3A8AC;
}

.plan-tag.flexible {
  background-color: #213242;
}

.plan-counter {
  width: 100%;
  max-width: 25px;
  height: 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: white;
}

.plan-enable {
  border-radius: 50%;
  width: 100%;
  max-width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-disable {
  border-radius: 50%;
  width: 100%;
  max-width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C9C9C9 !important;
}

.essential-counter {
  background-color: #A3D9A5;
}

.pro-counter {
  background-color: #A3A8AC;
}

.premier-counter {
  background-color: #2C3E50;
}

.premier-additional {
  background-color: #EFEFEF;
  border-radius: 9px;
  padding: 20px;
  margin-top: 20px;
  min-height: 270px;
}

.essential-additional {
  background-color: #EEFFF2;
  border-radius: 9px;
  padding: 20px;
  margin-top: 20px;
  min-height: 270px;
}

.growth-additional {
  background-color: #F8F8F8;
  border-radius: 9px;
  padding: 20px;
  margin-top: 20px;
  min-height: 270px;
}

.ticket-container {
  background-color: #F2F9FB;
  border-radius: 9px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.essential-bottom .btn {
  background-color: #A3D9A5;
  color: white;
  font-weight: 700;
  padding: 10px 0;
  margin-top: 20px;
}

.pro-bottom .btn {
  background-color: #A3A8A5;
  color: white;
  font-weight: 700;
  padding: 10px 0;
  margin-top: 20px;
}

.flexible-bottom .btn {
  background-color: #213242;
  color: white;
  font-weight: 700;
  padding: 10px 0;
  margin-top: 20px;
}
.flexible-bottom .btn-outline-secondary {
  border: 1px solid #213242;
  background-color: transparent;
  color: #213242;
}

.recommend-tag {
  position: absolute;
  right: -20px;
  top: -20px;
}

.lawyer-section {
  padding: 50px 0;
}

.lawyer-underline {
  white-space: nowrap;
  background-image: url("/assets/images/black-underline.svg");
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: right;
}

.counter-component {
  display: inline-flex;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.counter-btn {
  width: 27px;
  height: 40px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.counter-btn:hover {
  transform: scale(1.05);
}

.counter-btn:active {
  transform: scale(0.95);
}

.counter-btn.decrement {
  background-color: #e9ecef;
  color: #6c757d;
}

.counter-btn.decrement:hover {
  background-color: #dee2e6;
  color: #495057;
}

.counter-display {
  width: 27px;
  height: 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  border: none;
}

.counter-btn.increment {
  background-color: #213242;
  color: #ffffff;
}

.counter-btn.increment:hover {
  background-color: #23272b;
}

.benefit-section {
  background-image: url(/assets/images/service-bg.png);
  background-size: cover;
  background-color: #F9FAFB;
  background-blend-mode: multiply;
  padding: 200px 0;
  margin-bottom: 200px;
}

.benefit-card {
  border-radius: 18px;
  padding: 10px;
}
.benefit-card label {
  color: #6C6868;
  font-weight: 700;
}

.benefit-card-left {
  background-color: #0F898C;
  padding: 30px;
  border-radius: 18px;
  height: 100%;
}
.benefit-card-left .list-circle {
  background-color: #E2FDF9;
}

.benefit-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact-container {
  padding: 50px 0;
  background-image: url("/assets/images/bg-pattern.png");
  background-size: cover;
  background-position: center;
}

.contact-card-section {
  background: none;
  padding: 120px 0;
  margin-bottom: 100px;
}

.about-container {
  padding: 50px 0;
  background-image: url("/assets/images/bg-pattern.png");
  background-size: contain;
  background-position: center;
}

.about-content {
  padding: 50px 30px;
  border: 2px solid #EEEEEE;
  border-radius: 10px;
  margin-bottom: 80px !important;
  position: relative;
}
.about-content .top-left {
  position: absolute;
  left: -4px;
  top: -4px;
}
.about-content .top-right {
  position: absolute;
  right: -4px;
  top: -4px;
}
.about-content .top-quote {
  position: absolute;
  top: -45px;
  left: 20%;
  background: white;
  padding: 20px;
}
.about-content .bottom-left {
  position: absolute;
  left: -4px;
  bottom: -4px;
}
.about-content .bottom-right {
  position: absolute;
  bottom: -4px;
  right: 100px;
}
.about-content .bottom-quote {
  position: absolute;
  bottom: -40px;
  left: 10%;
  background: white;
  padding: 20px;
}
.about-content p {
  font-size: 16px;
  color: #606060;
  line-height: 31px;
  font-weight: 700;
}

.accounting-header {
  padding: 50px 0;
  background-image: url("/assets/images/bg-pattern.png");
  background-size: contain;
  background-position: center;
}
.accounting-header .header-desc {
  line-height: 33px;
}
.accounting-header .header-top h5 {
  font-size: 20px;
}

.acounting-section {
  background: url(/assets/images/accounting-showcase-bg.svg) left top no-repeat, url("/assets/images/detail-bg.png") bottom no-repeat;
  padding-bottom: 110px;
  margin-bottom: 100px;
  background-size: contain;
}
.acounting-section h1 {
  font-size: 35px;
}

.acounting-section .accounting-pkg-card {
  min-height: 950px;
}

.translation-header {
  padding: 50px 0;
  background-image: url("/assets/images/bg-pattern.png");
  background-size: contain;
  background-position: center;
}
.translation-header .header-desc {
  line-height: 33px;
  color: #565656;
}
.translation-header .header-top h5 {
  font-size: 20px;
}

.translation-service {
  padding: 100px 0;
}

.custom-dropdown-toggle {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* RTL specific styles */
[dir=rtl] .custom-dropdown-wrapper {
  text-align: right;
}

[dir=rtl] .custom-dropdown-toggle {
  /* Move the background arrow to the left */
  background-position: left 0.75rem center;
  padding-right: 0.75rem;
  padding-left: 1.75rem;
  text-align: right;
}

/* Original styles with RTL adjustments */
.custom-dropdown-wrapper {
  width: 100%;
}

.custom-dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 7px;
  z-index: 1000;
  text-align: right;
  padding: 0;
}

.custom-dropdown-wrapper.show .custom-dropdown-options {
  display: block;
  animation: fadeIn 0.09s ease-in-out;
  top: 110%;
}

.custom-dropdown-options .dropdown-item {
  cursor: pointer;
  color: #6c757d;
  text-align: left;
  padding-inline: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 10px 20px;
}
.custom-dropdown-options .dropdown-item:hover {
  background-color: #E4F0FF !important;
  color: #0F898C;
}

.custom-dropdown-options .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.file-upload-container {
  margin: 0 auto;
}

.file-upload-wrapper {
  background: #FAFAFA;
  border: 2px solid #e9ecef;
  border-radius: 11px;
  padding: 5px 5px 5px 20px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.file-upload-wrapper:hover {
  border-color: #17a2b8;
  box-shadow: 0 4px 20px rgba(23, 162, 184, 0.1);
}

.file-upload-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.file-upload-text {
  color: #6C6868;
  font-weight: 700;
  margin: 0;
}

.select-file-btn {
  background: #E2FDF9;
  color: #0F898C;
  border: none;
  border-radius: 9px;
  padding: 8px 24px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.select-file-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(23, 162, 184, 0.4);
}

.upload-icon {
  font-size: 18px;
}

.file-input {
  display: none;
}

/* Active state when file is selected */
.file-upload-wrapper.has-file {
  border-color: #28a745;
  background: #f8fff9;
}

.file-upload-wrapper.has-file .file-upload-text {
  color: #28a745;
}

/* Drag and drop states */
.file-upload-wrapper.drag-over {
  border-color: #17a2b8;
  background: #f0fcff;
  transform: scale(1.02);
}

.translation-card-left {
  padding: 55px;
}
.translation-card-left h6 {
  font-size: 17px;
  font-weight: 700;
}

.translation-specialization {
  background-image: url(/assets/images/service-bg.png);
  background-size: cover;
  background-position: center;
  background-color: #F9FAFB;
  background-blend-mode: multiply;
  padding: 50px 0;
}

.trans-spec-content {
  position: relative;
  text-align: center;
}
.trans-spec-content img {
  height: auto;
}
.trans-spec-content p {
  position: absolute;
  top: 51%;
  left: 48%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 700;
}

.lawyer-header {
  background-image: url(/assets/images/bg-pattern.png);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.lawyer-header .header-top h5 {
  font-size: 20px;
}
.lawyer-header .lawyer-points {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E2FDF9;
}

.essential-bottom.lawyer-bottom .ticket-container {
  background-color: #E2FDF9;
}

.lawyer-plan-section {
  background: url(/assets/images/accounting-showcase-bg.svg) left top no-repeat, url(/assets/images/detail-bg.png) bottom no-repeat;
  padding-bottom: 110px;
  background-size: contain;
}
.lawyer-plan-section .plan-card {
  min-height: 650px;
}

.benefit-pattern-left {
  bottom: 0;
  position: absolute;
  left: 0;
}

.lawyer-form-section {
  padding: 50px 0;
}

.document-header {
  background-image: url(/assets/images/bg-pattern.png);
  background-size: contain;
  background-position: center;
  padding: 100px 0;
}

.legal-section {
  padding: 60px 0;
}

.main-title {
  color: #2c3e50;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.input-group-search {
  position: relative;
}

.subtitle {
  color: #6c757d;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 400;
}

.search-container {
  max-width: 600px;
  margin: 0 auto 4rem;
  position: relative;
}

.search-input {
  border: 2px solid #e9ecef;
  border-radius: 50px;
  padding: 25px 135px 25px 25px;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: white;
  height: auto;
}

.search-input:focus {
  border-color: #0F898C;
  box-shadow: 0 6px 20px rgba(15, 137, 140, 0.22);
  outline: none;
}

.search-btn {
  background: #0F898C;
  border: none;
  border-radius: 50px;
  padding: 12px 40px;
  color: white;
  font-weight: 600;
  text-transform: lowercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
}

.search-btn:hover {
  background: #0F898C;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(32, 201, 151, 0.4);
}

.category-grid {
  margin-bottom: 4rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
  border-radius: 18px;
  background-color: white;
}

.category-card {
  background: white;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #E7E7E7;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #0F898C;
}

.category-title {
  font-weight: 500;
  margin: 0;
  font-size: 16px;
}

.contract-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.contract-tag {
  flex: 1 1 calc(33.333% - 1rem);
  max-width: calc(33.333% - 1rem);
  background: white;
  border: 2px solid #A3A3A3;
  border-radius: 25px;
  padding: 12px 24px;
  color: #636363;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 17px;
  text-align: center;
}

.contract-tag:hover {
  background: #0F898C;
  color: white;
  border-color: #0F898C;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(32, 201, 151, 0.3);
  text-decoration: none;
}

.contract-section {
  padding: 80px 0;
}

.business-plan-section.document-section {
  background: url(/assets/images/accounting-showcase-bg.svg) left top no-repeat, url(/assets/images/detail-bg.png) bottom no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.business-plan-section.document-section .header h2 {
  font-size: 35px;
}

.document-section .document-plan-card {
  min-height: 500px;
}

.document-form-section {
  padding: 100px 0;
  margin-top: 60px;
}

.iti__country-container {
  left: 5px !important;
}

.contact-container .header h4 {
  font-size: 20px;
}

.btn-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: currentColor;
  color: #fff;
  transform: translate(-50%, -50%) translateX(-38px);
  box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
  animation: l21 0.5s infinite alternate linear;
}

.btn-loading span {
  visibility: hidden;
}

@keyframes l21 {
  50% {
    box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px;
  }
  100% {
    box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px;
  }
}
.discount-badge {
  max-width: fit-content;
  padding: 10px;
  border-radius: 6px;
  background-color: #FFB74D;
  color: white;
  font-weight: bold;
  position: absolute;
  right: -20px;
  top: -25px;
  z-index: 100;
}

.privacy-policy-container li, .terms-container li {
  margin-bottom: 16px;
  font-size: 18px;
  color: #565656;
  list-style: disc;
  text-align: justify;
}
.privacy-policy-container .list-container, .terms-container .list-container {
  border: 1px solid #ddd;
  padding: 40px;
  border-radius: 8px;
  max-width: 960px;
  margin: 20px auto;
}

.terms-container h6 {
  font-size: 18px;
  color: #565656;
  font-weight: 400;
  text-align: justify;
  line-height: 25px;
}

.privacy-wrapper, .terms-wrapper, .faq-wrapper {
  padding: 50px 0;
}

.simple-faq-tabs {
  gap: 20px;
}

.simple-faq-tabs .nav-link {
  background: #0F898C;
  color: #fff;
  border-radius: 6px;
  margin: 0 12px;
  padding: 5px 24px;
  font-weight: 600;
  font-size: 19px;
  border: none;
  transition: background 0.2s;
}

.simple-faq-tabs .nav-link.active,
.simple-faq-tabs .nav-link:focus {
  background: #0b6c6e;
  color: #fff;
}

.simple-faq-tabs .nav-link:hover:not(.active) {
  background: #13a3a6;
  color: #fff;
}

.simple-faq-tabs .nav-item {
  display: inline-block;
}

/* FAQ Accordions Custom Style */
.faq-accordion .accordion-item {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(99, 99, 99, 0.06);
  overflow: hidden;
}

.faq-accordion .accordion-header {
  padding: 0;
}

.faq-accordion .accordion-button {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 19px;
  font-weight: 400;
  color: #0F898C;
  padding: 24px 32px 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  transition: background 0.2s;
  line-height: 22px;
}

.faq-accordion .accordion-button:after {
  display: none;
}

.faq-accordion .faq-toggle-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0F898C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.faq-accordion .accordion-button[aria-expanded=true] .faq-toggle-icon {
  transform: rotate(180deg);
}

.faq-accordion .faq-toggle-icon svg {
  display: block;
}

.faq-accordion .accordion-body {
  padding: 0 32px 24px 32px;
  font-size: 1.08rem;
  color: #444;
  font-weight: 400;
}

.otp-input-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  direction: ltr;
}

.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 1.5rem;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.otp-input:focus {
  outline: none;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.verification-message {
  font-size: 0.9rem;
}

.rtl .spinner-border {
  margin-right: 0.25rem;
  margin-left: 0;
}

.ltr .spinner-border {
  margin-left: 0.25rem;
  margin-right: 0;
}

@media (max-width: 600px) {
  .faq-accordion .accordion-button, .faq-accordion .accordion-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1200px) {
  .about-large-content {
    padding: 40px 45px 80px 45px;
  }
  .about-large-content p {
    line-height: unset;
  }
}
@media (max-width: 992px) {
  .lf-offcanvas .navbar-nav .nav-link {
    color: white !important;
    text-align: left;
    padding-inline: 10px;
    margin-inline: 0;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: black !important;
  }
  .navbar .navbar-nav .nav-link.active {
    color: black !important;
  }
  .nav-select {
    background: transparent;
    justify-content: space-between;
  }
  .login-btn-mob {
    display: block;
  }
  .language-dropdown {
    background-color: white;
    justify-content: center;
    height: 40px;
  }
  .lang-drop-container {
    width: 100%;
  }
  .lang-drop-container .dropdown-menu.show {
    width: 100%;
  }
  .login-btn-mob {
    border: 1px solid #FFFFFF;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    border-radius: 9px;
  }
  .login-btn-mob:hover {
    background-color: white !important;
    color: #0F898C;
    border-color: white !important;
  }
  .navbar-nav .dropdown-toggle::after {
    filter: brightness(100);
  }
  .btn-close {
    filter: invert(1);
    opacity: 1;
  }
  .mob-btn-full {
    width: 100%;
  }
  .signup-header {
    min-height: 230px;
  }
  .signup-wrapper {
    bottom: unset;
    margin-top: 30px;
  }
  .home-header-container {
    text-align: center;
  }
  .home-header-desc {
    text-align: center;
    max-width: 100%;
    padding: 0 50px;
  }
  .home-pattern-img {
    text-align: right;
  }
  .home-pattern-img img {
    transform: scaleX(-1);
  }
  .home-img-section {
    margin-top: 70px;
  }
  .detail-section-container h5 {
    font-size: 26px;
  }
  .detail-section-container p {
    font-size: 23px;
    font-weight: 700;
    color: #B0B0B0;
  }
  .detail-section-container {
    padding: 60px 0 100px 0;
  }
  .detail-lower-pattern, .detail-upper-pattern {
    display: none;
  }
  .solution-card a {
    text-decoration: none;
    font-size: 21px;
  }
  .business-plan-section {
    padding: 50px 0 50px 0;
    background-image: url(/assets/images/accounting-showcase-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
  .benefit-section {
    padding: 80px 0;
  }
  .document-header h5 {
    font-size: 18px !important;
  }
  .contract-tags {
    max-width: 100%;
  }
  .document-header, .contract-section {
    padding: 70px 0;
  }
  .business-plan-section.document-section {
    background-size: contain;
    padding: 50px 0;
  }
  .lawyer-plan-section .plan-card {
    min-height: 100%;
  }
  .accounting-header .header-top h5 {
    font-size: 20px;
  }
  .acounting-section h1 {
    font-size: 30px;
  }
  .translation-header .header-top h5 {
    font-size: 20px;
  }
  .translation-service .trans-stepper {
    transform: rotate(90deg);
  }
  .translation-specialization h1 {
    font-size: 35px;
  }
  .about-content {
    border: 1px solid #E5E5E5;
  }
  .about-content .top-right {
    right: -2px;
    top: -2px;
    max-width: 85%;
  }
  .about-content .top-left {
    left: -2px;
    top: -2px;
    max-width: 11%;
  }
  .about-content .bottom-right {
    bottom: -2px;
    right: 65px;
    max-width: 50%;
  }
  .about-content .bottom-left {
    left: -2px;
    bottom: -1px;
    max-width: 20%;
  }
  .business-plan-section .plan-card {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .login-card {
    padding: 2rem 1.5rem;
    max-width: 100%;
  }
  .login-subtitle {
    font-size: 18px;
    padding: 0 40px;
  }
  .navbar-nav {
    text-align: center;
    margin-top: 1rem;
  }
  .payment-methods {
    justify-content: center;
    flex-wrap: wrap;
  }
  .nav-links {
    gap: 20px;
    text-align: center;
  }
  .social-icons {
    flex-wrap: wrap;
  }
  .main-title {
    font-size: 2rem;
  }
  .category-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .contract-tags {
    gap: 0.8rem;
  }
  .contract-tag {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  .login-card {
    border-radius: 8px;
  }
  .navbar {
    padding: 15px 20px;
  }
  .lf-offcanvas {
    width: 100% !important;
  }
  .custom-tabs .nav-link {
    font-size: 15px;
  }
  .registering-section {
    min-height: 350px;
    border-radius: 0;
    top: unset;
  }
  .home-services-section img {
    max-width: 180px;
  }
  .lawyer-underline {
    background-size: 65%;
    background-position: 90%;
  }
  .benefit-section {
    padding: 80px 10px;
  }
  .business-plan-section.document-section .header h2 {
    font-size: 30px;
  }
  .business-plan-section.document-section .header h5 {
    font-size: 18px !important;
  }
  .contact-card-section {
    padding: 50px 10px;
  }
  .contact-card-section h1 {
    font-size: 20px;
  }
  .lawyer-header .header-top h5 {
    max-width: 75%;
    font-weight: bold;
  }
  .lawyer-form-section {
    margin-bottom: 0;
    padding: 40px 10px;
  }
  .lawyer-header {
    padding: 70px 0;
  }
  .faq-accordion .accordion-button {
    font-size: 17px;
    gap: 20px;
  }
  .simple-faq-tabs {
    padding: 0;
  }
  .home-header-container h4 {
    font-size: 20px;
  }
  .service-container p {
    font-size: 14px;
    white-space: pre-wrap;
    left: 49%;
  }
  .business-header h5 {
    font-size: 20px;
  }
  .lawyer-header .header-top h5 {
    font-size: 20px;
  }
  .contract-tag {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media (max-width: 600px) {
  .lf-heading {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 576px) {
  .trans-spec-content img {
    max-width: 200px;
  }
  .privacy-wrapper, .terms-wrapper, .faq-wrapper {
    padding: 30px 0;
  }
  .privacy-policy-container li, .terms-container li {
    font-size: 16px;
  }
  .privacy-policy-container ul, .terms-container ul {
    padding: 0;
  }
  .home-header-desc {
    padding: 0;
  }
  .detail-section-container h5 {
    font-size: 20px;
  }
  .detail-section-container p {
    font-size: 18px;
  }
  .contact-container .max-50 {
    max-width: 100%;
  }
  .contact-card-section {
    padding: 50px 0px;
  }
  .contract-tag {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .trans-spec-content p {
    top: 51%;
    left: 49%;
    font-size: 12px;
  }
  .trans-spec-content img {
    max-width: 140px;
  }
  .nav-pills.subscription-toggle .nav-link {
    font-size: 12px;
  }
  .home-services-section img {
    max-width: 140px;
  }
  .service-container p {
    font-size: 12px;
    left: 48%;
  }
}

/*# sourceMappingURL=style.css.map */
