
.contact {
  padding: 50px 15px;
}
/* contact-bg */
.contact .container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 30px;
  margin:70px auto;
}
.contact-bg{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  /* background: url("../images/contacd.png") no-repeat center center; */
    background: url("../images/supsc.png") no-repeat center center;

  background-size: cover;
  overflow: hidden;
}

.bgg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
  z-index: 1;
}

.chase-bg {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 2;
  overflow: hidden;
}


.bgg-overlay {
  background: transparent;
}


.blob {
  opacity: 0.25;
  mix-blend-mode: screen;
}

.chase-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}


.orbit {
  position: absolute;
  inset: -20%;
  animation: rotateOrbit 25s infinite alternate ease-in-out;
  transform-origin: center;
  transform: rotate(0deg) scale(1.05);
}

.blob {
  position: absolute;
  width: 850px;
  height: 850px;
  border-radius: 50%;
  filter: blur(800px);
  opacity: 0.25;
  mix-blend-mode: multiply;
}

.blob-1 {
  background: #F8992C;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.blob-2 {
  background: #44BDA4;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

.blob-3 {
  background: #8379B8;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.blob-4 {
  background: #FE2C55;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

@keyframes rotateOrbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.contact-bg >*:not(.chase-bg):not(.bg-overlay):not(.glass-overlay) {
  position: relative;
  z-index: 10;
}

/* Left side */
.contact .info-box {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  width: 40%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact .info-box h2 {
  color: #ff4f7b;
  margin-bottom: 25px;
}

.contact .info-item {
  display: flex;
  gap: 15px;
  margin-bottom:48px ;
}

.contact .info-item span {
  font-size: 22px;
  background-color: #ff4f7b;
  color: #fff1f5;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.contact .info-item h4 {
  font-size: 14px;
  color: #ff4f7b;
}

.contact .info-item p {
  font-size: 13px;
  color: #555;
}

/* Right side */
.contact .form-box {
  background: #fff;
  padding: 40px 40px 50px 40px;
  border-radius: 20px;
  width: 60%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  height: fit-content;
}

.contact .form-box h2 {
  margin-bottom: 10px;
}

.contact .form-box p {
  margin-bottom: 20px;
  color: #777;
  font-size: 14px;
}

.contact form input,
.contact form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border-radius: 30px;
  border: none;
  background: #f3f3f3;
  outline: none;
}

.contact form textarea {
  border-radius: 20px;
  height: 120px;
  resize: none;
}
.contact.cusnavbar-margin-top {
    padding-top: 113px;
}

@media (max-width: 992px) {
   .contact.cusnavbar-margin-top {
        padding-top: 103px;
    }
}

.contact form button {
  width: 100%;
  padding: 14px;
  background: #ff4f7b;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}

.contact form button:hover {
  background: #e9446c;
}
.contact .sub-title{
font-weight: 500;
font-size: clamp(15px,3vw,20px);
line-height: 100%;
letter-spacing: 0%;
margin-bottom: 50px;
}
/* Responsive */
@media (max-width: 900px) {
 .contact .container {
    flex-direction: column;
  }

 .contact .info-box,
 .contact .form-box {
    width: 100%;
  }
}
