  /* Full-width wrapper to allow background bleed */
    .support-success-full.style-1 {width: 100%;overflow: hidden;}
    .support-success-full.style-1 .support-success-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      max-width: 1320px;
      margin: 0 auto;
      padding: 0;
      align-items: center;
      position: relative;
    }

    .support-success-full.style-1 .image-container {
      position: relative;
      z-index: 2;
      margin-right: -10%; 
    }
    .support-success-full.style-1 .image-container img {
      width: 100%;
      display: block;
      object-fit: cover;
      height: auto;
    }

._img-placeholder-b { background-image: url("/images/team-placeholder.png");
  background-color: var(--gray-2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;}
    
.support-success-full.style-1 .text-content {
  background-color: var(--primary);
  color: #fff;
  padding: 10em 0rem 10em 0rem;
  position: relative;
  z-index: 1;
  margin-left: -5%;
  padding-left: calc(5rem + 5%);
  overflow: visible;
}

/* Watermark in bottom‑right */
.support-success-full.style-1 .text-content::before {
  content: "";
  position: absolute;
  bottom: -1rem;                    /* adjust vertical offset */
  right: -21rem;                     /* adjust horizontal offset */
  width: 480px;                    /* set watermark size */
  height: 480px;
  background: url('/images/banner-watermark-2.png') no-repeat center;
  background-size: contain;
  pointer-events: none;            /* don’t block text */
  z-index: 0;                      /* behind text but above bg */
}

    .support-success-full.style-1 .text-content:after {
      content: "";
      position: absolute;
      top: 0;
      left: 100%;
      width: 100vw;
      height: 100%;
      background-color: var(--primary);
      z-index: -1;
    }
    

    

@media (max-width: 768px) {
  /* Collapse the inner grid to one column */
  .support-success-full.style-1 .support-success-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;               /* tighten spacing */
  }

  /* You can keep (or tweak) your existing wrapper rules if you want: */
  .support-success-full.style-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 auto;
  }

  /* Reset any negative offsets & center the image */
  .support-success-full.style-1 .image-container {
    order: 2;             /* image below text */
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .support-success-full.style-1 .image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
  }

  /* Tighten up the text block */
  .support-success-full.style-1 .text-content {
    order: 1;             /* text above image */
    margin: 0;
    padding: 4rem 2rem;
    position: relative;
    overflow: visible;
  }
  .support-success-full.style-1 .text-content:after {
    display: none;        /* hide any extra full‑bleed bg */
  }
}



















/* Full-width wrapper to allow background bleed */
.support-success-full.style-2 {
  width: 100%;
  overflow: hidden;
}

.support-success-full.style-2 .support-success-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  position: relative;
}

/* ---- DESKTOP SWAP ---- */
.support-success-full.style-2 .image-container {
  position: relative;
  z-index: 2;
  order: 2;                   /* move image to the right column */
  margin-left: -10%;          /* bleed on the left now */
  margin-right: 0;            /* remove old right‑bleed */
}

.support-success-full.style-2 .image-container img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: auto;
}

.support-success-full.style-2 .text-content {
  background-color: var(--fourth);
  color: var(--primary);
  position: relative;
  z-index: 1;
  order: 1;                   /* move text to the left column */
  margin-right: -5%;          /* bleed on the right now */
  margin-left: 0;             /* remove old left‑bleed */
  /* reverse the padding inset */
  padding: 7em calc(5rem + 5%) 7em 0;
  overflow: visible;
}

/* Watermark in bottom‑right */
.support-success-full.style-2 .text-content::before {
  content: "";
  position: absolute;
  bottom: -1rem;       /* adjust vertical offset */
  left: -21rem;       /* adjust horizontal offset */
  width: 480px;        /* set watermark size */
  height: 480px;
  background: url('/images/banner-watermark-3.png') no-repeat center;
  background-size: contain;
  pointer-events: none;/* don’t block text */
  z-index: 0;          /* behind text but above bg */
}

.support-success-full.style-2 .text-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;              /* ← move it to the left of .text-content */
  width: 100vw;
  height: 100%;
  background-color: var(--fourth);
  z-index: -1;
}


