.container {
  width: 100%;
  /* Ensures full width of the viewport */
  margin: 0 auto;
  padding: 0 15px;
  /* Optional padding for content */
  max-width: 1400px;
  /* Ensures it doesn't exceed 1400px */
}

* {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}

:root {
  --primary-color: #40442e;
  /* Define color variable */
  --text-color: #111827;
  --text-color-templet: #04341b;
  --white: #ffffff;
  --index_font: "Cormorant Garamond";
  --index_libre_font: "Libre Baskerville";
  --index_playfair_font: "Playfair Display";
  --index_hind_font: "Hind";
  --index_jost_font: "Jost";
  --index_poppins_font: "Poppins";
}

body {
  background-color: #f6f4ec;
  margin: 0;
  font-size: 20px!important;
  font-family: var(--index_font)!important;
  min-height: 100vh;
  font-weight: 500!important;
}
.navbar {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav {
  background-color: #40442e;
  padding: 15px;
}
.manu {
  display: flex;
  justify-content: space-between;
}
.manu a {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  gap: 10px;
  padding: 8px;
  text-decoration: none;
}
.logo {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
}
.plan-wedding-but {
  padding: 15px;
  font-size: 20px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  background-color: #ffffff;
}

.hero-img {
  text-align: right;
  margin-top: 50px;
}

.hero-section {
  display: flex;
}

.hero-text-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  margin-top: 90px;
  color: var(--primary-color);
  font-family: var(--index_font);
}

.hero-text-discription {
  font-size: 20px;
  color: var(--text-color);
  line-height: 32px;
  margin-top: 25px;
}

.hero-but {
  margin-top: 50px;
  margin-bottom: 50px;
  color: var(--primary-color);
  align-items: center;
  text-align: center;
}

.plan-wedding-but1 {
  padding: 10px 50px;
  font-size: 24px;
  border-radius: 50px;
  text-decoration: none;
  color: #ffffff;
  background-color: var(--primary-color);
  border: none;
  max-height: 60px;
  letter-spacing: 0.5px;
}

.Hero-additional-text {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}

.free {
  display: flex;
  padding-left: 5px;
  align-items: center;
}

.free p {
  padding-left: 10px;
  font-size: 18px;
  color: var(--primary-color);
}

.fa-regular,
fa-circle-check {
  font-size: 25px;
  color: var(--primary-color);
}

.Hero-additional-text {
  margin-left: 30px;
}

.review {
  margin-top: 30px;
}

.review-text {
  display: flex;
  margin-top: 10px;
  gap: 5px;
  font-size: px;
}

.review-text h2 {
  font-weight: 800;
}

.problem-section {
  display: flex;
  margin-top: 100px;
  align-items: center;
}

.problem-section-title {
  margin-left: 100px;
}

.problem-section-content h1 {
  font-size: 60px;
  color: var(--primary-color);
  font-weight: 00;
}

.problem-section-title p {
  font-size: 20px;
  font-weight: 500;
}

.problem-section-content {
  /* display: flex; */
  margin-top: 50px;
  gap: 10px;
}

.problem-section-content p {
  font-size: 22px;
}

.problem-content {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 20px;
  color: var(--text-color);
}

.problem-content span {
  font-size: 25px;
}

.fa-solid,
fa-circle-chevron-right {
  font-size: 25px;
  color: var(--primary-color);
}

.problme-section-image {
  min-width: 438px;
  height: auto;
}

/* @media (max-width: 1400px) {
    .hero-text-title {
        font-size: 44px;
        font-weight: 500;
        line-height: 58px;
        margin-top: 50px;
        color: var(--secondary-color);
    }
} */

/* website page css */



.navbar-website {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  align-items: center;
  border-bottom: 2px solid #dfdfe2;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 1000;
}

.menu {
  display: flex;
}

.content-navbar {
  /* padding-left: 20px; */
  align-items: center;
  padding: 20px;
}
.content-navbar a {
  color: var(--text-color);
  text-decoration: none;
  align-items: center;
  gap: 10px;    
  font-weight: 600;
  font-size: 17px;
}
.content-navbar:nth-child(2):hover .registry-main-dropdown{
  display: block;
}
.registry-main-dropdown{
  display: none;
  position: absolute;
  right: 36%;
  top: 65px;
}
.registry-dropdown {
  display: flex;
  border-radius: 8px;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  padding: 30px;
  gap: 50px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.registry-dropdown p {
  font-size: 14px;
  line-height: 20px;
  color: #8d8d8d;
}
.registry-dropdown li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

a {
  display: flex;
  gap: 5px;
}

a.no-flex {
  display: inline-block; /* ya jo bhi default/desired ho */
}

.user-manu {
  display: flex;
  gap: 8px;
  padding: 10px 15px;
  border: 2px solid #dfdfe2;
  border-radius: 25px;
  position: relative;
}

.account {
  display: flex;
  gap: 10px;
  align-items: center;
  gap: 13px;
}


ul.dropdown-item-account {
  display: none;
  position: absolute;
  border: 1px solid #f3f3f3;
  top: 54px;
  padding: 20px 50px 10px 20px;
  left: -60px;
  background: #f3f3f3;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}


.user-manu:hover ul.dropdown-item-account{
  display: inline-block;
  background: #f3f3f3;
}

.dropdown-item-account li a{
  margin-bottom: 10px;
}

.Website-page {
  background-color: #f6f6f9;
}

.lan-acc {
  display: flex;
  gap: 10px;
  /* justify-content: center; */
  align-items: center;
  gap: 13px;
}


/* Sidebar Styles */
.sidebar {
  width: 340px;
  height: 100vh;
  background-color: #ffffff;
  color: #111827;
  padding-top: 20px;
  position: fixed;
  padding-right: 20px;
  overflow-y: auto;
  /* Enables vertical scrolling */
  overflow-x: hidden;
}

.sidebar-header {
  text-align: center;
  margin-bottom: 20px;
}

.sidebar h2 {
  font-size: 24px;
}

.sidebar-links {
  list-style: none;
  padding-left: 20px;
}

.sidebar-links li {
  margin: 15px 0;
}

.title {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 500;
  padding-left: 30px;
  padding-top: 30px;
}

.sidebar-links a {
  text-decoration: none;
  color: #111827;
  font-size: 18px;
  display: flex;
  /* Use flexbox for aligning text and icons */
  align-items: center;
  /* Vertically align items */
  padding: 10px;
  gap: 12px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-family: var(--index_libre_font);
}

.sidebar-links a svg {
  margin-right: 10px;
  /* Add space between icon and text */
  width: 20px;
  height: 20px;
}

.sidebar-links a:hover {
  background-color: #f4f4f4;
}

.fa-solid,
fa-angle-right {
  text-align: right;
}

.sidebar-links a i {
  margin-left: auto;
}

.circle {
  width: 10px;
  /* Set the width of the circle */
  height: 10px;
  /* Set the height of the circle (same as width) */
  background-color: #3abc8c;
  /* Set the color of the circle */
  border-radius: 50%;
  /* Make the corners round to form a circle */
  display: inline-block;
  /* Ensure it behaves like an inline-block element */
}

.website-templet-container {
  margin-left: 375px;
  margin-top: 20px;
  margin-right: 25px;
}
.website-templet-container-1 {
  margin-top: 20px;
  background-color: #f6f4ec;
  border-radius: 20px;
  height: calc(100vh - 200px) !important;
  overflow-y: auto;
  position: relative;
  box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 0.08),
    0px 1px 1px -0.5px rgba(0, 0, 0, 0.04), 0px 3px 3px -1.5px rgb(0 0 0 / 0.08),
    0px 6px 6px -3px rgb(0 0 0 / 0.08), 0px 12px 12px -6px rgb(0 0 0 / 0.08),
    0px 24px 24px -12px rgba(0, 0, 0, 0.06);
}
.website-templet-container-1::-webkit-scrollbar {
  width: 0px;
}

.website-preview .image-section {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.website-preview .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.website-preview {
  background: #f6f4ec;
  position: relative;
}

.website-preview .templet-hero-section {
  margin-top: 0;
}

select.language-drop-down {
  width: auto;
  color: #fff;
  background: transparent;
  border: 1px solid #ccc;
  outline: unset;
  padding: 5px 17px;
}

select.language-drop-down option{
  color: #000;
}

.top-bar-language {
  background: #000;
  color: #fff;
}

.top-bar-language p {
  margin-bottom: 0;
}

.status {
  display: flex;
  align-items: center;
  padding: 12px 22px;
  border-radius: 50px;
  border: 2px solid #dfdfe2;
  background-color: #ffffff;
  gap: 15px;
  justify-content: space-between;
}

.ngcontent {
  display: flex;
  /* position: sticky;
    z-index: 1000;
    top: 130px; */
}

.responsive-icons {
  display: flex;
  align-items: center;
  padding-left: 25px;
  gap: 15px;
}

.ngcontent-but {
  display: flex;
  margin-left: auto;
  gap: 15px;
}

.ngcontent {
  align-items: center;
  width: auto;
}

.icon-button {
  padding: 12px 22px;
  border-radius: 50px;
  border: 2px solid #dfdfe2;
  background-color: #ffffff;
  justify-content: space-between;
  display: flex;
  gap: 15px;
}

.ngcontent p {
  font-size: 18px;
  color: var(--text-color);
  font-weight: 800;
}

.circle-1 {
  height: 15px;
  width: 15px;
  border: 1px solid #dfdfe2;
  border-radius: 50px;
}

.cricle-teb {
  display: flex;
  gap: 10px;
}
.website-teb {
  display: flex;
  padding: 20px;
  background-color: #ffffff;
  /* border-radius: 20px 20px 0px 0px; */
  margin-top: 0;
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  /* position: sticky;
    top: 211px;
    z-index: 1000; */
}

.web-link {
  text-align: center;
  display: flex;
  justify-items: center;
  gap: 8px;
  align-items: center;
  padding: 5px 50px;
  background-color: #f6f6f9;
  border-radius: 50px;
  margin: 0 auto;
      font-weight: 600;
}

.web-templat {
  background-color: #f6f4ec;
}

.templet-hero-section {
  /* text-align: center; */
  padding: 2rem 1rem;
  margin-top: 50px;
  padding: 40px;
}

.templet-hero-section h1 {
  font-size: 70px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--index_font);
}

.templet-hero-section p {
  font-size: 26px;
  font-weight: 500;
}

.hetemplet-hero-sectionader .rsvp-btn {
  /* display: inline-block; */
  background-color: #556b2f;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
}

.RSVP-button {
  max-width: 280px;
  height: 55px;
  display: flex;
   white-space: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(108.28deg, #92ad8b 0%, #40442e 100%);
  text-decoration: unset;
  border-radius: 45px;
  font-family: var(--index_font);
}


.RSVP-button p {
  font-size: 24px;
  font-weight: 500;
}

.hero-but {
  display: flex;
  align-items: center;
  gap: 20px;
}
.date h6{
  font-weight: 600;
}
.date span {
  font-size: 20px;
  font-weight: 800;
}

.wedding-Greetings p {
  font-size: 32px;
  font-weight: 600;
  font-family: var(--index_font);
}

.wedding-Greetings {
  margin-top: 50px;
}

.templet-hero-section {
  padding: 40px;
}

.Schedule-section {
  margin-top: 110px;
  display: flex;
  margin-left: 50px;
}

.Schedule-text {
  font-size: 32px;
  font-weight: 800;
  color: var(--text-color-templet);
  font-family: var(--index_font);
}

.Schedule-date {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-color-templet);
  /* margin-left: 150px; */
}

.Ceremony {
  font-size: 20px;
  font-weight: 200;
  color: var(--text-color-templet);
  margin-top: 25px;
}

.Schedule-information p {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 800;
}
.Schedule-information span {
    font-size: 20px;
    font-weight: 500;
    display: block;
}

.Paliku-Gardens {
  /* font-size: 24px; */
  font-weight: 100;
  color: var(--text-color-templet);
  margin-top: 25px;
}

.Paliku-Gardens span {
  padding-top: 10px;
  font-size: 18px;
}

.Paliku-Gardens p {
  padding-bottom: 10px;
  font-size: 20px;
}

.Schedule-discription {
  margin-top: 25px;
  color: var(--text-color-templet);
  font-size: 20px;
}

.schedule-info {
  margin-left: 150px;
}

.schedule-info-1 {
  margin-left: 150px;
  margin-top: 80px;
}

.sc {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 100px;
}

.si {
  display: block;
}

.s-info {
  margin-top: 40px;
}

.Additional-info-section {
  margin-top: 110px;
  display: flex;
  margin-left: 50px;
  gap: 50px;
}

.Additional-info-text {
  font-size: 32px;
  line-height: 35px;
  font-weight: 800;
  color: var(--text-color-templet);
  font-family: var(--index_font);
}

.Additional-info-content {
  margin-left: 55px;
}

.Additional-info-name p {
      font-size: 26px;
    font-weight: 700;
  padding-bottom: 30px;
  color: var(--text-color-templet);
}

.Additional-info-name span {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color-templet);
}

