@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
.green-text {
  color: #78865D;
}

.bg-green {
  background-color: #dde5cf;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  margin: 0;
  background-color: #FDFBF6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-style: normal;
}

strong {
  font-weight: 700;
}

.site-main, .single-service-page {
  padding-top: 90px;
}

[id] {
  scroll-margin-top: 110px;
}

h2, h1 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  color: #222222;
}
@media (max-width: 580px) {
  h2, h1 {
    font-size: 28px;
  }
}

p {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #3b3b3b;
}

.sub-title {
  color: #515151;
}

.font-baginda {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  text-transform: none !important;
}

.text-center {
  text-align: center;
}

.sub-title-section {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  color: #444;
  margin-top: 10px;
  display: block;
  margin-bottom: 50px;
}

.mx-btn-free-center {
  margin: 80px auto 0 auto;
  display: flex !important;
}

.mt-extra-150 {
  margin-top: 150px;
}

.mt-extra-60 {
  margin-top: 60px;
}

.taste-header {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  background: #FDFBF6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  height: 90px;
  border-bottom: solid 1px #F5E9E8;
  padding-left: 30px;
  padding-right: 30px;
  transition: box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}
.taste-header--fixed {
  backdrop-filter: blur(8px);
  border-bottom: solid 1px #F5E9E8;
}
.taste-header ul {
  list-style: none;
}
.taste-header a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
}
.taste-header .site-logo img {
  width: 300px;
}
@media (max-width: 580px) {
  .taste-header .site-logo img {
    width: 90%;
  }
}
.taste-header .navbar-toggle {
  display: none;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 0;
  position: relative;
  overflow: visible;
}
.taste-header .navbar-toggle .navbar-toggle-icon {
  width: 40px;
  height: 40px;
  display: block;
}
.taste-header .navbar-toggle .line {
  display: none;
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #222222;
  transform-origin: center;
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.taste-header .navbar-toggle .line-top {
  top: calc(50% - 4px);
}
.taste-header .navbar-toggle .line-bottom {
  top: calc(50% + 2px);
}
.taste-header .navbar-close {
  display: none;
  position: absolute;
  top: 24px;
  right: 28px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s ease;
}
.taste-header .navbar-close img {
  width: 100%;
  height: 100%;
  display: block;
}
.taste-header .navbar-close .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.taste-header .navbar-close:hover, .taste-header .navbar-close:focus-visible {
  opacity: 0.8;
}
.taste-header .navbar-taste {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.taste-header .navbar-taste .menu {
  display: flex;
  gap: 35px;
  align-items: center;
}
.taste-header .navbar-taste .menu li {
  position: relative;
  --nav-underline-color: #78865D;
}
.taste-header .navbar-taste .menu li:nth-child(1) {
  --nav-underline-color: #78865D;
}
.taste-header .navbar-taste .menu li:nth-child(2) {
  --nav-underline-color: #dde5cf;
}
.taste-header .navbar-taste .menu li:nth-child(3) {
  --nav-underline-color: #c9dded;
}
.taste-header .navbar-taste .menu li:nth-child(4) {
  --nav-underline-color: #d8cdeb;
}
.taste-header .navbar-taste .menu li:nth-child(5) {
  --nav-underline-color: #f4e29a;
}
.taste-header .navbar-taste .menu li:nth-child(6) {
  --nav-underline-color: #cbb8c4;
}
.taste-header .navbar-taste .menu li:nth-child(7) {
  --nav-underline-color: #99a88e;
}
.taste-header .navbar-taste .menu li:nth-child(8) {
  --nav-underline-color: #78865D;
}
.taste-header .navbar-taste .menu li:nth-child(9) {
  --nav-underline-color: #dde5cf;
}
.taste-header .navbar-taste .menu li:nth-child(10) {
  --nav-underline-color: #c9dded;
}
.taste-header .navbar-taste .menu li:nth-child(11) {
  --nav-underline-color: #d8cdeb;
}
.taste-header .navbar-taste .menu li:nth-child(12) {
  --nav-underline-color: #f4e29a;
}
.taste-header .navbar-taste .menu li:last-child a::after {
  display: none;
}
.taste-header .navbar-taste .menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: color 0.35s ease;
  color: #222222;
}
.taste-header .navbar-taste .menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 0;
  border-radius: 999px;
  background: var(--nav-underline-color);
  transition: width 0.35s ease;
}
.taste-header .navbar-taste .menu a:hover, .taste-header .navbar-taste .menu a:focus-visible {
  color: hsl(0, 0%, -6.6666666667%);
}
.taste-header .navbar-taste .menu a:hover::after, .taste-header .navbar-taste .menu a:focus-visible::after {
  width: 100%;
}
.taste-header .navbar-taste .menu li.current-menu-item > a::after {
  width: 100%;
}
@media (max-width: 768px) {
  .taste-header .navbar-toggle {
    display: flex;
  }
  .taste-header .navbar-close {
    display: block;
  }
  .taste-header .navbar-taste {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FDFBF6;
    z-index: 1500;
    height: 100vh;
    overflow-y: auto;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
  }
  .taste-header .navbar-taste.is-open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 768px) and (max-width: 580px) {
  .taste-header .navbar-taste.is-open {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .taste-header .navbar-taste .menu {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 0 30px;
  }
}
@media (max-width: 768px) and (max-width: 560px) {
  .taste-header .navbar-taste .menu {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .taste-header .navbar-taste a {
    font-size: 22px;
  }
}
@media (max-width: 768px) and (max-width: 580px) {
  .taste-header .navbar-taste a {
    font-size: 30px;
  }
}
.taste-header .navbar-toggle.is-active .line-top {
  transform: translateY(4px) rotate(45deg) scaleX(1.2);
}
.taste-header .navbar-toggle.is-active .line-bottom {
  transform: translateY(-4px) rotate(-45deg) scaleX(1.2);
}
@media (max-width: 576px) {
  .taste-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}

body.mobile-menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #222222;
}

.btn-navbar a {
  border: solid 1px #DEE8CE;
  text-align: center;
  justify-content: center;
  color: #78865D !important;
  background-color: #EEF3E4;
  border-radius: 100px;
  min-width: 150px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  color: #C79E88;
  transition: all 0.3s ease-in;
}
.btn-navbar a:hover {
  background-color: #78865D;
  color: #ffffff !important;
  border: solid 1px #78865D;
}
@media (max-width: 580px) {
  .btn-navbar a {
    font-size: 24px !important;
    margin-top: 30px;
    height: 60px;
    min-width: 200px;
  }
}

.mt-extra-m {
  margin-top: 50px;
}

.row-flower {
  position: absolute;
  top: 130px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  text-align: center;
  justify-content: space-between;
  padding-left: 70px;
  padding-right: 70px;
  width: -webkit-fill-available;
  width: fill-available;
  z-index: -1;
}
@media (max-width: 580px) {
  .row-flower {
    grid-template-columns: auto auto;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .row-flower img:nth-last-child(-n+2) {
    display: none;
  }
}

.row-flower-divide {
  display: grid;
  grid-template-columns: auto auto auto auto;
  text-align: center;
  justify-content: space-between;
  padding-left: 70px;
  padding-right: 70px;
  width: -webkit-fill-available;
  width: fill-available;
  z-index: -1;
}
@media (max-width: 580px) {
  .row-flower-divide {
    grid-template-columns: auto auto;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .row-flower-divide img:nth-last-child(-n+2) {
    display: none;
  }
}

.row-flower-footer {
  position: absolute;
  bottom: 50px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  text-align: center;
  justify-content: space-between;
  padding-left: 70px;
  padding-right: 70px;
  width: -webkit-fill-available;
  width: fill-available;
  z-index: -1;
}
@media (max-width: 580px) {
  .row-flower-footer {
    grid-template-columns: auto auto;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .row-flower-footer img:nth-last-child(-n+2) {
    display: none;
  }
}

.custom-taste-hero {
  position: relative;
  min-height: 700px;
  width: calc(100vw - 60px);
  margin: 0 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
}
.custom-taste-hero .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.custom-taste-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 0;
}
.custom-taste-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  max-width: 820px;
}
.custom-taste-hero .hero-content p {
  color: #ffffff;
}
@media (max-width: 580px) {
  .custom-taste-hero .hero-content {
    max-width: 95%;
  }
}
.custom-taste-hero h1 {
  font-size: 50px;
  color: #ffffff;
}
@media (max-width: 580px) {
  .custom-taste-hero h1 {
    font-size: 1.8rem;
  }
}
.custom-taste-hero .payoff {
  font-size: 26px;
}
@media (max-width: 580px) {
  .custom-taste-hero .payoff {
    font-size: 20px;
    font-weight: 500;
  }
}
@media (max-width: 580px) {
  .custom-taste-hero {
    border-radius: 20px;
    margin: 20px 20px;
    width: calc(100vw - 40px);
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
}

.title-section {
  margin-top: 50px;
}
@media (max-width: 580px) {
  .title-section {
    padding: 0 30px;
  }
}

.contain-btn-hero {
  display: flex;
  z-index: 1;
  gap: 20px;
}
@media (max-width: 580px) {
  .contain-btn-hero {
    flex-direction: column;
    margin-top: 20px;
  }
}

.packages-section {
  margin-bottom: 200px;
}
.packages-section .packages-section__columns {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.packages-section .packages-section__empty {
  margin-top: 40px;
  font-style: italic;
  text-align: center;
  color: rgba(34, 34, 34, 0.65);
}

.card-1 {
  background-color: #F7F2FF;
  border: 1px solid #DACDEC;
}
.card-1 ul {
  list-style: none;
  padding: 0;
}
.card-1 .btn-main-custom {
  height: 50px;
}
.card-1 .package-column__cta {
  background-color: #ffffff;
  columns: #222222;
  border: solid 1px #DACDEC;
  border-radius: 10px;
  width: 100%;
}
.card-1 .package-column__cta:hover {
  background-color: #9972CE;
  color: #ffffff;
  border-color: #9972CE;
}
.card-1 h3, .card-1 .package-column__price {
  color: #9972CE;
}

.package-column {
  border-radius: 34px;
  padding: 2.5rem;
  border: 1px solid rgba(34, 34, 34, 0.08);
  box-shadow: 0 30px 60px rgba(34, 34, 34, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.package-column .btn-main-custom {
  padding: 0;
}
.package-column p {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.package-column ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 10px;
}
.package-column:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 80px rgba(34, 34, 34, 0.12);
}
.package-column__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.package-column__label {
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.package-column__title {
  font-family: "Mulish", sans-serif;
  font-size: 30px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  margin-bottom: 15px;
}
.package-column__price {
  font-family: "Mulish", sans-serif;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 700;
  margin: 4px 0 0;
  text-transform: uppercase;
}
.package-column__description {
  color: rgba(34, 34, 34, 0.7);
  line-height: 1.7;
  font-size: 18px;
}
.package-column__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.package-column__list li {
  font-size: 18px;
  color: rgba(34, 34, 34, 0.75);
}
.package-column .btn-main-custom {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  color: #222222;
  background: white;
}
.package-column.card-1 .package-column__list li,
.package-column.card-1 ul li {
  padding-left: 25px;
  position: relative;
}
.package-column.card-1 .package-column__list li::before,
.package-column.card-1 ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("https://theweddingbottega.com/wp-content/uploads/2026/03/check-violet.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.package-column.card-2 {
  background-color: #F0F6E3;
  border: 1px solid #DEE5CD;
}
.package-column.card-2 .btn-main-custom {
  height: 50px;
  border: solid 1px #DEE5CD;
}
.package-column.card-2 .btn-main-custom:hover {
  background-color: #9BAE6D;
  color: #ffffff;
  border: solid 1px #9BAE6D;
}
.package-column.card-2 h3, .package-column.card-2 .package-column__price {
  color: #87A246;
}
.package-column.card-2 ul {
  list-style: none;
  padding: 0;
}
.package-column.card-2 .package-column__list li,
.package-column.card-2 ul li {
  padding-left: 25px;
  position: relative;
}
.package-column.card-2 .package-column__list li::before,
.package-column.card-2 ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("https://theweddingbottega.com/wp-content/uploads/2026/03/check-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.package-column__cta {
  margin-top: auto;
  width: fit-content;
}

.card-3 {
  background-color: #EEF8FF;
  border: 1px solid #C4DFF0;
}
.card-3 .btn-main-custom {
  height: 50px;
}
.card-3 .contain-title-sub-title {
  text-align: center;
}
.card-3 h3 {
  color: #7CB1D3;
}
.card-3 .icon-custom {
  width: 114px;
  margin: 0 auto;
  display: block;
}
.card-3 .package-column__list p {
  margin: 0;
}
.card-3 .btn-main-custom {
  height: 50px;
  border: solid 1px #C4DFF0;
}
.card-3 .btn-main-custom:hover {
  background-color: #7CB1D3;
  color: #ffffff;
  border: solid 1px #7CB1D3;
}

.package-card {
  padding: 2rem;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.package-card__header h3 {
  margin-bottom: 10px;
  font-family: "Mulish", sans-serif;
  color: #2f2f2f;
  font-size: 28px;
  font-weight: 600;
}
.package-card__header .package-card__label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  display: inline-block;
}
.package-card__header ul {
  padding-left: 15px;
}
.package-card__header ul li {
  font-size: 18px;
}

.card-color-1 {
  background-color: #d8cdeb;
}

.card-color-2 {
  background-color: #c9dded;
}

.card-color-3 {
  background-color: #dde5cf;
}

.package-card__description {
  margin-top: 12px;
  color: rgba(34, 34, 34, 0.7);
}

.service-hero__content {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}
.service-hero__content p {
  margin-top: 10px;
  color: #777777;
}

.single-service-page .service-hero {
  padding: 40px 24px 40px;
  text-align: center;
  width: 100%;
  color: #78865D;
}
.single-service-page .service-hero .service-hero__content {
  width: 100%;
  text-align: center;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-service-page .service-hero .service-hero__eyebrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 12px;
  color: rgba(34, 34, 34, 0.65);
}
.single-service-page .service-hero .service-hero__title {
  font-size: 48px;
  line-height: 48px;
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  padding-top: 15px;
}
.single-service-page .service-hero .service-hero__payoff {
  font-size: 22px;
  line-height: 1.6;
  color: rgba(34, 34, 34, 0.85);
  max-width: 640px;
  margin: 0 auto;
}
.single-service-page .service-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 120px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.single-service-page .service-section {
  display: block;
}
.single-service-page .service-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.single-service-page .service-section .service-section__meta h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: #222222;
}
.single-service-page .service-section .service-section__meta .service-section__tagline {
  font-size: 18px;
  font-weight: 500;
  color: rgba(34, 34, 34, 0.7);
  letter-spacing: 0.4px;
}
.single-service-page .service-section .service-section__body {
  font-size: 18px;
  line-height: 1.8;
  color: #2f2f2f;
}
.single-service-page .service-section .service-section__body p {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 580px) {
  .single-service-page .service-section .service-section__body p {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%;
  }
}
.single-service-page .service-section .service-section__body .wp-block-quote {
  max-width: 800px;
}
@media (max-width: 580px) {
  .single-service-page .service-section .service-section__body .wp-block-quote {
    max-width: none;
    padding-left: 0;
    margin-left: 20px;
  }
}
.single-service-page .service-section .service-section__body h2 {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 50px;
}
@media (max-width: 570px) {
  .single-service-page .service-section .service-section__body h2 {
    max-width: max-content;
    padding: 0 20px;
    line-height: 30px;
  }
}
.single-service-page .service-section .service-section__body .service-section__thumb {
  margin-bottom: 24px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}
.single-service-page .service-section .service-section__body .service-section__thumb img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}
.single-service-page .service-section .service-section__body .wp-block-image img {
  border-radius: 50px;
  margin: 30px auto;
  width: 100%;
}
.single-service-page .service-contact {
  max-width: 450px;
  margin: 0 auto 60px;
  padding: 40px 28px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}
.single-service-page .service-contact .service-contact__inner {
  width: 100%;
}
.single-service-page .service-contact .service-contact__inner form {
  width: 100%;
}
.single-service-page .service-contact textarea {
  width: 100%;
  border-radius: 30px;
  background-color: #ffffff;
  border: 2px solid #f5eae6;
  margin-top: 10px;
}
.single-service-page .service-contact input {
  width: 100%;
  border-radius: 100px;
  background-color: #ffffff;
  border: 2px solid #f5eae6;
}
.single-service-page .service-contact .wpcf7-text {
  height: 55px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .single-service-page .service-section {
    grid-template-columns: 1fr;
  }
}

.btn-content-blog-post {
  height: 50px;
  justify-content: center;
  align-items: center;
  background: #D7DEC9;
  display: inline-flex;
  border-radius: 100px;
  min-width: 180px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 20px auto;
  color: #78865D;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.btn-content-blog-post:hover {
  background-color: #78865D;
  color: #ffffff;
}

.services-archive {
  padding-bottom: 120px;
}
.services-archive .services-archive__hero {
  padding: 40px 20px 40px;
  background: #d8cdeb;
  color: #ffffff;
  text-align: center;
}
.services-archive .services-archive__hero .services-archive__hero-inner {
  max-width: 820px;
  margin: 0 auto;
}
.services-archive .services-archive__hero .services-archive__eyebrow {
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.85;
}
.services-archive .services-archive__hero h1 {
  font-size: 42px;
  margin-bottom: 16px;
  font-family: "Mulish", sans-serif;
}
.services-archive .services-archive__hero p {
  font-size: 20px;
  margin: 0 auto;
  max-width: 640px;
  opacity: 0.9;
}
.services-archive .services-archive__grid {
  max-width: 100%;
  margin: 0 auto;
}
.services-archive .services-archive__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.services-archive .service-card {
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, border-color 0.35s ease;
}
.services-archive .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 35px rgba(34, 34, 34, 0.1);
}
.services-archive .service-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}
.services-archive .service-card__thumb {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.services-archive .service-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.services-archive .service-card__content {
  padding: 28px 22px;
}
.services-archive .service-card__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #222222;
}
.services-archive .service-card__excerpt {
  margin: 0;
  font-size: 16px;
  color: #7e7e7e;
  line-height: 1.6;
}
.services-archive .services-archive__pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.services-archive .services-archive__pagination .page-numbers {
  font-weight: 500;
}
.services-archive .services-archive__empty {
  text-align: center;
  padding: 80px 0;
  font-size: 18px;
  color: #7e7e7e;
}
@media (max-width: 1024px) {
  .services-archive .services-archive__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .services-archive .services-archive__list {
    grid-template-columns: 1fr;
  }
  .services-archive .services-archive__hero {
    padding: 60px 16px 40px;
  }
}

.intro-title-contain {
  text-align: center;
}

.services-section {
  padding: 80px 30px;
}
.services-section .grid-product {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 992px) {
  .services-section .grid-product {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .services-section .grid-product {
    grid-template-columns: 1fr;
  }
}
.services-section .grid-product .grid-product__item {
  border-radius: 30px;
  border: 2px solid var(--grid-product-border-color, transparent);
  height: 350px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  transition: transform 0.25s ease, box-shadow 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.services-section .grid-product .grid-product__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grid-product-thumb);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 0;
}
.services-section .grid-product .grid-product__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.65);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.services-section .grid-product .grid-product__item .grid-product__link {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.services-section .grid-product .grid-product__item .grid-product__link span {
  display: block;
  font-size: 34px;
  font-weight: 600;
  transition: all 0.5s ease;
}
.services-section .grid-product .grid-product__item:hover::after {
  opacity: 1;
  transform: scale(1);
}
.services-section .grid-product .grid-product__item:hover::before {
  opacity: 1;
}
.services-section .grid-product .grid-product__item:hover span {
  font-size: 46px;
}
@media (max-width: 580px) {
  .services-section .grid-product .grid-product__item {
    height: 260px;
  }
}
@media (max-width: 992px) {
  .services-section {
    grid-template-columns: 1fr;
    padding: 60px 25px;
  }
}

.services-intro {
  color: #626262;
  margin-top: 15px;
}

.services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.services-list::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 25px;
  bottom: 8px;
  width: 3px;
  background: #c7d1b8;
}

.service-item {
  position: relative;
  padding: 10px 0 14px;
}
.service-item .service-trigger {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 22px;
  color: #7d7a73;
  cursor: pointer;
  text-align: left;
}
.service-item .service-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8eee0;
  border: 2px solid #c7d1b8;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
.service-item:nth-child(1) .service-dot {
  background: #c9dded;
  border-color: #c9dded;
}
.service-item:nth-child(2) .service-dot {
  background: #d8cdeb;
  border-color: #d8cdeb;
}
.service-item:nth-child(3) .service-dot {
  background: #f4e29a;
  border-color: #f4e29a;
}
.service-item:nth-child(4) .service-dot {
  background: #99a88e;
  border-color: #99a88e;
}
.service-item:nth-child(5) .service-dot {
  background: #cbb8c4;
  border-color: #cbb8c4;
}
.service-item .service-dot::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.service-item .service-detail {
  margin-left: 52px;
  margin-top: 8px;
  max-width: 520px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #222222;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transform: translateY(-6px);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.service-item.is-active .service-trigger {
  color: #4f5a45;
}
.service-item.is-active .service-dot::after {
  opacity: 1;
}
.service-item.is-active .service-detail {
  opacity: 1;
  max-height: 120px;
  transform: translateY(0);
}
.service-item.is-active .service-name {
  font-size: 32px;
  font-weight: 900;
}
.service-item .service-name {
  font-family: "Mulish", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  color: #99a88e;
}

.custom-request {
  background: none;
  color: #C79E88;
  border: dotted 1px #C79E88 !important;
}

.services-right {
  background: #e6eddc;
  border-radius: 32px 0 0 32px;
  padding: 40px 50px;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-right: -100px;
}
@media (max-width: 992px) {
  .services-right {
    border-radius: 24px;
    padding: 24px;
    margin-right: 0;
    height: 360px;
    min-height: 360px;
  }
}

.services-media {
  width: 100%;
  height: 480px;
  border-radius: 90px;
  display: block;
}
@media (max-width: 992px) {
  .services-media {
    height: 300px;
    max-height: 300px;
  }
}

.services-image {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 30px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .services-image {
    height: 300px;
  }
}

.quote-section {
  height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .quote-section {
    padding: 70px 25px 90px;
  }
}
@media (max-width: 760px) {
  .quote-section {
    height: 440px;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.quote-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.quote-text {
  position: relative;
  font-size: 42px;
  line-height: 1.25;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  margin: 0 0 40px;
  padding: 0 80px;
  font-weight: 700;
  font-style: italic;
}
.quote-text::before, .quote-text::after {
  position: absolute;
  font-family: "Mulish", sans-serif;
  font-size: 660px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  top: -30px;
}
@media (max-width: 580px) {
  .quote-text::before, .quote-text::after {
    font-size: 20rem !important;
  }
}
.quote-text::before {
  content: "“";
  left: 0;
  top: -180px;
}
@media (max-width: 580px) {
  .quote-text::before {
    left: -30px;
    top: -90px !important;
  }
}
.quote-text::after {
  content: "”";
  right: 80px;
}
@media (max-width: 580px) {
  .quote-text::after {
    right: 0px !important;
    bottom: -200px !important;
    top: auto !important;
  }
}
@media (max-width: 992px) {
  .quote-text {
    font-size: 30px;
    padding: 0 50px;
  }
  .quote-text::before, .quote-text::after {
    font-size: 120px;
    top: -20px;
  }
}
@media (max-width: 580px) {
  .quote-text {
    padding: 0;
  }
}

.blog-section {
  padding: 40px 30px 120px;
}
@media (max-width: 992px) {
  .blog-section {
    padding: 20px 25px 80px;
  }
}
.blog-section .btn-main-custom {
  max-width: 111px;
  margin: 45px auto 0 auto;
  display: flex;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}
.blog-card:hover {
  transform: translateY(-12px);
}

.blog-thumb {
  display: block;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.blog-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}
@media (max-width: 992px) {
  .blog-thumb img {
    height: 230px;
  }
}

.blog-title {
  margin: 6px 0 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #222222;
  font-family: "Mulish", sans-serif;
  padding: 15px 0;
}
.blog-title a {
  color: inherit;
  text-decoration: none;
}

.blog-excerpt {
  margin: 0;
  color: #222222;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.newsletter-section {
  padding: 60px 30px;
}

.newsletter-inner {
  position: relative;
  background: #E9EFDD;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  color: #ffffff;
}

.newsletter-inner::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  pointer-events: none;
}

.newsletter-title {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 700;
  color: #78865D;
}
@media (max-width: 580px) {
  .newsletter-title {
    font-size: 26px;
  }
}

.newsletter-subtitle {
  margin: 0 0 30px;
  font-size: 18px;
  font-style: italic;
  color: #78865D;
  font-family: "Mulish", sans-serif;
}

.newsletter-form {
  align-items: center;
  max-width: 720px;
  margin: 0 auto 24px;
}
.newsletter-form .wpcf7-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 580px) {
  .newsletter-form {
    border-radius: 40px;
  }
}

.newsletter-form input,
.newsletter-form .wpcf7-form-control.wpcf7-text,
.newsletter-form .wpcf7-form-control.wpcf7-email {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 12px 20px;
  font-size: 18px;
  color: #6f6f6f;
  outline: none;
  background-color: white;
  border-radius: 100px;
  height: 55px;
}
@media (max-width: 580px) {
  .newsletter-form input,
  .newsletter-form .wpcf7-form-control.wpcf7-text,
  .newsletter-form .wpcf7-form-control.wpcf7-email {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    height: 60px;
    text-align: center;
  }
}

.newsletter-form .wpcf7-form-control.wpcf7-submit {
  border: 0;
  background: #dde5cf;
  color: #78865D;
  font-size: 18px;
  font-weight: 600;
  padding: 0 40px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
  position: absolute;
  right: 10px;
  bottom: 33px;
  line-height: 17px;
  height: 60px;
}
@media (max-width: 580px) {
  .newsletter-form .wpcf7-form-control.wpcf7-submit {
    position: static;
    width: 100%;
    color: white;
    background-color: #78865D;
    padding: 20px 40px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.25s ease;
    line-height: 20px;
    height: 60px !important;
    margin-top: 15px;
  }
}
.newsletter-form .wpcf7-form-control.wpcf7-submit:hover {
  background: #78865D !important;
  color: #ffffff;
}

.newsletter-note {
  margin: 0;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-style: italic;
  color: #78865D;
}

@media (max-width: 992px) {
  .newsletter-section {
    padding: 40px 25px;
  }
  .newsletter-inner {
    padding: 50px 25px;
  }
}
@media (max-width: 640px) {
  .newsletter-form {
    flex-direction: column;
    padding: 12px;
    gap: 10px;
  }
  .newsletter-form button {
    width: 100%;
  }
}
.btn-main-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #cfd8bd;
  color: #4f5a45;
  font-size: 20px;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
  line-height: normal;
  height: 60px;
  min-width: 190px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Mulish", sans-serif;
}
.btn-main-custom:hover {
  background: #78865D;
  color: #ffffff;
}

