@import './vendor/components/font-awesome/css/all.min.css';
.img-h100{
    height: 100%;
}
#hero h6{
    color: aliceblue;
}

.navbar-dark .mobile-nav-toggle{
    color: #fff;
}
.navbar-dark .nav-link{
    color: #fff!important;
}

.navbar-dark.navbar-mobile ul{
    background: #000;
    color: #fff;
}

.navbar-dark.navbar-mobile .nav-link{
    color: #fff;
}
.navbar-dark.navbar-mobile .nav-link.active,
.navbar-dark .nav-link.active{
    color: #e03a3c!important;
}

body[data-bs-theme='dark'] p,
body[data-bs-theme='dark'] h1,
body[data-bs-theme='dark'] h2,
body[data-bs-theme='dark'] h3,
body[data-bs-theme='dark'] h4,
body[data-bs-theme='dark'] h5,
body[data-bs-theme='dark'] h6,
body[data-bs-theme='dark'] i,
body[data-bs-theme='dark'] .counts .count-box span,
body[data-bs-theme='dark'] .faq .faq-list a.collapsed
{
    color:#fff!important;
}

body[data-bs-theme='dark'] .counts .count-box i{
    color: #e03a3c!important;
}

body[data-bs-theme='dark'] .tabs .tab-pane ul li,
body[data-bs-theme='dark'] .testimonials {
    color: rgba(255,255,255,0.7)!important;
}

body[data-bs-theme='dark'] .faq .faq-list a.collapsed
{
    color:#fff!important;
}

body[data-bs-theme='dark'] .testimonials .testimonial-item h3{
    color: #111!important;
}

body[data-bs-theme='dark'] .testimonials .testimonial-item h4,
body[data-bs-theme='dark'] .testimonials .testimonial-item p{
    color: #999!important;
}
body[data-bs-theme='dark']  .testimonials .testimonial-item .quote-icon-left,
body[data-bs-theme='dark']  .testimonials .testimonial-item .quote-icon-right {
  color: #0b0000!important;
}

body[data-bs-theme='dark'] input[type="text"],
body[data-bs-theme='dark'] input[type="email"],
body[data-bs-theme='dark'] textarea{
    background: #fff!important;
}

.service-box{
    box-shadow: 0 4 6px rgba(0, 0, 0, 0.85);
}

.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.75);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    box-shadow: none;
    border-color: #e03a3c;
}
.service-item span{
    text-align: justify;
}

body[data-bs-theme='dark'] .service-item span{
    color: #fff!important;
}

.service-item .service-icon, .service-item .service-btn {
    margin: -1px 0 0 -1px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #e03a3c;
    border-radius: 5px 0;
    transition: .5s;
}

.service-item .service-btn {
    margin: -1px -1px 0 0;
    border-radius: 0 5px;
    opacity: 0;
}

.service-item:hover .service-btn {
    opacity: 1;
}

.ram-php-box-bg{
    background: #000000bd;
}

.bg-vikshro{
 background-color: #ed999bef;
}

.vikshro-register-left,
.vikshro-register-right{
    position: relative;
    padding: 60px 15px;
    border-radius: 30px;
    color: #fff;
    font-style: oblique;
    max-height: 100vh;
    justify-content: flex-start;
    
}



.vikshro-register-left{
    text-overflow: ellipsis;
    text-shadow: #111;
    padding-right: 5%;
}
.vikshro-register-left h3{
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-overflow: ellipsis;
    text-shadow: #111;
    padding: 5px 15px;
    padding-bottom: 0;
}
.vikshro-register-left h6{
    width: 100%;
    color: #fff;
    font-weight: 0;
    text-overflow: ellipsis;
    text-shadow: #111;
    padding: 5px 15px;
    padding-top: 0;
}

.vikshro-register-left .img-ov{
    position: absolute;
    bottom: 0;
    right: -15%;
    height: 65%;
    width: 65%;
    background: url('./assets/img/vikshro-ai-tech.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio:1/1;
    z-index: 2;
}
.vikshro-register-right{
    padding: 0;
    background-color: #fff;
    color: #000;
    height: max-content;
}
.vikshro-register-right .bg-overlay{
    position: absolute;
    background: #fff;
    border-radius: 29px;
    z-index: 0;
    top: 0;
    left: -12%;
    height: 100%;
    width: 100%;
    box-shadow: -2px -0px 2px #00000007, -3px 0px 4px #00000026;
}

.vikshro-register-right .mainbody{
    display: flex;
    padding: 60px 5px!important;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    align-items: center;
    align-self: center;
    align-content: center;
}
.vikshro-register-right .mainbody, 
.vikshro-register-right .mainbody .form-container{
    position: relative;
    font-style: normal;
    z-index:1;
    padding: 10px 20px;
    width: 100%;

}

.vikshro-register-right .mainbody{
    padding: 60px 10px!important;
    padding-left: 100px!important;
    padding-right: 5px!important;
    align-items: center;
    justify-items: center;
    place-items: center;
}

.form-container {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    
}

.form-container h2 {
    margin-bottom: 20px;
}

.form-container input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form-container button {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #f68b42;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.form-container button:hover {
    background-color: #e07b33;
}

.form-container .social-buttons {
    justify-content: space-between;
    margin-bottom: 20px;
}

.form-container .social-buttons button {
    width: 48%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.form-container .social-buttons button.google {
    background-color: #dd4b39;
    color: #fff;
}

.form-container .social-buttons button.facebook {
    background-color: #3b5998;
    color: #fff;
}

.form-container .login-link {
    margin-top: 10px;
    text-align: center;
}

.form-container .login-link a {
    color: #f68b42;
    text-decoration: none;
}

.form-container .login-link a:hover {
    text-decoration: underline;
}




@media (max-width: 768px) {
    .vikshro-register-left,
    .vikshro-register-left > *{
        display:none;
    }
    .vikshro-register-right{
        overflow-y:visible;
        overflow: visible;
        overflow-wrap: normal;
        max-height: max-content;
        height: fit-content;
    }

    .vikshro-register-right .bg-overlay{
        display: none;
    }
    .vikshro-register-right .mainbody{
        padding: 5px 10px!important;
        padding-left: 10px!important;
        padding-right: 10px!important;
        align-items: center;
        justify-items: center;
        place-items: center;
    }
    .form-container .social-buttons button {
        width: 100%;
        margin-bottom: 10px;
    }
}


@keyframes loading-btn {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
button.loading.hide,
button#submit.hide,
button.submit.hide{
    display: none;
}
button.loading i{
    transition: all ease-in-out;
    animation: loading-btn 2s linear infinite;
}

.hidden,
.hidden > *{
    display: none!important;
}