@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

:root {
    --color: #fa932d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: poppins;
    /* background: url('../images/hero_bg_website.jpg') repeat center center/cover; */
    font-size: 0.89rem;
    height: 100vh;
    background:
    repeating-linear-gradient(
      -45deg,
      rgba(255,170,90,0.08),
      rgba(255,170,90,0.08) 2px,
      transparent 2px,
      transparent 8px
    );
  

}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background: #6e80e7;
    border-radius: 10px;
}



.section_login,
.section_registration {
    min-height: 483px;

}


.login_text {
    font-size: 19px;

}

.section_registration h4 {
    font-size: 19px;
}

.bg_left_registration {
    /* background: linear-gradient(310deg, #b0cdff8c 0%, #214a8be3 100%), url(../images/odisha_img.jpeg); */
    /* background: linear-gradient(310deg, #b0cdff8c 0%, #214a8be3 100%); */
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding-top: 15px;
}

.top_row {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    padding-left: 10px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    border-bottom: 1px dashed #d4d1d1;
}

.chse_logo_cust {
    width: 60px;
    height: auto;
}

.top_row h2 {
    text-transform: uppercase;
    /* text-shadow: 2px 2px 4px rgb(182 182 182); */
    font-size: 1rem;
    margin-left: 10px;
    font-weight: normal;

}

/* ORTPSA logo (top-right corner) */
.ortpsa_logo {
    position: absolute;
    top: 0;
    right: 6px;
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding: 6px;
}

.ortpsa_logo_cust {
    width: 280px;
}


@media (max-width: 767px) {
    .chse_logo_cust {
        width: 34px;
    }

    .top_row h2 {
        font-size: 0.67rem;
        line-height: 1.2;
        margin-left: 4px;
    }

    .ortpsa_logo_cust {
        width: 200px;
    }

    .corner_glow {
        box-shadow: inset 0 0 50px rgb(217 229 247 / 45%), inset 0 0 80px rgba(130, 180, 255, 0.4) !important;
    }

    .ortpsa {
        margin-left: 0 !important;
    }



}


@media (max-width: 1200px) {

    .ortpsa_logo img {
        width: 150px;
    }

    .ortpsa_logo {
        right: 4px;
        padding: 4px;
        border-radius: 0 0 8px 8px;
    }
}


.list_service {
    display: none;
}

.bottom_image {
    display: block;
}


@media (max-width: 767px) {
    .list_service {
        display: block;
    }

    .bottom_image {
        display: none;
    }
}


/* list of services */
.list_service {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    width: 100%;
    margin: 20px auto;
    text-align: left;
    transition: all 0.3s ease-in-out;
}



.list_service h4 {
    font-size: 1.4rem;
    color: #214a8b;
    border-left: 5px solid #214a8b;
    padding-left: 10px;
    font-weight: 600;
}

.list_service ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_service ul li {
    font-size: 0.95rem;
    color: #333;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px dashed #ddd;
    transition: color 0.3s ease;
}

.list_service ul li:last-child {
    border-bottom: none;
}

.list_service ul li i {
    color: #1d63ff;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.list_service ul li:hover {
    color: #1d63ff;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
    .list_service {
        padding: 20px;
        max-width: 90%;
    }

    .list_service h4 {
        font-size: 1.2rem;
    }

    .list_service ul li {
        font-size: 0.9rem;
    }
}


.corner_glow {
    position: relative;
    background: #fff;
    box-shadow: inset 0 0 50px rgba(33, 74, 139, 0.45), inset 0 0 80px rgba(130, 180, 255, 0.4);
    transition: all 0.3s ease;
}








.login_registration_cust {
    /* max-width: 700px; */
    width: 100%;
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1),
        0px 5px 12px -2px rgba(0, 0, 0, 0.1),
        0px 18px 36px -6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 10px;
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title img {
    width: 51px;
}

.login_registration_cust .title {
    padding: 19px;
    /* background: #f6f8fa; */
}

.login_registration_cust .title p {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
}

.login_registration_cust .title p::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: linear-gradient(310deg, #3872d5 0%, #b7d2ff 100%);
}

