#azure-page .azure-gradient {
    background: linear-gradient(144deg, #0a90f7 0%, #0063B1 100%);
}

#azure-page .azure-primary-btn {
    background-color: #0078D4;
    border-color: #0078D4;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

#azure-page .azure-primary-btn:hover {
    background-color: #0063B1;
    border-color: #0063B1;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

#azure-page .azure-outline-btn {
    border: 2px solid #0078D4;
    color: #0078D4;
    font-weight: 600;
    transition: all 0.3s ease;
}

#azure-page .azure-outline-btn:hover {
    background-color: #0078D4;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

#azure-page .service-card {
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #007bff30;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#azure-page .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

#azure-page .service-icon {
    font-size: 2.5rem;
    color: #0078D4;
    margin-bottom: 1rem;
}

#azure-page .faq-card {
    border: none;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    overflow: hidden;
}

#azure-page .faq-header {
    background-color: #fff;
    border: none;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

#azure-page .faq-header:hover {
    background-color: #f8f9fa;
}

#azure-page .faq-header h6 {
    color: #333;
    font-weight: 600;
}

#azure-page .blog-card {
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#azure-page .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

#azure-page .blog-img {
    height: 200px;
    object-fit: cover;
}

#azure-page .category-badge {
    top: 15px;
    right: 15px;
    z-index: 10;
}

#azure-page .section-heading h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}

#azure-page .section-heading h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background-color: #0078D4;
}

#azure-page .text-center .section-heading h2:after {
    left: 50%;
    transform: translateX(-50%);
}

#azure-page .related-solution {
    padding: 1.5rem;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

#azure-page .related-solution:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

#azure-page .related-solution-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 120, 212, 0.1);
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

#azure-page .related-solution-icon i {
    font-size: 1.75rem;
    color: #0078D4;
}
