/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

body {
  font-family: 'Lora', serif;
  font-style: normal;
  line-height: 1.5;
  color: #232323;
}


section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}



.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1, h2, h3, h4, h5, h6,
.navbar,
.btn,
.lead,
.mbr-section-title,
.mbr-text {
  font-family: 'Lora', serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type='hidden'] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}



/* --- Lora Typography Patch Start --- */
/* Typography Consistency Patch for Myra Tailors */

body {
  font-family: 'Lora', serif;
  font-size: 1.125rem; /* 18px */
  line-height: 1.6;
  color: #232323;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
}

h2 {
  font-size: 2.25rem;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

h4 {
  font-size: 1.25rem;
  font-weight: 500;
}

p {
  margin-bottom: 1rem;
}

/* Section-specific classes for better control */
.section-title {
  font-size: 2.25rem;
  font-weight: 700;
}

.section-subtitle {
  font-size: 1.125rem;
  font-weight: 400;
}

/* Responsive Typography */
@media (max-width: 768px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  body {
    font-size: 1rem;
  }
}
/* --- Lora Typography Patch End --- */

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type='submit'] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

.form-asterisk {
  font-family:  'Lora', serif;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: '\203a';
  display: inline-block;
  font-family: 'Lora', serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type='range'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}

.faq-toggle {
  background: none;
  border: none;
  padding: 0;
  outline: none;
  transition: color 0.2s ease;
}

.faq-toggle:hover {
  text-decoration: none;
  color: #555;
}

.toggle-icon {
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}

.faq-toggle[aria-expanded="true"] .toggle-icon {
  transform: rotate(45deg);
  content: "-";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}




  /* ===== Premium Authority Block ===== */
  #hk-custom-suits-authority{
    font-family: 'Lora', serif;
  }

  #hk-custom-suits-authority .hk-authority-image{
    padding: 14px;
    background: #f7f6f3;
    border: 1px solid rgba(0,0,0,0.08);
  }

  /* Premium spec grid */
  #hk-custom-suits-authority .hk-spec-grid{
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #hk-custom-suits-authority .hk-spec{
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(0,0,0,0.10);
    padding: 14px 16px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }

  #hk-custom-suits-authority .hk-spec:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
    border-color: rgba(0,0,0,0.18);
  }

  #hk-custom-suits-authority .hk-spec-kicker{
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.55);
    margin-bottom: 6px;
  }

  #hk-custom-suits-authority .hk-spec-text{
    font-size: 1.02rem;
    line-height: 1.6;
    color: #2e2e2e;
    letter-spacing: 0.01em;
  }

  #hk-custom-suits-authority .hk-spec-text strong{
    font-weight: 600;
    color: #111;
  }

  /* Keep it airy + premium on larger screens */
  @media (min-width: 992px){
    #hk-custom-suits-authority .hk-spec-grid{
      gap: 14px;
    }
    #hk-custom-suits-authority .hk-spec{
      padding: 16px 18px;
    }
  }

  /* Optional: a subtle rule under the H2 for editorial feel */
  #hk-custom-suits-authority .hk-authority-title{
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  #hk-custom-suits-authority .hk-authority-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width: 88px;
    height: 1px;
    background: rgba(0,0,0,0.18);
  }







  /* ===== Premium Why Section ===== */
  .hk-why{
    font-family: 'Lora', serif;
  }

  .hk-why-kicker{
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.55);
    margin-bottom: 10px;
  }

  .hk-why-title{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25;
    color: #111;
    margin-bottom: 14px;
    position: relative;
    padding-bottom: 14px;
  }

  .hk-why-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width: 88px;
    height: 1px;
    background: rgba(0,0,0,0.18);
  }

  .hk-why-subtext{
    font-size: 1.08rem;
    line-height: 1.75;
    color: #3c3c3c;
    margin-bottom: 1.25rem;
    letter-spacing: 0.01em;
  }

  /* Image frame: “gallery” look */
  .hk-why-image-frame{
    padding: 14px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.10);
  }

  .hk-why-image-frame img{
    display:block;
    width:100%;
    height:auto;
  }

  /* Feature grid */
  .hk-why-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
  }

  @media (min-width: 992px){
    .hk-why-grid{
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
  }

  .hk-why-card{
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(0,0,0,0.10);
    padding: 14px 16px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }

  .hk-why-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
    border-color: rgba(0,0,0,0.18);
  }

  .hk-why-card-title{
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.55);
    margin-bottom: 6px;
  }

  .hk-why-card-text{
    font-size: 1.02rem;
    line-height: 1.6;
    color: #2e2e2e;
    letter-spacing: 0.01em;
  }

