body {
  color: #5d626c;
  overflow-x: hidden;
}

img,
iframe {
  max-width: 100%;
}

.minda-logo,
.minda-mobile-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
}

.minda-logo::before,
.minda-mobile-logo::before {
  content: "";
  display: block;
  width: 250px;
  height: 54px;
  background: url("../assets/logos/minda-black.png") left center / contain no-repeat;
}

.minda-logo-image {
  display: block;
  width: auto;
  max-width: 250px;
  height: 54px;
}

.minda-mobile-logo .minda-logo-image {
  max-width: 210px;
  height: 44px;
}

.minda-mobile-logo::before {
  width: 210px;
  height: 44px;
}

.mobile-menu .minda-mobile-logo::before {
  background-image: url("../assets/logos/minda-white.png");
}

.minda-logo-mark,
.minda-logo-copy,
.minda-logo-title,
.minda-logo-subtitle {
  display: none !important;
}

.minda-header .header-top {
  background: #15181d;
}

.minda-header .header-top .top-inner {
  gap: 20px;
}

.minda-header .header-top .top-inner .single-item h6,
.minda-header .header-top .top-inner .share-box li h6,
.minda-header .header-top h6,
.minda-header .header-top a,
.minda-header .header-top li,
.minda-header .header-top span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.5;
}

.minda-header .header-top .top-inner .single-item h6,
.minda-header .header-top .top-inner .share-box li h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.minda-header .header-top .top-inner .share-box li a,
.minda-header .header-top .top-inner .single-item h6 a {
  font-weight: 400;
  text-transform: none;
}

.minda-header .header-top .single-item .icon,
.minda-header .header-top .share-box li h6 i {
  color: #f2c94c;
}

.minda-header .header-lower {
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  transition: box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.minda-header .sticky-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.1);
}

.minda-header .header-lower .outer-box {
  padding: 0 24px;
  transition: padding 0.3s ease, min-height 0.3s ease;
}

.minda-header .sticky-header .outer-box {
  padding: 0 24px;
}

.minda-header .logo-box,
.minda-header .menu-area,
.minda-header .mobile-nav-toggler,
.minda-header .support-box,
.minda-logo::before {
  transition: all 0.3s ease;
}

.minda-header .sticky-header .logo-box {
  padding: 18px 0;
}

.minda-header .sticky-header .minda-logo::before {
  width: 220px;
  height: 48px;
}

.minda-header .sticky-header .main-menu .navigation > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}

.minda-header .sticky-header .main-menu .navigation > li.dropdown > a:before {
  top: 31px;
}

.minda-header .menu-right {
  display: none;
}

.minda-header .support-box {
  min-width: 220px;
}

.minda-header .support-box .icon img {
  max-width: 38px;
}

.minda-header .support-box h6 {
  color: #6f7683;
}

.minda-header .support-box h4 a {
  color: #111111;
}

.minda-header .navigation > li > a {
  font-weight: 700;
}

.minda-header .navigation > li.current > a,
.minda-header .navigation > li > a:hover {
  color: #f2c94c;
}

.minda-hero {
  position: relative;
  padding: 180px 0 110px;
  background: linear-gradient(rgba(11, 15, 22, 0.76), rgba(11, 15, 22, 0.64)),
    url("../assets/images/driving-lesson-sunset-instructor-student.png") center center / cover no-repeat;
  overflow: hidden;
}

.minda-hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background: radial-gradient(circle at top right, rgba(242, 201, 76, 0.22), transparent 32%);
}

.minda-hero .auto-container {
  position: relative;
  z-index: 1;
}

.minda-hero-monogram {
  position: absolute;
  top: 40px;
  right: 16px;
  width: min(27vw, 340px);
  opacity: 0.14;
  pointer-events: none;
  transform-origin: center center;
  animation: mindaMonogramSpin 24s linear infinite;
}

.minda-hero-monogram img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes mindaMonogramSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.minda-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(242, 201, 76, 0.16);
  color: #f2c94c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.minda-hero h1 {
  margin: 26px 0 24px;
  max-width: 720px;
  color: #ffffff;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.minda-hero p {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.8;
}

