body {
  font-family: 'Poppins'!important;
}

.navbar {
  border-bottom: 1px solid #f8f8f8;
  position: sticky;
  z-index: 1;
}

a {
  text-decoration: none;
  transition: 0.2s ease-in-out;
  color: #303952;
}

.list-inline-item a i {
  color: #ffffff;
}

footer .nav-links {
  color: #838383!important;
  font-size: 16px;
}

.nav-header-link {
  font-size: 18px!important;
  color: #b1b1b1!important;
  padding-left: 10px;
  position: relative;
  font-weight: 700;
}

footer .nav-header-link:before {
  content: "";
  position: absolute;
  background: #94c120!important;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}

footer .nav-li {
  margin-bottom: 10px;
}

*::selection {
  /*background: #94c120;*/
  /*color: var(--bs-dark);*/
}

.link-dark:focus, .link-dark:hover {
  color: #94c120!important;
}

.main-nav .navbar-nav .nav-link.active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  /*background: rgba(148,193,32,0.8);*/
  left: 0;
  bottom: -8px;
}

.main-nav .nav-item {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

#main-banner-slider .carousel-item img{
  height: 80vh;
}

.carousel-indicators [data-bs-target]{
  border-radius: 100px;
  width: 20px;
  height: 5px;
  border-top: 0;
  border-bottom: 0;
}

.slider-form{
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#main-banner-slider .contact-form-container {
  bottom: -30px;
}

.map-cover:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0,0,0,0.5);
}

.contact-form-container {
  max-width: 400px;
  background: #ffffff;
  width: 400px;
  bottom: 15px;
  position: absolute;
  box-shadow: 0 15px 25px -7px rgba(0,0,0,.09), 0 -12px 10px -10px rgba(0,0,0,.04);
}

.contact-form-container {
  padding: 40px;
}

.contact-form-container h2:before {
  content: '';
  position: absolute;
  background: #94c120;
  width: 3px;
  height: 100%;
  margin-left: -10px;
}

.contact-form-container h2 {
  font-size: 24px;
  position: relative;
  margin-left: 9px;
  margin-bottom: 40px;
}

.contact-form {
  margin-top: 20px;
}

.form-control {
  box-shadow: none!important;
  outline: none!important;
  border-radius: 0;
  height: 60px;
  border: 1px solid #e3e3e3;
  color: #8d8d8d;
  display: block;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-appearance: none;
}

.form-control::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.contact-form-container .btn {
  width: 100%;
  border-radius: 0;
  /*height: 40px;*/
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  border: 1px solid #94c120;
  background: none;
  color: #94c120;
}

.form-control:focus {
  border-color: #94c120;
}

.contact-form textarea {
  resize: none;
  height: 100px;
  border-radius: 0;
}

.services-banner {
  padding: 120px 0;
  padding-bottom: 50px;
}

.services-banner h2, .clients-section h2, .process-container h2, .about-wrapper h2, .careers-container h2, .bs-pointers .p-head, .main-service h1 {
  color: #30314f;
  font-weight: 700;
  padding-top: 20px;
}

.services-banner .p-head, .clients-section .p-head, .process-container .p-head, .about-wrapper .p-head {
  color: #7c7b7b;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 2px dashed rgba(148,193,32,0.8);
  display: inline;
}

.service-box:hover {
  /*box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.04)!important;*/
}

.service-box {
  padding: 40px 30px;
  transition: 0.2s ease-in-out;
  position: relative;
}

.service-box h4 {
  margin-bottom: 20px;
  position: relative;
}

.service-box h4 b{
  color: #ffffff;
}

.service-box h4::before{
  content: '';
  position: absolute;
  background: #94c120;
  height: 100%;
  z-index: -1;
  width: 100%;
  left: 50%;
  top: 0;
  bottom: -3px;
  transform: translateX(-50%);
}

/* .service-box .bs-icon {
  background: rgba(148,193,32,0.2);
  transition: 0.2s ease-in-out;
  color: #94c120;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
}

.service-box .bs-icon:hover {
  background: #94c120;
  color: #ffffff;
} */

.stats-banner {
  background-color: rgba(148,193,32,0.8);
  background-image: url(http://jevelin.shufflehound.com/corporate-accounting/wp-content/uploads/sites/32/2019/10/achievements-bg.jpg?id=288);
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  height: 320px;
}

.stats-banner .p-head {
  /*color: #b1b1b1;*/
}

.stats-box {
  background: #ffffff;
  color: #30314f;
  left: 50%;
  top: 80%;
  width: 1500px;
  transform: translateX(-50%);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.09)!important;
}

