/*
    Theme Name: emu
    Theme URI://emu
    Author:Priyan Darshana
    Author URI:
    Description:This theme Has been made for emu website.
    version:1.0
    tags:one, two
    textdomain:

    */

/* main banner */

.pd-videoBg {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.pd-videoBg video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.pd-bg-overlay {
  z-index: 0;
  background-color: #39393982;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.pd-videoBg .row {
  height: 100%;
  align-items: center;
  padding: 5%;
}

.pd-videoBg h2 {
  margin-top: 12px;
  font-size: 64px;
  text-align: center;
  color: white;
}

.pd-videoBg h6 {
  color: #c3c3c3;
  font-size: 21px;
  letter-spacing: -0.02em;
  margin-top: 4px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
.pd-videoBg p {
  color: white;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 3rem;
}

.pd-btn-wrapper {
  margin-top: 2rem;
}

.pd-btn-wrapper a {
  margin: 0px 5px;
}

/* recruitment card */

.pd-rec-sector {
  padding-top: var(--padding-top-full);
  padding-bottom: var(--padding-bottom-full);
}
.pd-rec-card {
  color: #1d1d1f;
/*   background-color: var(--gray-background); */
	background: linear-gradient(192deg, black 3%, #551adc);
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  text-align: center;
	min-height: 100px;
}

.pd-rec-card .pd-rec-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: top;
  border-radius: 100%;
  margin-bottom: 1rem;
  border: 1px solid white;
  padding: 2px;
	display:none;
}
.pd-rec-card .pd-social-rec {
  width: 30px;
  height: 30px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 0.5rem;
	display:none;
}
.pd-rec-card h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
	color:white;
}

.pd-rec-slider {
  margin-top: 3rem;
}

.pd-rec-slider .slick-slide {
  padding: 10px;
}

/* right img sec */

.pd-right-img-sec {
  padding-bottom: var(--padding-bottom);
}

.pd-right-img-sec .container {
  position: relative;
  padding-top: 6rem;
/*   margin-left: 3rem; */
}

.pd-r-i-sec {
  background: var(--gray-background);
  padding: 60px 40px;
  border-radius: 24px;
  font-weight: 400;
}

.pd-ris-img {
  z-index: 9;
  position: absolute;
  object-fit: cover;
  width: 29%;
  bottom: 0;
  right: 0;
  object-position: top;
  height: 100%;
}

.pd-item-ric {
}

.pd-item-ric .pd-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.pd-item-ric .pd-title h6 {
  margin-bottom: 0;
  margin-left: 8px;
}

.pd-item-ric .pd-title .pd-icon-wrpp {
  background: var(--gray-background);
  padding: 7px;
  box-shadow: inset 0 0 0 1px var(--black-border);
  border: 1px solid lightgrey;
  border-radius: 11px;
}

.pd-item-ric .pd-desc {
}

.pd-item-ric .pd-desc p {
  margin-bottom: 0;
}

.pd-white-icon {
  padding: 0 10px;
}

.pd-white-icon .col-lg-4 {
  background: white;
  margin-top: 2rem;
  padding: 20px;
}

.pd-white-icon .col-lg-4:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.pd-white-icon .col-lg-4:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* testimonial card */

.pd-testi-img-sec {
  padding-bottom: var(--padding-bottom-full);
}

.pd-testi-img-sec .container {
  margin-left: auto;
}

.pd-testi-img-sec .pd-r-i-sec {
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin: 20px;
}

.pd-dum-logo {
  width: 200px;
  margin-bottom: 2rem;
}

.pd-testi-img-sec .bg-white {
  padding: 40px;
  border-radius: 15px;
  max-width: 90%;
  margin-left: auto;
}

.pd-testi-img-sec .bg-white .pd-main-title {
  font-size: 36px;
}

.pd-testi-img-sec .bg-white h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 15px;
}

.pd-testi-img-sec .bg-white p {
  margin-top: 0;
}

/* companies section */

.pd-cadidate {
  padding-bottom: var(--padding-bottom-full);
}

.pd-cadidate .pd-main-title {
  margin-bottom: 20px;
}

.pd-cadidate .pd-candidate-img img {
  object-fit: contain;
  margin: 2rem 0;
  width: 200px;
  height: 200px;
}

