@font-face {
  font-family: "MohrRounded-Bold";
  src: url(../webfonts/mohr/MohrRounded-Bold.ttf);
}
@font-face {
  font-family: "MohrRounded-SemiBold";
  src: url(../webfonts/mohr/MohrRounded-SemiBold.ttf);
}
@font-face {
  font-family: "MohrRounded-Medium";
  src: url(../webfonts/mohr/MohrRounded-Medium.ttf);
}
@font-face {
  font-family: "MohrRounded-Regular";
  src: url(../webfonts/mohr/MohrRounded-Regular.ttf);
}
@font-face {
  font-family: "MohrRounded-light";
  src: url(../webfonts/mohr/MohrRounded-Light.ttf);
}
* {
  padding: 0;
  margin: 0;
}

html{
  scroll-behavior: smooth;
}
html,
body {
  height: 100%;
  font-family: "MohrRounded-light";
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #505050;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MohrRounded-Regular";
  font-weight: 700;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section {
  padding: 12rem 0;
}

.section-top {
  padding: 12rem 0 0;
}

.section-bottom {
  padding: 0 0 12rem 0;
}

.btn.focus, .btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus, .btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 24px;
}

a {
  text-decoration: none;
}

a:hover {
  color: #ED6A5E;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
  color: #ED6A5E;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #ED6A5E;
  text-shadow: none;
}

::selection {
  background: #ED6A5E;
  text-shadow: none;
  color: #ffffff;
}
.services-text{
  margin-left: 40px;
  margin-top: 80px;
}
.services-text h1{
  color: #ED6A5E;
  font-size: 74px;
}

.section-title {
  margin-bottom: 30px; /* Reduced from 50px */
}
.section-title h2 {
  font-size: 54px;
  color: #ED6A5E;
  margin-bottom: 15px; /* Added to reduce space after the h2 */
}

/* Add specific styling for the business services section */
.service .section-title + .row p {
  margin-bottom: 25px; /* Reduced space after the paragraph */
}
@media (max-width: 911.98px) {
  .section-title h2 {
    font-size: 46px;
  }
}
@media (max-width: 575.98px) {
  .section-title h2 {
    font-size: 36px;
  }
}
.navbar-nav{
  margin-left: auto;
}
.nav-link{
  color: initial;
}
.nav-link:hover{
  color: #ED6A5E;
}
.navbar-toggler{
  box-shadow: none !important;
}
.header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .header .header-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .header .header-content .list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    display: none;
  }
}
.header .header-content .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .header .header-content .list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }
}
.header .header-content .list ul li {
  margin: 0 3px;
}
.header .header-content .list ul li a {
  display: block;
  padding: 5px 10px;
  color: #000000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 400;
}
.header .header-content .list ul li a:hover {
  color: #ED6A5E;
}
.header .header-content .search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-content .search ul li {
  margin-left: 15px;
}
.header .header-content .search ul li.bars {
  display: none;
}
@media (max-width: 767.98px) {
  .header .header-content .search ul li.bars {
    display: block;
  }
}
.header .header-content .search ul li a {
  display: block;
  padding: 5px;
  color: #000000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header-content .search ul li a:hover {
  color: #ED6A5E;
}

.footer {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 3px solid #F1F1F1;
}
.footer .copyright {
  border-top: 3px solid #F1F1F1;
  margin-top: 60px;
}
.footer .copyright p {
  padding: 15px 0;
}

.wellspring {
  padding-top: 20px;
  margin-top: 0px;
  border-top: 3px solid #F1F1F1;
  border-bottom: 3px solid #F1F1F1;
}
.wellspring img {
  
}

.wellspring p {
  font-family: "MohrRounded-Regular";
  font-size: 22px;
}

.footer .footer-logo p {
  margin-top: 15px;
}
.footer .footer-logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-logo ul li {
  margin-right: 15px;
}
.footer .footer-logo ul li a {
  color: #4FC2C0;
  font-size: 22px;
}
.footer .list h4 {
  font-size: 20px;
  color: #000000;
  padding-bottom: 15px;
}
.footer .list ul li a {
  display: inline-block;
  margin-bottom: 5px;
  color: #505050;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.footer .list ul li a:hover {
  color: #ED6A5E;
}

