.contact-form-settings {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.left-column {
    flex: 0 0 25%;
    padding-right: 20px;
    box-sizing: border-box;
}

.right-column {
    flex: 0 0 70%;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

#contact_form_dropdown {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
}

.mcf_tooltip {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.mcf_tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.mcf_tooltip:hover .mcf_tooltiptext {
    visibility: visible;
    opacity: 1;
}

.form-table th {
    width: 150px;
}
/* ---------------Sp -Ads-styles------------------------------------------------------------------- */
.sp-ad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5%;
    border: 1px solid #bfbfbf;
    padding: 25px 10px;
    width: 97%;
    border-radius: 12px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
    animation: gradientAnimation 1s ease infinite;
    background: linear-gradient(90deg, #0c3c74, #0a2f5a, #0c3c74);
    background-size: 200% 200%;
  }
  
  
  @keyframes gradientAnimation {
    0% {
      background-position: 100% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  .sp-pricing-footer {
    margin-top: 45px;
  z-index: 99;
  padding-bottom: 2%;
    position: relative;
    text-align: center !important;
  }
  .sp-pricing-list .pricing-item {
    font-size: 24px;
    font-weight: 400;
  }
  
  .sp-ad .pricing-button {
    text-decoration: none;
    background-color: #fbb03b;
    color: #fff;
    /* border: none; */
    /* border-radius: 25px; */
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: large;
    position: relative; /* Ensures transform works independently */
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Initial shadow */
  }
  
  .sp-ad .pricing-button:hover {
    transform: translateY(-15px); /* Increase move-up to make it more obvious */
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
    background-color: white;
    color: #fbb03b;
    border: 1px solid #fbb03b;
  
  }
  .sp-col-12 {
    width: 100%;
    padding-top: 2%;
  }
  
  .sp-col-12 * {
    color: white;
  }
  .sp-col-12 h1{
    text-align: center !important;
    line-height: 38px;
    font-size: 28px;
    font-weight: 400;
  }  
  .sp-col-12 h2 {
    
    margin-top: 0;
    line-height: 1.3;
    margin-bottom: 18px;
    font-weight: 400;
  }
  
  .sp-ad-dismiss {
    position: absolute;
    top: -5px;
    right: 11px;
    color: white !important;
    font-size: 18px;
    transition: color 0.3s ease;
  }
  
  .sp-ad-dismiss:hover {
    color: #fbb03b;
  }
  .sp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logo-container a img{
    width: 80px;
  }
  
  
   
  
  
  /* ---------------------------------------- */