<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Theme Name:        parapharase tool
 * Theme URI:         https://example.com/parapharase-tool
 * Description:       Custom theme description...
 * Version:           1.0.0
 * Author:            Your Name
 * Author URI:        https://example.com
 * Tags:              block-patterns, full-site-editing
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */


.branding-logo {
    width: 350px;
    height: 50px;
}
.menu-item {
    margin-right: 5rem;
}

#navbarSupportedContent {
    justify-content: flex-end;
}

.navbar-toggler {
    background-color: #FFF;
}

nav {
    background-color: #DBF6E9 !important;
}


nav ul {
    list-style-type: none; /* Remove bullet points */
    margin: 0;
    padding: 0;
    float: right; /* Float the list to the right */
}

nav ul li {
    display: inline-block; /* Display list items next to each other */
    margin-left: 10px; /* Add some margin between list items */
    font-family: 'Public Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

ul li a {
    color: #000 !important;
    text-decoration: none !important;
}

/* Languages*/
.lang-wrap {
    min-width:130px;
    width: auto;
    background-color: #FFF;
    padding: 5px;
    margin-right: 5px;
}

.lang-wrap.active_lang {
    background-color: #286193;
    color: #fff;
}

.lang-wrap:hover {
    background-color: #2c455b !important;
    color: #fff;
}

.lang_drop {
    background-color: #DBF6E9 !important;

}
.lang_drop .dropdown-item.active_lang, .mob_lang_link .dropdown-item.active_lang {
    background-color: #286193;
    color: #fff;
}

.dropdown-item:hover{
    color: #fff;
    text-decoration: none;
}

.dropdown-item:focus {
    color: #000;
    text-decoration: none;
}

.lang_drop .dropdown-divider {
    border-color: #e3e7ed;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.languages a {
    text-decoration: none;
    display: block;
    padding: 5px;
    color: #222;
    margin: 5px 0;
    transition: .2s;
}

.languages {
    padding: 5px;
    /*width: 200px;*/
    border-radius: 6px;
    right: 0;
    left: auto;
}

.dropdown-menu a:hover {
    background-color: #DBF6E9 ;
}

.form-select:focus {
    border: var(--bs-border-width) solid var(--bs-border-color);
    box-shadow:none
}

/* Banner section */

#container {
    position: relative;
}

#helperButtons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 10px;
}


#bottonButton {
    position: absolute;
    bottom: 26px;
    right: 24px;
    /*transform: translate(-50%, -50%);*/
    /*display: flex;*/
    /*gap: 10px;*/
}

#helperButtons button {
    padding: 10px;
    cursor: pointer;
}


