@font-face {
    font-family: 'Helvetica-Compressed';
    src: url('../fonts/Helvetica-Compressed.otf') format('opentype'); 
}
@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: #E6E6E6;
    font-family: Roboto;
}
body::-webkit-scrollbar {
    width: 0px; /* Set the thickness (width) of the scrollbar */
}
.h1{
    font-size: 36px;
    line-height: 44px;
    font-family: 'Helvetica-Compressed';
}
.h2{
    font-size: 32px;
    line-height: 44px;
    font-family: 'Helvetica-Compressed';
}
.h3{
    font-size: 24px;
    line-height: 32px;
    font-family: 'Helvetica-Compressed';
}
.h4{
    font-size: 20px;
    line-height: 30px;
    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: 14px;
    line-height: 22px;
    font-weight: 700;
}
.h8{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.h9{
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}
.h10{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.h1,.h2,.h3,.h4,.h5,.h6,.h7,.h8,.h9,.h10 {
    position: relative;
    text-decoration: none;  
}
a{
    text-decoration: none;
}
.pri{
    color: #4E97A3;
}
.accent{
    color: #FFC38A;
}
.white{
    color: #ffffff;
}
.black{
    color: #333333;
}
.grey{
    color: #808080;
}
.error{
    color: #e7515a;
}
.success{
    color: #1abc9c;
}
.bg-pri{
    background-color: #4E97A3;
}
.bg-accent{
    background-color: #FFC38A;
}
.bg-grey{
    background-color: #D0D5DD;
}
.bg-white{
    background-color: #ffffff;
}
.bg-bg{
    background-color: #E6E6E6;
}
.bg-linear{
    background: linear-gradient(90deg, #DFF2FB, #f3f3f3);
}
.bg-error{
    background-color: #e7515a;
}
.bg-success{
    background-color: #1abc9c;
}
.button {
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 8px 16px;
    border: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.button:hover {
    opacity: 0.8;
}
.button2 {
    align-self: stretch;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 8px 16px;
    border: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    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;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    height: 72px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    box-sizing: border-box;
    z-index: 999;
}
.logo-icon {
    width: 95px;
    position: relative;
    height: 48px;
    flex-shrink: 0;
}
.navicon {
    width: 32px;
    position: relative;
    height: 32px;
}
.navbtnc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
}
.navbtnc1 {
    width: 60px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.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;
    box-sizing: border-box;
}
.heroc {
    align-self: stretch;
    border-radius: 0px 0px 40px 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 16px 128px;
    background-image: url('../assets/heroimg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: left;
    box-sizing: border-box;
}
.herocc {
    align-self: stretch;
    border-radius: 0px 0px 40px 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 16px 128px;
    background-image: url('../assets/heroimg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: left;
    box-sizing: border-box;
}
.heroc1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: flex-start;
    gap: 24px;
    min-width: 300px;
    max-width: 800px;
    box-sizing: border-box;
}
.trkc {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    box-sizing: border-box;
}
.input {
    flex: 1;
    align-self: stretch;
    border-radius: 24px;
    background-color: #e6e6e6;
    border: 1px solid #d0d5dd;
    box-sizing: border-box;
    min-height: 40px;
    overflow: hidden;
    padding: 8px 16px;
    font-family: Roboto;
    color: #333333;
}
.input:focus {
    border: 2px solid #4E97A3;
    outline: none;
}
.textarea {
    align-self: stretch;
    border-radius: 24px;
    background-color: #e6e6e6;
    border: 1px solid #d0d5dd;
    box-sizing: border-box;
    min-height: 80px;
    overflow: hidden;
    flex-shrink: 0;
    padding: 8px 16px;
    flex: 1;
    font-family: Roboto;
    color: #333333;
    resize: none;
}
.textarea:focus {
    border: 2px solid #4E97A3;
    outline: none;
}
.svcoutctn {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    gap: 24px;
    box-sizing: border-box;
}
.svctn2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    min-width: 300px;
    max-width: 800px;
    box-sizing: border-box;
}
.svchtext {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.svctn {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    gap: 32px 16px;
    min-width: 300px;
    max-width: 800px;
    box-sizing: border-box;
}
.svctn2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    min-width: 300px;
    max-width: 800px;
    box-sizing: border-box;
}
.svc2 {
    width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 16px 16px 32px;
    box-sizing: border-box;
    gap: 16px;
    min-width: 300px;
    max-width: 800px;
}
.svcimg2-icon {
    flex: 1;
    position: relative;
    border-radius: 24px;
    max-width: 400px;
    overflow: hidden;
    height: 300px;
    object-fit: cover;
    min-width: 240px;
    box-sizing: border-box;
}
.svctext2 {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    min-width: 240px;
    max-width: 400px;
    box-sizing: border-box;
}
.rdmctn {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 64px 0px;
    box-sizing: border-box;
    gap: 32px 100px;
    min-width: 300px;
    max-width: 800px;
}
.rdmc {
    width: 220px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    gap: 16px;
    min-height: 240px;
    text-align: center;
}
.svcicon {
    width: 80px;
    position: relative;
    height: 80px;
    overflow: hidden;
    flex-shrink: 0;
}
.rdmtxt {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}
.whyca {
    flex: 1;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    box-sizing: border-box;
    gap: 16px;
    min-width: 300px;
    max-width: 400px;
    min-height: 320px;
}
.review {
    width: 260px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    height: 100%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
}
.review-in {
    width: 100%;
    height: 280px;
    overflow-x: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    max-width: 800px;
    box-sizing: border-box;
    padding: 0px 8px 8px 8px;
}
.star-icon {
    width: 136px;
    position: relative;
    height: 24px;
}
/* WebKit (Chrome, Safari, Edge) */
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: #4E97A3; /* Set the color of the thumb */
    border-radius: 8px; /* Optional: Add rounded corners */
}

div::-webkit-scrollbar-track {
    background-color: #ffffff; /* Optional: Change track color */
    border-radius: 8px; /* Optional: Add rounded corners */
}
.footer {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.footertop {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    gap: 16px;
    box-sizing: border-box;
}
.footerdown {
    align-self: stretch;
    height: 28px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 0px;
    box-sizing: border-box;
    text-align: center;
}
.footertop2a {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 300px;
    box-sizing: border-box;
}
.footertop2 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    max-width: 800px;
    box-sizing: border-box;
}
.svc3 {
    width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    padding: 32px 16px;
    box-sizing: border-box;
    gap: 16px;
    min-width: 300px;
    max-width: 400px;
}
.svc4 {
    width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    box-sizing: border-box;
    gap: 24px;
    min-width: 300px;
    max-width: 400px;
    text-align: left;
}
.form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    max-width: 800px;
    text-align: left;
    box-sizing: border-box;
}
.sdf {
    align-self: stretch;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.sdfnew {
    align-self: stretch;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 8px;
    box-sizing: border-box;
}
.svc5 {
    align-self: stretch;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 16px;
    gap: 16px;
    min-width: 260px;
}
.svc5p {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
}
.sv5in {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
}
.sv5in2 {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    box-sizing: border-box;
}
.svc5h {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 16px;
    box-sizing: border-box;
}
.elstar-alt-icon {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}
.status-parent {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
}
.sv5in4 {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 120px;
    box-sizing: border-box;
}
.tablerclock-icon {
    width: 16px;
    position: relative;
    height: 16px;
    overflow: hidden;
    flex-shrink: 0;
}
.tablerclock-icon2 {
    width: 20px;
    position: relative;
    height: 20px;
    overflow: hidden;
}
.sv5inn {
    align-self: stretch;
    border-radius: 8px;
    background-color: #f2f2f2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
}
.setc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 16px;
}
.tblctn {
    width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    min-width: 300px;
    max-width: 800px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 8px;
    padding: 16px;
}
.tbl {
    border-collapse: collapse;
    border: 2px solid #d0d5dd; /* Set border to 2px solid grey */
    width: 100%;
}
.tbl td, .tbl th {
    border: 2px solid #d0d5dd; /* Set border for table cells */
    padding: 10px; /* Add some padding for better readability */
    text-align: left; /* Align text to the left */
}
.label-success{
    display: flex;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    color: #1FAE5C;
    background-color: rgba(2, 122, 72, 0.1);
    border: 1px solid #1FAE5C;
}
.label-error{
    display: flex;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    color: #F53D3D;
    background-color: rgba(242, 13, 13, 0.1);
    border: 1px solid #F53D3D;
}
.label-warning{
    display: flex;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    color: #E6A219;
    background-color: rgba(248, 133, 18, 0.1);
    border: 1px solid #E6A219;
}
.label-neutral{
    display: flex;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    color: #0A8BF0;
    background-color: rgba(10, 139, 240, 0.1);
    border: 1px solid #0A8BF0;
}
.ctnv1{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.trkc1 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    box-sizing: border-box;
}
.trkc2 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.bar-out {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #E6E6E6;
    height: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 8px 0px;
}
.bar-in {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(90deg, #B3DFE5, #4E97A3);
    height: 8px;
    border-radius: 8px;
    box-sizing: border-box;
}
.width0{
width: 3%;
}
.width10{
width: 10%;
}
.width20{
width: 20%;
}
.width30{
width: 30%;
}
.width40{
width: 40%;
}
.width50{
width: 50%;
}
.width60{
width: 60%;
}
.width70{
width: 70%;
}
.width80{
width: 80%;
}
.width90{
width: 90%;
}
.width100{
width: 100%;
}
.ctnv2{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #4E97A3;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 8px;
}
.ctnv8 {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-sizing: border-box;
}
.ctnv9 {
    align-self: stretch;
    width: 6px;
    position: relative;
    border-right: 1px dashed #4E97A3;
    box-sizing: border-box;
}
.ctn9-icon {
    width: 12px;
    height: 12px;
    position: absolute;
    top: -0.3px;
}
.ctnv3{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 16px;
}
.setcz {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}