.additional-info-website-detail {
  margin-top: 40px;
  /* font-size: 26px; */
  /* font-weight: 500; */
  color: var(--text-color-templet);
}

.additional-info-website-detail p {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-color-templet);
  padding-top: 10px;
}

.additional-info-website-detail h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color-templet);
}

/* welcome---section--css */
.back-but {
  align-items: center;
  /* justify-content: center; */
  text-align: center;
  display: flex;
  gap: 10px;
  padding-left: 30px;
}

.forms-welcome-page {
  padding-left: 30px;
}

.back-but p {
  font-size: 18px;
  color: #111827;
}

.title h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding-top: 20px;
}

.img-wel {
  margin-top: 30px;
  padding-left: 30px;
  margin-top: 25px;
}

.image p {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}

.img-title {
  display: flex;
  justify-content: space-between;
}

.forms-welcome-page {
  margin-top: 30px;
}

.wlcome-page-space {
  padding-left: 30px;
}
.photos {
  display: flex;
  gap: 20px;
  margin-top: 100px;
}
.pfotogrid {
  display: grid;
  gap: 20px;
}
.photos img {
  max-width: auto; /* Ensures images resize within their container */
  height: auto; /* Maintains aspect ratio */
}

/* -----shedulepage css--- */
.schedule-form {
  font-size: 20px;
  font-weight: 500;
  color: #111827;
  padding-bottom: 15px;
  border-bottom: 2px solid #dfdfe2;
  /* padding-left: 30px; */
  margin-top: 30px;
  /* margin-left: 30px; */
  color: #575b63;
}

.schedule-form h3 {
  font-size: 22px;
  color: #000000;
}

.schedule-form h5 {
  font-size: 16px;
  color: #333333;
}
/* .schedule-form h5 {
    font-size: medium;
} */

.st {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px;
  color: #111827;
  font-size: 20px;
  font-weight: 500;
}
.hero-but .gift{
  max-width: 280px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(108.28deg, #92ad8b 0%, #40442e 100%);
  text-decoration: unset;
  border-radius: 45px;
  font-family: var(--index_font);
}
.hero-but .gift a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-but .gift a img {
  width: 30px;
  filter: invert(1);
  margin-right: 6px;
}
.Add-but {
  margin-top: 20px;
  margin-bottom: 73px;
  max-width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(108.28deg, #92ad8b 0%, #40442e 100%);
  text-decoration: unset;
  border-radius: 45px;
  font-family: var(--index_font);
}

/* popup--css */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  justify-content: center;
  align-items: flex-start; /* ✅ align from top */
  overflow-y: auto;         /* ✅ allow scroll */
  padding: 100px 0;          /* ✅ top/bottom space */
}

/* Form Styles */
.moment-form {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  width: 500px;
}

.form-row {
  display: flex;
  gap: 15px;
}

button.btn.btn-primary {
  margin-top: 20px;
  border-radius: 50px;
  padding: 10px 40px;
}

.form-name h2 {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
}

.form-name {
  display: flex;
  justify-content: space-between;
}

.close-btn i {
  cursor: pointer;
  font-size: 20px;
}
.photos {
  display: grid; /* Use Grid instead of Flexbox */
  gap: 20px; /* Space between elements */
  margin-top: 100px;
  grid-template-columns: repeat(
    auto-fit,
    minmax(200px, 1fr)
  ); /* Responsive grid */
  justify-items: center; /* Center items horizontally */
}

/* General Image Styling */
.photos img,
.pfotogrid img {
  width: 100%; /* Make images responsive to container width */
  height: 100%;
  object-fit: cover;
  border-radius: 8px; /* Optional: Add rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add subtle shadow */
}

/* Grid for Inner Photo Grid */
.pfotogrid {
  display: grid;
  gap: 20px;
  /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); Dynamic grid based on screen size */
  width: 100%; /* Ensure the grid resizes properly */
}

/* Registry page css */
.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/* Style the .box container */
.box {
  text-align: center;
}

/* Style for the "Gift" text */
.gift-text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

/* Style for the square box */
.square-box {
  width: 450px;
  height: 300px;
  border: 2px dashed #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Center the content inside the square box */
.content {
  text-align: center;
}

/* Style for the "+" icon */
.icon {
  font-size: 48px;
  color: #16931e;
  margin-bottom: 10px;
}

/* Style for the "Add Item" text */
.text {
  font-size: 24px;
  font-weight: 500;
  color: #555;
}

/* creatgift page css */
/* .website-templet-container-gift{
    margin: 50px;
  } */

.Add-but-cg {
  margin-top: 20px;
  width: 100%;
  padding: 10px 20px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50px;
}
.progress-barr {
  margin-top: 15px;
}
.space-cg {
  margin-top: 30px;
  width: auto;
  height: 5px;
  border-radius: 10px;
  /* background-color: #000000; */
  border-top: 2px solid #eff0f0;
  padding: 0;
  /* width: 100%; */
}

.progress {
  margin-top: 8px;
}
.card-img-top {
  border-radius: 10px;
}
.card_img_block {
    width: 100%;
    height: 350px; /* Larger preview */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Prevent overflow */
    border-radius: 12px; /* optional */
}

.gift_cover_img {
    width: 100%;
    height: 100%;
    border: none;            /* remove dashed border */
    border-radius: 12px;     /* optional */
}

.gift_cover_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* IMPORTANT – This makes image scale nicely */
    border-radius: 12px;     /* optional */
}
p.card-Description {
  padding-top: 15px;
}
h5.card-link {
  font-size: 18px;
  padding-top: 18px;
}
h5.card-location {
  padding-top: 15px;
  color: #454244;
  font-size: 18px;
  font-weight: 500;
}
h5.card-title {
    font-size: 34px;
    text-transform: capitalize;
    font-family: "Cormorant Garamond";
    margin-bottom: 22px;
    font-weight: 700;
}

p.card-text {
  padding-bottom: 10px;
}

.card-body {
  background: #f6f6f6;
  border-color: #f6f6f6;
}
.card {
  background: #f6f6f6;
  border-color: #f6f6f6;
  border-radius: 12px;
  margin-top: 50px;
}

