
/* Breadcrumb Section Styles ==========================================================================================================*/
.breadcrumb-section {
    position: relative;
    background-image: url('https://www.buzzybrains.com/blog/wp-content/uploads/2023/08/offshore-software-development-benefits-challenges-banner-2.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

/* Overlay */
.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 1;
}

/* Content */
.breadcrumb-content {
    position: relative;
    z-index: 2;
    padding: 1rem;
}

    .breadcrumb-content h1 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

.breadcrumb-nav {
    font-size: 0.95rem;
}

    .breadcrumb-nav a {
        color: #fff;
        text-decoration: none;
        margin: 0 5px;
    }

    .breadcrumb-nav span {
        margin: 0 5px;
    }

/* Breadcrum Responsive Styles */
@media (min-width: 576px) {
    .breadcrumb-section {
        height: 150px;
    }

    .breadcrumb-content h1 {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .breadcrumb-section {
        height: 200px;
    }

    .breadcrumb-content h1 {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .breadcrumb-section {
        height: 300px;
    }
}

@media (min-width: 1200px) {
    .breadcrumb-content h1 {
        font-size: 3.5rem;
    }
}

/* Offshore Development Section */
.offshore-development {
    padding: 60px 90px;
    background-color: #f9f9f9;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

    .offshore-development .container {
        max-width: 1000px;
        margin: 0 auto;
    }

    .offshore-development h2 {
        font-size: 2.2rem;
        margin-bottom: 30px;
        color: #36949e;
        text-align: center;
    }

    .offshore-development h3 {
        font-size: 1.5rem;
        margin-top: 30px;
        margin-bottom: 15px;
        color: #36949e;
    }

    .offshore-development p {
        text-align: justify;
        font-size: 1.1rem;
        margin-bottom: 20px;
        line-height: 1.7;
    }

    .offshore-development ol {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .offshore-development li {
        font-size: 1.05rem;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .offshore-development strong {
        color: #223044;
    }

/* Responsive */
@media (max-width: 768px) {
    .offshore-development {
        padding: 40px 20px;
    }

        .offshore-development h2 {
            font-size: 1.8rem;
        }

        .offshore-development h3 {
            font-size: 1.3rem;
        }

        .offshore-development p,
        .offshore-development li {
            font-size: 1rem;
        }
}
