.faq-parallax-section {
    position: relative;
    padding: 120px 0;
    background: url('https://i.imgur.com/YfE3au1.jpeg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

/* Fancy orange "View All Services" button */
#services .services-view-all-btn {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 170, 70, 0.9) !important;
    padding: 16px 34px !important;
    min-height: 54px !important;
    color: #fff8ef !important;
    font-size: 1.04rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    background: linear-gradient(135deg, #f79220 0%, #ff8100 55%, #ff6b00 100%) !important;
    box-shadow: 0 12px 28px rgba(247, 146, 32, 0.35), 0 0 0 1px rgba(255, 220, 168, 0.2) inset !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease !important;
}

#services .services-view-all-btn::before {
    content: "" !important;
    position: absolute !important;
    top: -120% !important;
    left: -42% !important;
    width: 36% !important;
    height: 340% !important;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)) !important;
    transform: rotate(18deg) !important;
    transition: left 0.45s ease !important;
}

#services .services-view-all-btn:hover,
#services .services-view-all-btn:focus {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ffa329 0%, #ff8b00 55%, #ff7300 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 34px rgba(247, 146, 32, 0.44), 0 0 0 1px rgba(255, 232, 196, 0.35) inset !important;
    filter: brightness(1.03) !important;
}

#services .services-view-all-btn:hover::before,
#services .services-view-all-btn:focus::before {
    left: 122% !important;
}

#services .services-view-all-btn:active {
    transform: translateY(0) scale(0.985) !important;
}

@media (max-width: 991px) {
    #services .services-view-all-btn {
        min-height: 52px !important;
        padding: 15px 26px !important;
        font-size: 0.98rem !important;
    }
}

/* Logo reveal loader */
.loader {
    z-index: 20000;
    color: #fff;
    width: 100%;
    height: 100dvh;
    position: fixed;
    inset: 0;
    overflow: hidden;
}

.no-js .loader,
.lt-ie9 .loader,
.lt-ie10 .loader {
    display: none;
}

.loader__bg {
    background-color: #0a0a0a;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.loader__container {
    z-index: 2;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.loader__bg-bar {
    z-index: 1;
    transform-origin: 0%;
    transform-style: preserve-3d;
    background-color: #fff;
    width: 100%;
    height: 0.5em;
    position: absolute;
    inset: auto 0 0;
    transform: scale3d(0, 1, 1);
}

.loader__logo-wrap {
    justify-content: center;
    align-items: center;
    width: 13rem;
    height: 4rem;
    display: flex;
    position: relative;
}

.loader__logo-item {
    width: 100%;
    position: absolute;
}

.loader__logo-item.is--base {
    opacity: 0.2;
}

.loader__logo-item.is--top {
    clip-path: inset(0 100% 0 0);
}

.loader__logo-img {
    width: 100%;
    display: block;
    filter: none;
}

.loader__text-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 3.5rem;
}

.loader__text-el {
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: -0.25em;
    padding-bottom: 0.25em;
    font-family: "Muli", "Courier New", monospace;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    position: absolute;
}

[data-load-reset] {
    opacity: 0;
}

@media (max-width: 767px) {
    .loader__logo-wrap {
        width: 11rem;
        height: 3.2rem;
    }

    .loader__text-wrap {
        bottom: 2.75rem;
    }
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.92), rgba(0,0,0,0.85));
}

.faq-header {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards;
}

.section-title {
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title span {
    color: #ffb732;
}

.title-separator {
    width: 80px;
    height: 3px;
    background: #ffb732;
    margin: 0 auto;
    position: relative;
}

.panel {
    border-radius: 8px;
    margin-bottom: 15px;
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: fadeInUp 0.5s ease forwards;
}

/* Add animations */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-area-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transform: translate3d(0,0,0); /* Fix for mobile */
    transform: translate3d(0,0,0); /* Fix for mobile */
}

.service-area-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.service-area-content {
position: relative;
z-index: 2;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}

