/* HEADER */
.navbar .container .logo img{
    width: 150px;
}
.header-line{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin-bottom: 0px;
}
@media(max-width:768px){
    .header-line{
        display: none;
    }
}
.media span{
    color: #1ed760;
    font-size: 21px;
}
.navbar-split:after {
    left: calc(70% - 100px);
    border: 100px solid;
    border-color: transparent transparent #f9f9f9 #f9f9f9;
}

/* SIDE CTA BUTTON */
.fixbtn-new{
  position: fixed;
  top: 60%;
  left: -6%;
  transform:translateY(-50%) rotate(270deg);
  z-index: 9999;
}
.side-cta{
   position: relative;
   display: inline-block;
   border: none;
   text-transform: uppercase;
   text-align: center;
   background: linear-gradient(to right, #1ed760, #4aa32d);
   color: #fff;
   font-size: 15px;
   font-weight: bold;
   line-height: 1.4;
   letter-spacing: 1px;
   padding: 8px 25px;
   border-radius: 5px;
   animation: pulse 1.5s infinite;
}

.side-cta:hover{
  background-color: #1ed760;
  color: #fff;
}
@media(max-width:998px){
  .fixbtn-new{
    left: -8%;
  }
}
@media(max-width:768px){
  .fixbtn-new{
    width: 100%;
    position: fixed !important;
    bottom: -3px !important;
    border-bottom: 1px solid #139141;
    z-index: 100000000 !important;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 1px 1px 0;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    /* background-color: #139141; */
    right: auto !important;
    text-align: center;
  }
  .fixbtn-new:hover{
    background: #1ed760;
  }
  .callback-btn{
    padding: 8px 20px;
    background: #000;
  }
  .callback-btn:hover{
    background: #139141;
  }
}

/* RIGHTSIDE BUTTONS */
.rightside-links{
    position: fixed;
    right: 1.50%;
    top: 40%;
    transform: translateY(50%);
    z-index: 9999;
}
.rightside-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}
.rightside-wrapper li a{
    position: relative;
    width: 2.3em;
    height: 2.3em;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.rightside-wrapper li i{
    font-size: 20px;
    color: #fff;
}
.rightside-wrapper li i:hover{
  color: #1ed760;
}
.scrolled .rightside-wrapper li a i{
  color: #000;
}

/* FOOTER */
.footer_widget .footer-logo img{
  width: 250px; 
  background: #1ed760;
  padding: 40px;
  border-radius: 10px;
}

.footer_widget h3{
  font-size: 46px;
  font-weight: 300;
  line-height: 1.4;
  color: #333;
}

.footer_widget h3 a{
   font-size: 42px;
}

.footer_widget h3 a:hover{
  color: #000;
  text-decoration: 2px solid #139141 underline;
}
@media(max-width:768px){
  .footer_widget h3{
    font-size: 30px;
  }
  .footer_widget h3 a{
    font-size: 24px;
  }
}

.footer_widget .footer-address i{
  /* padding: 6px; */
  width: 35px;
  height: 35px;
  font-size: 21px;
  /* margin-bottom: 10px; */
  color: #139141;
  border: 1px solid #139141;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-grid;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.footer_widget .footer-address ul li{
  color: #222;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer_widget .footer-address ul li a{
  display: flex;
}

.footer_widget .social-links {
  margin: 20px 0;
}

.footer_widget .social-links a {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #139141;
  color: #f9f9f9;
  line-height: 1;
  margin: 0 4px;
  border-radius: 50%;
  text-align: center;
  width: 48px;
  height: 48px;
  transition: 0.3s;
}

.footer_widget .social-links a:hover {
  background: #1ed760;
  text-decoration: none;
}

/* HOME--- WHY-SECTION */
.why-section {
  padding: 60px 0;
  background: #f5fbf8;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;

  margin-bottom: 10px;
}

.section-title p {
  font-size: 16px;
  color: #444;
}

.why-content {
  background: #fff;
  padding: 25px 20px;
  margin-bottom: 25px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
}

.why-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.why-content .number {
  font-size: 30px;
  font-weight: 700;
  color: #1ed760;
  display: inline-block;
  margin-bottom: 15px;
}

.why-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-content p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .why-content {
    text-align: center;
    padding: 20px 15px;
  }

  .section-title h2 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .why-content {
    margin-bottom: 20px;
  }

  .why-content .number {
    font-size: 26px;
  }

  .why-content h3 {
    font-size: 18px;
  }
}
/* HOME---WHY */
.home-about{
  padding: 50px 10px;
  background: #f5fbf7;
}
.home-about .container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.home-about h4{
  font-size: 24px;
}
.statistics{
  align-items: center;
  /* justify-content: center; */
  padding: 5px 0;
}
.home-about .statistics .number{
  font-size: 50px;
  -webkit-text-stroke: 2px #1ed760;
  color: #ffff;
  padding-right: 30px;
}
.home-about .statistics span{
   font-size: 20px;
   color: #111;
   font-weight: 500;
}
.home-about .heading-section h1{
  color: #111;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.3;
  font-family: system-ui;
}
.home-about .heading-section img{
  width: 80px;
  height: 80px;
  margin-left: -15px;
}
.home-about .heading-section p{
  font-size: 17px;
}
.home-about a{
  background: linear-gradient(to right, #1ed760, #139141);
  color: #fff;
  font-weight: 600;
}
@media(max-width:768px){
  .home-about .heading-section h1{
    font-size: 40px;
  }
}
@media(max-width:498px){
  .home-about .heading-section h1{
    font-size: 35px;
  }
  .home-about .statistics span{
    font-size: 18px;
    display: flex;
  }
}

/* HOME--SERVICES */
.home-services {
    padding: 80px 0;
}
.home-services h2 {
    text-align: left;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
}
.home-services h2 span {
    color: #1ed760;
}
.home-services p {
    text-align: center;
    color: #333;
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 16px;
}
.service-content {
    padding: 30px 25px 30px 0;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    margin-bottom: 20px;
}
.service-content:hover{
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}
.service-content img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 18px;  
}
.service-content h4 {
    font-size: 20px;
    font-weight: 600;
}