.minda-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.minda-hero-note {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.minda-hero-note-item {
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.minda-hero-note-item span {
  display: block;
  margin-bottom: 8px;
  color: #f2c94c;
  font-weight: 700;
}

.minda-hero-note-item p {
  margin: 0;
  max-width: none;
  font-size: 15px;
  line-height: 1.6;
}

.minda-section {
  padding: 110px 0;
}

.minda-section.alt {
  background: #f7f8fb;
}

.minda-section.compact {
  padding: 90px 0;
}

.minda-section .row.clearfix {
  margin-bottom: -30px;
}

.minda-section .row.clearfix > [class*="col-"] {
  margin-bottom: 30px;
}

.minda-section-head {
  margin-bottom: 48px;
}

.minda-section-head h2 {
  margin-bottom: 16px;
  color: #111111;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.minda-section-head p {
  max-width: 760px;
  margin-bottom: 0;
  line-height: 1.7;
}

.minda-section-head.centred p {
  margin-left: auto;
  margin-right: auto;
}

.minda-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 26px 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #ece8dd;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.06);
}

.minda-card.dark {
  background: #ffffff;
  color: #5d626c;
}

.minda-card.dark h3,
.minda-card.dark h4,
.minda-card.dark p,
.minda-card.dark li,
.minda-card.dark strong {
  color: inherit;
}

.minda-card.dark .minda-card-icon {
  background: rgba(242, 201, 76, 0.18);
  color: #111111;
}

.minda-card.dark::before,
.minda-highlight-box::before,
.minda-price-main::before,
.minda-cta::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #f2c94c;
}

.minda-benefits-grid .minda-card,
.minda-why-grid .minda-card,
.minda-quick-contact .minda-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.minda-benefits-grid .minda-card,
.minda-why-grid .minda-card {
  min-height: 190px;
  padding: 22px 20px;
}

.minda-price-feature-grid .minda-card {
  min-height: 0;
}

.minda-quick-contact .minda-card {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 4px;
  align-items: start;
  min-height: 0;
  padding: 18px 0 0;
  border: 0;
  border-top: 4px solid #f2c94c;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.minda-benefits-grid .minda-card-icon,
.minda-why-grid .minda-card-icon,
.minda-quick-contact .minda-card-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 12px;
  font-size: 18px;
}

.minda-quick-contact .minda-card-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: auto;
  height: auto;
  margin: 2px 0 0;
  border-radius: 0;
  background: transparent;
  color: #f2c94c;
  font-size: 24px;
  line-height: 1;
}

.minda-benefits-grid .minda-card h3,
.minda-why-grid .minda-card h3,
.minda-quick-contact .minda-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.minda-quick-contact .minda-card h3 {
  grid-column: 2;
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.minda-benefits-grid .minda-card p,
.minda-why-grid .minda-card p,
.minda-quick-contact .minda-card p,
.minda-quick-contact .minda-card a {
  font-size: 15px;
  line-height: 1.6;
}

.minda-card-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(242, 201, 76, 0.18);
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.minda-card h3,
.minda-card h4 {
  margin-bottom: 12px;
  color: #111111;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.minda-card p {
  margin-bottom: 14px;
  line-height: 1.65;
}

.minda-card ul {
  margin-top: 20px;
}

.minda-card p:last-child,
.minda-card ul:last-child {
  margin-bottom: 0;
}

.minda-list-check,
.minda-list-plain {
  margin: 0;
  padding: 0;
  list-style: none;
}

.minda-list-check li,
.minda-list-plain li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 34px;
  line-height: 1.7;
}

.minda-list-check li::before,
.minda-list-plain li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 900;
}

.minda-list-check li::before {
  content: "\f00c";
  background: rgba(242, 201, 76, 0.2);
  color: #111111;
}

.minda-list-plain li::before {
  content: "\f054";
  background: rgba(242, 201, 76, 0.18);
  color: #111111;
}

.minda-split-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 20px 44px rgba(17, 17, 17, 0.14);
}

.minda-highlight-box {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding: 24px 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #ece8dd;
  color: #5d626c;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.06);
}

.minda-highlight-box strong,
.minda-highlight-box h3,
.minda-highlight-box p,
.minda-highlight-box li {
  color: inherit;
}

.minda-highlight-box strong {
  color: #111111;
}

.minda-price-panel {
  position: sticky;
  top: 130px;
}

