.banner-1.banner-area .swiper-slide-item {
  padding-top: 250px !important;
}

.swiper-slide-item .description {
  max-width: 450px;
}

#consultancy {
  background-color: #fff;
  padding: 70px 0;
  margin: 0;
}

#consultancy .section-title {
  font-size: 50px;
  text-decoration-line: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  margin-bottom: 20px;
  text-align: left;
}

.info-area-inner {
  max-width: 100%;
}

#Clients {
  background-color: #F2EDEA;
}

#Clients .section-heading {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  flex: 1;
  padding-bottom: 0;
}

#Clients .section-heading .section-title {
  font-size: 50px;
  text-decoration-line: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  margin-bottom: 20px;
  text-align: left;

}

#Clients .content {
  max-width: 490px;
}

.brand-area .section-heading {
  padding-bottom: 0;
  text-align: center;
  max-width: 688px;
  margin-bottom: 50px;
}

.brand-area .section-title-wrapper .text {
  color: #111 !important;
}

#Insight .section-heading {
  text-align: center;
  max-width: 630px;
  margin: auto;
  text-align: center;
  margin-bottom: 0px;
  justify-content: center;
}

#Insight .section-heading .section-title {
  font-size: 50px;
  max-width: 607px;
  font-family: var(--font_hkgrotesk);
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0;
}

.about-intro-area:before {
  background-color: inherit;
}


.project-details-area .section-main-content {
  gap: 80px;
  margin-top: 10px;
}






.all-projects.style-3 .all-projects-inner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../imgs/homepage/five-sector.webp") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.all-projects.style-3 .section-heading {
  max-width: 520px;
  margin-left: auto;
}

.all-projects.style-3 .title-wrapper {
  margin-bottom: 48px;
}

.all-projects.style-3 .title-wrapper h2 {
  color: #fff;
  line-height: normal;
  font-size: 60px;
  text-align: left;
}

.banner-heading .title-wrapper h2 {
  color: #fff;
  line-height: normal;
  font-size: 50px;
  text-align: left;
  max-width: 650px;
}

.all-projects.style-3 .wc-btn-default {
  border-radius: 23px;
  background: var(--primary);
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
  padding: 22px 36px;
}

.blog-area .blog-wrapper-area {
  max-width: 100%;
}

.footer-area {
  padding-top: 100px;
  background-color: #17763c !important;
  position: relative;
  z-index: 2;
}

.footer-area .footer-menu>*:first-child::before,
.footer-copy-wrapper,
.widget-item {
  background-color: #17763c !important;
}

/* .widget-item {
    max-width: 400px;
} */
.widget-item .subscribe-form {
  background: transparent;
}

.widget-item .subscribe-form input {
  color: var(--white);
  background-color: #198754;
}

.widget-item .subscribe-form .subscribe-btn {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-color: #198754;
  border-radius: 60px;
  position: static;
  transform: none;
}

.widget-item .subscribe-form .subscribe-btn {
  filter: none;
}

.footer-area .footer-menu>*:first-child::after {
  z-index: 999;
  height: 154%;
}

.footer-area .widget-item ul li,
.widget-item .section-title-wrapper .text {
  color: #fff;
}

/* ----------All New Css ------------- */

.header-area.style-2 {
  width: 100% !important;
}

.header-area.style-2 {
  background: #fff;
  padding: 0 50px;
}

.header-area.style-2 .main-menu li a {
  font-weight: 400;
  border-radius: 0;
}

.main-menu li.menu-item-has-children>a:after {
  content: "\e929";
  font-family: "icomoon";
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 10px;
  top: 2px;
  position: relative;
}

.menu-list a.explorebtn {
  background: linear-gradient(225deg,
      hsla(86, 52%, 51%, 1) 0%,
      hsla(144, 75%, 34%, 1) 34%,
      hsla(143, 67%, 28%, 1) 100%);
  border-radius: 23px;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
  padding: 10px 30px;
  margin-top: 42px;
  display: inline-block;
}

.menu-list a.explorebtn:hover {
  color: #fff !important;
}

