.elementor-kit-106{--e-global-color-primary:#2E3D32;--e-global-color-secondary:#DDE5DC;--e-global-color-text:#1F2A22;--e-global-color-accent:#FFFFFF;--e-global-color-1b2ccfe:#F7F3E9;--e-global-color-a6817fb:#AF9D63;--e-global-color-28c15c9:#C5D1C8;--e-global-color-5a61ebc:#B53232;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:72px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Playfair Display";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Parisienne";--e-global-typography-accent-font-size:30px;--e-global-typography-accent-font-weight:400;font-family:"Montserrat", Playfair Display;font-size:18px;font-weight:400;line-height:1.5em;}.elementor-kit-106 button,.elementor-kit-106 input[type="button"],.elementor-kit-106 input[type="submit"],.elementor-kit-106 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Montserrat", Playfair Display;font-size:18px;font-weight:500;line-height:1.6px;border-radius:15px 15px 15px 15px;}.elementor-kit-106 button:hover,.elementor-kit-106 button:focus,.elementor-kit-106 input[type="button"]:hover,.elementor-kit-106 input[type="button"]:focus,.elementor-kit-106 input[type="submit"]:hover,.elementor-kit-106 input[type="submit"]:focus,.elementor-kit-106 .elementor-button:hover,.elementor-kit-106 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-accent );border-radius:12px 12px 12px 12px;}.elementor-kit-106 e-page-transition{background-color:#FFBC7D;}.elementor-kit-106 p{margin-block-end:88px;}.elementor-kit-106 a{font-family:"Playfair Display", Playfair Display;letter-spacing:1.2px;}.elementor-kit-106 h1{font-family:"Playfair Display", Playfair Display;font-size:72px;font-weight:700;line-height:1.2px;letter-spacing:0.02px;}.elementor-kit-106 h2{font-family:"Playfair Display", Playfair Display;font-size:44px;font-weight:700;line-height:1.2px;letter-spacing:-0.01px;}.elementor-kit-106 h3{font-family:"Playfair Display", Playfair Display;font-size:28px;font-weight:700;line-height:1.3px;}.elementor-kit-106 h4{font-family:"Montserrat", Playfair Display;font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-106{--e-global-typography-text-font-size:36px;--e-global-typography-accent-font-size:28px;font-size:17px;}.elementor-kit-106 h1{font-size:42px;}.elementor-kit-106 h2{font-size:32px;}.elementor-kit-106 h3{font-size:22px;}.elementor-kit-106 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-kit-106{--e-global-typography-text-font-size:26px;--e-global-typography-accent-font-size:25px;font-size:16px;line-height:1.6em;}.elementor-kit-106 h1{font-size:32px;line-height:1.2em;}.elementor-kit-106 h2{font-size:28px;line-height:1.3em;}.elementor-kit-106 h3{font-size:20px;}.elementor-kit-106 h4{font-size:16px;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== QUEEN GALLERY (square images) ===== */
.queen-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.queen-gallery .elementor-widget-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

/* ===== SIMPLE CAROUSEL ===== */
.queen-carousel {
  display: flex;
  gap: 20px;
  overflow: hidden;
  position: relative;
}

.queen-carousel::before,
.queen-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  /* Optional fade masks:
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
  */
}

.queen-carousel::after {
  right: 0;
  /* Optional:
  background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
  */
}

.queen-carousel img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  border: 3px solid #f4e9ff; /* soft border tone */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

/* If you’re using a duplicated track for seamless loop, animate the track */
@keyframes scrollLoop {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
/* Example track usage (uncomment if you have .queen-carousel__track elements)
.queen-carousel__track {
  display: flex;
  gap: 20px;
  animation: scrollLoop 30s linear infinite;
}
*/
/* ===== UNIVERSAL QUEEN CARD LAYOUT ===== */
.queen-card, .queen-card * { box-sizing: border-box; }
.queen-card img { display: block; }

/* Two equal columns, equal height, clean spacing */
.queen-card--grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* change to 45fr 55fr if you want image wider */
  column-gap: 24px;
  align-items: stretch;
}