.website-templet-container-gift {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: flex-start; /* Aligns content to the top */
  height: 100vh; /* Full viewport height */
  overflow-y: auto; /* Enables vertical scrolling */
  padding: 20px; /* Optional: Add padding to avoid content sticking to the edges */
  box-sizing: border-box; /* Ensures padding doesn't affect the width/height */
}

/* Additional card styling, if needed */

.slider-1 {
  margin: auto;
}

.file-upload {
  background-color: #f9f9f9;
  width: auto;
  margin: 0 auto;
  /* padding: 20px; */
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 2px dashed #c8cbcd;
  position: relative;
  border-radius: 10px;
  height: 200px;
}

.image-dropping,
.image-upload-wrap:hover {
  /* background-color: #1FB264; */
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

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

.drag-text h3 {
  font-weight: 500;
  /* text-transform: uppercase; */
  color: #15824b;
  /* padding: 60px 10px; */
}

.drag-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: auto;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.drag-text img {
    width: 50px;
    margin: 0px auto;
}
.file-upload-image {
  max-height: 200px;
  max-width: 270px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

body.Website-page.create-gift .navbar-website {
  display: none;
}

body.Website-page.create-gift .website-templet-container {
  margin-top: 0;
}

/* contributions page css---- */

/* body.contributions .navbar-website{
    background-color: #000000;
    color: #fff;
} */
.amount1 {
  display: flex;
}
.contribution-text {
  width: 500px;
  height: auto;
}
.contribution-info {
  margin-top: 100px;
}
.contributions-page-continaer {
  max-width: 1200px;
  margin: 0 auto;
}
.contribution-info {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.contribution-amounts {
  margin-top: 70px;
  padding-left: 100px;
}

.contribution-text p {
  font-size: 64px;
  font-weight: 600;
  line-height: 74px;
  color: white;
  /* opacity: 0.5; */
}

.name {
  color: white;
  opacity: 1;
}
.contribution-amounts-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  margin-top: 70px;
}

.contribution-amounts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.amount h1 {
  font-size: 26px;
  font-weight: 500;
  color: white;
}

.amount p {
  font-size: 18px;
  color: white;
  align-self: flex-start;
  margin-top: 5px;
  opacity: 0.5;
}
.back-backgrond {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: #000000; /* Dark transparent background */
  z-index: -1; /* Ensure the navbar stays above this */
}
.navbar-contributions {
  /* position: absolute; */
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.payout-info {
  display: flex;
  margin-top: 70px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  align-items: center;
  /* justify-content: center; */
  gap: 5px;
  margin-left: 40px;
}
.payout-info p {
  font-size: 28px;
  font-weight: 500;
  color: var(--text-color);
}
.payout-info h3 {
  font-size: 28px;
  font-weight: 500;
  color: #222;
  opacity: 0.5;
}
.contribution-info {
  padding-left: 40px;
}

.p-text p {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 8px;
}
.p-text {
  margin-top: 25px;
}
.p-text h1 {
  font-size: 40px;
  font-weight: 600;
  /* padding-top: 8px; */
}
.p-text h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 8px;
  height: 50px;
  max-width: 460px;
}
.Pending-pyament {
  display: flex;
  padding: 20px 40px 20px 40px;
  gap: 15px;
  justify-content: space-between;
}
.box-p {
  height: 120px;
  max-width: 460px;
  background-color: #fcfcfc;
  padding: 10px;
  border: 1px solid #bababa;
  border-radius: 15px;
  color: #777777;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.box-p h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.container-table {
  margin: 30px 20px 20px 20px;
}

.row-t {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}
.row-t-m {
  display: none;
}

.image-cell img {
  width: 258px;
  height: 192px;
  margin-right: 15px;
  object-fit: cover;
  border-radius: 8px;
}

.table-but {
  display: flex;
  gap: 15px;
}

.t-b {
  padding: 15px;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
}
.received-section p {
  font-size: 32px;
  font-weight: 600;
  border-bottom: 2px solid #cfcfcf;
  padding-bottom: 15px;
}
.received-section {
  margin-left: 40px;
  margin-top: 100px;
}
.mobile-r {
  display: flex;
  /* flex-wrap: wrap; */
  /* align-items: center; */
  padding-left: 25px;
  /* justify-content: space-between; */
}

.column {
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
}
.column-image-cell {
  height: 120px;
  width: 120px;
}
.column-text-cell {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}
.t-b {
  font: 20px;
  font-weight: 500;
  color: #000000;
}

/* account page css */

/* Main Content Styles */
.main-content {
  /* background-color: #fff; */
  max-width: 800px;
  margin: auto;
  padding: 20px;
  border-radius: 8px;
  font-family: var(--index_font);
  /* justify-content: center; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.manu-account {
  display: flex;
  gap: 12px;
  /* padding-bottom: 10px; */
  border-bottom: 0.5px solid #545759;
}
.setting-acc {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
}
.setting-acc.active {
  border-bottom: 1px solid #000000;
}
.Notification-acc.active {
  border-bottom: 1px solid #000000;
}
.Notification-acc {
  font-size: 20px;
  font-weight: 500;
}

.main-content h1 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.settings-section {
  margin-bottom: 30px;
  margin-top: 20px;
}

.settings-section h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.settings-section p {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  margin-bottom: 20px;
}

.save-btn {
  max-width: 170px;
  margin-top: 40px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(108.28deg, #92ad8b 0%, #40442e 100%);
  text-decoration: unset;
  border-radius: 45px;
  font-family: var(--index_font);
}
.form-group label {
  display: block;
  padding-top: 18px;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000000;
  font-weight: 900;
}
.form-check.form-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
}

.form-check-label {
  padding: 0px !important;
  margin: 0px !important;
}

.form-group input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.setting-space {
  border-bottom: 1px solid #cecece;
  margin: 50px 0px 50px 0px;
}

.form-group input[readonly] {
  background-color: #f4f4f4;
  cursor: not-allowed;
}

.note {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #484a4c;
  margin-top: 5px;
}

.delete-btn {
  /* background-color: #e74c3c; */
  color: #000000;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid #545759;
  font-size: 16px;
  /* border: none; */
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.delete-btn:hover {
  color: #c0392b;
}
.email-text {
  margin-top: 20px;
}
.email-text p {
  font-size: 26px;
  font-weight: 600;
}
.email-text h3 {
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
}

/* guest page css */
.guest-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1400px;
}
.guest-bg {
  background-color: #ffffff;
  width: 100%;
  height: 80px;
  border-bottom: 2px solid #dfdfe2;
  position: absolute;
}
.guest-title {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-top: 30px;
}
.guest-title h2 {
  font-size: 26px;
  font-weight: 600;
  border-right: 1px solid #dfdfe2;
  padding-right: 20px;
}
.guest-title h3 {
  font-size: 20px;
  font-weight: 500;
  /* border-bottom: 1px solid #CECECE; */
  /* padding-bottom: 20px; */
}
.weddingday-text {
  display: flex;
  /* margin-top: 100px; */
  /* align-items: center; */
  gap: 40px;
}
.weddingday-text p {
  font-size: 32px;
  font-weight: 600;
  line-height: 37px;
}
.guest-weddingday {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  align-items: center;
}
.weddingday-RSVP {
  display: flex;
  align-items: left;
  gap: 15px;
}
.weddingday-RSVP p {
  line-height: 45px;
  font-size: 24px;
  font-weight: 600;
  /* margin-right: 20px; */
  padding-right: 15px;
  border-right: 1px solid #dfdfe2;
}

.edit-but {
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  font-weight: 500;
  /* background-color: #04341B; */
  color: #ffffff;
  border-radius: 50px;
  border: 1px solid #dfdfe2;
  color: #111827;
  gap: 12px;
  align-items: center;
  display: flex;
}
.guest-data {
  position: relative; /* To position child elements absolutely */
  margin-top: 50px;
  width: 350px;
  height: 160px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #dfdfe2;

  padding: 20px; /* Add padding for spacing */
}

.a-icon {
  align-self: flex-start; /* Aligns the icon to the top */
}
.guest-attending {
  margin-top: 15px;
}

.attending-stutas {
  display: flex;
  gap: 10px;
  align-items: center;
}
.attending-stutas h5 {
  font-size: 20px;
  font-weight: 700;
}

.guest-attending p {
  font-size: 40px;
  font-weight: 500;
  margin-top: 15px;
  margin: 0; /* Remove default margin */
}

.attending-status {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end; /* Aligns status to the right */
}
.g-data {
  display: flex;
  gap: 15px;
}
.search-bar input {
  background: transparent;
  border: none;
  outline: none;
  color: inherit; /* Keeps the text color same as the parent */
  flex: 1; /* Ensures it takes available space */
}
.search-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-bar {
  /* padding: 5px 20px 10px 20px; */
  color: #adadad;
  border: 1px solid #dfdfe2;
  border-radius: 50px;
  width: 260px;
  align-items: center;
  display: flex;
  /* font-size: 16px; */
  gap: 10px;
}
.search-bar P {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.guest-info-but {
    display: flex;
    gap: 12px;
}
@media (max-width: 520px) {
    .guest-info-but {
        display: block;
        gap: 0;
    }
}
.g-i-btn {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  white-space: nowrap;
  padding: 0px 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(108.28deg, #92ad8b 0%, #40442e 100%);
  text-decoration: unset;
  border-radius: 45px;
  font-family: var(--index_font);
}
.table {
  /* border-radius: 20px; */
  overflow: hidden;
}

tbody tr {
  background-color: #f4f4f4 !important;
}
@import "https://fonts.googleapis.com/css?family=Open+Sans:600,700";

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #428bca;
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: 0.5em;
}

.rwd-table td:last-child {
  margin-bottom: 0.5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: 0.4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: 0.5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

@media screen and (max-width: 1024px) {
  .contribution-info {
    padding-left: 40px;
  }

  .back-backgrond {
    width: 100%;
    height: 645px;
  }

  .contribution-amounts {
    margin-top: 70px;
    padding-left: 40px;
  }
  .contribution-text {
    /* padding-left: 70px; */
    width: 400px;
    height: auto;
  }

  .navbar-website {
    flex-direction: flex;
    align-items: center;
    padding: 10px;
  }

  .menu {
    flex-direction: flex;
    gap: 10px;
  }

  .content-navbar {
    padding-left: 10px;
  }

  .user-manu {
    padding: 10px 10px;
    gap: 5px;
    border: 1px solid #dfdfe2;
  }

  .sidebar {
    width: 280px;
    /* padding: 10px; */
  }

  .sidebar h2 {
    font-size: 20px;
  }

  .img-wel {
    margin-top: 30px;
    padding-left: 15px;
    margin-top: 25px;
  }

  .sidebar-links {
    padding-left: 10px;
  }

  .sidebar-links a {
    font-size: 16px;
    padding: 8px;
  }

  .title {
    font-size: 20px;
    padding-left: 15px;
  }

  .website-templet-container {
    margin-left: 300px;
    margin-top: 15px;
    margin-right: 20px;

  }

  .website-templet-container-1 {
    border-radius: 15px;
    margin-top: 15px;
  }
  .fa-solid,
  .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
  }

  .status {
    flex-wrap: wrap;
    padding: 8px 15px;
    gap: 5px;
  }

  .icon-button {
    padding: 8px 15px;
    gap: 10px;
  }

  .website-teb {
    flex-wrap: wrap;
    padding: 15px;
  }

  .web-link {
    padding: 5px 30px;
    font-size: 14px;
  }

  .templet-hero-section h1 {
    font-size: 60px;
  }

  .templet-hero-section p {
    font-size: 1rem;
  }

  .Schedule-section {
    flex-direction: column;
    margin-left: 20px;
  }

  .schedule-info {
    margin-left: 0;
  }

  .schedule-info-1 {
    margin-left: 0;
    margin-top: 40px;
  }

  .Additional-info-section {
    flex-direction: column;
    margin-left: 20px;
    margin-top: 50px;
  }

  .Additional-info-content {
    margin-left: 0;
  }

  .Additional-info-name p {
    font-size: 24px;
  }

  .additional-info-website-detail p {
    font-size: 20px;
  }

  .additional-info-website-detail h4 {
    font-size: 18px;
  }

  .back-but {
    padding-left: 15px;
  }
}

@media (max-width: 1024px) {
  .hero-section {
    /* flex-direction: column; */
    align-items: center;
    text-align: center;
  }

  .forms-welcome-page {
    margin-top: 15px;
    padding-left: 15px;
  }

  .hero-text-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 58px;
    margin-top: 50px;
  }

  .hero-text-discription {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }

  .plan-wedding-but1 {
    font-size: 20px;
    padding: 8px 40px;
  }

  .Hero-additional-text {
    /* flex-direction: column; */
    margin-left: 0;
    gap: 15px;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .review {
    margin-top: 20px;
    /* align-items: center; */
    justify-items: center;
  }

  .problem-section {
    /* flex-direction: column; */
    align-items: center;
  }

  .problem-section-title {
    margin-left: 0;
    text-align: center;
  }

  .problem-section-content h1 {
    font-size: 42px;
  }

  .problem-section-content p {
    font-size: 20px;
  }

  .problem-content {
    gap: 12px;
  }

  .problem-content span {
    font-size: 22px;
  }

  .fa-solid,
  .fa-circle-chevron-right {
    font-size: 22px;
  }
  .registry-main-dropdown {
    right: 26%;
  } 
}

/* Responsive Styles for Mobile Screens */
@media (max-width: 768px) {
  .column {
    font-size: 14px;
    font-weight: 500;
    color: #777777;
  }

  .hero-section {
    flex-direction: column;
  }
  .photos {
    grid-template-columns: 1fr; /* Single column layout for small screens */
    padding: 0 20px;
  }

  .pfotogrid {
    grid-template-columns: 1fr; /* Single column for grid */
  }

  .hero-img {
    margin-top: 30px;
    text-align: center;
  }

  .hero-text-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    margin-top: 30px;
  }

  .hero-text-discription {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }

  .plan-wedding-but1 {
    font-size: 18px;
    padding: 8px 30px;
  }

  .problem-section {
    flex-direction: column;
    align-items: center;
  }

  .Hero-additional-text {
    gap: 10px;
  }

  .free p {
    font-size: 16px;
  }

  .fa-regular,
  fa-circle-check {
    font-size: 20px;
  }

  .review {
    margin-top: 20px;
    align-items: center;
  }

  .navbar-website {
    width: 100%;
    padding: 10px 15px 10px 15px;
  }

  .problem-section {
    flex-direction: column;
    /* Change layout to column */
    margin-top: 50px;
    padding-bottom: 50px;
    /* Add some space for the image */
  }

  .problem-section-title {
    margin-left: 0;
    text-align: center;
  }

  .problem-section-content h1 {
    font-size: 32px;
  }

  .problem-section-content p {
    font-size: 18px;
  }

  .problem-content {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .problem-content span {
    font-size: 20px;
  }

  .fa-solid,
  .fa-circle-chevron-right {
    font-size: 20px;
  }

  /* Image at the bottom using order */
  .problem-section img {
    margin-top: 30px;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .problem-section-content {
    order: -1;
  }

  .sidebar {
    width: 250px;
    /* padding: 10px; */
  }

  .sidebar h2 {
    font-size: 20px;
  }

  .img-wel {
    margin-top: 30px;
    padding-left: 15px;
    margin-top: 25px;
  }

  .sidebar-links {
    padding-left: 10px;
  }

  .sidebar-links a {
    font-size: 16px;
    padding: 8px;
  }

  .website-templet-container {
    margin-left: 270px;
    margin-top: 15px;
    margin-right: 20px;
  }
  .ngcontent p {
    font-size: 15px;
  }
  .box {
    padding: 10px;
  }

  .square-box {
    width: 300px;
    height: 300px;
    max-width: 400px;
    padding: 20px;
  }

  .gift-text {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .icon {
    font-size: 40px;
  }

  .text {
    font-size: 16px;
  }
  .p-text h6 {
    height: auto;
    width: 330px;
  }
  .p-text h4 {
    height: auto;
    width: 330px;
  }
  .t-b {
    padding: 12px 18px;
  }
  .payout-info {
    margin: 70px 40px 0px 40px;
  }
  .received-section {
    margin: 70px 40px 0px 40px;
  }
  .column-text-cell {
    font-size: 18px;
  }
  .hero-but {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  } 
}

@media (max-width: 767px) {
  .Pending-pyament {
    display: block;
  }
  .problem-section {
    margin-top: 30px;
  }

  .problem-section-content {
    order: -1;
  }

  .problem-section-content h1 {
    font-size: 28px;
  }

  .problem-section-content p {
    font-size: 16px;
  }

  .problem-content {
    gap: 10px;
  }

  .problem-content span {
    font-size: 18px;
  }

  .fa-solid,
  .fa-circle-chevron-right {
    font-size: 18px;
  }

  .problem-section img {
    /* order: 1;  */
    margin-top: 20px;
    width: 266px;
    height: auto;
    object-fit: cover;
  }

  .sidebar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 35%;
    /* Adjust height as needed */
    overflow-y: auto;
    /* background-color: #f4f4f4; */
    z-index: 10;
    border-radius: 30px 30px 0px 0px;
    padding-top: 0;
  }

  .website-templet-container {
    /* flex-direction: column; */
    margin: auto;
    margin-top: 0px;
  }

  .navbar-website {
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 15px;
  }

  .menu {
    display: none;
  }

  .sc {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .website-teb {
    display: none;
  }

  .responsive-icons {
    display: none;
  }

  .fa-solid,
  .fas {
    font-size: 12px;
  }

  button.icon-button {
    align-items: center;
  }

  .ngcontent {
    padding-top: 15px;
    background-color: #ffffff;
    padding-bottom: 15px;
    padding: 10px;
  }
  .templet-hero-section {
    margin-top: 25px;
  }
  .ngcontent p {
    font-size: 12px;
  }
  .ngcontent-but {
    gap: 8px;
  }
  .photos {
    flex-direction: column; /* Stack images vertically */
    align-items: center;
    width: auto;
  }
  .pfotogrid {
    grid-template-columns: 1fr; /* Single column for smaller screens */
  }
  .card {
    margin-top: 5px;
  }
  .contribution-text p {
    font-size: 18px; /* Further scale down for mobile */
  }

  .amount h1 {
    font-size: 24px; /* Reduce font size further */
  }

  .amount p {
    font-size: 14px;
  }

  .payout-info {
    gap: 5px; /* Reduce spacing */
  }

  .payout-info p {
    font-size: 20px;
    font-weight: 600;
  }
  .payout-info h3 {
    font-size: 16px;
    font-weight: 600;
  }

  .back-backgrond {
    height: 150px; /* Optimize background height */
  }

  .contribution-info {
    padding-left: 10px; /* Reduce padding for mobile */
  }
  .back-backgrond {
    width: 100%;
    height: 400px;
  }
  .contribution-text {
    padding-left: 15px;
    width: 260px;
    height: auto;
  }
  .contribution-text p {
    font-size: 38px;
    font-weight: 600;
    line-height: 60px;
  }
  .contribution-amounts-1,
  .contribution-amounts {
    margin-right: 15px; /* Adjust spacing for smaller screens */
  }
  .amount1 {
    scroll-behavior: smooth;
    padding-left: 15px;
  }
  .contribution-amounts-1 {
    margin-top: 40px;
  }
  .contribution-amounts {
    margin-top: 40px;
  }
  .amount1 {
    display: flex;
    overflow-x: auto; /* Enable horizontal scrolling */
    width: 100%; /* Ensure it spans the full width */
    white-space: nowrap; /* Prevent items from wrapping */
    scroll-behavior: smooth; /* Smooth scrolling for better UX */
  }

  .contribution-amounts-1,
  .contribution-amounts {
    flex-shrink: 0; /* Prevent items from shrinking */
  }

  .fa-solid,
  .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
  }
  .Pending-pyament {
    padding: 0px 15px 0px 15px;
  }
  .Pending-pyament h4 {
    max-width: 260px;
  }
  .Pending-pyament h6 {
    max-width: 290px;
  }
  .payout-info {
    margin-left: 15px;
  }
  /* .mobile-r{
    display: block;
} */
  /* .table-but{
    display: none;
} */
  .container-table {
    display: flex;
    flex-direction: column;
  }

  .row-t {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    margin-bottom: 15px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    /* border-radius: 8px; */
  }

  /* Left side image styling */
  .image-cell img {
    width: 258px;
    height: 192px;
    margin-right: 15px;
    object-fit: cover;
    border-radius: 8px;
  }

  /* Right side content */
  .mobile-r {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
  }

  .row-t > .column:nth-of-type(4) {
    margin-top: 10px;
  }

  .row-t > .column:nth-of-type(5) {
    margin-top: 10px;
  }

  .table-but {
    display: none; /* Hides buttons on mobile */
  }
  .column-image-cell {
    height: 100px;
    width: 100px;
  }
  .container-table {
    margin: 0px 15px 20px 15px;
  }
  .received-section {
    margin: 15px;
    margin-top: 30px;
  }
  .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .column {
    padding: 0px;
    font-size: 16px;
    font-weight: 500;
  }
  .row-t {
    display: none;
  }
  .row-t-m {
    display: flex;
    margin: 20px 0px 20px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }

  /* .guest-container{
    margin-top: 100px;
} */
  .guest-bg {
    /* margin-top: 100px; */
    position: absolute;
  }
  .guest-title {
    position: relative;
  }
  .weddingday-text p {
    font-size: 27px;
    font-weight: 600;
    line-height: 37px;
  }
}

#index_page .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1326px;
}

/*--------------------------------------------------*/
/*-------------------Header CSS---------------------*/
/*--------------------------------------------------*/

.navbar {
  position: unset;
}
/* .navbar-toggler-icon {
  background-image: url(image/menubar.svg) !important;
} */
header {
  position: relative;
  background-color: var(--primary-color);
}
.main-header {
  padding: 20px 0px;
}
.navbar-nav {
  gap: 25px;
}
.navbar-nav li a {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 !important;
  font-family: var(--index_font);
  color: var(--white);
  opacity: 80%;
  letter-spacing: 0.5px;
  border-radius: 5px;
}
.navbar-nav li a:hover {
  opacity: 1;
}
.navbar-nav li.active a {
  color: var(--white);
  opacity: 1;
}
a.header_btn {
  padding: 17px 18px;
  font-size: 24px;
  line-height: 24px;
  font-family: var(--index_font);
  font-weight: 700;
  color: #111827;
  text-decoration: unset;
  background: #fff;
  border-radius: 45px;
}

/*--------------------------------------------------*/
/*---------------- Hero Section CSS-----------------*/
/*--------------------------------------------------*/

.hero_section {
  padding: 50px 0px;
  position: relative;
}
.hero_shape {
  position: absolute;
  top: 0;
}
.hero_shape.shape1 {
  left: 0;
  width: 284px;
}
.hero_shape.shape2 {
  width: 251px;
  right: 0;
}
.hero_data {
  display: flex;
  align-items: flex-start;
}
.hero_content {
  max-width: 530px;
  width: 100%;
}
.hero_content h1,
.get-started-inner h2 {
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--primary-color);
  font-family: var(--index_font);
}
.hero_content p {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: var(--index_font);
}
a.hero_btn {
  max-width: 368px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(108.28deg, #92ad8b 0%, #40442e 100%);
  text-decoration: unset;
  border-radius: 45px;
  font-family: var(--index_font);
}
.hero_feature,
.started_feature {
  max-width: 368px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.hero_feature > div,
.started_feature > div {
  gap: 12px;
  display: flex;
  align-items: center;
}
.hero_feature > div span,
.started_feature > div span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: var(--index_font);
  text-transform: uppercase;
}
.hero_content h5 {
  margin-top: 16px;
  color: var(--text-color);
  font-family: var(--index_font);
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero_content h5 span {
  font-family: var(--index_libre_font);
  color: var(--primary-color);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

/*--------------------------------------------------*/
/*---------------- Planning Section CSS-----------------*/
/*--------------------------------------------------*/

section.plan_invite_section {
  margin: 40px auto 100px;
}
.planing_info {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 86px;
}
.planning_content h1 {
  font-size: 52px;
  line-height: 66px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--index_font);
  text-transform: capitalize;
}
.planning_content p {
  margin-top: 25px;
  margin-bottom: 89px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: var(--text-color);
  font-family: var(--index_font);
}
.planning_content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  gap: 22px;
}
.planning_content ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  color: var(--text-color);
  font-family: var(--index_font);
}

/*--------------------------------------------------*/
/*---------------- Planning Solution CSS-----------------*/
/*--------------------------------------------------*/

.section_heading {
  max-width: 730px;
  width: 100%;
  margin: 0 auto 50px;
}
.section_heading h2 {
  font-family: var(--index_font);
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
  text-align: center;
  text-transform: capitalize;
  color: var(--primary-color);
}
.plan_solution_section img {
  max-width: 282px;
  width: 100%;
  border-radius: 4px;
}
.top_block {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
}
.top_block p,
.bottom_block p {
  font-family: var(--index_font);
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  text-align: left;
  color: var(--text-color);
  margin-bottom: 0px;
}
.bottom_block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  max-width: 1090px;
  margin-left: auto;
  align-items: flex-end;
  margin-top: -100px;
}
.bottom_content {
  margin-bottom: -28px;
}
.about_btn {
  max-width: 208px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(108.28deg, #92ad8b 0%, #40442e 100%);
  text-decoration: unset;
  border-radius: 45px;
  font-family: var(--index_font);
  margin-top: 32px;
}

/*--------------------------------------------------*/
/*---------------- Why Work CSS-----------------*/
/*--------------------------------------------------*/

.why_work_section {
  margin: 100px 0px;
  padding: 80px 0px;
}
.all_features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.all_features .feature {
  background: var(--primary-color);
  padding: 30px 25px;
  border-radius: 18px;
  text-align: center;
}
.feature img {
  height: 60px;
}
.feature h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: var(--white);
  font-family: var(--index_font);
  margin: 18px 0px;
}
.feature p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: var(--white);
  font-family: var(--index_libre_font);
  margin-bottom: 0px;
}