.service-content ul li{
  font-size: 15px;
  color: #222;
}
.service-content ul li i{
  font-size: 14px;
  font-weight:300;
  color: #1ed760;
  padding: 5px;
}

/* @media (min-width: 992px) {
    .row > div:nth-child(3n) .service-content {
        border-right: none;
    }
} */
@media (max-width: 991px) and (min-width: 768px) {
    .row > div:nth-child(2n) .service-content {
        border-right: none;
    }
}
@media (max-width: 767px) {
    .service-content {
        border-right: none;
        padding-right: 0;
    }
}

/* BRANDS */
.tools-category-section {
  padding: 60px 0;
}
.tools-category-section .section-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 700;
}
.tools-category-section .section-title span {
  color: #1ed760;
}
.tool-category-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 20px;
}
.tool-category {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}
.tool-category:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.tool-category h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.tool-list {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 30px;
}
.tool-item {
  text-align: center;
}
.tool-item img {
  width: 80px;
  height: auto;
  margin-bottom: 8px;
  transition: 0.3s;
}
.tool-item img:hover {
  transform: scale(1.1);
}
.tool-item p {
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .tool-category-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 498px) {
  .tool-category-wrapper {
    grid-template-columns: 1fr;
  }
}

/* ABOUT SECTION */
.business-section {
  padding: 60px 20px;
}

.business-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.business-left {
  position: relative;
  flex: 1;
  min-width: 350px;
}

.main-img img {
  width: 100%;
  border-radius: 10px;
}

.small-img {
  position: absolute;
  bottom: -40px;
  right: -30px;
  width: 220px;
  border: 8px solid #fff;
  border-radius: 10px;
}