/* Text column */
.queen-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Image column */
.queen-card__media {
  position: relative;
  overflow: hidden;
}

.queen-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Stack neatly on mobile */
@media (max-width: 1024px) {
  .queen-card--grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .queen-card__media img {
    position: relative;
    height: auto;
  }
}
.queen-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Row layout with equal height + gap between cards */
.fk-row { 
  display: flex; 
  align-items: stretch;
  justify-content: space-between;
  gap: 40px; /* space between gallery and text */
}

/* Each card fills height evenly */
.fk-row .fk-gallery,
.fk-row .fk-text {
  flex: 1;
}

/* Lock the gallery height */
.fk-row .fk-gallery .modula-slider,
.fk-row .fk-gallery .modula-slider .modula-item,
.fk-row .fk-gallery .modula-slider .modula-item img {
  height: 640px;     /* match your text container visually */
  object-fit: cover;
  border-radius: 8px;
}

/* Add elegant spacing responsiveness */
@media (max-width: 1024px){
  .fk-row { gap: 24px; }
  .fk-row .fk-gallery .modula-slider,
  .fk-row .fk-gallery .modula-slider .modula-item,
  .fk-row .fk-gallery .modula-slider .modula-item img {
    height: 520px;
  }
}
@media (max-width: 767px){
  .fk-row { 
    flex-direction: column; 
    gap: 20px; /* stack spacing for mobile */
  }
  .fk-row .fk-gallery .modula-slider,
  .fk-row .fk-gallery .modula-slider .modula-item,
  .fk-row .fk-gallery .modula-slider .modula-item img {
    height: 420px;
  }
}
/* Unify frame/border/corners on all card columns tagged with .card-frame */
.card-frame{
  border: 3px solid #2D3A2E !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-sizing: border-box;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.card-frame .elementor-widget-wrap,
.card-frame .elementor-widget-container{
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.card-frame img{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

.card-frame .modula-gallery{
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}.mmcc-dna-btn .elementor-button {
  background-color: #2d3a2e; /* MMCC forest green */
  color: #fff;
  border: 2px solid #af9d63; /* gold outline */
  border-radius: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 40px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.mmcc-dna-btn .elementor-button:hover {
  background-color: #af9d63; /* gold hover */
  color: #2d3a2e;
  border-color: #af9d63;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.mmcc-offwhite {
  background: #F9F8F6 !important;
}
/* Force OFF-WHITE background on Future Kings (works for Section or Container mode) */
#future-kings,
#future-kings::before,
#future-kings::after,
#future-kings > .elementor-container,
#future-kings > .e-con,
#future-kings .elementor-background-overlay {
  background: #F9F8F6 !important;
  background-image: none !important;
}

/* Kill any overlays/gradients */
#future-kings::before,
#future-kings::after,
#future-kings .elementor-background-overlay {
  opacity: 0 !important;
  background: transparent !important;
}

/* Ensure inner wrappers don’t mask it */
#future-kings .elementor-column,
#future-kings .elementor-widget-wrap,
#future-kings .e-con,
#future-kings .e-con-inner {
  background: transparent !important;
  background-image: none !important;
}
/* Force Astra to switch header to mobile/tablet at 1024px */
@media (max-width: 1024px){
  .ast-desktop .main-header-bar, .ast-header-break-point .main-header-bar{
    display:block !important;
  }
  body.ast-header-break-point {
    --ast-desktop-header-height: auto !important;
  }
}
/* ===========================================
   MMCC Global Button Alignment Fix
   Keeps all buttons centered across devices
   ==================================/* MMCC - Center all buttons sitewide */
/* ---------- Center ALL buttons (Elementor + UAE) ---------- */

/* Core Elementor Button */
.elementor .elementor-widget-button{ text-align:center; }
.elementor .elementor-widget-button .elementor-button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  margin:0 auto !important;
  width:auto;            /* not 100%, so it can truly center */
  max-width:100%;
}

