/*CSS for AI Checker Landing Page*/
/* Define a new class for the maximum width of 1080px */

body {
    background: #fdfdfd;
}
.plag-banner-area {
    padding-top: 63px! important;
    padding-bottom: 1px! important;
}

.plag-gradient-3 {
    background: linear-gradient(166deg, #e7effd 0%, #fae4f5ad 100%);
}

.max-width-1020 {
    max-width: 1020px;
    margin: 0 auto; /* Center the element horizontally */
    /* Add any other styles as needed */
}
.aicheck-color {
    background-image: linear-gradient(104.49deg, #1a64e2, #991e8e 52.6%, #d52b1e);
    -webkit-background-clip: text; /* For webkit-based browsers */
    color: transparent; /* Hide the original text */
    font-weight: 600;
}
.ai-line-divider {

    width: 150px; /* Example width */
    height: 1px; /* Example height */
    background: linear-gradient(to right, #FFD700, #FF69B4); /* Gradient mix of light orange and light pink */
    margin: 0 auto; /* Center the divider horizontally */
    margin-top: 10px; /* Adjust top margin as needed */
    margin-bottom: 20px; /* Adjust bottom margin as needed */
}
.aipage-heading {
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
    padding: 4px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

/* CSS for AI Checker Landing Page */
/* CSS for AI Checker Landing Page */
.button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
    z-index: 1;
}

.clear-text-button {
    background-color: #f0f0f0ab;
    color: #811489;
    border: 1px solid #e9e9e9de; /* Adding a border for better visibility */
    border-radius: 5px;
    padding: 5px 10px; /* Adjust padding for better touchability */
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    position: absolute; /* Position absolutely for precise placement */
    top: 26px; /* Adjust top positioning */
    right: 1px; /* Adjust right positioning */
    z-index: 1; /* Ensure button is above textarea */
}

.clear-text-button i {
    margin-right: 5px;
}

.clear-text-button:hover {
    background-color: #e0e0e0;
    color: #6a006a; /* Darker shade of purple for hover */
    border-color: #bbb; /* Lighter border on hover */
}


.paste-text-button, .upload-file-btn {
    background: #f0f0f09c;
    color: #1f4dd1f0;
    border-radius: 5px;
    padding: 6px 10px;
    cursor: pointer;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 130px;  /* Increased width for better text fitting */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.paste-text-button i, .upload-file-btn i, .clear-text-button i {
    margin-right: 5px; /* Adding margin between icon and text */
}

.paste-text-button:hover, .upload-file-btn:hover {
    color: #632ccde3;
}

.upload-file-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 130px;  /* Ensure container matches button width */
}

.upload-file-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #a09db3eb;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-file-btn:hover {
    transform: scale(1.05);
    color: #263556;
}

.upload-file-info {
    font-size: 12px;
    color: #666;
}

.hidden {
    display: none;
}

.aieditor-container {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 6px 15px 10px;
    border: 1px solid #c0b5c32b;
    background: linear-gradient(to bottom, #efe6ef, #e0dbe9);
    transition: background-color 0.3s;
    overflow: hidden;
    z-index: 0;
    box-shadow: 0 0 1px 1px rgba(218, 227, 235, 0.57), 0 0 4px 5px rgba(223, 222, 222, 0.25);
}

.aieditor-textarea {
    border: 2px solid #e5dce7;
    box-shadow: inset 0px 1px 6px 2px rgb(128 113 131 / 10%);
    background-color: #fbfbfb;
    color: #2d3748;
    padding: 1.5rem;
    width: 100%;
    height: 300px;
    resize: none;
    border-radius: 0.5rem;
    transition: border-color 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aieditor-textarea::placeholder {
    color: #666666; /* Dark grey */
}

.aieditor-textarea:focus {
    border-color: #d8dee9;
    outline: none;
}

.editor-textarea-wrapper {
    position: relative;
    margin-bottom: 1rem; /* Adjust as needed */
    padding-top: 25px; /* Ensure top padding for consistency */
}

.word-count-container {
    position: absolute;
    left: 10px;
}

#wordCountContainer {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    margin-bottom: 12px;
    margin-left: 12px;
}

#charCountMeter {
    font-size: 14px;
    color: #676083;
    margin-right: 10px;
}

/* Responsive design adjustments */
@media (max-width: 600px) {
    .clear-text-button {
        font-size: 14px; /* Decrease font size on smaller screens */
        padding: 4px 8px; /* Adjust padding for smaller screens */

    }
    .button-container {
        flex-direction: column;
        gap: 5px;
    }

    .paste-text-button, .upload-file-btn {
        width: 100%;
    }
}


.aieditor-textarea::placeholder {
    color: #666666; /* Dark grey */
}

.aieditor-textarea:focus {
    border-color: #d8dee9;
    outline: none;
}

.editor-textarea-wrapper {
    position: relative;
    margin-bottom: 1rem; /* Adjust as needed */
}


.upload-file-info {
    font-size: 12px;
    color: #666;
}

.hidden {
    display: none;
}


.aipage-content-block {
    position: relative;
    display: flex;
    margin-bottom: 32px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 2px 2px rgb(191 191 191 / 26%);
}
.aipage-container {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
.aipage-content-text {
    flex: 1;
    max-width: 450px;
    /* text-align: left; */
}
.aipage-content-description {
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    margin-bottom: 15px;
    margin-top: 15px;
}
/*Home CSS copied in aipage css*/
.editor-textarea-wrapper {
    position: relative;
    margin-bottom: 1rem; /* Adjust as needed */
}
.editor-textarea-wrapper:hover .clear-notification {
    display: block; /* Show on hover */
}
.editor-container {
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 18px;
    border: 1px solid #c0b5c32b;
    background-color: #fffafab5;
    transition: background-color 0.3s;
    overflow: hidden;
    z-index: 0;
    box-shadow: 0 0 2px 5px rgb(255 255 255 / 34%), 0 0 2px 12px rgb(255 255 255 / 24%);
}

.editor-container:hover {
    background-color: #fffafab5;
    padding: 18px;
    transition: background-color 0.6s;
    box-shadow: 0 0 2px 5px rgb(255 255 255 / 34%), 0 0 2px 12px rgb(255 255 255 / 24%);
}

.editor-textarea {
    border: 1px solid #e0e3e9;
    box-shadow: inset 0px 1px 12px 2px rgb(128 113 131 / 10%);
    background-color: #ffffff;
    color: #2d3748;
    padding: 1.175rem;
    width: 100%;
    height: auto;
    resize: none;
    border-radius: 0.75rem;
    transition: border-color 0.3s;
}
.editor-textarea::placeholder {
    color: #666666; /* Dark grey */
}

/*.editor-textarea:hover {
    border-color: #4299e1;
}*/

.editor-textarea:focus {
    border-color: #4299e1;
    outline: none;
}

.editor-footer {
    padding-top: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.footer-title, .footer-link {
    font-size: 0.9rem;
}

.footer-link {
    color: #2d3748;
    background-color: #cbd5e0;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    transition: background-color 0.3s, color 0.3s;
}

.footer-link:hover {
    background-color: #4299e1;
    color: #fff;
}

.btn-form {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #4299e1;
    color: #fff;
    border: none;
    border-radius: 0.375rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-form:hover {
    background-color: #2b6cb0;
}


.upload-file-info {
    font-size: 12px;
    color: #666;
}


/* Hide the input file element */
.hidden {
    display: none;
}
.ai-left-block {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff82;
    border-radius: 20px;
    padding: 30px 30px;
    margin: 0px 0px 0px 0px;
    box-shadow: 0 0 5px 10px hsl(0deg 0% 100% / 28%)
}
.ai-left-block:hover {
    border: 1px solid #b8abed;
    box-shadow: 0 0 5px 10px hsl(0deg 0% 100% / 28%);
}
.flex-col.ai-left-block {
    transform: translate3d(0, 0, 0); /* Create a new stacking context */
}
.cta-section {
    background-color: #f3f4f6;
    padding: 40px 16px 0; /* Adjust top padding and remove bottom padding */
    margin-top: 50px; /* Add space before the cta-section */
    margin-bottom: 0; /* Remove bottom margin */
    padding-bottom: 0; /* Remove bottom padding */
    position: relative; /* Add position relative */
    z-index: 1; /* Ensure the CTA section is above the footer */
}

.cta-container {
    margin-left: auto;
    margin-right: auto;
    position: relative; /* Add position relative */
}

.max-w-4xl {
    max-width: 56rem; /* Adjust the maximum width */
}

.cta-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px; /* Adjust thickness of border */
    background: linear-gradient(to right, #ead6efa3, #ccc4e78c); /* Add gradient color */
    animation: colorAnimation 3s ease infinite; /* Add animation for color changing */
}


/* Custom styles for the footer */
footer.custom-footer {
    background-color: #f3f4f6; /* Set the desired background color */
    margin-top: -20px; /* Adjust margin to close the gap */
    padding-top: 20px; /* Add padding to ensure content is not too close to the top */
}
/* Gradient styles for the footer background */
.custom-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, #e8e1eb, #f3f4f6); /* Apply a gradient background */
    z-index: -1; /* Ensure the gradient is behind the footer content */
}
.button-detect {
    background-image: linear-gradient(to right, #4726cd, #9b1dc3e6)!important; /* Dark grey background color */
    color: #fff; /* White text color */
    border: none; /*Dark grey border */
    border-radius: 5px; /* Rounded corners */
    padding: 10px 20px; /* Padding */
    margin: 10px; /* Margin */
    cursor: pointer; /* Cursor on hover */
    transition: background-color 0.3s, transform 0.2s; /* Smooth transition for background color and transform */
    font-size: 20px; /* Font size */
    line-height: 1.5; /* Line height */
}

/* Hover state */
.button-detect:hover {
    background: linear-gradient(to right, #4627bd, #b72096); /* Darker grey background color on hover */
    border-color: #555; /* Darker grey border color on hover */
}

/* Pressed state */
.button-detect:active {
    transform: translateY(2px); /* Move the button down slightly when pressed */
}

/* Features Section */
.features-section {
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
    border-radius: 20px;
    background: transparent;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.background-image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.content-overlay {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.aifeature-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aifeature-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.aifeature-block {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 30px;
    margin: 15px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(30% - 30px);
    position: relative;
}

.aifeature-block.full-width {
    width: calc(100% - 60px);
}

.aifeature-block:hover {
    transform: translateY(-10px);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
}

.aifeature-icon {
    font-size: 50px;
    color: #1a64e2;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.aifeature-block:hover .aifeature-icon {
    color: #d52b1e;
}

.aifeature-title {
    font-size: 1.75rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.aifeature-description {
    color: #555;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .aifeature-block {
        width: calc(45% - 30px);
    }

    .aifeature-block.full-width {
        width: calc(100% - 30px);
    }
}

@media (max-width: 768px) {
    .aifeature-block,
    .aifeature-block.full-width {
        width: 100%;
    }
}
/*end of features section*/

/* FAQs */

.faq-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.faq-column {
    width: 100%;
    max-width: 800px; /* Adjust as needed */
}

.faq-block {
    width: 100%; /* Set the width to 100% to occupy the full width of the container */
    background-color: #fdfdfd;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: -2px -3px 2px 2px rgb(165 86 191 / 20%);
}

.faq-question {
    background-color: #f3f3f3;
    padding: 10px 10px; /* Adjust as needed */
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative; /* Make the question container relative */
}


.question-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding-right: 50px; /* Adjust as needed */
}

.expand-icon {
    position: absolute;
    top: 16px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}
.expand-icon,
.collapse-icon {
    width: 24px;
    height: 20px;
    top: 20px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    fill: #333;
    transition: transform 0.3s ease;
}


.faq-answer {
    padding: 16px 20px; /* Adjust as needed */
    display: none;
    overflow: hidden; /* Hide overflow content */
    transition: height 0.3s ease; /* Apply transition effect to height changes */
    height: 0; /* Initially collapse the answer */
}

.faq-block.open .faq-answer {
    display: block;
    height: auto; /* Allow the answer to expand to its natural height */
}
.rotate {
    transform: rotate(180deg); /* Rotate the SVG icon */
}
/* Responsive adjustments */
@media (max-width: 600px) {
    #detector {
        height: 200px;
        font-size: 14px;
    }

    .aieditor-container {
        padding: 5px;
    }
}

/* Custom CSS for ZeroGPT Plagiarism Checker Page */

.custom-paragraph {
    font-size: 1rem;
    color: #4a5568;
    text-align: center;
}


.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}

.feature-item {
    background-color: #f7fafc;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 30%;
}

.feature-item h3 {
    font-size: 1.5rem;
    color: #2b6cb0;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 1rem;
    color: #4a5568;
}

.steps-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}

.step-item {
    background-color: #edf2f7;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 45%;
}

.step-item h3 {
    font-size: 1.5rem;
    color: #2b6cb0;
    margin-bottom: 10px;
}

.step-item p {
    font-size: 1rem;
    color: #4a5568;
}

/* How It Works Section */
.how-it-works-section {
    /*background: linear-gradient(to bottom, #f7f7f7, #e2e2e2);*/
    padding: 50px 20px;
    border-radius: 10px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
}

.timeline {
    position: relative;
    padding: 20px 0;
    margin-top: 30px;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #1a64e2;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.timeline-item {
    padding: 20px;
    position: relative;
    width: 50%;
    left: 50%;
    margin-bottom: 20px;
}

.timeline-item:nth-child(odd) {
    left: 0;
}

.timeline-item::after {
    content: "";
    display: table;
    clear: both;
}

.timeline-icon {
    position: absolute;
    top: 15px;
    width: 30px;
    height: 30px;
    right: -15px;
    background-color: #1a64e2;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    z-index: 1;
}

.timeline-item:nth-child(odd) .timeline-icon {
    left: -15px;
}

.timeline-content {
    padding: 20px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.timeline-content h3 {
    margin-top: 0;
    color: #1a64e2;
}

.timeline-content p {
    margin-bottom: 0;
    color: #555;
}

@media (max-width: 768px) {
    .timeline-item {
        width: 100%;
        left: 0 !important;
    }

    .timeline-icon {
        left: calc(50% - 15px) !important;
    }

    .timeline::before {
        left: calc(50% - 3px);
    }
}

/* Comparison Section */
.comparison-section {
    position: relative;
    padding: 70px 20px;
    border-radius: 20px;
    background: linear-gradient(to bottom right, #8f8f8f, #f7f7f7);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.comparison-section h2 {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.comparison-table-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.comparison-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.comparison-header {
    display: table-row;
    background: linear-gradient(to right, #1a64e2, #d52b1e);
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.comparison-row {
    display: table-row;
    transition: background 0.3s ease;
}

.comparison-row:nth-child(even) {
    background: rgba(255, 255, 255, 0.6);
}

.comparison-row:hover {
    background: rgba(255, 255, 255, 0.9);
}

.comparison-cell {
    display: table-cell;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.feature {
    text-align: left;
    font-weight: bold;
}

.highlight {
    font-weight: bold;
    color: #1a64e2;
}

.limited {
    color: #d52b1e;
}

.comparison-icon {
    font-size: 20px;
    margin-right: 10px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .comparison-cell {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .comparison-table {
        display: block;
        overflow-x: auto;
    }
    .comparison-row {
        display: flex;
        flex-direction: column;
    }
    .comparison-cell {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }
}
/* CSS for AI Plagiarism Section */
.ai-plagiarism-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.main-heading {
    font-size: 2.5rem;
    color: #333;
}

.seo-content {
    font-size: 1rem;
    color: #555;
}

.benefit-icon-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.icon-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    width: calc(45% - 20px);
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.icon-card i {
    color: #1a64e2;
    margin-bottom: 10px;
}

.icon-card h4 {
    font-size: 1.2rem;
    color: #333;
}

.icon-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Comparison Table Styles */
.comparison-table-wrapper {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-header {
    background-color: #1a64e2;
    color: #ffffff;
    font-weight: bold;
}

.comparison-cell {
    padding: 10px;
    border: 1px solid #ddd;
}

.comparison-row:nth-child(even) {
    background-color: #f2f2f2;
}

.comparison-row:hover {
    background-color: #e2e2e2;
}

.highlight {
    color: #d52b1e;
    font-weight: bold;
}

.feature i {
    margin-right: 8px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .icon-card {
        width: 100%;
    }
}

/*Display the "Beta" text next to the title*/
.beta-label {
    font-size: 0.4em;
    font-weight: bold;
    color: #1a64e2;
    border: 1px solid #1a64e2;
    border-radius: 5px;
    padding: 2px 6px;
    margin-left: 8px; /* Adjusts the spacing between title and label */
    vertical-align: super; /* Aligns the label to the top of the text */
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}