.service-area-header {
padding: 45px 25px;
text-align: center;
background: linear-gradient(135deg, rgba(28, 28, 28, 0.8), rgba(42, 42, 42, 0.8));
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
margin-bottom: 40px;
transform: translateZ(0);
backface-visibility: hidden;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.orange-line {
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-area-header:hover {
transform: translateY(-2px);
}

.service-area-header::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 200%;
height: 3px;
background: linear-gradient(90deg, 
transparent 0%,
transparent 25%,
#ffb732 50%,
transparent 75%,
transparent 100%
);
animation: shimmer 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.orange-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 3px;
    background: linear-gradient(90deg, 
    transparent 0%,
    transparent 25%,
    #ffb732 50%,
    transparent 75%,
    transparent 100%
    );
    animation: shimmer 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    }

.service-area-title {
color: #ffffff;
font-size: 2.5em;
font-weight: 700;
margin: 0;
text-transform: uppercase;
letter-spacing: 2px;
opacity: 0;
transform: translateY(30px);
animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.service-area-title span {
color: #ffb732;
position: relative;
display: inline-block;
animation: glowPulse 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.service-area-subtitle {
color: #999;
font-size: 0.8em;
margin-top: 15px;
opacity: 0;
transform: translateY(20px);
animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
}

/* FAQ section dark theme override */
#faq.service-area-section {
    background: #232323 !important;
    background-image: none !important;
    background-attachment: scroll !important;
}

#faq .service-area-overlay {
    background: rgba(35, 35, 35, 0.95) !important;
}

#faq .faq-container {
    position: relative;
    z-index: 2;
}

#faq .panel {
    background: rgba(34, 34, 34, 0.88);
    border: 1px solid rgba(255, 195, 38, 0.55);
}

#faq .panel-body {
    background: rgba(22, 22, 22, 0.9);
}

@keyframes shimmer {
0% { transform: translateX(-100%); }
100% { transform: translateX(50%); }
}

@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

@keyframes glowPulse {
0% { text-shadow: 0 0 0 rgba(255, 183, 50, 0); }
50% { text-shadow: 0 0 15px rgba(255, 183, 50, 0.5); }
100% { text-shadow: 0 0 0 rgba(255, 183, 50, 0); }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
.service-area-section {
background-attachment: scroll;
}

.service-area-header {
padding: 30px 15px;
}

.service-area-title {
font-size: 2em;
}
}

.service-itemc {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;

	margin: 0 auto;

	gap: 15px;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	/* max-width: 600px; /* Adjust the width as needed */
}

/* Initial Animation States */
.animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

/* Active Class for Animation */
.animate.active {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design Adjustments */
@media (max-width: 768px) {
    .service-item {
        flex-direction: column;
        text-align: center;
    }

    .service-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

.map-section {
    padding: 80px 0;
    background-color: #f8f9fa;
  }
  
  .map-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .map-container iframe {
    width: 100%;
    height: 600px;
    border: none;
    display: block;
  }
  
  .service-areas-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 15px;
  }
  
  .service-item {
    flex: 1 1 300px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
  }
  
  .service-item:hover {
    transform: translateY(-5px);
  }
  
  .service-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
  }
  
  .service-icon i {
    font-size: 24px;
    color: #0066cc;
  }
  
  .service-text {
    flex: 1;
  }
  
  .service-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .map-section {
      padding: 40px 0;
    }
    
    .map-container {
      margin-bottom: 30px;
    }
    
    .map-container iframe {
      height: 400px;
    }
    
    .service-item {
      flex: 1 1 100%;
    }
  }
  
  @media (max-width: 480px) {
    .map-container iframe {
      height: 300px;
    }
    
    .service-item {
      padding: 15px;
    }
    
    .service-icon {
      width: 40px;
      height: 40px;
    }
    
    .service-icon i {
      font-size: 18px;
    }
    
    .service-text p {
      font-size: 14px;
    }
  }

/* Service Box Styles */
.service-box {
    padding: 30px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}

.serv-hover {
    transform: translateY(-10px);
}

.serv-icon {
    filter: brightness(0) saturate(100%) invert(65%) sepia(54%) 
            saturate(4378%) hue-rotate(360deg) brightness(102%) contrast(102%);
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    animation: fadeIn 1s ease-in;
}