@media (max-width: 768px) {
  /* Force the inner section to become one column */
  .support-success-full.style-2 .support-success-section {
    display: grid;
    grid-template-columns: 1fr;     /* ← only one column now */
    gap: 0;                         /* tighten up spacing if you like */
  }

  /* Your existing mobile tweaks */
  .support-success-full.style-2 .image-container {
    order: 2;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .support-success-full.style-2 .image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
  }
  .support-success-full.style-2 .text-content {
    order: 1;
    margin: 0;
    padding: 4rem 2rem;
    position: relative;
    overflow: visible;
  }
  .support-success-full.style-2 .text-content:after {
    display: none;
  }
}








/* container sits at your site’s max-width/grid */
.overlap‐section {
  display: flex;
  align-items: flex-start;    /* don’t stretch the text block taller than its contents */
             /* or whatever your container is */
  padding: 0;
  position: relative;
  margin: 0 auto 100px;
}

/* image takes about two‑thirds */
.overlap‐section__image {
  flex: 0 0 65%;
}
.overlap‐section__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* content takes the other third, then pulls left to overlap */
.overlap‐section__content {
  flex: 0 0 48%;
  margin-left: -12%;
  background: #F5E9CF;
  padding: 90px;
  box-sizing: border-box;
  top: 100px;
  position: relative;
}
	
	
	.overlap‐section-watermark {
    position: absolute;
    bottom: -130px;
    left: 0;
    width: 400px;
    }

/* stack for smaller screens */
@media (max-width: 800px) {
  .overlap‐section {
    flex-direction: column;
  }
  .overlap‐section__content {
    flex-basis: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
    top: 0;
    padding: 45px;
  }

	.overlap‐section-watermark { display:none;
	}


/* image takes about two‑thirds */
.overlap‐section__image {
}
.overlap‐section__image img {
  display: block;
  width: 100%;
  height: auto;
}





	
}

















































.banner-watermark {
  width: 100%;
  overflow: hidden;
}

/* ── TOP SECTION ─────────────────────────────────────────────────────────── */
.banner-watermark-top {
  position: relative;
  text-align: center;
  padding: 15rem 1rem 3rem;
}

/* Default watermark (fallback) */
.banner-watermark-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/images/banner-watermark.png') center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

/* Sun watermark */
.banner-watermark.is-sun .banner-watermark-top::before {
  background: url('/images/banner-watermark-sun.png') center/contain no-repeat;
}


/* School watermark */
.banner-watermark.is-school .banner-watermark-top::before {
  background: url('/images/banner-watermark-school.png') center/contain no-repeat;
}

/* Angels watermark */
.banner-watermark.is-angels .banner-watermark-top::before {
  background: url('/images/banner-watermark-angels.png') center/contain no-repeat;
}

/* Angels watermark */
.banner-watermark.is-coatarms .banner-watermark-top::before {
  background: url('/images/banner-watermark-coat.png') center/contain no-repeat;
}

	
	