/* .header-area.style-2 .main-menu li a,
i.icon-wcf-search,
.header-area.style-2 .open-offcanvas span {
    color: #111;

} */

.header-area.style-2 .main-menu li a:hover {
  color: #17763c;
}

.header-area .wc-btn-primary {
  background: linear-gradient(225deg,
      hsla(86, 52%, 51%, 1) 0%,
      hsla(144, 75%, 34%, 1) 34%,
      hsla(143, 67%, 28%, 1) 100%);
  color: #fff;
}

.header-area .header__logo {
  border: none;
  width: 15%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo img {
  width: 150px;
}

.header-area.sticky .header__logo img {
  max-width: 75%;
}

.header-area.sticky .wc-btn-primary {
  background-color: var(--white);
  color: #fff;
  border-color: var(--white);
}

.about-area.style-3 .thumb-wrapper .react-shape {
  background-color: #17763c;
}

.banner-area-vision {
  background-color: #17763c;
}

.wc-btn-play {
  background: none;
}

.wc-btn-play:hover {
  background: linear-gradient(225deg,
      hsla(86, 52%, 51%, 1) 0%,
      hsla(144, 75%, 34%, 1) 34%,
      hsla(143, 67%, 28%, 1) 100%);
  color: #fff;
}

.all-projects.style-3 .wc-btn-default {
  background: linear-gradient(225deg,
      hsla(86, 52%, 51%, 1) 0%,
      hsla(144, 75%, 34%, 1) 34%,
      hsla(143, 67%, 28%, 1) 100%);
}

.body-wrapper.consultant-agency .wc-btn-underline:hover {
  color: #17763c;
}

.feature-area.style-3 .text span {
  color: #17763c;
}

.wcf_iconbox.style-3 .count-title {
  color: #17763c;
  font-size: 42px;
  font-weight: 700;
}

.wcf_iconbox.style-3 .btn-underline {
  color: #17763c;
}

.btn-underline::before {
  background-color: #17763c;
}

.counter-area .wcf_counterbox {
  background-color: #fff;
}

.counter-area .wcf_counterbox:nth-child(2) {
  background: linear-gradient(225deg,
      hsla(86, 52%, 51%, 1) 0%,
      hsla(144, 75%, 34%, 1) 34%,
      hsla(143, 67%, 28%, 1) 100%);
}

.wc-btn-primary {
  color: var(--white);
  background: linear-gradient(225deg,
      hsla(86, 52%, 51%, 1) 0%,
      hsla(144, 75%, 34%, 1) 34%,
      hsla(143, 67%, 28%, 1) 100%);
  border: none;
  color: #fff !important;
}

/* .section-title-wrapper.style-1 .section-title{
    color: #17763c;
} */
.body-wrapper.consultant-agency .wcf_iconbox.style-1 .title a:hover {
  color: #17763c;
}

.case-study-inner {
  background: linear-gradient(225deg,
      hsla(86, 52%, 51%, 1) 0%,
      hsla(144, 75%, 34%, 1) 34%,
      hsla(143, 67%, 28%, 1) 100%);
}

.specialization-area.style-1 {
  background: linear-gradient(225deg,
      hsla(86, 52%, 51%, 1) 0%,
      hsla(144, 75%, 34%, 1) 34%,
      hsla(143, 67%, 28%, 1) 100%);
}

.section-title-wrapper.style-5 .text,
.specialization-area.style-1 .text {
  color: #fff !important;
}

.brand-area .section-title-wrapper .text {
  color: #111 !important;
}

.body-wrapper.consultant-agency .blog-area.style-1 .blog .title a:hover {
  color: #17763c;
}

.contact-area form input:focus,
.contact-area form select:focus,
.contact-area form textarea:focus {
  border-color: #17763c;
}

.progress-wrap::after {
  background: linear-gradient(225deg,
      hsla(86, 52%, 51%, 1) 0%,
      hsla(144, 75%, 34%, 1) 34%,
      hsla(143, 67%, 28%, 1) 100%);
  border-radius: 50%;
}

.progress-wrap svg.progress-circle path {
  stroke: #17763c;
}

.widget-item .header .text {
  color: #fff;
}

.wcf_iconbox.style-3 .title:hover {
  color: #17763c;
}

.wcf_iconbox.style-3 .text {
  margin-bottom: 0;
  color: var(--secondary);
  font-size: 16px;
  height: 200px;
}

.wcf_iconbox.style-1 .title {
  font-size: 18px;
  margin-bottom: 5px;
}

.offcanvas-3__area {
  background: linear-gradient(225deg,
      hsla(86, 52%, 51%, 1) 0%,
      hsla(144, 75%, 34%, 1) 34%,
      hsla(143, 67%, 28%, 1) 100%);
}

.offcanvas-3__menu li a {
  color: #fff !important;
}

.preloader {
  background-color: #17763c;
}

.main-menu ul.dp-menu,
.main-menu .mega-menu {
  background-color: #fff;
}

/* .menu-item-has-children .dp-menu li a,
.main-menu .mega-menu li a {
    color: #17763c !important;
} */

.main-menu .mega-menu {
  display: block;
  text-align: left;
  border-top: 2px #17763c solid;
  border-radius: 0;
}

.main-menu .mega-menu li a {
  background-color: transparent;
}

.main-menu .mega-menu li a {
  display: inline-block;
  margin: 7px 0;
  color: #666;
}

.main-menu .megamenu-heading h1 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #17763c;
}

