.page-template-template-special-section-only header,
.page-template-template-special-section-only footer {
  display: none;
}

.outeragentwraperr {
  margin-bottom: 120px;
}

.mb-28 {
  margin-bottom: 28px;
}

.agenttitle {
  padding: 120px 0px 28px 0;
}

.agentcontainer {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}

.flextitlemia {
  display: flex;
  grid-gap: 8px;
  align-items: center;
}

.nameagent h2 {
  color: var(--primary);
  font-family: var(--outfit);
  font-size: var(--font-32);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.nameagent h4 {
  color: var(--gray);
  font-family: var(--outfit);
  line-height: normal;
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  margin-top: 2px;
  line-height: normal;
}

.agentbanner {
  border-radius: 16px;
  overflow: hidden;
}

.agentbanner .agentbanner-top {
  padding: 30px;
}

.agentgrid {
  display: grid;
  grid-template-columns: auto 425px;
  grid-gap: 28px;
}

.agentbanner .agentbadge {
  margin-bottom: 10px;
  border-radius: 39px;
  background: var(--white);
  width: fit-content;
  display: flex;
  padding: 6px 12px 6px 6px;
  align-items: center;
  grid-gap: 8px;
}

.agentbanner .agentbadge img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex: none;
}

.agentbanner h3 {
  color: var(--white);
  font-family: var(--outfit);
  font-size: var(--font-48);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.agentbanner .agentbadge span {
  color: var(--primary);
  font-family: var(--outfit);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.agentbanner h2 {
  background: linear-gradient(90deg, #f09ffd 37.65%, #1494f1 104.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--outfit);
  font-size: var(--font-64);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: fit-content;
}

.agentbanner p {
  color: var(--white);
  font-family: var(--outfit);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.agentbanner .grediantbadge-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-top: 20px;
  list-style: none;
}

.agentbanner .grediantbadge-list li span {
  display: block;
  border-radius: 48px;
  /* background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(255, 255, 255, 0.08); */
  background: #29283a;
  box-shadow: 0 8px 40px -20px rgba(255, 255, 255, 0.2),
    1px 1px 0 0 rgba(255, 255, 255, 0.08) inset,
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  color: var(--white);
  text-align: center;
  font-family: var(--outfit);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 16px;
  position: relative;
}

.agentbanner .grediantbadge-list li {
  padding: 1px;
  border-radius: 48px;
  background: linear-gradient(90deg, #f09ffd, #1494f1);
}

.agentbanner .agentbanner-footer {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.agentbanner .agentbanner-footer ul {
  display: flex;
  grid-gap: 10px;
  list-style: none;
  align-items: center;
}

.agentbanner .agentbanner-footer ul li {
  color: var(--white);
  text-align: center;
  font-family: var(--outfit);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 13px;
}

.agentbanner .agentbanner-footer ul li::before {
  content: "";
  display: block;
  background-color: var(--white);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.agent-title-text {
  color: var(--primary);
  font-family: var(--outfit);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.about-campaign h2 {
  margin-bottom: 12px;
}

.about-campaign p {
  color: var(--light-gray);
  font-family: var(--outfit);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-campaign p:not(:last-child) {
  margin-bottom: 14px;
}

.agent-job-post {
  text-align: center;
  padding: 48px 28px;
  display: flex;
  flex-direction: column;
  grid-gap: 62px;
  background: rgba(174, 174, 174, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 16px;
}

.agent-job-post .title-box h2 {
  margin-bottom: 8px;
}

.agent-job-post .title-box {
  margin-bottom: 16px;
}

.agentrightpart {
  position: sticky;
  top: 120px;
  height: fit-content;
}

.hire-box {
  padding: 20px;
  margin-bottom: 28px;
  border-radius: 16px;
  border: 1px solid var(--whitee4);
  background: linear-gradient(
    180deg,
    rgba(235, 235, 235, 0.35) 0%,
    rgba(226, 226, 226, 0.35) 100%
  );
}

.hire-box .hire-box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.hire-box .hire-box-top h6 {
  color: var(--primary);
  font-family: var(--outfit);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hire-box .hire-box-top div {
  display: flex;
  align-items: center;
  grid-gap: 4px;
}

.hire-box .hire-box-top strong {
  color: var(--primary);
  font-family: var(--outfit);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hire-btn {
  border-radius: 6px;
  background: var(--darkblack);
  padding: 12px 0;
  color: var(--white);
  font-family: var(--outfit);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  border: 1px solid var(--darkblack);
  transition: all 0.4s;
  display: block;
  text-align: center;
}

.hire-btn:hover {
  background: var(--white);
  color: var(--primary);
  border-color: var(--darkblack);
}

.review-main {
  border-radius: 16px;
  border: 1px solid var(--whitee4);
  background: linear-gradient(
    180deg,
    rgba(235, 235, 235, 0.35) 0%,
    rgba(226, 226, 226, 0.35) 100%
  );
  padding: 20px 0 20px 20px;
}

.review-list {
  display: flex;
  grid-gap: 16px;
  flex-direction: column;
  max-height: calc(100vh - 375px);
  overflow: auto;
  padding-right: 20px;
  margin-top: 20px;
}

.review-card {
  background-color: var(--white);
  border: 1px solid var(--whitee4);
  padding: 12px;
  border-radius: 16px;
}

.review-card .review-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 16px;
}

.review-card p {
  display: -webkit-box;
  color: var(--light-gray);
  text-overflow: ellipsis;
  font-family: var(--outfit);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

.review-card .review-title-box {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}

.review-card .review-title-box img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.review-card .review-title-box h6 {
  color: var(--primary);
  font-family: var(--outfit);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.review-box-top {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}

.review-main .review-box-top h6 {
  color: var(--primary);
  font-family: var(--outfit);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.review-main .review-box-top .overall-rateing {
  display: flex;
  grid-gap: 4px;
  align-items: center;
}

.review-main .review-box-top .overall-rateing span {
  color: var(--primary);
  font-family: var(--outfit);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.review-rateing {
  display: flex;
  align-items: center;
  grid-gap: 3px;
}

.review-rateing span {
  color: var(--primary);
  font-family: var(--outfit);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.review-box-top .overall-rateing img {
  width: 95px;
}

.review-rateing img {
  width: 67px;
}
body:has(.portalcssdynamicchange) {
  background: transparent;
}
/* FAQ CSS */
.banner-faq {
  padding-top: 32px;
  overflow-x: hidden;
}
.banner-faq h2 {
  font-size: var(--font-24);
  font-weight: 700;
  color: var(--primary);
  font-family: var(--outfit);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-faq .accordion-item,
.banner-faq .accordion-button,
.banner-faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
}
.banner-faq .accordion-button:focus {
  box-shadow: none;
  border-bottom: 1px solid #b5b5b5;
}
.banner-faq .accordion-button {
  padding: 16px 0px;
  border-bottom: 1px solid #b5b5b5 !important;
  font-size: 10px;
  color: var(--primary);
  font-size: var(--font-18);
  font-style: normal;
  font-family: var(--outfit);
  font-weight: 500;
  line-height: normal;
}
.banner-faq .accordion-body {
  padding: 16px;
  border-bottom: 1px solid #b5b5b5;
  color: var(--gray);
  font-family: var(--outfit);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-faq
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-button::after {
  background-size: auto;
  width: 16px;
  height: 16px;
}
/* .agent-job-post img {
  animation: smoothScale 4s ease-in-out infinite;
} */

/* @keyframes smoothScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
} */

.image-container {
  position: absolute;
  display: flex;
  top: 17.8%;
  right: 39.4%;
  justify-content: center;
  align-items: center;
  width: 2.1vw;
  height: 2.1vw;
  transition: all 0.4s;
  z-index: 1;
}
.image-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  z-index: 1;
}
.image-container:active {
  transform: scale(0.98);
}
.ring {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(
    230deg,
    rgba(0, 0, 0, 0.5),
    rgba(67, 67, 67, 0.5),
    rgba(124, 124, 124, 0.5)
  );
  z-index: -1;
  animation: fadePulse 2.5s infinite ease-in-out;
}

.animate-ring1 {
  width: 2.7vw;
  height: 2.7vw;
  animation-delay: 0s;
}

.animate-ring2 {
  width: 3.3vw;
  height: 3.3vw;
  animation-delay: 0.4s;
}

.animate-ring3 {
  width: 3.8vw;
  height: 3.8vw;
  animation-delay: 0.8s;
}
.upload-image{
  right: 37%;
}
/* The pulsing animation keyframes */
@keyframes fadePulse {
  0%,
  100% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.6;
  }
}
