.logn-normal {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 30px 0 80px;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 900px;
}

.logn-normal .content-area-sli {
    position: relative;
    z-index: 99;
    margin-bottom: 25px;
}
.logn-normal .content-area-sli h1 {
    font-family: var(--td-ff-rethink);;
    color: #141F39;
    font-weight: 600;
    font-size: 53px;
}
.logn-normal .content-area-sli h1 span {
    font-family: var(--td-ff-dm);
    font-style: italic;
    font-weight: 400;
    line-height: 1;
}
.logn-normal .content-area-sli h1 p {
    color: #000;
}
.logn-normal.sty1 .content-area-sli h1 span {
    color: #FF623B;
}
.login-card {
    width: 100%;
    max-width: 450px;
    background: #fff;
    border-radius: 35px;
    padding: 26px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    margin-left: auto;
}
.login-card .login-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}
.logn-normal .shape {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    top: 0;
    opacity: 1;
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
}
.logn-normal .shape img {
    width: 100%;
}

.lef-wrap-holder{
    position: relative;
    margin:20px 0;
    max-width: 350px;
   
}
.wp-card-box {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: 320px;
    padding: 15px 13px;
    background-color: #fff;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    position: relative;
}
.wp-card-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.wp-card-box:hover .course-arrow {
    background: #4a63ff;
    color: #fff;
    border-color: #4a63ff;
}

.wp-card-box .icon {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    background: #edf4ff;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}


.wp-card-box .icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.wp-card-box .icon.sty1 {
    background: #E8FFF7;
}
.wp-card-box .icon.sty2 {
    background: #F4EAFF;
}

.wp-card-box .content {
    flex: 1;
}


/* Small Heading */
.wp-card-box .content h6 {
    font-family: var(--td-ff-rethink);
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    color: #1E1B4B;
}


/* Main Heading */
.wp-card-box .content h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #2655FF;
}


/* Heading Style 1 */
.wp-card-box .content h5.sty1 {
    color: #1C7C47;
}


/* Heading Style 2 */
.wp-card-box .content h5.sty2 {
    color: #684199;
}

.wp-card-box .content p {
    margin: 3px 0 0;
    font-size: 14px;
    color: #6B7280;
    line-height: 1;
}
.wp-card-box .arrow {
    width: 22px;
    height: 22px;

    border: 2px solid #CAD4FF;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #6f78d9;
    font-size: 16px;
    font-weight: 500;

    transition: all 0.3s ease;
}
.wp-card-box .sbt-img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.lft-bx-holder {
    position: relative;
    width: 100%;
}

.lft-bx-holder .lft-bx-2 {
    box-sizing: border-box;
    position: absolute;
    max-width: 240px;
    background: rgba(255, 255, 255, 0.439216);
    border: 1.5px solid rgba(255, 255, 255, 0.690196);
    box-shadow: 0px 20px 40px rgba(59, 31, 140, 0.0941176);
    backdrop-filter: blur(12px);
    border-radius: 32px;
    left: -280px;
    top: 430px;
    padding: 20px 30px;
}
.lft-bx-holder .lft-bx-2 .top {
  
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.lft-bx-holder .lft-bx-2 .top span {
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: #1E1B4B;
}
.lft-bx-holder .lft-bx-2 .bdy {

    display: flex;
    align-items: center;
    gap: 20px;
}
.lft-bx-holder .lft-bx-2 .bdy h3{
      font-weight: 700;
    color: #1E1B4B;
}
.lft-bx-holder .lft-bx-2 .bdy em {
    font-style: normal;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: #10B981;
}
.login-card-hdd {
    position: absolute;
    top: 120px;
    right: 200px;
    max-width: 470px;
    width: 480px;
    padding: 20px;
    border: 0 ;
    border-radius: 20px;
}
.login-header {

    display: flex;
    align-items: start;
    gap: 14px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}
.login-icon{
  width:56px;
    height:56px;
    border-radius:12px;
    background-color: var(--td-theme-primary);
    display:flex;
    align-items:center;
    justify-content:center;

}
.login-icon img{
  width: 30px;
}
.login-card .form-group {
    position: relative;
    margin-bottom: 5px;
}
.login-card .form-group img, .login-card .form-group i {
    position: absolute;
    left: 18px;
    top: 15px;
    color: #B8B8C5;
    font-size: 14px;
    z-index: 9;
}

.login-card .form-group input {
    position: relative;
    width: 100%;
    border: none;
    background-color: #F6F8FF;
    border: 0.5px solid #E5E8EB;
    border-radius: 13px;
    padding: 10px 12px 10px 35px;
    outline: none;
    margin-bottom: 10px;
    height: 43px;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
}

.login-title h2 {
    margin: 0;
    font-size: calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: #141F39;
}
.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 18px;
    padding: 0 0px;
}

