:root {
  --giphurs: 'Giphurs';
  --OpenSans: 'Open Sans';
  --primary-color: #380C83;
  --secondary-color: #111827;
  --text-color: #4B5563;
  --white: #FFFFFF;
  --black: #000000;
}

body {
  font-family: var(--OpenSans) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--giphurs) !important;
}

#ast-scroll-top {
  display: none !important;
}

/* Page Loader */
.page-loader {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #33116df2;
}

.page-loader svg .svg-elem-1 {
  stroke-dashoffset: 177.79623413085938px;
  stroke-dasharray: 177.79623413085938px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.page-loader svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.page-loader svg .svg-elem-2 {
  stroke-dashoffset: 269.077392578125px;
  stroke-dasharray: 269.077392578125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.page-loader svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.page-loader svg .svg-elem-3 {
  stroke-dashoffset: 179.55242919921875px;
  stroke-dasharray: 179.55242919921875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.page-loader svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

/* .connect-with-btn.icon-btn .elementor-button-icon,
.read-more-btn.icon-btn .elementor-button-icon {
  position: relative;
}

.connect-with-btn.icon-btn .elementor-button-icon::before,
.read-more-btn.icon-btn .elementor-button-icon::before {
  content: "\62";
  font-family: "jbi" !important;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  font-weight: 400;
}

.connect-with-btn.icon-btn .elementor-button-icon svg {
  display: none;
} */

/* Header Section */
.ast-primary-header-bar {
  border: 0 !important;
  box-shadow: 0px 1px 2px 0px #0000000D;
  background: #FFFFFF !important;
}

.main-header-menu>.menu-item>.menu-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #374151 !important;
  padding: 10px !important;
}

.main-header-menu>.menu-item>.menu-link:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #361E54;
  transition: transform .6s cubic-bezier(.28, .75, .22, .95);
  transform: scaleX(0);
  transform-origin: right center;
}

.main-header-menu>.menu-item>.menu-link:hover,
.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link {
  color: #361E54 !important;
}

.main-header-menu>.menu-item>.menu-link:hover:after,
.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link:after {
  transform: scale(1);
  transform-origin: left center;
}

.ast-builder-menu .main-navigation>ul {
  gap: 20px;
}

.ast-logo-title-inline .ast-site-identity {
  width: 142px;
  height: 142px;
  background: var(--white);
  padding: 7px 0 0 !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 0 0 70px 70px;
  margin-bottom: -50px;
  position: relative;
  top: 7px;
}

.ast-builder-grid-row-container {
  max-width: 1296px !important;
  padding: 0 15px !important;
}

.ast-logo-title-inline .site-logo-img {
  padding: 0;
}

.site-header .main-header-menu .content-btn {
  margin-left: 40px;
}

.site-header .main-header-menu .content-btn a {
  background: var(--primary-color) !important;
  padding: 9px 16px !important;
  border: 1px solid var(--primary-color) !important;
  font-size: 16px;
  line-height: 20px;
  text-align: center !important;
  color: var(--white) !important;
  border-radius: 10px !important;
  transition: all 0.3s ease-in-out;
}

.site-header .main-header-menu .content-btn.current-menu-item a {
  color: var(--white) !important;
}

.site-header .main-header-menu .content-btn.current-menu-item a:hover,
.site-header .main-header-menu .content-btn a:hover {
  color: var(--primary-color) !important;
  background: var(--white) !important;
  border: 1px solid var(--primary-color) !important;
}

.site-header .main-header-menu .content-btn a::after {
  display: none;
}

.ast-hfb-header.ast-header-break-point .main-header-bar-navigation {
  width: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  height: 100%;
  background: #000000c2;
  z-index: 10;
}

.ast-builder-menu-mobile .main-navigation {
  width: 300px;
  height: 100%;
  background: var(--white);
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 10px;
  box-shadow: unset !important;
  border: 0 !important;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle .ast-mobile-svg {
  width: 24px;
  height: 24px;
  fill: var(--white);
}

.ast-header-break-point .ast-primary-header-bar {
  position: unset;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle.toggled {
  position: fixed;
  z-index: 99;
  padding: 0;
  top: 32px;
  right: 20px;
  background-color: transparent;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border: 0 !important;
}

.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile {
  gap: 0;
}

.home .ast-primary-header-bar {
  box-shadow: unset;
  border: 0;
  background: transparent !important;
  box-shadow: unset !important;
}

.home .site-header {
  position: absolute;
  top: 0;
  width: 100%;
}

.home .ast-logo-title-inline .ast-site-identity {
  background: transparent;
}

/* Home Page */
.home-banner-section {
  background: linear-gradient(155deg, rgba(193, 180, 217, 0.2) 0%, rgba(193, 180, 217, 0) 50%, rgba(255, 191, 0, 0.2) 100%);
  padding-top: 92px;
  overflow: hidden !important;
}

.home-banner-section .e-con-inner {
  position: relative;
}

.home-banner-section .e-con-inner::after {
  content: '';
  width: 926px;
  height: 926px;
  border-radius: 50%;
  background: #380C8333;
  position: absolute;
  bottom: -286px;
  right: -290px;
  opacity: 0.25;
  pointer-events: none;
}

.section-top-title {
  width: fit-content;
}

.banner-title span {
  color: var(--primary-color);
}

.connect-with-btn .elementor-button-icon svg {
  height: 16px !important;
  width: 16px !important;
}

.connect-with-btn:hover .elementor-button-icon svg {
  fill: transparent !important;
}

.connect-with-btn:hover .elementor-button-icon svg path {
  stroke: var(--primary-color) !important;
}

.counter-section .counter-item .images-box {
  min-width: 64px;
  max-width: 64px;
}

.counter-item {
  position: relative;
}

.counter-item::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -16px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) 0%, #380C83 50%, rgba(17, 24, 39, 0) 100%);
}

.counter-item:first-child:after {
  display: none;
}

.our-expertise-item-inner .elementor-image-box-img {
  background: #380C831A;
  border-radius: 12px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px !important;
}

.our-expertise-item-inner:hover .elementor-image-box-img,
.who-we-are-card:hover .elementor-image-box-img img,
.business-model-card .elementor-view-default:hover .elementor-icon {
  transition: 1s linear;
  transform: rotateY(360deg);
}

.our-expertise-item-inner .elementor-image-box-title {
  margin-bottom: 10px !important;
}

.about-us-image .elementor-widget-image {
  padding: 16px 0 0 19px;
  position: relative;
}

.about-us-image .elementor-widget-image::before {
  content: '';
  height: 87%;
  width: 70%;
  background: #361E54;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.about-us-image .elementor-widget-image::after {
  content: '';
  width: 220px;
  height: 220px;
  border: 5px solid #380C8380;
  position: absolute;
  bottom: -5%;
  right: -8%;
  border-radius: 50%;
  pointer-events: none;
}

.about-us-image .elementor-widget-image img {
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 10px -6px #0000001A, 0px 20px 25px -5px #0000001A;
}

.rooted-justice-section {
  background: linear-gradient(251.86deg, rgba(255, 191, 0, 0.2) 6.89%, rgba(193, 180, 217, 0) 50%, rgba(193, 180, 217, 0.2) 93.11%);
  overflow: hidden;
}

.rooted-justice-icon .elementor-icon-box-icon {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  background: #380C831A;
  border-radius: 12px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 16px !important;
}

.rooted-justice-icon .elementor-icon {
  width: 30px;
  height: 30px;
  display: flex;
}

.rooted-justice-icon:hover .elementor-icon-box-icon {
  transition: 1s linear;
  transform: rotateY(360deg);
}

.rooted-justice-icon .elementor-icon svg {
  width: 100%;
  height: 100%;
}

.read-more-btn .elementor-button:hover svg {
  fill: transparent !important;
}

.read-more-btn .elementor-button:hover svg path {
  stroke: var(--white);
}

.read-more-btn .elementor-button-icon svg {
  width: 16px;
}

.bussines-mode-icon .elementor-icon {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #380C83 0%, #E7B008 100%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
}

.bussines-mode-icon {
  transform: rotate(-3deg);
  position: relative !important;
  overflow: hidden;
}

.bussines-mode-icon .bussines-mode-icon-inner {
  box-shadow: 0px 8px 10px -6px #0000001A, 0px 20px 25px -5px #0000001A;
  position: relative;
  z-index: 1 !important;
}

.bussines-mode-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(56, 12, 131, 0.2) 0%, rgba(231, 176, 8, 0.2) 100%);
  border-radius: 16px;
  transform: rotate(8deg);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.bussines-mode-icon .elementor-icon svg {
  width: 32px;
  height: 32px;
}

