.elementor-9605 .elementor-element.elementor-element-4c97e17{--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-9605 .elementor-element.elementor-element-8e24063{width:100%;max-width:100%;margin:120px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-9605 .elementor-element.elementor-element-858cd48{--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-9605 .elementor-element.elementor-element-961f24d{--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-9605 .elementor-element.elementor-element-2bf3a1a{--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-9605 .elementor-element.elementor-element-415517c{--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;}@media(max-width:767px){.elementor-9605 .elementor-element.elementor-element-8e24063{margin:120px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-8e24063 *//* --- GLOBAL RESET & FONTS --- */
:root {
  --brand-blue: #404dbb;
  --brand-cyan: #86f7ff;
  --brand-white: #ffffff;
}

/* --- DESKTOP HEADER OFFSET (120px) --- */
@media (min-width: 992px) {
  .header-offset {
    padding-top: 120px !important;
  }
}

/* --- HERO SECTION BASE --- */
.dj-hero-premium {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  /* Your background collage image */
  background-image: url('https://digitaljockey.ca/wp-content/uploads/2026/02/programming-background-collage-768x513-1.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Creates a parallax effect suitable for Seomy */
  overflow: hidden;
  padding-bottom: 80px;
}

/* --- LOGO-BASED OVERLAY --- */
.brand-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Gradient uses the Royal Blue from your logo */
  background: linear-gradient(110deg, var(--brand-blue) 35%, rgba(64, 77, 187, 0.5) 100%);
  z-index: 1;
}

.content-z {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* --- TYPOGRAPHY --- */
.brand-eyebrow {
  color: var(--brand-cyan);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}

.hero-heading {
  font-size: clamp(36px, 6vw, 72px);
  color: var(--brand-white);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 25px;
}

.accent-bar {
  width: 80px;
  height: 5px;
  background: var(--brand-cyan);
  margin-bottom: 30px;
}

.hero-subtext {
  max-width: 620px;
  font-size: 1.2rem;
  color: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 50px;
}

/* --- BUTTONS & PADDING DESIGN --- */
.hero-cta-group {
  display: flex;
  gap: 20px;
  /* Significant margin after buttons for layout visibility */
  margin-bottom: 100px; 
}

/* Primary Button: Electric Cyan */
.btn-primary-brand {
  background: #fff;
  color: var(--brand-blue);
  padding: 20px 42px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 25px rgba(134, 247, 255, 0.3);
}

.btn-primary-brand:hover {
  background: var(--brand-white);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(134, 247, 255, 0.5);
}

/* Secondary Button: Outline Style */
.btn-secondary-brand {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: var(--brand-white);
  padding: 20px 42px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-secondary-brand:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--brand-white);
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 768px) {
  .dj-hero-premium {
    padding-top: 100px;
    text-align: center;
  }
  .hero-cta-group {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
  .accent-bar {
    margin: 0 auto 30px auto;
  }
  .hero-heading {
    font-size: 2.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3dd91bc */:root {
    --dj-primary: #4045b8;
    --dj-text-main: #1e293b;
    --dj-text-sub: #64748b;
    --dj-bg-card: #ffffff;
    --dj-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.dj-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    padding: 20px;
}

.dj-card {
    background: var(--dj-bg-card);
    border: 1px solid #edf2f7;
    border-radius: 20px;
    padding: 45px 35px;
    text-align: left; /* Senior dev tip: Left-align is often more readable for tech services */
    transition: var(--dj-transition);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Subtle accent line that appears on hover */
.dj-card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: var(--dj-primary);
    transition: var(--dj-transition);
}

.dj-icon {
    font-size: 32px;
    color: var(--dj-text-main);
    margin-bottom: 20px;
    transition: var(--dj-transition);
}

.dj-card h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--dj-text-main);
    margin-bottom: 15px;
    transition: var(--dj-transition);
}

.dj-card p {
    font-size: 1rem;
    color: var(--dj-text-sub);
    line-height: 1.6;
    margin: 0;
}

/* --- THE HOVER STATE --- */

.dj-card:hover {
    transform: translateY(-10px);
    border-color: var(--dj-primary);
    box-shadow: 0 20px 40px rgba(64, 69, 184, 0.1);
}

.dj-card:hover .dj-icon {
    color: var(--dj-primary);
    transform: scale(1.1);
}

.dj-card:hover h3 {
    color: var(--dj-primary);
}

.dj-card:hover .dj-card-footer {
    width: 100%;
}

/* Responsive breakpoint */
@media (max-width: 768px) {
    .dj-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9a3071 */:root {
    --dj-blue: #4045b8;
    --dj-dark: #111827;
    --dj-gray: #4b5563;
}

.dj-infra-section {
    padding: 80px 0;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
}

.dj-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.dj-flex-row {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.dj-content-col, .dj-image-col {
    flex: 1;
    min-width: 320px;
}

.dj-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--dj-dark);
    margin-bottom: 40px;
    line-height: 1.2;
}

.dj-feature-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.dj-feature-item {
    display: flex;
    gap: 20px;
    transition: transform 0.3s ease;
}

.dj-feature-item:hover {
    transform: translateX(10px);
}

.dj-dot {
    width: 12px;
    height: 12px;
    background: var(--dj-blue);
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
    position: relative;
}

/* Pulse Effect */
.dj-dot::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--dj-blue);
    border-radius: 50%;
    opacity: 0.4;
    animation: dj-pulse 2s infinite;
}

@keyframes dj-pulse {
    0% { transform: scale(1); opacity: 0.4; }
    100% { transform: scale(3); opacity: 0; }
}

.dj-text strong {
    display: block;
    font-size: 1.1rem;
    color: var(--dj-dark);
    margin-bottom: 4px;
}

.dj-text p {
    font-size: 0.95rem;
    color: var(--dj-gray);
    margin: 0;
}

/* Image Styling */
.dj-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(64, 69, 184, 0.25);
}

.dj-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.dj-image-wrapper:hover img {
    transform: scale(1.05);
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .dj-flex-row { flex-direction: column-reverse; }
    .dj-section-title { font-size: 2rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb218d4 */.dj-testimonial-wrapper {
    max-width: 800px;
    margin: 60px auto;
    text-align: center;
    position: relative;
    font-family: 'Inter', sans-serif;
}

.dj-carousel {
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.dj-testimonial-card {
    display: none;
    padding: 40px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 15px 35px rgba(64, 69, 184, 0.05);
    animation: fadeIn 0.5s ease-in-out;
}

.dj-testimonial-card.active {
    display: block;
}

.dj-quote-icon {
    font-size: 60px;
    color: #4045b8;
    line-height: 1;
    margin-bottom: 10px;
    font-family: serif;
    opacity: 0.3;
}

.dj-feedback {
    font-size: 1.25rem;
    color: #1e293b;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 30px;
}

.dj-name {
    display: block;
    font-weight: 700;
    color: #4045b8;
    font-size: 1.1rem;
}

.dj-role {
    font-size: 0.9rem;
    color: #64748b;
}

/* Dots Styling */
.dj-dots {
    margin-top: 20px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #cbd5e1;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #4045b8;
    width: 30px; /* Stylish elongated active dot */
    border-radius: 10px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8508dcb */.dj-final-cta {
    padding: 100px 20px;
    background-color: #f8fafc; /* Light tech-gray background */
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.dj-cta-container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 40px rgba(64, 69, 184, 0.08);
}

.dj-cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.dj-cta-subtitle {
    font-size: 1.15rem;
    color: #64748b;
    margin-bottom: 40px;
    line-height: 1.6;
}

.dj-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

/* Primary Button - Your Brand Blue */
.dj-btn {
    padding: 16px 35px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.dj-btn-primary {
    background-color: #4045b8;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(64, 69, 184, 0.2);
}

.dj-btn-primary:hover {
    background-color: #333894;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(64, 69, 184, 0.3);
}

/* Outline Button */
.dj-btn-outline {
    border: 2px solid #4045b8;
    color: #4045b8;
    background: transparent;
}

.dj-btn-outline:hover {
    background: rgba(64, 69, 184, 0.05);
    transform: translateY(-3px);
}

.dj-cta-trust {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 0.9rem;
    color: #94a3b8;
    flex-wrap: wrap;
}

.dj-cta-trust i {
    color: #4045b8;
    margin-right: 5px;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .dj-cta-title { font-size: 1.8rem; }
    .dj-btn { width: 100%; justify-content: center; }
}/* End custom CSS */