.login-options a {
    color: #519f47;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.login-options a:hover {
    text-decoration: underline;
}
.remember {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 0 10px;
}

.remember input {
    width: 13px;
    height: 13px;
    border-radius: 8px;
}
.login-btn {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 12px;
    background-color: var(--td-theme-primary);
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;

    transition: 0.3s;
    padding: 15px 40px;
}

.login-btn:hover {
    background: #000;
    color: #fff;
}

.login-btn i {
    font-size: 20px;
}

.login-btn.sty1 {
    background-color: #250031;
}

.login-card
.divider {
    position: relative;
    text-align: center;
    margin: 22px 0;
}
.login-card
.divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #E6E6E6;
}
.login-card
.divider span {
    position: relative;
    background: #fff;
    padding: 0 14px;
    color: #999;
    font-size: 14px;
}

.login-card .social-btn {
    width: 100%;
    height: 56px;
    border: 1px solid #E5E5E5;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    margin-bottom: 14px;
    transition: 0.3s;
    font-size: 16px;
}

.login-card .social-btn img {
    width: 26px;
    height: 26px;
}

.login-card .social-btn:hover {
    border-color: #3E5AF4;
    box-shadow: 0 6px 20px rgba(62, 90, 244, 0.08);
}



.login-card .signup-text {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #8E969E;
}

.login-card .signup-text a {
    color: #519f47;
    text-decoration: none;
    font-weight: 500;
    margin-left: 4px;
}

.login-card .signup-text a:hover {
    text-decoration: underline;
}

.botom-info-bar {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 15px 20px;
    flex-wrap: wrap;
    font-family: var(--td-ff-rethink);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}


.botom-info-bar.sty1 .info-item .icon {
    background-color: #519f47;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
}


.botom-info-bar.sty1 .info-item .icon img {
    filter: brightness(0) saturate(100%)
        invert(100%)
        sepia(74%)
        saturate(0%)
        hue-rotate(141deg)
        brightness(115%)
        contrast(101%);
}


.botom-info-bar.sty1 .info-item span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}


.botom-info-bar.sty1 .info-item p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}



.botom-info-bar .info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}


.botom-info-bar .info-item i {
    color: #00E58A;
    font-size: 16px;
    flex-shrink: 0;
}


.botom-info-bar .divider {
    width: 1px;
    height: 25px;
    background-color: #8BB2E5;
}


@media (max-width:1400px){
    .login-card-hdd{
        right: 20px;
            top: 100px;
    }
}



