.a-fa:hover {
    color:#fff !important;
}
.a-content:hover {
    color:#000;
}
.rounded-xl {
    border-radius: 20px;
}
.ed-primary-btn {
    line-height: 1.5;
}
.content-info-2 .content-list {
    margin-top: 0px;
}
.accordion-button::after {
    margin-left: 20px;
}
h2 {
    line-height: 1.5;
}
.promo-item .promo-thumb {
    margin: 0 auto 38px;
}
.header .primary-header-inner .header-menu-wrap .sub-menu li li a:hover {
    color: var(--ed-color-common-white);
}
.primary-color-text, .primary-color-text:hover {
    color: #004f6d;
}
.icon-box {
    font-size: 20px;
    background-color: #007bff;
    transition: all 0.3s ease;
}
.card:hover .icon-box {
    background-color: #0056b3;
    transform: rotate(10deg);
}
.card {
    transition: all 0.3s ease;
}
.card:hover {
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}
.bg-primary {
    background-color: #004f6d !important;
}
.content-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.content-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 17px;
    color: #333;
}
.content-list li i {
    position: absolute;
    left: 0;
    top: 6px;
    color: #1f8c4c;
    font-size: 17px;
}
.cta-btn .ed-cta-btn {
    background-color: #fff !important;
    color: #000;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 17px 40px;
    border-radius: 100px;
    transition: .3s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.tab-li-list {
    margin-bottom: 20px !important;
}
.feature-item-17:hover .icon img {
     filter: brightness(1) invert(0); 
}
.anchor-color, .anchor-color:hover {
    color:#004f6d;
}
.hero-form {
    position: relative;
}
.hero-form .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
    pointer-events: none;
}
.hero-form input.form-control {
    padding-left: 40px;
}
@media (max-width: 576px) {
    .hero-form .icon {
        top: 50%;
        transform: translateY(-50%);
        line-height: 1;
    }
}
@media (max-width: 576px) {
    .hero-form input.form-control {
        line-height: 1.5;
        height: 45px;
        padding-left: 45px;
    }
}
.testimonials-link:hover {
    color: #000;
}
.feature-item-13 .feature-item-inner .feature-img {
    height: 350px;
}
.testi-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.testi-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}
.testi-item-2 {
     padding: 0px; 
     border: none; 
    border-radius: 10px;
}
.poster-wrapper img {
    max-height: 520px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.webinar-cta-btn {
    background: linear-gradient(
        135deg,
        #3b2a86 0%,
        #5a4fdc 50%,
        #7a5cff 100%
    );
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 14px 22px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow:
        0 8px 24px rgba(90, 79, 220, 0.35),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    width: 100%;
}
/* Hover */
.webinar-cta-btn:hover {
    background: linear-gradient(
        135deg,
        #2e1f6e 0%,
        #4c40c6 50%,
        #6b4dff 100%
    );
    transform: translateY(-1px);
    box-shadow:
        0 12px 30px rgba(90, 79, 220, 0.45);
}
/* Active */
.webinar-cta-btn:active {
    transform: translateY(0);
    box-shadow:
        0 6px 16px rgba(90, 79, 220, 0.35);
}
/* Focus (keyboard & accessibility) */
.webinar-cta-btn:focus {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(122, 92, 255, 0.35),
        0 8px 24px rgba(90, 79, 220, 0.35);
}
.webinar-cta-btn::after {
    content: " →";
    font-weight: 700;
    transition: transform 0.3s ease;
}
.webinar-cta-btn:hover::after {
    transform: translateX(4px);
}