.main-menu .megamenu-heading h2 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #666;
}

.main-menu ul.dp-menu li {
  text-align: left;
}

.banner-area-vision .shape-x {
  /* width: 264px; */
  position: absolute;
  top: 11px;
  inset-inline-end: 138px;
  left: 177px;
}

.main-menu li a {
  padding: 32px 20px;
}

.menu-list {
  margin-bottom: 30px;
}

/* --------Industires section page css----------- */
#industries-section {
  height: 100vh;
  margin-bottom: 0px;
}

#industries-section .all-projects-inner {
  height: 100% !important;
  position: relative;
}

#industries-section .section-heading {
  max-width: 520px;
  top: 40%;
  position: absolute;
}

#ourImpact {
  padding: 70px 0;
}

#experience-section {
  margin-bottom: 0px;
}

#featured-section {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 50px;
}

#featured-section .feature-wrapper {
  justify-content: center;
}

#sustainbility-section {
  margin-bottom: 50px;
}

.contact-area .contact-area-inner {
  display: flex;
  gap: 200px;
}

.contact-area .section-title {
  font-size: 32px;
}

/* --------Services section page css----------- */

.mega-menu .menu-list p {
  font-size: 16px;
  text-align: justify;
  /* max-width: 350px; */
}

#services-section {
  height: 100vh;
  margin-bottom: 0px;
}

#services-section .all-projects-inner {
  height: 100% !important;
  position: relative;
}

#services-section .section-heading {
  max-width: 520px;
  top: 40%;
  position: absolute;
  right: 0;
}

.strategy-area .section-heading {
  display: block;
}

.counter-area .section-heading {
  max-width: 70%;
  text-align: center;
  margin-bottom: 50px;
}

/* --------Services section page css----------- */
#whychoose {
  margin-bottom: 50px;
}

#whychoose .choose-area {
  background: linear-gradient(225deg,
      hsla(86, 52%, 51%, 1) 0%,
      hsla(144, 75%, 34%, 1) 34%,
      hsla(143, 67%, 28%, 1) 100%);
}

#whychoose .section-subtitle {
  color: var(--white);
}

#whychoose .choose-area .wcf_iconbox .text {
  color: var(--white);
}

#whychoose .choose-area .section-title {
  font-size: 42px;
}

/* -------- Digital section page css----------- */
#technology-and-digital {
  margin-bottom: 50px;
  padding-top: 0;
  /* padding-bottom:10px; */
}

#Digital-Imapct {
  margin-bottom: 50px;
  padding-top: 0;
}

