@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Roboto", sans-serif;
}

body {
    
    /*background: url('images/bg.jpe') no-repeat center center fixed;*/
    background-size: cover;
    font-family: Arial, sans-serif;
}


 .popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/popup-bg.webp') no-repeat center center/cover;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
 
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6); /* dark overlay */
  z-index: -1; /* behind content */
}

.popup-logo {
    width: 350px;
    margin-bottom: 10px;
}
    .popup-title {
      font-size: 48px;
      font-weight: 800;
    }

    .popup-title span:first-child {
      color: #f42666;
    }

    .popup-title span:last-child {
      color: #88d124;
    }

 .popup-subtitle {
    color: white;
    font-weight: 600;
    margin: 10px 0;
    font-size: 54px;
    line-height: 1.5em;
    text-align: center;
}

    .popup-text {
    color: white;
    margin-bottom: 30px;
    font-size: 33px;
    line-height: 1.5em;
    text-align: center;
}

    .popup-btn {
      background: #88d124;
      color: white;
      border: none;
      padding: 12px 24px;
      font-size: 18px;
      font-weight: bold;
      margin: 10px;
      border-radius: 40px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 8px;
       transition: all 0.2s ease, visibility 0s;
    border-radius: 50px;
    border: 2px solid rgb(139, 103, 85);
    background: #7FCC28;
    }

    .popup-btn .arrow {
      color: #f42666;
    }

    .popup-hidden {
      display: none;
    }

.step-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
    margin-bottom: 60px;

}

.step-image {
    border-radius: 12px 12px 0 0;
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
}

.step-body {
    padding: 30px;
}

.step-heading {
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}

.step-text {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-feature-settings: "clig" off, "liga" off;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
    color: #434347;
}

.step-text-2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}



.step {
    display: none;
}

.active-step {
    display: block;
}

.btn-success {
    background-color: #40ea8b;
    border: none;
    padding: .75rem 1.25rem;
    font-family: "Roboto", sans-serif;
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #252527;
}

.btn-success:hover {
    background-color: #3de186;
    color: #252527;
}

.btn-back {
    background-color: #e0e0e0;
}

.form-label,
.form-control,
.form-select {
    font-size: 14px;
}

.btn-group {
    background-color: #f4f4f4;
    padding: 5px;
    border: 1px solid #f4f4f4;
    outline: 1px solid #e3e3e3;
}

.btn-group .btn {
    width: 100%;
}

.btn-group {
    width: 100%;
}

.btn-group .btn:hover {
    border: 1px solid #e3e3e3;
    box-shadow: 2px 2px 6px #0000001a;
    background-color: #ffffff !important;
    color: #36363a !important;
    font-size: 14px;
}

.btn-group .btn {
    border-color: #f4f4f4 !important;
    color: rgb(114, 114, 122) !important;
    font-size: 14px !important;
}

.btn-group .active {
    border: 1px solid #e3e3e3 !important;
    box-shadow: 2px 2px 6px #0000001a;
    background-color: #ffffff !important;
    color: #36363a !important;

}

.error {
    display: none;
    font-size: 13px;
    padding: 6px 10px;
    margin-top: 8px;
    background-color: #fffaf0;
    border: 1px solid #ffeda8;
    border-radius: 4px;
    color: rgb(54, 54, 58);
}


.form-feild {
    margin-bottom: 1.5rem;
}

.form-floating-custom {
    position: relative;

}

.form-floating-custom input,
.form-floating-custom select {
    width: 100%;
    padding: 24px 12px 0 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: transparent;
}

.form-floating-custom label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background-color: transparent;
    padding: 0 4px;
    color: #888;
    transition: all 0.2s ease;
    pointer-events: none;
}

.form-floating-custom input:focus+label,
.form-floating-custom input:not(:placeholder-shown)+label,
.form-floating-custom select:focus+label,
.form-floating-custom select:not([value=""])+label {
    top: 14px;
    left: 10px;
    font-size: 12px;
    color: #333;

}

.form-floating-custom input:focus,
.form-floating-custom input:not(:placeholder-shown),
.form-floating-custom select:focus,
.form-floating-custom select:not([value=""]) {
    border-color: #ffeda8;
    outline: none;
    box-shadow: none !important;
}

.backToStep {
    display: flex;
    align-items: center;
}

.main-label {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    padding-bottom: .5rem;
    color: #72727a;
}

.group-label {
    margin-bottom: .75rem;
    font-family: "Roboto", sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #72727a;
}

button#addMinorBtn {
    border: 1px solid color-mix(in srgb, #ffffff, #000 15%);
    padding: .75rem 1.25rem;
    font-family: "Roboto", sans-serif;
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #161618;
}

button#addMinorBtn:hover {
    background-color: #f5f5f5;
}

.minor-entry {
    padding: 30px 0 00;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.removeMinorBtn {
    color: #006df2;
    background-color: transparent;
    border: none;
}

p.step-3-text {
    font-style: italic;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: rgb(54, 54, 58);
    line-height: 20px;
}

.form-check label {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.87);
}
.form-check label a{
      color: rgba(0, 0, 0, 0.87);
}

.form-check span {
    font-weight: 400;
    font-size: 16px;
    color: rgb(161, 161, 167);
}

.show-minors h3 {
    font-size: 18px;
    line-height: 24px;
    color: rgb(54, 54, 58);
    font-weight: 600;
    margin-top: 40px;
}

.show-minors strong .show-minors span {
    font-size: 16px;
    color: rgb(54, 54, 58);
    line-height: 24px;
    font-weight: 400;
}

.show-minors div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
}

.thanks-message p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(54, 54, 58);
    font-weight: 400;
}


.show-minors div:nth-child(odd) {
    border-top: 1px solid #f4f4f4;
    /* Replace #000 with desired color */
}
span.under-sixteen {
    font-size: 14px;
    font-weight: 400;
}
#emailSuccessMessage {
    padding: 8px 12px;
    margin-top: -10px;
    font-size: 14px;
    border: 1px solid #40EA8A;
    color: rgb(54, 54, 58);
    background-color: #f0fff4;
    border-radius: 5px;
}

#minorOption {
    margin-bottom: 20px;
}

div#gDOBError {
    margin-bottom: 24px;
    margin-top: -16px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}

.field-requried {
    color: #cc3a3c;
}