/* Root css  */
:root {
  --themeColor: #00afef;
  --darkThemeColor: #2e538e;
  --secondary: #9ba0a3;

  --white: #fff;
  --systemUi: system-ui;
  --bgThemeColor: #05111a;
}
/* Common css  */
.ml-70 {
  margin-left: 70px;
}
.mt-50 {
  margin-top: 50px;
}
.theme-text {
  color: var(--themeColor);
}
.ptb-150 {
  padding: 150px 0px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pl-0 {
  padding-left: 0px !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-content-end {
  justify-content: end;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-28 {
  margin-top: 28px;
}
.ml-80 {
  margin-left: 80px;
}
.justify-content-space-between {
  justify-content: space-between;
}
.mb-0 {
  margin-bottom: 0px;
}
.display-none {
  display: none;
}
.section-spacing {
  padding-top: 50px;
}
.pt-150 {
  padding-top: 150px;
}
.justify-content-center {
  justify-content: center;
}
.bg-black {
  background: var(--bgThemeColor);
}
/* Header css  */
.main-menu > ul > li:hover > a {
  color: var(--themeColor) !important;
}
.active-page {
  color: var(--themeColor) !important;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--themeColor);
}
.wc-btn-normal:hover {
  color: var(--themeColor) !important;
}
/* Banner css  */
.font-heading-PPFragment-TextRegular h1,
.font-heading-PPFragment-TextRegular h2,
.font-heading-PPFragment-TextRegular h3,
.font-heading-PPFragment-TextRegular h4,
.font-heading-PPFragment-TextRegular h5,
.font-heading-PPFragment-TextRegular h6 {
  font-family: var(--systemUi);
}
.hero-area .section-content {
  max-width: 620px;
}
.hero-area .section-content .section-title {
  font-size: 60px;
}
.hero-area .section-content .section-title span {
  font-weight: 600;
}
/* Brand  area css */
.brand-area .text-wrapper {
  padding-bottom: 80px;
}
.brand-area .text {
  color: var(--secondary);
  text-align: center;
}
.brand-area {
  padding-top: 92px;
}
/* How does work css  */
.subtitle-header {
  padding-bottom: 25px;
  text-align: center;
}

.sub-section-title {
  font-size: 30px;
}
.para-text-wrapper-right {
  margin: 0px 80px 0px 0px;
  text-align: justify;
}
.para-text-wrapper-left {
  margin: 0px 0px 0px 80px;
  text-align: justify;
}

.how-does-work-container
  .container
  .features-area-inner
  .section-header
  .section-title-wrapper
  .title-wrapper
  h2 {
  font-size: 18px;
  line-height: 24px;
}
.brand-area .text {
  font-size: 22px;
}
/* Pricing css  */
.wcf__toggle_switcher .slide-toggle-btn .switcher::before {
  background-color: var(--themeColor);
}
/* user say css */
.wc-btn-underline:hover {
  color: var(--themeColor);
}
.feature-box-contact
{
  background-color: #07141dfa;
   border: 1px solid #19242b;
   padding: 13px;
   border-radius: 15px;
}
.feature-box-contact .text
{
  font-size: 15px;
  color: var(--white);
  font-weight: 600;
}
.feature-box-contact .light-contact-font
{
  font-size: 13px;
  color: var(--secondary);
}
.icon-box-for-contact
{
  background-color: #00afef1f;
  color: var(--themeColor);
  padding: 10px;
  border-radius: 8px;
}
.feature-box-contact label
{
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}
.send-message-btn
{
  background-color: #00afef1f;
   color: var(--themeColor);
    padding: 10px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.4s;
}
.send-message-btn:hover
{
  background-color: #00afef2f;
}
.feature-box-contact .form-control
{
  background-color: var(--bgThemeColor);
  border: 1px solid #19242b;
  font-size: 14px;
  color: var(--white);
  box-shadow: none;
}
.feature-box-contact .form-control:focus
{
  border-color: #263640;
}

/* Command section  */
.feature-box {
  padding: 40px 40px;
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.feature-box:hover {
  border: 1px solid #19242b;
  box-shadow: none;
}
.feature-box .title {
  text-align: center;
}
.feature-box .text {
  text-align: center;
  font-size: 14px;
}
.features-wrapper {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.feature-box .thumb {
  text-align: center;
}
.feature-box .content {
  margin-top: 30px !important;
}
.core-features-area-inner {
  background: transparent !important;
  border: none !important;
}
.human-intervention-heading {
  font-size: 30px;
}
.human-intervention-para {
  font-size: 18px;
}
.core-features-area .section-content .btn-wrapper {
  margin-top: 25px !important;
}
.community-area-heading {
  font-size: 30px;
}
.community-area-para {
  font-size: 15px;
}
.community-area .section-content .btn-wrapper {
  margin-top: 20px;
}
.community-area .section-content .counter-wrapper-box {
  margin-top: 25px;
}
.join-community-number {
  font-weight: 500;
  width: 250px;
  text-align: center;
}
.blog-area-inner .section-header .section-title-wrapper .title-wrapper {
  text-align: center;
  margin-bottom: 25px;
  font-size: 15px;
}
.blog-area .section-header .text {
  text-align: center;
  margin-bottom: 25px;
  max-width: 760px;
}
.blog-area .section-header .text-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
}
.blog-area .section-header {
  display: block;
}
.blog-area .section-header .section-title {
  max-width: 100%;
  text-align: center;
}
.blog-area-inner .section-header .btn-wrapper {
  text-align: center;
  margin-bottom: 90px;
}
.cta-area .section-header .section-title {
  max-width: fit-content;
}
.cta-area .section-header .btn-wrapper {
  margin-top: 10px;
}
.cta-area-inner {
  border-top: none;
  border-bottom: none;
}
.footer-area.style-4 .footer-area-inner > *:nth-child(4):before {
  display: none;
}
.ai-content-footer {
  background: #07141dfa;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.footer-area.style-4 .footer-nav-list li a:hover {
  color: var(--themeColor) !important;
}
.subtitle-header {
  color: var(--white);
  font-size: 50px;
}

.para-title-heading {
  color: var(--secondary);
  font-size: 18px;
  max-width: 760px;
  text-align: center;
  margin-bottom: 100px;
}
.features-area-inner .section-header .section-title-wrapper .title-wrapper {
  display: flex;
  justify-content: center;
}
.testimonial-area .section-header .text {
  max-width: 760px;
}
.features-wrapper-box {
  margin-top: 75px;
}
.testimonial-area .testimonial-wrapper-box {
  margin-top: 75px;
}
.compliance-data-ul-heading {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 177.4%;
}
.compliace-database-ul li {
  list-style: disc;
}

.compliace-database-ul {
  padding-left: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
}
/* work flow css  */
.box {
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.prod-showcase {
  text-align: center;
  min-height: 220px;
  padding: 7% 5%;
  margin: 0px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.prod-showcase:hover {
  border: 1px solid #19242b;
  box-shadow: none;
}
.prod-showcase h4 {
  font-size: 16px;
  padding: 30px 15px 0px;
  line-height: 20px;
}
.prod-showcase div {
}

/* work flow css  */
.work-flow-container-heading {
  font-weight: 500;
  font-size: 34px;
  line-height: 136.4%;
  margin-top: 5%;
  margin-bottom: 3%;
  text-align: center;
}
.compliace-database-container-heading {
  font-weight: 500;
  font-size: 34px;
  line-height: 136.4%;
  margin-top: 5%;
  padding-left: 0px;
  margin-bottom: 3%;
}
.core-features-area .section-content {
  margin: 95px 0px 98px;
  text-align: justify;
  max-width: 550px;
}
.book-demo-btn a {
  border: 1px solid var(--themeColor);
  border-radius: 45px;
}
.community-area-inner {
  justify-content: center;
}
.workflow-container {
  gap: 25px 0px;
}
.prod-showcase:hover {
}
/* Compliace system  */
.compliance-area-heading {
  font-size: 30px;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 20px;
}
.compliance-area-content {
}
.compliance-area-para {
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}
.compliance-area-img {
  text-align: center;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: transparent;
  border-radius: 6px;
  margin: 15px 0px;
  background: var(--themeColor);
  cursor: pointer;
}
.compliance-area-img:hover {
  background: transparent;
}
.prod-showcase div svg {
  height: 64px;
  width: 64px;
}
/* document management section  */
.document-mangement-container {
  display: none;
}
/* Cyber security framework  */
.cybersecurity-box {
  min-height: 270px;
}
.cybersecurity-box .thumb img {
  height: 150px;
  width: 150px;
}
.compliance-area-img svg {
  width: 64px;
  height: 64px;
}
/* customer say css  */
.testimonial-rating {
  margin-inline-start: 0px;
}
.testimonial-wrapper {
  padding: 60px 30px;
}
.testimonial-item .text {
  font-size: 14px;
  text-align: justify;
  margin-top: 0px;
}
.testimonial-item .quote-icon-wrap {
  margin-bottom: 25px;
}
/* contact us css  */
.contact-us-container {
  background-color: var(--bgThemeColor) !important;
}
.contact-area .contact-wrapper .title {
  color: var(--white);
}
.contact-area .section-title {
  color: var(--white);
}
.contact-area .line-vertical {
  background-color: var(--white);
}
.contact-area .meta-list li a {
  color: var(--white);
}
.contact-area form .wc-btn-primary {
  background-color: var(--themeColor);
  border: transparent;
}
.contact-area form .wc-btn-primary:hover {
  background-color: var(--themeColor);
  border: transparent;
}
.contact-area .contact-wrapper .title {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 45px;
  text-align: center;
}
.contact-area form input:focus {
  border-color: var(--white);
}
.contact-area form input {
  background-color: transparent;
  color: var(--white);
}
.contact-area form textarea {
  background-color: transparent;
  color: var(--white);
}
.contact-area .contact-wrapper {
  width: 70%;
}
.send-now-btn {
  display: flex;
  justify-content: center;
  border-radius: 6px !important;
}
.send-now-btn button {
  width: 100%;
}
.progress-wrap svg.progress-circle path {
  fill: var(--bgThemeColor);
  stroke: var(--white);
}
.progress-wrap::after {
  color: var(--white);
}

/* ===== Contact form: privacy notice + consent gate ===== */
.feature-box-contact .send-message-btn:disabled
{
  opacity: .45;
  cursor: not-allowed;
}

/* one line in place of the privacy notice - the notice itself lives in a dialog */
.feature-box-contact .notice-link-row
{
  font-size: 13px;
  line-height: 1.55;
  color: var(--secondary);
  background-color: var(--bgThemeColor);
  border: 1px solid #19242b;
  border-left: 2px solid var(--themeColor);
  border-radius: 10px;
  padding: 11px 14px;
  margin: 4px 0 16px;
}
.feature-box-contact .notice-link
{
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: var(--themeColor);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.feature-box-contact .notice-link:hover
{
  text-decoration: none;
}
.feature-box-contact .notice-link:focus-visible
{
  outline: 2px solid var(--themeColor);
  outline-offset: 3px;
  border-radius: 4px;
}

/* each consent sits in its own bordered row */
.feature-box-contact .form-check.consent-box
{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 12px;
  padding: 13px 14px;
  background-color: var(--bgThemeColor);
  border: 1px solid #19242b;
  border-radius: 10px;
}
.feature-box-contact .form-check.consent-box .form-check-input
{
  flex: 0 0 auto;
  margin: 2px 0 0;
  background-color: #07141dfa;
  border: 1px solid #263640;
  box-shadow: none;
}
.feature-box-contact .form-check.consent-box .form-check-input:checked
{
  background-color: var(--themeColor);
  border-color: var(--themeColor);
}
.feature-box-contact .form-check.consent-box .form-check-label
{
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--secondary);
  cursor: pointer;
}

/* privacy notice dialog */
.notice-modal
{
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.notice-modal__backdrop
{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  backdrop-filter: blur(2px);
}
.notice-modal__panel
{
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(560px, 100%);
  max-height: min(80vh, 640px);
  background-color: #07141dfa;
  border: 1px solid #19242b;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .45);
  overflow: hidden;
}
.notice-modal__head
{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 19px 13px;
  border-bottom: 1px solid #19242b;
}
.notice-modal__title
{
  flex: 1 1 auto;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
.notice-modal__close
{
  flex: 0 0 auto;
  background: none;
  border: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  color: var(--secondary);
  opacity: .8;
  cursor: pointer;
}
.notice-modal__close:hover
{
  opacity: 1;
  color: var(--white);
}

/* only the prose scrolls - head and actions stay put */
.notice-modal__body
{
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 16px 19px 6px;
}
.notice-modal__body p
{
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--secondary);
  margin-bottom: 14px;
}
.notice-modal__body p strong
{
  color: var(--white);
  font-weight: 600;
}
.notice-modal__body a
{
  color: var(--themeColor);
  text-decoration: none;
}
.notice-modal__body a:hover
{
  text-decoration: underline;
}
.notice-modal__foot
{
  border-top: 1px solid #19242b;
  border-left: 2px solid var(--themeColor);
  padding: 10px 0 0 10px;
  font-size: 12.5px;
  opacity: .8;
}
.notice-modal__actions
{
  flex: 0 0 auto;
  padding: 14px 19px 18px;
  border-top: 1px solid #19242b;
  text-align: right;
}
.notice-modal__done
{
  background-color: #00afef1f;
  border: 0;
  border-radius: 8px;
  color: var(--themeColor);
  font-size: 14px;
  font-weight: 600;
  padding: 9px 22px;
  cursor: pointer;
  transition: background-color 0.4s;
}
.notice-modal__done:hover
{
  background-color: #00afef2f;
}

@media (max-width: 575.98px) {
  .notice-modal
  {
    padding: 12px;
    align-items: flex-end;
  }

  /* on a phone it sits on the bottom edge and takes the height it needs */
  .notice-modal__panel
  {
    width: 100%;
    max-height: 88vh;
  }

  .notice-modal__done
  {
    width: 100%;
  }
}