.logn-sec {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.logn-sec .lgnone-left {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 200px 50px 100px;
}
.logn-sec .lgnone-left .shape-rob{
    position: absolute;
  right: -50px;
  top: 100px;
}
.logn-sec .lgnone-left .leftlgn-content {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.logn-sec .lgnone-left .leftlgn-content h1 {
    font-family: var(--td-ff-rethink);
    font-size: clamp(28px, 4vw, 58px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.logn-sec .lgnone-left .leftlgn-content h1 span {
    color: var(--td-theme-primary);
}

.logn-sec .lgnone-left .leftlgn-content h1.sty1 span {
    color: #00FF9E;
}

.logn-sec .lgnone-left .leftlgn-content p {
    color: #fff;
}

.logn-sec .lgnone-left .leftlgn-content .role-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    margin-top: 30px;
}

.logn-sec .lgnone-left .leftlgn-content .role-card .role-iitem {
    flex: 1;
    text-align: center;
}

.logn-sec .lgnone-left .leftlgn-content .role-card .role-iitem .icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #519f47;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recent-listbok h5{
    color: #fff;
}
.logn-sec .lgnone-left .leftlgn-content .role-card .role-iitem .icon:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.logn-sec .lgnone-left .leftlgn-content .role-card .role-iitem .icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.logn-sec .lgnone-left .leftlgn-content .role-card .role-iitem .icon.sty1 {
    background: #0B0D78;
}

.logn-sec .lgnone-left .leftlgn-content .role-card .role-iitem .icon.sty2 {
    background: #2655FF;
}

.logn-sec .lgnone-left .leftlgn-content .role-card .role-iitem h5 {
    font-family: var(--td-ff-rethink);
    font-size: clamp(15px, 1.5vw, 20px);
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    text-transform: initial;
    letter-spacing: 0.5px;
}

.logn-sec .lgnone-left .leftlgn-content .role-card .role-iitem .text {
    min-height: 110px;
}

.logn-sec .lgnone-left .leftlgn-content .role-card .role-iitem .text p {
    margin: 0;
    color: #000;
    font-size: clamp(13px, 1.2vw, 16px);
}

.logn-sec .lgnone-left .leftlgn-content .role-card .middle-divider {
    position: relative;
    width: 1px;
    align-self: stretch;
    background: #d9d9d9;
}

.logn-sec .lgnone-left .leftlgn-content .role-card .middle-divider span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d9d9d9;
}


/* Step List */

.lgnonestep-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
}

.lgnonestep-list .lgnone-item {
    text-align: center;
    padding: 0 22px;
    position: relative;
    min-height: 110px;
}

.lgnonestep-list .lgnone-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 80%;
    background-color: #d5d5d569;
}

.lgnonestep-list .lgnone-item .icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.lgnonestep-list .lgnone-item .icon:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.lgnonestep-list .lgnone-item .icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.lgnonestep-list .lgnone-item .text {
    min-height: 142px;
}

.lgnonestep-list .lgnone-item .text h6 {
    font-family: var(--td-ff-rethink);
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
    text-transform: initial;
}

.lgnonestep-list .lgnone-item .text p {
    color: #fff;
    font-size: clamp(13px, 1.2vw, 16px);
    margin: 0;
}


/* Right Section */

.lgnone-right {
    background-color: #F3F2FF;
    height: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 100px 80px;
}

.lgnone-right.sty1 {
    background: #EBF4FF;
}


/* Back */

.lgnone-right .tpbck {
    display: flex;
    align-items: center;
    margin: 10px 0 40px;
}

.lgnone-right .tpbck a {
    color: var(--td-theme-primary);
    text-decoration: none;
    font-size: clamp(12px, 1.1vw, 14px);
    font-weight: 400;
}


/* Create Account */

.lgnone-right .creta-accnt {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 12px;
}

