@charset "UTF-8";

* {
  box-sizing: border-box;
}

body,
html,
p,
ul {
  margin: 0;
  padding: 0;
  color: #222222;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
}

html {
  scroll-behavior: smooth;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

.primary-color {
  background-color: #ee7c43;
}

.center {
  text-align: center;
}



/*header-css*/

#header-contain {
  background: #ffffff;
  position: fixed;
  width: 100%;
  height: 85px;
  top: 0;
  z-index: 9999;
}

.d-flex {
  display: flex;
}



.fc-logo {
  width: 150px;
  height: 35px;
  padding: 15px 0;
  display: block;
  float: left;
  text-decoration: none;
}

.nav-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.nav-bar ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  padding: 25px 30px;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-top: 3px solid #df724b00;
}


.nav-items.active {
  font-weight: 600;
  border-top: 3px solid #df724b;
}


/*humbuger-menu*/

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}


.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #505050;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #505050;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  max-height: 440px;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/*header-css-end*/

#content-id {
  margin-top: 87px;
}


.cta-btn a {
  color: #ffffff;
  cursor: pointer;
  background: linear-gradient(to bottom, #f6693f, #f37040, #f17741, #ee7d43, #eb8345);
  ;
  display: inline-block;
  padding: 10px 60px;
  text-decoration: none;
  border: 1px solid #e3714d;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 24px;
  font-weight: 400;
  /*box-shadow: 0 0 16px #dc957b; */
  text-transform: uppercase;
}

/*job-section-css*/



.freecharge-bg {
  margin-top: -3px;
  width: 81px;

}

.job-section {
  position: relative;
  margin-bottom: 60px;
}

.dot-img {
  width: 47px;
  position: absolute;
  top: 17px;
}


.job-section .row .left-side {
  float: left;
  width: 50%;
}



.job-section .row .right-side {
  float: right;
  width: 50%;
  padding-top: 30px;
}


.link-arrow {
  width: 20px;
}

.heading h1 {
  font-size: 40px;
  line-height: 55px;
  color: #222222;
  margin-top: 0;
  text-align: left;
  margin-bottom: 26px;
}

.divider {
  height: 3px;
  background-color: #f36f40;
  display: block;
  width: 100px;
}

.job-section .left-side .text p {
  font-size: 22px;
  line-height: 38px;
  font-style: italic;
  margin: 40px 0;
  padding: 0 80px 0 0;
  color: #222222;
  font-weight: 100;
  letter-spacing: 0;
  margin-top: 27px;
  margin-bottom: 37px;
}

.life-heading .text p{
  text-align: center;
  width: 77%;
  padding: 0px;
  margin: 10px auto;  
}
.life-heading .divider{
  margin: 0 auto;
}


.text p {
  font-size: 22px;
  line-height: 38px;
  font-style: italic;
  margin: 40px auto;
  padding: 0px 80px 0px 0px;
  color: #222222;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 27px;
  margin-bottom: 37px;
}


.card {
  background: #fff;
  box-shadow: 0 0 26px #efefef;
  padding: 10px 35px;
  margin: 0px 0px 30px 0;
  border-radius: 10px
}

.job-title h4 {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  letter-spacing: 0;
  font-weight: 600;
}

.job-decs span {
  margin-top: -15px;
}


.job-decs {
  display: flex;
  justify-content: space-between;
}

.job-decs p {
  font-size: 14px;
  color: #8a8888;  
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 200;
}

.no-job{
  width: 63%;
  margin: 0 auto;
}

.no-job h4 {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  color: #222222;
}

.no-job p {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
  color: #222222;
}

.no-job p a {
  text-decoration: none;
  color: #df724b;
}



/*job-sec-css-end*/



/*our-product*/

.product {
  margin-bottom: 40px;
  display: block;
  scroll-margin-top: 70px;

}

.dot-bg {
  width: 160px;
  margin-top: 60px;
  position: relative;
  left: 30px;
  transform: skew(-5deg);

}

.product-area {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}

.arrow-bg {
  width: 73px;
  position: absolute;
  right: 60px;
}

.product-area .left-product {
  background: #fff7f3;
  width: 40%;
  float: left;
  margin: 10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  transform: skew(5deg);
  -webkit-transform: skew(5deg);
  -moz-transform: skew(5deg);
  -o-transform: skew(5deg);
  position: absolute;
  top: 120px;
  display: flex;
  left: -33px;
  z-index: 1;
}


.text-area1 .heading h1 {
  font-size: 48px;
  color: #222222;
  letter-spacing: 0;
  text-align: left;
  line-height: 50px;
}

.text-area1 .text p {
  font-size: 20px;
  color: #222222;
  letter-spacing: 0;
  text-align: left;
  line-height: 35px;
  font-weight: 300;
}



.product-area .right-product {
  background: white;
  width: 65%;
  float: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  transform: skew(5deg);
  -webkit-transform: skew(5deg);
  -moz-transform: skew(5deg);
  -o-transform: skew(5deg);
  box-shadow: 0 0 25px #efefef;
  margin-bottom: 40px;
}

.product-img {
  width: 450px;
}

.top-section .product-info {
  padding: 0 120px 0px 40px;
}

.dashed-divider {
  border: 1px dashed #e8e8e8;
  margin: 0 60px
}

.top-section .product-info h1 {
  font-size: 24px;
  color: #222222;
  letter-spacing: 0;
  text-align: left;
  line-height: 34px;
  font-weight: 600;

}

.top-section .product-info p {
  font-size: 18px;
  line-height: 26px;
  color: #423c3c;
  font-weight: 100;
  letter-spacing: 0;
}

.text-area1 {
  padding: 80px 0px 40px 80px;
  margin-left: 40px;
}

.text-area2,
.text-area1 {
  transform: skew(-5deg);
}

.top-section {
  display: flex;
  margin: 80px 100px 50px;
}

.arrow-ight-img {
  transform: rotate(180deg);
  position: relative;
  right: -82px;
}

.down-section {
  display: flex;
  margin: 50px 20px 100px 110px;
}

.left-col .product-img,
.right-col .product-img {
  width: 189px;
}

.down-section .product-info h1 {
  font-size: 22px;
  color: #222222;
  letter-spacing: 0;
  text-align: left;
  margin-top: 40px;
  font-weight: 600;

}

.down-section .product-info p {
  font-size: 18px;
  line-height: 26px;
  color: #423c3c;
  font-weight: 100;
  letter-spacing: 0;
}

/*our product-end*/


/*pleased to be recognized*/

.recognized-heading{
  width: 90%;
  margin: 0 auto;
}
.recognized-heading p {
  font-size: 42px;
  line-height: 1.5;
  font-weight: bold;  
  margin-bottom: 15px;  
}

.recognized-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding: 20px 0px 70px;
  margin: 0 auto;
  width: 90%;
}

