@charset "UTF-8";
.crc-section-container {
  width: min(1320px, 100% - 32px);
  margin: 0 auto;
  position: relative;
}

.crc-render-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.crc-render-section-1 {
  background-image: url("/img/bgr1.png");
}

.crc-render-section-2 {
  background-image: url("/img/bgr2.png");
  padding-top: 60px;
}

.crc-render-section-3 {
  background-image: url("/img/bgr3.png");
  padding: 60px 0;
}

.crc-render-section-4 {
  background-image: url("/img/bgr4.png");
  padding: 60px 0;
}

.crc-render-section-5 {
  background-image: url("/img/bgr5.png");
  padding: 60px 0;
}

.crc-render-section-6 {
  background-image: url("/img/bgr6.png");
  padding: 60px 0 0;
}

.crc-render-section-7 {
  background-image: url("/img/bgr7.png");
  padding: 60px 0;
}

.crc-render-section-8 {
  background-image: url("/img/bgr8.png");
  padding: 72px 0 64px;
}

.crc-block-title {
  margin: 0 0 40px;
  text-align: center;
  font-family: "Noto", sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #f7e7c6;
}

.crc-block-title--left,
.crc-subtitle--left {
  text-align: left;
}

.crc-hero-stack,
.crc-cta-row,
.crc-awareness,
.crc-definition,
.crc-scan,
.crc-intervention,
.crc-audience,
.crc-booking-copy {
  width: 100%;
}

.crc-hero-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}

.crc-glass-card,
.crc-statement-card,
.crc-glass-chip {
  border: 1px solid rgba(247, 231, 198, 0.4);
  border-radius: 24px;
  background: rgba(16, 28, 50, 0.74);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.crc-glass-card {
  width: 100%;
  max-width: 800px;
  padding: 36px;
  border-radius: 36px;
  text-align: center;
}
.crc-glass-card p {
  color: #fff;
  font-family: "Noto", serif;
  font-size: 20px;
  font-weight: 600;
}
.crc-glass-card p:last-child {
  margin-bottom: 0;
}

.crc-glass-card p,
.crc-statement-card p,
.crc-scan-note p,
.crc-booking-copy p {
  margin: 0 0 12px;
}

.crc-cta-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.crc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 14px 22px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid rgba(246, 231, 196, 0.7);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.crc-btn:hover {
  transform: translateY(-2px);
}

.crc-btn-primary {
  background: #22345f;
  color: #fff;
}

.crc-btn-outline {
  background: transparent;
  color: #f7ebcf;
}

.crc-awareness-badge {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  text-transform: uppercase;
  color: #161616;
  font-family: "Noto", serif;
  font-weight: 700;
  font-size: 36px;
}

.crc-awareness-grid,
.crc-quote-grid,
.crc-icon-grid,
.crc-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  align-items: start;
}

.crc-quote-grid {
  position: relative;
  padding: 40px;
}

.crc-paper-card {
  height: 100%;
  padding: 24px 30px;
  border: 1px solid #efc47e;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 32px rgba(70, 53, 18, 0.08);
  color: #222;
  font-size: 20px;
  line-height: normal;
}

.crc-paper-card p {
  margin: 0 0 14px;
}
.crc-paper-card p:last-child {
  margin-bottom: 0;
}

.crc-dark-band {
  margin-top: 44px;
  padding: 44px 24px;
  border-radius: 80px 80px 0 0;
  background: #101624;
  color: #f1dfb7;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Noto", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.crc-dark-band p:last-child {
  margin-bottom: 0;
}
.crc-dark-band::before {
  content: "";
  position: absolute;
  display: block;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #63615e;
  pointer-events: none;
}
.crc-dark-band::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #63615e;
  pointer-events: none;
}

.crc-dark-band--wide {
  border-radius: 42px 42px 0 0;
  margin-top: 34px;
}

.crc-definition .crc-block-title {
  margin-bottom: 42px;
  font-family: "Noto", serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.crc-quote-card {
  position: relative;
  width: 100%;
  padding: 58px 36px 36px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(22, 30, 48, 0.72) 0%, rgba(16, 24, 42, 0.84) 100%);
  text-align: left;
  overflow: visible;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 1;
}
.crc-quote-card::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 0%, rgba(246, 207, 133, 0.22), transparent 42%), radial-gradient(circle at 80% 100%, rgba(255, 255, 255, 0.12), transparent 46%);
  filter: blur(10px);
  opacity: 0.8;
  z-index: -1;
  pointer-events: none;
}
.crc-quote-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 236, 198, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  pointer-events: none;
}
.crc-quote-card p,
.crc-quote-card li {
  color: #f7e7c6;
  font-family: "Noto", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}
.crc-quote-card p {
  margin: 0 0 10px;
  color: #fff;
  font-style: normal;
}
.crc-quote-card p:last-child {
  margin-bottom: 0;
}

.crc-quote-mark {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  background: url("/img/quote.svg") center/contain no-repeat;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -25px;
  left: 40px;
  z-index: 3;
  pointer-events: none;
}

.crc-quote-grid > .crc-quote-card:first-child {
  transform: translateY(-40px);
}

.crc-quote-grid > .crc-quote-card:last-child {
  transform: translateY(40px);
}

.crc-check-list {
  margin: 12px 0 0;
  padding-left: 0;
  list-style: none;
}
.crc-check-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.crc-check-list li:last-child {
  margin-bottom: 0;
}
.crc-check-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f6cf85;
  box-shadow: 0 0 0 3px rgba(246, 207, 133, 0.16);
}

.crc-statement-card {
  width: 100%;
  margin: 50px auto 0;
  padding: 36px;
  border-radius: 22px;
  border: 1px solid rgba(247, 231, 198, 0.14);
  background: linear-gradient(180deg, rgba(9, 13, 23, 0.92) 0%, rgba(14, 19, 31, 0.86) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-align: center;
}
.crc-statement-card p {
  color: #fff7e2;
  font-family: "Noto", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.crc-statement-card p:last-child {
  margin-bottom: 0;
}

.crc-pill-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0;
}

.crc-pill {
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  font-family: "Noto", sans-serif;
  box-shadow: inset -2px -2px 1px 0px #fdd798;
}

.crc-icon-circle {
  width: 58px;
  height: 58px;
  margin: 22px auto;
  border-radius: 999px;
  background: #16223a;
  color: #f3ca7a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.crc-scan-note {
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-weight: 700;
  line-height: normal;
}
.crc-scan-note p {
  font-size: 20px;
  font-family: "Noto", sans-serif;
}
.crc-scan-note p:last-child {
  margin-bottom: 0;
}

.crc-icon-grid,
.crc-audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crc-icon-card {
  text-align: center;
}
.crc-icon-card .image {
  background: rgba(247, 231, 198, 0.08);
  border-radius: 100%;
  width: 100%;
  max-width: 300px;
  height: 300px;
  margin: 0 auto 40px;
  padding: 70px;
  border: solid 1px #f7e7c6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crc-icon-card .image img {
  display: block;
  margin: auto;
}

.crc-icon-card h3 {
  margin: 0 auto 16px;
  font-size: 20px;
  font-family: "Noto", sans-serif;
  color: #f7e7c6;
  font-weight: 700;
}

.crc-icon-card p {
  margin: 0 auto;
  font-size: 18px;
  line-height: normal;
  font-family: "Noto", sans-serif;
  color: #fff;
}

.crc-icon-orb {
  width: 172px;
  height: 172px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(244, 231, 198, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 27, 48, 0.48);
  box-shadow: inset 0 0 0 1px rgba(244, 231, 198, 0.12);
}

.crc-icon-orb span {
  font-size: 64px;
  line-height: 1;
}

.crc-glass-chip {
  padding: 36px 24px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, rgb(22, 30, 48) 0%, rgba(22, 30, 48, 0.16) 100%);
}

.crc-why-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}

.crc-why-grid > .image,
.crc-why-image {
  margin: 0;
  height: 100%;
}

.crc-why-grid > .image img,
.crc-why-image img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 30px;
  border: 1px solid rgba(247, 231, 198, 0.24);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.crc-why-content {
  padding-top: 6px;
}
.crc-why-content .crc-block-title {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
  color: #f5e6bf;
  text-transform: uppercase;
}
.crc-why-content .crc-subtitle {
  margin-bottom: 24px;
  color: #fff;
  font-family: "Noto", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.55;
  opacity: 1;
}

