.pt-180 {
    padding-top: 180px !important;
}
.pl-100 {
    padding-left: 100px;
}
.pt-200 {
    padding-top: 200px;
}
.pb-180 {
    padding-bottom: 180px;
}
.pl-144 {
    padding-left: 144px;
}
section.ihero {
    background-image: url(../img/forBusiness.png);
}
.industriesImage {
    padding-top: 200px;
    padding-bottom: 180px;
    width: 100%;
}
section.abtcnt {
    padding-top: 75px;
    padding-bottom: 180px;
}

section.abtcnt .container {
    display: flex;
    flex-direction: column;
    gap: 200px 0;
}

section.abtcnt .row.d-flex {
    align-items: center;
}

section.abtcnt p {
    font-size: 22px;
    margin: 0;
    padding-right: 178px;
}

section.abtcnt ul {
    font-size: 22px;
    margin-left: 4px;
    padding-right: 178px;
}
section.abtcnt .row.d-flex.gap {
    gap: 0 60px;
}

section.abtcnt .row.d-flex .col-md-5.csWd {
    max-width: calc(46% - 30px);
    flex: 0 0 calc(46% - 30px);
}

section.abtcnt .row.d-flex .col-md-7 {
    max-width: calc(54% - 30px);
    flex: 0 0 calc(54% - 30px);
}
section.frfea {
    background-color: var(--primary-color);
    color: #fff;
    padding: 80px 0;
}
/* section.fefea h1 {
    color: var(--secondary-color) !important;

} */
.secondaryTextColor {
    color: var(--secondary-color);
}
section.frfea h1 {
    font-size: 48px;
}
section.frfea h3 {
    font-size: 48px;
    margin: 0;
    line-height: 1;
}
section.frfea h4 {
    font-size: 34px;
    margin: 20px 0 10px;
    font-weight: 500;
}
section.frfea p {
    font-size: 22px;
    margin: 0;
}
.featurePadding {
    padding: 0 50px;
}

/* Start Targeted Industry Slider */
section.anp .img-col .industryContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.anp .img-col .industryTitle {
    background-color: rgb(145, 0, 164);
    color: white;
    padding: 4px 20px;
    border-radius: 50px;
}
section.anp .img-col video {
    object-fit: contain;
    /* filter: grayscale(100%); */
    transition: 0.3s;
    cursor: pointer;
}
section.anp .img-col video:hover {
    /* filter: grayscale(0%); */
    transform: scale(1.05);
}
section.anp .img-col video {
    width: 150px;
    height: 150px;
}
section.anp .img-col .slick-track {
    display: flex;
    align-items: center;
    gap: 0 251px;
}
section.anp .img-col {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    justify-content: space-between;
}
.resultList ul {
    list-style: none;
    padding-left: 0;
}

.resultList ul li {
    position: relative;
    padding-left: 30px; /* Space for the icon */
}

.resultList ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    /* transform: translateY(-50%); */
    width: 20px; /* Adjust size */
    height: 20px;
    background-image: url(../img/bz-list-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.what-list {
    list-style: none;
    padding: 0;
}
.what-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}
.what-list li .circle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
}

.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-list ul {
    margin-top: 1rem;
}
.custom-list li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--primary-text-color);
    margin-bottom: 18px;
}
.custom-list li img { /* Red color */
    margin-right: 14px;
}

.mbusiness-section {
    width: 100%;
    background-color: var(--primary-color);
}

.business-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.business-section {
    color: white;
    padding: 50px 30px;
    min-width: 300px;
    margin-right:200px
}

@media (max-width: 1399px) {
    .business-container  {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        gap: 20px;
    }

    .business-section {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .business-img {
        width: 100%;
        margin-right: 20px;
    }
}

.business-img {
    min-width: 300px;
}

.business-img img {
    width: 100%;
    height: 720px;
}



.business-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.business-list span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    color: white;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    border-radius: 50%;
    border: 3px solid #1FA1C8;
    margin-right: 15px;
}

.business-list strong {
    color: #1FA1C8;
}
/* End Targeted Industry Slider */
@media (max-width: 1599px) {
    .business-section h1 {
        font-size: 30px;
    }
    .resultList h2 {
        font-size: 30px;
    }
    
    .resultList ul li {
        font-size: 18px;
    }

    section.abtcnt p {
        font-size: 18px;
    }

    section.anp h2 {
        font-size: 30px;
    }
}