/* Ultimate Addons for Elementor (UAE) Button */
.elementor .uael-button-wrapper{ text-align:center; }
.elementor .uael-button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  margin:0 auto !important;
  width:auto;
  max-width:100%;
}

/* Center any image widgets the same way */
.elementor .elementor-widget-image{ text-align:center; }
.elementor .elementor-widget-image img{
  display:inline-block;
  margin:10px auto 20px auto !important;
  width:100%;
  max-width:440px;     /* adjust to taste on mobile */
  height:auto;
}
@media (max-width: 767px){
  .mmcc-gutters{ padding-inline:16px !important; }
}
/* ===========================================
   MMCC — FINAL CTA BLOCK FIX (DESKTOP + MOBILE)
   =========================================== */

/* General structure: keep it centered & even */
#ctaFix,
.mmcc-cta-block,
.elementor-section[data-id*="cta"] {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 60px 20px 50px !important;
  background: #F7F3E9 !important; /* beige background */
  border-radius: 12px;
}

/* Heading */
#ctaFix h2,
.mmcc-cta-block h2,
.elementor-section[data-id*="cta"] h2 {
  font-family: "Playfair Display", serif !important;
  font-size: 52px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  color: #2d3a2e !important;
  margin-bottom: 10px !important;
  max-width: 900px;
}

/* Paragraph text */
#ctaFix p,
.mmcc-cta-block p,
.elementor-section[data-id*="cta"] p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #2d3a2e !important;
  max-width: 780px;
  margin: 0 auto 24px !important;
}

/* Buttons container */
#ctaFix .elementor-container,
#ctaFix .e-con-inner,
.mmcc-cta-block .elementor-container,
.mmcc-cta-block .e-con-inner {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 22px !important;
  flex-wrap: wrap !important;
  width: 100%;
  margin: 12px 0 0 !important;
}

/* Buttons themselves */
#ctaFix .elementor-button,
.mmcc-cta-block .elementor-button {
  padding: 14px 28px !important;
  border-radius: 9999px !important;
  font-weight: 600 !important;
  min-height: 50px !important;
  white-space: nowrap !important;
  transition: filter .2s ease;
}

/* Primary (green solid) button */
#ctaFix .elementor-button--style-primary,
.mmcc-cta-block .elementor-button--style-primary {
  background: #2d3a2e !important;
  color: #fff !important;
  border: 2px solid #2d3a2e !important;
}

/* Secondary (gold outline) button */
#ctaFix .elementor-button--style-outline,
.mmcc-cta-block .elementor-button--style-outline {
  background: transparent !important;
  border: 2px solid #af9d63 !important;
  color: #af9d63 !important;
}

/* Hover effect */
#ctaFix .elementor-button:hover,
.mmcc-cta-block .elementor-button:hover {
  filter: brightness(1.05);
}

/* “Ask us a question” link under the buttons */
#ctaFix a[href*="contact"],
.mmcc-cta-block a[href*="contact"] {
  display: block !important;
  margin-top: 8px !important;
  text-decoration: underline !important;
  color: #2d3a2e !important;
  font-weight: 500;
}

/* Trust line */
#ctaFix .trust-line,
.mmcc-cta-block .trust-line {
  font-size: 14px !important;
  opacity: 0.85 !important;
  margin-top: 12px !important;
}

/* =========== MOBILE FIXES ONLY =========== */
@media (max-width: 767px) {
  #ctaFix h2,
  .mmcc-cta-block h2 {
    font-size: 34px !important;
    line-height: 1.2 !important;
  }

  #ctaFix .elementor-button,
  .mmcc-cta-block .elementor-button {
    width: 100% !important;
  }

  #ctaFix .elementor-container,
  #ctaFix .e-con-inner,
  .mmcc-cta-block .elementor-container,
  .mmcc-cta-block .e-con-inner {
    flex-direction: column !important;
    gap: 12px !important;
  }
}
/* Make the Maine Coon photo display large again */
.mmcc-large-img img {
  width: 100% !important;
  height: auto !important;
  max-width: 580px !important;   /* adjust up or down if needed */
  border-radius: 10px;
}