.bg-banner {
    background-image: url("assets/images/banner.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* height: 800px !important; */
}

.banner-heading {
    background: linear-gradient(90deg, #286193 2.03%, #2AC791 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    /* width: 400px; */
}

.text-2AC491 {
    color: #2AC491 !important
}

.lh-30 {
    line-height: 30px;
}

.tool-card {
    border-radius: 20px;
    border: 2px solid #FFC93C;
    background: #FFF;
    cursor: pointer;
    box-shadow: 0px 16px 40px 0px rgba(255, 201, 60, 0.16);
    height: auto;
    min-height: 80px;
}

.tool-card.active,.tool-card:hover {
    background: #FFC93C;
}

.tool-card&gt;a {
    text-decoration: none;
}

.tool-card .card-text {
    width: 60%;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.delete-btn {
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.tool-modes {
    cursor: pointer !important;
}

.paraphrase-text {
    width: 100%;
    background: #F7F9F8;
    border-radius: 20px;
    border: 1px solid #E3E3E3;
    resize: none;
    padding: 20px;
    font-family: 'Public Sans', sans-serif;
    text-align: left;
    outline: none !important;
}

#parapharaseText{
    height: 450px;
}

.paraphrase-output-wrap {
    width: 100%;
    height: 450px;
    overflow: auto;
    background: #F7F9F8;
    border-radius: 20px;
    border: 1px solid #E3E3E3;
    padding: 20px;
    padding-bottom: 60px;
    font-family: 'Public Sans', sans-serif;
    text-align: left;
}

.sw b {
    color: #2AC491 !important;
}

.paraphrase-btn {
    height: 60px;
    font-size: 20px;
    border-radius: 6px;
    padding: 0px 20px;
    letter-spacing: 1px;
}

#utilityButtons {
    bottom: 20px;
    right: 30px;
    /*transform: translate(-10%, -50%);*/
}

#recaptcha_v2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.label_upload {
    min-width: 125px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    background-color: #1e70b9!important;
}
.upload_btns.upload_file {
    background-image: url('assets/images/upload-icon.svg');

}

.tooltip_main {
    position: absolute;
    min-height: 50px;
    border-radius: 8px;
    width: 350px;
    z-index: 6000;
    background: #E3E7E7;
    padding: 5px;
    white-space: nowrap !important;
}

.tooltip_main .card {
    border-radius: 10px !important;
}

.tooltip_main .nav-link {
    margin: 6px !important;
}

.suggestion-list {
    max-height: 160px;
    overflow: auto;
}

.suggestion-list:has(.placeholder) {
    display: block;

}

.suggestion-list button {
    display: inline-block;
}

.original-text {
    min-width: 100px;
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    background: #F7F9F8;
    padding: 5px 10px;
}
/* Tooltip style start */
randomColor1{color: #1fb91f;}
.randomColor2{color: red;}
.randomColor3{color: #b9b918;}
.randomColor4{color: orange;}
.randomColor5{color: violet;}
.randomColor6{color: blue;}
.paraphrase-tooltip{
    background: #E3E7E7;
    width: 300px;
    min-height: 150px;
    display: inline-block;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 100;
    top: 30px;
    color: #000;
    font-size: 14px;
    padding: 10px;
    font-weight: 600;
    text-align:left;
}
.paraphrase-tooltip:after {
    content: '';
    position: absolute;
    top: 0%;
    left: 13%;
    margin-left: -32px;
    margin-top: -16px;
    width: 0;
    height: 0;
    border-bottom: 16px solid #E3E7E7;
    border-right: 48px solid transparent;
    border-left: 32px solid transparent;
}

#relevant_tools{
    display: flex;
    gap: 19px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 3rem;
}
#relevant_tools .internal_box{
    display: contents;
}

.suggestions_,.word_defenation{
    background: #fff;
    padding: 2px 10px;
    border: 1px solid #E3E7E7;
    border-radius: 5px;
    font-size: 12px;
    margin: 1px;
    margin-bottom: 6px;
    display: inline-block;
}

.user_inp_label{
    margin: 10px 0px 3px 0px;
}

.user_inp{
    border: 1px solid #bbc2c8;
    width: 180px;
    padding: 2px 7px;
    float: left;
}

.use{
    background: #1e70b9;
    padding: 4px 5px;
    color: #fff;
    float: left;
    font-size: 12px;
    margin-left: 6px;
    cursor: pointer;
    border: 1px solid #ebebeb;
}
.paraphrase-tooltip hr{
    float: left;
    width: 100%;
    margin: 10px 0px;
    border-color: #fff;
}
.use_desc{
    font-size: 11px;
    float: left;
    margin: 1px 0px;
}
.paraphrase-tooltip .glyphicon.glyphicon-remove{
    position: absolute;
    right: 0px;
    background: #ac2925;
    color: #fff;
    padding: 2px 7px;
    top: 0px;
    font-size:12px;
    cursor: pointer;
}
/*Tooltip style end */
.paraphrase-text:focus-visible {
    border: 1px solid #E3E3E3 !important;
}

.paraphrase-list {
    width: 100% !important;
    border: 1px solid #E3E3E3;
}

.paraphrase-list li {
    border: none;
    color: #474747;
    padding: 6px 16px;
}

.paraphrase-list li.active {
    background: #FFC93C;
    color: #000;
    margin: 1px;
    border-radius: 6px;
}

.paraphrase-list li.menu {
    border-radius: 6px 6px 0px 0px;
    border: 1px solid #E3E3E3;
    background: #E3E7E7;
    color: #000;
    text-align: center;
    font-weight: 700;
}

/**/
.summary-list {
    width: 100% !important;
    border: 1px solid #E3E3E3;
    border-radius: 6px;
    list-style: none;
    background: #F7F9F8;
    padding: 3px;
    text-align: center;
}

.summary-list li {
    border: none;
    color: #E3E3E3;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
}

.summary-list li.active {
    background: #FFC93C;
    color: #000;
    margin: 1px;
    border-radius: 6px;
}



.paraphrase-card  {
    box-shadow: 0px 4px 101px 0px #C3DCD3 !important;
    border: 1px solid #E3E3E3;
    border-radius: 20px;
}

.btn-upload , .btn-upload:hover, .btn-upload:active {
    border-radius: 6px !important;
    background: #2AC791 !important;
    color: #4E0606 !important;
}

.radius-2 {
    border-radius: 10px !important;
}

.btn-deep-blue {
    border-radius: 3px;
    background-color: #286193;
    color: #FFF;
}

.btn-deep-blue:active, .btn-deep-blue:hover {
    background-color: #2c455b !important;
    box-shadow: 0px 4px 101px 0px #C3DCD3 !important;
    color: #FFFFFF !important;
    /*border: 1px solid #000;*/
}

#helperButtons button {
    height: 90px;
    width: 90px;
}

