body {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  color: #444444;
}

a {
  color: #204694;
  text-decoration: none;
}

a:hover {
  color: #204699;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}


/* thank you page */

.thankyoucontent {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgb(255, 255, 255);
  z-index: 10000;
  display: none;
}

.wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  /* background-color: rgb(13, 193, 40); */
}

.wrapper-2 {
  padding: 30px;
  text-align: center;
}

.wrapper-1 h1 {
  font-family: 'Raleway', Arial Black, Sans-Serif;
  font-size: 4em;
  font-weight: 900;
  letter-spacing: 3px;
  color: #204694;
  margin: 0;
  /*margin-top: 40px;*/
  margin-bottom: 40px;
}

.wrapper-2 p {
  margin: 0;
  font-size: 1.3em;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
}

.go-home {
  background: #e83890;
  border: none;
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 5px;
  cursor: pointer;
}

.go-home:hover {
  opacity: 0.9;
}

.go-home a {
  font-family: 'Raleway', Arial Black;
  font-size: 1rem;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 2px;

}

.footer-like {
  margin-top: auto;
  background: #204694;
  padding: 6px;
  text-align: center;
}

.footer-like p {
  margin: 0;
  padding: 4px;
  color: #fafafa;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}

.footer-like p a {
  text-decoration: none;
  color: #204699;
  font-weight: 600;
}

.footer-like p a:hover {
  color: #FFF;
}

.error {
  color: #ff3860;
  font-size: 9px;
  height: 13px;
}

@media (min-width:360px) {
  .wrapper-1 h1 {
    font-size: 4.5em;
  }

  .go-home {
    margin-bottom: 20px;
  }
}

@media (min-width:600px) {
  .thankyoucontent {
    /* max-width:1000px; */
    margin: 0 auto;
  }

  .wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
  }


}

/* thank you page */
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #d4d4d4;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #60B746;
  border-top-color: #60B746;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* swiper js  */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-wrapper {
  margin-bottom: 55px !important;
}

.swiper.mySwiper {
  margin-top: 25px;
}

/* swiper js  */

/* form design css  */
.form-section {
  width: 60%;
  background-color: rgba(24, 24, 24, 0.578);
  margin: 0px auto;
  height: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: -5px;
  margin-top: 35px;

  /* backdrop-filter: blur(5px); */
  box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(255, 255, 255, 0.5);
  border-right: 1px solid rgb(255, 255, 255, 0.5);
  border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}

.heading-form h1 {
  text-align: center;
  font-size: 19px !important;
  font-weight: 600 !important;
  color: #204694 !important;
  /* color: var(--green1) !important; */
  letter-spacing: 1px !important;
  line-height: 30px !important;
  margin-bottom: 10px;
}

.web-heading-form h1 {
  color: white !important;
}

.input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.input-wrapper input, .input-wrapper textarea {
  width: 100%;
  margin-bottom: 5px;
  border: none;
  outline: none;
  background: rgb(255 255 255 / 91%);
  padding: 8px 20px;
  border-radius: 35px !important;
  border: 1px solid rgb(255, 255, 255, 0.5) !important;
  border-right: 1px solid rgb(255, 255, 255, 0.5) !important;
  border-bottom: 1px solid rgb(255, 255, 255, 0.5) !important;
  font-size: 14px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05) !important;
  /* margin-bottom: 10px; */
}

.input-wrapper input::placeholder, .input-wrapper textarea::placeholder {
  color: black;
  font-size: 14px;
}

.input-wrapper input[type="submit"], .submitbtn11 {
  background: #60B746 !important;
  /* color: white !important; */
  max-width: 100px;
  cursor: pointer;
  /* margin-bottom: 20px; */
  font-weight: 600;

}

.input-wrapper input[type="submit"]:hover,
.submitbtn11:hover {
  background: #218713 !important;
  /* slightly deeper green */
  color: white;
}



/* form design css  */


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #204694;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #204699;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  background-color: white;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgb(255, 255, 255);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 85px;
}

