/*
Theme Name: BR26
Template: hello-elementor
Author: LD
Version: 75
Updated: 2026-06-12 11:16:34

*/

@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/MuseoSans-500.woff2') format('woff2'),
        url('fonts/MuseoSans-500.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/MuseoSans-500Italic.woff2') format('woff2'),
        url('fonts/MuseoSans-500Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/MuseoSans-700.woff2') format('woff2'),
        url('fonts/MuseoSans-700.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/MuseoSans-900.woff2') format('woff2'),
        url('fonts/MuseoSans-900.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/MuseoSans-300Italic.woff2') format('woff2'),
        url('fonts/MuseoSans-300Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/MuseoSans-900Italic.woff2') format('woff2'),
        url('fonts/MuseoSans-900Italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/MuseoSans-100.woff2') format('woff2'),
        url('fonts/MuseoSans-100.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/MuseoSans-100Italic.woff2') format('woff2'),
        url('fonts/MuseoSans-100Italic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/MuseoSans-300.woff2') format('woff2'),
        url('fonts/MuseoSans-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/MuseoSans-700Italic.woff2') format('woff2'),
        url('fonts/MuseoSans-700Italic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

body, h1, h2, h3, h4, h5, h6, p, span, ul, li, a, i, u, b, strong {
    font-family: 'Museo Sans';
}

.br26-header {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #FFFFFF0F;
}

@media screen and (max-width: 1024px) {
    .br26-hero {
        background-attachment: fixed;
    }
}

.br26-hero::before {
    backdrop-filter: blur(8.899999618530273px);
    background: #00000080;
}

.hero-list ul li span:nth-child(2) {
    width: 100%
}

.hero-list ul li:not(:last-child) span:nth-child(2)::after {
    content: '';
    display: block;
    position: relative;
    top: 20px;
    border-bottom: 1px solid #5E5E5E;
}

@media screen and (max-width: 768px) {
    .hero-list ul li:not(:last-child) span:nth-child(2)::after {
        top: 15px;
    }
}

.hero-box {
    width: fit-content;
    display: inline-block;
}

.hero-box p, .zero-paragraph-padding, .zero-paragraph-padding p {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .hero-box {
        width: 100%;
    }
}

@media screen and (max-width: 768px) { 
    .br-section h1 span,
    .br-section h2 span,
    .br-section h3 span,
    .br-section h4 span {
        display: block;
    }
}

/* NEW BR26 */

.hero-circle {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: clamp(104px,15vw,248px);
    aspect-ratio: 1;
    border-radius: 50%;
    right: clamp(16px,3vw,86px);
    bottom: calc(-1 * clamp(52px,7.5vw,124px));
    background: #EFBC33;
}

.br26-hero-new {
    background-size: auto 100% !important;
}

.br26-hero-new > div {
    grid-template-columns: 60% 40% !important;
}

.br26-greensection::before {
    height: 50%;
    top: 50%;
    mask-image: linear-gradient(180deg, transparent, #000 42%);
}

.br26-contactsection::before {
    max-height: 450px;
    mask-image: linear-gradient(0deg, transparent, #000 42%);
}

.br26-list a {
    text-decoration: underline;
    text-decoration-color: #B4B4AC;
}

/* NEW CONTACT FORM */

.br26-form {
  --br26-white: #FFFFFF;
  --br26-paper: #F5F5F3;
  --br26-green: #A2C379;
  --br26-green-dp: #8DB061;
  --br26-green-ink: #4C6733;
  --br26-coral-ink: #BC421F;
  --br26-text: #1B1917;
  --br26-ink: #2E2D29;
  --br26-muted: #6E6F69;
  --br26-line: #E6E6E2;
  --br26-control: #8C8C84;
  --br26-placeholder: #84847C;
  --br26-tint-green: #F4F8EF;
  --br26-tint-coral: #FDEFEB;
  --br26-r: 4px;
  --br26-s3: 12px;
  --br26-s4: 16px;
  --br26-s5: 24px;
  --br26-s6: 32px;

  width: 100%;
  max-width: 860px;
  margin-inline: auto;
  padding: clamp(24px, 3.6vw, 56px);
  background: var(--br26-white);
  border: 1px solid var(--br26-line);
  border-radius: var(--br26-r);
  color: var(--br26-text);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  margin-top: -120px;
}

.br26-form,
.br26-form * {
  box-sizing: border-box;
}

.br26-form .wpcf7,
.br26-form .wpcf7-form {
  width: 100%;
}

.br26-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3vw, 40px);
  margin: 0;
}

.br26-form .wpcf7-form p {
  margin: 0;
}

.br26-form .wpcf7-form br {
  display: none;
}

.br26-form .br26-cf7-section {
  display: flex;
  flex-direction: column;
  gap: var(--br26-s4);
}

.br26-form .br26-cf7-head {
  display: flex;
  align-items: center;
  gap: var(--br26-s3);
  margin: 0 0 var(--br26-s3);
}

.br26-form .br26-cf7-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: var(--br26-r);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.br26-form .br26-cf7-title {
  margin: 0;
  color: #000;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.br26-form .br26-cf7-section--person .br26-cf7-icon {
  background-color: var(--br26-tint-coral);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='6' r='2.8' stroke='%23BC421F' stroke-width='1.6'/%3E%3Cpath d='M4 15c1.1-3 2.8-4.5 5-4.5s3.9 1.5 5 4.5' stroke='%23BC421F' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
}

.br26-form .br26-cf7-section--work .br26-cf7-icon {
  background-color: #FCF6E6;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 14.5V7h3v7.5h-3Z' stroke='%2396700C' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M7.5 14.5V3h3v11.5h-3Z' stroke='%2396700C' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M11.5 14.5V9h3v5.5h-3Z' stroke='%2396700C' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.br26-form .br26-cf7-section--hint .br26-cf7-icon {
  background-color: var(--br26-tint-green);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.6' cy='7.6' r='5.4' stroke='%234C6733' stroke-width='1.5'/%3E%3Cpath d='m11.6 11.6 4.2 4.2' stroke='%234C6733' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.br26-form .br26-cf7-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--br26-s4);
}

.br26-form .br26-cf7-field {
  display: block;
  width: 100%;
  color: var(--br26-ink);
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .01em;
}

.br26-form .br26-cf7-required {
  display: inline;
  margin-left: 3px;
  color: var(--br26-coral-ink);
}

.br26-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 12px;
}

