.product-card-section{
    padding-bottom: 80px;
}
.product-card-v1 {
    border: 2px solid #d71920;
    border-radius: 12px;
    position: relative;
    background: #fff;
    height: 100%;
    overflow: visible;
}

.product-card-v1 .offer-badge {
    position: absolute;
    top: -14px;
    left: 30px;
    z-index: 2;
}

.product-card-v1 .offer-badge span {
    display: inline-block;
    background: #c68b43; /* hides border behind badge */
    color: #101F42;
    border: 2px solid #c68b43;
    border-radius: 50px;
    padding: 2px 18px;
    
    font-weight: 600;
   
}

/* Card */

.product-card-v1 {
    border: 2px solid #c68b43;
    border-radius: 12px;
    position: relative;
    background: #fff;
    height: 100%;
    overflow: visible;
}
.product-card-section .content-div {
    padding: 30px;
}
/* Icon + Heading Row */

.product-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.product-header h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}

/* Description */

.product-description {
    margin-bottom: 20px;
    color: #555;
}

.product-description strong {
    color: #000;
    font-weight: 700;
}

/* Benefits */

.product-card-v1 ul {
    margin-bottom: 25px;
}

.product-card-v1 ul li {
    margin-bottom: 10px;
}

/* CTA Button */

.product-card-v1 .sl3-button-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 12px 24px;
    border-radius: 50px;
    background: #101F42;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease;
}

.product-card-v1 .sl3-button-blue:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.product-card-v1 .sl3-button-blue::after {
    content: "\2192";
    margin-left: 8px;
    transition: all 0.3s ease;
}

.product-card-v1 .sl3-button-blue:hover::after {
    margin-left: 12px;
}
.product-card-subtitle{
    color: #c68b43; 
    margin-bottom: 10px;
}

.product-card-subtitle,
.product-card-description,
.offer-badge{
  
        font-family: franklin-gothic-urw, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
.product-card-title{
    font-family: Museo, sans-serif !important;
    font-size: 56px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 120%;
    margin-bottom: 10px !important;
}

.product-card-description{
    margin-bottom: 40px;
}
.product-card-section .content-div .product-header h3{
    color: #001f3f !important;
    font-family: Museo, sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 140%;
}
.product-card-v1 .content-div {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
}
.product-card-v1 .sl3-button-blue {
    margin-top: auto;
    align-self: flex-start;
}