@media (max-width: 768px) {
  .mob {
    padding-top: 50px;
  }

  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

.appointment-btn {
  margin-left: 25px;
  background: #204694;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #204699;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #204694;
  font-size: 14px;
  border: 2px solid #204694;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #204699;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #204694;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #204699;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #204694;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #204694;
}


.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #204699;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #204694;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #204699;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
@media (max-width : 576px) {
  .about .row.content h3 img {
    width: 100%;
    height: 300px;
  }

  .web-heading-form h1 {
    color: #204694 !important;
  }

  #hero .container>.row {
    flex-direction: column-reverse !important;
  }
}

#hero .btn-get-started {
  margin-bottom: 40px;
}

#hero {
  width: 100%;
  height: 735px;
  background-image: url(../img/new-banner-corp.jpg);
  /* background-image: url(../img/reqimg.jpg); */
  /* background-position-y: -215px; */
  background-position-y: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

#hero .container {
  padding-top: 72px;
}

#hero .lap h1 {
  padding-top: 70px;
}

#hero h1 {
  margin: 0 0 6px 6px;
  font-size: 30px;
  /* font-weight: 700; */
  line-height: 45px;
  /* color: #006e0d; */
}

#hero h3 {
  color: rgb(0, 0, 0);
  margin-bottom: 50px;
  font-size: 21px;
  /*font-weight: 800;*/
}

#hero h5 {
  margin: 0 0 6px 6px;
  width: 60%;
  line-height: inherit;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #204694;
}

#hero .btn-get-started:hover {
  background: #204699;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #204699;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}





.service-box-container {
  justify-content: center;
}

.box-down {
  position: relative;
  top: 100px;
}


@media (max-width: 1025px) {

  .box-down {
    position: unset;
    top: 0px;
  }

}

@media (max-width: 991px) {
  #hero {
    /* height: 100vh; */
    text-align: center;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }

  .box-down {
    position: unset;
    top: 0px;
  }

}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 21px;
    line-height: 24px;
    text-align: left;
  }

  #hero h3 {
    font-size: 12px;
    line-height: 18px;
    margin-left: 8px;
    margin-bottom: 30px;
    text-align: left;
    width: 61%;
  }

  #hero h5 {
    text-align: left;
    font-size: 12px;
    width: 61%;
    margin: 0 0 6px 6px;
  }

  #hero .hero-img img {
    width: 70%;
  }

  #hero .container {
    padding-top: 0px;
  }

  #hero {
    height: 120vh;
  }

  .form-section {
    width: 100%;
    margin-right: +45px;
    background-color: white;

  }

  .box-down {
    position: unset;
    top: 0px;
  }

  #hero {
    background-repeat: no-repeat;
    width: 100%;
    height: 120vh;
    /* background-size: 138% 67%;
    background-position-x: -71px;
    background-position-y: -65px; */
    background-size: 128% 55%;
    background-position-x: -67px;
    background-position-y: 35px;
    background-origin: content-box;
    background-image: url(../img/new-banner-corp.jpg);


  }
}


@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }

  .box-down {
    position: unset;
    top: 0px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 25px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ffffff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #204694;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #204694;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #204694;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #204694;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #204694;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #204694;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #204694;
}

.about .content .btn-learn-more:hover {
  background: #204699;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #204694;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: rgb(64 212 53 / 47%);
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #204694;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #204699;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  /* padding: 30px 10px; */
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
  background-color: white;
}

.services .icon-box .icon img {
  max-width: 100%;
  /* Ensures the image scales well */
  height: auto;
  max-height: 60px;
  /* Limits the height for better consistency */
}

.services .icon-box .icon i {
  color: #ffffff;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
}

.services .icon-box h4 a {
  color: #204694;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #204699;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  /* background: url(../img/cta-bg.jpg) fixed center center;
  background-size: cover; */
  background-color: #60B746;
  padding: 52px 0;
}

.cta h3 {
  color: white;
  font-size: 28px;
  font-weight: 700;
}

.cta h4 {
  color: white;
  font-weight: 500;
}

.cta p {
  color: #204694;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 20px;
  background-color: #204694;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  /*border: 2px solid rgb(17, 17, 17);*/
  color: white;
}

