@font-face {
  font-family: Poppins;
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: Poppins-Bold;
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.ttf");
}
* {
  -webkit-font-smoothing: antialiased;
}

html, body {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  color: #000000;
}

h1 {
  font-size: 3em !important;
  font-family: Poppins-Bold, sans-serif;
  line-height: 1.4;
}

@media only screen and (max-width: 940px) {
  h1 {
    font-size: 2.5em !important;
  }
}
@media only screen and (max-width: 610px) {
  h1 {
    font-size: 2em !important;
  }
}
@media only screen and (max-height: 610px) {
  h1 {
    font-size: 2em !important;
  }
}
h2 {
  font-size: 2.5em !important;
}

@media only screen and (max-width: 940px) {
  h2 {
    font-size: 2em !important;
  }
}
@media only screen and (max-width: 610px) {
  h2 {
    font-size: 1.5em !important;
  }
}
h3 {
  font-size: 1.5em !important;
}

@media only screen and (max-width: 940px) {
  h3 {
    font-size: 1.2em !important;
  }
}
@media only screen and (max-width: 610px) {
  h3 {
    font-size: 1.2em !important;
  }
}
h4 {
  font-size: 42px !important;
  color: #0A0A0A !important;
}

@media only screen and (max-width: 940px) {
  h4 {
    font-size: 36px !important;
  }
}
@media only screen and (max-width: 610px) {
  h4 {
    font-size: 32px !important;
  }
}
.bg-dark {
  background-color: #1B1D1F !important;
  color: white !important;
}

.bg-cream {
  background-color: #FDFAF0 !important;
}

.navbar a, .nav-link {
  color: #000000 !important;
  font-size: 1.2em;
  margin: 0 16px 0px 16px;
  padding: 14px;
}

.nav-link:hover {
  color: #909090 !important;
  transition: 0.3s;
}

.nav-item.active > a {
  text-decoration: underline;
}

.navbar-brand > img {
  height: 52px;
}

.subnav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .subnav {
    flex-direction: column;
  }
}

.btn-blue {
  color: white;
  background-color: #0270ea;
  border-radius: 34px;
  padding: 12px 30px;
}
.btn-blue:hover {
  color: white;
  background-color: #3389e8;
}

.btn-blue-outline {
  color: #0270ea;
  background-color: white;
  border-radius: 34px;
  border: 1px solid #0270ea;
  padding: 12px 30px;
}
.btn-blue-outline:hover {
  color: #3389e8;
  border: 1px solid #3389e8;
}

.check-ul {
  list-style-image: url("../images/checkmark-2.png");
  list-style-position: outside;
}

.check-ul.green {
  list-style-image: url("../images/checkmark-3.png");
}

.check-ul > li {
  padding: 12px;
}

.check-ul > li > span {
  position: relative;
  top: -6px;
}

.text-light {
  color: #7E8A9C !important;
}

.text-blue {
  color: #0270ea !important;
}

.text-highlighted {
  font-family: Poppins-Bold, sans-serif;
  font-weight: bold;
  color: #5CABFF;
  text-transform: uppercase;
}

.line {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.9);
}
.testimonial img {
  border-radius: 14px;
  min-height: 200px;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.testimonial img:hover {
  transform: scale(1.1);
  z-index: 100;
}

.review {
  background-color: #0270ea;
  border-radius: 14px;
}

.tri-right.right-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 42px;
  top: 84px;
  bottom: auto;
  border: 12px solid;
  border-color: #0270ea transparent transparent #0270ea;
}

.tri-right.left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 42px;
  right: auto;
  top: 84px;
  bottom: auto;
  border: 12px solid;
  border-color: #0270ea #0270ea transparent transparent;
}

.hero-img {
  transition: transform 0.6s, filter 1s ease-in-out;
  transform-origin: center center;
  transform: scale(0.95);
  border-radius: 1rem;
}
.hero-img:hover {
  filter: brightness(130%);
  transform: scale(1);
}

.blog-image img {
  width: 350px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 940px) {
  .blog-image img {
    max-width: 100%;
  }
}

