/*
* rit.css
* File include item rit only specific css only
******************************************************************************/
:root
{
  --theme-g :#995259;
  --theme-b :#e5e5e6; 
/* --theme-shadow:inset 0 0 14px 7px #145a2187; *//
}
body {
    background: #ffffff !important;
}
a:hover
{
  color: #505050 !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(204 88 89) !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: #995259 !important;
    background-color: white !important;
    border-color: #995259 !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: #995259 !important;
}
ul.menu-inner li.menu-item .menu-sub .menu-item .menu-link:hover
{
  background: #995259 !important;
  color: white !important;
}

html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) > .menu-link:hover

{
  background: white ;
  color: #995259 ;
}
.menu-horizontal .menu-sub .menu-link {
  color: #995259 !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: #995259 !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 #995259;
      color: white !important;   
   background-color: #995259 !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 #9952595e;
}
._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: #995259 !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: #995259;
}
.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: #995259;
}
.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:#995259
}
.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: #99525961;
    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: #995259;
    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: #995259!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: #995259;
    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 #cc5859;
    color: #995259;
    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: #3e3d3e !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: #995259;
    stroke-width: 8;
    stroke-dasharray: 282.6;
    stroke-dashoffset: 282.6;
    transition: stroke-dashoffset 0.2s linear;
}

polygon.arrow {
    fill:  #995259;
    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: #995259 !important;
    color: rgba(255, 255, 255, 0.418)!important;
    background-color: #995259 !important;
    box-shadow: none !important;
}



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

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

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

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

.text-theme-primary {
    color: #995259 !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: #995259 !important;
    border-color: #995259 !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: #995259 !important;
    /* color: #ffffff !important; */
    background-color: #995259 !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(204 88 89) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color:#0a0a0a !important;
}


.theme-title {
    font-size: 1.68rem;
    color:#cc5859;
    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: #cc5859 !important;
}
.bg-primary {
    background-color: #d1ecf1 !important;
}

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


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

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

.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link.menu-toggle {
    background: linear-gradient(270deg, rgb(204 88 89) 0%, #cc5859 100%) !important;
}


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



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


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

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(255 162 163) !important;
}
.bg-navbar-theme .navbar-brand, .bg-navbar-theme .navbar-brand a {
    color: #995259;
}

/* 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: #995259;
    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(204 88 89) !important;
}


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

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

.border-success {
    border-color: #7c50aa !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgb(239 169 169) !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: #cc5859;
    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(63 0 126) !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: #7c50aa !important;
        color: white !important;
        background-color: #b395b7 !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;
    }
}