body {
  /* background: linear-gradient(to top, #f8f7f9, #ece2f4); */

  background: linear-gradient(
    to bottom,

    #dee9f7 0%,

    #f2e9f5 5%,

    #ffffff 50%
  );

  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.navbar {
  padding: 0.5rem 1rem;
}

.navbar-brand {
  width: 150px;
  font-size: 1.5rem;
  color: #1a1a1a;
}

.header {
  border-bottom: 1px solid #989898;
}

.navbar-nav .nav-link {
  color: #1a1a1a;

  margin: 0 10px;

  font-size: 0.95rem;
}

.navbar-nav .nav-link:hover {
  color: #0553d0;
}

.accordion-body {
  text-align: start !important;
}

.btn-primary {
  background-color: #0553d0;

  border: none;

  padding: 8px 20px;

  font-weight: 500;

  display: flex;

  gap: 10px;
  width: 152px;
}

.btn-primary:hover {
  background-color: #044c94;
}

.hero-text {
  color: #0553d0;

  font-size: clamp(1.8rem, 5vw, 2.5rem);

  font-weight: 700;

  margin-bottom: 1rem;
}

.hero-subtext {
  color: #4a4a4a;

  max-width: 840px;

  margin: 0 auto 1.5rem;
}

.search-container {
  position: relative;

  display: block;

  border: 1px solid rgb(190, 190, 190);

  border-radius: 35px;

  padding: 4px;

  background: linear-gradient(to bottom, #f5f7fa, #e6f0fa);

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.search-bar {
  border: none;

  border-radius: 50px;

  padding: 15px 20px;

  font-size: 1rem;

  background: #fff;

  color: #999;

  width: 100%;
  outline: none;
}

.search-bar:focus {
  outline: none !important;
  border: none !important;
  box-shadow: inset 0 0 5px rgb(30, 143, 255);
}

.route {
  text-decoration: none;

  color: inherit;
}

.tools-section h2 {
  font-size: clamp(1.5rem, 4vw, 1.75rem);

  font-weight: bold;

  margin-bottom: 1.5rem;
}

.tool-card {
  position: relative;

  background: #fff;

  border-radius: 15px;

  padding: 1.5rem;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

  border: 2px solid transparent;

  gap: 20px;

  /* needed for sizing */

  transition: transform 0.2s;

  height: 213px;

  display: flex;

  flex-direction: column;

  align-items: baseline;

  z-index: 0;

  overflow: visible;
}

.tool-card::before {
  content: "";

  position: absolute;

  top: -2px;

  left: -2px;

  right: -2px;

  bottom: -2px;

  border-radius: 15px;

  background: linear-gradient(to bottom, #0057ff, #ad51f3);

  z-index: -1;

  opacity: 0;

  transition: opacity 0.3s;
}

.tool-card::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  border-radius: 15px;

  background: #fff;

  z-index: -1;
}

.tool-card:hover {
  transform: translateY(-5px);
}

.tool-card:hover::before {
  opacity: 1;
}

.tool-title {
  font-size: 1.25rem;

  font-weight: 700;

  margin-bottom: 0.5rem;
}

.tool-description {
  color: #666;

  font-size: 0.9rem;

  flex-grow: 1;
}

.footer {
  margin-top: 20px;

  border-top: 1px solid #ddd;
}

.functional-btn {
  background-color: rgb(234, 234, 234);

  border-radius: 4px;
}

.functional-btn:hover {
  background-color: #d0d0d0;
}

.accordion-border {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 991px) {
  .btn-primary {
    /* margin: 1rem auto; */

    display: block;

    width: 168px;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    margin-top: 1rem;

    background: #ffffff;

    border-radius: 7px;

    padding: 1rem;
  }

  .search-container {
    width: 280px !important;
  }

  .search-bar {
    padding: 10px;

    font-size: 0.9rem;
  }

  .tool-title {
    align-items: center;

    display: flex;

    flex-direction: column;
  }

  .search-container {
    max-width: 100%;
  }
  .footer{
    justify-content: center !important;
    margin-bottom: 20px !important;
  }
  .tool-title{
    text-align: start !important;
  }
}
@media (max-width: 425px) {
  .simplekeyfeatures-list-wrapper {
    padding: 10px !important;
  }
  .howto-container{
    padding: 36px 16px !important;
  }
  .usercategory-users{
    padding: 10px !important;
  }
  .simplekeyfeatures-section{
    padding: 10px !important;
  }
  .simplekeyfeatures-container{
    padding: 0px !important;
  }
  .simplekeyfeatures-list-wrapper{
    padding: 10px !important;
  }
  .steps{
    display: block !important;
  }
}

.tool-item {
  transition: all 0.2s ease-in-out;
}

#toolSearch::placeholder {
  color: #aaa;
}

#noResultsMessage {
  font-style: italic;

  font-size: 0.95rem;
}

a.route {
  transition: all 0.2s ease-in-out;
}

.shortcut-badge {
  position: absolute;

  right: 15px;

  top: 50%;

  transform: translateY(-50%);

  background-color: #f1f1f1;

  border: 1px solid #ccc;

  border-radius: 4px;

  font-size: 0.75rem;

  padding: 2px 6px;

  color: #555;

  pointer-events: none;

  font-family: monospace;
}

.accordion-button:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Container and base */
.howto-section {
  padding-top: 3rem;
  padding-bottom: 1rem;
  /* gray-50 */
}

.howto-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #ebedef !important;
  padding: 36px;
}

