/* Header Text Styles */
.header-text {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}

.header-text h2 {
/* font-size: 48px; */
    /* font-weight: 600; */
color: #000000;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}

/* Footer Text Styles */
.footer-text {
    width: 100%;
    text-align: center;
margin-top: 0px;
    padding-top: 34px;
}

.footer-text p {
    font-size: 24px;
    font-weight: 600;
    color: #F42D30;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}

/* Help Section Styles */
.help-section {
    padding: 10rem 0;
}

/* Help List Styles - How we help section */
.help-list {
    margin-top: 51px;
}

.help-list ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.help-list li {
    width: calc((100% / 4) - 20px);
    margin: 0 10px 0 10px;
}

.help-list li:first-child {
    margin-left: 0;
}

.help-list li:last-child {
    margin-right: 0;
}

.help-list .help1 {
    background: #fff;
    box-shadow: 0 3px 40px rgba(114,114,114,0.2);
    border-bottom: 3px solid #F42D30;
    height: 570px;
    display: flex;
    flex-direction: column;
}

.help-list .help1 .help-head {
    background: #F42D30;
    padding: 25px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.help-list .help1 .help-head .help-icon {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}

.help-list .help1 .help-head .help-icon {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.help-list .help1 .help-head .help-icon img {
    max-width: 60px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    opacity: 1 !important;
}

.help-list .help1 .help-head h3 {
    font-size: 23px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
    width: 100%;
}

.help-list .help1 .help-para {
    padding: 25px 25px 45px;
    flex: 1;
}

.help-list .help1 .help-para p {
    font-size: 15px;
    line-height: 25px;
    color: #3B3B3B;
    margin-bottom: 20px;
}

.help-list .help1 .help-para p:last-child {
    margin-bottom: 0;
}

.help-list .help1.red-bg2 {
    border-bottom: 3px solid #EB171B;
}

.help-list .help1.red-bg2 .help-head {
    background-color: #EB171B;
}

.help-list .help1.red-bg3 {
    border-bottom: 3px solid #DD0707;
}

.help-list .help1.red-bg3 .help-head {
    background-color: #DD0707;
}

.help-list .help1.red-bg4 {
    border-bottom: 3px solid #CB0101;
}

.help-list .help1.red-bg4 .help-head {
    background-color: #CB0101;
}

/* Advantages Section - box1 styles */
.advantages-sec {
    background-color: #F8F8F8;
    padding: 68px 0;
}

.advantages-sec .help-list {
    margin-top: 34px;
}

.advantages-sec .help-list li {
    width: calc((100% / 5) - 16px);
    margin: 0 8px;
}

.advantages-sec .box1 {
    background: #fff;
    box-shadow: 0 3px 20px rgba(114,114,114,0.1);
    padding: 30px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantages-sec .box1:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 30px rgba(114,114,114,0.2);
}

.advantages-sec .box1 .box-icon {
    text-align: center;
    margin-bottom: 20px;
}

.advantages-sec .box1 .box-icon img {
    max-width: 80px;
    height: auto;
}

.advantages-sec .box1 .box-head {
    margin-bottom: 20px;
}

.advantages-sec .box1 .box-head h3 {
    font-size: 20px;
    font-weight: 600;
    color: #3B3B3B;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
}

.advantages-sec .box1 .box-list {
    flex: 1;
}

.advantages-sec .box1 .box-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advantages-sec .box1 .box-list ul li {
    width: 100%;
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    padding-left: 20px;
    position: relative;
}

.advantages-sec .box1 .box-list ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #F42D30;
    font-weight: bold;
    font-size: 20px;
}

.advantages-sec .box1 .box-list ul li:last-child {
    margin-bottom: 0;
}

/* Success Stories Section - block1 styles */
.success-stories-sec {
   background-color: white;
    padding: 10rem 0;
    position: relative;
    overflow: hidden;
}

.success-stories-sec .container-fluid {
    max-width: 100%;
    padding: 0 15px;
}

.success-stories-sec .row {
    margin: 0;
}

.success-stories-sec .block1 {
    width: 100%;
    height: 100%;
    padding: 40px 40px 40px 40px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.success-stories-sec .block1.bg-gray {
    background-color: #F4F4F4;
}

.success-stories-sec .block1.top-space {
    padding-top: 40px !important;
}

.success-stories-sec .block1.pt-xs-0 {
    padding-top: 40px;
}

.success-stories-sec .block1.no-border {
    border: none;
}

.success-stories-sec .col-xl-6.pr-0 .block1 {
    border: none;
    padding-right: 40px;
}

.success-stories-sec .col-xl-6.pl-0 .block1 {
    border: none;
    padding-left: 40px;
}

.success-stories-sec .block1 h2 {
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
    padding-bottom: 0;
    border-bottom: none;
}

.success-stories-sec .block1 ul {
    display: flex;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: row;
}

.success-stories-sec .block1 ul li {
    width: 33.3333333333%;
    margin: 0 8px;
}

.success-stories-sec .block1 ul li:first-child {
    margin-left: 0;
}

.success-stories-sec .block1 ul li:last-child {
    margin-right: 0;
}

.success-stories-sec .block1 .list1 {
      background-color: #F4F4F4;
    padding: 20px;
    height: 165px;
    display: flex;
    flex-direction: column;
justify-content: center;
}

.success-stories-sec .block1 .list1 h3 {
    font-size: 40px;
    line-height: 1;
    color: #E9282B;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 500
}

.success-stories-sec .block1 .list1 h4 {
    font-size: 20px;
    color: #3B3B3B;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: none;
    letter-spacing: 0;
}

.success-stories-sec .block1 .list1 p {
    font-size: 19px;
    color: #3B3B3B;
    margin-bottom: 0;
    line-height: 23px;
    font-family: "Poppins", sans-serif;
}

.success-stories-sec .area1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

.success-stories-sec .area2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

.success-stories-sec .area3 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.success-stories-sec .area4 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

/* Responsive Styles */
@media (max-width: 1920px) {
    .help-list .help1 {
        height: 550px;
    }
    
    .help-list .help1 .help-head {
        padding: 22px;
        min-height: 140px;
        gap: 12px;
    }
    
    .help-list .help1 .help-para {
        padding: 22px 22px 40px;
    }
}

@media (max-width: 1600px) {
    .help-list .help1 {
        height: 530px;
    }
    
    .help-list .help1 .help-head {
        padding: 20px;
        min-height: 135px;
        gap: 10px;
    }
    
    .help-list .help1 .help-head .help-icon img {
        max-width: 55px;
    }
    
    .help-list .help1 .help-para {
        padding: 20px 20px 35px;
    }
    
    .help-list .help1 .help-para p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    
    .success-stories-sec .block1 h2 {
        font-size: 24px;
    }
    
    .success-stories-sec .block1 .list1 {
        padding: 20px;
        height: 165px;
    }
}

@media (max-width: 1366px) {
    .help-list .help1 {
        height: 435px;
    }
    
    .help-list .help1 .help-head {
        padding: 18px;
        min-height: 130px;
        gap: 10px;
    }
    
    .help-list .help1 .help-head .help-icon img {
        max-width: 50px;
    }
    
    .help-list .help1 .help-head h3 {
        font-size: 21px;
    }
    
    .help-list .help1 .help-para {
        padding: 18px 18px 32px;
    }
    
    .help-list .help1 .help-para p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 16px;
    }
    
    .success-stories-sec .block1 {
		padding: 40px 40px 40px;
    }
    
    .success-stories-sec .block1 h2 {
        font-size: 16px;
    }
    
    .success-stories-sec .block1 .list1 {
        padding: 18px;
        height: 148px;
    }
    
    .success-stories-sec .block1 .list1 h3 {
        font-size: 40px;
        line-height: 35px;
    }
    
    .success-stories-sec .block1 .list1 h4 {
        font-size: 19px;
        margin-bottom: 5px;
    }
    
    .success-stories-sec .block1 .list1 p {
        font-size: 16px;
        line-height: 19px;
    }
    
    .success-stories-sec .block1.top-space {
        padding-top: 40px !important;
    }
}

@media (max-width: 1280px) {
    .help-list .help1 {
        height: 490px;
    }
    
    .help-list .help1 .help-head {
        padding: 16px;
        min-height: 125px;
        gap: 8px;
    }
    
    .help-list .help1 .help-head .help-icon img {
        max-width: 48px;
    }
    
    .help-list .help1 .help-head h3 {
        font-size: 20px;
    }
    
    .help-list .help1 .help-para {
        padding: 16px 16px 30px;
    }
    
    .help-list .help1 .help-para p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    
    .success-stories-sec .block1 h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    
    .success-stories-sec .block1 .list1 {
        height: 140px;
    }
    
    .success-stories-sec .block1 .list1 h3 {
  	font-size: 30px;
        line-height: 28px;
    }
    
    .success-stories-sec .block1 .list1 h4 {
        font-size: 17px;
        margin-bottom: 5px;
    }
}
@media (max-width: 1199px) {
    .help-list li {
        width: calc((100% / 3) - 20px);
        margin-bottom: 20px;
    }
    
    .advantages-sec .help-list li {
        width: calc((100% / 4) - 16px);
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .header-text h2 {
        font-size: 36px;
    }
    
    .help-list li {
        width: calc((100% / 2) - 20px);
    }
    
    .help-list .help1 .help-head {
        min-height: 130px;
        padding: 22px;
        gap: 12px;
    }
    
    .help-list .help1 .help-head .help-icon img {
        max-width: 55px;
    }
    
    .help-list .help1 .help-head h3 {
        font-size: 21px;
    }
    
    .advantages-sec .help-list li {
        width: calc((100% / 3) - 16px);
    }
    
    .success-stories-sec {
        border-bottom: 1px solid #dedede;
    }
    
    .success-stories-sec .block1 {
        padding: 75px 15px 30px;
    }
    
    .success-stories-sec .block1 ul {
        flex-wrap: wrap;
    }
    
    .success-stories-sec .block1 ul li {
        width: 100%;
        margin: 0 0 12px 0;
    }
    
    .success-stories-sec .block1 .list1 {
        height: auto;
        min-height: 120px;
        padding: 18px;
    }
}

@media (max-width: 767px) {
    .services-sec.section-padding {
        margin-top: 130px;
    }
    
    .header-text {
        margin-bottom: 0px;
    }
    
    .header-text h2 {
        font-size: 28px;
    }
    
    .help-list {
        margin-top: 34px;
    }
    
    .help-list li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .help-list .help1 {
        height: auto;
        min-height: 400px;
    }
    
    .help-list .help1 .help-head {
        min-height: 120px;
        padding: 20px;
        gap: 10px;
    }
    
    .help-list .help1 .help-head .help-icon img {
        max-width: 50px;
    }
    
    .help-list .help1 .help-head h3 {
        font-size: 20px;
    }
    
    .advantages-sec .help-list li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .advantages-sec .box1 {
        min-height: 300px;
    }
    
    .success-stories-sec .block1 {
        padding: 50px 15px 25px;
    }
    
    .success-stories-sec .block1 h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .success-stories-sec .block1 ul li {
        width: 100%;
        margin: 0 0 12px 0;
    }
    
    .success-stories-sec .block1 .list1 {
        height: auto;
        min-height: 120px;
		text-align: center;
        padding: 18px;
    }
    
    .success-stories-sec .block1 .list1 h3 {
        font-size: 32px;
    }
    
    .success-stories-sec .block1 .list1 h4 {
        font-size: 16px;
    }
    
    .success-stories-sec .block1 .list1 p {
        font-size: 15px;
    }
    
    .footer-text {
        margin-top: 0px;
        padding-top: 15px;
    }
    
    .footer-text p {
        font-size: 20px;
    }
    
    .submit-btn-outer span {
        position: absolute;
        right: 0.2rem;
    }
    
    .success-stories-sec .col-xl-6.pr-0 .block1 {
        border: none;
        padding-right: 15px;
    }
    
    .success-stories-sec .col-xl-6.pl-0 .block1 {
        border: none;
        padding-left: 15px;
    }
    
    .success-stories-sec .block1.top-space {
        padding-top: 40px !important;
    }
    
    .help-section h4 {
        color: #3b3b3b;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .success-stories-sec .block1.pt-xs-0 {
        padding-top: 50px;
    }
    
    .software-dev-camp {
        padding: 30px 30px;
    }
    
    .banner__slideinfo {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .banner.mobile-flutter-banner-top {
        min-height: 1340px;
        position: relative;
        height: 1340px;
    }
}

.helpBox p {
    font-size: 13px;
}

.software-dev-camp {
    background: #fff;
    box-shadow: 4px 4px 15px 5px #00000080;
    border: 1px solid #5e5e5e;
    padding: 35px 45px;
}

.software-dev-camp textarea {
    font-size: 1.25rem;
    line-height: 50px;
    font-weight: 300;
    color: #575757;
    min-height: 90px;
}

.flutter-choice .row .col-lg-6 {
    background: #000;
}

.tech-desc ul li {
    color: white !important;
}

.tech-desc ul {
padding-left:15px;
}

.right-texts .counter {
    width: 30px;
    text-align: center;
}

.success-bg { 
    background: #f4f4f4;
}
.section-padding {
    padding: 10rem 0;
}
.help-section h4{
    color: #000 !important;
}

/* Advantages Section - Mobile Responsive Styles */
@media (max-width: 992px) {
    /* Advantages section - tablet and below */
    .advantages-sec.javaSticky-section {
        padding: 4rem 0;
    }
    
    .advantages-sec.javaSticky-section .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    
    .advantages-sec.javaSticky-section .row {
        flex-direction: column;
        margin: 0;
    }
    
    .advantages-sec.javaSticky-section .left-col {
        width: 100% !important;
        position: relative !important;
        height: auto !important;
        min-height: 300px;
        background-size: cover;
        background-position: center;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .advantages-sec.javaSticky-section .left-col.about-inner-heading {
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .advantages-sec.javaSticky-section .left-col .left-texts {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        padding: 3rem 2rem 0 !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 auto !important;
        margin-bottom: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .advantages-sec.javaSticky-section .left-col .left-texts h2 {
        font-size: 32px;
        margin: 0 auto !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        color: #fff;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .advantages-sec.javaSticky-section .right-col {
        width: 100% !important;
    }
    
    .advantages-sec.javaSticky-section .right-texts-container {
        margin: 2rem 1.5rem !important;
        position: relative !important;
        left: 0 !important;
        padding: 0;
    }
    
    .advantages-sec.javaSticky-section .right-texts {
        padding: 1.5rem !important;
        margin: 1rem 0 !important;
        gap: 1rem !important;
    }
    
    .advantages-sec.javaSticky-section .right-texts .counter {
        font-size: 3rem !important;
        width: 40px;
        min-width: 40px;
        top: 0 !important;
    }
    
    .advantages-sec.javaSticky-section .right-texts .tech-desc h3.why-title {
        font-size: 1.5rem !important;
        line-height: 1.8rem !important;
        margin-bottom: 1rem !important;
    }
    
    .advantages-sec.javaSticky-section .right-texts .tech-desc ul {
        margin-top: 0.5rem;
    }
    
    .advantages-sec.javaSticky-section .right-texts .tech-desc ul li {
        font-size: 0.95rem;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .advantages-sec.javaSticky-section .footer-text {
        margin-top: 2rem;
        padding-top: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .advantages-sec.javaSticky-section .footer-text p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    /* Advantages section - mobile */
    .advantages-sec.javaSticky-section {
        padding: 3rem 0;
    }
    
    .advantages-sec.javaSticky-section .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    
    .advantages-sec.javaSticky-section .left-col {
        min-height: 250px;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .advantages-sec.javaSticky-section .left-col.about-inner-heading {
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .advantages-sec.javaSticky-section .left-col .left-texts {
        padding: 2rem 1.5rem 0 !important;
        margin: 0 auto !important;
        margin-bottom: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
    }
    
    .advantages-sec.javaSticky-section .left-col .left-texts h2 {
        font-size: 24px;
        line-height: 1.3;
        margin: 0 auto !important;
        margin-bottom: 0 !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .advantages-sec.javaSticky-section .right-texts-container {
        margin: 1.5rem 1rem !important;
    }
    
    .advantages-sec.javaSticky-section .right-texts {
        padding: 1.25rem !important;
        margin: 0.75rem 0 !important;
        gap: 0.75rem !important;
        flex-direction: row;
        align-items: flex-start;
    }
    
    .advantages-sec.javaSticky-section .right-texts .counter {
        font-size: 2.5rem !important;
        width: 35px;
        min-width: 35px;
        line-height: 1;
        padding-top: 0.25rem;
    }
    
    .advantages-sec.javaSticky-section .right-texts .tech-desc {
        flex: 1;
    }
    
    .advantages-sec.javaSticky-section .right-texts .tech-desc h3.why-title {
        font-size: 1.7rem !important;
        line-height: 2.5rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .advantages-sec.javaSticky-section .right-texts .tech-desc ul {
        margin-top: 0.5rem;
        padding-left: 15px;
    }
    
    .advantages-sec.javaSticky-section .right-texts .tech-desc ul li {
        font-size: 0.9rem;
        line-height: 1.4rem;
        margin-bottom: 0.5rem;
        padding-left: 1rem;
    }
    
    .advantages-sec.javaSticky-section .footer-text {
        margin-top: 1.5rem;
        padding-top: 1.25rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .advantages-sec.javaSticky-section .footer-text p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    /* Advantages section - small mobile */
    .advantages-sec.javaSticky-section {
        padding: 2rem 0;
    }
    
    .advantages-sec.javaSticky-section .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    
    .advantages-sec.javaSticky-section .left-col {
        min-height: 130px;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .advantages-sec.javaSticky-section .left-col.about-inner-heading {
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .advantages-sec.javaSticky-section .left-col .left-texts {
        padding: 1.5rem 1rem 0 !important;
        margin: 0 auto !important;
        margin-bottom: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
    }
    
    .advantages-sec.javaSticky-section .left-col .left-texts h2 {
        font-size: 20px;
        margin: 0 auto !important;
        margin-bottom: 0 !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .advantages-sec.javaSticky-section .right-texts-container {
        margin: 1rem 0.75rem !important;
    }
    
    .advantages-sec.javaSticky-section .right-texts {
        padding: 1rem !important;
        margin: 2rem 0 !important;
        gap: 0.5rem !important;
 }
    
    .advantages-sec.javaSticky-section .right-texts .counter {
        font-size: 2rem !important;
        width: 30px;
        min-width: 30px;
    }
    
    .advantages-sec.javaSticky-section .right-texts .tech-desc h3.why-title {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: 0.5rem !important;
    }
    
    .advantages-sec.javaSticky-section .right-texts .tech-desc ul li {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    
    .advantages-sec.javaSticky-section .footer-text p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .software_development_campaign .section-padding {
        padding: 6rem 0;
    }
}