body{
  margin: 0;
  padding: 0;
  margin-top: 4vh;
  margin-bottom: 7vh;
}

.main{
  width: 90vw;
  margin-left: 7vw;
  margin-top: 1.5vh;
  display: inline-block;
  
   
}
#pic{
  object-fit: contain;
  width:90vw;
  
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.location{
  background-color: #353738;
  
  margin-top: -1vh;
  width:82vw;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 2vh 4vw;
}
.location h3{
  color: #E2E3E2;
  font-family: "Inika", serif;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 1.5vh;
}

.location p{
  color: #E2E3E2;
  font-family: "Inika", serif;
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: -10px;
  font-size: 16px;
}
.contact-box{
  display: block;
  position: absolute;
  z-index: 3;
  background-color: #566f7c;
  height: 6vh;
  width: 38vw;
  margin-left: -3vw;
  margin-top: 5vh;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  box-shadow: 2px 6px 8px #00000095;
  background: linear-gradient(135deg, #DDECFF 0%, #a8c8fc 50%, #617394 100%);
  padding: 1vh 5vw;
}
.contact-box2{
  position: absolute;
  display: block;
  z-index: 3;
  background-color: #607D8B;
  height: 6vh;
  width: 38vw;
  margin-top: 18vh;
   margin-left: -3vw;
   border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  box-shadow: 2px 6px 8px #00000095;
    background: linear-gradient(135deg, #DDECFF 0%, #a8c8fc 50%, #617394 100%);
  padding: 1vh 5vw;
}
.contact-box3{
  position: absolute;
  display: block;
  z-index: 3;
  background-color: #607D8B;
  height: 6vh;
  width: 38vw;
  margin-top: 31vh;
   margin-left: -3vw;
   border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  box-shadow: 2px 6px 8px #00000095;
  background: linear-gradient(135deg, #DDECFF 0%, #a8c8fc 50%, #617394 100%);
  padding: 1vh 5vw;

}

.contact-box div{
display: flex;
gap: 3vw;
align-items: center;
font-size: 4vw;
margin-left: 3vw;
}

.contact-box i{
color: #0E2A47;
font-size: 5vw;
}

.contact-box h3{
color: #0E2A47;
font-family: "Inika", serif;
  letter-spacing: 1px;
  font-weight: 300;
}

.contact-box p{
   color: #0E2A47;
  font-family: "Alice", serif;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 300;
  font-size: 4.8vw;
  margin-left: 3vw;
}

.contact-box2 div{
display: flex;
gap: 3vw;
align-items: center;
font-size: 4vw;
margin-left: 3vw;
}

.contact-box2 i{
color: #0E2A47;
font-size: 5vw;
}

.contact-box2 h3{
color: #0E2A47;
font-family: "Inika", serif;
  letter-spacing: 1px;
  font-weight: 300;
}

.contact-box2 p{
   color: #0E2A47;
  font-family: "Alice", serif;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 300;
  font-size: 3.7vw;
    white-space: nowrap;        /* keep text on one line */
  overflow: hidden;           /* hide extra text */
  text-overflow: ellipsis; 
  
}

.contact-box3 div{
display: flex;
gap: 3vw;
align-items: center;
font-size: 4vw;
margin-left: 3vw;
}

.contact-box3 i{
color: #0E2A47;
font-size: 5vw;
}

.contact-box3 h3{
color: #0E2A47;
font-family: "Inika", serif;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 4vw;
}

.contact-box3 p{
   color: #0E2A47;
  font-family: "Alice", serif;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 300;
  font-size: 4.8vw;
  margin-left: 3vw;
}

.contact-form{
  margin-top: 3vh;
  margin-bottom: 4vh;
  border: 1px solid #192f49;
  margin-left: 2vw;
  width: 96vw;
  border-radius: 24px;
}

.contact-form h2{
  margin-left: 7vw;
  color: #192f49;
  font-size: 3.2vh;
  font-family: "Arsenal", serif;
}


.message{
  display: flex;
  gap: 2vw;
}

.message img{
  width: 50vw;
  border-radius: 24px;
}


.form input{
  width: 37vw;
  height: 2.5vh;
  border: none;
  border-radius: 24px;
  background-color: #DDECFF;
  margin-top: 10px;
  padding-left: 3vw;
  font-family: "Alice", serif;
  color: #192f49;
}

.form textarea{
  width: 37vw;
  padding-left: 3vw;
  border: none;
  border-radius: 24px;
  background-color: #DDECFF;
  margin-top: 10px;
   font-family: "Alice", serif;
  color: #192f49;
}
 


input[type="submit"] {
  width: 30vw;
  margin-left: 5vw;
  background-color: #192f49;
  color: #f5f7f8;
  padding: 0.5vh ;
  font-family: "Alice", serif;
  height: 3vh;
}

input::placeholder,
textarea::placeholder {
  color: #a0a6ac;              /* soft gray text */
  font-family: "Alice", serif;
  letter-spacing: 1px;
  font-size: 13px;
  opacity: 1;                  /* ensure visible */
  transition: color 0.3s ease;
}

/* When input is focused */
input:focus::placeholder,
textarea:focus::placeholder {
  color: #cfd4d9;              /* slightly lighter on focus */
}

.toast {
  position: fixed;
  bottom: 10vw; /* just above footer/header */
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #f5f7f8;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 16px;
  opacity: 0;
  width: 80vw;
  font-family: "Alice", serif;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
  z-index: 9999;
  text-align: center;
  letter-spacing: 1px;
}
.toast.show {
  opacity: 1;
  bottom: 90px; /* slide up a little */
}
.toast.success {
  background: #192f49;
}
.toast.error {
  background: #192f49;
}