.compare_section th {
  padding: 24px 39px;
  background: #f6f4ec;
  width: 33.33%;
  font-family: var(--index_font);
  color: #40442e;
  font-size: 32px;
}
.compare_section td {
  padding: 35px 25px;
  background: #f6f4ec;
  color: #111827;
  font-size: 18px;
  line-height: 32px;
  vertical-align: middle;
}
.table > tbody {
  font-family: var(--index_libre_font);
}

.table-responsive {
  border-radius: 12px;
  overflow: hidden;
}

section.how_works_section {
  margin: 100px 0;
}
.section_block {
  background: #40442e;
  color: #fff;
  padding: 20px;
  /* margin-bottom: 24px; */
  border-radius: 18px;
  width: 100%;
  max-width: 338px;
}
.section_block p.heading {
  font-size: 24px;
  line-height: 26px;
  font-family: var(--index_playfair_font);
  font-weight: 600;
  margin-bottom: 16px;
}
.section_block p.number {
  font-size: 40px;
  line-height: 36px;
  font-family: var(--index_playfair_font);
  margin-bottom: 16px;
}
.section_block p.caption {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--index_playfair_font);
  font-weight: 600;
}
.section_left {
  margin-right: 100px;
}

.review-block {
  background: #40442e;
  border-radius: 18px;
  color: #fff;
  padding: 40px;
  position: relative;
}
.review-inner {
  gap: 30px;
}
.review-heading {
  font-family: var(--index_jost_font);
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 20px;
}
.review {
  font-family: var(--index_hind_font);
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 11px;
  margin-bottom: 50px;
}
.review-author {
  gap: 20px;
}
p.reviewer-name {
  font-family: var(--index_jost_font);
  margin-bottom: 0;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 32px;
}
p.review-star {
  font-size: 12px;
  line-height: 16px;
  font-family: var(--index_jost_font);
  margin-bottom: 0;
}
.review-star span {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.quote {
  position: absolute;
  top: -30px;
}
.social-review-inner {
  gap: 20px;
}
.social-name p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--index_poppins_font);
}
.social-review {
  font-family: var(--index_poppins_font);
  font-size: 24px;
  line-height: 32px;
}
p.review-count {
  font-size: 12px;
  line-height: 14px;
}
.social-reviews {
  margin-top: 50px;
  gap: 44px;
}