.cta .cta-btn:hover {
  background: linear-gradient(135deg, #294d94, #4162a4, #00aaff);
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(0, 61, 153, 0.4);
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}



/* swiper js  */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 10px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide .pic {
  width: 30%;
}

.swiper-slide img {
  display: block;
  width: 155px;
  height: 100%;
  /*object-fit: cover;*/
}



.swiper-wrapper {
  margin-bottom: 55px !important;
}

.swiper.mySwiper {
  margin-top: 25px;
}

/* swiper js  */
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/


.testimonials .testimonial-wrap {
  padding-left: 10px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  /* margin: 30px 10px; */
  position: relative;
  /* background: #fff; */

}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

.read-more-container {
  display: flex;
  flex-direction: column;
  color: #111;
  gap: 1rem;
}

.containers {
  line-height: 1.4rem;
}

.read-more-btn {
  color: #204694;
}

.read-more-text {
  display: none;
}

.read-more-text--show {
  display: inline;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #204694;
}

.pricing h4 {
  font-size: 48px;
  color: #204694;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #204694;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #60B746;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #204694;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #204694;
}

.pricing .buy-btn:hover {
  background: #204699;
  color: #fff;
}

.pricing .featured {
  border-top-color: #204694;
}

.pricing .featured .buy-btn {
  background: #204694;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #204699;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .btn-primary {
  background-color: #204694;
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #204694;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  font-size: 17px;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #204694;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #1e88e5;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #204694;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #204694;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


/* new  footer start  */
footer {
  background: #204694;
  padding: 60px 0px;
  color: white;
}

.img-column img {
  height: 100px;
}

.about-footer {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}

.three-box-col {
  margin-top: 10px;
}

.three-box-col .icon img {
  width: 40px;
}

.location-column {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-column .icon, .location-column .text {
  width: 33%;
}

.location-column .text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-column .text div {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .location-column {
    /* margin-top: 20px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    align-items: flex-start;
    flex-direction: column;
  }

  .location-column .text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }
}

/* new  footer end */


/* provider start */
/* From Uiverse.io by absoluteSTrange */





.provider {
  padding: 0px 0px;
}

.provider .header {
  text-align: center;
  color: black;
}

.provider .header h1 {
  font-size: 35px;
}

.provider .box {
  /* margin-top: 35px; */
  /* padding: 20px 10px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.provider .box .innerdiv {
  /* width: 80%;
  margin: auto;
  transition: all 0.5s;
  border-radius: 50px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-bottom: 5px solid #fff; */

  background: #fefefe;
  box-shadow: 0px 10px 50px rgba(110, 123, 131, 0.1);
  border-radius: 20px;
  border-bottom: 4px solid #ddd;
  padding: 20px;
  text-align: center;
  /* width: 100%; */
  /* aspect-ratio: 1/1; */
  /* Ensures equal square height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.innerdiv .icon {
  /* margin-top: 10px; */
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
}

.provider .icon img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
}

.provider .text-box h6 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.innerdiv .icon, .innerdiv .title {
  text-align: center;
}

/* .provider .box .innerdiv:hover {
  background-color: #ffffffe1;
} */

.provider .box .innerdiv:hover .title h1 {
  color: white;
}

.provider .box .title h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin: 20px;
}

.provider .box .text-box {
  font-size: 12px;
  width: 80%;
  font-weight: 700;
  margin: auto;
  text-align: center;
  color: #204694;
}

.provider .box .innerdiv:hover {
  transform: translateY(-10px) !important;
  border-color: #204694 !important;
}

@media (max-width : 576px) {
  .provider .box .text-box {
    width: 98%;
  }

  .provider .box .text-box {
    font-size: 15px;
    width: 80%;
    font-weight: 700;
    margin: auto;
    text-align: center;
    color: #204694;
  }

  .provider .box .title h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin: 20px;
  }

  .section-title h2 {
    font-size: 25px;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #204694;
  }

  .features .feature_subhead {
    font-size: 16px !important;
  }

  .features .features_sub_sub {
    font-size: 16px !important;
  }

}




/* provider end */


.fixed-topheader {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}


.parent {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  width: 98%;
  /* height: 235px; */
  background: white;
  border-radius: 10px;
  box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1),
    0 0 0 2px rgb(190, 190, 190),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  text-align: center;
  border-bottom: 5px solid #ddd;
}

/* .services .icon-box {
  padding: 15px 28px;
  width: 80%;
  transition: all ease-in-out 0.3s;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 18px;
  border-bottom: 5px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */

.services .icon-box:hover {
  transform: translateY(-10px);
  border-bottom: 4px solid #204694;
}

.services .icon-box .icon {
  width: 80px;
  height: 80px;
  /* background: #08e322; */
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.services .icon-box .icon img {
  max-width: 100%;
  /* Ensures the image scales well */
  height: auto;
  max-height: 80px;
  /* Limits the height for better consistency */
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 21px;
  text-align: center;
}

.services .icon-box h4 a {
  color: #282828;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  border-color: #204694;
}

.services .icon-box:hover h4 a {
  color: #204694;
}



.features .icon-box h4 {
  font-size: 20px;
  font-weight: 800;
  color: #204694;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #60B746;
}

.features .icon-box p {
  font-size: 17px;
  color: #000000;
  margin-left: 60px;
  font-weight: 700;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}





/*--------------------------------------------------------------
# content
--------------------------------------------------------------*/
/* .content {
  padding: 120px 10px;
} */
.content {
  height: 100%;
}

.content .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #204694;
}

.content .content ul {
  list-style: none;
  padding: 0;
}

.content .content ul li {
  padding-bottom: 10px;
  font-weight: 600;
}

.content .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #204694;
}

