/*hero-section*/
.hero-banner {
  background: #050516;
  z-index: 1;
  background-image: url(..//images/gradient-pattern.png), url(..//images/gradient-pattern.png);
  background-size: 550px;
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  height: 100vh;
}
.hero-banner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 15rem;
  height: 15rem;
  filter: blur(10rem);
  border-radius: 100%;
  /*background: radial-gradient(circle, rgb(63 162 246 / 40%), rgb(173 73 225 / 50%) 50%);*/
  background: radial-gradient( circle, #3FA2F6 0%, #3FA2F6 50%, transparent 100% );
  z-index: -1;
  transform: translate(50%, -50%);
}
.hero-title-div{

}
.hero-title {
  font-family: "Syne", sans-serif;
  color: #FFF;
  font-weight: 700;
  font-size: 7rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
  word-spacing: 0.5rem;
  text-align: center;
}
.mask-img {
    object-fit: cover;
    height: 6rem;
    width: 12rem;
    border-radius: 5rem;
}
/*hero-section*/

/*additional styels*/
.process-subtitle {
    font-size: 1rem;
    color: #3FA2F6;
    font-weight: 600;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 1;
}
.process-subtitle .dot {
    width: .5rem;
    height: .5rem;
    background: #3FA2F6;
    border-radius: 50%;
    display: inline-block;
    z-index: 1;
}
/*additional styels*/

/*faq*/
/*.faq {
  background: #050516;
  z-index: 1;
  background-image: url(..//images/gradient-pattern.png);
  background-size: 450px;
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 100vh;
}*/
.faq {
  background: #FFF;
  z-index: 1;
  background-image: url(..//images/gradient-pattern.png);
  background-size: 450px;
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 100vh;
}
/*.faq:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 13rem;
  height: 13rem;
  filter: blur(10rem);
  border-radius: 100%;
  background: radial-gradient(circle, #3FA2F6 0%, #3FA2F6 50%, transparent 100%);
  z-index: -1;
  transform: translate(50%, -50%);
}*/
.faq-row {
  width: 100vw;
  height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
}
.faq-image {
  width: 40vw;
  height: 100vh;
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1;
}
/*.faq-content {
  width: 50vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4vw;
  border-radius: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
}*/
.faq-content {
    width: 60vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8rem 5rem;
    border-radius: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}
.faq-main-heading {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #0b2545;
  line-height: 1.2;
}
/*.faq-subsection h3, .about-subsection h3 {
  font-size: 1.25rem;
  width: max-content;
  max-width: 100%;
  background: linear-gradient(92.36deg, #AD49E1 1.15%, #FFF 123.37%);
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  animation: shine 5s infinite linear;
  font-family: "Syne", sans-serif;
  margin-bottom: 0.5rem;
  z-index: 1;
}*/
.faq-subsection h3, .about-subsection h3 {
    font-size: 1.25rem;
    max-width: 100%;
    background: linear-gradient(92.36deg, #AD49E1 1.15%, #FFF 123.37%);
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: shine 5s infinite linear;
    font-family: "Syne", sans-serif;
    margin-bottom: 0.5rem;
    z-index: 1;
}
.faq-subsection p {
  font-size: 1rem;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  section.faq-section,
  .faq-row {
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
  }
  .faq-image {
    width: 100vw;
    height: 36vh;
  }
  .faq-content {
    width: 100vw;
    height: 64vh;
    padding: 2rem 5vw 0 5vw;
  }
}
@media (max-width: 600px) {
  .faq-main-heading {
    font-size: 1.5rem;
  }
  .faq-content {
    padding: 8vw 2vw 0 2vw;
  }
  .faq-image {
    height: 30vh;
  }
}
.faq-accordion .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ececec;
  background: transparent;
}
.faq-accordion .accordion-button {
    font-size: 1rem;
    font-weight: 700;
    color: #050516;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 1rem;
    transition: background .13s;
    font-family: 'Syne', sans-serif;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #ad49e1;
  background: #f8f6ff;
}
.faq-accordion .accordion-body {
    font-size: 1rem;
    color: #050516;
    padding: 1rem;
    background: #FFF;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    font-weight: 500;
}
.faq-accordion .accordion-item:last-child {
  border-bottom: none;
}
/*faq*/

/*marquee*/
.services-marquee-container {
    width: 100vw;
    overflow: hidden;
    background: #050516;
    min-height: 4.5rem;
    background-image: radial-gradient(circle, #3FA2F6 0%, #AD49E1 50%, transparent 100%);
    display: flex;
    align-items: center;
    transform: rotate(0deg);
    padding: 1rem 0;
    z-index: 2;
    position: relative;
    top: 0;
}
.services-marquee-outer {
      width: 100vw;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
    }
    .services-marquee-track {
      display: flex;
      align-items: center;
      width: max-content;
      gap: 60px;
      animation: endlessMarquee 26s linear infinite;
    }
    @keyframes endlessMarquee {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }
.service-label {
    font-family: 'Syne', Sans-serif;
    font-weight: 800;
    font-size: 2rem;
    color: #fff;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: center;
    min-width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
    .icon-divider {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.7rem;
      height: 2.7rem;
      flex-shrink: 0;
      margin: 0 0.18em;
    }
.icon-divider i {
    font-size: 2.3rem;
    color: #FFF;
    animation: iconSpin 1.8s linear infinite;
    display: block;
}
    @keyframes iconSpin { to { transform: rotate(360deg);}}
    @media (max-width: 900px) {
      .service-label { font-size: 1.17rem; min-width: 74px;}
      .icon-divider { width: 1.6rem; height: 1.6rem;}
      .icon-divider i { font-size: 1.2rem; }
      .services-marquee-track { gap: 30px;}
    }
    @media (max-width:600px) {
      .service-label { font-size: .94rem; min-width: 48px;}
      .icon-divider { width: 1.1rem; height: 1.1rem;}
      .icon-divider i { font-size: 0.89rem;}
      .services-marquee-track { gap: 18px;}
      .services-marquee-container { min-height: 33px;}
    }
/*marquee*/

/*maps*/
.map-main{
    background: #050516;
    z-index: 1;
    background-image: url(..//images/gradient-pattern.png), url(..//images/gradient-pattern.png);
    background-size: 650px;
    background-repeat: no-repeat;
    background-position: top right, bottom left;
    height: 100vh;
}
.map-main:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 15rem;
    height: 15rem;
    filter: blur(10rem);
    border-radius: 100%;
    /* background: radial-gradient(circle, rgb(63 162 246 / 40%), rgb(173 73 225 / 50%) 50%); */
    background: radial-gradient(circle, #Ad49E1 0%, #Ad49E1 50%, transparent 100%);
    z-index: -1;
    transform: translate(50%, -50%);
}
.map{
  line-height: 1;
}
.map iframe{
  z-index: 2;
  border-radius: 8rem;
}
.location-details{
  margin-top: 2rem;
}
.maps-img {
    height: 100%;
    width: 25rem;
    object-fit: cover;
    object-position: top;
}
.address {
    padding: 0rem 0rem 2rem;
    background: #FFF;
    border-radius: 6rem 6rem 0 4rem;
}
/*maps*/


/*partners*/
.partners {
    border-top: 1px solid rgb(255 255 255 / 20%);
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

@keyframes scrollLTR {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.partner-logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 2rem 0;
}

.partner-logo-items {
  display: inline-flex;
  animation: scrollLTR 8s linear infinite;
}

.partner-logo-items img {
  height: 100px;
  margin-right: 2.5rem;
  flex-shrink: 0;
}
/*partners*/

/*contact-details*/
.contact-details {
    background: #050516;
    z-index: 1;
    background-image: url(..//images/gradient-pattern.png), url(..//images/gradient-pattern.png);
    background-size: 600px, 600px;
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    height: 100vh;
}
/*.contact-details:before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0%;
    width: 15rem;
    height: 15rem;
    filter: blur(10rem);
    border-radius: 100%;
    background: radial-gradient(circle, #3FA2F6 0%, #3FA2F6 50%, transparent 100%);
    z-index: -1;
    transform: translate(50%, -50%);
}*/
/*.contact-details:before {
    content: "";
    position: absolute;
    bottom: -22.5%;
    left: -50%;
    width: 100%;
    height: 10rem;
    border-radius: 8rem;
    background: #FFF;
    z-index: -1;
    transform: translate(50%, -50%);
}*/
.talent-hero-bg {
    background: url(https://gerold.themejunction.net/wp-content/uploads/2024/10/h4-cta.jpg) center center / cover no-repeat;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}
.talent-hero-pill {
    display: inline-block;
    padding: 0.5em 2em;
    border-radius: 2em;
    font-size: 1rem;
    font-family: 'Syne', sans-serif;
    background: rgba(21, 21, 39, 0.25);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.21);
    margin-bottom: 1.5em;
    margin-top: 0;
    letter-spacing: 0;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.10);
    font-weight: 700;
}
    .talent-hero-email {
      font-family: 'Montserrat', Sans-serif;
      font-weight: 800;
      font-size: clamp(2rem, 6vw, 5rem);
      letter-spacing: 0.01em;
      color: #fff;
      text-align: center;
      word-break: break-all;
      text-decoration: none;
      transition: color 0.2s;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-bottom: 0.5em;
    }
    .talent-hero-email span {
      display: inline-block;
      animation: pulseLetter 2.2s infinite;
      animation-timing-function: cubic-bezier(.45, .05, .55, .95);
    }
    /* Wave stagger for 19 characters */
    .talent-hero-email span:nth-child(2) { animation-delay: .13s; }
    .talent-hero-email span:nth-child(3) { animation-delay: .26s; }
    .talent-hero-email span:nth-child(4) { animation-delay: .39s; }
    .talent-hero-email span:nth-child(5) { animation-delay: .52s; }
    .talent-hero-email span:nth-child(6) { animation-delay: .65s; }
    .talent-hero-email span:nth-child(7) { animation-delay: .78s; }
    .talent-hero-email span:nth-child(8) { animation-delay: .91s; }
    .talent-hero-email span:nth-child(9) { animation-delay: 1.04s;}
    .talent-hero-email span:nth-child(10) { animation-delay: 1.17s;}
    .talent-hero-email span:nth-child(11) { animation-delay: 1.30s;}
    .talent-hero-email span:nth-child(12) { animation-delay: 1.43s;}
    .talent-hero-email span:nth-child(13) { animation-delay: 1.56s;}
    .talent-hero-email span:nth-child(14) { animation-delay: 1.69s;}
    .talent-hero-email span:nth-child(15) { animation-delay: 1.82s;}
    .talent-hero-email span:nth-child(16) { animation-delay: 1.95s;}
    .talent-hero-email span:nth-child(17) { animation-delay: 2.08s;}
    .talent-hero-email span:nth-child(18) { animation-delay: 2.21s;}
    .talent-hero-email span:nth-child(19) { animation-delay: 2.34s;}
    .talent-hero-email span:nth-child(20) { animation-delay: 2.47s;}
    @keyframes pulseLetter {
      0% { transform: scale(1);}
      8% { transform: scale(1.08);}
      18% { transform: scale(0.96);}
      34% { transform: scale(1.09);}
      50% { transform: scale(1);}
      100% { transform: scale(1);}
    }
.talent-socials .btn {
    background: rgba(255, 255, 255, 0.10);
    border: 0;
    color: #FFF;
    border-radius: 1.9em;
    margin: 0 0.32em 0 0;
    padding: 0.75rem 1rem;
    transition: background 0.15s, color 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Syne', sans-serif;
}
.talent-socials .btn:hover {
    background: #050516;
    color: #FFF;
}
.talent-socials .btn i{
  font-size: 1rem;
  font-weight: 500;
  vertical-align: middle;
}
/*    .talent-socials .ri {
      font-size: 1.22em;
      vertical-align: -.14em;
    }*/
    @media (max-width: 690px) {
      .talent-hero-bg { min-height: 390px; border-radius: 1em;}
      .talent-socials .btn { font-size: 0.97em; padding: 0.29em 0.7em 0.29em 0.7em; }
    }
/*contact-details*/

/*contact-form*/

.contact-form {
    background: #FFF;
    z-index: 1;
    background-image: url(..//images/gradient-pattern.png), url(..//images/gradient-pattern.png);
    background-size: 550px, 400px;
    background-repeat: no-repeat;
    background-position: bottom right, top left;
    /*height: 100vh;*/
}
/*.form-main {
    position: relative;
    z-index: 5;
    padding: 2rem;
    background: #FFF;
    height: 100%;
    border-radius: 2rem;
}*/
.form-main {
    position: relative;
    z-index: 5;
    padding: 2rem;
    background: #FFF;
    border-radius: 2rem;
    box-shadow: 0 2px 16px 0 rgba(33, 34, 90, 0.07), 0 1.5px 14px 6px rgba(33, 33, 33, 0.04);
}
.form-anc{
  color: #3FA2F6 !important;
}
.form-anc:hover{
  color: #050516 !important;
}
/*contact-form*/