/* ============================================================
   GLOBAL UTILITY CLASSES (Bootstrap-style) — Margin / Padding / Width
   ============================================================ */
 .choose.card{
     background: rgb(255, 255, 255);
      backdrop-filter:blur(12px);
      border-radius:24px;
      padding:50px 30px;
      transition:all 0.4s;
      border:2px solid rgba(255,255,255,0.2);
    }
.w-full.flex.items-center.justify-center.gap-3.px-8.py-3.md\:py-4.bg-\[\#bda273\].text-white.hover\:bg-\[\#a89060\].transition-all.duration-300 {
  background: #22041b;
  color: #ff0080;
}
.heading-font {
    font-family: var(--font-heading);
    font-size: clamp(2.25rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.h-100{height:100% !important}
.paragraph-text {
    font-family: var(--font-heading);
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.paragraph2-heading {
    font-family: var(--font-heading);
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #3D3020;
}
.h2-new-font {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #3D3020;
}
.upper-heading-font {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    color: #bda273;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}
.pergrapbold-2 {
    font-family: var(--font-body);
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    line-height: 1.8;
    font-weight: 500;
    color: #3D3020;
}
.heading-4-2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
    color: rgb(139, 115, 85);
}

.paragraph-4-text {
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.7;
    color: #3D3020;
}
.paragraph-small-uppercase {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    color: rgb(139, 115, 85);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.paragraph-traits {
    font-family: var(--font-body);
    font-size: 0.875rem; /* text-sm */
    line-height: 1.6;
    color: #7B5E3F;
}
.paragraph-small-center {
    font-family: var(--font-body);
    font-size: 0.875rem; /* text-sm */
    line-height: 1.6;
    color: #7B5E3F;
    text-align: center;
}
.paragraph-9 {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    color: #bda273;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}
.heading-8 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #bda273;
}
.paragraph-10 {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
    color: #3D3020;
}
.form-border-focus {
    border: 1px solid #E8D5C4;
    transition: border-color 0.3s;
}

.form-border-focus:focus {
    border-color: #bda273;
    outline: none;
}

.span-body-small {
    font-family: var(--font-body);
    font-size: 0.875rem; /* text-sm */
    line-height: 1.6;
    color: #7B5E3F;
}
.custom-characteristics-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-characteristics-list li {
    position: relative;
    padding-left: 18px;
}

.custom-characteristics-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #8B7355; /* same brown color from image */
    font-size: 1rem;
    line-height: 1.6;
}

.center-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: fit-content;
}

.center-bullet-list li {
    position: relative;
    
    padding-left: 20px;
}

.center-bullet-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8B7355;
    font-size: 1rem;
}
.paragraph-4 {
    font-family: var(--font-body);
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.8;
    color: #3D3020;
}
.paragraph-8 {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.7;
    color: #7B5E3F;
}
.tick-icon {
    position: relative;
    padding-left: 45px;
}

.tick-icon::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #F2EEE8; /* light circle background */
    color: #BDA273; /* tick color */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}


.body-text {
    font-family: var(--font-body);
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    line-height: 1.75;
    color: #7B5E3F;
}

.h3-heading {
    font-family: var(--font-heading);
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.3px;
}

.max-w-\[800px\]{
  max-width: 1600px;
}
.sqe-card {  padding: 25px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); }
.sqe-card li {
  margin-left: 20px;
  padding-bottom: 6px;

  background: url(../images/tick-2.png) no-repeat .1em .43em;
    background-size: auto;
  background-size: auto;
  background-size: 20px 20px;
  padding: 2px 0px 2px 30px;
  margin: 0px;
  list-style: none;

}
.testi .card {
  
 
  border-left: 0px !important;
}
.list li {
 
  margin-left: 20px;
  padding-bottom: 6px;
	background: url(../images/tick-2.png) no-repeat .1em .43em;
    background-size: auto;
  background-size: auto;
  background-size: 20px 20px;
  padding: 2px 0px 2px 30px;
  margin: 0px;
  list-style: none;
}
    .choose.card.card:hover{
      transform:translateY(-20px);
      background: rgb(255, 235, 217);
      box-shadow:0 25px 50px rgba(0,0,0,0.25);
    }
	.listing li {
    position: relative;
    padding-left: 1.5rem;
}
.order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

