.container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

@media (min-width: 576px) {
  :root {
    --maximum-page-width: 1920px;
    --container-mw: 516px;
    --container-padding: 15px;
    --container-lr-space: calc(((100vw - var(--container-mw))/2) + var(--container-padding));
  }

  body {
    background: var(--bg-clr2);
  }

  body>.dialog-off-canvas-main-canvas,
  .fullwidth,
  main {
    background: var(--white);
  }

  body>.dialog-off-canvas-main-canvas,
  header,
  main,
  .full-width-region,
  footer {
    max-width: var(--maximum-page-width);
    width: 100%;
    margin: 0 auto;
  }

  .container {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    max-width: var(--container-mw);
  }
}

@media (min-width: 600px) {
  :root {
    --container-mw: 585px;
  }
}

@media (min-width: 768px) {
  :root {
    --container-mw: 720px;
  }
}

@media (min-width: 900px) {
  :root {
    --container-mw: 800px;
  }
}

@media (min-width: 992px) {
  :root {
    --container-mw: 960px;
  }
}

@media (min-width: 1120px) {
  :root {
    --container-mw: 1100px;
  }
}

@media (min-width: 1200px) {
  :root {
    --container-mw: 1170px;
  }
}

@media (min-width: 1300px) {
  :root {
    --container-mw: 1270px;
  }
}

@media (min-width: 1400px) {
  :root {
    --container-mw: 1320px;
  }
}

@media (min-width: 1500px) {
  :root {
    --container-mw: 1420px;
  }
}

@media (min-width: 1600px) {
  :root {
    --container-mw: 1520px;
  }
}

@media (min-width: 1700px) {
  :root {
    --container-mw: 1670px;
  }
}

@media (min-width: 1921px) {
  :root {
    --max-page-lr-space: calc(((100vw - var(--maximum-page-width))/2));
    --container-lr-space: calc(((100vw - var(--container-mw))/2) + var(--container-padding) - var(--max-page-lr-space));
  }
}

@media (max-width: 576px) {
  :root {
    --container-padding: 31px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto
}



@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

@media (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1520px;
  }
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 576px) {
  .container {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    max-width: var(--container-mw);
  }
}

#home-1 .hero-area-banner h1 {
  padding-left: 0;
  color: #fff;
}

#home-1 .theme-btn,
#home-1 .white-btn {
  background: #d9d9d94d;
  border: 1px solid #fff;
}

#home-1 .hero-area-banner p {
  /* font-size: 26px;
    line-height: 34px; */
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  margin-top: 0px;
  color: #fff;
}

.header-area .navigation {
  position: absolute;
  width: 100%;
  background: transparent;
}

.header-area .container {
  background: transparent;
}

.header-area .logo img {
  max-width: 200px;
}

#home-1 .hero-area-banner .hero-area-content {
  height: 100vh;
}

.section-title h2 {
  font-size: 74px;
  font-weight: normal;
  line-height: 82px;
  letter-spacing: -1px;
  color: #1552a0;
  margin-bottom: 12px;
}

.section-title h6 {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: 'Source Sans 3';
}

.red-font {
  color: #A41E35;
}

.about-content-wrapper p {
  margin-top: 0;
  font-size: 1.125rem;
  /* line-height: 1.625; */
  line-height: 1.425;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.section-title h5 {
  font-size: 1.125rem;
  line-height: 1.425;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  font-weight: 400;
  color: #3F4444;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 15px;
}

.real-live-sec .owl-nav {
  position: absolute;
  top: -80px;
  bottom: 0;
  right: 100px;
  left: unset;
  display: flex;
}


.real-live-sec .project-img .img-pro {
  border-radius: 25px;
  border: 1px solid;
}



.real-live-sec .project-img {
  position: relative;
}


.real-live-sec .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.real-live-sec .play-btn img {
  width: 50px;
}

.collab-sec .single-process-item {
  border-top: none;
  padding-bottom: 50px;
  padding: 25px 50px;
  border-radius: 25px;
  text-align: center;
  height: 90%;
}

.collab-sec .single-process-item h3 {
  margin: 30px 0 20px;
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: normal;
}

.collab-sec .single-process-item p {
  margin: 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.425;
}

.collab-sec .single-process-item .process-num:before {
  display: none;
}


.initiatives .theme-btn {
  background: #d9d9d94d;
  border: 1px solid #fff;
  width: max-content;
}

.initiatives .theme-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #171717;
}