.content .content p:last-child {
  margin-bottom: 0;
}

.content .content .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 50px 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
  position: relative;
}

.content .content .read-more:hover {
  background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

.content .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px;
}





.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-clip: border-box;
  /* border: var(--bs-card-border-width) solid var(--bs-card-border-color); */
  border-radius: var(--bs-card-border-radius);
}


.inputcheck4 {
  width: 100%;
  margin-bottom: 5px;
  border: none;
  outline: none;
  background: rgb(255 255 255 / 91%);
  padding: 8px 20px;
  border-radius: 35px;
  border: 1px solid rgb(255, 255, 255, 0.5);
  border-right: 1px solid rgb(255, 255, 255, 0.5);
  border-bottom: 1px solid rgb(255, 255, 255, 0.5);
  font-size: 14px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  box-shadow: 0px 5px 15px rgb(0 0 0 / 5%);
  margin-bottom: 10px;
}



/* pop up */


[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}



#overlayed {
  height: fit-content;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  z-index: 99999;
  display: none;
  height: 100%;
}

#popedup {
  background: rgb(255, 255, 255);
  padding: 20px;
  max-width: 520px;
  border-radius: 16px;
  /* margin: 15% auto; */
  height: fit-content;
  margin-top: 3%;
  position: relative;
  color: #0e0e0e;
}

.closed {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
}

/* Mobile View - Media Query */
@media (max-width: 768px) {

  #popedup {
    background: rgb(255, 255, 255);
    padding: 20px;
    max-width: 520px;
    border-radius: 16px;
    height: fit-content;
    margin-top: 1%;
    position: relative;
    color: #0e0e0e;
  }

  .services .icon-box {
    /* padding: 20px 10px; */
    /* Reduced padding for smaller screens */
    /* margin-bottom: 30px; */
    /* Added bottom margin between boxes */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
  }

  /* Center the content in a single column */
  .services .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .services .d-flex {
    justify-content: center;
  }

  .services .col-lg-3,
  .services .col-md-6 {
    width: 100%;
    /* Make the columns take full width */
    margin-bottom: 20px;
    /* Space between columns */
  }

  .services .icon-box h4 {
    font-size: 18px;
    text-align: center;
    /* Adjust font size for mobile */
  }


}