.faqs {
  margin: 100px 0;
}

.faq-item {
  margin: 25px 0;
  border-radius: 18px;
  border: 2.5px solid #40442e;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
}

.faq-item .question {
  font-size: 22px;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item .answer {
  display: none;
  padding: 10px 0;
  color: #555;
  font-size: 16px;
  line-height: 26px;
}

.faq-item .icon {
  font-size: 30px;
  transition: transform 0.2s ease-in-out;
  color: #2c2c2c;
}

.faq-item.active .answer {
  display: block;
}

.faq-item.active .icon {
  transform: rotate(190deg);
}

.get-started {
  position: relative;
  padding: 100px 0px 50px;
  background: #fff;
}
.hero_image.shape2 {
  right: 0;
  position: absolute;
  top: 0;
}
.get-started-inner {
  text-align: center;
}
a.get-started-btn {
  max-width: 368px;
  height: 61px;
  margin: 0 auto;
  align-items: center;
  width: 100%;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(108.28deg, #92ad8b 0%, #40442e 100%);
  text-decoration: unset;
  border-radius: 45px;
  font-family: var(--index_font);
}
.started_feature {
  margin: 20px auto;
}
.get-started .hero_shape.shape1,
.get-started .hero_shape.shape2 {
  width: auto;
}

footer {
  background: #000;
  color: #fff;
}
.footer-inner {
  padding: 80px 0 60px;
}
.footer-details,
.contact-us {
  width: 100%;
  max-width: 400px;
}
.footer-links {
  width: 100%;
  max-width: 300px;
}
.footer-links a {
  margin-bottom: 16px;
  text-decoration: none;
  color: #f3f5feb2;
  font-family: var(--index_font);
  font-size: 20px;
  line-height: 26px;
}
.footer-details .logo,
.footer-details p {
  margin-bottom: 45px;
  margin-right: 0;
  font-size: 18px;
  line-height: 26px;
}
.contact-detail {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
  font-family: var(--index_font);
}
.contact-detail img {
  margin-right: 25px;
}
.copy-right p {
  margin-bottom: 0;
}
.copy-right {
  border-top: 1px solid #d1cfe9;
  padding: 32px 0;
  font-family: var(--index_font);
  font-size: 24px;
  line-height: 26px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .plan_solution_section img {
    max-width: 260px;
  }
  .bottom_block {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    max-width: 900px;
    margin-left: auto;
    align-items: flex-end;
    margin-top: -100px;
  }
  .top_block p,
  .bottom_block p {
    font-size: 24px;
    line-height: 35px;
  }
  .about_btn {
    max-width: 200px;
    height: 55px;
    font-size: 25px;
  }
  .all_features .feature {
    padding: 20px;
  }
  .feature h2 {
    font-size: 28px;
    line-height: 22px;
    margin: 12px 0px;
  }
  .feature p {
    font-size: 14px;
    line-height: 26px;
  }
  .why_work_section {
    margin: 80px 0px 60px;
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .plan_solution_section img {
    max-width: 200px;
  }
  .bottom_block {
    max-width: 635px;
    margin-top: -22px;
  }
  .all_features .feature {
    padding: 20px;
  }
  .feature h2 {
    font-size: 28px;
    line-height: 22px;
    margin: 12px 0px;
  }
  .feature p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .right_header {
    display: none;
  }
  div.navbar-collapse {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    text-align: center;
    padding: 20px;
    border-radius: 0px;
    background: var(--text-color);
    z-index: 3;
  }
  .hero_content h1,
  .planning_content h1,
  .get-started-inner h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 12px;
  }
  .section_heading {
    margin: 0 auto 0px;
  }
  .section_heading h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
  }
  .planing_info {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .hero_content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 21px;
  }
  section.plan_invite_section {
    margin: 0px auto 50px;
  }
  .planning_content p,
  .top_block p,
  .bottom_block p {
    font-size: 20px;
    line-height: 30px;
  }
  .planning_content p {
    margin-bottom: 25px;
  }
  .planning_content ul li {
    font-size: 20px;
    line-height: 20px;
    gap: 12px;
  }
  .planning_content ul li img {
    width: 20px;
  }
  .planning_content ul {
    gap: 15px;
  }
  a.hero_btn {
    height: 52px;
    font-size: 24px;
  }
  .hero_feature,
  .started_feature {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .hero_content h5 {
    margin-bottom: 40px;
  }
  .about_btn {
    max-width: 196px;
    height: 48px;
    font-size: 22px;
    line-height: 20px;
    margin-top: 20px;
  }
  .why_work_section {
    margin: 80px 0px 40px;
    padding: 20px 0px;
  }
  .section_left {
    margin-right: 0;
  }
  .section_block {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .bottom_content {
    margin-bottom: 0px;
  }
  .why_work_section {
    margin: 40px 0px;
    padding: 20px 0px;
  }
  .shape1 {
    display: none;
  }
  .hero_shape.shape2,
  .get-started .hero_shape.shape2 {
    width: 110px;
  }
  .hero_data {
    display: block;
  }
  .planing_info {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .top_block {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin: auto;
    text-align: center;
    justify-content: center;
  }
  .bottom_block {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .bottom_block img {
    margin: auto;
    margin-top: 22px;
  }
  .top_block p,
  .bottom_block p {
    text-align: center;
  }
  .about_btn {
    margin: 20px auto 0;
  }
  .all_features {
    grid-template-columns: 1fr;
  }
  .all_features .feature {
    padding: 20px 15px;
  }
  .feature h2 {
    font-size: 28px;
    line-height: 25px;
    margin: 15px 0px;
  }
  .feature p {
    font-size: 14px;
    line-height: 26px;
  }
  .faq-item .question {
    font-size: 18px;
    line-height: 26px;
  }
  .faq-item .answer {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-links a {
    justify-content: center;
  }
  .copy-right p {
    text-align: center;
  }
}

/* guest page */
.checkbox-cell {
  text-align: center;
}

.icon {
  cursor: pointer;
  margin-right: 8px;
  position: relative;
  display: inline-block;
}
.tooltip {
  position: absolute;
  background: #000;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  /* display: none !important; */
  top: 25px;
  left: 0;
}

/* .icon:hover .tooltip {
  display: block !important;
  opacity: 1;
} */

select {
  width: 100%;
  padding: 4px;
  border: 1px solid #ddd;
}

.tag-container ,
.notes-container{
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 210px;
}
.day-dropdown {
    display: flex;
    align-items: center;
}
.day-dropdown select{
    border: 0;
    padding: 0;
}
.tag {
    color: #000;
    padding: 0px 13px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.09);
}

.plus-icon {
    cursor: pointer;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.09);
    display: inline-block;
    padding: 3px;
    border-radius: 15px;
}

.status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}

.dot-invited {
  background-color: #ffff00;
}

.dot-attending {
  background-color: #39993d;
}

.dot-declined {
  background-color: #a70000;
}
.guest-attending th {
    background: #f9f9fa;
    font-size: 20px;
    line-height: 26px;
    font-family: var(--index_font);
    font-weight: 800;
    padding: 20px !important;
}
.guest-attending td{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    font-family: var(--index_font);
    padding: 20px !important;
}


/* Popup Container */
.popup {
    position: fixed;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 16px 64px 0px, rgba(0, 0, 0, 0.08) 0px 0px 1px 0px;
    z-index: 1000;
    padding: 32px;
    border-radius: 16px;
    width: 568px;
    display: none;
    overflow: scroll;
    scrollbar-width: none;
    height: 80vh;
}

  /* Heading */
  .popup-content h2 {
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
}
  
  /* Form Labels and Inputs */
  .popup-content label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .popup-content input[type="text"],
  .popup-content textarea ,
  .popup-content select{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 16px;
  }
  
  .popup-content textarea {
    resize: none;
    height: 80px;
  }
  
  /* Popup Overlay */
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: saturate(180%) blur(20px);
    z-index: 999;
    display: none;
  }
  
  /* Add Tag Section */
  .custom-tags{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  
  /* Tab Buttons */
  .tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cacaca;
  }
  
  button.tab.active {
    border-bottom: 1px solid;
    border-radius: 0;
}

button.add-tag-button {
    background: #000;
    color: #fff;
    border-radius: 20px;
    padding: 3px 16px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.tab-content h3 {
    font-size: 26px;
    line-height: 30px;
}

.allow-person {
    border: 1px solid #e5e7eb;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.update-button {
    font-size: 22px;
    line-height: 30px;
    background: #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    margin-top: 20px;
}

.attending-form {
    border: 1px solid #e5e7eb;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.allow-person p {
    color: #545759;
    margin: 0;
}

#addTagPopup .popup-content input[type="text"]{
    width: 75%;
    margin-bottom: 0;
}

a.add-tag {
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    padding: 9px 25px;
    display: inline-block;
    text-decoration: none;
    color: #545759;
}
.custom-tags label {
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 5px 15px;
    line-height: 20px;
}
.custom-tags input[type="checkbox"] {
    display: none;
}
.custom-tags input:checked + label{
    background-color: #000;
    color:#fff
}

p.custom-tag-heading {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}

.below-text {
    color: #545759;
}
.open-guest-popup{
    cursor: pointer;
}

.open-guest-popup a{
  color: #000;
  text-decoration: none;
}



/* login register css */


#user_info, #register, #login{
    background-color: var(--white);
  }
  .user_info_block,
  .register_info_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100vh;
  }
  .login_info_block {
    display: grid;
    grid-template-columns: 1fr;
    height: 100vh;
  }
  form#login_form {
    width: 100%;
  }
  p.dont_have_account {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--index_font);
    color: #575B63;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
  }
  p.dont_have_account a {
    color: #000;
    text-decoration: unset;
    font-weight: 700;
  }
  .register_data_block, .login_data_block {
    height: 100vh;
    overflow: hidden;
  }
  .register_form ,
  .login_form {
    /* height: calc(90vh - 87px); */
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .user_info_block .image_block img,
  .register_info_block .image_block img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .user_data_block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
    height: 100vh;
  }
  #user_info_form fieldset:not(:first-of-type) {
    display: none;
  }
  #progressbar {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  #progressbar li {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    border-radius: 20px;
  }
  #progressbar li.active {
    width: 30px;
  }
  .user_logo_block,
  .register_logo_block,
  .login_logo_block {
    padding: 25px 45px;
  }
  .user_info_form {
    /* height: calc(100vh - 188px); */
    overflow-y: auto;
    display: grid;
    align-items: center;
    justify-content: center;
  }
  .user_info_bottom {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #c8c5c5;
    width: 100%;
  }
  input.next.action-button {
    background: linear-gradient(108.28deg, #92ad8b 0%, #40442e 100%);
    border: unset!important;
    min-width: 190px!important;
    width: auto!important;
    height: 55px!important;
    border-radius: 50px!important;
    color: #fff;
    font-family: var(--index_font)!important;
    font-weight: 700!important;
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 0.1px;
    position: absolute!important;
    right: 35px!important;
    bottom: 25px!important;
    z-index: 1;
  }
  
  
  .wedding_info h2 {
    font-family: var(--index_font);
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 1px;
    color: #575B63;
  }
  .wedding_info h2 span{
    font-weight: 700;
    color: #000000;
  }
  .wedding_info p{
    margin: 20px 0px;
    color: #575B63;
    font-family: var(--index_font);
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .form_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  #user_info_form .form_field label,
  #register_form .form_field label,
  #login_form .form_field label {
    font-family: var(--index_font);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 14px;
    color: var(--text-color);
  }
  #user_info_form .form_field label span {
    color: #575B63;
  }
  #user_info_form .form_field input ,
  #user_info_form .form_field select,
  #register_form .form_field input,
  #login_form .form_field input {
    border-radius: 15px;
    width: 100%;
    height: 60px;
    border: 2px solid #C8C5C5;
    padding: 14px;
    font-size: 20px;
    font-family: 'Cormorant Garamond';
    font-weight: 600;
  }
  #user_info_form .form_field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .ui-widget.ui-widget-content {
    width: 100%;
    border: 2px solid #C8C5C5;
    border-radius: 15px;
    padding: 10px;
  }
  select.ui-datepicker-year, select.ui-datepicker-month {
    width: min-content!important;
    border: unset;
    background-image: none;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: unset!important;
    font-family: var(--index_font);
    padding: 0px;
    font-weight: 600!important;
    font-size: 26px!important;
    line-height: 31.49px!important;
    letter-spacing: 0%;
    text-align: center;
  }
  .ui-widget-header {
    border: unset!important;
    background: unset!important;
    color: #111827!important;
    font-family: var(--index_font);
    font-weight: bold!important;
    padding: 0px!important;
  }
  .ui-datepicker-calendar tbody tr {
    background-color: #FFFFFF!important;
    text-align: center;
  }
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: unset!important;
    background: unset;
    color: #000000;
    text-align: center;
    font-family: "Lato", serif;
    font-weight: 700;
    font-size: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    margin: auto;
  }
  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background: linear-gradient(108.28deg, #92ad8b 0%, #40442e 100%)!important;
    color: #FFFFFF!important;
  }
  table.ui-datepicker-calendar {
    margin-top: 24px;
  }
  .ui-datepicker th {
    padding: .5em ;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-family: var(--index_font);
    text-transform: uppercase;
    font-size: 14px;
  }
  .wedding_info_1,
  .wedding_info_2,
  .wedding_info_3,
  .wedding_info_4,
  .wedding_info_5 {
    min-width: 500px;
    margin: auto;
    width: min-content;
  }
  .switch {
    position: relative;
    display: inline-block;
    min-width: 68px;
    height: 32px;
  }
  .switch_group {
    display: flex;
    align-items: center;
    gap: 22px;
    color: #575B63;
  }
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    -webkit-transition: .4s;
    transition: .4s;
  }
  .slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 5px;
    bottom: 4px;
    background-color: var(--white);
    -webkit-transition: .4s;
    transition: .4s;
  }
  input:checked + .slider {
    background-color: var(--primary-color);
  }
  input:focus + .slider {
    box-shadow: 0 0 1px var(--primary-color);
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
  }
  .slider.round {
    border-radius: 34px;
  }
  .slider.round:before {
    border-radius: 50%;
  }
  .url_options {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    flex-wrap: wrap;
  }
  .url_options > div {
    padding: 15px 18px;
    border: solid 1px #C8C5C5;
    border-radius: 50px;
    font-family: 'Cormorant Garamond';
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    cursor: pointer;
  }
  .form_field .disabled,
  .form_field .select_box {
    position: relative;
  }
  input:focus-visible,
  select:focus-visible {
    outline: unset!important;
  }
  option {
    font-size: 14px;
    font-family: 'Lato';
    font-weight: 600;
  }
  input.disabled {
    opacity: 50%;
  }
  .form_field .disabled svg,
  .form_field .select_box svg {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
  }
  .form_field .disabled svg {
    opacity: 50%;
  }
  .checkbox_group{
    display: grid;
    gap: 25px;
  }
  .checkbox_group label {
    border: 2px solid #C8C5C5;
    padding: 18px 24px;
    border-radius: 15px;
    width: 100%;
    cursor: pointer;
  }
  .checkbox-field input:checked + label {
    background: linear-gradient(108.28deg, #92ad8b 0%, #40442e 100%)!important;
    color: var(--white);
  }
  .checkbox_group input{
    display: none;
  }
  .ui-icon.ui-icon-circle-triangle-w{
    background-image: url("image/left-arrow.svg")!important;
  }
  .ui-icon.ui-icon-circle-triangle-e{
    background-image: url("image/right-arrow.svg")!important;
  }
  .ui-icon {
    width: 24px;
    height: 24px;
  }
  .ui-icon-circle-triangle-w,
  .ui-icon-circle-triangle-e {
    background-position: unset;
    cursor: pointer;
  }
  .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    /* border: unset!important; */
    /* background: unset!important; */
  }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 2px!important;
    top: 2px!important;
  }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px!important;
    top: 2px!important;
  }
  .register_form{
    min-width: 500px;
    margin: auto;
  }
  .login_form {
    max-width: 500px;
    margin: auto;
  }
  .register_form h2,
  .login_form h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
    margin-bottom: 28px;
    font-family: var(--index_font);
  }
  .form_field {
    margin-bottom: 24px;
  }
  #register_btn,
  button#login_btn {
    background: linear-gradient(108.28deg, #92ad8b 0%, #40442e 100%);
    border: unset!important;
    width: 100%!important;
    height: 55px!important;
    border-radius: 50px!important;
    color: #fff;
    font-family: var(--index_font)!important;
    font-weight: 700!important;
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 0.1px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
  }
  .allow_policy p {
    margin-bottom: 0px;
    color: #575B63;
  }
  .allow_policy {
    margin-bottom: 30px;
  }
  a.forgot_link {
    font-family: var(--index_font)!important;
    color: var(--primary-color);
    text-decoration: unset;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: right;
    margin-top: 14px;
  }
  @media only screen and (max-width: 1100px) and (min-width: 992px)  {
    .wedding_info_1, .wedding_info_2, .wedding_info_3, .wedding_info_4, .wedding_info_5, .register_form, .login_form {
      min-width: 400px;
      margin: auto;
      width: min-content;
    }
    input.next.action-button {
      right: 20px!important;
    }
    .user_info_bottom {
      min-height: 80px;
      padding-left: 20px;
      justify-content: left;
    }
    input.next.action-button{
      min-width: 170px !important;
      height: 50px !important;
      bottom: 14px !important;
    }
    .url_options > div {
      padding: 12px 18px;
      font-size: 17px;
      line-height: 20px;
    }
    .url_options {
      gap: 10px;
    }
    #user_info_form .form_field input, #user_info_form .form_field select,
    #register_form .form_field input, #login_form .form_field input {
      border-radius: 10px;
      height: 52px;
      border: 1px solid #C8C5C5;
    }
    .wedding_info h2 {
      font-size: 28px;
      line-height: 36px;
    }
    .wedding_info p {
      font-size: 20px;
      line-height: 25px;
    }
    .form_group {
      grid-template-columns: 1fr;
      gap: 12px;
    }
  }
  @media only screen and (max-width: 991px) and (min-width: 768px)  {
    .wedding_info_1, .wedding_info_2, .wedding_info_3, .wedding_info_4, .wedding_info_5, .register_form {
      min-width: 300px;
      margin: auto;
      width: min-content;
    }
    .login_form {
      min-width: 500px;
      margin: auto;
      width: min-content;
    }
    input.next.action-button {
      right: 20px!important;
    }
    .user_info_bottom {
      min-height: 80px;
      padding-left: 20px;
      justify-content: left;
    }
    input.next.action-button{
      min-width: 170px !important;
      height: 50px !important;
      bottom: 14px !important;
    }
    .checkbox_group label {
      border: 1px solid #C8C5C5;
      padding: 12px 15px;
      border-radius: 10px;
    }
    .url_options > div {
      padding: 12px 18px;
      font-size: 17px;
      line-height: 20px;
    }
    .url_options {
      gap: 10px;
    }
    #user_info_form .form_field input, #user_info_form .form_field select,
    #register_form .form_field input, #login_form .form_field input {
      border-radius: 10px;
      height: 52px;
      border: 1px solid #C8C5C5;
    }
    .wedding_info h2 {
      font-size: 28px;
      line-height: 36px;
    }
    .wedding_info p {
      font-size: 20px;
      line-height: 25px;
    }
    .form_group {
      grid-template-columns: 1fr;
      gap: 12px;
    }
  }
  @media(min-width: 1400px){
    .register_form, .login_form {
      max-width: 600px;
      margin: auto;
    }
    .wedding_info_1,
    .wedding_info_3,
    .wedding_info_4,
    .wedding_info_5 {
      max-width: 554px;
      margin: auto;
    }
    .wedding_info_2 {
      min-width: 594px;
      margin: auto;
      width: 100%;
    }
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
      font-size: 16px;
      width: 50px;
      height: 50px;
    }
    .wedding_info h2,
    .register_form h2,
    .login_form h2 {
      font-size: 48px;
      line-height: 59.04px;
    }
    .wedding_info p{
      margin: 35px 0px;
    }
    .ui-widget.ui-widget-content {
      padding: 20px;
    }
  }



  .compare_section table {
    border-collapse: separate;
    border-spacing: 0;
  }
  .compare_section td:nth-child(2) {
    border-style: solid;
    border-color: var(--primary-color);
    border-width: 1px 7px 0px 7px;
  }
  .compare_section tbody tr:last-child td:nth-child(2) {
    border-style: solid;
    border-color: var(--primary-color);
    border-width: 1px 7px 7px 7px;
  }
  .compare_section thead th:nth-child(2) {
    border-style: solid;
    border-color: var(--primary-color);
    border-width: 7px 7px 0px 7px;
  }
  .compare_section table tr:last-child td:first-child {
    border-bottom-left-radius: 0.5rem;
  }
  .compare_section th,
  .compare_section td {
    border-bottom: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
  }
  .compare_section table tr td:first-child,
  .compare_section table tr th:first-child {
    border-left: 1px solid var(--primary-color);
  }
  .compare_section table tr th {
    border-top: 1px solid var(--primary-color);
    text-align: center;
  }
  .compare_section table tr:first-child th:first-child {
    border-top-left-radius: 15px;
  }
  .compare_section table tr:first-child th:last-child {
    border-top-right-radius: 15px;
  }
  .compare_section table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
  }
  .compare_section table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
  }
  .compare_section td:nth-child(2) img {
    margin-right: 12px;
    width: 25px;
  }
  .compare_section td:nth-child(3) img {
    margin-right: 12px;
    width: 18px;
  }
  table.guest-attending.table {
    border-collapse: separate;
    border-spacing: 0;
  }
  table.guest-attending tr:first-child th:first-child {
    border-top-left-radius: 15px;
  }
  table.guest-attending tr:first-child th:last-child {
    border-top-right-radius: 15px;
  }
  table.guest-attending tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
  }
  table.guest-attending tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
  }
  table.guest-attending tr td:first-child,
  table.guest-attending tr th:first-child {
    border-left: 1px solid #dcdcdc;
  }
  table.guest-attending tr th {
    border-top: 1px solid #dcdcdc;
    background: #f9f9f9;
  }
  table.guest-attending tr td:last-child,
  table.guest-attending tr th:last-child {
    border-right: 1px solid #dcdcdc;
  }


  @media (max-width: 767px)  {
    .allow_policy p {
      font-size: 14px;
  }
    .user_info_block,
    .register_info_block {
      grid-template-columns: 1fr;
    }
    .user_info_block .image_block, 
    .register_info_block .image_block{
      display: none;
    }
    .wedding_info_1, .wedding_info_2, .wedding_info_3, .wedding_info_4, .wedding_info_5, .register_form, .login_form {
      min-width: 300px;
      margin: auto;
      width: min-content;
    }
    input.next.action-button {
      right: 20px!important;
    }
    .user_info_bottom {
      min-height: 80px;
      padding-left: 20px;
      justify-content: left;
    }
    input.next.action-button{
      min-width: 170px !important;
      height: 50px !important;
      bottom: 14px !important;
    }
    .checkbox_group label {
      border: 1px solid #C8C5C5;
      padding: 12px 15px;
      border-radius: 10px;
    }
    .url_options > div {
      padding: 12px 18px;
      font-size: 17px;
      line-height: 20px;
    }
    .url_options {
      gap: 10px;
    }
    #user_info_form .form_field input, #user_info_form .form_field select,
    #register_form .form_field input, #login_form .form_field input {
      border-radius: 10px;
      height: 52px;
      border: 1px solid #C8C5C5;
    }
    .wedding_info h2 {
      font-size: 28px;
      line-height: 36px;
    }
    .wedding_info p {
      font-size: 20px;
      line-height: 25px;
    }
    .form_group {
      grid-template-columns: 1fr;
      gap: 12px;
    }





    .search-section {
      display: block;
    }
    .g-i-btn {
      padding: 15px 40px 15px 40px;
      font-size: 15px;
      font-family: var(--index_font);
      margin-top: 18px;
    }
    .compare_section td {
      padding: 12px 15px;
      font-size: 14px;
      line-height: 24px;
    }
    .compare_section th {
      padding: 12px 15px;
      font-size: 25px;
    }
    .compare_section td:nth-child(2) img {
      margin-right: 6px;
      width: 18px;
    }
    .compare_section td:nth-child(3) img {
      margin-right: 8px;
      width: 12px;
    }
    .compare_section thead th:nth-child(2) {
      border-width: 4px 4px 0px 4px;
    }
    .compare_section tbody tr:last-child td:nth-child(2) {
      border-width: 1px 4px 4px 4px;
    }
    .compare_section td:nth-child(2) {
      border-width: 1px 4px 0px 4px;
    }
  }


  .exit-preview {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateY(-50%);
    background: #000;
    padding: 8px 10px 8px 8px;
    border-radius: 40px;
    color: #fff;
    line-height: 27px;
} 