.user_details {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    /* padding: 14px 25px; */
}

.user_details .input_box {
    /* width: calc(100% / 2 - 20px); */
    margin: 0 0 12px 0;
}

.input_box label {
    margin-bottom: 5px;
    display: block;
}

.text_sm {
    font-size: 13px;
}

.input_box input::placeholder {
    font-size: 12px !important;
}

.equal_col input::placeholder {
    font-size: 12px !important;
}

.equal_col select::placeholder {
    font-size: 12px !important;
}

.cust_font {
    font-size: 12px !important;
}

.input_box textarea::placeholder {
    font-size: 12px !important;
}

.equal_col input {
    font-size: 13px !important;
}

.input_box textarea {
    font-size: 13px !important;

}

.input_box input {
    width: 100%;
    height: 30px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 13px !important;
    padding-left: 15px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    background-color: #f6f8fa;
    font-family: 'Poppins', sans-serif;
    transition: all 120ms ease-out 0s;
}

.input_box select {
    width: 100%;
    height: 38px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 15px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    background-color: #f6f8fa;
    font-family: 'Poppins', sans-serif;
    transition: all 120ms ease-out 0s;
}

.input_box textarea {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 13px !important;
    padding-left: 15px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    background-color: #f6f8fa;
    font-family: 'Poppins', sans-serif;
    transition: all 120ms ease-out 0s;
}

.input_box select:focus,
.input_box select:valid {
    box-shadow: 0px 0px 0px 1px #a2a2a2;
}

.input_box input:focus,
.input_box input:valid {
    box-shadow: 0px 0px 0px 1px #a2a2a2;
}

.input_box textarea:focus,
.input_box textarea:valid {
    box-shadow: 0px 0px 0px 1px #a2a2a2;
}

.gender .gender_title {
    font-size: 20px;
    font-weight: 500;
}

.gender .category {
    font-size: 0.82rem;
}

.gender .category label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.gender .category label .dot {
    height: 20px;
    width: 28px;
    background: #d9d9d9;
    border-radius: 50%;
    margin-right: 10px;
    border: 4px solid transparent;
    transition: all 0.3s ease;
}

#radio_1:checked~.category label .one,
#radio_2:checked~.category label .two,
#radio_3:checked~.category label .three {
    border-color: #d9d9d9;
    background: #4164d6;
}

.gender input {
    display: none;
}

.reg_btn {
    padding: 9px 0;
    /* margin: 15px 0; */
}