@media (max-width: 480px) {
  .training-cta-section .cta-wrapper {
    margin: auto;

  }

  /* #hero .custom-section {
    padding-top: 0px;
    margin-bottom: 0;
    margin-top: 110px;

  } */

  .services .icon-box {
    padding: 2px 15px;
    /* Reduced padding for smaller screens */
    /* margin-bottom: 30px; */
    /* Added bottom margin between boxes */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
  }

  /* Center the content in a single column */
  .services .row {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .services .d-flex {
    justify-content: center;
  }

  .services .col-lg-3,
  .services .col-md-6 {
    width: 100%;
    /* Make the columns take full width */
    margin-bottom: 20px;
    /* Space between columns */
  }

  .services .icon-box h4 {
    font-size: 16px;
    text-align: center;
    /* Smaller font size for very small screens */
  }
}


.key-section h1 {
  font-size: 40px !important;
}

/* ------------------- */
.random-cta-button {
  display: flex;
}

.cta-button {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 20px;
  background-color: #204694;
  /* background: linear-gradient(135deg, #0052cc, #0077ff); */
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 10px 10px 0;
  color: white;
  text-align: center;
  cursor: pointer;
}

/* .cta-button:hover {
  background: #16367b;
} */

.cta-button:hover {
  background: linear-gradient(135deg, #294d94, #4162a4, #00aaff);
  /* Gradient hover */
  /* darker gradient */
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(0, 61, 153, 0.4);
}

.cta-button a {
  color: white;
  text-decoration: none;
  display: block;
  transition: color 0.4s ease;
}

@media (max-width: 767px) {
  .random-cta-button {
    justify-content: center;
  }

  .cta-button {
    font-size: 14px;
    padding: 12px 30px;
    margin: 8px 8px 8px 0;
  }

  .cta .cta-btn {
    font-size: 18px;
  }
}

/* ---------------------- */
/* STYLE FOR WHY INVEST SECTION */
.invest-impact-section {
  padding: 50px 20px 40px;
  text-align: center;
}

.invest-impact-section .invest-title h2 {
  padding-bottom: 20px;
  position: relative;
  color: #204694;
  margin: 0;
  margin-bottom: 30px;
  font-size: 32px !important;
  font-weight: 600 !important;
}

.invest-impact-section .invest-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.invest-impact-section .invest-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #204694;
  bottom: 0;
  left: calc(50% - 20px);
}

.invest-container {
  max-width: 1200px;
  margin: 0 auto;
}

.impact-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.impact-item {
  flex: 1 1 25%;
  max-width: 25%;
  padding: 20px;
}

.impact-item h3 {
  font-size: 36px;
  color: #60B746;
  margin: 0;
}

.impact-item p {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #204694;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .impact-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .impact-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* ---------------------- */

.skill-focus-section {
  padding: 60px 20px;
  background: #f8f9fa;
  text-align: center;
}

.skill-focus-section .section-title {
  font-size: 32px;
  color: #60B746;
  padding-bottom: 0;
  /* margin-bottom: 40px; */
  font-weight: 600 !important;
}

.skill-focus-section h5 {
  padding-bottom: 20px;
  position: relative;
  color: #204694;
  margin-bottom: 30px;
}

.skill-focus-section h5::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.skill-focus-section h5::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #204694;
  bottom: 0;
  left: calc(50% - 20px);
}


.focus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}

.focus-card {
  background: white;
  border-radius: 12px;
  padding: 25px 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s ease;
  position: relative;
  z-index: 1;
}

.focus-card .icon img {
  height: 50px;
  margin-bottom: 10px;
}

.focus-card h3 {
  color: #204694;
  font-size: 18px;
  margin: 10px 0;
}


.focus-card p {
  margin: 0;
  font-size: 14px;
  color: #444444;
  opacity: 1;
  /* always visible */
  height: auto;
  /* no height restriction */
  overflow: visible;
  /* default flow */
  transition: none;
  /* no transition needed */
}

/* Hover effect for desktop */
@media (min-width: 992px) {
  .focus-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

  .focus-card:hover {
    /* transform: scale(1.5); */
    z-index: 10;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
  }

  /* .focus-card:hover p {
    opacity: 1;
    height: auto;
  } */

  /* .focus-grid:hover .focus-card:not(:hover) {
    filter: blur(2px);
    opacity: 0.5;
  } */
}

/* Carousel style for mobile */
@media (max-width: 991px) {
  .focus-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding-bottom: 20px;
  }

  .focus-card {
    flex: 0 0 80%;
    scroll-snap-align: center;
    transform: scale(0.95);
    opacity: 0.6;
    transition: 0.4s ease;
  }

  .focus-card.active {
    transform: scale(1.05);
    opacity: 1;
  }

  .focus-card p {
    display: none;
  }

  .focus-card.active p {
    display: block;
    opacity: 1;
    height: auto;
  }
}

