
body {
    font-size: 18px;
}
.wrapper {
    padding: 10px 20px;
    max-width: 1366px;
    margin: auto;
}
a:hover {   
    text-decoration: underline;
}
/* Center the logo in the middle of the navigation bar */
.etheus-navbar {
    padding: 20px 10px;
    /*justify-content: space-between;*/
    display: flex;
    flex-direction: column;
}
/* Ensure the nav links stay aligned to the left */
.etheus-navbar .navbar-nav {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.etheus-navbar a.navbar-brand img {
    height: 60px;
}
.etheus-navbar li.nav-item {
    padding: 5px 5px;
}
.etheus-navbar a.nav-link:not(.isicon) {
    color: #24d9a4;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
    padding: 4px 14px;
    white-space: nowrap;
    /*border: 2px solid #24d9a4;*/
    border:0;
}
a.nav-link.isicon {
    color: #24d9a4;
    border-radius: 11px;
}
.etheus-navbar a.nav-link.active {
    color: #fff !important;
    background: #24d9a4;
}
.etheus-navbar a.nav-link:hover {
    color: #fff !important;
    background: #24d9a4;
}

.etheus-navbar .navbar-toggler {
    background-color: #d6d6d6;
    border: 1px solid #d6d6d6;
}
span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.main-heading {
    text-align: center;
    margin: 30px 0 20px;
    font-size: 24px;
}
.main-heading h2, .heading-title{
    font-size: 26px;
    font-family: 'Gotham', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}
h2.sidecarai-title {
    margin: 35px 0 65px;
}
.solid-line{
    color: #fff;
    width: 300px;
    margin-bottom: 40px;
    margin-top: 50px;
    border-color: #fff;
    border-style: solid;
}
span.txt-ul {
    text-decoration: underline;
    text-decoration-thickness: 1.2px;
}
.main-heading p{
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
}
.main-heading h2.large{
    font-size: 36px;
}
.main-heading p.large{
    font-size: 24px;
}

.tenant-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.tenant-card:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
/* Left Section */
.tenant-left {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
}
.tenant-logo {
    display: flex;
    align-items: center;
}
.tenant-logo img {
    height: 55px;
}
.tenant-logo span {
    color: #ffffff;
    padding-left: 12px;
    padding-top: 10px;
}
.tenant-left h4 {
    font-family: 'Gotham', sans-serif;
    font-size: 22px;
    color: #bdbdbd;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
}
span.tenant-sname {
    font-family: 'Gotham', sans-serif;
    color: #bdbdbd;
}
/* Middle Section */
.tenant-details {
    flex-basis: 45%;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    border-left: 1px solid #bac9ff7d;
    padding-left: 20px;
}
.tenant-details div {
    flex-basis: 48%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.tenant-details span {
    font-size: 18px;
    margin-left: 10px;
    font-family: 'Agency FB', sans-serif;
    letter-spacing: 0.6px;
}
.tdicon {
    width: 22px;
}
/* Right Section */
.tenant-actions {
    flex-basis: 15%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.clone-btn {
    font-family: 'Gotham', sans-serif;
    font-weight: bold;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #24d9a4;
    color: #24d9a4;
    padding: 10px 20px;
}
.clone-btn:hover {
    cursor: pointer;
    background-color: #24d9a4;
    color: #fff;
}
.etheus-home{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.logo-etheus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.logo-etheus img {
    margin: 0px 10px;
    height: 30px;
}
.text-logo.app-model{
    color: #fff;
    font-size: 18px;
    vertical-align: initial;
}
.text-logo.app-model-large{
    color: #fff;
    font-size: 36px;
    padding-left: 10px;
}
img.h_am_logo {
    height: 24px;
}

/*Aboutpage*/
img.etheus_logo:hover, img.claraos_logo:hover, img.worksm_logo:hover, img.am_logo:hover, img.mirms_logo:hover, img.moby_logo:hover {
    opacity: 0.7;
    cursor: pointer;
}

img.etheus_logo, img.claraos_logo {
    height: 60px;
    margin-bottom: 10px;
}
img.worksm_logo {
    max-width: 100%;
    height: 45px;
}
img.am_logo {
    height: 45px;
}
img.mirms_logo {
    height: 60px;
}
img.moby_logo {
    height: 50px;
}
.card.logocard {
    background: transparent;
    border: 0;
    text-align: center;
    width: 100%;
}
.card.logocard .card-header {
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}
.green-logo{
    color:#24d9a4;
}
.text-logo {
    font-size: 32px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
    font-family: aristotelicaregular;
}

/*DARK MODE*/
body.is_santa.dark_mode {
    background-image: radial-gradient(circle at center, #1b3a70 0%, #0b1834 100%);
    color: #fff;
}
/*Dark LoginPopup*/
a.user-forgot-password {
    font-size: 16px;
    color: #24d9a4;
}
.back-to-login a, .link-green{
    color: #24d9a4;
}
a.login-signup:hover, a.user-forgot-password:hover, .link-green:hover{
    color: #00ffb4;
}
.send-link{
    float: left;
}
.login-signup-nav a.nav-link {
    font-size: 20px;
    color: #999;
    font-weight: 600;
}
.modal-content {
    background-image: radial-gradient(circle at center, #1b3a70 0%, #0b1834 100%);
}
a.login-signup.nav-link.login.active {
    color: #24d9a4 !important;
    position: relative;
}
.login-signup-nav a.nav-link.active:before {
    background-color: #24d9a4;
}
.login-signup-nav a.nav-link.active:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
label.control-label {
    color: #24d9a4;
}
span.forgot-pass-title {
    color: #24d9a4;
}
.close{
    color: #ffffff;
}
.btn-primary {
    color: #fff !important;
    background-color: #23ae89;
    border-color: #23ae89;
}
p.help-block.help-block-error, .has-error .help-block {
    font-size: 14px;
    color: red;
    margin-bottom: 0px;
}
/*EndDark LoginPopup*/

.ajax_loader_asf {
    z-index: 1000;
    top: 10px;
    position: relative;
    height: auto;
    width: 100%;
    background: transparent;
    text-align: center;
    display: none;
}
.components_tabs {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 30px 0 20px;
    flex-wrap: wrap;
}
span.com-items {
    cursor: pointer;
    background: #838383;
    color: #fff;
    margin: 5px 10px;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 500;
}
span.com-items:hover,  span.com-items.selected{
    background: #23ae89;
}
.results-row {
    min-height: calc(100vh - 320px);
}
/*Work Model Start*/
.content-section {
    margin-top: 30px;
    margin-bottom: 30px;
}
.component-card {
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    /*box-shadow: 0px 0px 10px 1px rgb(255 255 255 / 0.3);*/
    border: 0;
}
.component-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.component-description {
    color: #e1e1e1;
}
.component-card:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
}
.separator {
    margin: 40px 0;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}
/*End Work Model*/
/* About comparison*/
.section-title {
    font-size: 22px;
    font-weight: bold;
    margin: 40px 0 20px;
    position: relative;
}
/*.section-title::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 40px;
    height: 10px;
    background-color: #90EE90;
    margin-top: -15px;
}*/
.comparison-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.comparison-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    width: 48%; /* Adjust for side-by-side layout */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
.comparison-card:hover {
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
.comparison-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.comparison-content {
    color: #d1d5db;
}
/* End About comparison*/
/*Costs Charts*/
.chart-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h3.info-chart-titlte {
    font-size: 20px;
    font-weight: 700;
}
.spmocard {
    border: 0;
    border-radius: 10px;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    margin: 20px 0px;
    min-width: 180px;
    min-height: 130px;
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: center;
}
.card.spmocard {
    margin: 20px 10px;
    padding: 0;
    min-width: 170px;
    min-height: 100px;
    flex: 1;
}
.card.spmocard.cost-scoring {
    min-width: 180px;
    min-height: 130px;
}
.spmocard {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
}
.card.spmocard .card-body {
    padding: 27px 10px;
}
.spmocard h5 {
    font-size: 16px;
    font-weight: 600;
}
span.spmval {
    font-size: 33px;
    font-weight: 700;
}
.apexcharts-text.apexcharts-datalabel-value,
span.apexcharts-legend-text{
    color: #e1e1e1 !important;
    fill: #e1e1e1;
}

/*End Costs Charts*/
.claraos-section{
    margin-top: 50px;
    background: #202226;
    text-align: center;
    padding: 20px 0;
}
.about-icons{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 35px 20px 30px 20px;
}
.about-icons img.ab-icon {
    width: 55px;
    text-align: center;
    vertical-align: baseline;
    margin-bottom: 14px;
}
.about-icons .abt-icon {
    padding: 20px 40px;
    text-align: center;
}
.about-icons .abt-icon h4 {
    text-align: left;
}
span.middle-dots {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 13px;
    display: block;
}
.show-hide-arrow {
    cursor: pointer;
    font-size: 32px;
    color: #fff;
}
/* Home Chart*/
.circle_elapsed_time {
    width: 156px;
    height: 156px;
    border-radius: 78px;
    background-color: #152758;
    border: 5px solid #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
}
h2.elapsed_time {
    line-height: 30px;
    margin-top: 10px;
    color: #24d9a4;
}
span.hrs {
    display: block;
    font-size: 22px;
}
span.is-points {
    display: block;
    font-size: 16px;
    line-height: 10px;
    color: #bcbcbc;
}
/*End home chart*/
/*Home Grid Components*/
.tag-grid {
    display: grid;
    grid-template-columns: 30% 27% 25% 27%;
    gap: 10px;
    padding: 10px 10px;
    position: relative;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin: 65px 0px 30px;
}
.tag-grid span.cat-title{
    color: #24d9a4;
}
/*Text*/
.tag-grid span:nth-child(1) .cat-title,
.tag-grid span:nth-child(6) .cat-title{
    font-size: 22px;
}
.tag-grid span:nth-child(3) .cat-title{
    font-size: 16px;
}
.tag-grid span:nth-child(6) .cat-title{
    font-size: 22px;
}
.tag-grid span:nth-child(2) .cat-title{
    font-size: 18px;
    font-weight: 500;
}
.tag-grid span:nth-child(4) .cat-title{
    font-size: 17px;
}
.tag-grid span:nth-child(5) .cat-title,
.tag-grid span:nth-child(7) .cat-title{
    font-weight: 500;
}
.tag-grid span:nth-child(8) .cat-title{
    font-size: 18px;
}
/*GRID*/
.tag-grid span:nth-child(1) {
    grid-column: 1;
}
.tag-grid span:nth-child(2) {
    grid-column: 3;
    margin-bottom: 10px;
    margin-left: auto;
}
.tag-grid span:nth-child(3) {
    grid-column: 2;
    margin-top: 15px;
    margin-right: auto;
}
.tag-grid span:nth-child(4) {
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    grid-column: 4;
}
.tag-grid span:nth-child(5) {
    grid-column: 1;
    margin-left: auto;
}
.tag-grid span:nth-child(6) {
    grid-column: 3;
    margin-left: auto;
    margin-top: 25px;
}
.tag-grid span:nth-child(7) {
    grid-column: 2;
    margin-left: auto;
}
.tag-grid span:nth-child(8) {
    grid-column: 1;
    margin-left: auto;
    margin-top: 20px;
}
.tag-grid span:nth-child(9) {
    grid-column: 4;
}
.tag-grid .category-items {
    background-color: transparent;
    border-radius: 20px;
    padding: 4px 15px;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    border: 2px solid #24d9a4;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
    /*transition: transform 0.2s, opacity 0.2s;*/
    width: fit-content;
    height: fit-content;
}
.tag-grid .category-items:hover {
    /*transform: scale(1.1);*/
    cursor: pointer;
    border: 2px solid #24d9a4;
    background-color: #24d9a2;
}
.tag-grid .category-items:hover span.cat-title{
    color: #fff;
}
/*END Home Grid Components*/

/*Start Cloud CPUs*/
.cpu-left-box, .cpu-right-box {
    box-shadow: 0px 0px 10px 1px rgb(35 174 137 / 60%);
    background-color: transparent;
    min-height: calc(100vh - 240px);
    height: 100%;
    margin: -8px;
    padding: 20px;
}
.cpu-left-box h2.cpu-ttl, .cpu-right-box h2.cpu-ttl {
    max-width: max-content;
    font-size: 18px;
    color: #23ae89;
}
.cpu-left-box h2.cpu-ttl:after, .cpu-right-box h2.cpu-ttl:after {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: -10px;
    max-width: 100%;
    height: 0px;
    width: 100%;
    border-bottom: 2px solid #23ae89;
}
h3.cpu-chart-titile {
    color: #11e2d4;
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 0;
}
p.cpu-usage {
    margin-bottom: 0px;
    padding-left: 15px;
    color: #11e2d4;
}
.cpu-tams-box {
    background: transparent;
    box-shadow: 0px 0px 10px 1px rgb(35 174 137 / 60%);
    border: 0;
    margin-bottom: 15px;
}
/*End Cloud CPUs*/
span.newline {
    display: block;
}
.monitor-screen{
    max-width: 80%;
    height: auto;
    margin-bottom: 30px;
}
.etheus-wm-title{
    text-align: center;
}
.circleArrows svg, .circleArrows img {
    width: 400px;
    height: 400px;
    margin: auto;
}
.circle-under-txt{
    font-size: 25px;
    margin: 24px 0;
}

.contact-info-section {
    margin-top: 5%;
    padding-right: 5%;
}
h1.contact-title {
    color: #24d9a4;
    margin-bottom: 30px;
}
h4.contact-description {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 400;
}
a.contact-map-link {
    color: #24d9a4;
    margin-top: 20px;
    display: block;
}
.contact-form .form-group{
    margin-bottom: 2rem;
}
.contact-form .form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    padding: 10px 5px;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
    background-color: transparent;
    height: auto;
    line-height: 1.5;
}
/* Placeholder Styling */
.contact-form .form-control::placeholder {
    color: #999;
    font-weight: 400;
    font-size: 18px;
}
/* Bottom Line Focus Effect */
.contact-form .form-control:focus {
    border-bottom: 2px solid #24d9a4;
    outline: none;
}
/* Submit Button */
.contact-form .btn-submit {
    background-color: #24d9a4;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}
.contact-form .btn-submit:hover {
    background-color: #0056b3;
    transition: 0.3s ease;
}
.square-brackets .sbtxt{
    font-size: 20px;
    padding-top: 50px;
    line-height: 30px;
}
.square-brackets {
    display: flex;
    align-items: center;
    justify-content: center;
}
.square-brackets:before {
    content: '[';
    color: #24d9a4;
    font-size: 130px;
    text-align: right;
    padding-right: 20px;
    font-weight: 100;
}
.square-brackets:after {
    content: ']';
    color: #24d9a4;
    font-size: 130px;
    text-align: left;
    padding-left: 20px;
    font-weight: 100;
}
.divider-line {
    width: 140px;
    height: 2px;
    background-color: #24d9a4;
    margin: 40px auto;
}

.whitecircle {
    display: none;
}

.etheus_tabs {
    gap: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
span.eth-items {
    cursor: pointer;
    background: transparent;
    color: #24d9a4;
    margin: 5px 15px;
    padding: 7px 30px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
    min-width: 240px;
    border: 2px solid #24d9a4;
}
span.eth-items:hover, span.eth-items.selected {
    background: #24d9a4;
    color: #fff;
}
.trademark {
    font-size: 8px;
    vertical-align: super;
    font-weight: 100;
    letter-spacing: 0.6px;
}
.tamsdiagram svg {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: auto;
    display: block;
}
.footer {
    text-align: center;
    margin-top: 15px;
}

.timelineMobileGraph svg {
    width: 100%;
    max-width: 670px;
    height: 100%;
    margin: auto;
    display: block;
}
/**FAQ**/
.faq-accordion .card-body{
    padding: 0px 0px 0px 45px;
    font-size: 18px;
    margin-bottom: 10px;
}
.faq-accordion .qs-answer{
    font-size: 22px;
}
.faq-accordion .card, .faq-accordion .card:last-child .card-header {
    border: none;
    background: transparent;
}
.faq-accordion .card-header {
    padding-bottom: 0px;
    border-bottom: 0;
    background: transparent;
    padding: 10px 0px;
}
.faq-accordion .fa-stack {
    font-size: 14px;
}
.faq-accordion .btn {
    font-size: 22px;
    width: 100%;
    font-weight: 600;
    color: #24d9a4;
    padding: 0;
    text-align: left;
    white-space: normal;
}
.faq-accordion .btn-link:hover{
    text-decoration: none;
    color: #9c9c9c;
}
.faq-accordion .btn-link:focus{
    text-decoration: none;
}
/*END FAQ*/
h2.bold-white {
    margin-bottom: 0;
}
img.top-banner-img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 25px;
}
/*Home Images*/
.image-row-top {
    margin: 45px 0;
    gap: 65px;
    align-items: end;
    display: grid;
    grid-template-columns: 24% 30% 20% 8%;
    justify-items: center;
    justify-content: space-around;
}
.too-very-smaller img{
    height: 135px;
}
.desktop-mobile-img {
    width: 100%;
    object-fit: contain;
    box-sizing: border-box;
}
.smaller,.too-smaller,.too-very-smaller{
    display: block;
}
/* Hover effect */
.image-box:hover .desktop-mobile-img {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}
.sbdots-box {
    position: relative;
}
.sbdots-box .square-brackets{
    align-items: stretch;
}
.sbdots-box .square-brackets:before,.sbdots-box .square-brackets:after{
    line-height: 90px;
}

.larger-dot{
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    margin: 20px auto;
}
img.main-app-models-img {
    max-width: 100%;
    width: 100%;
    margin: 40px 0 55px;
    box-shadow: 0px 0px 10px 1px rgb(255 255 255 / 0.2);
    border-radius: 3px;
}
.footer .etheus-navbar .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.footer .etheus-navbar a.nav-link:not(.isicon){
    border:2px solid #24d9a4 !important;
}

/* Responsive */
@media (min-width: 992px) {
    .etheus-navbar a.nav-link:not(.isicon) {
        font-family: 'Gotham', sans-serif;
    }
    .full-height {
        height: calc(100vh - 130px);
    }
    .footer .etheus-navbar{
        display: none;
    }
    .sbdots-box .square-brackets .sbtxt{
        padding-top: 15px;
    }
}
/* Tablet View */
@media (max-width: 991.98px) {
    .tenant-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .tenant-left, .tenant-details, .tenant-actions {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    .tenant-actions {
        justify-content: flex-start;
    }
    .tenant-details{
        gap: 2px;
        border-left: 0px solid #fff;
        padding-left: 0px;
    }
    .etheus-navbar {
        padding: 10px 10px;
        flex-direction: unset;
    }
    .etheus-navbar .navbar-nav {
        flex-direction: column;
        text-align: center;
    }
    .etheus-navbar .navbar-brand {
        position: static;
        transform: none;
    }
    span.newline {
        display: inline;
    }
}
/* Mobile View */
@media (max-width: 768px) {
    .etheus-navbar a.navbar-brand img {
        height: 46px;
    }
    .etheus-navbar .navbar-toggler {
        padding: 4px;
        line-height: 0;
    }
    .etheus-navbar .navbar-toggler-icon{
        width: 1em;
        height: 1em;
    }
    .main-heading h2, .main-heading h2.large{
        font-size: 26px;
    }
    .main-heading p, .main-heading p.large{
        font-size: 18px;
    }
    .tenant-details div {
        flex-basis: 100%;
    }
    .clone-btn {
        width: 100%;
        text-align: center;
    }
    .comparison-card {
        width: 100%;
    }
    .tag-grid {
        grid-template-columns: 25% 10% 10%;
        gap: 10px;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .image-row-top {
        grid-template-columns: auto;
    }
    .desktop-mobile-img {
        height: 100%;
    }
    .smaller,.too-smaller,.too-very-smaller{
        display: none;
    }
    .square-brackets .sbtxt {
        font-size: 18px;
        line-height: 28px;
        padding-top: 12px;
    }
}
@media(max-width:575px){
    .h2, h2 {
        font-size: 22px;
    }
    h2.sidecarai-title {
        margin: 35px 0 35px;
    }
    span.eth-items{
        font-size: 18px;
    }
    .tag-grid {
        grid-template-columns: none;
        gap: 10px;
        padding: 10px;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        margin: 10px 0px 0px;
    }
    .tag-grid span{
        margin: initial !important;
    }
    .circleArrows svg, .circleArrows img{
        width: 85%;
        height: 100%;
    }
    .desktop-mobile-img {
        width: 100%;
    }
    .square-brackets .sbtxt{
        font-size: 14px;
        line-height: 24px;
        padding-top: 2px;
    }
    .sbdots-box .square-brackets:before, .sbdots-box .square-brackets:after {
        line-height: 110px;
        font-size: 160px;
        padding: 0;
    }
}
@media (max-width: 510px) {
    .logo-etheus{
        flex-direction: column;
    }
    .text-logo.app-model{
        vertical-align: inherit;
    }
    .logo-etheus img {
        margin: 5px 10px;
    }
    .etheus-wm-title{
        font-size: 26px;
    }
}
@media (max-width: 375px) {
    .solid-line{
        width: 260px;
    }
    .square-brackets .sbtxt {
        font-size: 14px;
        line-height: 24px;
    }
}