body {
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        sans-serif;
}
body a {
    text-decoration: none !important;
    color: #0e977f;
    /* font-weight: bold; */
}

.mobile-contact-us {
    display: none;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
}

.green-text,
.common-heading {
    color: #0e977f;
}

.navbar {
    padding: 0.5rem 1rem;
}

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

.nav-link {
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 500;
}

.navbar-nav .nav-link {
    color: #353535;

    margin: 0 10px;

    font-size: 16px;
    font-weight: 400;
}

.nav-link {
    font-weight: 500 !important;
}

.navbar-button {
    border-radius: 10px;
    padding: 12px 20px;
    background-color: #0e977f;
    color: #ffffff;
}

.navbar-button:hover {
    background-color: #0baa8d;
    color: #ffffff;
}

.tool-title img {
    margin: auto;
}

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

.btn-primary {
    background-color: #0e977f;

    border: none;

    padding: 8px 20px;

    font-weight: 500;

    display: flex;

    gap: 10px;
    width: 152px;
}

.btn-primary:hover {
    background-color: #0baa8d;
}
.btn-list,
.btn-paragraph {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #0e977f !important;
    transition: all 0.3s ease;
}

.btn-list:hover,
.btn-paragraph:hover {
    background-color: #f8f9fa;
    color: #000000;
    border: 1px solid #0e977f !important;
}

input#formatList:checked + label.btn-list,
input#formatParagraph:checked + label.btn-paragraph {
    background-color: #0e977f;
    color: #ffffff;
    border: 1px solid #0e977f !important;
}

input#formatList:checked + label.btn-list:hover,
input#formatParagraph:checked + label.btn-paragraph:hover {
    background-color: #0d8a74;
    color: #ffffff;
    border: 1px solid #0d8a74 !important;
}

.hero-text {
    font-weight: 500;
    font-size: 36px;
}

.hero-subtext {
    color: #4a4a4a;
    margin: 0 auto 1.5rem;
}

.search-container {
    position: relative;

    display: block;

    border-top: 2px solid #0e977f;

    border-radius: 35px;

    padding: 4px;

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

    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;
}

.form-control:focus {
    box-shadow: none !important;
}

.route {
    text-decoration: none;

    color: inherit;
}

.tools-section h2 {
    font-weight: 500;
    font-size: 32px;
}

.tool-card {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    border: 2px solid #35353533;
    gap: 12px;
    transition: transform 0.2s;
    align-items: baseline;
    z-index: 0;
    overflow: visible;
    height: 156px;
}

.home-bottom-main {
    background: #0e977f;
    border-radius: 30px;
    color: #ffffff;
}

.bottom-button {
    background-color: white;
    color: black;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 500;
}

.bottom-right {
    width: 100%;
}

.circle-lines {
    position: absolute;
    right: -49px;
    bottom: -49px;
    width: 211px;
}

.home-man {
    position: absolute;
    right: -36px;
    bottom: -49px;
    width: 350px;
}

.bottom-button a {
    text-decoration: none;
    color: black;
}

.mail-icon {
    position: absolute;
    right: 274px;
    z-index: 10;
    bottom: 28px;
    width: 49px;
}

.text-t-icon {
    position: absolute;
    right: 233px;
    z-index: 10;
    bottom: 90px;
    width: 49px;
}

.number-1-icon {
    position: absolute;
    right: 171px;
    z-index: 0;
    bottom: 59px;
    width: 49px;
}

.text-icon {
    position: absolute;
    right: -32px;
    z-index: 10;
    bottom: 145px;
    width: 49px;
}

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

    position: absolute;

    top: -2px;

    left: -2px;

    right: -2px;

    bottom: -2px;

    border-radius: 15px;

    background: linear-gradient(to bottom, #31e0c0, #0e977f);

    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: 18px;
    font-weight: 600;
    color: #252525;
}

.tool-card {
    position: relative;
    overflow: visible;
}

.badge {
    position: absolute;
    top: -15px;
    left: 19px;
    background-color: #0e977f;
    color: white;
    padding: 6px 16px;
    border-radius: 33px;
    font-weight: bold;
    font-size: 16px;
    z-index: 10;
}