.pd-candidate-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  margin: auto;
}

.pd-candidate-img div {
  max-width: 18%;
  flex: 0 0 18%;
}

/* brochure section */

.pd-brochure-sec {
}

.pd-brochure-sec .container {
  margin-left: auto;
  padding-top: 0;
}

.pd-brochure-sec .col-lg-7 {
  padding-right: 5%;
}

.pd-brochure-sec h2 {
  margin-bottom: 20px;
}

.pd-brochure-sec .pd-black-btn {
  margin-top: 2.5rem;
}

/* left align img */

.pd-img-left .pd-ris-img {
  left: 0 !important;
  bottom: 0;
  object-position: bottom;
  right: auto;
}

.pd-subtitle {
  letter-spacing: 0;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  color: #8a8a8e;
}

.pd-img-left .pd-black-btn {
  margin-top: 1.5rem;
}

.pd-img-left .container {
  margin-left: auto;
}

/* logo section */
.pd-logo-sec {
  padding-bottom: var(--padding-bottom-full);
  padding-top: var(--padding-top-full);
}

.pd-logo-sec .pd-cln-logo {
  width: 100%;
  padding: 12px;
}

.pd-logo-sec h5 {
  color: var(--primary-color);
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  text-align: center;
}

.pd-faq-sector {
  padding-bottom: var(--padding-bottom-full);
}

/* accordion */

.accordion {
  margin-top: 2rem;
  background: var(--gray-background);
  border-radius: 20px;
  overflow: hidden;
  border: none;
  padding: 20px;
}

.accordion .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  background: transparent;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.accordion .accordion-body {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 20px;
  color: var(--para-color);
  border-bottom: 1px solid var(--gray-background);
}

.accordion-item {
  background: transparent;
  border: none;
}
/* blog cards section */
.pd-blog-cards-sector {
  padding-bottom: var(--padding-bottom-full);
}

.pd-blog-cards-sector .pd-main-title {
  margin-bottom: 40px;
}

/* blog card */
.pd-blog-card {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background: var(--gray-background);
  margin: 15px 0;
}

.pd-blog-card .pd-img-sec {
}

.pd-blog-card .pd-img-sec img {
  object-fit: cover;
  width: 100%;
  height: 270px;
  position: relative;
}

.pd-blog-card .pd-cont-sec {
  padding: 24px 18px;
  position: relative;
  inset: auto 0% 0%;
}

.pd-blog-card .pd-cont-sec h4 {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}

.pd-blog-card .pd-cont-sec p {
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.33337;
  margin-bottom: 0;
  margin-top: 20px;
}

/* footer */

.pd-main-footer {
  padding-bottom: 2%;
}

.pd-footer-dark-box {
  background-color: var(--para-color);
  color: white;
  border-radius: 24px;
  padding: 80px 120px;
  font-size: 14px;
  position: relative;
}

.pd-footer-dark-box p,
.pd-footer-dark-box a {
  color: white;
}

.pd-footer-dark-box .custom-logo-link img {
  width: 60px;
  object-fit: contain;
  height: auto;
}

.pd-footer-main-para {
  max-width: 560px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  margin-top: 2rem;
  padding-right: 0;
  color: #c5c5c5 !important;
}

.pd-footer-dark-box .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 4px;
  font-family: var(--fnt-sans);
  color: white !important;
  justify-content: left;
  padding-bottom: 5px !important;
  line-height: 21px;
}

.pd-footer-dark-box .pd-tc-menu a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  font-family: var(--fnt-sans);
  color: white !important;
}

.pd-social-footer {
  display: flex;
  align-items: center;
  justify-content:flex-end;
}

.pd-social-footer a {
  width: 30px;
  height: 30px;
  display: flex;
  background: white;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  border-radius: 100%;
}

.pd-social-footer a svg {
  filter: brightness(0.1);
}

.pd-bottom-footer p {
  margin-bottom: 0;
  color: #c5c5c5 !important;
  font-size: 14px;
}

.pd-bottom-footer {
  margin-top: 3%;
}

/* blog-page */
.pd-blog-inner-page {
  padding-top: var(--padding-top-full);
  padding-bottom: var(--padding-bottom-full);
}

.pd-full-pad {
  padding-top: var(--padding-top-full);
  padding-bottom: var(--padding-bottom-full);
}