div#nav-tabContent {
  padding-bottom: 30px;
}

#Digital-Imapct .title {
  margin-top: 0 !important;
  font-size: 42px !important;
}

/* -------- Insights section page css----------- */
#Leader-Guide .text {
  color: #000 !important;
}

#our-insight-services .section-title {
  font-size: 55px;
}

#our-client .cf_text.has_fade_anim .text {
  color: #000 !important;
}

#Global-Responsibility .section-title {
  font-size: 45px;
}

#Our-values {
  margin: 50px 0;
}

#Choose-Your-interest {
  margin-bottom: 50px;
}

header.header-area.style-2.pos-abs.zi-9.sticky .main-menu .mega-menu {
  top: 60px;
}

/* --------Who We Are Page-------- */
#Why-RCG .section-title {
  text-align: left;
  font-size: 45px;
}

.close-button {
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
  border: 1px solid #fff;
  transition: all 0.5s;
}

.close-button span {
  background-color: #000;
}

.close-button:hover {
  background-color: #17763c;

}

.close-button:hover.close-button span {
  background-color: #fff;
}

.offcanvas-3__menu li a {
  background-image: linear-gradient(90deg, #fff, #ddd 50%, #ffffff 0);
}

.offcanvas-3__menu ul:before {
  background: #fff;
}

.banner-1 .banner-area-vision {
  display: none;
}

.location-info {
  background-color: #047d50;
}

.info-list li a, .location-info .text {
  color: #ffffff;
  font-size: 16px;
}

.location-info .logo {
  margin-bottom: 0px;
}

.location-info .title {
  color: #ffffff;
  font-size: 28px;
  margin: 24px 0;
}

.wcf_iconbox.style-1.has_fade_anim {
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  height: 100%;
}

.header__nav img {
  width: 45px;
}

.feature-area.style-1::before {
  width: 100%;
}

.wcf_iconbox.style-1 .text {
  padding-top: 0;
  font-size: 15px;
  text-align: justify;
  width: 100%;
  margin-bottom: 10px;
}

.visitWebsite {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #047d50;
  padding-top: 20px;
  text-decoration: underline;
}

.wcf_iconbox.style-1 .thumb {
  margin-bottom: 15px;
}

.wcf_iconbox.style-8 .wc-btn-default:hover {
  background-color: #17763c;
  color: var(--white);
}

.wcf_iconbox.style-8 .wc-btn-default {
  border: 1px solid #17763c;
  color: #17763c;
  font-weight: 600;
}

.wcf_iconbox.style-8 {
  background: #ecfff3;
}

.section-title-wrapper.style-1 .subtitle-wrapper {
  margin: 0;
}

.section-title-wrapper.style-1 .section-title {
  padding: 0;
  font-size: 24px;
  margin: 30px 0;
}

.section-title-wrapper.style-1 .cf_text {
  margin: 0;
}

.consultant-agency p {
  margin-bottom: 30px;
  max-width: 85%;
}

.case-study-inner .section-heading {
  max-width: 65%;
  padding-bottom: 0;
}

.case-study-studies {
  max-width: 50%;
}

.case-study-inner .list-check li:nth-child(even) {
  width: 100%;
}

.blog-area.style-1 .section-heading {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.service-area.style-2 {
  padding: 50px 0;
}

.feature-area.style-3 {
  padding-bottom: 100px;
  padding-top: 0;
}

.experience-area .counter-box-wrapper .shadow, .experience-area .counter-box {
  background: linear-gradient(225deg,
      hsla(86, 52%, 51%, 1) 0%,
      hsla(144, 75%, 34%, 1) 34%,
      hsla(143, 67%, 28%, 1) 100%);
  color: #fff;
}

.experience-area .counter-box .number {
  color: #fff;
}

.experience-area .counter-box .text {
  font-size: 30px;
  color: #fff;
}

.consulting-section {
  padding: 50px 0;
}

.consulting-title {
  font-size: 2.5rem;
  font-weight: bold;
}

.consulting-text {
  font-size: 1rem;
  line-height: 1.8;
}

.feature-wrapper.style-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 20px; */
}

.feature-box {
  background-color: #f3f3f3;
  padding: 20px;
  box-sizing: border-box;
}

.btn-wrapperr {
  padding-bottom: 10px;
}

.wcf_iconbox.style-3 .title {
  font-size: 20px;
}

.service-area.style-5 .title {
  font-size: 24px;
}

.feature-section-top.style-3 {
  margin: 0;
  padding-top: 50px;
  align-items: center;
  padding-bottom: 50px;
}

.feature-section-top.style-3 .section-heading {
  padding: 0;
}

.feature-section-top.style-3 .section-heading .section-title {
  padding: 0;
}

.wcf_iconbox.style-8 .title {
  font-size: 24px;
  line-height: normal;
}

.contact-area form {
  display: inline;
}

.choose-area .section-heading {
  margin-bottom: 48px;
  padding-bottom: 0;
}

.blog-area.style-1 .blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Ensures exactly 3 columns */
  gap: 30px;
  /* Adjusts spacing between items */
  margin: 0 auto;
  /* Centers the grid */
}