.banner {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 90px;
  padding-bottom: 235px;
}

@media (max-width: 767.98px) {
  .banner {
    padding-top: 0px;
  }
}
.banner .text h1 {
  font-size: 74px;
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .banner .text h1 {
    font-size: 62px;
  }
}
@media (max-width: 575.98px) {
  .banner .text h1 {
    font-size: 52px;
  }
}
.banner .text p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.banner .text a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  background-color: #4FC2C0;
  color: #ffffff;
  padding: 0 30px;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid transparent;
  margin-top: 15px;
}
.banner .text a:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #3AA8A6; /* Slightly darker shade of the original teal color */
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5); /* Subtle glow effect */
}
.banner .img {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .banner .img {
    padding-top: 30px;
  }
}
/* .banner .img::before {
  content: "";
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #CC120D;
  position: absolute;
  top: 0;
  right: -20px;
  opacity: 0.6;
} */
.banner .img::after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #3ACFC8;
  mix-blend-mode: multiply;
  position: absolute;
  right: 350px;
  bottom: 45px;
}
@media (max-width: 575.98px) {
  .banner .img::after {
    right: auto;
    left: 30px;
  }
}


.bannerServices {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 90px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .bannerServices {
    padding-top: 0px;
  }
}
.bannerServices .text h1 {
  font-size: 74px;
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .bannerServices .text h1 {
    font-size: 62px;
  }
}
@media (max-width: 575.98px) {
  .bannerServices .text h1 {
    font-size: 52px;
  }
}
.bannerServices .text p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.bannerServices .text a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  background-color: #4FC2C0;
  color: #ffffff;
  padding: 0 30px;
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid transparent;
  margin-top: 15px;
}
.bannerServices .text a:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.bannerServices .img {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .bannerServices .img {
    padding-top: 30px;
  }
}
/* .bannerServices .img::before {
  content: "";
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #CC120D;
  position: absolute;
  top: 0;
  right: -20px;
  opacity: 0.6;
} */
.bannerServices .img::after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #3ACFC8;
  mix-blend-mode: multiply;
  position: absolute;
  right: 350px;
  bottom: 45px;
}
@media (max-width: 575.98px) {
  .bannerServices .img::after {
    right: auto;
    left: 30px;
  }
}

.service {
  margin-top: -180px;
  z-index: 1;
  /* position: relative; */
}
.service .container {
  padding-top: 60px;
  padding-bottom: 30px;
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
}
.service .service-item {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.service .service-item .leaderTraining {
  padding-top: 10px;
}

.service .service-item img {
  max-width: 78px;
}
.service .service-item h3 {
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  padding-top: 15px;
}

.service .img {
  display: inline-block;
  position: relative;
  z-index: 9999;
}









.service .img::before {
  content: "";
  width: 165px;
  height: 165px;
  /* width: 235px;
  height: 235px; */
  background: #ED6A5E;
  mix-blend-mode: multiply;
  display: block;
  /* position: inherit; */

  position: absolute;
  top: 20px;
  left: -5px;
  border-radius: 50%;
  /* top: 800px; */
}
@media (max-width: 1200px) {
  .service .img::before {
    width: 125px;
    height: 125px;
  }
}

@media (max-width: 575.98px) {
  .service .img::before {
    width: 100px;
    height: 100px;
  }
}

.service .img::after {
  content: "";
  width: 165px;
  height: 165px;
  /* width: 235px;
  height: 235px; */
  background: #3ACFC8;
  mix-blend-mode: multiply;
  display: block;
  /* position: inherit; */

  position: absolute;
  top: 380px;
  left: 310px;
  border-radius: 50%;
  /* top: 800px; */
}
@media (max-width: 1197px) {
  .service .img::after {
    width: 130px;
    height: 130px;
    left: auto;
    right: 0;
    top: 340px;
  }
}


@media (max-width: 990px) {
  .service .img::after {
    width: 125px;
    height: 125px;
    left: auto;
    right: 0;
    top: 240px;
  }
}

@media (max-width: 765px) {
  .service .img::after {
    width: 125px;
    height: 125px;
    left: auto;
    right: 0;
    top: 370px;
  }
}

@media (max-width: 575.98px) {
  .service .img::after {
    width: 100px;
    height: 100px;
    top: 370px;
  }
}

@media (max-width: 991.98px) {
  .service .service-item h3 {
    font-size: 20px;
  }
}

.consulting {
  padding-top: 90px;
}
.consulting .consult-item {
  padding: 0 30px;
  text-align: center;
  margin-bottom: 30px;
}
.consulting .consult-item img {
  max-width: 78px;
}
.consulting .consult-item h3 {
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  padding-top: 15px;
  max-width: 260px;
  margin: auto;
  padding-bottom: 15px;
}
.consulting .consult-item p {
  font-size: 18px;
  line-height: 30px;
  max-width: 260px;
  margin: auto;
}

.about {
  margin-top: 90px;
  padding: 110px 0;
  background-color: #4FC2C0;
  position: relative;
  z-index: 1;
}
.about::after {
  content: "";
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
}
.about .img {
  position: relative;
}
.about .img::before {
  content: "";
  width: 235px;
  height: 235px;
  background: #ED6A5E;
  mix-blend-mode: multiply;
  position: absolute;
  top: 15px;
  left: -60px;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .about .img::before {
    width: 180px;
    height: 180px;
  }
}
.about .img::after {
  content: "";
  width: 190px;
  height: 190px;
  background: #3ACFC8;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: -15px;
  left: 360px;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .about .img::after {
    width: 120px;
    height: 120px;
    left: auto;
    right: 0;
  }
}
.about .text h2 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 15px;
  padding-top: 30px;
}
.about .text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #ffffff;
}

