@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
body {
  overflow-x: hidden;
  font-size: 0.9rem;
  font-family: "Nunito Sans", sans-serif;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-padding-top: 58px;
}

a {
  text-decoration: none !important;
  outline: none;
  color: #4b7155;
}

.row > * {
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.bg-primary {
  background-color: #4b7155 !important;
}

.bg-soft-primary {
  background-color: rgba(131, 56, 236, 0.1) !important;
}

.text-primary {
  color: #4b7155 !important;
}

.uim-icon-primary .uim-svg {
  fill: #4b7155 !important;
}

.bg-success {
  background-color: #4b7155 !important;
}

.bg-soft-success {
  background-color: rgba(9, 188, 138, 0.1) !important;
}

.text-success {
  color: #09bc8a !important;
}

.uim-icon-success .uim-svg {
  fill: #09bc8a !important;
}

.bg-info {
  background-color: #4b7155 !important;
}

.bg-soft-info {
  background-color: rgba(0, 180, 216, 0.1) !important;
}

.text-info {
  color: #4b7155 !important;
}

.uim-icon-info .uim-svg {
  fill: #00b4d8 !important;
}

.bg-warning {
  background-color: #ffd455 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 212, 85, 0.1) !important;
}

.text-warning {
  color: #ffd455 !important;
}

.uim-icon-warning .uim-svg {
  fill: #ffd455 !important;
}

.bg-danger {
  background-color: #d1495b !important;
}

.bg-soft-danger {
  background-color: rgba(209, 73, 91, 0.1) !important;
}

.text-danger {
  color: #d1495b !important;
}

.uim-icon-danger .uim-svg {
  fill: #d1495b !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-soft-dark {
  background-color: rgba(52, 58, 64, 0.1) !important;
}

.text-dark {
  color: #343a40 !important;
}

.uim-icon-dark .uim-svg {
  fill: #343a40 !important;
}

.bg-muted {
  background-color: #a7a9c0 !important;
}

.bg-soft-muted {
  background-color: rgba(167, 169, 192, 0.1) !important;
}

.text-muted {
  color: #a7a9c0 !important;
}

.uim-icon-muted .uim-svg {
  fill: #a7a9c0 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.text-white {
  color: #ffffff !important;
}

.uim-icon-white .uim-svg {
  fill: #ffffff !important;
}

.bg-light {
  background-color: #f6faff !important;
}

.bg-soft-light {
  background-color: rgba(246, 250, 255, 0.1) !important;
}

.text-light {
  color: #f6faff !important;
}

.uim-icon-light .uim-svg {
  fill: #f6faff !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-soft-black {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.text-black {
  color: #000000 !important;
}

.uim-icon-black .uim-svg {
  fill: #000000 !important;
}

.form-check:focus {
  outline: none;
}
.form-check .form-check-input {
  box-shadow: none;
}
.form-check .form-check-input:checked {
  background-color: #8338ec;
  border-color: #8338ec;
}
.form-check .form-check-input:checked:focus {
  box-shadow: none !important;
}

.card {
  border: none;
  box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
  border-radius: 7px;
  margin-bottom: 30px;
}

.section {
  position: relative;
  padding: 100px 0px 100px;
}

.title p {
  letter-spacing: 2px;
}
.title .title-icon {
  position: relative;
}
.title .title-icon::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background: #e9ecef;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 12px;
}

.text-body {
  color: #343a40 !important;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.fw-semibold {
  font-weight: 600 !important;
}

.avatar-sm {
  height: 16px;
  width: 16px;
}

.avatar-md {
  height: 32px;
  width: 32px;
}

.avatar-lg {
  height: 40px;
  width: 40px;
}

.uim-svg {
  fill: #9fbf90 !important;
}
.uim-svg svg {
  width: 24px;
  height: 24px;
  vertical-align: inherit;
}

.icons-sm svg {
  height: 18px;
  width: 18px;
}

.icons-md svg {
  height: 32px;
  width: 32px;
}

.icons-lg svg {
  height: 40px;
  width: 40px;
}

.icons-xl svg {
  height: 48px;
  width: 48px;
}

.box-shadow {
  box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
}

.avatar-title {
  align-items: center;
  background-color: #4b7155;
  color: #ffffff;
  display: flex;
  font-weight: 500;
  justify-content: center;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-color: #343a40;
}

.form-control::placeholder {
  color: #cbcbd5;
}

label {
  color: #343a40;
  font-weight: 600;
}

@media (max-width: 768px) {
  .section {
    padding: 80px 0px;
  }
}
.btn {
  font-size: 0.9rem;
  padding: 10px 16px;
  font-weight: 500;
  transition: all 0.4s;
  border-radius: 7px;
}
.btn:hover,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

