@charset "utf-8";

:root {
  --light-purple: rgb(204, 194, 185);
  --purple: #6a49f2;
  --bg-purple: #6a49f2;
  --dark-purple: #32236f;
  --body-text-purple: #3e3f66;
  --text-white: #ffffff;
  --bg-white: #ffffff;
  --slider-dots-color: #d4d2dd;
  --light-bg: #dfdaf3;
  --themeColor: rgb(56, 31, 17);
  --purpledark: #b544fe;
  --purplemiddle: #d18bff;
  --purpleLight: #d18bff;
  --purpleText: #4a2d5e;
  --thempurplebg: linear-gradient(
    90deg,
    rgba(194, 54, 101, 1) -110%,
    rgba(27, 30, 111, 1) 30%
  );
}

/* Margin Top */
.mt-6 {
  margin-top: 3.5rem !important;
}
.mt-7 {
  margin-top: 4rem !important;
}
.mt-8 {
  margin-top: 4.5rem !important;
}
.mt-9 {
  margin-top: 5rem !important;
}
.mt-10 {
  margin-top: 6rem !important;
}

/* Margin Bottom */
.mb-6 {
  margin-bottom: 3.5rem !important;
}
.mb-7 {
  margin-bottom: 4rem !important;
}
.mb-8 {
  margin-bottom: 4.5rem !important;
}
.mb-9 {
  margin-bottom: 5rem !important;
}
.mb-10 {
  margin-bottom: 6rem !important;
}

/* Margin Left */
.ms-6 {
  margin-left: 3.5rem !important;
}
.ms-7 {
  margin-left: 4rem !important;
}
.ms-8 {
  margin-left: 4.5rem !important;
}
.ms-9 {
  margin-left: 5rem !important;
}
.ms-10 {
  margin-left: 6rem !important;
}

/* Margin Right */
.me-6 {
  margin-right: 3.5rem !important;
}
.me-7 {
  margin-right: 4rem !important;
}
.me-8 {
  margin-right: 4.5rem !important;
}
.me-9 {
  margin-right: 5rem !important;
}
.me-10 {
  margin-right: 6rem !important;
}

/* Margin All Sides */
.m-6 {
  margin: 3.5rem !important;
}
.m-7 {
  margin: 4rem !important;
}
.m-8 {
  margin: 4.5rem !important;
}
.m-9 {
  margin: 5rem !important;
}
.m-10 {
  margin: 6rem !important;
}

/* Margin Y (Top & Bottom) */
.my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-8 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-10 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* Margin X (Left & Right) */
.mx-6 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}
.mx-7 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-8 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}
.mx-9 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mx-10 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.section_padding {
    padding: 60px 50px;
}

.gradient1 {
  background: rgb(215 193 235 / 50%);
  border-color: #dccbef !important;
}
.gradient2 {
  background: rgb(193 208 235 / 46%);
  border-color: #dbe4f3 !important;
}

.gradient3 {
  background: #e1dbef99;
  border-color: #e1dbef !important;
}

