.elementor-9626 .elementor-element.elementor-element-3614ed5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9626 .elementor-element.elementor-element-71ae060{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9626 .elementor-element.elementor-element-98ab0ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9626 .elementor-element.elementor-element-ad86393{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-55a8ad9 */.dj-graphic-hero {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.dj-hero-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.dj-hero-flex {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.dj-hero-content, .dj-hero-image {
    flex: 1;
    min-width: 350px;
}

/* Typography */
.dj-upper-title {
    color: #4045b8;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 15px;
}

.dj-hero-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.dj-hero-content p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 40px;
}

/* Buttons */
.dj-hero-btns {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}

.dj-btn-main {
    background: #4045b8;
    color: #fff;
    padding: 18px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(64, 69, 184, 0.2);
}

.dj-btn-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(64, 69, 184, 0.3);
}

.dj-btn-text {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 700;
}

/* Image with Floating Effect */
.dj-image-frame {
    position: relative;
    padding: 15px;
    background: #f8fafc;
    border-radius: 30px;
    animation: floating 6s ease-in-out infinite;
}

.dj-image-frame img {
    width: 100%;
    border-radius: 20px;
    display: block;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.dj-floating-badge {
    position: absolute;
    bottom: 30px;
    left: -20px;
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.dj-floating-badge i { color: #4045b8; font-size: 1.2rem; }
.dj-floating-badge span { font-weight: 700; font-size: 0.9rem; }

/* Stats Bar */
.dj-hero-stats {
    display: flex;
    gap: 40px;
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
}

.stat-item strong { display: block; font-size: 1.5rem; color: #1a1a1a; }
.stat-item span { color: #94a3b8; font-size: 0.9rem; }

@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

/* Mobile Fix */
@media (max-width: 992px) {
    .dj-hero-content h1 { font-size: 2.5rem; }
    .dj-hero-flex { flex-direction: column; text-align: center; }
    .dj-hero-btns, .dj-hero-stats { justify-content: center; }
    .dj-floating-badge { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e8cd3d */.dj-graphic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    padding: 40px 0;
}

.dj-graphic-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 35px;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.dj-icon-box {
    font-size: 32px;
    color: #4045b8; /* Royal Blue */
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.dj-graphic-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.dj-graphic-card p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Hover State */
.dj-graphic-card:hover {
    transform: translateY(-8px);
    border-color: #4045b8;
    box-shadow: 0 20px 40px rgba(64, 69, 184, 0.1);
}

.dj-graphic-card:hover .dj-icon-box {
    transform: scale(1.15);
}

.dj-graphic-card:hover h3 {
    color: #4045b8;
}

@media (max-width: 768px) {
    .dj-graphic-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6eade1d */.dj-why-us {
    padding: 100px 0;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.dj-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.dj-flex-box {
    display: flex;
    align-items: center;
    gap: 70px;
    flex-wrap: wrap;
}

.dj-img-column, .dj-content-column {
    flex: 1;
    min-width: 350px;
}

/* Image Styling */
.dj-img-wrapper {
    position: relative;
    padding-bottom: 20px;
}

.dj-img-wrapper img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
}

.dj-accent-box {
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 70%;
    height: 70%;
    background: #4045b8; /* Royal Blue */
    border-radius: 20px;
    z-index: 1;
    opacity: 0.1;
}

/* Content Styling */
.dj-subtitle {
    color: #4045b8;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 10px;
}

.dj-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 40px;
}

.dj-value-item {
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 3px solid #f1f5f9;
    transition: all 0.3s ease;
}

.dj-value-item:hover {
    border-left-color: #4045b8;
}

.dj-value-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.dj-value-item p {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .dj-flex-box { flex-direction: column; }
    .dj-img-column { width: 100%; }
    .dj-title { font-size: 2rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-88fada2 */.dj-cta-section {
    padding: 100px 20px;
    background-color: #fcfdfe;
    font-family: 'Inter', sans-serif;
}

.dj-cta-container {
    max-width: 1000px;
    margin: 0 auto;
}

.dj-cta-box {
    background: #ffffff;
    padding: 80px 40px;
    border-radius: 40px;
    border: 1px solid #eef2f6;
    text-align: center;
    box-shadow: 0 30px 60px rgba(64, 69, 184, 0.08);
    position: relative;
    overflow: hidden;
}

/* Subtle Brand Accent Background */
.dj-cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: rgba(64, 69, 184, 0.03);
    border-radius: 50%;
}

.dj-cta-label {
    color: #4045b8;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 20px;
}

.dj-cta-heading {
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 25px;
}

.dj-cta-text {
    font-size: 1.2rem;
    color: #64748b;
    max-width: 650px;
    margin: 0 auto 40px auto;
    line-height: 1.7;
}

/* Button Group */
.dj-cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.dj-cta-btn {
    padding: 18px 40px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-primary {
    background: #4045b8;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(64, 69, 184, 0.25);
}

.btn-primary:hover {
    background: #333894;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(64, 69, 184, 0.35);
}

.btn-secondary {
    background: transparent;
    color: #4045b8;
    border: 2px solid #4045b8;
}

.btn-secondary:hover {
    background: rgba(64, 69, 184, 0.05);
    transform: translateY(-5px);
}

/* Trust Bar */
.dj-cta-trust {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 30px;
    border-top: 1px solid #f1f5f9;
}

.trust-item {
    font-size: 0.9rem;
    color: #94a3b8;
    font-weight: 600;
}

.trust-item i {
    color: #4045b8;
    margin-right: 8px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .dj-cta-heading { font-size: 2rem; }
    .dj-cta-btn { width: 100%; text-align: center; }
    .dj-cta-trust { flex-direction: column; gap: 15px; }
}/* End custom CSS */