@font-face {
    font-family: 'Laqula';
    src: url('fonts/laqulademoregular-1gkz0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Barnule';
    src: url('fonts/barnule-webfont.woff2') format('woff2'),
         url('fonts/barnule-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Mauren';
    src: url('fonts/mauren-webfont.woff2') format('woff2'),
         url('fonts/mauren-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  

  
body {
    font-family: 'Manrope', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
    background-image: url('assets/textured-bg.webp');
    background-size: 380px;
    background-position: top left;
    background-repeat: repeat;
} 
.home-bg{
    background-image: none;
    background-color: #FFD7C5
}
.home-heading-color{
    color: #E23B3D !important;
}
.home-heading-border{
    border: 2px solid #E23B3D;
    border-radius: 1.5rem;
}
.justify-center{
    justify-content: center;
}
p{
    font-family: 'Manrope', sans-serif;
}
h1 {
    font-family: 'Barnule', cursive;
    font-size: 3.5rem;
    text-align: center;
    margin-top: 20px;
    color: #E23B3D;
    letter-spacing: 0.1rem;
}
h2{
    font-family: 'Mauren', cursive;
    color: #E84D00;
}
h3{
    font-family: 'Laqula', cursive;
    font-size: 1.25rem;
    text-align: center;
    color: #433221;
    font-weight: 400;
}
h4{
    font-family: 'Manrope', sans-serif;
}
.text-xs{
    font-size: 0.7rem;
}
.no-margin{
    margin-top: 0;
    margin-bottom: 0;
}

.content {
    text-align: center;
    padding: 20px;
}
.container-white{
    background-color: #ffffff44;
    border: 1px solid #ac879d;
    border-radius: 10px;
    padding: 1rem;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.container-clear{
    border-radius: 10px;
    padding: 1rem;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.container-wedding-party{
    justify-items: center;
    text-align: center;
}
.columns-2{
    columns: 2;
}
.column{
    display: block;
}
.registry-container{
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
    gap: 20px;

}
.registry-sections{
    max-width: 800px;
    margin: 0 auto;
}
.registry-item{
    padding: 1rem;
    border: 1px solid #ac879d;
    border-radius: 8px;
    background-color: #ffffff !important;

}
.registry-item.purchased {
    opacity: 0.6;
    /* filter: grayscale(100%); */
    position: relative;
    border: none;
}
.registry-image{
    height: 150px;
    /* border: 1px solid #c2b7b7; */
    border-radius: 4px;
}
.registry-link{
    color: #E84D00;
    text-decoration: none;
    font-weight: 600;
}
.registry-link:hover{
    color: #E23B3D;
}
.dotted-divider{
    border-top: 1px dotted black;
    padding-bottom: 1.5rem;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 1.5rem;
}
.bg-1{
    background-color: #FFFAF5 !important;
    position: relative;
    box-shadow: 0px 4px 5px rgb(197, 197, 197);

}
.bg-2{
    background-color: #FFEFDE !important;
    position: relative;
    box-shadow: 0px 4px 5px rgb(197, 197, 197);

}
.bg-3{
    background-color: #FED2D2 !important;
    position: relative;
    box-shadow: 0px 4px 5px rgb(197, 197, 197);

}
.bg-4{
    background-color: #6A3B3C !important;
    position: relative;
    box-shadow: 0px 4px 5px rgb(197, 197, 197);

}
.bg-5{
    background-color: #522C3E !important;
    position: relative;
    box-shadow: 0px 4px 5px rgb(197, 197, 197);

}
.bg-6{
    background-color: #3E2C36 !important;
    position: relative;
    box-shadow: 0px 4px 5px rgb(197, 197, 197);

}
.flex{
    display: flex;
    gap: 1rem;
    border-top: 1px dotted #d1d1d1 ;
    
}
.wrap{
    flex-wrap: wrap;
}
.justify-center{
    justify-content: center;
}
.border-none{
    border: none !important;
}
.margin-top{
    margin-top: 3rem;
}
.flex-left{
    width: 100%;
    text-align: end;
}
.white{
    color: white;
}
.flex-right{
    width: 100%;
    text-align: start;
}
.align-left{
    text-align: start;
}
.photo{
    width: 100%;
    border-radius: 8px;
}
.doodle{
    max-width: 300px;
}
.bg-doodles{
    position: absolute;
    top: 10rem;
    left: 0;
    right: 0;
    margin-inline: auto;
}
.bg-doodles-no-padding{
    position: absolute;
    /* top: 10rem; */
    left: 0;
    right: 0;
    margin-inline: auto;
}
.relative{
    position: relative;
}
.container-photo{
    background-color: #ffffff;
    border: 1px solid #ac879d;
    width: 350px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 0.5rem;
    box-shadow: 0px 4px 5px rgb(197, 197, 197);
    position: relative;
    height: fit-content;
}
.container-wedding-party{
    /* box-shadow: 0px 4px 5px rgb(197, 197, 197); */
    position: relative;
}
.tape{
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 100px;
}
.caption{
    font-family: 'Laqula', cursive;
    color: #695757;
    margin-bottom: 0px;
}
.qa-question{
    margin-bottom: 0;
    font-family: "Manrope";
}
.qa-answer{
    margin-top: 5px;
}
.columns{
    display: flex;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    gap: 15px;
}
.column{
    text-align: start;
}
.img-fit{
    max-width: 100%;
    border-radius: 10px;
}
.img-map{
    width:80%;
    margin: 0 auto
}
.img-fit-2{
    width: 45%;
    border-radius: 10px;
}
.img-wedding-party{
    width: 140px;
    border-radius: 10px;
    border: 1px solid #897165;
}
.img-venmo{
    width: 200px;
    border-radius: 10px;
    border: 1px solid #897165;
}
.bg-password{
    background-image: url('bg-password.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right 50% ;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.absolute-input{
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem;
    background-color: #FFD7C5;   
}
input{
    padding: 0.5rem;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #E23B3D;
    min-width: 250px;
}
input:focus{
    background-color: #daccd5;
    outline: none
}
button{
    padding: 0.5rem;
    padding-bottom: 0.3rem;
    font-size: 1rem;
    background-color: #E23B3D;
    border: 1px solid #E23B3D;
    border-radius: 4px;
    color: #fff;
    font-family: "Mauren";
}
button:hover{
    background-color: #7e2600;
}
button.disabled {
    background-color: #897165;
    color: #5c4040;
    cursor: not-allowed;
    border: 1px solid #897165;
    opacity: 0.7;
}
ul{
    font-family: 'Manrope', sans-serif;
}
nav {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    font-family: "Mauren";
}
label{
    font-family: "Manrope", sans-serif;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0 auto;
    margin-top: 15px;
    z-index: 1000;
    font-family: "Mauren";
}

.nav-links li {
    display: inline;
}

.nav-links a {
    text-decoration: none;
    color: #433221;
    font-weight: 700;
    font-size: 1rem;
}
.selected{
    color: #E84D00 !important;
    text-decoration: underline !important;
    text-underline-offset: 7px;
}
.padding{
    padding-top: 50px;
}
.padding-lg{
    padding-top: 100px;
}
.padding-sm{
    padding-top: 20px;
}
/* General Styles */
body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

/* Checkbox Card Styling */
.checkbox-card {
    display: flex;
    align-items: center; /* Ensures checkbox and text align vertically */
    justify-content: flex-start; /* Aligns items to the left */
    background: white;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    border: 1px solid #ac879d;
    width: 100%; /* Ensures all cards have the same width */
    max-width: 400px; /* Optional: Limits how wide it can get */
}

.checkbox-card:hover {
    background-color: #FFFAF5;
}

/* Checkbox Styling */
.checkbox-card input[type="checkbox"] {
    width: 20px;  /* Set explicit width */
    height: 20px;
    margin-right: 10px;
    accent-color: #E84D00;
    flex-shrink: 0; /* Prevents stretching */
    flex-grow: 0; /* Ensures it doesn't expand */
    min-width: 20px !important;
}

/* Label Styling */
.checkbox-card label {
    font-size: 16px;
    cursor: pointer;
    /* white-space: nowrap; */
}

/* Textbox for Other Dietary */
.checkbox-card input[type="text"] {
    flex-grow: 1;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.checkbox-card input[type="text"]:focus {
    border-color: #E84D00;
}

.container-clickable {
    cursor: pointer;
    transition: trans gnform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .container-clickable:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

/* Hamburger Icon */
.menu-toggle {
    display: none;
    font-size: 30px;
    cursor: pointer;
}
.mini{
    max-width: 150px;
}
.table{
    width: 98%;
    margin: 0 auto;
    border: 1px solid #cacaca;
    border-radius: 8px;
}
.table-head{
    text-align: left;
    background-color: #e5e5e5;
}
td{
    border-bottom: 1px solid #cacaca;
    padding: none;
}
tr:hover{
    background-color: white;
}
@media (min-width: 1200px) {
    .bg-password {
        background-position: 50% 10%;
    }
}

@media (max-width: 768px) {
    .absolute-input{
        position: static !important;
        padding: 0rem !important; 
        border-radius: 3rem;
        transform: none;
    }
    .bg-password {
        background-image: url('bg-password-phone.png'); /* Image for phones */
        background-position: top;
    }
    .container-white{
        padding: 0.5rem;
    }
    .container-photo{
        max-width: 300px;
    }
    .stack-mobile{
        display: block;
    }
    .registry-sections{
        padding: 1rem;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-image: url('assets/textured-bg.webp');
        background-size: 380px;
        background-position: top left;
        background-repeat: repeat;
        text-align: center;
        padding: 10px 0;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid #ac879d;
    }

    .nav-links.show {
        display: flex; /* Show when toggled */
    }
    .menu-toggle {
        display: block;
    }
    .mini{
        width: 100%;
        max-width: none;
        text-align: center;
    }
    nav{
        margin-top: 20px;
    }
    .bg-doodles{
        display: none;
    }
    .bg-doodles-no-padding{
        display: none;
    }
    .checkbox-card{
        width: auto;
    }
    .checkbox-card input[type="text"] {
        min-width: auto;
    }
    .rsvp-input{
        margin-bottom: 15px;
    }
    .hide-mobile{
        display: none;
    }
    .margin-below-mobile{
        margin-bottom: 20px;
    }
    .img-map{
        width: 100%;
    }
}