/*:root,
[data-bs-theme=light] {
    --bs-primary: #652d90;
    --bs-primary-text: #652d90;
    --bs-orange: #652d90;
    --bs-yellow: #fcd015;
    --bs-primary-rgb: 101, 45, 144;
    --bs-link-color-rgb: 101, 45, 144;
    --fs-18: 18px;
    --fs-icon: 45px;
    --bg-light-dark: #e3e3e3;
    --bg-1: #f1f0fe;
    --bg-div1: #fff5cd;
    --bg-div2: #cffffc;
    --bg-div3: #ffe0e0;
}*/
:root,
[data-bs-theme=light] {
    --bs-primary: #004aad;
    --bs-primary-text: #004aad;
    --bs-orange: #004aad;
    --bs-yellow: #fcd015;
    --bs-primary-rgb: 0, 74, 174;
    --bs-link-color-rgb: 101, 45, 144;
    --fs-18: 16px;
    --fs-icon: 45px;
    --bg-light-dark: #e3e3e3;
    --bg-1: #f1f0fe;
    --bg-div1: #fff5cd;
    --bg-div2: #cffffc;
    --bg-div3: #ffe0e0;
}

p {
    font-size: var(--fs-18);
}

.bg-1 {
    background-color: var(--bg-1);
}

.bg-orange {
    background-color: var(--bs-orange);
}

.bg-yellow {
    background-color: var(--bs-yellow);
}

.bg-div1 {
    background-color: var(--bg-div1);
}

.bg-div2 {
    background-color: var(--bg-div2);
}

.bg-div3 {
    background-color: var(--bg-div3);
}
.bg-div4 {
    background-color: #f7ffe0;
}
.bg-div5 {
    background-color: #c4ff7673;
}

.bg-light-dark {
    background-color: var(--bg-light-dark);
}

/*
.cm-gradient-1 {
    background-image: radial-gradient(#121114, #2f033a);
}

.cm-gradient-2 {
    background-image: radial-gradient(#121114, #2f033a);
}
*/