.blog-post a {
  color: black;
}

.large-txt {
  font-size: 1.8em;
}

.dispnot {
  display: none;
}

.post-container {
  flex-direction: row;
}

@media only screen and (max-width: 940px) {
  .post-container {
    flex-direction: column;
  }
}
.btn-animated-gradient {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 500% 500%;
  animation: gradient 12s ease infinite;
  border: 0;
  border-radius: 34px;
  padding: 12px 30px;
}

@keyframes gradient {
  0%, 100% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  75% {
    background-position: 100% 50%;
  }
}
.loading-animation {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 10px; /* spacing it away from the button */
  vertical-align: middle; /* centering it vertically in relation to the button */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.uploaded-logo-preview {
  max-width: 140px;
  margin-top: 10px;
}

.uploaded-favicon-preview {
  max-width: 64px;
  margin-top: 10px;
}

/* File Upload Label CSS */
.custom-file-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.big-radio {
  width: 20px;
  height: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.glowing-border-rect {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  background-color: white;
  border-radius: 12px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.glowing-border-rect-active::before, .glowing-border-rect-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
}

.glowing-border-rect-active::before {
  margin: -4px;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 12s ease infinite, pulsate 4s ease infinite;
  z-index: -1;
  filter: blur(4px);
}

@keyframes pulsate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

.blog-post-content img {
  max-width: 100%;
  height: auto;
}

.template-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.template-image {
  width: 100%;
  height: 250px; /* Default height for smaller screens */
  -o-object-fit: cover;
     object-fit: cover; /* Ensures the image covers the area without distorting aspect ratio */
  display: block;
}

/* Adjust height for larger screens */
@media (min-width: 768px) {
  .template-image {
    height: 380px; /* Increased height for larger screens */
  }
}
.template-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.template-card:hover .template-overlay {
  opacity: 1;
  cursor: auto;
}

.template-card:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
}

.template-view-btn {
  border-radius: 50px; /* Pill shape */
  visibility: hidden;
}

.template-card:hover .template-view-btn {
  visibility: visible;
}

.template-title {
  text-align: center;
  margin-top: 10px;
}

#react-accessibility-scanner {
  padding: 50px 20px;
}

#react-accessibility-scanner h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: bold;
}

#react-accessibility-scanner p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

#react-accessibility-scanner label {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#react-accessibility-scanner input[type=text],
#react-accessibility-scanner select {
  width: 80%;
  max-width: 600px;
  padding: 15px;
  font-size: 1.2rem;
  margin-bottom: 20px;
  border: 2px solid #ddd;
  border-radius: 5px;
}

#react-accessibility-scanner button {
  padding: 15px 30px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#react-accessibility-scanner button:hover {
  background-color: #0056b3;
}

#react-accessibility-scanner .Oval {
  margin-top: 20px;
}

#react-accessibility-scanner .Collapsible {
  margin-bottom: 20px;
}

#react-accessibility-scanner .Collapsible h3 {
  font-size: 1.5rem;
}

#react-accessibility-scanner .Collapsible ul {
  list-style-type: none;
  padding-left: 0;
}

#react-accessibility-scanner .Collapsible ul li {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  padding: 10px;
}

#react-accessibility-scanner table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

#react-accessibility-scanner table th,
#react-accessibility-scanner table td {
  padding: 10px;
  text-align: left;
}

#react-accessibility-scanner table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

#react-accessibility-scanner .compliance-message {
  color: green;
  margin-top: 20px;
}

#react-accessibility-scanner .compliance-message h2 {
  display: inline-block;
  vertical-align: middle;
}

.analytics-card {
  width: 130px; /* Fixed width for all cards */
  height: 100px; /* Fixed height for all cards */
  display: flex;
  flex-direction: column;
  margin-bottom: 15px; /* Adds spacing between cards */
}

.analytics-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.hover-shadow {
  transition: box-shadow 0.3s ease-in-out;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%);
  width: 5%;
}

.right-quote {
  transform: scaleX(-1);
}

.no-decoration {
  text-decoration: none !important;
  color: inherit !important;
}