#helperButtons img {
    display: block;
    align-self: center;
}

.btn-yellow , .btn-yellow:hover , .btn-yellow:active {
    border-radius: 6px !important;
    background-color: #FFC93C !important;
    box-shadow: 0px 7px 8px 0px #F4E9CB !important;
    color: #000 !important;
}

.btn-yellow:hover , .btn-yellow:active {
    background-color: #FFFFFF !important;
}


.btn-contained  , .btn-contained:hover {
    border-radius: 6px;
    border: 1px solid #E3E3E3;
    background-color: #FFF !important;
}
/* Plagiarism Tool */
.img-icon {
    height: 37px;
    width: 37px;
}

.pro-plag-wrapper {
    text-align: center;
    background-color: #F7F9F8;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.plagiarised-report-wrapper {
    border-radius: 20px;
    border: 1px dashed #FF5F5F;
    background: #FFF9F9;
    box-shadow: 0px 12px 20px 0px rgba(253, 36, 36, 0.10);
}

.plagiarism-card {
    border-radius: 6px;
    border: 1px solid #E3E3E3;
    /*text-align: center;*/
    background: #F7F9F8;
    margin-top: 10px;
}

.plagiarism-card .card-text {
    padding-left: 10px;
}

.plagiarised-source-wrapper {
    border-radius: 20px;
    border: 1px solid #E3E3E3;
    background: #F7F9F8;
    height: 473px;
    overflow: auto;
}

.plagiarised-source-wrapper .accordion-item {
    border-radius: 10px;
    margin-bottom: 0;
}

.plagiarised-source-wrapper .accordion-button {
    background-color: white !important;
    outline: none;
    box-shadow: none;
}

.plagiarised-source-wrapper .accordion-button::after {
    background: url('assets/images/down-arrow-icon.svg');
}

.plagiarised-source-wrapper .accordion-button:not(.collapsed)::after {
    background: url('assets/images/up-arrow-icon.svg');
}

/* AI detector tool */

.ai-card {
    border-radius: 20px;
    border: 1px solid #E3E3E3;
    background: #F7F9F8;

}

.ai-badge {
    width: 50px;
    height: 40px;
    display: inline-block;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFC93C;
    padding: 8px;
    text-align: center;
}

.ai-uploads {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
/*.accordion-button::after{}*/

.unique-report-wrapper {
    border-radius: 20px;
    border: 1px dashed #46DA8A;
    background: #F2FFF8;
    box-shadow: 0px 12px 20px 0px rgba(44, 219, 156, 0.10);
}

/* progress */
@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}
.circle-svg {
    display: block;
    margin: 10px auto;
    max-height: 100px;
}
.circle-svg text {
    text-align:center;
    color:black;
    font-size:10px
}
.circle-svg path.percent {
    stroke: #FF5F5F;
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}


