/***************************************************what-is-software-development******************************************************/
.banner-section-blog_detail {
    padding-block: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../assets/images/blog/blog_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    height: 400px;
}

.banner-section-about-con h1 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 77.44px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.access_to_detali {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 20px;
    margin-top: 40px;
}

.innovation_box {
    width: 60%;
}

.newsletter_box {
    width: 40%;
}

.blog_page_sub_text {
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    font-family: 'Rajdhani', sans-serif;
    margin-top: 13px;
    color: #5B4492;
}

.newsletter_background {
    background: linear-gradient(180deg, #63388B 0%, #3A73AC 100%);
    padding: 40px;
    border-radius: 10px;
}

.blog_detail_img {
    border-radius: 10px;
    width: -webkit-fill-available;
}

.news_title {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    font-family: 'Rubik', sans-serif;
    color: white;
    padding-bottom: 15px;
}

.newsletter_text {
    font-size: 22px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 32px;
    color: white;
    padding-bottom: 22px;
}

.news_input {
    padding: 16px 18px;
    border-radius: 5px;
    outline: 0;
    border: 0;
    width: 100%;
    margin-bottom: 11px;
    font-size: 22px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 44px;
    color: #666666;
}

.news_input::placeholder {
    font-size: 22px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 44px;
    color: #666666;
    padding: 0 0px;
}

.mail_send_btn>button {
    border: 2px solid white;
    border-radius: 10px;
    background-color: transparent;
    color: white;
    padding: 6px;
    width: 100%;
    margin-top: 7px;
    font-size: 19px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.access_blog {
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 20px 0;
}

.access_flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.access_icon_text {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #3F3F3F;
}

.access_text {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #3F3F3F;
}

.types_of_software{
  margin-left: 20px !important;
}

.number_list {
    list-style-type: decimal !important;
}

.roman_list {
    list-style-type: lower-roman !important;
}

.cricle_list {
    list-style-type: circle;
    margin: 0 0 0 30px !important;
}

.cricle_list li {
    list-style-type: circle !important;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #3F3F3F;
}

.blog_architecture_strong_text {
    font-size: 19px;
    font-weight: 700;
    padding-top: 20px;
}

.pt-2 {
    padding-top: 15px;
}

.pt-3{
    padding-top: 30px !important;
}

.benefits_li {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 32px;
    /* font-weight: 600; */
    color: #3F3F3F;
    list-style-type: disc;
}

.benefits_p {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #3F3F3F;
    padding: 7px 0 17px 5px;
}

.benefits {
    margin-top: 45px;
}

.benefits_title {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #3F3F3F;
    position: relative;
    width: fit-content;
}

.benefits_title:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #3F3F3F;
    min-width: 100%;
    height: 1px;
}

.benefits_ul {
    list-style-type: disc;
    padding: 10px 0 0 18px;
}

.blog-article {
    font-family: 'Rubik', sans-serif;
    color: #3F3F3F;
    padding: 30px 0px;
}

.access_text span{
    display: block;
}

.dev-lifecycle-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.dev-lifecycle-table th {
    background-color: #5F3E8E;
    color: white;
    font-weight: bold;
    padding: 15px;
    text-align: left;
    font-size: 18px;
    border: none;
}

.dev-lifecycle-table td {
    font-weight: 400;
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    line-height: 1.4;
}

.dev-lifecycle-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.dev-lifecycle-table tbody tr:last-child td {
    border-bottom: none;
}

.dev-lifecycle-table td strong {
    color: #3F3F3F;
    font-weight: 700;
}

@media screen and (max-width: 600px) {

    .dev-lifecycle-table,
    .dev-lifecycle-table tbody,
    .dev-lifecycle-table tr,
    .dev-lifecycle-table td {
        display: block;
        box-shadow: none;
    }

    .dev-lifecycle-table thead {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .dev-lifecycle-table tr {
        border-radius: 8px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        box-shadow: none;
    }

    .dev-lifecycle-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }

    .dev-lifecycle-table td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        color: #5d569d;
        padding-top: 15px;
        content: attr(data-label);
    }

    .dev-lifecycle-table td:first-child {
        background: #e6e4f3;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        text-align: left;
        padding-left: 15px;
        font-size: 1.1em;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dev-lifecycle-table td:first-child:before {
        content: none !important;
    }

    .dev-lifecycle-table tbody tr:nth-child(even) {
        background-color: transparent;
    }
}

@media only screen and (max-width: 480px) {
.dev-lifecycle-table td {
        padding-left: 55%;
        text-wrap: wrap;
    }
}

.benefits_title {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #3F3F3F;
    position: relative;
    width: fit-content;
}

.benefits_title:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #3F3F3F;
    min-width: 100%;
    height: 1px;
}

