/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Introduction
- Details
- Services 1
- Services 2
- Services 3
- Projects
- Testimonials
- Contact
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
- Founder Section Styles
- Mission and Vision
- Services Styles
- Programs Styles
- Resources Styles
- Contact Styles
- Latest Insights Styles
- Training Modules Styles
******************************************/

/*****************************************
Colors:
- Backgrounds - light gray #f7f9fd
- Headings text - black #161223
- Body text - dark gray #53575a
- Buttons, icons - green #7dc22b
******************************************/

/**************************/
/*     General Styles     */
/**************************/
body,
html {
  width: 100%;
  height: 100%;
}

body,
p {
  color: #53575a;
  font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

h1 {
  color: #161223;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.25rem;
  font-family: "Poppins";
}

h2 {
  color: #161223;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Poppins";
}

h3 {
  color: #161223;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-family: "Poppins";
}

h4 {
  color: #161223;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Poppins";
}

.footer-links h5 {
	color: white;
}

h5 {
  color: #161223;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-family: "Poppins";
}

h6 {
  color: #161223;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Poppins";
}

.p-large {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.p-small {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.testimonial-text {
  font-style: italic;
}

.testimonial-author {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "Poppins";
}

.li-space-lg li {
  margin-bottom: 0.5rem;
}

a {
  color: #53575a;
  text-decoration: underline;
}

a:hover {
  color: #53575a;
  text-decoration: underline;
}

.no-line {
  text-decoration: none;
}

.no-line:hover {
  text-decoration: none;
}

.read-more {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

.read-more .fas {
  margin-left: 0.625rem;
  font-size: 1rem;
  vertical-align: -8%;
}

.green {
  color: #7dc22b;
}

.bg-gray {
  background-color: #f7f9fd;
}

.button-container {
  margin-top: 2rem;
  text-align: center;
}

.button-container .btn-solid-lg {
  min-width: 200px;
  margin: 0 0.5rem;
  padding: 1.375rem 2.625rem;
  font-size: 1rem;
}

.gap-3 {
  gap: 1rem !important;
}

.btn-solid-lg {
  display: inline-block;
  padding: 1.375rem 2.625rem;
  border: 1px solid #7dc22b;
  border-radius: 0.25rem;
  background-color: #7dc22b;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
}

.btn-solid-lg:hover {
  background-color: transparent;
  color: #7dc22b;
  text-decoration: none;
}

.btn-solid-reg {
  display: inline-block;
  padding: 1.375rem 2.25rem 1.375rem 2.25rem;
  border: 1px solid #7dc22b;
  border-radius: 4px;
  background-color: #7dc22b;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-solid-reg:hover {
  background-color: transparent;
  color: #7dc22b;
  text-decoration: none;
}

.btn-outline-reg {
  display: inline-block;
  padding: 1.375rem 2.25rem 1.375rem 2.25rem;
  border: 1px solid #161223;
  border-radius: 4px;
  background-color: transparent;
  color: #161223;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-outline-reg:hover {
  background-color: #161223;
  color: #ffffff;
  text-decoration: none;
}

.btn-outline-lg {
  display: inline-block;
  padding: 1.625rem 2.625rem 1.625rem 2.625rem;
  border: 1px solid #161223;
  border-radius: 4px;
  background-color: transparent;
  color: #161223;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-outline-lg:hover {
  background-color: #161223;
  color: #ffffff;
  text-decoration: none;
}

.btn-outline-sm {
  display: inline-block;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: 1px solid #161223;
  border-radius: 4px;
  background-color: transparent;
  color: #161223;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-outline-sm:hover {
  background-color: #161223;
  color: #ffffff;
  text-decoration: none;
}

.form-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.form-control-input,
.form-control-textarea {
  width: 100%;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  border: 1px solid #cbcbd1;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5rem;
  -webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-textarea {
  display: block;
  height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
}

.form-control-input:focus,
.form-control-textarea:focus {
  border: 1px solid #a1a1a1;
  outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-textarea:hover {
  border: 1px solid #a1a1a1;
}

.form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.25rem;
  border: 1px solid #7dc22b;
  border-radius: 4px;
  background-color: #7dc22b;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  cursor: pointer;
  transition: all 0.2s;
}

.form-control-submit-button:hover {
  border: 1px solid #7dc22b;
  background-color: transparent;
  color: #7dc22b;
}

/* Notification Styles */
.notification-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.notification {
  background: white;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 15px 20px;
  transform: translateX(0);
  transition: all 0.3s ease;
  min-width: 300px;
}

.notification.success {
  border-left: 4px solid #7dc22b;
}

.notification.error {
  border-left: 4px solid #dc3545;
}

.notification-content {
  display: flex;
  align-items: center;
}

.notification-content i {
  margin-right: 10px;
  font-size: 1.2rem;
}

.notification.success i {
  color: #7dc22b;
}

.notification.error i {
  color: #dc3545;
}

.notification.fade-out {
  transform: translateX(100%);
  opacity: 0;
}

/* Form Loading State */
.form-control-submit-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-control-submit-button i {
  margin-right: 5px;
}

/**********************/
/*     Navigation     */
/**********************/
.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #1a1a2e;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
}

.navbar .navbar-brand {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.navbar .logo-image {
  width: 134px;
  height: 30px;
}

.navbar .nav-item .nav-link {
  padding: 0.625rem 0.75rem;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
  color: #7dc22b;
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 0.5rem 1rem;
    background-color: #1a1a2e !important;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1050;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: #1a1a2e;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    z-index: 1045;
    display: block;
  }

  .offcanvas-collapse.show {
    transform: translateX(0);
  }

  .navbar-nav {
    padding-top: 1rem;
    text-align: center;
  }

  .navbar-nav .nav-item {
    margin-bottom: 0.5rem;
  }

  .navbar-nav .nav-link {
    padding: 0.75rem 0;
    color: #ffffff;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: #7dc22b;
  }
}

/************************/
/*        Header         */
/************************/
.header {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  text-align: center;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.5s ease-in-out;
}

.header .header-content {
  position: relative;
  z-index: 2;
}

.header .text-container {
  margin-top: 0rem;
  margin-bottom: 4rem;
}

.header .h1-large {
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-size: 3rem;
  line-height: 3.75rem;
}

.header .p-large {
  margin-bottom: 2.5rem;
  color: #ffffff;
}

.header .btn-solid-lg {
  margin-right: 0.5rem;
  margin-bottom: 1.25rem;
  /* background-color: #7dc22b; */
  /* border-color: #7dc22b; */
}

.header .btn-outline-lg {
  border-color: #ffffff;
  color: #ffffff;
}

.header .btn-outline-lg:hover {
  background-color: #ffffff;
  color: #7dc22b;
}

.button-container {
  margin-top: 2rem;
}

/************************/
/*     Introduction     */
/************************/
.cards-1 {
  padding-top: 9.125rem;
  padding-bottom: 5.25rem;
  text-align: center;
}

.cards-1 .h2-heading {
  margin-bottom: 1.125rem;
}

.cards-1 .p-heading {
  margin-bottom: 4rem;
  text-align: center;
}

.cards-1 .card {
  margin-bottom: 4rem;
  border: none;
  border-radius: 6px;
}

.cards-1 .card-body {
  padding: 0;
}

.cards-1 .card-icon {
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  border-radius: 50%;
  background-color: #7dc22b;
  text-align: center;
}

.cards-1 .card-icon .fas {
  color: #ffffff;
  font-size: 2.125rem;
  line-height: 90px;
}

.cards-1 .card-title {
  margin-bottom: 0.625rem;
}

/*******************/
/*     Details     */
/*******************/
.split .area-1 {
  height: 430px;
  background: url("../images/details-background.jpg") center center no-repeat;
  background-size: cover;
}

.split .area-2 {
  padding-top: 9.25rem;
  padding-bottom: 9.75rem;
}

.split h2 {
  margin-bottom: 1.5rem;
}

.split p {
  margin-bottom: 2.25rem;
}

.split p:last-of-type {
  margin-bottom: 0;
}

/**********************/
/*     Services 1     */
/**********************/
.basic-1 {
  padding-top: 9.75rem;
  padding-bottom: 5rem;
}

.basic-1 .image-container {
  margin-bottom: 4rem;
}

.basic-1 h2 {
  margin-bottom: 1.5rem;
}

/**********************/
/*     Services 2     */
/**********************/
.basic-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.basic-2 .image-container {
  margin-bottom: 4rem;
}

.basic-2 h2 {
  margin-bottom: 1.5rem;
}

/**********************/
/*     Services 3     */
/**********************/
.basic-3 {
  padding-top: 5rem;
  padding-bottom: 9.75rem;
}

.basic-3 .image-container {
  margin-bottom: 4rem;
}

.basic-3 h2 {
  margin-bottom: 1.5rem;
}

/************************/
/*     Services Styles  */
/************************/
.service-section {
  padding: 4rem 0;
  position: relative;
}

.service-section:nth-child(even) {
  background-color: #f7f9fd;
}

.service-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.service-card h4 {
  color: #161223;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 0.8rem;
}

.service-card h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #7dc22b;
}

.service-card .icon {
  font-size: 2rem;
  color: #7dc22b;
  margin-bottom: 1rem;
}

.service-card p {
  color: #53575a;
  margin-bottom: 0;
  line-height: 1.7;
}

.service-section h2 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}

.service-section h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #7dc22b;
}

.service-section {
  padding: 5rem 0;
}

.service-section.bg-light {
  background-color: #f7f9fd;
}

.section-title {
  margin-bottom: 3rem;
}

.section-title h2 {
  color: #161223;
  margin-bottom: 1rem;
}

.section-title .lead {
  color: #53575a;
  font-size: 1.2rem;
}

.header-subtitle {
  color: #7dc22b;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.service-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.service-card:hover .icon {
  background: #7dc22b;
  color: #ffffff;
}

.service-card:hover .learn-more {
  color: #7dc22b;
}

.icon-wrapper {
  margin-bottom: 1.5rem;
}

.icon {
  width: 60px;
  height: 60px;
  background: #f0f3f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.icon i {
  font-size: 1.5rem;
  color: #161223;
  transition: all 0.3s ease;
}

.service-card:hover .icon i {
  color: #ffffff;
}

.service-card .content {
  position: relative;
  z-index: 1;
}

.service-card h4 {
  color: #161223;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.service-card p {
  color: #53575a;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.learn-more {
  color: #161223;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.learn-more i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.learn-more:hover i {
  transform: translateX(5px);
}

/* Mobile Responsive Styles */
@media (max-width: 992px) {
  .service-section {
    padding: 4rem 0;
  }

  .section-title .lead {
    font-size: 1.1rem;
  }

  .service-card {
    padding: 1.75rem;
  }
}

@media (max-width: 768px) {
  .service-section {
    padding: 3rem 0;
  }

  .header-subtitle {
    font-size: 1.1rem;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .service-card h4 {
    font-size: 1.2rem;
  }

  .service-card p {
    font-size: 0.95rem;
  }

  .icon {
    width: 50px;
    height: 50px;
  }

  .icon i {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .service-section {
    padding: 2.5rem 0;
  }

  .section-title .lead {
    font-size: 1rem;
  }

  .service-card {
    padding: 1.5rem;
  }

  .service-card h4 {
    font-size: 1.1rem;
  }

  .icon {
    width: 45px;
    height: 45px;
  }

  .icon i {
    font-size: 1.2rem;
  }

  .learn-more {
    font-size: 0.9rem;
  }
}

/********************/
/*     Projects     */
/********************/
.filter {
  padding-top: 9.5rem;
  padding-bottom: 5.625rem;
  text-align: center;
}

.filter h2 {
  margin-bottom: 2.625rem;
}

.filter .button-group {
  margin-bottom: 1.375rem;
}

.filter .button {
  margin-right: 0.25rem;
  margin-bottom: 0.75rem;
  margin-left: 0.25rem;
  padding: 0.125rem 0.875rem;
  border: none;
  background-color: #ffffff;
  color: #53575a;
  font-weight: 600;
  font-size: 0.875rem;
}

.filter .button:hover,
.filter .button.is-checked {
  background-color: #7dc22b;
  color: #ffffff;
}

.filter .grid {
  margin-right: auto;
  max-width: 351px;
  margin-left: auto;
}

.filter .element-item {
  margin-bottom: 3rem;
}

.filter .element-item a {
  text-decoration: none;
}

.filter .element-item img {
  margin-bottom: 1.125rem;
  border-radius: 8px;
}

.filter .element-item p {
  text-align: left;
}

/************************/
/*     Testimonials     */
/************************/
.slider-1 {
  position: relative;
  padding-top: 9.75rem;
  padding-bottom: 9.5rem;
}

.slider-1 .slider-container {
  position: relative;
}

.slider-1 .swiper-container {
  position: static;
  width: 86%;
  text-align: center;
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
  /* even if you can't see it chrome you can see it on mobile device */
  outline: none;
}

.slider-1 .swiper-button-prev {
  left: -10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
  background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
  right: -10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
  background-size: 18px 28px;
}

.slider-1 .testimonial-image {
  width: 120px;
  height: 120px;
  margin-bottom: 2.25rem;
  border-radius: 50%;
}

.slider-1 .testimonial-text {
  margin-bottom: 1.75rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.slider-1 .testimonial-author {
  margin-bottom: 0.25rem;
  color: #161223;
}

.slider-1 .text-decoration {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

/*******************/
/*     Contact     */
/*******************/
.contact-section {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.contact-section h2 {
  margin-bottom: 0.5rem;
  color: #333;
  text-align: center;
}

.contact-section p {
  color: #666;
  text-align: center;
  margin-bottom: 2rem;
}

.contact-section .form-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.form-control-input,
.form-control-select,
.form-control-textarea {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #ffffff;
  color: #333;
  font-size: 1rem;
  -webkit-appearance: none;
}

.form-control-textarea {
  display: block;
  height: 7rem;
  resize: none;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
  border: 1px solid #7dc22b;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(125, 194, 43, 0.1);
}

.form-control-input:focus + .label-control,
.form-control-select:focus + .label-control,
.form-control-textarea:focus + .label-control {
  top: -0.75rem;
  left: 0.75rem;
  background-color: #ffffff;
  padding: 0 0.375rem;
  color: #7dc22b;
  font-size: 0.75rem;
  font-weight: 500;
}

.form-control-input:not(:placeholder-shown) + .label-control,
.form-control-select:not(:placeholder-shown) + .label-control,
.form-control-textarea:not(:placeholder-shown) + .label-control {
  top: -0.75rem;
  left: 0.75rem;
  background-color: #ffffff;
  padding: 0 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.label-control {
  position: absolute;
  top: 0.875rem;
  left: 1.25rem;
  color: #7d838a;
  opacity: 1;
  font-size: 0.875rem;
  line-height: 1.5rem;
  cursor: text;
  transition: all 0.2s ease;
}

.form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.25rem;
  border: 1px solid #7dc22b;
  border-radius: 0.25rem;
  background-color: #7dc22b;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  cursor: pointer;
  transition: all 0.2s;
}

.form-control-submit-button:hover {
  background-color: transparent;
  color: #7dc22b;
}

/* Notification Styles */
.notification-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.notification {
  background: white;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 15px 20px;
  transform: translateX(0);
  transition: all 0.3s ease;
  min-width: 300px;
}

.notification.success {
  border-left: 4px solid #7dc22b;
}

.notification.error {
  border-left: 4px solid #dc3545;
}

.notification-content {
  display: flex;
  align-items: center;
}

.notification-content i {
  margin-right: 10px;
  font-size: 1.2rem;
}

.notification.success i {
  color: #7dc22b;
}

.notification.error i {
  color: #dc3545;
}

.notification.fade-out {
  transform: translateX(100%);
  opacity: 0;
}

/* Loading State */
.form-control-submit-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-control-submit-button i {
  margin-right: 5px;
}

@media (max-width: 992px) {
  .contact-section {
    padding-top: 5rem;
  }
}

@media (max-width: 768px) {
  .contact-section .row {
    margin-left: 0;
    margin-right: 0;
  }
}

/**********************/
/*     Statistics     */
/**********************/
.counter {
  padding-top: 9.75rem;
  padding-bottom: 4.375rem;
  text-align: center;
}

.counter .counter-cell {
  margin-bottom: 4rem;
}

.counter .purecounter {
  margin-bottom: 1.5rem;
  color: #7dc22b;
  font-weight: 600;
  font-size: 5rem;
  line-height: 3rem;
}

.counter .counter-info {
  color: #161223;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

/******************/
/*     Footer     */
/******************/
.footer {
  background-color: #2e4374;
  padding-top: 4rem;
  padding-bottom: 0;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer .footer-col {
  margin-bottom: 2rem;
}

.footer h6 {
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.2rem;
}

.footer p,
.footer a,
.footer ul {
  color: #ffffff;
}

.footer .li-space-lg li {
  margin-bottom: 0.375rem;
}

.footer .footer-col.third .fa-stack {
  width: 2em;
  margin-bottom: 1.25rem;
  margin-right: 0.375rem;
  font-size: 1.375rem;
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
  color: #ffffff;
  opacity: 0.2;
  transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
  color: #ffffff;
  transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
  opacity: 0.5;
}

.footer .copyright {
  background-color: #1a1a2e;
  padding: 1rem 0;
  text-align: center;
}

.footer .copyright p {
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-size: 0.875rem;
}

.footer .copyright a {
  color: #ffffff;
  text-decoration: none;
}

.footer .copyright a:hover {
  color: #9fef00;
}

/*********************/
/*     Copyright     */
/*********************/
.copyright {
  padding-bottom: 1rem;
  background-color: #161223;
  text-align: center;
}

.copyright p,
.copyright a {
  color: #9ba3b1;
  text-decoration: none;
}

/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #323137;
  cursor: pointer;
}

#myBtn:hover {
  background-color: #0f0f11;
}

#myBtn img {
  margin-bottom: 0.25rem;
  margin-left: 0.125rem;
  width: 18px;
}

/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #1a1a2e;
  position: relative;
}

.ex-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1a1a2e 0%, #2e4374 100%);
  opacity: 1;
  z-index: 0;
}

.ex-header .container {
  position: relative;
  z-index: 1;
}

.ex-header h1 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
}

.ex-basic-1 .list-unstyled .fas {
  font-size: 0.375rem;
  line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
  margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
  padding: 1.25rem 1.25rem 0.5rem 1.25rem;
  background-color: #f7f9fd;
}

.ex-cards-1 .card {
  border: none;
  background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
  width: 2em;
  font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
  color: #7dc22b;
}

.ex-cards-1 .card .fa-stack-1x {
  width: 2em;
  color: #ffffff;
  font-weight: 700;
  line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
  margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
  margin-top: 0.125rem;
  margin-bottom: 0.5rem;
}

.founder-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.founder-info h3 {
  color: #2e4374;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.founder-info .title {
  color: #666;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.founder-info .lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2rem;
}

.founder-info h4 {
  color: #2e4374;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.founder-info ul li {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  color: #444;
}

.founder-info ul li i {
  color: #2e4374;
  margin-right: 0.75rem;
  font-size: 1.1rem;
}

.achievements,
.certifications {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.achievements:hover,
.certifications:hover {
  background-color: #f1f3f5;
  transition: all 0.3s ease;
}

/*************************/
/*     Media Queries     */
/*************************/
/* Min-width 768px */
@media (min-width: 768px) {
  /* Header */
  .header .header-content {
    padding-top: 15rem;
    padding-bottom: 13rem;
  }
  /* end of header */

  /* Statistics */
  .counter .counter-cell {
    display: inline-block;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    vertical-align: top;
  }

  .counter .purecounter {
    font-size: 6rem;
    line-height: 4rem;
  }
  /* end of statistics */

  /* Contact */
  .form-1 .list-unstyled li {
    display: inline-block;
    margin-right: 1rem;
  }
  /* end of contact */

  /* Extra Pages */
  .ex-basic-1 .text-box {
    padding: 1.75rem 2rem 0.875rem 2rem;
  }
  /* end of extra pages */
}
/* end of min-width 768px */

/* Min-width 992px */
@media (min-width: 992px) {
  /* General Styles */
  .h2-heading {
    width: 35.25rem;
    margin-right: auto;
    margin-left: auto;
  }

  .p-heading {
    width: 46rem;
    margin-right: auto;
    margin-left: auto;
  }
  /* end of general styles */

  /* Navigation */
  .navbar {
    padding-top: 1.75rem;
    box-shadow: none;
    transition: all 0.2s;
  }

  .navbar.top-nav-collapse {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #161223;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
  }

  .offcanvas-collapse {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    overflow-y: visible;
    visibility: visible;
  }

  .offcanvas-collapse.open {
    -webkit-transform: none;
    transform: none;
  }

  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-nav .nav-item .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .navbar .dropdown-menu {
    padding-top: 0.75rem;
    padding-bottom: 0.875rem;
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
  }

  .navbar .dropdown-divider {
    width: 90%;
  }

  .navbar .social-icons {
    margin-left: 0.5rem;
  }

  .navbar .fa-stack {
    margin-right: 0;
    margin-left: 0.25rem;
  }
  /* end of navigation */

  /* Header */
  .header .header-content {
    padding-top: 18rem;
    padding-bottom: 16rem;
  }

  .header .h1-large {
    margin-bottom: 2.75rem;
    font-size: 5rem;
    line-height: 5.75rem;
  }
  /* end of header */

  /* Introduction */
  .cards-1 .card {
    display: inline-block;
    width: 290px;
    vertical-align: top;
  }

  .cards-1 .card:nth-of-type(3n + 2) {
    margin-right: 1.75rem;
    margin-left: 1.75rem;
  }
  /* end of introduction */

  /* Details */
  .split {
    height: 786px;
  }

  .split .area-1 {
    height: 100%;
    width: 50%;
    display: inline-block;
  }

  .split .area-2 {
    height: 100%;
    width: 50%;
    display: inline-block;
    padding-bottom: 0;
    vertical-align: top;
  }

  .split .text-container {
    width: 400px;
    margin-left: 3rem;
  }
  /* end of details */

  /* Services 1 */
  .basic-1 .image-container {
    margin-bottom: 0;
  }
  /* end of services 1 */

  /* Services 2 */
  .basic-2 .image-container {
    margin-bottom: 0;
  }
  /* end of services 2 */

  /* Services 3 */
  .basic-3 .image-container {
    margin-bottom: 0;
  }
  /* end of services 3 */

  /* Projects */
  .filter .grid {
    max-width: 351px;
  }

  .filter .element-item {
    display: inline-block;
    width: 351px;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    vertical-align: top;
  }
  /* end of projects */

  /* Footer */
  .footer .footer-col {
    margin-bottom: 2rem;
  }

  .footer .footer-col.first {
    display: inline-block;
    width: 320px;
    margin-right: 1.75rem;
    vertical-align: top;
  }

  .footer .footer-col.second {
    display: inline-block;
    width: 320px;
    margin-right: 1.75rem;
    vertical-align: top;
  }

  .footer .footer-col.third {
    display: inline-block;
    width: 224px;
    text-align: right;
    vertical-align: top;
  }

  .footer .footer-col.third .fa-stack {
    margin-right: 0;
    margin-left: 0.375rem;
  }
  /* end of footer */

  /* Extra Pages */
  .ex-cards-1 .card {
    display: inline-block;
    width: 296px;
    vertical-align: top;
  }

  .ex-cards-1 .card:nth-of-type(3n + 2) {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  /* end of extra pages */
}
/* end of min-width 992px */

/* Min-width 1200px */
@media (min-width: 1200px) {
  /* General Styles */
  .container {
    max-width: 1140px;
  }
  /* end of general styles */

  /* Header */
  .header {
    height: 100vh;
  }

  .header .header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header .btn-solid-lg {
    padding: 1.875rem 3rem;
    font-size: 1rem;
  }
  /* end of header */

  /* Introduction */
  .cards-1 .card {
    width: 330px;
  }

  .cards-1 .card:nth-of-type(3n + 2) {
    margin-right: 3.625rem;
    margin-left: 3.625rem;
  }
  /* end of introduction */

  /* Details */
  .split {
    height: 708px;
  }

  .split .text-container {
    width: 450px;
    margin-left: 6rem;
  }
  /* end of details */

  /* Services 1 */
  .basic-1 .text-container {
    margin-top: 4rem;
    margin-left: 5rem;
  }
  /* end of services 1 */

  /* Services 2 */
  .basic-2 .text-container {
    margin-top: 4rem;
    margin-left: 5rem;
  }
  /* end of services 2 */

  /* Services 3 */
  .basic-3 .text-container {
    margin-top: 4rem;
    margin-left: 5rem;
  }
  /* end of services 3 */

  /* Projects */
  .filter .grid {
    max-width: 1120px;
  }
  /* end of projects */

  /* Testimonials */
  .slider-1 .slider-container {
    width: 82%;
    margin-right: auto;
    margin-left: auto;
  }
  /* end of testimonials */

  /* Statistics */
  .counter .counter-cell {
    margin-right: 3.5rem;
    margin-left: 3.5rem;
  }

  .counter .counter-cell:first-of-type {
    margin-left: 0;
  }

  .counter .counter-cell:last-of-type {
    margin-right: 0;
  }
  /* end of statistics */

  /* Contact */
  .form-1 form {
    width: 776px;
    margin-right: auto;
    margin-left: auto;
  }
  /* end of contact */

  /* Footer */
  .footer .footer-col.first {
    width: 352px;
    margin-right: 6rem;
  }

  .footer .footer-col.second {
    margin-right: 6.5rem;
  }

  .footer .footer-col.third {
    text-align: right;
  }
  /* end of footer */

  /* Extra Pages */
  .ex-cards-1 .card {
    width: 336px;
  }

  .ex-cards-1 .card:nth-of-type(3n + 2) {
    margin-right: 2.875rem;
    margin-left: 2.875rem;
  }
  /* end of extra pages */
}
/* end of min-width 1200px */

/*************************/
/*     Mission and Vision Styles     */
/*************************/
.mission-vision {
  padding: 4rem 0;
  background-color: #f7f9fd;
}

.mission-vision .vision-section,
.mission-vision .mission-section {
  margin-bottom: 2.5rem;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.mission-vision .vision-section:hover,
.mission-vision .mission-section:hover {
  transform: translateY(-5px);
}

.mission-vision h2 {
  color: #161223;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
}

.mission-vision h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #7dc22b;
}

.mission-vision p {
  color: #53575a;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 0;
}

/*************************/
/*     Founder Section Styles     */
/*************************/
.founder-image img {
  width: 100%;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.founder-gallery img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.founder-gallery img:hover {
  transform: scale(1.05);
}

.founder-info {
  padding: 2rem;
}

.founder-info h3 {
  color: #2e4374;
  margin-bottom: 0.5rem;
}

.founder-info .title {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.founder-info .lead {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.founder-info .achievements li,
.founder-info .certifications li {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.founder-info .achievements i,
.founder-info .certifications i {
  color: #2e4374;
  margin-right: 0.5rem;
}

.founder-info h4 {
  color: #2e4374;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

/* Leadership Journey Gallery */
.leadership-gallery .card {
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.leadership-gallery .card:hover {
  transform: translateY(-5px);
}

.leadership-gallery .card-img-top {
  height: 200px;
  object-fit: cover;
}

.leadership-gallery .card-body {
  padding: 1.5rem;
}

.leadership-gallery .card-body h5 {
  color: #2e4374;
  margin-bottom: 0.5rem;
}

/*************************/
/*     Programs Styles    */
/*************************/
.program-section {
  padding: 5rem 0;
}

.program-section.bg-light {
  background-color: #f7f9fd;
}

.program-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.program-card.featured {
  border: 2px solid #7dc22b;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.program-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.duration {
  display: inline-flex;
  align-items: center;
  color: #53575a;
  font-size: 0.9rem;
}

.duration i {
  margin-right: 0.5rem;
  color: #7dc22b;
}

.badge {
  background: #7dc22b;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.badge.premium {
  background: #ffd700;
  color: #161223;
}

.program-card h4 {
  color: #161223;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.program-card p {
  color: #53575a;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.features-wrapper {
  background: #f7f9fd;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.features-wrapper h5 {
  color: #161223;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.features li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.features li:last-child {
  margin-bottom: 0;
}

.features i {
  color: #7dc22b;
  margin-right: 0.75rem;
}

.master-trainer-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 2.5rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.program-description {
  font-size: 1.1rem;
  color: #53575a;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.highlight-box {
  background: #f7f9fd;
  padding: 1.5rem;
  border-radius: 8px;
  height: 100%;
}

.highlight-box h5 {
  color: #161223;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.highlight-box h5 i {
  color: #7dc22b;
  margin-right: 0.75rem;
}

.highlight-list li,
.details-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.highlight-list li:last-child,
.details-list li:last-child {
  margin-bottom: 0;
}

.highlight-list i,
.details-list i {
  color: #7dc22b;
  margin-right: 0.75rem;
  width: 20px;
}

/* Mobile Responsive Styles */
@media (max-width: 992px) {
  .program-section {
    padding: 4rem 0;
  }

  .master-trainer-card {
    padding: 2rem;
  }

  .program-description {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .program-section {
    padding: 3rem 0;
  }

  .program-card {
    padding: 1.75rem;
  }

  .program-card h4 {
    font-size: 1.2rem;
  }

  .features-wrapper {
    padding: 1.25rem;
  }

  .features-wrapper h5 {
    font-size: 1rem;
  }

  .highlight-box {
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .program-section {
    padding: 2.5rem 0;
  }

  .program-card {
    padding: 1.5rem;
  }

  .duration {
    font-size: 0.8rem;
  }

  .badge {
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
  }

  .program-card h4 {
    font-size: 1.1rem;
  }

  .program-card p {
    font-size: 0.9rem;
  }

  .features-wrapper {
    padding: 1rem;
  }

  .features li {
    font-size: 0.9rem;
  }

  .master-trainer-card {
    padding: 1.5rem;
  }

  .highlight-box {
    padding: 1.25rem;
  }

  .highlight-box h5 {
    font-size: 1rem;
  }

  .highlight-list li,
  .details-list li {
    font-size: 0.9rem;
  }
}

/*************************/
/*     Resources Styles    */
/*************************/
.resource-section {
  padding: 4rem 0;
}

.section-title {
  margin-bottom: 2rem;
}

.resource-card {
  background: #ffffff;
  border-radius: 8px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.resource-icon {
  color: #7dc22b;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.resource-card h4 {
  color: #161223;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
}

.resource-card p {
  color: #53575a;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 0.95rem;
}

.resource-meta {
  margin: 0.75rem 0;
  list-style: none;
  padding: 0;
}

.resource-meta li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  color: #53575a;
  font-size: 0.9rem;
}

.resource-meta li:last-child {
  margin-bottom: 0;
}

.resource-meta i {
  color: #7dc22b;
  margin-right: 0.5rem;
  width: 16px;
}

.btn-solid-reg {
  margin-top: auto;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: none;
  background: #7dc22b;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.btn-solid-reg:hover {
  background: #6aab21;
  color: #ffffff;
  text-decoration: none;
}

.btn-solid-reg i {
  margin-right: 0.5rem;
}

/* Mobile Responsive Styles */
@media (max-width: 992px) {
  .resource-section {
    padding: 3rem 0;
  }

  .resource-card {
    padding: 1.25rem;
  }
}

@media (max-width: 768px) {
  .resource-section {
    padding: 2.5rem 0;
  }

  .resource-card {
    padding: 1.25rem;
  }

  .resource-icon {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 576px) {
  .resource-section {
    padding: 2rem 0;
  }

  .resource-card {
    padding: 1rem;
  }

  .resource-icon {
    font-size: 1.5rem;
  }

  .resource-card h4 {
    font-size: 1.1rem;
  }

  .resource-card p {
    font-size: 0.9rem;
  }
}

/*************************/
/*     Contact Styles     */
/*************************/
.contact-section {
  padding: 4rem 0;
  position: relative;
}

.contact-section:nth-child(even) {
  background-color: #f7f9fd;
}

.contact-form {
  background: #ffffff;
  padding: 3rem;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.contact-form .form-control-input,
.contact-form .form-control-select,
.contact-form .form-control-textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-form .form-control-input:focus,
.contact-form .form-control-select:focus,
.contact-form .form-control-textarea:focus {
  border-color: #7dc22b;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(125, 194, 43, 0.25);
}

.contact-form .form-control-textarea {
  height: 150px;
}

.contact-form .label-control {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  background: #ffffff;
  padding: 0 0.5rem;
  color: #53575a;
  font-size: 0.9rem;
}

.contact-form .form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.25rem;
  border: none;
  border-radius: 4px;
  background-color: #7dc22b;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.contact-form .form-control-submit-button:hover {
  background-color: #6aab21;
  transform: translateY(-2px);
}

.office-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.office-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.office-card h4 {
  color: #161223;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 0.8rem;
}

.office-card h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #7dc22b;
}

.office-card p {
  color: #53575a;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.office-card i {
  color: #7dc22b;
  width: 20px;
  margin-right: 0.8rem;
}

.appointment-section {
  background: #ffffff;
  border-radius: 8px;
  padding: 2.5rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.appointment-section h4 {
  color: #161223;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 0.8rem;
}

.appointment-section h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #7dc22b;
}

.appointment-section ul li {
  margin-bottom: 0.8rem;
  color: #53575a;
}

.appointment-section ul li i {
  color: #7dc22b;
  margin-right: 0.8rem;
}

.contact-section h2 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}

.contact-section h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #7dc22b;
}

/* Media Queries */
@media (max-width: 992px) {
  .header {
    padding-top: 6rem;
    text-align: center;
  }

  .header .h1-large {
    font-size: 2.5rem;
    line-height: 1.4;
  }

  .header .p-large {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .cards-1 .card {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .cards-1 .card:last-child {
    margin-bottom: 0;
  }

  .basic-1,
  .basic-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .basic-1 .image-container,
  .basic-2 .image-container {
    margin-bottom: 2rem;
  }

  .basic-2 .image-container {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .counter .counter-cell {
    margin-bottom: 2rem;
  }

  .counter .counter-cell:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .header .h1-large {
    font-size: 2rem;
  }

  .header .p-large {
    font-size: 1rem;
  }

  .button-container {
    flex-direction: column;
    gap: 1rem;
  }

  .btn-solid-lg,
  .btn-outline-lg {
    display: block;
    width: 100%;
    text-align: center;
  }

  .basic-1 .text-container,
  .basic-2 .text-container {
    padding: 1.5rem;
  }

  .basic-1 .list-unstyled li,
  .basic-2 .list-unstyled li {
    margin-bottom: 0.5rem;
  }

  .slider-1 .testimonial-card {
    padding: 1.5rem;
  }

  .counter {
    padding: 2rem 0;
  }

  .counter .purecounter {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .header {
    padding-top: 5rem;
  }

  .header .h1-large {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }

  .header .p-large {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }

  .h2-heading {
    font-size: 1.5rem;
  }

  .p-heading {
    font-size: 1rem;
  }

  .testimonial-card {
    padding: 1.25rem;
  }

  .testimonial-card .testimonial-text {
    font-size: 0.875rem;
  }

  .footer {
    padding-top: 2rem;
  }

  .footer .footer-col {
    margin-bottom: 2rem;
  }

  .footer .footer-col:last-child {
    margin-bottom: 0;
  }
}

/* About Page Styles */
.founder-section {
  padding: 5rem 0;
  background: #ffffff;
}

.founder-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.founder-image img {
  width: 100%;
  transition: transform 0.3s ease;
}

.founder-image:hover img {
  transform: scale(1.05);
}

.founder-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}

.founder-info h3 {
  color: #161223;
  margin-bottom: 0.5rem;
}

.founder-info .title {
  color: #7dc22b;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.founder-info .lead {
  color: #53575a;
  margin-bottom: 2rem;
}

.achievement-list li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.achievement-list i {
  color: #7dc22b;
  margin-right: 1rem;
  font-size: 1.2rem;
}

.mission-vision-section {
  padding: 5rem 0;
  background: #f7f9fd;
}

.vision-card,
.mission-card {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 8px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.vision-card:hover,
.mission-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.card-icon {
  width: 60px;
  height: 60px;
  background: #7dc22b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.card-icon i {
  color: #ffffff;
  font-size: 1.5rem;
}

.vision-card h2,
.mission-card h2 {
  color: #161223;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.vision-card p,
.mission-card p {
  color: #53575a;
  margin-bottom: 0;
  line-height: 1.7;
}

.journey-section {
  padding: 5rem 0;
  background: #ffffff;
}

.journey-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.journey-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.journey-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.journey-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.journey-card:hover .journey-image img {
  transform: scale(1.1);
}

.journey-content {
  padding: 1.5rem;
}

.journey-content h5 {
  color: #161223;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.journey-content p {
  color: #53575a;
  margin-bottom: 0;
}

/* Mobile Responsive Styles */
@media (max-width: 992px) {
  .founder-section {
    padding: 3rem 0;
  }

  .founder-info {
    text-align: center;
    margin-top: 2rem;
  }

  .achievement-list {
    display: inline-block;
    text-align: left;
  }

  .vision-card,
  .mission-card {
    padding: 2rem;
  }

  .journey-section {
    padding: 3rem 0;
  }
}

@media (max-width: 768px) {
  .founder-info .lead {
    font-size: 1rem;
  }

  .vision-card h2,
  .mission-card h2 {
    font-size: 1.5rem;
  }

  .journey-image {
    height: 180px;
  }
}

@media (max-width: 576px) {
  .founder-section {
    padding: 2rem 0;
  }

  .founder-info h3 {
    font-size: 1.5rem;
  }

  .achievement-list i {
    font-size: 1rem;
  }

  .vision-card,
  .mission-card {
    padding: 1.5rem;
  }

  .card-icon {
    width: 50px;
    height: 50px;
  }

  .card-icon i {
    font-size: 1.2rem;
  }

  .journey-image {
    height: 160px;
  }

  .journey-content {
    padding: 1rem;
  }

  .journey-content h5 {
    font-size: 1.1rem;
  }
}

.resource-image {
  position: relative;
  margin: -2rem -2rem 2rem -2rem;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  height: 200px;
}

.resource-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.resource-card:hover .resource-image img {
  transform: scale(1.05);
}

.resource-card.case-study .resource-image {
  height: 180px;
}

.resource-card {
  padding: 0;
}

.resource-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.resource-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(125, 194, 43, 0.1);
  margin-bottom: 1.5rem;
}

.resource-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.resource-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.resource-list li:before {
  content: "•";
  color: #7dc22b;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.table th {
  font-weight: 600;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}

.table td {
  vertical-align: middle;
}

.table td ul {
  margin-bottom: 0;
}

.btn-solid-reg {
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-solid-reg:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.resource-card .btn-solid-reg {
  margin-top: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .resource-section {
    padding: 3rem 0;
  }

  .resource-card {
    margin-bottom: 2rem;
  }

  .table-responsive {
    margin: 0 -1rem;
    padding: 0 1rem;
  }
}

/* Whitepaper Styles */
.whitepaper-meta ul li {
  font-size: 0.95rem;
  color: #666;
  display: flex;
  align-items: center;
}

.whitepaper-meta ul li i {
  width: 20px;
  text-align: center;
}

.resource-card.bg-light {
  background-color: #f8f9fa !important;
}

.resource-card.bg-light:hover {
  background-color: #fff !important;
}

.resource-card .btn-solid-reg i {
  transition: transform 0.3s ease;
}

.resource-card .btn-solid-reg:hover i {
  transform: translateX(3px);
}

/* Resources Page Styles */
.ex-header {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/header-background.jpg");
  background-size: cover;
  background-position: center;
  padding: 8rem 0 4rem;
}

.ex-header h1 {
  color: #ffffff;
  font-weight: 700;
}

.ex-header .lead {
  color: rgba(255, 255, 255, 0.9);
}

/* Quick Links */
.quick-links {
  position: sticky;
  top: 70px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

.quick-links .btn-outline-primary {
  border-color: #7dc22b;
  color: #7dc22b;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
}

.quick-links .btn-outline-primary:hover {
  background-color: #7dc22b;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Section Styles */
.resource-section {
  padding: 5rem 0;
}

.section-title {
  margin-bottom: 3rem;
}

.section-title .badge {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  background-color: #7dc22b;
  margin-bottom: 1rem;
}

.resource-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.resource-content {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.resource-icon {
  width: 60px;
  height: 60px;
  background: rgba(125, 194, 43, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #7dc22b;
}

.resource-meta {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  font-size: 0.9rem;
  color: #666;
}

.resource-meta li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.resource-meta li i {
  margin-right: 0.5rem;
  color: #7dc22b;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .ex-header {
    padding: 6rem 0 3rem;
  }

  .quick-links {
    position: relative;
    top: 0;
  }

  .resource-section {
    padding: 3rem 0;
  }

  .resource-card {
    margin-bottom: 2rem;
  }
}

/*************************/
/*     Latest Insights Styles     */
/*************************/
.resource-card.insight {
  background: #ffffff;
  transition: all 0.3s ease;
}

.insight-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.insight-meta span {
  font-size: 0.9rem;
  color: #53575a;
  display: flex;
  align-items: center;
}

.insight-meta i {
  color: #7dc22b;
  margin-right: 0.5rem;
}

.category {
  background: rgba(125, 194, 43, 0.1);
  color: #7dc22b;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

.insight-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e9ecef;
}

.author {
  display: flex;
  align-items: center;
  color: #53575a;
}

.author i {
  font-size: 1.5rem;
  color: #7dc22b;
  margin-right: 0.5rem;
}

/* Mobile Responsive Styles for Insights */
@media (max-width: 992px) {
  .insight-meta span {
    font-size: 0.85rem;
  }

  .author {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .insight-meta {
    flex-direction: column;
    gap: 0.5rem;
  }

  .insight-footer {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .author {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .category {
    padding: 0.25rem 0.6rem;
    font-size: 0.8rem;
  }

  .insight-meta span {
    font-size: 0.8rem;
  }

  .author {
    font-size: 0.85rem;
  }
}

/* Blog/Insights Card Styles */
.resource-meta {
  margin: 0.75rem 0;
  list-style: none;
  padding: 0;
}

.resource-meta li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  color: #53575a;
  font-size: 0.9rem;
}

.resource-meta li:last-child {
  margin-bottom: 0;
}

.resource-meta i {
  color: #7dc22b;
  margin-right: 0.5rem;
  width: 16px;
}

.industry-tag {
  display: inline-block;
  background: rgba(125, 194, 43, 0.1);
  color: #7dc22b;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

.industry-tag i {
  margin-right: 0.4rem;
}

/* Remove old blog card styles */
.blog-card {
  display: none;
}

/* Button Styles */
.btn-primary {
  background-color: #7dc22b;
  border-color: #7dc22b;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #6aa724 !important;
  border-color: #6aa724 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(125, 194, 43, 0.25) !important;
}

/* Service Card Button Specific */
.service-card .btn-primary {
  margin-top: 1rem;
  display: inline-block;
  font-weight: 600;
  font-size: 0.9rem;
}

/*************************/
/*     Training Modules Styles     */
/*************************/
.category-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.category-icon {
  width: 80px;
  height: 80px;
  background: rgba(125, 194, 43, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.module-header {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.module-filters select {
  min-width: 200px;
  border-color: #e0e0e0;
}

.module-card {
  transition: all 0.3s ease;
}

.module-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.module-icon {
  width: 60px;
  height: 60px;
  background: rgba(125, 194, 43, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-card {
  transition: all 0.3s ease;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Whitepaper Styles */
.featured-whitepaper {
  transition: all 0.3s ease;
}

.featured-whitepaper:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.whitepaper-meta .meta-item {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.9rem;
}

.whitepaper-card {
  transition: all 0.3s ease;
}

.whitepaper-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.whitepaper-card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.whitepaper-card .btn {
  margin-top: auto;
}

/* Table Styles */
.table {
  margin-bottom: 0;
}

.table th {
  font-weight: 600;
  color: #333;
}

.table td {
  vertical-align: middle;
}

.table tbody tr {
  transition: all 0.2s ease;
}

.table tbody tr:hover {
  background-color: rgba(125, 194, 43, 0.05);
}

/* Badge Styles */
.badge {
  padding: 0.5em 1em;
  font-weight: 500;
}

.badge.bg-light {
  background-color: #f8f9fa !important;
  color: #333;
  border: 1px solid #e0e0e0;
}

/* Button Styles */
.btn-primary {
  background-color: #7dc22b;
  border-color: #7dc22b;
}

.btn-primary:hover {
  background-color: #6ba825;
  border-color: #6ba825;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(125, 194, 43, 0.2);
}

.btn-outline-primary {
  color: #7dc22b;
  border-color: #7dc22b;
}

.btn-outline-primary:hover {
  background-color: #7dc22b;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(125, 194, 43, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .module-filters {
    margin-top: 1rem;
  }

  .module-filters select {
    width: 100%;
  }

  .featured-whitepaper .row {
    flex-direction: column;
  }

  .featured-whitepaper img {
    margin-bottom: 1.5rem;
  }
}

/*************************/
/*     Case Studies Styles     */
/*************************/
.featured-case {
  transition: all 0.3s ease;
}

.featured-case:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.case-study-card {
  transition: all 0.3s ease;
  overflow: hidden;
}

.case-study-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.case-image {
  transition: all 0.3s ease;
}

.case-study-card:hover .case-image {
  transform: scale(1.05);
}

.case-content {
  display: flex;
  flex-direction: column;
}

.case-meta {
  font-size: 0.9rem;
}

.case-meta small {
  font-size: 0.8rem;
}

.meta-item {
  display: flex;
  align-items: center;
  color: #666;
}

/*************************/
/*     Tools & Templates Styles     */
/*************************/
.tool-categories .btn-light {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 0.75rem;
  transition: all 0.3s ease;
}

.tool-categories .btn-light:hover,
.tool-categories .btn-light.active {
  background: #7dc22b;
  color: #ffffff;
  border-color: #7dc22b;
}

.tool-categories .btn-light.active {
  box-shadow: 0 5px 15px rgba(125, 194, 43, 0.2);
}

.tool-card {
  transition: all 0.3s ease;
}

.tool-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.tool-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(125, 194, 43, 0.1);
  border-radius: 12px;
}

.tool-meta {
  font-size: 0.9rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .featured-case .case-image {
    min-height: 200px !important;
  }

  .case-study-card .case-image {
    height: 180px !important;
  }

  .tool-categories .btn-light {
    padding: 0.5rem;
    font-size: 0.9rem;
  }

  .tool-icon {
    width: 40px;
    height: 40px;
  }

  .tool-icon i {
    font-size: 1.25rem !important;
  }
}