.br26-form input[type="text"],
.br26-form input[type="email"],
.br26-form textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  background: var(--br26-white);
  border: 1px solid var(--br26-control);
  border-radius: var(--br26-r);
  box-shadow: none;
  color: var(--br26-text);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.45;
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease;
  resize: none;
}

.br26-form textarea {
  min-height: 132px;
  resize: vertical;
  line-height: 1.55;
}

.br26-form input[type="text"]::placeholder,
.br26-form input[type="email"]::placeholder,
.br26-form textarea::placeholder {
  color: var(--br26-placeholder);
  opacity: 1;
}

.br26-form input[type="text"]:hover,
.br26-form input[type="email"]:hover,
.br26-form textarea:hover {
  border-color: var(--br26-ink);
}

.br26-form input[type="text"]:focus-visible,
.br26-form input[type="email"]:focus-visible,
.br26-form textarea:focus-visible {
  border-color: var(--br26-ink);
  outline: 2px solid var(--br26-ink);
  outline-offset: 1px;
}

.br26-form .wpcf7-not-valid {
  border-color: var(--br26-coral-ink) !important;
  box-shadow: inset 0 0 0 1px var(--br26-coral-ink);
}

.br26-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: var(--br26-coral-ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.br26-form .br26-cf7-consent {
  display: block;
  color: var(--br26-ink);
}

.br26-form .br26-cf7-foot {
  display: flex;
  flex-direction: column;
  gap: var(--br26-s4);
  margin-top: var(--br26-s4);
}

.br26-form .br26-cf7-reqnote {
  margin: 0;
  color: var(--br26-muted);
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.4;
}

.br26-form .br26-cf7-reqnote .br26-cf7-required {
  font-weight: 600;
}

.br26-form .wpcf7-acceptance,
.br26-form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}

.br26-form .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: var(--br26-s3);
  margin: 0;
  color: var(--br26-ink);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.br26-form input[type="checkbox"] {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--br26-green-ink);
}

.br26-form .wpcf7-list-item-label {
  display: block;
}

.br26-form .wpcf7-list-item-label a,
.br26-form .wpcf7-list-item-label a:hover, 
.br26-form .wpcf7-list-item-label a:focus,
.br26-form .wpcf7-list-item-label a:active {
    color: #1B1917;
    text-decoration: underline;
}

.br26-form input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: 8px 0 0;
  padding: 16px 26px;
  border: 0;
  border-radius: var(--br26-r);
  background: var(--br26-green);
  color: var(--br26-text);
  box-shadow: none;
  cursor: pointer;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .01em;
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease, opacity .18s ease;
}

.br26-form input[type="submit"]:hover {
  background: var(--br26-green-dp);
}

.br26-form input[type="submit"]:active {
  transform: translateY(1px);
}

.br26-form input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 1;
}

.br26-form input[type="submit"]:focus-visible {
  outline: 2px solid var(--br26-ink);
  outline-offset: 3px;
}

.br26-form .wpcf7-spinner {
  margin: 12px 0 0 12px;
}

.br26-form .wpcf7-response-output {
  margin: 8px 0 0 !important;
  padding: var(--br26-s4) var(--br26-s5) !important;
  border: 0 !important;
  border-left: 4px solid var(--br26-green-ink) !important;
  border-radius: var(--br26-r);
  background: var(--br26-tint-green);
  color: var(--br26-text);
  font-size: 14px;
  line-height: 1.5;
}

.br26-form form.invalid .wpcf7-response-output,
.br26-form form.failed .wpcf7-response-output,
.br26-form form.aborted .wpcf7-response-output,
.br26-form form.spam .wpcf7-response-output {
  border-left-color: var(--br26-coral-ink) !important;
  background: var(--br26-tint-coral);
}

.br26-form [data-lastpass-icon-root] {
  display: none !important;
}

@media (min-width: 640px) {
  .br26-form .br26-cf7-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 639px) {
  .br26-form {
    padding: 24px;
  }
}

.circle-wrapper {
    position: absolute;
    right: 0;
}

.green-circle {
    width: 10vw;
    aspect-ratio: 1;
    max-width: 150px;
    background-color: #A2C379;
    border-radius: 50%;
    position: absolute;
}

@media (max-width: 768px) {
    .green-circle {
        display: none;
    }
}

/* DEMO PAGE */

.br26-demo-hero-svg {
    height: 300px;
    width: auto;
}

@media (max-width: 768px) {
    .br26-demo-hero-svg {
        height: 200px;
    }
}

.br26-demo-hero-svg svg {
    height: 100% !important;
    width: auto !important;
    display: block;
}

.br26-demo-green > div {
    grid-template-columns: 60% 40% !important;
}
@media (max-width: 1024px) {
    .br26-demo-green > div {
        padding-bottom: 30px;
    }
}