.small-img img {
  width: 100%;
  border-radius: 10px;
}
.exp-badge {
  position: absolute;
  bottom: -25px;
  left: -25px;
  background: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  text-align: center;
}

.exp-badge .years {
  font-size: 28px;
  font-weight: 700;
  color: #1ed760;
}

.exp-badge .text {
  font-size: 11px;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.business-right {
  flex: 1;
  min-width: 350px;
}
.business-right span{
  font-size: 16px;
  font-weight: 400;
  color: #1ed760;
}

.business-right h1 {
  font-size: 42px;
  font-weight: 500;
  color: #111;
  line-height: 1.3;
  margin-bottom: 20px;
}

.business-right p {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .business-container {
    flex-direction: column;
    text-align: center;
  }
  .business-left {
    margin-bottom: 60px;
  }
  .small-img {
    right: 20%;
    transform: translateX(50%);
  }
  .exp-badge {
    left: 10%;
    transform: translateX(-50%);
  }
}
@media (max-width:498px){
  .small-img{
    right: 30%;
    top: 60%;
  }
}

/* MISSION VISION */
.mission-section {
  padding: 60px 0;
  background: #f9f9f8;
  color: #000;
  background-image: url('../images/mission.jpg');
  background-size: cover;
  background-position: center;
}

.mission-title {
  font-size: 50px;
  color: #139141;
  font-weight: 800;
  margin-bottom: 40px;
}

.accordion-box {
  max-width: 700px;
  margin-left: auto;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header h3 {
  margin: 0;
  font-size: 32px;
  color: #222;
  font-weight: 600;
  margin-bottom: 10px;
}

.arrow {
  font-size: 26px;
  font-weight: 200;
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding-right: 30px;
}

.accordion-content p {
  padding: 6px 0 0;
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}

.accordion-content h4{
  color: #333;
  margin-top: 10px;
}

.divider {
  height: 1px;
  background: #888;
  margin-top: 10px;
}

.accordion-item.active .accordion-content {
  max-height: 380px;
}

.accordion-item.active .arrow {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .mission-title {
    font-size: 36px;
  }
  .accordion-header h3 {
    font-size: 26px;
  }
  .accordion-box {
    margin-left: 0;
  }
  .accordion-content p{
    font-size: 15.5px;
  }
}

/* SERVICE PAGE */
/* .services-section {
  padding: 60px 0;
}

.service-heading h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-heading p{
  font-size: 17px;
  color: #444;
  text-align: center;
  margin-bottom: 30px;
}

.services{
  display: flex;
}

.services .col-xl-4{
  margin-bottom: 20px;
}

.service-card {
  position: relative;
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
  margin-top: 10px;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.10);
}

.service-card_number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 70px;
  font-weight: 700;
  color: rgba(0,0,0,0.08);
  pointer-events: none;
}

.service-icon {
  position: relative;
  margin-bottom: 20px;
}
.service_icon_img{
  background: #eefcf0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-icon_img i {
  width: 60px;
  height: 60px;
  z-index: 2;
  position: relative;
}

.service-icon .dots {
  width: 15px;
  height: 15px;
  background: #139141;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 12px;
}

.box-title {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 12px;
}

.service-card_text {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.link-btn {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  transition: 0.3s ease;
}

.link-btn:hover {
  color: #1ed760;
}

.link-btn img {
  width: 15px;
  margin-left: 8px;
}

.bg-shape {
  position: absolute;
  bottom: -10px;
  right: -10px;
  opacity: 0.15;
  transition: all 0.4s ease;
}
.service-card:hover .bg-shape {
  transform: translateY(-20px);
}

@media (max-width: 992px) {
  .service-card {
    padding: 35px 25px;
  }

  .service-card_number {
    font-size: 60px;
  }

  .box-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .service-heading h2 {
    font-size: 30px;
  }

  .service-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .service-card_number {
    font-size: 50px;
  }

  .service-card {
    padding: 30px 20px;
  }
} */

/* Indistries Section */
.industries-section {
  padding: 70px 0;
}
.industries-section .container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.industries-heading {
  text-align: center;
  margin-bottom: 50px;
}
.industries-heading h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
}
.industries-heading p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
}
.industries .col-xl-4{
  margin-top: 20px;
}
.industries-card {
  position: relative;
  background:linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url('../images/service_card.png') no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0px 8px 25px rgba(0,0,0,0.01);
  transition: 0.35s ease;
  height: 100%;
}
.industries-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 12px 32px rgba(0,0,0,0.10);
}
.industries-card_number {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 60px;
  font-weight: 700;
  color: rgba(0,0,0,0.3);
}
.industries-icon {
  position: relative;
  margin-bottom: 15px;
}
.industries_icon_img {
  background: #eefcf0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.industries_icon_img img {
  width: 65px;
  height: 65px;
}
.industries-icon .dots {
  width: 15px;
  height: 15px;
  background: #139141;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 7px;
  z-index: 2;
}
.box-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}
.industries-card_text {
  color: #444;
  font-size: 15.8px;
  line-height: 1.65;
  margin-bottom: 20px;
}
.link-btn {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.link-btn:hover {
  color: #139141;
}

.link-btn img {
  width: 15px;
  margin-left: 6px;
}
@media (max-width: 992px) {
  .industries-card {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .industries-heading h2 {
    font-size: 32px;
  }
  .industries-card {
    padding: 30px 22px;
  }
}

/* SERVICES PAGE */
.services-section {
  padding: 80px 0;
  background: #fff;
  color: #000;
}
.services-section .container{
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.services-section .services{
  margin-top: 30px;
}

.services-left{
  text-align: left;
}
.services-left h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
}
.services-left h1 span {
  color: #139141;
}
.services-left p {
  margin: 15px 0 15px;
  font-size: 17px;
  line-height: 1.5;
}
.btn-discover {
  display: inline-block;
  background: #1ed760;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}
.btn-discover:hover {
  background: #139141;
  color: #fff;
}
.services-image img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  /* background: url('') no-repeat center;
  background-size: cover; */
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.services-right p{
  text-align: left;
  font-size: 17px;
}

@media(max-width: 991px) {
  .services-section {
    text-align: center;
    padding: 60px 0;
  }
  .services-left h1 {
    font-size: 32px;
  }
  .services-image {
    height: 260px;
    margin: 25px 0;
  }
  .services-right ul li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .services-right ul {
    column-count: 2;
    column-gap: 20px;
    text-align: left;
    margin-top: 20px;
  }
  .services-right ul li {
    break-inside: avoid;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .services-left h1 {
    font-size: 35px;
  }
  .services-image {
    height: 220px;
    border-radius: 14px;
  }
  .services-right ul {
    column-count: 1;
    text-align: center;
  }
  .services-right ul li {
    font-size: 15px;
  }
  .btn-discover {
    padding: 10px 24px;
    font-size: 14px;
  }
}

/* BLOG SECTION */
.blog-section {
  padding: 60px 0;
}
.blog-section .container{
  max-width: 1200px;
  margin: 0 auto;
}
.blog-card {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-img {
  position: relative;
}
.blog-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-badge {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: #139141;
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
}
.blog-content {
  padding: 25px;
}
.blog-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  color: #444;
}
.blog-meta i {
  margin-right: 5px;
}
.blog-content h3 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 700;
  color: #000;
}
.blog-content p {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.blog-btn {
  display: inline-block;
  padding: 10px 25px;
  background: #139141;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}
.blog-btn:hover {
  background: #1ed760;
  color: #fff;
}
@media(max-width: 991px) {
  .blog-img img {
    height: 220px;
  }
}
@media(max-width: 768px) {
  .blog-meta {
    flex-direction: column;
    gap: 5px;
  }
}

/* CASE STUDY SECTION */
.case-study-section{
  padding: 80px 0 30px;
  background: #fff;
}
.case-study span{
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 12px;
  color: #139141;
  letter-spacing: 1px;
  position: relative;
  padding-left: 48px;
}
.case-study span::before{
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: #139141;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.case-study h3{
  font-size: 32px;
  font-weight: 600;
  color: #111;
  margin-top: 10px;
  text-transform: uppercase;
}
.case-study p{
  font-size: 17.5px;
  color: #444;
  line-height: 1.8;
}

/* WORKS SECTION */
.tabbed-works {
  padding: 80px 20px;
  background-color: #fff;
}
.tabbed-works .container{
	padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.tabs {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tab {
  background: #e8f5e9;
  border: none;
  color: #1ed760;
  padding: 12px 28px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.tab.active{
  color: #139141;
}
.tab:hover {
  color: #139141;
}
.tab-content-wrapper {
  position: relative;
  overflow: hidden;
}
.tab-content {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.tab-content.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
.tab-info {
  flex: 1 1 45%;
}
.work-image{
  box-shadow: 0, 8px, 12px rgba(0, 0, 0, 0.08);
  position: relative;
  margin-bottom: 20px;
}
.work-image img{
  width: 100%;
  height: auto;
  display: block;
}

/* WORK CTA */
.work-cta-section{
  padding: 80px 20px;
  background: linear-gradient(to right, #1ed760, #139141);
}
.work-cta-section .container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.work-cta{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.work-cta h2{
  font-size: 38px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #fff;
}
.work-cta p{
  font-size: 17px;
  margin-bottom: 20px;
  color: #eee;
}
.work_btn .boxed-btn3-line{
  color: #fff !important;
  display: inline-block;
  padding: 14px 31px;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  border: 2px solid #fff;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s;
  cursor: pointer;
  background: transparent;
}
.work_btn .boxed-btn3-line:hover{
  background: #fff;
  color: #000 !important;
}

/* CAREERS PAGE ---- Openings */
.openings-section {
  padding: 80px 20px;
}
.openings-section .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.openings-section h4 {
  font-size: 17px;
  text-decoration: underline;
  font-weight: 400;
  margin-bottom: 25px;
}
.openings-section h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.openings-section h2 span {
  background: #139141;
  color: #fff;
  padding: 4px 10px;
}
.opening-table {
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.opening-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px;
  border-bottom: 2px solid #444;
  gap: 40px;
}
.opening-row h3 {
  font-size: 22px;
  flex: 1 1 220px;
}
.opening-row p {
  font-size: 18px;
  color: #333;
  margin: 0;
}
.opening-row p i {
  margin-right: 6px;
}
.apply-btn {
  background: #1ed760;
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  border: 1px solid #1ed760;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.3s ease;
  white-space: nowrap;
}
.apply-btn:hover {
  background: #fff;
  color: #1ed760;
}
@media (max-width: 900px) {
  .opening-row {
    flex-wrap: wrap;
    text-align: left;
    padding: 20px 10px;
  }

  .opening-row h3 {
    font-size: 24px;
    width: 100%;
    margin-bottom: 6px;
    flex: 1;
  }

  .opening-row p {
    width: 50%;
    margin-bottom: 8px;
  }

  .apply-btn {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .opening-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .opening-row p {
    width: 100%;
  }

  .apply-btn {
    width: 100%;
    text-align: center;
    padding: 12px 0;
  }

  .openings-section h2 {
    font-size: 26px;
  }
}

/* CAREER-SECTION */
.career-section{
  padding: 80px 20px;
  background: #fff;
}
.career-section .container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.career-section .career-box{
   background: #f9f9f9;
   padding: 10px 15px;
   border-radius: 10px;
   margin-bottom: 20px;
}
.career-box h3{
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 28px;
  color: #000;
}
.career-box  h3 i{
  font-size: 22px;
}