@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.swiper2 {
    background-image: url('https://www.stitchtools.com/assets/images/contact/contact-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.swiper-slide {
  position: relative;
  position: relative;
  height: 485px;
}

.new_text {
 
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
  color: white;
}

.new_text h1 {
  font-size: 50px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.5s ease-out forwards;
  width: 1000px;
  /* margin: 0; */
  text-align: center;
}




.contact-section {
  padding: 4rem 2rem;
/* background-image: url(../IMG/blog3.jpg); */
background-repeat: no-repeat;
background-size: cover;
background-color: #f3f4f6;
}


.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
  background: rgba(255, 255, 255, 0.15); /* translucent white */
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  backdrop-filter: blur(15px); /* glass blur effect */
  -webkit-backdrop-filter: blur(15px); /* for Safari */
  border: 1px solid rgba(255, 255, 255, 0.3); /* frosty border */
}



.contact-info {
  padding: 2rem;
}

.contact-info h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #245677;
}

.contact-info p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  font-size: 1rem;
  resize: vertical;
}

.contact-form button {
  background: #245677;
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form button:hover {
  background: #0f3046;
}

.map-wrapper {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 2rem 2rem;
}

.map-box {
  flex: 1;
  min-height: 300px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  background: #fff;
}

.map_contatc {
 text-align: left;
  background: #245677;
  color: white;
  padding: 0.75rem;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
   font-family: "Roboto", sans-serif;
}
.map_contatc h3{
  margin-bottom: 11px;
  font-size: 25px;
  
}

.email, .phone{
  display: flex;
  align-content: center;
  margin-bottom: 8px;
}
.email i, .phone i{
  margin-right: 11px;
}
.map-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .map-wrapper {
    flex-direction: column;
  }

  .map-box iframe {
    height: 100%;
  }
    .new_text h1 {
      font-size: 21px;
      width: inherit;
    }
  
    .swiper-slide {
      position: relative;
      height: 240px;
  
    }
  
    .swiper {
  
      background-size: inherit;
      background-position: top;
    }
      .swiper2 {
  
      background-size: inherit;
      background-position: top;
    }

}
