/* ============================================
   TEMPLATE 24 - Modern Minimal / Elegant Style (Base: Template10)
   Color Scheme: Soft Pastel (Lavender, Blush, Sage)
   Typography: Geometric Sans-serif (Montserrat/Raleway)
   ============================================ */

/* Color Variables - Soft Pastel */
:root {
  --lavender-primary: #b8a9d9;
  --lavender-light: #d4c8e8;
  --lavender-dark: #9b88c4;
  --blush-primary: #f5c2c7;
  --blush-light: #f9d4d8;
  --blush-dark: #e8a5ab;
  --sage-primary: #a8c5a0;
  --sage-light: #c4d9be;
  --sage-dark: #8fb085;
  --neutral-light: #fafafa;
  --neutral-medium: #e8e8e8;
  --neutral-dark: #4a4a4a;
  --white: #ffffff;
  --shadow-minimal: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-subtle: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* Scrollbar - Minimal Style */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: var(--white);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--lavender-light) 0%, var(--blush-light) 100%);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--lavender-primary) 0%, var(--blush-primary) 100%);
}

/* Base Styles */
body {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 300;
  background: var(--white);
  color: var(--neutral-dark);
  line-height: 1.7;
}

.wrapper {
  position: relative;
  z-index: 1;
}

/* Typography System - Geometric Sans-serif */
h1, h2, h3, h4, h5, h6, .title, .section-title {
  font-family: 'Raleway', 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--neutral-dark);
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.section-title {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--neutral-dark);
  text-align: center;
  letter-spacing: 1px;
}

h2.section-title,
.section-title.text-center {
  display: block;
  text-align: center;
  width: 100%;
}

.section-sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: var(--neutral-dark);
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.8;
}

.title {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

body, p {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 300;
  color: var(--neutral-dark);
  line-height: 1.8;
}

/* Section Backgrounds - Minimal */
.section-bg-affect {
  background: var(--white);
  padding: 5rem 0;
  position: relative;
}

.section-bg-affect:nth-child(even) {
  background: linear-gradient(135deg, var(--sage-light) 0%, var(--lavender-light) 100%);
  background-color: rgba(196, 217, 190, 0.08);
}

.section-bg-alternate {
  background: var(--neutral-light);
  padding: 5rem 0;
  position: relative;
}

/* Header - Template10 Style */
header {
  background: #fff;
}

header .navbar-brand {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}

.offcanvas-menu li {
  position: relative;
}

.offcanvas-menu li:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
  border: 1px solid var(--neutral-dark);
}

.offcanvas-menu .nav-link {
  font-size: 1.2rem;
  text-transform: capitalize;
}

/* Banner Section - Template10 Structure */
.banner-section {
  background: var(--white);
  position: relative;
  padding-top: 0;
}

.main_area {
  background-color: rgba(212, 200, 232, 0.25);
  text-align: center;
  padding: 1rem;
  padding-top: 0;
  padding-bottom: 2rem;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
}

/* Day Wrapper - Template10 Unique Structure */
.main_area .day_wrapper {
  width: 100%;
  z-index: 1;
  margin-bottom: 1rem;
}

.main_area .day_area {
  display: inline-block;
  background: linear-gradient(135deg, rgba(212, 200, 232, 0.15) 0%, rgba(249, 212, 216, 0.15) 100%);
  background-color: rgba(250, 250, 250, 0.4);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: var(--shadow-minimal);
}

.main_area .day_area .day_area_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.main_area .day_area .we {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: var(--neutral-dark);
  font-size: 1rem;
}

.main_area .day_area .wrap-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.main_area .day_area .wrap-text p {
  color: var(--sage-primary);
  font-size: 3.5rem;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0;
}

.main_area .day_area .wrap-text p.day {
  border-bottom: 2px solid var(--sage-light);
  padding-bottom: 0.5rem;
}

.main_area .day_area .wrap-text p.month {
  color: var(--blush-primary);
}

/* Main Image Area - Template10 Structure */
.main_image_area {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.main_image_area .main_image {
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  overflow: hidden;
}

.main_image_area .main_image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: var(--shadow-subtle);
}

.main_image_area .bg-title {
  position: absolute;
  left: 0;
  bottom: 35px;
}

