.af-hero-upsell {
   background: #004182;
    padding: 100px 0;
    text-align: center;
    color: #ffffff;
}

.af-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.af-main-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 25px;
}

.af-highlight {
    color: #ff3131; 
}

.af-subtext {
    font-size: 18px;
    max-width: 750px;
    margin: 0 auto 50px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}

.af-action-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 90px;
}

.af-btn {
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s ease;
}

.af-btn-red {
    background: #ff3131;
    color: #fff;
    box-shadow: 0 5px 20px rgba(255, 49, 49, 0.3);
}

.af-btn-white {
    background: #ffffff;
    color: #002d6a;
}
.af-metric-bar {
       display: flex;
    justify-content: space-around;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 50px;
}

.af-number {
   font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
}

.af-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: capitalize;
}




.grid-image-fancybox{
    padding: 4rem 0;
}


.custom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 7px;
}

.grid-item {
  border-radius: 8px;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* Layout styles */
.big {
  grid-column: span 2;
  grid-row: span 2;
}

.tall {
  grid-row: span 2;
}

.wide {
  grid-column: span 2;
}








.sets-ascentforce-apart {
       padding: 3rem 0 3rem;
}
.sets-ascentforce-over p{
 margin:0;   
}

.principle-content p {
    margin: 0;
    line-height: 1.7;
    color: #667085;
}
.growth-chart {
        margin: 9rem 0 0;
}
.growth-chart img {
    width: 100%;
    height: auto;
    display: block;
}

.principle-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 30px;
    margin-bottom: 24px;
    background: #f8f9fb;
    border: 1px solid #eceff3;
    transition: all 0.3s ease;
}

.principle-card:hover .principle-icon {
    background: #b3002d;
}
.principle-card:hover .principle-icon img {
    filter: brightness(0) invert(1);
    transition: 0.3s;
     animation: rs-skew 0.6s;
}
@keyframes rs-skew {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}



.principle-icon {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.principle-content h3 {
       margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #243445;
}


.team-section {
  position: relative;
  padding: 0 15px;
}
.team-section .outer-box {
     position: relative;
    padding: 80px 0 0;
    background-color: #03396f;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 auto;
}


.team-section {
    position: relative;
    overflow: hidden;
}

.team-section::before {
    content: "";
    position: absolute;
    top: -102px;
    left: 0;
    width: 318px;
    height: 395px;
    background: url('../images/industry/shape-1.png') no-repeat center;
    background-size: contain;
    z-index: 1;
      animation: bounce-x 10s infinite linear;
}

.team-section::after {
    content: "";
    position: absolute;
    top: 115px;
    right: 0;
    width: 302px;
    height: 302px;
    background: url('../images/industry/shape-2.png') no-repeat center;
    background-size: contain;
    animation: bounce-x 10s infinite linear;
    z-index: 1;
}

@keyframes bounce-x {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0);
    }
}
.team-section .row{
    margin:0 0 3rem;
}





.team-section .outer-box .right-side {
    max-width: 91%;
    margin-left: auto;
}

.team-section .outer-box .list-style-one {
      margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    list-style: none;
    padding: 0;
}

.team-section .outer-box .list-style-one li{
    color:#fff;
}

.team-section .outer-box .image img {
  width: 100%;
  height: 100%;
  max-height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}




.support-organizations-across {
        position: relative;
    padding: 4rem 0 4rem;
}
.support-organizations-across .row{
    row-gap:20px;
}
.support-organizations-across .section-title {
    position: relative;
    margin-bottom: 3rem;
}

.support-organizations-box {
      background-color: #2b3944;
    padding: 30px 30px 30px 30px;
    border-radius: 15px;
    height: 100%;
}
.support-organizations-box.wrap{
        padding: 30px;
    background-color: #010101;
}
.support-organizations-box.wrap1{
    background-color: #f5f5f5;
}
.support-organizations-box.wrap1 h3,
.support-organizations-box.wrap1 p{
    color:#000;
}
.support-organizations-box h3 {
  font-size: 20px;
    margin-bottom: 15px;
   color: #fff;
    font-weight: 600;
}

.support-organizations-box h3 a{
      color: #fff;
}

.support-organizations-box.wrap img,
.support-organizations-box.wrap1 img{
    border-radius: 15px;
}


.support-organizations-box p {
       margin-bottom: 16px;
    line-height: 1.6;
    color: #fff;
    font-size: 15px;
}
.organizations-across-image {
    text-align: center;
    margin-top: 30px;
}

.organizations-across-image img{
border-radius: 10px;
padding: 0;
    width: 100%;
        display: block;
    transition: transform 0.4s ease;
}

