/* Main Wrapper */
.ag-wrapper-7d280048 {
    width: 100%;
}

/* Header */
.ag-header-7d280048 {
    text-align: center;
    margin-bottom: 40px;
}

.ag-title-7d280048 {
    font-size: 24px;
    font-weight: 700;
    color: #e46c0a;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.ag-subtitle-7d280048 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

/* Grid */
.ag-grid-7d280048 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

/* Card */
.ag-card-7d280048 {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Image Wrap */
.ag-card-image-wrap-7d280048 {
    position: relative;
    width: 100%;
    height: 220px;
}

.ag-card-image-wrap-7d280048 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Floating Icon */
.ag-card-icon-7d280048 {
    position: absolute;
    bottom: -25px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: #e46c0a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    z-index: 2;
}

.ag-card-icon-7d280048 i {
    color: #fff;
    font-size: 20px;
}
.ag-card-icon-7d280048 svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

/* Content Wrap */
.ag-card-content-wrap-7d280048 {
    padding: 45px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ag-card-title-7d280048 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

/* List Styling */
.ag-card-list-7d280048 {
    flex-grow: 1;
    margin-bottom: 25px;
}

.ag-card-list-7d280048 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ag-card-list-7d280048 ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

/* Custom List Bullets (based on screenshot: mostly orange x or check) */
.ag-card-list-7d280048 ul li::before {
    content: "×";
    position: absolute;
    left: 0;
    top: -2px;
    color: #e46c0a;
    font-weight: bold;
    font-size: 18px;
}

/* Link */
.ag-card-link-7d280048 {
    display: inline-flex;
    align-items: center;
    color: #e46c0a;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ag-card-link-7d280048:hover {
    color: #c05805;
}

.ag-card-link-arrow-7d280048 {
    margin-left: 5px;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .ag-grid-7d280048 {
        flex-direction: column;
        align-items: center;
    }
    .ag-card-7d280048 {
        width: 100%;
        max-width: 100%;
    }
}
