.feature-style-three-area {
    background: #fff;
}
        

.default-padding.bottom-less {
    padding-top: 60px;
    padding-bottom: 60px;
}

.card-style-seven {
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.bg-light1 {
    background: #eee;
    padding: 5px 30px;
    border-radius: 50px;
    font-size: 24px;
    line-height: 2.3em;
    width: 500px;
    color: #f26a2a !important;
}

.bg-theme {
    background-color: #1e8181;
}

.bg-purpleq {
    background: #4f427a;
    padding: 10px 20px;
    border-radius: 5px;
    width: 500px;
    color: #fff !important;
}

ul.list-style-three {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.bg-theme ul.list-style-three li {
    color: #fff;
}

ul.list-style-three li {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    color: #000;
}

.text-light ul.list-style-three li::after {
    filter: brightness(0) invert(1);
}

ul.list-style-three li::after {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    background-image: url(../image/arrow-standard-primary.png);
    height: 10px;
    width: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card-style-seven h2 {
    margin-bottom: 20px;
    margin-top: 50px;
}

.text-light a.btn-simple {
    color: #fff !important;
}

a.btn-simple {
    text-transform: uppercase;
    color: #666666;
    display: inline-block;
}


.card-style-six .thumb {
    position: relative;
    margin-top: -110px;
}

.card-style-six {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-style-six .info p {
    margin: 0;
}

.card-style-six .thumb::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 210px;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #fff 70%) repeat scroll 0 0;
}

.card-style-six .info {
    padding: 50px;
    position: relative;
    z-index: 1;
}

.feature-style-three {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 50px;
}

.feature-style-three .customer-list {
    border-top: 1px solid #d6d6ff;
    padding-top: 30px;
}

.feature-style-three .icon img {
    max-height: 120px;
    margin-bottom: 30px;
}

.feature-style-three .info .js-counter {
    font-size: 55px;
    line-height: 1;
    margin-bottom: 15px;
    color: #000;
}

.feature-style-three .info h4 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #000;
}

.customer-list img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    margin-left: -15px;
}

.customer-list span, .customer-list i {
    margin: 0;
    height: 55px;
    width: 55px;
    min-width: 55px;
    text-align: center;
    line-height: 55px;
    background: #1e8181;
    border-radius: 50%;
    margin-left: -20px;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
}

.customer-list h3 {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 20px;
    font-family: var(--font-default);
    font-weight: 600;
}

.pl-80 {
    padding-left: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .card-style-six .info {
        padding: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .card-style-seven {
        padding: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .card-style-seven h2 {
        font-size: 25px;
    }
}

/************** careers-section STARTS HERE******************/

.careers-section {
    position: relative;
    padding-top: 40px;
}

.career-block {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0px 15px 10px -5px rgb(109 117 143 / 30%);
}

.career-block .inner-box {
    position: relative;
    padding: 35px 60px;
    background-color: #e9e9f9;
}

.career-block:nth-child(2) .inner-box {
    background-color: #dff5ef;
}

.career-block:nth-child(3) .inner-box {
    background-color: #fff7df;
}

.career-block:nth-child(4) .inner-box {
    background-color: #f7e7e7;
}

.career-block .inner-box .content {
    /*position: relative;*/
    /*padding-right: 310px;*/
}

.career-block .inner-box .title {
    position: relative;
    color: #51b7bb;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}

.career-block .inner-box h4 {
    font-weight: 700;
    margin-bottom: 12px;
}

.career-block .inner-box h4 a {
    position: relative;
    color: #0c0d24;
}

.career-block .inner-box .text {
    position: relative;
    color: #0c0d24;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.5em;
}

.career-block .inner-box .experience-achievements-list .experience-area {
    margin: 0;
    padding: 0;
    list-style: disc;
    padding-left: 25px;
}

.career-block .inner-box .experience-achievements-list .experience-area li {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #0c0d24;
    margin-bottom: 10px;
}

.bhv-tt {
    text-align: center;
}

.ree-card {
    background: #fff;
    position: relative;
    display: grid;
    border-radius: 10px;
    padding: 2px 2px;
    -webkit-box-shadow: 0 10px 5px -2px rgb(82 0 57 / 20%);
    box-shadow: 0 10px 5px -2px rgb(82 0 57 / 20%);
}

.bhv-tt .creative-img {
    width: 100%;
    /*margin: 0 auto 40px;*/
    border-radius: 10px;
    padding: 10px;
}

.reebgd {
    background: #fff;
}

.career-block .inner-box .btn-box {
    position: absolute;
    right: 0px;
    top: 60px;
}

.career-block .inner-box .btn-box .apply-btn {
    position: relative;
    color: #f15d52;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    padding: 18px 45px 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}






/************ aabha css starts here **************/


/*online product page css */

.process-wrapper.modules-row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  margin-bottom: 24px !important;
  padding: 0 !important;
  overflow: visible !important;
  align-items: stretch !important;
}

.process-wrapper.modules-row.modules-row--single {
  grid-template-columns: 1fr !important;
  margin-bottom: 0 !important;
}

.process-wrapper.modules-row .single-process {
  width: 100% !important;
  margin-top: 0 !important;
  position: relative !important;
}

.process-wrapper.modules-row .animated-vector {
  display: none !important;
}

/* ── Process card ── */
.process-wrapper.modules-row .process-card {
  width: 100% !important;
  border-radius: 20px !important;
  padding: 32px 28px 52px !important;
  position: relative !important;
  overflow: hidden !important;
  min-height: 270px !important;
  display: block !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  box-sizing: border-box !important;
}
.process-wrapper.modules-row .process-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12) !important;
}

/* ── Card background colors ── */
.process-card.c1 { background: #dde0f5 !important; }
.process-card.c2 { background: #e8dfc7 !important; }
.process-card.c3 { background: #d4e8d2 !important; }
.process-card.c4 { background: #fce8d5 !important; }
.process-card.c5 { background: #d5e8f5 !important; }
.process-card.c6 { background: #ecddf5 !important; }
.process-card.c7 { background: #d5f0e8 !important; }
.process-card.c8 { background: #f0e8d5 !important; }
.process-card.c9 { background: #d5e0f5 !important; }


/*.process-wrapper.modules-row .process-card h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: #111 !important;
  margin-bottom: 10px !important;
}*/

.process-wrapper.modules-row .process-card p {
  font-size: 14px !important;
  color: #444 !important;
  line-height: 1.65 !important;
  margin-bottom: 0 !important;
}

.mod-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-top: 16px !important;
}
.mod-pill {
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 4px 11px !important;
  border-radius: 20px !important;
  background: rgba(0,0,0,0.08) !important;
  color: #333 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.5 !important;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .process-wrapper.modules-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 600px) {
  .process-wrapper.modules-row {
    grid-template-columns: 1fr !important;
  }
}