.main_image_area .wrap-name {
  text-align: left;
  font-size: 22px;
}

/* Accessibilities Section */
.accessibilities-section {
  background: linear-gradient(135deg, var(--sage-light) 0%, var(--blush-light) 100%);
  background-color: rgba(196, 217, 190, 0.12);
}

/* Accessibility Buttons - Minimal */
.accessibility-btn {
  background: var(--white);
  border: 1px solid var(--lavender-light);
  color: var(--neutral-dark);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  padding: 8px 8px;
  border-radius: 20px;
  box-shadow: var(--shadow-minimal);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accessibility-btn .content-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 4px;
}

.accessibility-btn:hover {
  background: linear-gradient(135deg, var(--lavender-light) 0%, var(--blush-light) 100%);
  border-color: var(--lavender-primary);
  color: var(--neutral-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-subtle);
}

.accessibility-btn .access-section-icon {
  height: 18px;
  width: auto;
  margin-bottom: 2px;
  filter: brightness(0) saturate(100%) invert(30%) sepia(5%) saturate(1000%) hue-rotate(180deg) brightness(95%) contrast(85%);
  transition: filter 0.3s ease;
}

.accessibility-btn:hover .access-section-icon {
  filter: brightness(0) saturate(100%) invert(75%) sepia(30%) saturate(500%) hue-rotate(250deg) brightness(95%) contrast(90%);
}

/* Video Section */
.video-section {
  background: linear-gradient(135deg, var(--lavender-light) 0%, var(--blush-light) 100%);
  background-color: rgba(212, 200, 232, 0.1);
}

.video-section iframe {
  border-radius: 20px;
  overflow: hidden;
}

/* Gallery Section - V1 Structure */
.gallery-section {
  background: var(--neutral-light);
}

#btn-see-more-gallery {
  border-radius: 50px;
  padding: 12px 24px;
}

.gallery-section .btn-secondary.btn-see-more-gallery {
  background: var(--sage-primary);
  border-color: var(--sage-primary);
  color: var(--white);
  transition: all 0.3s ease;
}

.gallery-section .btn-secondary.btn-see-more-gallery:hover {
  background: var(--sage-dark);
  border-color: var(--sage-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-subtle);
}

.gallery-item {
  cursor: pointer;
}

/* Calendar Section */
.section-bg-calendar {
  background: linear-gradient(135deg, var(--sage-light) 0%, var(--lavender-light) 100%);
  background-color: rgba(196, 217, 190, 0.15);
}

/* Invitation Section */
.invitation-section {
  background: linear-gradient(135deg, var(--sage-light) 0%, var(--lavender-light) 100%);
  background-color: rgba(196, 217, 190, 0.15);
  color: var(--neutral-dark);
}

.invitation-section .invation-title h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--neutral-dark);
}

.invitation-section .invitation-content {
  width: 70%;
  margin: 0 auto;
  line-height: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: var(--neutral-dark);
}

.invitation-section .couple-img {
  overflow: hidden;
  margin: 2rem auto;
  max-width: 500px;
}

.invitation-section .couple-img img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 16px;
  box-shadow: var(--shadow-subtle);
}

.invitation-section .invitation-couple {
  color: var(--neutral-dark);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.invitation-section .invitation-couple p {
  color: var(--neutral-dark);
  margin: 0.5rem 0;
}

.invitation-section .invitation-couple span {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--sage-primary);
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

/* Couple Section */
.couple-section {
  background: var(--white);
}

.couple-section .wrap-img-title h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--neutral-dark);
  text-align: center;
  margin-bottom: 1rem;
}

.couple-section .wrap-img-title p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: var(--neutral-dark);
  text-align: center;
}

.couple-section .wrap-img-medal p {
  font-family: 'Raleway', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--neutral-dark);
  text-align: center;
}

.couple-section .wrap-img-medal p span {
  color: var(--blush-primary);
  margin: 0 0.5rem;
}

.couple-section .wrap-people {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between;
  overflow: hidden;
}

.couple-section .wrap-people .member {
  margin: 0 auto;
  flex: 1 1 calc(50% - 12.5px);
  min-width: 300px;
}

.couple-section .member .border {
  border: 2px solid var(--sage-light) !important;
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow-minimal);
  transition: all 0.3s ease;
  padding: 1.5rem !important;
}

