@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.cdnfonts.com/css/nats";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css";
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
b,
small,
strong,
body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Noto Sans", sans-serif;
}
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
a,
i,
.btn {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
textarea,
input,
.navbar-toggler,
button {
  outline: 2px solid rgba(0, 0, 0, 0);
  box-shadow: none;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #3e556b;
}
::-webkit-scrollbar-thumb {
  background: #e67e22;
}
.animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.container-lg {
  width: 100%;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}
.container-sm {
  width: 100%;
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
}
.header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  background: #fff;
}
.header.fixed {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header .header-lg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-lg .nav-bar {
  display: flex;
  align-items: center;
}
.header .header-lg .nav-link {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #3e556b;
  padding: 10px 50px;
}
.header .header-lg .navbar-brand .logo img {
  height: 62px;
}
.header .header-sm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-sm .logo img {
  height: 52px;
}
.hero-section {
  width: 100%;
  margin-top: 80px;
  background-image: url(../images/hero-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 85px 0px 0px;
}
.hero-section .hero-content {
  width: 100%;
  padding-bottom: 105px;
  position: relative;
}
.hero-section .hero-content h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 180%;
  letter-spacing: 0.1em;
  color: #3e556b;
  margin-bottom: 60px;
}
.hero-section .hero-content h1 span {
  background: #3e556b;
  border-radius: 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 180%;
  letter-spacing: 0.1em;
  padding: 10px 28px;
  color: #fff;
}
.hero-section .hero-content h3 {
  margin-left: 100px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 150%;
  color: #3e556b;
  background: linear-gradient(180deg, rgba(255, 244, 125, 0) 50%, #fff000 50%);
  margin-bottom: 0px;
  width: -moz-fit-content;
  width: fit-content;
}
.hero-section .hero-content .hero-vector {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 595px;
}
.free-appraisal {
  width: 100%;
  min-height: 249px;
  background: #3e556b;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appraisal-btn {
  padding: 20px 55px 20px 118px;
  height: 135px;
  width: -moz-fit-content;
  width: fit-content;
  background: #e67e22;
  box-shadow: 0px 4px 0px #813c00;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  position: relative;
  transition: all 0.3s ease-in-out !important;
  line-height: 58px;
  cursor: pointer;
  color: #fff;
}
.appraisal-btn span {
  width: 53px;
}
.appraisal-btn small {
  font-size: 40px !important;
}
.appraisal-btn .easy-60 {
  position: absolute;
  width: 126px;
  height: 126px;
  left: -32px;
  top: -29px;
  border-radius: 100px;
  background: linear-gradient(323.76deg, #82d300 5.65%, #76b909 94.35%);
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  transform: rotate(-18.04deg);
}
.appraisal-btn:hover {
  transform: scale(1.02) !important;
}
.problems {
  padding: 60px 0px 165px;
  background-image: url(../images/problems-bg.svg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.center-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}
.center-heading h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.center-heading h4 span {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #e67e22;
}
.center-heading h2 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 54px;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  color: #e67e22;
}
.center-heading h2 span {
  font-size: 40px;
  background: linear-gradient(180deg, rgba(255, 244, 125, 0) 50%, #fff000 50%);
  color: #3e556b;
}
.problems-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0px auto;
  max-width: 1130px;
}
.problems-row .pro1 {
  order: 1;
}
.problems-row .pro1 img {
  width: 100%;
}
.problems-row .pro2 {
  order: 2;
}
.problems-row .pro2 img {
  width: 100%;
}
.problems-row .pro3 {
  order: 3;
}
.problems-row .pro3 img {
  width: 100%;
}
.problems-row .pro4 {
  order: 4;
}
.problems-row .pro4 img {
  width: 100%;
}
.solve-your-problem {
  padding: 75px 0px 100px;
}
.solve-your-problem .problem-solver-card {
  width: 100%;
}
.solve-your-problem .problem-solver-card .heading {
  display: flex;
}
.solve-your-problem .problem-solver-card .heading svg {
  width: 100%;
}
.solve-your-problem .problem-solver-card .section-content {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 10px 40px 30px 40px;
}
.solve-your-problem .problem-solver-card .section-content .banner {
  display: flex;
  width: 420px;
}
.solve-your-problem .problem-solver-card .section-content .banner img {
  width: 100%;
}
.solve-your-problem .problem-solver-card .section-content .content {
  width: calc(100% - 460px);
}
.solve-your-problem .problem-solver-card .section-content .content p {
  font-family: "NATS";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 180%;
  color: #333;
  margin-bottom: 0px;
}
.section-bottom {
  margin-top: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.track-record {
  padding: 75px 0px;
  width: 100%;
  background: #f4f4f4;
}
.record-container {
  width: 100%;
  max-width: 1080px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto;
}
.record-container .record-card {
  margin-bottom: 70px;
}
.record-container .record-card .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.record-container .record-card .content .title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  height: 65px;
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  background: #3e556b;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.record-container .record-card .content .title span {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}
.record-container .record-card .content p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #000;
}
.record-container .record-card .banner {
  width: 100%;
}
.record-container .record-card .banner img {
  width: 100%;
}
.reasons {
  padding: 20px 0px;
  background: #fdf3e9;
}
.reasons-box {
  width: 100%;
  min-height: 800px;
  padding: 30px 97px 85px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.reasons-box .reasons-card {
  position: relative;
  margin-bottom: 50px;
}
.reasons-box .reasons-card .bg-img {
  width: 100%;
}
.reasons-box .reasons-card .content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 42px;
}
.reasons-box .reasons-card .content .icon {
  height: 103px;
  height: 103px;
}
.reasons-box .reasons-card .content .icon img {
  width: 100%;
}
.reasons-box .reasons-card .content .detail {
  width: calc(100% - 145px);
}
.reasons-box .reasons-card .content .detail h3 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.1em;
  color: #3e556b;
  margin-bottom: 25px;
}
.reasons-box .reasons-card .content .detail p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #333;
}
.testimonials {
  padding: 75px 0px;
}
.testimonials .testimonial-card {
  width: 100%;
  min-height: 239px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
  position: relative;
  padding: 18px 45px;
}
.testimonials .testimonial-card .t-bg-shape1 {
  position: absolute;
  top: 0px;
  height: 200px;
  z-index: 0;
  left: 0px;
}
.testimonials .testimonial-card .t-bg-shape2 {
  position: absolute;
  top: 0px;
  height: 200px;
  z-index: 0;
  right: 0px;
}
.testimonials .testimonial-card .inner-row {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials .testimonial-card .inner-row .profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials .testimonial-card .inner-row .profile img {
  width: -moz-fit-content;
  width: fit-content;
  height: 140px;
  margin-bottom: 10px;
}
.testimonials .testimonial-card .inner-row .profile h6 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 0px;
  color: #033558;
}
.testimonials .testimonial-card .inner-row .profile p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #033558;
  margin-bottom: 0px;
}
.testimonials .testimonial-card .inner-row .comment {
  width: calc(100% - 230px);
}
.testimonials .testimonial-card .inner-row .comment h3 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  color: #e67e22;
}
.testimonials .testimonial-card .inner-row .comment p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #333;
}
.company-information {
  padding: 50px 0px 70px;
  background: #fcf2e9;
}
.company-information .information-top {
  width: 100%;
  margin-bottom: 70px;
  position: relative;
}
.company-information .information-top .bg-img {
  width: 100%;
}
.company-information .information-top .content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 33px 55px;
  display: flex;
  align-items: center;
  gap: 42px;
}
.company-information .information-top .content p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
  color: #333;
}
.company-information .info-row {
  display: flex;
}
.company-information .info-row .map {
  width: 55%;
}
.company-information .info-row .map iframe {
  width: 100%;
  height: 420px;
}
.company-information .info-row .content {
  width: 45%;
  padding-right: 30px;
}
.company-information .info-row .content .i-row {
  display: flex;
  margin-bottom: 15px;
}
.company-information .info-row .content .i-row .title {
  padding: 3px 12px;
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  border-left: 3.5px solid #e67e22;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #333;
}
.company-information .info-row .content .i-row .detail {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #333;
}
.faq-section {
  background: #f4f4f4;
  padding: 60px 0px;
}
.faq-section .faq-card {
  width: 100%;
  margin-bottom: 20px;
}
.faq-section .faq-card .faq-q {
  min-height: 74px;
  background: #d8dde1;
  padding: 15px 28px;
  display: flex;
  align-items: center;
  gap: 27px;
}
.faq-section .faq-card .faq-q span {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #333;
}
.faq-section .faq-card .faq-a {
  min-height: 80px;
  background: #fff;
  padding: 15px 28px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.faq-section .faq-card .faq-a span {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #333;
}
.footer {
  width: 100%;
  padding: 75px 0px 33px;
  background: #3e556b;
}
.footer .f-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 100px;
}
.footer .f-bottom a {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #fff;
}
.footer .footer-nav {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  gap: 100px;
  padding: 0px 20px;
  align-items: center;
}
.footer .footer-nav .nav-link {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #fff;
}
.bottom {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.bottom span {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #777;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.mobile-nav {
  height: auto;
  overflow: auto;
  background: #3e556b;
  width: 100% !important;
}
.mobile-nav .menu-body {
  overflow: auto;
  padding: 70px 12px 20px;
}
.mobile-nav .menu-body .nav-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 100px;
}
.mobile-nav .menu-body .nav-bar .nav-link {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #fff;
}
.mobile-nav .menu-body .p-p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 70px;
}
.mobile-nav .menu-body .nav-bottom {
  width: 100%;
  padding-left: 20px;
}
.mobile-nav .menu-body .nav-bottom .appraisal-btn {
  width: 100%;
}
.about-property-section {
  padding: 40px 0px 0px;
}
.heading-bar {
  width: 100%;
  height: 89px;
  background: #f6f6f6;
  padding: 25px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heading-bar .hb-row {
  width: 100%;
  max-width: 768px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.heading-bar .hb-row span {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #333;
}
.form-body {
  width: 100%;
  padding: 46px 0px 73px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-body .form {
  padding: 0px 15px;
  width: 100%;
  max-width: 768px;
}
.form-body .form .row-f {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-bottom: 1px solid #e8e8e8;
  padding: 28px 0;
}
.form-body .form .row:last-child {
  border-bottom: none;
}
.form-body .form .row-label {
  width: 248px;
  flex-shrink: 0;
  font-size: 16px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  min-height: 40px;
  flex-wrap: wrap;
}
.form-body .form .row-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-body .form .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  line-height: 1.4;
}
.form-body .form .badge-req {
  background: #d32f2f;
  color: #fff;
  padding: 3px 8px;
}
.form-body .form .badge-req.is-ok {
  background: #2e7d32;
  color: #fff;
}
.form-body .form .badge-opt {
  background: #c8c8c8;
  color: #fff;
}
.form-body .form .sel-wrap {
  max-width: 206px;
  position: relative;
  display: inline-block;
}
.form-body .form .sel-wrap select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: 14px;
  color: #555;
  background: #faeaea;
  border: none;
  border-radius: 4px;
  padding: 8px 36px 8px 14px;
  border-radius: 0px;
  cursor: pointer;
  outline: none;
  width: 100%;
}
.form-body .form .sel-wrap select:focus {
  border-color: #c97070;
  box-shadow: 0 0 0 3px rgba(220, 100, 100, 0.1);
}
.form-body .form .sel-wrap::after {
  display: none;
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #888;
  pointer-events: none;
}
.form-body .form .addr-row {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
}
.form-body .form .addr-label {
  width: 140px;
  flex-shrink: 0;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 9px;
}
.form-body .form .addr-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-body .form .postal-input {
  font-family: inherit;
  font-size: 14px;
  color: #333333;
  background: #ebebeb;
  border: none;
  border-radius: 0px;
  padding: 8px 14px;
  width: 200px;
  outline: none;
}
.form-body .form .postal-input::-moz-placeholder {
  color: #bbb;
}
.form-body .form .postal-input::placeholder {
  color: #bbb;
}
.form-body .form .postal-input:focus {
  border-color: #c97070;
  box-shadow: 0 0 0 3px rgba(220, 100, 100, 0.1);
}
.form-body .form .postal-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-body .form .postal-link {
  font-size: 12px;
  color: #0062b2;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.form-body .form .postal-link:hover {
  text-decoration: underline;
}
.form-body .form .postal-hint {
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}
.form-body .form .banchi-input {
  font-family: inherit;
  font-size: 14px;
  color: #bbb;
  background: #fdf3f3;
  border: none;
  border-radius: 0px;
  padding: 8px 14px;
  width: 360px;
  outline: none;
}
.form-body .form .banchi-input:focus {
  border-color: #c97070;
  box-shadow: 0 0 0 3px rgba(220, 100, 100, 0.1);
}
.form-body .form .price-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 2px;
}
.form-body .form .price-input {
  font-family: inherit;
  font-size: 14px;
  color: #333;
  background: #ebebeb;
  border: none;
  border-radius: 0px;
  padding: 8px 14px;
  width: 80%;
  outline: none;
}
.form-body .form .price-input:focus {
  border-color: #c97070;
  box-shadow: 0 0 0 3px rgba(220, 100, 100, 0.1);
}
.form-body .form .price-unit {
  font-size: 14px;
  color: #333;
}
.form-body .form .radio-group {
  display: flex;
  align-items: center;
  gap: 36px;
  padding-top: 4px;
}
.form-body .form .radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.form-body .form .radio-group input[type="radio"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid #bbb;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  outline: none;
  transition: border-color 0.15s;
}
.form-body .form .radio-group input[type="radio"]:checked {
  border-color: #555;
}
.form-body .form .radio-group input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #555;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-body .form .radio-hint {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.form-body .form .biko-section {
  padding: 28px 0 40px;
}
.form-body .form .biko-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}
.form-body .form .biko-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.form-body .form textarea {
  font-family: inherit;
  font-size: 14px;
  color: #333333;
  background: #ebebeb;
  border: none;
  border-radius: 0px;
  padding: 14px;
  width: 100%;
  min-height: 120px;
  resize: vertical;
  outline: none;
  line-height: 1.6;
}
.form-body .form textarea::-moz-placeholder {
  color: #999;
}
.form-body .form textarea::placeholder {
  color: #999;
}
.form-body .form textarea:focus {
  border-color: #c97070;
  box-shadow: 0 0 0 3px rgba(220, 100, 100, 0.1);
}
.form-body .form .name-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-body .form .name-label {
  width: 40px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}
