/* Why D-Bot Section Styles - Complete Rewrite */

.why-dbot-section {
    background: linear-gradient(135deg, #1a2847 0%, #0f1b2e 50%, #1a2847 100%);
    padding: 100px 0 120px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.why-dbot-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 40, 71, 0.9);
    z-index: 1;
}

.why-dbot-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;

}

.whyDbot-h1 {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 80px;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-align: center;
    width: 100%;

}

/* Content wrapper to create left-aligned layout with large margins */
.why-dbot-content-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 0 200px; /* Large left and right margins for content */
}

.why-dbot-left-content {
    width: 100%;
    max-width: 800px;
}

.why-dbot-subtitle {
    margin-bottom: 60px;
    margin-left: 20vw;
    margin-right: 20vw;
}

.why-dbot-subtitle h2 {
    font-size: clamp(2.2rem, 4.5vw, 3.5rem);
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-align: left;


}

.margin-left-3vw {
    margin-left: 30vw !important;
}

.subtitle-underline {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #00aaff 0%, #b9eb5f 100%);
    border-radius: 2px;
    margin: 0;
}

.why-dbot-content {
    text-align: left;
}

.content-paragraph {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: left;
}

.content-paragraph:last-child {
    margin-bottom: 0;
}

.highlight-green {
    color: #b9eb5f;
    font-weight: 600;
    background: linear-gradient(135deg, #b9eb5f 0%, #a8d954 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Responsive adjustments */
@media (max-width: 1400px) {
    .why-dbot-content-wrapper {
        padding: 0 150px; /* Reduce margins on smaller screens */
    }
}

@media (max-width: 1200px) {
    .why-dbot-container {
        padding: 0 40px;
    }

    .why-dbot-content-wrapper {
        padding: 0 100px; /* Further reduce margins */
    }
}

@media (max-width: 768px) {
    .why-dbot-section {
        padding: 60px 0 80px 0;
    }

    .why-dbot-container {
        padding: 0 30px;
    }

    .why-dbot-content-wrapper {
        padding: 0 20px; /* Minimal margins on mobile */
    }

    .whyDbot-h1 {
        margin-bottom: 50px;
    }

    .why-dbot-subtitle {
        margin-bottom: 40px;

    }

    .content-paragraph {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 25px;
    }
}

/* Animation for the Why D-Bot section */
.why-dbot-container[data-aos="fade-up"] {
    transition-duration: 0.8s;
}
