/*****************************************/
/*     Start your custom style here      */
/*****************************************/


.dnd-container div.col-content a[href],
.dnd-container div.description a[href] {
  border-bottom: 1px solid rgba(0,0,0,0.5);
}

.shadow-img img {
  box-shadow: 0 0.3125rem 1.25rem rgb(0 0 0 / 10%);
}

.btn-wrapper .cta_button {
  text-transform: capitalize;
}

.sr-cards-grid-02 .card {
  border-radius: 0.625rem;
    box-shadow: 0 0.3125rem 1.25rem rgb(0 0 0 / 10%);
}

.meeting iframe {
  max-height:620px!important;
  box-shadow:none;
}

iframe,
.sr-offer-video-cta-01 iframe {
  box-shadow: 0 0.3125rem 1.25rem rgb(0 0 0 / 10%);
}

.meetings-iframe-container iframe {
  box-shadow:none;
}

/*
.shadow-overlay:after {
  content:"";
  position:absolute;
  width:100%;
  height:50%;
    z-index:9;
  background:linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(229,231,234,1) 100%);
  bottom:0;
}
  */


.bg-images img {
  background-color:#fff;
  border-radius:5px;
}

input[type=submit].hs-button.primary {
  padding:6px 12px;
}

.article-panel .article-img img { height:100%!important; }

##css
cssCopy/* SortSpoke Featured Call-out Box */
.featured-callout {
    background-color: #0191bc; /* SortSpoke blue accent color */
    border-radius: 10px;
    padding: 40px 50px;
    margin: 40px 0;
    color: white;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.featured-callout h3 {
    font-size: 1.9rem;
    margin-top: 0;
    margin-bottom: 20px;
    color: white;
    font-weight: 700;
}

.featured-callout p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.92;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.featured-callout-btn {
    display: inline-block;
    background-color: #EB5C26; /* SortSpoke orange primary color */
    color: white;
    font-weight: 500;
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
}

.featured-callout-btn:hover {
    background-color: #d04e1d; /* Slightly darker orange for hover state */
    transform: translateY(-2px);
}

/* Optional decorative elements */
.featured-callout::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.featured-callout::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

<style>
.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    margin: 25px 0;
    font-family: 'Poppins', sans-serif;
}

.comparison-table th {
    background-color: #EB5C26;
    color: white;
    text-align: left;
    padding: 15px 20px;
    font-size: 1.2rem;
    font-weight: 600;
}

.comparison-table th:first-child {
    border-top-left-radius: 10px;
}

.comparison-table th:last-child {
    border-top-right-radius: 10px;
}

.comparison-table td {
    padding: 12px 20px;
    color: #30343B;
    line-height: 1.5;
    border-bottom: 1px solid #F5F7F9;
}

.comparison-table tr:nth-child(even) {
    background-color: #F5F7F9;
}

.comparison-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.comparison-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.comparison-table tr:hover td {
    background-color: rgba(235, 92, 38, 0.05);
}

.comparison-table .highlight {
    color: #EB5C26;
    font-weight: 600;
}
</style>