::-webkit-input-placeholder {
    color: white;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: white;
}

::placeholder {
    color: white;
}

.mrgT {
    margin-top: 5%;
}

.fnt {
    color: #004c8e;
    font-weight: 600;
        font-family: serif;
}

.fntc {
    color: #004c8e;
    font-size: 17px;
    font-family: math;
    line-height: 2rem;
}

.circle-img {
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
}

/* *************form css**************** */
.bg-container {
    background-image: url('../img/pic/pricing/2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* min-height: 70vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
}

.form-container {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    /* border-radius: 10px; */
    max-width: 500px;
    width: 100%;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

.btn-primary {
    background-color: #4fcbfa;
    color: white;
    padding: 12px 8px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 25%;
}

.btn-primary:hover {
    background-color: #005f8a;
}

@media (max-width: 768px) {
    .bg-container {
        background-image: unset;
    }

    .form-container {
        max-width: 100%;
    }
}


/* Form Styles */
.form-group {
    margin-bottom: 30px;
}

label {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

/* Input Fields with Only Bottom Border */
input.form-control,
textarea.form-control {
    width: 85%;
    padding: 2px;
    border: none;
    border-bottom: 2px solid #003260;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

input.form-control:focus,
textarea.form-control:focus {
    border-bottom: 2px solid #007bb5;
    outline: none;
}

/* File Input */
input[type="file"] {
    font-size: 14px;
}

.login-sec {
    background: rgb(255 255 255 / 0%);
    width: 100%;
    max-width: 760px;
    margin-top: 0%;
    backdrop-filter: blur(2px);
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

.textC {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
}

.bgC {
    background-color: #007bb500;
    color: white;
}

.bgC1 {
    background-color: #007bb500;
    color: rgb(0, 0, 0);
}
/* ****************************** */

.btn-custom {
    transform: scale(0.8); /* Reduces the size to 80% */
    transform-origin: left; /* Ensures scaling happens from the left */
}
.text-left {
    text-align: left; /* Aligns the button to the left */
}
.textS{
    font-size: 40px;
}