.initiatives .single-counter-box p.counter-number {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  border-bottom: none;
  margin-bottom: 0;
  font-family: 'Red Hat Display';
}

.initiatives .single-counter-box .counter-number span {
  font-size: 26px;
  line-height: 1.3;
  color: #fff;
  font-family: 'Red Hat Display';
}

.initiatives .single-counter-box h6 {
  color: #fff;
}

.initiatives .single-counter-box {
  margin-bottom: 20px;
}


.initiatives .counter-section {
  margin-top: 20px;
}

.footer-area h4 {
  font-size: 0.975rem;
  line-height: 1.25rem;
  font-family: 'Source Sans 3';
  font-weight: 500;
  color: #fff;
  margin: 20px 0 10px;
}

.footer-area h5 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0 10px;
}

.footer-area ul li a {
  font-size: 13px;
  display: block;
  color: #fff;
  padding: 0 0 5px;
  line-height: normal;
  position: relative;
  font-weight: 300;
}

.footer-area p {
  font-size: 14px;
  margin-top: 5px;
  color: #fff;
  font-weight: 300;
}

.logo-sec p {
  font-size: 16px;
}

.logo-sec {
  border-right: 1px solid #fff;
}

.pad-footer {
  padding-left: 40px;
}

.initiative-card::before {
  content: '';
  background: #064770;
  /* height: 5%;
  width: 5%; */
  position: absolute;
}

.project-slider:before,
.project-slider:after {
  opacity: 1;
}


/*  BURGER
========================================== */
.burger {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 20px;
  right: 40px;
  border-radius: 100%;
  z-index: 10;
}

.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}

.burger span,
.burger span::before,
.burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger span::before,
.burger span::after {
  position: absolute;
  content: "";
}

.burger span::before {
  top: -9px;
}

.burger span::after {
  top: 9px;
}

.burger.clicked span {
  background-color: transparent;
}

.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before,
.burger.clicked span:after {
  background-color: #ffffff;
}

.burger:hover {
  cursor: pointer;
}

/*  .pop-menu
========================================== */
.pop-menu {
  background: url(../img/menu-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 100%;
  width: 100%;
  padding: 100px 40px 60px 40px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: grid;
}

.pop-menu.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.pop-menu.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.pop-menu.show .about,
.pop-menu.show .social,
.pop-menu.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.85s;
}

@media (min-width: 667px) {
  .pop-menu {
    padding: 120px 90px 70px 90px;
  }
}

.pop-menu ul.main {
  list-style-type: none;
}

.pop-menu ul.main li {
  margin-bottom: 25px;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #fff;
}

.pop-menu ul.main li:last-of-type {
  margin-bottom: 0px;
}

.pop-menu ul.main li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 30px;
  display: block;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
}

.pop-menu ul.main li a span {
  color: #b7ac7f;
}

.pop-menu ul.main li a:hover {
  color: #ccc;
}

.pop-menu .ul-title {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 25px;
}

.pop-menu .ul-sm-title {
  color: #fff;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pop-menu .sm-ul-li li {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.pop-menu .sm-ul-li li a {
  font-size: 25px !important;
  font-weight: 300;
}