.organizations-across-image:hover img {
  transform: scale(1.03);
}
.call-to-action-section {
    position: relative;
    padding: 0 0 40px;
}
.call-to-action-bar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 105px;
    padding: 0 40px;
    border-radius: 60px;
    background: linear-gradient(90deg, #1d2730 0%, #15222c 100%);
}

.call-to-action-section  .call-icon {
       position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.call-to-action-section  .call-icon::before {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #16222c;
}

.call-to-action-section  .call-icon i {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 40px;
    line-height: 1;
}

.call-to-action-section  .left-text,
.call-to-action-section  .right-text {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.call-to-action-section  .right-text a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}


.workforce-solutions-built {
    padding: 60px 20px 200px 20px; /* Inga 200px padding-bottom sethurukken */
    background-image: url('../images/industry/10.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; /* Idhu irukkattum */
    z-index: 1;
}

.banner-inner-content-eight {
    padding-bottom: 160px;
}

.banner-inner-content-eight .title {
    text-transform: uppercase;
    font-size: 100px;
}
.banner-inner-content-eight p.disc{
       color: #5d666f;
    font-size: 17px;
    line-height: 1.5;
    max-width: 66%;
}
.workforce-solutions-built .breadcumb-inner {
    margin: 0 0 20px 0;
    justify-content: unset;
}

.workforce-solutions-built .bd-banner-title,
.workforce-solutions-built .breadcumb-inner li.active{
    color: #000;
        max-width: 55%;
}
.breadcumb-inner li a {
     color: #fff;
}

.workforce-solutions-built .breadcumb-inner li:not(:last-child):before {
    color: #000;
}

.rts-counter-up-area-eight {
   position: absolute;
    bottom: -100px; 
    left: 50%;
    transform: translateX(-50%); 
    width: 100%;
    z-index: 2; 
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .counter-up-area-eight-banner-bottom {
        width: 100%;
    }
}

.counter-up-area-eight-banner-bottom {
  
    background: #20282d;
    border-radius: 40px;
    align-items: center;
    gap: 90px;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 94px 62px;
    display: flex;
}

.counter-up-area-eight-banner-bottom .absolute-image {
    position: absolute;
    bottom: 0;
    right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rts-counter-up-area-eight {
        width: 100%;
    }
}

.single-counter-area-eight h4{
       color: #ffff;
    font-size: 61px;
}

.single-counter-area-eight .keynu-text{
        color: #ffff;
    margin: 0;
    font-size: 24px;
}


.single-counter-area-eight .business {
        color: #ffff;
}

.banner-shape-area {
      z-index: -1;
    position: absolute;
    bottom: 29%;
    left: 23%;
}

.rts-btn.btn-primary {
       background: #20282d;
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.rts-btn {
    max-width: max-content;
    height: 55px;
    box-shadow: none;
    border: none;
    border-radius: 15px;
    min-width: max-content;
    padding: 13px 29px;
    font-weight: 600;
    transition: all .8s;
}

.rts-btn.btn-primary:hover {
    color: #20282d;
    background: #f2f2f2;
}

.rts-btn.btn-primary:hover:before {
    top: -40%;
}
.rts-btn.btn-primary:before {
    content: "";
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    z-index: -1;
    background: #f2f2f2;
    border-radius: 50%;
    width: 200%;
    height: 200%;
    transition-duration: .8s;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%);
}




.industry-specific-workforce {
      position: relative;
      padding: 200px 0 3rem;
}
.industry-specific-img {
        clip-path: polygon(59.232% 99.954%, 0% 99.954%, 0% 0%, 43.948% 0%, 99.94% 0%, 99.94% 85.02%, 59.232% 99.954%);
}

.industry-concept {
    padding-left: 35px;
}
.industry-specific-list {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Creates the two-column look */
  list-style: none; /* Removes bullet points */
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  overflow: hidden;
  max-width: 900px;
  margin: 20px auto;
}

.industry-specific-list li {
     padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 15px;
       color: #616C74;
}

/* Removes right border for the right column items */
.industry-specific-list li:nth-child(even) {
  border-right: none;
}

/* Removes bottom border for the last two items */
.industry-specific-list li:nth-last-child(-n+2) {
  border-bottom: none;
}


.industry-focused-section{
    position:relative;
    padding:3rem 0 3rem;
        background-color: #f2f2f2;
}

.industry-focu-content p{
        margin: 0;
    font-size: 26px;
    font-style: italic;
}

.industry-expertise-matters {
        position: relative;
    padding: 3rem 0 3rem;
        background-color: #f2f2f2;
}
.industry-expertise-image {
    text-align:center;
}

.breadcumb-inner .black a{
    color:#000;
}

.key-benefits-sectionsa.key {
    position: relative;
    padding: 0;
}

.outsourcing-faq-accordion .accordion .accordion-item .accordion-body ul li{
       position: relative;
    padding-left: 40px;
    line-height: 2;

}
.outsourcing-faq-accordion .accordion .accordion-item .accordion-body ul li::before {
    content: "\f1a4";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #df2226;
    font-size: 18px;
}
.step-by-step-process.traning-boxx .container-fulid {
        max-width: 1780px;
        padding: 0 25px;
    }
    
    
    
    
    .career-destination-professionals{
       padding: 80px 0;
    background: #f6f6f6;
    position: relative;
}

.career-counter{
       background: #EFEFEF;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 30px;
    transition: all 0.4s;
    min-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.career-counter h5{
       font-size: 19px;
}

.career-counter p{
      margin: 0;
    font-size: 16px;
}

.career-content{
     height: 100%;
    background: #fff;
    padding: 24px;
    position: relative;
    border-radius: 12px;
}

.career-content .swiper{
    border-radius:20px;
    overflow:hidden;
}
.career-content .careerSwiper{
    
}
.career-content .careerSwiper img{
    height: 322px;
    width:100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    display:block;
    padding-left: 1px;
}

.career-content h3 {
    margin: 25px 0 15px;
    font-size: 20px;
}

.career-content p{
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    margin: 0;
}

.career-content a{
    text-decoration:none;
    font-weight:600;
}

.swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#fff;
    opacity:1;
}

.swiper-pagination-bullet-active{
    background:#d6b07d;
}

@media(max-width:991px){

.career-counter{
    min-height:unset;
}

}




.working-section-two {
    position: relative;
    padding: 80px 0;
    background: #f6f6f6;
}

.working-section-two::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;      /* Adjust size */
    height:627px;
    background: url("../images/bg/shape-9.png") no-repeat left bottom;
    background-size: contain;
    z-index: 0;
}

.working-section-two .container {
    position: relative;
    z-index: 1;
}
.working-section-flow{
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
}
.working-section-two .working-block-two{
    margin-bottom:25px;
}

.working-block-two .inner-box{
       display: flex;
    align-items: flex-start;
    gap: 35px;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    transition: .4s;
}

.working-section-two .working-count{
    font-size:60px;
    font-weight:600;
    line-height:1;
    -webkit-text-fill-color:transparent;
    -webkit-text-stroke:1px rgba(0,0,0,.35);
    transition:.4s;
}

.working-section-two .content h4{
    font-size:20px;
    font-weight:700;
    line-height:1.4;
    color:#222;
    transition:.4s;
}

.working-section-two .content p{
    margin:0;
    color: #666;
    line-height: 1.6;
    transition: .4s;
}

/* Hover */

.working-section-two .working-block-two .inner-box:hover{
    background:#2f3d48;
}

.working-section-two .working-block-two .inner-box:hover .working-count{
       -webkit-text-stroke: 1px #fff;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.working-section-two .working-block-two .inner-box:hover h4{
    color:#fff;
}

.working-section-two .working-block-two .inner-box:hover p{
    color:#d8d8d8;
}

/* Tablet */

@media(max-width:991px){

    .working-section-two .sec-title{
        position:static;
        margin-bottom:40px;
    }

    .working-section-two .content{
        flex-direction:column;
        gap:15px;
    }

   .working-section-two  .content h4{
        width:100%;
    }

}

/* Mobile */

@media(max-width:576px){

    .working-section-two .working-block-two .inner-box{
        flex-direction:column;
        gap:20px;
        padding:25px;
    }

   .working-section-two .working-count{
        font-size:50px;
    }

   .working-section-two .content{
        flex-direction:column;
        gap:15px;
    }

    .working-section-two .content h4{
        width:100%;
    }

}




.contact-ascentforce .form-container-requirements .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 1rem;
}


.contact-ascentforce .form-container-requirements label {
       display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
    font-size: 13px;
}
.contact-ascentforce .form-container-requirements button {
    width: 100%;
    padding: 15px;
    background-color: #2b3944;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}
.contact-ascentforce .form-container-requirements .form-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    /* resize: none; */
    outline: none;
    /* margin-bottom: 2rem; */
    min-height: 100%;
    height: 150px;
    font-size: 13px;
}
  .contact-ascentforce{
        padding: 5rem 0;
    }
    
   .contact-ascentforce .sec-big-title{
        font-size: 29px;
        font-weight: 600;
    }
    
    .form-container-requirements{
    background-color: #f6f7f7;
    padding: 58px 40px;
    border-radius: 20px 0 0 20px;
    position: relative;
    z-index: 9;
    }
    
    .form-control:focus {
            background-color: unset;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
    }
    
    
    .form-control {
        font-size: 14px;
    }
    
    
    .location-imgeds-kamp img{
            padding: 1px;
    }