img {
	max-width: 100%;
}
body .direct-chat-messages {
	min-height: 420px;
}
body .chat_conversion_menu .direct-chat-messages {
	min-height: 530px;
}
body .chat_conversion_menu ul {
	list-style: none;
    margin: 0px;
    padding: 0px;
}
body .chat_conversion_menu li {
    position: relative;
}
.direct-chat-messages .direct-chat-text {
    position: relative;
}
.direct-chat-messages .direct-chat-text .removeItms {
  float: right;
}
body .chat_conversion_menu li .removeItms {
  float: right;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999;
}
.about-one_content-box p.mb-15 {
    margin-bottom: 15px;
}
.hero-wrapper-three .hero-content .circle-list li {
  font-size: 18px;
}
body .chat_conversion_menu li a.conversionsItms {
	padding: 5px 20px 5px 10px;
    background-color: #eee;
    margin-bottom: 3px;
    display: block;
}
body .direct-chat-messages pre {
	background-color: #d1d1d136;
	color: #e83e8c;
	padding: 16px;
	border-radius: 8px;
	overflow-x: auto;
	white-space: pre-line; /* Wrap long lines */
	word-break: break-word;
	margin: 20px 0;
}
form, .form-group {
	font-size: 14px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    font-weight: bold;
}
.text-center {
	text-align: center;
}
.underLineNames {
	min-width: 200px;
	border-bottom: 1px solid;
	display: inline-block;
  line-height: normal;
  text-align: center;
  font-weight: bold;
}
.amounBox span {
  border: 1px solid;
  padding: 5px 10px;
}
.is_expansion {
	color: #ff0000;
  font-weight: bold;
}
.amounBox {
  font-weight: bold;
}
.is_income {
  color: #347715;
  font-weight: bold; 
}
.inner-pages .hero-section h2 {
    color: #fff;
}
.inner-pages .hero-section {
    --default-color: #ffffff;
    --default-color-rgb: 255, 255, 255;
    --background-color: #000000;
    --background-color-rgb: 0, 0, 0;
    width: 100%;
    position: relative;
    padding: 100px 0 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itmsCloneSection .itmsClone:first-child .removeItm {
  display: none;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}
/* ===== Full-page Loader (CSS only) ===== */
/* Works with: <div class="loader"></div> */

.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;

  /* Center the spinner */
  display: grid;
  place-items: center;

  /* Backdrop */
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);

  /* Optional fade-out if you later add .is-hidden */
  transition: opacity .35s ease, visibility .35s ease;
}

@media (prefers-color-scheme: dark) {
  .loader { background: rgba(17, 24, 39, 0.92); }
}

/* Spinner (drawn with borders) */
.loader::before {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 4px solid transparent;          /* base ring */
  border-top-color: #0ea5e9;               /* accent */
  border-right-color: #0ea5e9;
  animation: loader-spin .8s linear infinite;
}

/* Optional label—set with: <div class="loader" data-label="Loading…"></div> */
.loader::after {
  content: attr(data-label);
  margin-top: 10px;
  font: 500 14px/1.2 system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans";
  color: #111827;
}
@media (prefers-color-scheme: dark) {
  .loader::after { color: #e5e7eb; }
}

/* Hidden state (toggle by adding the class in HTML) */
.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-gif{
  background-color: #e5e5e5;
  text-align: center;
}
.ac-header-one__logo img {
  max-height: 75px;
}
/* Keyframes */
@keyframes loader-spin { to { transform: rotate(360deg); } }

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.main-header {
  z-index: 0;
}
.printBtnSection {
    float: right;
    text-align: right;
    margin-bottom: -30px;
    padding: 10px;
    z-index: 1;
}
.onlyPrint {
  display: none;
}
@media print {
    .onlyPrint {
       display: block;
    }
    .noPrint {
      display: none;
    }
    @page {
      margin-top: 0;
      margin-bottom: 0;
    }
    #printSection {
      padding: 10px;
      width: 100%;
    }
    body {
        padding: 1rem;
        border: 5px solid #000;
        margin: 10px;
    }
    body .card-body {
      padding: 10px;
    }
    body, body p, body div, body td, body th, body b, body strong, body li, body span {
        font-size: 22px !important;
        line-height: normal !important;
    }
    img {
      max-width: 100%;
      height: auto;
      max-height: 1180px;
    }
}
.output-section {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fafafa;
}
.output-section pre {
    white-space: pre-wrap;
    font-size: 1rem;
    text-align: justify;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


/* Responsive video container */
  .video-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;             /* modern browsers */
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
  }

  /* Fallback for very old browsers without aspect-ratio */
  .video-hero::before {
    content: "";
    float: left;
    padding-top: 56.25%;              /* 16:9 fallback */
  }
  .video-hero::after { content: ""; display: block; clear: both; }

  .video-hero video {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;                /* crop to fill nicely */
    display: block;
  }

  /* Optional overlay content */
  .video-hero .caption {
    position: absolute; inset: auto 0 0 0;
    padding: 1rem 1.25rem;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 60%, rgba(0,0,0,.75) 100%);
    font-weight: 600;
    letter-spacing: .2px;
  }

  /* Respect users who prefer reduced motion: pause video and show poster */
  @media (prefers-reduced-motion: reduce) {
    .video-hero video {
      animation: none !important;
    }
  }