.minda-price-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.minda-price-main {
  position: relative;
  overflow: hidden;
  padding: 28px 28px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #ece8dd;
  color: #5d626c;
  box-shadow: 0 24px 50px rgba(17, 17, 17, 0.1);
}

.minda-price-main h3,
.minda-price-main p,
.minda-price-main li {
  color: inherit;
}

.minda-price-value {
  margin: 0 0 12px;
  color: #111111;
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
}

.minda-price-value.is-text {
  font-size: 42px;
  line-height: 1.05;
}

.minda-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.minda-pill {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(242, 201, 76, 0.14);
  color: #111111;
  font-size: 14px;
  font-weight: 700;
}

.minda-pill.dark {
  background: rgba(242, 201, 76, 0.18);
  color: #111111;
}

.minda-steps {
  counter-reset: step;
}

.minda-steps li {
  position: relative;
  min-height: 56px;
  margin-bottom: 18px;
  padding-left: 82px;
  display: flex;
  align-items: center;
}

.minda-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 50%;
  left: 0;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(242, 201, 76, 0.18);
  border: 1px solid #ece0b8;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  transform: translateY(-50%);
}

.minda-faq .accordion .acc-btn h4 {
  padding-right: 20px;
}

.minda-cta {
  position: relative;
  overflow: hidden;
  padding: 56px 54px;
  border-radius: 28px;
  background: linear-gradient(135deg, #fffdf7 0%, #f7f8fb 100%);
  border: 1px solid #ece8dd;
  color: #5d626c;
  box-shadow: 0 28px 60px rgba(17, 17, 17, 0.08);
}

.minda-cta h2,
.minda-cta p {
  color: inherit;
}

.minda-cta h2 {
  margin-bottom: 16px;
  color: #111111;
}

.minda-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.minda-quick-contact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.minda-quick-contact .minda-card p,
.minda-quick-contact .minda-card a {
  grid-column: 2;
  margin-bottom: 0;
  color: #5d626c;
}

.minda-gallery-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.minda-promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.minda-promo-strip {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #ece8dd;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(17, 17, 17, 0.08);
}

.minda-promo-strip img {
  display: block;
  width: 100%;
  height: auto;
}

.minda-gallery-item {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ece8dd;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
  background: #ffffff;
}

.minda-gallery-link {
  position: relative;
  display: block;
}

.minda-gallery-link::after {
  content: "\f00e";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.78);
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 300;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
  pointer-events: none;
}

.minda-gallery-link:hover::after,
.minda-gallery-link:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.minda-gallery-link:hover::after {
  background: rgba(242, 201, 76, 0.92);
  color: #111111;
}

.minda-gallery-link:focus-visible {
  outline: 3px solid rgba(242, 201, 76, 0.75);
  outline-offset: -3px;
}

.minda-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 180px;
  object-fit: cover;
}

.minda-map-frame {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(17, 17, 17, 0.09);
}

.minda-form .form-group {
  margin-bottom: 22px;
}

.minda-form label {
  display: block;
  margin-bottom: 8px;
  color: #111111;
  font-size: 15px;
  font-weight: 700;
}