.page-template-about .pd-rec-sector {
  padding-top: 0;
}
/* form */

.pd-cont-form input,
.pd-cont-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #80808061;
  outline: none !important;
  box-shadow: none !important;
  font-weight: 300;
  padding: 10px;
  font-family: var(--fnt-sans);
}

.pd-cont-form textarea {
  max-height: 150px;
}

.pd-cont-form {
  padding: 20px 70px 0 0;
}

.pd-cont-form input[type="submit"] {
  z-index: 5;
  color: white;
  text-align: center;
  letter-spacing: -0.02em;
  border-radius: 100px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s, box-shadow 0.4s;
  position: relative;
  display: inline-block;
  padding: 15px 31px;
  border: 2px solid var(--btn-black);
  background: var(--btn-black);
  transition: all 0.5s;
  margin-top: 1rem;
  font-family: var(--fnt-sans);
}

.pd-contact-sec iframe {
  width: 100%;
  height: 100%;
}

.pd-cont-fm-cont p,
.pd-cont-fm-cont a {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 20px;
  color: var(--para-color);
  font-family: var(--fnt-sans);
}

/*  blog info */

.pd-blog-inf-card {
  background-color: var(--gray-background);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.pd-blog-inf-card .pd-content-bx-bi {
  padding: 5rem;
}

.pd-blg-meta p {
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--para-color);
  font-family: var(--fnt-sans);
}

.pd-blg-meta {
  background-color: var(--gray-background);
  border-radius: 24px;
  padding: 3rem;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.pd-mp {
  margin-top: 3rem;
}

.pd-mp h2 {
  margin-bottom: 1rem;
}

.pd-mp-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #86868b26;
  padding-bottom: 10px;
  margin: 20px 0;
}

.pd-mp-item div:first-child {
  flex: 0 0 23%;
  max-width: 23%;
  padding-right: 20px;
}

.pd-mp-item div img {
  border-radius: 10px;
}

.pd-mp-item div h4 {
  font-weight: 300;
  font-size: 16px;
}

/* vacancy card */

.pd-vac-card h5 {
  font-weight: 500;
  font-size: 14px;
  display: flex;
}

.pd-vac-card h5 span {
  display: block;
}

.pd-vacan-sing-cont .pd-blog-inf-card img {
  height: 500px;
  object-fit: cover;
  object-position: top;
}

.pd-vac-main-inf {
  padding: 3rem;
  background: white;
  margin: 2rem 0;
  border-radius: 20px;
}

.pd-vac-main-inf h5 {
  margin-bottom: 1rem;
}

.pd-filter-form input {
  color: white;
  font-weight: 600;
  font-family: var(--fnt-sans);
  font-size: 16px;
  letter-spacing: 0.2px;
  padding: 6px 14px;
  border-radius: 8px;
  transition: all 0.5s;
  flex: 0 0 10%;
  max-width: 10%;
  background: #1d1d1f;
  height: 100%;
  border-radius: 28px;
}

.pd-filter-form {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
}

.pd-filter-form select {
  font-family: var(--fnt-sans);
  background: #ffffff;
  padding: 10px;
  appearance: none;
  border-radius: 20px;
  padding-left: 2rem;
  margin-right: 5px;
  outline: none !important;
  box-shadow: 0px 6px 15px -10px #00000030, inset 7px 6px 15px -10px #00000030;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  flex: 0 0 45%;
  max-width: 45%;
}

.pd-counter-sec {
}

.pd-counter-sec .card {
  text-align: center;
  border: none;
}