.serv-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    animation: slideUp 0.5s ease-out;
}

.serv-description {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.6;
    animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { 
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading State Styles */
.loading {
    text-align: center;
    padding: 40px;
    color: #fff;
    font-size: 1.2em;
    position: relative;
}

.loading::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border: 4px solid #ffc326;
    border-top-color: transparent;
    border-radius: 50%;
    margin: 20px auto 0;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Review Item Styles */
.review-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
}

.review-item.fadeInUp {
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviewer-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffc326;
}

.reviewer-details {
    flex-grow: 1;
}

.reviewer-name {
    color: #ffc326;
    margin: 0 0 5px;
    font-size: 1.2em;
}

.rating {
    color: #ffc326;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.review-date {
    color: #888;
    font-size: 0.9em;
}

.review-content {
    margin-top: 15px;
    color: #fff;
    line-height: 1.6;
}

/* Existing Google Reviews Styles */
#google-reviews {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#reviews-error {
    text-align: center;
    padding: 30px;
    background: rgba(255, 0, 0, 0.1);
    border-radius: 10px;
    margin: 20px auto;
    max-width: 600px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #google-reviews {
        padding: 15px;
    }

    .review-item {
        padding: 20px;
    }

    .reviewer-photo {
        width: 50px;
        height: 50px;
    }

    .reviewer-name {
        font-size: 1.1em;
    }

    .review-content {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .review-item {
        padding: 15px;
    }

    .reviewer-info {
        flex-direction: column;
        text-align: center;
    }

    .reviewer-photo {
        margin-bottom: 10px;
    }
}

/* Services section layered parallax background (no images) */
#services.services-parallax-section {
    --svc-accent: #ff9f1a;
    --svc-accent-2: #ffbf4d;
    --svc-ink: #f8f1e7;
    --svc-muted: rgba(248, 241, 231, 0.86);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #1f1207;
}

#services .services-bg-layer {
    position: absolute;
    inset: -14%;
    pointer-events: none;
    will-change: transform, opacity;
}

#services .services-bg-glow {
    z-index: 2;
    mix-blend-mode: screen;
    opacity: 0.6;
    background:
        radial-gradient(920px 560px at 78% 18%, rgba(255, 172, 47, 0.45), transparent 62%),
        radial-gradient(820px 520px at 14% 76%, rgba(255, 126, 20, 0.28), transparent 64%);
}

#services .services-bg-grid {
    z-index: 3;
    opacity: 0.3;
    transform: scale(1.04) rotate(0.8deg);
    background-image:
        linear-gradient(rgba(255, 159, 26, 0.11) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 159, 26, 0.11) 1px, transparent 1px),
        linear-gradient(45deg, rgba(255, 159, 26, 0.04) 1px, transparent 1px);
    background-size: 56px 56px, 56px 56px, 28px 28px;
}

#services .services-content {
    position: relative;
    z-index: 10;
}

#services .service-area-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
}

/* remove image-based background so layered parallax is the only background */
#services .service-area-section {
    padding: 26px 0 20px;
    margin-bottom: 10px;
    position: sticky;
    top: 86px;
    z-index: 42;
    background: transparent !important;
    background-image: none !important;
    background-attachment: scroll !important;
}

#services .service-area-overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.64), rgba(2, 1, 0, 0.6));
}

#services .service-area-header {
    max-width: 940px;
    width: min(940px, 100%);
    margin: 0 auto;
    padding: 28px 22px;
    border: 1px solid rgba(255, 171, 58, 0.22);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(13, 10, 14, 0.7), rgba(33, 18, 10, 0.62));
    box-shadow: 0 16px 46px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 159, 26, 0.08) inset;
}

#services .service-area-header .service-area-title {
    margin: 0;
    opacity: 1;
    transform: none;
    animation: none;
    color: var(--svc-ink);
    font-size: clamp(2rem, 4.3vw, 3rem);
    letter-spacing: 1.6px;
    line-height: 1.05;
}

