.view-form { display: block; }
.view-success { display: none; }
.show-success .view-form { display: none !important; }
.show-success .view-success { 
  display: block !important;
  animation: fadeInBlock 0.5s ease-in-out;
}

.ceo-retreat-section {
    background-color: #07245E;
    color: #ffffff;
    padding: 115px 0;
    position: relative;
    overflow: hidden;
}

.ceo-retreat-section .section-content {
    position: relative;
    z-index: 2;
    max-width: 1355px;
}

.retreat-subtitle {
    text-align: center;
    font-size: 28px;
    line-height: 43px;
    font-weight: 300;
    color: #E7EBF0;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.title-holder.retreat-title {
    font-family: 'Trada Serif', 'serif';
    text-align: center;
    font-size: 88px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 44px;
    text-transform: capitalize;
    letter-spacing: 6px;
}

.retreat-columns-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 103px;
}

.retreat-col {
    flex: 1;
    border: 1px solid #3A89E5;
    padding: 37px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.retreat-col .col-title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.retreat-col .col-desc {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: right;
}

.retreat-col .col-desc a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}
.retreat-col .col-desc a:hover {
    opacity: 0.8;
}

.form-holder.retreat-form {
    background: #ffffff;
    padding: 54px 224px 38px;
    color: #333;
    margin-bottom: 100px;
}
.form-holder.retreat-form .wpforms-field-label{
    font-weight: 500 !important;
}
.form-holder.retreat-form  .wpforms-field.wpforms-field-layout{
    margin-bottom: 0;
}
.form-holder .form-title {
    font-size: 45px;
    color: #06245E;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 400;
}

.ceo-retreat-section .wpforms-field-label {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 10px !important;
}

.view-form .wpforms-field-container .wpforms-field {
    margin-bottom: 22px;
}
.view-form .wpforms-form .wpforms-field-container .wpforms-field textarea{
    height: 93px;
}
.ceo-retreat-section .wpforms-field input,
.ceo-retreat-section .wpforms-field textarea,
.ceo-retreat-section .wpforms-field select {
    background: #fff;
    border: 1px solid #E7EBF0;
    border-radius: 0px;
    padding: 12px 15px;
    font-size: 16px;
    width: 100%;
    color: #333;
}

.ceo-retreat-section .wpforms-field input:focus {
    border-color: #07245E;
    outline: none;
}

.ceo-retreat-section .wpforms-submit-container {
    text-align: center;
    margin-top: 20px;
}

.ceo-retreat-section button.wpforms-submit {
    height: auto;
    background-color: #ED9F50;
    color: #fff;
    border: none;
    padding: 1px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: lowercase;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    min-width: 156px;
}

.ceo-retreat-section button.wpforms-submit:hover {
    background-color: #d68b3f;
}

.ceo-retreat-section .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label{
    font-size: 16px !important;
}
.ceo-retreat-section .wpforms-field-checkbox{
    margin-top: 6px;
    max-width: 858px;
}
.ceo-retreat-section .wpforms-field-checkbox label.wpforms-field-label{
  display: none !important;
}

.ceo-retreat-section .wpforms-field-checkbox ul li{
  display: flex;
  align-items: center;
  text-align: left;
}

.ceo-retreat-section .wpforms-field-checkbox input {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  margin-right: 10px !important;
  border: 1px solid #E7EBF0 !important;
}
.ceo-retreat-section .wpforms-field-checkbox .wpforms-field-label-inline{
    font-weight: 500;
    font-size: 14px;
}
.ceo-retreat-section .wpforms-field-checkbox .chekbox-link {
    color: #3B89E5;
    text-decoration: underline;
}
.ceo-retreat-section .wpforms-field-checkbox  .icon{
    color: #ED9F50;
}
.retreat-bottom-info {
    border: 1px solid #3A89E5;
    padding: 36px 70px 31px;
    margin-top: 60px;
    position: relative;
}

.info-legends {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #E7EBF0;
    font-weight: 400;
}

.info-legends span {
  position: relative;
    padding-left: 35px;
}

