:root {
  --dark-blue: #2b354f;
  --accent-green: #42ba96;
  --accent-red: #ff5a60;
  --accent-blue: #272ca2;
}

html,
body {
  scroll-behavior: smooth;
}
/* loader css */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #335eead4;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

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

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

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

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}
/* loader css */

.citation-view {
  background: #ffffff;
  box-shadow: 0px 47px 74px rgb(135 135 135 / 7%), 0px 30.463px 43.338px rgb(135 135 135 / 5%), 0px 18.1037px 23.5704px rgb(135 135 135 / 4%), 0px 9.4px 12.025px rgb(135 135 135 / 4%), 0px 3.82963px 6.02963px rgb(135 135 135 / 3%), 0px 0.87037px 2.91204px rgb(135 135 135 / 2%);
  border-radius: 16px;
  padding: 60px 50px;
}
#citation-search-url {
  display: none;
}
.list-group {
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .citation-view {
    padding: 30px 20px;
  }
  .mleft {
    text-align: left;
  }
}
.form-control {
  border-color: rgb(0 0 0 / 33%);
  height: auto;
  line-height: initial;
  padding: 10px 20px;
}
.btn-secondary {
  background-color: #758085;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #626d72;
  color: #fff;
}
#add-author {
  float: right;
  white-space: pre;
}
.btn:hover {
  cursor: pointer;
}
.d-c-title {
  font-weight: 700;
  font-size: 22px;
  margin: 10px 0 20px;
}

.deleteAuthor {
  cursor: pointer;
}
#citationForm .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#citationForm .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.input-group.date {
  cursor: pointer;
}
.input-group.date .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #fff;
  border: 1px solid #869ab8;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0;
}
.input-group.date .input-group-addon span.fa {
  font-size: 15px;
  margin-top: 4px;
  color: #555;
}
.datepicker-days {
  padding: 5px 10px;
}
.datepicker-days th,
.datepicker-days td {
  font-size: 14px;
}
.datepicker .datepicker-switch {
  font-size: 16px;
}
.form-error-msg {
  color: #c83838;
  text-align: left;
  width: 100%;
  font-size: 11px;
  padding-top: 5px;
  margin-bottom: 0px;
  font-weight: normal;
}

@media only screen and (max-width: 950px) {
  .modal.show .modal-dialog {
    width: 90%;
    max-width: 90%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  #copyCitation > div {
    width: 95%;
    top: 10px;
    margin: auto;
  }
  #copyCitation .row .text-right {
    text-align: center !important;
  }
}
.mleft {
  text-align: left !important;
}

.citation-banner-button {
  display: inline-block;
  background: #fe5b60 !important;
  box-shadow: 0px 7px 29px rgb(100 100 111 / 20%) !important;
  border-radius: 0.25rem;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #ffffff !important;
  padding: 14px 70px 14px 70px;
  margin-top: 7px;
  text-decoration: none;
}
.citation-view #searchbutton {
  background: #42b996;
  border-radius: 7.03448px;
}
#main-logo {
  display: block !important;
}
#plagiarism-logo {
  display: none !important;
}

.text-citation-color {
  color: #2a2fa4 !important;
}
#author-main-input {
  position: relative;
}
#author-main-input i {
  color: #869ab8;
  position: absolute;
  top: 50%;
  left: auto;
  right: 16px;
  transform: translateY(-50%);
}
/* input style */
/* #citation-email,
.first_name,
.last_name,
#year-published,
#citation-title,
#citation-website,
#citation-publisher,
#citation-url,
#citation-accessdate {
  border: 1px solid #869ab8;
  border-radius: 8px;
} */
#citation-accessdate {
  border-radius: 8px 0 0 8px;
  border-right: 0 !important;
}
#calendar-main {
  border-radius: 0 8px 8px 0;
}
#submit-citation-btn {
  display: inline-block;
  background: #fe5b60 !important;
  box-shadow: 0px 7px 29px rgb(100 100 111 / 20%) !important;
  border-radius: 0.25rem;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #ffffff !important;
  padding: 14px 70px 14px 70px;
  margin-top: 7px;
}
.citation-benifits {
  background: #2b354e;
}
.citation-benifits .c-title-1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
}