#services .service-area-header .service-area-subtitle {
    opacity: 1;
    transform: none;
    animation: none;
    margin-top: 14px;
    color: var(--svc-muted);
    font-size: clamp(1.02rem, 2.2vw, 1.2rem);
}

#services .row {
    margin-left: -10px;
    margin-right: -10px;
}

#services .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

#services .with_padding {
    position: relative;
    z-index: 11;
    margin-bottom: 20px;
    padding: 0;
    will-change: transform;
}

#services .with_padding .teaser {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100%;
    padding: 118px 22px 26px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: #2b2b2b;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
    overflow: hidden;
    transition: transform 0.34s ease, border-color 0.34s ease, box-shadow 0.34s ease, filter 0.34s ease;
}

#services .with_padding .teaser::before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 110px;
    height: 110px;
    background: #ff5a10;
    border-bottom-left-radius: 110px;
    z-index: 1;
    opacity: 0.98;
}

#services .with_padding .teaser::after {
    content: none;
}

#services .with_padding .teaser > * {
    position: relative;
    z-index: 2;
    width: 100%;
}

#services .with_padding i {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff !important;
    background: #ff5a10;
    box-shadow: 0 10px 22px rgba(255, 90, 16, 0.38);
    margin: 0 !important;
}

#services .with_padding .service-area-title {
    margin: 0 0 12px;
    opacity: 1;
    transform: none;
    animation: none;
    color: #f4f6fb;
    font-size: clamp(1.52rem, 2.3vw, 2rem);
    line-height: 1.2;
    letter-spacing: 0.1px;
    text-transform: none;
    font-weight: 800;
}

#services .with_padding .service-area-title a {
    color: inherit;
}

#services .with_padding .service-description {
    margin: 0 0 16px;
    width: 92%;
    color: rgba(223, 228, 238, 0.76);
    font-size: clamp(0.97rem, 1.35vw, 1.04rem);
    line-height: 1.55;
    font-weight: 400;
}

#services .with_padding .theme_button.color1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-top: auto;
    min-height: 44px;
    padding: 11px 24px;
    border-radius: 4px;
    border: 0;
    background: #ff5a10;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: none;
    box-shadow: 0 9px 18px rgba(255, 90, 16, 0.34);
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

#services .with_padding .theme_button.color1:hover,
#services .with_padding .theme_button.color1:focus {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(255, 90, 16, 0.4);
    background: #ff6f2f;
    color: #ffffff;
    filter: none;
}

#services .with_padding.is-service-active {
    z-index: 14;
}

#services .with_padding.is-service-active .teaser {
    transform: translateY(-6px) scale(1.01);
    border-color: rgba(255, 90, 16, 0.65);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.46);
    filter: none;
}

#services .services-mobile-stack {
    display: none;
    position: relative;
    margin: 12px 0 22px;
    height: clamp(420px, 72vh, 760px);
}

#services .service-stack-item {
    position: absolute;
    inset: 0;
    transform-origin: center top;
    will-change: transform, opacity;
    pointer-events: none;
}

#services .service-stack-item .teaser {
    min-height: clamp(288px, 56vh, 420px);
    background: #2b2b2b;
    border-color: rgba(255, 255, 255, 0.04);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.4);
    padding: 118px 22px 26px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: border-color 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

#services .service-stack-item .teaser::before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 110px;
    height: 110px;
    background: #ff5a10;
    border-bottom-left-radius: 110px;
    z-index: 1;
    opacity: 0.98;
}

#services .service-stack-item .teaser::after {
    content: none;
}

#services .service-stack-item .teaser > * {
    position: relative;
    z-index: 2;
    width: 100%;
}

#services .service-stack-item i {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff !important;
    background: #ff5a10;
    box-shadow: 0 10px 22px rgba(255, 90, 16, 0.38);
    margin: 0 !important;
}

#services .service-stack-item .service-area-title {
    margin: 0 0 12px;
    color: #f4f6fb;
    font-size: clamp(1.52rem, 2.3vw, 2rem);
    line-height: 1.2;
    letter-spacing: 0.1px;
    text-transform: none !important;
    font-weight: 800;
    opacity: 1;
    transform: none;
    animation: none;
}