.lgnone-right .creta-accnt .icon {
    width: 55px;
    height: 60px;
    border-radius: 8px;
    border: 0;
    background-color: var(--td-theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lgnone-right .creta-accnt .icon img {
    width: 35px;
    height: auto;
    object-fit: contain;
}

.lgnone-right .creta-accnt .icon.sty1 {
    background: var(--td-theme-primary);
}

.lgnone-right .creta-accnt .icon.sty2 {
    background: var(--td-theme-primary);
}

.lgnone-right .creta-accnt .text h4 {
    font-family: var(--td-ff-rethink);
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 600;
    color: #250031;
    margin-bottom: 5px;
}

.lgnone-right .creta-accnt .text p {
    color: #2D2D2D;
    font-size: clamp(15px, 1.4vw, 18px);
    margin: 0;
}


/* Signup Form */

.lgnone-right .signup-form {
    width: 100%;
}

.lgnone-right .signup-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.lgnone-right .signup-form .form-group input {
    width: 100%;
    height: auto;
    border: 0.5px solid #D9DCDF;
    border-radius: 10px;
    padding: 15px 50px 15px 20px;
    font-size: 16px;
    color: #333;
    height: 56px;
    transition: 0.3s;
    background: #fff;
    position: relative;
}

.lgnone-right .signup-form .form-group input::placeholder {
    color: #8A8A99;
}

.lgnone-right .signup-form .form-group input:focus,
.lgnone-right .signup-form .form-group input:hover {
    outline: none;
    border-color: var(--td-theme-primary);
    box-shadow: 0 0 0 3px rgba(90, 45, 145, 0.12);
}

.lgnone-right .signup-form .form-group .input-icon {
    position: absolute;
    right: 30px;
    top: 14px;
    color: #757588;
    pointer-events: none;
    z-index: 9;
}

.lgnone-right .signup-form .form-group .input-icon i,
.lgnone-right .signup-form .form-group .input-icon img {
    position: relative;
}


/* Checkbox */

.lgnone-right .signup-form .agree-box {
    margin: 8px 0 28px;
}

.lgnone-right .signup-form .agree-box label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: clamp(12px, 1.1vw, 15px);
    color: #333;
}

.lgnone-right .signup-form .agree-box label input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--td-theme-primary);
}

.lgnone-right .signup-form .agree-box label a {
    color: #519f47;
    text-decoration: none;
    font-weight: 600;
}

.lgnone-right .signup-form .agree-box label a:hover {
    text-decoration: underline;
}


/* Button */

.lgnone-right .signup-form .signup-btn {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 12px;
    background: var(--td-theme-primary);
    color: #000;
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.lgnone-right .signup-form .signup-btn:hover {
    background: #000;
    color: #fff;
}


/* Login */

.lgnone-right .signup-form .login-text {
    margin-top: 24px;
    text-align: center;
    font-size: clamp(13px, 1.2vw, 16px);
    color: #777;
}

.lgnone-right .signup-form .login-text a {
    color: #519f47;
    text-decoration: none;
    font-weight: 600;
}

.lgnone-right .signup-form .login-text a:hover {
    text-decoration: underline;
}


/* 1199px */

@media (max-width: 1199px) {

    .logn-sec .lgnone-left {
        padding: 120px 30px;
    }

    .lgnone-right {
        padding: 60px 30px;
    }

    .lgnonestep-list .lgnone-item .text {
        min-height: auto;
    }
}


/* 991px */

@media (max-width: 991px) {

    .logn-sec .lgnone-left {
        padding: 120px 30px;
    }

    .logn-sec .lgnone-left .leftlgn-content .role-card {
        flex-wrap: wrap;
    }

    .logn-sec .lgnone-left .leftlgn-content .role-card .middle-divider {
        display: none;
    }

    .lgnonestep-list {
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }

    .lgnonestep-list .lgnone-item {
        flex: 0 0 calc(50% - 20px);
        min-height: auto;
    }

    .lgnonestep-list .lgnone-item::after {
        display: none;
    }

    .lgnone-right {
        padding: 40px 30px;
    }
}


/* 767px */

@media (max-width: 767px) {

    .logn-sec .lgnone-left .leftlgn-content .role-card {
        flex-direction: column;
        padding: 25px 20px;
    }

    .logn-sec .lgnone-left .leftlgn-content .role-card .middle-divider {
        width: 100%;
        height: 1px;
        margin: 15px 0;
    }

    .logn-sec .lgnone-left .leftlgn-content .role-card .middle-divider span {
        top: 50%;
        left: 50%;
    }
}

.social-login {
    width: 100%;
}

.social-login .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.social-login .divider::before,
.social-login .divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #D9DCDF;
}

.social-login .divider span {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    color: #61697B;
    white-space: nowrap;
    background: transparent;
    text-align: center;
    font-size: clamp(12px, 1.1vw, 14px);
}

.social-login .social-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.social-login .social-btn {
    padding: 12px 25px;
    background: #fff;
    border: 1px solid #D9DCDF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    max-width: 160px;
    width: 100%;
    gap: 20px;
}