.stats-box .div-wrapper {
  padding: 40px 20px;
  border-right: 1px solid rgba(148,193,32,0.2);
}

.count-h1, .div-wrapper span {
  color: #94c120;
  display: inline-block;
  font-size: 2.5rem;
}

.count-p {
  font-weight: bold;
}

.clients-grid {
  background: #ffffff;
  padding: 20px;
  transition: 0.2s ease-in-out;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  border-right: 1px solid rgba(0,0,0,0.04);
}

.clients-grid:hover {
  box-shadow: 0 15px 25px -7px rgba(0,0,0,.09), 0 -12px 10px -10px rgba(0,0,0,.04);
}

.clients-section {
  padding: 120px 0;
  padding-top: 40px;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: #94c120;
  border-color: #94c120;
}

.process-container {
  margin: 119px auto;
  margin-bottom: 0;
}

.contact-card {
  border: 1px solid #f1f1f1;
  box-shadow: 0 15px 25px -7px rgba(0,0,0,.09), 0 -12px 10px -10px rgba(0,0,0,.04);
}

.card {
  transition: 0.2s ease-in-out;
  border: none;
  box-shadow: 0 15px 25px -7px rgba(0,0,0,.09), 0 -12px 10px -10px rgba(0,0,0,.04);
}

.article-type {
  position: absolute;
  top: 15px;
  background: #ffffff;
  color: #323232!important;
  padding: 5px 20px;
  font-weight: 500;
}

.more-button a {
  color: #94c120;
  font-size: 14px;
}

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

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

.blog-wrapper {
  margin: 60px 0;
}

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

.custom-hr {
  border: none;
  border-top: 2px dashed;
}

.cutom-pagination {
  margin: 50px 0;
}

.page-item.disabled span{
  border: none;
}

.page-item a, .page-item button {
  border: none!important;
  box-shadow: none!important;
  outline: none!important;
  color: rgba(50,50,50,0.5);
  font-weight: 500;
}

.page-item.active a, .page-item.active span {
  border-radius: 4px;
  border: rgba(148,193,32,0.8);
  background: rgba(148,193,32,0.8);
  color: #ffffff;
}

.page-link:hover {
  z-index: 2;
  color: rgb(50,50,50);
  border-radius: 4px;
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link {
  margin: 0 20px;
}

.blog-link {
  color: rgba(50,50,50,0.5);
  font-weight: 500;
  transition: 0.2s ease-in-out;
}

.blog-link:hover {
  color: rgb(148,193,32);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-body-bg);
  content: '|';
}

.breadcrumb-item a {
  color: #323232;
  font-weight: 400;
}

.clients-grid:has( ~ .clients-grid:hover), .clients-grid:hover ~ .clients-grid {
  filter: blur(2px) grayscale(1);
}

.client-slider-wrapper{
  background: #f0f0f0;
}
.client-slider .clients-grid {
  border: none!important;
  box-shadow: none!important;
  height: 216px;
  display: flex;
  align-items: center;
}

.client-slider .clients-grid:has( ~ .clients-grid:hover), .client-slider .clients-grid:hover ~ .clients-grid {
  filter: none!important;
}

footer {
  z-index: 100;
  position: relative;
}

.to-top {
  color: rgba(50,50,50,0.5)!important;
  background: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100px;
  font-size: 24px;
  margin-top: -80px;
  padding: 14px;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px -7px rgba(0,0,0,.09), 0 -12px 10px -10px rgba(0,0,0,.08);
}

.about-wrapper {
  margin: 80px 0;
}

.dropdown-menu {
  border: none;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.09)!important;
  border-radius: 0;
}

.dropdown-item {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0,0,0,0.6);
}

.dropdown-menu {
  padding: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-gray-900);
  background-color: rgba(148,193,32,0.2);
}

.dropdown-toggle::after {
  display: none;
}

.careers-img {
  width: 800px;
}

.careers-container {
  padding: 120px 0;
  /*height: 80vh;*/
}

.careers-container a {
  color: #94c120;
  font-weight: 500;
}

.principles li::marker {
  color: #94c120;
  font-size: 24px;
  content: "» ";
}

.principles {
  padding: 0 1em;
}

.contact-card {
  height: 150px;
}

a:hover {
  color: #94c120;
}

.services-banner .col:nth-child(4) {
  border-right: none;
}

.services-banner .col {
  border-right: 2px dashed rgba(0,0,0,0.09);
}