#services .service-stack-item .service-area-title a {
    color: inherit;
}

#services .service-stack-item .service-description {
    margin: 0 0 16px;
    width: 92%;
    color: rgba(223, 228, 238, 0.76);
    font-size: clamp(0.97rem, 1.35vw, 1.04rem);
    line-height: 1.55;
    font-weight: 400;
}

#services .service-stack-item .theme_button.color1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-top: auto;
    min-height: 44px;
    padding: 11px 24px;
    border-radius: 4px;
    border: 0;
    background: #ff5a10;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: none;
    box-shadow: 0 9px 18px rgba(255, 90, 16, 0.34);
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

#services .service-stack-item .theme_button.color1:hover,
#services .service-stack-item .theme_button.color1:focus {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(255, 90, 16, 0.4);
    background: #ff6f2f;
    color: #ffffff;
    filter: none;
}

#services .service-stack-item:not(.is-active) .teaser {
    filter: saturate(0.86) brightness(0.86);
}

#services .service-stack-item.is-active .teaser {
    border-color: rgba(255, 90, 16, 0.64);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.52);
    filter: none;
}

#services .service-stack-item.is-active {
    pointer-events: auto;
}

#services.services-stack-mode .services-mobile-stack {
    display: block;
}

#services.services-stack-mode .services-grid-row {
    display: none;
}

@media (max-width: 991px) {
    #features.section_padding_top_130 > [class*="container"] {
        padding-top: 42px;
    }

    #features.section_padding_bottom_75 > [class*="container"] {
        padding-bottom: 34px;
    }

    #features.parallax {
        background-attachment: scroll;
        background-size: cover !important;
        background-position: 50% 0;
    }

    #services.section_padding_top_150 > [class*="container"] {
        padding-top: 38px;
    }

    #services .services-bg-layer {
        inset: -8% -10% -10%;
    }

    #services .service-area-section {
        top: 72px;
        z-index: 42;
        padding: 14px 0 12px;
    }

    #services .services-bg-grid {
        background-size: 44px 44px, 44px 44px, 22px 22px;
        opacity: 0.24;
    }

    #services .services-bg-glow {
        opacity: 0.52;
    }

    #services .service-area-header {
        border-radius: 18px;
        padding: 22px 15px;
    }

    #services .service-area-header .service-area-title {
        font-size: clamp(1.86rem, 8.2vw, 2.36rem);
    }

    #services .service-area-header .service-area-subtitle {
        font-size: clamp(1rem, 4.3vw, 1.16rem);
    }

    #services .with_padding {
        margin-bottom: 18px;
    }

    #services .with_padding .teaser {
        border-radius: 6px;
        padding: 106px 16px 18px;
    }

    #services .with_padding .service-area-title {
        font-size: clamp(1.42rem, 6.8vw, 1.72rem);
        letter-spacing: 0;
    }

    #services .with_padding .service-description {
        font-size: clamp(0.96rem, 4.2vw, 1.03rem);
        line-height: 1.52;
    }

    #services .with_padding .theme_button.color1 {
        width: auto;
        text-align: center;
        font-size: 0.95rem;
        letter-spacing: 0.1px;
        padding: 10px 20px;
    }

    #services.services-stack-mode .services-content {
        padding-left: 8px;
        padding-right: 8px;
    }

    #services.services-stack-mode .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    #services.services-stack-mode .row > [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }

    #services .services-mobile-stack {
        margin: 10px 0 18px;
        height: clamp(390px, 70vh, 640px);
    }

    #services .service-stack-item .teaser {
        min-height: clamp(282px, 54vh, 390px);
        padding: 100px 14px 16px;
    }

    #services .service-stack-item .service-area-title {
        font-size: clamp(1.42rem, 6.8vw, 1.72rem);
        letter-spacing: 0;
    }

    #services .service-stack-item .service-description {
        font-size: clamp(0.96rem, 4.2vw, 1.03rem);
        line-height: 1.52;
    }

    #services .service-stack-item .theme_button.color1 {
        font-size: 0.95rem;
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    #features.section_padding_top_130 > [class*="container"] {
        padding-top: 34px;
    }

    #features.section_padding_bottom_75 > [class*="container"] {
        padding-bottom: 26px;
    }

    #services.section_padding_top_150 > [class*="container"] {
        padding-top: 30px;
    }

    #services .service-area-section {
        top: 66px;
        padding: 10px 0 10px;
    }
}

