/*
* rit.css
* File include item rit only specific css only
******************************************************************************/
:root {
  --theme-g: #228891;
  --theme-b: #e5e5e6;
  /* --theme-shadow:inset 0 0 14px 7px #145a2187; */
  /
}

body {
  background: #ffffff !important;
}

a:hover {
  color: #420583 !important;
}

.line-height-medium {
  line-height: 1.6rem;

}

.line-height-1 {
  line-height: 2rem;
}

.text-theme-primary {
  color: var(--theme-b) !important;
}

.bg-theme-primary {
  background-color: var(--theme-b) !important;
}

.bg-theme-secondary {
  background-color: rgb(124 80 170) !important;
}

.border-theme-primary {
  border-color: var(--theme-b) !important;
  border: 1px solid #e6e6e8 !important;
}

.text-theme-secondary {
  color: var(--theme-g) !important;
}

.bg-success-t {
  --bs-bg-opacity: 1;
  background-color: var(--theme-g) !important;
}

.bg-box-shadow {
  box-shadow: var(--theme-shadow);
}

.btn-theme-b:hover {
  color: #fff !important;
}

.btn-theme-b {
  color: #fff;
  background-color: var(--theme-b) !important;
  border-color: var(--theme-b) !important;
}

.btn-theme-b-outline:hover {
  color: #fff !important;
  background-color: var(--theme-b) !important;
  border-color: var(--theme-b) !important;
}

.btn-theme-b-outline:hover a,
.btn-theme-b-outline a:hover {
  color: #fff !important;
}

.btn-theme-b-outline {
  color: #228891 !important;
  background-color: white !important;
  border-color: #228891 !important;
}

.bg-success-b {
  --bs-bg-opacity: 1;
  background-color: var(--theme-b) !important;
}

.text-theme-g {
  color: var(--theme-g) !important;
}

.layout-navbar {
  height: auto !important;
}

.light-style .menu .app-brand.rit {
  height: auto;
}

.dark-style .menu .app-brand.rit {
  height: auto;
}

.bg-menu-theme-g.menu-horizontal {
  background-color: var(--theme-g) !important;
}

.app-brand-logo.rit {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
}

.app-brand-logo.rit img {
  width: 100px;
  height: auto;
}

.app-brand-text.rit {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 72px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.rit-blocks>* {
  display: block !important;
}

.rit-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .rit-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .rit-only-element class with .rit-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.rit-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.rit-vertical-spacing.rit-only-element> :first-child {
  margin-top: 0 !important;
}

.rit-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.rit-vertical-spacing-lg.rit-only-element> :first-child {
  margin-top: 0 !important;
}

.rit-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.rit-vertical-spacing-xl.rit-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-rit .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }

  #dropdown-variation-rit .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout rit
******************************************************************************/

.layout-rit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-rit-placeholder img {
  width: 900px;
}

.layout-rit-info {
  text-align: center;
  margin-top: 1rem;
}

.list-group,
.list-group-item {
  border: none !important;
  border-radius: 0px !important;
}

.list-group-item {
  border-left: 4px;
}

.landing-footer .footer-bottom {
  background-color: transparent;
}

.landing-footer .footer-link {
  transition: all 0.2s ease-in-out;
  color: #777777;
}

.landing-footer .footer-link:hover {
  opacity: 1;
}

.landing-footer .footer-top {
  padding-top: 3.6875rem;
  padding-bottom: 2.4375rem;
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}

@media (max-width: 767.98px) {
  .landing-footer .footer-top {
    padding: 3rem 0;
  }
}

.landing-footer .footer-top .footer-bg {
  object-position: center;
}

@media (min-width: 992px) {
  .landing-footer .footer-logo-description {
    max-width: 385px;
  }
}

.landing-footer .footer-form {
  max-width: 22.25rem;
}

.landing-footer .footer-form input {
  background-color: transparent;
  border-color: #44485e;
  color: #fff;
}

.landing-footer .footer-form input:hover:not([disabled]):not([focus]) {
  border-color: #44485e;
}

.landing-footer .footer-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.landing-footer .footer-form label {
  color: #cfcde4;
}

@media (min-width: 1200px) {

  .layout-menu-fixed .layout-horizontal .layout-page .menu-horizontal,
  .layout-menu-fixed-offcanvas .layout-horizontal .layout-page .menu-horizontal {

    top: 6.5rem !important;
  }
}

.delay-1 {
  animation-delay: 0s !important;
}

.delay-2 {
  animation-delay: 2s !important;
}

.delay-3 {
  animation-delay: 4s !important;
}

/* .news-track {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
  position: relative;
}

.news-item {
  display: inline-block !important;
  padding-left: 100%;
  animation: scroll-left 15s linear infinite;
} */

/* @keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
} */




.flip-card {


  perspective: 1000px;
  /* Adds 3D effect */
  margin: 50px auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border-radius: 15px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  border-radius: 15px;
}

.event {
  cursor: pointer;
}

.event:hover {
  box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100.6%;
  height: 100%;
  backface-visibility: hidden;
  text-wrap: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);


}

.flip-card-front {
  background-color: #f7f7f7;
  color: #333;

}

.flip-card-back {
  background-color: var(--theme-g);


  transform: rotateY(180deg);
}

.flip-card-back p {
  color: white !important;

}



.swiper-container.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: auto;
  top: 0rem !important;
}

.swiper-pagination-bullets {
  text-align: center !important;
  left: unset;
}

.flex {
  display: flex;
}

.rounded-px-20 {
  border-radius: 20px !important;
}

@media (max-width: 576px) {

  .d-m-none {
    display: none !important;
  }

}

/* 379a49 */
@media (min-width: 1200px) {
  .layout-horizontal .bg-menu-theme .menu-inner>.menu-item {

    margin: 0 0 !important;
    padding: 0 0 !important;
  }

  .layout-horizontal .bg-menu-theme .menu-inner>.menu-item:not(:last-child) {
    margin-inline-end: 0rem;
  }

}

.menu-horizontal .menu-item .menu-link {
  padding: 1rem 1.5rem !important;
}

.menu-horizontal .menu-sub .menu-item .menu-link {
  padding: 0.5rem 1rem !important;
}

html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:hover>.menu-link::after {
  color: white;
}

.menu-horizontal .menu-item .menu-toggle::after {
  right: calc(1rem - 1rem) !important;
}

.layout-horizontal .bg-menu-theme .menu-inner>.menu-item>.menu-link {
  border-radius: 0rem !important;
}

ul.menu-inner li.menu-item a.menu-link:hover,
ul.menu-inner li.menu-item.open a.menu-link {
  background: white !important;
  color: #228891 !important;
}

ul.menu-inner li.menu-item .menu-sub .menu-item .menu-link:hover {
  background: #228891 !important;
  color: white !important;
}

html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active)>.menu-link:hover {
  background: white;
  color: #228891;
}