.citation-benifits .c-title-2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  display: block;
  pointer-events: none;
}
.cita-benifits {
}
.image-wrap-benifits {
  min-height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.cita-benifits p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
  padding: 0px 12px;
}
.heading-row-faq > div {
  margin: 30px 0;
}
.row > div.why-q-img-o:first-child {
  padding-right: 0;
}
.row > div.why-q-img-o:last-child {
  padding-left: 0;
}

.row > .v-c-item {
  padding-left: 30px;
  padding-right: 60px;
}
.citation-how h2 {
  font-weight: 700;
}
.citation-how h3 {
  font-weight: 700;
}
.citation-style-para {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
}
@media only screen and (max-width: 770px) {
  .p-checker-header h1 {
    font-weight: 700;
    font-size: 42px;
  }
  #citation-banner {
    text-align: center;
    background-image: none !important;
  }
  #citation-banner .text-left {
    text-align: center !important;
  }
  .citation-banner-img {
    margin: 50px auto 0 !important;
    display: block !important;
    max-width: 460px;
    min-width: 460px;
  }
  #citation-banner > .row {
    padding-bottom: 0 !important;
  }
  .citation-navbar {
    background-color: #fff;
  }
  #main-logo {
    display: block !important;
  }
  #plagiarism-logo {
    display: none !important;
  }
  .citation-navbar .fe.fe-menu {
    display: none !important;
  }
  .dark-hamburger {
    display: block !important;
  }
  .citation-banner-button {
    display: block;
  }
  #citation-banner .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #citation-banner .al-main-text {
    padding: 30px 20px 50px;
  }

  .citation-view .display-4 {
    text-align: center;
    font-weight: 700;
  }
  .citation-view .lead {
    text-align: center;
  }
  .citation-style-para {
    width: 85%;
  }
}
@media only screen and (max-width: 500px) {
  .fix-card-img {
    flex-direction: column-reverse;
    margin-bottom: 20px !important;
  }
  .why-q-img-o {
    margin-bottom: 60px;
  }
  .citation-banner-img {
    max-width: 380px;
    min-width: 380px;
  }
  .row > div.why-q-img-o:first-child {
    padding-right: 20px;
  }
  .row > div.why-q-img-o:last-child {
    padding-left: 20px;
  }
  .citation-style-para {
    width: 95%;
  }
  .blog-post-content + .blog-post-url {
    text-align: center;
    display: block;
  }
  .citation-note-text {
    text-align: center;
  }
}
/* .datepicker-days > .table-condensed {
  width: 100%;
}
.datepicker-days > .table-condensed tbody .day:hover {
  background: #f1f1f1;
  border-radius: 4px;
}
.datepicker-days > .table-condensed tbody .day.active {
  background: #f1f1f1;
  border-radius: 4px;
} */
.c-form-control {
  border: 1px solid #869ab880;
  border-radius: 8px;
}
.c-form-control:hover {
  border-color: #869ab8;
}
.c-form-control:active {
  border-color: #869ab8;
}
.c-form-control:focus {
  border-color: #869ab8;
  box-shadow: 0px 55px 22px rgba(0, 0, 0, 0.01), 0px 31px 19px rgba(0, 0, 0, 0.05), 0px 14px 14px rgba(0, 0, 0, 0.09), 0px 3px 8px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.heading-row-faq .col-12 > .row {
  align-items: center;
}
.heading-row-faq .col-12 > .row p:last-child {
  margin-bottom: 0;
}
.blog-post-content + .blog-post-url {
  color: #fe5b60;
}
.why-q-img-o img {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15);
  border-radius: 4px;
}

