:root {
  --mitose-ink: #111318;
  --mitose-panel: #ffffff;
  --mitose-soft: #f4f6f8;
  --mitose-line: #dfe3e8;
  --mitose-muted: #606a78;
  --mitose-red: #b31f24;
  --mitose-red-dark: #861417;
  --mitose-green: #168f49;
  --mitose-gold: #d7a42b;
  --mitose-shadow: 0 18px 50px rgba(17, 19, 24, 0.12);
  --mitose-shadow-soft: 0 12px 34px rgba(17, 19, 24, 0.08);
}

body {
  background: var(--mitose-soft);
  color: #252b33;
}

.page-wrapper {
  overflow: hidden;
}

.auto-container {
  max-width: 1210px;
}

.main-header.header-style-one {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

.main-header .header-top {
  background: rgba(17, 19, 24, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.main-header .header-top .inner-container {
  padding-left: 34px;
  padding-right: 34px;
}

.main-header .header-lower {
  background: transparent;
}

.main-header .main-box {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 18px 42px rgba(17, 19, 24, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1320px;
  min-height: 86px;
  padding-left: 40px;
  padding-right: 40px;
}

.main-header .main-box .logo-box {
  flex: 0 0 245px;
  padding: 0;
}

.main-header .logo img {
  max-height: 58px;
}

.main-header .main-box .nav-outer {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 26px;
}

.main-menu .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(22px, 2.1vw, 42px);
}

.main-menu .navigation > li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.main-menu .navigation > li > a {
  color: var(--mitose-ink);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 86px;
  padding: 0;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: var(--mitose-red);
}

.main-menu .navigation > li > a:before {
  background: var(--mitose-red);
  border-radius: 999px;
  bottom: 18px;
  content: "";
  height: 3px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: all 220ms ease;
  width: 0;
}

.main-header .outer-box {
  flex: 0 0 auto;
  gap: 14px;
  margin-left: 0;
  padding: 0;
}

.header-style-one .main-box .outer-box .theme-btn {
  min-width: 150px;
  padding: 17px 22px;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before {
  opacity: 1;
  width: 28px;
}

.theme-btn,
.btn-style-one {
  border-radius: 6px;
  box-shadow: 0 12px 24px rgba(179, 31, 36, 0.2);
  letter-spacing: 0.02em;
  overflow: hidden;
}

.btn-style-one.bg-dark,
.theme-btn.bg-dark {
  background: linear-gradient(135deg, var(--mitose-red), var(--mitose-red-dark)) !important;
  border: 0;
}

.btn-style-one.bg-light,
.theme-btn.bg-light {
  background: #ffffff !important;
  color: var(--mitose-ink);
}

.theme-btn .btn-title {
  position: relative;
  z-index: 1;
}

.banner-section-one {
  background: var(--mitose-ink);
}

.banner-section-one .slide-item {
  min-height: 780px;
  padding-top: 190px;
}

.banner-section-one .slide-item:before {
  background:
    radial-gradient(circle at 68% 28%, rgba(215, 164, 43, 0.24), transparent 28%),
    linear-gradient(90deg, rgba(17, 19, 24, 0.94), rgba(17, 19, 24, 0.68) 47%, rgba(17, 19, 24, 0.35));
  opacity: 1;
}

.banner-section-one .slide-item:after {
  background:
    linear-gradient(135deg, rgba(179, 31, 36, 0.22), transparent 45%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 110px);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.banner-section-one .content-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
  max-width: 760px;
  padding: 52px 52px 56px;
  position: relative;
  z-index: 2;
}

.banner-section-one .content-box:before {
  background: var(--mitose-red);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 52px;
  position: absolute;
  top: 32px;
  width: 86px;
}

.banner-section-one .content-box .sub-title {
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  opacity: 0.92;
  text-transform: uppercase;
}

.banner-section-one .content-box .title {
  color: #ffffff;
  font-size: clamp(44px, 5vw, 82px);
  line-height: 0.96;
  margin-bottom: 22px;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.banner-section-one .content-box .text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.7;
  max-width: 650px;
}

.services-section-four,
.about-section-eight,
.fun-fact-section-two,
.team-section-two,
.faq-section-two,
.services-section-three {
  background: var(--mitose-soft);
  padding-bottom: 88px;
  padding-top: 88px;
  position: relative;
}

.services-section-four:nth-of-type(even),
.about-section-eight.style-two,
.faq-section-two.style-two {
  background: #ffffff;
}

.sec-title {
  margin-bottom: 48px;
}

.sec-title .sub-title {
  background: rgba(179, 31, 36, 0.08);
  border: 1px solid rgba(179, 31, 36, 0.14);
  border-radius: 999px;
  color: var(--mitose-red);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 8px 14px;
  text-transform: uppercase;
}

.sec-title .sub-title:before {
  display: none;
}

.sec-title h2,
.sec-title h1,
.sec-title .service-title {
  color: var(--mitose-ink);
  letter-spacing: -0.02em;
}

.sec-title h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.03;
}

.sec-title .text,
.text {
  color: var(--mitose-muted);
}

.service-block-four .inner-box,
.service-block-three .inner-box {
  background: var(--mitose-panel);
  border: 1px solid var(--mitose-line);
  border-radius: 14px;
  box-shadow: var(--mitose-shadow-soft);
  height: 100%;
  overflow: hidden;
  padding: 32px 28px;
  position: relative;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-block-four .inner-box:before,
.service-block-three .inner-box:before {
  background: linear-gradient(180deg, var(--mitose-red), var(--mitose-gold));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

.service-block-four .inner-box:hover,
.service-block-three .inner-box:hover {
  border-color: rgba(179, 31, 36, 0.28);
  box-shadow: var(--mitose-shadow);
  transform: translateY(-6px);
}

.service-block-four .title,
.service-block-three h4 {
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.service-block-four .title a,
.service-block-three h4 a {
  color: var(--mitose-ink);
}

.service-block-four .title a:hover,
.service-block-three h4 a:hover {
  color: var(--mitose-red);
}

.about-section-eight .inner-column,
.fun-fact-section-two .content-column .inner-column {
  background: #ffffff;
  border: 1px solid var(--mitose-line);
  border-radius: 18px;
  box-shadow: var(--mitose-shadow-soft);
  padding: 46px;
}

.about-section-eight .image-1 img,
.project-block .image img {
  border-radius: 14px;
}

.about-section-eight .experience {
  background: linear-gradient(135deg, var(--mitose-red), var(--mitose-red-dark));
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(179, 31, 36, 0.22);
}

.list-style-two li {
  color: var(--mitose-ink);
  font-weight: 700;
}

.list-style-two li i {
  color: var(--mitose-green);
}

.project-section-three,
.why-choose-us-four {
  background: var(--mitose-ink);
  overflow: hidden;
  padding-bottom: 96px;
  padding-top: 96px;
}

.project-section-three:before,
.why-choose-us-four:before {
  background:
    radial-gradient(circle at 18% 20%, rgba(179, 31, 36, 0.22), transparent 26%),
    radial-gradient(circle at 78% 55%, rgba(215, 164, 43, 0.18), transparent 30%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.project-section-three .bg,
.why-choose-us-four .bg {
  opacity: 0.15;
}

.project-section-three .sec-title,
.why-choose-us-four .sec-title,
.project-section-three .auto-container,
.why-choose-us-four .auto-container {
  position: relative;
  z-index: 1;
}

.sec-title.light .sub-title {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.sec-title.light h2,
.sec-title.light .text,
.why-choose-us-four .sec-title h2,
.why-choose-us-four .sec-title .text {
  color: #ffffff;
}

.project-block .inner-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.project-block .content-box {
  background: #ffffff;
  border-top: 1px solid var(--mitose-line);
}

.project-block .title a {
  color: var(--mitose-ink);
}

.project-block .cat {
  color: var(--mitose-red);
  font-weight: 800;
}

.project-block .read-more {
  background: var(--mitose-red);
}

.why-choose-us-four .outer-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
  padding: 56px;
}

.why-choose-us-four .float-text {
  color: rgba(255, 255, 255, 0.12);
  font-size: clamp(42px, 6vw, 92px);
  line-height: 0.95;
}

.fun-fact-section-two .sec-title .text hr {
  border-color: var(--mitose-line);
  margin: 16px 0;
}

.contact-form {
  border-radius: 18px;
  box-shadow: var(--mitose-shadow);
  overflow: hidden;
}

.contact-form .title {
  color: var(--mitose-ink);
}

.contact-form input:not([type=submit]),
.contact-form textarea,
.contact-form select {
  background: #ffffff;
  border: 1px solid var(--mitose-line);
  border-radius: 8px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: rgba(179, 31, 36, 0.45);
  box-shadow: 0 0 0 4px rgba(179, 31, 36, 0.08);
}

.call-to-action {
  background: linear-gradient(135deg, var(--mitose-red), var(--mitose-red-dark));
}

.call-to-action .title {
  color: #ffffff;
}

.main-footer {
  background: #0d0f13;
}

.main-footer .widgets-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(179, 31, 36, 0.18), transparent 25%),
    #0d0f13;
  padding-top: 78px;
}

.main-footer .widget-title,
.main-footer .text,
.main-footer a,
.main-footer .copyright-text {
  color: rgba(255, 255, 255, 0.86);
}

.main-footer a:hover {
  color: #ffffff;
}

.main-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #090b0e;
}

.accordion-box .block {
  background: #ffffff;
  border: 1px solid var(--mitose-line) !important;
  border-radius: 12px;
  box-shadow: var(--mitose-shadow-soft);
  margin-bottom: 14px;
  overflow: hidden;
}

.accordion-box .block .acc-btn {
  color: var(--mitose-ink);
  font-weight: 800;
}

.accordion-box .block .acc-content .text {
  color: var(--mitose-muted);
}

.sticky-header {
  box-shadow: 0 10px 30px rgba(17, 19, 24, 0.12);
}

@media (max-width: 991px) {
  .main-header .main-box {
    border-radius: 0;
    min-height: 76px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .main-header .main-box .logo-box {
    flex: 0 0 auto;
  }

  .main-header .main-box .nav-outer {
    display: none;
  }

  .main-header .outer-box .btn-box {
    display: none;
  }

  .main-header .outer-box {
    margin-left: auto;
  }

  .banner-section-one .slide-item {
    min-height: 680px;
    padding-top: 150px;
  }

  .banner-section-one .content-box,
  .about-section-eight .inner-column,
  .fun-fact-section-two .content-column .inner-column,
  .why-choose-us-four .outer-box {
    padding: 34px;
  }
}

@media (max-width: 575px) {
  body {
    overflow-x: hidden;
  }

  .main-header .header-top {
    display: none;
  }

  .main-header .main-box {
    min-height: 72px;
  }

  .main-header .logo img {
    max-height: 46px;
  }

  .main-header.header-style-one {
    position: absolute;
  }

  .banner-section-one .slide-item {
    min-height: 640px;
    padding-top: 108px;
  }

  .banner-section-one .content-box {
    border-radius: 14px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding: 32px 22px;
  }

  .banner-section-one .content-box:before {
    left: 24px;
    top: 20px;
  }

  .banner-section-one .content-box .sub-title {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .banner-section-one .content-box .title {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.05;
  }

  .banner-section-one .content-box .text {
    font-size: 16px;
    line-height: 1.6;
  }

  .services-section-four,
  .about-section-eight,
  .fun-fact-section-two,
  .team-section-two,
  .faq-section-two,
  .services-section-three {
    padding-bottom: 62px;
    padding-top: 62px;
  }

  .service-block-four .inner-box,
  .service-block-three .inner-box {
    padding: 28px 24px;
  }

  .about-section-eight .inner-column,
  .fun-fact-section-two .content-column .inner-column,
  .why-choose-us-four .outer-box {
    padding: 28px 22px;
  }

  .project-section-three,
  .why-choose-us-four {
    padding-bottom: 68px;
    padding-top: 68px;
  }

  .sec-title {
    margin-bottom: 34px;
  }

  .sec-title h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .contact-form {
    border-radius: 12px;
  }

  .main-footer {
    padding-bottom: 74px;
  }
}