/* On smaller screens, let it scale nicely */
@media (max-width: 1024px){
  .mmcc-large-img img {
    max-width: 100% !important;
  }
}
:root{
  --mmcc-pink:#e8b6c6;  /* female/mom */
  --mmcc-blue:#98b7d9;  /* male/dad */
  --mmcc-radius:18px;
}

/* image helpers */
.mmcc-hero-img{ width:100%; height: clamp(300px, 52vh, 560px); object-fit:cover; object-position:50% 40%; display:block; border-radius:var(--mmcc-radius); }

/* bands */
.mmcc-band{ height:6px; background:#ddd; }
.mmcc-band--pink{ background:var(--mmcc-pink); }
.mmcc-band--blue{ background:var(--mmcc-blue); }

/* clean card shell */
.mmcc-card{ background:#fff; border-radius:var(--mmcc-radius); box-shadow:0 10px 34px rgba(0,0,0,.06); overflow:hidden; }
/* Smaller main kitten photo */
.mmcc-hero-img{
  height: clamp(260px, 38vh, 460px); /* smaller across devices */
  object-fit: cover;
  object-position: 50% 40%;
}

/* Explicit sizes per breakpoint (even tighter) */
@media (min-width:1025px){ .mmcc-hero-img{ height: 460px; } }
@media (max-width:1024px){ .mmcc-hero-img{ height: 360px; } }
@media (max-width:767px){  .mmcc-hero-img{ height: 300px; } }
/* ===== MMCC Gold Underline for Headings ===== */
.mmcc-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 14px;
}

.mmcc-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 88px;            /* length of gold line */
  height: 3px;            /* thickness */
  background: linear-gradient(90deg, #af9d63, rgba(175,157,99,0.2));
  border-radius: 2px;
}
.mmcc-underline { display:inline-block; padding-bottom:8px; margin-bottom:14px; position:relative; }
.mmcc-underline::after{
  content:""; position:absolute; left:0; bottom:0; height:3px;
  width:100%;                        /* <— full heading width */
  background:linear-gradient(90deg, #af9d63, rgba(175,157,99,.2));
  border-radius:2px;
}
/* MMCC Kings – mobile + tablet tidy */
@media (max-width: 1024px) {
  /* the beige card container */
  .mmcc-king-card {
    padding: 30px 20px !important;
  }

  /* king name (Ferrari, Falkor, etc.) */
  .mmcc-king-card h2,
  .mmcc-king-card .king-title {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  /* subtitle line “The Midnight Flame” */
  .mmcc-king-card .king-subtitle {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }

  /* body text */
  .mmcc-king-card p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 767px) {
  .mmcc-king-card {
    padding: 25px 18px !important;
  }

  .mmcc-king-card h2,
  .mmcc-king-card .king-title {
    font-size: 28px !important;
  }

  .mmcc-king-card p {
    font-size: 15px !important;
  }
}
/* Majestic Maine Coon Cats – Global Button Style */
.elementor-button,
.elementor-button.elementor-size-md,
.elementor-button.elementor-size-sm,
.elementor-button.elementor-size-lg {
  background-color: #2d3a2e;      /* Forest green base */
  color: #ffffff;                 /* White text */
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  border: 2px solid #2d3a2e;
  border-radius: 0px;             /* Straight edges */
  padding: 15px 40px;
  text-transform: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}

/* Hover / Focus */
.elementor-button:hover,
.elementor-button:focus {
  background-color: #af9d63;      /* Gold hover */
  color: #2d3a2e;                 /* Forest green text */
  border-color: #af9d63;
  transform: scale(1.04);
  box-shadow: 0 0 15px rgba(175,157,99,0.7); /* Gold glow */
}
/* Majestic Maine Coon Cats – Text Link Style */
a {
  color: #2d3a2e;               /* Forest green base */
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

a:hover,
a:focus {
  color: #af9d63;               /* Gold hover */
  text-decoration: underline;   /* optional – gives elegant accent */
}

/* Optional: adjust link color inside text blocks for readability */
.elementor-widget-text-editor a {
  font-weight: 600;
}
/* ——— Majestic Maine Coon Cats Form Styling ——— */
.wpforms-form input,
.wpforms-form textarea,
.wpforms-form select {
  border: 1px solid #af9d63 !important;
  border-radius: 8px !important;
  background-color: #F9F8F6 !important;
  color: #2d3a2e !important;
  font-family: 'Montserrat', sans-serif !important;
  padding: 10px 14px !important;
}

.wpforms-form label {
  font-family: 'Playfair Display', serif !important;
  color: #2d3a2e !important;
  font-size: 16px !important;
  margin-bottom: 6px !important;
}

.wpforms-submit {
  background-color: #af9d63 !important;
  color: #fff !important;
  border-radius: 25px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 10px 26px !important;
  border: none !important;
  transition: all 0.3s ease !important;
}

.wpforms-submit:hover {
  background-color: #2d3a2e !important;
  color: #fff !important;
}

.wpforms-field-container {
  margin-bottom: 20px !important;
}
:root{ --mmcc-green:#2d3a2e; --mmcc-gold:#af9d63; --mmcc-cream:#F9F8F6; --mmcc-beige:#F7F3E9; --radius:18px; --shadow:0 6px 16px rgba(0,0,0,.08); }

/* Wrap + card */
.mmcc-form, .mmcc-wpforms{ max-width:980px; margin:32px auto; padding:0 16px; }
.mmcc-wpforms .wpforms-form{ background:#fff; border:1px solid rgba(45,58,46,.12); border-radius:var(--radius); box-shadow:var(--shadow); overflow:hidden; }

/* Header block you added above the shortcode */
.mmcc-wpforms .card__head{ margin-bottom:40px; }

/* Two-column grid */
.mmcc-wpforms .wpforms-field-container{
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:18px; row-gap:18px;
}

/* Make “full-width” fields span both cols */
.mmcc-wpforms .wpforms-field.full{ grid-column:1 / -1; }

/* Labels + inputs */
.mmcc-wpforms .wpforms-field-label{ color:var(--mmcc-green); font-weight:700; font-size:16px; margin-bottom:8px; }
.mmcc-wpforms input[type=text],
.mmcc-wpforms input[type=email],
.mmcc-wpforms input[type=tel],
.mmcc-wpforms input[type=date],
.mmcc-wpforms select,
.mmcc-wpforms textarea{
  width:100%; padding:14px 18px; border:1px solid rgba(45,58,46,.22);
  border-radius:14px; background:#fff; font-size:18px; line-height:1.45;
  transition:.2s border-color,.2s box-shadow;
}
.mmcc-wpforms input:focus, .mmcc-wpforms select:focus, .mmcc-wpforms textarea:focus{
  outline:none; border-color:var(--mmcc-gold); box-shadow:0 0 0 3px rgba(175,157,99,.22);
}

/* Section headers (use an HTML field with class mmcc-section) */
.mmcc-wpforms .mmcc-section{
  grid-column:1 / -1;
  background:var(--mmcc-beige);
  border:1px solid rgba(45,58,46,.08);
  border-radius:16px; padding:18px;
  font-family:"Playfair Display", serif; font-size:20px; color:var(--mmcc-green);
  margin-top:6px;
}

/* Submit row */
.mmcc-wpforms .wpforms-submit-container{
  grid-column:1 / -1; padding:20px 22px 26px;
}
.mmcc-wpforms button[type=submit]{
  background:var(--mmcc-gold); color:#1b1b1b; border:none; border-radius:999px;
  padding:12px 20px; font-weight:700; letter-spacing:.3px; cursor:pointer;
}
.mmcc-wpforms button[type=submit]:hover{ filter:brightness(1.05); }

/* Mobile: single column */
@media (max-width:900px){
  .mmcc-wpforms .wpforms-field-container{ grid-template-columns:1fr; }
}
:root{
  --mmcc-green:#2d3a2e; --mmcc-gold:#af9d63; --mmcc-cream:#F9F8F6;
}
.mmcc-contract{max-width:900px;margin:40px auto;padding:0 16px;}
.mmcc-contract__card{background:#fff;border:1px solid rgba(45,58,46,.12);border-radius:18px;box-shadow:0 6px 16px rgba(0,0,0,.08);overflow:hidden}
.mmcc-contract__head{padding:28px 28px 18px;background:linear-gradient(0deg,#fff 0%,var(--mmcc-cream) 100%);text-align:center}
.mmcc-contract__logo{display:block;margin:0 auto 10px;max-width:160px;height:auto}
.mmcc-contract__title{font-family:"Playfair Display",serif;color:var(--mmcc-green);font-size:34px;margin:0 0 6px}
.mmcc-contract__sub{margin:0;color:#333;font-size:14px}
.mmcc-contract__bar{height:3px;background:linear-gradient(90deg,var(--mmcc-gold),#e6d8a9);border-radius:3px;margin:16px auto 0;max-width:520px}
.mmcc-contract__body{padding:24px 28px 8px}
.mmcc-contract h3{font-family:"Playfair Display",serif;color:var(--mmcc-green);font-size:18px;margin:18px 0 6px}
.mmcc-contract p{line-height:1.6;margin:0 0 10px}
.mmcc-contract__box{background:#F7F3E9;border:1px solid rgba(45,58,46,.12);border-radius:14px;padding:14px 16px;margin:14px 0}
.mmcc-contract__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.mmcc-contract__kv{display:grid;grid-template-columns:200px 1fr;gap:10px}
@media (max-width:900px){
  .mmcc-contract__grid{grid-template-columns:1fr}
  .mmcc-contract__kv{grid-template-columns:1fr}
}
.print-helper{font-size:12px;color:#666;margin:10px 28px 24px;text-align:center}
#mmcc-scroll-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #B49C6E;
    color: #2D3A2E;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 9999;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
}

#mmcc-scroll-top:hover {
    background: #F9F8F6;
    color: #2D3A2E;
    transform: scale(1.12);
}
/* ============================
   MMCC MOBILE + TABLET HEADER FIX
   ============================ */
@media (max-width:1024px) {

    /* Reduce padding */
    .elementor-widget-html div {
        padding: 10px 15px !important;
    }

    /* Phone + email row */
    .elementor-widget-html div a {
        font-size: 15px !important;
        line-height: 1.3 !important;
    }
    .elementor-widget-html span {
        font-size: 18px !important;
    }

    /* Logo sizing */
    .elementor-widget-html img {
        width: 95px !important;
        margin: 12px auto !important;
        display: block;
    }

    /* Navigation (menu) */
    .elementor-widget-html a {
        font-size: 17px !important;
    }
    .elementor-widget-html div[style*="flex-wrap:wrap"] {
        gap: 12px !important;
        justify-content: center !important;
    }

    /* Fix menu wrapping — force to max 2 lines */
    .elementor-widget-html div[style*="flex-wrap:wrap"] {
        flex-basis: 100% !important;
        text-align: center !important;
    }

    /* Social icons */
    .elementor-widget-html div[style*="font-size:20px"] a {
        font-size: 22px !important;
    }
    .elementor-widget-html div[style*="font-size:20px"] {
        justify-content: center !important;
        gap: 20px !important;
        margin-top: 10px !important;
    }

    /* Contact button */
    .elementor-widget-html a[style*="border-radius"] {
        font-size: 16px !important;
        padding: 9px 22px !important;
        margin: 12px auto !important;
        display: block !important;
        width: fit-content !important;
    }
}/* End custom CSS */