.reg_btn button {
    height: 37px;
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(to right, #ffa94d, #ff7f00);
    border-radius: 5px;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.reg_btn button:hover {
    background: linear-gradient(to right, #ff7f00, #ffa94d);
}


@media screen and (max-width: 584px) {

    /* .user_details {
        max-height: 340px;
        overflow-y: scroll;
    } */

    .user_details::-webkit-scrollbar {
        width: 0;
    }

    .user_details .input_box {
        width: 100%;
    }

    .gender .category {
        width: 100%;
    }

}

.para_registered {
    color: #858585;
    font-weight: 300;

}

.continue_log {
    color: #3d4c89;
    cursor: pointer;
    font-weight: 500;
}

.continue_log:hover {
    text-decoration: underline;
}

@media screen and (max-width: 419px) {
    .gender .category {
        flex-direction: column;
    }

    /* .bg_left_registration{
        height: auto;
    }
    .bg_left_registration img{
        width: 87px;
        margin-top: 10px;
    } */
}

/* otp design */
.section_otp {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 36px 0 0 0;
}

.section_otp label {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;

}

.otp-input-wrapper {
    display: flex;
    gap: 10px;
}

.otp-input {
    width: 50px;
    height: 43px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s;
}

.otp-input:focus {
    border-color: #a2a2a2;
}

.otp_textresend {
    font-size: 0.89rem;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}





.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffffff0;
    z-index: 9999;
}

.circle {
    width: 7vw;
    height: 7vw;
    border: 0.4vw solid #ececec;
    border-top: 0.4vw solid #de872d;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    /* background: #abc7dc; */
    background: linear-gradient(310deg, #ffdba3 0%, #fff4e6 35%, #ffffff 60%, #ffe0b8 85%, #ffdba3 100%);
}

.loader-image {
    position: absolute;
    width: 5vw;
    /* bottom: 45%; */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*====================================== end loader =====================*/







.bg_wrapper {
    /* background: url('../images/hero_bg_website.jpg') no-repeat center center/cover;
    height: 95vh; */
    position: relative;
}


.top_row {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 10px 20px; */
    /* background: rgb(255 255 255 / 64%); */
    /* background: linear-gradient(310deg, #ffdba3 0%, #ff7f00 100%); */
    background: linear-gradient(to right, #ffa24b, #fff3e9, #ffa24b) !important;
    backdrop-filter: blur(6px);
    border-bottom: none;

    transition: background 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

.top_row.scrolled {
    background: #fff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.chse_logo_cust,
.ortpsa_logo_cust {
    width: 50px;
}

.top_row h2 {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

.content_section {
    position: relative;
    z-index: 2;
    padding: 120px 30px;
}

.content_section p {
    font-size: 0.83rem;

}

.content_section h2 {
    font-size: 1.2rem;
}

.login_box {
    border-radius: 12px;
    margin-top: 84px;
    margin-bottom: 61px;

}

.login_box .btn {
    background: linear-gradient(90deg, #214a8b, #4e7edc);
    font-weight: 600;
}

.footer_section {
    background-color: black;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-top: 1px solid #d0d8e4;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}


.footer_section h5 {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
}

.equal_row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.equal_col {
    flex: 1;
    display: flex;
    flex-direction: column;
}


.equal_col input,
.equal_col select {
    width: 100%;
    height: 30px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 15px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    background-color: #f6f8fa;
    font-family: 'Poppins', sans-serif;
    transition: all 120ms ease-out 0s;
}


.equal_col input:focus,
.equal_col input:valid,
.equal_col select:focus,
.equal_col select:valid {
    box-shadow: 0px 0px 0px 1px #a2a2a2;
}


@media (max-width: 576px) {
    .equal_row {
        flex-direction: column;
    }
}


.service-text {
    font-size: 0.9rem;
    font-weight: 500;
}

.list_service_cust {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    width: 100%;
    margin: 20px auto;
    text-align: left;
    transition: all 0.3s ease-in-out;
}



.list_service_cust h4 {
    font-size: 1.4rem;
    color: #214a8b;
    border-left: 5px solid #214a8b;
    padding-left: 10px;
    font-weight: 600;
}

.list_service_cust ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_service_cust ul li {
    font-size: 0.95rem;
    color: #333;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px dashed #ddd;
    transition: color 0.3s ease;
}

.list_service_cust ul li:last-child {
    border-bottom: none;
}

.list_service_cust ul li i {
    color: #1d63ff;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.list_service_cust ul li:hover {
    color: #1d63ff;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
    .list_service_cust {
        padding: 20px;
        max-width: 90%;
    }

    .list_service_cust h4 {
        font-size: 1.2rem;
    }

    .list_service_cust ul li {
        font-size: 0.9rem;
    }
}









.service_item {
    background: linear-gradient(135deg, #ffffff, #fff2e6);
    /* background: #fff; */
    border-radius: 10px;
    padding: 12px 15px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service_item:hover {
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.icon_box i {
    color: var(--color);
    font-size: 1.6rem;
}

.text_box h6 {
    font-size: 0.79rem;
    color: #333;
    line-height: 1.4;
}

.contant_section_cust {
    margin: 0 30px;
}

.cust_height {
    height: 15px;

}

@media (max-width: 767px) {
    .contant_section_cust {
        margin: 0;
    }

    .cust_height {
        height: 146px;
    }

    .equal_col {
        flex-direction: none;
    }

    .content_section {
        padding: 0;
    }

}

/* logo new */
.text_bold {
    font-weight: 600;
    color: black;
}

.text_bold a {
    font-weight: 600;
    color: rgb(11, 113, 245);
    text-decoration: none;
}

.text_bold a:hover {
    font-weight: 600;
    color: rgb(29, 81, 150);
    text-decoration: underline;
}

.equal_col label {
    font-size: 0.85rem;
}