@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
.banner.irp {
    height: calc(60vh - 70px);
    overflow: hidden;
    position: relative;
}
.ir-details h1{
    font-size: 50px;
}
section.supplier-section .container {
    position: relative;
    z-index: 8;
}
 .supplier-section {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: "IBM Plex Sans", sans-serif;
    background: url(../img/supplier.jpg);
        background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 300px;
   }
   .supplier-section::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(180deg, #ffffff 70%, rgba(255, 255, 255, 0.575));
        top: 0;
        left: 0;
    }
   .supplier-title {
     color: #0b5e6f;
     font-weight: 700;
   }
   .supplier-desc {
    color: #1b657a;
    font-size: 22px;
    margin-bottom: 60px;
}
   .supplier-card {
     background: #f8f9fa;
     padding: 30px;
     padding-top: 60px;
     height: 100%;
     border: none;
     position: relative;
   }
   .supplier-card h5 {
        color: #0b5e6f;
        font-weight: 700;
        margin-bottom: 15px;
        border-bottom: 1px solid #f58220;
        display: inline-block;
        font-size: 36px;
    }
   .supplier-card ul {
     padding-left: 18px;
     color: #5f6f73;
     list-style: none;
     position: relative;
   }
   .supplier-card ul li {
     margin-bottom: 10px;
     color: #0b5e6f;
   }
   .btn-outline-custom {
     border: 1px solid #f26c23;
     color: #f26c23;
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 0;
   }
   .btn-outline-custom:hover {
     background-color: #f26c23;
     color: #fff;
   }
   .accent-line {
    width: 15px;
    height: 50px;
     background: linear-gradient(180deg,#00587c, #6aa5b8 20%, transparent 80%);
     margin-bottom: 10px;
   }
   .al-wrap {
    display: flex;
    gap: 15px;
    position: absolute;
    top: 0;
    left: 30px;
    pointer-events: none;
}
.supplier-card ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #f26c23;
}
.small-text-sup {
    color: #f58220;
    font-size: 16px;
}
.small-text-sup.blue {
    color: #1b657a;
    font-weight: 500;
    font-size: 14px;
}
section.payment-channel {
    background-color: #1b657a;
    padding: 200px 0;
    color: #fff;
    font-family: "IBM Plex Sans", sans-serif;
    position:relative;
    background: url(../img/payment-channel.jpg);
        background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 250px;
    margin-top: -175px;
}
 .payment-channel::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background:linear-gradient(180deg, transparent 0%, #1b657a 15%, rgb(27 101 122 / 100%) 75%, rgba(255, 255, 255, 0.753) 90%,  rgba(255, 255, 255, 1) );
        top: 0;
        left: 0;
    }    

section.payment-channel .container {
    position: relative;
}
.payment-channel h3 {
    font-size: 50px;
    font-weight: bold;
}

.payment-channel h5 {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: normal;
}

.pc-box h4 {
    font-weight: 500;
    color: #f58220;
    font-size: 30px;
}
.payment-channel.icv-set h4 {
    font-weight: 500;
}
.pc-box h6 {
    font-size: 22px;
    font-weight: 300;
        border-left: 1px solid #f58220;
    padding-left: 15px;
    margin-left: -15px;
}