/* ===== Premium FAQ Styling ===== */
  .hk-faq{
    background: #f6f5f2;
    padding: 5rem 1rem;
    font-family: 'Lora', Lora, serif;
    color: #111;
  }

  .hk-faq__wrap{
    max-width: 980px;
    margin: 0 auto;
  }

  .hk-faq__header{
    text-align: center;
    margin-bottom: 2.5rem;
  }

  .hk-faq__kicker{
    margin: 0 0 0.85rem 0;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.55);
  }

  .hk-faq__title{
    margin: 0 0 1rem 0;
    font-size: clamp(1.9rem, 3.6vw, 2.35rem);
    font-weight: 500;
    line-height: 1.2;
  }

  .hk-faq__intro{
    margin: 0 auto;
    max-width: 70ch;
    font-size: 1.06rem;
    line-height: 1.8;
    color: rgba(0,0,0,0.70);
  }

  .hk-faq__list{
    margin-top: 2rem;
  }

  .hk-faq__item{
    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(0,0,0,0.10);
    padding: 1.15rem 1.2rem;
    margin-bottom: 0.9rem;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
  }

  .hk-faq__item:hover{
    border-color: rgba(0,0,0,0.18);
    box-shadow: 0 14px 34px rgba(0,0,0,0.06);
    transform: translateY(-1px);
  }

  .hk-faq__q{
    cursor: pointer;
    font-weight: 600;
    font-size: 1.04rem;
    color: #111;
    list-style: none;
    letter-spacing: 0.01em;
    position: relative;
    padding-right: 2rem;
  }

  .hk-faq__q::-webkit-details-marker{ display:none; }

  .hk-faq__q::after{
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.65;
    font-weight: 600;
  }

  details[open] > .hk-faq__q::after{
    content: "—";
  }

  .hk-faq__a{
    margin-top: 0.95rem;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    color: rgba(0,0,0,0.72);
    line-height: 1.8;
    font-size: 1.02rem;
  }

  .hk-faq__a strong{
    color: #111;
    font-weight: 600;
  }

  .hk-faq__cta{
    margin-top: 2rem;
    border-top: 1px solid rgba(0,0,0,0.10);
    padding-top: 1.5rem;
  }

  .hk-faq__cta-inner{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
  }

  .hk-faq__cta-text{
    max-width: 70ch;
    color: rgba(0,0,0,0.70);
    line-height: 1.7;
    font-size: 1.02rem;
  }

  @media (min-width: 768px){
    .hk-faq__cta-inner{
      flex-direction: row;
      justify-content: space-between;
      text-align: left;
    }
    .hk-faq__cta-text{
      max-width: 58ch;
    }
  }
  
    /* ===== Clean Luxury FAQ ===== */
  :root{
    --mt-ivory: #f7f5f1;
    --mt-paper: #ffffff;
    --mt-ink: #1f2430;
    --mt-muted: #616e7f;
    --mt-gold: #c7a568;
    --mt-gold-weak: rgba(199,165,104,.25);
    --mt-edge: #e9e5dc;
    --mt-radius: 16px;
    --mt-shadow: 0 10px 24px rgba(31,36,48,.06);
    --mt-shadow-lg: 0 18px 40px rgba(31,36,48,.10);
  }