.recognized-item {
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
}

.recognized-item-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.image-section {
  max-width: 104px;
  width: 80%;
}

.recognized-title-subtitle-section {
  margin: 0 0 0 10px;
}

.recognized-title-subtitle-section p span {
  color: #FC1A26;
  font-weight: bold;
}

.recognized-title-subtitle-section .title {
  font-size: 1.3rem;
  line-height: 1.5;
}

.recognized-title-subtitle-section .sub-title {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: bold;
}

/*pleased to be recognized end*/


/*join-us-css-strat*/

.join-us {
  padding: 0 0 48px;
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 590px;
  margin-top: 5%;
}

.join-box {
  background: #ffffff;
  box-shadow: 0 6px 24px #efefef;
  overflow: hidden;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  position: absolute;
  top: 66%;
  /* right: 0; */
  clear: both;
  padding: 50px 50px 20px 50px;
}

.heading-col .heading h1 {
  font-style: italic;
}

.join-box .row {
  display: flex;
}

.icon-col .icon-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 150px;
}

.icon-row .col {
  flex: 1 1 50%;
  max-width: 492px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.icon-row .col>div {
  margin-right: 50px;
}

.icon-up {
  text-align: center;
}

.icon-up img {
  width: 80px;
}

.text-down p {
  font-size: 17px;
  color: #222222;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  line-height: 22px;
}

.heading-col {
  max-width: 328px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 150px;
  margin-top: 50px;
}

.heading-col .heading {
  margin-top: -70px;
}


.heading-col :after {
  content: '';
  position: absolute;
  width: 650px;
  height: 650px;
  background: #fff8f4;
  border-radius: 50%;
  right: 45%;
  transform: translateX(50%);
  top: -20px;
  z-index: -1;
}

.para p {
  font-size: 18px;
  line-height: 38px;
  font-style: normal;
  margin: 40px 0;
  padding: 0 0 0 0;
  color: #222222;
  font-weight: 100;
  letter-spacing: 0;
  margin-top: 27px;
  margin-bottom: 24px;
}

#home {
  scroll-margin-top: 87px;
  position: relative;
}

