/* Success message - this form only */

.elementor-element-43b945a6 .elementor-message.elementor-message-success{

    color: #ffffff !important;

}

/* Success icon */

.elementor-element-43b945a6 .elementor-message.elementor-message-success:before{

    color: #ffffff !important;

}

.numbercircle2 .elementor-heading-title {

    width: 56px;

    height: 56px;

    border-radius: 50%;

    background: #162334 ;

    color: #F6C978!important;

    display: flex;

    align-items: center;

    justify-content: center;

    line-height: 1;

    padding: 0;

    margin: 0;

    text-align: center;

}



.numbercircle .elementor-heading-title {

    width: 56px;

    height: 56px;

    border-radius: 50%;

    background: #F6C978;

    color: #162334 !important;

    display: flex;

    align-items: center;

    justify-content: center;

    line-height: 1;

    padding: 0;

    margin: 0;

    text-align: center;

}
.pretitle {
    font-size: .85rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #9c7d18;
    font-weight: 600;
}

/* Inline pill layout */
.formkit .elementor-field-type-checkbox .elementor-field-subgroup{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:10px !important;
}

.formkit .elementor-field-label{
    margin-bottom:5px !important;
			  margin-top:5px !important;
}

/* Critical */
.formkit .elementor-field-type-checkbox .elementor-field-option{
    width:auto !important;
    flex:0 0 auto !important;
    display:inline-flex !important;
    margin:0 !important;
}

/* Hide checkbox */
.formkit .elementor-field-type-checkbox input[type="checkbox"]{
    display:none !important;
}

/* Pills - ONLY option labels */
.formkit .elementor-field-type-checkbox .elementor-field-option label{
    display:inline-flex !important;
    width:auto !important;
    padding:10px 22px !important;
    border-radius:999px !important;
    border:1px solid #d8d2c4 !important;
    background:#fff !important;
    color:#1e293b !important;
    font-size:14px !important;
    line-height:1.2 !important;
    white-space:nowrap !important;
    cursor:pointer;
}

/* Selected state */
.formkit .elementor-field-type-checkbox input:checked + label{
    background:#001b4f !important;
    border-color:#001b4f !important;
    color:#fff !important;
}

/* Other styles */
.formkit .elementor-message-success,
.formkit .elementor-message-success svg{
    color:#ffffff !important;
    fill:#ffffff !important;
}

.list_toolkit .elementor-icon-list-items{
    gap:0 !important;
}

.italtext{
    font-style:italic;
    color:#D4AF37;
}
.list-vs .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item,

.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item:not(:last-child){

    padding-top: 0px !important;

    padding-bottom: 14px !important;

}
.sticky-whitepaper-btn {

  opacity: 0 !important;

  visibility: hidden !important;

  pointer-events: none !important;

  transition: opacity 0.3s ease;

}

.elementor-sticky--effects .sticky-whitepaper-btn {

  opacity: 1 !important;

  visibility: visible !important;

  pointer-events: auto !important;

}

/* Select field container height */
.elementor-form .elementor-select-wrapper select {
    height: 40px !important;
    max-height: 40px !important;
    line-height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
}

/* Optional: vertically center text better */
.elementor-form .elementor-select-wrapper {
    height: 40px;
    display: flex;
    align-items: center;
}

.underline-word {
    position: relative;
    display: inline-block;
}

.underline-word::after {
    content: "";
    position: absolute;
    left: 14%;
    width: 84%;
    height: 4px;
    bottom: -10px;
    background: #D5B437;

    /* stronger hand-drawn curve on left */
    border-top-left-radius: 60px 16px;
    border-bottom-left-radius: 60px 16px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;

    transform: rotate(-0.55deg);
}

.responsive-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.responsive-table table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.responsive-table th {
  font-weight: 700;
}

@media (max-width: 767px) {
  .responsive-table {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .responsive-table table {
    min-width: 680px;
  }
}

#awhite a {color:white !important;}

.elementor-icon-list-items{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.elementor-icon-list-items .elementor-icon-list-item,
.elementor-icon-list-items .elementor-icon-list-item:not(:last-child){
  margin:0 !important;
  padding:0 !important;
}

.elementor-icon-list-items .elementor-icon-list-text{
  line-height:1.2 !important;
}

.e-con-full.e-flex {border:none;}

.subscription {
  cursor: pointer;
}

.yelloh {color:#D4AF37 !important}

/* Post 2775: make text links bold + underlined (exclude Elementor buttons) */
body.postid-2775 .elementor-widget-theme-post-content a:not(.elementor-button),
body.postid-2775 .elementor-widget-text-editor a:not(.elementor-button) {
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

/* Optional: keep underline on hover too */
body.postid-2775 .elementor-widget-theme-post-content a:not(.elementor-button):hover,
body.postid-2775 .elementor-widget-text-editor a:not(.elementor-button):hover {
  text-decoration: underline !important;
}