/* Web & Mobile App Hero Section Overlay Styles */

@keyframes bgDrift {
    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(50px, 30px) scale(1.1);
    }

    100% {
        transform: translate(-20px, 60px) scale(1);
    }
}

.wm-hero-section {
    position: relative;
    width: 100%;
    background-color: transparent;
    overflow: visible;
}

.wm-hero-container {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background Gradients Specific to Web & Mobile Page */
.wm-hero-bg-1 {
    position: absolute;
    width: 1800px;
    height: 1000px;
    left: calc(50% - 1800px/2);
    top: -100px;
    background: linear-gradient(108.44deg, #EDE7FF 18.86%, rgba(255, 244, 235, 0) 93.35%, rgba(237, 231, 255, 0) 93.35%);
    filter: blur(300px);
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
    animation: bgDrift 20s infinite alternate ease-in-out;
}

.wm-hero-bg-2 {
    position: absolute;
    width: 336px;
    height: 314px;
    right: -100px;
    bottom: -50px;
    background: rgba(176, 152, 242, 0.4);
    filter: blur(150px);
    border-radius: 1000px;
    z-index: 1;
    pointer-events: none;
    animation: bgDrift 15s infinite alternate-reverse ease-in-out;
}

.wm-team-hero-bg {
    position: absolute;
    width: 1800px;
    height: 1000px;
    left: calc(50% - 1800px/2);
    top: -100px;
    background: linear-gradient(108.44deg, #FEDFC3 18.86%, rgba(254, 223, 195, 0) 93.35%);
    filter: blur(300px);
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
    animation: bgDrift 25s infinite alternate ease-in-out;
}

/* Typography Overrides */
.wm-hero-title {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding-bottom: 0.15em;
    /* Prevent gradient text clipping on some browsers */

    background: linear-gradient(90deg, #202333 0%, #B098F2 90.87%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wm-hero-description {
    width: 100%;
    max-width: 946px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #202333;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Responsive Adjustments for Hero Typography */
@media (max-width: 1024px) {
    .wm-hero-title {
        font-size: 42px;
        line-height: 1.2;
    }
}

@media (max-width: 768px) {
    .wm-hero-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .wm-hero-description {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .wm-hero-title {
        font-size: 28px;
    }
}

/* Advantage Section Overrides for Web & Mobile */

.wm-advantage-section {
    position: relative;
    background-color: transparent;
    overflow: visible;
}

.wm-advantage-bg {
    position: absolute;
    width: 1800px;
    height: 1000px;
    left: calc(50% - 1800px/2);
    top: -100px;
    background: linear-gradient(108.44deg, rgba(204, 225, 255, 0.6) 18.86%, rgba(204, 225, 255, 0) 93.35%);
    filter: blur(300px);
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
    animation: bgDrift 20s infinite alternate-reverse ease-in-out;
}

.wm-advantage-overlay-circle {
    position: absolute;
    width: 231px;
    height: 248px;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(204, 225, 255, 0.4);
    filter: blur(150px);
    border-radius: 124px;
    z-index: 1;
    pointer-events: none;
    animation: bgDrift 15s infinite alternate ease-in-out;
}

.wm-advantage-title {
    background: linear-gradient(90deg, #202333 0%, #3A89F8 90.87%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

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

/* Light blue filter for advantage card icons to match the design */
.wm-advantage-section .advantage-card .card-icon img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(80%) saturate(3015%) hue-rotate(192deg) brightness(103%) contrast(96%) opacity(1);
}

/* Services Overview Section Overrides for Web & Mobile */

.wm-services-section {
    position: relative;
    background-color: transparent;
    overflow: visible;
}

.wm-services-bg {
    position: absolute;
    width: 1800px;
    height: 1000px;
    left: calc(50% - 1800px/2);
    top: -100px;
    background: linear-gradient(108.44deg, #E5FCF6 18.86%, rgba(229, 252, 246, 0) 93.35%);
    filter: blur(300px);
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
    animation: bgDrift 22s infinite alternate ease-in-out;
}

.wm-services-overlay-circle {
    position: absolute;
    width: 241px;
    height: 248px;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(229, 252, 246, 0.4);
    filter: blur(150px);
    border-radius: 124px;
    z-index: 1;
    pointer-events: none;
    animation: bgDrift 18s infinite alternate-reverse ease-in-out;
}

.wm-services-title {
    background: linear-gradient(90deg, #202333 0%, #34C9A0 90.87%), #202333;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.services-overview-container {
    position: relative;
    z-index: 2;
}

.wm-services-section .services-overview-grid {
    gap: 25px;
}

.wm-services-section .wm-service-card {
    background: linear-gradient(180deg, rgba(52, 201, 160, 0.08) 0%, rgba(52, 201, 160, 0) 100%), #FFFFFF;
}

/* Green filter for all service card icons to match the design */
.wm-services-section .service-icon img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(74%) saturate(461%) hue-rotate(115deg) brightness(97%) contrast(88%);
    opacity: 1;
}

/* Ensure the last card icon (security) uses the same green tint */
.wm-services-section .services-overview-grid .wm-service-card:last-child .service-icon img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(74%) saturate(461%) hue-rotate(115deg) brightness(97%) contrast(88%);
}

/* Benefits Section Overrides for Web & Mobile */
.wm-benefits-section {
    position: relative;
    width: 100%;
    height: 300vh;
    background-color: transparent;
    scroll-snap-align: start;
    margin: 0;
}

.benefits-sticky-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    padding-top: var(--header-height);
}

.wm-benefits-bg {
    position: absolute;
    width: 1800px;
    height: 1000px;
    left: calc(50% - 1800px/2);
    top: -100px;
    background: linear-gradient(108.44deg, rgba(237, 231, 255, 0.6) 18.86%, rgba(255, 244, 235, 0) 93.35%);
    filter: blur(300px);
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
    animation: bgDrift 28s infinite alternate-reverse ease-in-out;
}

.wm-benefits-title {
    background: linear-gradient(90deg, #202333 0%, #B098F2 90.87%), #202333;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
}

.benefits-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    gap: 80px;
    padding: 0 24px;
}

.benefit-card.wm-benefit-blue {
    background: linear-gradient(180deg, rgba(58, 137, 248, 0.15) 0%, rgba(58, 137, 248, 0) 100%), #FFFFFF;
    border: 1px solid #C4DDFF;
}

.benefit-card.wm-benefit-orange {
    background: linear-gradient(180deg, rgba(250, 139, 38, 0.15) 0%, rgba(250, 139, 38, 0) 100%), #FFFFFF;
    border: 1px solid #FFD0A8;
}

.benefit-card.wm-benefit-green {
    background: linear-gradient(180deg, rgba(52, 201, 160, 0.15) 0%, rgba(52, 201, 160, 0) 100%), #FFFFFF;
    border: 1px solid #AAECD7;
}

.benefit-card.wm-benefit-purple {
    background: linear-gradient(180deg, rgba(176, 152, 242, 0.15) 0%, rgba(176, 152, 242, 0) 100%), #FFFFFF;
    border: 1px solid #E1D0FF;
}

.wm-benefits-section .benefit-card .benefit-short-desc {
    font-weight: 500;
    opacity: 0.7;
}

@media (max-width: 1024px) {
    .wm-benefits-section {
        height: auto;
    }

    .benefits-sticky-wrapper {
        position: static;
        height: auto;
        padding-top: 0;
    }

    .benefits-container {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
}

/* Why Choose Us Section Overrides for Web & Mobile */

.wm-choose-us-section {
    position: relative;
    background-color: transparent;
    overflow: visible;
}

.wm-choose-us-bg {
    position: absolute;
    width: 1800px;
    height: 1000px;
    left: calc(50% - 1800px/2);
    top: -100px;
    background: linear-gradient(108.69deg, #FEDFC3 19.06%, rgba(254, 223, 195, 0) 94.33%);
    filter: blur(300px);
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
    animation: bgDrift 20s infinite alternate ease-in-out;
}

.wm-choose-us-overlay-circle {
    position: absolute;
    width: 282px;
    height: 268px;
    right: -50px;
    bottom: 20%;
    transform: translateY(20%);
    background: rgba(254, 223, 195, 0.4);
    filter: blur(150px);
    border-radius: 1000px;
    z-index: 1;
    pointer-events: none;
    animation: bgDrift 16s infinite alternate-reverse ease-in-out;
}

.wm-choose-us-title {
    background: linear-gradient(90deg, #202333 0%, #FA8B26 90.87%), #202333;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.choose-us-container {
    position: relative;
    z-index: 2;
}

.footer {
    background-color: transparent !important;
}