.testimonial {
  padding-top: 90px;
}
.testimonial .slider-item {
  text-align: center;
}
.testimonial .slider-item p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  max-width: 960px;
  margin: auto;
  padding: 0 15px;
  font-style: italic;
}
@media (max-width: 575.98px) {
  .testimonial .slider-item p {
    font-size: 18px;
    line-height: 30px;
  }
}
.testimonial .slider-item h4 {
  font-size: 25px;
  color: #ED6A5E;
  padding-top: 15px;
  font-weight: 300;
}
.testimonial .slider-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial .slider-item ul li {
  margin: 0 1px;
}
.testimonial .slider-item ul li i {
  font-size: 18px;
  color: #FFB951;
}
.testimonial .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #4FC2C0;
  z-index: 9;
  border: 0;
  background-color: transparent;
}
@media (max-width: 575.98px) {
  .testimonial .slick-arrow {
    display: none !important;
  }
}
.testimonial .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.contact {
  padding-top: 90px;
  padding-bottom: 30px;
}
.contact .container {
  position: relative;
}
.contact .roket {
  position: absolute;
  top: 360px;
  left: -30px;
  z-index: -1;
}
.contact .text {
  padding-right: 30px;
}
.contact .text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.contact .form {
  margin-right: 30px;
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  position: relative;
}
.contact .form .form-bg {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact .form label {
  font-weight: 400;
  color: #000000;
  display: block;
}
.contact .form input,
.contact .form textarea {
  background-color: #F6F6F6;
  height: 38px;
  border-radius: 18px;
  width: 100%;
  border: 0;
  padding: 0 15px;
}
.contact .form input::-webkit-input-placeholder, .contact .form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #D4D4D4;
  font-weight: 300;
}
.contact .form input::-moz-placeholder, .contact .form textarea::-moz-placeholder {
  font-size: 14px;
  color: #D4D4D4;
  font-weight: 300;
}
.contact .form input:-ms-input-placeholder, .contact .form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #D4D4D4;
  font-weight: 300;
}
.contact .form input::-ms-input-placeholder, .contact .form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #D4D4D4;
  font-weight: 300;
}
.contact .form input::placeholder,
.contact .form textarea::placeholder {
  font-size: 14px;
  color: #D4D4D4;
  font-weight: 300;
}
.contact .form textarea {
  padding-top: 15px;
  height: 120px;
}
.contact .form button {
  height: 38px;
  background-color: #ED6A5E;
  border: 2px solid #ED6A5E;
  color: #ffffff;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact .form button:hover {
  background-color: #ef8177; /* slightly lighter coral */
  color: #fff;
  border-color: #ED6A5E;
  transform: none;
  box-shadow: none;
}