.pop-menu .about {
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pop-menu ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pop-menu ul.sub li {
  margin-bottom: 10px;
}

.pop-menu ul.sub li:last-of-type {
  margin-bottom: 0px;
}

.pop-menu ul.sub li a {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pop-menu ul.sub li a:hover {
  color: #b7ac7f;
}

/*  OVERLAY
========================================== */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #b7ac7f;
  opacity: 0;
  visibility: hidden;
}

.menu-overlay.show {
  opacity: 0.8;
  visibility: visible;
}


.menu-footer {
  align-items: end;
}

.menu-footer h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.menu-footer p a {
  color: #fff;
  font-size: 20px;
}

.pop-menu .theme-btn {
  background: #d9d9d94d;
  border: 1px solid #fff;
  width: max-content;
}

.pop-menu .theme-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #171717;
}

.social-area-wrap a {
  background: #fff;
  color: #393939;
  width: 36px;
  height: 36px;
  margin-left: 0;
  margin-right: 10px;
}

.social-area-wrap a:hover {
  background: #393939;
  color: #fff;
}

.social-area-wrap a i {
  font-size: 26px;
}

.social-area-wrap a img {
  width: 24px;
}

.social-area-wrap a:hover img {
  filter: invert(1) brightness(10);
}

.footer-area .logo {
  height: auto;
  margin-bottom: 10px;
}

.footer-area {
  background: #313535;
}

.footer-area {
  color: #fff;
}

.footer-bottom {
  background: #313535;
  border-top: none;
}

.about-vis-mis .initiative-img img {
  height: 60vh;
}

/* 17 Mar 2026 start */
.inbox-sec .inbox-sec-item {
  padding: 35px;
  margin-bottom: 30px;
  border-radius: 25px;
  background: #F2F1F1;
  height: 100%;
}
/* 17 Mar 2026 end */
.inbox-sec .inbox-sec-item h3 {
  color: #A42136;
  margin-bottom: 30px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 300;
  margin-bottom: 8px;
  font-family: 'Source Sans 3';
}

.inbox-sec .inbox-sec-item h3 span {
  font-size: 1.525rem;
  ;
}

.inbox-sec .inbox-sec-item p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.425;
}

.big-p {
  font-size: 1.125rem;
  line-height: 1.425;
}




.all-nav .owl-nav button.owl-prev,
.all-nav .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.all-nav .owl-nav button.owl-prev:hover,
.all-nav .owl-nav button.owl-next:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}


.all-nav .owl-nav i {
  font-size: 20px;
}



.social-leg-sec .owl-nav {
  position: absolute;
  top: -80px;
  bottom: 0;
  right: 100px;
  left: unset;
  display: flex !important;
}

.half-slide .owl-carousel:before {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  left: -500%;
  background: #fff;
  opacity: 1;
  z-index: 1;
}

.half-slide .owl-carousel:after {
  left: auto;
  right: -500%;
}

.half-slide .owl-carousel .owl-stage-outer {
  overflow: inherit;
}

.social-leg-sec .inbox-sec-item .year {
  color: #064770;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.social-leg-sec .inbox-sec-item h3 {
  font-size: 1.275rem;
  line-height: 1.25;
  font-weight: 700;
}

.social-leg-sec .inbox-sec-item .theme-btn {
  background: #0000004d;
  border: none;
  width: max-content;
}

.social-leg-sec .inbox-sec-item .theme-btn:hover {
  color: #3F4444;
  background: #fff;
}

.social-leg-sec .inbox-sec-item {
  margin-bottom: 0;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px;
}


#project-3 .project-list .nav-link:focus,
#project-3 .project-list .nav-link:hover {
  background: #A41E35;
  color: #fff;
}

#project-3 .project-list .nav-link.active {
  background: #A41E35;
  color: #fff !important;
  border-bottom: none;
}

#project-3 .project-list button {
  color: #333;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.425;
  padding: 15px 30px;
  border-radius: 25px;
  background: #F2F1F1;
  margin-right: 35px;
}

#project-3 .project-list:after {
  display: none;
}

#project-3 .single-team-item .team-img img {
  border-radius: 25px;
}

#project-3 .project-list {
  justify-content: center;
}