/* Services cards final cleanup (applies to grid + mobile stack) */
#services :is(.with_padding .teaser, .service-stack-item .teaser) {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    min-height: 338px;
    padding: 26px 20px 22px !important;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: #2b2b2b !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34) !important;
    overflow: hidden;
}

#services :is(.with_padding .teaser, .service-stack-item .teaser)::before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 98px;
    height: 98px;
    background: #ff5a10;
    border-bottom-left-radius: 98px;
    z-index: 1;
    opacity: 1;
}

#services :is(.with_padding .teaser, .service-stack-item .teaser)::after {
    content: none;
}

#services :is(.with_padding .teaser, .service-stack-item .teaser) > :not(i) {
    position: relative;
    z-index: 2;
    width: 100%;
}

#services :is(.with_padding i, .service-stack-item i) {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 4px auto 6px !important;
    width: 72px;
    height: 72px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px !important;
    line-height: 1;
    color: #ffffff !important;
    background: #ff5a10;
    box-shadow: 0 10px 20px rgba(255, 90, 16, 0.36);
}

#services :is(.with_padding .service-area-title, .service-stack-item .service-area-title) {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #f5f7fc;
    font-size: clamp(1.9rem, 3.1vw, 2.5rem) !important;
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: 0 !important;
    text-transform: none !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

#services :is(.with_padding .service-area-title a, .service-stack-item .service-area-title a) {
    display: inline !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

#services :is(.with_padding .service-description, .service-stack-item .service-description) {
    width: min(34ch, 100%);
    margin: 0 auto !important;
    color: rgba(227, 232, 241, 0.84);
    font-size: clamp(1.22rem, 1.8vw, 1.4rem) !important;
    line-height: 1.46;
    font-weight: 500;
}

#services :is(.with_padding .theme_button.color1, .service-stack-item .theme_button.color1) {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-top: auto !important;
    min-height: 44px;
    min-width: 122px;
    padding: 10px 16px !important;
    border-radius: 6px !important;
    border: 0 !important;
    background: #ff5a10 !important;
    color: #ffffff !important;
    font-size: 0.98rem !important;
    font-weight: 700;
    letter-spacing: 0.15px !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-shadow: 0 10px 20px rgba(255, 90, 16, 0.34) !important;
}

#services :is(.with_padding .theme_button.color1, .service-stack-item .theme_button.color1):hover,
#services :is(.with_padding .theme_button.color1, .service-stack-item .theme_button.color1):focus {
    transform: translateY(-1px);
    background: #ff6b26 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(255, 90, 16, 0.42) !important;
}

@media (max-width: 991px) {
    #services :is(.with_padding .teaser, .service-stack-item .teaser) {
        min-height: 320px;
        padding: 22px 16px 18px !important;
    }

    #services :is(.with_padding i, .service-stack-item i) {
        width: 68px;
        height: 68px;
        font-size: 30px !important;
    }

    #services :is(.with_padding .service-area-title, .service-stack-item .service-area-title) {
        font-size: clamp(1.72rem, 7.6vw, 2.05rem) !important;
    }

    #services :is(.with_padding .service-description, .service-stack-item .service-description) {
        font-size: clamp(1.12rem, 4.8vw, 1.28rem) !important;
        line-height: 1.42;
    }

    #services :is(.with_padding .theme_button.color1, .service-stack-item .theme_button.color1) {
        min-width: 112px;
        padding: 9px 14px !important;
    }
}

/* Services cards hard override (compatibility-safe, no :is()) */
#services .with_padding .teaser,
#services .service-stack-item .teaser {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    min-height: 340px !important;
    padding: 22px 18px 20px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: #2b2b2b !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34) !important;
    gap: 12px !important;
}