.couple-section .member .border:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-subtle);
  border-color: var(--sage-primary);
}

.couple-section .member-image {
  margin-bottom: 1.5rem;
}

.couple-section .member-image img {
  width: 100%;
  margin: auto;
  border-radius: 16px;
  box-shadow: var(--shadow-minimal);
}

.couple-section .member-name {
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: var(--sage-primary);
}

.couple-section h3 {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  color: var(--neutral-dark);
}

/* Event Section */
.event-section {
  background: linear-gradient(135deg, var(--lavender-light) 0%, var(--blush-light) 100%);
  background-color: rgba(212, 200, 232, 0.1);
}

.event-section a {
  background: var(--sage-primary);
  border-color: var(--sage-primary);
  color: var(--white);
  font-size: 14px;
  transition: all 0.3s ease;
}

.event-section a:hover {
  background: var(--sage-dark);
  border-color: var(--sage-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-subtle);
}

.event-section .event-item {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  box-shadow: var(--shadow-minimal);
  transition: all 0.3s ease;
}

.event-section .event-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-subtle);
}

/* Donate Section (in Footer) */
.donate-section {
  background: var(--neutral-light);
}

.donate-section .donate-box .donate-card {
  width: 100%;
  border: 1px dashed var(--sage-light);
  border-radius: 16px;
  background: var(--white);
  padding: 1.5rem;
  box-shadow: var(--shadow-minimal);
}

.donate-section .donate-box .donate-card p:last-child {
  margin-bottom: 0 !important;
}

.donate-section .donate-box .donate-card .qr-code-image {
  max-width: 150px;
  display: block;
  cursor: zoom-in;
  margin: 1rem auto;
  border-radius: 8px;
}

/* Donate Modal */
.donate-modal {
  display: none;
  position: fixed;
  z-index: 199;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.donate-modal-content {
  position: relative;
  background-color: var(--white);
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 750px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 16px;
  overflow: hidden;
  animation-name: animatetopfordonatemodal;
  animation-duration: 0.4s;
}

@keyframes animatetopfordonatemodal {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.donate-modal strong,
.donate-modal h3 {
  font-family: inherit !important;
}

.donate-modal-close {
  color: var(--blush-primary);
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  right: 15px;
  z-index: 999;
  transition: color 0.3s ease;
}

.donate-modal-close:hover {
  color: var(--blush-dark);
}

.donate-modal-header {
  padding: 8px 16px;
  background: linear-gradient(135deg, var(--sage-primary) 0%, var(--sage-dark) 100%);
  color: var(--white);
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}

.donate-modal-header strong {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--white);
}

.donate-modal-header strong span {
  margin-left: 10px;
}

.donate-modal-body {
  padding: 0 15px;
}

.donate-box .donate-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.donate-box .donate-card h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Raleway', sans-serif;
  color: var(--neutral-dark);
}

.donate-box .donate-card p {
  margin: 10px 0 !important;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.donate-box .donate-card p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 699px) {
  .donate-box .donate-card {
    width: 100%;
  }
  .donate-wrap {
    width: 100%;
  }
  .qr-code-image {
    max-width: 200px;
  }
}

.donate-box .donate-card {
  position: relative;
}

.donate-box .donate-card .qr-code-image {
  max-width: 150px;
  border: 1px solid var(--neutral-medium);
  padding: 3px;
  margin: auto;
  display: block;
  cursor: zoom-in;
  border-radius: 8px;
}

.donate-box .cryptos-box .cryptos-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 10px;
}

.donate-box .cryptos-box .cryptos-items .crypto-item {
  padding: 10px 10px 0;
}

.donate-box .cryptos-box .cryptos-items .crypto-item img {
  width: 30px;
  max-width: 100%;
  min-width: 35px;
  cursor: pointer;
}

.donate-box .cryptos-box-view {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--white);
  width: 100%;
  height: 100%;
  border-radius: 7px;
  padding: 10px;
  text-align: center;
}

.donate-box .cryptos-box-view h5 {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
}

.donate-box .cryptos-box-view h5 img {
  width: 25px;
}

.donate-box .cryptos-box-view h5 .coin-img {
  margin-right: 5px;
}