.banner-watermark-top ._content-style {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.banner-watermark-top .pre-title {
  display: flex;                /* switch to flex so pseudo‑elements can flex */
  align-items: center;          /* vertical center */
  justify-content: center;      /* center the text */
  width: 100%;                  /* take up full width of parent */
  color: var(--secondary);
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.banner-watermark-top .pre-title::before,
.banner-watermark-top .pre-title::after {
  content: "";
  flex: 1;                      /* each line will expand equally */
  height: .5px;
  background-color: #FFFFFF;
	opacity:.5
}

.banner-watermark-top .pre-title::before {
  margin-right: 2.25rem;        /* gap between line and text */
}

.banner-watermark-top .pre-title::after {
  margin-left: 2.25rem;
}


.banner-watermark-top .main-title h1 {
  margin: 0;
  color: #fff;
}

.banner-watermark-top .paragraph-wrapper {
  max-width: 970px;
  margin: 1.5rem auto 0;
}

.banner-watermark-top .paragraph-wrapper p {
	font-size:22px;

}

/* ── BOTTOM SECTION ──────────────────────────────────────────────────────── */
.banner-watermark-bottom {
  position: relative;
}

.banner-watermark-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 305px;
  background-color: #001E61;
  z-index: 0;
}

.banner-watermark-bottom .container {
  position: relative;
  z-index: 1;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0;
}

/* Image wrapper: fixed ratio */
.banner-image {
  position: relative;
  width: 100%;
  padding-top: calc(650 / 1290 * 100%);
  overflow: hidden;
}

.banner-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




@media (max-width: 768px) {
	
	/* ── TOP SECTION ─────────────────────────────────────────────────────────── */
.banner-watermark-top {
  
padding: 9rem 1rem 3rem;
}

	.banner-watermark-top .paragraph-wrapper p {
	font-size:18px;

}




.banner-watermark-top .main-title h1 {
 font-size:60px
}
	
	
	}


._content-style .Dialog ::-webkit-input-placeholder,
._content-style .Dialog ::-moz-placeholder,
._content-style .Dialog :-ms-input-placeholder,
._content-style .Dialog ::-ms-input-placeholder,
._content-style .Dialog ::placeholder {
  opacity: 1;
  color: var(--form-placeholder-color);
  font-family: Verdana, sans-serif;
}


._content-style .mwInput.text input {
  width: 100%;
  padding: 0 var(--form-input-padding);
  line-height: var(--form-line-height);
  font-family: Verdana, sans-serif;
}














	/* Sidebar layout */
.dir-list-style-2 .directory-sidebar {
  display: flex;
  width: 100%;
  min-height: 100vh;
  gap: 25px;
}

.dir-list-style-2 .directory-sidebar-left {
  flex: 0 0 300px;
}

.dir-list-style-2 .directory-sidebar-right {
  flex: 1;
  background-color: #ffffff;
  padding: 1rem;
  overflow-y: auto;
}

/* Responsive: stack panels on narrow screens */
@media (max-width: 768px) {
  .dir-list-style-2 .directory-sidebar {
    flex-direction: column;
  }
  .dir-list-style-2 .directory-sidebar-left {
    flex: 0 0 auto;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .dir-list-style-2 .directory-sidebar-right {
    padding-top: 0.75rem;
  }
}

/* Base circle styles with transparent border */
.dir-list-style-2 .dir-list-item-img {
  width: 210px;
  height: 210px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* border width + style only — color is set below */
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
}

/* Cycle border colors in order: 1st, 2nd, 3rd, then repeat... */
.dir-list-style-2 .dir-list-items .row > article:nth-child(3n+1) .dir-list-item-img {
  border-color: var(--primary-1);
}

.dir-list-style-2 .dir-list-items .row > article:nth-child(3n+2) .dir-list-item-img {
  border-color: var(--primary-1);
}

.dir-list-style-2 .dir-list-items .row > article:nth-child(3n) .dir-list-item-img {
  border-color: var(--primary-1);
}

.dir-list-style-2 .dir-list-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* Titles */
.dir-list-style-2 .dir-list-item-title a {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: 23px;
  line-height: 114.99999999999999%;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0.5rem;
  color: var(--primary);
  padding: 0;
}

/* Filter container */
.dir-list-style-2 .dir-list-filter {
  background-color: #fff;
  /* border: 1px solid #ddd; */
  /* border-radius: 8px; */
  /* padding: 1rem; */
  max-width: 800px;
  margin: 0 auto 2rem;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.05); */
}

/* Filter form layout */
.dir-list-style-2 .dir-list-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

/* Filter items */
.dir-list-style-2 .dir-list-filter-item {
  flex: 1 1 200px;
  min-width: 150px;
}

/* Text input */

.dir-list-style-2  .mwInput {border:none}

.dir-list-style-2 .mwInput.text input.mw {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 25px;
  box-sizing: border-box;
  transition: border-color .2s;
}
.dir-list-style-2 .mwInput.text input.mw:focus {
  border-color: #007bff;
  outline: none;
}

/* Select dropdown */
.dir-list-style-2 .mwInput.select {
  position: relative;
  border:  1px solid #ccc;
  border-radius: 25px;
}
.dir-list-style-2 .mwInput.select .value { /* you can style your pseudo-select here */ }
.dir-list-style-2 .mwInput.select .value:hover,
.dir-list-style-2 .mwInput.select .value:focus {
  border-color: #007bff;
}
.dir-list-style-2 .mwInput.select select.hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* Filter buttons */
.dir-list-style-2 .dir-list-filter-btns {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.dir-list-style-2 .search-btn,
.dir-list-style-2 .reset-btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: background-color .2s, color .2s;
}

.dir-list-style-2 .search-btn {
  background-color: var(--third);
  color: #fff;
}
.dir-list-style-2 .search-btn:hover,
.dir-list-style-2 .search-btn:focus {
  background-color: var(--third-5);
  outline: none;
}

.dir-list-style-2 .reset-btn {
  background-color: transparent;
  color: var(--third);
  border: 1px solid var(--third);
}
.dir-list-style-2 .reset-btn:hover,
.dir-list-style-2 .reset-btn:focus {
  background-color: var(--third-3);
  color: #fff;
  outline: none;
}

/* Filter responsive */
@media (max-width: 600px) {
  .dir-list-style-2 .dir-list-filter-form {
    /* flex-direction: column; */
  }
  .dir-list-style-2 .dir-list-filter-btns {
    width: 100%;
    justify-content: flex-start;
  }
  .dir-list-style-2 .search-btn,
  .dir-list-style-2 .reset-btn {
    width: auto;
    flex: 1 1 auto;
  }
}

/* Sidebar call-to-action box */
.dir-list-style-2 .sidebar-content {
  border-radius: 0 60px 0 0;
  padding: 35px;
  background-color: var(--third);
  background-image: url('/images/logo-pattern-mini.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.dir-list-style-2 .sidebar-content h2 {
  font-size: 38px;
  text-transform: uppercase;
}


.dir-list-style-2  .dir-list-item-meta { text-align: center;}
.dir-list-style-2 .dir-list-item-title { margin-bottom:5px; color:#5C6770}




/*--------------------------------------------------
  Directory List (Style 2) – Card Layout
--------------------------------------------------*/

.dir-list-style-2 .dir-list-item-title {
  margin-bottom: 5px;
  text-transform: unset;
}

.dir-list-style-2 .dir-list-item-metas {
  margin-bottom: 10px;
  font-size: 14px;
}

.dir-list-style-2 .dir-list-item-footer {
  text-align: center;
}

.dir-list-style-2 .dir-list-item-open-btn {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: var(--border-radius);
  transition: var(--transition-200);
}

.dir-list-style-2 .dir-list-item:hover .dir-list-item-img img {
  transform: scale(1.05);
}

/*--------------------------------------------------
  Popup Dialog Styles
--------------------------------------------------*/
.dir-list-style-2 .dir-list-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  background-color: var(--white);
}

@media (max-width: 767px) {
  .dir-list-style-2 .dir-list-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}

.dir-list-style-2 .dir-list-dialog-content {
  position: relative;
  max-width: 1200px;
  margin: 80px auto;           /* 80px top & bottom */
  padding: 40px;
  background-color: var(--white);
  border-radius: var(--border-radius);

  /* make height respect the viewport minus margins */
  box-sizing: border-box;      
  max-height: calc(100vh - 160px);  /* 100vh minus 2×80px margins */

  /* scroll only vertically if content overflows */
  overflow-y: auto;
  overflow-x: hidden;
}

.dir-list-dialog-content-inner {
  display: flex;
  flex-wrap: wrap;         /* allow wrapping when space is tight */
  gap: 70px;
  min-height: 300px;
}

/* Fluid image container */
.dir-list-dialog-content-image {
  flex: 0 0 410px;         /* base width 410px, won’t shrink below that on desktop */
  max-width: 100%;         /* but will shrink fluidly on smaller screens */
}

.dir-list-dialog-content-image img {
  display: block;
  width: 100%;             /* fill its container */
  height: auto;            /* maintain aspect ratio */
  border-radius: 0 60px 0 0;
  margin-bottom: 35px;
}

/* Content flexes to fill remaining space */
.dir-list-dialog-content-content {
  flex: 1 1 0;
}

/* Headings */
.dir-list-dialog-content-content h4 {
  text-transform: unset;
  font-weight: 400;
  color: #5c6770;
  font-size: 24px;
}

/* Close button & other styles unchanged... */
.dir-list-style-2 .dir-list-dialog-close-btn {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--gray-2);
  transition: var(--transition-200);
}
.dir-list-style-2 .dir-list-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

/* Dialog content typography */
.dir-list-style-2 .dir-list-dialog-content h3 {
  margin: 0 0 10px;
  font-size: 38px;
  color: var(--primary);
}
p.dir-list-dialog-quote {
  font-size: 40px;
  font-style: italic;
  color: #5c6770;
  line-height: 1.2;
}
.dir-list-style-2 .dir-list-dialog-content a.btn {
  margin-top: 1em;
}

/* --------------------------------------------------
   Responsive Breakpoints
--------------------------------------------------*/

/* Medium tablets / small desktops */
@media (max-width: 991px) {
  .dir-list-style-2 .dir-list-dialog-content {
    margin: 60px 20px;
    padding: 30px;
  }

  /* reduce gap slightly */
  .dir-list-dialog-content-inner {
    gap: 40px;
  }
}

/* Phones and small tablets: stack columns */
@media (max-width: 767px) {
  .dir-list-style-2 .dir-list-dialog-content {
    margin: 30px 10px;
    padding: 20px;
  }

  .dir-list-dialog-content-inner {
    flex-direction: column;
    gap: 20px;            /* tighter gap on mobile */
  }

  .dir-list-dialog-content-image {
    flex: 1 1 100%;       /* full width */
    max-width: 100%;
  }

  .dir-list-dialog-content-content {
    flex: 1 1 100%;
  }

  /* scale down quote font */
  p.dir-list-dialog-quote {
    font-size: 32px;
  }

  /* scale down headings */
  .dir-list-dialog-content-content h4 {
    font-size: 20px;
  }
}










/* ══════════════════════════════════════════════════════════════════════════
   BANNER WATERMARK V2 (Style 2 - No Image)
   ══════════════════════════════════════════════════════════════════════════ */

.banner-watermark-v2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* ── CONTENT SECTION ─────────────────────────────────────────────────────── */
.banner-watermark-v2 .banner-watermark-content {
  position: relative;
  text-align: center;
  padding: 15rem 1rem 8rem;
  min-height: 600px;
}

/* Default watermark (fallback) */
.banner-watermark-v2 .banner-watermark-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/images/banner-watermark.png') center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

/* Sun watermark */
.banner-watermark-v2.is-sun .banner-watermark-content::before {
  background: url('/images/banner-watermark-sun.png') center/contain no-repeat;
}

/* School watermark */
.banner-watermark-v2.is-school .banner-watermark-content::before {
  background: url('/images/banner-watermark-school.png') center/contain no-repeat;
}

/* Angels watermark */
.banner-watermark-v2.is-angels .banner-watermark-content::before {
  background: url('/images/banner-watermark-angels.png') center/contain no-repeat;
}

/* Coat of Arms watermark */
.banner-watermark-v2.is-coatarms .banner-watermark-content::before {
  background: url('/images/banner-watermark-coat.png') center/contain no-repeat;
}

/* Content wrapper */
.banner-watermark-v2 .banner-watermark-content ._content-style {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

/* Pre-title with decorative lines */
.banner-watermark-v2 .banner-watermark-content .pre-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--secondary);
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.banner-watermark-v2 .banner-watermark-content .pre-title::before,
.banner-watermark-v2 .banner-watermark-content .pre-title::after {
  content: "";
  flex: 1;
  height: .5px;
  background-color: #FFFFFF;
  opacity: .5;
}

.banner-watermark-v2 .banner-watermark-content .pre-title::before {
  margin-right: 2.25rem;
}

.banner-watermark-v2 .banner-watermark-content .pre-title::after {
  margin-left: 2.25rem;
}

/* Main title */
.banner-watermark-v2 .banner-watermark-content .main-title h1 {
  margin: 0 0 1.5rem;
  color: #fff;
}

/* Description */
.banner-watermark-v2 .banner-watermark-content .description {
  max-width: 800px;
  margin: 0 auto 2rem;
}

.banner-watermark-v2 .banner-watermark-content .description p {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  opacity: 0.95;
}

/* Paragraph wrapper (content area) */
.banner-watermark-v2 .banner-watermark-content .paragraph-wrapper {
  max-width: 970px;
  margin: 2rem auto 0;
}

.banner-watermark-v2 .banner-watermark-content .paragraph-wrapper p {
  font-size: 22px;
  line-height: 1.6;
}

/* ── RESPONSIVE ──────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .banner-watermark-v2 .banner-watermark-content {
    padding: 9rem 1rem 5rem;
    min-height: 500px;
  }
  
  .banner-watermark-v2 .banner-watermark-content .pre-title {
    font-size: 16px;
  }
  
  .banner-watermark-v2 .banner-watermark-content .pre-title::before,
  .banner-watermark-v2 .banner-watermark-content .pre-title::after {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .banner-watermark-v2 .banner-watermark-content .main-title h1 {
    font-size: 60px;
  }
  
  .banner-watermark-v2 .banner-watermark-content .description p {
    font-size: 18px;
  }
  
  .banner-watermark-v2 .banner-watermark-content .paragraph-wrapper p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .banner-watermark-v2 .banner-watermark-content {
    padding: 7rem 1rem 4rem;
  }
  
  .banner-watermark-v2 .banner-watermark-content .main-title h1 {
    font-size: 40px;
  }
  
  .banner-watermark-v2 .banner-watermark-content .description p {
    font-size: 16px;
  }
}