.text-inner-banner .hero-area-banner {
  background-position: center !important;
}

.text-inner-banner .hero-area-banner h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
}

.text-inner-banner .hero-area-banner p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  margin-top: 0px;
  color: #fff;
}

.text-inner-banner .box-text-banner {
  border-radius: 25px;
  padding: 40px;
  background: #000000a3;
  margin-bottom: 30px;
}

.text-inner-banner .hero-area-banner:before {
  content: '';
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 29%,
      rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-inner-banner .hero-area-banner .hero-area-content {
  vertical-align: bottom !important;
}

.inner-banner .hero-area-content {
  height: 25vh !important;
}

.inner-banner .hero-area-banner {
  height: auto !important;
}

.contact-title h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #A41E35;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-sec .subimit-form-wrap form {
  margin-top: 30px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 25px;
}

.contact-sec .subimit-form-wrap input,
.contact-sec.contact-section .subimit-form-wrap textarea {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  border-radius: 8px;
}

.contact-sec .subimit-form-wrap label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
}

.contact-info h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #A41E35;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-sec .single-contact-info h4 {
  font-size: 1.275rem;
  line-height: 1.25;
  color: #A41E35;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-sec .single-contact-info {
  margin-bottom: 20px;
  border-bottom: 0;
}


.contact-sec .contact-info {
  background: #F2F1F1;
  padding: 30px 70px;
  border-radius: 25px;
}
/* 1 April 2026 start */
.contact-sec .single-contact-info p, .contact-sec .single-contact-info p a {
  font-size: 1.125rem;
  line-height: 1.425;
}
/* 1 April 2026 end */
.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }

  to {
    -moz-transform: rotate(360deg)
  }
}

@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }

  to {
    -ms-transform: rotate(360deg)
  }
}

#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden
}

#error_data {
  color: red;
  font-size: 14px;
  margin: 0px 0px 10px;
  line-height: normal;
}

button.theme-btn {
  display: inline-block;
  color: #fff;
  background: #A41E35;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  padding: 18px 35px;
  border: 1px solid #A41E35;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: auto;
}

button.theme-btn:hover {
  background: #fff;
  border-color: #A41E35;
  color: #A41E35;
}

.inbox-icon-sec .inbox-sec-item h3 {
  color: #A42136;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-top: 25px;
}

.plantation-card .arrow-icon img {
  width: 60px !important;
  height: auto !important;
  margin-top: 15px;
  transition: none;
}

.plantation-card:hover .arrow-icon img {
  transform: none;
}

.testi-sec .testimonial-author h2 {
  font-weight: bold;
  color: #A41E35;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 35px;
}

.testi-sec .owl-nav {
  bottom: unset;
  right: unset;
  display: flex;
}

.testi-sec .owl-nav button.owl-prev {
  margin-left: 0;
}

.testi-sec .testimonial-content p {
  font-size: 25px;
}

.tribal-sec {

  border-radius: 25px;
}