.menu-horizontal .menu-sub .menu-link {
  color: #228891 !important;
}

.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active)>.menu-link:hover,
.menu-sub>.menu-item a.menu-link:hover {
  background: #228891 !important;
  color: white !important;
}

.bg-menu-theme .menu-item.open:not(.menu-item-closing)>.menu-toggle ::after {
  color: #444050 !important;
}

a.no-hover {
  color: inherit !important;
}

@media (min-width: 1200px) {
  .layout-horizontal .layout-page .menu-horizontal {
    box-shadow: inset 0px 1px 16px 5px rgb(115 115 155 / 63%) !important;
  }
}

.menu-horizontal .menu-inner>.menu-item>.menu-sub {
  margin-top: 0rem !important;
}

.group-item-01:hover {
  border-left: 4px solid #28c76f !important;
  z-index: 1;
  color: #444050;
  text-decoration: none;
  background-color: #f3f2f3;
}

.bg-menu-theme.menu-horizontal .menu-item.active.op>.menu-link:not(.menu-toggle),
.bg-menu-theme.menu-horizontal .menu-inner>.menu-item.active.op>.menu-link.menu-toggle {
  background: #28c76f !important;
  color: white !important;
  background-color: var(--theme-g) !important;
  box-shadow: var(--theme-shadow);
}

.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
  top: -10px;
  color: white !important;
  background-color: #379a49 !important;
  box-shadow: var(--theme-shadow);
  /* cursor: pointer; */
}

.ticker {
  display: flex;
  animation: scroll 20s linear infinite;
  white-space: nowrap;
  color: white;
  animation-play-state: running;
}

.ticker:hover {
  animation-play-state: paused;

}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.ticker-content {
  display: flex;
}

.text-justify {
  text-align: justify;
}

.landing-contact .contact-img-box,
.landing-contact .contact-img-box .contact-img {
  border-radius: 3.75rem 0.375rem 0.375rem 0.375rem;
}

.landing-contact .contact-img-box .contact-border-img {
  inset-block-start: -2.5rem;
  inset-inline-start: -2.8125rem;
}

.landing-contact .contact-img-box,
.landing-contact .contact-img-box .contact-img {
  border-radius: 3.75rem 0.375rem 0.375rem 0.375rem;
}

html:not([dir=rtl]) ._pilltube .nav-align-top>.nav.nav-pills .nav-item:not(:last-child),
html:not([dir=rtl]) ._pilltube .nav-align-bottom>.nav.nav-pills .nav-item:not(:last-child),
._pilltube .nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link,
._pilltube .nav-pills:not(.nav-fill):not(.nav-justified) .nav-link {
  margin-right: 0px !important;
}

._pilltube .nav-align-top>.nav.nav-pills .nav-item .nav-link.active {
  padding: 20px 30px !important;
  border: 2px solid #228891;
  color: white !important;
  background-color: #228891 !important;
  box-shadow: var(--theme-shadow);
  cursor: pointer;
}

._pilltube .nav-align-top>.nav.nav-pills .nav-item .nav-link {
  padding: 20px 30px !important;
  border: 2px solid #d3dbd5;
  color: #379a49 !important;
  background-color: #379a4900 !important;
  box-shadow: inset 0 0 14px 7px #646b6621;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.2rem;
}

._pilltube .nav-align-top>.nav.nav-pills .nav-item:nth-child(1) .nav-link {
  border-radius: 30px 0px 0px 30px !important
}

._pilltube .nav-align-top>.nav.nav-pills .nav-item:nth-child(2) .nav-link {
  border-radius: 0px 30px 30px 0px !important
}

.list-group.no-hover>.list-group-item:hover {
  border: none !important;
}

.bg-theme-gradient-secondary {

  border: 2px solid #379a49;
  color: white !important;
  background-color: #379a49 !important;
  box-shadow: var(--theme-shadow);
  cursor: pointer;
}

.border-w-shadow-medium {
  border: 5px solid #e6e6e899 !important;
  box-shadow: 0px 0px 10px 1px #00000026;
}

.m-df-jcc-aic {
  font-family: "Roboto", sans-serif;
}

.m-df-jcc-aic .card {
  transition: transform 1s;
  transform-style: preserve-3d;
}

.m-df-jcc-aic .card:hover {
  transform: rotateY(360deg);
}

.m-df-jcc-aic .card:hover .card-body {

  box-shadow: inset 0px 0px 10px 8px #00000030;
  background: white !important;
  border-radius: 5px;

}

@media (min-width:500px) {
  .m-df-jcc-aic {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem !important;
  }

}

@media (max-width:500px) {
  .landing-cta.h-px-300 {
    height: 120px !important;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }

  .m-df-jcc-aic .col-sm-6 {
    margin: 15px 0px;
  }

  .m-h5 {
    font-size: 15px;
  }

  .bg-menu-theme .menu-link,
  .bg-menu-theme .menu-horizontal-prev,
  .bg-menu-theme .menu-horizontal-next {
    color: #000000 !important;
  }

  .bg-menu-theme .menu-inner .menu-item.active>.menu-link.menu-toggle,
  .bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
    background: #28c76f !important;
    color: white !important;
    background-color: var(--theme-g) !important;
    box-shadow: var(--theme-shadow);
  }

  ul.menu-inner li.menu-item a.menu-link:hover,
  ul.menu-inner li.menu-item.open a.menu-link {
    color: #000000 !important;
  }

  aside .navbar-brand.app-brand {
    box-shadow: 0 1px 0 #e6e6e8;
    padding: 10px 10px !important;

  }

  aside#layout-menu {
    width: 100%;
  }

  .d-sm-m-none {
    display: none !important;
  }

  #_ot6y {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin: 5px 0px;
  }

  .menu-vertical .menu-inner>.menu-item {
    width: 100vw !important;
  }

  .ticker {
    animation: scroll 3s linear infinite !important;

  }
}