#services .with_padding .teaser::before,
#services .service-stack-item .teaser::before {
    content: "" !important;
    position: absolute !important;
    top: -2px !important;
    right: -2px !important;
    width: 94px !important;
    height: 94px !important;
    border-bottom-left-radius: 94px !important;
    background: #ff5a10 !important;
    z-index: 1 !important;
}

#services .with_padding .teaser::after,
#services .service-stack-item .teaser::after {
    content: none !important;
}

#services .with_padding .teaser > i,
#services .service-stack-item .teaser > i {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    height: 68px !important;
    border-radius: 4px !important;
    margin: 2px auto 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ff5a10 !important;
    color: #fff !important;
    font-size: 32px !important;
    line-height: 1 !important;
    box-shadow: 0 10px 20px rgba(255, 90, 16, 0.36) !important;
    z-index: 2 !important;
}

#services .with_padding .teaser > .service-card-title,
#services .service-stack-item .teaser > .service-card-title,
#services .with_padding .teaser > .service-area-title,
#services .service-stack-item .teaser > .service-area-title {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #f5f7fc !important;
    font-size: 34px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-weight: 800 !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    z-index: 2 !important;
}

#services .with_padding .teaser > .service-card-title a,
#services .service-stack-item .teaser > .service-card-title a,
#services .with_padding .teaser > .service-area-title a,
#services .service-stack-item .teaser > .service-area-title a {
    color: inherit !important;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

#services .with_padding .teaser > .service-card-description,
#services .service-stack-item .teaser > .service-card-description,
#services .with_padding .teaser > .service-description,
#services .service-stack-item .teaser > .service-description {
    margin: 0 auto !important;
    width: min(34ch, 100%) !important;
    color: rgba(227, 232, 241, 0.86) !important;
    font-size: 22px !important;
    line-height: 1.42 !important;
    font-weight: 500 !important;
    z-index: 2 !important;
}

#services .with_padding .teaser > .service-card-btn,
#services .service-stack-item .teaser > .service-card-btn,
#services .with_padding .teaser > .theme_button.color1,
#services .service-stack-item .teaser > .theme_button.color1 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    width: auto !important;
    min-width: 176px !important;
    max-width: fit-content !important;
    margin-top: auto !important;
    padding: 12px 22px !important;
    min-height: 52px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #ff5a10 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-shadow: 0 10px 20px rgba(255, 90, 16, 0.34) !important;
    z-index: 2 !important;
}

#services .with_padding .teaser > .service-card-btn:hover,
#services .with_padding .teaser > .service-card-btn:focus,
#services .service-stack-item .teaser > .service-card-btn:hover,
#services .service-stack-item .teaser > .service-card-btn:focus,
#services .with_padding .teaser > .theme_button.color1:hover,
#services .with_padding .teaser > .theme_button.color1:focus,
#services .service-stack-item .teaser > .theme_button.color1:hover,
#services .service-stack-item .teaser > .theme_button.color1:focus {
    background: #ff6f2f !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
}

@media (max-width: 991px) {
    #services .with_padding .teaser,
    #services .service-stack-item .teaser {
        min-height: 312px !important;
    }

    #services .with_padding .teaser > .service-card-title,
    #services .service-stack-item .teaser > .service-card-title,
    #services .with_padding .teaser > .service-area-title,
    #services .service-stack-item .teaser > .service-area-title {
        font-size: 44px !important;
    }

    #services .with_padding .teaser > .service-card-description,
    #services .service-stack-item .teaser > .service-card-description,
    #services .with_padding .teaser > .service-description,
    #services .service-stack-item .teaser > .service-description {
        font-size: 28px !important;
        line-height: 1.35 !important;
    }

    #services .with_padding .teaser > .service-card-btn,
    #services .service-stack-item .teaser > .service-card-btn,
    #services .with_padding .teaser > .theme_button.color1,
    #services .service-stack-item .teaser > .theme_button.color1 {
        min-width: 164px !important;
        min-height: 50px !important;
        padding: 11px 18px !important;
        font-size: 17px !important;
    }
}