/* 16 Mar 2026 start */
.tribal-img-block {
  background: url(../img/tribal-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 18px;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 25px 40px;
}
/* 16 Mar 2026 end */
.tribal-img-block p {
  color: #fff;
}

.tribal-img-block p.big-p {
  font-size: 1.625rem;
  line-height: 1.425;
  font-weight: 300;
}

/* 12 Mar 2026 end */
.number-box {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.que-number {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: #D9D9D9;
  color: #9F1B3C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 40px;
}

.number-box .big-p {
  margin-bottom: 0;
}

.cta-sec .cta-inner {
  background: url(../img/cta-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.cta-sec .cta-inner .section-title {
  margin-bottom: 0;
}

.cta-sec h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  max-width: 800px;
}



.cta-sec .theme-btn {
  background: #d9d9d94d;
  border: 1px solid #fff;
  width: max-content;
  margin: 0 20px;
}

.cta-sec .theme-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #171717;
}


.testi-btm-line {
  border-left: 3px solid #9F1B3C;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
}

.testi-btm-line p {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 0;
}

.bg-light-box {
  background: #F2F1F1;
  padding: 30px;
  border-radius: 25px;
}

.approach-slider .item {
  background: #F2F1F1;
  padding: 50px 60px;
  border-radius: 25px;
}

.approach-img-block {
  background: url(../img/approach.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  border-radius: 25px;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-carousel button.owl-dot {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
}

.owl-carousel button.owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #064770;
  display: block;
  margin: 2px auto;
}


.owl-carousel button.owl-dot.active span,
.owl-carousel button.owl-dot:hover span {
  background: #A41E35
}


.text-inner-banner .section-title h2 {
  color: #fff;
}

.text-inner-banner #project-3 .project-list button {
  color: #fff;
  background: transparent;
}

.involve-matter-sec .inbox-sec-item {
  height: 100%;
  min-height: unset !important;
}

.involve-matter-sec .inbox-sec-item p {
  min-height: unset !important;
}

.involve-matter-sec .inbox-sec-item h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.accordion-items h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #A41E35;
  font-weight: 700;
}

.get-involve-faq .cp-custom-accordion .accordion-buttons {
  font-size: 1.275rem;
  line-height: 1.25;
  color: #A41E35;
  font-weight: 700;
  padding: 20px 0;
}

.get-involve-faq .cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f062" !important;
  transform: rotate(1deg) !important;
}

.get-involve-faq .cp-custom-accordion .accordion-buttons::after {
  transform: rotate(1deg) !important;
  content: "\f063" !important;
}

.get-involve-faq .cp-custom-accordion .accordion-body {
  padding-left: 15px;
}

.logo-sec p,
.footer-area ul li a,
.footer-area p {
  font-size: 1rem;
  line-height: 1.425;
}

.footer-area h5 {
  font-family: 'Source Sans 3';
  font-size: 0.975rem;
  line-height: 1.25rem;
}

.owl-carousel p {
  font-size: 1.125rem;
  line-height: 1.425;
}



.single-project-wrapper,
.real-live-sec .project-img img.img-pro {
  height: 450px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .footer-area {
    padding: 50px 15px;
    margin-top: 0;
  }

  .pad-footer {
    padding-left: 15px;
  }
}

/* 12 Mar 2026 start  */

.timeline {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  width: 1000px;
  box-sizing: border-box;
}

.timeline ul li.line:after {
  content: '';
  position: absolute;
  width: 2px;
  background: #c5c5c5;
  top: 50px;   /* start below dot */
  bottom: -30px;
  left: 0;
  transform: translateX(-50%);
}

.timeline ul {
  padding: 0;
  margin: 0;
}

.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 30px;
  box-sizing: border-box;
}

.timeline ul li {
  float: right;
  text-align: left;
  clear: both;
}
.timeline ul li:last-child:after {
  display: none;
}
.timeline .content {
  padding-bottom: 20px;
  padding: 0 10px;
  border-radius: 25px;
}

.timeline ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 35px;
  left: -4px;
  background: #6c7c85;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #6c7c85;
}

.timeline ul li h3 {
  padding: 0;
  margin: 0;
  color: #404444;
  font-weight: 400;
  font-family: 'Source Sans 3';
}

.timeline ul li p {
  margin: 10px 0 0;
  padding: 0;
}

.timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 800;
  color: #A41E35;

}

.timeline ul li .time {
  position: absolute;
  top: 20px;
  left: -150px;
  margin: 0;
  padding: 0 16px;
  color: #A41E35;
  border-radius: 18px;
}

@media(max-width:1000px) {
  .timeline {
    width: 100%;
  }
}

@media(max-width:767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0;
  }

  h1 {
    font-size: 40px;
    text-align: center;
  }

  .timeline:before {
    left: 20px;
    height: 100%;
  }

  .timeline ul li {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }

  .timeline ul li.line:before{
    top: -18px;
    left: -4px;
  }
  .timeline ul li.line:after{
        top: 0px;
  }
  .timeline ul li .time{
    top: -30px;
    left: 50px;
    right: inherit;
  }
}

