/* ===================================================================================================================================================================== */

.web-list{
    box-sizing: border-box;
    margin: 0 0 0 0;
}

@media (max-width: 1440px) {
    .web-list{
        margin: 0 0 0 0;
    } 
}

/* ===================================================================================================================================================================== */

.web-list-container{
    display: grid;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
}

.web-list-item{
    cursor:pointer;
    box-sizing: border-box;   
    border-radius: 4px;
    width: 100%;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.web-list-item:hover {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.web-list-item-title{
    font-weight: 600;
}

.web-list-item-excerpt {
    font-weight: 400;
}

@media (min-width: 0px) {
    
    .web-list-container {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .web-list-item{
        padding: 18px 14px;
    }
    
    .web-list-item-title{
        font-size: 1.1rem;
        padding: 0 0 10px 0;
    }
    
    .web-list-item-excerpt {
        font-size: 0.875rem;
    }
    
}

@media (min-width: 900px) {
    
    .web-list-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .web-list-item{
        padding: 18px 14px;
    }
    
    .web-list-item-title{
        font-size: 1.1rem;
        padding: 0 0 10px 0;
    }
    
    .web-list-item-excerpt {
        font-size: 0.875rem;
    }
    
}

@media (min-width: 1440px) {
    
    .web-list-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    
    .web-list-item{
        padding: 32px 20px;
    }
    
    .web-list-item-title{
        font-size: 1.4rem;
        padding: 0 0 18px 0;
        text-align: center;
    }
    
    .web-list-item-excerpt {
        font-size: 1rem;
        text-align: center;
    }

}



/* ===================================================================================================================================================================== */

.web-macrolix-one{
    margin-bottom:12px;
    
}

.web-macrolix-one-content{
    display: flex;
    flex-direction: row;
    background:#D4F0D4;
    padding: 12px;
}

.web-macrolix-one-text{
    flex-grow: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
    padding: 8px 16px;
    border-radius: 6px;
    margin-right: 12px;
    font-weight: 500;
    
}

.web-macrolix-one-cta{
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
    
    .web-macrolix-one-content{
        flex-direction: column;
    }
    
    .web-macrolix-one-text{
        margin-right: 0;
        margin-bottom: 12px;
    }
    
    .web-macrolix-one-cta{
        justify-content: center;
    }
        
}

/* ===================================================================================================================================================================== */

.web-list-filter{
    box-sizing: border-box;
    align-items: center;
    background:#f4f5ff;
    padding: 16px 0;
    border-radius: 6px;
    margin-bottom:24px;
}

.web-list-filter form{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:0;
    gap: 12px;
    flex-wrap: wrap;
}

.web-list-filter input{
    height: 34px;
    margin: 0;
    font-size: 1rem;
    padding-left: 8px;
    padding-right: 8px;
    border:1px solid #808080;
    border-radius: 4px;
    width: 300px;
    background: transparent;
}

.web-list-filter select{
    height: 38px;
    font-size: 1rem;
    padding-left: 8px;
    padding-right: 8px;
    border:1px solid #808080;
    border-radius: 4px;
    background: transparent;
}

.web-list-filter button{
    height: 38px;
    padding: 5px 15px 6px 15px;
    box-sizing: border-box;
}

.web-list-filter input:focus{
    outline:none;
    border: 1px solid #6A5ACD;
}

.web-list-filter select:focus{
    outline:none;
    border: 1px solid #6A5ACD;
}

@media (max-width: 1440px) {
    
    .web-list-filter{
        padding: 14px 0;
        margin-bottom:20px;
    }
    
    .web-list-filter form{
        gap: 10px;
    }
    
    .web-list-filter input{
        height: 30px;
        font-size: 0.875rem;
        padding-left: 6px;
        padding-right: 6px;
        width: 300px;
    }
    
    .web-list-filter select{
        height: 34px;
        font-size: 0.875rem;
        padding-left: 6px;
        padding-right: 6px;
    }
    
    .web-list-filter button{
        height: 34px;
        padding: 5px 15px 6px 15px;
    }
    
}

@media only screen and (max-width: 768px) {
    
    .web-list-filter{
        padding: 12px;
    }
    .web-list-filter input{
        width: 100%;
    }
    
    .web-list-filter select{
        width: 100%;
    }
}

/* ===================================================================================================================================================================== */

.pricing-table {
    width:90%;
    min-width:280px;
    table-layout: fixed;
    margin: 28px auto 0 auto;
    border:1px solid #dad9da;
    border-radius: 4px;
    padding: 0 20px;
    line-height:1.5;
    border-spacing:0;
}

.pricing-table td {
    border: none;
    border-bottom:1px solid #dad9da;
    padding: 12px 5px 12px 0;
    word-wrap: break-word;
}

.pricing-table tr, td{
    font-family:Segoe UI, sans-serif;
    font-size: 1.1rem;
}

.pricing-table tr:first-child td {
    padding: 12px 5px 12px 0;
    font-weight: 500;
}

.pricing-table tr:last-child td {
    border-bottom: none;
    padding: 12px 5px 12px 10px;
}

.pricing-table td:first-child {
  font-weight: 400;
  width:33%;
  padding-left:10px;
}

.pricing-table td:nth-child(2) {
  text-align: center;
  background:#f7f7fc;
  /*background:#f2f2fc;
  border-bottom:1px solid #ffffff;*/
  width:33%;
}

.pricing-table td:last-child {
  text-align: center;
  width:33%;
}

@media (max-width: 1440px) {
    
    .pricing-table {
        margin: 16px auto 26px auto;
        padding: 0 18px;
        line-height:1.5;
    }
    
    .pricing-table td {
        padding: 10px 4px 10px 0;
    }
    
    .pricing-table tr, td{
        font-size: 1rem;
    }
    
    .pricing-table tr:first-child td {
        padding: 10px 4px 10px 0;
    }
    
    .pricing-table tr:last-child td {
        padding: 10px 4px 10px 8px;
    }
    
    .pricing-table td:first-child {
      padding-left:8px;
    }
    
}

@media only screen and (max-width: 600px) {
    
    .pricing-table table{
        display: flex;
        flex-direction: column; 
    }
  
    .pricing-table th, td { 
        display: block; 
        width: 100%; 
        
    }
    
    .pricing-table td{
        text-align:center;
    }
    
    .pricing-table td:first-child {
        width:100%;
        font-weight: 500;
        padding: 16px 0 2px 0 !important;
    }
    
    .pricing-table td:nth-child(2) {
        background:transparent;
        width:100%;
        border-bottom:1px solid #dad9da;
    }
    
    .pricing-table td:last-child {
        width:100%;
        padding: 2px 0 16px 0 !important;
    }
    
    .pricing-table td:nth-child(odd){
        border-bottom:0;
        padding-bottom:0;
    }
    
    .pricing-table td:last-child::before{
      content: "";
      padding-right: 0;
    }

}


/* ===================================================================================================================================================================== */

.terms-list ul{
    list-style-type: none;
    padding: 0;
    list-style-position: outside;
}

.terms-list ul li{
    padding:12px 12px;
    background: #FFFFFF;
    border: 1px solid #CCCCFF;
    margin: 18px 0;
    border-radius: 6px;
    font-weight:400;
    font-size:1rem;
    /*box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;*/
}

.terms-list ul li:before {
    content: '⊚';
    width: 30px;
    display: inline-block;
}

@media (max-width: 1440px) {
    
    .terms-list ul li{
        padding:12px 12px;
        margin: 18px 0;
        font-size:0.875rem;
    }
    
}

/* ===================================================================================================================================================================== */

/* The Container */
.feature-spotlight {
  width: 100%;
  /*max-width: 400px;*/
  height: 140px; /* Fixed height to keep UI stable */
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  /*border: 1px solid #CCCCFF;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);*/
}

/* The Track holding the slides */
.feature-track {
  display: flex;
  flex-direction: column;
  animation: featureRoll 28s infinite; /* 4 seconds per slide (7 slides x 4s) */
}

/* Individual Slide Styling */
.feature-slide {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 20px 0 20px;
  flex-shrink: 0;
}

.feature-slide .icon { font-size: 2rem; margin-bottom: 10px; }
.feature-slide h3 { margin: 0; font-size: 1.1rem; color: #333; }
.feature-slide p { font-size: 1rem; color: #666; margin-top: 5px; }

/* The Animation Logic */
/* We move the track up by -180px increments every few seconds */
@keyframes featureRoll {
  0%, 12% { transform: translateY(0); } /* Slide 1 */
  14%, 26% { transform: translateY(-140px); } /* Slide 2 */
  28%, 40% { transform: translateY(-280px); } /* Slide 3 */
  42%, 54% { transform: translateY(-420px); } /* Slide 4 */
  56%, 68% { transform: translateY(-560px); } /* Slide 5 */
  70%, 82% { transform: translateY(-700px); } /* Slide 6 */
  84%, 96% { transform: translateY(-840px); } /* Slide 7 */
  100% { transform: translateY(0); } /* Reset to start */
}

.feature-spotlight:hover .feature-track { animation-play-state: paused; }
