.mt-6 {
    margin-top: 6rem;
}

.bicon {
    font-size: 16px !important;
}

.project-area .project-item .campaigns-content {
    position: absolute;
    inset-inline-start: 0;
    bottom: 20px !important;
    width: auto;
    padding: 20px !important;
    z-index: 3;
    left: 20px !important;
    background-color: #000000ba !important;
    border-radius: 20px !important;
}

.overview-txt {
    padding: 100px 25px 75px 75px !important;

}

.problem-con {
    visibility: visible;
    animation-delay: 0.8s;
    animation-name: fadeInUp;
    text-align: center;
    background: rgb(255 255 255);
    font-weight: 600;
    border-radius: 10px;
}

.problem-con p {
    font-size: 20px !important;
}

.bgchange {
    background-color: white !important;
    color: #250D3D !important;

}

.bgchange .btn-text  {
    color: #250D3D !important;

}

.ftcolor {
        color: #a0acaf !important;
}

.cnt-abt {
    padding:5px 0px;
}

.pin-spacer {
    margin: 0px !important;
    padding-right: 15px;
    margin-bottom: 15px !important  ;
}

.sec-budge {

    visibility: visible !important;
    animation-delay: 0.3s !important;
    animation-name: fadeInUp !important;
    background: white !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 4px !important;
    color: var(--adw-primary-color) !important;
    font-size: 14px !important;
    line-height: 1 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
    font-weight: var(--tj-fw-bold) !important;
    border: none !important;
    padding: 5px 10px !important;
    margin-bottom: 20px !important;
    border-radius: 4px !important;

}


.ecosysytem-logos {
    font-size: 70px;
    width: 150px;
    padding: 15px;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(30, 138, 138, 0.15);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



.prf-logos {
    font-size: 70px;
    width: 250px;
    padding: 15px;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(30, 138, 138, 0.15);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-top {
    padding-bottom: 50px;
}

.mainmenu ul > li:hover > a,
.mainmenu ul > li:active > a {

    color: rgb(33, 33, 33);
    border-bottom: 3px solid #250D3D;
    padding-bottom: 7px;
}

.sub-menu > li:hover > a,
.sub-menu > li:active > a {

    color: rgb(33, 33, 33);
    border-bottom: none !important;
    padding-bottom: 7px !important;
    font-weight: 600 !important;
}

.top-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
	padding:10px 0px;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 0.5px;
  animation: pulse 3s infinite linear;
	margin-bottom: 0px;
}

/* Smooth Pulse Animation (no glitch) */
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.px15 {
    padding: 20px 0px !important;
}

.service-list-area {
    width: 100%;
    margin-bottom: 15px;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: start;
    padding: 15px 0;
}

.service-text {
  background: #f4f4f4;
  color: #0b0b0b;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
  padding: 8px 16px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  cursor: pointer;
}

.service-text:hover {
  background: #250D3D;
  color: #fff;
  transform: translateY(-1px);
}

.ecoheading {
    margin-top: -120px;
    margin-bottom: 95px;
}


.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16; /* Reel-style vertical */
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  background: #000;
  transition: all 0.3s ease;
}

.testimonial-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.8);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.play-btn:hover {
  background: #fff;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Hide button when video playing */
.video-wrapper.playing .play-btn {
  opacity: 0;
  pointer-events: none;
}

/* Show again on hover */
.video-wrapper.playing:hover .play-btn {
  opacity: 1;
  pointer-events: auto;
}

.pbb4 {
    padding-bottom: 50px !important;
    
}


/********** About Us Page CSS **************/

.abtpg-overview {
  padding-bottom: 0px !important;
}

.abtpg-content-area {
  padding: 0px 25px !important;
  justify-content: center !important;
}

.abtpg-sec-title {
  font-size: 42px !important;
}

.abtpg-sec-subtitle {
  color: #250D3D;
  font-size: 21px ;
  font-weight: 300;
}
 
.fw-300 {
  font-weight: 300 !important;
}

.countup-item1 {
  width: 15% !important;
  padding: 0px !important;
  align-items: center !important;
  justify-content: center !important;
}

.countup-item1 img {
  max-width:85% !important;
}

.countup-item2 {
  width: 85% !important;
  justify-content: center;
}

.countup-item2 .count-text {
  max-width: 100% !important;    
  font-size: 18px;
  color: #ffffffb8 !important;
}

.h6-about-funfact .countup-item:not(:first-child)::after {
  display: none !important;
}

.h10-hero-banner {
  margin-top: 5px !important;
}

.adw-journey {
  max-width: 100% !important;
}

.adw-journey-decs {
  color: #101010;
  font-size: 18px;
}

.abt-sec-decs {
  max-width: 500px !important;
}

.abt-culture {
  max-width: 500px !important;
}

.abt-culture2 {
  max-width: 750px !important;
}

.resultconterrow {
  border: 1px dashed #ffffff4a;
  margin-left: 0px;
  margin-top: 15px;
  border-radius: 10px;
}

.resultcontercolmid {
  border-left: 1px dashed #ffffff54;
  border-right: 1px dashed #ffffff54;
}

.resultcontercol {
    padding: 20px 15px;
    /* color: white; */
    text-align: center;

}

.resultconter {

  color: white;
  margin-bottom: 5px;
  font-size: 25px;

}

.resultcontertext {
  color: white;
  margin-bottom: 0px;
}

.whyabstractctext {
  font-weight: 400 !important;
}


.project-item .cmp-text {

    display: inline !important;

}

.cmp-title {
  max-width: 750px !important;
  margin-bottom: 0px !important;
}

.cmp-p {
  margin-bottom: 3px !important;
  padding: 7px 0px !important;
}

.cmp-img img {
  border-radius: 10px;
  border: 2px solid black;
}

.pb0p  {
  padding-bottom: 10px !important;
}

.tj-choose-section .indsecabt {
  max-width: 750px !important;
}
 
.cs-img  {
  overflow: hidden;
  border-radius: 10px;
}

.project-item .cs-img img {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.project-item:hover .cs-img img {
  filter: grayscale(0%);
}

.contact-form .form-input textarea, .contact-form .form-input select, .contact-form .form-input .nice-select, .contact-form .form-input input[type=tel], .contact-form .form-input input[type=text], .contact-form .form-input input[type=email] {
    background-color: transparent;
    color: #1a1a1a !important;
}

select, .nice-select, input[type=search], input[type=tel], input[type=text], input[type=email], input[type=url], textarea {

    color: #181818 !important;

}