:root {
  --primary-color: #e95a0c;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #fafbfd;
}

a {
  text-decoration: none;
}

p {
  font-size: 14px;
  font-weight: 400;
}

h1 {
  font-size: 45px;
  font-weight: 600;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 28px;
  font-weight: 700;
}

.sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #677894;
}

.text-primary {
  color: #e95a0c !important;
}

.text-gray {
  color: #7d94a7;
}

.btn-lg {
  padding: 12px 40px !important;
  font-size: 16px;
  font-weight: 600;
}

.btn-link {
  color: #e95a0c;
}

section {
  position: relative;
}

.btn-link:hover {
  color: #e95a0c;
}

.header-top a {
  color: #babcc1;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.header-top a svg {
  width: 18px;
}

.btn-primary {
  background: linear-gradient(90deg, #c01a21, #e95a0c);
  border: none;
  color: #fafbfd;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}

.btn-secondary {
  --bs-btn-color: #7d94a7;
  --bs-btn-bg: #f9f9fb;
  --bs-btn-border-color: #f9f9fb;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f9f9fb;
  --bs-btn-disabled-border-color: #f9f9fb;
}

.btn-primary:hover {
  background-color: #f68709;
}

.btn-primary:focus-visible,
.btn-primary:active {
  background-color: #f68709;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: #f68709;
  border-color: none;
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}

.border.bg-white {
  border: 1px solid #efefef !important;
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fafbfd;
}

.btn-outline-primary path {
  transition: fill 0.3s;
}

.btn-outline-primary:hover path {
  fill: #fafbfd;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.header-top span {
  margin-left: 5px;
}

.header-top p {
  color: #babcc1;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.nav-link {
  color: #252b39;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #252b39;
}

.nav-link path {
  fill: #252b39;
}

.nav-link:hover {
  color: #252b39;
}

.nav-link:focus,
.nav-link:hover {
  color: #252b39;
}

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

.fs-15 {
  font-size: 15px !important;
}

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

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

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

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

.mt-150 {
  margin-top: 150px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-200 {
  margin-bottom: 200px;
}

.br-5 {
  border-radius: 5px;
}

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

.pb-100 {
  padding-bottom: 100px;
}

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

.pb-50 {
  padding-bottom: 50px;
}

.bg-dark {
  background: linear-gradient(73deg, #1e232f, #2e3647);
}

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

.text-bg-success {
  background-color: #f9f9fb !important;
  color: #40d437 !important;
  padding: 14px 40px;
  border-radius: 5px;
}

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

.bg-gray {
  background-color: #ffffff59 !important;
}

.bg-soft-gray {
  background-color: #f9f9fb !important;
}

.text-linner-primary {
  background: linear-gradient(275deg, #d75240, #c3262b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
header .btn svg {
  fill: #252b39;
}

.intro-section-content {
  max-width: 590px;
  position: relative;
  z-index: 2;
}

.intro-section-content p {
  color: #ffffff;
  font-size: 14px;
  margin: 18px 0 45px 0;
}

.card-w {
  width: fit-content;
  padding: 7px 12px 7px 7px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
}

.card-w.bg-white {
  border: 1px solid #efefef;
  width: 100%;
  padding: 18px 20px;
}

.card-w.bg-white h3 {
  color: #2c3344;
}

.card-w-text h3 {
  margin-bottom: 0;
}

.card-w-text p {
  margin-bottom: 0;
}

.card-w-img {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #f9fbff;
}

.card-w h3 {
  font-size: 16px;
  color: #677894;
  font-weight: 500;
}

.card-w p {
  color: #677894;
  font-size: 14px;
  font-weight: 300;
}

.border {
  border: 1px solid #70707017;
}

.border-top {
  border-top: 1px solid #70707017;
}

.card-w-img img {
  max-width: 30px;
}

.intro-section-image {
  height: fit-content;
  position: relative;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-item-lines {
  position: absolute;
  bottom: 0;
  left: 30%;
}

.line-item {
  height: 300px;
  width: 2px;
  background-color: #6b6b6b14;
}

.down-btn {
  background-color: var(--primary-color);
  color: #fafbfd;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle svg {
  width: 10px;
}

.dropdown-toggle .badge {
  position: absolute;
  top: -13px;
  left: 20px;
}

.dots {
  display: flex;
  gap: 6px;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.dot-1 {
  background-color: #e95a0c;
}

.dot-2 {
  background-color: #e95a0c7d;
}

.dot-3 {
  background-color: #e95a0c2e;
}

.contact-form {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 45px 26px 30px 26px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #7070701a;
}

.contact-form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background-color: #29303f;
  color: #fff;
  padding: 24px 34px 46px 34px;
  border-radius: 7px;
}

.contact-form-head p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  margin-right: auto;
  margin-left: 10px;
}

.form-control {
  padding: 14px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #e5f2fa;
  box-shadow: none !important;
  font-size: 14px;
  height: 50px;
}

.form-control:focus {
  border-color: #e95a0c;
}

.form-icon {
  position: relative;
  margin-bottom: 37px;
}

label {
  color: #7d94a7;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.form-icon label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #babcc1;
}

.btn-dark {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 20px;
}

.image-and-features-cart {
  border-radius: 5px;
  border: 1px solid #7070701a;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 9px 7px;
}

.image-and-features-cart p {
  margin-bottom: 0;
  color: #677894;
  font-size: 14px;
}

.image-and-features-main-img {
  text-align: center;
  position: relative;
  z-index: 3;
  width: fit-content;
}

.bg-item-1 {
  position: absolute;
  top: 50px;
  right: -40px;
  z-index: 1;
}

.bg-item-2 {
  position: absolute;
  top: 180px;
  left: -40px;
  z-index: 1;
}

.image-and-features {
  position: relative;
}

.image-and-features {
  width: fit-content;
  margin: 0 auto;
}

.image-and-features-content {
  position: absolute;
  z-index: 5;
  top: 70px;
  left: -50%;
  background-color: #fff;
  padding: 16px 10px 16px 16px;
  border-radius: 5px;
  border: 1px solid #7070700d;
}

.image-and-features-content h5 {
  color: #677894;
  font-size: 14px;
}

.image-and-features-content-2 {
  top: 200px;
  right: -70px;
  left: auto;
}

.dark-bar-content-img-2 {
  position: relative;
  bottom: 30px;
}

.dark-bar-content-img-1 {
  position: relative;
  top: 50px;
}

.dark-bar-content {
  display: flex;
  padding: 0 50px;
  align-items: center;
  color: #fff;
  margin-top: 100px;
  gap: 22px;
  margin-bottom: 100px;
}

.swiper-container {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}

#comments {
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.comment-item {
  width: 100%;
  max-width: 300px;
  background: #fff;
  border: 1px solid #70707017;
  padding: 28px 20px;
  border-radius: 5px;
}

.comment-item p {
  border-bottom: 1px solid #70707017;
  padding-bottom: 30px;
  margin-bottom: 5px;
}

.comment-item .card-w p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.swiper-slide {
  margin-right: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
  width: 50px !important;
  height: 50px !important;
  position: relative;
  background-color: #fff;
}

.slider-buttons {
  position: absolute;
  right: 0;
  top: 30px;
  gap: 25px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.underline-primary {
  position: relative;
  z-index: 1;
}

.underline-primary::after {
  content: " ";
  width: 100%;
  height: 6px;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(269deg, #ffcc8c, #bb8dfe);
  z-index: -1;
  border-radius: 3px;
}

.services-card {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  height: 100%;
}

.services-head {
  padding: 30px 0 30px 0;
  position: relative;
}

.services-head .card-w {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.services-head-bg-item {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: linear-gradient(215deg, #ffcc8c, #bb8dfe);
  position: absolute;
}

.content-right {
  display: flex;
  justify-content: end;
  align-items: center;
}

.content-left {
  display: flex;
  justify-content: start;
  align-items: center;
}

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

.content-right .services-head-bg-item {
  left: 10px;
}

.content-left .services-head-bg-item {
  right: 15px;
}

footer {
  padding: 100px 0 0 0;
}

.footer-nav-item {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 11px;
  display: flex;
  font-size: 15px;
}

.footer-nav h3 {
  color: #babcc1;
  font-size: 14px;
  font-weight: 500;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
}

.footer-card {
  background-color: #1d2337;
  padding: 24px 20px;
  border-radius: 5px;
}

.footer-card p,
.footer-card a {
  color: #babcc1;
  font-size: 14px;
  font-weight: 500;
}

.footer-card a {
  display: flex;
  width: 100%;
  gap: 10px;
  padding: 10px 0;
}

.footer-card svg {
  max-width: 24px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #404b64;
  padding-top: 40px;
  margin-top: 100px;
  padding-bottom: 20px;
}

.footer-bottom p {
  color: #d5d5d5;
  font-weight: 500;
}

.footer-nav-row {
  display: flex;
}

footer .accordion-header button {
  font-size: 20px;
  font-weight: 600;
  background-color: #1d2337;
  padding: 10px;
  border-radius: 10px !important;
  color: #fff;
}

footer .accordion-item {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
  border-radius: 10px !important;
  background-color: #1d2337;
  margin-bottom: 20px !important;
  border: none;
}

footer .accordion-header button {
  font-size: 20px;
  font-weight: 600;
  background-color: #1d2337;
  padding: 10px;
  border-radius: 10px !important;
  color: #fff;
}

footer .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
  background-image: url("../img/arrow.svg");
}

footer .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url("../images/icons/accordion-arrow.svg");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

footer .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
  background-image: url("../images/icons/accordion-arrow.svg") !important;
}

footer .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #1d2337;
  color: #fff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

footer .accordion-body {
  background-color: #1d2337;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px !important;
}

.intro-section-buttons {
  display: flex;
  gap: 20px;
}

.mobile-footer-nav {
  display: none;
}

.footer-card {
  margin-bottom: 40px;
}

.page-border-top {
  height: 6px;
  width: 100%;
  padding: 3px;
  background: linear-gradient(90deg, #cd3632, #ef844f);
}

.dark-bar-content {
  position: relative;
}

.dark-bar-bg-item img {
  position: absolute;
  top: 0;
  right: 20%;
  height: 100%;
  max-width: 100%;
  z-index: 0;
}

.footer-card-links {
  border-top: 1px solid #6778947a;
  border-bottom: 1px solid #6778947a;
  padding: 10px 0;
  margin-bottom: 15px;
  margin-top: 25px;
}

#copyright {
  border-top: 1px solid #404b64;
  padding-top: 15px;
}

.placeholder-circle {
  background-color: #e0e2e9;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
}

.placeholder-item {
  background-color: #e0e2e9;
  height: 9px;
  border-radius: 5px;
}

.placeholders {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 14px 0 7px 0;
}

.card-w.card-gray .card-w-img {
  background-color: #2c3344;
}

.card-w.card-gray h3 {
  color: #fff;
}

.images-content-item-left {
  position: absolute;
  left: -25px;
  top: 50%;
}

.images-content-item-right {
  position: absolute;
  right: 10px;
  top: 80%;
}

.images-content-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 9px 25px 9px 9px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
}

.images-content-item p {
  margin-bottom: 0;
  font-size: 16px;
  color: #2c3344;
  font-weight: 500;
}

.bg-body-tertiary {
  background-color: #f9f9fb !important;
}

.card-w-lg {
  padding: 11px 12px !important;
}

.gold-card {
  background-color: #ffa500;
  padding: 27px 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}

.gold-card-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.gold-card-content p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 260px;
}

.login-section {
  min-height: calc(100vh - 150px);
  background: linear-gradient(73deg, #1e232f, #2e3647);
  display: flex;
  align-items: center;
}

.gold-card .btn-light {
  color: #ffa500;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
}

.contact-form-end {
  background-color: #f4f8fb;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 18px 10px 21px 10px;
  border-radius: 0 0 5px 5px;
}

.form-select {
  height: 55px;
  color: #7d94a7;
  font-size: 14px;
  box-shadow: none !important;
}

.demo-container {
  position: relative;
  width: 100%;
}

.demo-section {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.demo-image img {
  width: 100%;
  border-radius: 5px;
  margin-top: 24px;
}

.qr-section {
  position: absolute;
  bottom: -280px;
}

.text-bg-light {
  color: #98aab9 !important;
  background-color: #f9f9fb !important;
  padding: 14px 34px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}

.white-card {
  background-color: #fff;
  padding: 22px 25px;
  color: #2c3344;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.chack-list-item {
  display: flex;
  align-items: center;
}

.chack-list-item-icon {
  width: 24px;
  height: 24px;
  background-color: #eef0f3;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.chack-list-item {
  color: #7d94a7;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 13px;
}

.package-section {
  position: relative;
  top: 100px;
}

.white-card-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 18px;
}

.user-profile {
  display: flex;
  align-items: center;
  padding: 73px 0 63px 0;
}

.user-profile .card-w {
  width: fit-content;
  padding: 8px 10px;
}

.text-success {
  color: #40d437 !important;
}

.user-profile-photo {
  margin-right: 30px;
}

.user-profile-photo img {
  width: 98px;
  height: 98px;
  border-radius: 50%;
}

.user-profile .white-card {
  max-width: 387px;
  width: 100%;
}

.statistics-section-1 {
  width: 36%;
}

.statistics-section-2 {
  width: 36%;
}

.statistics-section-3 {
  width: 26%;
}

.statistics .bar {
  margin-bottom: 17px;
}

.statistics .cube {
  width: 13px;
  height: 13px;
  display: inline-block;
}

.statistics-section-1 .bar {
  background-color: #00b57f;
  width: 100%;
  height: 5px;
  border-radius: 5px;
}

.statistics-section-1 .cube {
  background-color: #00b57f;
}

.statistics-section-2 .cube {
  background-color: #e95a0c;
}

.statistics-section-3 .cube {
  background-color: #2e3647;
}

.statistics-section-2 .bar {
  background-color: #e95a0c;
  width: 100%;
  height: 5px;
  border-radius: 5px;
}

.statistics-section-3 .bar {
  background-color: #2e3647;
  width: 100%;
  height: 5px;
  border-radius: 5px;
}

.statistics p {
  color: #7d94a7;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

.statistics span {
  color: #2e3647;
  font-size: 14px;
  font-weight: 500;
}

.sidebar {
  padding: 0 18px;
  width: 322px;
  min-width: 322px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  bottom: 25px;
  display: flex;
  flex-direction: column;
}

.sidebar-item {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  border-bottom: 1px solid #eef0f3;
}

.sidebar-item-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background-color: #f9f9fb;
}

.sidebar-item h4 {
  color: #7d94a7;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.sidebar-item .cls-1 {
  fill: #7d94a7 !important;
}

.sidebar-item.active h4 {
  color: #252b39;
  font-weight: 600;
}

.sidebar-item.active path {
  fill: #252b39 !important;
}

.main {
  display: flex;
}

.main-content {
  width: 100%;
  padding-left: 20px;
  padding-top: 30px;
}

.min-w-70 {
  min-width: 70px;
}

.white-card-body p {
  color: #7d94a7;
  font-size: 14px;
}

.white-card-body p b {
  color: #242a38;
  font-weight: 600;
}

.table-head {
  display: flex;
  width: 100%;
  background-color: #f9f9fb;
  border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.table-head-item {
  color: #242a38;
  font-size: 14px;
  font-weight: 500;
}

.table-body-row {
  display: flex;
  width: 100%;
  border: 1px solid #eef0f3;
  padding: 15px 20px;
  border-radius: 5px;
}

.w-33 {
  width: 33.3%;
}

.table-body-item {
  font-size: 14px;
  color: #98aab9;
  font-weight: 500;
}

.text-dark {
  color: #242a38 !important;
}

.copy-input {
  position: relative;
}

.copy-input input {
  background-color: #f9f9fb;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #7d94a7;
  width: 100%;
  height: 55px;
}

.copy-input button {
  position: absolute;
  right: 10px;
  background-color: transparent;
  border: none;
  top: 50%;
  transform: translateY(-50%);
}

.notice {
  padding-left: 20px;
  position: relative;
}

.notice .btn-secondary {
  color: #98aab9;
}

.notice::before {
  content: " ";
  width: 5px;
  height: 100%;
  background-color: #e95a0c;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.notice p {
  color: #8399ab;
}

.notice p b {
  color: #000000;
  font-weight: 500;
}

.category-card-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background-color: #f9f9fb;
  border-radius: 5px;
  margin-right: 11px;
}

.category-card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 23px;
  border: 1px solid #efefef;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 9px;
}

.btn-outline-primary path {
  fill: #e95a0c;
}

.category-card-buttons {
  margin-left: auto;
  display: flex;
  gap: 5px;
}

.category-card-buttons button,
.category-card-buttons a {
  width: 30px;
  height: 30px;
  padding: 0;
}

.category-card-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-card-text p {
  color: #2e3647;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0 !important;
}
.category-card-text h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.notice .btn-secondary {
  border: 1px solid #efefef;
  background-color: #ffffff;
  min-width: 132px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notice .btn-secondary:hover {
  background-color: #f9f9fb;
  color: #2e3647;
}

.notice select {
  height: 50px;
  background-color: transparent;
  border: none;
  box-shadow: none !important;
  color: #98aab9;
  font-size: 16px;
}

.form-control-2 {
  background-color: #f9f9fb;
  border: none;
  height: 55px;
}

.form-control-2[type="file"] {
  border: 1px solid #f9f9fb;
}

.form-control-2::placeholder {
  color: #7d94a7;
  font-size: 14px;
  font-weight: 400;
}

.form-control-2:focus {
  background-color: #f9f9fb;
}

.form-select-2 {
  background-color: #f9f9fb;
  border: none;
  height: 55px;
}

.form-file {
  background-color: #f9f9fb;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  border-radius: 5px;
  padding: 0 16px;
}

.form-file-label {
  color: #7d94a7;
  font-size: 14px;
}

.form-file input {
  display: none;
}

.btn-gray {
  background-color: #7d94a7;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  transition: 0.3s all;
}

.btn-gray:hover {
  background-color: #677894;
  color: #ffffff;
}

.white-card-body-title h4 {
  color: #98aab9;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.white-card-body-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
  max-width: 220px;
}

.form-label-2 {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-switch {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-switch .form-check-input {
  box-shadow: none !important;
  height: 25px;
  width: 49px;
  background-image: url("../images/icons/switch.svg");
}

.form-check-input:checked {
  background-color: #e95a0c;
  border-color: #e95a0c;
  background-image: url("../images/icons/switch-2.svg");
}

.form-check-input:focus {
  border-color: rgba(247, 147, 30, 0.5);
}

.preview-image {
  width: 100%;
  height: 250px;
  background-color: #f9f9fb;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-check-input:checked[type="radio"] {
  background-image: url("../images/icons/radio.svg");
}

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

th {
  color: #8399ab !important;
  font-size: 14px;
  font-weight: 400;
}

td {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  vertical-align: middle;
}

.badge {
  font-size: 15px;
  font-weight: 500;
}

.badge.bg-success {
  display: flex;
  color: #fff;
  background: linear-gradient(253deg, #00b27d, #00855e);
  width: fit-content;
  padding: 7px 20px;
}

.badge.bg-primary {
  display: flex;
  width: fit-content;
  background: linear-gradient(253deg, #ffb560, #faa33f);
  padding: 7px 13px;
}

.green-bg {
  background-color: #1dbe74;
  padding: 35px;
  border-radius: 30px;
}

.lightgreen-bg {
  background-color: #ffffff29;
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto;
  padding: 13px 24px;
}

.border-card-container {
  position: relative;
}

.border-card {
  background-color: #fff;
  padding: 25px 24px;
  border-radius: 15px;
  z-index: 2;
  position: relative;
}

.border-card-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}

.progress-section {
  background-color: #fff;
  padding: 50px;
  border-radius: 15px;
  max-width: 848px;
  margin: 0 auto;
}

.progress-section p {
  font-size: 16px;
  margin-bottom: 0;
  color: #0a0c10;
}

.progress-section-item p {
  font-size: 16px;
  color: #0a0c10;
  font-weight: 600;
  max-width: 320px;
  margin: 12px auto;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  padding-left: 20px;
  padding-right: 20px;
}

.top-nav a {
  color: #7d94a7;
  font-size: 14px;
  font-weight: 400;
}

.top-nav a.active {
  color: #7d94a7;
  font-weight: 600;
}

.statistics-card {
  display: flex;
  align-items: center;
  background-color: #f9f9fb;
  border: 1px solid #efefef;
  padding: 18px 21px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.statistics-icon {
  background: #ffffff;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 15px;
}

.statistics-content p {
  margin-bottom: 0 !important;
}

.statistics-content p b {
  font-weight: 500;
}

.table-striped tbody tr:nth-of-type(odd) td {
  background-color: white !important;
}

.table-striped tbody tr:nth-of-type(even) td {
  background-color: #f9f9fb !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #fff !important;
}

.table-striped tbody tr {
  border-bottom: none;
}

.table-striped tbody tr td {
  border-bottom: none;
  color: #2c3344;
  font-size: 14px;
  font-weight: 400;
}

.table .status {
  max-width: 103px;
  width: 100%;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  color: #ffffff !important;
}

.table .status.bg-success {
  background-color: #40d437 !important;
  color: #ffffff;
}

.table .bg-danger {
  background-color: #d43737 !important;
  color: #ffffff !important;
}

.table-striped thead tr th {
  border-bottom: none;
  color: #2c3344;
  font-size: 14px;
  font-weight: 400;
  background-color: #f9f9fb;
}

.table-striped tbody tr td {
  height: 52px;
}

.table-striped th {
  height: 52px;
  vertical-align: middle;
}

.copy-section {
  background-color: #fff;
  padding: 13px 14px;
  color: #98aab9;
  font-size: 16px;
  width: fit-content;
  border-radius: 5px;
  margin-left: auto;
}

.profile-top-section {
  padding: 50px 0 200px 0;
  background-image: url("../images/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.copy-button {
  border: none;
  background-color: transparent;
  margin-left: 10px;
}

.alert {
  width: fit-content;
  position: absolute;
  top: 80px;
  right: 50px;
}

.alert-primary {
  background: var(--primary-color);
  border: none;
  color: #fff;
}

.statistics-head {
  width: 160px;
  color: #e95a0c;
  font-size: 16px;
  background-color: #ffffff;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 14px;
}

.statistics-item-number {
  width: 89px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.statistics-item {
  max-width: 250px;
  text-align: center;
}

.statistics-item p {
  font-size: 16px;
  color: #2c3344;
  font-weight: 500;
}

.bg-item-4 {
  position: absolute;
  top: 35px;
  left: 80px;
}

.bg-item-3 {
  position: absolute;
  top: 65px;
  right: 80px;
}

.marked-text img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.border-left-top {
  width: 95px;
  height: 95px;
  border-radius: 15px 0 0px 0;
  position: absolute;
  top: -3px;
  left: -4px;
  z-index: 0;
}

.border-right-bottom {
  width: 95px;
  height: 95px;
  border-radius: 0 0 15px 0;
  position: absolute;
  bottom: -3px;
  right: -4px;
  z-index: 0;
}

.border-left-top.green {
  background-color: #7ed7af;
}

.border-right-bottom.green {
  background-color: #7ed7af;
}

.border-left-top.orange {
  background-color: #efbf61;
}

.border-right-bottom.orange {
  background-color: #efbf61;
}

.border-left-top.red {
  background-color: #ea5a5a;
}

.border-right-bottom.red {
  background-color: #ea5a5a;
}

.table-section {
  overflow: scroll;
}

.min-w-85 {
  min-width: 85px;
}

.min-w-120 {
  min-width: 120px;
}

.gain-row p {
  margin-bottom: 0;
  color: #2c3344;
  font-weight: 500;
}

.total-gain {
  color: #e95a0c !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 0;
}

.text-gray {
  color: #677894;
}

.blog-caregory {
  background-color: #ffa500;
  padding: 13px 11px;
  position: absolute;
  bottom: 0px;
  left: 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 23px;
  transform: translate(0, 50%);
}

.blog-item-img {
  position: relative;
}

.writer-img {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
}

.writer-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-item-end {
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
  display: flex;
  gap: 14px;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1b164e;
}

.card-body p {
  font-size: 15px;
  font-weight: 300;
  color: #677894;
}

.blog-item {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  overflow: hidden;
}

.blog-item .card-body img {
  width: 118px;
}

.blog-item .card-body {
  padding-top: 30px;
}

.services-list-item {
  background-color: #e95a0c;
  border-radius: 5px;
  display: flex;
  padding: 12px 16px;
  color: #fff;
  gap: 19px;
}

.services-list {
  min-width: 300px;
  background-color: #fff;
  padding: 30px 20px;
  border: 1px solid #7070701a;
  border-radius: 5px;
  position: sticky;
  top: 10px;
  height: fit-content;
}

.services-list-item-icon {
  background-color: #f9f9fb;
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #e95a0c;
  font-size: 15px;
}

.services-list-item-icon img {
  width: 24px;
}

.services-list-item-icon i {
  font-size: 24px;
}

.services-list-item p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
}

.blog-list-item {
  display: flex;
  align-items: center;
  gap: 48px;
  border-radius: 5px;
  border: none;
  background-color: #f2f4f7;
  margin-bottom: 30px;
}

.blog-list-content h2 {
  font-size: 24px;
  font-weight: 500;
  color: #1d2938;
}

.blog-list-img {
  min-width: 40%;
}

.blog-list-img img {
  width: 100%;
  max-height: 270px;
}

.featured-blog {
  background-color: #2e3040;
  padding: 27px 25px;
  position: absolute;
  top: 200px;
}

.bg-soft-dark {
  background-color: #353c4d;
}

.comments-slider-item {
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 10px;
  text-align: center;
  padding: 60px 20px;
  width: calc(100% - 100px);
  min-height: 215px;
}

.comments-slider-item p {
  color: #677894;
  font-size: 15px;
  font-weight: 300;
  max-width: 744px;
  margin: 0 auto;
}

.comments-slider-item p b {
  font-weight: 500;
  font-size: 16px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.swiper-pagination-bullet {
  background: #000;
}

.comments-slider-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  background-color: transparent;
  border: none;
}

.comments-slider-prev {
  position: absolute;
  left: 0px;
  top: 50%;

  z-index: 8;
  background-color: transparent;
  border: none;
  transform: rotate(180deg);
}

.swiper-pagination-bullet {
  background: #f4f8fb;
  border: 1px solid #d9d9d9;
  width: 15px;
  height: 15px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ffa500;
  border: 1px solid #ffa500;
}

.page-item .page-link {
  width: 49px;
  height: 49px;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  background-color: #fff;
  color: #000000;
  font-weight: 600;
}

.page-item .page-link.active {
  background: #e95a0c;
  color: #fff;
}

.blog-detail-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  color: #677894;
  font-size: 15px;
  font-weight: 500;
  gap: 40px;
}

.blog-content h2 {
  font-size: 17px;
  color: #677894;
  font-weight: 700;
}

.blog-content p {
  color: #677894;
  font-size: 15px;
  font-weight: 500;
}

.featured-image img {
  width: 100%;
  border: 1px solid #f7f7f9;
  border-radius: 5px;
  height: 281px;
  object-fit: cover;
  object-fit: cover;
}

.featured-image {
  margin-bottom: 50px;
}

.blog-detail-bar-item {
  color: #677894;
  font-size: 15px;
}

.blog-detail-bar-item img {
  margin-right: 5px;
}

.blog-filter {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 12px;
  padding-bottom: 20px;
}

.blog-filter button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  padding: 10px 15px;
  flex-shrink: 0;
}

.blog-filter p {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}

.blog-list-head {
  margin-bottom: 50px;
}

.blog-list-head h2 {
  font-size: 38px;
  font-weight: 600;
  color: #1d2938;
}

.blog-filter button {
  height: 31px;
  background-color: #f2f4f7;
  color: #1c1e21;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  border-radius: 16px;
}

.blog-filter button.active {
  background-color: #0064e0;
  color: #fff;
}

.blog-search {
  width: 40%;
}

.blog-search input {
  padding-bottom: 14px;
  border: none;
  border-bottom: 2px solid #1c2b33;
  width: 100%;
}

.blog-search input:focus {
  outline: none;
}

.blog-search {
  position: relative;
}

.blog-search button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0;
}

.blog-search button img {
  width: 20px;
}
.white-card-section .white-card {
  background-color: #fff;
  padding: 20px 10px;
  color: #2c3344;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.white-card-section .category-card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 15px;
  border: 1px solid #efefef;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 9px;
}

.white-card-head h3 {
  font-size: 14px;
  color: #252b39;
  font-weight: 500;
}

.white-card-section .btn-submit {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  font-weight: 400;
  color: #fff;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.white-card-body p {
  font-size: 13px;
}

.category-card-img img {
  width: 67px;
  height: 67px;
  min-width: 67px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
  margin-right: 15px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #000000;
}
.breadcrumb-item,
.breadcrumb-item a {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.phone-section-content {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  user-select: none;
  touch-action: pan-y;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}

.phone-section-content::-webkit-scrollbar {
  display: none;
}

.phone-section-content.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.ratio-9x16 {
  aspect-ratio: 9 / 16;
  width: 100%;
}

.phone-sectio-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.phone-sectio-container {
  position: relative;
}

.phone-section {
  padding: 6%;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-top: 22%;
}

.bg-linear-primary {
  background: linear-gradient(269deg, #c01a21 0%, #e95a0c 100%);
}

/* Pricing Cards */
.pricing-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.pricing-card.featured {
  border: 2px solid var(--primary-color);
  transform: scale(1.05);
}

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}

.pricing-card-header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.pricing-badge {
  display: inline-block;
  padding: 8px 20px;
  background: #f8f9fa;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 15px;
  color: #333;
}

.pricing-badge.featured {
  background: var(--primary-color);
  color: #fff;
}

.pricing-features {
  margin-bottom: 30px;
}

.pricing-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #666;
}

.feature-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  width: 16px;
  height: 16px;
}

.pricing-cta {
  margin-top: auto;
}

.pricing-cta .btn {
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.pricing-cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(var(--primary-rgb), 0.3);
}

.page-header {
  min-height: 400px;
  background: linear-gradient(113deg, #01061d, #00051b);
  color: #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 90px;
  background-image: url(../images/page-header.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.page-header-bg-item img {
  position: absolute;
  left: 50%;
  bottom: -75px;
  transform: translate(-50%, 50%);
}

.page-header-content {
  position: relative;
  z-index: 2;
}

/* Referanslar Sayfası Stilleri */
.refrance-page {
  padding: 60px 0;
}

.refrance-title {
  font-size: 24px;
  font-weight: 600;
  color: #2c3e50;
  padding-top: 20px;
  margin-bottom: 25px;
  position: relative;
}

.refrance-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #cd3632, #ef844f);
  border-radius: 2px;
}

.referances-item {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.referances-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.referances-item-img {
  position: relative;
  overflow: hidden;
  height: 300px;
  background: #f8f9fa;
}

.referances-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.referances-item:hover .referances-item-img img {
  transform: scale(1.05);
}

.referances-content {
  padding: 25px;
  background: #ffffff;
}

.referances-content p {
  margin: 0;
  color: #6c757d;
  font-size: 15px;
  line-height: 1.6;
}

.referances-content p b {
  color: #2c3e50;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  display: block;
}

.referances-content .btn-primary {
  padding: 12px 25px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 15px rgba(64, 212, 55, 0.2);
}

.referances-content .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(64, 212, 55, 0.3);
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
  .referances-item-img {
    height: 200px;
  }

  .referances-content {
    padding: 20px;
  }

  .refrance-title {
    font-size: 20px;
  }

  .referances-content p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .referances-item-img {
    height: 180px;
  }

  .referances-content {
    padding: 15px;
  }

  .referances-content .btn-primary {
    width: 100%;
    margin-top: 15px;
  }
}