/* =========================
   FAQ Canvas (universal)
   Add class="mt-faq-canvas" to any FAQ section so you can rename IDs freely
   ========================= */

/* Section canvas */
section.mt-faq-canvas{
  background: linear-gradient(180deg, var(--mt-ivory), #faf9f7);
  padding: 72px 0 !important;
}

/* Header spacing (prevents "flush" look even if other CSS fights you) */
section.mt-faq-canvas .text-center{ margin-bottom: 1.5rem !important; }
section.mt-faq-canvas .mt-eyebrow{ margin-bottom: .35rem !important; }
section.mt-faq-canvas .mt-title{ margin: .9rem 0 .6rem !important; }
section.mt-faq-canvas .mt-rule{ margin: 10px auto 0 !important; }

/* Header styles */
section.mt-faq-canvas .mt-eyebrow{
  display:inline-block;
  font-family: 'Lora', serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.85rem;
  color: #1f2937;
  padding:.35rem .9rem;
  border: 1px solid var(--mt-edge);
  border-radius: 999px;
  background: #fff;
}

section.mt-faq-canvas .mt-title{
  font-family:'Lora', serif;
  color: var(--mt-ink);
  font-weight:600;
  font-size: 2rem;
}

section.mt-faq-canvas .mt-rule{
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--mt-gold), transparent);
}

/* Grid layout: 2 columns on md+, 1 on mobile */
.mt-grid{
  display:grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px){
  .mt-grid{ grid-template-columns: 1fr 1fr; }
}

/* Card */
.mt-faq-card{
  background: var(--mt-paper);
  border: 1px solid var(--mt-edge);
  border-radius: var(--mt-radius);
  padding: 24px 22px;
  box-shadow: var(--mt-shadow);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.mt-faq-card:hover{
  transform: translateY(-3px);
  box-shadow: var(--mt-shadow-lg);
  border-color: var(--mt-gold-weak);
}

/* Card header row */
.mt-faq-head{
  display:flex;
  align-items:flex-start;
  gap: 14px;
  margin-bottom: 10px;
}

/* Icon */
.mt-faq-icon{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background: radial-gradient(circle at 30% 25%, rgba(199,165,104,.18), rgba(199,165,104,.06));
  border: 1px solid var(--mt-gold-weak);
  color: var(--mt-gold);
  flex: 0 0 44px;
  margin-top: 2px;
}
.mt-faq-icon i{ font-size: 1.05rem; line-height: 1; }

/* Headline + body */
.mt-faq-card h3{
  font-family:'Lora', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--mt-ink);
  margin: 0;
  line-height: 1.25;
}
.mt-faq-card p{
  margin: 0;
  color: var(--mt-muted);
  line-height: 1.65;
  font-size: 1rem;
}

/* CTA */
.mt-btn{
  display:inline-block;
  padding:.95rem 1.7rem;
  border-radius:999px;
  border:1px solid var(--mt-gold);
  color: var(--mt-ink);
  text-decoration:none;
  font-weight:600;
  background: linear-gradient(180deg, rgba(199,165,104,.12), rgba(199,165,104,.03));
  box-shadow: 0 10px 22px rgba(199,165,104,.15);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.mt-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(199,165,104,.22);
  background: linear-gradient(180deg, rgba(199,165,104,.20), rgba(199,165,104,.08));
}

/* Mobile spacing (scoped so it doesn't affect other .mt-title usage) */
@media (max-width: 575.98px){
  section.mt-faq-canvas .mt-title{ font-size: 1.6rem; }
  .mt-faq-card{ padding: 20px 18px; }
  .mt-faq-icon{ width: 40px; height: 40px; }
}

/* Universal Myra Tailors heading system (use .mt-heading wrapper) */
/* Universal heading styling you can reuse everywhere */
.mt-heading .mt-eyebrow{
  display:inline-block;
  font-family:'Lora', serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.85rem;
  color: #1f2937;
  padding:.35rem .9rem;
  border:1px solid var(--mt-edge);
  border-radius:999px;
  background:#fff;
  margin-bottom:.35rem;
}