@media screen and (max-width:767px) {
  .exit-preview{
    left: 32%;
    transform: translateY(-32%);
  }
  .website-preview .Schedule-section{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 50px;
  }
}

.amount_options {
    margin: 20px 0px;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}
.amount_all_options {
    display: grid;
    gap: 10px;
}
.amount_all_options > div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.amount_all_options .info_icon {
    min-width: 22px;
}
.amount_all_options .info p {
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 4px;
}
.amount_all_options .info span {
    font-size: 12px;
    line-height: 14px;
    color: #888888;
    display: block;
}
.amount_all_options .form-check.form-switch {
    margin-top: 0px;
    gap: 0px;
    padding-left: 32px!important;
}
.amount_all_options .form-switch .form-check-input{
  margin-left: 0px;
}
.absolute_amount_overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    -webkit-mask-image: radial-gradient(circle, black 40%, rgba(0, 0, 0, 0) 100%);
    z-index: 9;
    border-radius: 12px;
    pointer-events: none;
    z-index: 999;
    height: 100%;
    width: 100%;
}
.absolute_amount_overlay p {
    font-weight: 500;
    width: 170px;
    text-align: center;
}
.preview-btn {
    position: absolute;
    right: 10%;
    top: 12%;
}
.password_input i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.password_input {
    position: relative;
}
.form_checkbox label {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
}
.slidebar-menu img,
.content-navbar img{
  width: 28px;
  height: 28px;
}
@media(max-width:767px){
  .preview-btn {
    left: 50%;
    top: 18%;
    right: unset;
    transform: translateX(-50%);
  }
}