.btn-sm {
  padding: 0.4rem 0.8rem;
  font-size: 13px;
}

.btn-light {
  color: #343a40 !important;
}

.btn-primary {
  color: #ffffff;
  background: #8338ec;
  border-color: #8338ec;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #7725ea;
  border-color: #7725ea;
  color: #ffffff;
}

.btn-outline-primary {
  color: #8338ec;
  border-color: #8338ec;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background: #7725ea !important;
  border-color: #7725ea !important;
  color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background: #09bc8a;
  border-color: #09bc8a;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background: #08a97c;
  border-color: #08a97c;
  color: #ffffff;
}

.btn-outline-success {
  color: #09bc8a;
  border-color: #09bc8a;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active {
  background: #08a97c !important;
  border-color: #08a97c !important;
  color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background: #4b7155;
  border-color: black;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background: #2d4739;
  border-color: black;
  color: #ffffff;
}

.btn-outline-info {
  color: #00b4d8;
  border-color: #00b4d8;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active {
  background: #00a3c4 !important;
  border-color: #00a3c4 !important;
  color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background: #ffd455;
  border-color: #ffd455;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background: #ffcf41;
  border-color: #ffcf41;
  color: #ffffff;
}

.btn-outline-warning {
  color: #ffd455;
  border-color: #ffd455;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active {
  background: #ffcf41 !important;
  border-color: #ffcf41 !important;
  color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background: #d1495b;
  border-color: #d1495b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background: #cd394c;
  border-color: #cd394c;
  color: #ffffff;
}

.btn-outline-danger {
  color: #d1495b;
  border-color: #d1495b;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
  background: #cd394c !important;
  border-color: #cd394c !important;
  color: #ffffff;
}

.btn-dark {
  color: #ffffff;
  background: #343a40;
  border-color: #343a40;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
  background: #2b3035;
  border-color: #2b3035;
  color: #ffffff;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active {
  background: #2b3035 !important;
  border-color: #2b3035 !important;
  color: #ffffff;
}

.btn-muted {
  color: #ffffff;
  background: #a7a9c0;
  border-color: #a7a9c0;
}
.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active {
  background: #9b9db7;
  border-color: #9b9db7;
  color: #ffffff;
}

.btn-outline-muted {
  color: #a7a9c0;
  border-color: #a7a9c0;
}
.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active {
  background: #9b9db7 !important;
  border-color: #9b9db7 !important;
  color: #ffffff;
}

.btn-white {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #ffffff;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active {
  background: whitesmoke !important;
  border-color: whitesmoke !important;
  color: #ffffff;
}

.btn-light {
  color: #ffffff;
  background: #f6faff;
  border-color: #f6faff;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
  background: #e2efff;
  border-color: #e2efff;
  color: #ffffff;
}

.btn-outline-light {
  color: #f6faff;
  border-color: #f6faff;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
  background: #e2efff !important;
  border-color: #e2efff !important;
  color: #ffffff;
}

.btn-black {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
  background: black;
  border-color: black;
  color: #ffffff;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
}
.btn-outline-black:hover,
.btn-outline-black:focus,
.btn-outline-black:active,
.btn-outline-black.active {
  background: black !important;
  border-color: black !important;
  color: #ffffff;
}

.navbar {
  padding: 20px 0px;
  width: 100%;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
}
.navbar .logo .logo-dark {
  display: none;
}
.navbar .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
  background-color: transparent !important;
  padding: 6px 10px;
  margin: 0 7px;
  font-weight: 600;
}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:active,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}
.navbar .navbar-btn {
  margin-left: 10px;
  border-color: transparent;
  box-shadow: none;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
  border: none;
  padding: 0 !important;
}
.navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
}
.nav-sticky.navbar .logo .logo-dark {
  display: block;
}
.nav-sticky.navbar .logo .logo-light {
  display: none;
}
.nav-sticky.navbar .navbar-nav .nav-item .nav-link {
  color: rgba(52, 58, 64, 0.8);
}
.nav-sticky.navbar .navbar-nav .nav-item .nav-link:hover,
.nav-sticky.navbar .navbar-nav .nav-item .nav-link:active,
.nav-sticky.navbar .navbar-nav .nav-item .nav-link:focus,
.nav-sticky.navbar .navbar-nav .nav-item .nav-link.active {
  color: #4b7155;
}

.navbar-light {
  background-color: #ffffff;
  box-shadow: 0px 8px 35px 0px rgba(69, 61, 80, 0.05);
}
.navbar-light .logo .logo-dark {
  display: inline-block;
}
.navbar-light .logo .logo-light {
  display: none;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  color: rgba(52, 58, 64, 0.8);
}
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link:active,
.navbar-light .navbar-nav .nav-item .nav-link:focus,
.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #2d4739;
}