/*life-section-css*/

.life-freecharge {
  scroll-margin-top: 130px;
}

.life-section .row {
  display: flex;
  margin-bottom: 36px;
}

.life-heading .left-side .heading h1 {
  font-size: 48px;
  line-height: 68px;
  letter-spacing: 0;
  color: #222222;
  text-align: center;
  margin: 0px;
}


.life-heading {
  flex: 1 1 100%;
}

.checkout-btn a {
  color: #ffffff;
  cursor: pointer;
  background: #6057db;
  display: inline-block;
  padding: 0px 25px 0 0px;
  text-decoration: none;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 57px;
  line-height: 12px;
  display: none;
}

.checkout-button {
  vertical-align: middle;
  margin-left: -7px;
  display: inline-block;
}


.checkout-button img {
  width: 74px;
}

/*slider*/


.img-slider {
  margin-bottom: 130px;
  display: none;
}


.main-content .popular {
  background: #fff;
}

.main-content .popular .item p {
  text-align: left;
  padding-left: 20px;
}

.main-content .popular .item p a {
  font-size: 16px;
  color: #414a56;
}


/*leader-css*/

.leader {
  scroll-margin-top: 120px;
}

.leader-section {
  padding: 50px;
}

.leader-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;

}


.leader-row .leader-column {
  /*flex: 1 1 25%;*/
  flex-basis: auto;
  padding: 20px;
  max-width: 25%;
}


.linkedin-profile a img {
  width: 30px;
}

.leader-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 19px;
}

.leader-title h1 {
  font-size: 40px;
  line-height: 30px;
  color: #222222;
  text-align: center;
  padding-top: 50px;
}



.leader-title p {
  font-size: 20px;
  line-height: 30px;
  margin: 40px 0;
  color: #222222;
  font-weight: 100;
  text-align: center;
}

.leader-name p {
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  color: #222222;
  letter-spacing: 0;
}

.leader-position p {
  font-size: 16px;
  line-height: 20px;
  opacity: 75%;
  letter-spacing: 0;
}


.blank-img {
  position: relative;
}

.blank-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blank-text p {
  font-size: 34px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-style: italic;
  font-weight: 600;
}

.blank-text a {
  color: #f36f40;
  cursor: pointer;
  background: #ffffff;
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 46px;
  width: 190px;
  text-transform: uppercase;
}

/*overlay-text on leader*/

.img_wrap {
  position: relative;
}

.img_description_layer {

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*border-radius: 5px;*/
  background: rgba(0, 0, 0, 0.69);
  ;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  transition: .5s ease;
}

.img_wrap:hover .img_description_layer {
  visibility: visible;
  opacity: 1;

}

.img_description_layer p {
  transition: .2s;
  color: #fff;
  transform: translateY(1em);
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  padding: 0 15px;
  /*  top:100%;*/
}

.img_wrap:hover .img_description_layer p {
  transform: translateY(0);
}

/*end here overlay*/


.great-place-logo {
  position: absolute;
  left: -70px;
  top: -45px;
  width: 25%;
}

/*employee-stories-css*/

.employee-stories {
  /*background: #f9f9f9; */
  scroll-margin-top: 85px;
}

.employee-area {
  background: #f9f9f9;
  border-radius: 10px;
}

.employee-heading {
  padding: 50px 0;
  text-align: center;
}

