﻿   a
   {
       text-decoration:none !important;
   }

        .button.add-list-button {
            text-align: center;
        }

        .btn-primary-customm {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border: none;
            padding: 14px 40px;
            border-radius: 50px;
            color: white;
            font-weight: 600;
            font-size: 16px;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
            transition: all 0.3s ease;
        }
        .ftrbtm
        {
            display:none;
        }
        .span1
        {
            padding-left: 18px;
            position: absolute;
            color: #000000;
            font-weight: 400;
            font-size: 15px;
            line-height: 15px;
            font-style: normal;
}
      

        .btn-primary-customm:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 30px rgba(102, 126, 234, 0.6);
            color: white;
        }

        /* Modal Overlay */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(0px);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .modal-overlay.active {
            display: flex;
            opacity: 1;
        }

        /* Modal Container */
        .modal-container {
            background: #ffff;
            backdrop-filter: blur(20px);
            border-radius: 24px;
            padding: 1px 20px;
            max-width: 477px;
            width: 100%;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            position: relative;
            transform: scale(0.8);
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            animation: zoomIn 0.35s ease forwards;
        }

        .modal-overlay.active .modal-container {
            transform: scale(1);
            opacity: 1;
        }

        /* Close Button */
        .close-btn {
            position: absolute;
            top: 12px;
            right: 16px;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.05);
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .close-btn:hover {
            background: rgba(255, 0, 0, 0.1);
            transform: rotate(90deg);
        }

        .close-btn i {
            color: #666;
            font-size: 18px;
        }