.benefits_ul {
    list-style-type: disc;
    padding: 10px 0 0 18px;
}

.blog_architecture_text {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    padding-top: 15px;
}

.benefits_number_text {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #3F3F3F;
    padding-top: 10px;
}

.number_list {
    font-weight: 600;
    list-style-type: decimal !important;
}

.roman_list {
    list-style-type: lower-roman !important;
}

.cricle_list {
    list-style-type: circle;
    margin: 0 0 0 30px !important;
}

.cricle_list li {
    list-style-type: circle !important;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #3F3F3F;
}

.blog_architecture_strong_text {
    font-size: 19px;
    font-weight: 700;
    padding-top: 20px;
}

.pt-2 {
    padding-top: 15px;
}

.benefits_li {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 32px;
    /* font-weight: 600; */
    color: #3F3F3F;
    list-style-type: disc;
}


.number_list li {
    list-style: decimal !important;
    font-family: 'Rubik', sans-serif;
        font-size: 18px;
        line-height: 32px;
        font-weight: 600;
        color: #337ab7;
}

.type_list {
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    color: #337ab7;
}

.benefits_p {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #3F3F3F;
    padding: 7px 0 17px 5px;
}

.approach-simple {
    font-family: 'Rubik', sans-serif;
    color: #3F3F3F;
}

.approach-item {
    margin-top: 18px;
}

.approach-item strong {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        color: #3F3F3F;
    display: block;
    margin-bottom: 6px;
}

.approach-item ul {
    margin: 0;
    padding-left: 20px;
}

.approach-item ul li {
    font-weight: 400;
    color: #3F3F3F;
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 1.4;
}

.approach-note {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #3F3F3F;
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.5;
}

/* 📱 Mobile: Only show 2 lines of bullet text */
@media (max-width: 600px) {
    .approach-item ul li {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.leave_reply {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    color: #494949;
}

.leave_p {
    font-size: 21px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: #494949;
    margin: 10px 0 30px 0;
}

.input_leave {
    width: 100%;
    margin: 0 0 20px 0;
    outline: 0;
    border: 0;
    background-color: #F2F2F2;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 20px;
    color: #494949;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    line-height: 27px;
}

.input_leave::placeholder {
    font-size: 20px;
    color: #494949;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    line-height: 27px;
}



@media (max-width:992px) {
    .access_to_detali {
        flex-direction: column-reverse;
    }

    .newsletter_box,
    .innovation_box {
        width: 100%;
    }

    .leave_reply {
        font-size: 35px;
    }

    .leave_p {
        font-size: 17px;
        margin: 8px 0 20px 0;
    }
}

@media (max-width:480px) {
    .newsletter_background {
        padding: 25px;
    }

    .news_title {
        font-size: 30px;
        line-height: 32px;
        padding-bottom: 9px;
    }

    .newsletter_text {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 18px;
    }

    .news_input {
        padding: 11px 13px;
        margin-bottom: 11px;
        line-height: 25px;
        font-size: 17px;
    }

    .news_input::placeholder {
        font-size: 17px;
        line-height: 25px;
    }

    .access_blog {
        gap: 30px;
        padding: 20px 0;
    }

    .access_icon_text {
        font-size: 17px;
    }

    .blog_page_sub_text {
        font-size: 28px;
        line-height: 34px;
    }

    .access_text,
    .benefits_p {
        font-size: 16px;
        line-height: 28px;
    }

    .benefits {
        margin-top: 30px;
    }

    .input_leave {
        padding: 15px 20px;
        font-size: 18px;
        line-height: 23px;
    }

    .input_leave::placeholder {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (max-width:375px) {
    .access_blog {
        gap: 15px;
        padding: 20px 0;
    }

    .access_icon_text {
        font-size: 15px;
    }

    .access_images {
        width: 16px;
    }

    .benefits_title {
        /* width: 100%; */
        /* width: max-content; */
    }
}