@media (max-width: 1399px) {
    section.anp .img-col .slick-track {
        gap: 0 71px;
    }
}

@media (max-width: 1199px) {
    .featurePadding {
        padding: 0 15px;
    }
    section.frfea h4 {
        font-size: 24px;
        margin: 20px 0 10px;
    }
    section.frfea p {
        font-size: 20px;
    }
    section.anp .img-col video {
        max-width: 300px;
        max-height: 100px;
    }
    section.anp .img-col .slick-track {
        gap: 0 100px;
    }
    /* h2.scttl {
        font-size: 40px;
        margin-bottom: 40px;
    } */

    section.abtcnt p {
        padding-right: 0px;
    }
    .pl-144 {
        padding-left: 0px;
    }
    .pt-180 {
        padding-top: 80px !important;
    }
    .pt-200 {
        padding-top: 80px;
    }
    .pb-180 {
        padding-bottom: 80px;
    }
    section.abtcnt {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


/* @media (max-width: 1024px) {
    section.abtcnt p {
        padding-right: 0px;
    }
    .pl-144 {
        padding-left: 0px;
    }
    .pt-180 {
        padding-top: 80px !important;
    }
    .pt-200 {
        padding-top: 80px;
    }
    .pb-180 {
        padding-bottom: 80px;
    }
    section.abtcnt {
        padding-top: 80px;
        padding-bottom: 80px;
    }
} */

/* 991px and below */
@media (max-width: 991px) {
    section.abtcnt .row.d-flex.gap {
        gap: 0;
    }
    section.abtcnt .row.d-flex .col-md-7 {
        max-width: 54%;
        flex: 54%;
    }
    section.abtcnt .row.d-flex .col-md-5.csWd {
        max-width: 46%;
        flex: 46%;
    }

    .featurePadding {
        padding: 0 15px;
        max-width: 33.33%;
    }

    section.anp .img-col .industryTitle {
        font-size: 16px;
    }
    section.anp .img-col video {
        max-width: 220px;
        max-height: 100px;
    }
    section.anp .img-col .slick-track {
        gap: 0 50px;
    }
}

/* 767px and below */
@media (max-width: 767px) {
    /* section.anp .img-col video {
        max-width: 180px;
        max-height: 40px;
    } */
    section.anp .img-col .slick-track {
        gap: 0 45px;
    }
    h2.scttl {
        font-size: 30px;
        margin-bottom: 30px;
    }

    section.abtcnt {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }

    section.abtcnt .row.d-flex .col-md-7 {
        max-width: 100%;
        flex: 100%;
    }
    section.abtcnt .row.d-flex .col-md-5.csWd {
        max-width: 100%;
        flex: 100%;
    }

    section.frfea {
        padding: 50px 0;
    }
    .featurePadding {
        padding: 15px 15px;
        max-width: 100%;
    }

    .pl-144 {
        padding-left: 15px;
    }
    section.anp .img-col {
        padding-top: 40px;
    }

    /* section.hpai h2.scttl {
        width: 85%;
    } */
}

@media (max-width: 576px) {
    section.anp .img-col {
        gap: 30px;
        justify-content: center;
    }
    section.anp .img-col .slick-track {
        gap: 0 30px;
    }

    .custom-list li {
        font-size: 14px;
        padding-right: 0px;

    }

    section.abtcnt p {
        font-size: 14px;
    }

    section.abtcnt ul {
        font-size: 14px;
        padding-right: 0px;
    }
    .business-list {
        font-size: 16px;
    }

    .business-section h1 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .business-img img {
        height: auto;;
    }
    .business-list span {
        width: 48px;
        height: 48px;
        aspect-ratio: 1 / 1; 
        font-size: 12px;
    }

    section.frfea h3 {
        font-size: 30px;
    }
    section.frfea h4 {
        font-size: 18px;
        margin: 10px 0 10px;
        font-weight: 600;
    }
    section.frfea p {
        font-size: 15px;
    }

    section.ihero h1 {
        font-size: 18px;
    }

    section.ihero h4 {
        font-size: 14px;
    }
    section.okf .card {
        font-size: 14px;
    }
    .resultList ul li::before {

        width: 14px;
        height: 14px;
        
    }
}