#TextBox3 {
  padding-left: 68px;
}
#loginMobileNumber
{
     padding-left: 67px !important;
     color: #000;
}

        /* Modal Header */
        .modal-header-custom {
            text-align: center;
            margin-bottom: 1px;
        }

        .modal-header-custom h2 {
            font-size: 27px;
            color: #4b4b8c;
            font-weight: 700;
            margin-bottom: -2px;
        }

        .modal-header-custom p {
            color: #666;
            font-size: 14px;
        }

        /* Form Styles */
        .form-group {
            margin-bottom: 24px;
        }

        .form-group label {
            display: block;
            color: #333;
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 14px;
        }

        .form-control-custom {
            width: 100%;
            padding: 9px 18px;
            border: 1px solid #838383;
            border-radius: 12px;
            font-size: 15px;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.9);
            color: #3e3d3d;
        }

        .form-control-custom:focus {
            outline: none;
            border-color: #667eea;
            box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
        }

        .form-control-custom::placeholder {
            color: #999;
        }

        /* Submit Button */
        .submit-btn {
            width: 100%;
            padding: 11px;
            background: linear-gradient(135deg, #776c24 0%, #9b9045 100%);
            border: none;
            border-radius: 12px;
            color: white;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 10px;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
        }

        /* Toggle Link */
        .toggle-link {
            text-align: center;
            margin-top: 0px;
            color: #666;
            font-size: 13px;
            margin-bottom: 3px;
        }

        .toggle-link a {
            color: #4b4b8c !important;
            text-decoration: none;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 15px;
        }

        .toggle-link a:hover {
            color: #764ba2;
            text-decoration: underline;
        }

        /* Input Icon */
        .input-group-custom {
            position: relative;
        }

        .input-group-custom i {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #747272;
        }

        .input-group-custom .form-control-custom {
            padding-left: 50px;
        }

        /* Animation for switching modals */
        .modal-content-wrapper {
            transition: all 0.4s ease;
        }

        .modal-content-wrapper.fade-out {
            opacity: 0;
            transform: translateX(-30px);
        }

        .modal-content-wrapper.fade-in {
            opacity: 1;
            transform: translateX(0);
        }
        /****************/
        .form-card {
            display: flex;
            width: 100%;
            height: 100%;
        }
        
        .sidebar {
            flex: 0 0 40%;
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: white;
            padding: 40px 30px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
        }
        
        .sidebar-content {
            flex: 1;
        }
        
        .brand-logo {
            display: flex;
            align-items: center;
            margin-bottom: 40px;
        }
        
        .brand-icon {
            background-color: rgba(255, 255, 255, 0.1);
            width: 42px;
            height: 42px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            font-size: 20px;
        }
        
        .brand-text {
            font-size: 24px;
            font-weight: 700;
            letter-spacing: 0.5px;
        }
        
        .sidebar h2 {
            font-size: 26px;
            margin-bottom: 15px;
            font-weight: 700;
            line-height: 1.3;
        }
        
        .sidebar p {
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.6;
            margin-bottom: 30px;
        }
        
        .feature-list {
            list-style: none;
            margin-top: 30px;
        }
        
        .feature-item {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .feature-icon {
            background-color: rgba(255, 255, 255, 0.1);
            width: 36px;
            height: 36px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 16px;
        }
        
        .login-prompt {
            background-color: rgba(255, 255, 255, 0.1);
            padding: 20px;
            border-radius: 12px;
            text-align: center;
            margin-top: 30px;
        }
        
        .login-prompt p {
            margin-bottom: 10px;
            color: rgba(255, 255, 255, 0.9);
        }
        
        .login-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: white;
            color: #1e3c72;
            text-decoration: none;
            padding: 10px 20px;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .login-btn:hover {
            background-color: #f8f9fa;
            transform: translateY(-2px);
        }
        
        .form-section {
            flex: 0 0 60%;
            padding: 40px 50px;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
        }
        
        .form-header {
            margin-bottom: 30px;
        }
        
        .form-header h1 {
            color: #1e3c72;
            font-weight: 700;
            margin-bottom: 8px;
        }
        
        .form-header p {
            color: #6c757d;
        }
        
        .form-group {
            margin-bottom: 0px;
        }
        
        .input-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
        }
        
        .input-wrapper {
            position: relative;
        }
        
        .input-field {
            width: 100%;
            padding: 14px 16px 14px 44px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
            transition: all 0.3s ease;
        }
        
        .input-field:focus {
            outline: none;
            border-color: #2a5298;
            box-shadow: 0 0 0 3px rgba(42, 82, 152, 0.1);
        }
        
        .field-icon {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: #6c757d;
            font-size: 16px;
        }
        
        .validation-error {
            color: #dc3545;
            font-size: 14px;
            margin-top: 5px;
            display: block;
        }
        /*
        .row {
            display: flex;
            flex-wrap: wrap;
            margin-left: -12px;
            margin-right: -12px;
        }
        
        .col-md-6 {
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 12px;
            padding-right: 12px;
        }
*/
        
        .form-actions {
            margin-top: 30px;
            display: flex;
            gap: 15px;
        }
        
        .btn {
            padding: 14px 28px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            border: none;
            transition: all 0.3s ease;
        }
        
        .btn-primary {
            background-color: #2a5298;
            color: white;
            flex: 1;
        }
        
        .btn-primary:hover {
            background-color: #1e3c72;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(42, 82, 152, 0.2);
        }
        
        .btn-secondary {
            background-color: #f8f9fa;
            color: #333;
            border: 1px solid #ddd;
        }
        
        .btn-secondary:hover {
            background-color: #e9ecef;
        }
        
        .section-title {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
            width: 100%;
        }
        
        .section-icon {
            background-color: #f0f5ff;
            color: #2a5298;
            width: 36px;
            height: 36px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
        }
        
        .section-title span {
            font-weight: 600;
            color: #333;
            font-size: 18px;
        }
        .small1{
    font-size: 12px;
    padding: 0px;
    margin: 0px;}
            .terms-container {
            /* background: rgba(255, 255, 255, 0.95); */
            /* backdrop-filter: blur(10px); */
            /* border-radius: 16px; */
            /* padding: 32px; */
            /* max-width: 500px; */
            /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); */
            /* border: 1px solid rgba(255, 255, 255, 0.2); */
        }

        .terms-content {
            display: flex;
            flex-direction: column;
            gap: 3px;
        }

        .terms-item {
            display: flex;
            align-items: flex-start;
            gap: 0px;
            padding: 0px 4px;
            background: #f8f9fa;
            border-radius: 6px;
            border-left: 0px solid #667eea;
            transition: all 0.3s ease;
        }

        .terms-item:hover {
            background: #e9ecef;
            transform: translateX(4px);
        }

        .icon {
            flex-shrink: 0;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 50%;
            color: white;
            font-size: 14px;
            font-weight: bold;
            margin-top: 2px;
        }

        .terms-text {
            flex: 1;
            color: #2d3748;
            font-size: 12px;
            line-height: 1.6;
            text-align: center;
        }

        .terms-text a {
            color: #667eea;
            text-decoration: none;
            font-weight: 600;
            position: relative;
            transition: color 0.3s ease;
        }

        .terms-text a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -2px;
            left: 0;
            background: #667eea;
            transition: width 0.3s ease;
        }

        .terms-text a:hover {
            color: #764ba2;
        }

        .terms-text a:hover::after {
            width: 100%;
        }
        
        
        /**********************otp*****************************/
         .otp-panel {
        display: none; /* Hidden by default, can be shown via JavaScript */
    }
    
    .input-field {
        width: 100%;
        padding: 12px 20px;
        border: 1px solid #6a72d9;
        border-radius: 22px;
        font-size: 16px;
        text-align: center;
        letter-spacing: 9px;
        font-weight: 600;
    }
    
    .input-field:focus {
        outline: none;
        border-color: #4a90e2;
        box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
    }
    
    .btnotp {
        background-color: #4a90e2;
        color: white;
        border: none;
        padding: 10px 30px;
        border-radius: 50px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow:none;
    }
    
    .btnotp:hover {
        background-color: #357ae8;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(74, 144, 226, 0.3);
        color:White;
    }
    
    .text-theme1 {
        color: #4a90e2;
    }
    
    .text-danger {
        color: #dc3545;
    }
    
    .text-success {
        color: #28a745;
    }
    
    /*
    .w-50 {
        width: 50% !important;
    }
    
    .mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .mt-3 {
        margin-top: 1rem !important;
    }
    
    .mb-3 {
        margin-bottom: 1rem !important;
    }
    
    .my-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .m-auto {
        margin: auto !important;
    }
    
    .position-relative {
        position: relative !important;
    }
    
    .position-absolute {
        position: absolute !important;
    }
    
    .w-100 {
        width: 100% !important;
    }
    
    .text-center {
        text-align: center !important;
    }
    
    .rounded-pill {
        border-radius: 50rem !important;
    }
    
    .overflow-hidden {
        overflow: hidden !important;
    }
    
    .d-flex {
        display: flex !important;
    }
    
    .flex-column {
        flex-direction: column !important;
    }
    
    .d-none {
        display: none !important;
    }
    
    .small {
        font-size: 0.875em;
    }
    
    .text-decoration-none {
        text-decoration: none !important;
    }
        */
        /***********************************************************/
        /****************/
  .success-card {
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 450px;
    margin: AUTO;
    width: 100%;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out forwards;
  }

  .icon-container {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #d4edda;
    border-radius: 50%;
    margin-bottom: 25px;
    animation: bounceIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s forwards;
    opacity: 0;
    transform: scale(0.5);
  }

  .icon-container i {
    color: #28a745;
    font-size: 40px;
  }

  .success-card h1 {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
  }

  .success-card p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .success-card .btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, rgb(102, 126, 234), rgb(118, 75, 162));
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  
  
  
.btnotp{
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, rgb(102, 126, 234), rgb(118, 75, 162));
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .success-card .btn:hover {
    background-color: #218838;
    transform: translateY(-2px);
  }
  #loginForm
  {
   padding:15px;
  }