.crc-why-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 18px;
  background: rgba(12, 20, 36, 0.88);
  border: 1px solid rgba(247, 231, 198, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  overflow-y: auto;
  max-height: 600px;
}
.crc-why-list::-webkit-scrollbar {
  width: 4px;
}
.crc-why-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}
.crc-why-list::-webkit-scrollbar-thumb {
  background: #1d2e56;
  border-radius: 2px;
}

.crc-why-list--bottom {
  margin-top: 18px;
}

.crc-why-list--light {
  margin-top: 20px;
  background: linear-gradient(180deg, #f7e3b9 0%, #f0d6a2 100%);
  border-color: rgba(117, 91, 39, 0.18);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.crc-why-list-title {
  padding: 18px 24px 14px;
  color: #161616;
  font-family: "Noto", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.crc-why-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.crc-line-item {
  position: relative;
  display: block;
  margin: 0;
  padding: 17px 22px 17px 56px;
  border-bottom: 1px solid rgba(247, 231, 198, 0.14);
  color: #f6ead0;
  font-family: "Noto", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.55;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.crc-line-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("/img/arrow-right.svg") center/contain no-repeat;
  transition: background-image 0.25s ease;
}

.crc-line-item:last-child {
  border-bottom: 0;
}

.crc-why-list--light .crc-line-item {
  border-bottom-color: rgba(117, 91, 39, 0.18);
  color: #1b1b1b;
}

.crc-why-list--light .crc-line-item:hover {
  color: #6e5225;
  background: rgba(255, 255, 255, 0.18);
}

.crc-line-item:hover::before {
  background-image: url("/img/arrow-right-hv.svg");
}

.crc-faq {
  margin-top: 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7e3b9 0%, #f0d6a2 100%);
  color: #161616;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.crc-faq-header {
  padding: 18px 24px 14px;
  font-family: "Noto", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.crc-faq-item {
  border-top: 1px solid rgba(117, 91, 39, 0.22);
}

.crc-faq-item p {
  margin: 0;
}

.crc-faq-question {
  position: relative;
  width: 100%;
  padding: 16px 24px 16px 48px;
  border: 0;
  background: transparent;
  text-align: left;
  color: #1b1b1b;
  font-family: "Noto", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
  cursor: pointer;
}
.crc-faq-question::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  color: #6e5225;
  font-size: 22px;
  font-weight: 700;
}

.crc-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 24px 0 48px;
  color: rgba(27, 27, 27, 0.9);
  font-family: "Noto", serif;
  font-size: 17px;
  line-height: 1.7;
}

.crc-faq-item.is-open .crc-faq-question::before {
  content: "−";
}

.crc-faq-item.is-open .crc-faq-answer {
  padding: 0 24px 18px 48px;
}

.crc-block-eight-layout {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.crc-booking-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px solid rgba(247, 231, 198, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin-bottom: 24px;
  background: rgba(16, 27, 50, 0.32);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 8px 24px rgba(0, 0, 0, 0.18);
}

.crc-form-stage {
  width: min(700px, 55%);
}

.crc-contact-overlay {
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.crc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.crc-contact-overlay input,
.crc-contact-overlay textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: #f7e7c6;
  padding: 13px 14px;
  font-size: 14px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.crc-contact-overlay textarea {
  min-height: 140px;
  resize: vertical;
  margin-bottom: 14px;
}

.crc-contact-overlay input::-moz-placeholder, .crc-contact-overlay textarea::-moz-placeholder {
  color: rgba(247, 231, 198, 0.7);
}

.crc-contact-overlay input::placeholder,
.crc-contact-overlay textarea::placeholder {
  color: rgba(247, 231, 198, 0.7);
}

.crc-checkline {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f7e7c6;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 2px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 18px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.crc-checkline--full {
  grid-column: 1/-1;
  margin-top: 2px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) minmax(180px, 1fr);
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.crc-checkline--full:hover {
  cursor: pointer;
}

.crc-checkline input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  margin: 0;
  flex: 0 0 10px;
  border-radius: 5px;
  border: 1px solid rgba(247, 231, 198, 0.55);
  background: rgba(8, 14, 28, 0.36);
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  justify-self: center;
  align-self: center;
  top: 0;
}

.crc-checkline input[type=checkbox]:checked {
  background: #f7e7c6;
  border-color: #f7e7c6;
}

.crc-checkline input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 3px;
  width: 7px;
  height: 15px;
  border: 2px solid #1b2742;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.crc-checkline--full span {
  min-width: 0;
  font-size: 14px;
}

.crc-checkline--full #crcDateField {
  width: 100%;
  min-width: 0;
  justify-self: stretch;
  margin-left: 0;
}

.crc-email-block {
  display: flex;
  flex-direction: column;
}

.crc-actions {
  display: flex;
  gap: 12px;
}

.crc-actions--double .crc-submit {
  flex: 1;
  line-height: normal;
  font-size: 14px;
}

.crc-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(246, 231, 196, 0.6);
  border-radius: 12px;
  padding: 13px 16px;
  background: linear-gradient(180deg, #2a3f73 0%, #22345f 100%);
  color: #f7ebcf;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(8, 16, 34, 0.22);
}

.crc-submit svg {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.crc-submit-secondary {
  background: linear-gradient(180deg, rgba(42, 63, 115, 0.88) 0%, rgba(34, 52, 95, 0.76) 100%);
}

.crc-form-footnote {
  margin-top: 16px;
}

.top-line {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-style: italic;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #f7e7c6;
}

.top-line span {
  position: relative;
  padding-left: 14px;
}

.top-line span::before {
  content: "*";
  position: absolute;
  left: 0;
  top: -1px;
  color: #f2e0b8;
}

.sub-line {
  font-style: italic;
  font-size: 16px;
  color: #f2e0b8;
  line-height: 1.5;
}

.crc-hidden {
  display: none !important;
}

.crc-contact-flash {
  width: min(1120px, 100% - 32px);
  margin: 20px auto 0;
  border-radius: 10px;
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
}

.crc-contact-flash.success {
  background: #d9f5e3;
  color: #14532d;
}

.crc-contact-flash.error {
  background: #fee2e2;
  color: #7f1d1d;
}

.crc-success-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.crc-success-modal.crc-hidden {
  display: none !important;
}

.crc-success-card {
  width: min(92vw, 420px);
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.crc-success-card p {
  margin: 0 0 16px;
  color: #1f2937;
  font-size: 15px;
}

.crc-success-ok {
  border: 0;
  border-radius: 8px;
  padding: 8px 20px;
  background: #1f3a74;
  color: #fff;
  font-weight: 600;
}

/* Desktop defaults remain intentionally close to the 1920px design. */
.crc-render-section-1 {
  height: calc(100vh - 122px);
  display: flex;
  align-items: center;
}
.crc-render-section-1 .crc-block-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: #f7e7c6;
}

.crc-render-section-4 .crc-block-title {
  color: #000;
}
.crc-render-section-4 .crc-subtitle {
  color: #1c1c1c;
  text-align: center;
  font-size: 18px;
}
.crc-render-section-4 .image img {
  display: block;
  margin: auto;
}

.crc-render-section-6 {
  font-family: "Noto", sans-serif;
}
.crc-render-section-6 .crc-block-title {
  margin-bottom: 24px;
}
.crc-render-section-6 .crc-subtitle {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.crc-render-section-7 {
  height: calc(100vh - 122px);
}

.crc-render-section-8 .crc-booking-copy p {
  color: #fff;
  font-size: 18px;
}
.crc-render-section-8 .crc-block-title {
  margin-bottom: 24px;
}

/* XL: tighten spacing a little for smaller desktops / large tablets. */
@media (max-width: 1399.98px) {
  .crc-section-container {
    width: min(1240px, 100% - 32px);
  }
  .crc-block-title {
    font-size: clamp(22px, 2.6vw, 34px);
  }
  .crc-quote-grid > .crc-quote-card:first-child {
    transform: translateY(-28px);
  }
  .crc-quote-grid > .crc-quote-card:last-child {
    transform: translateY(28px);
  }
  .crc-block-eight-layout {
    min-height: 500px;
    padding-right: min(46%, 580px);
  }
  .crc-form-stage {
    width: min(600px, 48%);
  }
}
/* LG: tablet landscape and compact desktop layout. */
@media (max-width: 1199.98px) {
  .crc-section-container {
    width: min(1160px, 100% - 28px);
  }
  .crc-render-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .crc-render-section-1,
  .crc-render-section-7 {
    height: auto;
    min-height: 0;
  }
  .crc-hero-stack,
  .crc-awareness-grid,
  .crc-quote-grid,
  .crc-icon-grid,
  .crc-audience-grid,
  .crc-why-grid,
  .crc-pill-row {
    gap: 20px;
  }
  .crc-why-grid > .image img,
  .crc-why-image img {
    min-height: 0;
    max-height: 520px;
  }
  .crc-why-content .crc-block-title {
    font-size: 30px;
  }
  .crc-why-content .crc-subtitle,
  .crc-line-item,
  .crc-faq-question {
    font-size: 17px;
  }
  .crc-block-eight-layout {
    min-height: 0;
    padding-right: 44%;
  }
  .crc-form-stage {
    width: 52%;
  }
  .crc-contact-overlay {
    padding: 20px;
  }
  .crc-grid {
    gap: 12px;
  }
}
/* MD: tablet portrait and narrow laptop screens. */
@media (max-width: 991.98px) {
  .crc-render-section {
    padding: 48px 0;
  }
  .crc-block-title {
    margin-bottom: 28px;
  }
  .crc-awareness-grid,
  .crc-quote-grid,
  .crc-icon-grid,
  .crc-audience-grid,
  .crc-why-grid,
  .crc-pill-row,
  .crc-grid {
    grid-template-columns: 1fr;
  }
  .crc-quote-grid > .crc-quote-card:first-child,
  .crc-quote-grid > .crc-quote-card:last-child {
    transform: none;
  }
  .crc-quote-grid {
    gap: 20px;
  }
  .crc-icon-orb {
    width: 140px;
    height: 140px;
  }
  .crc-why-grid {
    gap: 18px;
  }
  .crc-why-grid > .image img,
  .crc-why-image img {
    min-height: 0;
    max-height: 460px;
  }
  .crc-why-content .crc-block-title {
    font-size: 30px;
  }
  .crc-why-content .crc-subtitle {
    font-size: 17px;
  }
  .crc-block-eight-layout {
    display: block;
    min-height: 0;
    padding-right: 0;
  }
  .crc-block-eight-copy {
    max-width: 100%;
    padding-top: 0;
  }
  .crc-form-stage {
    position: static;
    width: 100%;
    margin-top: 24px;
  }
  .crc-actions {
    flex-direction: column;
  }
  .crc-contact-overlay {
    padding: 18px;
    border-radius: 20px;
  }
  .crc-checkline--full {
    grid-template-columns: 20px minmax(0, 1fr);
    row-gap: 12px;
  }
  .crc-checkline--full #crcDateField {
    grid-column: 1/-1;
    margin-top: 2px;
  }
  .crc-submit svg {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
}
/* SM: phones. */
@media (max-width: 767.98px) {
  .crc-section-container {
    width: calc(100% - 20px);
  }
  .crc-render-section {
    padding: 40px 0;
  }
  .crc-render-section-1,
  .crc-render-section-7 {
    height: auto;
  }
  .crc-block-title {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .crc-subtitle {
    font-size: 15px;
  }
  .crc-glass-card,
  .crc-statement-card,
  .crc-glass-chip,
  .crc-quote-card,
  .crc-contact-overlay {
    border-radius: 18px;
  }
  .crc-glass-card {
    padding: 24px 18px;
  }
  .crc-line-item {
    padding: 15px 16px 15px 48px;
    font-size: 16px;
  }
  .crc-line-item::before {
    left: 18px;
    width: 18px;
    height: 18px;
  }
  .crc-booking-icon {
    width: 72px;
    height: 72px;
    font-size: 30px;
    margin-bottom: 18px;
  }
  .crc-grid {
    grid-template-columns: 1fr;
  }
  .crc-checkline {
    padding: 10px 12px;
    gap: 10px;
    font-size: 12px;
  }
  .crc-checkline--full {
    grid-template-columns: 20px minmax(0, 1fr);
  }
  .crc-checkline--full #crcDateField {
    width: 100%;
    grid-column: 1/-1;
  }
  .crc-contact-overlay input,
  .crc-contact-overlay textarea {
    font-size: 14px;
    padding: 12px 13px;
  }
  .crc-submit {
    width: 100%;
    padding: 12px 14px;
  }
  .top-line,
  .sub-line {
    font-size: 13px;
  }
}
a {
  color: #333;
  text-decoration: none;
}

.item-disabled {
  opacity: 0.2;
}

.label_error {
  color: red !important;
}

.label_error_email {
  color: red !important;
  font-weight: 500 !important;
}

.disabled {
  pointer-events: none;
}

body {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  margin: 0 !important;
  text-rendering: optimizeSpeed;
  position: relative;
  overflow-x: hidden;
  width: 100vw;
  max-width: 100vw;
}

.container {
  width: 100%;
  margin: auto;
  padding: 0;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: #1c1c1c;
  transition: all 0.3s;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-content .header-left .logo .logo-link,
.header .header-content .header-center,
.header .header-content .header-right .header-tools,
.header .header-content .header-contact .hotline-box {
  display: flex;
}
.header .header-content .header-left {
  padding-left: 16px;
}
.header .header-content .header-left .logo .logo-link {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
}
.header .header-content .header-left .logo .logo-link .logo-image {
  height: auto;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-content .header-left .logo .logo-link .logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .header-content .header-left .logo .logo-link .logo-text span {
  font-family: "LatoItalic", sans-serif;
  display: block;
  font-size: 12px;
  color: #fff;
}
.header .header-content .header-left .logo .logo-link .logo-text .logo-top {
  display: none;
}
.header .header-content .header-left .logo .logo-link .logo-text .logo-tagline {
  font-style: italic;
}
.header .header-content .header-right .header-tools {
  align-items: center;
  gap: 16px;
}
.header .header-content .header-right .header-tools .language-selector .language-flags {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header .header-content .header-right .header-tools .language-selector .flag-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: none;
}
.header .header-content .header-right .header-tools .language-selector .flag-link .flag-icon {
  width: 28px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  border: none;
}
.header .header-content .header-right .header-tools .language-selector .flag-link:hover {
  border-color: #eacd75;
  box-shadow: 0 0 0 2px rgba(234, 205, 117, 0.2);
}
.header .header-content .header-right .header-tools .language-selector .flag-link.active {
  border-color: #eacd75;
  box-shadow: 0 0 0 2px rgba(234, 205, 117, 0.3333333333);
}
.header .header-content .header-contact {
  position: relative;
  background: linear-gradient(135deg, #a32417 0%, #c42d1f 100%);
  border-radius: 0 0 0 24px;
  overflow: hidden;
  border-bottom: solid 6px #691309;
}
.header .header-content .header-contact .phone-icon {
  padding: 24px;
  background: #87190b;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 100% 0;
  z-index: 1;
  display: block;
  height: 100%;
}
.header .header-content .header-contact .hotline-box {
  font-family: "Noto", sans-serif;
  position: relative;
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
}
.header .header-content .header-contact .hotline-box .hotline-label {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.header .header-content .header-contact .hotline-box .hotline-number {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  transition: color 0.3s;
  line-height: normal;
}
.header .header-content .header-contact .hotline-box .hotline-desc {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.header.change {
  background: #1c1c1c;
}
.header.change .header-content .header-left .logo .logo-link {
  flex-direction: row;
  will-change: auto;
}
.header.change .header-content .header-left .logo .logo-link img {
  width: 60px;
  height: auto;
  transition: width 0.3s ease;
}
.header.change .header-content .header-left .logo .logo-link .logo-text span {
  font-size: 12px;
  transition: font-size 0.3s ease;
}
.header.change .header-content .header-left .logo .logo-link .logo-text .logo-top {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.header.change .header-content .header-contact {
  border: none;
  border-radius: 0;
  transition: border 0.3s ease, border-radius 0.3s ease;
}
@media (max-width: 1024px) {
  .header .header-content {
    gap: 1rem;
  }
  .header .header-content .header-contact .hotline-box {
    padding: 12px 16px;
  }
  .header .header-content .header-contact .hotline-box .hotline-number {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .header {
    position: relative;
  }
  .header .header-content {
    display: none;
  }
}

main {
  position: relative;
  background: #fff;
  z-index: 2;
  display: block;
}

.main-menu-navigation {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
  height: 128px;
}
.main-menu-navigation .menu-item {
  height: 100%;
}
.main-menu-navigation .menu-item .menu-link {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.main-menu-navigation .menu-item .menu-link .menu-text {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.main-menu-navigation .menu-item .menu-link svg {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-left: 2px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.main-menu-navigation .menu-item .menu-link:hover {
  border-bottom: solid 3px #941b0c;
}
.main-menu-navigation .menu-item .menu-link:hover svg {
  transform: rotate(180deg);
}
.main-menu-navigation .menu-item.has-dropdown:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-menu-navigation .menu-item .mega-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  width: 100vw;
  background: #0d0d0d;
}
.main-menu-navigation .menu-item .mega-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container {
  padding: 24px 10px;
  display: flex;
  gap: 24px;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-columns {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-columns.--no-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-columns .sub-menu-column .sub-menu-title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding-left: 16px;
  margin: 16px 0;
  position: relative;
  text-transform: uppercase;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-columns .sub-menu-column .sub-menu-title::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #941b0c;
  border-radius: 0px 3px 3px 0px;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-columns .sub-menu-column .sub-menu-title a {
  color: #fff;
  transition: color 0.3s ease;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-columns .sub-menu-column .sub-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-columns .sub-menu-column .sub-menu-list .sub-menu-item {
  margin: 0;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-columns .sub-menu-column .sub-menu-list .sub-menu-item a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  position: relative;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-columns .sub-menu-column .sub-menu-list .sub-menu-item a img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-columns .sub-menu-column .sub-menu-list .sub-menu-item a span {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #757575;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-columns .sub-menu-column .sub-menu-list .sub-menu-item a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-columns .sub-menu-column .sub-menu-list .sub-menu-item a:hover span {
  color: #fff;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-featured {
  min-width: 200px;
  border-left: 1px solid #f0f0f0;
  padding-left: 30px;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-featured .featured-title {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-featured .featured-item {
  margin-bottom: 15px;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-featured .featured-item .featured-image {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-featured .featured-item .featured-image:hover {
  transform: scale(1.05);
}

.change .main-menu-navigation {
  height: 122px;
}

.breadcrumbs {
  font-family: "Montserrat", sans-serif;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.breadcrumbs span {
  color: #000;
}
.breadcrumbs span a {
  color: #757575;
  text-decoration: none;
}
.breadcrumbs span a:hover {
  color: #000;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.pagination-wrapper .pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination-wrapper .pagination__list .pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper .pagination__list .pagination__item .pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background: transparent;
  border: none;
  border-radius: 50%;
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}
.pagination-wrapper .pagination__list .pagination__item .pagination__link svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.pagination-wrapper .pagination__list .pagination__item .pagination__link:hover {
  background: #f5f5f5;
  color: #222;
}
.pagination-wrapper .pagination__list .pagination__item.pagination__item--active .pagination__link {
  background: #941b0c;
  color: #fff;
  border-radius: 50%;
}
.pagination-wrapper .pagination__list .pagination__item.pagination__item--active .pagination__link:hover {
  background: #7a1608;
}
.pagination-wrapper .pagination__list .pagination__item.pagination__item--disabled .pagination__link {
  color: #bbb;
  pointer-events: none;
  background: transparent;
  cursor: not-allowed;
}
.pagination-wrapper .pagination__list .pagination__item.pagination__item--disabled .pagination__link:hover {
  background: transparent;
}

.main-footer {
  color: #ffffff;
}
.main-footer .footer-content .footer-menu {
  background: #1c1c1c;
  padding: 24px 0;
}
.main-footer .footer-content .footer-menu .main-menu-navigation {
  height: auto;
  gap: 0;
  justify-content: space-between;
}
.main-footer .footer-content .footer-menu .main-menu-navigation .menu-item {
  padding: 0 15px 0 20px;
  position: relative;
}
.main-footer .footer-content .footer-menu .main-menu-navigation .menu-item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-footer .footer-content .footer-menu .main-menu-navigation .menu-item:first-child {
  padding-left: 0;
}
.main-footer .footer-content .footer-menu .main-menu-navigation .menu-item:first-child::before {
  display: none;
}
.main-footer .footer-content .footer-menu .main-menu-navigation .menu-item .menu-link:hover {
  border: none;
}
.main-footer .footer-content .footer-menu .main-menu-navigation .menu-item .menu-link .menu-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
.main-footer .footer-content .footer-top {
  background: url("/img/backgrounds/footer_bgr.jpg") no-repeat center center;
  background-size: cover;
}
.main-footer .footer-content .footer-top .footer-top-container {
  padding: 60px 0;
}
.main-footer .footer-content .footer-top .footer-top-container .logo {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-footer .footer-content .footer-top .footer-top-container .logo .logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
}
.main-footer .footer-content .footer-top .footer-top-container .logo .logo-link .logo-image {
  height: auto;
  width: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-footer .footer-content .footer-top .footer-top-container .logo .logo-link .logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-footer .footer-content .footer-top .footer-top-container .logo .logo-link .logo-text span {
  display: block;
  font-size: 14px;
  color: #fff;
}
.main-footer .footer-content .footer-top .footer-top-container .logo .logo-link .logo-text .logo-top {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.main-footer .footer-content .footer-top .footer-top-container .logo .logo-link .logo-text .logo-tagline {
  font-family: "LatoItalic", sans-serif;
}
.main-footer .footer-content .footer-top .footer-top-container .logo .footer_hotline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #991e0e;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 32px;
  padding: 16px 20px;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.main-footer .footer-content .footer-top .footer-top-container .logo .footer_hotline svg {
  flex-shrink: 0;
  display: block;
}
.main-footer .footer-content .footer-top .footer-top-container .logo .footer_hotline span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.main-footer .footer-content .footer-top .footer-top-container .logo .footer_hotline:hover, .main-footer .footer-content .footer-top .footer-top-container .logo .footer_hotline:focus {
  background: #b32a17;
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(153, 30, 14, 0.18);
  text-decoration: none;
}
.main-footer .footer-content .footer-top .footer-top-container .logo .dmca {
  width: 100px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-address,
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-phone,
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-email {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-address svg,
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-phone svg,
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-email svg {
  width: 16px;
  height: 16px;
  color: #cccccc;
  margin-top: 2px;
  flex-shrink: 0;
}
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-address span,
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-address a,
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-phone span,
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-phone a,
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-email span,
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-email a {
  font-size: 13px;
  line-height: normal;
  color: #cccccc;
  text-decoration: none;
}
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-address span:hover,
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-address a:hover,
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-phone span:hover,
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-phone a:hover,
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-email span:hover,
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-email a:hover {
  color: #ffffff;
  transition: color 0.3s ease;
}
.main-footer .footer-content .footer-top .footer-top-container .office-info .office-details .office-map iframe {
  border: none;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.main-footer .footer-content .footer-bottom {
  padding: 12px 0;
  background: #000000;
}
.main-footer .footer-content .footer-bottom .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-footer .footer-content .footer-bottom .footer-bottom-content .footer-copyright p {
  font-size: 14px;
  color: #757575;
  margin: 0;
}
.main-footer .footer-content .footer-bottom .right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.main-footer .footer-content .footer-bottom .right .footer-social {
  display: flex;
  gap: 16px;
}
.main-footer .footer-content .footer-bottom .right .footer-social .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cccccc;
  text-decoration: none;
  transition: all 0.3s ease;
}
.main-footer .footer-content .footer-bottom .right .footer-social .social-link:hover {
  transform: translateY(-2px);
  background: #757575;
  border-radius: 100%;
  padding: 10px;
}
.main-footer .footer-content .footer-bottom .right .footer-extra-info {
  padding-left: 16px;
  border-left: solid 1px #757575;
}
.main-footer .footer-content .footer-bottom .right .footer-extra-info .extra-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.main-footer .footer-content .footer-bottom .right .footer-extra-info span {
  display: block;
  line-height: normal;
  font-size: 12px;
  color: #757575;
}
.main-footer .active-language {
  color: white;
  background-color: #1c1c1c;
}
.main-footer .language {
  padding: 10px;
}

.breadcrumbs-catgory_name::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50%;
  width: 100%;
  max-width: 70px;
  height: 2px;
  margin: auto;
  background-color: #eacd75;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.breadcrumb {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  padding: 24px 0;
  color: rgb(117, 117, 117);
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}
.breadcrumb a {
  text-decoration: none;
  color: rgb(117, 117, 117);
  font-size: 12px;
}
.breadcrumb p {
  margin-bottom: 0;
}
.breadcrumb a:last-child {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.block-head-page {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 0;
  min-height: 350px;
  display: flex;
  align-items: stretch;
}
.block-head-page .img-bgr {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.block-head-page .img-bgr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-head-page .content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.block-head-page .content .left {
  max-width: 50%;
  font-family: "Montserrat", sans-serif;
}
.block-head-page .content .left h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}
.block-head-page .content .left .text {
  font-size: 16px;
  line-height: 1.6;
  color: #efbf04;
  margin-bottom: 40px;
}
.block-head-page .content .left .text p {
  margin-bottom: 0px;
}
.block-head-page .content .left .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  font-weight: 600;
  border-radius: 12px;
  padding: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  text-decoration: none;
  text-transform: uppercase;
}
.block-head-page .content .left .btn:hover {
  transition: all 0.3s ease-in-out;
}
.block-head-page .content .left .btn-red {
  background: #1e5128;
  color: #fff;
  height: 40px;
  animation: btnRedPulse 0.8s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-head-page .content .left .btn-red:hover {
  background: #941b0c;
  transform: scale(1.05);
  animation-play-state: paused;
}
.block-head-page .content .image_block {
  align-self: end;
  position: relative;
}
.block-head-page .content .image_block .image-main {
  position: absolute;
  bottom: 0;
  margin-bottom: 0 !important;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.btn-footer-contact {
  padding: 15px 35px;
  background: white;
  align-self: start;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  color: black;
  margin-top: 30px;
}
.btn-footer-contact:hover {
  opacity: 0.9;
}

.icon-size {
  width: 20px;
}

.title-contact {
  color: white;
}

.footer-wrap {
  -moz-column-count: 4;
       column-count: 4;
}
.footer-wrap ul {
  padding-left: 0px;
  list-style-type: none;
}
.footer-wrap ul li {
  padding-top: 10px;
}
.footer-wrap ul li a {
  color: white;
}

#modalToggle .modal-dialog .modal-content {
  border: none;
}
#modalToggle .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
#modalToggle .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal_login {
  width: 100%;
}
.modal_login .modal-content {
  padding: 0 48px 48px 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.modal_login .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal_login .modal-content .close:hover {
  cursor: pointer;
}
.modal_login .modal-content .component1 .modal_name {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.modal_login .modal-content .component1 p {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
  color: rgb(117, 117, 117);
}
.modal_login .modal-content .component2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.modal_login .modal-content .component2 .username,
.modal_login .modal-content .component2 .password {
  padding: 1rem;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-align: left;
  background-color: rgb(245, 245, 245);
  border-radius: 2px;
}
.modal_login .modal-content .component2 .password {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal_login .modal-content .component2 .password input {
  width: 90%;
  background-color: inherit;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-align: left;
}
.modal_login .modal-content .component2 .password .reveal_hidden:hover {
  cursor: pointer;
}
.modal_login .modal-content .component2 button {
  background-color: #333;
  padding: 1rem;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: rgb(255, 255, 255);
  border: none;
  text-transform: uppercase;
  outline: none;
}
.modal_login .modal-content .component2 .break_line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: rgb(245, 245, 245);
}
.modal_login .modal-content .component2 .break_line .or {
  position: absolute;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: center;
  width: 60px;
  height: 20px;
  background-color: #fff;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: rgb(117, 117, 117);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.modal_login .modal-content .component2 .break_line .or p {
  margin-bottom: 0;
}
.modal_login .modal-content .component2 .list_option_login_orther {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.modal_login .modal-content .component2 .list_option_login_orther .option_login {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: rgb(245, 245, 245);
  padding: 1rem 0;
}
.modal_login .modal-content .component2 .list_option_login_orther .option_login p {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: center;
  margin-bottom: 0;
}
.modal_login .modal-content .component3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal_login .modal-content .component3 .gr_text1 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.modal_login .modal-content .component3 .gr_text1 p {
  margin-bottom: 0;
  color: rgb(117, 117, 117);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}
.modal_login .modal-content .component3 .gr_text1 a {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
  text-decoration: none;
}
.modal_login .modal-content .component3 .gr_text2 a {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
  color: rgb(36, 118, 255);
}

.header_mobile {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 64px;
  z-index: 99;
  background: #1c1c1c;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-mobile-logo .mobile-logo .logo-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
}
.header-mobile-logo .mobile-logo .logo-link .logo-image {
  height: 50px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-mobile-logo .mobile-logo .logo-link .logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-mobile-logo .mobile-logo .logo-link .logo-text span {
  font-family: "LatoItalic", sans-serif;
  display: block;
  font-size: 12px;
  color: #fff;
}
.header-mobile-logo .mobile-logo .logo-link .logo-text .logo-tagline {
  font-style: italic;
}

#searchForm {
  width: 0px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
  position: absolute;
  right: 100%;
  top: 50%;
  z-index: 1;
  transform: translate(0px, -50%);
}
#searchForm input {
  position: absolute;
  right: 0;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  width: 100%;
  height: 36px;
  border-radius: 100px 20px 20px 100px;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
  color: rgb(255, 255, 255);
  font-size: 12px;
}
#searchForm input:focus {
  outline: none;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #333;
  animation: prixClipFix 2s linear infinite;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.pagination .page-item.active .page-link {
  background-color: #000;
  border: 1px rgb(0, 0, 0) solid;
  color: #fff;
}
.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border-radius: 100px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.banner_v2 .layout_banner {
  z-index: 1;
}
.banner_v2 .layout_banner .banner_item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, #764d2a 100%);
  opacity: 0.6;
  width: 100%;
  height: 100%;
}

.color-item-outside.disabled {
  opacity: 0.2;
}

#searchForm.show {
  width: 250px;
  border-radius: 100px 20px 20px 100px;
  background: rgb(255, 255, 255);
  margin-right: 10px;
}
#searchForm.show input {
  opacity: 1;
  width: 100%;
  pointer-events: auto;
  padding-left: 20px;
  color: rgb(0, 0, 0);
}

.close-main-menu {
  width: 100%;
  height: 10px;
  background-color: transparent;
}

#expand-content {
  width: 100%;
  position: absolute;
  background: white;
  top: 72px;
  left: 0;
  display: flex;
  justify-content: center;
}
#expand-content .title-menu-1,
#expand-content .title-menu-2 {
  position: relative;
}
#expand-content .title-menu-1:after,
#expand-content .title-menu-2:after {
  content: "";
  width: 0px;
  left: 0px;
  height: 1px;
  background-color: #333;
  bottom: -5px;
  transition: 0.3s;
  position: absolute;
}
#expand-content .title-menu-1:hover:after,
#expand-content .title-menu-2:hover:after {
  width: 100%;
}
#expand-content .wrapper {
  width: 55%;
  -moz-column-gap: 15px;
       column-gap: 15px;
  -moz-column-count: 5;
       column-count: 5;
}
#expand-content .wrapper .image-level-1 {
  display: block;
}
#expand-content .wrapper .image-level-1 img {
  width: 250px;
}
#expand-content ul {
  padding-left: 0px;
}
#expand-content .box-service {
  padding: 5px 0px;
}

.image-category-hot {
  display: flex;
  gap: 15px;
}
.image-category-hot .image-level-1 {
  width: 200px;
  height: 300px;
}
.image-category-hot .image-level-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.floatLeft {
  float: left;
  padding-top: 2px;
}

.floatLeft:after,
.floatLeft:before {
  display: table;
  content: " ";
}

.floatLeft:after {
  clear: both;
}

.avatar {
  margin-top: 7px;
  background: rgba(0, 0, 0, 0.05);
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.line {
  display: inline-block;
  height: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  width: 400px;
  background-color: #f6f7f9;
  float: left;
  clear: both;
}

.line--trunc {
  width: 240px;
}

.shimmer {
  background-image: linear-gradient(90deg, #f6f7f9 0, #e9ebee 20%, #f6f7f9 40%, #f6f7f9);
  background-size: 99% 100%;
  background-repeat: no-repeat;
  animation: shimmer 1s linear 1ms infinite backwards;
}

@keyframes shimmer {
  0% {
    background-position: 500% 100%;
  }
  100% {
    background-position: 10000% 100%;
  }
}
.right_side_collection_block {
  padding: 0px 30px;
}

.wrap {
  width: 300px;
}

.mobile-menu-header {
  display: none;
}

.mobile-menu-submenu {
  display: none;
}

.btn_buy_now_mobile {
  display: none;
}

.loading {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  transition: 0.5s;
  background: rgb(0, 0, 0);
  z-index: 9999;
  pointer-events: none;
}
.loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: 2s ease-out 0s infinite normal none running loaderLogoPulse;
  transition: 3s;
}
.loading.hide {
  opacity: 0;
  z-index: 0;
}

@keyframes loaderLogoPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0.5;
  }
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e0e0e0;
  border-top-color: #941b0c;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.chat-ai-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  font-family: "Lato", sans-serif;
}
.chat-ai-container .chat-ai-status-top {
  position: fixed;
  bottom: 340px;
  right: 16px;
  max-width: 232px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  z-index: 2;
  transition: all 0.3s;
  animation: fadeInButton 0.3s;
  box-sizing: border-box;
}
.chat-ai-container .chat-ai-status-top::after {
  content: "";
  position: absolute;
  left: auto;
  right: 12px;
  bottom: -10px;
  width: 20px;
  height: 12px;
  background: transparent;
  pointer-events: none;
  z-index: 1;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 16px solid #fff;
}
.chat-ai-container .chat-ai-status-top .chat-ai-status-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chat-ai-container .chat-ai-status-top .chat-ai-status-content .chat-ai-status-logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
}
.chat-ai-container .chat-ai-status-top .chat-ai-status-content .chat-ai-status-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
}
.chat-ai-container .chat-ai-status-top .chat-ai-status-content .chat-ai-status-info .chat-ai-status-title {
  font-weight: bold;
  font-size: 13px;
  color: #222;
  margin-bottom: 0;
  line-height: normal;
}
.chat-ai-container .chat-ai-status-top .chat-ai-status-content .chat-ai-status-info .chat-ai-status-desc {
  color: #2e7d32;
  font-size: 11px;
  font-weight: 500;
}
.chat-ai-container .chat-ai-status-top .chat-ai-status-welcome {
  font-size: 12px;
  color: #000;
}
.chat-ai-container .chat-ai-status-top .chat-ai-status-close {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #fff;
  border-radius: 100%;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.2s;
  box-shadow: #ebebeb 0px 2px 4px;
}
.chat-ai-container .chat-ai-status-top .chat-ai-status-close:hover {
  opacity: 1;
}
.chat-ai-container .chat-ai-box {
  position: fixed;
  bottom: 32px;
  right: 85px;
  max-width: 370px;
  height: 600px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.3s ease;
  border: 1px dashed #2196f3;
}
.chat-ai-container .chat-ai-box.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.chat-ai-container .chat-ai-box .chat-ai-header {
  padding: 15px;
  border-bottom: 1px dashed #2196f3;
  display: flex;
  align-items: center;
  gap: 10px;
}
.chat-ai-container .chat-ai-box .chat-ai-body {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.chat-ai-container .chat-ai-box .chat-ai-body .chat-message {
  max-width: 80%;
  padding: 12px 15px;
  border-radius: 18px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
.chat-ai-container .chat-ai-box .chat-ai-body .chat-message.chat-ai-message {
  align-self: flex-start;
  background-color: white;
  border-radius: 18px 18px 18px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.chat-ai-container .chat-ai-box .chat-ai-body .chat-message.chat-user-message {
  align-self: flex-end;
  background-color: #f0f7ff;
  border-radius: 18px 18px 0 18px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.chat-ai-container .chat-ai-box .chat-ai-body .chat-message .chat-message-time {
  font-size: 11px;
  color: #888;
  margin-top: 5px;
  white-space: nowrap;
}
.chat-ai-container .chat-ai-box .chat-ai-footer {
  padding: 15px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
}
.chat-ai-container .chat-ai-box .chat-ai-footer .chat-ai-input {
  flex: 1;
  border: none;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 10px 15px;
  outline: none;
  font-size: 14px;
}
.chat-ai-container .chat-ai-box .chat-ai-footer .chat-ai-send {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #333;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.chat-ai-container .chat-ai-box .chat-ai-footer .chat-ai-send:hover {
  background-color: #555;
  transform: scale(1.05);
}
.chat-ai-container .avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-ai-container .avatar img {
  width: 20px;
  height: 20px;
}

.block_button {
  position: fixed;
  bottom: 32px;
  right: 16px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.block_button .fab-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #205c2c;
  border: none;
  box-shadow: 0 4px 12px rgba(32, 92, 44, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.block_button .fab-btn img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.block_button .fab-btn:hover {
  background-color: #1a4620;
  box-shadow: 0 8px 20px rgba(32, 92, 44, 0.35);
  transform: translateY(-4px);
}
.block_button .fab-btn:hover img {
  transform: scale(1.05);
}
.block_button .fab-btn:active {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(32, 92, 44, 0.25);
}
.block_button .fab-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.block_button .fab-btn:active::before {
  width: 80px;
  height: 80px;
}
.block_button .fab-btn.fab-scroll-top {
  visibility: hidden;
  opacity: 0;
  animation: fadeInButton 0.3s ease forwards;
}
.block_button .fab-btn.fab-scroll-top.show {
  visibility: visible;
  opacity: 1;
}
.block_button .fab-btn.fab-scroll-top img {
  width: 40px;
  height: 40px;
}
@keyframes fadeInButton {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.news-item {
  overflow: hidden;
  margin-bottom: 40px;
}
.news-item:hover .news-item__image img {
  transform: scale(1.05);
}
.news-item:hover .news-item__title a {
  color: #941b0c;
}
.news-item__image {
  position: relative;
  overflow: hidden;
  height: 272px;
  border-radius: 16px;
}
.news-item__image a {
  display: block;
  height: 100%;
}
.news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.news-item__title {
  font-family: "Montserrat", sans-serif;
  margin: 20px 0 8px;
  line-height: 1.4;
}
.news-item__title a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-item__excerpt {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-item__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #a0aec0;
}
@media (max-width: 480px) {
  .news-item__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.news-grid .advise-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(16, 30, 54, 0.08);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 40px;
}
.news-grid .advise-item__image {
  position: relative;
  width: 100%;
  height: 272px;
  overflow: hidden;
}
.news-grid .advise-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.news-grid .advise-item__image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  pointer-events: none;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.news-grid .advise-item__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 20px 16px 20px;
  color: #fff;
  z-index: 2;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), gap 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  gap: 0;
}
.news-grid .advise-item__content .advise-item__title {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  opacity: 1;
  max-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-grid .advise-item__content .advise-item__title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.news-grid .advise-item__content .advise-item__excerpt {
  font-size: 0.97rem;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s, max-height 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-grid .advise-item__content .see_more {
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.4s, max-height 0.4s;
}
.news-grid .advise-item:hover, .news-grid .advise-item:focus-within {
  box-shadow: 0 8px 32px rgba(16, 30, 54, 0.18);
}
.news-grid .advise-item:hover .advise-item__image img, .news-grid .advise-item:focus-within .advise-item__image img {
  transform: scale(1.04);
}
.news-grid .advise-item:hover .advise-item__image::after, .news-grid .advise-item:focus-within .advise-item__image::after {
  height: 100%;
}
.news-grid .advise-item:hover .advise-item__content, .news-grid .advise-item:focus-within .advise-item__content {
  height: 100%;
  padding: 32px 20px 24px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  gap: 12px;
}
.news-grid .advise-item:hover .advise-item__content .advise-item__excerpt, .news-grid .advise-item:focus-within .advise-item__content .advise-item__excerpt {
  opacity: 1;
  max-height: 22px;
  visibility: visible;
}
.news-grid .advise-item:hover .advise-item__content .see_more, .news-grid .advise-item:focus-within .advise-item__content .see_more {
  opacity: 1;
  max-height: 20px;
  visibility: visible;
}

@media screen and (max-width: 1600px) {
  .main-menu-navigation {
    gap: 16px;
  }
  .main-menu-navigation .menu-item .menu-link .menu-text {
    font-size: 10px;
  }
  .main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-columns .sub-menu-column .sub-menu-title {
    font-size: 12px;
  }
  .header .header-content .header-contact .hotline-box {
    padding: 16px 20px;
  }
  .header .header-content .header-contact .hotline-box .hotline-number {
    font-size: 22px;
  }
  .header .header-content .header-left .logo .logo-link {
    flex-direction: column !important;
    padding: 10px 0;
  }
  .header .header-content .header-left .logo .logo-link img {
    width: 80px !important;
  }
  .header .header-content .header-right .header-tools {
    gap: 8px;
  }
  .block-service-categories .service-category-item .category-content .category-name {
    font-size: 16px !important;
  }
  .block-service-categories .service-category-item .category-content .category-submenu .submenu-list .submenu-item a {
    font-size: 12px !important;
  }
  .case-title,
  .diary-title,
  .hotcat-title,
  .thinking-title {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 1400px) {
  .header .header-content .header-contact .hotline-box {
    padding: 10px;
  }
  .header .header-content .header-contact .hotline-box .hotline-label {
    font-size: 12px;
  }
  .header .header-content .header-contact .hotline-box .hotline-number {
    font-size: 20px;
  }
  .hero-banner .hero_content {
    bottom: 10vh;
  }
  .hero-banner .hero_content .hero-title h3 {
    font-size: 28px;
  }
  .hero-banner .hero_content .hero-title h4 {
    font-size: 24px;
  }
  .hero-banner .hero_content .btn {
    font-size: 14px;
  }
  .main-footer .footer-content .footer-menu .main-menu-navigation .menu-item {
    padding: 0 10px;
  }
  .main-footer .footer-content .footer-menu .main-menu-navigation .menu-item .menu-link .menu-text {
    font-size: 12px;
  }
  .main-menu-navigation .menu-item .mega-dropdown .dropdown-container .dropdown-columns .sub-menu-column .sub-menu-list .sub-menu-item a span {
    font-size: 11px;
  }
}
@media screen and (max-width: 1200px) {
  .main-menu-navigation {
    gap: 10px;
  }
  .main-menu-navigation .menu-item .menu-link .menu-text {
    font-size: 10px;
  }
  .header .header-content .header-left .logo .logo-link .logo-text span {
    font-size: 10px;
  }
  .btn_buy_now_mobile {
    display: none;
  }
  .buy-now {
    background-color: white;
    width: 95%;
    display: flex;
    justify-content: center;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s;
  }
}
@media (max-width: 1024px) {
  .main-footer {
    padding: 0;
  }
  .main-footer .footer-content .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .main-footer .footer-content .footer-top .footer-offices {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
  }
  .container {
    padding: 0 10px !important;
  }
  .main-footer .footer-content .footer-top {
    padding: 20px 0;
  }
  .main-footer .footer-content .footer-top .footer-top-container .logo {
    align-items: center;
    gap: 10px;
  }
  .main-footer .footer-content .footer-top .footer-top-container .logo .footer_hotline,
  .main-footer .footer-content .footer-top .footer-top-container .logo .dmca-link {
    display: none !important;
  }
  .main-footer .footer-content .footer-top .footer-top-container .office-info {
    margin-top: 10px;
  }
  .main-footer .footer-content .footer-top .footer-top-container .office-info .office-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .main-footer .footer-content .footer-menu {
    padding: 20px 10px 10px;
  }
  .main-menu-navigation {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .main-menu-navigation .menu-item {
    margin-bottom: 10px;
  }
  .main-menu-navigation .menu-item:first-child {
    padding: 0 10px !important;
  }
  .main-menu-navigation .menu-item:first-child::before {
    display: block !important;
  }
  .block-head-page {
    padding-top: 88px;
  }
  .block-head-page .content {
    flex-direction: column;
    gap: 0;
  }
  .block-head-page .content .left {
    max-width: 100%;
  }
  .block-head-page .content .left h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .block-head-page .content .left .text {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: justify;
  }
  .block-head-page .content .left .btn-red {
    margin: auto;
    font-size: 12px;
  }
  .block-head-page .content .left ul {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
  html {
    font-size: 12px;
  }
  .footer-wrap {
    -moz-column-count: 2;
         column-count: 2;
  }
  .main-menu {
    gap: 1rem;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-wrap {
    -moz-column-count: 2;
         column-count: 2;
  }
  .component3 {
    flex-direction: column;
  }
  .header {
    display: none;
  }
  main {
    padding-top: 64px;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    transition: opacity 0.3s ease;
  }
  .header_mobile {
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 64px;
    z-index: 99;
    background: #1c1c1c;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header_mobile.change {
    background: #1c1c1c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .header_mobile .header_mobile-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    gap: 8px;
  }
  .header_mobile .mobile-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  .header_mobile .mobile-tools {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
  }
  .header_mobile .mobile-tools .mobile-tool-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-size: 0;
    padding: 0;
  }
  .header_mobile .mobile-tools .mobile-tool-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
  }
  .header_mobile .mobile-tools .mobile-tool-btn:active {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0.95);
  }
  .header_mobile .mobile-tools .mobile-tool-btn svg {
    width: 20px;
    height: 20px;
    display: block;
  }
  .header_mobile .mobile-tools .flag-icon {
    width: 18px;
    height: 14px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header_mobile .mobile-language-selector {
    position: relative;
    display: flex;
    align-items: center;
  }
  .header_mobile .mobile-language-selector .mobile-language-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    transition: all 0.2s ease;
    text-decoration: none;
  }
  .header_mobile .mobile-language-selector .mobile-language-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
  }
  .header_mobile .mobile-language-selector .mobile-language-link:active {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0.95);
  }
  .header_mobile .mobile-language-selector .mobile-language-link .flag-icon {
    width: 18px;
    height: 14px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mt-3 {
    margin-top: 0;
  }
  .btn-footer-contact {
    margin-bottom: 30px;
  }
  .footer-wrap {
    -moz-column-count: 2;
         column-count: 2;
  }
  .banner-hot-sell {
    display: none;
  }
  .btn_buy_now_mobile {
    margin-top: 12px;
    display: block;
    background: rgba(0, 0, 0, 0.06);
    padding: 12px;
    text-align: center;
    color: #000;
    font-weight: 700;
  }
  .mobile-menu-submenu {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: -2000px;
    z-index: 1001;
    overflow-x: hidden;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding-top: 0;
    font-family: "Lato", sans-serif;
  }
  .mobile-menu-submenu .mobile-menu-submenu__header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 16px;
    background: linear-gradient(135deg, #1c1c1c 0%, #2d2d2d 100%);
    border-bottom: 3px solid #eacd75;
    gap: 12px;
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 64px;
  }
  .mobile-menu-submenu .main-menu.level-1 {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .mobile-menu-submenu .main-menu.level-1 li {
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid rgba(232, 205, 117, 0.1);
  }
  .mobile-menu-submenu .main-menu.level-1 li:last-child {
    border-bottom: none;
  }
  .mobile-menu-submenu .main-menu.level-1 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px 14px 16px;
    color: #1c1c1c;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    min-height: 48px;
  }
  .mobile-menu-submenu .main-menu.level-1 li a:active {
    background: rgba(232, 205, 117, 0.12);
  }
  .mobile-menu-submenu .main-menu.level-2 {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    background: rgba(232, 205, 117, 0.02);
  }
  .mobile-menu-submenu .main-menu.level-2 li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(232, 205, 117, 0.08);
  }
  .mobile-menu-submenu .main-menu.level-2 li:last-child {
    border-bottom: none;
  }
  .mobile-menu-submenu .main-menu.level-2 li a {
    display: flex;
    align-items: center;
    padding: 11px 20px 11px 32px;
    color: #212121;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    transition: all 0.2s ease;
    min-height: 44px;
    position: relative;
  }
  .mobile-menu-submenu .main-menu.level-2 li a:active {
    background: rgba(232, 205, 117, 0.1);
  }
  .mobile-menu-submenu .mobile-menu-submenu__back-btn {
    padding: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.12);
    border: none;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    flex-shrink: 0;
  }
  .mobile-menu-submenu .mobile-menu-submenu__back-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
  }
  .mobile-menu-submenu .mobile-menu-submenu__back-btn:active {
    transform: scale(0.95);
  }
  .mobile-menu-submenu .mobile-menu-submenu__back-btn svg {
    width: 20px;
    height: 20px;
    color: white;
    stroke: white;
    stroke-width: 2;
  }
  .mobile-menu-submenu .mobile-menu-submenu__title {
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    line-height: normal;
    flex: 1;
    text-align: center;
    margin: 0;
  }
  .mobile-menu-submenu .mobile-menu-submenu__content {
    padding: 0;
  }
  .mobile-menu-submenu::-webkit-scrollbar {
    width: 6px;
  }
  .mobile-menu-submenu::-webkit-scrollbar-track {
    background: transparent;
  }
  .mobile-menu-submenu::-webkit-scrollbar-thumb {
    background: #eacd75;
    border-radius: 3px;
  }
  .mobile-menu-submenu::-webkit-scrollbar-thumb:hover {
    background: #d4b860;
  }
  .child-indicator {
    width: 32px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    cursor: pointer;
    border: none;
    color: #1c1c1c;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0;
    padding: 0;
    margin: 0;
  }
  .child-indicator:hover {
    color: #eacd75;
    transform: rotate(180deg);
  }
  .child-indicator svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
  }
  .mobile-menu-header {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -2000px;
    background-color: #ffffff;
    color: #333;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding-top: 0;
    font-family: "Lato", sans-serif;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu-header .mobile-menu-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    background: linear-gradient(135deg, #1c1c1c 0%, #2d2d2d 100%);
    border-bottom: 3px solid #eacd75;
    gap: 12px;
    min-height: 64px;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .mobile-menu-header .mobile-menu-header__content {
    padding: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu-header .mobile-menu-header__content .menu-wrapper {
    display: none;
  }
  .mobile-menu-header .mobile-menu-header__content::-webkit-scrollbar {
    width: 6px;
  }
  .mobile-menu-header .mobile-menu-header__content::-webkit-scrollbar-track {
    background: transparent;
  }
  .mobile-menu-header .mobile-menu-header__content::-webkit-scrollbar-thumb {
    background: #eacd75;
    border-radius: 3px;
  }
  .mobile-menu-header .mobile-menu-header__content::-webkit-scrollbar-thumb:hover {
    background: #d4b860;
  }
  .mobile-menu-header .main-menu.level-0 {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .mobile-menu-header .main-menu.level-0 li {
    margin: 0;
    border-bottom: 1px solid rgba(232, 205, 117, 0.1);
    position: relative;
  }
  .mobile-menu-header .main-menu.level-0 li:last-child {
    border-bottom: none;
  }
  .mobile-menu-header .main-menu.level-0 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    color: #1c1c1c;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    min-height: 48px;
  }
  .mobile-menu-header .main-menu.level-0 li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #eacd75;
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mobile-menu-header .main-menu.level-0 li a:hover {
    background: linear-gradient(90deg, rgba(232, 205, 117, 0.08) 0%, transparent 100%);
    padding-left: 24px;
  }
  .mobile-menu-header .main-menu.level-0 li a:hover::before {
    transform: scaleY(1);
  }
  .mobile-menu-header .main-menu.level-0 li a:active {
    background: rgba(232, 205, 117, 0.12);
  }
  .mobile-menu-header .main-menu.level-0 li .child-indicator {
    position: relative;
    width: 32px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    cursor: pointer;
    border: none;
    color: #1c1c1c;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0;
    padding: 0;
    margin: 0;
    transform: none;
  }
  .mobile-menu-header .main-menu.level-0 li .child-indicator:hover {
    color: #eacd75;
    transform: scale(1.1) rotate(180deg);
  }
  .mobile-menu-header .main-menu.level-0 li .child-indicator:active {
    transform: scale(0.95) rotate(180deg);
  }
  .mobile-menu-header .main-menu.level-0 li .child-indicator svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
  }
  .mobile-menu-header .main-menu.level-2 {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    background: rgba(232, 205, 117, 0.02);
  }
  .mobile-menu-header .main-menu.level-2 li {
    margin: 0;
    border-bottom: 1px solid rgba(204, 176, 84, 0.08);
    padding: 0;
  }
  .mobile-menu-header .main-menu.level-2 li:last-child {
    border-bottom: none;
  }
  .mobile-menu-header .main-menu.level-2 li a {
    display: flex;
    align-items: center;
    padding: 11px 20px 11px 32px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    transition: all 0.2s ease;
    min-height: 44px;
    position: relative;
  }
  .mobile-menu-header .main-menu.level-2 li a::before {
    content: "";
    position: absolute;
    left: 16px;
    width: 4px;
    height: 4px;
    background: #eacd75;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s ease;
  }
  .mobile-menu-header .main-menu.level-2 li a:hover {
    background: rgba(232, 205, 117, 0.06);
    color: #1c1c1c;
    padding-left: 36px;
  }
  .mobile-menu-header .main-menu.level-2 li a:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  .mobile-menu-header .main-menu.level-2 li a:active {
    background: rgba(232, 205, 117, 0.1);
  }
  .mobile-menu-header__close-btn {
    background: rgba(255, 255, 255, 0.12);
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .mobile-menu-header__close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg) scale(1.05);
  }
  .mobile-menu-header__close-btn:active {
    transform: rotate(90deg) scale(0.95);
  }
  .mobile-menu-header__close-btn svg {
    width: 24px;
    height: 24px;
    color: white;
    stroke: white;
    stroke-width: 2;
  }
  .breadcrumbs {
    display: none !important;
  }
  .breadcrumbs a {
    font-size: 10px;
  }
  .breadcrumbs span {
    font-size: 10px;
  }
  .control_wide_modal {
    margin: 48px auto;
  }
  .control_wide_modal .modal-content {
    padding: 14px;
  }
  .control_wide_modal .modal-content .product-slide-wrap {
    flex-direction: column;
  }
  .control_wide_modal .modal-content .product-slide-wrap .right {
    gap: 8px;
  }
  .control_wide_modal .modal-content .product-slide-wrap .right .logo_hotsale {
    width: 30% !important;
  }
  .control_wide_modal .modal-content .product-slide-wrap .right .title_select_sizes {
    flex-direction: row;
  }
  .control_wide_modal .modal-content .product-slide-wrap .right .color_select {
    flex-direction: row;
    display: flex;
  }
  .control_wide_modal .modal-content .product-slide-wrap .right .list_sizes_select {
    flex-direction: row;
  }
  .main-footer .footer-content .footer-top {
    gap: 30px;
  }
  .main-footer .footer-content .footer-top .footer-logo-section {
    text-align: center;
  }
  .main-footer .footer-content .footer-top .footer-logo-section .footer-company-name {
    font-size: 20px;
  }
  .main-footer .footer-content .footer-top .footer-offices {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .main-footer .footer-content .footer-top .footer-offices .office-info .office-title {
    font-size: 16px;
  }
  .main-footer .footer-content .footer-bottom .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .main-footer .footer-content .footer-bottom .footer-bottom-content .footer-extra-info {
    flex-direction: column;
    gap: 8px;
  }
  .block_button {
    right: 10px;
  }
  .chat-ai-container .chat-ai-box {
    top: 80px;
    left: 10px;
    right: 70px;
    max-width: 370px;
    height: 300px;
  }
}
.news-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.news-tags__label {
  font-size: 15px;
  color: #222;
  font-weight: 500;
  margin-right: 8px;
  white-space: nowrap;
}

.news-tag {
  display: inline-block;
  padding: 4px 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  color: #757575;
  font-size: 15px;
  font-weight: 400;
  transition: background 0.2s, color 0.2s, border 0.2s;
  text-decoration: none;
  cursor: pointer;
}
.news-tag:hover {
  background: #f5f5f5;
  color: #941b0c;
  border-color: #941b0c;
  text-decoration: none !important;
}

.crc-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 20px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.crc-popup-overlay.show {
  opacity: 1;
  visibility: visible;
}
.crc-popup-overlay.show .crc-popup-container {
  transform: scale(1);
  animation: popupSlideIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.crc-popup-overlay.hide {
  animation: popupSlideOut 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.crc-popup-container {
  position: relative;
  max-width: 600px;
  width: 100%;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.crc-popup-container:hover {
  transform: scale(1.02);
}

.crc-popup-link {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
}
.crc-popup-link:hover {
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}
.crc-popup-link:active {
  transform: translateY(-2px);
}

.crc-popup-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.crc-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.crc-popup-close:hover {
  background: #fff;
  transform: rotate(90deg);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.crc-popup-close:active {
  transform: rotate(90deg) scale(0.95);
}
.crc-popup-close svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.5;
}

@keyframes popupSlideIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popupSlideOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@media (max-width: 1100px) {
  .crc-popup-overlay {
    padding: 16px;
  }
  .crc-popup-container:hover {
    transform: scale(1);
  }
  .crc-popup-link:hover {
    transform: translateY(0);
  }
  .crc-popup-link:active {
    transform: translateY(-2px);
  }
  .crc-popup-close {
    width: 36px;
    height: 36px;
    top: 12px;
    right: 12px;
  }
  .crc-popup-close svg {
    width: 20px;
    height: 20px;
  }
}