.services-banner .border-top {
  border-top: 2px dashed rgba(0,0,0,0.09)!important;
}

.bs-pointers {
  padding: 50px;
  padding-right: 0;
  position: relative;
  text-align: justify;
}

.business-container {
  padding: 60px 0;
}

.bs-counter {
  position: absolute;
  font-size: 20px;
  background: rgba(148,193,32,0.4);
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  width: 80px;
  height: 80px;
  line-height: 4;
  font-weight: 700;
  top: 10px;
  left: 0;
  color: #94c120;
  z-index: -1;
}

.nav-button {
  border-radius: 0;
  background: rgba(148,193,32,0.8)!important;
  border-color: rgba(148,193,32,0.8)!important;
  font-weight: 600;
  padding: 10px 20px;
}

.main-nav .nav-link {
  font-weight: 600;
  padding: 12px;
}

.why-choose .wrapper {
  padding: 200px 0;
  position: relative;
  /*background: rgba(0,0,0,0.6);*/
}

.why-choose ul, .main-service ul {
  list-style: none;
  position: relative;
}

.why-choose ul li::before, .main-service ul li::before {
  content: '\2713';
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  background-color: #94c120;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  left: 0;
}

.why-choose .wrapper:before {
  background: #000000;
  opacity: .9;
  left: 0;
  z-index: -1;
  right: 0;
  top: 0;
  content: "";
  position: absolute;
  bottom: 0;
}

.why-choose .wrapper {
  background: url('../img/creative-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
  color: #ffffff;
}

.why-choose .contact-form-container:before {
  content: "";
  position: absolute;
  border-top: 10px solid #94c120;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
}

.why-choose .contact-form-container {
  position: relative;
  width: 100%;
  min-width: 550px;
}

.why-choose .contact-form-container h2 {
  margin-top: 30px;
}

.why-choose ul li {
  margin-top: 20px;
}

.why-choose h1 {
  display: block;
  width: 600px;
  position: relative;
  padding-bottom: 20px;
}

.why-choose h1:after {
  content: "";
  position: absolute;
  border: 4px solid #94c120;
  width: 10%;
  bottom: 0;
  left: 0;
}

.why-choose .contact-form {
  margin-top: 50px;
}

.services-banner .col:hover .bs-icon {
  border-radius: 10px;
  background: #94c120;
  color: #ffffff;
}

.slick-prev:before, .slick-next:before{
  color: #202020!important;
}

.dropdown-menu {
  transition: 0.2s ease-in-out;
}

.service-breadcrumb span {
  color: #ffffff;
}

.service-breadcrumb {
  padding: 100px 0;
}

.service-breadcrumb h2 {
  padding-bottom: 20px!important;
  position: relative;
}

.service-breadcrumb h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: rgba(148,193,32,0.8);
}

.main-service {
  padding: 120px 0;
  background: url("../../assets/img/dot-grid.webp");
}

.main-service img{
  pointer-events: none;
}

.main-service h4 {
  position: relative;
  color: #94c120;
}

.main-service h1, .main-service h5 {
  position: relative;
  padding-top: 0;
  padding-left: 10px;
}

.main-service h1:before, .main-service h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #94c120;
  width: 4px;
  height: 100%;
}