.why-feature {
  border-radius: 24px;
  padding: 24px;
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
  background: linear-gradient(to right, #f1f1f1, #ffffff);
  box-shadow: inset 0px 0px 20px 5px #d5d5d5c2;
}

.why-feature .box-icon {
  margin-bottom: 24px;
}

.why-feature .box-title {
  margin-bottom: 8px;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.24em;
}

.box-text {
  margin-bottom: -0.4em;
}

.why-feature:after {
  content: url('data:image/svg+xml,<svg width="93" height="90" viewBox="0 0 93 90" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.9487 30.5588C24.254 51.3254 41.1756 68 61.9445 68H68.9993C81.5806 68 91.9008 77.6809 92.9171 90H93V0H0C13.0484 0.0801305 23.6549 10.5815 23.847 23.6471L23.9487 30.5588Z" fill="white"/></svg>');
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 2;
}

.why-feature .box-number {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #277d36;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 99px;
  z-index: 4;
  border: 4px solid #42a755;
}

.box-icon img,
.box-icon i.ti {
  transition: 0.4s ease-in-out;
}

.why-feature:hover .box-icon img,
.why-feature:hover .box-icon i.ti {
  transform: rotateY(180deg);
}

.style4 {

  padding: 100px;
  justify-content: space-evenly;
  position: absolute !important;
  filter: blur(0.5px);
  width: 100%;
  right: 0;
  bottom: 0px;
  height: 100px;
  z-index: 0 !important;
}

.counter-card-wrap {
  display: flex;
  justify-content: space-between;
}

.counter-card .box-number {
  font-size: 40px;
  color: #101840;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: -0.2em;
}

.space,
.space-top {
  padding-top: 100px;
}

.space,
.space-bottom {
  padding-bottom: 100px;
}

.title-area .sec-title {
  margin-bottom: 14px;
}

.sec-title {


  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

._mg1,
._adms {
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* Ensure content is above pseudo-elements */

}

._mg1::before,
._mg1::after,
._adms::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  z-index: 0;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}



._mg1>* {
  position: relative;
  z-index: 1;
}

.spin {
  -webkit-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes shake-left {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }
}

@keyframes shake-right {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(5px);
  }

  50% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(5px);
  }
}

.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

._adms .why-img2 img {
  width: 80%;
}

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

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

.img-box2 {
  position: relative;
  z-index: 2;
  margin-left: -305px;
  height: 100%;
}

.img-box2 .img1 {
  height: 100%;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.th-team {
  position: relative;
}

._vty .card,
._vty .card .card-body {
  border-radius: 25px !important;
}

._vty .card .card-body {
  border-left: 5px solid #2288915e;
}

._vty p {
  line-height: 25px;
  font-size: 17px;
}

.team-card {
  position: relative;
  text-align: center;
  border-radius: 20px;
}

.team-card .box-img {
  border-radius: 24px;
}

.th-team .box-img {
  position: relative;
}

.box-img {
  overflow: hidden;
}

.team-card .box-content {
  padding: 12px 12px 12px 12px;
  position: absolute;
  bottom: 8px;
  left: 24px;
  right: 24px;
  z-index: 2;
}

.team-card .box-content:before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(16, 24, 64, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: -1;
  border-radius: 16px;
}

.team-card .box-content p {
  margin: 0px;
}

.img-box3 {
  position: relative;
  margin-left: -300px;
  margin-right: 36px;
}

.img-box3 .img1 {
  margin-right: 160px;
}

.img-box3 .contact-process-wrap {
  position: absolute;
  right: 0;
  bottom: 50%;
  z-index: 2;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.contact-process-wrap {
  background-color: #101840;
  padding: 48px;
  border-radius: 24px;
  max-width: 495px;
  position: relative;
  z-index: 2;
}

.contact-process-wrap:before {
  content: '';
  position: absolute;
  top: 70px;
  left: 92px;
  height: calc(100% - 160px);
  border-left: 1px dashed var(--light-color);
}

.contact-process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 78px;
}

.contact-process .box-number {
  width: 88px;
  height: 88px;
  line-height: 88px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  border-radius: 99px;
  background-color: rgba(244, 118, 41, 0.2);
  position: relative;
  z-index: 2;
}

.contact-process .box-number:before {
  content: '';
  position: absolute;
  inset: 18px;
  background-color: #f47629;
  border-radius: inherit;
  z-index: -1;
}

.box-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}


.team-card .box-title {
  color: white;
  margin-bottom: 8px;
  font-weight: 600;
}

.th-team .box-title {
  margin-bottom: 0;
}

.box-title {
  font-size: 18px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.24em;
}

.box {
  padding: 0px;
  border-radius: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  box-shadow: inset 0px 0px 13px 0px #a5a5a5ad;
  max-width: fit-content;
  padding-right: 20px;
}

.box .box-icon1 {
  padding: 15px;
  background: #ff6744;
  border-radius: 60px;
  border: 5px solid #eb5e3d;
  color: white;
}

.box .box-content {
  padding: 15px;
  font-size: 17px;
  font-weight: 500;
}

.sec-text {
  text-align: start;
  margin: 25px 0px;
  font-size: 17px;
  line-height: 30px;
}

.border-radius-medium {
  border-radius: 15px !important;
}

.text-align-justify {
  text-align: justify;
}

.fw-600 {
  font-weight: 600;
}

._section.odd {
  background: #00003c;
}

._section {
  padding-top: 80px !important
}

._section.odd .sec-title,
._section.odd .sec-sub-title {
  color: #ffffff;
}

._section .sec-sub-title {
  font-weight: 600;
  font-size: 1.5rem;

}

._section .st p {
  font-size: 1.1rem;
  color: #ffffff;
}

._section .st {
  margin-bottom: 5rem;
}

.card.theme-01:hover .card-header .i-con {
  background-color: var(--theme-g) !important;
  box-shadow: var(--theme-shadow);
  border: 5px solid #fffdfd;
  color: #ffffff !important;
}

.card.theme-01 .card-header .i-con {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #00003c;
  text-align: center;
  line-height: 4.2;
  color: #228891 !important;
  background: #ffffff;
  position: absolute;
  box-shadow: 0px 0px 9px 6px #0000002b;
  top: -40px;
}

.card.theme-01 .card-body .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #228891;
}

.card.theme-01 .card-body .desc {
  font-size: 1.02rem;
  line-height: 25px;
}

.card.theme-01 .card-body .bullet-title {
  font-size: 1rem;
  margin: 10px 0px;
  font-weight: 500;
  color: #228891;
}

.card.theme-01 .card-body .bullet-points ul {
  list-style-type: disc;
  padding-left: 20px !important;
}

.card.theme-01 .card-body .bullet-points ul li {
  padding: 3px 0px;
}

.card.theme-01 .card-body .note {
  font-size: 0.875rem;

}

.card.theme-01 .card-footer {
  border-radius: 0px 0px 15px 15px !important;
}

.card.theme-01 .card-footer .email .link {
  font-size: 1rem !important;
}

@media (min-width:1024px) {
  /* .card.theme-01 .card-body 
{
  min-height: 340px;
} */
}

@media (max-width:764px) {
  .mb-sm-4rem {
    margin-bottom: 4rem;
  }
}

.title-area .sec-title,
.text-01 {
  color: #228891
}

.title-area .sec-text {
  font-size: 1.2rem;
}

.choose-feature-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}

.choose-feature {
  box-shadow: 0px 10px 50px rgb(204 204 204 / 45%);
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  padding: 24px;
  text-align: left;
  background: #ffffffb3;
}

.choose-feature .box-title {
  margin: -0.24em 0;
  max-width: 190px;
}

.box-icon img,
.box-icon i.ti,
.ti-icon {
  font-size: 3.5rem !important;
}

