@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
}
body {
    margin: 0;
    line-height: normal;
    background-color: #F4F4F6;
    font-family: Roboto;
}
body::-webkit-scrollbar {
    width: 0px; /* Set the thickness (width) of the scrollbar */
}
body::-webkit-scrollbar-thumb {
    background-color: #094690; /* Set the color of the thumb */
    border-radius: 8px; /* Optional: Add rounded corners */
}
body::-webkit-scrollbar-track {
    background-color: #c9cdcf; /* Optional: Change track color */
    border-radius: 8px; /* Optional: Add rounded corners */
}
div::-webkit-scrollbar {
    height: 6px; /* Set the thickness (width) of the scrollbar */
    width: 0px; /* Set the thickness (width) of the scrollbar */
}
div::-webkit-scrollbar-thumb {
    background-color: #094690; /* Set the color of the thumb */
    border-radius: 8px; /* Optional: Add rounded corners */
}
div::-webkit-scrollbar-track {
    background-color: #c9cdcf; /* Optional: Change track color */
    border-radius: 8px; /* Optional: Add rounded corners */  
}
.h0{
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}
.h1{
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}
.h2{
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}
.h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}
.h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.h7{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
.h0,.h1,.h2,.h3,.h4,.h5,.h6,.h7 {
    align-self: stretch;
    position: relative;
    text-decoration: none;  
}
a{
    text-decoration: none;
}
.pri300{
    color: #1074EF;
}
.pri500{
    color: #094690;
}
.pri700{
    color: #0B1D33;
}
.grey{
    color: #52647A;
}
.white{
    color: #FFFFFF;
}
.error{
    color: #e7515a;
}
.success{
    color: #1abc9c;
}
.warning{
    color: #e2a03f;
}
.bg-pri-300{
    background-color: #1074EF;
}
.bg-pri-500{
    background-color: #094690;
}
.bg-pri-700{
    background-color: #0B1D33;
}
.bg-white{
    background-color: #FFFFFF;
}
.bg-bg{
    background-color: #F4F4F6;
}
.bg-error{
    background-color: #e7515a;
}
.bg-success{
    background-color: #1abc9c;
}
.bg-warning{
    background-color: #e2a03f;
}
.bg-linear-5-7{
    background: linear-gradient(180deg, #094690, #0B1D33);
}
.bg-linear-wht-bg{
    background: linear-gradient(180deg, #FFFFFF, #F4F4F6);
}
.button {
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: none;
    box-sizing: border-box;
}
.button:hover {
    opacity: 0.8;
}
.button2 {
    align-self: stretch;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    z-index: 4;
    border: none;
    box-sizing: border-box;
}
.button2:hover {
    opacity: 0.8;
}
.home {
    width: 100%;
    position: relative;
    height: 1000px;
}

.topnav {
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    background-color: #094690;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    z-index: 1000;/* Initial z-index */
}

.topnav.hidden {
z-index: 998;
pointer-events: none; /* Not clickable when hidden */
}
.topnav2 {
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    z-index: 1000;/* Initial z-index */
    box-sizing: border-box;
}
.topnav2.hidden {
z-index: 998;
pointer-events: none; /* Not clickable when hidden */
}
.topnav2in {
    align-self: stretch;
    background-color: #094690;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
}
.topnavdrop {
    align-self: stretch;
    border-radius: 0px 0px 16px 16px;
    background-color: #094690;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 16px;
    gap: 16px;
    box-sizing: border-box;
}
.send-icon {
    width: 40px;
    position: relative;
    border-radius: 4px;
    height: 40px;
}
.logo-icon {
    width: 40px;
    position: relative;
    height: 40px;
}
.button-img {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background:transparent;
    padding: 0px;
    border: none;
    min-width: 40px;
    height: 40px;
    border-radius: 4px;
}
.bdctn {
    position: absolute;
    width: 100%;
    top: 72px;
    right: 0px;
    left: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 999;
    gap: 16px;
}
.ctn1{
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 128px 16px;
    gap: 40px;
    box-sizing: border-box;
    background-image: url('../assets/heroimage.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.ctn1b{
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 32px 16px;
    gap: 40px;
    box-sizing: border-box;
}
.ctn2 {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    min-width: 290px;
    max-width: 500px;
    box-sizing: border-box;
}
.ctn2b {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    box-sizing: border-box;
}
.ctn3{
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 900px;
    box-sizing: border-box;
}
.ctn4 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 16px;
    border-radius: 8px;
    min-width: 290px;
    max-width: 900px;
    box-sizing: border-box;
}
.ctn4b {
    flex: 1;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 16px;
    border-radius: 8px;
    min-width: 290px;
    max-width: 900px;
    box-sizing: border-box;
}
.ctn5 {
    flex: 1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 64px 16px;
    box-sizing: border-box;
    position: relative;
    gap: 24px;
    min-width: 290px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.ctn5b {
    flex: 1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 32px 16px;
    box-sizing: border-box;
    position: relative;
    gap: 24px;
    min-width: 290px;
}
.ctn6 {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    position: relative;
    max-width: 900px;
}
.ctn6d {
    flex: 1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 32px 16px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    max-width: 480px;
    border: 1px solid #E3E3E5;
}
.ctn7 {
    width: 100%;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
}
.ctn7b {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    position: relative;
    gap: 8px;
}
.lock-icon {
    width: 48px;
    position: absolute;
    margin: 0 !important;
    top: 16px;
    left: 16px;
    height: 48px;
    z-index: 2;
}
.footer {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.input {
    border-radius: 4px;
    background-color: #F4F4F6;
    min-height: 40px;
    overflow: hidden;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 16px;
    box-sizing: border-box;
    min-width: 200px;
    border: none;
    color: #344054;
    width: 100%;
    flex: 1;
    font-family: Roboto;
}
.input:focus {
    outline: none; 
    border: 2px solid #094690;
}
.input::placeholder{
    color: #52647A;
}
input[type="radio"] {
    width: 16px;
    height: 16px;
}
.textarea {
    border-radius: 4px;
    background-color: #F4F4F6;
    min-height: 120px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 16px;
    box-sizing: border-box;
    min-width: 200px;
    border: none;
    color: #344054;
    width: 100%;
    resize: none;
    flex: 1;
    font-family: Roboto;
}
.textarea:focus {
    outline: none; 
    border: 2px solid #094690;
  }
.textarea::placeholder{
    color: #52647A;
    font-family: Roboto;
}
.p-shell-icon {
    width: 96px;
    position: relative;
    height: 72px;
    overflow: hidden;
    flex-shrink: 0;
}
.call-icon {
    width: 32px;
    position: relative;
    height: 32px;
}
.list {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 8px;
    gap: 8px;
    border-radius: 4px;
}
.page {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    min-width: 290px;
    max-width: 900px;
    box-sizing: border-box;
}
.page {
    display: none;
  }
  .page.active {
    display: flex;
  }
  .ctn3c {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 64px 16px 40px 16px;
    box-sizing: border-box;
    gap: 40px;
    max-width: 900px;
    text-align: center;
}
.ctn12 {
    align-self: stretch;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 0px;
    gap: 16px;
    box-sizing: border-box;
}
.ctn6c {
    align-self: stretch;
    flex: 1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 64px 16px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
    min-width: 290px;
    border: 1px solid #E3E3E5;
}
.reviewimg-icon {
    width: 80px;
    position: absolute;
    margin: 0 !important;
    top: -40px;
    left: calc(50% - 40px);
    border-radius: 50%;
    height: 80px;
    object-fit: cover;
    z-index: 4;
}
.star-icon4 {
    width: 90px;
    position: relative;
    height: 16px;
    z-index: 1;
}
.quote-icon {
    width: 32px;
    position: relative;
    height: 32px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 2;
}
.setcz {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.numpad,.del,.info{
    position: relative;
    display: flex;
    width: 48px;
    height: 48px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #094690;
    font-size: 14px;
    line-height: 14px;
    color: #094690;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.numpad:hover,.del:hover,.info:hover {
    color: #ffffff;
    background-color: #094690;
    border: none;
}
.num-div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 16px;
    width: 100%;
}
.pin-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    box-sizing: border-box;
    width: 100%;
}