section#Why-RCG {
  background-color: #F1F6F6;
  border-radius: 0;
}

.ideas-area {
  background-color: #17763c;
  margin-bottom: 50px;
}

.ideas-area .accordion .accordion-body {
  color: #fff;
}

.ideas-area .accordion, .ideas-area .accordion .accordion-item {
  border-color: #fff;
}

/* --------Service Main Page--- */

.trusted-partner {
  text-align: center;
  max-width: 100%;
  margin: auto;
  background-color: #fff;
}

#bg-green {
  background-color: #17763c;
}

#bg-green .wcf_iconbox .title {
  font-size: 22px;
}

#bg-green .content-wrap {
  margin: 0;
  padding: 50px 0;
  width: 656px;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

#whatWe {
  background-color: #ecfff3;
  padding: 70px 0;
  margin: 0;
  max-width: 100%;
  border-radius: 0;
}

#whatWe .section-title {
  text-decoration-line: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  text-align: left;
  line-height: 53px;
  font-size: 38px;
}

.banner-5 .title span:before {
  display: none;
}

#FeatureSec {
  padding: 70px 0;
}

#FeatureSec .section-heading {
  padding: 0 0 50px 0;
  margin: 0;
}

#FeatureSec .section-heading h2 {
  text-align: left;
}

/* #ourThink {
  margin-bottom: 50px !important;
} */

#ourThink .section-heading {
  padding-bottom: 0;
}

#ourThink .section-heading h1.section-title {
  text-align: left;
  text-decoration: underline;
  /* line-height: normal; */
}

#ourThink .section-title-wrapper.style-5 .cf_text {
  margin-top: 28px;
  text-align: justify;
}

.case-area .section-heading {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.case-area .section-heading h2.section-title {
  padding-top: 0;
  padding-bottom: 30px;
}

.case-area .case-wrapper {
  margin-bottom: 50px;
}

.wc-btn-play.light {
  color: #17763c;
}

.wc-btn-play i {
  transform: rotate(45deg);
  color: #17763c;
}

.team-area.style-3 {
  padding: 70px 0;
}

.team-area.style-3 .section-subtitle {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.team-area.style-3 .section-heading {
  text-align: center;
  padding-bottom: 88px;
  max-width: 740px;
  margin: auto;
}

.team-area.style-3 .section-title-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}

.team-area.style-3 .section-title-wrapper .section-title {
  max-width: 100%;
  font-size: 50px;
}

.team-area.style-3 .team .post:after {
  display: none;
}

.team-area.style-3 .team.style-2 {
  max-width: 400px;
}

#Diversity .section-subtitle {
  font-size: 12px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: var(--primary);

}

#Diversity .section-heading {
  max-width: 100%;
  text-align: left;
  padding: 0;
}

#Diversity .section-heading .section-title {
  padding: 0;
  margin: 0;
  font-size: 60px;
}

.banner-1 .banner-content .text.left {
  margin-inline-start: 370px;
}