@media (max-width: 991px) {
  .navbar {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }
  .navbar .logo .logo-dark {
    display: block;
  }
  .navbar .logo .logo-light {
    display: none;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    transition: all 0.3s;
    margin: 0px;
    padding: 6px 0px;
    color: rgba(52, 58, 64, 0.9);
  }
  .navbar .navbar-nav .nav-item .nav-link:hover,
  .navbar .navbar-nav .nav-item .nav-link:active,
  .navbar .navbar-nav .nav-item .nav-link.active {
    color: #4b7155;
  }
  .navbar .navbar-btn {
    margin-left: 0px;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px !important;
    color: rgba(52, 58, 64, 0.9);
  }
}
.hero-1 {
  padding-top: 230px;
  position: relative;
}
.hero-1 .bg-overlay {
  opacity: 0.1;
}
.hero-1 .hero-1-bg {
  background: url("../img/bg-home-overlay.png");
  animation: slide_img 40s linear infinite;
  animation-delay: 1s;
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat;
  background-size: 50% 130%;
}
@media (max-width: 1199.98px) {
  .hero-1 .hero-1-bg {
    background-size: 70% 100%;
  }
}
@media (max-width: 575.98px) {
  .hero-1 .hero-1-bg {
    background-size: 100% 100%;
  }
}

@keyframes slide_img {
  0% {
    transform: translateX(0) translateZ(0);
  }
  50% {
    transform: translateX(-25%) translateZ(0);
  }
  100% {
    transform: translateX(-50%) translateZ(0);
  }
}
.home-small-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.hero-2 {
  padding: 240px 0px 200px;
}
.hero-2 .hero-2-content {
  position: relative !important;
  z-index: 1 !important;
}
.hero-2 .hero-2-content .hero-2-title {
  font-size: 42px;
}
.hero-2 .hero-2-overlay {
  background-image: url("../img/hero-2-overlay.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero-2 .hero-2-bottom {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 !important;
  opacity: 0.6;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero-2 .hero-2-title {
  font-size: 50px;
}

.hero-3 {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-3 .hero-3-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0px 30px 0px;
}
.hero-3 .hero-3-content .hero-3-title {
  font-size: 46px;
}
.hero-3 .hero-3-content .con-border-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 140px;
  height: 1px;
  background-color: #ffffff;
}
.hero-3 .hero-3-content .con-border-top:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 1px;
  height: 120px;
  background-color: #ffffff;
}
.hero-3 .hero-3-content .con-border-bottom:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 140px;
  height: 1px;
  background-color: #ffffff;
}
.hero-3 .hero-3-content .con-border-bottom:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 1px;
  height: 120px;
  background-color: #ffffff;
}

