@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: "Montserrat", sans-serif;
}

#gift{
    background: url("Pattern.png");
    background-position: left;
    background-size: cover;
}

h2{
    color: #FB3240;
}
.gift-content{
    padding-top: 3rem;
}

.container{
    max-width: 1200px;
}
#gift-form{
    border-radius: 29px;
    border: 2px solid #FFF;
    border: 2px solid color(display-p3 1 1 1);
    background: linear-gradient(155deg, rgba(207, 207, 207, 0.10) 5.1%, rgba(255, 255, 255, 0.10) 28.03%, rgba(255, 255, 255, 0.10) 70.45%, rgba(86, 86, 86, 0.10) 104.23%);
    background: linear-gradient(155deg, color(display-p3 0.8125 0.8125 0.8125 / 0.10) 5.1%, color(display-p3 1 1 1 / 0.10) 28.03%, color(display-p3 1 1 1 / 0.10) 70.45%, color(display-p3 0.3365 0.3365 0.3365 / 0.10) 104.23%);
    box-shadow: 2px 16px 55.4px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 2px 16px 55.4px 0px color(display-p3 0 0 0 / 0.10);
    backdrop-filter: blur(145.10000610351562px);
    padding: 4rem 10rem;
    margin-top: 3rem;
}

section#gift input{
    /*display: flex;*/
    /* width: 350px; */
    height: 50px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
border: 1px solid #D0D0D0;
border: 1px solid color(display-p3 0.8173 0.8173 0.8173);
}

/* Slightly smaller “lead” text on phone */
@media (max-width: 576px) {
  .gift-content .lead {
    font-size: 0.95rem;
  }
    #gift-form{
    padding: 4rem 2rem;
   }
   section#gift input{
    padding: 20px;
   }
}

/* Add a bit more vertical breathing room on narrow screens */
@media (max-width: 400px) {
  #gift-form .row > .col-12 {
    margin-bottom: 0.75rem;
  }
}

/* ====== RESPONSIVE STACKING ====== */
/* At widths below 768px, all your col-md-* will become 100% wide */
@media (max-width: 767.98px) {
  /* Gift intro columns */
  .gift-content .col-md-8,
  .gift-content .col-md-4,
  /* Form columns */
  #gift-form .col-md-6,
  #gift-form .col-md-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

   .gift-content .col-md-4{
    display: flex;
    justify-content: center;
   }

   

 

  /* Optional: give a little extra breathing room between stacked rows */
  #gift-form .mb-3,
  #gift-form .mb-4 {
    margin-bottom: 1.5rem !important;
  }
}

/* ====== BANNER IMAGE ====== */
/* Just in case you want to ensure the banner always scales */
.banner {
    margin-top: 120px;
    margin-bottom: 50px;
}

.banner img {
  width: 100%;
  height: auto;
}
  .image-upload-wrapper {
    display: flex;
    gap: 1rem;
    background-color: #fff;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #eee;
    max-width: fit-content;
  }

  .image-upload-box {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    background-color: #f3cfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    flex-direction: column;
  }

  .image-upload-box img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 16px;
  }

  .image-upload-controls {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.3rem;
  }

  .image-upload-controls span {
    cursor: pointer;
    font-size: 1.2rem;
  }

  .hidden {
    display: none;
  }

  .upload-label {
    color: #d64545;
    font-weight: 500;
    margin-bottom: 0.5rem;
  }

  .add-icon {
    font-size: 4rem;
    color: #a21c1c;
  }

  input[type="file"] {
    display: none !important;

}

#gift-form{
    background-color: #fff!important;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.form-label{
    color: #C94343;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

#main-title{
    color: #060505;
    margin: 30px 0px;
}

#submit-button{
    background-color: #0D0C22;
    color: #FFF;
    padding: 12px 55px;
    border-radius: 7px;
}

.custom-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  appearance: none;         
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

.custom-select:focus {
  border-color: #B84141;   
  outline: none;
}