.pd-counter-sec .counter {
  color: var(--primary-color);
  font-family: "DM Sans", sans-serif;
  font-size: 55px;
  background: linear-gradient(95deg, #4c00fb, #959595);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

.pd-counter-sec h2 {
  font-size: 22px;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.pd-counter-sec p {
  font-family: var(--fnt-sans);
  font-size: 16px;
  color: #434343;
}

/* banner form */
.pd-banner-form {
  max-width: 80%;
  margin: auto;
  margin-top: 100px;
}

.pd-banner-form input {
  flex: 0 0 40%;
  max-width: 20%;
  border-radius: 50px;
  border: 1px solid #ffffff4d;
  background: linear-gradient(
    173deg,
    rgba(249, 252, 255, 0.38) -27%,
    rgba(249, 252, 255, 0.38) -14%,
    rgba(149, 151, 153, 0.02) 87%
  );
  box-sizing: border-box;
  border: 1px solid #d5d6d6;
  backdrop-filter: blur(40px);
  color: white;
  padding: 8px;
  border-radius: 0;
  border: none;
  min-height: 55px;
}

.pd-banner-form select {
  flex: 0 0 40%;
  max-width: 40%;
  border-radius: 50px;
  background: #ffffff70;
  background: linear-gradient(
    173deg,
    rgba(249, 252, 255, 0.38) -27%,
    rgba(249, 252, 255, 0.38) -14%,
    rgba(149, 151, 153, 0.02) 87%
  );
  box-sizing: border-box;
  border: 1px solid #d5d6d6;
  backdrop-filter: blur(6px);
  color: white;
  border: 1px solid #ffffff4d;

  border-radius: 0;
  border: none;
  min-height: 55px;
}

.pd-vac-card {
  margin: 0;
  min-height: 450px;
  border-radius: 0;
  box-shadow: 0 0 0 1px #e0e0e0;
  padding: 20px;
  transition: all 0.5s;
}

.pd-vac-card:hover {
  background: white;
}

.pd-vac-sect {
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
  color: #4c00fb;
}

.pd-vac-sect::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 13px;
  width: 21px;
  background: #4c00fb;
  height: 3px;
}

.pd-vac-slider {
  margin-top: 3rem;
}

/* blog card home */

.pd-blogs-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.pd-blog-featured {
  flex: 0 0 50%;
}

.pd-blog-list {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
}

.pd-blog-list .pd-blog-card-home {
  flex: 0 0 calc(50% - 10px); /* 2 columns on right side */
  background: #fff;
}

.pd-blog-card-home {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}

.pd-blog-card-home::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1d1d1f7a;
  top: 0;
  left: 0;
}

.pd-blog-card-home.featured {
  height: 100%;
  background: #f5f5f5;
}

.pd-blog-list .pd-blog-clink {
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 330px;
}

.pd-blog-card-home .pd-img-sec {
  height: 100%;
  position: absolute;
  width: 100%;
}

.pd-blog-card-home .pd-img-sec img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.pd-blog-card-home .pd-cont-sec {
  position: relative;
  z-index: 999;
  padding: 35px;
  height: 100%;
}

.pd-blog-card-home .pd-cont-sec h4 {
  color: white;
  font-size: 26px;
  font-weight: 500;
}

.pd-blog-card-home.featured .pd-cont-sec h4 {
  font-size: 42px;
  line-height: 50px;
}

.pd-blog-card-home .pd-cont-sec p {
  color: white;
  border-radius: 50px;
  padding: 5px 15px;
  border: solid 2px #fff;
  display: inline-block;
  font-size: 12px;
  position: absolute;
  bottom: 20px;
}

.pd-blog-clink {
  transition: all 0.5s;
}

.pd-blog-clink:hover .pd-img-sec img {
  transition: all 0.5s;
  transform: scale(1.2);
  filter: blur(3px) brightness(0.9);
}

.pd-value-card {
  text-align: center;
  border:1px solid #5e18eb;
  padding: 25px;
  min-height: 200px;
  margin: 25px 0;
  box-sizing: border-box;
  border-radius: 9px;
  border-style: dashed;
	min-height:232px;
}
.pd-value-card h3 {
	color:#5e18eb;
}

.pd-value-card h2 {
  margin-bottom: 15px;
}

.pd-value-card p {
  margin-bottom: 0;
}

.pd-value-card img {
  width: 70px;
  background: white;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: -78px;
}

.pd-vm-card {
  min-height: 200px;
  padding: 30px;
}

.pd-vm-card img {
  margin-bottom: 24px;
  width: 50px;
}

.pd-vm-card h3 {
  margin-bottom: 20px;
  background: linear-gradient(95deg, #cf454d, #959595);
  -webkit-background-clip: text;
  background-clip: text;
  color: white;
  font-weight: 200;
  font-size: 46px;
}

.pd-vm-card p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
	color:white;
}

.pd-vm-sec {
  position: relative;
  margin-bottom: 7%;
/*   background: linear-gradient(45deg, #cccccc, transparent); */
	background:linear-gradient(192deg, black 3%, #551adc);
	    padding: 60px 40px;
    border-radius: 24px;
    margin-bottom: 0;
}

.pd-vm-bg-img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-62%);
  top: 0;
  opacity: 0.3;
  mix-blend-mode: luminosity;
}