.circle-svg path.around {
    stroke: #FFDCDC;
    fill: none;
    stroke-width: 2.8;
}

.success path.percent {
    stroke: #46DA8A !important;
}

.success path.around {
    stroke: #D4EFE1 !important;
}
/* Tool work section */

.bg-toolwork {
    background-image: url('assets/images/toolwork-bg-icon.svg');
    background-repeat: no-repeat;
    background-size: 53% 135%;
    padding-bottom: 120px;
    /* background-size: contain; */
}

.tool-making-p {
    line-height: 30px;
    padding: 1rem 4rem 0 4rem;
    font-size: 18px;
    word-spacing: 2px;
}

/* usage section */
.bg-vector {
    background-image: url('assets/images/Vector-2.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;

}

.use-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.use-card .card-title  {
    position: absolute;
    top: 20px;
    left: 23px;
    font-weight: 700;
    font-size: 36px;
}

.card-v1 {
    min-width: 100% ;
    height: 100%;
    background: #F1F4F3 !important;
    border-radius: 20px;
    border: none;
}

.card-v1 .card-v1-body {
    padding: 20px 0 20px 0 !important;
}

.card-v1 .card-title {
    color: #E3E8E5 !important;
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
}

/* .card-v1 .card-title {
    color: #000 !important;
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
} */

.card-v1 .card-text{
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.card-img {
    width: 80px;
    height: 80px;
}

.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    /* min-height: 150px; */
    height: auto;
}

.usage-title {
    line-height: 45px;
    font-weight: 700;
    width: 90%;
}



.accordion-button {
    background: #E3E3E3 !important;
    border-radius: 15px !important;

}

.accordion-item {
    margin-bottom: 20px;
    border-radius: 15px !important;
}

.accordion-header {
    border-radius: 15px !important;
}

.accordion-button::after {
    background: url('assets/images/collapse-icon.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.accordion-body {
    text-align: left;
}

.accordion-body a {
    text-decoration: none !important;
}

.accordion-button:not(.collapsed)::after {
    background: url('assets/images/uncollapse-icon.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    transform: none;
}

.accordion-button:focus {
    border-color: #E3E3E3 !important;
}

.section {
    min-height: 500px;
    height: auto;
}

/* Best Paraphrasing tool section */

.choose-warpper {
    height: 650px !important;
}

.bg-left-eclise {
    background: url('assets/images/Ellipse-left.png');
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    /* border: 1px  solid; */
}

.eclipse-margin {
    margin: 0 30px;
    margin-top: 40px;

}

.best-tool-title {
    width: 22% !important;
}

.choose-card {
    width: 320px !important;
    height: 450px;
    margin: 0 30px;
}

.choose-card img {
    /*width: 80px;*/
    /*height: 80px;*/
}

.slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: clip;
    overflow-y: hidden;
    width: 100%;
}

    /* Tool making section */

.verticle-blue-gradient {
    background: linear-gradient(121deg, #286193 24.44%, #2AC491 85.63%);
    height: 600px;
    border-radius: 20px;
    padding: 70px;
}

.tool-making-img {
    margin-top: -160px;
}

.tool-making-title {
    width: 40% !important;
}

/* Beneficiaries */

.p-40 {
    padding-top: 100px;
    margin-top: -5px;
}

.beneficiaries-title {
    width: 95% !important;
}

.bg-check-icon {
    background: url('assets/images/check-icon.svg');
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size:contain;
    z-index: 100;
    width: 140px;
    height: 140px;
}

.bg-benficiaries {
    background: url('assets/images/bg-beneficiaries.svg');
    background-repeat: no-repeat;
    background-size:contain;
}

.bg-light-sky {
    background: linear-gradient(180deg, #DBF6E9 0%, rgba(219, 246, 233, 0.00) 84.17%);

    /*background-position: center;*/
}

.beneficiaries-card {
    border-radius: 20px;
    border: 1px solid #E3E4E4;
    background: #FFF;
    box-shadow: 0px 28px 40px 0px rgba(58, 57, 74, 0.12);
    padding-left: 20px;
}


.tab-content .card {
    border-radius: 20px;
    border: 1px solid #E3E4E4;
    background: #FFF;
    box-shadow: 0px 28px 40px 0px rgba(58, 57, 74, 0.12);
}

#myTabContent .public-font {
    height: 100%;
    font-size: 18px;
    line-height: 28px;
}

.nav-tabs {
    /* margin-top: 20px; */
    margin-bottom: 20px;
    border: none !important;
}

.nav-link {
    border-radius: 10px;
    border: 1px solid #E3E4E4;
    background: #FFF;
    font-family: 'Public Sans', sans-serif;
    color: #000 !important;
    margin-right: 20px;
}

.nav-link.active {
    color: #FFFFFF !important;
    border-radius: 10px;
    background: linear-gradient(180deg, #296293 0%, #27B685 100%);
    font-family: 'Public Sans', sans-serif;
}


/* VS section */

.Before_box{
    width: 100%;
    height: 200px;
    border-radius: 20px;
    background: #F1F4F3;
    padding: 2rem;
}
.FFC93C{
    background: #FFC93C;
}

.green {
    background: #2AC791;
}

.black {
    background: #000;
}

.Before_box .card {
    border-radius: 20px;
    height: 175px;
}

.before-box-body {
    height: 140px;
}

.parent-div {
    height: 400px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: right;
    margin-left: 2px;
}

.ellipse-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}

.ellipse-text-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}

.ellipse-text-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 80px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}

/* Difference section */

.bg-blue-gradient {
    background: linear-gradient(180deg, #296293 0%, #28BC89 100%);
    height: auto;
    border-radius: 20px;
    padding: 70px;
}

.diff-head {
    color: #FFFFFF;
    padding: 20px;
    text-align: left;
}

.difference-title {
    /*width: 30% !important;*/
}


/* Generator section */

.list-group {
    width: 80%;
}

/* .list-group li {
    margin-top: 30px;
} */

.alert-light-gray {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    justify-content: space-around;
    justify-items: center;
    align-items: center;
    background-color: #F1F4F3;
    border-bottom-color: #F1F4F3;
    margin: 10px;
    border-radius: 50px;
    padding: 10px;
    padding-right: 20px;
}

.gen-heading {
    line-height: 60px;
}

.gen-pg {
    line-height: 30px;
}

.gen-img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.gen-badge-pg {
    text-align: left;
    margin: auto;
}

/* Blog slider section */

.bg-gray {
    background-color: #296293;
}

/* Footer section */
.height-90 {
    height: auto;
}

.bg-footer {
    height: auto;
    background: linear-gradient(180deg, #DBF6E9 0%, rgba(219, 246, 233, 0.00) 84.17%);
}

.subscribe-icon {
    background-image: url('assets/images/subscribe-btn-icon.svg');
    background-position: center;
    width: 35px;
    height: 32px;
    margin-left: -42px !important;
    z-index: 10;
    font-size: 0;
    position: absolute;
    top: 3px;
    right: 5px;
}

.subscribe-input {
    width: 100%;
    border-radius: 8px;
    background-color: #FFF !important;
    box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.05);
}

.ft-left-ellipse {
    background-image: url('assets/images/footer-left-ellipse.svg');
    background-repeat: no-repeat;
    background-position-y: bottom;
    width: 200px;
    background-size: contain;
}

.ft-right-ellipse {
    background-image: url('assets/images/footer-right-ellipse.svg');
    background-repeat: no-repeat;
    background-position-y: top;
    width: 200px;
    background-size: contain;
}

.footer-list {
    padding-left: 0;
}

.footer-list li {
    list-style: none;
}

.footer-list li a:hover {
    text-decoration: underline !important;
}

/* Loader */

.loader {
    --r1: 154%;
    --r2: 68.5%;
    width: 60px;
    height: 60px;
    /*aspect-ratio: 1;*/
    border-radius: 50%;
    background:
            radial-gradient(var(--r1) var(--r2) at top   ,#0000 79.5%,#269af2 80%),
            radial-gradient(var(--r1) var(--r2) at bottom,#269af2 79.5%,#0000 80%),
            radial-gradient(var(--r1) var(--r2) at top   ,#0000 79.5%,#269af2 80%),
            #ccc;
    background-size: 50.5% 220%;
    background-position: -100% 0%,0% 0%,100% 0%;
    background-repeat:no-repeat;
    animation: l9 2s infinite linear;
}
@keyframes l9 {
    33%  {background-position:    0% 33% ,100% 33% ,200% 33% }
    66%  {background-position: -100%  66%,0%   66% ,100% 66% }
    100% {background-position:    0% 100%,100% 100%,200% 100%}
}

.loader-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #100f0f78;
    width: 100%;
    height: 100% !important;
    z-index: 10;
}

/* FAQ PAGE */

#faqAccordion .accordion-button {
    font-weight: 600;
}


/* ABOUT PAGE */

#about .wp-block-heading {
    font-weight: 600;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
    font-size: 40px;
    line-height: 1.2;
}

#about p {
    line-height: 30px;
    font-size: 18px;
}
.bg-about {
    background: linear-gradient(180deg, #DBF6E9 0%, rgba(219, 246, 233, 0.00) 45.17%) !important;
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x));
}

