

/* Main Container */
.dyc-developer-credit {
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(135deg, #064D50 0%, #00383b 100%);
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    border-left: 5px solid #42db00;
}

/* Header Section */
.dyc-developer-credit .dyc-promo-header {
    text-align: center;
    margin-bottom: 25px;
}

.dyc-developer-credit .dyc-promo-header h3 {
    margin: 0 0 10px 0;
    font-size: 1.6em;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.dyc-developer-credit .dyc-divider {
    width: 60px;
    height: 3px;
    background: #42db00;
    margin: 15px auto;
}

/* Intro Text */
.dyc-developer-credit .dyc-intro-text {
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 1.7;
    color: #f5f5f5;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.dyc-developer-credit .dyc-intro-text strong {
    color: #42db00;
    font-size: 18px;
}

/* Services Grid */
.dyc-developer-credit .dyc-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.dyc-developer-credit .dyc-service-item {
    background: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid rgba(66, 219, 0, 0.3);
}

.dyc-developer-credit .dyc-service-item strong {
    color: #42db00;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

.dyc-developer-credit .dyc-service-item span {
    font-size: 13px;
    color: #e0e0e0;
}

/* CTA Buttons */
.dyc-developer-credit .dyc-cta-wrapper {
    text-align: center;
    margin-bottom: 25px;
}

.dyc-developer-credit .dyc-button-group {
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.dyc-developer-credit .dyc-btn {
    display: inline-block;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s;
    border: 2px solid #42db00;
}

.dyc-developer-credit .dyc-btn-primary {
    background: #42db00;
    color: #064D50;
    box-shadow: 0 3px 10px rgba(66, 219, 0, 0.4);
}

.dyc-developer-credit .dyc-btn-primary:hover {
    background: #35b000;
    color: #064D50;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(66, 219, 0, 0.5);
}

.dyc-developer-credit .dyc-btn-secondary {
    background: transparent;
    color: #fff;
}

.dyc-developer-credit .dyc-btn-secondary:hover {
    background: rgba(66, 219, 0, 0.1);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Expertise Box */
.dyc-developer-credit .dyc-expertise {
    padding: 20px;
    background: rgba(255,255,255,0.08);
    border-radius: 6px;
    border-left: 3px solid #42db00;
}

.dyc-developer-credit .dyc-expertise-title {
    margin: 0 0 12px 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-align: center
    
}



    