.popular-cards {
    border: 2px solid #0e977f !important;
}

.tool-card .d-flex {
    z-index: 5;
}

.tool-description {
    color: #666;

    font-size: 0.9rem;

    flex-grow: 1;
}

.footer {
    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 {
        display: flex;

        flex-direction: column;
    }

    .search-container {
        max-width: 100%;
    }

    .footer {
        justify-content: center !important;
        margin-bottom: 20px !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;
    justify-content: center;
    height: 200px;
    align-items: center;
    font-size: 20px;
}

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;
}

.howto-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #f9fafb !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;
}

.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 {
    padding: 1rem 1.5rem;
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    background-color: #0e977f;
}

/* 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: #f8faf9;
    /* 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;
    }
}

.cursor-pointer {
    cursor: pointer;
}

@media (max-width: 768px) {
    .desktop-contact-us {
        display: none;
    }

    .mobile-contact-us {
        display: block;
    }
}
.btn-outline-custom {
    border: 1px solid #0e977f;
    color: #0e977f;
    background-color: transparent;
    transition: all 0.3s ease;
}

.btn-outline-custom:hover {
    background-color: #0e977f;
    color: #ffffff;
}

/* Checked state */
.form-check-input:checked {
    background-color: #0e977f !important;
    border-color: #0e977f !important;
}

.form-check-input:focus {
    border-color: #0e977f !important;
    box-shadow: 0 0 0 0.2rem rgba(14, 151, 127, 0.25) !important;
    outline: none;
}

#audio-vol::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #0e977f !important;
}

textarea:focus,
input.form-control:focus {
    border-color: #0e977f !important;
    box-shadow: 0 0 0 0.2rem rgba(14, 151, 127, 0.25);
    outline: none;
}

/* Style for disabled dropdown */
.form-select:disabled {
    background-color: #e9ecef;
    /* opacity: 0.6; */
    /* cursor: not-allowed; */
}

/* Ensure dropdown items still have hover effects when enabled */
.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #0e977f !important;
    color: white !important;
}

.dropdown-item.active {
    background-color: #0e977f !important;
    color: white !important;
}
.dropdown-toggle::after {
    display: none !important;
}
/* Dropdown button styling with text overflow */
.dropdown-toggle.form-select {
    /* min-width: 160px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding-right: 30px;
}
.dropdown-toggle.form-select:focus {
    border-color: #198754 !important;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25) !important;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #0e977f !important;
}
/* @media(max-width: 540px){
    .footer-main .footer-content {
        flex-direction: column !important;
        text-align: center;
        gap: 10px;
    }
} */
@media screen and (max-width: 540px) {
    .footer-main .footer-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-main .footer-content {
        text-align: center !important;
        /* gap: 10px; */
        padding-bottom: 10px;
        font-size: 11px;
    }
    .howto-title {
        font-size: 30px !important;
    }
    h3 {
        font-size: 20px;
        font-weight: 700;
    }
    .tool-step {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .main-style-css {
        padding: 0px !important;
    }
    .container {
        margin-bottom: 0px !important;
    }
}
.footer-content p {
    margin-top: 0px !important;
    margin-bottom: 0px;
}
.error-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 78vh;
    text-align: center;
}
.error-box {
    height: 400px;
}

.error-box h1 {
    font-size: 120px;
    font-weight: bold;
    color: #0e977f;
}

.error-box h2 {
    font-size: 32px;
    color: #333;
    margin-top: 20px;
}

.error-box p {
    font-size: 18px;
    color: #777;
    margin-top: 10px;
}
.btn-home {
    margin-top: 3rem;
    display: block;
    padding: 12px 30px;
    font-size: 18px;
    color: #fff;
    background-color: #0e977f;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.btn-home:hover {
    background-color: #0b7a66;
    transition: 0.3s;
}

.custom-btn:hover {
    background-color: #0e977f !important;
    color: #fff !important;
    border-color: #0e977f !important;
}

.text-buttons,
.upload-button {
    transition: all 0.3s ease;
}