.employee-heading h1 {
  font-size: 40px;
  line-height: 50px;
  color: #222222;
  margin-top: 0;
  /*display: flex; */
  margin-bottom: 10px
}

.employee-heading span {
  margin: 20px auto;
}


.employee-heading p {
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
  font-style: italic;
}

.owl-two {
  padding: 20px 0 75px;
  border-radius: 10px;
}


.owl-two .item {
  background: #ffffff;
  border-radius: 10px;
  padding: 0 41px 41px;
  margin-top: 65px;
  min-height: 328px;
  box-shadow: 0 0 26px #efefef;
  margin-bottom: 25px;

}


.owl-two .item .employee-detail img {
  width: 129px;

  border-radius: 15px;
  margin-top: -35px;
  margin-right: 28px;
}

.owl-two .item .employee-detail {
  display: flex;
}

.owl-two .item .employee-detail .employee-name p {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #222222;
  margin: 15px 0 0 0;

}

.owl-two .item .employee-detail .employee-name p:last-of-type {
  font-weight: 100;
  font-size: 16px;
  line-height: 29px;
  color: #666666;
  margin: 0;
  text-transform: uppercase;
}

.owl-two .item .emp-stories p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  margin-top: 30px;
  padding: 0px 1px;
}

.owl-dots {
  text-align: center;
  margin: 20px;
}

.owl-carousel button.owl-dot {
  height: 12px !important;
  width: 12px !important;
  background: #d8d8d8 !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  margin: 0 5px !important;
  outline: none;
}

.owl-carousel button.owl-dot.active {
  background: #f46d40 !important;
}



.double-quotes1,
.double-quotes2 {
  font-size: 78px;
  color: #ecedee;
  font-weight: 600;
}

.double-quotes1 {
  float: left;
  clear: both;
}

.double-quotes2 {
  float: right;
  clear: both;
}

.bg-img {
  position: relative;
}


.bg-img .left-img {
  position: absolute;
  top: 100px;
  z-index: 1;
}

.bg-img .left-img img {
  width: 90px;
}

.bg-img .right-img img {
  width: 130px;
}

.bg-img .right-img {
  position: absolute;
  right: 0;
}


.mobile-view {
  display: none;
}

/*employee-section-end*/






/*future-area -css*/

.future-area .row {
  background: #fffbf9;
  width: 70%;
  margin: 0 auto;
  transform: skew(5deg);
  -webkit-transform: skew(5deg);
  border-radius: 30px;
}

.join-text {
  margin: 47px 111px;
  transform: skew(0deg);
  text-align: center;
  padding: 7% 0px;
}


.join-text .heading h1 {
  font-size: 42px;
  line-height: 60px;
  color: #222222;
  margin-top: 0;
  text-align: center;
  margin-bottom: 22px;
}


.join-text .text p {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 35px;
  padding-right: 0px;
}

.skew-center {
  transform: skew(-5deg);
  position: relative;
  overflow: hidden;
}


.future-section .ellipse img {
  position: absolute;
  top: -80px;
  right: -94px;
  width: 30%;
  transform: skew(5deg, -5deg);
}

.future-section .rectangle img {
  position: absolute;
  bottom: -55px;
  left: -96px;
  width: 30%;
  transform: skew(5deg, -15deg);
}




/*footer*/

footer {
  padding: 35px 0 0 0;
  background-color: #f9f9f9;
  margin-top: 5%;
}

.mobile-view-text,
.mobile-view-text2,
.divider-mobile {
  display: none;
}

.footer-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footer-list .about img {
  width: 150px;
}


/*.footer-list .about{
    margin-right: 175px;
    margin-left:65px;
}*/

.footer-list .about p {
  font-size: 15px;
  line-height: 26px;
  color: #444444;
  opacity: 80%;
  margin-top: 19px;
  letter-spacing: 0;
  font-weight: 400;
}

.footer-list .list-items ul li {
  list-style: none;
  margin: 20px 0;
}

.footer-list .list-items li:first-child {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 26px;
  font-family: 'Source Sans Pro', sans-serif;
}


.footer-list .list-items li:first-child a {
  color: #222222;
}