.blog-card-grid {
  display: flex;
  flex-wrap: wrap;
}

.blog-card {
  padding: 0 15px;
  width: 33.33%;
  margin-bottom: 30px;
}

.blog-card-inner {
  background: var(--white);
  box-shadow: 0px 1px 2px 0px #0000000D;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card-inner .card-image a {
  display: flex;
  padding-top: 56%;
  position: relative;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.blog-card-inner .card-image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-inner .card-body {
  padding: 24px 24px 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card-inner .card-body .card-title {
  display: block;
  color: var(--secondary-color);
  font-family: var(--giphurs) !important;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 24px;
}

.blog-card-inner .card-content {
  color: var(--text-color);
  font-size: 16px;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}

.blog-card-inner .card-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.blog-card-inner .card-date {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B7280;
  font-size: 14px;
  line-height: 20px;
  gap: 6px;
  margin-bottom: 0;
}

.blog-card-inner .card-date span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.blog-card-inner .card-date span i {
  display: flex;
}

.blog-card-inner .read-more,
.blog-card-button-wrapper .view-more-btn {
  border: 1px solid #361E54 !important;
  padding: 5px 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  gap: 12px;
  color: var(--primary-color);
  text-decoration: unset !important;
  transition: all 0.3s ease-in-out;
}

.blog-card-inner .read-more i,
.blog-card-button-wrapper .view-more-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 12px;
  color: #361E54;
  transition: all 0.3s ease-in-out;
}

.blog-card-inner .read-more:hover,
.blog-card-button-wrapper .view-more-btn:hover {
  background: #361E54;
  color: var(--white);
}

.blog-card-inner .read-more:hover i,
.blog-card-button-wrapper .view-more-btn:hover i {
  color: var(--white);
}

.blog-card-button-wrapper .view-more-btn {
  font-size: 18px;
  line-height: 24px;
  padding: 9px 19px;
  font-weight: 600;
}

.blog-card-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.transform-section-con {
  background-image: url(../images/challenges-bg.svg);
  background-repeat: no-repeat;
}

.faq-section {
  background: linear-gradient(251.86deg, rgba(255, 191, 0, 0.1) 6.89%, rgba(193, 180, 217, 0) 50%, rgba(193, 180, 217, 0.2) 93.11%);
}

.faq-section-box .e-n-accordion-item {
  border: 0;
  margin-bottom: 16px !important;
  border: 1px solid #E2E8F0 !important;
  background: var(--white) !important;
  padding: 25px;
  border-radius: 12px;
}

.faq-section-box .e-n-accordion-item-title {
  padding: 0 !important;
  border: 0 !important;
}

.faq-section-box .e-n-accordion-item-title .e-n-accordion-item-title-text {
  color: var(--primary-color) !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.faq-section-box .e-n-accordion-item>.elementor-element.e-child {
  margin-top: 16px;
}

.faq-section-box .e-n-accordion-item>.elementor-element.e-child {
  border: 0;
  padding: 0;
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.faq-section-box .e-n-accordion-item p {
  margin-bottom: 16px;
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.faq-section-box .e-n-accordion-item p:first-child {
  margin-bottom: 0;
}

.faq-section-box .e-n-accordion-item-title-icon .e-closed svg,
.faq-section-box .e-n-accordion-item-title-icon .e-opened svg {
  display: none;
}

.faq-section-box .e-n-accordion-item-title-icon .e-closed,
.faq-section-box .e-n-accordion-item-title-icon .e-opened {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.faq-section-box .e-n-accordion-item-title-icon .e-closed::before,
.faq-section-box .e-n-accordion-item-title-icon .e-opened::before {
  content: "\6c";
  font-family: "jbi" !important;
  font-size: 10px;
  line-height: 10px;
  display: flex;
}

.faq-section-box .e-n-accordion-item-title-icon .e-closed::before {
  content: "\61";
}

.site-footer {
  background: #361E54;
  border: 0 !important;
  padding: 0 15px;
}

.site-footer .site-primary-footer-wrap {
  background-color: transparent;
  margin: 0 auto;
  border: 0 !important;
  padding: 50px 0 !important;
}

.site-footer .ast-builder-footer-grid-columns {
  max-width: 100% !important;
}

.site-footer .widget-title,
.footer-contact .headeing {
  font-family: var(--giphurs) !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: var(--white);
  margin-bottom: 16px !important;
}

.site-footer .menu .menu-item:not(:last-child) {
  margin-bottom: 8px;
}

.site-footer .menu .menu-item .menu-link {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  position: relative;
}

.site-footer .menu .menu-item .menu-link::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: var(--white);
  transition: transform .6s cubic-bezier(.28, .75, .22, .95);
  transform: scaleX(0);
  transform-origin: right center;
}

.site-footer .menu .menu-item .menu-link:hover::after {
  transform: scale(1);
  transform-origin: left center;
}

.site-footer .widget_media_image img {
  filter: brightness(0) invert(1);
}

.footer-contact ul {
  padding: 0;
  margin: 0;
}

.footer-contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.footer-contact ul li span {
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 20px;
  color: var(--white);
}

.footer-contact ul li span i {
  display: flex;
}

.footer-contact ul li .text-contact {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  text-decoration: unset !important;
  margin-bottom: 0;
}

.site-footer .site-below-footer-wrap {
  background-color: transparent !important;
  border: 0;
  max-width: 1266px !important;
  margin: 0 auto;
  padding: 0 !important;
}

.site-footer .site-below-footer-wrap .ast-builder-grid-row-container-inner {
  max-width: 100% !important;
  padding: 32px 0 30px;
  border-top: 1px solid #7E22CE;
}

.site-footer .site-footer-below-section-1 {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin: 0 !important;
}

.site-footer .ast-footer-copyright,
.site-footer .ast-builder-layout-element {
  width: fit-content;
  margin: 0;
}

.site-footer .ast-footer-copyright p {
  font-size: 16px;
  line-height: 27px;
  color: #D1D5DB;
  text-align: left;
}

.site-footer .footer-widget-area {
  margin-bottom: 0;
}

.site-footer .footer-widget-area p {
  display: flex;
  align-items: center;
}

.site-footer .footer-widget-area p a {
  white-space: nowrap;
  font-size: 16px;
  line-height: 28px;
  color: #D1D5DB;
  text-decoration: unset !important;
  padding: 0 10px;
  display: block;
  position: relative;
}

.site-footer .footer-widget-area p a:first-child::before {
  content: '';
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #7E22CE;
  pointer-events: none;
}

.site-footer .ast-footer-social-wrap {
  position: relative;
  padding-left: 93px;
}

.site-footer .ast-footer-social-wrap::before {
  content: 'Follow Us';
  color: #D1D5DB;
  font-size: 16px;
  line-height: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.site-footer .footer-social-inner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.site-footer .footer-social-item {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  margin: 0;
}

.site-footer .footer-social-item::before,
.site-footer .ast-facebook::before {
  content: "\67";
  font-family: "jbi" !important;
  font-size: 16px;
  line-height: 16px;
  color: #1A1919;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer .footer-social-item.ast-twitter::before {
  content: "\68";
}

.site-footer .footer-social-item.ast-instagram::before {
  content: "\69";
}

.site-footer .footer-social-item.ast-linkedin::before {
  content: "\6a";
}

.site-footer .footer-social-item span {
  display: none;
}

.page-id-20 .faq-section {
  background: transparent !important;
}

.page-heading-title {
  overflow: hidden;
}

.page-heading-title .section-title-inner {
  position: relative;
  z-index: 1;
}

.page-heading-title::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/title-heading-right.svg) no-repeat right bottom;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.blog-search {
  max-width: 644px;
  width: calc(100% - 30px);
  margin: 0 auto 30px;
}

.blog-search form {
  position: relative;
}

.blog-search form input {
  border: 1px solid var(--primary-color);
  height: 50px;
  background: #FCFAF7;
  box-shadow: 0px 1px 2px 0px #0000000D;
  padding: 0 45px 0 25px;
  font-size: 16px;
  line-height: 28px;
  border-radius: 10px;
}

.blog-search form input:focus {
  border: 1px solid var(--primary-color);
}

.blog-search form button {
  padding: 0;
  background: transparent;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 18px;
  line-height: 18px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-search form button i {
  display: flex;
}

.blog-search form input::placeholder {
  color: #4B5563;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: unset !important;
  color: #111827;
  transition: all 0.3s ease-in-out;
}

.pagination .page-numbers i {
  font-size: 10px;
  line-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  color: var(--white);
  background: var(--primary-color);
}

.about-us-section {
  overflow: hidden !important;
}

.about-us-section .e-con-inner {
  position: relative;
  z-index: 1;
}

.about-us-section::after {
  content: '';
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #380C834A;
  filter: blur(70px);
  position: absolute;
  top: 123px;
  right: -77px;
  pointer-events: none;
}

.who-we-are-card .elementor-image-box-img {
  min-width: 214px;
  max-width: 214px;
  height: 214px;
  background: #380C831A;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
}

.who-we-are-card .elementor-image-box-title {
  margin-bottom: 10px !important;
}

.page-id-16 .about-us-section .elementor-widget-text-editor p {
  margin-bottom: 0;
}

.who-we-are-card .elementor-element {
  height: 100%;
}

.business-model-card .elementor-icon {
  background: #380C831A;
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  border-radius: 12px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 13px;
  margin: 0 auto 30px !important;
}

.business-model-card .elementor-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.business-model-card .elementor-icon-box-title {
  margin-bottom: 10px !important;
}

.business-model-card .elementor-view-default {
  height: 100%;
}

.single-post .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

.blog-detail-heading {
  padding: 60px 15px 200px;
  background-color: #C1B4D9;
  background-image: url(../images/blog-h-left.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  position: relative;
}

.blog-detail-heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/blog-h-right.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none;
}


body.single-post {
  background: transparent !important;
}

.blog-detail-heading .back-btn a {
  background: #380C831A;
  border: 1px solid #380C8333;
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #380C83;
  margin: 0 auto;
  padding: 2px 10px;
  font-weight: 600;
  gap: 4px;
  margin-bottom: 10px;
  position: relative;
}

.blog-detail-heading .back-btn a i {
  rotate: -180deg;
  display: flex;
}

.blog-detail-heading .post-title {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  font-size: 60px;
  line-height: 75px;
  color: var(--secondary-color);
  letter-spacing: -1.5px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.blog-detail-content {
  max-width: 912px;
  width: 100%;
  padding: 0 15px !important;
  margin: 0 auto 80px;
}

.blog-detail-content .featured-image {
  margin-top: -150px;
  position: relative;
  padding-top: 56%;
}

.blog-detail-content .featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 27px;
  border: 3px solid #E2E8F0;
  object-fit: cover;
}

.blog-detail-content .post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 30px 0 25px;
}

.blog-detail-content .post-meta .date {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B7280;
  font-size: 14px;
  line-height: 20px;
  gap: 5px;
}

.blog-detail-content .post-meta .date i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-detail-content .share-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.blog-detail-content .share-icons span {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.blog-detail-content .share-icons .icon-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.blog-detail-content .share-icons .icon-list a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #17171710;
}

.blog-detail-content .share-icons .icon-list a:hover {
  background: var(--primary-color);
  color: var(--white);
}

.blog-detail-content .share-icons .icon-list a i {
  display: flex;
  font-size: 16px;
  line-height: 16px;
  color: #1A1919;
}

.blog-detail-content .share-icons .icon-list a:hover i {
  color: var(--white);
}

.blog-detail-content .post-content {
  color: #4B5563;
  font-size: 16px;
  line-height: 27px;
}

.blog-list-topics {
  background: linear-gradient(251.86deg, rgba(255, 191, 0, 0.1) 6.89%, rgba(193, 180, 217, 0) 50%, rgba(193, 180, 217, 0.2) 93.11%);
  padding: 100px 0;
}

.blog-detail-container {
  width: 100%;
}

.list-topics-title {
  margin-bottom: 40px;
  padding: 0 15px;
}

.blog-list-topics .container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.list-topics-title .top-heading {
  width: fit-content;
  margin: 0 auto 16px;
  padding: 2px 10px;
  border-radius: 20px;
  background: #380C831A;
  border: 1px solid #380C8333;
  color: var(--primary-color);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.list-topics-title h5 {
  font-size: 45px;
  line-height: 60px;
  color: var(--secondary-color);
  font-weight: 600;
  letter-spacing: -1.5px;
  text-align: center;
  margin-bottom: 16px;
}

.list-topics-title .content {
  max-width: 624px;
  width: 100%;
  color: #4B5563;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
}

.single-post .site-header .site-primary-header-wrap {
  max-width: 1296px !important;
  padding: 0 15px !important;
}

.services-image .elementor-widget-image::before {
  background: #CAACFF;
}

.services-list .elementor-icon-list-icon {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #380C831A;
  border-radius: 4px;
  margin-right: 10px;
}

.services-list .elementor-icon-list-icon svg {
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
}

.site-header .main-header-menu .sub-menu {
  border-top: 2px solid var(--primary-color);
}

.site-header .main-header-menu .sub-menu .menu-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--secondary-color);
}

.site-header .main-header-menu .sub-menu .current-menu-item .menu-link,
.site-header .main-header-menu .sub-menu .menu-link:hover {
  background: #c1b4d959 !important;
  color: var(--secondary-color);
}

.ast-mobile-header-wrap .main-header-menu .ast-menu-toggle {
  padding: 0 !important;
}

.ast-mobile-header-wrap .main-header-menu .ast-menu-toggle:focus,
.main-header-menu>.menu-item>.menu-link:focus {
  border: 0 !important;
  outline: unset !important;
}

.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.menu-link,
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.menu-link {
  background: #c1b4d959 !important;
  color: var(--secondary-color);
}

.resources-inner-card {
  height: 100%;
}

.resources-inner-title .elementor-widget-image {
  min-width: 45px !important;
  max-width: 45px !important;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #380C831A;
  border-radius: 6px;
  padding: 7px;
  margin-right: 10px !important;
}

.resources-inner-title .elementor-widget-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resources-inner-card .elementor-widget-text-editor p {
  margin-bottom: 0 !important;
}

.download-btn .elementor-button-icon {
  min-width: 24px;
  max-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-btn .elementor-button-icon svg {
  width: 20px;
  height: 20px;
}

.download-btn .elementor-button:hover .elementor-button-icon svg {
  fill: transparent !important;
}

.download-btn .elementor-button:hover .elementor-button-icon svg path {
  stroke: var(--white);
}

.contact-info-card .elementor-icon-wrapper {
  min-width: 25px !important;
  max-width: 25px !important;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.contact-info-card .elementor-icon {
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-info-card .elementor-icon svg {
  width: 100% !important;
  height: 100% !important;
}

.contact-info-card .card-email p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #111827;
}

.contact-info-card .card-email p a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #111827;
  text-decoration: unset;
  transition: all 0.3s ease-in-out;
}

.contact-info-card .card-email p a:hover {
  color: var(--primary-color);
}

.contact-info-card .card-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
  font-weight: 400;
}

.contact-info-card .card-text h6,
.contact-info-card .card-text h5 {
  margin-bottom: 0;
}

.message-form {
  background: linear-gradient(251.86deg, rgba(255, 191, 0, 0.1) 6.89%, rgba(193, 180, 217, 0) 50%, rgba(193, 180, 217, 0.2) 93.11%);
  padding: 25px !important;
  border-radius: 16px !important;
}

.message-form h2 {
  font-size: 45px;
  line-height: 60px;
  color: var(--secondary-color);
  letter-spacing: -1.5px;
  font-weight: 600;
  margin-bottom: 10px;
}

.message-form p {
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
  font-weight: 600;
  margin-bottom: 42px !important;
}

.form-row {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 0 !important;
}

.form-group {
  width: 100%;
  margin-bottom: 25px;
}

.form-group>p {
  margin-bottom: 0 !important;
}

.form-group label {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #374151;
  margin-bottom: 8px;
}

.form-group br {
  display: none;
}

.form-group input,
.form-group select,
.form-group textarea,
.post-password-form input {
  border: 1px solid #EBE7F3;
  background: var(--white);
  height: 44px;
  padding: 0 15px !important;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--OpenSans) !important;
  border-radius: 8px !important;
  box-shadow: unset !important;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus,
.post-password-form input:focus {
  border: 1px solid var(--primary-color) !important;
  outline: none !important;
}

.form-group textarea {
  height: 125px;
  padding: 15px !important;
}

.form-button {
  margin-bottom: 0 !important;
}

.form-button p,
.post-password-form input[type="submit"] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color) !important;
  border-radius: 10px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  gap: 16px;
  height: 44px;
}

.post-password-form input[type="submit"]{
  width: fit-content;
  min-width: 200px;
  margin: 0 auto;
}

.form-button p::before {
  content: 'Send Message';
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--white);
}