.donate-box .cryptos-box-view h5 .coin-id {
  margin-left: 5px;
}

.donate-box .cryptos-box-view .coin-address {
  display: block;
  padding: 10px;
  background: var(--blush-light);
  margin-bottom: 15px;
  word-break: break-word;
  color: var(--neutral-dark);
  border-radius: 8px;
}

.donate-box .cryptos-box-view .cryptos-box-view-close {
  margin-top: 15px;
  background: var(--sage-primary);
  color: var(--white);
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid var(--sage-dark);
  transition: all 0.3s ease;
}

.donate-box .cryptos-box-view .cryptos-box-view-close:hover {
  background: var(--sage-dark);
}

/* Wishes Section */
.wishes-section {
  background: var(--white);
}

.wish-box {
  border-color: var(--sage-light);
  border-radius: 16px;
  overflow-y: auto;
  height: 390px;
  margin: 0.5rem 0;
  border: 5px solid var(--sage-light);
  background: var(--white);
}

.wish-box .wish-box-item {
  padding: 10px;
}

.wish-box .wish-box-item.bg {
  background-color: rgba(168, 197, 160, 0.1);
}

.wish-box .wish-box-item p {
  margin: 0.5rem 0;
}

.wish-box::-webkit-scrollbar {
  width: 5px;
}

.wish-box::-webkit-scrollbar-thumb {
  background-color: var(--sage-primary);
  border-radius: 0;
}

.wishes-section button {
  font-size: 14px;
  background: var(--sage-primary);
  border-color: var(--sage-primary);
  color: var(--white);
  transition: all 0.3s ease;
}

.wishes-section button:hover {
  background: var(--sage-dark);
  border-color: var(--sage-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-subtle);
}

/* Footer Section */
.footer-section {
  background: var(--neutral-light);
}

.footer-section .title {
  font-size: 2.6rem;
  color: var(--neutral-dark);
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.footer-section .sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: var(--neutral-dark);
}

/* Menu Access Styles */
#menu-access > ul > li {
  background: linear-gradient(135deg, var(--lavender-primary) 0%, var(--blush-primary) 100%);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  box-shadow: var(--shadow-minimal);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-menu-open,
.btn-menu-close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lavender-primary) 0%, var(--blush-primary) 100%);
  transition: all 2s ease-in;
  position: relative;
  bottom: -156px;
  box-shadow: var(--shadow-minimal);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-menu-open::after,
.btn-menu-close::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  background-color: rgba(184, 169, 217, 0.3);
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  animation: weddingplanlogo-pulse 1s infinite;
  z-index: -1;
}

.access-icon {
  height: 25px;
  width: auto;
  margin: 0;
  display: block;
}

.btn-menu-close {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
}

.btn-menu-open > i {
  padding: 0;
  font-size: 28px;
  font-weight: bold;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-menu-close > i {
  padding: 0;
  font-size: 28px;
  font-weight: bold;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 4px;
}

.list-menu-icon {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  bottom: -116px;
}

.menu-icon {
  font-size: 25px;
}

.shake {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) 1;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
  20%, 40%, 60%, 80% { transform: translateX(5px); }
}

@keyframes weddingplanlogo-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Wish Form Styles */
#wish-form {
  background-color: rgba(212, 200, 232, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
}

#show-comments {
  background-color: rgba(212, 200, 232, 0.1);
  border-radius: 16px;
}

.box-comment {
  border-bottom: 1px dashed var(--sage-light);
  padding: 1rem 0;
}

.box-comment:last-child {
  border-bottom: none;
}

button#btn-submit-comment {
  background-color: var(--sage-primary);
  color: var(--white);
  text-transform: uppercase;
  border: none;
  transition: all 0.3s ease;
}

button#btn-submit-comment:hover {
  background-color: var(--sage-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-subtle);
}

#show-comments::-webkit-scrollbar {
  width: 8px;
}

#show-comments::-webkit-scrollbar-thumb {
  background-color: var(--sage-primary);
}

.emoji-picker {
  max-width: 100%;
  display: none;
  position: absolute;
  user-select: none !important;
  background: var(--white);
  right: 0px;
  z-index: 9999;
  bottom: -355px;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 35%), 0 2px 6px 2px rgb(60 64 67 / 35%);
  border-radius: 0.5rem;
  overflow: hidden;
}