.footer-list .list-items li a {
  text-decoration: none;
  color: #666666;
  font-size: 15px;
  line-height: 20px;

}

.social-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 59px;
}


.app-store {
  display: flex;
}
.social-media{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 111;
}

.social-list .app-store .g-play {
  width: 119px;
  margin-right: 14px;
}

.social-list .app-store .ios {
  width: 104px;
}

.social-media>div {
  width: 37px;
  margin: 11px;
}

.certificate {
  width: 383px;
}

.product-list {
  margin-right: 20px;
}

.footer-text {
  background: #f7f7f8;
  padding: 22px;
  margin-top: 25px;
}

.footer-text p {
  font-size: 14px;
  color: #444444;
  line-height: 18px;
  text-align: left;
  opacity: 80%;
}

/*end-here

/********************Life at Freecharge Slider**********************/
.card.tabs {
  text-align: center;
  position: relative;
}

.card.tabs input {
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.card.tabs input+label {
  font-weight: 300;
  color: #666;
  margin: 10px 0;
  width: 110px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  font-size: 12px;
  border: none;
}

.card.tabs input+label:hover {
  color: #777;
}

tab-1:checked~.glider {
  left: 0px;
}

#tab-2:checked+label {
  color: #fff;
  background: #F37647;
}

#tab-2:checked~.glider {
  background: linear-gradient(90deg, #51a14c 0%, #10c33e 100%);
  box-shadow: 0px 0px 8px 0px rgba(47, 187, 12, 0.62);
}

#tab-2:checked~.glider {
  left: 113px;
}

#tab-3:checked+label {
  color: #525252;
}

#tab-3:checked~.glider {
  background: linear-gradient(90deg, #4a4a4a 0%, #9b9b9b 100%);
}

#tab-3:checked~.glider {
  left: 226px;
}

#tab-4:checked+label {
  color: #b12222;
}

#tab-4:checked~.glider {
  background: linear-gradient(90deg, #b93232 0%, #ff5d5d 100%);
  box-shadow: 0px 0px 8px 0px rgba(231, 13, 93, 0.57);
}

#tab-4:checked~.glider {
  left: 339px;
}

#tab-1:checked~section #content-common-1,
#tab-2:checked~section #content-common-2,
#tab-3:checked~section #content-common-3,
#tab-4:checked~section #content-common-4,
#tab-5:checked~section #content-common-5,
#tab-6:checked~section #content-common-6 {
  opacity: 1;
  visibility: visible;
}

.card.tabs input+label {
  width: auto;
  height: 48px;
  transition: all 0.3s;
  border: none;
  border-bottom: 0.5pt solid #1d1e22;
  display: inline-flex;
  align-items: center;
  -webkit-box-pack: center;
  padding: 0pt 10pt;
  justify-content: center;  
  border: 1px solid #dfdfdf;  
  font-weight: 400;
  font-size: 16px;
  background: #fff;
  margin-bottom: 0.5px;
  border-radius: 100px !important;  
  color: #222;
}


.card.tabs input {
  position: relative;
  opacity: 0;
  margin: auto !important;
  padding: 0;
}

label.tab.tab-primary {
  border-radius: 6pt 0 0 6pt;
}

label.tab.tab-warning {
  border-radius: 0 6pt 6pt 0;
}

#tab-1:checked+label {
  color: #fff;
  background: #F37647;
}

#tab-3:checked+label {
  color: #fff;
  background: #F37647;
}

#tab-4:checked+label {
  color: #fff;
  background: #F37647;
}

#tab-5:checked+label {
  color: #fff;
  background: #F37647;
}
#tab-6:checked+label {
  color: #fff;
  background: #F37647;
}

#tab-1:checked~.glider {
  left: 1.6%;
}

#tab-2:checked~.glider {
  left: 21.85%;
}

#tab-3:checked~.glider {
  background: linear-gradient(90deg,
      #faffcc 0%,
      #f5eea3 10%,
      #ffe48a 40%,
      #ffb54d 65%,
      #ff974d 85%,
      #ff8052 100%);
  left: 42.15%;
}