/* langauge Dropdown */
.right_header{
  display: flex;
  align-items: center;
  gap: 20px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-toggle:active,
.dropdown-toggle.show,
.btn:first-child:active {
    color: unset!important;
    background-color: unset!important;
    border-color: unset!important;
    border: 0px;
}

.lang .dropdown-toggle::after {
    border-top: .3em solid #FFF;
}

.dropdown-toggle.show + .dropdown-menu {
  display: block;
}

.globe-icon {
  width: 42px;
  height: auto;
}
img.logo_img{
  width: 180px;
  height: auto;
}
img.website_logo{
   width: 150px;
  height: auto;
}

@media(max-width:520px){
  .moment-form {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    width: 340px;
  }
}

.rsvp-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    /* display: flex; */
    align-items: center;
    justify-content: center;
    font-family: 'Georgia', serif;
}

/* Modal Box */
.rsvp-modal-content {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    width: 420px;
    max-width: 90%;
    text-align: center;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.25);
    position: relative;
    animation: fadeInUp 0.4s ease;
}

/* Close Button */
.rsvp-close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 24px;
    cursor: pointer;
    color: #888;
    transition: 0.3s;
}
.rsvp-close:hover {
    color: #000;
}

/* Titles */
.rsvp-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #111;
}

.rsvp-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
    color: #555;
}

/* Buttons */
.rsvp-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rsvp-buttons button {
    padding: 14px 20px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.rsvp-buttons .accept {
    background: linear-gradient(108.28deg, #92ad8b 0%, #40442e 100%);
    color: #fff;
}

.rsvp-buttons .decline {
    background: #f5f5f5;
    color: #555;
    border: 1px solid #ddd;
}

.rsvp-buttons .decline:hover {
    background: #eaeaea;
}

.gift-info-modern {
    margin-top: 25px;
    padding: 18px 20px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
    border: 1px solid #f3f3f3;
}

.info-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

.info-item:last-child {
    border-bottom: none;
}

.info-label {
    font-size: 15px;
    font-weight: 500;
    color: #555;
}

.info-value {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}