#loginForm .form-control-custom {
    width: 100%;
    padding: 11px 18px;
    padding-left: 67px;
}
#ctl00_TextBox3
{
       padding-left: 67px !important;
}

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes bounceIn {
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

/*******************/

        @media (max-width: 600px) {
            .terms-container {
                padding: 24px;
            }

            .terms-item {
                padding: 12px;
            }

            .terms-text {
                font-size: 13px;
            }
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .form-card {
                flex-direction: column;
            }
            
            .sidebar, .form-section {
                flex: 0 0 100%;
            }
            
            .sidebar {
                padding: 30px 20px;
            }
            
            .form-section {
                padding: 30px 25px;
            }
            
            .col-md-6 {
                flex: 0 0 100%;
                max-width: 100%;
            }
        }
        
        @media (max-width: 576px) {
            .main-container {
                border-radius: 12px;
            }
            
            .form-actions {
                flex-direction: column;
            }
            
            .btn {
                width: 100%;
            }
        }
        
        /****************************** new css here******************/
        
        
        .footernew .footernew-item a
        {
            box-shadow:none
        }
        
        
        /*===================slick extra style======================*/

.slick-prev,.slick-next{position:absolute;top:50%; transform:translateY(-50%);z-index:9;border:none; width:2rem;height:2rem;opacity:0;visibility:hidden;transition:all 0.3s;border-radius:0.5rem;}
.slick-prev{left:0rem;}
.slick-next{right:0rem;}
.slider:hover .slick-prev:not(.slick-disabled), .slider:hover .slick-next:not(.slick-disabled){opacity:1;visibility:visible;}
.tab-content>.tab-pane{display:block;height:0;overflow:hidden;}
.tab-content>.active{height:auto;}
.slick-track{display:flex!important;}
.slick-slide{height:inherit!important;}


@media (max-width: 991.98px)
{
    .slick-prev:not(.slick-disabled),.slick-next:not(.slick-disabled){opacity:1; visibility:visible;}
}

@media (max-width: 575.98px) 
{
    .slick-prev,.slick-next{width:1.5rem;height:1.5rem; }
}
/*******************slick end here.....................*/
/*
#otpPanel {
        background: #ffffff;
        padding: 30px;
        border-radius: 20px;
      
        max-width: 400px;
        margin: 20px auto;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

  
    .otp-panel .input-group {
        transition: all 0.3s ease;
        background-color: #f8f9fa;
        height: 55px;
    }

    .otp-panel .input-group:focus-within {
        border-color: #007bff !important;
        box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
        background-color: #fff;
    }

   
    .otp-panel .input-field {
        font-size: 1.25rem;
        font-weight: 600;
        letter-spacing: 4px;
        text-align: center;
        color: #333;
        width: 100%;
        outline: none;
        background: transparent;
    }

    .otp-panel .input-field::placeholder {
        letter-spacing: normal;
        font-weight: 400;
        font-size: 0.9rem;
        color: #adb5bd;
    }

   
    .btnotp {
        background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
        color: white !important;
        border: none;
        padding: 12px 40px;
        border-radius: 50px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: transform 0.2s, box-shadow 0.2s;
        width: 100%;
    }

    .btnotp:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
        background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    }

  
    #resend_timer {
        color: #6c757d;
        font-weight: 500;
    }

    #resendOtpBtn {
        color: #007bff;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.2s;
    }

    #resendOtpBtn:hover {
        color: #0056b3;
        text-decoration: underline;
    }

   
    .text-danger {
        font-size: 0.8rem;
        margin-top: 5px;
    }
*/