@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

/* pasura colors 1 */
.text-pasura1 {
  --tw-text-opacity: 1;
  color: rgb(0 172 172 / var(--tw-text-opacity));
}

#mobile-nav-div ul li a {
  font-size: 20px !important;
}

/* #mobile-nav-div ul li a.home-two-nav-item:hover {
  color: rgb(0 172 172);
} */

/* dropdown shadow */
.shadow-bg {
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.before\:text-pasura1::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(0 172 172 / var(--tw-text-opacity));
}

.hover\:text-pasura1:hover {
  --tw-text-opacity: 1;
  color: rgb(0 172 172 / var(--tw-text-opacity));
}

.group\/item:hover .group-hover\/item\:text-pasura1 {
  --tw-text-opacity: 1;
  color: rgb(0 172 172 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pasura1 {
  --tw-text-opacity: 1;
  color: rgb(0 172 172 / var(--tw-text-opacity));
}

/*Background color*/

.bg-pasura1 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 172 / var(--tw-bg-opacity));
}

.bg-pasura1\/10 {
  background-color: rgb(0 172 172 / 0.1);
}

.bg-pasura1\/20 {
  background-color: rgb(0 172 172 / 0.2);
}

.bg-pasura1\/5 {
  background-color: rgb(0 172 172 / 0.05);
}

.before\:bg-pasura1::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 172 / var(--tw-bg-opacity));
}

.after\:bg-pasura1::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 172 / var(--tw-bg-opacity));
}

.hover\:bg-pasura1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 172 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pasura1 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 172 / var(--tw-bg-opacity));
}

/*Border color*/
.border-pasura1 {
  --tw-border-opacity: 1;
  border-color: rgb(0 172 172 / var(--tw-border-opacity));
}

.border-pasura1\/10 {
  border-color: rgb(0 172 172 / 0.1);
}

.border-pasura1\/15 {
  border-color: rgb(0 172 172 / 0.15);
}

.border-pasura1\/20 {
  border-color: rgb(0 172 172 / 0.2);
}

.before\:border-pasura1::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 172 172 / var(--tw-border-opacity));
}

.after\:border-pasura1::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 172 172 / var(--tw-border-opacity));
}

.hover\:border-pasura1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 172 172 / var(--tw-border-opacity));
}

.focus\:border-pasura1:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 172 172 / var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pasura1 {
  --tw-border-opacity: 1;
  border-color: rgb(0 172 172 / var(--tw-border-opacity));
}

/* pasura colors 2 */
.text-pasura2 {
  --tw-text-opacity: 1;
  color: rgb(139 198 71 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pasura2 {
  --tw-text-opacity: 1;
  color: rgb(139 198 71 / var(--tw-text-opacity));
}


.group:hover .group-hover\:stroke-pasura2 {
  --tw-text-opacity: 1;
  stroke: rgb(139 198 71 / var(--tw-text-opacity));
}

.bg-pasura2 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 198 71 / var(--tw-bg-opacity));
}

.bg-pasura2\/10 {
  background-color: rgb(139 198 71 / 0.1);
}

.bg-pasura2\/5 {
  background-color: rgb(139 198 71 / 0.05);
}

/*Custom color codes*/
.section-title-top-tag {
  color: rgb(0 172 172 / var(--tw-text-opacity)) !important;
}

.text-red {
  color: oklch(63.7% .237 25.331);
}



.checkbox {
  position: relative;
  display: inline-block;
}

.checkbox:after,
.checkbox:before {
  font-family: FontAwesome;
  font-feature-settings: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-language-override: normal;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}

.checkbox label {
  width: 90px;
  height: 42px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
}