.info-legends span::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}
.legend-left::before { background-color: #E7EBF0; }
.legend-right::before { background-color: #3A89E5; }

.info-list {
  position: relative;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.info-list:before{
  position: absolute;
    left: -70px;
    right: -70px;
     top: 81px;
  content: '';
    width: calc(100% + 140px);
  height: 1px;
  background-color: #3A89E5;
}

.info-row {
    text-align: center;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-row:first-child .info-time{
  color: #E7EBF0;
}

.info-row::after {
    content: '';
    width: 16px;
    height: 16px;
    background: linear-gradient(180deg, #3A89E5 20.99%, #3EDDED 84.66%);
    border-radius: 50%;
    position: absolute;
    top: 72px;
    z-index: 2;
}

.info-row:first-child::after {
  background: #fff;
}
.info-time {
    color: #3A89E5;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 78px;
}

.info-desc {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    max-width: 120px;
}

.view-success .section-title{
  font-size: 32px;
  color: #fff;
  margin-bottom: 22px;
}

.view-success .retreat-bottom-info{
  margin-bottom: 100px;
}
.view-success .add-to-calendar-box,
.view-success .venue-details-box {
  margin-bottom: 40px;
}

.success-top-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 8px 46px;
    border-radius: 30px;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3.2px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-outline:hover {
    background: #fff;
    color: #07245E;
}

.btn-orange {
    background: #EDA051;
    color: #fff;
    border: 1px solid #EDA051;
}
.btn-orange:hover {
    background: #d68b3f;
    border-color: #d68b3f;
}

.add-to-calendar-box,
.venue-details-box {
    border: 1px solid #3A89E5;
    padding: 74px 90px 74px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-to-calendar-box .calendar-content,
.venue-details-box .venue-info {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cal-date, .cal-time, .venue-address {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 500;
}
.venue-address svg,
.cal-date svg {
    min-width: 20px;
}
.venue-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.wpforms-field-textarea .wpforms-field-description{
    text-align: left;
    margin-top: 27px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    max-width: 665px;
}
.wpforms-field-textarea .wpforms-field-description:before{
    content: '';
    background-image: url(../images/Info.svg);
    width: 26px;
    height: 26px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    min-width: 26px;
}
@media (max-width: 1024px) {
    .ceo-retreat-section{
        padding: 50px 0;
    }
    .retreat-subtitle {
       font-size: 20px;
       line-height: 30px;
    }
    .title-holder.retreat-title { font-size: 36px; }
    
    .retreat-col{
       padding: 20px;
    }
    .retreat-columns-wrapper {
        flex-direction: column;
    }
    
    .retreat-col .col-desc,
    .retreat-col .col-title{
        font-size: 18px;
    }
    .form-holder .form-title{
        font-size: 24px;
        margin-bottom: 40px;
    }
    .form-holder.retreat-form{
        margin-bottom: 50px;
    }
    .retreat-columns-wrapper{
        margin-bottom: 50px;
    }
    .form-holder.retreat-form {
        padding: 30px 20px;
    }
    
    .info-list:before{
        display: none;
    }
    .info-list {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
        padding-bottom: 40px;
    }
    .info-row {
        min-width: 100px;
        width: 100%;
        flex: auto;
        position: relative;
        background-color: #07245E;
        margin-bottom: 40px;
    }
    .info-time {
        margin-bottom: 0px;
    }
    .info-desc{
        width: 100%;
        max-width: 100%;
    }
    .info-row::after{
        bottom: -38px;
        top: auto;
    }
    .view-success .retreat-bottom-info{
        margin-bottom: 40px;
    }
    .info-row:before{
        content: '';
        position: absolute;
        left: 50%;
        bottom: -100%;
        background-color: #fff;
        height: 100%;
        width: 1px;
    }
    .info-legends{
        flex-wrap: wrap;
        gap: 20px;
    }
    .retreat-bottom-info{
        padding: 10px 20px;
    }
    .add-to-calendar-box,
    .venue-details-box {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }
    
    .add-to-calendar-box .calendar-content,
    .venue-details-box .venue-info {
        width: 100%;
        justify-content: center;
        padding: 0px;
    }
    
}
@media (max-width: 1300px){
    .form-holder.retreat-form{
        padding: 54px 30px 38px;
    }
}