.pc-box {
    margin-bottom: 40px;
}
section.partner-section{
    font-family: "IBM Plex Sans", sans-serif;
    position:relative;
    padding-top: 0px !important;
    padding-bottom: 250px !important;
    background: url(../img/partner.jpg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.partner-section h2 {
    color: #0e4754; /* dark blue */
        text-align: left;
}
.partner-section .text-warning {
    color: #f58220 !important; /* match your screenshot orange */
}
.partner-section .card {
    background: #fff;
    border-radius: 8px;
}
.partner-section .btn-outline-primary {
    border-color: #0e4754;
    color: #0e4754;
}
.partner-section .btn-outline-primary:hover {
    background-color: #0e4754;
    color: #fff;
    border-color: #0e4754;
}
.partner-section h5{
    border-bottom: 2px solid #0e4754;
}
section.partner-section a.btn.btn-outline-primary {
    width: auto;
    padding: 5px !important;
    float: right;
}
.partner-section p.small {
    color: #0e4754;
    font-size: 18px;
}
.partner-section::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(180deg, #ffffff 40%, rgba(255, 255, 255, 0.575));
        top: 0;
        left: 0;
    }
    .partner-section .container{
        position: relative;
    }
section.partner-section h6 {
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    color: #0e4754;
}
section.partner-section h6 span{
    font-size: 26px;
    font-weight: bold;
}

section.procurement-section{
    font-family: "IBM Plex Sans", sans-serif;
    position:relative;
    padding-top: 0px !important;
    padding-bottom: 250px !important;
    padding-top: 150px !important;
    background: url(../img/procurement.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
section.banner img {
    width: 100%;
    object-fit: cover;
    height: calc(60vh - 70px);
}
section.procurement-section .container .row {
    z-index: 1;
    position: relative;
}
section.procurement-section::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(48deg, rgb(27 101 122 / 80%) 40%, rgb(27 101 122 / 60%), rgb(27 101 122 / 0%));
        top: 0;
        left: 0;
    }

section.procurement-section .container{
    position: relative;
}
.procurement-box {
    width: 250px;
    text-align: center;
    padding: 5px 15px;
    border: 2px solid #f58220;
    color: #fff;
    text-decoration: none;
}
.procurement-box:hover{
    color: #fff;
    background: #0e4754;
    border-color: #0e4754;;
}
.procurement-section h3 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
}
.procurement-section h6 {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-align: justify;
}
.procurement-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.procurement-section.icv-sec{
    background-image: url('../img/icv.jpg');
        background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 75px !important;
}
.procurement-section.icv-sec::before{
    background: linear-gradient(180deg, #fff 50%, rgb(255, 255, 255, 0.3));
}
.procurement-section.icv-sec h3{
    color: #0e4754;
}
.procurement-section.icv-sec .cseven-wrap h3{
    color: #0e4754;
    font-weight: normal;
}
.procurement-section.icv-sec h6{
    color: #0e4754;
    font-size: 22px;
}
.procurement-section.icv-sec .cseven-wrap h6 {
    color: #13adba;
    font-weight: bold;
    width: 75%;
    margin-bottom: 40px;
}
.procurement-section.icv-sec .cseven-wrap ul {
     padding-left: 18px;
     color: #5f6f73;
     list-style: none;
     position: relative;
}
.procurement-section.icv-sec .cseven-wrap ul li {
     margin-bottom: 10px;
     color: #1b657a;
     font-size: 18px;
}
.procurement-section.icv-sec .cseven-wrap ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #f26c23;
}
.payment-channel.icv-set{
    background: url('../img/icv2.jpg');
        background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -155px;
}
.payment-channel.icv-set h3{
    font-weight: bold;
    margin-bottom: 60px;
}
.payment-channel.icv-set .pc-box {
    margin-bottom: 55px;
}
.payment-channel.icv-set::before{
    background:linear-gradient(180deg, transparent 0%, #1b657a 10%, rgb(27 101 122 / 100%) 70%, rgba(27 101 122 / 50%) 90%,  rgba(255, 255, 255, 0) );

}
.icon-tender-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0e4754;
    position: relative;
}
.icon-tender-wrap::after {
    content: "";
    width: 30%;
    height: 2px;
    border-bottom: 2px dotted #f58220;
    position: absolute;
    bottom: 25px;
    right: -15%;
}
.icon-tender-wrap img {
    height: 100px;
    margin-bottom: 20px;
}
section.procurement-section.icv-sec.tenders-sec {
    padding-top: 75px !important;
    background: url('../img/tenders-bg.jpg');
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
section.procurement-section.icv-sec.tenders-sec h3{
    margin-bottom: 50px;
}
.itw-wrap .col-md-4:last-child .icon-tender-wrap::after{
    display: none;
}
.ir-details {
    height: calc(100% - 50px);
    align-items: end;
}
section.payment-channel.icv-set.tenders-seco {
    padding-top: 100px;
    background: url('../img/tenders-bg.jpg');
    background-position: bottom;
    background-position-y: 155px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.payment-channel.icv-set.tenders-seco h3 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
}
.payment-channel.icv-set.tenders-seco h5 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #f58220;
}
.payment-channel.icv-set.tenders-seco h6 {
    font-weight: normal;
    font-size: 26px;
        margin-bottom: 25px;
}
.disclaim-box {
    background: rgb(255 255 255 / 50%);
    padding: 20px;
}
.payment-channel.icv-set.tenders-seco .disclaim-box h5 {
    color: #fff;
    font-size: 22px;
    width: 90%;
    text-align: justify;
    margin: 0;
    font-weight: normal;
}
.procurement-section.icv-sec .container::before {
    content: "";
    width: 150px;
    height: 200px;
    background: url('../img/vector-topright.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -75px;
    right: 0;
}
.pc-box .btn-outline-custom{
    text-decoration: none;
}
.nav-slider {
    justify-content: center;
}




/* Responsive iPads */

@media (min-width:993px) and (max-width:1199px){
    section.procurement-section{
            min-height: 85vh;
    }
    .payment-channel.icv-set {
    background-size: 160%;
}
}
@media (min-width:768px) and (max-width:992px){
    .cseven-wrap {
    margin-top: 40px;
}
    section.payment-channel.icv-set.tenders-seco {
    background-size: 250%;
    background-position: bottom right;
}
.payment-channel.icv-set.tenders-seco .disclaim-box h5{
    width: 100%;
}
section.procurement-section {
    background-position: bottom right;
            background-size: cover;
            padding-bottom: 100px !important;
}
.procurement-section.icv-sec{
    background-position: bottom right;
    background-size: 250%;
}
section.payment-channel.icv-set {
    background-size: 250%;
    background-position: bottom right;
}
section.procurement-section .col-md-7{
    width: 100%;
}
section.procurement-section .col-md-5{
    width: 100%;
}
.procurement-wrap {
    height: 400px;
}
.procurement-box {
    width: 350px;
}
section.supplier-section .col-md-4 {
    width: 50%;
}
section.supplier-section .row {
    justify-content: center;
}
section.supplier-section {
    background-size: 250%;
}
section.payment-channel {
    background-size: 200%;
        margin-top: -215px;

}
section.partner-section.py-5 {
    background-size: 200%;
}
section.procurement-section.icv-sec .col-md-6{
 width: 100%;
}
.icon-tender-wrap::after{
    bottom: 100px;
}
.icon-tender-wrap {
    text-align: center;
}
.ir-details h1 {
    font-size: 40px;
}
section.procurement-section .container .row {
    z-index: 1;
    position: relative;
    align-items: center;
}
}


/* Responsive Mobile */
@media (max-width:767px){
    section.procurement-section {
    padding-top: 60px !important;
}
    section.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon-tender-wrap img {
    height: 100px;
    margin-bottom: 20px;
    width: 100px;
    object-fit: contain;
}
section.procurement-section.icv-sec {
    background-size: 500%;
    background-position: bottom right;
}
.payment-channel.icv-set{
    background-position: bottom right;
    background-size: 500%;
    margin-top: -195px;
}
.payment-channel.icv-set.tenders-seco .disclaim-box h5{
    width: 100%;
    text-align: left;
}
.icon-tender-wrap::after {
    width: 2px;
    border: none;
    border-left: 2px dotted #f58220;
    height: 40px;
    right: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}
.icon-tender-wrap{
            margin-bottom: 50px;
}
.procurement-section.icv-sec .cseven-wrap h6{
    width: 100%;
    text-align: left;
}
.cseven-wrap {
    margin-top: 50px;
}
.pc-box h6{
    margin-left: 0;
}
.procurement-wrap {
    min-height: 300px;
}
.procurement-box {
    width: 100%;
}
section.procurement-section {
    background-size: 300%;
}
section.procurement-section::before{
    background: linear-gradient(48deg, rgb(27 101 122 / 80%) 40%, rgb(27 101 122 / 60%), rgb(27 101 122 / 60%));
}
section.supplier-section {
    background-position: bottom;
    background-size: 500%;
}
section.payment-channel {
    background-position: bottom;
    background-size: 500%;
}
section.partner-section {
    background-position: bottom;
    background-size: 500%;
}
.payment-channel::before {
    background: linear-gradient(180deg, transparent 0%, #1b657a 8%, rgb(27 101 122 / 100%) 75%, rgba(255, 255, 255, 0.753) 98%, rgba(255, 255, 255, 1));
}
.pc-box h6 br {
    display: none;
}
.ir-details h1 {
    font-size: 42px;
}
}
