body {
      font-family: 'Inter', 'Roboto', Helvetica;
      font-size: 1.1rem;
}
a.et-low-light2:hover {
    color: #a6a9ac;
}
.nav-link {
    color: #fff !important;
    font-size: 1rem;
    /* margin-right: 1.3rem; */
}
.nav-link:hover {
    /* color: #dee1e8 !important; */
    color: rgba(238, 238, 238, .75) !important;
}

.btn-outline-light:hover {
    background-color: rgba(221, 221, 221, .3);
    border-color: rgba(221, 221, 221, .3);
}
.dropdown-item:hover {
    color: #fff !important;
    background: #465475;
}
.form-control, .form-select {
    font-size: 1rem;
}

.et-font-base { font-size: 16px; }
.et-font-sm { font-size: 14px; }        
.et-font-lg { font-size: 18px; }
.et-font-16 { font-size: 16px; }         
.et-font-20 { font-size: 20px; }           
.et-font-24 { font-size: 24px; }
.et-font-26 { font-size: 26px; }
.et-font-28 { font-size: 28px; }
.et-font-30 { font-size: 30px; }  
.et-font-50 { font-size: 50px; }  

.et-purple { color: #556ee6; }            
.et-white { color: #fff; }
.et-low-light { color: #dee1e8; }
.et-low-light2 { color: #cacdd3; }
.et-positive { color: #409743; }
.et-negative { color: #f54848; }

.et-d-none {
    display: none;
}
.et-border {
    border: 1px solid black;
}
.et-border-light {
    border: 1px solid white;
}            
/* .et-navbar-bg { background: #3e4f7b  !important; } */
.et-grey-bg { background: #f9f9fc; } 
.et-grey2-bg { background: #eaedf4; }
.et-blue-bg { background: #f0f5fc; }

.et-navbar {
    border-bottom: 1px solid #535e7a;    
    /* position: sticky;
    top: 0;
    z-index: 100;     */
    /* background-image: radial-gradient(farthest-corner circle at top,#3e4f7b 0,#1f2842 100%); */
    /* background: #313e63; */
}
.et-nav-item {
    white-space: nowrap !important;
    margin-right: 1.5rem;
}
.et-main-image {
    /* max-width: 90%; */
    max-width: 1100px;
}
.et-video-div {
    width: 960px;
    height: 540px;
}
.et-btn {
    color: #fff !important;
    font-size: 1rem;
    padding-left: 30px;
    padding-right: 30px;
}
.et-btn.light {
    color: #000 !important;
}
.et-btn.wide {
    padding-left: 50px;
    padding-right: 50px;
}
.et-btn.nav {
    /* padding-left: 20px;
    padding-right: 20px; */
    padding: 7px 20px;
    justify-content: center;
    width: 100%;
}
.et-btn-outline {
    font-size: 1rem;
    padding-left: 30px;
    padding-right: 30px;
}

.et-image-frame {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 12px;
  border-radius: 24px;
  
  /* A glass-morphism effect (optional) */
  backdrop-filter: blur(8px); 
  
  /* Subtle border to define the transparent edge */
  border: 1px solid rgba(255, 255, 255, 0.1);
  
  display: inline-block;
  line-height: 0;
}

.et-image-frame img {
  border-radius: 14px;
  display: none;
  /* max-width: 100%; */
  height: auto;
}

.et-image-frame img:first-child {
  display: block;
}

.et-image-frame-sm {
  /* background-color: rgba(9, 72, 189, 0.4); */
  background-color: rgba(75, 110, 181, 0.6);
  padding: 6px;
  border-radius: 14px;
  
  /* A glass-morphism effect (optional) */
  backdrop-filter: blur(8px); 
  
  /* Subtle border to define the transparent edge */
  border: 1px solid rgba(255, 255, 255, 0.1);
  
  display: inline-block;
  line-height: 0;
}

.et-image-frame-sm img {
  border-radius: 10px;
  display: block;
  max-width: 100%;
  height: auto;
}

.et-image-text {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}

.et-banner {
    background-image: radial-gradient(farthest-corner circle at top,#3e4f7b 0,#1f2842 100%);
    /* background-image: url(/images/banner_bg.png),linear-gradient(180deg,#252525 0%,#252525 100%); */
    /* background-image: url(/images/banner_bg.png),linear-gradient(180deg,#0A0A0A 0%,#0A0A0A 100%); */
    /* background-size: cover; 
    background-repeat: no-repeat; */
    /* background-color: #2d3859; */
    /* background-color: #252e47; */
    /* background-image: url(/images/globe.png), linear-gradient(180deg, #0A0A0A 0%, #0A0A0A 100%);; */
}
.et-banner-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 125%;
}
.et-banner-subtitle {
    font-size: 1.25rem;
    color:#ddd;
}
.et-section-title {
    font-size: 2rem;
    font-weight: 600;
}
.et-sub-section-title {
    font-size: 1.75rem;
    font-weight: 600;
}
.et-tagline {
    font-size: 1.1rem;
    font-weight: 500;
    color: #556ee6;
}
.et-steps {
    margin-top: 10px;
    padding: 25px; 
    border: 4px dotted rgb(215, 220, 229);
    border-radius: 16px; 
    height: 220px;
    cursor: pointer;
}
.et-steps.selected {
    background: rgba(93,90,208,.15);
    border: 4px solid rgba(85,110,230,.7);
}
.et-steps .number {
    font-size: 1.5rem;
    font-weight: 600;
    color: #556ee6;
}
.et-steps .title {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
}
.et-steps .icon {
    font-size: 28px;
    color: #615f5f;
}
.et-steps .description {
    /* font-size: .95rem; */
    font-size: 1.1rem;
}
.et-step-showcase {
    margin-left: 10px; 
    margin-right: 10px; 
    padding: 10px;
    border: 4px solid rgba(85,110,230,.7); 
    border-radius: 16px; 
    background: #fff;
}
.et-step-showcase .title {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
.et-step-showcase .list-div {
    height: 100%; 
    padding: 10px 15px;
}
/* .et-step-showcase .list-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #556ee6;
}             */
.et-list-item {
    /* font-size: .95rem; */
    font-size: 1.1rem;
}
.et-d-none {
    display: none;
}
.et-feature-card {
    background: #fff; 
    border-radius: 16px; 
    padding: 20px; 
    border:1px solid #ddd;
    margin-top: 25px;
    min-height: 220px;
}
.et-feature-card.link {
    box-shadow: 0 2px 13px 0 rgba(187, 187, 187, .4);
}
.et-feature-card.link:hover {
    background: rgba(103, 135, 238, 0.15);
    cursor: pointer;
}
.et-feature-card .title {
    font-size: 1.1rem;
    font-weight: 600;
}         
.et-feature-card .description {
    font-size: 0.95rem;
    font-weight: 400;
}
.et-feature-icon-div {
    height: 45px; 
    width: 45px;
    background: rgba(51, 107, 180, 0.15); 
    display: flex; 
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.et-title {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}
.et-title-sm {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}
.et-title-lg {
    font-size: 2rem;
    font-weight: 600;
    /* text-transform: uppercase; */
}
.et-list-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #556ee6;
}
.et-footer {
    background: #3d4d80;
    font-size: 13px;
    color: #fff;
}   
.et-footer .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.et-footer .item {
    margin-top: 10px;
}
.et-footer .link {
    color: #eee !important;
}
.et-footer .link:hover {
    color: #556ee6 !important;
}
.et-footer .legal {
    color: #ddd;
}
.et-faq-div {
    padding: 25px;
    background: #fff; 
    border-radius: 0.35rem;
}
.et-faq-div .question {
    display: flex;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
}
.et-faq-div .answer {
    font-size: 1rem;
    font-weight: 400;
}
.et-dot {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.et-dot.sm {
  height: 10px;
  width: 10px;
  background-color: #ccc;
}
.et-dot.active, .et-dot:hover {
    background-color: #556ee6;
}
.et-process-title {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}
.et-process-title .icon {
    font-size: 32px;
}
.et-carousel-div {
    padding: 20px 30px 15px 30px;
    border-radius: 16px;
    background: #eaedf4;
}
.et-carousel-div.light {
    background: #f9f9fc;
}
.et-carousel-div .image-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.et-carousel-div .image {
    display: none;
    max-height: 100%; 
    max-width: 100%;
}
.et-carousel-div .controls {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 15px;
}
.et-features-nav {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 0 6px 0 rgba(47, 50, 73, .15);
}
.et-anchor-hidden {
    position: relative;
    visibility: hidden;
    top: -50px;
}
.et-faq-chevron {
    font-size: 28px;
}
.et-price-table {
    width: 100%;
    font-size: 1.1rem;
    /* border: 1px solid; */
}
.et-price-table tr {
    border-bottom: 1px solid #bbb;
}
.et-price-table td {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;    
    vertical-align: middle;
    /* border: 1px solid; */
}
.et-price-table tr td:first-child {
    text-align: left;  
    padding-left: 20px;  
}
.et-price-table .header {
    width: 20%;
    font-size: 1.3rem;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.et-price-table .header-first {
    width: 40%;
    /* font-size: 1rem; */
    padding-bottom: 5px !important;
    padding-left: 5px !important;
}
.et-price-table .price {
    font-size: 1.3rem;
    font-weight: 500;
}
.et-price-table .price .mobile {
    display: none;
}
.et-price-table .price .full {
    display: flex;
    justify-content: center;
    align-items: center;
}
.et-price-table .month {
    font-size: 0.85rem;
    display: flex;
    align-items: end;
    margin-left: 3px;
}
.et-price-table .billing {
    font-size: 0.85rem;
}
.et-price-table .select-row {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
.et-price-table .feature-header-row {
    /* border-bottom: 1px solid #bbb; */
    background: #eee;
    font-weight: 600;
    /* text-transform: uppercase; */
}
.et-price-table .feature-row {
    border-bottom: 1px solid #bbb;    
}
.et-price-table .feature-icon {
    font-size: 28px;
}
.et-price-table .info-icon {
    font-size: 20px;
    margin-left: 3px;
    color: #acb7ec;
    cursor: pointer;
}
.et-price-table .info-icon:hover {
    color: #556ee6;
}
.et-card {
    background: #fff; 
    border-radius: 16px; 
    padding: 30px; 
    border:1px solid #ddd;
    box-shadow: 0 2px 13px 0 rgba(187, 187, 187, .4);
}
.et-social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 6px;
}
.et-social-icon:hover {
    background: rgba(187, 187, 187, .2);
}
.scanner-container {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.tab-header {
  display: flex;
  width: 100%;
  /* The base line stays put */
  border-bottom: 1px solid #ccc; 
  margin-bottom: 20px;
}

.tab-btn {
  flex: 1;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1px 5px 7px 5px;
  /* padding: 10px 5px; */
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(85, 110, 230, .6);
  
  /* POSITIONING MAGIC */
  position: relative;
  /* Reserve space for the 2px line at the bottom of the button */
  border-bottom: 2px solid transparent;
  /* Pull the whole button UP by 1px so the highlight overlaps the base line */
  top: 1px; 
  
  transition: all 0.2s ease;
}

.tab-btn.active {
  color: #3c5cd1;
  font-weight: 600;
  /* This highlight line now sits exactly on top of the 1px base line */
  border-bottom: 2px solid #3c5cd1; 
}

.tab-btn:hover {
    color: #3c5cd1;
}

/* Rest of the minimal styles */
.tab-content { display: none; }
.tab-content.active { display: block; }
.tab-content img { max-width: 100%; height: auto; }

.toggleContainer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    border: 3px solid #ddd;
    border-radius: .25rem;
    background: #ddd;
    font-weight: 600;
    color: #ddd;
    cursor: pointer;
}
.toggleContainer::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0%;
    border-radius: .25rem;
    background: #556ee6;
    /* background: #4267d6; */
    /* background: rgba(66, 103, 214, .7); */
    /* background: #fff; */
    transition: all 0.3s;
}
.toggleCheckbox:checked + .toggleContainer::before {
    left: 50%;
}
.toggleContainer div {
    padding: 6px 15px;
    text-align: center;
    z-index: 1;
}
.toggleCheckbox {
    display: none;
}
.toggleCheckbox:checked + .toggleContainer div:first-child{
    color: #495057;
    transition: color 0.3s;
}
.toggleCheckbox:checked + .toggleContainer div:last-child{
    color: #fff;
    transition: color 0.3s;
}
.toggleCheckbox + .toggleContainer div:first-child{
    color: #fff;
    transition: color 0.3s;
}
.toggleCheckbox + .toggleContainer div:last-child{
    color: #495057;
    transition: color 0.3s;
}

#scanner_img2 {
    max-width: 500px;
}
#td_img2 {
    max-width: 600px;
}
#td_img3 {
    max-width: 600px;
}

@media (max-width: 500px) {
    .et-main-image {
        max-width: 100%;
    }    
    .et-carousel-div {
        padding: 20px 10px 15px 10px;
    }
}

@media (max-width: 700px) {
    .et-process-title {
        font-size: 1.3rem;
        font-weight: 700;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .et-process-title .icon {
        display: none;
    }
    .et-price-table {        
        font-size: .9rem;
    }    
    .et-price-table .header {        
        font-size: 1rem;
    }      
    .et-price-table .price {
        font-size: 1rem;
    }      
    .et-price-table tr td:first-child {    
        padding-left: 5px;
    }
    .et-btn.price-select {
        font-size: .8rem;
        padding: 5px 10px;
    }
    .et-price-table .price .mobile {
        display: block;
    }    
    .et-price-table .price .full {
        display: none;
    }     
    .toggleContainer {
        font-weight: 400;
    }    
    .toggleContainer div {
        padding: 6px 3px;
    }
    .toggleCheckbox:checked + .toggleContainer div:first-child{
        font-size: .7rem;
    }
    .toggleCheckbox:checked + .toggleContainer div:last-child{
        font-size: .7rem;
    }
    .toggleCheckbox + .toggleContainer div:first-child{
        font-size: .7rem;
    }
    .toggleCheckbox + .toggleContainer div:last-child{
        font-size: .7rem;
    }    
}
@media (max-width: 800px) {
    .et-banner-title {
        font-size: 2.85rem;
        font-weight: 600;
        line-height: 115%;
    }
    .et-banner-subtitle {
        font-size: 1.1rem;
    }      
}
@media (max-width: 900px) {
    .et-nav-item {
        margin-right: .5rem;
    }    
    .nav-link {
        font-size: .9rem;
        margin-right: 1rem;
    }    
    .et-btn.nav {
        padding: 7px 10px;
        font-size: .9rem;
    }     
}
@media (max-width: 1000px) {   
    .et-steps {
        padding: 15px; 
        height: auto;
    }  
    #scanner_img2 {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .et-steps .description {
        font-size: .95rem;
    }  
}
@media (min-width: 701px) and (max-width: 1000px) { 
    .et-price-table {        
        font-size: 1rem;
    }    
    .et-price-table .header {        
        font-size: 1.1rem;
    }   
    .et-price-table .price {
        font-size: 1.1rem;
    }    
}
