
* {
    box-sizing: border-box;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* For Internet Explorer and Edge */
.no-scrollbar {
    -ms-overflow-style: none;

    /* For Firefox */
    scrollbar-width: none;
}

body {
    margin: 0;
    height: 100vh;
    overflow: hidden;
}

/* Master flex container */
.container {
    display: flex;
    height: 100%;
    width: 100%;
}

/* Narrow left panel */
.sidebar-left {
    width: 0;
    height: 100%;
    background-image: linear-gradient(to right, #b8dbfc, #ffffff);
    flex-shrink: 0;
}

/* Central scrolling content */
.main-content {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    background-color: #ffffff;
}

/* Narrow right panel */
.sidebar-right {
    width: 0;
    height: 100%;
    background-image: linear-gradient(to left, #b8dbfc, #ffffff);
    flex-shrink: 0;
    overflow-y: auto; /* Allows independent scrolling if needed */
}

@media screen and (min-width: 700px){
    .sidebar-left {
        width: 10%;
        background-image: linear-gradient(to right, #b8dbfc, #ffffff);
    }
    .sidebar-right {
        width: 10%;
        background-image: linear-gradient(to right, #ffffff, #b8dbfc);
    }
}

@media screen and (min-width: 1000px){
    .sidebar-left {
        width: 15%;
        background-image: linear-gradient(to right, #b8dbfc, #ffffff);
    }
    .sidebar-right {
        width: 15%;
        background-image: linear-gradient(to right, #ffffff, #b8dbfc);
    }
}

@media screen and (min-width: 1300px){
    .sidebar-left {
        width: 20%;
        background-image: linear-gradient(to right, #b8dbfc, #ffffff);
    }
    .sidebar-right {
        width: 20%;
        background-image: linear-gradient(to right, #ffffff, #b8dbfc);
    }
}

@media screen and (min-width: 2000px){
    .sidebar-left {
        width: 25%;
        background-image: linear-gradient(to right, #b8dbfc, #ffffff);
    }
    .sidebar-right {
        width: 25%;
        background-image: linear-gradient(to right, #ffffff, #b8dbfc);
    }
}

p {
    font-family: Inter, sans-serif;
    color: #003ca4;
    font-size: 18px;
    line-height: 1.4rem;
}

li {
    font-family: Inter, sans-serif;
    color: #003ca4;
    font-size: 18px;
    line-height: 3dvh;
}

@media screen and (min-width: 800px){
    p {font-size: 20px;}
    li {font-size: 20px;}
}

h1 {
    color: #003ca4;
    font-family: Inter, sans-serif;
}

@media screen and (max-width: 1400px){
    h1 {font-size: 26px;}
}

@media screen and (max-width: 1000px){
    h1 {font-size: 24px;}
}

@media screen and (max-width: 600px){
    h1 {font-size: 22px;}
}

h2 {
    color: #003ca4;
    font-family: Inter, sans-serif;
}

h3 {
    color: #003ca4;
    font-family: Inter, sans-serif;
}

button {
    font-family: Inter, sans-serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    color: white;
    padding: 7px 10px;
    margin-top: 20px;
    background-image: linear-gradient(to top, #003ebd, #68bcfd);
    border: 2px solid #046acb;
    border-radius: 12px;
}

.load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 999;
}

.waitloader {
    border: 12px solid rgb(200, 200, 200);
    border-top: 12px solid #2e6ffd;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.consultation {
    float: right;
    margin: 18px 5px;
    height: 50px;
    width: auto;
    cursor: pointer;
}

.contactus {
    float: left;
    margin: 18px 0;
    height: 50px;
    width: auto;
    cursor: pointer;
}

@media screen and (min-width: 750px){
    .consultation {height: 70px;}
    .contactus {height: 70px;}
}

@media screen and (min-width: 1050px){
    .consultation {height: 80px;}
    .contactus {height: 80px;}
}

.header {
    width: 100%;
    height: auto;
}

.htmlheader {
    width: 100%;
}

.textheader {
    text-align: center;
    line-height: 1.2;
    margin: 0;
    color: white;
    padding: 10px 15px;
}

.divheader {
    margin: 35px auto 25px auto;
    padding: 0;
    background-image: linear-gradient(to top, #003ebd, #68bcfd);
    display: block;
    max-width: fit-content;
    min-width: 0;
    border: 2px solid #003ca4;
    border-radius: 14px;
}

.para {
    max-width: 100%;
    color: #035edf;
    margin-left: 3%;
    margin-right: 3%;
}

.menu {
    margin-left: 5px;
    margin-right: 5px;
    border: 3px solid #046acb;
    display: flex;
    justify-content: space-evenly;
    background-color: #03183f;
    border-radius: 10px;
}

.bottommenu {
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    justify-content: space-evenly;
}

    .menu a {
        font-family: Inter, sans-serif;
        display: inline-flex;
        position: static;
        padding: 5px 0;
        color: white;
        text-decoration: none;
        font-size: 12px;
    }

.bottommenu a {
    font-family: Inter, sans-serif;
    display: inline-flex;
    position: static;
    padding: 5px 0;
    color: #035edf;
    text-decoration: none;
    font-size: 12px;
}

.icon {
    width: 18px;
    height: 12px;
    margin-top: 2px;
}

.pricingicon {
    width: 125px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width: 700px){
    .menu a {font-size: 14px;}
    .bottommenu a {font-size: 14px;}
    .icon {width: 21px; height: 14px;}
    .pricingicon {width: 150px;}
}

@media screen and (min-width: 1000px){
    .menu a {font-size: 16px;}
    .bottommenu a {font-size: 16px;}
    .icon {width: 24px; height: 16px;}
    .pricingicon {width: 175px;}
}

.whychooseus {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (min-width: 700px){
    .whychooseus {
        width: 90%;
    }
}

@media screen and (min-width: 1000px){
    .whychooseus {
        width: 80%;
    }
}

@media screen and (min-width: 1300px){
    .whychooseus {
        width: 70%;
    }
}

.playsolitaire {
    float: left;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.htmlicon {width: 125px;}

@media screen and (min-width: 800px){
    .htmlicon {width: 150px;}
}

.penguinicon {width: 100px;}

@media screen and (min-width: 800px){
    .penguinicon {width: 125px;}
}

.htmlcode {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 22px;
}

@media screen and (min-width: 600px){
    .htmlcode {width: 85%;}
}

@media screen and (min-width: 900px){
    .htmlcode {width: 70%;}
}

@media screen and (min-width: 1200px){
    .htmlcode {width: 55%;}
}

.sideMenu {
    position: relative;
    width: auto;
    height: auto;
}

.sideBar {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 10;
    padding: 0;
    margin-left: 5px;
    background-color: #F4F8FC;
    border: 4px solid #124b96;
    border-radius: 12px;
}

.sideBar p {
    padding: 0;
    margin: 0;
    color: white;
    text-align: center;
    font-weight: bolder;
}

.sideBar a {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 94%;
    color: #03183f;
    background-image: linear-gradient(to top, #e3eefa, #fafcfe);
    font-size: 16px;
    padding: 12px 7px;
    margin: 3px 10px;
    border-radius: 6px;
}

.sideBar a:hover {
    border: 1px solid white;
    padding: 11px 6px;
    background-image: linear-gradient(to top, #0042b9, #016ef5);
    color: white;
}

.sidebarheadergraphic{
    border-radius: 8px 8px 0 0;
    width: 310px;
}

.sidebarbottomgraphic {
    border-radius: 0 0 8px 8px;
    margin: 0;
    padding: 0;
    width: 310px;
}

.rightarrow {
    width: 10px;
}

.menuarrow {
    float: left;
    width: 25px;
    margin-top: -22px;
    margin-right: 2%;
    margin-left: 2%;
    cursor: pointer;
}

.sidemenulabel {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -14px;
    padding: 4px 7px;
    border-radius: 12px;
    border: 1px solid #003ca4;
    background-image: linear-gradient(to top, #003ebd, #68bcfd);
    color: white;
    cursor: pointer;
}

.resourceslinks {
    text-decoration: none;
    padding: 2px 7px;
    border-radius: 12px;
    border: 1px solid #003ca4;
    background-image: linear-gradient(to top, #003ebd, #68bcfd);
    color: white;
    cursor: pointer;
}