.form-button p::after {
  content: "\62";
  font-family: "jbi" !important;
  font-size: 12px;
  line-height: 12px;
  width: 16px;
  height: 16px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

.form-button p:hover,
.post-password-form input[type="submit"]:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.form-button p input {
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-button p:hover::before,
.form-button p:hover::after {
  color: var(--primary-color);
}

.follow-icon .elementor-social-icon {
  background: transparent;
  padding: 7px !important;
}

.follow-icon .elementor-social-icon:hover {
  background: var(--primary-color);
}

.follow-icon .elementor-social-icon:hover svg {
  fill: transparent;
}

.follow-icon .elementor-social-icon:hover svg path {
  stroke: var(--white);
}

.follow-icon .elementor-social-icon svg {
  width: 16px !important;
  height: 16px !important;
}

.business-contact-cards .elementor-icon svg {
  width: 40px !important;
  height: 40px !important;
}

.post-password-form {
  max-width: 900px;
  width: 100%;
  padding: 100px 15px;
  margin: 0 auto;
}

.post-password-form p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #374151;
  font-weight: 600;
}

.post-password-form label {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #374151;
  font-weight: 600;
}

.post-password-form label input {
  margin-top: 8px;
}

/* Contact Form CSS */

.cf7-error-msg {
  color: red !important;
  font-size: 13px !important;
  margin-top: 4px !important;
  margin: 0 auto !important;
}

.wpcf7 .wpcf7-not-valid-tip{
  display: none !important;
}