.emoji-picker > emoji-picker {
  --emoji-size: 22px;
}

@media screen and (max-width: 400px) {
  .emoji-picker > emoji-picker {
    --num-columns: 6;
  }
}

#wish-form textarea:focus {
  box-shadow: none;
  border-color: var(--sage-primary);
}

#wish-form textarea {
  margin-bottom: 0;
  border-radius: 0 !important;
  resize: none;
  border-color: var(--neutral-medium);
}

#wish-form .textAreaIcons {
  position: relative;
  text-align: right;
  background: var(--white);
  padding: 10px;
  border-top: 1px solid var(--neutral-medium);
}

#wish-form .textAreaIcons span {
  color: var(--neutral-dark);
  cursor: pointer;
  margin-right: 4px;
  transition: color 0.3s ease;
}

#wish-form .textAreaIcons span:hover {
  color: var(--sage-primary);
}

.tooltip {
  width: 160px;
}

.tooltip .tooltip-inner {
  padding: 8px 12px;
  font-size: 16px;
}

#wish-form .wishes-autocomplete-content {
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
  z-index: 333;
  background: var(--white);
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 35%), 0 2px 6px 2px rgb(60 64 67 / 35%);
  border-radius: 8px;
}

#wish-form .wishes-autocomplete-content input {
  background-image: url('../img/searchicon.png') !important;
  background-position: 10px !important;
  background-repeat: no-repeat !important;
  width: 100% !important;
  font-size: 16px !important;
  padding: 12px 20px 12px 40px !important;
  border: 1px solid var(--neutral-medium) !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

#wish-form .wishes-autocomplete-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow: auto;
  display: block;
  height: auto;
  text-align: left;
}

#wish-form .wishes-autocomplete-content ul li a {
  border: 1px solid var(--neutral-medium) !important;
  margin-top: -1px !important;
  padding: 12px !important;
  text-decoration: none !important;
  font-size: 15px !important;
  color: var(--neutral-dark) !important;
  display: block !important;
  transition: background-color 0.3s ease;
}

#wish-form .wishes-autocomplete-content ul li a:hover {
  background-color: var(--sage-light) !important;
}

/* Error Handling Messages */
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: var(--white);
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

/* Responsive Styles */
@media (max-width: 768px) {
  header,
  header .navbar {
    padding-top: 0 !important;
  }

  .section-title {
    font-size: 2rem;
  }

  .main_area .day_area .wrap-text p {
    font-size: 2.5rem;
  }

  .main_area .day_area .day_area_inner {
    flex-direction: column;
    gap: 5px;
  }

  .main_image_area .bg-title {
    position: absolute;
    left: 0;
    bottom: 50px;
  }

  .main_image_area .wrap-name {
    font-size: 18px;
  }

  .invitation-section .invitation-content {
    width: 90%;
  }

  .couple-section .wrap-people {
    flex-direction: column;
    gap: 20px;
  }

  .couple-section .wrap-people .member {
    width: 100% !important;
    flex: 1 1 100%;
    min-width: 100%;
  }

  .footer-section .title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  header,
  header .navbar {
    padding-top: 0 !important;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .main_area .day_area .wrap-text p {
    font-size: 2rem;
  }

  .main_area .day_area .day_area_inner {
    flex-direction: column;
    gap: 5px;
  }

  .main_image_area .bg-title {
    position: absolute;
    left: 0;
    bottom: 50px;
  }

  .main_image_area .wrap-name {
    font-size: 18px;
  }

  .invitation-section .invitation-content {
    width: 95%;
  }

  .invitation-section .invitation-couple span {
    font-size: 1.2rem;
  }

  .couple-section .wrap-people {
    flex-direction: column;
    gap: 15px;
  }

  .couple-section .wrap-people .member {
    width: 100% !important;
    flex: 1 1 100%;
    min-width: 100%;
  }

  .couple-section .member-name {
    font-size: 1.2rem;
  }

  .footer-section .title {
    font-size: 1.6rem;
  }
}

@media (max-width: 414px) {
  .main_image_area .bg-title {
    position: absolute;
    left: 0;
    bottom: 50px;
  }

  .main_image_area .wrap-name {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .section-title {
    font-size: 2rem;
  }
}