.top-nav ul.pwdarea li a:hover {
  opacity: 0.3;
}
body {
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5 {
}
.salient_features .title h2 span {
  display: block;
  text-transform: capitalize;
  font-weight: 100 !important;
  color: #ed3f75;
}

.top-nav {
  background-color: #fff;
  position: absolute;
  padding: 0px 40px;
  right: 145px;
  transform: skewX(40deg);
  border: 1px solid #cccccc75;
  border-top: 0px;
  z-index: 999;
}
.top-nav > ul {
  margin: 0;
  transform: skewX(-40deg);
}
.top-nav ul.pwdarea li a img {
  width: 24px;
}
.top-nav li {
  list-style-type: none;
  float: left;
}
.top-nav li a:hover {
  text-decoration: none;
}
.top-nav .btn-xs {
  padding: 3px 4px;
  line-height: 1.5;
  border-radius: 0;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background-color: #fff;
  color: #333;
  font-weight: 700;
}
.top-nav .btn-black {
  padding: 3px 6px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.top-nav .btn-blue {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.1;
  border-radius: 0;
  border: solid 0 #000;
  background-color: #00b9be;
  color: #fff;
}
.top-nav .btn-yellow {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.1;
  border-radius: 0;
  border: solid 0 #d8470e;
  background-color: #f57d57;
  color: #fff;
}
.top-nav .input-sm {
  height: 21px;
  margin: 0;
  padding: 0 10px;
  border-radius: 0;
}
.top-nav .navbar-right {
  float: right !important;
  margin-bottom: 0;
  margin-right: -15px;
  margin-top: -1px;
}
.top-nav .defTheme {
  color: #fff;
  padding: 3px 6px;
}
.hi-btn {
  color: #fff !important;
  padding: 5px 12px;
  display: block;
  text-decoration: none;
}
.language {
  padding: 0px 0px 0px 0px !important;
}
.top-nav ul.pwdarea {
  float: right;
  margin-right: 0px;
  padding: 0px 0px 0px 8px;
}
.top-nav ul.pwdarea li a {
  color: #000;
}
.top-nav ul.pwdarea li {
  padding: 3px 15px;
  font-weight: 600;
}
.search a {
  color: #0a0a0a !important;
  font-size: 18px;
}
.pwdarea li .fontresize {
  display: block;
  box-sizing: border-box;
  text-align: center;
  line-height: 18px;
  background-color: #fff;
  text-decoration: none;
  margin-top: 3px;
  font-size: 13px;
  padding: 3px 6px;
}
.pwdarea li .theame {
  display: block;
  box-sizing: border-box;
  text-align: center;
  line-height: 18px;
  background-color: #f0a310;
  color: #fff !important;
  text-decoration: none;
  margin-top: 3px;
  font-size: 13px;
}
.pwdarea li .contrast {
  background-color: #000;
}
.top-nav ul.topleft_menu {
  text-align: left;
  padding: 0;
  margin: 0;
  min-height: auto;
}
.top-nav ul.topleft_menu li {
  font-weight: 400;
}
.top-nav ul.topleft_menu li a {
  padding: 5px 8px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.top-nav ul.topleft_menu li a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #e0ab1b;
  width: 0%;
  transition-duration: 0.3s;
}
.top-nav ul.topleft_menu li a:hover::before a {
  width: 100%;
}
.top-nav ul.topleft_menu li a:hover {
  background-color: #fff;
  color: #003c72;
}
.top-nav ul.topleft_menu li:last-child a {
  border-right: 0 solid #3e3d3d;
}
.top-nav ul.topleft_menu .dropdown li {
  float: none;
}
.videobg {
  overflow: hidden;
  max-height: 496px;
  background-color: #000;
  position: relative;
  z-index: 0;
}
.videobg video {
  width: 100% !important;
  opacity: 1;
  margin-top: -129px;
}
section {
  padding: 20px 0;
}
.banner-section {
  position: relative;
  z-index: 10;
  padding: 0;
}
.banner-section:after {
  content: "";
  position: absolute;
  left: -135px;
  top: 0px;
  background: linear-gradient(
    136deg,
    rgba(194, 54, 101, 1) 0%,
    rgba(27, 30, 111, 1) 88%
  );
  width: 27%;
  height: 110%;
  transform: skewX(0deg);
}
.dropdown-menu .has-submenu:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: 8px;
}
.banner-section img {
  max-width: 100%;
  position: relative;
  z-index: 0;
}
/*.dropdown>a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	margin-left: 6px;
}*/
.banner {
  width: 100%;
}
.leader {
  position: absolute;
  width: 250px;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.leader > ul {
  padding: 0px 0px 0px 15px;
  list-style: none;
  margin: 70px 0px 0px 0px;
}
.leader li {
  padding: 8%;
  position: relative;
}
.leader .pmmodi {
  text-align: center;
  padding: 7px 17px;
  border-radius: 50%;
  background: #fff;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  /* border: 4px solid #f37223; */
  color: #1d113e;
  position: relative;
  z-index: 5;
}
.leader .pmmodi img {
  height: 90px;
}
.leader .pmmodi h4 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0px;
}
.leader .pmmodi p {
  font-size: 9px;
  font-weight: normal;
  margin: 0px;
}
.leader .shape-1 {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  opacity: 0.5;
  animation: float-bob-y 5s ease-in-out infinite;
}
.leader .shape-1 img {
  position: relative;
}
.leader .shape-2 {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
  opacity: 0.5;
  animation: float-bob-y 5s ease-in-out infinite;
}
.leader .shape-2 img {
  position: relative;
}
.leader .circle-1 {
  display: block;
  border: 4px solid #efd181;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0px;
  animation: float-bob-y 5s ease-in-out infinite;
}
.leader .circle-2 {
  display: block;
  background: linear-gradient(
    90deg,
    rgb(244 198 25) 0%,
    rgb(243 107 52) 31%,
    rgb(237 19 124) 64%,
    rgb(40 143 209) 100%
  );
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  right: 38px;
  bottom: 0px;
  animation: float-bob-y 5s ease-in-out infinite;
}
.pwdicon > a:after {
  content: close-quote;
}
.primarymenu {
  /* padding: 0px 20px; */
  /* background-color: #53266b; */
  background: linear-gradient(to right, #182848, #4b6cb7);
  width: 100%;
}
.primarymenuIner {
  z-index: 11;
  width: fit-content;
  /* set navbar height or let it adjust via content */
}

.nav_trnagle_shaple {
  position: relative;
  height: 100%;
}

.nav_trnagle_shaple::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 60px;
  height: 100%;
  background: #53266b;
  clip-path: ellipse(100% 100% at 100% 50%);
  z-index: -1;
}

.primarymenu .navbar-nav > li > a {
  /* padding: 15px 20px !important; */
  color: #fff;
  font-weight: 600;
  transition-duration: 0.3s;
  display: block;
  text-decoration: none;
}
.primarymenu .navbar-nav > li > a:hover,
.primarymenu .navbar-nav > li.show > a {
  color: #1d113e;
  background-color: rgba(255, 255, 255, 1);
}
.primarymenu .navbar-nav .dropdown-menu {
  min-width: 240px !important;
  padding: 0px;
  border-radius: 0px 0px 5px 5px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.5);
  border: 0;
}
.primarymenu .navbar-nav .dropdown-menu > li > a {
  color: #000;
  padding: 10px 15px;
  font-size: 0.9em;
  display: block;
  text-decoration: none;
}
.primarymenu .navbar-nav .dropdown-menu > li > a .sub-arrow {
  display: none;
}
.primarymenu .navbar-nav .dropdown-menu > li > a:hover,
.primarymenu .navbar-nav .dropdown-menu > li.show > a {
  background-color: #1d113e !important;
  color: #fff !important;
}
.searchbar {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: left;
}
.searchbar .search-input {
  background-color: #fff;
  width: 250px;
  height: 40px;
  border: 1px solid #eee;
  padding: 0px 15px;
  margin: 0px;
  position: relative;
  z-index: 0;
}
.searchbar .search-btn {
  height: 40px;
  border: 0px;
  margin: 0px;
  position: relative;
  z-index: 2;
  left: -5px;
  background-color: #f0a310;
  color: #fff;
  padding: 0px 15px;
  border-radius: 0px 4px 4px 0px;
}
.serachbar {
  position: fixed;
  z-index: 50;
  width: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  top: 0px;
  height: 100%;
  background-color: rgba(19, 66, 107, 0.8);
  right: 0px;
  left: 0px;
  margin: 0px auto;
  display: none;
  transition-duration: 0.3s;
}
.serachbar .search-wrap {
  position: fixed;
  right: 0px;
  height: 100%;
  width: 400px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  top: 0px;
  box-sizing: border-box;
  padding: 25px;
  transition-duration: 0.3s;
}
.serachbar .search-wrap h4 {
  text-align: left;
  color: #13426b;
}
.serachbar .search-wrap h5 {
  margin-bottom: 20px;
}
.serachbar .search-wrap h4 span {
  display: inline-block;
  float: right;
  cursor: pointer;
  font-size: 32px;
}
.search .open {
  display: block;
}
.serachbar .search-wrap p a {
  color: #13426b !important;
}
.section-first {
  padding: 10px 0px;
  background: linear-gradient(
    90deg,
    rgba(194, 54, 101, 1) -110%,
    rgba(27, 30, 111, 1) 30%
  );
}
.bner-link {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.bner-link li {
  width: 25%;
  box-sizing: border-box;
  padding: 0px 15px;
  /* border-right: 1px solid rgba(255, 255, 255, .5); */
}
.bner-link li:last-child {
  border-right: 0px;
}
.bner-link li .linkbtn {
  display: table;
  text-decoration: none;
  width: 100%;
  color: #fff;
  transition-duration: 0.3s;
}
.bner-link li .linkbtn .icon {
  display: table-cell;
  vertical-align: middle;
  width: 66px;
}
.bner-link li .linkbtn .icon img {
  /* background: #f86f24; */
  border-radius: 50%;
  border: 2px solid #ffffff;
  max-width: 100%;
  padding: 6px;
}
.bner-link li .linkbtn .text {
  display: table-cell;
  font-size: 1.3em;
  vertical-align: middle;
  padding-left: 15px;
  font-weight: 600;
}
.bner-link li .linkbtn:hover {
  color: #f4c619;
}
.bner-link li .linkbtn:hover img {
  border-color: #f4c619;
}
.service-link li:nth-child(3) .linkbtn .icon img {
  height: 45%;
}
.important-link {
  padding: 0px 0px 80px 0px;
}
.implinkblock {
  list-style: none;
  margin: 0px;
  padding: 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.implinkblock li {
  border-right: 1px dashed #ccccccbd;
  padding: 15px;
  background: #fff;
}
.implinkblock .owl-buttons .owl-prev,
.implinkblock .owl-buttons .owl-next {
  padding: 5px;
  border-radius: 50% !important;
  background-color: #1772b4 !important;
  color: #fff !important;
  width: 30px;
  height: 30px;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 35px;
  display: none !important;
}
.implinkblock .owl-buttons .owl-prev {
  left: -50px;
}
.implinkblock .owl-buttons .owl-next {
  right: -50px;
}
.implinkblock li img {
  width: 100%;
}

/* New CSS */

.slider-container {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: start;
  padding: 30px 5px 10px 0;
  /* background-image: url("../images/Snakebite_project_canva/az-subtle.png");
  background-size: contain; */
  background: #4b6cb7; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #182848,
    #4b6cb7
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #182848,
    #4b6cb7
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.main-slider {
  padding-top: 3px;
  width: 50%;
  /* max-width: 100%; */
  height: 340px;
}

.content-area {
  width: 48%;
  max-width: 100%;
}

.main-slider img {
  width: 100%;
  /* height: auto; */
  /* border: 2px solid #333; */
  height: 370px;
}

.content-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
}

.text-content {
  padding-bottom: 20px;
  /* border-bottom: 1px solid #ccc; */
}

.nav-and-thumbs {
  margin-top: 20px;
}

.thumb-slider {
  display: flex;
  overflow: hidden;
}

.thumb-slider .slick-slide {
  opacity: 0.6;
  transition: 0.3s ease;
  padding: 0 4px;
  width: 150px !important;
  height: 80px !important;
}

.thumb-slider .slick-current img {
  opacity: 1;
  border: 2px solid #007bff;
}

.thumb-slider img {
  width: 140px;
  height: 100px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .slider-container {
    flex-direction: column;
    gap: 20px;
  }

  .thumb-slider img {
    width: 100%;
    height: 100%;
  }

  .custom-arrows button {
    font-size: 14px;
  }
  .main-slider,
  .content-area {
    width: 100%; /* Stacks vertically on small devices */
  }
}

.slide-desc {
  height: 150px;
  padding: 10px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.slide-desc h3 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 800;
  color: white;
}

.slide-desc p {
  font-size: 16px;
  color: #d0d0d0;
  line-height: 1.4;
  padding-top: 10px;
}

.performance-slide {
  background-color: white;
  padding: 15px;
  height: 100px;
  display: flex !important; /* Important for slick */
  flex-direction: column;
  justify-content: center;
  margin: 0 5px;
}

.thumb-slider .slick-slide img.active {
  border: 2px solid #e7ff0e;
  border-radius: 4px;
  transition: border 0.3s ease;
}

.thumb-slider .slick-slide {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.thumb-slider .slick-current {
  opacity: 1;
}

.custom-arrows {
  display: flex;
  padding: 10px 0;
}

.custom-arrows button {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.custom-arrows button:hover {
  transform: scale(1.1);
}

.custom-arrows button i {
  font-size: 22px;
  color: #333;
}

.custom-right-slider .slick-prev,
.custom-right-slider .slick-next {
  z-index: 999;
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.custom-right-slider .slick-prev::before,
.custom-right-slider .slick-next::before {
  color: black;
  font-size: 20px;
}

.custom-right-slider .slick-prev {
  left: -3%;
}

.custom-right-slider .slick-next {
  right: -3%;
}

.custom-right-slider .slick-slide {
  text-align: center;
  padding: 1rem;
}

.Performance_slid_card {
  /* background-color: red; */
  margin-left: 5px;
  border-radius: 5px;
  padding: 10px 0;
}

.Performance_slid_card img {
  margin: auto;
  height: 50px;
}

.Performance_slid_card .per_title {
  font-size: 14px;
  font-weight: 700;
  color: #003c72;
  margin: 10px 0;
}
.Performance_slid_card .per_subTitle {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  color: #007bff;
  padding: 5px 0;
}

.customSliderHead {
  position: relative;
}

.customSliderHead:before {
  height: 100%;
  width: 55%;
  content: "";
  position: absolute;
  right: -30%;
  transform: skewX(165deg);
  top: 0;
  background: #162f6a;
  z-index: -1;
}

.customSliderHead .title1 {
  font-size: 12px;
  font-weight: 300;
}
.customSliderHead .title1 .normalText {
  font-size: 22px;
}

.perfSmartIcon {
  margin: 0 10px;
  float: left;
  color: #fff;
}

.perfSmartIcon img {
  animation: spin 30s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }

  100% {
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }

  100% {
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}

.customSliderHead .title1 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.customSliderHead .normalText {
  font-size: 25px;
  font-weight: 500;
}

.Performance_slid_outer .slick-list {
  height: 300px;
}

.slick-track {
  height: 100%;
  /* background-color: red; */
}
.perform_lef_1 {
  background: white;
  padding: 20px 5px;
  border-radius: 10px;
}
.perform_lef_1 img {
  width: 100px;
  height: auto;
  border-radius: 5px;
}

.preface .title {
  font-size: 40px;
  font-weight: 600;
  color: var(--purpleText);
}
.preface .para {
  font-size: 22px;
  font-weight: 400;
  color: var(--body-text-purple);
}

/* 19/04/25 */

.card-img-top {
  height: 250px;
  object-fit: contain;
  border-radius: 0;
}

.find_card_outer .title {
  padding: 10px 5px;
  font-weight: 600;
  color: var(--purpleText);
}

.find_card_outer {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.find_card_outer:hover {
  transform: translateY(-10px);
}
.finding_outer {
  position: relative;
}

.success_title_bg {
  position: relative;
}
.success_title_bg::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 109%;
  top: -4%;
  left: -24%;
  transform: translate(-50%, -50%);
  background-color: bisque;
  z-index: -1;
  transform: skew(125deg);
}

.finding_outer .title {
    font-size: 49px;
    font-weight: 600;
    color: var(--purpleText);
    width: fit-content;
    margin: auto;
    border-bottom: 4px solid grey;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.finding_outer .sub_title {
    font-size: 37px;
    font-weight: 600;
    color: var(--purpleText);
}
.finding_outer .title_dis {
    font-size: 17px;
    font-weight: 400;
    color: var(--purpleText);
    width: 70%;
    margin: auto;
    text-align: start;
}

.person_outer {
  /* border: 1px solid gray; */
  border-radius: 5px;
  cursor: pointer;
}

.finding_outer .person_outer img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}
.person_outer .person_title {
  color: var(--purpleText);
  font-weight: 500;
}
.person_outer .quote {
  color: var(--purpleText);
  font-weight: 500;
}

/* card hover effeect */
.person_outer .img-fluid {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  cursor: pointer;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.person_outer .img-fluid::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    0deg,
    transparent,
    transparent 30%,
    rgba(0, 255, 255, 0.3)
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

/* 👇 Trigger on hover of .person_outer */
.person_outer:hover .img-fluid {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}

.person_outer:hover .img-fluid::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.purple_Shapte {
  position: relative;
  margin-top: 140px;
}
.purple_Shapte:after {
  content: "";
  position: absolute;
  width: 350px;
  height: 300px;
  top: 17%;
  right: 4%;
  background-image: url(../images/background/purbpleBgShape.png);
  background-size: cover;
  opacity: 50%;
  animation: bounceShape 2s ease-in-out infinite;
  z-index: -1;
}

@keyframes bounceShape {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* adjust height as needed */
  }
}
/* .seccess_s_image_0uter {
  height: 350px;
  background-image: url("../images/Snakebite_project_canva/30.png");
  border-radius: 2px;
  background-position: center;
  background-size: cover;
} */

.seccess_Outer .title_dis {
    font-size: 19px;
  
  color: var(--purpleText);
  /*font-weight: 600;
width: fit-content;
  margin: auto;
  text-transform: uppercase;
  border-bottom: 5px solid grey; */
}

.seccess_s_1 {
  background-image: url("../images/Snakebite_project_canva/30.png");
  height: 350px;
}
.seccess_s_2 {
  background-image: url("../images/Snakebite_project_canva/seccess_story2.png");
  height: 350px;
}
.seccess_s_3 {
  background-image: url("../images/Snakebite_project_canva/seccess_story3.png");
  height: 350px;
}
.seccess_s_4 {
  background-image: url("../images/Snakebite_project_canva/seccess_story4.png");
  height: 350px;
}

.faith_be_1 {
  background-image: url("../images/Snakebite_project_canva/people.png");
  height: 250px;
}
.faith_be_2 {
  background-image: url("../images/Snakebite_project_canva/faith_be_2.png");
  height: 250px;
}

.preface_1 {
  background-image: url("../images/Snakebite_project_canva/faith_be_2.png");
  height: 370px;
}
.preface_2 {
  background-image: url("../images/Snakebite_project_canva/people.png");
  height: 350px;
}
.preface_3 {
  background-image: url("../images/gallery/gallery1.png");
  height: 350px;
}
.preface_4 {
  background-image: url("../images/gallery/gallery2.png");
  height: 350px;
}
.preface_5 {
  background-image: url("../images/gallery/gallery3.png");
  height: 350px;
}

.seccess_s_image_0uter {
  position: relative;
  border-radius: 2px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: all 0.4s ease;
}

.seccess_Outer_card {
  background-color: white;
  border-radius: 8px;
}

/* Hidden layer by default */
.seccess_Outer_card:hover .seccess_s_image_0uter::before {
  opacity: 0;
}

.seccess_s_image_0uter::before {

  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); /* semi-transparent overlay */
  opacity: 1;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.find_card_outer .our_findingBG {
  width: 100%;
  height: 300px;
  background-image: url("../images/Snakebite_project_canva/cho\ 1.png");
  background-size: cover;
}
.find_card_outer .succes_story_img {
  width: 100%;
  height: 300px;
  background-image: url("../images/Snakebite_project_canva/Survivers1.png");
  background-size: cover;
}
.find_card_outer .fath_bg_img {
  width: 100%;
  height: 300px;
  background-image: url("../images/Snakebite_project_canva/people.png");
  background-size: cover;
}

.nav-tabs .nav-link {
  padding: 10px 5px;
  color: black;
}
.nav-tabs .nav-link.active {
  background: linear-gradient(
    90deg,
    rgb(194, 54, 101) -110%,
    rgb(27, 30, 111) 30%
  );
  color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
  border: 1px solid #dee2e6;
  font-weight: 500;
  transition: all 0.2s ease;
}
.noticeItem {
  transition: all 0.5s;
  animation: swiper 25s linear infinite;
}

.noticeItem:hover {
  transform: translate(15px 10px);
  transform: scale(1.05);
  cursor: pointer;
  background-color: #d3d3d3 !important;
}
.gallery_Our .tab-content {
  height: 300px;
  overflow-y: scroll;
}

.carousel-item img {
  border-radius: 10px;
  /* object-fit: cover; */
  min-height: 250px;
}
.gallery_Our .gallery_text {
  background: linear-gradient(
    90deg,
    rgb(194, 54, 101) -110%,
    rgb(27, 30, 111) 30%
  );
  color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border: 1px solid #dee2e6;
  font-weight: 500;
  transition: all 0.2s ease;
  padding: 10px 5px;
}

.gallery_Our .gallery_btn {
  background: linear-gradient(
    90deg,
    rgb(194, 54, 101) -110%,
    rgb(27, 30, 111) 30%
  );
  color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border: 1px solid #dee2e6;
  font-weight: 500;
  transition: all 0.2s ease;
  padding: 10px 40px;
  width: fit-content;
  border-radius: 10px;
  margin: auto;
  font-size: 17px;
}
.gallery_Our .gallery_btn:hover {
  background: linear-gradient(
    90deg,
    rgb(194, 54, 101) -110%,
    rgb(10, 13, 77) 30%
  );
  color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border: 1px solid #dee2e6;
  font-weight: 500;
  transition: all 0.2s ease;
  padding: 10px 40px;
  width: fit-content;
  border-radius: 10px;
  margin: auto;
  font-size: 17px;
}

.gallery-img {
  width: 100%;
  height: 200px; /* adjust as needed */
  object-fit: cover;
  border-radius: 6px;
}

.gallery_page_outer .title_text {
  color: var(--dark-purple);
  font-size: 42px;
  font-weight: 600;
}

.about_text_title {
  color: var(--dark-purple);
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.aproch_title {
  color: var(--purple);
  font-weight: 600;
  font-size: 24px;
}

.finding_card {
  margin-top: 2rem;
}
.front_about_bg_outer {
  background-image: url("https://rahat.up.nic.in/images/icons/graphics.png");
}
.about_r_bg_image_outer {
  border: 2px solid var(--bg-purple);
  padding: 20px;
}

.front_about_bg_outer .about_r_bg_image {
  height: 100%;
  min-height: 220px; /* Ensures it's visible even with less content */
  background-image: url("../images/gallery/gallery17.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  border: 4px solid wheat;
  border-radius: 10px;
}

.front_about_bg_outer h3 {
  font-size: clamp(1.25rem, 2.5vw, 2rem); /* min 20px, scales up to 32px */
  margin-bottom: 5px;
  font-weight: 800;
  color: var(--dark-purple);
}

.front_about_bg_outer p {
  font-size: clamp(1rem, 2vw, 1.1rem); /* min 16px, scales up to 18px */
  color: #d0d0d0;
  line-height: 1.6;
  padding-top: 10px;
  opacity: 80%;
}

/* 24/04/25 */

.skill_progress .box {
  position: relative;
  width: 250px;
  height: 250px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  overflow: hidden;
}

.skill_progress .box::before {
  content: "";
  position: absolute;
  inset: -5px 70px;
  background: linear-gradient(315deg, #00ccff, #d400d4);
  transition: 0.5s;
  animation: skill-border-animation 4s linear infinite;
}

.skill_progress .box:hover::before {
  inset: -20px 0px;
}

@keyframes skill-border-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.skill_progress .box::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #162052;
  border-radius: 50%;
  z-index: 1;
}

.skill_progress .content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  inset: 15px;
  border: 3px solid #070a1c;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}

.skill_progress .content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.75s;
  pointer-events: none;
  z-index: 3;
}

.skill_progress .box:hover .content img {
  opacity: 0;
}

.skill_progress .content h2 {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.skill_progress .content h2 span {
  font-size: 0.75rem;
  font-weight: 300;
}

.skill_progress .content a:hover {
  letter-spacing: 0.2rem;
}

.hero_video_wrapper {
  height: 550px;
  max-height: 620px;
  position: relative;
  overflow: hidden;
  margin-top: -41px;
}

.hero_video_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  z-index: 1;
}

.hero_video_wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  display: block;
  position: relative;
  z-index: 0;
}

.hero_video_wrapper .hero_card_outer {
  z-index: 2;
  position: absolute;
}

.hero_video_wrapper .hero_card_outer {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  padding: 1.5rem;
  border-radius: 12px;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

/* Title */
.hero_card_outer .title {
  /* font-size: clamp(20px, 4vw, 32px); */
  color: #fff;
  text-shadow: 0 1px 1px #000;
  font-size: 40pt;
  line-height: 62px;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  font-weight: 800;
}

/* Paragraph */
.hero_card_outer .para {
  font-size: clamp(14px, 2.5vw, 16px);
  line-height: 1.5;
  max-width: 35%;
}

.about_back_card {
  position: relative;
}

.about_back_card::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: -3%;
  left: -1%;
  background: linear-gradient(
    90deg,
    rgba(194, 54, 101, 1) -10%,
    rgba(27, 30, 111, 1) 18%
  );
  border-radius: 14px;
}
.about_back_card::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -2.5%;
  right: 0%;
  background: linear-gradient(
    90deg,
    rgba(194, 54, 101, 1) -10%,
    rgba(27, 30, 111, 1) 18%
  );
  border-radius: 14px;
  z-index: 0;
}
.flip-card {
  background: transparent;
  perspective: 1000px;
  height: 220px;
  border-radius: 1rem;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  box-shadow: 10px 7px 13px gray;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 1rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.flip-card-front {
  background-color: #ffffff;
  color: black;
  text-align: center;
}

.flip-card-back {
  transform: rotateY(180deg);
  color: white;
}

.kpi_icon_outer {
  font-size: 30px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 4px 4px 4px rgba(21, 18, 18, 0.4);
}
.kpi_icon_outer_poster {
  background: linear-gradient(to right, #fe8c00, #f83600);
}
.kpi_icon_outer_booklets {
  background: linear-gradient(to right, #01c700, #019b01);
}
.kpi_icon_outer_Sessions {
  background: linear-gradient(to right, #28a9e2, #0057c5);
}
.kpi_icon_outer_sb_kit {
  background: linear-gradient(to right, #36474f, #0d0e10);
}
.kpi_icon_outer_nukadNatak {
  background: linear-gradient(to right, #e74c3c, #0d0e10);
}
.kpi_icon_outer_Trainees {
  background: linear-gradient(to right, #ca55d5, #f800cb);
}

/* Unique container styling */
.card-section-container {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 15px;
}

/* Base card styling */
[class^="card-animated-"] {
  position: relative;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: white;
  height: 100%;
}

/* Card hover effect */
.card-hover-effect:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Card decoration elements (before) */
[class^="card-decoration-"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ff8a00, #e52e71);
  transition: all 0.3s ease;
}

.card-decoration-1 {
  background: linear-gradient(90deg, #3f5efb, #fc466b);
}
.card-decoration-2 {
  background: linear-gradient(90deg, #11998e, #38ef7d);
}
.card-decoration-3 {
  background: linear-gradient(90deg, #654ea3, #eaafc8);
}

/* Card decoration elements (after) */
[class$="-after"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.card-decoration-1-after {
  transform: translate(30px, 30px);
}
.card-decoration-2-after {
  transform: translate(30px, 30px);
  background: rgba(17, 153, 142, 0.1);
}
.card-decoration-3-after {
  transform: translate(30px, 30px);
  background: rgba(101, 78, 163, 0.1);
}

/* Hover effects for decorations */
.card-hover-effect:hover [class^="card-decoration-"] {
  height: 8px;
}

.card-hover-effect:hover [class$="-after"] {
  transform: translate(20px, 20px);
  width: 70px;
  height: 70px;
}

/* Card content styling */
.card-body-custom {
  position: relative;
  z-index: 1;
  padding: 2rem;
}

.card-title-custom {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #343a40;
}

.card-text-custom {
  color: #6c757d;
  margin-bottom: 1.5rem;
}

/* Icon wrappers */
[class^="icon-wrapper-"] {
  display: inline-block;
  transition: all 0.3s ease;
}

.card-hover-effect:hover [class^="icon-wrapper-"] {
  transform: scale(1.1) rotate(5deg);
}

/* Custom buttons */
[class^="btn-"] {
  border: none;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary-custom {
  background: linear-gradient(45deg, #3f5efb, #fc466b);
  color: white;
}

.btn-success-custom {
  background: linear-gradient(45deg, #11998e, #38ef7d);
  color: white;
}

.btn-info-custom {
  background: linear-gradient(45deg, #654ea3, #eaafc8);
  color: white;
}

[class^="btn-"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Animations */
.card-animated-1 {
  animation: floatAnimation1 6s ease-in-out infinite;
}

.card-animated-2 {
  animation: floatAnimation2 6s ease-in-out infinite 1s;
}

.card-animated-3 {
  animation: floatAnimation3 6s ease-in-out infinite 2s;
}

@keyframes floatAnimation1 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatAnimation2 {
  0%,
  100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
}

@keyframes floatAnimation3 {
  0%,
  100% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(-8px) rotate(-1deg);
  }
}