.hero-4 {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-4 .hero-4-overlay {
  background: linear-gradient(
    90deg,
    #ffffff 5%,
    #ffffff 50%,
    rgba(0, 0, 0, 0.4) 50%
  );
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-4 .hero-4-content .hero-4-title {
  font-size: 48px;
}
.hero-4 .hero-4-content .title-line:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 2px;
  background-color: #8338ec;
}

.hero-5 {
  padding-top: 190px;
  margin-bottom: 180px;
}
.hero-5 .hero-5-title-bg {
  font-size: 200px;
  color: rgba(237, 242, 251, 0.85);
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-5 .hero-5-content {
  margin-top: 130px;
}
.hero-5 .hero-5-content .hero-5-title {
  font-size: 50px;
}
.hero-5 img {
  margin-bottom: -140px;
}

.hero-6 {
  height: 100vh;
  background-color: #02000c;
}
.hero-6 .hero-6-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1 !important;
}
.hero-6 .hero-6-content {
  z-index: 1 !important;
  position: relative;
}
.hero-6 .hero-6-content .hero-6-title {
  font-size: 52px;
}
.hero-6 .hero-6-content .hero-icon {
  font-size: 28px;
  width: 54px;
  height: 54px;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .hero-3 {
    height: auto;
    padding: 170px 0px 140px;
  }
  .hero-4 {
    height: auto;
    padding: 180px 0px 150px;
  }
  .hero-6 {
    height: auto;
    padding: 120px 0px 140px;
  }
}
@media (max-width: 768px) {
  .hero-1 .hero-1-title {
    font-size: 32px;
  }
  .hero-2 {
    padding: 110px 0px 90px;
  }
  .hero-2 .hero-2-title {
    font-size: 30px !important;
  }
  .hero-5 {
    padding-top: 130px;
    margin-bottom: 140px;
  }
  .hero-5 .hero-5-content {
    margin-top: 0px !important;
  }
  .hero-5 .hero-5-content .hero-5-title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .hero-1 {
    padding-top: 120px;
  }
  .hero-2 {
    padding: 120px 0px 140px;
  }
  .hero-2 .hero-2-title {
    font-size: 36px !important;
  }
  .hero-4 {
    height: auto;
    padding: 130px 0px 20px;
  }
  .hero-4 .hero-4-overlay {
    background: linear-gradient(
      90deg,
      #ffffff 5%,
      #ffffff 100%,
      rgba(0, 0, 0, 0.4) 50%
    );
  }
  .hero-4 .hero-4-content .hero-4-title {
    font-size: 42px;
  }
  .hero-5 {
    margin-bottom: 130px;
  }
  .hero-5 .hero-5-content .hero-5-title {
    font-size: 30px;
  }
  .hero-6 .hero-6-content .hero-6-title {
    font-size: 36px;
  }
}
.about-desc-list li {
  padding: 4px 0;
}

.features-img img {
  transform: perspective(550px) rotateX(2deg) rotateY(10deg);
}

.tns-outer {
  position: relative;
}
.tns-outer .tns-controls {
  position: absolute;
  top: -50px;
  right: 0;
}
.tns-outer .tns-controls button {
  margin: 0 0 0px 5px;
  border-radius: 50%;
  border: none;
  background-color: rgba(131, 56, 236, 0.2) !important;
  color: #2d4739;
  transition: all 0.3s;
  font-size: 18px;
}
.tns-outer .tns-controls button:focus,
.tns-outer .tns-controls button:hover,
.tns-outer .tns-controls button:active {
  outline: none;
  background-color: #2d4739 !important;
  color: #ffffff;
}
.tns-outer .tns-controls button.active button {
  background-color: #2d4739 !important;
}
.tns-outer .tns-controls:focus {
  outline: none !important;
}
.tns-outer .tns-nav {
  text-align: center;
  margin-top: 16px;
}
.tns-outer .tns-nav button {
  width: 10px !important;
  height: 10px !important;
  border: none;
  background-color: #7c8c8090 !important;
  padding: 0px;
  margin: 0px 6px;
  border-radius: 50%;
}
.tns-outer .tns-nav button:focus,
.tns-outer .tns-nav button:hover,
.tns-outer .tns-nav button:active,
.tns-outer .tns-nav button.active {
  outline: none;
  background-color: #2d4739 !important;
}
.tns-outer .tns-nav button.tns-nav-active {
  background-color: #2d4739 !important;
}

.client-images img {
  max-height: 94px;
  width: auto !important;
  margin: 10px auto;
  opacity: 0.7;
  transition: all 0.5s;
}
.client-images img:hover {
  opacity: 1;
}

.plan-box {
  max-width: 350px;
  margin: 0px auto 30px;
}

.contact-section-card {
  position: relative;
  top: -90px;
}

.form-control {
  font-size: 0.9rem;
  border-color: #dee2e6;
  height: 42px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #cbcbd5;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #d1495b;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #d1495b;
  background-color: rgba(209, 73, 91, 0.1);
  border-color: rgba(209, 73, 91, 0.1);
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}
#success_page h3 {
  color: #09bc8a;
  font-size: 22px;
}

.footer {
  padding: 80px 0px 60px;
}
.footer .footer-list-menu li a {
  display: inline-block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  transition: all 0.4s;
}
.footer .footer-list-menu li a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer .social-icons-list li {
  margin-bottom: 0.5rem;
}
.footer .social-icons-list li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  color: #343a40;
  transition: all 0.4s;
  border-radius: 50%;
}
.footer .social-icons-list li a:hover {
  color: #ffffff;
}

.footer-alt {
  background-color: #2f353a;
}

.authentication-page {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 575.98px) {
  .authentication-page {
    height: auto;
  }
}