.service-area.style-4 .section-top .section-title {
  font-size: 36px;
}

.feature-area .wcf_iconbox:nth-child(4) {
  padding-bottom: 0;
  padding-left: 0;
}

.widget-item .header .widget-title {
  max-width: 100%;
}

.blog-area.style-1 .section-heading {
  margin-bottom: 0;
  padding-bottom: 50px;
  max-width: 100%;
  margin: 0;
}

.details-content-area .details-feature-content {
  margin-top: 25px !important;
}

.details-content-area .details-feature-content .feature-list li p {
  /* font-size: 15px; */
  margin: 0;
}

.details-content-area .details-feature-content .feature-list li:not(:first-child) {
  margin-top: 10px;
}

.brand-logos .swiper-slide .brand-logo img {
  width: 100px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .feature-wrapper.style-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .feature-wrapper.style-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hero {
  position: relative;
  /* height: 100vh; */
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
  margin: 70px auto;
  border-radius: 5px;
}

.about-area.style-3 .desc-text {
  max-width: 100%;
}

#about-section {
  padding: 70px 0;
}

#about-section .desc-text p {
  margin-bottom: 0;
}

#about-section .feature-wrapper.style-1 {
  padding-inline-end: 0;
  max-width: 100%;
}

.case-study {
  padding: 0;
}

#about-section .consulting-title {
  padding-bottom: 50px;
}

section#Insight {
  padding: 70px 0;
}

#triggeredSection {
  padding: 70px 0;
}

section#Why-RCG {
  padding: 70px 0;
  margin: 0;
  max-width: 100%;
}

.team-details {
  padding: 70px 0;
}

#triggeredSection.about-area .about-area-inner {
  margin: 30px 0;
}


/* .play-sound-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6) url('/assets/video/play-button.png') no-repeat center center;
  background-size: contain;
  width: 60px;  
  height: 60px; 
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
} */


/* Foooter Css---------- */
.footer-menu .section-heading {
  padding: 0;
}

.footer-menu .widget-item .section-title-wrapper .cf_text {
  margin-top: 0;
}

.footer-menu .widget-item .section-title-wrapper .cf_text .text {
  text-align: left;
  max-width: 100%;
  margin-top: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-area .footer-copy-wrapper {
  margin-top: 10px;
  align-items: baseline;
  justify-content: space-between;
}

.footer-area .footer-menu {
  gap: 0px 80px;
}

.footer-area .footer-menu>*:first-child {
  min-width: 360px;
}

/* .footer-area .brand-footer-logo {
  display: flex;
  gap: 0;
  margin-top: 20px;
  position: relative;
  right: 7px;
} */

.footer-area .brand-footer-logo img {
  width: 165px;
}

.widget-item .brand-inner {
  display: grid;
  grid-template-columns: 172px 665px;
  gap: 20px 60px;
  justify-content: space-between;
  align-items: self-start;
  margin-top: 34px;
}

.header-area.sticky .main-menu li a {
  padding: 23px 20px;
  font-size: 14px !important;
}

.ProgressSection .section-heading {
  text-align: center;
  margin-bottom: 0px;
}

.ProgressSection .section-title-wrapper {
  display: block;
}


.ProgressSection .title-wrapper {
  max-width: 655px;
  margin: auto;
}

.ProgressSection .section-title {
  max-width: 100%;
}

.funfact-item .counts .item {
  background-color: #047d50;
  border: 1px #047d50 solid;
}

.working-step .text, .working-step .title, .working-step .count, .working-step .count::after {
  color: #111;
}

/* Parent Section */
.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:30px 60px;
  background-color: #F0F7F3;
  color: #111;
  flex-wrap: wrap;
}

/* Left Side Content */
.hero-section .hero-left {
  flex: 1;
  max-width: 50%;
}

.hero-section .hero-label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.hero-section .hero-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-section .hero-subheading {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: justify;
}


/* Right Side Video */
.hero-section .hero-right {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: center;
}

.hero-section .hero-video {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
}
