.gh-wrapper-d6b87be7 {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 60px 20px;
    box-sizing: border-box;
}

.gh-container-d6b87be7 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    /* Default left alignment, controllable via Elementor settings */
    justify-content: flex-start;
}

.gh-container-d6b87be7[style*="justify-content: center"] {
    justify-content: center;
    text-align: center;
}

.gh-container-d6b87be7[style*="justify-content: right"] {
    justify-content: flex-end;
    text-align: right;
}

.gh-text-block-d6b87be7 {
    max-width: 550px;
    padding: 40px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.1);
    background-color: rgba(15, 23, 42, 0.85); /* fallback default */
}

.gh-title-d6b87be7 {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    font-family: inherit;
}

.gh-desc-d6b87be7 {
    color: #cbd5e1;
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.gh-btn-d6b87be7 {
    display: inline-block;
    background-color: #3b82f6;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gh-btn-d6b87be7:hover {
    background-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.4);
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .gh-wrapper-d6b87be7 {
        min-height: 500px;
        padding: 40px 15px;
    }
    
    .gh-text-block-d6b87be7 {
        padding: 30px 20px;
        width: 100%;
    }
    
    .gh-title-d6b87be7 {
        font-size: 2.2rem;
    }
}