                                                                    * {
                                                                        padding: 0;
                                                                        margin: 0;
                                                                        box-sizing: border-box;
                                                                    }
                                                                    
                                                                    body {
                                                                        font-family: "Montserrat", sans-serif;
                                                                        display: flex;
                                                                        flex-direction: column;
                                                                        margin: 0;
                                                                        background-repeat: no-repeat;
                                                                        /*overflow-x: hidden;*/
                                                                    }
                                                                    
                                                                    body,
                                                                    html {
                                                                        overflow-x: hidden;
                                                                        width: 100%;
                                                                    }
                                                                    
                                                                    h3 {
                                                                        color: #fff;
                                                                        text-align: center;
                                                                    }
                                                                    
                                                                    .reg-cnt-container {
                                                                        background-color: #e6b372;
                                                                        color: #111;
                                                                        max-height: 5vh;
                                                                    }
                                                                    
                                                                    .content {
                                                                        color: #111;
                                                                        font-size: none;
                                                                        font-weight: bold;
                                                                        align-items: center;
                                                                        padding-top: 1vh;
                                                                        padding-bottom: 3vh;
                                                                        display: flex;
                                                                        justify-content: space-between;
                                                                        align-items: center;
                                                                        width: 100%;
                                                                    }
                                                                    
                                                                    .left-info {
                                                                        display: flex;
                                                                        align-items: center;
                                                                        text-decoration: none;
                                                                    }
                                                                    
                                                                    .left-info p {
                                                                        color: #000;
                                                                        font-size: 12px;
                                                                        display: flex;
                                                                        white-space: nowrap;
                                                                    }
                                                                    
                                                                    #phn {
                                                                        height: 20px;
                                                                        color: #000;
                                                                        padding-left: 1%;
                                                                        padding-right: 0.5%;
                                                                        align-items: center;
                                                                        display: flex;
                                                                    }
                                                                    
                                                                    .reg-opt {
                                                                        display: flex;
                                                                        list-style: none;
                                                                        align-items: center;
                                                                    }
                                                                    
                                                                    .reg-opt a {
                                                                        color: #000;
                                                                        font-weight: bold;
                                                                        text-decoration: none;
                                                                        display: flex;
                                                                        font-size: 12px;
                                                                        align-items: center;
                                                                        padding-right: 1vw;
                                                                        justify-content: space-between;
                                                                    }
                                                                    
                                                                    .reg-opt button {
                                                                        background-color: inherit;
                                                                        color: #000;
                                                                        font-weight: bolder;
                                                                        font-size: 12px;
                                                                        border: none;
                                                                        outline: none;
                                                                        margin-right: 1rem;
                                                                        align-items: center;
                                                                        display: flex;
                                                                    }
                                                                    
                                                                    nav {
                                                                        background-color: #014c40;
                                                                        color: #000;
                                                                        backdrop-filter: blur(10px);
                                                                        height: 4rem;
                                                                        display: flex;
                                                                        align-items: center;
                                                                        padding: 0 2rem;
                                                                        justify-content: space-between;
                                                                    }
                                                                    
                                                                    .sidebar {
                                                                        height: 100vh;
                                                                        padding-top: 80px;
                                                                        width: 20vw;
                                                                        position: fixed;
                                                                        z-index: 999;
                                                                        top: 0;
                                                                        left: 0;
                                                                        background-color: #004225;
                                                                        transition: 0.5s ease;
                                                                        overflow: auto;
                                                                        display: none;
                                                                    }
                                                                    
                                                                    .sidebar a {
                                                                        padding: 8px 8px 8px 32px;
                                                                        text-decoration: none;
                                                                        font-size: 25px;
                                                                        color: #fff;
                                                                        display: block;
                                                                        transition: 0.3s;
                                                                        position: relative;
                                                                    }
                                                                    
                                                                    .sidebar a:hover {
                                                                        color: #BC986A;
                                                                    }
                                                                    
                                                                    .sidebar .closebtn {
                                                                        position: absolute;
                                                                        cursor: pointer;
                                                                        top: 20px;
                                                                        right: 25px;
                                                                        font-size: 20px;
                                                                        background-color: white;
                                                                        color: #FFFFFF;
                                                                        height: 0;
                                                                        outline: none;
                                                                        border: none;
                                                                    }
                                                                    
                                                                    .sidebar .drp-dn-mn {
                                                                        padding: 6px 6px 8px 16px;
                                                                        align-items: center;
                                                                        min-height: 2vh;
                                                                    }
                                                                    
                                                                    .sidebar .drp-dn-mn .drp-dn-btn {
                                                                        border: none;
                                                                        outline: none;
                                                                        border-radius: none;
                                                                        background-color: inherit;
                                                                        color: #fff;
                                                                        font-size: 25px;
                                                                        display: flex;
                                                                        width: 100%;
                                                                        justify-content: space-between;
                                                                        align-items: center;
                                                                        padding-left: 8px;
                                                                    }
                                                                    
                                                                    .drp-dn-btn .fas.fa-angle-right {
                                                                        padding-right: 8px;
                                                                        font-size: 20px;
                                                                    }
                                                                    
                                                                    .sb-sd-br {
                                                                        height: 100%;
                                                                        width: 35vw;
                                                                        position: fixed;
                                                                        z-index: 1000;
                                                                        top: 0;
                                                                        left: 20vw;
                                                                        background-color: #F2E8CF;
                                                                        border-left: 1px solid #996828;
                                                                        overflow-x: hidden;
                                                                        transition: 0.5s;
                                                                        padding-top: 60px;
                                                                        align-items: center;
                                                                    }
                                                                    
                                                                    .sb-sd-br a {
                                                                        padding: 8px 8px 8px 32px;
                                                                        text-decoration: none;
                                                                        font-size: 20px;
                                                                        color: #004225;
                                                                        display: block;
                                                                        transition: 0.3s;
                                                                    }
                                                                    
                                                                    .sb-sd-br .clsbtn {
                                                                        background: none;
                                                                        top: 10px;
                                                                        right: 20px;
                                                                        position: absolute;
                                                                        font-size: 25px;
                                                                        border: none;
                                                                        color: #004225;
                                                                        cursor: pointer;
                                                                        margin-left: 50px;
                                                                    }
                                                                    
                                                                    .sb-sd-br .rgn-prt .allrgn {
                                                                        height: 5vh;
                                                                        width: 20vw;
                                                                        display: flexbox;
                                                                    }
                                                                    
                                                                    .sidebar a .drp-dn-btn:hover {
                                                                        color: #BC986A;
                                                                    }
                                                                    
                                                                    .drp-dn-ctn {
                                                                        height: 50%;
                                                                        width: 0;
                                                                    }
                                                                    
                                                                    .fa-angle-right {
                                                                        float: right;
                                                                        padding-right: 15px;
                                                                        justify-content: space-between;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn1 .mea-rgn {
                                                                        border: none;
                                                                        outline: none;
                                                                        background-color: inherit;
                                                                        color: #fff;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn1 a .mea-rgn {
                                                                        display: flex;
                                                                        justify-content: space-between;
                                                                        align-items: center;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                        width: 100%;
                                                                    }
                                                                    
                                                                    a .mea-rgn .fas.fa-angle-right {
                                                                        padding-right: 6px;
                                                                    }
                                                                    
                                                                    .ma-rgn-br {
                                                                        height: 100%;
                                                                        width: 25vw;
                                                                        position: fixed;
                                                                        z-index: 1001;
                                                                        top: 0;
                                                                        left: 55vw;
                                                                        background-color: #0A1A14;
                                                                        overflow-x: hidden;
                                                                        transition: transform 0.4s ease-in;
                                                                        padding-top: 60px;
                                                                        align-items: center;
                                                                    }
                                                                    
                                                                    .ma-rgn-br a {
                                                                        padding: 8px 8px 8px 32px;
                                                                        text-decoration: none;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                        display: block;
                                                                        transition: 0.3s;
                                                                    }
                                                                    
                                                                    .ma-rgn-br .clsrgn1 {
                                                                        background: none;
                                                                        top: 0;
                                                                        right: 25px;
                                                                        position: absolute;
                                                                        font-size: 36px;
                                                                        border: none;
                                                                        color: white;
                                                                        cursor: pointer;
                                                                        margin-left: 50px;
                                                                    }
                                                                    
                                                                    .rgn-mea {
                                                                        width: 0;
                                                                        height: 50%;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn2 .sa-rgn {
                                                                        border: none;
                                                                        outline: none;
                                                                        background-color: inherit;
                                                                        color: white;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn2 a .sa-rgn {
                                                                        width: 100%;
                                                                        display: flex;
                                                                        justify-content: space-between;
                                                                        align-items: center;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                    }
                                                                    
                                                                    a .sa-rgn .fas.fa-angle-right {
                                                                        padding-right: 6px;
                                                                    }
                                                                    
                                                                    .sa-rgn-br {
                                                                        height: 100%;
                                                                        width: 20vw;
                                                                        position: fixed;
                                                                        z-index: 1000;
                                                                        top: 0;
                                                                        left: 55vw;
                                                                        background-color: #0A1A14;
                                                                        overflow-x: hidden;
                                                                        transition: 0.5s;
                                                                        padding-top: 60px;
                                                                        align-items: center;
                                                                    }
                                                                    
                                                                    .sa-rgn-br a {
                                                                        padding: 8px 8px 8px 32px;
                                                                        text-decoration: none;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                        display: block;
                                                                        transition: 0.3s;
                                                                    }
                                                                    
                                                                    .sa-rgn-br .clsrgn2 {
                                                                        background: none;
                                                                        top: 0;
                                                                        right: 25px;
                                                                        position: absolute;
                                                                        font-size: 36px;
                                                                        border: none;
                                                                        color: white;
                                                                        cursor: pointer;
                                                                        margin-left: 50px;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn3 .sea-rgn {
                                                                        border: none;
                                                                        outline: none;
                                                                        background-color: inherit;
                                                                        color: white;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn3 a .sea-rgn {
                                                                        width: 100%;
                                                                        display: flex;
                                                                        justify-content: space-between;
                                                                        align-items: center;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                    }
                                                                    
                                                                    a .sea-rgn .fas.fa-angle-right {
                                                                        padding-right: 6px;
                                                                    }
                                                                    
                                                                    .sea-rgn-br {
                                                                        height: 100%;
                                                                        width: 20vw;
                                                                        position: fixed;
                                                                        z-index: 1000;
                                                                        top: 0;
                                                                        left: 55vw;
                                                                        background-color: #0A1A14;
                                                                        overflow-x: hidden;
                                                                        transition: 0.5s;
                                                                        padding-top: 60px;
                                                                        align-items: center;
                                                                    }
                                                                    
                                                                    .sea-rgn-br a {
                                                                        padding: 8px 8px 8px 32px;
                                                                        text-decoration: none;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                        display: block;
                                                                        transition: 0.3s;
                                                                    }
                                                                    
                                                                    .sea-rgn-br .clsrgn3 {
                                                                        background: none;
                                                                        top: 0;
                                                                        right: 25px;
                                                                        position: absolute;
                                                                        font-size: 36px;
                                                                        border: none;
                                                                        color: white;
                                                                        cursor: pointer;
                                                                        margin-left: 50px;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn4 .ca-rgn {
                                                                        border: none;
                                                                        outline: none;
                                                                        background-color: inherit;
                                                                        color: white;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn4 a .ca-rgn {
                                                                        width: 100%;
                                                                        display: flex;
                                                                        justify-content: space-between;
                                                                        align-items: center;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                    }
                                                                    
                                                                    a .ca-rgn .fas.fa-angle-right {
                                                                        padding-right: 6px;
                                                                    }
                                                                    
                                                                    .ca-rgn-br {
                                                                        height: 100%;
                                                                        width: 20vw;
                                                                        position: fixed;
                                                                        z-index: 1000;
                                                                        top: 0;
                                                                        left: 55vw;
                                                                        background-color: #0A1A14;
                                                                        overflow-x: hidden;
                                                                        transition: 0.5s;
                                                                        padding-top: 60px;
                                                                        align-items: center;
                                                                    }
                                                                    
                                                                    .ca-rgn-br a {
                                                                        padding: 8px 8px 8px 32px;
                                                                        text-decoration: none;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                        display: block;
                                                                        transition: 0.3s;
                                                                    }
                                                                    
                                                                    .ca-rgn-br .clsrgn4 {
                                                                        background: none;
                                                                        top: 0;
                                                                        right: 25px;
                                                                        position: absolute;
                                                                        font-size: 36px;
                                                                        border: none;
                                                                        color: white;
                                                                        cursor: pointer;
                                                                        margin-left: 50px;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn5 .ai-rgn {
                                                                        border: none;
                                                                        outline: none;
                                                                        background-color: inherit;
                                                                        color: white;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn5 a .ai-rgn {
                                                                        width: 100%;
                                                                        display: flex;
                                                                        justify-content: space-between;
                                                                        align-items: center;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                    }
                                                                    
                                                                    a .ai-rgn .fas.fa-angle-right {
                                                                        padding-right: 6px;
                                                                    }
                                                                    
                                                                    .ai-rgn-br {
                                                                        height: 100%;
                                                                        width: 20vw;
                                                                        position: fixed;
                                                                        z-index: 1000;
                                                                        top: 0;
                                                                        left: 55vw;
                                                                        background-color: #0A1A14;
                                                                        overflow-x: hidden;
                                                                        transition: 0.5s;
                                                                        padding-top: 60px;
                                                                        align-items: center;
                                                                    }
                                                                    
                                                                    .ai-rgn-br a {
                                                                        padding: 8px 8px 8px 32px;
                                                                        text-decoration: none;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                        display: block;
                                                                        transition: 0.3s;
                                                                    }
                                                                    
                                                                    .ai-rgn-br .clsrgn5 {
                                                                        background: none;
                                                                        top: 0;
                                                                        right: 25px;
                                                                        position: absolute;
                                                                        font-size: 36px;
                                                                        border: none;
                                                                        color: white;
                                                                        cursor: pointer;
                                                                        margin-left: 50px;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn6 .ea-rgn {
                                                                        border: none;
                                                                        outline: none;
                                                                        background-color: inherit;
                                                                        color: white;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn6 a .ea-rgn {
                                                                        width: 100%;
                                                                        display: flex;
                                                                        justify-content: space-between;
                                                                        align-items: center;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                    }
                                                                    
                                                                    a .ea-rgn .fas.fa-angle-right {
                                                                        padding-right: 6px;
                                                                    }
                                                                    
                                                                    .ea-rgn-br {
                                                                        height: 100%;
                                                                        width: 20vw;
                                                                        position: fixed;
                                                                        z-index: 1000;
                                                                        top: 0;
                                                                        left: 55vw;
                                                                        background-color: #0A1A14;
                                                                        overflow-x: hidden;
                                                                        transition: 0.5s;
                                                                        padding-top: 60px;
                                                                        align-items: center;
                                                                    }
                                                                    
                                                                    .ea-rgn-br a {
                                                                        padding: 8px 8px 8px 32px;
                                                                        text-decoration: none;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                        display: block;
                                                                        transition: 0.3s;
                                                                    }
                                                                    
                                                                    .ea-rgn-br .clsrgn6 {
                                                                        background: none;
                                                                        top: 0;
                                                                        right: 25px;
                                                                        position: absolute;
                                                                        font-size: 36px;
                                                                        border: none;
                                                                        color: white;
                                                                        cursor: pointer;
                                                                        margin-left: 50px;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn7 .eu-rgn {
                                                                        border: none;
                                                                        outline: none;
                                                                        background-color: inherit;
                                                                        color: white;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn7 a .eu-rgn {
                                                                        width: 100%;
                                                                        display: flex;
                                                                        justify-content: space-between;
                                                                        align-items: center;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                    }
                                                                    
                                                                    a .eu-rgn .fas.fa-angle-right {
                                                                        padding-right: 6px;
                                                                    }
                                                                    
                                                                    .eu-rgn-br {
                                                                        height: 100%;
                                                                        width: 20vw;
                                                                        position: fixed;
                                                                        z-index: 1000;
                                                                        top: 0;
                                                                        left: 55vw;
                                                                        background-color: #0A1A14;
                                                                        overflow-x: hidden;
                                                                        transition: 0.5s;
                                                                        padding-top: 60px;
                                                                        align-items: center;
                                                                    }
                                                                    
                                                                    .eu-rgn-br a {
                                                                        padding: 8px 8px 8px 32px;
                                                                        text-decoration: none;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                        display: block;
                                                                        transition: 0.3s;
                                                                    }
                                                                    
                                                                    .eu-rgn-br .clsrgn7 {
                                                                        background: none;
                                                                        top: 0;
                                                                        right: 25px;
                                                                        position: absolute;
                                                                        font-size: 36px;
                                                                        border: none;
                                                                        color: white;
                                                                        cursor: pointer;
                                                                        margin-left: 50px;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn8 .ocn-rgn {
                                                                        border: none;
                                                                        outline: none;
                                                                        background-color: inherit;
                                                                        color: white;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn8 a .ocn-rgn {
                                                                        width: 100%;
                                                                        display: flex;
                                                                        justify-content: space-between;
                                                                        align-items: center;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                    }
                                                                    
                                                                    a .ocn-rgn .fas.fa-angle-right {
                                                                        padding-right: 6px;
                                                                    }
                                                                    
                                                                    .ocn-rgn-br {
                                                                        height: 100%;
                                                                        width: 20vw;
                                                                        position: fixed;
                                                                        z-index: 1000;
                                                                        top: 0;
                                                                        left: 55vw;
                                                                        background-color: #0A1A14;
                                                                        overflow-x: hidden;
                                                                        transition: 0.5s;
                                                                        padding-top: 60px;
                                                                        align-items: center;
                                                                    }
                                                                    
                                                                    .ocn-rgn-br a {
                                                                        padding: 8px 8px 8px 32px;
                                                                        text-decoration: none;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                        display: block;
                                                                        transition: 0.3s;
                                                                    }
                                                                    
                                                                    .ocn-rgn-br .clsrgn8 {
                                                                        background: none;
                                                                        top: 0;
                                                                        right: 25px;
                                                                        position: absolute;
                                                                        font-size: 36px;
                                                                        border: none;
                                                                        color: white;
                                                                        cursor: pointer;
                                                                        margin-left: 50px;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn9 .na-rgn {
                                                                        border: none;
                                                                        outline: none;
                                                                        background-color: inherit;
                                                                        color: white;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn9 a .na-rgn {
                                                                        width: 100%;
                                                                        display: flex;
                                                                        justify-content: space-between;
                                                                        align-items: center;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                    }
                                                                    
                                                                    a .na-rgn .fas.fa-angle-right {
                                                                        padding-right: 6px;
                                                                    }
                                                                    
                                                                    .na-rgn-br {
                                                                        height: 100%;
                                                                        width: 20vw;
                                                                        position: fixed;
                                                                        z-index: 1000;
                                                                        top: 0;
                                                                        left: 55vw;
                                                                        background-color: #0A1A14;
                                                                        overflow-x: hidden;
                                                                        transition: 0.5s;
                                                                        padding-top: 60px;
                                                                        align-items: center;
                                                                    }
                                                                    
                                                                    .na-rgn-br a {
                                                                        padding: 8px 8px 8px 32px;
                                                                        text-decoration: none;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                        display: block;
                                                                        transition: 0.3s;
                                                                    }
                                                                    
                                                                    .na-rgn-br .clsrgn9 {
                                                                        background: none;
                                                                        top: 0;
                                                                        right: 25px;
                                                                        position: absolute;
                                                                        font-size: 36px;
                                                                        border: none;
                                                                        color: white;
                                                                        cursor: pointer;
                                                                        margin-left: 50px;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn10 .soa-rgn {
                                                                        border: none;
                                                                        outline: none;
                                                                        background-color: inherit;
                                                                        color: white;
                                                                    }
                                                                    
                                                                    .drp-dn-rgn10 a .soa-rgn {
                                                                        width: 100%;
                                                                        display: flex;
                                                                        justify-content: space-between;
                                                                        align-items: center;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                    }
                                                                    
                                                                    a .soa-rgn .fas.fa-angle-right {
                                                                        padding-right: 6px;
                                                                    }
                                                                    
                                                                    .soa-rgn-br {
                                                                        height: 100%;
                                                                        width: 20vw;
                                                                        position: fixed;
                                                                        z-index: 1000;
                                                                        top: 0;
                                                                        left: 55vw;
                                                                        background-color: #0A1A14;
                                                                        overflow-x: hidden;
                                                                        transition: 0.5s;
                                                                        padding-top: 60px;
                                                                        align-items: center;
                                                                    }
                                                                    
                                                                    .soa-rgn-br a {
                                                                        padding: 8px 8px 8px 32px;
                                                                        text-decoration: none;
                                                                        font-size: 20px;
                                                                        color: #818181;
                                                                        display: block;
                                                                        transition: 0.3s;
                                                                    }
                                                                    
                                                                    .soa-rgn-br .clsrgn10 {
                                                                        background: none;
                                                                        top: 0;
                                                                        right: 25px;
                                                                        position: absolute;
                                                                        font-size: 36px;
                                                                        border: none;
                                                                        color: white;
                                                                        cursor: pointer;
                                                                        margin-left: 50px;
                                                                    }
                                                                    
                                                                    #main {
                                                                        transition: margin-left 0.5s;
                                                                        padding: 15px;
                                                                        display: flex;
                                                                    }
                                                                    
                                                                    .nav-left {
                                                                        font-size: 15px;
                                                                        cursor: pointer;
                                                                        padding: 5px 10px;
                                                                        background-color: none;
                                                                        display: flex;
                                                                        justify-content: center;
                                                                        padding-left: 1px;
                                                                    }
                                                                    
                                                                    li .bx-menu {
                                                                        background: transparent;
                                                                        color: #fff;
                                                                        position: relative;
                                                                        border: none;
                                                                        outline: none;
                                                                        box-shadow: none;
                                                                        padding-right: 1rem;
                                                                        padding-left: 5px;
                                                                        font-size: medium;
                                                                    }
                                                                    
                                                                    .bx-menu:focus,
                                                                    .bx-menu:active {
                                                                        outline: none;
                                                                        box-shadow: none;
                                                                    }
                                                                    
                                                                    .nav-left a:hover {
                                                                        background-color: inherit;
                                                                        color: #BC986A;
                                                                    }
                                                                    
                                                                    li a {
                                                                        justify-content: center;
                                                                    }
                                                                    
                                                                    @media screen and (min-height:800px) {
                                                                        .sidebar {
                                                                            width: 250px;
                                                                        }
                                                                        .openbtn {
                                                                            display: none;
                                                                        }
                                                                    }
                                                                    
                                                                    .nav-left {
                                                                        display: flex;
                                                                    }
                                                                    
                                                                    .nav-opt {
                                                                        display: flex;
                                                                        transition: transform 0.4s ease;
                                                                    }
                                                                    
                                                                    .toggle input:checked~.nav-opt {
                                                                        transform: translateX(300px);
                                                                    }
                                                                    
                                                                    ul li {
                                                                        margin-left: 10px;
                                                                        list-style: none;
                                                                    }
                                                                    
                                                                    ul li a {
                                                                        color: #fff;
                                                                        text-decoration: none;
                                                                        transition: 0.4s;
                                                                    }
                                                                    
                                                                    .nav-opt a:hover {
                                                                        color: #BC986A;
                                                                    }
                                                                    
                                                                    main {
                                                                        flex: 1;
                                                                        width: 100%;
                                                                    }
                                                                    
                                                                    .content-area {
                                                                        /* background-image: url(./Images/Visa_Stamps_landing_page_photo.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
                                                                        min-height: 200vh;
                                                                        position: relative;
                                                                        width: 100vw;
                                                                        padding: 0.1rem;
                                                                    }
                                                                    
                                                                    .alm-vd-cnt {
                                                                        height: 60rem;
                                                                        width: 100%;
                                                                        max-width: 100%;
                                                                        padding: 0 auto;
                                                                        margin: 0;
                                                                        line-height: 0;
                                                                        overflow: hidden;
                                                                        position: relative;
                                                                        display: flex;
                                                                    }
                                                                    
                                                                    .alm-vd {
                                                                        width: 100%;
                                                                        height: 100%;
                                                                        object-fit: cover;
                                                                        animation: videoZoom 20s linear infinite;
                                                                        position: absolute;
                                                                        top: 0;
                                                                        right: 0;
                                                                        bottom: 0;
                                                                        z-index: -1;
                                                                        visibility: visible;
                                                                        animation-play-state: running;
                                                                        filter: brightness(0.9) contrast(1.1) saturate(1.1);
                                                                    }
                                                                    
                                                                    @media (min-aspect-ratio: 16/9) {
                                                                        .alm-vd {
                                                                            width: 100%;
                                                                            height: auto;
                                                                        }
                                                                    }
                                                                    
                                                                    @media (max-aspect-ratio: 16/9) {
                                                                        .alm-vd {
                                                                            width: auto;
                                                                            height: 100%;
                                                                        }
                                                                    }
                                                                    
                                                                    .re-container {
                                                                        /*background-color: #fff;*/
                                                                        min-height: 100vh;
                                                                        padding: 40px 20px;
                                                                        background-image: url(./Images/recom.jpeg);
                                                                        width: 100%;
                                                                        background-repeat: no-repeat;
                                                                        background-size: cover;
                                                                        height: 150vh;
                                                                        background-position: center;
                                                                    }
                                                                    
                                                                    .recommend-title {
                                                                        color: #fafafaa8;
                                                                        font-size: 30px;
                                                                        font-weight: bold;
                                                                        padding-left: 40%;
                                                                        padding-right: 30%;
                                                                        padding-top: 100vh;
                                                                        margin-bottom: 20px;
                                                                        align-items: center;
                                                                        padding: 0px 40px 0px 40px;
                                                                        padding-left: 55vw;
                                                                        font-style: initial;
                                                                        font-family: Arial, Helvetica, sans-serif;
                                                                    }
                                                                    
                                                                    .alm-sa {
                                                                        color: #ada6a6;
                                                                        font-size: 15px;
                                                                        font-style: oblique;
                                                                        font-family: monospace;
                                                                        text-align: right;
                                                                        text-transform: uppercase;
                                                                        padding: 0 32px 0 40px;
                                                                        padding-inline-start: 40vw;
                                                                        gap: 20px;
                                                                    }
                                                                    
                                                                    footer {
                                                                        background-color: #082729;
                                                                        color: white;
                                                                        padding: 60px 10%;
                                                                        /* Centers content and adds breathing room */
                                                                        min-height: 80vh;
                                                                        font-family: 'Times New Roman', Times, serif;
                                                                    }
                                                                    
                                                                    .footer-content {
                                                                        max-width: 1200px;
                                                                        margin: 0 auto;
                                                                        justify-content: space-between;
                                                                    }
                                                                    
                                                                    .footer-content .hd-cnt {
                                                                        font-size: 28px;
                                                                        margin-bottom: 20px;
                                                                        display: block;
                                                                    }
                                                                    
                                                                    .letter {
                                                                        font-size: 24px;
                                                                        margin-bottom: 20px;
                                                                        display: block;
                                                                    }
                                                                    
                                                                    .input-group {
                                                                        margin-bottom: 15px;
                                                                    }
                                                                    
                                                                    input[type="text"],
                                                                    input[type="email"] {
                                                                        padding: 10px;
                                                                        margin-bottom: 10px;
                                                                        border: 1px solid #444;
                                                                        background: #E5E5E5;
                                                                    }
                                                                    
                                                                    .fname,
                                                                    .lname {
                                                                        width: 200px;
                                                                        margin-right: 10px;
                                                                    }
                                                                    
                                                                    .email {
                                                                        width: 420px;
                                                                        display: block;
                                                                    }
                                                                    
                                                                    .radio-group {
                                                                        margin: 10px 0;
                                                                    }
                                                                    
                                                                    .option-label input[type="radio"] {
                                                                        margin-right: 20px;
                                                                        font-size: 14px;
                                                                        justify-content: space-between;
                                                                        display: flex;
                                                                    }
                                                                    
                                                                    .news-container .disclaimer {
                                                                        font-size: 16px;
                                                                        color: #E5E5E5;
                                                                        margin-top: 10px;
                                                                        margin-bottom: 20px;
                                                                    }
                                                                    
                                                                    .submit-btn {
                                                                        background-color: #E5E5E5;
                                                                        color: #000;
                                                                        padding: 10px 30px;
                                                                        border: none;
                                                                        cursor: pointer;
                                                                        font-weight: bold;
                                                                        text-transform: uppercase;
                                                                        justify-content: right;
                                                                        display: flex;
                                                                    }
                                                                    
                                                                    .submit-btn:hover {
                                                                        background-color: #ddd;
                                                                    }
                                                                    /* Social Links Styling */
                                                                    
                                                                    .social-links {
                                                                        margin-top: 40px;
                                                                        border-top: 1px solid #333;
                                                                        padding-top: 20px;
                                                                    }
                                                                    
                                                                    .social-links a {
                                                                        color: white;
                                                                        text-decoration: none;
                                                                        margin-right: 20px;
                                                                        font-size: 14px;
                                                                        transition: 0.3s;
                                                                    }
                                                                    
                                                                    .social-links a:hover {
                                                                        color: #ffcc00;
                                                                        /* Highlight color */
                                                                    }
                                                                    
                                                                    .frm-hdr-cnt h2 {
                                                                        color: #000;
                                                                    }
                                                                    /* Updated Modal Panel for Side-by-Side Layout */
                                                                    /* 1. Base Modal Container (The Backdrop) */
                                                                    
                                                                    .modal {
                                                                        position: fixed;
                                                                        top: 0;
                                                                        left: 0;
                                                                        width: 100%;
                                                                        height: 100%;
                                                                        z-index: 1000;
                                                                        display: none;
                                                                        /* Hidden by default */
                                                                        align-items: center;
                                                                        justify-content: center;
                                                                        background-color: rgba(0, 0, 0, 0.85);
                                                                        /* Dims the website background */
                                                                        padding: 20px;
                                                                    }
                                                                    /* 2. Show the modal when aria-hidden is false */
                                                                    
                                                                    .modal[aria-hidden="false"] {
                                                                        display: flex;
                                                                    }
                                                                    /* 3. The Close Button (The X) */
                                                                    
                                                                    .modal-close {
                                                                        position: absolute;
                                                                        top: 20px;
                                                                        right: 20px;
                                                                        background: transparent;
                                                                        border: none;
                                                                        color: white;
                                                                        font-size: 30px;
                                                                        cursor: pointer;
                                                                        z-index: 10;
                                                                    }
                                                                    /* 4. Fix for the Social Buttons & General Buttons */
                                                                    
                                                                    .btn-primary {
                                                                        background: #c9a44a;
                                                                        color: #000;
                                                                        border: none;
                                                                        padding: 15px;
                                                                        font-weight: bold;
                                                                        cursor: pointer;
                                                                        margin-top: 10px;
                                                                    }
                                                                    
                                                                    .btn-full {
                                                                        width: 100%;
                                                                    }
                                                                    
                                                                    .or {
                                                                        text-align: center;
                                                                        margin: 20px 0;
                                                                        color: #555;
                                                                        font-size: 12px;
                                                                    }
                                                                    /* Rest of your existing .modal-panel code follows... */
                                                                    
                                                                    .modal-panel {
                                                                        position: relative;
                                                                        width: 100%;
                                                                        max-width: 1000px;
                                                                        /* Wider for a more cinematic feel */
                                                                        background: #111;
                                                                        /* Deep charcoal/black */
                                                                        display: grid;
                                                                        grid-template-columns: 1fr 1fr;
                                                                        /* Strict 50/50 split */
                                                                        border: 1px solid rgba(255, 255, 255, 0.1);
                                                                        overflow: hidden;
                                                                        border-radius: 4px;
                                                                        /* A&K uses sharper, cleaner edges */
                                                                        animation: modalFadeIn 0.5s ease forwards;
                                                                    }
                                                                    /* Ensure the image side fills its half */
                                                                    
                                                                    .modal-visual {
                                                                        background-image: url('./Images/Login_Photos/login_photo_4.jpeg');
                                                                        background-size: cover;
                                                                        background-position: center;
                                                                        height: 100%;
                                                                        /* Important: takes full height of the grid row */
                                                                        min-height: 600px;
                                                                    }
                                                                    
                                                                    .modal-content {
                                                                        background: #111;
                                                                        padding: 60px;
                                                                        display: flex;
                                                                        flex-direction: column;
                                                                        justify-content: center;
                                                                        color: #fff;
                                                                    }
                                                                    /* Typography Refinement */
                                                                    
                                                                    .modal-title {
                                                                        font-family: 'Playfair Display', serif;
                                                                        font-size: 36px;
                                                                        font-weight: 400;
                                                                        margin-bottom: 10px;
                                                                    }
                                                                    
                                                                    .modal-sub {
                                                                        font-size: 11px;
                                                                        text-transform: uppercase;
                                                                        letter-spacing: 3px;
                                                                        color: #c9a44a;
                                                                        /* Gold accent */
                                                                        margin-bottom: 40px;
                                                                        font-family: 'Montserrat', sans-serif;
                                                                    }
                                                                    /* Form Styling - Minimalist Underline Style */
                                                                    
                                                                    .form-group {
                                                                        margin-bottom: 25px;
                                                                    }
                                                                    
                                                                    .form-group label {
                                                                        display: block;
                                                                        font-size: 10px;
                                                                        text-transform: uppercase;
                                                                        letter-spacing: 2px;
                                                                        margin-bottom: 8px;
                                                                        color: #888;
                                                                    }
                                                                    
                                                                    .form-group input {
                                                                        width: 100%;
                                                                        background: transparent !important;
                                                                        border: none !important;
                                                                        border-bottom: 1px solid #333 !important;
                                                                        color: #fff !important;
                                                                        padding: 10px 0 !important;
                                                                        font-family: 'Montserrat', sans-serif;
                                                                    }
                                                                    
                                                                    .form-group input:focus {
                                                                        outline: none;
                                                                        border-bottom-color: #c9a44a !important;
                                                                    }
                                                                    
                                                                    @keyframes modalFadeIn {
                                                                        from {
                                                                            opacity: 0;
                                                                            transform: translateY(20px);
                                                                        }
                                                                        to {
                                                                            opacity: 1;
                                                                            transform: translateY(0);
                                                                        }
                                                                    }
                                                                    /* Responsive: Stack on small screens */
                                                                    
                                                                    @media (max-width: 850px) {
                                                                        .modal-panel {
                                                                            grid-template-columns: 1fr;
                                                                            max-width: 450px;
                                                                        }
                                                                        .modal-visual {
                                                                            height: 200px;
                                                                            min-height: auto;
                                                                        }
                                                                    }
                                                                    
                                                                    .password-row {
                                                                        display: flex;
                                                                        align-items: center;
                                                                        justify-content: space-between;
                                                                    }
                                                                    
                                                                    .password-row a {
                                                                        font-size: 12px;
                                                                        color: #c9a44a;
                                                                        text-decoration: none;
                                                                    }
                                                                    
                                                                    .show-password {
                                                                        background: transparent;
                                                                        border: none;
                                                                        color: #c9a44a;
                                                                        cursor: pointer;
                                                                        font-size: 12px;
                                                                    }
                                                                    
                                                                    .form-meta {
                                                                        font-size: 15px;
                                                                        color: #555;
                                                                        margin-top: 15px;
                                                                    }
                                                                    
                                                                    .link-frgt {
                                                                        color: burlywood;
                                                                        font-size: 12px;
                                                                        text-decoration: none;
                                                                        padding-left: 10px;
                                                                    }
                                                                    
                                                                    .link-frgt:hover {
                                                                        text-decoration: underline;
                                                                    }
                                                                    
                                                                    .btn .btn-primary .btn-full {
                                                                        background: #c9a44a;
                                                                        color: #000;
                                                                        border: none;
                                                                        padding: 15px;
                                                                        font-weight: bold;
                                                                        cursor: pointer;
                                                                        margin-top: 10px;
                                                                    }
                                                                    
                                                                    .btn .btn-primary .btn-full:hover {
                                                                        background: #b38e3c;
                                                                    }
                                                                    
                                                                    .social .btn btn-social .google button {
                                                                        background-color: bisque;
                                                                        color: #000;
                                                                        border: none;
                                                                        padding: 15px;
                                                                        font-weight: bold;
                                                                        cursor: pointer;
                                                                        margin-top: 10px;
                                                                        box-sizing: border-box;
                                                                    }
                                                                    
                                                                    button.btn-social.google:hover {
                                                                        background: #c23321;
                                                                    }
                                                                    
                                                                    .create span {
                                                                        color: burlywood;
                                                                        font-size: 12px;
                                                                        text-decoration: none;
                                                                        padding-top: 15px;
                                                                    }
                                                                    
                                                                    .create a {
                                                                        color: burlywood;
                                                                        font-weight: bold;
                                                                        text-decoration: none;
                                                                        padding-left: 10px;
                                                                        font-size: 12px;
                                                                    }
                                                                    
                                                                    .create a:hover {
                                                                        text-decoration: underline;
                                                                    }
                                                                    
                                                                    .social-links i {
                                                                        margin-right: 15px;
                                                                        font-size: 1.2rem;
                                                                    }
                                                                    
                                                                    .fa-whatsapp {
                                                                        color: #25D366;
                                                                    }
                                                                    
                                                                    .fa-facebook {
                                                                        color: #1877F2;
                                                                    }
                                                                    
                                                                    .fa-instagram {
                                                                        color: #E4405F;
                                                                    }