.skill-focus-view>div {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 16px;
  background-color: #204694;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 5px;
  transition: 0.4s ease;
  margin: 10px auto;
  color: white;
  text-align: center;
  cursor: pointer;
}

.skill-focus-view>div a {
  color: white;
  text-decoration: none;
  display: block;
}

.skill-focus-view>div:hover {
  background: linear-gradient(135deg, #0c1831, #3d66c2);
  transform: scale(1.08);
}


/*  ------------------------------------  */

.training-container {
  /* max-width: 1000px; */
  margin: 0px auto;
  text-align: center;
  height: 100%;
}

.training-title {
  padding-bottom: 30px;
  margin: 50px 0;
  font-weight: 600 !important;
  color: #204694;
  font-size: 32px;
}

.training-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.training-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #204694;
  bottom: 0;
  left: calc(50% - 20px);
}


.training-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 20px;
}

.training-steps::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 40px;
  right: 40px;
  height: 2px;
  border-top: 2px dashed #555;
  z-index: 1;
}

.training-step {
  position: relative;
  background: white;
  width: 180px;
  z-index: 2;
}



.training-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 48px;
  border: 2px solid transparent;
  position: relative;
}

.training-circle::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background: currentColor;
  border-radius: 50%;
}

/* Colors per circle */
.circle-consultative {
  background-color: #3a72b9;
  color: #3a72b9;
}

.circle-flexible {
  background-color: #43a047;
  color: #43a047;
}

.circle-industry {
  background-color: #1e88e5;
  color: #1e88e5;
}

.circle-role {
  background-color: #7e57c2;
  color: #7e57c2;
}

.step-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  color: #204694;
}

.step-desc {
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  max-width: 180px;
  margin: 0 auto;
  line-height: 1.4;
}

svg {
  width: 48px;
  height: 48px;
  stroke: white;
  stroke-width: 2;
  fill: none;
}


/* MOBILE STYLES */
@media (max-width: 600px) {
  .training-steps {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    position: relative;
  }

  /* vertical dashed line */
  .training-steps::before {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% - 40px);
    border-top: none;
    border-left: 2px dashed #555;
    z-index: 1;
  }

  .training-step {
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
    position: relative;
    z-index: 2;
  }

  .training-step:last-child {
    margin-bottom: 0;
  }

  .training-circle {
    margin-bottom: 15px;
  }

  .training-circle::before {
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
  }

  .step-desc {
    max-width: 220px;
    margin: 0 auto;
  }
}

/* testimonials section */