.about-p {
    line-height: 30px;
    font-size: 18px;
}

/* CONTACT PAGE */

.bg-contact {
    background-image: url('assets/images/bg-contact.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.form-label {
    font-weight: bold;
}

.contact-form {
    border-radius: 20px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    box-shadow: 0px 11px 74px 0px rgba(0, 0, 0, 0.13);
}

textarea {
    resize: none;
}

.contact-form .btn-deep-blue {
    width: 120px;
    border: 1px solid #286193;
    padding: 5px;
    /*margin-left: calc(0.5 * var(--bs-gutter-x));*/
}

.contactUs p {
    line-height: 30px !important;
    font-size: 18px;

}



/* BLOGS PAGE */

.bg-blogs {
    background-image: url('assets/images/bg-blogs.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x));
}

.bg-blogs-banner {
    background-image: url('assets/images/blogs-banner.svg');
    background-repeat: no-repeat;
    background-size: cover;

    height: 335px;
}

.blog-banner-img {
    width: 100%;
    height: 240px;
}

.decoration-none {
    color: #000;
    text-decoration: none;
}

.blog-title {
    height: 50px;
}

.blog-info {
    height: 50px;
}


.blog-card {
    border-radius: 20px;
    border: 1px solid #E3E3E3;
    background: #FFF;
}

.blog-banner-card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 17px 40px 0px rgba(0, 0, 0, 0.13);
}

.badge.bg-warning {
    border-radius: 5px;
    background: #FFC93C;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.pagination-nav {
    background-color: #FFF !important;
}

.page-link {
    color: #000;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 3px;
}

.page-link:hover {
    color: #000;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.page-link:focus {
    color: #000;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.page-item.active {
    text-align: center;
}

.active&gt;.page-link {
    background: transparent;
    background-color: #FFC93C !important;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    color: #000;
}
/*wp-paginate styling*/

.page.current {
    text-align: center;
    background-color: #FFC93C !important;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    padding: 3px 10px 3px 10px;
}

nav ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

nav ol li {
    display: inline-block;
    margin-left: 10px;
    font-family: 'Public Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

ol li a {
    text-decoration: none;
    color: #000;
}

.current&gt;.page-link {
    background: transparent;
    background-color: #FFC93C !important;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    color: #000;
}

.upload-btn {
    width: 100%;
}

/* BLOG PAGE */
.bg-blog-ellipse {
    background-image: url('assets/images/blog-ellipse-icon.svg');
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    background-size: 130px !important;
}

.bg-light-blue {
    background: linear-gradient(180deg, #DBF6E9 0%, rgba(219, 246, 233, 0.00) 30.17%);
}

.blog-img {
    border-radius: 30px;
}


hr {
    border-top: #E3E3E3 solid;
}

.share-list {
    width: 50% !important;
    border: 1px solid #E3E3E3;
}

.share-list li {
    border: none;
    color: #E3E3E3;
}


.share-list li.menu {
    border-radius: 6px 6px 0px 0px;
    border: 1px solid #E3E3E3;
    background: #E3E7E7;
    color: #000;
    text-align: center;
    font-weight: 700;
}

/* 404 Page */

.bg-404 {
    background-image: url('assets/images/bg-blogs.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x));
}

.m-reverse-direction img {
    width: 100%;
}

/* Content wrap */

.content-wrap p, .content-wrap li{
    line-height: 30px;
    font-size: 18px;
}

.content-wrap h2 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
    font-weight: 600;
}

.content-wrap h3 {
    font-size: 22px;
    font-weight: 600;
}

/*
TEXT SUMMARIZER PAGE
*/
.text-summarize-list li {
    list-style: none;
    margin-bottom: 15px;

}
.text-summarize-list li::before {
    /*color: #286193;*/
    /*content: '\2022';*/
    /*font-size: 2.5em;*/
    /*margin-right: 0.5em;*/

    background: #286193;
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;

    position: relative;
    top: -2px;
}

/* general */

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

p {
    font-size: 16px;
}

.modal-dialog {
    max-width: 380px;
}

.modal-content {
    border-radius: 20px;
}

.modal-content strong{
    display: inline-block;
    padding-bottom: 7px;
}
.radius-20 {
    border-radius: 20px;
}

.gap-20 {
    gap: 15px;
}

.display-none {
    display: none;
}

.height-100 {
    height: 100%;
}

.display-flex {
    display: flex;
}

.dir-column {
    flex-direction: column;
}

.dir-row-reverse {
    flex-direction: row-reverse;
}

.space-between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}

.center-flex {
    display: flex;
    justify-content: center !important;
    justify-items: center !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-between {
    justify-content: space-between !important;
}

.justify-around {
    justify-content: space-around !important;
}

.p-absolute {
    position: absolute;
}

.p-relative {
    position: relative;
}

.bg-light-gray {
    background: #F7F9F8 !important;
}

/* .text-center {
    text-align: center;
} */

.text-right {
    text-align: right;
}

.public-font {
    font-family: 'Public Sans', sans-serif;
}
.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}
.bold {
    font-weight: bold;
}

.bold-600 {
    font-weight: 600;
}

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

.cus_scrollbar::-webkit-scrollbar-track{border-radius:10px;background-color:#e3e7ed}.cus_scrollbar::-webkit-scrollbar{width:5px;height:5px;background-color:transparent}.cus_scrollbar::-webkit-scrollbar-thumb{border-radius:10px;background-color:#767676}
.cus_scrollbar{border:1px solid #e3e7ed!important}


/* .card-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
} */

/*
    MEDIA QUERIES
*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    /* Typography start */
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    p {
        font-size: 18px;
    }
    /* Typography end */
    .branding-logo {
        width: 250px;
        height: 40px;
    }

    nav ul {
        padding: 10px;
        float: left;
    }

    nav ul li {
        margin: 0;
        display: block;

    }

    .bg-vector {
        background: #FFF;
        height: auto;
    }

    .verticle-blue-gradient {
        padding: 30px;
        height: auto;
    }

    .usage-title {
        line-height: 30px !important;
        font-weight: 700;
        width: 93%;
    }

    .tool-making-title {
        width: 70% !important;
    }

    .best-tool-title {
        width: 70% !important;
    }


    .tool-making-img {
        margin-top: -40px;
    }

    .tool-making-p {
        line-height: 22px;
        padding: 0;
    }

    .bg-left-eclise {
        height: auto;
        background-position: top;
    }

    .bg-toolwork {
        background: #FFF;

    }

    .bg-benficiaries {
        background: transparent !important;
    }

    .choose-warpper {
        /*height: 1800px !important;*/
        height: auto !important;
    }

    .choose-card {
        width: 80% !important;
        min-height: 500px;
        height: auto !important;
    }

    .tool-card .card-text {
        width: 100%;
        font-size: 14px;
    }

    .parent-div {
        height: 1150px;
    }

    .p-40 {
        padding-top: 60px;
    }

    .bg-blue-gradient {
        padding: 35px;
    }

    .gen-heading {
        line-height: 30px;
        font-weight: 700;
    }

    .alert-light-gray {
        border-radius: 10px !important;
    }

    .alert-light-gray {
        align-items: flex-start;
    }

    .gen-badge-pg {
        width: 80%;
    }

    .height-90 {
        height: auto;
    }

    .bg-footer {
        background: url('assets/images/bg-mob-footer.svg');
        background-size: cover;
    }

    .hide-on-mobile {
        display: none;
    }

    .m-block {
        display: block !important;
    }

    .off-visibilty-mob {
        visibility: hidden;
    }

    .m-text-center  {
        text-align: center !important;
    }

    .bg-contact {
        background: linear-gradient(180deg, #DBF6E9 0%, rgba(219, 246, 233, 0.00) 84.17%) !important;
    }

    .bg-blog-ellipse {
        background: transparent !important;
    }

    .tool-card {
        margin-top: 15px;
        min-height: 60px;
    }

    .btn-upload, .btn-contained {
        font-size: 0;
        width: 50px;
        margin-left: 10px;
    }

    .m-reverse-direction {
        flex-direction: column-reverse;
    }

    .m-font-0 {
        font-size: 0;
    }

    .m-height-350 {
        height: 350px;
    }

    .paraphrase-card {
        box-shadow: 0px 4px 50px 0px #C3DCD3;
    }

    #helperButtons button {
        height: 50px;
        width: 50px;
    }

    .ai-uploads {
        flex-direction: row !important;
        justify-content: center !important;
    }

    .upload-btn {
        width: auto;
    }

    .summary-list li {
        width: 30% !important;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }

    .bg-vector {
        height: auto;
    }

    .verticle-blue-gradient {
        padding: 35px;
    }

    .tool-making-p {
        line-height: 22px;
        padding: 0;
    }

    .tool-making-img {
        margin-top: -100px;
    }

    .bg-left-eclise {
        height: auto;
        background-position: top;
    }

    /* new paste 600px */
    /* Typography start */
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    p {
        font-size: 18px;
    }
    /* Typography end */



    .verticle-blue-gradient {
        padding: 30px;
        height: auto;
    }


    .tool-making-img {
        margin-top: -40px;
    }

    .tool-making-p {
        line-height: 22px;
        padding: 0;
    }






    .tool-card .card-text {
        width: 100%;
        font-size: 14px;
    }

    .parent-div {
        height: 1150px;
    }

    .p-40 {
        padding-top: 60px;
    }

    .bg-blue-gradient {
        padding: 35px;
    }

    .gen-heading {
        line-height: 30px;
        font-weight: 700;
    }

    .alert-light-gray {
        border-radius: 10px !important;
    }

    .alert-light-gray {
        align-items: flex-start;
    }

    .gen-badge-pg {
        width: 80%;
    }

    .height-90 {
        height: auto;
    }



    .m-text-center  {
        text-align: center !important;
    }

    .bg-contact {
        background: linear-gradient(180deg, #DBF6E9 0%, rgba(219, 246, 233, 0.00) 84.17%) !important;
    }

    .bg-footer {
        background: url('assets/images/bg-mob-footer.svg');
        background-size: cover;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bg-blue-gradient {
        padding: 40px;
    }

    .verticle-blue-gradient {
        padding: 40px !important;
    }

    .tool-making-img {
        margin-top: -70px;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .verticle-blue-gradient {
        padding: 40px;
    }

    .bg-blue-gradient {
        padding: 40px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .bg-banner {
        background-position: center;
    }

    .bg-blogs {
        background-size: contain !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1367px) {
    .bg-banner {
        background-position: top center;
    }

    .bg-blogs {
        background-size: cover !important;
    }
}

/* If the screen size is 600px wide or less, hide the element */
/* @media only screen and (max-width: 600px) {
    
    
  } */

</pre></body></html>