.pd-icon-list ul {
  list-style: none;
  padding-left: 1.5em;
  margin-top: 2rem;
}

.pd-icon-list li {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}

.pd-icon-list li::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 12px;
  width: 1em; 
  height: 1em;
  background-image: url('https://detailtalent.com/wp-content/uploads/2025/08/1-2.png');
  background-size: contain;
  background-repeat: no-repeat;
	
}
.mw-75 {
  max-width: 75%;
}

.pd-filter-form.pd-filter-bordered select {
  border: 1px solid #c2c2c2;
  border-radius: 0;
  box-shadow: none;
}

.pd-filter-form.pd-filter-bordered input[type="submit"] {
  border-radius: 1px;
  border: 1px solid #1d1d1f;
  padding: 8px 14px;
}

/* industry card */

.pd-ind-card {
  position: relative;
  padding: 25px;
  background: white;
  box-sizing: border-box;
  margin: 30px 0;
  min-height: 125px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
}

.pd-ind-card span {
  position: absolute;
  top: -1%;
  z-index: 9;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  left: -4px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.pd-ind-card h4 {
  margin-bottom: 0;
  padding-left: 8px;
}

.pd-ind-card::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20px;
  height: 30px;
  border-left: 0px solid transparent;
  border-right: 80px solid transparent;
  border-top: 63px solid #080808;
}

.pd-button-flex a {
  margin: 0 5px;
}

.pd-service-card {
  padding: 4rem;
  box-sizing: border-box;
  display:flex;
  align-items:center;
}

.pd-service-card:first-child{
  margin-top: 0;
  padding-top: 0;
}

.pd-service-card:nth-child(even) {
  flex-direction: row-reverse;
  background: var(--gray-background);
  padding: 4rem;
  margin: 3rem 0px;
}

.pd-service-card h2 {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
/*   background: linear-gradient(95deg, #cf454d, #959595); */
/*   -webkit-background-clip: text; */
/*   background-clip: text; */
  color: #5e18eb;
}

.pd-service-card h2 span {
  background: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  font-size: 30px;
  font-weight: 500;
  height: 60px;
  border-radius: 100%;
  margin-top: -47px;
  margin-right: -12px;
  color: var(--para-color);
  font-weight: 700;
  position: relative;
  box-shadow: 0px 2px 11px 2px #0000000d;
}

.pd-service-card h2 span::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: white;
  top: 0;
  left: 0;
  border-radius: 100%;
  z-index: -1;
}

.pd-service-card .pd-serv-body {
}

.pd-service-card .pd-thumb img {
  width: 100%;
  border-radius: 15px;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
}

.bg-gradient-theme-bg{
    background: linear-gradient(192deg, black 3%, #551adc);
}

.bg-gradient-theme-bg .pd-main-title{
	color:white;
}


.bg-gradient-theme-bg  p{
	color:white;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #230b5b;
    border: none;
    padding-left: 0;
    margin-bottom: 2rem;
    font-size: 20px;
    margin-left: 0;
    color: #5e18eb;
}

.grecaptcha-badge{
  bottom: 120px !important; 
}

.pd-powering-projects-img-wrapper{
    background: white;
    padding: 0px;
    width: 50%;
    margin: auto;
    margin-top: 30px;
    border-radius: 30px;
}

.pd-powering-projects-img{
    filter: grayscale(1);
    width: 100%;
    border-radius: 15px;
}

.page-template-services .pd-inner-banner .row{
   background-position: center;
}

.pd-sucv-ft{
    z-index: 5;
    color: white;
    text-align: center;
    letter-spacing: -0.02em;
    border-radius: 100px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color 0.4s, color 0.4s, box-shadow 0.4s;
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    border: 2px solid var(--btn-black);
    background: var(--btn-black);
    transition: all 0.5s;
    margin-top: 1rem;
    font-family: var(--fnt-sans);
}

