﻿/*string tool*/
.textarea[rows] {
    height: initial
}

.json-output {
    background-color: #f8f9fa;
}

.stringBtn {
    border-radius: 30px;
}
/*for password genrator */
.copy-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #8967f6;
}

.file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.copy-icon:hover {
    color: #8967f6;
}
/*for home page*/
:root {
    --primary-color: oklch(0.359 0.144 278.697) !important;
    --secondary-color: #2ecc71;
    --dark-color: #2c3e50;
    --light-color: #ecf0f1;
}

a {
    color: black !important;
    text-decoration: none;
}

textarea:focus,
textarea:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important; /* consistent border on focus */
}

.hero-section {
    background: linear-gradient(135deg, #93C3ED, #5DC1CB);
}

.display-4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 62px;
    line-height: 75px;
    letter-spacing: 0.05em;
    color: #3A5BA0;
}

.sectionP {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 25px;
    line-height: 30px !important;
    text-align: center !important;
    letter-spacing: 0.05em !important;
    color: #3A5BA0 !important;
}

.lead {
    color: white !important;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.search-box {
    background: white;
    color: black;
    border-radius: 50px;
    padding: 8px 20px;
    transition: all 0.3s ease;
    height: 37.5px;
}

    .search-box:focus-within {
        background: white;
        color: black;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

.search-input {
    background: white;
    border: none;
    color: black;
    width: 80%;
}

    .search-input::placeholder {
        color: black;
    }

    .search-input:focus {
        outline: none;
        box-shadow: none;
        background: white;
        color: black;
    }

.search-btn {
    background: white;
    color: var(--primary-color);
    border: none;
    border-radius: 50px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

    .search-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

#search-results {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    margin-top: -8%;
}

.search-result {
    padding: 10px;
    cursor: pointer;
}

    .search-result:hover {
        background: #f8f9fa;
    }

#services {
    border-radius: 20px;
}
/*for end home page*/
.modal-backdrop {
    --bs-backdrop-zindex: none !important;
}

.customInputCountWord {
    width: 70px !important;
}

.navBarCustom {
    background-color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #4F4E4E;
    height: 45px !important;
}

.footerCustom {
    background: linear-gradient(135deg, #93C3ED, #5DC1CB);
}

.headerLogo {
    width: 40%;
}
/*@media screen and (min-width: 853px) and (max-width: 1280px) {
  .HomePageCard {
    width: 100%;*/ /* make card fill parent */
/*}

  .row .col-md-4 {
    flex: 0 0 50%;*/ /* 2 per row */
/*max-width: 50%;
  }
}*/

/* Above 1280px → 3 cards per row (Bootstrap default col-md-4) */
/*@media screen and (min-width: 1281px) {
  .row .col-md-4 {
    flex: 0 0 33.3333%;*/ /* 3 per row */
/*max-width: 33.3333%;
  }
}*/
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .headerLogo {
        width: 160px;
    }

    .navBarCustom {
        height: 65px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1336px) {
    .navBarCustom ul {
        margin-top: 13px;
    }
}
.navBarCustom ul {
    justify-content: end;
}

@media (max-width: 767px) {
    .accordion-item {
        width: 350px !important;
    }

    .faq-header {
        width: 350px !important;
    }

    .display-4 {
        font-size: 23px !important;
        line-height: 39px !important;
    }

    .sectionP {
        font-size: 24px;
    }

    .headerLogo {
        width: 150px;
    }

    .navBarCustom {
        height: 65px !important;
    }


    #linkBtn {
        display: none !important;
    }
    .navBarCustom ul {
        text-align:start;
    }
}

.buttons {
    border-radius: 20px;
}

    .buttons:hover {
        background-color: #f0f0f0 !important;
        transition: background-color 0.3s ease !important;
    }


ol li {
    font-family: 'Inter';
    font-style: normal;
    color: oklch(0.53 0.03 258.04) !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

ul li {
    font-family: 'Inter';
    font-style: normal;
    color: oklch(0.53 0.03 258.04) !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

.tab {
    border: 2px dotted #93C3ED !important;
    color: black !important;
    background-color: #f3f3f3;
    font-size: 70%;
    font-weight: 500;
}

    .tab.active {
        border: 2px dotted #93C3ED !important;
        color: White !important;
        background-color: #93C3ED !important;
        font-size: 75%;
        font-weight: 600;
    }

h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: #3A5BA0;
}

h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.05em;
    color: #4F4E4E;
    text-align: center;
}

h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #444;
    font-family: Archivo;
}



