/* ============================= */
/* America ADU Sidebar CTA */
/* ============================= */

.adu-sidebar-cta {
    position: relative;
    overflow: hidden;
    padding: 28px 24px;
    border-radius: 18px;
    background: linear-gradient(145deg, #123C73 0%, #0b264a 100%);
    box-shadow: 0 18px 45px rgba(18, 60, 115, 0.25);
    color: #ffffff;
    z-index: 1;
}

.adu-sidebar-cta::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    z-index: -1;
}

.adu-sidebar-cta::after {
    content: "";
    position: absolute;
    bottom: -55px;
    left: -55px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: rgba(192, 57, 43, 0.35);
    z-index: -1;
}

.adu-sidebar-badge {
    margin-bottom: 16px;
}

.adu-sidebar-badge span {
    display: inline-block;
    padding: 7px 13px;
    border-radius: 50px;
    background: #ffffff;
    color: #123C73;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.adu-sidebar-cta h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 800;
}

.adu-sidebar-cta p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.65;
}

.adu-sidebar-cta p strong {
    color: #ffffff;
}

.adu-sidebar-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.adu-sidebar-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 12px 13px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.11);
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.adu-sidebar-contact-item i {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #C0392B;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.adu-sidebar-contact-item span {
    display: block;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
}

.adu-sidebar-contact-item:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    transform: translateY(-2px);
}

.adu-sidebar-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
}

.adu-sidebar-btn {
    display: block;
    width: 100%;
    padding: 13px 16px;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.adu-sidebar-btn.primary {
    background: #C0392B;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(192, 57, 43, 0.28);
}

.adu-sidebar-btn.secondary {
    background: #ffffff;
    color: #123C73;
}

.adu-sidebar-btn.primary:hover {
    background: #ffffff;
    color: #123C73;
    transform: translateY(-2px);
}

.adu-sidebar-btn.secondary:hover {
    background: #C0392B;
    color: #ffffff;
    transform: translateY(-2px);
}

.adu-sidebar-trust {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.adu-sidebar-trust span {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.35;
}

.adu-sidebar-trust span::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-weight: 800;
}

/* Mobile spacing */
@media only screen and (max-width: 767px) {
    .adu-sidebar-cta {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .adu-sidebar-cta h3 {
        font-size: 22px;
    }
}

/* ============================= */
/* America ADU Project Planner CTA */
/* ============================= */

.adu-sidebar-plan-card {
    position: relative;
    overflow: hidden;
    padding: 28px 24px;
    border-radius: 22px;
    background: #5c3232;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
    z-index: 1;
}

.adu-sidebar-plan-card::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(0, 34, 98, 0.32);
    z-index: -1;
}

.adu-sidebar-plan-card::after {
    content: "";
    position: absolute;
    bottom: -85px;
    left: -85px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(18, 60, 115, 0.55);
    z-index: -1;
}

.adu-plan-card-top {
    margin-bottom: 22px;
}

.adu-plan-label {
    display: inline-block;
    margin-bottom: 13px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #ffffff;
    color: #123C73;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.adu-plan-card-top h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.18;
    font-weight: 900;
}

.adu-plan-card-top p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.65;
}

.adu-plan-card-top p strong {
    color: #ffffff;
}

.adu-plan-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
}

.adu-plan-option {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 13px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.09);
    transition: all 0.3s ease;
}

.adu-plan-option span {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #C0392B;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

.adu-plan-option p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.adu-plan-option:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateX(4px);
}

.adu-plan-card-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.adu-plan-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    padding: 13px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: all 0.3s ease;
}

.adu-plan-phone i,
.adu-plan-phone span {
    color: #ffffff;
}

.adu-plan-phone:hover {
    background: #123C73;
    color: #ffffff;
    transform: translateY(-2px);
}

.adu-plan-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    padding: 15px 16px;
    border-radius: 14px;
    background: #ffffff;
    color: #123C73;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(255, 255, 255, 0.12);
    transition: all 0.3s ease;
}

.adu-plan-btn i,
.adu-plan-btn span {
    color: inherit;
}

.adu-plan-btn:hover {
    background: #C0392B;
    color: #ffffff;
    transform: translateY(-2px);
}

@media only screen and (max-width: 1199px) {
    .adu-sidebar-plan-card {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .adu-sidebar-plan-card {
        padding: 25px 20px;
        border-radius: 18px;
    }

    .adu-plan-card-top h3 {
        font-size: 22px;
    }
}

.wrap-image-content {
    overflow: hidden;
}

.wrap-image-content .img-box {
    float: left;
    width: 42%;
    margin: 0 30px 20px 0;
}

.wrap-image-content .img-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.wrap-image-content .text-box {
    display: block;
}

.wrap-image-content .text-box h3 {
    margin-top: 0;
}

/* Mobile */
@media (max-width: 767px) {
    .wrap-image-content .img-box {
        float: none;
        width: 100%;
        margin: 0 0 25px 0;
    }
}