.ts-theme-01 h3 {
  font-size: 1.23rem;
}

.sec-sub-title {
  font-weight: 600;
  font-size: 1.5rem;
}

.price-card {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 62px 20px 32px 20px;
  background-color: #ffffff;
  border-radius: 16px;
}

.price-card .box-shape {
  position: absolute;
  top: 0;
  left: 7px;
  right: 7px;
}

.price-card .box-title {
  margin-bottom: 5px;
  font-weight: 600;
}

.spin {
  -webkit-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
}

.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

img,
svg {
  vertical-align: middle;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.card.notch {
  background: #00003c;
  min-height: 325px;
}

.notch-title {
  font-size: 18px;
  font-weight: 600;
}

.m-notch {

  position: relative;
  background: #ffffff;
  border-radius: 0px 0px 30px 30px;
  min-height: 60px;
  top: -25px;
  box-shadow: 0px 0px 9px 0px #00000024;
  border: 0.2rem solid #c1c1c1;
  border-top: none;
}

.fs-px-18 {
  font-size: 18px;
}

.fs-px-17 {
  font-size: 17px;
}

.fs-px-24 {
  font-size: 24px;
}

.notch>li {
  padding: 12px 0px;
}

._theme .nav-pills .nav-link.active,
._theme .nav-pills .nav-link.active:hover,
._theme .nav-pills .nav-link.active:focus {
  background-color: #00003c;
  color: #fff;
  font-size: 1.15rem;
}

._theme .nav-pills .nav-item .nav-link:not(.active):hover {
  border-bottom: none;
  padding-bottom: 0.5435rem;
  background-color: #00003c0f;
  color: #00003c;

}

._theme .nav-pills .nav-link.active {
  box-shadow: 0 0.125rem 0.375rem 0 rgb(0 0 60 / 52%);
}

._theme .nav-pills .nav-link,
._theme .nav-pills .nav-link i.ti {
  font-size: 1.15rem;
}

.card.notch-white {
  background: white;
  min-height: 325px;
  border: 4px solid #00003cc7;
}

.card.notch-white .m-notch {
  background: #00003c;
  min-width: 200px;

}

.d-layer-theme-primary {
  box-shadow: 8px 9px 2px 0px #349546 !important;
  border-radius: 15px !important;
  border: 2px solid #058705 !important;
}

.list-style-none {
  list-style: none;
}

ul.divider-gray>li {
  border-bottom: 2px solid #8080801f;
}

ul.divider-gray>li:last-child {
  border-bottom: none;
}

.theme-hover-sec:hover .card {

  color: white !important;
  background-color: #379a49 !important;
  box-shadow: var(--theme-shadow);
  cursor: pointer;
}

.rs-category-one {
  position: relative;
  z-index: 1;
}

.rs-category-one.has-theme-orange .rs-category-bg-thumb {
  background-position: top center;
  top: 0;
  inset-inline-start: 0;
  background-size: cover;
}

.rs-category-one .rs-category-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
}

.section-title-space {
  margin-bottom: 45px;
}

.rs-section-subtitle.has-white {
  color: var(--rs-white);
}

.rs-section-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--rs-black);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  justify-content: center;
}

.rs-category-one.has-theme-orange .rs-section-title {
  color: white;
}

.rs-section-title {
  color: #1F1F1F;
  font-weight: 700;

}

.process-counts {
  counter-reset: count;
}

.rs-category-one .rs-category-item {
  background: white;
  padding: 25px 25px 40px;
  display: flex;
  gap: 15px 25px;
  position: relative;
  border-radius: 4px;
}

.rs-category-one .rs-category-item::before {
  position: absolute;
  color: #E7E9EC;
  counter-increment: count;
  content: "0"counter(count);
  z-index: 1;
  font-size: 30px;
  font-weight: 700;
  bottom: 35px;
  inset-inline-start: 35px;
  line-height: 1;
  transform: rotate(-90deg);
}

.rs-category-one .rs-category-icon {
  width: 60px;
  height: 60px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 4px;
}

.rs-category-one .rs-category-content {
  margin-top: 10px;
}

.rs-category-one .rs-category-title {
  margin-bottom: 10px;
}

.h-px-550 {
  height: 550px !important;
}

.text-white-hover:hover {
  color: white !important;
}

.counter-card-wrap.style4 {
  background-color: #22889161;
  padding: 42px 8px;
  text-align: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  border-radius: 24px;
}

.theme-title {
  font-size: 1.68rem;
  color: #228891;
  font-weight: 700 !important;
  /* text-transform: capitalize; */
}

/* Mobile View */
@media (max-width: 576px) {
  .theme-title {
    font-size: 21px !important;
    line-height: 1.8rem !important;

  }
}

.left-menu-sticky {
  position: sticky;
}

.right-vh-100 {
  min-height: calc(100vh - 250px);
}

.navMenu-sub {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}

.navMenu-sub .navMenu-item {

  width: 100%;

}

.navMenu-sub .navMenu-item .navMenu-link {
  font-weight: 400;
  font-size: 16px;
  color: #000024 !important;
  width: 100%;
  display: block;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  text-transform: capitalize;
}

.navMenu-sub .navMenu-item:hover {

  background: #28c76f !important;
  color: white !important;
  background-color: var(--theme-g) !important;
  box-shadow: var(--theme-shadow);
  border-radius: 10px;
}

.navMenu-sub .navMenu-item:hover .navMenu-link,
.navMenu-sub .navMenu-item.active .navMenu-link {
  color: white !important;
}

.navMenu-sub .navMenu-item.active {
  background: #28c76f !important;
  color: white !important;
  background-color: var(--theme-g) !important;
  box-shadow: var(--theme-shadow);
  border-radius: 10px;
}

.theme-sub-title {
  font-size: 1.4rem;
  color: #228891 !important;
  font-weight: 600 !important;
  text-transform: capitalize;
}

ul._U78y6 {
  list-style: square;
}

ul._U78y6>li {
  padding: 10px 20px;
}

.avatar-md {
  width: 150px !important;
  height: 150px !important;
  object-fit: fill;
  border: 5px solid #bbbbbb47;
  box-shadow: 0px 0px 13px 4px #00000026;
}

.theme-p {
  color: #495961;
  font-size: 17px;
  line-height: 2rem;
  text-align: justify;
}