.btn-primary {
    background-color: oklch(0.359 0.144 278.697) !important;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .btn-primary:hover {
        background-color: #0056b3;
    }

.btn-outline-primary:hover {
    background-color: oklch(0.48 0.12 263.4) !important;
    color: white;
}

.btn-outline-primary {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-secondary {
    background-color: #93C3ED;
    color: #4F4E4E;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Inter';
    font-style: normal;
}

    .btn-secondary:hover {
        background-color: #93C3ED;
        color: #4F4E4E;
    }

.btn-info {
    color: #fff !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-outline-secondary {
    margin-top: 5px;
    margin-bottom: 5px;
    --bs-btn-hover-bg: #93C3ED !important;
}

.btn-warning {
    background-color: #ffc107;
    color: #212529;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .btn-warning:hover {
        background-color: #e0a800;
    }

.btn-success {
    background-color: #28a745;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .btn-success:hover {
        background-color: #218838;
    }

.btn-danger {
    background-color: red;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .btn-danger:hover {
        background-color: red;
    }


/*form json formatter*/
.fullscreen {
    margin-top: 45px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 10000;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

    .fullscreen .editor-box {
        height: calc(100vh - 100px);
    }

    .fullscreen textarea {
        width: 100%;
        height: 100%;
        font-size: 16px;
    }


/*faq*/
.ko-faq-section {
    padding: 40px 0;
}




    .ko-faq-section .ko-container > p {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

.ko-accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
}

.ko-accordion-item-header {
    padding: 20px 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'Inter';
    font-style: normal;
}

    .ko-accordion-item-header::after {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMThMMTUgMTJMOSA2IiBzdHJva2U9IiMwNDdDQzEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.4s ease;
    }

    .ko-accordion-item-header.active::after {
        content: "";
        transform: rotate(90deg);
    }

.ko-accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    font-family: 'Inter';
    font-style: normal;
    color: oklch(0.53 0.03 258.04);
    font-size: 1rem;
    line-height: 1.6;
}

.ko-accordion-item-body-content {
    padding-bottom: 20px;
}

.ko-faq-accordion {
    margin-bottom: 30px;
}

.ko-ask-qus h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}

.ko-ask-qus p {
    margin-bottom: 20px;
}

.ko-form-cotrl {
    margin-bottom: 20px;
}

.ko-faq-input-field {
    width: 100%;
    max-width: 520px;
    padding: 10px;
    outline: none;
    border: 1px solid #dfdfdf;
}

    .ko-faq-input-field:focus {
        outline: none;
        border: 1px solid #aae0ff;
        box-shadow: 1px 1px 10px #aae0ff;
    }

.ko-btn {
    border: 0;
    padding: 6px 12px;
    background: #000000;
    color: #ffffff;
    cursor: pointer;
}

.menu {
    position: sticky;
    display: inline-block;
    vertical-align: top;
    max-height: 70vh;
    overflow-y: auto;
    width: 100%;
    top: 0;
    bottom: 0;
}

.navbar {
    z-index: 10000;
    position: sticky;
    vertical-align: top;
    height: 48px;
    width: 100%;
    top: 0;
    bottom: 0;
}

.HomePageCard {
    border: 2px solid #d3cbcb;
    border-radius: 20px;
    background-color: white;
    padding-bottom: 9%;
    padding-top: 9%;
    padding-left: 13%;
}

    .HomePageCard button {
        color: #4F4E4E;
        width: 155.98px;
        height: 44.5px;
        background: #FFFFFF;
        border: 2px solid #4F4E4E;
        border-radius: 100px;
    }

.seeAllBtn {
    width: 155.98px;
    height: 44.5px;
    border: 2px solid #3B82F6;
    border-radius: 100px;
}
/* Main Page */


.faq-header {
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 732px;
    height: 35px;
    border: none;
    background-color: white;
}

.faq-icon {
    font-size: 1.5rem;
    transition: transform 0.3s;
}

    .faq-icon.rotate {
        transform: rotate(45deg);
    }

.accordion-item {
    width: 741px;
    padding: 10px;
    border-bottom: 1px solid #e8dddd;
}

.accordion {
    --bs-accordion-border-color: none;
}

.accordion-header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.05em;
    color: #4F4E4E;
    flex: none;
    order: 0;
    flex-grow: 1;
}


/*client side css */
.clientCustomBtn {
    color: #4F4E4E;
    width: 155.98px;
    height: 44.5px;
    background: #FFFFFF;
    border: 2px solid #4F4E4E;
    border-radius: 100px;
}

.sidebar {
    height: 100vh;
    background-color: #2f323a;
    color: white;
    padding: 15px;
    transition: all 0.3s ease;
}

    .sidebar h6 {
        font-size: 0.9rem;
        color: #9da5b4;
    }

    .sidebar a {
        color: #d1d5db !important;
        text-decoration: none;
        display: block;
        margin: 8px 0;
        padding: 8px;
        border-radius: 5px;
    }

        .sidebar a.active,
        .sidebar a:hover {
            background-color: #3a3f48;
            color: #fff;
        }

.trial-box {
    position: absolute;
    bottom: 20px;
    width: 80%;
}

.content-area {
    padding: 20px;
    transition: all 0.3s ease;
}

.qr-card {
    border-radius: 10px;
    border: 1px solid #dee2e6;
    background: white;
    padding: 20px;
    position: relative;
}

.qr-img {
    width: 120px;
    height: 120px;
}

.status-badge {
    background: #eaf7ff;
    color: #007bff;
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 4px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar {
    background: white;
    border-bottom: 1px solid #dee2e6;
}

/* Sidebar collapse */
.sidebar-collapsed {
    width: 0 !important;
    overflow: hidden;
    padding: 0;
}

.content-expanded {
    width: 100% !important;
}




.card-option {
    cursor: pointer;
    transition: all 0.2s ease;
}

    .card-option:hover {
        border-color: #0d6efd;
        box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.2);
    }

    .card-option.active {
        border: 2px solid #0d6efd;
    }

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #6c757d;
    margin: 1.5rem 0;
}

    .divider::before,
    .divider::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #dee2e6;
    }

    .divider:not(:empty)::before {
        margin-right: 0.75em;
    }

    .divider:not(:empty)::after {
        margin-left: 0.75em;
    }

.preview-box {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 20px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .preview-box img {
        max-width: 180px;
        margin-bottom: 20px;
    }

.footer-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #dee2e6;
    padding: 15px 0;
    text-align: center;
}
/*privacy policy*/


.privacy-header {
    background: linear-gradient(101.99deg, #3A5BA0 9.14%, #4AA3A7 90.52%);
    color: white;
    position: relative;
    height: 447px;
    overflow: hidden;
}

.sloped-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.privacy-header h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    margin-left: 03%;
    color: #FFFFFF;
}

.privacy-header h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    color: #FFFFFF;
}

.text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    /* or 170% */
    letter-spacing: 0.05em;
}

    .text ul {
        font-weight: 500 !important;
    }

.reactangel {
    position: absolute;
    width: 15%;
    height: 59%;
    left: 59%;
    top: 133%;
    background: linear-gradient(180deg, rgba(58, 91, 160, 0.1) 0%, rgba(217, 217, 217, 0) 100%);
    border-radius: 41px;
    transform: rotate(72.01deg);
}

@media (max-width: 767px) {
    .reactangel {
        height: 30%;
    }

    .privacy-header h2 {
        font-size: 35px;
    }
}
