body,
html {
  background: #ffffff;
  color: #070d25;
  height: 100%;
  width: 100%;
  line-height: 1;
  position: relative;
  font: 400 18px "Poppins", sans-serif;
}

/* Custom Scrollbar */
*::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(117 117 117 / 20%);
}
.link {
    color: #094db1;
}
.link {
    text-decoration: none;
}

/*  */
.inner_sec_2{
  padding: 0 !important;
}
.inner_sec_22{
  padding:70px 0;
  background-color: #f9f9f9;
  border-radius: 10px;
}
@media screen and (max-width: 1399px) {
  .inner_sec_22{
    padding:40px 0;
  }
  .inner_sec_12{
    padding:50px 0 !important;
  }
}

/* career-section-1 */
.career-section-1{
  padding: 150px 0 50px !important;
  position: relative;
  z-index: 1;
}
.career-title{
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.career-title span{
  color: #2f68cf;
}
.rounded-iamge{
  border-radius: 24px;
}
.banner-content-width{
  max-width: 745px;
}
.h3tag {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}
.banner-img-left{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.content-img{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
/* career-slider */
.career-slider{
  padding: 40px 0;
}
.career-slider-item:nth-child(even){
  margin-top: 60px;
}
/* career-section-2 */
.career-section-2{
  padding: 40px 0;
}
ul.career-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.career-list li{
  padding: 15px 0 15px 25px;
  position: relative;
}
ul.career-list li::before{
  content: "";
  width: 10px;
  height: 10px;
  background: #2c67d1;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 23px;
}
/* career-section-3 */
.career-section-3{
  padding: 20px 0 40px;
}
.green-contact-group {
  background: #ccf7e8;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
.contact-card{
  min-width: 25%;
}
.contact-card a{
  text-decoration: none;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #85cdb4;
  justify-content: flex-start;
  transition: .5s;
}
.contact-card a:hover{
  background: #78b8a1;
}
.contact-card:last-child a{
  border-right: 0;
}
.contact-card a span{
  color: #070d25;
  display: block;
  margin-top: 7px;
  transition: .5s;
}
.contact-card a:hover span{
  color: #ccf7e8;
}
/* career-section-4 */
.career-section-4{
  padding: 40px 0 20px;
}
.big_header{
  margin-bottom: 50px;
  position: relative;
}
.big_header h6{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 48px;
}
.big_header h2{
  font-size: 170px;
  text-align: left;
}
.opening-card{
  background: #ccf7e8;
  border-radius: 35px;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.opening-card h3{
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 40px;
  max-width: 65%;
}
.card-button{
  text-decoration: none;
  font-size: 18px;
  color: #070d25;
  font-weight: 600;
  border: 1px solid #070d25;
  border-radius: 10px;
  padding: 10px 30px 12px;
  margin-top: 40px;
  max-width: 180px;
  display: block;
  text-align: center;
}
.yellow-card{
  background: #ffff9f url(../images/career/yellow-ribbon.png) no-repeat scroll right -15px !important;
}
.blue-card{
  background: #c4d9ff url(../images/career/blue-ribbon.png) no-repeat scroll right -15px !important;
}
.pink-card{
  background: #ffd9e4 url(../images/career/pink-ribbon.png) no-repeat scroll right -15px !important;
}

/* career-section-5 */
.career-section-5{
  padding: 40px 0 40px;
}
.content-left{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
@media screen and (max-width: 1399px) {
  .big_header {
    margin-bottom: 60px;
  }
  .big_header h2 {
    font-size: 138px;
  }
}
@media screen and (max-width: 1199px) {
  .big_header h2 {
    font-size: 114px;
    padding-top: 30px;
  }
  .career-title{
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .career-title{
    font-size: 32px;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
  }
  .big_header {
    margin-bottom: 30px;
  }
  .big_header h6{
    position: relative;
    font-size: 36px;
  }
  .big_header h2 {
    font-size: 64px;
    padding-top: 0px;
  }
  .banner-img-left{
    margin-bottom: 50px;
  }
  .green-contact-group{
    flex-wrap: wrap;
  }
  .contact-card {
    min-width: 100%;
    flex-wrap: wrap;
  }
  .contact-card a{
    border-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
  }
  .contact-card a img{
    margin-right: 30px;
  }
  .contact-card a span{
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .big_header {
    margin-bottom: 30px;
  }
  .big_header h6{
    position: relative;
    font-size: 24px;
  }
  .big_header h2 {
    font-size: 44px;
    padding-top: 0px;
  }
  .banner-img-left{
    margin-bottom: 50px;
  }
}

@media (max-width: 1199px) {
    .h3tag {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .h3tag {
        font-size: 28px;
    }
}

.flex_img {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 0 15px 15px;
}
.h5tag {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.para {
    font-size: 16px;
}
@media (max-width: 991px) {
    .flex_img {
        flex-direction: column;
        margin-bottom: 20px;
        text-align: center;
    }
    .flex_img{
      text-align: center;
    }
}

 /* why work section */
.inner_sec_12{
padding:100px 0;
}

/* Why Work Section 2026 Modern Design */
.why-work-section .inner12_bg {
    background: transparent;
    padding: 60px 0;
}

.why-work-section .h3tag {
    font-size: 2.5rem;
    line-height: 1.2;
}

.why-work-item {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 16px 20px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
}



.why-work-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #ee48b4  0%, #a855f7 100%);
    color: #ffffff;
    border-radius: 14px;
    flex-shrink: 0;
}


.why-work-slider-container {
    padding: 15px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.why-work-slider .slider-item {
    outline: none;
}

.why-work-slider .slider-item img {
    height: 420px;
    object-fit: cover;
    border-radius: 16px;
}

.slider-navigation {
    padding: 15px 10px 5px;
}

.slider-progress-wrapper {
    height: 6px;
    background: #f1f5f9;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #ee48b4 , #a855f7);
    width: 0;
    transition: width 0.4s ease;
    border-radius: 4px;
}

.slider-arrows .btn {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    border-radius: 100%;
}

.slider-arrows .btn img {
    transition: all 0.3s ease;
}

.slider-arrows .btn:hover {
    background: #141414;
    color: #ffffff;
    border-color: #141414;
}
.slider-arrows .btn:focus{
  box-shadow:none !important;
}

.slider-arrows .btn:hover img {
    filter: brightness(0) invert(1);
}




/*  */
.cta_banner .box {
    background: #fff2fc;
    border-radius: 16px;
    padding: 60px 40px;
}

@media (max-width: 991px) {
    .cta_banner .box {
        padding: 20px !important;
    }

    .btn_flx {
      display:flex;
        justify-content: center;
    }
    .slider-progress-wrapper{
display:none;
    }
    .slider-arrows{
      margin: auto;
    }
}


/* ------------- Why We Stand Out (Section 6) ------------- */
.inner_sec_new_2_0 .white_box {
    background-color: #ffffff;
    padding: 24px 15px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%; /* Ensures equal height for all cards in the flex grid */
}



.inner_sec_new_2_0 .icon_box {
    background-color: #f4f7fa; 
    padding: 15px;
    border-radius: 50%; /* Rounds the background behind the icon */
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.inner_sec_new_2_0 .icon_box img {
    width: auto;
    height: 100%;
    max-height: 45px; /* Constrains the SVG perfectly */
    object-fit: contain;
}

.inner_sec_new_2_0 .white_box .para {
    font-size: 16px;
    font-weight: 500;
}

/* Media queries to scale down padding and sizing on mobile screens */
@media (max-width: 991px) {
.inner_sec_new_2_0 .para1{
font-size:16px;
}
}
@media (max-width: 767px) {
    .inner_sec_new_2_0 .white_box {
        padding: 20px 10px;
    }
    
    .inner_sec_new_2_0 .icon_box {
        width: 60px;
        height: 60px;
        padding: 12px;
        margin-bottom: 10px;
    }
    
    .inner_sec_new_2_0 .icon_box img {
        max-height: 35px;
    }



}


/*  */

.inner_sec_1 {
    position: relative;
    z-index: 1;
    padding: 100px 0 30px;
    min-height: 100vh;
}

.h2tag {
    font-size: 48px;
        font-weight: 600;
}
.inner_sec_1 .para {
    font-size: 18px;
    min-height: 3rem;
}

@media (max-width: 1199px) {
    .h2tag {
        font-size: 38px;
    }
}
@media (max-width: 1199px) {
    .inner_sec_1 .para {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .h2tag {
        font-size: 32px !important;
        padding-bottom: 0 !important;
        margin-bottom: 28px !important;
    }
}

/* inner_sec_new_2_0 */
.inner_sec_new_2_0 {
  background: #edf5f0;
  padding: 60px 0px;
}
.inner_sec_new_2_0 .h3tag {
  text-align: center;
  margin-bottom: 60px;
}
.inner_sec_new_2_0 .box_head {
  display: flex;
  align-items: stretch;
}
.inner_sec_new_2_0 .flex_box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.inner_sec_new_2_0 .white_box {
  padding: 36px;
  background: #fff;
}
.inner_sec_new_2_0 .white_box_2 {
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  flex: 1 0 0;
}
@media screen and (max-width: 1199px) {
  .inner_sec_new_2_0 .box_head {
    flex-wrap: wrap;
    gap: 8px;
  }
  .flex_box.flex_box_2 {
    width: 99%;
  }
  .inner_sec_new_2_0 .white_box_2 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .inner_sec_new_2_0 .white_box {
    flex: 100% 0 0;
    text-align: center;
  }
  .flex_box.flex_box_2 {
    width: 100%;
  }
}


