.Azure_main-hero-section {

    padding: 130px 20px;
    color: var(--text-color);
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);

}
.cloud_solution_points {
    list-style-type: none;
}
.azure_b_header {
    background-color: #0078d4;
    color: white;
    padding: 50px 20px;
    text-align: center;
}

.azure_b_header h1 {
    margin-bottom: 10px;
}

.azure_b_section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

.azure_b_section h2 {
    color: #0078d4;
    text-align: center;
    margin-bottom: 30px;
}

.azure_b_service_item {
    margin-bottom: 30px;
}

.azure_b_service_item h3 {
    margin-bottom: 8px;
    color: #005a9e;
}

.azure_b_cta {
    background-color: #e3a127;
    --nav-color: rgba(255, 255, 255, .8);
    text-align: center;
    padding: 40px 20px;
}

.azure_b_cta a {
    display: inline-block;
    background-color: white;
    color: #e3a127;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 10px;
    font-weight: bold;
}

@media (max-width: 600px) {

    .azure_b_header,
    .azure_b_cta {
        padding: 30px 10px;
    }
}


/* AWS style start Here  */

.aws_b_section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

.aws_b_section h2 {
    color: #ff9900;
    text-align: center;
}

.aws_b_service_item {
    margin-bottom: 30px;
}

.aws_b_service_item h3 {
    margin-bottom: 8px;
    color: #d35400;
}

.aws_b_cta {
    background-color: #ff9900;
    color: white;
    text-align: center;
    padding: 40px 20px;
}

.aws_b_cta a {
    display: inline-block;
    background-color: white;
    color: #ff9900;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 10px;
    font-weight: bold;
}


/* Word press style start Here   */
.wp_b_header {
    background-color: #21759b;
    color: white;
    padding: 50px 20px;
    text-align: center;
}

.wp_b_header h1 {
    margin-bottom: 10px;
}

.wp_b_section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

.wp_b_section h2 {
    color: #21759b;
    text-align: center;
    margin-bottom: 30px;
}

.wp_b_service_item {
    margin-bottom: 30px;
}

.wp_b_service_item h3 {
    margin-bottom: 8px;
    color: #1e4e6c;
}

.wp_b_cta {
    background-color: #21759b;
    color: white;
    text-align: center;
    padding: 40px 20px;
}

.wp_b_cta a {
    display: inline-block;
    background-color: white;
    color: #21759b;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 10px;
    font-weight: bold;
}

@media (max-width: 600px) {

    .wp_b_header,
    .wp_b_cta {
        padding: 30px 10px;
    }
}

/* Word press style End Here   */


/* Dedicated linux style start here  */
.linux_b_header {
    background-color: #2d2d2d;
    color: white;
    padding: 50px 20px;
    text-align: center;
}

.linux_b_header h1 {
    margin-bottom: 10px;
}

.linux_b_section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

.linux_b_section h2 {
    color: #0a9a9f;
    text-align: center;
    margin-bottom: 30px;
}

.linux_b_service_item {
    margin-bottom: 30px;
}

.linux_b_service_item h3 {
    margin-bottom: 8px;
    color: #0c6164;
}

.linux_b_cta {
    background-color: #2d2d2d;
    color: white;
    text-align: center;
    padding: 40px 20px;
}

.linux_b_cta a {
    display: inline-block;
    background-color: white;
    color: #2d2d2d;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 10px;
    font-weight: bold;
}

@media (max-width: 600px) {

    .linux_b_header,
    .linux_b_cta {
        padding: 30px 10px;
    }
}

/* Dedicated linux style End  here  */


/* Business Email style startn Here  */
.email_b_header {
    background-color: #003366;
    color: white;
    padding: 50px 20px;
    text-align: center;
}

.email_b_header h1 {
    margin-bottom: 10px;
}

.email_b_section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

.email_b_section h2 {
    color: #003366;
    margin-bottom: 30px;
    text-align: center;
}

.email_b_service_item {
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.email_b_service_item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
   
}

.email_b_service_content {
    flex: 1;
}

.email_b_service_item h3 {
    margin-bottom: 10px;
    color: #004080;
}

.email_b_cta {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 40px 20px;
}

.email_b_cta a {
    display: inline-block;
    background-color: white;
    color: #003366;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 10px;
    font-weight: bold;
}

@media (max-width: 600px) {
    .email_b_service_item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .email_b_service_item img {
        margin-bottom: 15px;
    }
}

/* Business Email style startn Here  */