.minda-form input,
.minda-form textarea,
.minda-form select {
  width: 100%;
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid #dde2ea;
  border-radius: 14px;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.minda-form textarea {
  min-height: 180px;
  resize: vertical;
}

.minda-form input:focus,
.minda-form textarea:focus,
.minda-form select:focus {
  border-color: #f2c94c;
  box-shadow: 0 0 0 4px rgba(242, 201, 76, 0.15);
}

.minda-local-copy {
  margin-top: 20px;
}

.minda-local-copy strong {
  color: #111111;
}

.minda-footer-title {
  color: #ffffff;
}

.main-footer .bg-layer {
  background-image: none !important;
  background-color: #11151c;
  opacity: 1;
}

.main-footer .minda-logo-title {
  color: #ffffff;
}

.main-footer .minda-logo-subtitle {
  color: rgba(255, 255, 255, 0.58);
}

.main-footer .minda-logo-mark {
  box-shadow: none;
}

.main-footer .minda-logo {
  max-width: none;
}

.main-footer .minda-logo::before {
  background-image: url("../assets/logos/minda-white.png");
}

.main-footer .minda-contact-list,
.main-footer .minda-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer .minda-contact-list li,
.main-footer .minda-link-list li {
  margin-bottom: 12px;
}

.main-footer .minda-link-list a,
.main-footer .minda-contact-list a,
.main-footer .minda-contact-list span {
  color: rgba(255, 255, 255, 0.72);
}

.main-footer .minda-link-list a:hover,
.main-footer .minda-contact-list a:hover {
  color: #f2c94c;
}

.minda-footer-note {
  max-width: 290px;
}

.minda-mobile-call {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #f2c94c;
  color: #111111;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.26);
}

.minda-mobile-call:hover {
  color: #111111;
}

.minda-inline-phone {
  white-space: nowrap;
}

.minda-form-status {
  display: none;
  margin-bottom: 24px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 1.6;
}

.minda-form-status.is-visible {
  display: block;
}

.minda-form-status.is-success {
  background: rgba(32, 156, 90, 0.12);
  border-color: rgba(32, 156, 90, 0.24);
  color: #1f6a45;
}

.minda-form-status.is-warning {
  background: rgba(242, 201, 76, 0.18);
  border-color: rgba(242, 201, 76, 0.28);
  color: #5e4a00;
}

.minda-form-status.is-error {
  background: rgba(210, 62, 62, 0.12);
  border-color: rgba(210, 62, 62, 0.24);
  color: #a12828;
}

.minda-honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.minda-cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1200;
  display: none;
  max-width: 1080px;
  margin: 0 auto;
  padding: 22px 24px;
  border-radius: 20px;
  background: #11151c;
  color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 60px rgba(17, 17, 17, 0.28);
}

.minda-cookie-banner.is-visible {
  display: block;
}

.minda-cookie-banner-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.minda-cookie-banner-copy {
  max-width: 760px;
}

.minda-cookie-banner-copy h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
}

.minda-cookie-banner-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.7;
}

.minda-cookie-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}

.minda-cookie-text-link {
  padding: 0;
  border: 0;
  background: none;
  color: #f2c94c;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.minda-cookie-details {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.minda-cookie-preference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
}

.minda-cookie-preference + .minda-cookie-preference {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.minda-cookie-preference-copy {
  flex: 1 1 auto;
}

.minda-cookie-preference-copy strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
}

.minda-cookie-preference-copy label {
  display: block;
  margin-bottom: 0;
  cursor: pointer;
}

.minda-cookie-preference-copy p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

.minda-cookie-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(242, 201, 76, 0.16);
  color: #f2c94c;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.minda-cookie-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 56px;
  height: 32px;
  margin: 0;
  cursor: pointer;
}

.minda-cookie-switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: 0;
}

.minda-cookie-switch-slider {
  position: relative;
  display: block;
  width: 56px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  transition: background-color 0.2s ease;
}

.minda-cookie-switch-slider::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.2s ease;
}

.minda-cookie-switch input:checked + .minda-cookie-switch-slider {
  background: #f2c94c;
}

.minda-cookie-switch input:checked + .minda-cookie-switch-slider::after {
  transform: translateX(24px);
}

.minda-cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.minda-cookie-banner .theme-btn {
  min-width: 170px;
  text-align: center;
  border: 0;
  cursor: pointer;
}

.minda-cookie-save {
  display: none;
}

.minda-cookie-banner.has-open-settings .minda-cookie-save {
  display: inline-flex;
}

.minda-cookie-manage {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1190;
  display: none;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #11151c;
  color: #ffffff;
  box-shadow: 0 20px 44px rgba(17, 17, 17, 0.24);
  font-size: 14px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}

.minda-cookie-manage.is-visible {
  display: inline-flex;
}

.minda-cookie-manage:hover {
  color: #f2c94c;
}

@media (max-width: 1199px) {
  .minda-quick-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .minda-price-panel {
    position: static;
  }
}