.checkbox label:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  left: 0;
  top: -5px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.checkbox input:hover+label:after {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.checkbox input:checked+label:after {
  left: 40px;
}


.active_btn .checkbox:after {
  content: '\f00d';
  color: #aaa;
  position: relative;
  right: 30px;
  bottom: 15px;
}

.active_btn .checkbox:before {
  content: '\f00c';
  position: relative;
  left: 35px;
  bottom: 15px;
  color: #fff;
  z-index: 1;
}

.active_btn .checkbox label {
  width: 80px;
  background: #EAEAEA;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.15);
}

.active_btn .checkbox label:after {
  top: 0;
  width: 42px;
  height: 42px;
}

.active_btn .checkbox input:checked+label {
  background: #4BD865;
}

.active_btn .checkbox input:checked+label:after {
  left: 40px;
}


/*Select Box*/
.ss-main {
  min-height: 54px !important;
  padding: 12px !important;
  border: 0px solid #f6f6f6 !important;
  border-radius: 0.75rem !important;
  background-color: white !important;
}



/*Galleryt Filter css*/
.gallery .filter-item {
  font-size: 15px;
  margin: 1em 5px;
  padding: 5px 30px;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  background: #efefef;
  text-decoration: none;
  color: black;
  border: 1px solid #ccc;
}

.gallery .filter-item.active {
  background-color: #00acac;
  color: white;
}

/*filter CSS */
/*
.gallery .gallery-item{
	width: calc(100% / 3);
	padding: 15px;
}
*/
.gallery .gallery-item.show {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.gallery .gallery-item.hide {
  display: none;
}

/*toast message*/
.toast {
  position: fixed;
  top: 20px;
  right: 24px;
  min-width: 250px;
  max-width: 350px;
  padding: 20px 30px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  /* display: none; */
  transition: all 0.4s ease;
  z-index: 9999;

  /* Active Field Drop Shadow */
  filter: drop-shadow(0px -1px 16px rgba(19, 19, 22, 0.08)) drop-shadow(0px 16px 16px rgba(19, 19, 22, 0.06)) drop-shadow(0px 16px 32px rgba(19, 19, 22, 0.12));

  transform: translateX(calc(100% + 24px));
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.25, 1.35);
}

.toast.show {
  display: block;
  transform: translateX(0);
}

.toast.success {
  background-color: #EAF8E9;
  color: #16a34a;
  border-left: 8px solid #16a34a;
}

.toast.success::before {
  font-family: 'FontAwesome';
  content: "\f058";
  font-size: 30px;
  margin-right: 10px;
  margin-top: 15px;
  font-weight: 900;
  position: relative;
  top: 5px;
}

.toast.error {
  background-color: #f1aaaa;
  color: #dc2626;
  border-left: 8px solid #dc2626;
}

.toast.error::before {
  font-family: 'FontAwesome';
  content: "\f06a";
  font-size: 30px;
  margin-right: 10px;
  margin-top: 15px;
  font-weight: 900;
  position: relative;
  top: 5px;
}

/*sidebar */

.logout .fa-2x {
  font-size: 4em;
}

.logout .fa {
  position: relative;
  display: table-cell;
  width: 60px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 25px;
}


.main-menu:hover,
nav.main-menu.expanded {
  width: 250px;
  overflow: visible;
}

.main-menu {
  background: #2a2a2a;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  left: 0;
  font-weight: 600;
  width: 60px;
  overflow: hidden;
  -webkit-transition: width .1s linear;
  transition: width .1s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  z-index: 1000;
  letter-spacing: 1.5px;
}

.main-menu>ul {
  margin: 7px 0;
}

.main-menu li {
  position: relative;
  display: block;
  width: 250px;
}

.main-menu li>a {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  color: #fff;
  font-family: arial;
  font-size: 14px;
  text-decoration: none;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.menu-icon {
  /* center and scale the image */
  width: 50px;
  height: 45px;
  text-align: center;
  vertical-align: middle;

  filter: brightness(0) invert(1);
  /* makes it white */
  transition: filter 0.3s ease;
}

.main-menu li:hover .menu-icon {
  filter: brightness(0) invert(0);
  /* makes it black */
}


.main-menu .nav-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  padding: 15px 0 15px 10px;
  font-family: 'Sans Source Pro', sans-serif;
}

.main-menu>ul.logout {
  position: absolute;
  left: 0;
  bottom: 0;
}

.main-menu>.logout li:nth-child(2)>a {
  color: #F44336;
}

.main-menu>.logout li:nth-child(2):hover>a {
  color: #fff;
  background-color: #F44336;
}

.no-touch .scrollable.hover {
  overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
  overflow-y: auto;
  overflow: visible;
}

a:hover,
a:focus {
  text-decoration: none;
}

nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

nav ul,
nav li {
  outline: 0;
  margin: 0;
  padding: 0;
}

.main-menu li:hover>a,
nav.main-menu li.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
  color: #333;
  background-color: #00acac;
  /* box-shadow: 0px 1px 0px #000; */
}




/* testimonial slider styles*/
.testimonial-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .testimonial-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .testimonial-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .testimonial-slider {
    height: 350px;
  }
}

.testimonial-slider_item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .testimonial-slider_item {
    flex-direction: column;
  }
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>* {
  opacity: 1;
  transform: none;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(8) {
  transition-delay: 1s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.testimonial-slider_item.swiper-slide-active .testimonial-slider_content>*:nth-child(15) {
  transition-delay: 1.7s;
}

.testimonial-slider_img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
  box-shadow: 4px 10px 30px 2px rgba(31, 31, 31, 0.3);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}

/* .testimonial-slider_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  border-radius: 20px;
  opacity: 0.8;
} */
.testimonial-slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* or contain, depending on desired behavior */
}

.testimonial-slider_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .testimonial-slider_img {
    transform: translateY(-50%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .testimonial-slider_img {
    width: 95%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .testimonial-slider_img {
    height: 270px;
  }
}

.testimonial-slider_content {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .testimonial-slider_content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .testimonial-slider_content {
    padding: 0;
  }
}

.testimonial-slider_content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.testimonial-slider_code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.testimonial-slider_title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}

.testimonial-slider_text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.testimonial-slider_button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
  .testimonial-slider_button {
    width: 100%;
  }
}

.testimonial-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.testimonial-slider .swiper-pagination-custom,
.testimonial-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.testimonial-slider_pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50% !important;
  ;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .testimonial-slider_pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.testimonial-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .testimonial-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.testimonial-slider_pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}

.testimonial-slider_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #8bc647;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
  .testimonial-slider_pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}


/* Base styles for all devices */
.hero-section-wrapper {
  width: 100%;
  height: 100vh;
}

/*Progressbar styles */
#uploadProgressContainer {
  width: 100%;
  background: #e0e0e0;   /* light gray background */
  border-radius: 8px;
  overflow: hidden;
}

#uploadProgressBar {
  height: 20px;
  width: 0%;
  background: linear-gradient(90deg, #4caf50, #81c784); /* green gradient */
  color: white;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  transition: width 0.3s ease; /* smooth animation */
}



/* Desktop: Large screens */
@media (min-width: 1200px) {}

/* Laptops: Medium screens */
@media (min-width: 992px) and (max-width: 1199px) {}

/* Tablets: Small screens */
@media (min-width: 768px) and (max-width: 991px) {}

/* Mobile: Extra small screens */
@media (max-width: 767px) {}