.list-group .list-group-item {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.list-group .list-group-item .content,
.card.theme-01 .card-text {
  color: #495961;
  font-size: 17px;
  line-height: 2rem;
  text-align: justify;
}

.table.theme-table th {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 2rem;
  color: #2c2c2c !important;
  background: #8080800d;
}

.table.theme-table td {
  font-size: 16px;
  line-height: 2rem;
  color: #495961 !important;
}

.mx-width-900 {
  max-width: 900px;
  overflow: auto;
}

.btn-theme-01 {
  color: #fff !important;
  background-color: #369848 !important;
  border-color: #00951b !important;
}

.btn-theme-01:hover {

  color: #fff !important;
  background-color: #2d8a3e !important;
  border-color: #2e8a3f !important;

}

.card.theme-01 .card-title {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.37;
  font-size: 22px;

  padding-left: 10px;
  font-weight: 600;
  color: #228891;
  text-transform: capitalize;
}

.theme-title-02 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.37;
  font-size: 20px;
  padding-left: 10px;
  font-weight: 600;

  border-left: 5px solid #228891;
  color: #228891;
  text-transform: capitalize;
}

.bg-orange {
  background-color: #7e5c4a !important;
}

.courseBanner {
  font-size: 14px;
  color: white;
  font-weight: 400;
  text-transform: math-auto;
  line-height: 1rem;
  text-align: center;
  margin-bottom: -10px;
  margin-top: -10px;

}

.courseBanner a:hover {
  text-decoration: underline;
}

.courseDet table th {
  font-size: 16px !important;
  line-height: 25px !important;
  text-align: center;
}

.courseDet table td {
  text-transform: capitalize;
}

.courseDet table td:nth-child(1) {
  text-align: center;
  text-transform: uppercase;
}

.courseDet table td:last-child {
  text-align: center;
}

.text-file-danger {
  color: #ff1c00cf !important;
}

.fs-px-14 {
  font-size: 14px;
}

.azCour a {}

.list-group .list-group-item.azCour .content {
  font-size: 1.2rem;
  text-transform: capitalize;

  color: #000024;

}

.list-group .list-group-item.azCour .content::first-letter {
  /* color: #379a49;  */
  font-size: 1.3rem;
  font-weight: 500;
}

p.fs-5,
.list-group .list-group-item .text-justify.fs-5 {
  font-size: 17px !important;
  color: #495961 !important;
}

/* Mobile view */
@media (max-width: 576px) {

  p.fs-5,
  .list-group .list-group-item .text-justify.fs-5 {
    font-size: 15px !important;
    line-height: 1.6rem !important;

  }
}

.hover-underline:hover {
  text-decoration: underline;
}

.list-group.ikl .list-group-item {
  line-height: 1.375rem !important;
  padding-bottom: calc(0.5rem - 1px) !important;
  padding-top: calc(0.5rem - 1px) !important;
}


.landing-contact p.fs-5 {
  line-height: 28px;
}

.ihmh-highlight {
  color: #379a49;
  font-weight: 600;
}

.fs-5 {
  font-size: 1.125rem !important;
  line-height: 2rem;
}

.hover-link:hover {
  color: #d63384;
  /* or any highlight color you prefer */
  text-decoration: underline;
}


html:not([dir=rtl]) .ps-3 {
  padding-left: 0.75rem !important;
  line-height: 32px;
}

.list-group-item a {
  color: #73984b !important;
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 9999;
  width: 60px;
  height: 60px;
  display: none;
}

.progress-circle {
  transform: rotate(-90deg);
}

circle.background {
  fill: none;
  stroke: #eee;
  stroke-width: 8;
}

circle.progress {
  fill: none;
  stroke: #228891;
  stroke-width: 8;
  stroke-dasharray: 282.6;
  stroke-dashoffset: 282.6;
  transition: stroke-dashoffset 0.2s linear;
}

polygon.arrow {
  fill: #228891;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}

@media (min-width:768px) {
  .positionSticky {
    position: sticky !important;
    top: 0;
    height: 100vh !important;
    overflow: auto;
  }

}

@media (min-width: 992px) {
  .col-lg-1-7 {
    flex: 0 0 auto;
    width: 14.2857%;
  }
}

.card-img-top {
  transition: transform 0.3s ease;
}

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

.lb-close {
  position: fixed !important;
  top: 50px;
  left: 61.5% !important;
  transform: translateX(240px);
  z-index: 9999;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1 !important;
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.4/images/close.png') !important;
}

.lb-close::after {
  content: '✕';
  color: white;
  font-size: 24px;
  display: block;
  text-align: center;
  line-height: 32px;
  background-color: black;
  border-radius: 50%;
}

.equal-image-box {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.equal-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hover-shadow:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  transition: 0.3s ease;
}

.transition {
  transition: all 0.3s ease;
}

.card h6 {
  font-size: 1rem;
  font-weight: 600;
}

.small-icon {
  font-size: 15px;
}

.equal-image-box {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f5f5f5;
}

.equal-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.theme-p {
  color: #495961;
  font-size: 15px;
  line-height: 2rem;
  text-align: justify;
}

.fs-px-17 {
  font-size: 16px;
}

.equal-image-box {

  aspect-ratio: 1 / 1;
  overflow: hidden;

}

.equal-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hover-shadow:hover {

  background-color: #f8f9fa;
  transition: all 0.3s ease;
}

.fixed-event-img {

  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.event-fnt {
  font-size: 16px;
  line-height: 24px !important;
  text-align: -webkit-auto;
}

.five-columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.five-columns>.event-card {
  width: 20%;
  padding: 0 12px;
  margin-bottom: 24px;
}

@media (max-width: 992px) {
  .five-columns>.event-card {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .five-columns>.event-card {
    width: 100%;
  }
}

.equal-image-box {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.equal-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equal-image-box {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  overflow: hidden;
  border-radius: 8px;
  background-color: #f5f5f5;
}

.equal-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.news-box {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  box-sizing: border-box;

}

.news-track {
  display: flex;
  animation: scroll-left 10s linear infinite;
  white-space: nowrap;
}

.news-item {
  display: flex;
}

.news-item:hover {
  animation-play-state: paused;
  cursor: pointer;
}


@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}


.flip-card-front::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30%;
  height: 20%;
  background-color: #e7e7e7;
  border-radius: 0px 0px 138px 121px;
  box-shadow: 0px 0px 7px 4px #7c7c7c38;
}

.flip-card-front::before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 25%;
  height: 20%;
  background-color: #e7e7e7;
  border-radius: 38px 0px 0px 0px;
  box-shadow: 0px 0px 7px 4px #7c7c7c38;
}

._kilij {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.2px;
  text-shadow: 0 0 #0000007a;
}

.bg-menu-theme.menu-horizontal .menu-item.active.op>.menu-link:not(.menu-toggle),
.bg-menu-theme.menu-horizontal .menu-inner>.menu-item.active.op>.menu-link.menu-toggle {
  background: #228891 !important;
  color: rgba(255, 255, 255, 0.418) !important;
  background-color: #228891 !important;
  box-shadow: none !important;
}

.text-theme-g {
  color: #228891 !important;
}

.landing-footer .footer-link {
  transition: all 0.2s ease-in-out;
  color: #0e0e0e;

}

.btn-success {
  color: #fff;
  background-color: #228891 !important;
  border-color: #228891 !important;
}

.bg-menu-theme.menu-horizontal {
  background-color: #228891 !important;
}

.bg-menu-theme.menu-horizontal {
  background-color: #228891 !important;
}

.text-theme-primary {
  color: #228891 !important;
}


.btn-success.btn[class*=btn-]:not([class*=btn-label-]):not([class*=btn-outline-]):not([class*=btn-text-]):not(.btn-icon):not(:disabled):not(.disabled) {
  box-shadow: 0 0.125rem 0.375rem 0 rgb(153 82 89);
}

.btn:not(.dropdown-toggle):not([class*=btn-text-]) Specificity: (0, 3, 0) {
  transition: all 0.135s ease-in-out;
  transform: scale(1.001);
}

.btn-success:hover {
  color: #fff !important;
  background-color: #228891 !important;
  border-color: #228891 !important;
}

.bg-menu-theme.menu-horizontal .menu-item.active.op>.menu-link:not(.menu-toggle),
.bg-menu-theme.menu-horizontal .menu-inner>.menu-item.active.op>.menu-link.menu-toggle {
  background: #228891 !important;
  /* color: #ffffff !important; */
  background-color: #228891 !important;
  box-shadow: none !important;
}

.badge {
  --bs-badge-padding-x: 0.77em;
  --bs-badge-padding-y: 0.4235em;
  --bs-badge-font-size: 0.8667em;
  --bs-badge-font-weight: 500;
  --bs-badge-color: #383838;
}


.text-primary {
  color: rgb(60 6 116) !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgb(34 136 145) !important;

}

.text-success {
  --bs-text-opacity: 1;
  color: #73984b !important;

}

.theme-title {
  font-size: 1.45rem;
  color: #73984b;
  font-weight: 700 !important;
  /* text-transform: capitalize; */
}

.bg-menu-theme.menu-horizontal .menu-inner>.menu-item.active>.menu-link.menu-toggle {
  background: linear-gradient(270deg, #f8d7da 0%, ##f8d7da 100%);
  color: #fff !important;
  box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.3);
}

.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  color: #f8d7da !important;
}

