﻿@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700,900");

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: local("Cerebri-sans Light"), url("../fonts/cerebri/cerebrisans-light.woff") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: local("Cerebri-sans Regular"), url("../fonts/cerebri/cerebrisans-regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: local("Cerebri-sans Medium"), url("../fonts/cerebri/cerebrisans-medium.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: local("Cerebri-sans Semibold"), url("../fonts/cerebri/cerebrisans-semibold.woff") format("woff");
    font-weight: 600;
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: local("Cerebri-sans Bold"), url("../fonts/cerebri/cerebrisans-bold.woff") format("woff");
    font-weight: 700;
}

body {
    overflow-x: hidden;
    font-family: "Cerebri Sans,sans-serif";
    font-size: 13px;
    background: #f5f8ff;
    color: #1e293b
}

/* ---------------- loging page css  -------------------- */
.signuppage {
    background-color: #FFFFFF;
}

.imges_signup_1 {
    width: 100%;
    height: 100%;
}

    .imges_signup_1 img {
        width: 100%;
        /*    height: 100%;*/
        object-position: center;
        object-fit: cover;
    }

.h-100vh {
    height: 100vh;
}

.logo_signup img {
    width: 230px;
}

.underline_signup {
    width: 110px;
    height: 6px;
    background-color: #0C0C54;
    border-radius: 15px;
}

#registerForm label {
    font-size: 16px !important;
}

#registerForm a {
    font-size: 16px !important;
    color: #98a6ad !important;
}

#registerForm .submit_btn {
    padding: 12px 15px !important;
    width: 187px;
    font-size: 16px;
    color: #fff;
    background-color: #0C0C54;
    border-color: #0C0C54;
}

    #registerForm .submit_btn:hover {
        color: #fff;
        background-color: #4347b5;
        border-color: #4347b5;
    }

#registerForm .form-control:focus {
    background-color: transparent !important;
    border-color: #e5e7eb !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#registerForm .form-check-input {
    width: 1.3em;
    height: 1.3em;
}

.custom-wh {
    height: auto !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
}

.custom-pw-wh {
    padding: 12px 15px !important;
    border: 1px solid #e5e7eb;
}

    .custom-pw-wh .form-control {
        height: auto !important;
        font-size: 16px !important;
    }

.signuppage footer {
    padding: 8.5px 15px;
    color: #FFFFFF;
    background-color: #0C0C54;
    bottom: 0;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9999;
}

.signup-right-content {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.h-100vh {
    height: 100vh;
}

.signuppage {
    position: relative;
}

ul, li, ol {
    list-style: none;
}

.profile_img_slider {
    width: 70px !important;
    height: 70px !important;
}

    .profile_img_slider img {
        width: 70px !important;
        height: 70px !important;
        object-fit: cover;
        object-position: center;
    }

.fi-ss-star {
    font-size: 18px;
}

.card-review {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1e293b;
}

.sub_title {
    color: #98a6ad;
}

.profile_name {
    color: #4347b5;
}

.review-section {
    background-image: url("../images/review_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.signup_slider .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    color: #FFFFFF;
    transform: translateX(-50%);
}

.plan-card {
    border-color: #e5e7eb;
    cursor: pointer;
    transition: all .3s ease;
}

    .plan-card:hover {
        transform: translateY(-3px);
    }

.row.plan-row {
    align-items: flex-start;
}

.modal-content {
    border-radius: 25px;
}

.active-plan {
    background: linear-gradient(90deg,#6f42c1,#6c5ce7);
    color: #fff;
    border: none;
}

    .active-plan,
    .active-plan * {
        color: #fff !important;
    }

        .active-plan .badge {
            background: rgba(255,255,255,.2) !important;
            border: 1px solid rgba(255,255,255,.3);
        }

.old-price {
    text-decoration: line-through;
    color: #b0b0b0;
    font-size: 20px;
}

.active-plan .old-price {
    color: rgba(255,255,255,.7);
}

.plan-duration {
    font-size: 13px;
    font-weight: 500;
}

.active-plan .plan-duration {
    color: rgba(255,255,255,.85);
}

.plan-card:not(.active-plan) .plan-duration {
    color: #6c757d;
}

    .custom-card.active-plan {
        transform: scale(1.03);
        z-index: 10;
        position: relative;
        box-shadow: 0 15px 35px rgba(108,92,231,.20);
    }

    .custom-card.custom-view-mode {
        transform: none !important;
        box-shadow: none !important;
    }

.custom-header-row {
    display: flex;
    align-items: flex-start;
}

.custom-plan-badge {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    color: #374151;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}

.custom-card.active-plan .custom-plan-badge {
    background: rgba(255,255,255,.20);
    border: 1px solid rgba(255,255,255,.35);
    color: #fff;
}

.custom-fields-edit,
.custom-fields-view {
    margin-top: 15px;
}

.custom-fields-view {
    display: block;
}

.custom-fields-edit {
    animation: fadeIn .3s ease;
}

.custom-user-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.custom-user-item {
    font-size: 13px;
    font-weight: 600;
}

    .custom-user-item label {
        margin-right: 5px;
    }

.custom-fields-edit .form-control {
    height: 32px;
    font-size: 13px;
}

.custom-card .form-control {
    border: none;
    border-radius: 8px;
}

.custom-card.active-plan .form-control {
    background: rgba(255,255,255,.15);
    color: #fff;
}

    .custom-card.active-plan .form-control:focus {
        box-shadow: none;
    }

.custom-card.active-plan input[readonly] {
    background: rgba(255,255,255,.20);
}

#txtTotalUsers {
    background: rgba(255, 255, 255, .15);
}

#couponMessage.success {
    color: #198754;
}

#couponMessage.error {
    color: #dc3545;
}

.coupon-valid {
    border-color: #198754 !important;
    box-shadow: 0 0 0 .15rem rgba(25,135,84,.15);
}

.coupon-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 .15rem rgba(220,53,69,.15);
}

#couponMessage.success {
    color: #198754;
    font-weight: 500;
}

#couponMessage.error {
    color: #dc3545;
    font-weight: 500;
}

.price-summary {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #e2e8f0;
}

.summary-row,
.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-row {
    margin-bottom: 12px;
}

.summary-total {
    font-size: 22px;
    font-weight: 700;
    color: #4f46e5;
}

.additional-cost-note {
    font-size: 11px;
    color: #6c757d;
    margin-top: 2px;
    font-style: italic;
}

#btnPayNow {
    min-width: 140px;
    height: 45px;
    border-radius: 10px;
    font-weight: 600;
    background: #4f46e5;
    border-color: #4f46e5;
    transition: all .3s ease;
}

    #btnPayNow:hover {
        background: transparent;
        color: #4f46e5;
        border-color: #4f46e5;
    }

    #btnPayNow:focus,
    #btnPayNow:active {
        box-shadow: none;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.logo_signup img {
    width: 230px;
}

.underline_signup {
    width: 110px;
    height: 6px;
    background-color: #0C0C54;
    border-radius: 15px;
}