/* Service Guide Download Button */
.service-guide-btn {
  display: inline-block;
  padding: 15px 35px;
  background-color: #ED6A5E;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid #ED6A5E;
  box-shadow: 0 4px 15px rgba(237, 106, 94, 0.2);
}

.service-guide-btn:hover {
  background-color: #ef8177;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(237, 106, 94, 0.3);
}

.service-guide-btn:active {
  transform: translateY(0);
}

.service-guide-download {
  border-top: 1px solid #e9ecef;
}
.contact .form .input-area {
  margin-bottom: 10px;
}
.contact .form .input-area .mobile .iti {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .form .input-area .mobile .iti__flag-container {
  position: relative;
  margin-right: 5px;
}
.contact .form .input-area .mobile .iti--separate-dial-code .iti__selected-flag {
  border-radius: 3px;
}
.contact .form .input-area .mobile input {
  padding-left: 15px !important;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.contact .form .input-area .mobile input::-webkit-outer-spin-button, .contact .form .input-area .mobile input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact .form .input-area .mobile input[type=number] {
  -moz-appearance: textfield;
}
.contact .form .input-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .form .input-two .input-area {
  width: calc(50% - 5px);
  margin-right: 10px;
}
.contact .form .input-two .input-area:last-child {
  margin-right: 0;
}

.error-msg {
  position: fixed;
  right: 10px;
  bottom: 30px;
  background-color: #ffffff;
  padding: 15px;
  width: 360px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  z-index: 999;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateX(calc(100% + 15px));
      -ms-transform: translateX(calc(100% + 15px));
          transform: translateX(calc(100% + 15px));
}
.error-msg.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.error-msg i {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.error-msg p {
  margin: 0;
  color: #000000;
}/*# sourceMappingURL=style.css.map */


.services-main{
  margin-top: 0px;
}
.services-div{
  /*
  text-align: center;

   */
}

.services-div ul{
  font-size: 18px;
  text-align: left;
}

.services-div h1{
  color: #ED6A5E;
  text-align: center;
}
.services-div h3{
  color: #ED6A5E;
  text-align: left;
}
.services-text p{
  width: 70%;
}

.services-div h2{
  background-color:#3ACFC8;
  color: white;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-block: 30px;
  text-align: center;
}
.services-div p{
  padding-block: 30px;
  text-align: center;
}
.individual-div h1{
  color: #3ACFC8;
  text-align: center;
}
.individual-div h2{
  background-color: #ED6A5E;
  text-align: center;
  color: white;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-block: 30px;
}
.individual-div h3{
  color: #3ACFC8;;
  text-align: left;
}
.individual-div p{
  padding-block: 30px;
  text-align: center;
}
.service-item a , .consult-item a{
  color: #505050;
}

/* Service item link styling */
a.service-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.service-item {
  position: relative;
  transition: all 0.3s ease;
  top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

a.service-link:hover .service-item {
  top: -5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

a.service-link:hover h3 {
  color: #ED6A5E;
}

.imageFloatColumn {
  display: flex;
  justify-content: center;
}

.linespacer {
  padding-top: 60px;
  margin-top: 90px;
  border-top: 3px solid #F1F1F1;
}

@media  screen and (max-width: 767px) {

  .div-1{
    order: 2;
  }
  .div-2{
    order: 1;
  }
  .services-text p{
    min-width: 100%;
  }
  .services-div , .individual-div{
    text-align: center;
  }
  .ser-head{
    padding-top: 20px;
  }

}
.navbar{
  background-color: white !important;
}
.about-bold{
  font-weight: bold;
}
.mask-line{
  margin-top: -400px;
  margin-left: 0px;
}
.about-text{
  padding-top: 100px;
}
.about-box{
  margin-top: -235px;
}

.about-text-2-div{
  padding: 70px;
}
.about-text-2-div h2{
  color:#ED6A5E;
}
.about-white-box{
  background-color: white;
  box-shadow: 0 2px 25px 0 rgba(110, 130, 208, .18);
  text-align: center;
  border-radius: 10px;
  padding: 20px;
}
.about-white-box h4{
  color: #3ACFC8;
}
.about-section{
  margin-top: 100px;
}

.about-section h1{
  color:#ED6A5E;
}
.about-div-2{
  padding-top: 60px;
}
.below-1 , .below-2{
  position: relative;
  top: 30px;
}
.margin-top{
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  .about-text{
   padding-top: 20px;
  }
  .about-text-2-div{
    padding: 0px;
    margin-top: 220px;
  }
  .about-div-2{
    padding-top: 10px;
  }
  .about-section{
    margin-top: 20px;
  }
  .below-1 , .below-2{
    position: relative;
    top: 0;
  }
  .about-white-box{
    margin-top: 20px;
  }
  .margin-top{
    margin-top: 7px;
  }
  .about-box img{
    /* display: inline-block;
    position: relative;
    z-index: 9999; */
   /* display: none; */
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  .about-text{
    padding-top: 0px;
  }
  .about-text-2-div{
    padding: 0px;
    margin-top: 50px;
  }
  .flex{
   display:flex;
    flex-direction: column;

  }
  .about-white-box{
    min-width: 300px;
  }
  .margin-top{
    margin-top: 60px;
  }

}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-text{
    padding-top: 0px;
  }
}

/* Services page grid layout styles */
.item1 { 
  grid-area: header; 
  text-align: center; 
  font-size: 30px; 
}

.item2 { grid-area: org; }
.item3 { grid-area: main; }
.item4 { grid-area: learning; }       

.grid-container {
  display: grid;
  grid-template-areas:
    'header header header header header header'
    'org org org main main main'
    'org org org main main main'
    'learning learning learning main main main';
  gap: 10px;
  padding: 10px;
}

.grid-container > div {
  text-align: left;
  font-size: 16px;
  background-color: transparent;
}

.item2, .item3, .item4 {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 25px;
  border: 1px solid #eee;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  text-align: left;
}

/* Add colored top borders to service sections */
.item2 {
  border-top: 4px solid #ED6A5E;
}
.item3 {
  border-top: 4px solid #4FC2C0;
}
.item4 {
  border-top: 4px solid #ED6A5E;
}

/* Style the service section subheaders */
.service-subheader {
  display: block;
  font-size: large;
  font-style: italic;
  color: #ED6A5E;
  margin-bottom: 10px;
  text-indent: 0;
}

/* Styled text for HR training description */
.hr-training-highlight {
  font-weight: bold;
}

/* Style the lists within service items */
.item2 ul, .item3 ul, .item4 ul {
  list-style-type: circle;
  padding-left: 20px;
  margin-left: 0;
  margin-bottom: 0;
}

.item2 ul li, .item3 ul li, .item4 ul li {
  margin-bottom: 5px;
}

/* Individual services section styles */
.itemIndHeader { 
  grid-area: header;
  text-align: center;
  font-size: 30px;
  background-color: transparent;
  padding: 5px 0;
}

.itemCoach {
  grid-area: coach;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 25px;
  border: 1px solid #eee;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  text-align: left;
  border-top: 4px solid #4FC2C0;
  font-size: 16px;
}

.itemKingdom { grid-area: kingdom; }

.grid-container-ind {
  display: grid;
  grid-template-areas:
    'header header header header'
    'coach coach coach coach';
  gap: 10px;
  padding: 10px;
}

/* Style for coaching section list */
.itemCoach ul.nobull {
  list-style-type: circle;
  padding-left: 20px;
  margin-left: 0;
  margin-bottom: 0;
}

.itemCoach ul.nobull li {
  margin-bottom: 5px;
}

/* Remove the margin-top divs */
.item2 .row > div > div[style*='margin-top'] {
  display: none;
}

/* Headings in service sections */
.ser-head h3, .itemCoach h3 {
  margin-bottom: 15px;
  color: #333;
}

/* General list styles */
ul {
  list-style-type: circle;
  margin-left: 20px;
}
ul.inline {
  list-style-type: circle;
}
ul.nested-list {
  list-style-type: initial;
}
ul.removeBullet {
  list-style-type: none;
}

/*
.b-service-img-1{
  animation-duration: 2s;
  animation-iteration-count: 1;
  transform-origin: bottom;
}
.b-service-img-1:hover {
  animation-name: bounce;
  animation-timing-function: ease;
}
@keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-40px); }
  100% { transform: translateY(0); }
}
.b-service-img-2{
  animation-duration: 2s;
  animation-iteration-count: 1;
  transform-origin: left;
}
.b-service-img-2:hover{
  animation-name: bounce2;
  animation-timing-function: ease;
}
@keyframes bounce2 {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(-40px); }
  100% { transform: translateX(0px); }
}
.b-service-img-3{
  animation-duration: 2s;
  animation-iteration-count: 1;
  transform-origin: bottom;
}
.b-service-img-3:hover {
  animation-name: bounce3;
  animation-timing-function: ease;
}
@keyframes bounce3 {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-40px);}
  100% { transform: translateY(0);}
}

.b-service-img-4{
  animation-duration: 2s;
  animation-iteration-count: 1;
  transform-origin: bottom;
}
.b-service-img-4:hover {
  animation-name: bounce4;
  animation-timing-function: ease;
}
@keyframes bounce4 {
  0%   { width: 78px;}
  50%  {transform: translate3d(-10px ,-10px ,20px);}
  100% { width: 98px;}
}

 */

/* Overlay for form submission feedback */
.form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.form-overlay.active {
  display: flex;
}
.form-overlay-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  max-width: 90%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  text-align: center;
  animation: fadeInScale 0.3s ease;
}
.form-overlay-message {
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: #333;
}
.form-overlay-close {
  background: #4FC2C0;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}
.form-overlay-close:hover {
  background: #3aa29b;
}
@keyframes fadeInScale {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

/* Feedback message above form */
.form-feedback {
  display: none;
  padding: 12px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 1rem;
}
.form-feedback.success {
  background-color: #e6ffe6;
  color: #006600;
}
.form-feedback.error {
  background-color: #ffe6e6;
  color: #990000;
}

/* Trusted By Section Styles */
.trusted-by-section {
  background-color: #f8f9fa; /* Light gray background */
}

/* Use Flexbox on the row containing the logos */
.trusted-by-section .row {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap on smaller screens */
  justify-content: space-around; /* Distribute items evenly */
  align-items: center;
}

.client-logo-item {
  padding: 15px; /* Add some padding around each item */
  flex-basis: auto; /* Allow items to take their natural width */
  max-width: 180px; /* Optional: Set a max-width if needed */
}

.client-logo {
  max-height: 60px; /* Adjust max height as needed */
  width: auto; /* Maintain aspect ratio */
  max-width: 100%; /* Ensure logo doesn't overflow container */
  opacity: 1; /* Ensure full opacity */
  transition: all 0.3s ease;
}

.client-text h5 {
  color: #6c757d; /* Gray text color */
  font-weight: 500;
  margin-top: 10px; /* Adjust spacing */
}

/* Partners We Trust Section Styles */
.partners-section {
  background-color: #ffffff; /* White background, or choose another */
}

/* Use Flexbox on the row containing the logos */
.partners-section .row {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap on smaller screens */
  justify-content: space-around; /* Distribute items evenly */
  align-items: center;
}

.partner-logo-item {
  padding: 15px; /* Add some padding around each item */
  flex-basis: auto; /* Allow items to take their natural width */
  max-width: 180px; /* Optional: Set a max-width if needed */
}

.partner-logo {
  max-height: 60px; /* Adjust max height as needed */
  width: auto; /* Maintain aspect ratio */
  max-width: 100%; /* Ensure logo doesn't overflow container */
  /* You can add grayscale/hover effects here if desired, similar to client logos */
  opacity: 0.8; /* Slightly faded look */
  transition: opacity 0.3s ease;
}

.partner-logo:hover {
  opacity: 1;
}

/* Contact start */