.social-login .social-btn img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.social-login .social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.social-login .social-btn label {
    color: #0D0D0D;
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 400;
}

/* 576px */

@media (max-width: 576px) {

    .lgnonestep-list {
        flex-direction: column;
        gap: 35px;
    }

    .lgnonestep-list .lgnone-item {
        flex: 0 0 100%;
        padding: 0;
        width: 100%;
    }
}



/*=============================
	05. brands
===============================*/
.recent-books-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}
.recent-books-slider .swiper-slide {
    width: 173px;
    height: auto;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.recent-books-slider .swiper-slide:hover {
    transform: scale(1.05);
}
.recent-books-slider .book-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    background: white;
}
.recent-books-slider .book-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.recent-books-slider .swiper-slide:hover .book-item img {
    transform: scale(1.1);
}




 .pubx-page {
      width: 100%;
      min-height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
    }

    .pubx-shell {
      /* width: min(1920px, 100%); */
  width: 100%;
  /* min-height: 100vh; */
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
  background: #f5fbf1;
  overflow: hidden;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
    }

    /* ================================
       LEFT PROMOTIONAL PANEL
    ================================= */
    .pubx-promo {
      position: relative;
      min-height: 100vh;
      overflow: hidden;
      padding: 80px 65px 35px;
      color: #fff;
      width:50%;
      /* background:
        radial-gradient(
          ellipse at 10% 75%,
          rgba(0, 220, 180, 0.23),
          transparent 43%
        ),
        radial-gradient(
          ellipse at 85% 20%,
          rgba(0, 120, 120, 0.2),
          transparent 45%
        ),
        linear-gradient(145deg, #021d1d 0%, #002f2e 55%, #001d20 100%); */
    }

    /* .pubx-promo::before {
      content: "";
      position: absolute;
      width: 850px;
      height: 220px;
      left: -300px;
      bottom: 80px;
      border: 3px solid rgba(20, 235, 205, 0.25);
      border-radius: 50%;
      transform: rotate(25deg);
      box-shadow:
        0 0 25px rgba(20, 235, 205, 0.15),
        0 0 55px rgba(20, 235, 205, 0.08);
    }

    .pubx-promo::after {
      content: "";
      position: absolute;
      width: 700px;
      height: 180px;
      left: -250px;
      bottom: 40px;
      border: 2px solid rgba(30, 240, 210, 0.18);
      border-radius: 50%;
      transform: rotate(25deg);
    } */

    .pubx-promo-content {
      position: relative;
      z-index: 2;
      max-width: 600px;
      margin: 0 auto;
      top:100px;
    }

    .pubx-heading {
      margin-top: 5px;
      font-size: clamp(30px, 3vw, 43px);
      line-height: 1.08;
      letter-spacing: -1.4px;
      font-weight: 700;
      color:#FFF;
      /* max-width: 340px; */
    }

    .pubx-heading span {
      color: #82ed18;
    }

    .pubx-subtitle {
      margin-top: 10px;
      max-width: 320px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 10px;
      line-height: 1.45;
    }

    /* Robot */
    .pubx-robot-wrap {
      position: absolute;
      z-index: 4;
      top: 20px;
      right: 10px;
      width: 135px;
      height: 160px;
    }

    .pubx-speech {
      position: absolute;
      top: 5px;
      left: -5px;
      z-index: 5;
      width: 78px;
      padding: 8px 7px;
      background: #fff;
      color: #18231e;
      border-radius: 8px;
      font-size: 7px;
      line-height: 1.25;
      box-shadow: 0 3px 10px rgba(0,0,0,.18);
    }

    .pubx-speech::after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 40px;
      width: 10px;
      height: 10px;
      background: #fff;
      transform: rotate(45deg);
    }

    .pubx-robot {
    position: absolute;
  right: -36px;
  top: 100px;
  width: 350px;
  height: 290px;
    
    }

    .pubx-robot-head {
      position: absolute;
      top: 8px;
      left: 8px;
      width: 66px;
      height: 62px;
      border-radius: 50%;
      background: #090e18;
      border: 4px solid #dce8ed;
      box-shadow: 0 0 0 2px #7348d9;
    }

    .pubx-robot-head::before,
    .pubx-robot-head::after {
      content: "";
      position: absolute;
      top: 22px;
      width: 8px;
      height: 8px;
      background: #a3ff2a;
      border-radius: 50%;
      box-shadow: 0 0 7px #a3ff2a;
    }

    .pubx-robot-head::before {
      left: 15px;
    }

    .pubx-robot-head::after {
      right: 15px;
    }

    .pubx-robot-eye {
      position: absolute;
      left: 28px;
      top: 19px;
      width: 10px;
      height: 10px;
      border: 2px solid #fff;
      border-radius: 50%;
    }

    .pubx-robot-body {
      position: absolute;
      bottom: 10px;
      left: 12px;
      width: 58px;
      height: 57px;
      border-radius: 17px;
      background: linear-gradient(#fff, #d6e0e3);
    }

    .pubx-robot-logo {
      position: absolute;
      bottom: 27px;
      left: 22px;
      color: #6843cf;
      font-size: 9px;
      font-weight: 700;
    }

    .pubx-robot-arm {
      position: absolute;
      top: 70px;
      width: 15px;
      height: 43px;
      background: #e8f0f2;
      border-radius: 15px;
    }

    .pubx-robot-arm-left {
      left: -10px;
      transform: rotate(18deg);
    }

    .pubx-robot-arm-right {
      right: -10px;
      transform: rotate(-18deg);
    }

    /* Feature card */
    .pubx-features {
      margin-top: 38px;
      width: 100%;
      min-height: 180px;
      padding: 17px 10px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      background: rgba(255, 255, 255, .96);
      color: #18221d;
      border-radius: 10px;
      box-shadow: 0 10px 30px rgba(0,0,0,.18);
      align-items: center;
    }

    .pubx-feature {
      padding: 0 16px;
      text-align: center;
      border-right: 1px solid #d9dedb;
    }

    .pubx-feature:last-child {
      border-right: 0;
    }

    .pubx-feature-icon {
      width: 53px;
      height: 53px;
      margin: 0 auto 7px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #7AE601;
      color: #254619;
      font-size: 14px;
    }

    .pubx-feature-title {
         font-size: calc(15px + (19 - 15) * ((100vw - 300px) / (1920 - 300)));
      font-weight: 500;
      margin-bottom: 4px;
      color:#000;
    }

    .pubx-feature-text {
      color: #7B8487;
       font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
      font-weight: 500;
      line-height: 22px;
    }

    /* Books */
    .pubx-books {
      margin-top: 32px;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      gap: 4px;
      perspective: 700px;
    }

    .pubx-book {
      position: relative;
      width: 76px;
      height: 105px;
      border-radius: 2px;
      overflow: hidden;
      box-shadow:
        3px 7px 9px rgba(0,0,0,.4),
        inset -5px 0 8px rgba(0,0,0,.2);
      transform: rotateY(-4deg);
    }

    .pubx-book:nth-child(2) {
      height: 112px;
    }

    .pubx-book:nth-child(3) {
      height: 106px;
    }

    .pubx-book:nth-child(4) {
      height: 101px;
    }

    .pubx-book:nth-child(5) {
      height: 108px;
    }

    .pubx-book:nth-child(1) {
      background: linear-gradient(135deg, #282a27, #6b321f);
    }

    .pubx-book:nth-child(2) {
      background: linear-gradient(135deg, #8d762d, #4d2619);
    }

    .pubx-book:nth-child(3) {
      background: linear-gradient(135deg, #f0f3ed, #b3c0aa);
      color: #374f41;
    }

    .pubx-book:nth-child(4) {
      background: linear-gradient(135deg, #f7d39a, #d29a73);
    }

    .pubx-book:nth-child(5) {
      background: linear-gradient(135deg, #3d4e53, #111c20);
    }

    .pubx-book-title {
      position: absolute;
      top: 17px;
      left: 7px;
      right: 7px;
      text-align: center;
      color: #fff;
      font-family: Georgia, serif;
      font-size: 10px;
      line-height: 1.1;
      font-weight: bold;
    }

    .pubx-book:nth-child(3) .pubx-book-title,
    .pubx-book:nth-child(4) .pubx-book-title {
      color: #31463d;
    }

    .pubx-book-author {
      position: absolute;
      bottom: 12px;
      left: 5px;
      right: 5px;
      text-align: center;
      color: rgba(255,255,255,.75);
      font-size: 6px;
    }

    /* ================================
       RIGHT FORM PANEL
    ================================= */
    .pubx-form-panel {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px;
      /* background: #f4faef; */
      width:50%;
    }

    .pubx-form-card {
      width: 100%;
  max-width: 660px;
  padding: 50px 40px;
  background: #fff;
        
  box-shadow: 0 4px 14px rgba(22, 50, 28, .07);
  position: relative;
  top: 100px;
  border: 0;
  border-radius: 20px;
  height: 850px;
    }

    .pubx-form-kicker {
      text-align: center;
      color: #7AE601;
       font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300)));
      font-weight: 500;
      letter-spacing: .4px;
      text-transform: uppercase;
    }

    .pubx-form-title {
      margin-top: 3px;
      text-align: center;
      color: #1B4332;
      font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1920 - 300)));
      /* line-height: 1.2; */
      font-weight: 600;
    }

    .pubx-form-description {
      margin-top: 4px;
      text-align: center;
      color: #7D938A;
     font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    }

    .pubx-form {
      margin-top: 25px;
    }

    .pubx-field {
      margin-bottom: 18px;
    }

    .pubx-label {
      display: block;
      margin-bottom: 5px;
      color: #1F2422;
         font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
      font-weight: 400;
      line-height: 1;
    }

    .pubx-input {
      width: 100%;
      height: 42px!important;
      padding: 15px 20px;
      border: 1px solid #D4D7D9;
      border-radius: 13px;
      outline: none;
      background: #fff;
      color: #28312c;
      
      transition: .2s ease;
    }

    .pubx-input:focus {
      border-color: #82e51b;
      box-shadow: 0 0 0 2px rgba(130,229,27,.1);
    }

    .pubx-password-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }

    .pubx-terms {
      display: flex;
      align-items: center;
      gap: 5px;
      margin-top: 1px;
      color: #1F2422;
          font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
          font-weight: 400;
    }

    .pubx-terms input {
      appearance: none;
      width: 25px;
      height: 25px;
      border: 1px solid #D4D7D9;
      border-radius: 8px;
      background: #fff;
      cursor: pointer;
    }

    .pubx-terms input:checked {
      background: #82e51b;
      border-color: #82e51b;
    }

    .pubx-submit {
      width: 100%;
      padding:14px 30px;  
      margin-top: 20px;
      border: 0;
      border-radius: 5px;
      background: #7AE601;
      color: #383333;
      font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
      font-weight: 700;
      cursor: pointer;
      transition: .2s ease;
    }

    .pubx-submit:hover {
      background: #70d914;
      transform: translateY(-1px);
    }

    .pubx-submit-arrow {
      margin-left: 8px;
      font-size: 15px;
    }

    .pubx-or {
     display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 9px;
  color: #959F9B;
  font-size: 15px;
    }

    .pubx-or::before,
    .pubx-or::after {
      content: "";
      flex: 1;
      height: 1px;
      background: #edf0ed;
    }

    .pubx-socials {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .pubx-social {
      height: 28px;
      border: 1px solid #e9ece9;
      border-radius: 5px;
      background: #fff;
         
     font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
      color: #383333;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
      padding:20px 30px;
    }

    .pubx-social-google {
      color: #3f4440;
    }

    .pubx-google-icon {
      color: #4285f4;
      font-weight: 700;
      font-size: 11px;
    }

    .pubx-linkedin-icon {
      width: 14px;
      height: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #1478b8;
      color: white;
      border-radius: 2px;
      font-size: 8px;
      font-weight: 700;
    }

    .pubx-login {
     text-align: center;
    color: #929793;
    font-size: 14px;
    margin: 0;
    padding-top: 15px;
    }

    .pubx-login a {
      color: #4c6256;
      font-weight: 700;
      text-decoration: none;
    }

    .pubx-security {
      margin-top: 5px;
      text-align: center;
      color: #9EA8AD;
font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    }
    .ftr{
        max-width: 500px;
        margin: 0 auto;
    }
        .ftr p{
            color:#1F2422;
            font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
            font-weight: 400;
            line-height: 1;
        }

.author-trust{
      margin: -50px 0 0;
}
.author-trust h4{
  font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (1920 - 300)));
}
.authorsbar{
  padding: 20px 0 0;
}
.authorsbar ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.authorsbar ul li{
  font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
  color: #726E6E;
  font-weight: 400;
  border-right: 1px solid #ddd;
    padding: 0 20px;
}
.authorsbar ul li:last-child{
  border-right: 0;
}
.author-serv{
  background: #FFFFFE;
border: 0.5px solid rgba(27, 67, 50, 0.28);
box-shadow: 0px 0px 7px rgba(43, 0, 176, 0.005);
border-radius: 19px;
padding: 25px 20px;
margin: 30px 0 0;

}
.author-serv ul{
  display: flex;
  align-items: center;
      gap: 10px;
    justify-content: space-between;
}
.author-serv ul li{
  color: #000;
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
}
.author-serv ul li a{
  border: 1px solid #319269;
  border-radius: 8px;
  background-color: #fff;
  padding: 12px 20px;
  color: #000;
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
}
.author-serv ul li a.edit{
  color: #4A8C01;
  border: 0;
  padding: 0;
  border-radius: 0;
  text-decoration: underline;
}
.author-serv ul li:hover a{
  background-color: var(--td-theme-primary);

}
.author-serv ul li:hover a.edit{
  background-color: transparent;
  color: #000;
}



    /* ================================
       RESPONSIVE
    ================================= */

    @media (max-width:1366px){
      .authorsbar ul li{
        padding: 0 10px;
      }
      .author-serv ul li a{
            padding: 10px 8px;
      }
    }
    @media (max-width: 900px) {
      .pubx-shell {
        grid-template-columns: 1fr;
      }

      .pubx-promo {
        min-height: 560px;
      }

      .pubx-form-panel {
        min-height: auto;
        padding: 55px 25px;
      }
    }

    @media (max-width: 600px) {
      .pubx-page {
        align-items: stretch;
      }

      .pubx-promo {
        min-height: 500px;
        padding: 35px 22px 30px;
      }

      .pubx-heading {
        /* max-width: 250px; */
        font-size: 31px;
      }

      .pubx-subtitle {
        max-width: 240px;
      }

      .pubx-robot-wrap {
        right: -2px;
        transform: scale(.8);
        transform-origin: top right;
      }

      .pubx-features {
        margin-top: 32px;
        padding: 14px 2px;
      }

      .pubx-feature {
        padding: 0 7px;
      }

      .pubx-feature-title {
        font-size: 7px;
      }

      .pubx-feature-text {
        font-size: 6px;
      }

      .pubx-books {
        gap: 2px;
        margin-top: 30px;
      }

      .pubx-book {
        width: 62px;
        height: 90px !important;
      }

      .pubx-book-title {
        font-size: 8px;
      }

      .pubx-form-panel {
        padding: 30px 15px;
      }

      .pubx-form-card {
        padding: 28px 22px 22px;
      }

      .pubx-form-title {
        font-size: 23px;
      }
    }

    @media (max-width: 380px) {
      .pubx-password-row {
        grid-template-columns: 1fr;
        gap: 0;
      }

      .pubx-book {
        width: 54px;
      }

      .pubx-features {
        min-height: 90px;
      }
    }










@media (max-width: 768px) {
    .recent-books-slider .swiper-slide {
        width: 100px;
        height: 150px;
    }
}



