@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: 60px;
    padding: 20px 266px 20px 20px;
    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 img {
  width: 100%;
  height: auto;
}
