/*------------------------------------------------------------------
[Main Stylesheet]


/** GLOBAL CLASSES **/

body {
    font-family: 'Open Sans', sans-serif;
    color: #424242;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

/** Login 1 start **/
.login-1 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

/*Log Out Button*/


.logout-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #0d6efd;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    z-index: 1000;
}
/*-end Log Out Button*/


.logout-btn:hover {
       background-image:  linear-gradient(145deg, #e2e8ec, #cfe3ff);
}


/*Start Model*/
/* Modal Styling */
/* ðŸ”¹ Page Modal Styling */
.page-modal {
    position: relative;
  background-image: linear-gradient(to bottom, #084298, #212529); 
    border-radius: 20px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
    animation: pageSlideUp 0.4s ease;
    max-width: 600px; /* larger width */
}

/* âœ– Close Button */
.btn-close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0,0,0,0.1);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}
.btn-close-modal:hover {
    background: #ff4d4d;
    color: #fff;
    transform: rotate(90deg);
}

/* Icon Circle */
.page-icon {
    color: #0d6efd;
  background: rgb(242 234 234 / 10%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body h4,h5{
    color: #fff;
}
.modal-body p{
    color: #fff;
}

/* Buttons */
.btn-cancel {
    background-color: #e0e0e0;
    color: #333;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.btn-cancel:hover {
    background-color: #c7c7c7;
}

.btn-page {
    background-color: #0a53bd;
    color: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.btn-page:hover {
    background-color: #0a53bd;
    transform: scale(1.05);
    color: #fff;
}

/* Free Badge */
.badge-free {
    display: inline-block;
    background-color: #ff4d4d;
    color: #fff;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
}

/* Animation */
@keyframes pageSlideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Modal backdrop */
.modal-backdrop.show {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
}
.mypage-btn{
    /* background-color: #275134; */
   background-image: linear-gradient(to bottom, #084298, #212529);
    padding: 10px 22px 10px 22px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
    text-transform: uppercase;
    border: none;
    width: 120px;   
    color: #fff;
}

.mypage-btn:hover {
   background-image: linear-gradient(to bottom, #084298, #212529);
    transform: scale(1.05);
    transition: all 0.3s ease;
}

/*End Model*/

/** Login 25 start **/
.login-25{
    top: 0;
    width: 100%;
    bottom: 0;
    min-height: 100vh;
    z-index: 999;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    /* background-image: linear-gradient(to bottom, #61daff, #656bff); */
        background-image: linear-gradient(to bottom, #b7741c, #3a523a);
}

.login-25 a {
    text-decoration: none;
}

.login-25 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.login-25 .container {
    max-width: 1120px;
    margin: 0 auto;
}

.login-25 .col-pad-0{
    padding: 0;
}

.login-25 .login-inner-form .details p{
    color: #535353;
    font-size: 16px;
}

.login-25 .login-inner-form .details p a{
    margin-left: 3px;
    color: #535353;
}

.login-25 .form-check-input:checked {
    display: none;
}

.login-25 .login-inner-form .details p{
    margin-bottom: 0;
}

.login-25 .login-inner-form .form-box {
    position: relative;
}

.login-25 .login-inner-form .details {
    padding:80px 0 80px 80px;
}

.login-25 .bg-img {
    border-radius: 20px;
    padding: 6px;
    margin: 80px 0;
    right: -80px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    /* background-image: linear-gradient(to bottom, #61daff, #656bff); */
        background-image: linear-gradient(to bottom, #b7741c, #3a523a);
}

.login-25 .inner{
    z-index: 999;
}

.video-box {
    width: 100%;   
    max-width: 490px; /* max width for desktop */
    margin: 0 auto;   /* center the video */
}

.video-box video {
    width: 100%;      /* full width of parent */
    height: auto;     /* maintain aspect ratio */
    display: block;
    border-radius: 8px; /* optional, nice rounded corners */
}
.login-25 .login-box-9 {
    margin: 0 80px 0 0;
    border-radius: 20px;
    opacity: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    z-index: 0;
    background: #fff;
}

.login-25 .none-2{
    display: none;
}

.login-25 .login-inner-form h3 {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 500;
    color: #040404;
    text-transform: uppercase;
}

.login-25 p{
    margin-bottom: 30px;
    color: #fff;
    font-size: 15px;
}

.login-25 .login-inner-form .form-group {
    margin-bottom: 20px;
}

.login-25 .logo-2 img{
    height: 100px;
    margin-bottom: 15px;
}

.login-25 .login-inner-form .form-control {
    outline: none;
    width: 100%;
    padding: 10px 20px;
    height: 55px;
    font-size: 15px;
    outline: 0;
    font-weight: 500;
    color: #535353;
    border-radius: 3px;
    border: solid 1px #ebebeb;
    background: #ebebeb;
}

.login-25 .login-inner-form .btn-md {
    /* cursor: pointer; */
    height: 55px;
    color: #fff;
    padding: 13px 50px 12px 50px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
    text-transform: uppercase;
}

.login-25 .bg-img .btn-sm{
    padding: 6px 20px 6px 20px;
    font-size: 13px;
}

.login-25 .bg-img h3{
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
}

.login-25 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.login-25 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-25 .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-25 .login-inner-form .btn-theme {
    /* background-image: linear-gradient(to bottom, #61daff, #656bff); */
    background-image: linear-gradient(to bottom, #5f5c31, #836528);
    border: none;
    color: #fff;
}

.login-25 .login-inner-form .btn-theme:hover {
    background-image: linear-gradient(to bottom, #5f5c31, #275134);
}

.category-btn{
        /* cursor: pointer; */
        /* height: 55px; */
        color: #fff;
        /* background-color: #275134; */
     background-image: linear-gradient(to bottom, #5f5c31, #275134); 
      padding: 10px 22px 10px 22px;
        font-size: 15px;
        font-weight: 400;
        font-family: 'Jost', sans-serif;
        border-radius: 3px;
        text-transform: uppercase;
        border: none;    
        width: 120px;
}
button:disabled {
    cursor: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"> <circle cx="8" cy="8" r="7" fill="red" stroke="black" stroke-width="2"/> <line x1="3" y1="3" x2="13" y2="13" stroke="black" stroke-width="2"/> </svg>') 8 8, not-allowed;
    opacity: 0.5;
}

.category-btn:hover {
    background-image: linear-gradient(to bottom, #275134, #5f5c31);
    /* reverse gradient */
    transform: scale(1.05);
    transition: all 0.3s ease;
    /* slight zoom effect */
}

.login-25 .login-inner-form .terms{
    margin-left: 3px;
}

.login-25 .login-inner-form .checkbox {
    margin-bottom: 20px;
    font-size: 14px;
}

.login-25 .login-inner-form .form-check{
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

.login-25 .login-inner-form .form-check a {
    color: #535353;
    float: right;
}

.login-25 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-25 .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -25px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background-color: #ebebeb;
}

.login-25 .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login-25 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #63a8ff;
    border-color: #63a8ff;
}

.login-25 .login-inner-form input[type=checkbox]:checked + label:before {
    font-weight: 600;
    color: #fff;
    line-height: 15px;
    font-size: 12px;
    content: "\2713";
    padding-left: 1px;
}

.login-25 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.login-25 .login-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
    float: right;
}

.login-25 .social-list{
    margin: 0;
    padding: 0;
}

.login-25 .social-list li {
    display: inline-block;
}

.login-25 .social-list li a {
    margin: 1px;
    font-size: 14px;
    font-weight: 500;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.login-25 .social-list li a:hover {
    text-decoration: none;
}

.login-25 .facebook-bg {
    background: #4867aa;
}

.login-25 .facebook-bg:hover {
    background: #3d5996;
    color: #fff;
}

.login-25 .twitter-bg {
    background: #33CCFF;
}

.login-25 .twitter-bg:hover {
    background: #56d7fe;
}

.login-25 .google-bg {
    background: #db4437;
}

.login-25 .google-bg:hover {
    background: #dc4e41;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-25 .bg-img {
                border-radius: 20px;
                    padding: 8px;
                    margin-top: 10px;
                    margin-bottom: 0px;
            right: 0px!important;
            position: relative;
            background: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            background-image: linear-gradient(to bottom, #61daff, #656bff);
            background-image: linear-gradient(to bottom, #b7741c, #3a523a);
    }

    .login-25 .login-box-9 {
        margin: 0 auto;
        max-width: 600px;
    }

    .login-25 .login-inner-form .details {
        padding: 60px;
    }

    .login-25 .login-inner-form h3 {
        font-size: 23px;
    }
}

@media (max-width: 768px) {
    .login-25 .login-inner-form .details {
        padding: 50px 30px;
    }
}


@media (max-width: 768px) {
    .login-box-9 {
        flex-direction: column;
        display: flex;
    }

    .video-column {
        order: 1;
    }

    .form-column {
        order: 2;
    }

    /* Optional: spacing tweaks for mobile */
    .video-column,
    .form-column {
        width: 100%;
    }

    .login-25 .login-inner-form .details {
        padding: 18px 20px;
    }
}


/** Login  **/