.listing li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    color: #00aeef; /* matches text color */
}

	
	.testimonials {
  background: #2a2a2a;
  padding: 80px 0;
}

/* viewport */
.slider-wrapper {
  overflow: hidden;        /* <<< THIS FIXES YELLOW LINE ISSUE */
  position: relative;
}

/* moving container */
.slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

/* each slide (2 cards) */
.slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* cards */
.card {
  background: #1a1a1a;
  padding: 30px;
  border-left: 4px solid #FFA500;
  color: #ddd;
  line-height: 1.7;
}

/* stars */
.stars {
  color: #FFA500;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

/* dots */
.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.dots span {
  width: 10px;
  height: 10px;
  background: #666;
  border-radius: 50%;
  cursor: pointer;
}

.dots span.active {
  background: #FFA500;
  transform: scale(1.3);
}

	
.testimonials {
  background:#2a2a2a;
  padding:80px 20px;
  text-align:center;
}

.testimonials h2 {
  color:#fff;
  font-size:42px;
  margin-bottom:50px;
}

.slider-wrapper {
  overflow:hidden;
  max-width:1200px;
  margin:auto;
}

.slider-track {
  display:flex;
  transition:transform 0.6s ease;
}

.slide {
  min-width:100%;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
  padding:0 20px;
}
.testimonial-viewport {
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.card {
  background:#1a1a1a;
  padding:30px;
  color:#000;
  border-left:4px solid #282973;
  text-align:left;
  line-height:1.7;
}

.card2 {
  background:#1a1a1a;
  padding:30px;
  color:#000;
  border-left:4px solid #282973;
  text-align:left;
  line-height:1.7;
}
.card2 {
 background: rgba(106, 106, 106, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari */
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  color: #fff; /* text white */
}
.card{background:#fff;padding:30px;border-radius:14px;box-shadow:0 10px 25px rgba(0,0,0,.08);}
.card p {
  margin-top:10px;
}
.stars {
  color: #FFA500;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 12px;
}


.dots {
  display:flex;
  justify-content:center;
  margin-top:25px;
  gap:10px;
}

.dots span {
  width:10px;
  height:10px;
  background:#666;
  border-radius:50%;
  cursor:pointer;
}

.dots span.active {
  background:#ffa500;
}
.py-xl-5{padding-top:40px; padding-bottom:40px;}

@media(max-width:768px){
  .slide { grid-template-columns:1fr; }
	.order-xl-1 {
    order: 2;
  }

  .order-xl-2 {
    order: 1;
  }
	.py-xl-5{padding-top:20px; padding-bottom:20px;}
	.d-mob-none{display:none;}
}
	
	
	
.gap-0 {
    gap: 0px !important;
  }
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  margin-top: 27px;
  margin-bottom: 25px;
  color: #ccc;
}
.service-card {
  background:  #5865ae;
  padding: 35px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #919c5a;
  opacity: 0;
  transition: opacity 0.35s ease;
z-index: -1;
}
.size-full {width:auto;height:auto;}
.service-card h3,
.service-card p {
  position: relative;
  z-index: 1;
}

.service-card h3 {
  font-size: 27px;
  margin-bottom: 12px;
  color: #fff;
  transition: color 0.35s ease;
}

.service-card p, .service-card li  {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  transition: color 0.35s ease;
	
}
.service-card li{list-style: disc; margin-left: 22px;}
.service-card li::marker {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  
  margin-left:10px;
}

/* Hover Effect */
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
	
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover h3,
.service-card:hover p {
  color: #ffffff;
}

.max-w-\[1600px\] {
  max-width: 1600px;
}
.py-15{padding-top:50px; padding-bottom:50px;}
.text-5xl.text-amber-600.mb-4 {
  font-size: 60px;
  color: #2374ab;
}
.wpmtst-testimonial.testimonial{
  background: #ecf8fc;
}
.Listing .wp-block-list li {
    position: relative;
    padding-left: 28px; /* space for tick */
    margin-bottom: 10px;
    list-style: none; /* remove default bullets */
}

.Listing .wp-block-list li::before {
    content: "✔"; /* tick icon */
    position: absolute;
    left: 0;
    top: 0;
    color: #2374AB; /* blue color */
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

.text-2xl.font-semibold.text-amber-700.mb-6{
  font-size: 25px;
}
p {
  margin-bottom: 18px !important;
	font-size: var(--text-xl);
      line-height: var(--tw-leading,var(--text-xl--line-height));
}
li {
  
	font-size: var(--text-xl);
      line-height: var(--tw-leading,var(--text-xl--line-height));
}
.max-w-\[1400px\] {
  max-width: 1600px;
}
.ms-xl-5{margin-left:50px !important;}
.me-xl-5{margin-right:50px !important;}
.email-list-banner {
  display: flex;
  justify-content: center;

}
.wp-block-faq-block-for-gutenberg-faq {
  background: #fbd1ab !important;
}
.benefits-hover:hover {
    background-color: var(--color-sand);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.benefits-heading {
    font-family: "Playfair Display", serif;
    font-weight: 600;
}


.email-banner-inner {
  background: #eeeedf; /* light cream like screenshot */
  padding: 40px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  font-family: 'Poppins', sans-serif;
}
.email-banner-inner2 {
  background: #EFE9D6; /* light cream like screenshot */
  padding: 40px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  font-family: 'Poppins', sans-serif;
}
.email-close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  background: transparent;
  border: 0;
  font-size: 24px;
  cursor: pointer;
  color: #555;
}

.email-title {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  margin-bottom: 10px;
  color: #3c2f22;
  font-weight: 600;
}

.email-sub {
  font-size: 15px;
  color: #746a5b;
  margin-bottom: 25px;
}

.email-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.email-input {
  padding: 12px 15px;
  width: 70%;
  max-width: 300px;
  border: 1px solid #cab99f;
  border-radius: 4px;
  font-size: 14px;
}

.email-btn {
  padding: 12px 25px;
  background: #f1ad73; /* green button like screenshot */
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.email-btn:hover {
  opacity: 0.9;
}

/* ================================
   GLOBAL FORM CLEANUP + RESET
   ================================ */
#emf-form {
    max-width: 900px;
    margin: 0 auto;
    padding: 25px 20px;
    background: #ffffff;
}

#emf-form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#emf-form li {
    margin-bottom: 20px !important;
}
/* Outer container */
.avail-wrap {
  width:100%;
  max-width:1400px;
  margin:0 auto;
  background:#fff;
  overflow:hidden;
  position:relative;
}

/* Inner element uses CSS variable for scale so we can change it per breakpoint */
.avail-inner {
  width:628px;
  height:820px;
  margin:0 auto;
  transform-origin: top center;
  --scale: 1.75;
  transform: scale(var(--scale));
  /* ensure iframe is block to avoid inline gaps */
  display:block;
}

/* Keep wrapper height in sync with scaled iframe so bottom won't be cropped */
.avail-wrap .height-sync {
  height: calc(470px * var(--scale));
}

/* ===== Responsive: compute scale to fit mobile width ===== */
/* On viewports narrower than 1100px we scale the iframe so its displayed width ~= viewport - gutters */
@media (max-width:1100px) {
  .avail-inner {
    /* subtract 32px total horizontal gutter — adjust if your theme has different side padding */
    --scale: calc((100vw - 32px) / 628);
    transform: scale(var(--scale));
  }
  .avail-wrap {
    overflow: visible; /* prevents clipping when the computed height slightly varies */
  }
  .avail-wrap .height-sync {
    height: calc(470px * var(--scale));
  }
}

/* Extra small phones: a slightly smaller gutter for very small screens */
@media (max-width:420px) {
  .avail-inner {
    --scale: calc((100vw - 20px) / 628);
    transform: scale(var(--scale));
  }
  .avail-wrap .height-sync {
    height: calc(470px * var(--scale));
  }
  .avail-scroll-wrapper {
    overflow-x: auto;      /* enable horizontal scroll */
    -webkit-overflow-scrolling: touch; /* smooth iOS scroll */
    overflow-y: hidden;
    width: 100%;
    padding-bottom: 10px;
  }

  .avail-inner {
    width: 628px;           /* keep real width so scrolling works */
    margin: 0;              /* remove centering */
  }
  .avail-inner {
  width: 628px;
  height: auto !important;}
  
}
/* ================================
   LABELS
   ================================ */
#emf-form .emf-label-desc {
    display: block;
    font-weight: 600;
    color: #1d3557;
    margin-bottom: 6px;
    font-size: 16px;
}

/* ================================
   INPUTS & SELECTS
   ================================ */
#emf-form input[type="text"],
#emf-form input[type="email"],
#emf-form input[type="number"],
#emf-form select,
#emf-form textarea {
    width: 100% !important;
    padding: 14px !important;
    font-size: 16px;
    border-radius: 8px !important;
    border: 1px solid #cfd8dc !important;
    background: #f8f9fa;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

/* Focus style - clean and professional */
#emf-form input:focus,
#emf-form select:focus,
#emf-form textarea:focus {
    border-color: #48b9e5 !important;
    background: #ffffff;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(72,185,229,0.25);
}

/* Bottom labels (First / Last) */
.emf-bottom-label {
    display: block;
    font-size: 13px;
    color: #6c757d;
    margin-top: 5px;
}

/* ================================
   CHECKBOXES
   ================================ */
#emf-form input[type="checkbox"] {
    width: auto !important;
    transform: scale(1.3);
    margin-right: 8px;
}