@media (min-width: 640px) {
  .howto-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 457px) {
  .social-icons {
    justify-content: center !important;
  }

  .footer {
    margin-top: 20px !important;
  }
}

@media (min-width: 1024px) {
  .howto-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Header */
.howto-header {
  text-align: center;
  margin-bottom: 3rem;
}

.howto-title {
  font-size: 2.25rem;
  /* text-4xl */
  font-weight: 700;
  color: #111827;
  /* gray-900 */
  margin-bottom: 1rem;
}

.howto-subtitle {
  font-size: 1.125rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  border: none;
}

/* Grid for user categories */
.usercategories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .usercategories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* User Category Card */
.usercategory-card {
  background-color: white;
  border-radius: 0.5rem;
  /* rounded-lg */
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.1), 0 1px 2px rgb(0 0 0 / 0.06);
  /* shadow-md */
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Header with gradient */
.usercategory-header {
  background: linear-gradient(to right, #3b82f6, #8b5cf6);
  /* from-blue-500 to-purple-600 */
  padding: 1rem 1.5rem;
  color: white;
  font-size: 1.25rem;
  /* text-xl */
  font-weight: 700;
}

/* Users list */
.usercategory-users {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Each user item */
.user-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.user-icon {
  flex-shrink: 0;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Bluish background and text color for user icons */
.user-icon-bluish {
  background-color: #e0f2fe;
  /* blue-50 */
  color: #2563eb;
  /* blue-600 */
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

/* Icon placeholders using emojis or SVG background */
/* You can replace these with actual inline SVG or icon fonts */

/* FileText icon */
.filetext-icon::before {
  content: "📄";
  font-size: 1.5rem;
}

/* TrendingUp icon */
.trendingup-icon::before {
  content: "📈";
  font-size: 1.5rem;
}

/* Users icon */
.users-icon::before {
  content: "👥";
  font-size: 1.5rem;
}

/* Code icon */
.code-icon::before {
  content: "💻";
  font-size: 1.5rem;
}

/* Database icon */
.database-icon::before {
  content: "🗄️";
  font-size: 1.5rem;
}

/* Share2 icon */
.share2-icon::before {
  content: "🔗";
  font-size: 1.5rem;
}

/* Zap icon */
.zap-icon::before {
  content: "⚡";
  font-size: 1.5rem;
}

/* User text */

.user-title {
  font-weight: 600;
  color: #111827;
  /* gray-900 */
  margin-bottom: 0.25rem;
}

.user-description {
  font-size: 0.875rem;
  /* text-sm */
  color: #4b5563;
  /* gray-600 */
}

/* Benefits Section */
.howto-benefits {
  background-color: white;
  border-radius: 0.75rem;
  /* rounded-xl */
  box-shadow: 0 10px 15px rgb(0 0 0 / 0.1), 0 4px 6px rgb(0 0 0 / 0.05);
  /* shadow-lg */
  padding: 2rem;
}

.benefits-title {
  font-size: 1.5rem;
  /* text-2xl */
  font-weight: 700;
  color: #111827;
  /* gray-900 */
  text-align: center;
  margin-bottom: 2rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefit-item {
  text-align: center;
}

/* Benefit icons */
.benefit-icon {
  margin-bottom: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  /* 8 */
  height: 2rem;
  font-size: 2rem;
  border-radius: 0.375rem;
}

/* CheckCircle2 icon */
.checkcircle2-icon::before {
  content: "✔️";
  color: #22c55e;
  /* green-500 */
  font-size: 2rem;
}

/* Zap icon large */
.zap-icon-large::before {
  content: "⚡";
  color: #3b82f6;
  /* blue-500 */
  font-size: 2rem;
}

/* Shield icon */
.shield-icon::before {
  content: "🛡️";
  color: #7c3aed;
  /* purple-500 */
  font-size: 2rem;
}

.benefit-title {
  font-size: 1.125rem;
  /* text-lg */
  font-weight: 600;
  color: #111827;
  /* gray-900 */
  margin-bottom: 0.5rem;
}

.benefit-subtitle {
  color: #4b5563;
  /* gray-600 */
}

.simplekeyfeatures-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9fafb;
  /* Tailwind gray-50 */
}

.simplekeyfeatures-container {
  max-width: 56rem;
  /* max-w-4xl = 896px */
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .simplekeyfeatures-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .simplekeyfeatures-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 425px) {
  .navbar-brand {
    width: 150px !important;
  }

  .navbar-brand img {
    height: 47px !important;
  }

  .how-to-section {
    padding: 10px !important;
  }
  .steps{
    display: block !important;
  }
}

/* Header */
.simplekeyfeatures-header {
  text-align: center;
  margin-bottom: 3rem;
}

.simplekeyfeatures-title {
  font-size: 1.875rem;
  /* text-3xl */
  font-weight: 700;
  color: #111827;
  /* gray-900 */
  margin-bottom: 1rem;
}

.simplekeyfeatures-subtitle {
  font-size: 1.125rem;
  /* text-lg */
  color: #4b5563;
  /* gray-600 */
}

/* List container */
.simplekeyfeatures-list-wrapper {
  background-color: white;
  border-radius: 0.5rem;
  /* rounded-lg */
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
  border: 1px solid #e5e7eb;
  /* gray-200 */
  padding: 2rem;
}

/* List */
.simplekeyfeatures-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* space-y-4 */
}

/* Each feature item */
.simplekeyfeatures-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

/* Check icon */
.simplekeyfeatures-icon {
  flex-shrink: 0;
  width: 1.25rem;
  /* w-5 */
  height: 1.25rem;
  /* h-5 */
  margin-top: 0.125rem;
  /* mt-0.5 */
  color: #22c55e;
  /* green-500 */
  stroke-width: 2;
}

/* Text */
.simplekeyfeatures-text {
  color: #374151;
  /* gray-700 */
  line-height: 1.625;
  /* leading-relaxed */
}

/* Add animation for the cross icon */
.navbar-toggler-close {
    font-size: 1.5rem;
    color: black;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Initially hide the cross icon */
.navbar-toggler-close {
    display: none;
}

/* Show the cross icon when the dropdown is open */
.navbar-collapse.collapse.show + .navbar-toggler .navbar-toggler-close {
    display: block;
    opacity: 1;
    transform: scale(1);
}

/* Optional: Add a slight animation to the hamburger and cross icon */
.navbar-toggler-icon,
.navbar-toggler-close {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-toggler-icon.active {
    opacity: 0;
    transform: scale(0);
}

.navbar-toggler-close.active {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 767px) {
.get-in-touch-1{
  display: flex !important;
}
  .get-in-touch-2{
    display: none !important;
  }
}