.what_you_purchase {
  background-color: #efefef;
}

.ccai-deliverables-step {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.ccai-deliverable-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #ffffff;
    padding: 18px 16px;
    transition: transform .15s ease, box-shadow .15s ease;
    margin-bottom: 15px;
}
.ccai-deliverable-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.ccai-deliverable-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.ccai-file-badge {
    font-size: 12px;
    font-weight: 700;
    color: #8a5a00;
    background: #f4b4002e;
    border: 1px solid rgba(244, 180, 0, .35);
    padding: 5px 15px;
    border-radius: 15px;
}
.ccai-deliverable-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
}
.ccai-step-pill {
  font-size: 12px;
  font-weight: 800;
  color: #0369a1;
  background: rgba(14,165,233,.12);
  border: 1px solid rgba(14,165,233,.22);
  padding: 5px 15px;
  border-radius: 15px;
  white-space: nowrap;
}

.ccai-deliverables-steps {
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fafafa;
}

.ccai-step-text {
  font-size: 14px;
  font-weight: 700;
}

/* ===== CreateCourseWithAI: How It Works (self-contained) ===== */
}
.ccai-howitworks-section {
}

.ccai-howitworks-head {
  margin-bottom: 40px;
}


.ccai-howitworks-title {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.ccai-howitworks-subtitle {
  margin: 0;
  color: #6b7280;
}

/* Grid */
.ccai-howitworks-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Cards */
.ccai-howitworks-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;          /* matches your existing border usage */
  border-radius: 12px;                /* fits your 8/16 pattern */
  padding: 28px 24px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ccai-howitworks-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}

/* Step circle */
.ccai-howitworks-step {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 14px;
  color: #ffffff;
  background: #0ea5e9;                /* matches your loader accent color */
}

/* Text */
.ccai-howitworks-card-title {
  margin: 0 0 8px;
  font-weight: 700;
}

.ccai-howitworks-card-text {
  margin: 0;
}

/* Note */
.ccai-howitworks-note {
  margin: 28px 0 0;
}

/* Responsive */
@media (max-width: 991px) {
  .ccai-howitworks-grid {
    grid-template-columns: 1fr;
  }
  .ccai-howitworks-section {
    padding: 60px 0;
  }
  .ccai-howitworks-title {
    font-size: 26px;
  }
}

.ccai-pricing-section {
  padding: 90px 0;
  color: #ffffff;
  background: radial-gradient(1200px 600px at 20% 10%, rgba(14,165,233,.22), rgba(0,0,0,0) 60%),
              radial-gradient(900px 500px at 85% 40%, rgba(37,99,235,.28), rgba(0,0,0,0) 55%),
              linear-gradient(135deg, #062a78 0%, #041d55 45%, #03163f 100%);
}

.ccai-pricing-head {
  max-width: 860px;
  margin: 0 auto 40px;
}

.ccai-pricing-kicker {
  display: inline-block;
  font-weight: 700;
  opacity: .95;
}

.ccai-pricing-title {
  margin: 0 0 12px;
  color: #fff;
  font-weight: 800;
}

.ccai-pricing-subtitle {
  color: rgba(255,255,255,.85);
}

.ccai-pricing-roi {
  font-size: 14px;
  color: rgba(255,255,255,.9);
}

.ccai-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  max-width: 980px;
  margin: 40px auto 0;
}

.ccai-plan-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
  color: #111827;
  position: relative;
}

.ccai-plan-top {
  padding: 26px;
  background: linear-gradient(135deg, #0b4dd9 0%, #073db5 55%, #062f90 100%);
  color: #ffffff;
}

.ccai-plan-name {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 6px;
}

.ccai-plan-price {
  font-size: 44px;
  font-weight: 900;
  line-height: normal;
}
.ccai-plan-body .check-list.style-one li:not(:last-child) {
    margin-bottom: 5px;
}

.ccai-currency {
  font-size: 18px;
  vertical-align: super;
}

.ccai-plan-meta {
  font-size: 13px;
  opacity: .9;
}

.ccai-plan-body {
  padding: 24px 26px 28px;
}

.ccai-plan-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.ccai-plan-list li {
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #374151;
  position: relative;
}

.ccai-plan-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0b4dd9;
  font-weight: 900;
}

.ccai-plan-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px;
  border-radius: 10px;
  border: 2px solid #0b4dd9;
  color: #0b4dd9;
  text-decoration: none;
  font-weight: 800;
}

.ccai-plan-btn-primary {
  background: #f4b400;
  border-color: #f4b400;
  color: #111827;
}

.ccai-plan-footnote {
  margin-top: 14px;
  font-size: 12px;
  color: #6b7280;
  text-align: center;
}

.ccai-plan-popular {
  border: 3px solid #f4b400;
}

.ccai-popular-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #f4b400;
  color: #111827;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 10px;
  border-radius: 999px;
}

.ccai-pricing-bottom {
  margin-top: 24px;
  text-align: center;
}

@media (max-width: 900px) {
  .ccai-pricing-grid {
    grid-template-columns: 1fr;
  }
  .ccai-pricing-title {
    font-size: 30px;
  }
}