* {
  box-sizing: border-box;
  --moz-box-sizing: border-box;
  --webkit-box-sizing: border-box;
  font-family: "Poppins-Ragular";
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

:focus-visible {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins-Ragular";
  box-sizing: border-box;
  --moz-box-sizing: border-box;
  --webkit-box-sizing: border-box;
}

.btn {
  background-color: #812D87;
  border: 1px solid #812D87;
  padding: 8px 22px;
  font-family: "Poppins-Medium";
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  width: fit-content;
}

.btn:hover {
  background-color: transparent;
  border-color: #812D87;
  color: #812D87;
}

.line-btn{
  background-color: transparent;
  color: #812D87;
  border-color: #812D87;
}

.line-btn:hover{
  background-color: #812D87;
  color: #fff;
}

.whiteBtn {
  background-color: #fff;
  color: #812D87;
  border-color: white;
}

.whiteBtn:hover {
  background-color: transparent;
  color: #fff;
  border-color: white;
}

.indexMainSec {
  width: 100%;
  position: relative;
  background: #f2f2f2;
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: inline-block;
  overflow: hidden;
  align-content: center;
}


.indexMainSec.withBg {
  background-image: url(../images/sesBg.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.mainHeader {
  width: 100%;
  padding-top: 20px;
  position: relative;
  z-index: 1111;
}

.sidebarContact {
  display: none;
}

.innerNav-logo {
  display: none;
}

.innerNav-logo a {
  width: 100%;
  position: relative;
  display: block;
}

.headerNav-nav {
  position: relative;
  z-index: 11;
  display: flex;
  gap: 22px;
  align-items: center;
}

.header-btn{
  display: flex;
  gap: 10px;
  align-items: center;
  flex: none;
}

.headerNav-navUl {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;gap: 22px;
  border-radius: 10px;
}

.headerNav-navUl li a {
  font-size: 16px;
  color: #242424;
  font-family: "Poppins-Medium";
  padding: 12px 0;
  display: block;
}

.headerNav-navUl li:last-child {
  border: 0;
}

.headerNav-Dropdown.dropdown-menu {
  background: transparent;
  border: 0;
  top: auto;
  left: 0;
  width: 100%;
  position: fixed;
  margin: 0;
}

.headerNav-Dropdown-inner {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  gap: 10px;
  width: fit-content;
}

.headerNav-Dropdown.dropdown-menu .container{
      display: flex;
    justify-content: center;
}

.headerNav-Dropdown-inner a.dropdown-item {
  width: 100%;
  white-space: normal;
  padding: 14px;
  border-radius: 20px;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  flex: 1 1;
}

.headerNav-Dropdown-inner a.dropdown-item img {
  height: 60px;
}

.headerNav-Dropdown-inner a.dropdown-item span h2 {
  font-size: 28px;
  font-family: "Poppins-Bold";
  color: #812D87;
}

.headerNav-Dropdown-inner a.dropdown-item span p {
  font-size: 14px;
  font-family: "Poppins-Medium";
  color: #828282;
  margin: 0;
}

.nav-link:focus,
.nav-link:hover {
  color: #812D87;
}

.mainBanner-innerImg {
  width: 100%;
  position: relative;
  text-align: right;
  z-index: 111;
}

.mainBanner-innerImg img {
  width: 70%;
  margin-right: 70px;
  animation: float 4s ease-in-out infinite;
}

@keyframes beatHeart {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.05);
  }

  40% {
    transform: scale(1);
  }

  60% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.bannerContent:after {
  content: url(../images/mainBanner.png);
  position: absolute;
  right: 0;
  height: 100%;
  width: 60vw;
  z-index: 0;
  overflow: hidden;
}

.headerNav {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.nav-logos {
  display: flex;
  justify-content: space-between;
}

.menu-toggle {
  display: none;
}

.sidebarContact {
  width: 100%;
  position: relative;
  margin-top: 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 10px;
}

.sidebarContact a {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-family: "Poppins-SemiBold";
}

.sidebarContact img {
  width: 70px;
}

.mainBannerImg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.mainBannerImg img {
  width: 100%;
}

.navbar-brand img {
  height: 45px;
}

.bannerContent {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

.bannerContent .row{
    height: 100%;
    align-items: center;
}

.bannerContent-inner {
  padding-left: 100px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bannerContent-inner h1 {
  background: linear-gradient(90deg, #812D87 4.07%, #3870A3 68.42%, #EC7E7C 100.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins-Bold";
  font-size: 58px;
  margin-bottom: 10px;
}

.bannerContent-inner h3 {
  color: #242424;
  font-size: 18px;
  font-family: "Poppins-Medium";
  
        background: linear-gradient(90deg, #812d871c 4.07%, #3870a333 68.42%, #ec7e7c3b 100.84%);
        width: fit-content;
        padding: 6px 10px;
        border-radius: 6px;
        color: #555;
        margin-bottom: 8px;
}

.bannerContent-inner p {
  font-family: "Poppins-Medium";
  color: #828282;
  margin-bottom: 20px;
  font-size: 18px;
  width: 90%;
}

.about-secInner {
  width: 100%;
  position: relative;
  padding-top: 100px;
}

.aboutSecImg {
  width: 100%;
  position: relative;
}

.aboutSecImg img {
  max-width: 80%;
  height: auto;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.aboutSecContent {
  width: 100%;
  position: relative;
}

.aboutSecContent h3 {
  background: linear-gradient(90deg, rgba(129, 45, 135, 0.1) 4.07%, rgba(56, 112, 163, 0.1) 68.42%, rgba(236, 126, 124, 0.1) 100.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  font-family: "Poppins-Bold";
  margin: 0;
  transform: translate(0px, 18px);
  text-transform: uppercase;
}

.aboutSecContent h4 {
  color: #242424;
  font-size: 24px;
  font-family: "Poppins-Medium";
  margin: 0;
}

.aboutSecContent h2 {
  background: linear-gradient(90deg, #812D87 4.07%, #3870A3 68.42%, #EC7E7C 100.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  font-family: "Poppins-Bold";
}

.aboutSecContent p {
  color: #828282;
  font-size: 18px;
  font-family: "Poppins-Medium";
}

.pressRealease-main {
  background-color: #fff;
  background-image: url(../images/pressRealease-bg.png);
  background-size: cover;
  background-position: center;
  padding: 30px 50px;
  border-radius: 30px;
  margin-top: 30px;
  border-radius: 20px;
  border: 2px solid #812D87;
  box-shadow: 0px -24px 52px 0px rgba(129, 45, 135, 0.05), 0px -95px 95px 0px rgba(129, 45, 135, 0.04), 0px -214px 129px 0px rgba(129, 45, 135, 0.03), 0px -381px 153px 0px rgba(129, 45, 135, 0.01), 0px -596px 167px 0px rgba(129, 45, 135, 0);
}

.secAltTitle {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.secAltTitle h2 {
  font-size: 28px;
  color: #242424;
  font-family: "Poppins-Bold";
  margin: 0;
}

.secAltTitle h2:after {
  content: url(../images/titleShape.svg);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.pressRealease-content {
  width: 100%;
  position: relative;
  text-align: center;
}

.pressRealease-content h2 {
  font-size: 28px;
  color: #242424;
  font-family: "Poppins-SemiBold";
}

.pressRealease-content p {
  color: #616161;
  font-size: 18px;
  font-family: "Poppins-Medium";
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.featuresMain {
  width: 100%;
  position: relative;
  padding-top: 150px;
}

.secTitle {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.secTitle h3 {
  background: linear-gradient(90deg, rgba(129, 45, 135, 0.1) 4.07%, rgba(56, 112, 163, 0.1) 68.42%, rgba(236, 126, 124, 0.1) 100.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  font-family: "Poppins-Bold";
  margin: 0;
  transform: translate(0px, 36px);
  text-transform: uppercase;
}

.secTitle h2 {
  background: linear-gradient(90deg, #812D87 4.07%, #3870A3 68.42%, #EC7E7C 100.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins-Bold";
  font-size: 52px;
  position: relative;
}

.secTitle h2:after {
  content: url(../images/titleShape.svg);
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%, 0);
}

.secTitle p {
  color: #616161;
  font-size: 20px;
  font-family: "Poppins-Medium";
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.secSmallTitle {
  text-align: left;
}

.secSmallTitle h3 {
  font-size: 30px;
  transform: translate(0px, 18px);
}

.secSmallTitle h2 {
  font-size: 36px;
}

.secSmallTitle h2::after {
  left: 0;
  transform: none;
}

.secSmallTitle p {
  width: 100%;
}

.featuresInner {
  width: 100%;
  position: relative;
  margin-top: 80px;
  text-align: center;
}

.featuresInner h2 {
  font-size: 32px;
  color: #242424;
  font-family: "Poppins-Bold";
  margin: 12px 0;
  z-index: 1;
  position: relative;
}

.featuresInner p {
  color: #616161;
  font-size: 18px;
  font-family: "Poppins-Medium";
  z-index: 1;
  position: relative;
}

.featuresInner-icon {
  width: 100%;
  position: relative;
}

.featuresInner-icon img {
  height: 130px;
  position: relative;
}

.featuresInner-icon:before {
  content: url(../images/imgColorBg.svg);
  position: absolute;
  top: -110px;
  right: 50px;
  z-index: 0;
}

.factSec-main {
  width: 100%;
  position: relative;
  padding-top: 130px;
}

.vedioSec-main {
  width: 95%;
  position: relative;
}

.vedioSec-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  height: 100%;
  width: 2px;
  background-color: #bbbbbb;
  z-index: 111;
}

.videoSec {
    width: 70%;
    position: relative;
    border-radius: 30px;
    margin-top: 50px;
}

.videoSec img {
    width: 100%;
}

.videoSec iframe {
  width: 100%;
  height: 450px;
  border-radius: inherit;
}

.factsSec {
  background-color: #fff;
  padding: 20px 20px;
  width: 100%;
  position: relative;
  border-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #812D87;
  box-shadow: 0px -24px 52px 0px rgba(129, 45, 135, 0.05), 0px -95px 95px 0px rgba(129, 45, 135, 0.04), 0px -214px 129px 0px rgba(129, 45, 135, 0.03), 0px -381px 153px 0px rgba(129, 45, 135, 0.01), 0px -596px 167px 0px rgba(129, 45, 135, 0);
}

.factsSec h2 {
  background: linear-gradient(90deg, #812D87 4.07%, #3870A3 68.42%, #EC7E7C 100.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins-Bold";
  font-size: 48px;
  margin: 0;
}

.factsSec h3 {
  color: #242424;
  font-family: "Poppins-Bold";
  font-size: 26px;
  position: relative;
  text-align: center;
  padding-top: 10px;
}

.factsSec h3:after {
  content: url(../images/titleShape.svg);
  position: absolute;
  bottom: -22px;
  left: 50%;
  scale: 0.7;
  transform: translate(-71%, 0px);
}

.factsSec p {
  color: #616161;
  font-size: 20px;
  font-family: "Poppins-SemiBold";
  z-index: 1;
  position: relative;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 0;
}

.factsSec.alt {
  top: 50px;
}

.blogsMain {
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.blogsInner {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  height: 100%;
}

.blogs-index-main {
  margin-top: 80px;
  width: 100%;
  position: relative;
}

.blogImg {
    width: 100%;
    position: relative;
    border-radius: inherit;
    overflow: hidden;
    aspect-ratio: 4 / 2;
    margin: -50px 0 0 0;
}

.blogImg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #812D87 4.07%, #3870A3 68.42%);
    opacity: .4;
}


.blogImg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: relative;
}

.blogContent {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.blogContent h2 {
  font-family: "Poppins-SemiBold";
  color: #242424;
  font-size: 26px;
}

.blogContent p {
  font-family: "Poppins-Medium";
  color: #828282;
  font-size: 16px;
  margin-top: 10px;
}

.blogContent a {
  color: #812D87;
  font-size: 18px;
  font-family: "Poppins-SemiBold";
}

.storySecMain {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}

.storySecInner {
  border: 6px solid #fff;
  padding: 40px;
  border-radius: 40px;
  background: linear-gradient(180deg, #812D87 0%, #EC7E7C 100%);
}

.storySecInner h2 {
  width: 85%;
  margin: auto;
  font-size: 44px;
  text-align: center;
  font-family: "Poppins-Bold";
  color: #fff;
}

.storySecInner p {
  width: 85%;
  margin: 30px auto;
  font-family: "Poppins-Ragular";
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.footer {
  background-size: cover;
}

.indexMainSec.footer {
  align-content: normal;
}

.footerMain {
  width: 100%;
  position: relative;
      padding: 50px 0;
    margin: 50px 0;
}

.footerInner-main{
    width: 100%;
    position: relative;
    display: flex;
    gap: 30px;
}

.footerInner {
  width: 100%;
  position: relative;
}

.footerInner:first-child {
    margin-bottom: 50px;
}

.footerInner.icons {
  margin-top: 60px;
}

.footerInner-main .contactInfo-main {
  display: flex;
  gap: 20px;
}

.footerInner-main .contactInfo-inner .icon {
  background-color: #812D87;
  color: #fff;
  fill: #fff;
}

.indexMainSec.footer.alt {
  height: auto;
  width: 100%;
  padding: 50px 0 10px 0;

}

.indexMainSec.footer.alt .footerBottom-main {
  position: relative;
  bottom: auto;
  margin-top: 30px;
}

.footer-title {
  width: 100%;
  position: relative;
}

.footer-title h2 {
  font-size: 26px;
  font-family: "Poppins-Bold";
  background: linear-gradient(90deg, #812D87 4.07%, #3870A3 68.42%, #EC7E7C 100.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.footer-title h2:after {
  content: url(../images/titleShape.svg);
  position: absolute;
  bottom: -22px;
  left: -10px;
  scale: 0.7;
}

.footer-Links {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 30px;
}

.footer-Links a {
  font-size: 20px;
  color: #242424;
  font-family: "Poppins-Medium";
}

.footer-Links.icons {
  flex-direction: row;
  gap: 18px;
}

.footer-Links.icons a {
  font-size: 28px;
  color: #333;
}

.footer-Links.icons a:hover {
  color: #812D87;
}

.form-inp {
  position: relative;
  margin: auto;
  width: 100%;
  margin-bottom: 15px;
}

.form-inp .iti {
  width: 100%;
}

.iti__selected-flag {
  height: auto !important;
  padding: 10px;
}

.form-inp .iti input#phone_input {
  padding-left: 80px;
}

.form-inp p {
  font-size: 12px;
}

.form-inp label {
  color: #828282;
  margin-bottom: 4px;
}

.form-inp input br, .form-inp p br {
  display: none;
}

.form-inp input,
.form-inp textarea {
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #cccccc;
  border-radius: 8px;
  color: #757575;
  transition: all 0.15s ease;
}

.form-submit {
  text-align: center;
  width: 100%;
  position: relative;
}

.form-submit input[type=submit].btn {
  color: #fff;
  width: 100%;
}

.form-submit input[type=submit].btn:hover {
  color: #812D87;
}

.formTitle {
  width: 100%;
  position: relative;
  text-align: center;
}

.formTitle h3 {
  background: linear-gradient(90deg, rgba(129, 45, 135, 0.1) 4.07%, rgba(56, 112, 163, 0.1) 68.42%, rgba(236, 126, 124, 0.1) 100.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-family: "Poppins-Bold";
  margin: 0;
  transform: translate(0px, 26px);
  text-transform: uppercase;
}

.formTitle h2 {
  background: linear-gradient(90deg, #812D87 4.07%, #3870A3 68.42%, #EC7E7C 100.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins-Bold";
  font-size: 38px;
  position: relative;
}

.formTitle h2:after {
  content: url(../images/titleShape.svg);
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%, 0);
}

.footerForm {
  margin-top: 40px;
  width: 100%;
  position: relative;
}

.form-check label {
  font-size: 14px;
  color: #666;
}

.form-check label a{
  color: #812D87;
}

.footerForm .form-check {
  margin-bottom: 10px;
  padding: 0;
}

.footerForm .form-check span.wpcf7-list-item {
  padding: 0;
  margin: 0;
}

.footerForm .form-check {
  margin-bottom: 10px;
}

.footerForm-main {
  width: 100%;
  padding: 20px;
  position: relative;
  border-radius: 50px;
  border: 6px solid #fff;
  background: #fff;
  box-shadow: -1px 2px 6px 0px rgba(110, 110, 110, 0.1), -3px 10px 10px 0px rgba(110, 110, 110, 0.09), -7px 22px 14px 0px rgba(110, 110, 110, 0.05), -13px 40px 17px 0px rgba(110, 110, 110, 0.01), -21px 62px 18px 0px rgba(110, 110, 110, 0);
}

.indexMainSec.footer{
  height: auto;
  width: 100%;
  position: relative;
}

.footer {
  background-image: url(../images/footerBg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footerBottom {
  width: 100%;
  position: relative;
}

.footerBottom p, .footerBottom a {
  color: #242424;
  font-size: 16px;
  font-family: "Poppins-Medium";
}

.foot-tc {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  gap: 30px;
}

.foot-tc a {
  font-size: 16px;
  font-family: "Poppins-Medium";
  position: relative;
  color: #242424;
}

.foot-tc a:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 1px;
  height: 100%;
  background-color: #828282;
}

.foot-tc a:last-child:after {
  display: none;
}

.footerBottom-main {
  width: 100%;
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}

.pageNav-main {
  position: fixed;
  right: 2%;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translate(0px, -50%);
  z-index: 1;
}

.pageNav-main a {
  height: 10px;
  width: 10px;
  background-color: #E6E6E6;
  border: 1px solid #812D87;
  border-radius: 20px;
}

.pageNav-main a.active {
  transition: 0.2s ease-out;
  height: 50px;
  background: linear-gradient(180deg, #812D87 0%, #EC7E7C 100%);
}

.services-main {
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.services-main .row{
  row-gap: 30px;
  justify-content: center;
}


.services-inner {
  width: 100%;
  position: relative;
  padding: 30px;
  text-align: center;
  height: 100%;
  display: block;
  background-color: #fff;
  border-radius: 30px;
  transition: 0.2s ease;
  box-shadow: -1px 2px 6px 0px rgba(110, 110, 110, 0.1), -3px 10px 10px 0px rgba(110, 110, 110, 0.09), -7px 22px 14px 0px rgba(110, 110, 110, 0.05), -13px 40px 17px 0px rgba(110, 110, 110, 0.01), -21px 62px 18px 0px rgba(110, 110, 110, 0);
}

.services-inner img {
  height: 100px;
}

.services-inner h2 {
  font-size: 32px;
  margin-top: 20px;
  font-family: "Poppins-Bold";
  color: #812D87;
}

.services-inner p {
  color: #828282;
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin: 0;
}

.services-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 6px;
  background: #812D87;
  width: 40%;
}

.services-inner:hover {
  background-color: transparent;
  box-shadow: none;
}

@media screen and (min-width: 900px) {
  .cursor {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #242424;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 55555;
  }

  .cursor2 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #812D87;
    opacity: 0.6;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 55555;
  }

  .hover {
    background-color: #812D87;
    opacity: 0.5;
  }

  .cursorinnerhover {
    width: 50px;
    height: 50px;
    opacity: 0.5;
  }
}

.secBanner-main {
  width: 100%;
  position: relative;
  padding: 50px 0;
  background-color: transparent;
  height: 500px;
  background-image: linear-gradient(180deg, #fff 25%, #eadbe9 100%);
  border-radius: 0 0 80px 80px;
  overflow: hidden;
  margin-top: -92px;
}

.secBanner-main .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.secBanner-inner {
  width: 100%;
  position: relative;
  margin-top: 80px;
}

.secBanner-inner .breadcrumb {
  width: 100%;
  position: relative;
  font-size: 16px;
  margin-left: 60px;
}

.secBanner-inner .breadcrumb:before,
.secBanner-inner .breadcrumb:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 20px;
}

.secBanner-inner .breadcrumb:before {
  left: -30px;
  background-color: #812D87;
  top: 0;
}

.secBanner-inner .breadcrumb:after {
  left: -60px;
  background-color: #EC7E7C;
  top: 0;
}

.secBanner-inner .breadcrumb a {
  font-family: "Poppins-SemiBold";
  color: #812D87;
}

.secBanner-inner .breadcrumb span {
  font-family: "Poppins-SemiBold";
  color: #242424;
}

.secBanner-inner h1 {
  font-size: 52px;
  font-family: "Poppins-Bold";
  color: #242424;
  margin-top: 20px;
}

.secBanner-inner p {
  font-size: 18px;
  width: 50%;
  color: #828282;
  margin-top: 10px;
}

.secBanner-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../images/secBg.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}



.counterSec-main {
  width: 100%;
  position: relative;
  margin: 50px 0;
  padding: 50px 0;
}

.counterSec-inner {
  width: 100%;
  position: relative;
  margin-top: 70px;
}

.counterSec {
  width: 100%;
  position: relative;
  text-align: center;
}

.counterSec h2 {
  font-size: 52px;
  font-family: "Poppins-Bold";
  color: #812D87;
}

.counterSec h3 {
  font-size: 28px;
  font-family: "Poppins-SemiBold";
  color: #242424;
}

.counterSec p {
  font-size: 16px;
  font-family: "Poppins-Medium";
  color: #828282;
  width: 80%;
  margin: auto;
}

.mApproch-main {
  width: 100%;
  position: relative;
  margin: 50px 0;
  padding: 50px 0;
  background-color: #812D87;
}

.textureBanner-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../images/bgTexture.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.06;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.mApproch-top {
  width: 100%;
  position: relative;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.mApproch-tLeft {
  position: relative;
  width: 60%;
}

.mApproch-tLeft h3 {
  font-size: 16px;
  font-family: "Poppins-SemiBold";
  color: #fff;
  position: relative;
  margin-left: 60px;
}

.mApproch-tLeft h3::before,
.mApproch-tLeft h3::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 20px;
}

.mApproch-tLeft h3::before {
  background-color: #EC7E7C;
  left: -30px;
  top: 0;
}

.mApproch-tLeft h3::after {
  left: -60px;
  background-color: #fff;
  top: 0;
}

.mApproch-tLeft h2 {
  font-size: 42px;
  color: #fff;
  font-family: "Poppins-SemiBold";
  margin-top: 14px;
  margin-bottom: 12px;
}

.mApproch-tLeft p {
  font-size: 18px;
  color: #ebebeb;
  font-family: "Poppins-Ragular";
  width: 90%;
}

.mApproch-tRight {
  width: 40%;
  aspect-ratio: 4 / 2.5;
  border-radius: 30px;
  overflow: hidden;
}

.mApproch-tRight img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mApproch-inner {
  position: relative;
  margin-top: 80px;
  width: 100%;
}

.mApproch-inner .row {
  row-gap: 30px;
}

.mApproch-box {
  width: 100%;
  position: relative;
  padding: 20px;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(128.65deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 252, 255, 0.05) 100%);
}

.mApproch-box h3 {
  font-size: 16px;
  font-family: "Poppins-SemiBold";
  color: #fff;
  position: relative;
  margin-left: 40px;
  margin-bottom: 20px;
}

.mApproch-box h3::before,
.mApproch-box h3::after {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 14px;
}

.mApproch-box h3::before {
  background-color: #EC7E7C;
  left: -20px;
  top: 0;
}

.mApproch-box h3::after {
  left: -40px;
  background-color: #fff;
  top: 0;
}

.mApproch-box h2 {
  font-size: 28px;
  color: #fff;
  font-family: "Poppins-SemiBold";
  margin-top: 14px;
  margin-bottom: 20px;
}

.mApproch-box p {
  font-size: 16px;
  color: #ebebeb;
  font-family: "Poppins-Ragular";
  width: 90%;
  margin: 0;
}

.mApproch-box hr {
  background-color: #fff;
}

.about-main {
  width: 100%;
  position: relative;
  padding: 30px 0;
  margin: 30px 0;
  margin-bottom: 80px;
}

.about-left {
  width: 100%;
  position: relative;
}

.about-leftAlt {
  width: 100%;
  position: relative;
}

.about-left .aboutLeft-mainImg {
  width: 80%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/2.3;
}

.about-left .aboutLeft-mainImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-left .aboutLeft-altImg {
  position: absolute;
  top: 55%;
  right: 30px;
  width: 60%;
  aspect-ratio: 4/2.5;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #fff;
  object-fit: cover;
}

.about-left .aboutLeft-altImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-left .aboutText {
  position: absolute;
  left: 20%;
  bottom: -5%;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  box-shadow: 0px -24px 52px 0px rgba(129, 45, 135, 0.05), 0px -95px 95px 0px rgba(129, 45, 135, 0.04), 0px -214px 129px 0px rgba(129, 45, 135, 0.03), 0px -381px 153px 0px rgba(129, 45, 135, 0.01), 0px -596px 167px 0px rgba(129, 45, 135, 0);
  background-color: #fff;
  background-image: url(../images/pressRealease-bg.png);
  background-size: cover;
  background-position: center;
  animation: MoveLeftRight 2s linear infinite alternate;
}

.about-left .aboutText img {
  height: 40px;
}

.about-left .aboutText h2 {
  font-family: "Poppins-SemiBold";
  font-size: 28px;
  color: #242424;
  margin: 0;
}

@keyframes MoveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

.aboutArrow {
  position: absolute;
  top: 10%;
  right: 0;
}

.aboutArrow img {
  height: 90px;
}

.about-right {
  width: 100%;
  position: relative;
  padding-top: 40px;
}

.about-right h3 {
  font-size: 16px;
  font-family: "Poppins-SemiBold";
  color: #242424;
  position: relative;
  margin-left: 40px;
}

.about-right h3::before,
.about-right h3::after {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 14px;
}

.about-right h3::before {
  background-color: #EC7E7C;
  left: -20px;
  top: 0;
}

.about-right h3::after {
  left: -40px;
  background-color: #812D87;
  top: 0;
}

.about-right h2 {
  font-size: 28px;
  color: #242424;
  font-family: "Poppins-SemiBold";
}

.about-right p {
  font-size: 16px;
  color: #828282;
  font-family: "Poppins-Ragular";
}

.testimonials-main {
  width: 100%;
  position: relative;
  background: #f2f2f2;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: inline-block;
  padding: 50px 0;
  margin: 50px 0;
  overflow: hidden;
}

.testimonials-main.withBg {
  background-image: url(../images/sesBg.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.testimonialSec-inner {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

.testimonialSec-inner .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.testimonialSec-inner .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #812D87;
  border-radius: 10px;
  transition: 0.2s ease;
}

.testimonialSec-inner .owl-dots .owl-dot.active {
  width: 60px;
  transition: 0.2s ease;
  background-color: #812D87;
}

.testimonialSec {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
}

.testimonialSec .testimonial-top {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonialSec .testimonial-top .testimonial-userImg {
  width: 80px;
  height: 80px;
  flex: none;
  border-radius: 120px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #812D87;
}

.testimonialSec .testimonial-top .testimonial-userImg img {
  border-radius: inherit;
}

.testimonialSec .testimonial-top .testimonial-user {
  position: relative;
}

.testimonialSec .testimonial-top .testimonial-user h2 {
  font-size: 28px;
  color: #812D87;
  font-family: "Poppins-Bold";
}

.testimonialSec .testimonial-top .testimonial-user h3 {
  font-size: 16px;
  color: #242424;
  font-family: "Poppins-SemiBold";
}

.testimonialSec .testimonial-content {
  width: 100%;
  position: relative;
}

.testimonialSec .testimonial-content h2, .testimonialSec .testimonial-content h1 {
  font-family: "Poppins-Bold";
  color: #242424;
  font-size: 28px;
}

.testimonialSec .testimonial-content p {
  font-family: "Poppins-Ragular";
  color: #828282;
  font-size: 14px;
}

.contact-main {
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
}

.contact-left {
  width: 100%;
  position: relative;
  padding-top: 40px;
}

.contact-left h3 {
  font-size: 16px;
  font-family: "Poppins-SemiBold";
  color: #242424;
  position: relative;
  margin-left: 40px;
}

.contact-left h3::before,
.contact-left h3::after {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 14px;
}

.contact-left h3::before {
  background-color: #EC7E7C;
  left: -20px;
  top: 0;
}

.contact-left h3::after {
  left: -40px;
  background-color: #812D87;
  top: 0;
}

.contact-left h2 {
  font-size: 28px;
  color: #242424;
  font-family: "Poppins-SemiBold";
}

.contact-left p {
  font-size: 16px;
  color: #828282;
  font-family: "Poppins-Ragular";
}

.contactInfo-main {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.contactInfo-inner {
  width: 100%;
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.contactInfo-inner .icon {
  width: 60px;
  height: 60px;
  background: #f2f2f2;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #812D87;
}

.contactInfo-inner .content h4 {
  font-size: 22px;
  font-family: "Poppins-SemiBold";
  color: #242424;
}

.contactInfo-inner .content a {
  font-family: "Poppins-Medium";
  color: #242424;
  font-size: 18px;
}

.about-sec {
  width: 100%;
  position: relative;
  border-radius: 30px;
  aspect-ratio: 4/2.5;
}

.about-sec.ryt {
  position: relative;
}

.about-sec.ryt::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #812D87;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 42px;
  opacity: 0.5;
}

.about-sec.lft {
  width: 95%;
  position: relative;
}

.about-sec.lft::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #812D87;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 42px;
  opacity: 0.5;
}

.about-sec img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: inherit;
}

.cta-main {
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
}

.cta-inner {
  width: 100%;
  text-align: center;
  padding: 50px 20px;
  border-radius: 50px;
  background-image: url(../images/newsLetter-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.cta-inner .row {
  justify-content: center;
}

.cta-sec {
  width: 100%;
  position: relative;
  z-index: 11;
}

.cta-sec::after {
  /*content: "Subscribe";*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6vw;
  font-family: "Poppins-Bold";
  color: #c056a6;
  text-transform: uppercase;
  opacity: 0.3;
  z-index: -1;
}

.cta-sec h2 {
  font-size: 42px;
  font-family: "Poppins-Bold";
  color: #fff;
  position: relative;
  z-index: 11;
  margin: 0;
}

.cta-sec p {
  font-family: "Poppins-Ragular";
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
  z-index: 11;
}

.ctabtns {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.cta-btn {
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  position: relative;
  background-color: #fff;
  padding: 4px 4px 4px 20px;
  z-index: 1;
  color: #636363;
  font-family: "Poppins-Medium";
}

.cta-btn span {
  background-color: #EC7E7C;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  align-content: center;
  z-index: 11;
  text-align: center;
  color: #fff;
  font-size: 22px;
  transition: 0.2s ease;
}

.cta-btn:hover {
  color: #812D87;
}

.cta-btn:hover span {
  background-color: #812D87;
}

.blogs-main {
  width: 100%;
  position: relative;
  margin: 50px 0;
  padding: 50px 0;
}

.blogs-main .row {
  row-gap: 30px;
}

.blogs-inner {
  width: 100%;
  position: relative;
  border-radius: 30px;
  border: 1px solid #ebe9e9;
  height: 100%;
}

.blogs-inner hr {
  background-color: #888888;
}

.blogs-inner img {
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
    overflow: hidden;
    aspect-ratio: 4 / 2;
}

.blogs-content {
  width: 100%;
  position: relative;
  padding: 20px;
}

.blogs-content h3 {
  width: fit-content;
  font-size: 12px;
  color: #fff;
  background-color: #EC7E7C;
  border-radius: 40px;
  padding: 4px 10px;
  font-family: "Poppins-Medium";
  margin-bottom: 10px;
}

.blogs-content a {
  font-size: 22px;
  font-family: "Poppins-SemiBold";
  color: #242424;
  display: block;
  margin-bottom: 22px;
}

.blogs-bottom {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

.blogs-bottom h4 {
  font-family: "Poppins-SemiBold";
  color: #242424;
  font-size: 24px;
  margin: 0;
}

.blogs-bottom h4 span {
  font-family: inherit;
  font-size: 12px;
  padding-left: 2px;
  color: #828282;
}

.blogs-bottom .blogs-user {
  display: flex;
  gap: 10px;
  align-items: center;
}

.blogs-bottom .blogs-user img {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  object-fit: cover;
  margin: 0;
}

.blogs-bottom .blogs-user h2 {
  font-size: 14px;
  color: #242424;
  font-family: "Poppins-Medium";
  display: inline-flex;
  gap: 2px;
  margin: 0;
}

.blogs-bottom .blogs-user h2 a {
  font-family: "Poppins-SemiBold";
  color: #812D87;
  font-size: inherit;
  margin: 0;
}

.blogDetails-main {
  width: 100%;
  position: relative;
}

.partners-main {
  position: relative;
  width: 100%;
  margin: 50px 0;
  padding: 50px 0;
}

.partners-inner {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

.partners-logo {
  height: 195px;
  padding: 40px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  margin-bottom: 30px;
  border-radius: 20px;
}

.partners-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partners-title {
  width: 100%;
  position: relative;
  text-align: center;
}

.partners-title h2 {
  position: relative;
  font-size: 32px;
  font-family: "Poppins-Bold";
  color: #812D87;
  margin-bottom: 16px;
}

.partners-title h2:after,
.partners-title h2:before {
  content: "";
  position: absolute;
  top: -30px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
}

.partners-title h2:after {
  left: 49%;
  background-color: #EC7E7C;
  transform: translate(-50%, 0);
}

.partners-title h2:before {
  left: 51%;
  background-color: #812D87;
  transform: translate(-50%, 0);
}

.partners-title p {
  font-size: 18px;
  font-family: "Poppins-Medium";
  color: #828282;
  width: 80%;
  margin: auto;
}

/*# sourceMappingURL=style.css.map */




/*------------------------------------- Blog Details ---------------------------------
  ---------------------------------------------------------------------------------- */


.blogDetails-main {
  width: 100%;
  position: relative;
}

.blogDetails-img {
  width: 100%;
  position: relative;
  aspect-ratio: 4 / 1;
  overflow: hidden;
}

.blogDetails-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  border-radius: 20px;
}

.tableContent-main {
  width: 100%;
  position: sticky;
  top: 80px;
}

.tableContent-main #ez-toc-container {
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  display: table;
  margin-bottom: 1em;
  padding: 20px;
  position: relative;
  width: auto;
}

.tableContent-main .ez-toc-btn.ez-toc-btn-default.ez-toc-toggle {
  display: none !important;
}

.tableContent-main .ez-toc-title {
  font-size: 22px;
  color: #812D87;
  font-family: "Poppins-SemiBold";
}

.tableContent-main .ez-toc-title-container {
  margin-bottom: 20px;
}

.blogDetails-inner {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: -100px;
  padding: 20px;
}


.blogDetails-title {
  width: 100%;
  position: relative;
  padding: 0px;
  display: flex;
  align-items: start;
  gap: 12px;
  margin-bottom: 20px;
}

.blogDetails-title div {
  border-bottom: 1px solid #ebebeb;
}

.blogDetails-title h1, .blogDetails-title h2 {
  font-size: 28px;
  font-family: "Poppins-SemiBold";
  color: #812D87;
  margin-bottom: 4px;
}

.blogDetails-title p {
  font-size: 16px;
  color: #666;
}

.blogDetails-title p span {
  font-size: inherit;
  color: inherit;
}

.blogDetails-title a {
  height: 35px;
  width: 35px;
  border-radius: 40px;
  background-color: #fff;
  border: 1px solid #812D87;
  color: #812D87;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex: none;
}

.blogDetails-title a:hover {
  background-color: #812D87;
  color: #fff;
  text-decoration: none;
}

.blogDetails-content {
  width: 100%;
  position: relative;
  padding-left: 50px;
  padding-bottom: 30px;
  border-radius: 20px;
}

.blogDetails-content-left {
  width: 100%;
  position: relative;
}

.blogDetails-content-left h2 {
  font-size: 22px;
  font-family: "Poppins-SemiBold";
  color: #333;
  margin-top: 20px;
}

.blogDetails-content-left h3 {
  font-size: 18px;
  font-family: "Poppins-SemiBold";
  color: #333;
  margin-top: 20px;
}

.blogDetails-content-left ul {
  list-style-type: disc;
}

.blogDetails-content-left ul li {
  list-style-type: disc;

  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}


.blogDetails-content-left p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.blogDetails-content-left p a {
  font-size: inherit;
  color: #333;
}

.blogDetailsContent-withImg {
  width: 100%;
  position: relative;
  display: flex;
  gap: 20px;
}

.blogDetailsContent-img {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  aspect-ratio: 4 / 2;
  overflow: hidden;
}

.blogDetailsContent-img.right-img {
  aspect-ratio: 4/4;
}

.blogDetailsContent-img img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: block;
  object-fit: cover;
}

.blogDetailsContent-box {
  width: 100%;
  position: relative;
  padding: 30px;
  border-radius: 20px;
  background-image: url(../images/newsLetter-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blogDetailsContent-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0.1;
}

.blogDetailsContent-box h2 {
  font-size: 28px;
  font-family: "Poppins-SemiBold";
  color: #fff;
  margin-top: 0;
  z-index: 1;
  position: relative;
}

.blogDetailsContent-box p {
  font-size: 16px;
  color: #fff;
  z-index: 1;
  position: relative;
}

.blogDetailsContent-box a {
  font-size: 14px;
  font-family: "Poppins-SemiBold";
  color: #812D87;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  z-index: 1;
  position: relative;
  display: inline-block;
}

.blogDetailsContent-features-main {
  width: 100%;
  position: relative;
  padding: 0px 0;
}

.blogDetailsContent-features-main .row {
  row-gap: 30px;
}

.blogDetailsContent-features-box {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  border: 1px solid #e7e7e7;
}

.blogDetailsContent-features-box i {
  font-size: 28px;
  color: #812D87;
  margin-bottom: 12px;
}

.blogDetailsContent-features-box h4 {
  font-size: 18px;
  color: #812D87;
  margin-bottom: 8px;
  font-family: "Poppins-SemiBold";
}

.blogDetailsContent-features-box p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.blogDetails-content-right {
  width: 100%;
  position: sticky;
  top: 80px;
  padding-left: 10px;
  border-left: 1px solid #e0e0e0;
  min-width: 250px;
  flex: none;
}

.blogDetails-author-main {
  width: 100%;
  position: relative;
  margin-top: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #E7E7E7;
  display: flex;
  align-items: start;
  gap: 20px;
}

.blogDetails-author-left {
  height: 80px;
  width: 80px;
  border-radius: 50px;
  overflow: hidden;
  flex: none;
  border: 1px solid #812D87;
}

.blogDetails-author-left img {
  height: 100%;
  width: 100%;
}

.blogDetails-author-right h2 {
  margin: 0;
  font-size: 22px;
  font-family: "Poppins-SemiBold";
  color: #812D87;
  margin-bottom: 4px;

}

.blogDetails-author-right p {
  text-align: justify;
  font-size: 16px;
  color: #666;
  margin: 0;
  padding-right: 20px;
}


/* --------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------- Partners CSS ------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------------------------- */


.partners-main {
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
}

.partners-inner {
  width: 100%;
  position: relative;
}

.partners-inner .row {
  row-gap: 30px;
}

.partners-box {
  width: 100%;
  position: relative;
  padding: 30px;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  align-content: center;
}

.partners-box img {
  display: block;
  max-height: 80px;
  max-width: 200px;
  width: 100%;
  object-fit: contain;
  margin: auto;

}

.partners-filter-main {
    display:none !important;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: end;
}

.partners-filter {
  position: relative;
  ;
}

.partners-industry {
  position: relative;
}

.partners-industry h3 {
  font-size: 16px;
  font-family: "Poppins-Medium";
  color: #333;
}

.partners-industry select {
  padding: 8px 80px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  outline: none;
}



/* Search Input Styles */
.partners-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
}

.partners-search input {
  width: 100%;
  padding: 12px 16px 12px 40px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  transition: all 0.3s ease;
  outline: none;
}

.partners-search input::placeholder {
  color: #999;
  font-weight: 400;
}

.partners-search input:focus {
  border-color: #812D87;
  background-color: #f9fbff;
}

.partners-search input:hover {
  border-color: #b3b3b3;
}

/* Search Icon Styles */
.partners-search i {
  position: absolute;
  left: 13px;
  color: #999;
  font-size: 16px;
  pointer-events: none;
  transition: color 0.3s ease;
}

.partners-search input:focus~i,
.partners-search input:hover~i {
  color: #812D87;
}



.partners-header {
  width: 100%;
  position: relative;
  margin: 50px 0;

}

.partners-header .container-fluid {
  padding-left: 0;
}

.partners-header-inner {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.partners-header-inner img {
  width: 60%;
  border-radius: 0 20px 20px 0;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.partners-header-right {
  width: 100%;
  position: relative;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  margin-left: -60px;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

.partners-header-right h2 {
  font-size: 28px;
  font-family: "Poppins-Bold";
  color: #812D87;
}

.partners-header-right p {
  font-size: 16px;
  color: #666;
}

.partners-header-right h3 {
  font-size: 18px;
  font-family: "Poppins-SemiBold";
  color: #333;
  width: fit-content;
  background: #f1f1f1;
  padding: 4px 21px;
  border-radius: 6px;
  margin-bottom: 10px;
}


.partners-cta {
  width: 100%;
  position: relative;
  background-color: #f1f3f4;
  margin-top: 30px;
}

.partners-cta-content {
  width: 100%;
  position: relative;
  padding: 50px 0;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

.partners-cta-content h2 {
  font-size: 32px;
  font-family: "Poppins-Bold";
  color: #333;
}

.partners-cta-content p {
  font-size: 16px;
  color: #666;
  margin: 0;
  margin-top: 10px;
}

.partners-cta-content a {
  flex: none;
}


/* --------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------- Privacy Policy GDPR T&C CSS ------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------------------------- */

.terms-section {
  width: 100%;
  position: relative;
  background-color: #f2f2f2;
  padding: 60px 0;
}

.terms-section-inner {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;

  border: 2px solid #812D87;
  box-shadow: 0px -24px 52px 0px rgba(129, 45, 135, 0.05), 0px -95px 95px 0px rgba(129, 45, 135, 0.04), 0px -214px 129px 0px rgba(129, 45, 135, 0.03), 0px -381px 153px 0px rgba(129, 45, 135, 0.01), 0px -596px 167px 0px rgba(129, 45, 135, 0);
}

.terms-section-inner h1 {
  font-size: 38px;
  font-family: "Poppins-Bold";
  color: #812D87;
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.terms-section-inner h2 {
  font-size: 22px;
  font-family: "Poppins-SemiBold";
  color: #333;
  margin-top: 20px;
}

.terms-section-inner h3 {
  font-size: 20px;
  font-family: "Poppins-Medium";
  color: #333;
}

.terms-section-inner p {
  font-size: 16px;
  color: #666;
}

.terms-section-inner ul {
  list-style-type: disc;
}

.terms-section-inner ul li {
  list-style-type: disc;
  font-size: 16px;
  color: #666;
}

/* 404 Error Page */

.errorPage-main {
  width: 100%;
  position: relative;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.errorPage-content {
  width: 100%;
  position: relative;
  text-align: center;
}

.comingsoon-vector {
  width: 50%;
}

.comingsoon-logo {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.comingsoon-logo img {
  width: 20%;
  margin: auto;
}

.errorPage-content h2 {
  font-size: 40px;
  margin-top: 30px;
  font-family: "Poppins-Bold";
}

.errorPage-content p {
  font-size: 20px;
  font-family: "Poppins-Medium";
  color: #666;
}

.errorBtn {
  font-size: 18px;
  color: #812D87;
  font-family: "Poppins-SemiBold";
  padding: 6px 12px 6px 6px;
  border-radius: 30px;
  background-color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  background: #fff;
  border: 1px solid #812D87;
}

.errorBtn span {
  background-color: #812D87;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
}


.site {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------ Sitemap ------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------------------------- */


section.sitemap-main {
    width: 100%;
    position: relative;
    margin: 50px 0;
    padding: 50px 0;
}

.sitemap-tree {
    width: 100%;
    position: relative;
}

.sitemap-branches {
    position: relative;
    margin-top: 40px;
}

.sitemap-branches::before {
    content: "";
    position: absolute;
    top: 0;
    left: 16.5%;
    width: 67%;
    height: 1px;
    background: #b3b3b3;
}

/* FIX COLUMN CONNECTORS */
.sitemap-col {
    position: relative;
    padding-top: 40px;
    text-align: center;
}

.sitemap-col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 1px;
    background: #b3b3b3;
}

/* FIX ROOT */
.sitemap-root a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    background: #fff;
}

.sitemap-root::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    height: 40px;
    width: 1px;
    background: #b3b3b3;
}

.sitemap-root {
    width: 100%;
    position: relative;
    text-align: center;
}

.sitemap-root a{
  position: relative;
  background-color: #812D87;
  color: #fff;
  border-radius: 6px;
  padding: 6px 10px;
}

/* FIX LINKS ALIGNMENT */
.sitemap-link {
    position: relative;
    padding-left: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.sitemapLink-title{
  width: 100%;
  position: relative;
  background-color: #ed8482;
  color: #fff;
  border-radius: 6px;
  padding: 6px 10px;
}

.sitemapLink-title h1{
  font-size: 22px;
  font-family: "Poppins-Medium";
  margin: 0;
}

.sitemap-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    bottom: 10px;
    width: 1px;
    background: #b3b3b3;
}

.sitemap-link a {
    display: inline-block;
    margin: 10px 0;
    padding: 6px 12px;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    background: #fff;
    position: relative;
    width: fit-content;
    color: #333;
}

.sitemap-link a::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background: #b3b3b3;
}