.ourMissionTextSection {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

.ourMissionTextDiv {
  width: 100%;
  max-width: 800px;
  margin-top: 5vh;
  padding: 2rem;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.ourMissionText {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
}

.weStriveSection {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4vh 2vw;
  box-sizing: border-box;
}

.weStriveDiv {
  width: 100%;
  max-width: 800px;
  padding: 2rem;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.weStriveImg {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}

.weStriveP {
  text-align: center;
  font-size: calc(1rem + 0.5vw);
  padding: 1rem;
  margin-top: calc(2vw + 2vh);
  border-radius: 6px;
  max-width: 100%;
  line-height: 1.6;
}

/* Section Container */
.createPeacefulSection {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;

  box-sizing: border-box;
}

.createPeacefulFDiv {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.createPeacefulSDiv {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-bottom: calc(2vw + 2vh);
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 8px;
}

/* Button Styles */
.button-92 {
  --c: #fff;
  --_p: 100%;
  --_i: -1;
  background: linear-gradient(
      90deg,
      transparent 33%,
      #ffffff88,
      transparent 67%
    )
    var(--_p) / 300% no-repeat;
  color: transparent;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  transform: perspective(500px) rotateY(calc(20deg * var(--_i)));
  text-shadow: calc(var(--_i) * 0.08em) -0.01em 0 var(--c),
    calc(var(--_i) * -0.08em) 0.01em 2px #0004;
  outline-offset: 0.1em;
  transition: 0.3s;
}

.button-92:hover,
.button-92:focus-visible {
  --_p: 0%;
  --_i: 1;
}

.button-92:active {
  text-shadow: none;
  box-shadow: inset 0 0 10px #0005;
  transition: 0s;
}

.mainPartOfAbout {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(20vw + 20vh);
  box-sizing: border-box;
}

.mainPartOfAboutSection {
  width: 90vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(19vw + 19vh);
  padding: 1vw;
  box-sizing: border-box;
}

.mainPartOfAboutFCol {
  width: 40vw;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  height: calc(18vw + 18vh);
  padding: 0.5vw;
  box-sizing: border-box;
  border-radius: 8px;
}

.mainPartOfAboutFColDivs {
  width: 35vw;
  height: calc(5vw + 5vh);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5vw;
  border-radius: 6px;
  box-sizing: border-box;
  gap: 1vw;
}

.mainPartOfAboutFColDivs img {
  width: calc(4vw + 4vh);
  height: calc(3.5vw + 3.5vh);
  object-fit: contain;
}

.mainPartOfAboutFColDivs p {
  min-height: calc(3vw + 3vh);
  max-width: calc(17vw + 17vh);
  font-size: calc(0.7vw + 0.7vh);
  padding: 0.5vw;
  line-height: 1.4;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mainPartOfAboutSCol {
  width: 40vw;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  height: calc(18vw + 18vh);
  padding: 1vw;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
}

.mainPartOfAboutSCol img {
  width: 20vw;
  height: calc(10vw + 10vh);
  object-fit: contain;
  border-radius: 6px;
}

.mainPartOfAboutSCol p {
  font-size: calc(0.8vw + 0.8vh);
  line-height: 1.6;
  padding: 0.5vw 1vw;
}

.committedToSection {
  width: 100vw;
  height: calc(10vw + 10vh);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 1rem;
}

.committedToDiv {
  width: 55vw;
  height: calc(8vw + 8vh);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
}

.committedToH3 {
  font-size: calc(1.2vw + 1.2vh);
  line-height: 1.5;
  margin: 0;
  padding: 0.5rem;
}

@media (max-width: 575.98px) {
  .ourMissionTextSection {
    padding: 3rem 0.5rem;
    flex-direction: column;
  }

  .ourMissionTextDiv {
    padding: 1.2rem;
    margin-top: 7vh;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }

  .ourMissionText {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .weStriveSection {
    padding: 2vh 1rem;
    flex-direction: column;
  }

  .weStriveDiv {
    padding: 1rem;
    gap: 1rem;
    border-radius: 6px;
  }

  .weStriveImg {
    max-width: 100%;
    width: 100%;
  }

  .weStriveP {
    font-size: 1rem;
    padding: 0.8rem;
    margin-top: 1.2rem;
    line-height: 1.5;
    border-radius: 5px;
  }

  .createPeacefulSection {
    padding: 2rem 1rem;
  }

  .createPeacefulSDiv {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0.5rem;
    display: flex;
    align-items: center; /* 🟢 This centers children horizontally in column layout */
  }

  .createPeacefulSDiv {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0.5rem;
  }
  .button-92 {
    font-size: 0.95rem;
    padding: 0.5rem 0.8rem;
    max-width: 240px;
    width: auto;
    white-space: nowrap;
  }

  .mainPartOfAbout {
    flex-direction: column;
    height: auto;
    padding: 1rem 0.5rem;
  }

  .mainPartOfAboutSection {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 1rem;
    gap: 1.5rem;
  }

  .mainPartOfAboutFCol,
  .mainPartOfAboutSCol {
    width: 100%;
    height: auto;
    padding: 1rem;
  }

  .mainPartOfAboutFColDivs {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0.8rem;
    gap: 1rem;
  }

  .mainPartOfAboutFColDivs img {
    width: 3rem;
    height: auto;
  }

  .mainPartOfAboutFColDivs p {
    max-width: 100%;
    font-size: 0.85rem;
    padding: 0.25rem 0;
    line-height: 1.5;
  }

  .mainPartOfAboutSCol img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-bottom: 1rem;
  }

  .mainPartOfAboutSCol p {
    font-size: 0.95rem;
    padding: 0 0.5rem;
  }
  .committedToSection {
    flex-direction: column;
    height: auto;
    padding: 1rem 0.5rem;
  }

  .committedToDiv {
    width: 100%;
    height: auto;
    padding: 1rem;
    text-align: center;
    gap: 1rem;
  }

  .committedToH3 {
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0.5rem;
    margin: 0;
  }
}

/* Small devices (landscape phones, portrait foldables) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .ourMissionTextSection {
    padding: 3.5rem 1rem;
    flex-direction: column;
  }

  .ourMissionTextDiv {
    padding: 1.5rem;
    margin-top: 7vh;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  }

  .ourMissionText {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .weStriveSection {
    padding: 3vh 2vw;
    flex-direction: column;
  }

  .weStriveDiv {
    padding: 1.2rem;
    gap: 1.2rem;
    border-radius: 8px;
  }

  .weStriveImg {
    max-width: 100%;
    width: 100%;
  }

  .weStriveP {
    font-size: 1.05rem;
    padding: 1rem;
    margin-top: 1.5rem;
    line-height: 1.6;
    border-radius: 6px;
  }

  .createPeacefulSection {
    padding: 2.5rem 1.2rem;
  }

  .createPeacefulFDiv {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }

  .createPeacefulSDiv {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1rem 0.75rem;
    display: flex;
    align-items: center;
  }

  .button-92 {
    font-size: 1rem;
    padding: 0.55rem 1rem;
    max-width: 260px;
    width: auto;
    white-space: nowrap;
  }

  .mainPartOfAbout {
    flex-direction: column;
    height: auto;
    padding: 1.2rem;
  }

  .mainPartOfAboutSection {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 1.2rem;
    gap: 1.8rem;
  }

  .mainPartOfAboutFCol,
  .mainPartOfAboutSCol {
    width: 100%;
    height: auto;
    padding: 1rem;
  }

  .mainPartOfAboutFColDivs {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0.8rem;
    gap: 1.2rem;
  }

  .mainPartOfAboutFColDivs img {
    width: 3.2rem;
    height: auto;
  }

  .mainPartOfAboutFColDivs p {
    max-width: 100%;
    font-size: 0.9rem;
    padding: 0.3rem 0;
    line-height: 1.5;
  }

  .mainPartOfAboutSCol img {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin-bottom: 1rem;
  }

  .mainPartOfAboutSCol p {
    font-size: 1rem;
    padding: 0 0.5rem;
  }

  .committedToSection {
    flex-direction: column;
    height: auto;
    padding: 1.2rem 1rem;
  }

  .committedToDiv {
    width: 100%;
    height: auto;
    padding: 1.2rem;
    text-align: center;
    gap: 1.2rem;
  }

  .committedToH3 {
    font-size: 1.25rem;
    line-height: 1.6;
    padding: 0.5rem;
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ourMissionTextSection {
    padding: 3.5rem 1rem;
    flex-direction: column;
  }

  .ourMissionTextDiv {
    padding: 1.5rem;
    margin-top: 7vh;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  }

  .ourMissionText {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .weStriveSection {
    padding: 3vh 2vw;
    flex-direction: column;
  }

  .weStriveDiv {
    padding: 1.2rem;
    gap: 1.2rem;
    border-radius: 8px;
  }

  .weStriveImg {
    max-width: 100%;
    width: 100%;
  }

  .weStriveP {
    font-size: 1.05rem;
    padding: 1rem;
    margin-top: 1.5rem;
    line-height: 1.6;
    border-radius: 6px;
  }

  .createPeacefulSection {
    padding: 2.5rem 1.2rem;
  }

  .createPeacefulFDiv {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }

  .createPeacefulSDiv {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1rem 0.75rem;
    display: flex;
    align-items: center;
  }

  .button-92 {
    font-size: 1rem;
    padding: 0.55rem 1rem;
    max-width: 260px;
    width: auto;
    white-space: nowrap;
  }

  .mainPartOfAbout {
    flex-direction: column;
    height: auto;
    padding: 1.2rem;
  }

  .mainPartOfAboutSection {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 1.2rem;
    gap: 1.8rem;
  }

  .mainPartOfAboutFCol,
  .mainPartOfAboutSCol {
    width: 100%;
    height: auto;
    padding: 1rem;
  }

  .mainPartOfAboutFColDivs {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0.8rem;
    gap: 1.2rem;
  }

  .mainPartOfAboutFColDivs img {
    width: 3.2rem;
    height: auto;
  }

  .mainPartOfAboutFColDivs p {
    max-width: 100%;
    font-size: 0.9rem;
    padding: 0.3rem 0;
    line-height: 1.5;
  }

  .mainPartOfAboutSCol img {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin-bottom: 1rem;
  }

  .mainPartOfAboutSCol p {
    font-size: 1rem;
    padding: 0 0.5rem;
  }

  .committedToSection {
    flex-direction: column;
    height: auto;
    padding: 1.2rem 1rem;
  }

  .committedToDiv {
    width: 100%;
    height: auto;
    padding: 1.2rem;
    text-align: center;
    gap: 1.2rem;
  }

  .committedToH3 {
    font-size: 1.25rem;
    line-height: 1.6;
    padding: 0.5rem;
    margin: 0;
  }
}

/* Large devices (small laptops/desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ourMissionTextSection {
    padding: 3rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
  }

  .ourMissionTextDiv {
    padding: 2rem;
    margin-top: 6vh;
    max-width: 850px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
    text-align: center;
  }

  .ourMissionText {
    font-size: 1.4rem;
    line-height: 1.65;
    margin: 0;
  }

  .weStriveSection {
    padding: 3.5vh 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
  }

  .weStriveDiv {
    max-width: 850px;
    padding: 2rem 1.5rem;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }

  .weStriveImg {
    max-width: 580px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .weStriveP {
    font-size: 1.2rem;
    padding: 1rem;
    margin-top: 2rem;
    border-radius: 6px;
    line-height: 1.65;
    text-align: center;
    max-width: 100%;
  }
  .createPeacefulSection {
    padding: 3rem 2rem;
    align-items: center;
    justify-content: center;
  }

  .createPeacefulFDiv {
    max-width: 820px;
    padding: 1.2rem;
    margin-bottom: 2rem;
    text-align: center;
    border-radius: 8px;
  }

  .createPeacefulSDiv {
    max-width: 820px;
    gap: 1.5rem;
    padding: 1rem 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .button-92 {
    font-size: 1.05rem;
    padding: 0.55rem 1rem;
    max-width: 240px;
    white-space: nowrap;
    width: auto;
  }

  .mainPartOfAbout {
    height: auto;
    padding: 2rem 1rem;
    flex-direction: column;
    align-items: center;
  }

  .mainPartOfAboutSection {
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    gap: 2rem;
    height: auto;
  }

  .mainPartOfAboutFCol,
  .mainPartOfAboutSCol {
    width: 100%;
    max-width: 800px;
    height: auto;
    padding: 1rem;
  }

  .mainPartOfAboutFColDivs {
    width: 100%;
    height: auto;
    padding: 1rem;
    gap: 1.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .mainPartOfAboutFColDivs img {
    width: 3.5rem;
    height: auto;
  }

  .mainPartOfAboutFColDivs p {
    font-size: 1rem;
    padding: 0.5rem 0;
    line-height: 1.6;
    max-width: 100%;
  }

  .mainPartOfAboutSCol img {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin-bottom: 1rem;
  }

  .mainPartOfAboutSCol p {
    font-size: 1.05rem;
    line-height: 1.6;
    padding: 0 0.5rem;
  }

  .committedToSection {
    width: 100%;
    height: auto;
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
  }

  .committedToDiv {
    width: 80%;
    max-width: 800px;
    height: auto;
    padding: 2rem 1.5rem;
    text-align: center;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .committedToH3 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
  }
}

/* Extra large devices (desktops/larger laptops) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .ourMissionTextSection {
    padding: 4rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .ourMissionTextDiv {
    max-width: 900px;
    padding: 2rem 2.5rem;
    margin-top: 5vh;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    text-align: center;
  }

  .ourMissionText {
    font-size: 1.6rem;
    line-height: 1.7;
  }

  .weStriveSection {
    padding: 4vh 3vw;
    flex-direction: column;
    align-items: center;
  }

  .weStriveDiv {
    max-width: 950px;
    padding: 2rem;
    gap: 1.5rem;
    border-radius: 10px;
  }

  .weStriveImg {
    width: 100%;
    max-width: 650px;
    height: auto;
  }

  .weStriveP {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-top: 2rem;
    padding: 1.2rem;
    border-radius: 6px;
  }

  .createPeacefulSection {
    padding: 4rem 2.5rem;
    align-items: center;
  }

  .createPeacefulFDiv {
    max-width: 900px;
    padding: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    border-radius: 10px;
  }

  .createPeacefulSDiv {
    max-width: 900px;
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 1.2rem 0.5rem;
    flex-wrap: wrap;
  }

  .button-92 {
    font-size: 1.1rem;
    padding: 0.6rem 1.2rem;
    max-width: 250px;
    white-space: nowrap;
  }

  .mainPartOfAbout {
    width: 100vw;
    height: calc(20vw + 20vh);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 1rem;
  }

  .mainPartOfAboutSection {
    width: 90vw;
    height: calc(19vw + 19vh);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vw;
    gap: 2vw;
    box-sizing: border-box;
  }

  .mainPartOfAboutFCol,
  .mainPartOfAboutSCol {
    width: 40vw;
    height: calc(18vw + 18vh);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 1vw;
    box-sizing: border-box;
    border-radius: 8px;
  }

  .mainPartOfAboutFColDivs {
    width: 35vw;
    height: calc(5vw + 5vh);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5vw;
    gap: 1vw;
    border-radius: 6px;
    box-sizing: border-box;
  }

  .mainPartOfAboutFColDivs img {
    width: calc(4vw + 4vh);
    height: calc(3.5vw + 3.5vh);
    object-fit: contain;
  }

  .mainPartOfAboutFColDivs p {
    max-width: calc(17vw + 17vh);
    min-height: calc(3vw + 3vh);
    font-size: calc(0.7vw + 0.7vh);
    padding: 0.5vw;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 5px;
  }

  .mainPartOfAboutSCol img {
    width: 20vw;
    height: calc(10vw + 10vh);
    object-fit: contain;
    border-radius: 6px;
  }

  .mainPartOfAboutSCol p {
    font-size: calc(0.8vw + 0.8vh);
    line-height: 1.6;
    padding: 0.5vw 1vw;
    text-align: center;
  }
  .committedToSection {
    padding: 3rem 2rem;
    flex-direction: column;
    align-items: center;
  }

  .committedToDiv {
    max-width: 900px;
    padding: 2rem 1.5rem;
    gap: 1.5rem;
    text-align: center;
  }

  .committedToH3 {
    font-size: 1.5rem;
    line-height: 1.65;
    padding: 0.6rem;
  }
}


/* Extra extra large devices (very large desktops, 4K monitors) */
@media (min-width: 1400px) {
  .ourMissionTextSection {
    padding: 4.5rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .ourMissionTextDiv {
    max-width: 1000px;
    padding: 2.5rem 3rem;
    margin-top: 5vh;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    text-align: center;
  }

  .ourMissionText {
    font-size: 1.7rem;
    line-height: 1.75;
  }

  .weStriveSection {
    padding: 5vh 4vw;
    flex-direction: column;
    align-items: center;
  }

  .weStriveDiv {
    max-width: 1050px;
    padding: 2.5rem;
    gap: 1.75rem;
    border-radius: 12px;
  }

  .weStriveImg {
    width: 100%;
    max-width: 720px;
    height: auto;
  }

  .weStriveP {
    font-size: 1.3rem;
    line-height: 1.75;
    margin-top: 2.5rem;
    padding: 1.4rem;
    border-radius: 6px;
  }

  .createPeacefulSection {
    padding: 4.5rem 3rem;
    align-items: center;
    justify-content: center;
  }

  .createPeacefulFDiv {
    max-width: 1000px;
    padding: 2.2rem;
    margin-bottom: 2.2rem;
    text-align: center;
    border-radius: 12px;
  }

  .createPeacefulSDiv {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    gap: 2.2rem;
    padding: 1.5rem 1rem;
    flex-wrap: wrap;
  }

  .button-92 {
    font-size: 1.15rem;
    padding: 0.65rem 1.4rem;
    max-width: 280px;
    white-space: nowrap;
  }

  .mainPartOfAbout {
    width: 100vw;
    height: calc(22vw + 22vh);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 2rem;
  }

  .mainPartOfAboutSection {
    width: 90vw;
    height: calc(21vw + 21vh);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vw;
    gap: 2.5vw;
    box-sizing: border-box;
  }

  .mainPartOfAboutFCol,
  .mainPartOfAboutSCol {
    width: 42vw;
    height: calc(20vw + 20vh);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 1vw;
    border-radius: 10px;
  }

  .mainPartOfAboutFColDivs {
    width: 38vw;
    height: calc(6vw + 6vh);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8vw;
    gap: 1.2vw;
    border-radius: 8px;
  }

  .mainPartOfAboutFColDivs img {
    width: calc(4.5vw + 4.5vh);
    height: calc(4vw + 4vh);
    object-fit: contain;
  }

  .mainPartOfAboutFColDivs p {
    max-width: calc(18vw + 18vh);
    min-height: calc(3.5vw + 3.5vh);
    font-size: calc(0.8vw + 0.8vh);
    padding: 0.5vw;
    line-height: 1.5;
    text-overflow: ellipsis;
  }

  .mainPartOfAboutSCol img {
    width: 22vw;
    height: calc(11vw + 11vh);
    object-fit: contain;
    border-radius: 8px;
  }

  .mainPartOfAboutSCol p {
    font-size: calc(0.9vw + 0.9vh);
    line-height: 1.7;
    padding: 0.5vw 1vw;
    text-align: center;
  }

  .committedToSection {
    padding: 4rem 3rem;
    flex-direction: column;
    align-items: center;
  }

  .committedToDiv {
    max-width: 1000px;
    padding: 2.5rem 2rem;
    gap: 1.8rem;
    text-align: center;
  }

  .committedToH3 {
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 0.6rem;
  }
}