.bio-text p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
}
.bio-text h2 {
  margin-bottom: 25px;
}

.btn-default-custom {
  border-radius: 100px;
  display: flex;
  min-width: 200px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.btn-bg-white {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  transition: all 0.3s ease-in-out;
  color: #2f2f2f;
}
.btn-bg-white:hover {
  background-color: #78865D;
  border: solid 1px #78865D;
  color: #ffffff;
}

.btn-outline-white {
  color: #ffffff;
  border: solid 1px #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn-outline-white:hover {
  background-color: #9972CE;
  color: white;
  border: solid 1px #9972CE;
}

.site-footer {
  min-height: 420px;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 0 30px;
}
.footer-columns .footer-column {
  flex: 1;
}
.footer-columns .footer-column:first-child {
  flex: 1.3;
}
.footer-columns ul {
  list-style: none;
  padding: 0;
}
.footer-columns ul li {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222222;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
}
.footer-columns ul li a {
  color: #515151;
}
.footer-columns ul a:hover {
  text-decoration: underline;
}
.footer-columns h4 {
  font-size: 20px;
}
@media (max-width: 580px) {
  .footer-columns {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
  .footer-columns > .footer-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-columns > .footer-column:nth-last-child(-n+2) {
    flex: 0 0 calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
  }
}

.footer-bottom {
  padding: 30px 30px 0 30px;
  text-align: center;
}
.footer-bottom p {
  font-size: 16px;
  color: #7e7e7e;
}
.footer-bottom a {
  text-decoration: underline;
}
@media (max-width: 580px) {
  .footer-bottom {
    padding: 30px 25px 15px 25px;
    margin-top: 120px;
  }
}

.social-contain {
  display: flex;
  gap: 10px;
}
.social-contain img {
  width: 40px;
}
.social-contain a {
  opacity: 0.65;
  transition: all 0.2s ease-in-out;
}
.social-contain a:hover {
  opacity: 1;
  transform: scale(1.1);
}

.about-section {
  min-height: 700px;
  display: flex;
  align-items: center;
}

.flex-col {
  display: flex;
  gap: 100px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.flex-col .foto-contain img {
  border-radius: 20px;
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.greca-line {
  display: block;
  width: fill-available;
  width: -webkit-fill-available;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  gap: 50px;
  min-height: 830px;
}
.grid-about .foto-contain img {
  border-radius: 20px;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 580px) {
  .grid-about .foto-contain img {
    height: 300px;
  }
}
@media (max-width: 580px) {
  .grid-about {
    grid-template-columns: 1fr;
  }
}

.logo-footer {
  width: 380px;
}
@media (max-width: 580px) {
  .logo-footer {
    width: max-content;
  }
}

.wpcf7-acceptance.optional {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.wpcf7-acceptance.optional .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7-acceptance.optional .wpcf7-list-item label {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #777;
}
@media (max-width: 580px) {
  .wpcf7-acceptance.optional .wpcf7-list-item label {
    text-align: left;
    justify-content: start;
    align-items: start;
  }
}
.wpcf7-acceptance.optional input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.wpcf7-acceptance.optional a {
  text-decoration: underline;
}

.sub-contact-text {
  max-width: 760px;
  margin: 0 auto 80px auto;
}
@media (max-width: 580px) {
  .sub-contact-text {
    max-width: 100%;
    padding: 0 30px;
  }
}

.form-contain {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-contain p {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dub-col-input {
  display: flex;
  gap: 15px;
}
@media (max-width: 580px) {
  .dub-col-input {
    flex-direction: column;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: grid;
  text-align: center;
  height: auto;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 16px;
  font-weight: normal;
  display: block;
  position: absolute;
  right: 25px;
  top: 18px;
}

.single-blog {
  padding: 130px 200px 120px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 40px;
}
@media (max-width: 1600px) {
  .single-blog {
    padding: 130px 100px 120px;
  }
}
@media (max-width: 1200px) {
  .single-blog {
    padding: 130px 60px 120px;
  }
}
.single-blog__entry {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single-blog__hero img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  height: 480px;
}
@media (max-width: 580px) {
  .single-blog__hero img {
    height: 220px;
  }
}
.single-blog__header h1 {
  margin: 0;
  font-size: 34px;
  line-height: normal;
  font-weight: 800;
  color: #464646;
}
@media (max-width: 580px) {
  .single-blog__header h1 {
    font-size: 28px;
  }
}
.single-blog h2 {
  color: #464646;
  text-transform: none !important;
}
.single-blog__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7e7e7e;
}
.single-blog__body {
  color: #3b3b3b;
  line-height: 1.8;
  font-size: 19px;
}
.single-blog__body p {
  margin-bottom: 24px;
  font-weight: 400;
}
.single-blog__body .row-flower-divide {
  margin: 40px 0;
}
.single-blog__sidebar {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 992px) {
  .single-blog {
    grid-template-columns: 1fr;
  }
  .single-blog__entry {
    padding: 32px;
  }
}
@media (max-width: 640px) {
  .single-blog {
    padding: 90px 20px 100px;
  }
  .single-blog__entry {
    padding: 30px 0;
  }
  .single-blog__sidebar {
    padding: 30px 0;
  }
}

.background-quote {
  background-image: url(https://theweddingbottega.com/wp-content/uploads/2026/03/quote-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 70px;
}
.background-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
}

.background-quote_2 {
  background-image: url(https://theweddingbottega.com/wp-content/uploads/2026/03/elegant-wedding-reception-beautiful-courtyard-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 70px;
}
.background-quote_2::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
}

.page-contatti {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .page-contatti .contact-form-section__inner {
    padding: 0 16px;
  }
  .page-contatti .contact-form-section__form {
    padding: 32px 28px;
  }
}
@media (max-width: 480px) {
  .page-contatti .contact-form-section__form {
    padding: 26px 20px;
  }
}

.contact-hero {
  padding-bottom: 15px;
  text-align: center;
}

.contact-hero__content {
  margin: 30px auto 0;
  max-width: 900px;
  font-size: 20px;
  line-height: 1.7;
  color: #3b3b3b;
}

.contact-form-section__inner {
  max-width: 800px;
  margin: 0 auto;
}
.contact-form-section__description {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  color: #3b3b3b;
  max-width: 760px;
  margin: 0 auto;
}
.contact-form-section__form {
  margin: 0 auto;
}
.contact-form-section__form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact-form-section__form .wpcf7-form .wpcf7-form-control {
  border-radius: 100px;
  border: 1px solid #dedecc;
  background: #ffffff;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  height: 55px;
  padding-left: 15px;
  width: 100%;
  box-sizing: border-box;
}
.contact-form-section__form .wpcf7-form .wpcf7-form-control:focus {
  outline: none;
  border-color: #78865D;
}
.contact-form-section__form .wpcf7-form .wpcf7-select {
  width: 100%;
  padding-left: 15px;
  color: #777;
}
.contact-form-section__form .wpcf7-form textarea {
  min-height: 180px;
  resize: vertical;
  border-radius: 20px !important;
  padding-top: 15px;
}
.contact-form-section__form .wpcf7-form .wpcf7-submit {
  width: 200px;
  border-radius: 999px;
  border-color: #78865D !important;
  background: #78865D;
  color: white;
  letter-spacing: 0.04em;
  margin: 0 auto;
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease;
}
.contact-form-section__form .wpcf7-form .wpcf7-submit:hover {
  color: white;
  background-color: #99A385 !important;
  border-color: #99A385;
}

.page-policy {
  padding: 80px 0 120px;
}
.page-policy .policy-hero {
  padding: 0 6vw 40px;
  text-align: center;
}
.page-policy .policy-hero .policy-hero__inner {
  max-width: 960px;
  margin: 0 auto;
}
.page-policy .policy-hero h1 {
  font-size: clamp(2.8rem, 4vw, 3.6rem);
  margin-bottom: 16px;
  color: #222222;
}
.page-policy .policy-hero__intro {
  margin: 0 auto;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
  color: #626262;
}
.page-policy .policy-content {
  padding: 0 5vw;
}
.page-policy .policy-content .policy-content__inner {
  max-width: 1200px;
  margin: 0 auto;
  color: #3b3b3b;
  font-size: 18px;
  line-height: 1.8;
}
.page-policy .policy-content .policy-content__inner hr {
  border: none;
  height: 48px;
  margin: 48px auto 42px;
  background: url("https://theweddingbottega.com/wp-content/uploads/2026/01/greca.svg") center/contain no-repeat;
}
.page-policy .policy-content h2,
.page-policy .policy-content h3,
.page-policy .policy-content h4 {
  font-weight: 600;
  margin-top: 40px;
  color: #3b3b3b;
}
.page-policy .policy-content h2 {
  font-size: 26px;
}
.page-policy .policy-content p {
  margin-bottom: 24px;
}
.page-policy .policy-content ul,
.page-policy .policy-content ol {
  margin: 0 0 24px;
  padding-left: 20px;
  color: #3b3b3b;
}
.page-policy .policy-content a {
  color: #222222;
  text-decoration: underline;
}
.page-policy .policy-content a:hover, .page-policy .policy-content a:focus {
  color: #78865D;
}
@media (max-width: 768px) {
  .page-policy .policy-hero {
    padding: 0 24px 32px;
  }
  .page-policy .policy-hero__intro {
    font-size: 16px;
  }
  .page-policy .policy-content {
    padding: 0 20px;
  }
  .page-policy .policy-content .policy-content__inner {
    font-size: 16px;
  }
}

.page-faq {
  padding: 140px 0 120px;
}
.page-faq .faq-hero {
  padding: 0 6vw 40px;
  text-align: center;
}
.page-faq .faq-hero .faq-hero__inner {
  max-width: 960px;
  margin: 0 auto;
}
.page-faq .faq-hero__intro {
  margin: 0 auto;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
  color: #626262;
}
.page-faq .faq-content {
  padding: 0 5vw;
}
.page-faq .faq-content .faq-content__inner {
  max-width: 900px;
  margin: 0 auto;
  color: #3b3b3b;
}
.page-faq .faq-content .faq-items {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.page-faq .faq-content .faq-item {
  border-radius: 20px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(34, 34, 34, 0.06);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.page-faq .faq-content .faq-item:focus-within, .page-faq .faq-content .faq-item.is-open {
  border-color: #78865D;
  box-shadow: 0 30px 50px rgba(34, 34, 34, 0.1);
}
.page-faq .faq-content .faq-item .faq-item__question {
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  font-size: 22px;
  font-weight: 600;
  color: #78865D;
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease;
}
.page-faq .faq-content .faq-item .faq-item__question .faq-item__indicator {
  width: 22px;
  height: 22px;
  border: 1px solid #222222;
  border-radius: 999px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.page-faq .faq-content .faq-item .faq-item__question .faq-item__indicator::before, .page-faq .faq-content .faq-item .faq-item__question .faq-item__indicator::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #222222;
  transition: background 0.3s ease;
}
.page-faq .faq-content .faq-item .faq-item__question .faq-item__indicator::before {
  transform: rotate(0deg);
}
.page-faq .faq-content .faq-item .faq-item__question .faq-item__indicator::after {
  transform: rotate(90deg);
}
.page-faq .faq-content .faq-item.is-open .faq-item__question {
  color: #78865D;
}
.page-faq .faq-content .faq-item.is-open .faq-item__question .faq-item__indicator {
  border-color: #78865D;
  transform: rotate(45deg);
}
.page-faq .faq-content .faq-item.is-open .faq-item__question .faq-item__indicator::before, .page-faq .faq-content .faq-item.is-open .faq-item__question .faq-item__indicator::after {
  background: #78865D;
}
.page-faq .faq-content .faq-item .faq-item__answer-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  padding: 0 28px;
}
.page-faq .faq-content .faq-item .faq-item__answer-panel.is-open {
  max-height: 1200px;
  padding-bottom: 24px;
}
.page-faq .faq-content .faq-item .faq-item__answer {
  margin: 0;
  color: #3b3b3b;
  font-size: 18px;
  line-height: 1.7;
}
.page-faq .faq-content .faq-item .faq-item__answer a {
  color: #222222;
  text-decoration: underline;
}
.page-faq .faq-content .faq-item .faq-item__answer a:hover,
.page-faq .faq-content .faq-item .faq-item__answer a:focus {
  color: #78865D;
}
@media (max-width: 768px) {
  .page-faq .faq-hero {
    padding: 0 24px 32px;
  }
  .page-faq .faq-hero__intro {
    font-size: 16px;
  }
  .page-faq .faq-content {
    padding: 0 20px;
  }
  .page-faq .faq-content .faq-content__inner .faq-item {
    padding: 20px;
  }
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.wpcf7-form label {
  font-size: 18px;
}

.wpcf7-submit {
  height: 55px;
  font-size: 18px;
  text-transform: uppercase;
  border-color: #dde5cf !important;
  color: #78865D;
  transition: all 0.2s ease-in-out;
}
.wpcf7-submit:hover {
  background-color: #dde5cf !important;
  cursor: pointer;
}

.single-blog__sidebar-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  padding: 32px;
  box-shadow: 0 20px 60px rgba(34, 34, 34, 0.08);
  min-height: 320px;
  align-self: flex-start;
  box-sizing: border-box;
  width: 100%;
}
.single-blog__sidebar-info h3 {
  margin: 0;
  text-transform: uppercase;
}
.single-blog__sidebar-info .label {
  color: #936B87;
  font-size: 16px;
}
.single-blog__sidebar-info div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 10px;
  border-bottom: solid 1px #f2f2f2;
}
.single-blog__sidebar-info div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.single-blog__sidebar-info p {
  margin: 0;
  font-size: 16px;
}
.single-blog__sidebar-info .value a {
  text-decoration: underline;
  text-decoration-color: rgba(31, 41, 60, 0.4);
}

.btn-single-post {
  text-align: center;
  height: 55px;
  border: solid 1px var(--service-border-color, #C7D2B8);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  color: var(--service-color, #738B38);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 370px;
  margin: 50px auto;
}
.btn-single-post:hover {
  background-color: #738B38;
  color: #ffffff;
  border: solid 1px #738B38;
}

section.single-blog__sidebar-services {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  padding: 32px;
  box-shadow: 0 20px 60px rgba(34, 34, 34, 0.08);
  min-height: 320px;
  align-self: flex-start;
  box-sizing: border-box;
  width: 100%;
}
section.single-blog__sidebar-services h3 {
  margin: 0;
  text-transform: uppercase;
}
section.single-blog__sidebar-services ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
section.single-blog__sidebar-services li a {
  text-align: center;
  height: 55px;
  border: solid 1px var(--service-border-color, #C7D2B8);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  background-color: transparent;
  color: var(--service-color, #738B38);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
section.single-blog__sidebar-services li a:hover {
  background-color: var(--service-hover-bg, #C7D2B8);
  color: var(--service-color, #738B38);
  border-color: var(--service-border-color, #C7D2B8);
}

@media (min-width: 992px) {
  section.single-blog__sidebar-services {
    position: sticky;
    top: 120px;
    align-self: flex-start;
  }
}
article h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  color: #222222;
  text-transform: uppercase;
  margin-top: 50px;
}

.wp-block-image img {
  border-radius: 20px;
  margin: 30px auto;
}

.wp-block-quote {
  margin: 60px auto;
  padding-left: 30px;
  border-left: solid 5px #F2EAE6;
}
.wp-block-quote p {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  font-style: italic;
  line-height: 55px;
}
@media (max-width: 580px) {
  .wp-block-quote p {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 580px) {
  .wp-block-image {
    display: flex;
  }
  .wp-block-image img {
    width: 95% !important;
    border-radius: 20px !important;
  }
}

/*# sourceMappingURL=style.css.map */