/* 12 Mar 2026 end  */
/* inner-hero-section */

.hero-section {
  height: 100vh;
  width: 100%;
  position: relative;
  padding: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F2F1F1;
}


.hero-area-banner:before {
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-section-content {
  padding: 50px 0px;
}

.hero-section-content.ks-project-panel h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.225;
  text-align: left;
  color: #A41E35;
}

.box-text-banner p {
  font-size: 1.125rem;
  line-height: 1.425;
  font-weight: 400;
  margin-top: 0px;
  text-align: left;
  color: #3F4444;
}

.ks-project-item {
  position: relative;
  margin-bottom: 80px;
  margin-bottom: 0;
  border-radius: 30px;
}

.ks-project-item:last-child {
  margin-bottom: 0;
}

.ks-project-btn a:first-child {
  margin-right: 10px;
}

.ks-project-area {
  position: relative;
}

.hero-area-banner {
  position: relative;
  z-index: 1;
}

.ks-project-panel:not(.hero-area-banner) {
  position: relative;
  z-index: 2;
  background: #eeece8;
}

.hero-area-banner .image-wrapper {
  position: relative;
  width: 100%;
}

.hero-area-banner .image-wrapper img {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}

/* 12 Mar 2026 start */
.hero-area-banner .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* black overlay */
  z-index: 1;
}

/* 12 Mar 2026 end */

.hero-area-banner .image-text {
  z-index: 2;
}

.hero-area-banner .image-text {
  position: absolute;
  bottom: 20%;
  text-align: left;
  color: #fff;
  padding: 20px 0;
  border-radius: 5px;
  z-index: 2;
}

.hero-area-banner .image-text h1 {
  margin: 0;
  font-weight: 700;
  font-size: 2.925rem;
  line-height: 1.0;
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
}

.hero-area-banner .image-text h1 span {
  font-family: 'Source Sans 3';
  font-weight: 200;
  font-size: 2.225rem;
}

.hero-area-banner .image-text p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  margin-top: 0px;
  color: #fff;
}

.cards {
  display: flex;
  flex-wrap: nowrap;
  height: 400px;
  overflow: hidden;
  border-radius: 1rem;
  padding: 0;
  white-space: nowrap;
  z-index: 2;
}

.card {
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  cursor: pointer;
  transition: flex 0.5s ease;
  overflow: hidden;
  position: relative;
  will-change: flex;
}


.card:hover {
  flex: 3;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.7); */
}

.card a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
  /* filter: grayscale(100%); */
  will-change: transform, filter;
  background: linear-gradient(90deg, #333 25%, #444 50%, #333 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}


.card:hover img {
  transform: scale(1.2);
}

/* 10 Mar 2026 start */
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 50%);
  background: rgb(0 0 0 / 57%);
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

/* 10 Mar 2026 end */
.card:hover::after {
  opacity: 1;
}


.card-title {
  position: absolute;
  top: 10%;
  left: 0;
  /* transform: translate(-50%, -50%); */
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  font-family: 'Source Sans 3';
  font-size: 2.225rem;
  line-height: 1.1;
  font-weight: 300;
  transition: background 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

.card:hover .card-title {
  /* transform: translate(-50%, -50%) scale(1.1); */
}

.card:hover .card-desc,
.card:hover .counter-section {
  visibility: visible;
}

.card-desc {
  visibility: hidden;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 2%;
  margin: 0;
  /* transform: translateY(100%);
  transition: transform 0.3s ease; */
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.425;
  line-height: normal;
  text-wrap: auto;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); */
}

.counter-section {
  visibility: hidden;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 35%;
  margin: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 0.9rem;
  line-height: normal;
  text-wrap: auto;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); */
}

/* Slide up animation reveals description */
.card:hover .card-desc {
  transform: translateY(100px);
  margin-top: 20px;
}