#emf-form label.padleft-w5 {
    font-size: 15px;
    color: #333;
}

/* ================================
   DATE FIELDS (DD/MM/YYYY layout)
   ================================ */
.emf-field-datetime-day input,
.emf-field-datetime-month input,
.emf-field-datetime-year input {
    padding: 12px !important;
    border-radius: 8px !important;
}

/* ================================
   SUBMIT BUTTON
   ================================ */
#emf-li-post-button input[type="submit"] {
    padding: 14px 40px;
    background: #1d3557;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s ease;
}

#emf-li-post-button input[type="submit"]:hover {
    background: #0a2a47;
}

/* ================================
   RESPONSIVE FIXES
   ================================ */
@media (max-width: 600px) {

    #emf-form {
        padding: 15px;
    }

    #emf-form input[type="text"],
    #emf-form select {
        font-size: 15px;
        padding: 12px !important;
    }

    .emf-left,
    .emf-right,
    .emf-full,
    .emf-half {
        width: 100% !important;
        float: none !important;
        display: block !important;
    }
}



/* ---------- WIDTH ---------- */
.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important; }
.w-100 { width: 100% !important; }
.mw-100 { max-width: 100% !important; }

/* Responsive width */
@media (min-width: 576px) {
  .w-sm-25 { width: 25% !important; }
  .w-sm-50 { width: 50% !important; }
  .w-sm-75 { width: 75% !important; }
  .w-sm-100 { width: 100% !important; }

}
@media (max-width: 768px) {
  .w-md-25 { width: 25% !important; }
  .w-md-50 { width: 50% !important; }
  .w-md-75 { width: 75% !important; }
  .w-md-100 { width: 100% !important; }
	.ms-xl-5{margin-left:0px !important;}
.me-xl-5{margin-right:0px !important;}
	.MainBanner.position-relative.no-banner.pt-32 {
  padding-top: 20px;
}
header .flex.items-center.justify-between {
    justify-content: center !important;
  }

  header .flex.items-center {
    margin-left: auto;
    margin-right: auto;
  }
	header img.items-center.justify-center {
    height: 130px;      /* increase size */
    width: auto;       /* keep ratio */
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 992px) {
  .w-lg-25 { width: 25% !important; }
  .w-lg-50 { width: 50% !important; }
  .w-lg-75 { width: 75% !important; }
  .w-lg-100 { width: 100% !important; }
}
@media (min-width: 1200px) {
  .w-xl-25 { width: 25% !important; }
  .w-xl-50 { width: 50% !important; }
  .w-xl-75 { width: 75% !important; }
  .w-xl-100 { width: 100% !important; }
}

/* ---------- MARGIN ---------- */
.m-0 { margin: 0 !important; }
.m-1 { margin: .25rem !important; }
.m-2 { margin: .5rem !important; }
.m-3 { margin: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.m-5 { margin: 3rem !important; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: .25rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: .25rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

.ms-0 { margin-left: 0 !important; }
.ms-1 { margin-left: .25rem !important; }
.ms-2 { margin-left: .5rem !important; }
.ms-3 { margin-left: 1rem !important; }
.ms-4 { margin-left: 1.5rem !important; }
.ms-5 { margin-left: 3rem !important; }

.me-0 { margin-right: 0 !important; }
.me-1 { margin-right: .25rem !important; }
.me-2 { margin-right: .5rem !important; }
.me-3 { margin-right: 1rem !important; }
.me-4 { margin-right: 1.5rem !important; }
.me-5 { margin-right: 3rem !important; }

.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.mx-1 { margin-left: .25rem !important; margin-right: .25rem !important; }
.mx-2 { margin-left: .5rem !important; margin-right: .5rem !important; }
.mx-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
.mx-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1 { margin-top: .25rem !important; margin-bottom: .25rem !important; }
.my-2 { margin-top: .5rem !important; margin-bottom: .5rem !important; }
.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.m-auto { margin: auto !important; }

/* ---------- RESPONSIVE MARGIN ---------- */
@media (min-width: 576px) { [class*="mb-sm-"] { } }
@media (min-width: 768px) { [class*="mb-md-"] { } }
@media (min-width: 992px) { [class*="mb-lg-"] { } }
@media (min-width: 1200px) { [class*="mb-xl-"] { } }

/* Example expansions */
@media (min-width: 576px) { .mb-sm-3 { margin-bottom: 1rem !important; } }
@media (min-width: 768px) { .mb-md-3 { margin-bottom: 1rem !important; } }
@media (min-width: 992px) { .mb-lg-3 { margin-bottom: 1rem !important; } }
@media (min-width: 1200px) { .mb-xl-3 { margin-bottom: 1rem !important; } }

/* ---------- PADDING ---------- */
.p-0 { padding: 0 !important; }
.p-1 { padding: .25rem !important; }
.p-2 { padding: .5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.pages .p-5 { padding: 3rem !important; }

.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: .25rem !important; }
.pt-2 { padding-top: .5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: .25rem !important; }
.pb-2 { padding-bottom: .5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }

.ps-0 { padding-left: 0 !important; }
.ps-1 { padding-left: .25rem !important; }
.ps-2 { padding-left: .5rem !important; }
.ps-3 { padding-left: 1rem !important; }
.ps-4 { padding-left: 1.5rem !important; }
.ps-5 { padding-left: 3rem !important; }

.pe-0 { padding-right: 0 !important; }
.pe-1 { padding-right: .25rem !important; }
.pe-2 { padding-right: .5rem !important; }
.pe-3 { padding-right: 1rem !important; }
.pe-4 { padding-right: 1.5rem !important; }
.pe-5 { padding-right: 3rem !important; }

.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-1 { padding-left: .25rem !important; padding-right: .25rem !important; }
.px-2 { padding-left: .5rem !important; padding-right: .5rem !important; }
.px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-5 { padding-left: 3rem !important; padding-right: 3rem !important; }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1 { padding-top: .25rem !important; padding-bottom: .25rem !important; }
.py-2 { padding-top: .5rem !important; padding-bottom: .5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.pages .py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
/* Make form elements full width and nicely spaced */
.contact-page .wpcf7-form-control,
.contact-page .wpcf7-form-control.wpcf7-text,
.contact-page .wpcf7-form-control.wpcf7-email,
.contact-page .wpcf7-form-control.wpcf7-textarea,
.contact-page .wpcf7-form-control.wpcf7-select,
.contact-page .wpcf7-form-control.wpcf7-number,
.contact-page .wpcf7-form-control.wpcf7-date {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  margin: 6px 0 16px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  background: #fff !important;
  font-size: 16px;
  line-height: 1.35;
  transition: box-shadow .18s ease, border-color .18s ease, transform .06s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Textarea slightly taller and vertically aligned */
.contact-page .wpcf7-form-control.wpcf7-textarea {
  min-height: 140px;
  resize: vertical;
  padding-top: 12px;
}

/* Placeholder styling */
.contact-page .wpcf7-form-control::placeholder {
  color: #9aa3ad;
  opacity: 1;
}

/* Focus state */
.contact-page .wpcf7-form-control:focus {
  outline: none;
  border-color: rgba(60,120,255,0.95);
  box-shadow: 0 6px 18px rgba(60,120,255,0.06), 0 0 0 4px rgba(60,120,255,0.06);
  transform: translateY(-1px);
}

/* Labels above fields (if you use labels) */
.contact-page .wpcf7-form .wpcf7-form-control-wrap > label,
.wpcf7-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  
  font-size: 16px;
}

/* Optional: compact layout helper — put label and input inline on wide screens */
@media (min-width: 880px) {
  .contact-page .cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  /* full width override for elements that should span both columns */
  .contact-page .cf7-grid .cf7-span-2 { grid-column: 1 / -1; }
}

/* Submit button — modern style */
.contact-page .wpcf7 .wpcf7-submit {
  display: inline-block !important;
  width: auto !important;
  padding: 12px 22px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
  border: none !important;
  cursor: pointer !important;
  background: linear-gradient(135deg,#5865ae 0%, #5865ae 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(42,160,255,0.18) !important;
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease !important;
  -webkit-appearance: none !important;
}

/* Button hover/focus/active */
.contact-page .wpcf7 .wpcf7-submit:hover,
.contact-page .wpcf7 .wpcf7-submit:focus {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 34px rgba(42,160,255,0.18) !important;
  outline: none !important;
}
.contact-page .wpcf7 .wpcf7-submit:active {
  transform: translateY(0) !important;
  opacity: .95 !important;
}

/* Validation error state */
.contact-page .wpcf7-not-valid,
.contact-page .wpcf7-form-control.wpcf7-not-valid {
  border-color: #ff5a5f !important;
  box-shadow: 0 6px 14px rgba(255,90,95,0.06) !important;
}

/* Error message style (CF7 default wrappers) */
.contact-page .wpcf7-response-output {
  margin-top: 14px !important;
  padding: 12px 14px !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
}

/* Success and error specific */
.contact-page .wpcf7-mail-sent-ok { background: rgba(102,187,106,0.12); color: #2e7d32; }
.contact-page .wpcf7-mail-sent-ng,
.contact-page .wpcf7-validation-errors { background: rgba(255,90,95,0.06); color: #c62828; }

/* Small helper to keep file inputs looking tidy */
.contact-page .wpcf7 input[type="file"] { padding: 8px 10px; border-radius: 8px; }

/* Remove any theme-specific input shadows/overrides (use only if necessary) */
.contact-page .wpcf7 input, .wpcf7 textarea, .wpcf7 select { background-clip: padding-box; }