@media (max-width: 991px) {
  .minda-hero-monogram {
    width: min(28vw, 220px);
    top: 54px;
    right: 0;
  }

  .minda-header .support-box {
    display: none;
  }

  .minda-header .sticky-header {
    display: none !important;
  }

  .minda-header .header-lower .outer-box {
    min-height: 94px;
  }

  .minda-header .header-lower .logo-box {
    padding: 23px 0;
  }

  .minda-header .mobile-nav-toggler {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-top: 0;
    top: 0;
    padding: 0;
    border-radius: 12px;
    line-height: 1;
  }

  .minda-header .mobile-nav-toggler .icon-bar {
    width: 24px;
    margin-bottom: 4px;
  }

  .minda-header .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0;
  }

  .main-header.fixed-header {
    padding-top: 76px;
  }

  .main-header.fixed-header .header-lower {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1001;
    box-shadow: 0 14px 30px rgba(17, 17, 17, 0.1);
    border-bottom-color: rgba(17, 17, 17, 0.04);
  }

  .main-header.fixed-header .header-lower .outer-box {
    min-height: 76px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-header.fixed-header .header-lower .logo-box {
    padding: 14px 0;
  }

  .minda-hero {
    padding: 150px 0 90px;
  }

  .minda-hero h1 {
    font-size: 48px;
  }

  .minda-hero-note {
    grid-template-columns: 1fr;
  }

  .minda-section,
  .minda-section.compact {
    padding: 80px 0;
  }

  .minda-section-head h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .minda-hero-monogram {
    display: none;
  }

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

  .minda-header .header-lower .outer-box {
    padding: 0 15px;
    min-height: 82px;
  }

  .minda-logo::before {
    width: 220px;
    height: 48px;
  }

  .minda-header .header-lower .logo-box {
    padding: 17px 0;
  }

  .minda-header .mobile-nav-toggler {
    width: 48px;
    height: 48px;
  }

  .main-header.fixed-header {
    padding-top: 68px;
  }

  .main-header.fixed-header .header-lower .outer-box {
    min-height: 68px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-header.fixed-header .header-lower .logo-box {
    padding: 12px 0;
  }

  .main-header.fixed-header .minda-logo::before {
    width: 176px;
    height: 38px;
  }

  .main-header.fixed-header .mobile-nav-toggler {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .main-header.fixed-header .mobile-nav-toggler .icon-bar {
    width: 20px;
    margin-bottom: 4px;
  }

  .minda-hero {
    padding: 130px 0 80px;
  }

  .minda-eyebrow {
    gap: 8px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 1.4;
    flex-wrap: wrap;
  }

  .minda-hero h1 {
    max-width: 100%;
    font-size: 36px;
  }

  .minda-hero p {
    max-width: 100%;
    font-size: 16px;
  }

  .minda-mobile-logo {
    max-width: none;
  }

  .minda-mobile-logo::before {
    width: 190px;
    height: 40px;
  }

  .minda-gallery-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .minda-price-offers {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .minda-promo-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .minda-gallery-item img {
    min-height: 140px;
  }

  .minda-hero-actions,
  .minda-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .minda-cookie-banner {
    left: 14px;
    right: 14px;
    bottom: 84px;
    padding: 18px 18px 20px;
    border-radius: 18px;
  }

  .minda-cookie-banner-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .minda-cookie-banner-copy h3 {
    font-size: 20px;
  }

  .minda-cookie-links {
    gap: 12px;
  }

  .minda-cookie-preference {
    align-items: flex-start;
    flex-direction: column;
  }

  .minda-cookie-banner-actions {
    justify-content: stretch;
  }

  .minda-cookie-banner .theme-btn {
    width: 100%;
    min-width: 0;
  }

  .minda-cookie-manage {
    left: 14px;
    bottom: 14px;
    width: calc(20% - 6px);
    min-width: 56px;
    max-width: 72px;
    height: 52px;
    padding: 0;
    justify-content: center;
    border-radius: 999px;
    overflow: hidden;
  }

  .minda-cookie-manage i {
    margin: 0;
    font-size: 18px;
  }

  .minda-cookie-manage span {
    display: none;
  }

  .minda-hero-actions .theme-btn,
  .minda-cta-actions .theme-btn {
    width: 100%;
    text-align: center;
  }

  .minda-card {
    padding: 28px 22px;
  }

  .minda-card h3,
  .minda-card h4 {
    font-size: 22px;
  }

  .minda-quick-contact {
    grid-template-columns: 1fr;
  }

  .minda-cta {
    padding: 34px 22px;
  }

  .minda-price-value {
    font-size: 46px;
  }

  .minda-map-frame {
    min-height: 320px;
  }

  .minda-mobile-call {
    display: inline-flex;
    left: calc(20% + 18px);
    right: 14px;
    bottom: 14px;
    min-height: 52px;
    justify-content: center;
  }
}