#tab-4:checked~.glider {
  background: linear-gradient(90deg, #b9326f 0%, #ff5ddc 100%);
  box-shadow: 0px 0px 8px 0px rgba(231, 13, 93, 0.57);
  left: 62.365% !important;
}

span.numit {
  font-size: 12pt;
  font-weight: 600;
  text-shadow: 0.5px 0.5px 0.5px #e7e9f5;
  color: #0e101a;
  margin-right: 2px;
  margin-left: -2px;
  padding: 0;
  color: aliceblue;
  text-shadow: 0.5pt 0.5pt 0.5pt #2d3748;
}
#content-main.content { 
  margin: 2% auto 0px;
  text-align: left;
  color: #666;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  height: 500px;
}
#content-main.content .item {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  padding: 10px 20px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
[id*="content-common"] .owl-carousel .owl-stage-outer {
  width: calc(90vw - 100px);
}

[id*="content-common"] .owl-carousel .owl-item a img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 15px;
}
[id*="content-common"] .owl-carousel .owl-item a:last-child img {
  margin-bottom: 0;
}
[id*="content-common"] .owl-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: -70px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255) !important;
  display: inline-block;
  border-radius: 50%;
  font-size: 35px !important;
  line-height: 35px;
  color: #e0571d;
  box-shadow: 0 0 8px rgb(0 0 0 / 25%);
  border: none !important;
}
[id*="content-common"] .owl-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: -70px;
  padding: 0px 15px 6px 15px !important;
  background: rgb(255, 255, 255) !important;
  display: inline-block;
  border-radius: 50%;
  font-size: 35px !important;
  line-height: 35px;
  color: #e0571d;
  box-shadow: 0 0 8px rgb(0 0 0 / 25%);
  border: none !important;
}

.fancybox-image{
  border: 20px solid #fff !important;
  border-radius: 35px !important;
}

.great-place-wrapper{
  border-radius: 40px;
  background: #FFF7F2;
  width: 80%;
  margin:6% auto 6%;
  padding-top: 30px;
  position: relative;
}
.great-place-wrapper-inner{  
  width: 80%;  
  margin-left: 20%; 
}
.leader-img img {
    max-width: 268px;
}
/********************Life at Freecharge Slider End**********************/


/******************** Our Values Section **********************/
    .our-value,
    .emp-benefits {
      padding: 40px 20px;
      max-width: 1320px;
      margin: auto;
      text-align: center;
    }

    .our-value h2,
    .emp-benefits h2{
      font-size: 3rem;
    }

    .our-value h2 span,
    .emp-benefits h2 span {
      color: #FF681F;
    }

    .our-value p.subtitle,
    .emp-benefits p.subtitle {
      color: #222;
      margin-bottom: 4rem;
      font-size: 18px;
    }

    /* --- Rows --- */
    .our-value .row {
      display: flex;
      justify-content: center;
      gap: 80px;
      margin-bottom: 80px;
      flex-wrap: wrap;
    }

    .our-value .row.top {
      justify-content: space-around;
    }

    .our-value .row.middle {
      justify-content: center;
      gap: 120px;
    }

    /* Each block (letter + content right) */
    .our-value .letter-block {
      display: flex;
      align-items: center;
      gap: 25px;
      max-width: 360px;
      text-align: left;
    }

    .our-value .row.middle .letter-block,
    .our-value .row.middle .content {
      height: 112px;
      position: relative;
    }
    .our-value .row.middle .letter,
    .our-value .row.middle .content {
      height: 112px;
      position: relative;
    }
    .our-value .row.middle .letter .dotted-img{
      position: absolute;
      top: -60%;
      left: -60%;
      max-width: 70px;
    }
    
    .our-value .row.middle .content .dotted-img{
      position: absolute;
      top: -130px;
      left: 15%;
      max-width: 50px;
    }

    .our-value .content  {
      max-width: 220px;
      width: 100%;
    }

    .our-value .content h3 {
      font-size: 20px;
      margin: 0 0 10px 0;
      color: #333;
    }

    .our-value .content p {
      font-size: 16px;
      color: #423c3c;
      margin: 0;
      line-height: 120%;
    }

    /* Button Join Us */
    .our-value .btn {
      background: #ff5a1f;
      border: none;
      padding: 14px 40px;
      border-radius: 8px;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s;
    }

    .our-value .btn:hover {
      background: #e14e17;
    }
