body {
  padding: 0;
  margin: 0;
}

body, p {
  font-weight: 400;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

ul, ol {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
}

.site-header {
  padding: 0 15px;
}
.site-header .header-content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.site-header .header-content .site-branding a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .site-header .header-content .nav-wrapper {
    display: none;
  }
}
.site-header .header-content .nav-wrapper .site-nav-menu {
  background: #F8F8F8;
  padding: 4px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-header .header-content .nav-wrapper .site-nav-menu .menu-item {
  list-style: none;
}
.site-header .header-content .nav-wrapper .site-nav-menu .menu-item:hover a {
  color: #5E17EB;
  border-color: #5E17EB;
}
.site-header .header-content .nav-wrapper .site-nav-menu .menu-item.current-menu-item a {
  color: #5E17EB;
  border-color: #5E17EB;
}
.site-header .header-content .nav-wrapper .site-nav-menu .menu-item a {
  padding: 6px 16px;
  color: #3F3E3F;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid transparent;
  border-radius: 40px;
  transition: all 0.3s;
  display: inline-block;
}
.site-header .header-content .header-right a {
  display: inline-block;
  border-radius: 8px;
  background-color: #5E17EB;
  padding: 8px 18px 10px;
  font-size: 16px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .site-header .header-content .header-right a {
    display: none;
  }
}
.site-header .header-content .header-right .header-right-mobile {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .site-header .header-content .header-right .header-right-mobile {
    display: none;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.overlay.mobile-canvas {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .overlay {
    display: none;
  }
}

.header-mobile {
  position: fixed;
  top: 0;
  left: -1000px;
  background: #fff;
  width: 85%;
  height: 100%;
  display: block;
  z-index: 999;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.header-mobile.mobile-canvas {
  left: 0;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile .header-mobile-inner {
  height: calc(100% - 48px);
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.header-mobile .header-mobile-inner .site-branding {
  margin-bottom: 24px;
}
.header-mobile .header-mobile-inner .site-branding a {
  display: block;
}
.header-mobile .header-mobile-inner .nav-wrapper {
  margin-bottom: 20px;
}
.header-mobile .header-mobile-inner .nav-wrapper .site-nav-menu {
  list-style: none;
}
.header-mobile .header-mobile-inner .nav-wrapper .site-nav-menu li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.header-mobile .header-mobile-inner .nav-wrapper .site-nav-menu li a {
  color: #000000;
}
.header-mobile .header-mobile-inner .nav-wrapper .site-nav-menu li:hover a {
  color: #3D00B6;
}
.header-mobile .header-mobile-inner .nav-wrapper .site-nav-menu li:last-child {
  margin-bottom: 0;
}
.header-mobile .header-mobile-inner .header-mobile-btn {
  margin-top: auto;
}
.header-mobile .header-mobile-inner .header-mobile-btn a {
  display: inline-block;
  border-radius: 8px;
  background-color: #5E17EB;
  padding: 8px 18px 10px;
  font-size: 16px;
  color: #ffffff;
}

.service-wrapper {
  margin-left: calc((100% - 1296px) / 2);
}
@media only screen and (max-width: 1295px) {
  .service-wrapper {
    margin: 0;
  }
}
.service-wrapper .service-carousel .service-carousel-item {
  margin: 0 12px;
}
.service-wrapper .service-carousel .service-carousel-item img {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 24px;
}
.service-wrapper .service-carousel .service-carousel-item p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.service-wrapper .service-carousel .slick-arrow {
  display: none !important;
}

.contact-us-form .forminator-custom-form .forminator-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 24px !important;
  gap: 20px;
}
.contact-us-form .forminator-custom-form .forminator-row.forminator-row-last {
  margin-top: 40px !important;
}
.contact-us-form .forminator-custom-form .forminator-row .forminator-col {
  padding: 0 !important;
}
.contact-us-form .forminator-custom-form .forminator-row .forminator-col .forminator-label {
  font-size: 16px !important;
  line-height: 24px;
  margin-bottom: 8px;
  color: rgba(15, 14, 15, 0.8);
  font-weight: 400 !important;
}
.contact-us-form .forminator-custom-form .forminator-row .forminator-col input, .contact-us-form .forminator-custom-form .forminator-row .forminator-col textarea {
  border: 1px solid rgba(15, 14, 15, 0.1);
  height: 48px;
  border-radius: 8px;
  padding: 12px;
  color: rgba(15, 14, 15, 0.4);
  font-size: 14px !important;
  font-family: "Inter Tight", sans-serif !important;
  line-height: 20px;
}
.contact-us-form .forminator-custom-form .forminator-row .forminator-col textarea {
  height: 180px;
}
.contact-us-form .forminator-custom-form .forminator-row .forminator-col .forminator-checkbox .forminator-checkbox-box {
  border-color: rgba(15, 14, 15, 0.8) !important;
  background-color: transparent !important;
  border-radius: 4px;
}
.contact-us-form .forminator-custom-form .forminator-row .forminator-col .forminator-checkbox .forminator-checkbox-label {
  color: rgba(15, 14, 15, 0.8);
  font-size: 14px;
  line-height: 20px;
}
.contact-us-form .forminator-custom-form .forminator-row .forminator-col .forminator-checkbox .forminator-checkbox-label a {
  text-decoration: underline;
  color: rgba(15, 14, 15, 0.8);
}
.contact-us-form .forminator-custom-form .forminator-row .forminator-col .forminator-button {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Inter Tight", sans-serif !important;
  line-height: 20px;
  background: #5E17EB;
  padding: 20px 36px;
  border-radius: 8px;
  box-shadow: none;
  color: #FFFFFF;
  width: auto;
}

.contact-list .elementor-icon-list-items .elementor-icon-list-item {
  align-items: start !important;
}
.contact-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
  color: #6F6F6F;
}

.contact-us-form .gform_validation_errors, .contact-us-form .gform_heading, .footer-contact-form .gform_validation_errors, .footer-contact-form .gform_heading {
  display: none !important;
}

.contact-us-form .gform-body .gform_fields {
  gap: 24px !important;
}

.contact-us-form .gform-body .gfield_label {
  font-size: 16px;
  line-height: 24px;
  color: rgba(15, 14, 15, 0.8);
  margin-bottom: 8px;
  gap: 0;
}

.contact-us-form .gform-body .gfield_label .gfield_required {
  font-size: 16px;
}

.contact-us-form .gform-body .gform_fields .gfield input, .contact-us-form .gform-body .gform_fields .gfield textarea {
  height: 48px !important;
  border: 1px solid rgba(15, 14, 15, 0.1) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  font-size: 16px !important;
}

.contact-us-form .gform-body .gform_fields .gfield textarea {
  padding: 12px;
  height: 180px;
  min-block-size: 180px !important;
}

.contact-us-form .gform-body .gform_fields .gfield textarea::placeholder {
  color: rgba(15, 14, 15, 0.4);
}

.contact-us-form .gform-body .gform_fields .gfield input[type=checkbox] {
  height: 18px !important;
  width: 18px;
  border-radius: 4px !important;
  cursor: pointer;
}

.contact-us-form .gform-body .gform_fields .gfield .gform-field-label {
  font-size: 14px;
  color: rgba(15, 14, 15, 0.8);
  margin-left: 8px !important;
}

.contact-us-form .gform-body .gform_fields .gfield .gform-field-label a {
  color: rgba(15, 14, 15, 0.8);
  text-decoration: underline;
}

.contact-us-form .gform-footer, .footer-contact-form .gform-footer {
  margin-top: 40px !important;
}

.contact-us-form .gform-footer .gform_button {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  background: #5E17EB !important;
  border-radius: 8px !important;
  padding: 20px 36px !important;
}

.footer-contact-form .gform-footer .gform_button {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  background: #5E17EB !important;
  border-radius: 18px !important;
  padding: 20px 36px !important;
  width: 100% !important;
}

.footer-contact-form .gform-body .gform_fields {
  gap: 20px !important;
}

.footer-contact-form .gform-body .gform_fields .gfield input, .footer-contact-form .gform-body .gform_fields .gfield textarea {
  height: 86px !important;
  border: 1px solid rgba(15, 14, 15, 0.6) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  font-size: 20px !important;
  padding: 30px !important;
  background: transparent !important;
}

.footer-contact-form .gform-body .gform_fields .gfield input::placeholder, .footer-contact-form .gform-body .gform_fields .gfield textarea::placeholder {
  color: rgba(15, 14, 15, 0.6);
}

.footer-contact-form .gform-body .gform_fields .gfield textarea {
  height: 160px !important;
  min-block-size: 160px !important;
}

.site-footer {
  padding: 60px 15px 0;
  margin: 0 10px 10px;
  background: linear-gradient(#FFFFFF 0%, #E8DDFF 100%);
}
@media only screen and (min-width: 1025px) {
  .site-footer {
    margin: 0 15px 15px;
  }
}
.site-footer .footer-contact {
  display: block;
  gap: 58px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .site-footer .footer-contact {
    display: flex;
  }
}
.site-footer .footer-contact .footer-contact-text {
  margin-bottom: 42px;
}
@media only screen and (min-width: 1025px) {
  .site-footer .footer-contact .footer-contact-text {
    width: 50%;
    margin-bottom: 0;
  }
}
.site-footer .footer-contact .footer-contact-text h2 {
  font-size: 60px;
  line-height: 70px;
  color: #0F0E0F;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-text h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
.site-footer .footer-contact .footer-contact-text h2 span {
  font-family: "Instrument Serif", serif;
  font-weight: 300;
  font-style: italic;
}
@media only screen and (min-width: 1025px) {
  .site-footer .footer-contact .footer-contact-form {
    width: 50%;
  }
}
.site-footer .footer-contact .footer-contact-form .forminator-custom-form .forminator-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 20px !important;
  gap: 20px;
}
.site-footer .footer-contact .footer-contact-form .forminator-custom-form .forminator-row.forminator-row-last {
  margin-top: 40px !important;
}
.site-footer .footer-contact .footer-contact-form .forminator-custom-form .forminator-row .forminator-col {
  padding: 0 0;
}
.site-footer .footer-contact .footer-contact-form .forminator-custom-form .forminator-row .forminator-col input, .site-footer .footer-contact .footer-contact-form .forminator-custom-form .forminator-row .forminator-col textarea {
  border: 1px solid rgba(15, 14, 15, 0.6);
  height: 86px;
  border-radius: 20px;
  padding: 24px;
  color: rgba(15, 14, 15, 0.6);
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-form .forminator-custom-form .forminator-row .forminator-col input, .site-footer .footer-contact .footer-contact-form .forminator-custom-form .forminator-row .forminator-col textarea {
    height: 46px;
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
    border-radius: 8px;
  }
}
.site-footer .footer-contact .footer-contact-form .forminator-custom-form .forminator-row .forminator-col textarea {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-contact .footer-contact-form .forminator-custom-form .forminator-row .forminator-col textarea {
    height: 120px;
  }
}
.site-footer .footer-contact .footer-contact-form .forminator-custom-form .forminator-row .forminator-col .forminator-button {
  font-size: 20px !important;
  font-weight: 400 !important;
  font-family: "Inter Tight", sans-serif !important;
  line-height: 20px;
  background: #5E17EB;
  padding: 20px;
  border-radius: 18px;
  width: 100%;
  box-shadow: none;
  color: #FFFFFF;
}
.site-footer .footer-large-logo {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 16px;
}
.site-footer .footer-large-logo img {
  width: 100%;
}
.site-footer .footer-content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.site-footer .footer-content .footer-nav .site-nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-content .footer-nav .site-nav-menu {
    gap: 12px;
  }
}
.site-footer .footer-content .footer-nav .site-nav-menu .menu-item {
  font-size: 14px;
  line-height: 18px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-content .footer-nav .site-nav-menu .menu-item {
    font-size: 10px;
    line-height: 14px;
  }
}
.site-footer .footer-content .footer-nav .site-nav-menu .menu-item a {
  color: rgba(0, 0, 0, 0.7);
}
.site-footer .footer-content .footer-nav .site-nav-menu .menu-item:hover a {
  color: #5E17EB;
}
.site-footer .footer-copyright {
  padding: 20px 0 30px;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.site-footer .footer-copyright p {
  font-size: 14px;
  line-height: 18px;
  color: #0F0E0F;
  margin: 0;
}
.site-footer .footer-copyright p a {
  color: #0F0E0F;
}
.site-footer .footer-copyright p a:hover {
  color: #5E17EB;
}

.home-about-tabs .e-n-tabs {
  display: inline-flex !important;
}
.home-about-tabs .e-n-tabs .e-n-tabs-heading {
  border-radius: 40px;
  border: 1px solid #F3F3F3;
  gap: 0;
  max-width: 960px;
  justify-content: start;
  padding: 4px;
}
@media only screen and (max-width: 1310px) {
  .home-about-tabs .e-n-tabs .e-n-tabs-heading {
    display: flex !important;
  }
}
@media only screen and (max-width: 767px) {
  .home-about-tabs .e-n-tabs .e-n-tabs-heading {
    margin-bottom: 40px;
  }
}
.home-about-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
  background-color: transparent !important;
  padding: 8px 0;
  color: #6F6F6F !important;
  border: 1px solid transparent !important;
  border-radius: 40px;
  flex: 1;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.home-about-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover {
  background-color: #F7F3FE !important;
  border: 1px solid #3D00B6 !important;
  color: #3D00B6 !important;
}
.home-about-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  background-color: #F7F3FE !important;
  border: 1px solid #3D00B6 !important;
  color: #3D00B6 !important;
}

.home-services-item {
  position: sticky !important;
  top: 2rem;
}
@media only screen and (max-width: 1310px) {
  .home-services-item {
    box-shadow: none !important;
  }
}
.home-services-item.home-services-item-2 {
  top: 3rem;
}
.home-services-item.home-services-item-3 {
  top: 4rem;
}
.home-services-item.home-services-item-4 {
  top: 5rem;
}

.vertical-tabs-wrapper {
  /* Initial state before animation */
  /* Animate in when tab becomes active */
}
.vertical-tabs-wrapper .container {
  display: flex;
  height: 720px;
  max-width: 1280px;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #CFCFCF;
}
@media only screen and (max-width: 1310px) {
  .vertical-tabs-wrapper .container {
    height: auto;
    flex-direction: column;
    border-radius: 0;
    border: none;
  }
}
.vertical-tabs-wrapper .tab {
  flex: 1;
  background: #fff;
  border-right: 1px solid #CFCFCF;
  overflow: hidden;
  transition: flex 0.4s ease, background 0.4s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: row;
}
@media only screen and (max-width: 1310px) {
  .vertical-tabs-wrapper .tab {
    display: block;
    padding: 16px;
    border-right: none;
    border-bottom: 1px solid #CFCFCF;
  }
}
.vertical-tabs-wrapper .tab:last-child {
  border-right: none;
}
.vertical-tabs-wrapper .tab.active {
  flex: 14;
  background: #FEFBF8;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 1310px) {
  .vertical-tabs-wrapper .tab.active .tab-item {
    padding: 16px 0;
    margin-bottom: 24px;
  }
}
.vertical-tabs-wrapper .tab-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  font-weight: bold;
  color: #333;
  padding: 32px 24px;
  min-width: 40px;
}
@media only screen and (max-width: 1310px) {
  .vertical-tabs-wrapper .tab-item {
    flex-direction: row;
    justify-content: start;
    padding: 0;
  }
}
.vertical-tabs-wrapper .tab-item span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width: 1310px) {
  .vertical-tabs-wrapper .tab-item span {
    font-size: 20px;
    line-height: 28px;
  }
}
.vertical-tabs-wrapper .tab-item h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1310px) {
  .vertical-tabs-wrapper .tab-item h4 {
    writing-mode: unset;
    transform: rotate(0deg);
    font-size: 20px;
    line-height: 28px;
  }
}
.vertical-tabs-wrapper .tab-content {
  display: none;
  flex-direction: column;
  padding: 32px;
  flex: 1;
  max-width: 880px;
}
@media only screen and (max-width: 1310px) {
  .vertical-tabs-wrapper .tab-content {
    padding: 0;
  }
}
.vertical-tabs-wrapper .tab.active .tab-content {
  display: flex;
}
.vertical-tabs-wrapper .tab-content > * {
  opacity: 0;
  transform: translateY(20px);
}
.vertical-tabs-wrapper .tab.active .tab-content > * {
  animation: fadeInUp 0.6s forwards ease;
}
.vertical-tabs-wrapper .tab.active .tab-content > *:nth-child(1) {
  animation-delay: 0.1s;
}
.vertical-tabs-wrapper .tab.active .tab-content > *:nth-child(2) {
  animation-delay: 0.3s;
}
.vertical-tabs-wrapper .tab.active .tab-content > *:nth-child(3) {
  animation-delay: 0.5s;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.vertical-tabs-wrapper .tab-content h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 24px;
}
@media only screen and (max-width: 1310px) {
  .vertical-tabs-wrapper .tab-content h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
.vertical-tabs-wrapper .tab-content p {
  font-size: 18px;
  line-height: 26px;
  color: rgba(15, 14, 15, 0.8);
  margin: 0 0 48px;
}
@media only screen and (max-width: 1310px) {
  .vertical-tabs-wrapper .tab-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 16px !important;
  }
}
.vertical-tabs-wrapper .tab-content img {
  border-radius: 24px;
  max-width: 100%;
}
.vertical-tabs-wrapper .tab:not(.active):hover {
  background: #e0e0e0;
}

.driving-innovation-icon > .elementor-widget-container {
  height: 52px !important;
  width: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.driving-innovation-icon > .elementor-widget-container .elementor-icon-wrapper {
  display: flex !important;
}

.client-image {
  min-width: auto !important;
}

.explore-icon > .elementor-widget-container {
  height: 64px !important;
  width: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.explore-icon > .elementor-widget-container .elementor-icon-wrapper {
  display: flex !important;
}

.featured-widgets .elementor-icon-list-items {
  display: flex;
  align-items: center;
  gap: 24px;
}
.featured-widgets .elementor-icon-list-items .elementor-icon-list-item {
  position: relative;
}
.featured-widgets .elementor-icon-list-items .elementor-icon-list-item:last-child:after {
  display: none;
}
.featured-widgets .elementor-icon-list-items .elementor-icon-list-item:after {
  position: absolute;
  right: -13px !important;
  left: auto !important;
  top: 50%;
  width: 3px;
  height: 3px;
  background: #000000;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.blog-author h4 span {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  color: rgba(15, 14, 15, 0.8);
  padding-left: 13px;
  position: relative;
}
.blog-author h4 span:before {
  position: absolute;
  left: 6px;
  top: 50%;
  height: 3px;
  width: 3px;
  background: #000;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}
.blog-author .elementor-icon-list-items {
  display: flex;
  align-items: center;
  gap: 24px;
}
.blog-author .elementor-icon-list-items .elementor-icon-list-item {
  position: relative;
}
.blog-author .elementor-icon-list-items .elementor-icon-list-item:last-child:after {
  display: none;
}
.blog-author .elementor-icon-list-items .elementor-icon-list-item:after {
  position: absolute;
  right: -13px !important;
  left: auto !important;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.pagination-left .elementor-button {
  border: 1px solid #E5E7EB !important;
  border-radius: 6px !important;
  width: 36px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-number .elementor-button {
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px !important;
  width: 36px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.pagination-number .elementor-button:hover {
  background: rgba(43, 52, 153, 0.05) !important;
}

.blog-grid {
  display: grid;
  column-gap: 32px;
  row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .blog-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
  }
}
.blog-grid .blog-card .blog-thumbnail {
  height: 270px;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 24px;
}
.blog-grid .blog-card .blog-thumbnail img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.blog-grid .blog-card .blog-meta .blog-category {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(15, 14, 15, 0.8);
  margin-bottom: 8px;
}
.blog-grid .blog-card .blog-meta h3 {
  font-family: "Inter Tight", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: #0F0E0F;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-grid .blog-card .blog-meta h3:hover a {
  color: #5E17EB;
}
.blog-grid .blog-card .blog-meta h3 a {
  color: inherit;
  transition: all 0.3s;
}
.blog-grid .blog-card .blog-meta p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(15, 14, 15, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-grid .blog-card .blog-meta .blog-author {
  margin-top: 24px;
  display: flex;
  gap: 16px;
}
.blog-grid .blog-card .blog-meta .blog-author .author-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.blog-grid .blog-card .blog-meta .blog-author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.blog-grid .blog-card .blog-meta .blog-author .author-info h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #000102;
  margin-bottom: 4px;
}
.blog-grid .blog-card .blog-meta .blog-author .author-info h6 span {
  font-size: 14px;
  line-height: 20px;
  color: rgba(15, 14, 15, 0.8);
  padding-left: 13px;
  position: relative;
}
.blog-grid .blog-card .blog-meta .blog-author .author-info h6 span:before {
  position: absolute;
  left: 6px;
  top: 7px;
  height: 3px;
  width: 3px;
  background: #000;
  border-radius: 50%;
  content: "";
}
.blog-grid .blog-card .blog-meta .blog-author .author-info .author-info-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(15, 14, 15, 0.6);
}
.blog-grid .blog-card .blog-meta .blog-author .author-info .author-info-date span {
  position: relative;
  padding-left: 23px;
}
.blog-grid .blog-card .blog-meta .blog-author .author-info .author-info-date span:before {
  position: absolute;
  left: 10px !important;
  top: 7px;
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 50%;
  content: "";
}

.blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.blog-footer .blog-count {
  font-size: 16px;
  line-height: 24px;
  color: rgba(15, 14, 15, 0.6);
}
.blog-footer .blog-count span {
  color: #0F0E0F;
}
.blog-footer .pagination {
  display: flex;
  align-items: center;
}
.blog-footer .pagination .prev, .blog-footer .pagination .next {
  height: 28px !important;
  width: 36px !important;
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-footer .pagination .prev {
  margin-right: 8px;
}
.blog-footer .pagination .next {
  margin-left: 8px;
}
.page-numbers:not(.blog-footer .pagination.prev, .blog-footer .pagination.next) {
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px !important;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6E7177;
}
.blog-footer .pagination .page-numbers.current {
  width: 36px;
  color: #181B21;
  background: rgba(49, 52, 153, 0.05);
}

.post .post-header {
  position: relative;
  padding: 112px 0;
}
@media only screen and (max-width: 767px) {
  .post .post-header {
    padding: 80px 0;
  }
}
.post .post-header .container {
  max-width: 1080px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
.post .post-header .container .post-categories {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 16px;
}
.post .post-header .container h1 {
  font-size: 64px;
  line-height: 70px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .post .post-header .container h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
.post .post-header .container .blog-author .author-img {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
}
.post .post-header .container .blog-author .author-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.post .post-header .container .blog-author .author-info {
  margin-top: 16px;
}
.post .post-header .container .blog-author .author-info h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin-bottom: 4px;
}
.post .post-header .container .blog-author .author-info h6 span {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 13px;
  position: relative;
}
.post .post-header .container .blog-author .author-info h6 span:before {
  position: absolute;
  left: 6px;
  top: 7px;
  height: 3px;
  width: 3px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.post .post-header .container .blog-author .author-info .author-info-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.post .post-header .container .blog-author .author-info .author-info-date span {
  position: relative;
  padding-left: 23px;
}
.post .post-header .container .blog-author .author-info .author-info-date span:before {
  position: absolute;
  left: 10px !important;
  top: 7px;
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
  content: "";
}
.post .post-header::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 1;
}
.post .post-header > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .post-content-wrapper {
  padding: 80px 15px;
}
.post .post-content {
  max-width: 768px;
  margin: 0 auto;
  width: 100%;
}
.post .post-content .post-content-inner h1, .post .post-content .post-content-inner h2, .post .post-content .post-content-inner h3, .post .post-content .post-content-inner h4, .post .post-content .post-content-inner h5, .post .post-content .post-content-inner h6 {
  color: #1B1D1E;
  font-weight: 500;
  margin: 24px 0;
}
.post .post-content .post-content-inner h1 {
  font-size: 64px;
  line-height: 70px;
}
@media only screen and (max-width: 767px) {
  .post .post-content .post-content-inner h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
.post .post-content .post-content-inner h2 {
  font-size: 48px;
  line-height: 54px;
}
.post .post-content .post-content-inner ul, .post .post-content .post-content-inner ol {
  padding-left: 20px;
}
.post .post-content .post-content-inner ul li, .post .post-content .post-content-inner ol li {
  font-size: 16px;
  line-height: 24px;
  color: rgba(15, 14, 15, 0.8);
}
.post .post-content .post-content-inner p {
  font-size: 18px;
  line-height: 26px;
  color: rgba(15, 14, 15, 0.8);
  margin: 16px 0;
}
.post .post-content .post-content-inner figure {
  margin: 48px 0;
}
.post .post-content .post-content-inner figure img {
  margin-bottom: 16px;
}
.post .post-content .post-content-inner figure figcaption {
  font-size: 14px;
  line-height: 20px;
  color: rgba(15, 14, 15, 0.6);
  padding-left: 8px;
  border-left: 2px solid rgba(0, 1, 2, 0.15);
  margin: 0;
}
.post .post-content .post-content-inner blockquote {
  color: #0F0E0F;
  font-size: 24px;
  line-height: 36px;
  margin: 36px 0;
  padding-left: 20px;
  border-left: 2px solid rgba(0, 1, 2, 0.15);
}
.post .post-content .post-content-inner blockquote p {
  color: #0F0E0F;
  font-size: 24px;
  line-height: 36px;
}
.post .post-content .post-content-top {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.post .post-content .post-content-top .post-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post .post-content .post-content-top .post-breadcrumb a, .post .post-content .post-content-top .post-breadcrumb span {
  font-size: 16px;
  line-height: 24px;
  color: #0f0e0f;
}
.post .post-content .post-content-top .post-share {
  display: flex;
  align-content: center;
  gap: 8px;
}
.post .post-content .post-content-top .post-share a {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post .post-content .post-content-bottom {
  margin-top: 64px;
}
.post .post-content .post-content-bottom .post-content-bottom-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
.post .post-content .post-content-bottom .post-content-bottom-share span {
  display: block;
  color: #0F0E0F;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 30px;
}
.post .post-content .post-content-bottom .post-content-bottom-share .post-share {
  display: flex;
  align-content: center;
  gap: 8px;
}
.post .post-content .post-content-bottom .post-content-bottom-share .post-share a {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post .post-content .post-content-bottom .post-content-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(0, 1, 2, 0.15);
}
.post .post-content .post-content-bottom .post-content-tags span {
  display: inline-flex;
  font-size: 14px;
  line-height: 22px;
  color: #000102;
  font-weight: 600;
  border-radius: 6px;
  padding: 4px 10px;
  background: #F7F3FE;
  border: 1px solid #EFE8FD;
}
.post .post-content .post-content-bottom .blog-author .author-img {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
}
.post .post-content .post-content-bottom .blog-author .author-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.post .post-content .post-content-bottom .blog-author .author-info {
  margin-top: 16px;
  text-align: center;
}
.post .post-content .post-content-bottom .blog-author .author-info h6 {
  font-size: 14px;
  line-height: 24px;
  color: #0F0E0F;
  margin-bottom: 4px;
}
.post .post-content .post-content-bottom .blog-author .author-info span {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: rgba(15, 14, 15, 0.8);
}
.post .post-subscriber {
  padding: 112px 0;
  background: linear-gradient(180deg, #F7F3FE 0%, rgba(247, 243, 254, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .post .post-subscriber {
    padding: 40px 15px;
  }
}
.post .post-subscriber .post-subscriber-inner {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.post .post-subscriber .post-subscriber-inner h2 {
  font-size: 64px;
  line-height: 70px;
  color: #0F0E0F;
  font-weight: 500;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .post .post-subscriber .post-subscriber-inner h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
.post .post-subscriber .post-subscriber-inner > p {
  font-size: 24px;
  color: #3F3E3F;
  line-height: 34px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .post .post-subscriber .post-subscriber-inner > p {
    font-size: 16px;
    line-height: 24px;
  }
}
.post .post-subscriber .post-subscriber-inner .post-subscriber-inner-form {
  max-width: 515px;
  margin: 0 auto;
  width: 100%;
}
.post .post-subscriber .post-subscriber-inner .post-subscriber-inner-form form {
  display: flex;
  align-items: center;
  gap: 16px;
}
.post .post-subscriber .post-subscriber-inner .post-subscriber-inner-form form .gform_body {
  width: 100%;
}
.post .post-subscriber .post-subscriber-inner .post-subscriber-inner-form .gfield_label {
  display: none;
}
.post .post-subscriber .post-subscriber-inner .post-subscriber-inner-form .gform-footer {
  margin: 0;
}
.post .post-subscriber .post-subscriber-inner .post-subscriber-inner-form .gform-footer .gform_button {
  border-radius: 8px !important;
  color: #E8EFFC !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 24px;
  font-size: 16px !important;
  height: 52px !important;
}
.post .post-subscriber .post-subscriber-inner .post-subscriber-inner-form input[type=email] {
  height: 52px;
  padding: 12px;
  background: rgba(0, 1, 2, 0.05);
  font-size: 14px;
  color: #0F0E0F;
  border-radius: 12px;
  border: none;
  text-align: left;
  box-shadow: none;
}
.post .post-subscriber .post-subscriber-inner .post-subscriber-inner-form input[type=email]::placeholder {
  color: rgba(15, 14, 15, 0.6);
}
.post .post-subscriber .post-subscriber-inner .post-subscriber-inner-form p {
  font-size: 14px;
  line-height: 20px;
  color: #000102;
  margin: 16px 0 0;
}
.post .post-subscriber .post-subscriber-inner .post-subscriber-inner-form p a {
  color: inherit;
  text-decoration: underline;
}
.post .post-recommended {
  padding: 140px 15px 80px;
}
.post .post-recommended .post-recommended-inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .post .post-recommended {
    padding: 80px 15px 40px;
  }
}
.post .post-recommended .post-recommended-title {
  margin-bottom: 40px;
  max-width: 754px;
  width: 100%;
}
.post .post-recommended .post-recommended-title h2 {
  font-size: 64px;
  line-height: 70px;
  color: #0F0E0F;
  font-weight: 500;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .post .post-recommended .post-recommended-title h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
.post .post-recommended .post-recommended-title > p {
  font-size: 24px;
  color: #3F3E3F;
  line-height: 34px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .post .post-recommended .post-recommended-title > p {
    font-size: 16px;
    line-height: 24px;
  }
}
.post .post-recommended .recommended-posts {
  display: grid;
  column-gap: 32px;
  row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) {
  .post .post-recommended .recommended-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .post .post-recommended .recommended-posts {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
  }
}
.post .post-recommended .recommended-posts .blog-card .blog-thumbnail {
  height: 270px;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 24px;
}
.post .post-recommended .recommended-posts .blog-card .blog-thumbnail img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.post .post-recommended .recommended-posts .blog-card .blog-meta .blog-category {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(15, 14, 15, 0.8);
  margin-bottom: 8px;
}
.post .post-recommended .recommended-posts .blog-card .blog-meta h3 {
  font-family: "Inter Tight", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: #0F0E0F;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post .post-recommended .recommended-posts .blog-card .blog-meta h3:hover a {
  color: #5E17EB;
}
.post .post-recommended .recommended-posts .blog-card .blog-meta h3 a {
  color: inherit;
  transition: all 0.3s;
}
.post .post-recommended .recommended-posts .blog-card .blog-meta p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(15, 14, 15, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post .post-recommended .recommended-posts .blog-card .blog-meta .blog-author {
  margin-top: 24px;
  display: flex;
  gap: 16px;
}
.post .post-recommended .recommended-posts .blog-card .blog-meta .blog-author .author-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.post .post-recommended .recommended-posts .blog-card .blog-meta .blog-author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.post .post-recommended .recommended-posts .blog-card .blog-meta .blog-author .author-info h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #000102;
  margin-bottom: 4px;
}
.post .post-recommended .recommended-posts .blog-card .blog-meta .blog-author .author-info h6 span {
  font-size: 14px;
  line-height: 20px;
  color: rgba(15, 14, 15, 0.8);
  padding-left: 13px;
  position: relative;
}
.post .post-recommended .recommended-posts .blog-card .blog-meta .blog-author .author-info h6 span:before {
  position: absolute;
  left: 6px;
  top: 7px;
  height: 3px;
  width: 3px;
  background: #000;
  border-radius: 50%;
  content: "";
}
.post .post-recommended .recommended-posts .blog-card .blog-meta .blog-author .author-info .author-info-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(15, 14, 15, 0.6);
}
.post .post-recommended .recommended-posts .blog-card .blog-meta .blog-author .author-info .author-info-date span {
  position: relative;
  padding-left: 23px;
}
.post .post-recommended .recommended-posts .blog-card .blog-meta .blog-author .author-info .author-info-date span:before {
  position: absolute;
  left: 10px !important;
  top: 7px;
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 50%;
  content: "";
}
.post .post-recommended .recommend-button {
  text-align: center;
  margin-top: 60px;
}
.post .post-recommended .recommend-button a {
  font-size: 16px;
  line-height: 24px;
  color: #000102;
  border-radius: 12px;
  padding: 10px 24px;
  background: rgba(0, 1, 2, 0.05);
  display: inline-flex;
}
.post .post-cta {
  padding: 80px 20px 45px 20px;
}
@media only screen and (max-width: 767px) {
  .post .post-cta {
    padding: 40px 20px 40px 20px;
  }
}
.post .post-cta .post-cta-inner {
  position: relative;
  border-radius: 24px;
  text-align: center;
  padding: 120px 15px;
}
@media only screen and (max-width: 767px) {
  .post .post-cta .post-cta-inner {
    padding: 35px 15px 33px;
    border-radius: 6px;
  }
}
.post .post-cta .post-cta-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .post .post-cta .post-cta-inner img {
    border-radius: 6px;
  }
}
.post .post-cta .post-cta-inner .post-cta-inner-content {
  position: relative;
  z-index: 1;
  max-width: 870px;
  margin: 0 auto;
  width: 100%;
}
.post .post-cta .post-cta-inner .post-cta-inner-content h2 {
  font-size: 64px;
  line-height: 70px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .post .post-cta .post-cta-inner .post-cta-inner-content h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 16px;
  }
}
.post .post-cta .post-cta-inner .post-cta-inner-content > p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 24px;
  margin: 0 0 32px;
}
@media only screen and (max-width: 767px) {
  .post .post-cta .post-cta-inner .post-cta-inner-content > p {
    margin: 0 0 16px;
  }
}
.post .post-cta .post-cta-inner .post-cta-inner-content a {
  font-size: 16px;
  line-height: 20px;
  color: #5E17EB;
  padding: 20px 36px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: #FFFFFF;
}

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