.mt-heading .mt-title{
  font-family:'Lora', serif;
  color: var(--mt-ink);
  font-weight:600;
  font-size:2rem;
  margin:.9rem 0 .6rem;
}

.mt-heading .mt-rule{
  width:120px;
  height:2px;
  margin:10px auto 0;
  background: linear-gradient(90deg, transparent, var(--mt-gold), transparent);
}

@media (max-width:575.98px){
  .mt-heading .mt-title{ font-size:1.6rem; }
}



/* Alignment hardening (prevents theme overrides) */
.mt-faq-head{
  width: 100%;
  max-width: 980px;         /* match your section wrap */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

/* Kill unexpected inherited spacing from global styles */
.mt-faq-head p,
.mt-faq-head h2{
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Controlled spacing (beats Bootstrap/Mobirise defaults) */
.mt-faq-kicker{
  margin: 0 0 .75rem !important;
  padding: 0 !important;
}

.mt-faq-title{
  margin: 0 0 .85rem !important;
  padding: 0 !important;
}

.mt-faq-lead{
  margin: 0 auto !important;
  max-width: 70ch;
}

/* If some global CSS makes <p> display:flex (rare), force normal */
.mt-faq-head p{ display: block !important; }

/* Keep this CSS if you're reusing the same layout across sections */
.hk-spec-grid{
  display: grid;
  gap: 1.05rem; /* slightly tighter to reduce vertical bloat */
}

.hk-spec{
  padding: .95rem 0 1rem; /* slightly tighter to avoid overlap with next section */
  border-top: 1px solid rgba(0,0,0,.08);
}

.hk-spec:first-child{
  border-top: none;
  padding-top: 0;
}

.hk-spec-kicker{
  display: inline-block;
  font-size: 0.82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0,0,0,.78);
  margin-bottom: .55rem;
  position: relative;
  padding-left: 12px;
}

.hk-spec-kicker::before{
  content: "";
  position: absolute;
  left: 0;
  top: .15rem;
  width: 3px;
  height: 1.05rem;
  background: rgba(0,0,0,.22);
  border-radius: 2px;
}

.hk-spec-kicker::after{
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: .5rem;
  background: rgba(0,0,0,.18);
}

.hk-spec-text{
  font-size: 1.05rem;
  line-height: 1.65; /* slightly tighter */
  color: rgba(0,0,0,.78);
  max-width: 60ch;
}

.hk-spec-text strong{
  font-weight: 600;
  color: rgba(0,0,0,.92);
}

.hk-authority-title{
  margin-bottom: 1.15rem; /* reduce to prevent extra height */
}

/* Reuse-friendly heading style (if you already have these, you can skip duplicates) */
.mt-heading .mt-eyebrow{
  display:inline-block;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.85rem;
  opacity:.8;
}

.mt-heading .mt-title{
  font-size:2rem;
  font-weight:500;
  margin:.4rem 0 .75rem;
}

.mt-rule{
  width:72px;
  height:2px;
  background:#111;
  margin:0.75rem auto 0;
  opacity:.9;
}

.mt-lead{
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.05rem;
  opacity: .9;
  line-height: 1.6;
}

/* Fabric logo row */
.mt-fabric-logos{
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  align-items: center;
}

.mt-fabric-logo{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 14px 12px;
  background: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  transition: transform .18s ease, box-shadow .18s ease;
  min-height: 88px;
}

.mt-fabric-logo img{
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: saturate(0.95);
  opacity: .95;
}

.mt-fabric-logo:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
}

/* Responsive: stack nicely on smaller screens */
@media (max-width: 991px){
  .mt-fabric-logos{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 575px){
  .mt-fabric-logos{ grid-template-columns: repeat(2, 1fr); }
  .mt-fabric-logo{ min-height: 78px; }
  .mt-fabric-logo img{ max-height: 40px; }
}