.form-body .form .name-input {
  width: 174px;
  font-family: inherit;
  font-size: 14px;
  color: #000;
  background: #faeaea;
  border: none;
  padding: 8px 14px;
  width: 180px;
  outline: none;
}
.form-body .form .name-input::-moz-placeholder {
  color: #bbb;
}
.form-body .form .name-input::placeholder {
  color: #bbb;
}
.form-body .form .text-input {
  font-family: inherit;
  font-size: 14px;
  color: #000;
  background: #faeaea;
  border: none;
  padding: 8px 14px;
  width: 380px;
  outline: none;
}
.form-body .form .text-input::-moz-placeholder {
  color: #bbb;
}
.form-body .form .text-input::placeholder {
  color: #bbb;
}
.form-body .form .text-input.gray {
  background: #ebebeb;
  color: #999;
}
.form-body .form .text-input.gray::-moz-placeholder {
  color: #999;
}
.form-body .form .text-input.gray::placeholder {
  color: #999;
}
.form-body .form .field-hint {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}
.form-body .form .checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 13px;
  color: #555;
}
.form-body .form .checkbox-row input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid #bbb;
  cursor: pointer;
  flex-shrink: 0;
}
.form-bottom {
  width: 100%;
  padding: 64px 20px;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.form-bottom .fb-row {
  width: 100%;
  max-width: 768px;
  margin: 0px auto;
}
.form-bottom .fb-row h6 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 0px;
}
.form-bottom .fb-row span {
  background: #d32f2f;
  color: #fff;
  padding: 3px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  line-height: 1.4;
}
.form-bottom .fb-row span#mehoru-status-privacy.is-ok {
  background: #2e7d32;
  color: #fff;
}
.form-bottom .fb-row p {
  margin-bottom: 18px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  margin-top: 13px;
  color: #0062b2;
}
.form-bottom .checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 13px;
  color: #555;
  margin-bottom: 48px;
}
.form-bottom .checkbox-row .label {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #333;
}
.form-bottom .checkbox-row input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid #bbb;
  cursor: pointer;
  flex-shrink: 0;
}
.form-bottom .btn-submit {
  max-width: 560px;
  height: 64px;
  width: 100%;
  background: #ddd;
  border-radius: 4px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  justify-content: center;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #999;
}
.form-bottom .btn-submit:hover {
  background: #d32f2f;
  color: #fff;
}
.privacy-policy-section {
  padding: 100px 0px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh;
}
.privacy-policy-section .container-lg {
  max-width: 1200px;
}
.privacy-policy-section .center-heading {
  margin-bottom: 60px;
}
.privacy-policy-section .center-heading h2 {
  font-size: 52px;
  color: #2c3e50;
  margin-bottom: 20px;
}
.privacy-policy-section .center-heading h2 span {
  background: linear-gradient(135deg, #e67e22 0%, #ff8c42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #e67e22;
}
.privacy-policy-section .privacy-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.privacy-policy-section .content-block {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.privacy-policy-section .content-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.privacy-policy-section .content-block h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #e67e22;
  position: relative;
}
.privacy-policy-section .content-block h3::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #e67e22 0%, #ff8c42 100%);
  border-radius: 2px;
}
.privacy-policy-section .content-block p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
  text-align: justify;
}
.privacy-policy-section .content-block p:last-child {
  margin-bottom: 0;
}
.privacy-policy-section .content-block .highlight {
  background: linear-gradient(
    135deg,
    rgba(230, 126, 34, 0.1) 0%,
    rgba(255, 140, 66, 0.1) 100%
  );
  padding: 20px;
  border-radius: 12px;
  border-left: 4px solid #e67e22;
  margin: 20px 0;
}
.privacy-policy-section .content-block .contact-info {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
  margin-top: 20px;
  border: 1px solid #e9ecef;
}
.privacy-policy-section .content-block .contact-info p {
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 5px;
}
.privacy-policy-section .content-block .contact-info .phone {
  font-size: 18px;
  color: #e67e22;
  font-weight: 700;
}
.privacy-policy-section .content-block .date-info {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #fff;
  border-radius: 12px;
}
.privacy-policy-section .content-block .date-info p {
  margin-bottom: 5px;
  font-weight: 500;
}
.privacy-policy-section .content-block .date-info .company {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
.privacy-policy-section .content-block .date-info .address {
  color: #bdc3c7;
}
.privacy-policy-section .content-block .date-info .representative {
  color: #f39c12;
  font-weight: 600;
}
@media (max-width: 768px) {
  .privacy-policy-section {
    padding: 60px 0px;
  }
  .privacy-policy-section .center-heading h2 {
    font-size: 36px;
  }
  .privacy-policy-section .content-block {
    padding: 25px;
    margin-bottom: 20px;
  }
  .privacy-policy-section .content-block h3 {
    font-size: 20px;
  }
  .privacy-policy-section .content-block p {
    font-size: 15px;
  }
}

.addr-input{
	background:#faeaea !important
}