.container .testimonial-section {
  background: white;
  border-radius: 12px;
  /* box-shadow: 0 20px 40px rgb(0 0 0 / 0.15); */
  overflow: hidden;
  /* max-width: 900px; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* Left half with text and green wave shape */
.container .testimonial-left {
  flex: 1 1 50%;
  background: white;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
}

.container .testimonial-left::before {
  content: '';
  position: absolute;
  bottom: -325px;
  right: -125px;
  width: 600px;
  height: 600px;
  background: #2e7d32;
  border-radius: 50% 50% 0 10%;
  transform: rotate(45deg);
  opacity: 0.15;
  z-index: 0;
}

.container .testimonial-left>* {
  position: relative;
  z-index: 1;
}

.container .testimonial-left h2 {
  color: #60B746;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.container .testimonial-left p {
  font-size: 15px;
  line-height: 1.5;
  color: #444444;
  margin-bottom: 20px;
}

.container .testimonial-left button {
  background: linear-gradient(90deg, #1b5e20 0%, #4caf50 100%);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.3s ease;
}

.container .testimonial-left button:hover {
  background: linear-gradient(90deg, #4caf50 0%, #1b5e20 100%);
}

/* Right half testimonial slider */
.container .testimonial-right {
  flex: 1 1 50%;
  background: #60B746;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.container .slider-wrapper {
  height: 320px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.container .slider-track {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease;
}

.container .testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 20px 25px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 120px;
}

.container .testimonial-card:last-child {
  margin-bottom: 0;
}

.container .testimonial-avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
  flex-shrink: 0;
}

.container .testimonial-card p {
  margin: 0;
  color: #222;
}

.container .testimonial-card .quote-mark {
  font-size: 25px;
  color: #60B746;
  font-weight: 700;
  margin-right: 5px;
}

.container .testimonial-card .author {
  font-weight: 600;
  font-size: 13px;
  color: #60B746;
  margin-top: 6px;
}

/* Slider controls */
.container .slider-controls {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

.container .slider-controls button {
  background: linear-gradient(180deg, #2e7d32 0%, #1b5e20 100%);
  ;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.3s ease;
}

.container .slider-controls button:hover {
  background: #4a9633;
}

/* Responsive */
@media (max-width: 700px) {
  .container .testimonial-section {
    flex-direction: column;
  }

  .container .testimonial-left,
  .container .testimonial-right {
    flex: 1 1 100%;
    padding: 30px 25px;
  }

  .container .testimonial-left::before {
    display: none;
  }

  .container .slider-wrapper {
    /* height: 280px; */
    height: 100%;
  }
}

/* customized training */
.training-cta-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}

.training-cta-section .cta-wrapper {
  max-width: 1050px;
  margin: 55px auto;
  background-color: white;
  border-radius: 16px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.251);
  position: relative;
  z-index: 2;
}

.training-cta-section .cta-content h2 {
  font-size: 30px;
  color: #204694;
  margin-bottom: 20px;
  font-weight: 700;
}

.training-cta-section .cta-content p {
  font-size: 17px;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.7;
}

.training-cta-section .cta-btn {
  background-color: #204694;
  color: white;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s ease;
  transform-origin: center;
}


.training-cta-section .cta-btn:hover {
  background-color: #60B746;
  transform: scale(1.05);
  /* more subtle */
}

/* Floating Visuals */
.training-cta-section .floating-icon {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.training-cta-section .green-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #60b74673;
  top: -40px;
  right: -40px;
}

.training-cta-section .outline-box {
  width: 140px;
  height: 140px;
  border: 3px solid #20479463;
  border-radius: 20px;
  bottom: -40px;
  left: -40px;
}

/* Responsive */
@media (max-width: 768px) {
  .training-cta-section .cta-wrapper {
    padding: 40px 20px;
  }

  .training-cta-section .cta-content h2 {
    font-size: 26px;
  }

  .training-cta-section .cta-btn {
    padding: 12px 24px;
    font-size: 15px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .form-section {
    width: 80%;
  }

  #hero {
    background-position-y: 0px;
  }
}

.second-sec-img{
  height: 90%;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #hero {
    background-position-y: -155px;
    height: 100vh;
  }
  .second-sec-img{
    height: 80%;
  }

  .cta-button {
    font-size: 18px;
    padding: 10px 36px;
  }

  #hero .heading-form h1 {
    font-size: 15px !important;
  }

  #hero .lap h1 {
    padding-top: 40px;
  }

  /*  */

  .content {
    height: 90vh;
  }

  .content .container {
    padding: 0 !important;
  }

  /*  */
  .cta {
    padding: 30px 0px;
  }

  .cta .cta-btn {
    font-size: 18px;
  }

  /*  */
  .skill-focus-section {
    height: 100%;
  }

  .focus-card p {
    font-size: 12px;
  }

  /*  */
  .above-custom .cta-btn {
    font-size: 15px;
  }

  .training-cta-section {
    height: 90vh;
  }

  .training-container {
    margin: 0px auto;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .training-container {
    margin: 0px auto;
  }
  .second-sec-img{
    height: 70%;
  }

  #hero {
    background-position-y: 0px;
    height: 100vh;
  }

  .form-section {
    width: 75%;
  }

  .form-section {
    margin-top: 0;
  }

  #hero .heading-form h1 {
    font-size: 14px !important;
  }

  #hero .lap h1 {
    padding-top: 0;
  }

  /*  */
  .content {
    height: 95vh;
  }

  /*  */
  .cta {
    padding: 30px 0px;
  }

  .cta .cta-btn {
    font-size: 18px;
  }

  /*  */
  .skill-focus-section {
    height: 100%;
  }

  .focus-card p {
    font-size: 9px;
  }

  .focus-card h3 {
    font-size: 14px;
  }

  /*  */
  .training-cta-section {
    height: 90vh;
  }
}