.card:hover .counter-section {
  /* transform: translateY(50); */
  margin-top: 20px;
}

.card a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.card a:focus-visible img {
  filter: grayscale(0%);
}

.about-section .tribal-sec .tribal-img-block {
  display: flex;
  flex-direction: column;
}

.about-section .tribal-sec .tribal-img-block .p-animation {
  width: 100%;
}

.about-section .tribal-sec .tribal-img-block .section-title.pt-4 {
  padding-top: 0 !important;
}

section.initiatives .cards.container .card .counter-section .col-lg-3.col-md-6.col-sm-6 {
  padding-right: 15px;
  padding-left: 14px;
}

section.initiatives .cards.container .card {
  border-radius: 18px;
}

.project-section.pt-100.pb-50.real-live-sec .container-fluid {
  padding: 0;
}

.project-slider.owl-carousel .owl-item {
  padding: 15px;
}

.ks-project-area:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 49px;
  background: #eeece8;
  border-radius: 30px;
  z-index: 4;
}

.section-padding.inbox-sec.social-leg-sec.half-slide.arvindSocial {
  padding-top: 50px;
}

section.initiatives.about-vis-mis.section-padding.pb-50 .plantation-card,
.plantationCardSec .plantation-card {
  height: 300px;
}

.plantation-card.blackOverLayy:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

.inbox-sec.social-leg-sec.half-slide .all-nav.plantation-carousel.owl-carousel:before,
.section-padding.inbox-sec.social-leg-sec.half-slide.removeBefore .all-nav.indology-carousel:before {
  opacity: 0;
}

.inbox-sec.social-leg-sec.half-slide .all-nav.plantation-carousel.owl-carousel .owl-item {
  padding: 0 15px;
}

.section-padding.inbox-sec .impact-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #064770;
  height: stretch;
  width: 2px;
}
/* 13 Mar 2026 start */
.section-padding.inbox-sec .impact-item {
  position: relative;
  border-left: none;
  height: 100%;
}
/* 13 Mar 2026 start */
.ContainerPadZero.inbox-sec.social-leg-sec.half-slide .container-fluid {
  padding: 0;
}

/* 10 Mar 2026 start */
.inbox-sec.social-leg-sec.half-slide.ContainerPadZero .plantation-card,
.inbox-sec.social-leg-sec.half-slide.ContainerPadZero .plantation-color-card {
  height: 300px;
}

.inbox-sec.social-leg-sec.half-slide.ContainerPadZero.height400 .plantation-card,
.inbox-sec.social-leg-sec.half-slide.ContainerPadZero.height400 .plantation-color-card {
  height: 420px;
}

/* 10 Mar 2026 end */
.impact-item-right {
  padding-left: 15px;
}
/* 1 April 2026 Start */
.btn-wrapper {
  position: relative;
  display: inline-block;
}

.btn-wrapper img {
  display: block;
  width: 100%;
      height: 100%;
      object-fit: cover;
    border-radius: 12px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  /* background: none; */
  /* color: white; */
  border: none;
  border-radius: 50%; 
  width: 60px;
  height: 60px;
  font-size: 24px;
  cursor: pointer;
}
/* 1 April 2026 end */
@media (max-width: 468px) {
  .cards {
    flex-direction: column;
    height: auto;
  }

  .card {
    flex: none;
    width: 100%;
  }

  .card:hover {
    flex: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    height: 75vh;
  }

  /* Always show overlay on mobile */
  .card::after {
    opacity: 1;
  }

  /* Always show description on mobile */
  .card-desc {
    bottom: 0;
    transform: translateY(0);
  }

  /* Show full color images on mobile */
  .card img {
    filter: grayscale(0%);
  }
  .success-img{
 min-height: 200px;
}
}


@media (max-width: 468px) and (hover: none) {
  .card:active {
    flex: 2;
    height: 100vh;
  }

  .card:active img {
    transform: scale(1.1);
  }
}