.ai-title {
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.ai-side-image-main {
}
#ai-main-section > div {
  background: url(../img/ai-detector/2.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
}
.ai-side-image {
}
.title-11 {
  font-size: 24px;
  font-weight: 700;
}
.para-11 {
  margin: 0 0 40px;
}
.ai-side-image-main div .para-11:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 3000px) {
  #ai-main-section {
    background: url(../img/ai-detector/1.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 50%;
    background: none;
  }
}
@media only screen and (max-width: 770px) {
  .nav-dark .navbar-brand-img {
    filter: invert(3) brightness(34.5) hue-rotate(0deg) grayscale(28);
  }
  #ai-main-section {
    background: none;
  }
  .img-1111 img {
    display: block !important;
    margin: -10px 0 30px -40px;
  }
}

/* new color scheme */
.p-checker-header {
  background: #fff !important;
}

.check-word-limit {
  display: block;
  color: #fff;
  font-size: 14px;
  margin: -2px 0 10px;
  color: #161c2d !important;
}
#ai-detect-input {
  margin:0 auto;
}
.p-checker-faq .check-btn,
.check-btn {
  box-shadow: 0px 7px 29px rgb(100 100 111 / 20%) !important;
  border-radius: 0.25rem;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 50px;
  margin-top: 7px;
  background: var(--accent-green) !important;
}
.check-btn:hover {
  color: #fff !important;
}
#ai-sub-title-2 {
  background: var(--dark-blue) !important;
  padding: 50px 0 50px;
  color: #fff !important;
}
.si-wrapper {
  height: auto !important;
  width: auto !important;
}
.p-checker-faq {
  padding-bottom: 20px;
}

@media only screen and (max-width: 666px) {
  .si-wrapper {
    position: relative;
  }
  .si-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .si-overlay .text-sm-center {
    font-size: 14px;
  }
}


        /* Info Cards */
        .info-cards {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 30px;
          margin: 60px 0;
      }

      .info-card {
          background: white;
          border: 1px solid #e2e8f0;
          border-radius: 12px;
          padding: 30px;
          text-align: center;
          transition: all 0.3s;
      }

      .info-card:hover {
          border-color: var(--primary-color);
          box-shadow: 0 10px 30px rgba(102, 126, 234, 0.1);
          transform: translateY(-5px);
      }

      .info-card-icon {
          font-size: 2.5rem;
          color: var(--primary-color);
          margin-bottom: 15px;
      }

      .info-card h3 {
          font-size: 1.2rem;
          margin-bottom: 12px;
          color: var(--text-dark);
          font-weight: 700;
      }

      .info-card p {
          color: var(--text-light);
          font-size: 0.95rem;
      }

      .benefits-feature-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
          gap: 2rem;
          margin-top: 3rem;
      }

      .benefits-feature-card {
          background: #f8f9fa;
          border-radius: 12px;
          padding: 2rem;
          transition: all 0.3s;
          position: relative;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          border-left: 4px solid #0d6efd;
      }

      .benefits-feature-card.border-blue {
          border-left-color: #0d6efd;
      }

      .benefits-feature-card.border-red {
          border-left-color: #dc3545;
      }

      .benefits-feature-card.border-green {
          border-left-color: #28a745;
      }

      .benefits-feature-card:hover {
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          transform: translateY(-2px);
      }

      .benefits-icon {
          margin-bottom: 1.5rem;
      }

      .benefits-feature-card h3 {
          font-size: 1.25rem;
          margin-bottom: 1rem;
          color: #333;
          font-weight: 700;
      }

      .benefits-feature-card p {
          color: #666;
          line-height: 1.7;
          margin-bottom: 1rem;
          font-size: 0.95rem;
      }

      .benefits-feature-card a {
          font-size: 0.95rem;
          color: #0d6efd;
          text-decoration: none;
          font-weight: 600;
          display: inline-block;
          margin-top: 0.5rem;
          white-space: nowrap;
          bottom: 1rem;
          position: absolute;
      }

      .benefits-feature-card a:hover {
          text-decoration: underline;
      }

      .benefits-feature-card a::after {
          content: " →";
          margin-left: 4px;
      }