.header-menu .btn{
        background-image: linear-gradient(45deg, var(--bs-primary), #c36be4);
}
.homeBanner .cm-btn, .registration-form .submit-btn{
        background-image: linear-gradient(45deg, #ffffff, #c36be4) !important;
    color: #000 !important;
}
.registration-form .submit-btn{
    border:0;
}
.btn-primary{
        background-image: linear-gradient(45deg, var(--bs-primary), #c36be4);
}
.btn-outline-primary:hover{
        background-image: linear-gradient(45deg, var(--bs-primary), #c36be4) !important;
}

.cm-gradient-1 {
    background-image: radial-gradient(#c36be4, var(--bs-primary));
}

.cm-gradient-2 {
    background-image: radial-gradient(var(--bs-primary), #2f033a);
}

.cm-gradient {
   /* background-image: radial-gradient(circle, rgba(241, 228, 255, 1) 50%, rgba(168, 137, 193, 1) 150%, rgba(101, 45, 144, 1) 100%);*/
   background-image: linear-gradient(45deg, var(--bs-primary), #c36be4);
}

.cm-btn {
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    border-radius: 8px;
    background-image: linear-gradient(45deg, var(--bs-primary), #c36be4);
}

.cm-btn:hover,
.submit-btn:hover {
    background-color: #333 !important;
    color: #fff;
    border-color: #333 !important;
}

.text-orange {
    color: var(--bs-orange);
}

.text-yellow {
    color: var(--bs-yellow);
}

.btn-primary:hover {
    background-color: var(--bs-orange);
    border-color: var(--bs-orange);
}

.fs-icon {
    font-size: var(--fs-icon);
}

.page-title-box {
    padding-top: 160px;
    padding-bottom: 65px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.hidden {
    display: none;
}


#dynamicText {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.banner-left-img-box {
    margin-bottom: -50px;
}

.profile-sidebar .bi-check-circle {
    position: relative;
    top: -5px;
}

/*.btn-fc{
    position: fixed;
    top: 50%;
    right: -69px;
    transform: rotate(-90deg);
}*/

/*#particles-js {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(241, 228, 255, 1) 50%, rgba(168, 137, 193, 1) 150%, rgba(101, 45, 144, 1) 100%);
}*/
#particles-js {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgb(6 75 174 / 2%) 50%, rgb(6 75 174 / 52%) 150%, rgb(6 75 174) 100%);
}

#imagePreview{
    display: block;
    max-width: 150px;
    max-height: 150px;
    width: 150px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 100px;
}

@media only screen and (min-width: 768px) {
    .navbar .navbar-nav .nav-link {
        padding: 15px;
        border: 5px solid;
        border-radius: 50px;
        margin: 0 5px;
    }

    .job-seeker-link {
        border-color: #000 !important;
    }

    .companies-link {
        border-color: #f2b447 !important;
    }

    /*.about-us-link {
        border-color: #c12aff !important;
    }*/
    
    .about-us-link {
        border-color: var(--bs-primary) !important;
    }

    .faq-link {
        border-color: #652d90 !important;
    }

    .register-now-link {
        border-color: rgb(101 45 144) !important;
    }

    .job-seeker-link:hover {
        background-image: radial-gradient(circle, rgb(89 82 82) 30%, rgb(0 0 0) 86%, rgb(123 121 121) 100%);

        color: #fff !important;
    }

    .companies-link:hover {
        background-image: radial-gradient(circle, rgb(255 223 86) 30%, rgb(245 177 79), rgb(237 182 73) 100%);
        color: #000 !important;
    }

    /*.about-us-link:hover {
        background-image: radial-gradient(circle, rgb(220 135 255) 30%, rgb(203 79 253), rgb(193 42 255) 100%);
        color: #fff !important;
    }*/
    
    .about-us-link:hover {
        background-image: radial-gradient(circle, rgb(6 74 173 / 67%) 30%, rgb(6 72 168 / 80%), rgb(6 75 174) 100%);
        color: #fff !important;
    }

    .faq-link:hover {
        background-color: #652d90 !important;
        color: #fff !important;
    }

    .register-now-link:hover {
        background-image: radial-gradient(circle, rgb(136 39 223) 30%, rgb(101 45 144), rgb(101 45 144) 100%);
        color: #fff !important;
    }
}

/******company box*****/
.company-step .box-1{
    border: 3px solid;
    border-color: #000;
    transition: 0.5s;
}
.company-step .box-1:hover h3, .company-step .box-2:hover h3, .company-step .box-3:hover h3{
    color: #fff;
}
.company-step .box-1:hover{
    background-image: radial-gradient(circle, rgb(89 82 82) 30%, rgb(0 0 0) 86%, rgb(123 121 121) 100%);
    color: #fff;
}
.company-step .box-2{
    border: 3px solid;
    border-color: #c12aff;
    transition: 0.5s;
}
.company-step .box-2:hover{
    background-image: radial-gradient(circle, rgb(220 135 255) 30%, rgb(203 79 253), rgb(193 42 255) 100%);
    color: #fff !important;
}
.company-step .box-3{
    border: 3px solid;
    border-color: rgb(101 45 144);
    transition: 0.5s;
}
.company-step .box-3:hover{
    background-image: radial-gradient(circle, rgb(136 39 223) 30%, rgb(101 45 144), rgb(101 45 144) 100%);
    color: #fff !important;
}


.bg-banner-circle {
    background-image: url('../images/new/vc.png');
    background-position: center;
    background-size: cover;
}

/**********Home Css*********/
.banner-left-div img {
    position: absolute;
    width: 100%;
    right: -61px;
    top: -120px;
    z-index: 1;
}

.section-box {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #000;
}

.section-box .card {
    box-shadow: 0 20px 42px rgb(0 0 0 / 20%);
    border-radius: 12px;
    transition: 0.5s;
}

.section-box .card:hover {
    box-shadow: 0 42px 60px rgb(0 0 0 / 30%);
}

.testimonials1_lightbox iframe{
    width: 100%;
}
.testimonials1_lightbox {
    /*height: 20rem;*/
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

.testimonials1-video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
}

.testimonials-img-overlay {
    background-image: linear-gradient(to top, #ff6922, rgba(255, 255, 255, 0) 70%);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.testimonials1-fake-btn {
    font-size: 18px;
    font-weight: 600;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 4rem;
    align-items: center;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.testimonials-play-icon.is-small {
    width: 2.6rem;
    height: 2.6rem;
    color: var(--dark-blue);
    flex: none;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.1;
}

.testimonials-play-icon i {
    font-size: 40px;
}

.section-discover i {
    position: relative;
    top: 5px;
}

.footer-wp-btn {
    position: fixed;
    bottom: 70px;
    right: 21px;
    z-index: 999;
}

/********Services Modal*******/
.boxDiv {
    box-shadow: 0 20px 30px #0000001c;
    border-radius: 8px;
    border: 1px solid #6e6e6e;
    margin: 10px 0;
}

.boxDiv .form-check-label {
    text-align: center;
    font-size: 16px;
}

.boxDiv .servicePrice {
    display: block;
}

.boxDiv .form-check-inline {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.boxDiv .form-check-input {
    position: relative;
    bottom: 10px;
    width: 25px;
    height: 25px;
    border-color: #6e6e6e;
    margin-bottom: 10px;
    display: block;
    float: unset;
    text-align: center;
    margin: auto;
}

/*****************Sign up page******************/
.section-signup .form-check-input {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: #b8bbbd;
}

.section-signup .form-check-input:checked {
    background-color: var(--bs-primary);
}


.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid var(--bs-primary);
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    /* Added cursor pointer */
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: var(--bs-primary);
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}

#multi-step-form label {
    font-size: 20px;
    font-weight: 500;
}

#multi-step-form input,
#multi-step-form select {
    border-color: #6e6e6e;
}

.faq-banner {
    padding: 120px 0px 30px;
}

/*.footer-bg {
    background-image: radial-gradient(circle, rgba(241, 228, 255, 1) 30%, rgba(168, 137, 193, 1) 87%, rgba(101, 45, 144, 1) 110%);
}*/
.footer-bg {
    /*background-image: radial-gradient(circle, rgba(241, 228, 255, 1) 30%, rgb(0 74 174) 100%, rgb(0 74 174) 50%);*/
    background-image: radial-gradient(#c36be4, var(--bs-primary));
}

.footer a:hover{
    color: var(--bs-yellow) !important;
}



/***********************/
.filter-input-box, .filter-input-box.form-select, .filter-search-form .choices__inner{
    height: 50px;
    padding: 10px 6px 10px 35px;
}
.bg-home2 .registration-form .submit-btn, .bg-home3 .registration-form .submit-btn{
    font-size: 20px;
    font-weight: 500;
}


.display-5{font-size:34px;}
.footer a {font-size:16px;}
.footer h3{font-size:22px;}

.filter-input-box::placeholder ,.filter-input-box, .filter-input-box.form-select, .filter-search-form .choices__inner{
    font-size:12px;
}
.choices__list--single{
    padding-top:7px;
}

@media only screen and (max-width: 991px) {
    .testimonials1_lightbox iframe{
        height:155px ;
    }
}

@media only screen and (max-width: 767px) {
    .homeBanner {
        padding-top: 100px !important;
        padding-bottom: 20px;
    }
    

    .cm-btn {
        padding: 20px;
        font-size: 20px;
        width: 100%;
    }

    .popu-category-box {
        padding: 20px 20px;
    }

    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    h3 {
        font-size: 20px;
    }

    .footer h3 {
        font-size: 18px;
    }
    
    .bg-home2 .registration-form .submit-btn, .bg-home3 .registration-form .submit-btn, .cm-btn{
        padding: 15px 15px;
        width: auto !important;
        height: auto !important;
        font-size: 18px;
        line-height: 20px;
    }
    .display-5{font-size:28px;}
    .banner-left-img-box {
        margin-bottom: -35px;
    }
    .choices__list--single .choices__item{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 600px) {
    .navbar-collapse {
        background-color: #fcd015;
    }
}