@media (prefers-reduced-motion: reduce) {

  .card,
  .card img,
  .card-title,
  .card-desc,
  .card::after {
    transition: none;
  }

  .card img {
    animation: none;
  }
}


.circle-list {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}

@media (min-width: 1200px) {

  .plantation-carousel .owl-stage,
  .indology-carousel .owl-stage {
    padding-left: 0 !important;

  }

}



/* Cookie Banner */
.popup-notice-overlay {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.cookie-banner {
  width: 45%;
  position: fixed;
  bottom: 0;
  right: 25px;
 
  background: white;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.12);
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 10000;
  border-radius: 12px;
}

.cookie-banner.visible {
  transform: translateY(0);
}

.cookie-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cookie-text {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  min-width: 280px;
}

.cookie-icon { font-size: 32px; flex-shrink: 0; }

.cookie-text h3 {       
   font-size: 2rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: normal;
    font-family: 'Red Hat Display';
    color: #A41E35;
     margin-bottom: 4px; }
.cookie-text p { font-size: 1.125rem; line-height: 1.425; font-weight: 400; color: #3F4444; }
.cookie-text p a{
  font-size: 1.125rem; line-height: 1.425; font-weight: 400; color: #1552a0;
}
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

/* Buttons */
.btn {
  padding: 10px 30px;
  border-radius: 25px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.btn-accept {
  background: #A41E35;
  color: white;
}
.btn-accept:hover {
   background: #fff;
  color: #A41E35;
border: 1px solid #A41E35; }

.btn-reject {
  background: #0c52a0;
  color: #fff;
  border: 1px solid #0c52a0;
}
.btn-reject:hover { background: #e5e7eb; }

.btn-prefs {
  background: #6b7b83;
  color: #fff;
  border: 1px solid #6b7b83
}
.btn-prefs:hover { background: #eff6ff; }

/* Preferences Modal */
.prefs-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  animation: fadeIn 0.2s ease;
      overflow-y: scroll;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.prefs-modal {
  background: white;
  border-radius: 16px;
  width: 50%;
  /* max-width: 480px; */
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.prefs-header {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
}

.prefs-header h3 { 
      font-size: 2rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: normal;
    font-family: 'Red Hat Display';
    color: #A41E35;
    margin-bottom: 4px;
}

.prefs-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  line-height: 1;
}
.prefs-close:hover { color: #333; }

.prefs-body { padding: 16px 24px; }

.pref-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.pref-item:last-child { border-bottom: none; }

.pref-info { flex: 1; margin-right: 16px; }
.pref-info strong { display: block; font-size: 1.125rem; line-height: 1.425; color: #3F4444; margin-bottom: 2px; }
.prefs-body p, .pref-info p { font-size: 1.125rem; line-height: 1.425; font-weight: 400; color: #3F4444; margin: 0; font-family: 'Source Sans 3'; }

/* Toggle switch */
.toggle {
  position: relative;
  width: 48px;
  height: 26px;
  flex-shrink: 0;
}
.toggle input { opacity: 0; width: 0; height: 0; }
.slider {
  position: absolute;
  inset: 0;
  background: #A41E35;;
  border-radius: 26px;
  cursor: pointer;
  transition: background 0.3s;
}
.slider::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.toggle input:checked + .slider { background: #46b64e }
.toggle input:checked + .slider::before { transform: translateX(22px); }
.toggle.disabled .slider { background: #93c5fd; cursor: not-allowed; }
.toggle.disabled .slider::before { transform: translateX(22px); }

.prefs-footer {
  padding: 16px 24px;
  border-top: 1px solid #e5e7eb;
  text-align: right;
}

.hidden { display: none !important; }

/* Status toast */
.toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #059669;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 16px rgba(5, 150, 105, 0.3);
  animation: slideInRight 0.3s ease, fadeOut 0.3s ease 2.5s forwards;
  z-index: 10002;
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeOut {
  to { opacity: 0; transform: translateY(-10px); }
}