.accordion-header h5 {
  padding-left: 0;
}
.accordion-header h5:before{
  content: '';
  background: none;
}
.accordion-button:focus {
  z-index: 3;
  border: none!important;
  outline: 0;
  box-shadow: none!important;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background: rgba(148,193,32,0.8);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.lbr-sections {
  background: #e0e0e0;
  display: flex;
  padding: 20px 10px;
  justify-content: space-between;
}

.lbr-sections p {
  margin-bottom: 0;
  font-weight: 600
}

.audit-sections p {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  height: 150px;
  position: relative;
}

.audit-sections {
  display: flex;
  align-items: center;
  position: relative;
}

.audit-sections p:last-child::after {
  content: ''!important;
}

.audit-sections p::after {
  content: '\279C';
  position: absolute;
  width: 60px;
  height: 10px;
  font-size: 50px;
  right: -85px;
  top: 30%;
  color: #94c120;
  transform: translate(-50%,-50%);
}

.service-achievement {
  background-image: url("../../assets/img/geometry.webp");
  background-size: 250px;
  background-position: center center;
}

.banner-p {
  font-size: 18px;
  letter-spacing: 7px;
}

.div-wrapper p i {
  /*position: absolute;*/
  /*left: 25%;*/
  /*font-size: 60px;*/
  /*top: -70%;*/
  /*transform: translate(-50%,-50%);*/
  /*opacity: 0.1;*/
}

.div-wrapper p {
  position: relative;
}

.blogs-form-container {
  padding: 120px 0
}

.blogs-form-container .btn {
  width: 100%;
  border-radius: 0;
  /* height: 40px; */
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  border: 1px solid #94c120;
  background: none;
  color: #94c120;
}

.navbar-wrapper-mobile{
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding: 20px;
  background: rgba(0,0,0,0.8);
  display: none;
}

.navbar-wrapper-mobile.show{
  display: block;
  overflow: hidden;
}

.navbar-mobile{
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 10px;
}

.navbar-mobile .close-menu{
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.navbar-mobile li{
  padding: 5px 0;
}
.navbar-mobile li a{
  font-weight: 500;
  font-size: 14px;
}

.lbr-sections.sticky-top{
  top: 85px;
  z-index: 10;
}

/* Styles for the preloader overlay */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1); /* Semi-transparent white background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Styles for the loading animation */
#loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #94c120;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

/* Keyframes for the loading animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Styles to hide content while loading */
#content {
  /* opacity: 0; */
  display: none;
  /* transition: opacity 0.3s ease-out */
}



/*Prasad's Styles*/

.center-line {
    position: absolute;
    height: 6px;
    width: 94%;
    background: linear-gradient(90deg, #94c120, #30314f);
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0 10px 25px rgba(48, 49, 79, 0.2);
}

.audit-stage {
    position: relative;
    z-index: 5;
    padding: 0 15px;
    transition: all 0.5s ease;
}

.audit-stage:hover {
    transform: translateY(-15px);
}

.stage-card {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
    background: white;
    min-height: 350px;
}

.stage-connector {
    position: absolute;
    height: 50px;
    width: 50px;
    background: white;
    border-radius: 50%;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 1.2rem;
    color: white;
}

.stage-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
}

.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.card-bg svg {
    position: absolute;
    opacity: 0.1;
    transform: rotate(-10deg);
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
}

.stage-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 0 auto 1.5rem;
    font-size: 2.5rem;
    position: relative;
    z-index: 5;
    transform: rotate(-10deg);
    transition: all 0.3s ease;
}

.audit-stage:hover .stage-icon {
    transform: rotate(0deg) scale(1.1);
}

.stage-content {
    position: relative;
    z-index: 5;
    padding: 2rem;
    text-align: center;
}

.stage-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.stage-description {
    color: #718096;
    line-height: 1.7;
    font-size: 0.8rem;
}

.stage-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #e2e8f0;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    z-index: 1;
}

/* Stage specific styles */
.audit-1 .stage-icon {
    background: rgba(148, 193, 32, 0.1);
    color: #94c120;
}
.audit-1 .stage-connector {
    background: #94c120;
}

.audit-2 .stage-icon {
    background: rgba(48, 49, 79, 0.1);
    color: #30314f;
}
.audit-2 .stage-connector {
    background: #30314f;
}

/* If you have .audit-3 or .audit-4, you can choose to remove or keep as is */

/* Orbit particles */
.orbit-particle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 0 10px rgba(255,255,255,0.8);
    animation: orbit 6s linear infinite;
    opacity: 0.8;
}

.orbit-particle:nth-child(1) {
    animation-delay: 0s;
    animation-duration: 8s;
}

.orbit-particle:nth-child(2) {
    animation-delay: 2s;
    animation-duration: 10s;
}

.orbit-particle:nth-child(3) {
    animation-delay: 4s;
    animation-duration: 12s;
}

@keyframes orbit {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0.8;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        transform: translate(calc(100% - 20px), 0) scale(0.5);
        opacity: 0;
    }
}

/* Responsive design */
@media (max-width: 992px) {
    .center-line {
        display: none;
    }
    
    .audit-stage {
        margin-bottom: 2rem;
    }
}

.btn-audit {
    background: linear-gradient(90deg, #94c120, #30314f);
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(148, 193, 32, 0.3);
    transition: all 0.3s ease;
}

.btn-audit:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(48, 49, 79, 0.4);
}

/* Decorative elements */
.bg-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(148, 193, 32, 0.1) 0%, rgba(48, 49, 79, 0.1) 100%);
    z-index: 0;
}

.bg-circle-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -100px;
}

.bg-circle-2 {
    width: 500px;
    height: 500px;
    bottom: -200px;
    right: -200px;
}