.landing {
    height: 680px;
    width: 100%;
    overflow: hidden;
    position:relative;
}
.landing video {
height: 100%;
width: 100%;
position: absolute;

left: 0;
z-index: -2;
object-fit: cover;
}
.landing .dim {
height: 100%;
width: 100%;
opacity: 0.6;
position: absolute;

left: 0;
z-index: -1;
background-color: black;
}
.landing .text {
position: relative;
top: calc(50% - 2em);
text-align: center;
}
.subcription-info {
    width: 80%;
    margin: 0 auto;
    
}
.subscribe_form {
    position: relative;
}
.subscribe_form input[type=email] {
    padding-left: 30px;
}
.subscribe_form input {
    height: 70px;
    border: none;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 30px;
    color: #000;
}
.subscribe_form .subscribe {
    right: 0px;
    top: 0px;
    width: 100px;
    height: 50px;
    position: absolute;
    color: #FFF;
    background-color: #2980B9;
    border: medium none;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    font-family: "Roboto Slab",serif;
    font-size: 18px;
}
.subscribe_form input {
    height: 50px;
    border: none;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 30px;
    color: #000;
}
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/* Tooltip styles for adjusted fields help */
.adjusted-field-help {
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.9em;
  margin-left: 5px;
}

.adjusted-field-help:hover {
  color: #0056b3;
}

.tooltip-popup {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 15px;
  max-width: 300px;
  z-index: 1000;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.tooltip-popup .tooltip-close {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #666;
  font-weight: bold;
  padding: 0;
  line-height: 1;
}

.tooltip-popup .tooltip-close:hover {
  color: #000;
}

.tooltip-popup .tooltip-content {
  margin-right: 20px;
}