    /* General styles */
    
    * {
        font-family: 'Montserrat', sans-serif;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    body {
        font-family: 'Montserrat';
        color: #333;
        line-height: 1.6;
        height: 100vh;
        width: 100%;
        overflow-x: hidden;
    }
    



    .input-group-addon2 {
        padding: 20px 3px;
        font-size: 14px;
        font-weight: 400;
        color: #555;
        text-align: center;
        border-radius: 4px;
        width: 100%;}

    .container-fluid {
        padding: 4%;
        background-size: cover;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
    }
    
    .container-fluid-home {
        padding: 0;
        background-size: cover;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .alert-container {
        position: absolute;
        top: 8%;
        right: 1%;
        z-index: 40;
        width: 30%;
    }
    
    .bgggg2 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 110%;
        z-index: -3;
        background-image: url(/assets/assets/img/img110.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
    }
    .home-bg-container {
        z-index: -1;
        position: fixed;
        top:0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #0f0e14;
    }
    .form-account-settings-container{
        position: absolute;
        display: flex;
        flex-direction: column;
        background: white;
        width: 100%;
        margin: 0 auto;
        top: 10%;
        padding: 2rem;
        border-radius: 10px;
    }
    .account-container-fluid {
        max-width: 1200px;
        margin: 40px auto;
        padding: 40px;
        background-color: rgba(255, 255, 255, 0.95);
        border-radius: 15px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
    }
    
    .account-container-fluid:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }
    /* Typography */
    
    html {
        font-size: 1rem;
    }

    .Searchbutton{
        padding: 10px 20px;
        font-size: 16px;
        background-color: #4f33ef; 
        color: white;
        border: 1px solid #4f33ef;
        border-radius: 0 4px 4px 0;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .Searchbutton:hover {
        background-color: #251679;
      }
      
    h1 {
        font-size: 42px;
        margin-bottom: 30px;
        color: #fff;
        text-align: center;
        font-weight: 700;
        letter-spacing: -0.5px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    }
    /* Table styles */
    
    .tab-content {
        width: 100%;
    }
    
    .account-responsive-container {
        position: absolute;
        padding: 0 5%;
        width: 100%;
        top: 20%;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url();
    }
    
    .table {
        margin-top: 40px;
        border-radius: 10px;
        overflow: hidden;
        transition: all 0.3s ease;
        border-collapse: separate;
        border-spacing: 0;
    }
    
    .table:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    
    .table th {
        background-color: rgba(224, 224, 224, 0.2);
        color: #333;
        padding: 18px;
        text-align: left;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .table td {
        padding: 16px;
        vertical-align: middle;
        background-color: #ffffff;
        border-bottom: 1px solid #ecf0f1;
        transition: background-color 0.3s ease;
    }
    
    .table tr:last-child td {
        border-bottom: none;
    }
    
    .table-striped tbody tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }
    
    .table tr:hover td {
        background-color: #ececec;
    }
    /* Navigation tabs */
    
    .nav-tabs {
        gap: 0.5rem;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        border: none;
    }
    
    .nav-tabs li-styling {
        margin: 0 10px;
    }
    
    .li-styling {
        background: white;
        border-radius: 50px;
        padding: 0;
    }
    
    .li-styling a {
        width: 100%;
        height: 100%;
        padding: 0;
    }
    
    .nav-tabs .li-styling a {
        border-radius: 30px;
        transition: all 0.3s ease;
        font-weight: 500;
        text-decoration: none;
        color: #333;
        border: none;
    }
    
    .nav-tabs .li-styling a:hover {
        background-color: #4f33ef;
        color: white;
        border: none;
    }
    
    .nav-tabs li.active a {
        color: #4f33ef;
        font-weight: bold;
    }
    
    .package-container-abso {
        position: absolute;
        width: 90%;
        top: 10%;
        left: 5%;
    }
    
    Buttons */ .btn {
        padding: 12px 24px;
        border-radius: 30px;
        transition: all 0.3s ease;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
        cursor: pointer;
    }
    
    .center-acc-sett-div {
        display: flex;
        width: 100%;
        gap: 0.3rem;
    }
    
    .change-email-title {
        color: black;
        text-align: center;
    }
    
    .btnmail {
        background-color: #4f33ef;
        color: white;
        padding: 12px 10px;
        border-radius: 10px;
        transition: all 0.3s ease;
        font-weight: 500;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
    }
    
    .btnmail a {
        color: white;
        text-decoration: none
    }
    
    .btn-settings-acc1 {
        width: 100%;
    }
    
    .btn-default {
        background-color: #ecf0f1;
        color: #34495e;
    }
    
    .btn-default:hover {
        background-color: #bdc3c7;
        color: #2c3e50;
        transform: translateY(-2px);
    }
    
    .btn-success {
        background-color: #2ecc71;
        color: white;
    }
    
    .btn-success:hover {
        background-color: #27ae60;
        transform: translateY(-2px);
    }
    
    .btn-danger {
        background-color: #e74c3c;
        color: white;
    }
    
    .btn-danger:hover {
        background-color: #c0392b;
        transform: translateY(-2px);
    }
    /* Links */
    
    .mega {
        color: #3498db;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease;
        font-weight: 500;
        position: relative;
    }
    
    .mega:hover {
        color: #2980b9;
    }
    
    .mega::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -2px;
        left: 0;
        background-color: #3498db;
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }
    
    .mega:hover::after {
        transform: scaleX(1);
    }
    /* Modal styles */
    
    .modal-header {
        background-color: #4f33ef;
        color: white;
        border-bottom: none;
        padding: 20px;
    }
    
    .modal-title {
        margin: 0;
        font-weight: bold;
        font-size: 24px;
    }
    
    .modal-footer {
        border-top: none;
        padding: 20px;
    }
    
    .modal-footer .btn-secondary {
        background-color: #95a5a6;
        color: white;
    }
    
    .modal-footer .btn-secondary:hover {
        background-color: #7f8c8d;
    }
    /* Form controls */
    
    .form-control {
        margin-top: 10px;
        border-radius: 5px;
        border: 1px solid #bdc3c7;
        padding: 12px;
        transition: all 0.3s ease;
        height: 100%;
        width: 100%;
    }

    .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100px;
    margin-bottom: 0;
}
    
    .form-control:focus {
        border-color: #084670;
        box-shadow: 0 0 10px rgba(52, 152, 219, 0.3);
    }
    
    ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    
    li {
        background-color: #f9f9f9;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 10px;
        transition: background-color 0.3s, transform 0.3s;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }
    
    li.active {
        background-color: rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    /* Responsive adjustments */
    
    @media (max-width: 768px) {
        .account-container-fluid {
            padding: 30px;
            margin: 20px;
        }
        h1 {
            font-size: 32px;
        }
        .table th,
        .table td {
            padding: 12px;
        }
        .nav-tabs {
            flex-wrap: wrap;
        }
        .nav-tabs li {
            margin: 5px;
        }
        .btn {
            width: 100%;
            margin: 10px 0;
        }
    }
    
    .btn {
        display: inline-block;
        /* Make the button inline-block */
        padding: 10px 20px;
        /* Increased padding for better touch area */
        border-radius: 5px;
        /* Rounded corners */
        font-size: 14px;
        /* Font size */
        font-weight: 600;
        /* Slightly bolder text */
        text-transform: uppercase;
        /* Uppercase text for emphasis */
        transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
        /* Smooth transitions */
    }
    
    .btn-default {
        background-color: #007bff;
        /* Bright blue background */
        color: #ffffff;
        /* White text */
        border: none;
        /* No border */
        box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
        /* Subtle shadow */
    }
    
    .btn-default:hover {
        background-color: #0056b3;
        /* Darker blue on hover */
        transform: translateY(-2px);
        /* Lift effect on hover */
        box-shadow: 0 6px 12px rgba(0, 123, 255, 0.3);
        /* Enhanced shadow on hover */
    }
    
    .btn-sm {
        padding: 8px 16px;
        /* Smaller padding for small buttons */
        font-size: 12px;
        /* Smaller font size */
    }
    /* Additional improvements */
    
     ::selection {
        background-color: #3498db;
        color: white;
    }
    
     ::-webkit-scrollbar {
        width: 10px;
    }
    
     ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    
     ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 5px;
    }
    
     ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }