.site-header {
 position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform 0.3s ease-in-out;
}

.site-header.header-hidden {
  transform: translateY(-100%);
}

/* .ekit-wid-con .elementskit-infobox.image-active{
     overflow:unset;
}

.ekit-wid-con .elementskit-infobox.image-active::after {
	position: absolute;
    content: "";
    top: -7px;
    left: -7px;
    height: 100%;
    width: 100%;
    background-color: rgba(37,117,252,0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
    background-size: 101% 101%;
    border: 2px solid #69da06;
	border-radius: 8px;   
}
 */




/* .shaadi-form-container {
  background: #fff7f5;
  border: 2px solid #ffc0cb;
  padding: 30px;
  border-radius: 12px;
  max-width: 700px;
  margin: 30px auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.shaadi-form-title {
  text-align: center;
  color: #d63384;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
}

.shaadi-sub-title {
  margin-top: 25px;
  color: #b03060;
  font-size: 22px;
  font-weight: bold;
}

.wpcf7-form label {
  display: block;
  margin-bottom: 15px;
  color: #333;
  font-weight: 600;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

.wpcf7-form textarea {
  resize: vertical;
  min-height: 100px;
}

.wpcf7-form input[type="radio"] {
  margin-right: 8px;
}

.wpcf7-submit {
  background-color: #d63384;
  color: #fff;
  border: none;
  padding: 14px 25px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 30px;
  display: block;
  width: 100%;
  transition: background-color 0.3s ease;
}

.wpcf7-submit:hover {
  background-color: #c2185b;
} */



