    .register-bg {
        background-image: url(../images/register-bg-2.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .register {
        border-radius: 25px;
        background-color: #104887;
    }
    
    .logo {
        width: 50%;
        height: auto;
    }
    .logo2 {
        width: 50%;
        height: auto;
    }
    .submit {
        border-radius: 25px;
        background-color: #68bd45;
        padding: 10px 30px;
        border: none;
    }
    
    .profile-btn-1 {
        background-image: url(../images/profile-btn-1.png);
        width: 309px;
        height: 122px;
        display: flex;
        background-size: contain;
        padding: 45px 0 0 120px;
        font-size: 18px;
        color: #1e3162;
        font-weight: bold;
        font-family: 'my-font-reg' !important;
        letter-spacing: 2px !important;
        margin-left: 35%;
        text-decoration: none;
    }
    
    .profile-btn-2 {
        background-image: url(../images/profile-btn-2.png);
        width: 309px;
        height: 122px;
        display: flex;
        background-size: contain;
        padding: 45px 0 0 120px;
        font-size: 18px;
        color: #1e3162;
        font-weight: bold;
        font-family: 'my-font-reg' !important;
        letter-spacing: 2px !important;
        margin-left: 15%;
        text-decoration: none;
    }
    
    .profile-content {
        min-height: 450px;
        padding-top: 50px;
        font-family: 'my-font-light' !important;
        letter-spacing: 3px !important;
    }

    .table-content {
        /* padding: 50px; */
        padding: 20px;
        font-family: 'my-font-light' !important;
        letter-spacing: 3px !important;
        margin:auto;
    }
    
    .welcome-profile {
        color: #1e3162;
        padding-left: 25px;
        padding-bottom: 50px;
        font-size: 30px;
        font-weight: bold;
        font-family: 'my-font-bold';
        margin-top: 10%;
    }
    
    .profile-logo {
        width: 100%;
        text-align: center;
    }
    /* ===== VAS HEADER ===== */
.bg-blue-2 {
    background-color: #104887; /* matches your theme */
    color: white;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    width: 80%;
    margin: 20px auto;
}

/* HEADER */
.bg-blue-2 {
  background: #104887;
  color: white;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  width: 80%;
  margin: 20px auto;
}

/* TITLE */
.section-title {
  font-weight: bold;
  font-size: 26px;
  margin-left: 10%;
}

/* BOX */
.vas-box {
  width: 80%;
  margin: 30px auto;
}

/* SCALE */
.scale {
  position: relative;
  height: 12px;
  background: linear-gradient(to right, green, yellow, orange, red);
  border-radius: 6px;
  cursor: pointer;
}

/* MARKER */
.marker {
  position: absolute;
  top: -10px;
  width: 5px;
  height: 30px;
  background: black;
  transform: translateX(-50%);
}

/* NUMBERS */
.numbers {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

/* LABEL ROW */
.labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 10px;
}

/* FACES */
.faces {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.face {
  text-align: center;
  width: 20%;
}

/* CIRCLE */
.circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  font-size: 24px;
  margin: auto;
}

/* COLORS */
.green { background: #4CAF50; }
.light-green { background: #8BC34A; }
.yellow { background: #FFEB3B; }
.orange { background: #FF9800; }
.red { background: #F44336; color: white; }

/* RANGE */
.range {
  font-weight: bold;
}

/* RESULT */
.result {
  margin-top: 10px;
  font-weight: bold;
}


    
    @media screen and (max-width: 768px) {
        .bg-profile {
            background-position: right;
        }
        .profile-content {
            padding: 50px 0px !important;
        }
        .profile-btn-1 {
            margin-left: -20%;
        }
        .profile-btn-2 {
            margin-left: -20%;
        }
        .register-bg {
            background-size: inherit;
        }
        .register {
            background-color: #104887e0;
        }
        .logo {
            width: 60%;
            height: auto;
            /* margin: 40px 0; */
            margin: auto;
        }
         .logo2 {
            width: 65%;
            height: auto;
            margin: 40px 0;
            /* margin: auto; */
        }
        .welcome-profile {
            margin-left: -15%;
        }
        .profile-logo {
            /* width: 80%; */
            width: auto;
            text-align: center;
        }
        .profile-logo img {
            width: 80% !important;
            /* width: 50% !important; */
        }
    }