/******************** Our Values Section End **********************/

/******************** Employee Benefits Section **********************/
.emp-benefits .slider-container {
      max-width: 1320px;
      margin: 0 auto;
      overflow: hidden;
      position: relative;
      padding-bottom: 80px; 
      text-align: left;
    }

    .emp-benefits .slider-track {
      display: flex;
      transition: transform 0.5s ease;
    }

    .emp-benefits .slide {
      flex: 0 0 41%;   /* ~2.5 cards on desktop */
      margin-right: 25px;
    }

    .emp-benefits .slide-content {
      background: #f8f8f8;
      border-radius: 40px;
      padding: 40px 0px 40px 40px;
      height: 100%;
      /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
      position: relative; /* for image positioning */
      overflow: hidden;
    }
    .emp-benefits .slide-content h2{
      font-size: 28px;
      font-weight: 600;
      margin-top: 0;
    }
    .emp-benefits .slide-content p{
      margin-top: 8px;
      font-size: 20px;
    }

    /* Different bg for each card */
    .emp-benefits .slide:nth-child(1) .slide-content { background: #FFF3E9; }
    .emp-benefits .slide:nth-child(2) .slide-content { background: #FFF0F7; }
    .emp-benefits .slide:nth-child(3) .slide-content { background: #D3EFE4; }
    .emp-benefits .slide:nth-child(4) .slide-content { background: #ffe9ec; }
    .emp-benefits .slide:nth-child(5) .slide-content { background: #edf3fc; }

    /* ✅ Custom bullet list with green circle + thin tick */
    .emp-benefits .slide-content ul {
      list-style: none;
      margin: 10% 0 0 0;
      padding: 0;
    }

    .emp-benefits .slide-content ul li {
      position: relative;
      padding-left: 32px;
      margin-bottom: 10px;
      color: #333;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 400;
      max-width: 320px;
    }

    .emp-benefits .slide-content ul li::before {
      content: "✓"; 
      position: absolute;
      left: 0;
      top: 2px;
      width: 20px;
      height: 20px;
      background: #28a745;
      color: #fff;
      font-size: 10px;
      font-weight: normal;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: system-ui;
    }

    /* ✅ Card bottom-right image */
    .emp-benefits .slide .card-img {
      position: absolute;
      bottom: -3px;
      right: 0px;
      width: 42%;
      height: auto;
      opacity: 0.9;
      max-width: 250px;
    }
    /* Common card image */
    /* .card-img {
      margin-top: 15px;
      width: 200px;
      height: auto;
    } */

    /* 3rd slide custom image width */
    .slider-track > .slide:nth-child(3) .card-img {
      width: 320px; /* bigger width */
    }

    /* long arrows */
    .emp-benefits .controls {
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .emp-benefits .arrow {
      display: flex;
      align-items: center;
      font-size: 18px;
      color: #ff6600;
      font-weight: bold;
      cursor: pointer;
      user-select: none;
      opacity: 1;
      transition: opacity 0.3s, color 0.3s;
    }

    .emp-benefits .arrow.left::before {
      content: "←";
      font-size: 40px;
    }

    .emp-benefits .arrow.right::after {
      content: "→";
      font-size: 40px;
    }

    /* Disabled arrows */
    .emp-benefits .arrow.disabled {
      color: #ccc;
      cursor: not-allowed;
      opacity: 0.6;
    }

    .emp-benefits .card-wrapper {
      margin-bottom: 3%;
    }

    /* .emp-benefits .join-btn {
      display: block;
      margin: 30px auto;
      padding: 12px 30px;
      background: #ff6600;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
    } */

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .emp-benefits .slide { flex: 0 0 70%; } /* ~1.5 cards */
      .emp-benefits .card-img { width: 50px; }
    }

    @media (max-width: 600px) {
      .emp-benefits .slide { flex: 0 0 90%; } /* 1 card */
      .emp-benefits .card-img { width: 40px; }
    }
/******************** Employee Benefits Section End **********************/