a {
  color: #f8d7da !important;
}

a {
  color: rgb(153 82 89);
  text-decoration: none;
}

a {
  color: #228891 !important;
}

.bg-primary {
  background-color: #d1ecf1 !important;
}

.theme-sub-title {
  font-size: 20px !important;
  color: #73984b !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  line-height: 1.8rem !important;
}

.bg-menu-theme.menu-horizontal {
  background-color: #228891 !important;
}

.bg-menu-theme.menu-horizontal {
  background-color: #228891 !important;
}

.bg-menu-theme.menu-horizontal {
  background-color: #228891 !important;
}

.bg-menu-theme.menu-horizontal {
  background-color: #228891 !important;
}

.bg-menu-theme.menu-horizontal .menu-inner>.menu-item.active>.menu-link.menu-toggle {
  background: linear-gradient(270deg, rgb(65 120 5) 0%, #417805 100%) !important;
}

.bg-theme-primary {
  background-color: #228891 !important;
}

:root {
  --swiper-theme-color: #228891;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgb(109 195 168) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgb(115 152 75 / 39%) !important;
}

.bg-navbar-theme .navbar-brand,
.bg-navbar-theme .navbar-brand a {
  color: #228891;
}

/* Base style */
.highlight-box {
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideUp 0.8s ease forwards;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Animation keyframes */
@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover effect: soft glow */
.highlight-box:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* Color Variants */
.highlight-danger {
  background: #fceaea;
  border: 1px solid #f5c2c7;
  color: #842029;
}

.highlight-success {
  background: #eafcf0;
  border: 1px solid #b4e2c5;
  color: #0f5132;
}

.highlight-warning {
  background: #fff4e5;
  border: 1px solid #ffe0b2;
  color: #664d03;
}

/* Link styling */
.highlight-box .pdf-link {
  font-weight: 600;
  color: inherit;
  /* matches box color */
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
  transition: all 0.2s;
}

.highlight-box .pdf-link:hover {
  color: #000;
  border-bottom: 1px solid currentColor;
}

.list-group.ikl .list-group-item a:hover:before,
.list-group.ikl .list-group-item.active a:before,
.list-group.ikl .list-group-item.active a:hover:before {
  width: 50%;
  opacity: 0;
}

.list-group.ikl .list-group-item a:before,
.list-group.ikl .list-group-item a:after {
  content: '';
  background: #228891;
  height: 100%;
  width: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.list-group.ikl .list-group-item a:hover:after,
.list-group.ikl .list-group-item.active a:after,
.list-group.ikl .list-group-item.active a:hover:after {
  opacity: 1;
  right: 0;
}

.list-group.ikl .list-group-item a:after {
  opacity: 0;
  left: auto;
  right: 25px;
  transition: all 0.3s ease-in 0.2s;

}

footer {
  background: #cd969c3b !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgb(34 136 145) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgb(34 136 145) !important;
}



.border-success {
  border-color: #1d1d1d !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgb(229 207 243 / 64%) !important;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: #3c0674;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgb(34 136 145) !important;
}

.bg-success.bg-glow {
  box-shadow: 0px 2px 3px 0px rgb(167 137 199);
}

.menu-vertical .menu-item .menu-link>div:not(.badge) {
  color: #411e66;
}

@media (max-width: 500px) {

  .bg-menu-theme .menu-inner .menu-item.active>.menu-link.menu-toggle,
  .bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
    background: #2f9098 !important;
    color: white !important;
    background-color: #258b91 !important;
    box-shadow: var(--theme-shadow);
  }
}



@media (max-width: 576px) {
  h3.text-theme-primary {
    font-size: 18px !important;
    line-height: 1.5rem;
    text-align: center;
  }
}

/* Mobile view */
@media (max-width: 576px) {
  .training-title {
    font-size: 16px !important;
    /* smaller font */
    padding: 6px 8px !important;
    /* adjust padding */
    border-radius: 8px !important;
    margin-bottom: 1rem !important;
  }

  .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}


/* Mobile view */
@media (max-width: 576px) {
  .px-4.py-3.mb-4.rounded-3.border.border-success.bg-white.shadow-sm {
    padding: 1rem 0.75rem !important;
    /* smaller padding */
    margin-bottom: 1rem !important;
    border-radius: 0.5rem !important;
    /* smaller corners */
  }

  .bg-success.bg-opacity-10.px-3.py-2.rounded-2.mb-3 {
    padding: 0.5rem 0.75rem !important;
    margin-bottom: 0.75rem !important;
    border-radius: 0.25rem !important;
  }
}

.text-center.mb-4 {
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  .landing-contact {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }

  .px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* override for mobile */
  .mt-10 {
    margin-top: 2rem !important;
  }
}

.col-md-12.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


@media (min-width: 992px) {

  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.menu-horizontal .menu-sub {
  position: absolute;
  width: 18.25rem;
  padding: 0.625rem 0;
  box-shadow: 0 0.25rem 1.125rem 0 rgba(47, 43, 61, 0.16);
}


.admission-container {
  background-color: #dbfcfc;
  /* container background */
  padding: 20px;
  border-radius: 8px;
}

/* Equal border styling */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6 !important;
  vertical-align: middle;
}

.table-bordered {
  border-collapse: collapse !important;
  table-layout: fixed;
  width: 100%;
}

.table-bordered td {
  word-wrap: break-word;
  padding: 12px;
}

.table-bordered tbody tr td {
  min-width: 150px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .table-responsive {
    overflow-x: auto;
  }

  .fw-bold {
    font-weight: 600;
  }

  .card-body h5 {
    font-size: 1rem;
  }

  td,
  th {
    font-size: 14px;
    padding: 8px;
  }
}



/* Universal Table Style for All Pages */
table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table caption {
  caption-side: top;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

table thead tr {
  background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

table th,
table td {
  padding: 14px 16px;
  border: 1px solid #eee;
  vertical-align: top;
}

table tbody tr:nth-child(odd) {
  background: linear-gradient(135deg, #fdfbfb, #ebedee);
}

table tbody tr:nth-child(even) {
  background: linear-gradient(135deg, #f2f3f3, #eceeef);
  color: #333;
}


table td.fw-bold {
  /* background: linear-gradient(135deg, #ffecd2, #fcb69f); */
  color: #045b62;
  font-weight: bold;
}

table .text-primary {
  color: #1976d2;
  font-weight: bold;
}

table .text-success {
  color: #2e7d32;
  font-weight: bold;
}


.table-heading {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
}


@media (max-width: 991px) {
  .table-heading {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .table-heading {
    font-size: 18px;
  }

  table th,
  table td {
    padding: 10px;
  }
}

.modern-table {
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}

.table-responsive {
  overflow-x: auto;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.modern-table {
  width: 100% !important;
  table-layout: auto;
  border-collapse: collapse;
}

.modern-table th,
.modern-table td {
  word-wrap: break-word;
  white-space: normal;
}

.modern-table {
  min-width: 430px;
}


.modern-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.modern-table th,
.modern-table td {
  border: 1px solid #dee2e6;
  padding: 10px 12px;
  vertical-align: middle;
}

.modern-table th {
  font-weight: 600;
  text-align: left;
}

.modern-table tr:hover {
  background-color: #f8f8f8;
}

.modern-table a {
  color: #000;
}

.modern-table a:hover {
  text-decoration: underline;
}




/* Responsive fixes */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* smooth iOS scroll */
}

.modern-table {
  min-width: 650px;
  /* Prevent columns from collapsing too narrow */
  width: 100%;
}

/* Optional: Better spacing for mobile */
@media (max-width: 768px) {

  .modern-table th,
  .modern-table td {
    font-size: 14px;
    padding: 10px;
  }

  .theme-title {
    font-size: 20px;
    text-align: center;
  }

  .card .card-body {
    padding: 15px;
  }

  .list-group-item .content {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .modern-table {
    min-width: 720px;
    /* force scroll for very small screens */
  }

  .modern-table th,
  .modern-table td {
    white-space: nowrap;
    /* Avoid wrapping inside cells */
  }
}

.menu-link i {
  margin-right: 6px;
  font-size: 16px;
  vertical-align: middle;
}


/* Mobile header logo */
@media (max-width: 1199px) {

  /* Bootstrap XL breakpoint */
  .mobile-logo {
    width: 40%;
    /* Increase from 25% to 40% */
    max-width: 200px;
    /* Optional: limit max size */
  }

  .mobile-logo img {
    width: 100%;
    height: auto;
  }

  /* Optional: adjust navbar padding for mobile */
  #layout-navbar {
    padding: 1.5rem 1rem;
    /* slightly bigger for mobile */
  }
}

.p-10 {
  padding: 0.0rem !important;
}

.menu-vertical .menu-item .menu-link>div:not(.badge) {
  color: #000000;
}

.app-brand-text {
  flex-shrink: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  margin-inline-start: 0.0rem !important;
}



/*----- footer--- styles -----*/

.landing-footer {
  background: linear-gradient(135deg, #fdf3f3, #f8eaea, #ffffff);
  border-top: 4px solid #73984b;
  font-size: 15px;
}

.footer-link {
  color: #3f3e3e;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

.footer-link:hover {
  color: #3b5998;
  text-decoration: underline;
}

.footer-btn {
  background: #3b5998;
  color: #fff !important;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.footer-btn:hover {
  background: #6bcb77;
  color: #fff !important;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  background: #fafafa;
}

.footer-bottom-text {
  font-size: 14px;
  color: #4a4a4a;
}
/*----- end of footer styles -----*/ /* Main box style */
.main-box {
  display: inline-block;
  padding: 10px 28px;
  background: #ff5722e3;
  ;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 999px;
}

/* Common option style */
.option-box {
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  color: #fff;
  white-space: nowrap;
}

/* Individual colors */
.bg-green {
  background: #13b881;
}

.bg-blue {
  background: #d3195c;
}

.bg-purple {
  background: #2e1b68;
}

.bg-orange {
  background: #d6c809;
}

.option-box {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 999px;
  color: #fff;
  white-space: nowrap;
}

.app-brand-text {
  font-size: 1.25rem;
  /* default (desktop) */
  line-height: normal;
}

/* Mobile view */
@media (max-width: 576px) {
  .app-brand-text {
    font-size: 12px !important;
    line-height: 1.15 !important;
  }
}

@media screen and (max-width: 768px) {
  .landing-contact {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 39px;
    margin-bottom: 50px !important;
  }
}


table tbody tr:hover {
  background: linear-gradient(135deg, #73984b, #73984b52);
  transform: scale(1.01);
  transition: all 0.2s ease-in-out;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgb(0 0 0) !important;
}


.theme-title-02 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.37;
  font-size: 20px;
  padding-left: 10px;
  font-weight: 600;
  border-left: 5px solid #73984b;
  color: #228891;
  text-transform: capitalize;
}


h5.theme-title {
  font-size: 20px;
}


.action-card {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #000000 !important;
  /* FORCE BLACK TEXT */
}

/* Browse button */
.browse-card {
  background: #f7ffee;
  border: 2px solid #73984b;
  margin-right: 15px;
}

/* Join Now button */
.join-card {
  background: #73984b;
  border: 2px solid #73984b;
}

/* Remove underline */
.action-card:hover {
  text-decoration: none;
  color: #000000 !important;
  /* STAYS BLACK ON HOVER */
}

/* Hover backgrounds only */
.browse-card:hover {
  background: #73984b;
}

.join-card:hover {
  background: #5f7f3f;
}

.landing-contact,
.landing-contact * {
  box-sizing: border-box;
}


.step-wrapper {
  display: flex;
  align-items: flex-start;
  /* keep number and card aligned at top */
  gap: 18px;
  margin-bottom: 34px;
  padding: 6px 8px;
}

/* number circle - uses flex sizing so it's always in flow */
.step-number {
  flex: 0 0 48px;
  /* fixed width for number column */
  width: 48px;
  height: 48px;
  background: #0B59DB;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  margin-top: 6px;
}

/* content box takes remaining width and always expands */
.step-card-box {
  flex: 1 1 auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #0B59DB;
  transition: transform .25s ease, box-shadow .25s ease;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  /* allow children to stretch for equal heights */
}

.step-card-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* force paragraphs & lists to take remaining vertical space so cards equalize */
.step-card-box p,
.step-card-box ul {
  margin: 0;
  flex: 1 1 auto;
}

/* ensure headings are natural size */
.step-card-box h4 {
  margin: 0 0 10px 0;
}

/* CTA box at bottom */
.cta-box {
  background: linear-gradient(135deg, #0B59DB, #0b1422);
  border-radius: 20px;
  color: #fff;
  padding: 36px 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  text-align: center;
}

@media (max-width: 992px) {
  .step-wrapper {
    gap: 14px;
  }

  .step-number {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .step-card-box {
    padding: 20px;
  }
}


@media (max-width: 768px) {
  .step-wrapper {
    gap: 12px;
    margin-bottom: 28px;
  }

  .step-number {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin-top: 4px;
  }

  .step-card-box {
    padding: 18px;
    min-height: 120px;
  }
}

@media (max-width: 576px) {

  /* Keep flex row but ensure card fills available viewport width */
  .step-wrapper {
    gap: 12px;
    padding: 6px 10px;
    margin-bottom: 20px;
  }

  .step-number {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    font-size: 14px;
    margin-top: 6px;
  }

  .step-card-box {
    padding: 14px;
    border-left-width: 5px;
    min-height: 140px;
    /* makes cards visually equal height */
    justify-content: flex-start;
  }

  /* ensure paragraphs/lists use remaining height so cards match */
  .step-card-box p,
  .step-card-box ul {
    flex: 1 1 auto;
  }

  /* slightly smaller heading on very small phones */
  .step-card-box h4 {
    font-size: 15px;
  }

  /* reduce CTA padding for small screens */
  .cta-box {
    padding: 18px 14px;
  }

  /* make sure container columns don't force extra horizontal width */
  .landing-contact .container-xl,
  .landing-contact .row,
  .landing-contact .col-md-11 {
    width: 100%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  /* prevent floating WhatsApp or other fixed buttons from overlapping content by adding bottom padding */
  body {
    padding-bottom: 80px;
  }

  /* adjust if your fixed button is larger */
}

/* Small utility to avoid horizontal overflow */
.landing-contact {
  overflow-x: hidden;
}

@media (max-width: 576px) {
  .navbar-brand.app-brand {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-brand.app-brand .app-brand-link {
    width: 100%;
    justify-content: space-between !important;
  }

  /* Right logo – edge la pogama adjust */
  .navbar-brand.app-brand .app-brand-logo:last-child {
    margin-right: 18px;
    /* adjust value if needed */
  }

  /* Left logo small spacing */
  .navbar-brand.app-brand .app-brand-logo:first-child {
    margin-left: 4px;
  }

  .navbar-brand.app-brand img {
    max-height: 32px;
  }
}

.highlight-content .app-brand-text,
.highlight-content .highlight-subtext {
  color: #73984b;
}

.highlight-content {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: center;
  gap: 1px;
}

.app-brand-text {
  font-size: 1.5rem;
  font-weight: 700;
}

.highlight-subtext {
  font-size: 1rem;
  font-weight: 500;
}

<style>@media (min-width: 992px) {

  .row.custom-row {
    width: 100%;
    max-width: 1200px;
    overflow-x: hidden;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 45%;
    max-width: 100%;
  }

  .navbar-nav-right .btn {
    white-space: normal;
    text-align: center;
    min-width: 277px;
    width: 100%;
  }
}

.navbar-nav-right .btn {
  display: inline-block;
  font-size: 0.9rem;
}

@media (max-width: 575.98px) {
  .highlight-content .app-brand-text {
    font-size: 11px;
  }

  .highlight-content .highlight-subtext {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .hero-bg .carousel-inner img {
    height: 25vh !important;
  }
}


/* Up to 1500px (desktop & laptop) */
@media screen and (max-width: 1500px) {
  .hero-bg .carousel-inner img {
    height: 450px !important;
  }
}

/* Laptop */
@media screen and (max-width: 1280px) {
  .hero-bg .carousel-inner img {
    height: 400px !important;
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .hero-bg .carousel-inner img {
    height: 150px !important;
  }
}



/*all page last section*/


/* Container */
.course-types {
  text-align: center;
  padding: 0px 0;
}

/* Main Button Style */
.course-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 28px 10px 60px;
  margin: 10px 15px;
  border-radius: 40px;
  color: #484848 !important;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
}

/* Left White Circle */
.course-btn .icon-circle {
  position: absolute;
  left: 5px;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: 18px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}


.course-btn {
    color: #fff;   /* Text White */
}

/* Icon circle */
.course-btn .icon-circle {
    background: #fff;   /* White circle */
    color: #282828ed;        /* Gray icon */
}

/* Hover Effect */
.course-btn:hover {
  transform: translateY(-3px);
}

/* Individual Colors */
.email {
  background: linear-gradient(45deg, #ff7043, #d84315) !important;
}

.whatsapps {
  background: linear-gradient(45deg, #50cc5d, #50cc5d) !important;
}

.session {
  background: linear-gradient(45deg, #5c6bc0, #3949ab) !important;
}

.online {
  background: linear-gradient(45deg, #d3195c, #d3195c) !important;
}

/* Responsive */
@media (max-width: 768px) {
  .course-btn {
    display: block;
    margin: 15px auto;
    width: 260px;
    text-align: left;
  }
}

.course-btn {
    color: #fff !important;
}

.bg-lights {
    --bs-bg-opacity: 1;
    background-color: rgba(221, 148, 40, 0.39) !important;
}

.bg-light2 {
    --bs-bg-opacity: 1;
        background-color: rgb(113 29 157) !important;
}
  

@media (max-width: 576px) {
    h2, .h2 {
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    h2, .h2 {
        line-height: 1.5rem;
    }
}

@media (max-width: 576px) {
    .theme-title {
        font-size: 14px !important;
        line-height: 1.5rem !important;
    }
}

/* Default (Mobile First) */
h2, .h2 {
    font-size: 15px;
    line-height: 1.5rem;
}

/* PC / Large Screens */
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 34px;
        line-height: 40.5px;
    }
}

