@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button {
    cursor: pointer;
}

html {
    scroll-padding-top: 120px;
}

/* -------- Responsive CSS ---------- */

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.ml-auto {
    margin-left: auto !important
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.align-items-center {
    align-items: center !important;
}

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

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 14%;
}

/* -------- Responsive CSS End ---------- */

:root {
    --white: #ffffff;
    --black: #000000;
    --grey: #3d3d3d;
    --light-grey: #f1f1f1;
    --border-color: #e3e3e3;
    --primary: #1755a7;
}

/* ------------- Header CSS -------------- */
button.site_btn {
    padding: 10px 15px;
    font-size: 16px;
    background-color: var(--primary);
    border: none;
    border-radius: 25px;
    font-weight: 500;
    color: var(--white);
    cursor: pointer;
}

/* -------------- Listing Page CSS ------------ */
.page_about {
    padding: 50px 0;
    background-color: var(--light-grey);
}

.page_intro h1 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 5px;
}

.page_intro h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--grey);
}

.page_second_title h2 {
    font-size: 1.25rem;
    font-weight: 500;
}

.page_intro p {
    line-height: 1.75em;
    margin: 10px 0;
    color: var(--grey);
}

.listing_main {
    padding: 20px;
    margin: 20px 0;
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.listing_cover {
    border-right: 1px solid var(--border-color);
    padding-right: 20px;
    height: 100%;
    position: relative;
}

.list_button {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 20px;
}

.listing_cover img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

button.visit_website {
    width: 100%;
    margin-top: 10px;
    border: 2px solid var(--primary);
}

button.visit_website:hover {
    background-color: var(--white);
    color: var(--primary);
}

.listing_metadata h3 {
    font-size: 1.35rem;
    font-weight: 600;
}

.listing_metadata h3 a {
    color: var(--primary);
}

.listing_metadata span {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;

}

span.tagline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--grey);
}

.listing_metadata p {
    margin-top: 10px;
    color: var(--grey);
    line-height: 1.5em;
    cursor: pointer;
}

.star_reviews {
    margin-top: 5px;
}

.star_reviews a {
    color: var(--primary);
    font-weight: 600;
}

.star_reviews span i {
    color: #ffa500;
}

.listing_stats {
    margin-top: 20px;
    font-size: 14px;
    color: var(--grey);
    font-weight: 500;
}

.listing_stats i {
    height: 30px;
    width: 30px;
    background-color: var(--primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-radius: 25px;
    margin-right: 7px;
    font-size: 14px;
}

.listing_new {
    display: flex;
    align-items: center;
}

.listing_new img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    object-fit: contain;
    border-radius: 5px;
}

.focused_data {
    padding: 10px 15px;
    background-color: var(--light-grey);
    margin-top: 15px;
    border-radius: 3px;
    min-height: 64px;
}

.focused_data p {
    color: var(--grey);
    font-size: 15px;
    line-height: 1.5em;
}

.focused_data p strong {
    color: var(--black);
    font-weight: 600;
}

.target_link span {
    color: var(--primary) !important;
}

/* ------------- Company Page CSS --------------- */

.conpany_profile {
    display: flex;
}

.conpany_profile img {
    width: 90px;
    height: 90px;
    border: 1px solid var(--border-color);
    margin-right: 15px;
    border-radius: 5px;
    margin-top: 3px;
    object-fit: contain;
}

.company_details h1 {
    font-size: 1.5rem;
    color: var(--primary);
    line-height: 1.25em;
}

.sticky_bar {
    position: sticky;
    top: 70px;
    background-color: var(--white);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    z-index: 9;
}

#nav-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;

}

#nav-menu ul {
    display: flex;
}

#nav-menu ul li {
    padding: 20px 0 22px;
    list-style: none;
}

#nav-menu ul li a {
    font-size: 16px;
    color: var(--black);
    padding: 20px;
}

#nav-menu ul li a i {
    margin-right: 7px;
}

#nav-menu ul li a:hover {
    border-bottom: 3px solid var(--primary);
    color: var(--primary) !important;
    background-color: var(--light-grey);
}

.active_tab {
    border-bottom: 3px solid var(--primary);
    color: var(--primary) !important;
    background-color: var(--light-grey);
}

.tab_content:nth-child(2) {
    background-color: var(--white);
}

.company_data_list {
    background-color: var(--light-grey);
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 0;
    border: 1px solid var(--border-color);
    position: sticky;
    top: 90px;
}

.list_item {
    margin: 25px 0;
    position: relative;
    padding-left: 45px;

}

.list_item i {
    position: absolute;
    left: 0;
    top: -3px;
}

.list_item span {
    font-weight: 400;
    line-height: 1.5em;
}

.list_item span a {
    color: var(--primary);
}

.tab_section {
    padding: 30px 0;
    background-color: var(--white);
}

.tab_gray {
    background-color: var(--light-grey);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.tab_title h3 {
    font-size: 1.35rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.overview_content p {
    margin-top: 10px;
    color: var(--grey);
    line-height: 1.7em;
    margin-bottom: 15px;
}

.overview_content h2,
.overview_content h3,
.overview_content h4,
.overview_content h2 strong,
.overview_content h3 strong,
.overview_content h4 strong {
    font-weight: 600;
    margin-top: 10px;
    color: var(--black);
}

.extra_content {
    margin-top: 10px;
    color: var(--grey);
    line-height: 1.7em;
}


.overview_content ul {
    padding-left: 18px;
    margin: 15px 0;
}

.overview_content ol {
    padding-left: 18px;
    margin: 15px 0;
}

.overview_content li {
    color: var(--grey);
    line-height: 1.7em;
}

.service_pills {
    display: inline-block;
    padding: 7px 15px;
    margin: 5px 10px 5px 0;
    background-color: var(--primary);
    border-radius: 25px;
    font-size: 15px;
    color: var(--white);
    font-weight: 500;
    border: 1px solid var(--primary);
    cursor: pointer;
}

.service_pills:hover {
    background-color: var(--white);
    border: 1px solid var(--primary);
    color: var(--primary);
}

.review_outer {
    background-color: var(--white);
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.ratings {
    border-left: 1px solid var(--border-color);
    padding: 30px;
    height: 100%;
}

.feedback_area {
    padding: 30px;
}

.reviewer {
    display: flex;
}

.reviewer img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    margin-right: 10px;
}

.reviewer h3 {
    font-size: 18px;
    font-weight: 500;
}

.reviewer h3 a {
    color: var(--black);
}

.reviewer span {
    color: var(--grey);
    font-size: 14px;
}

.reviewer span a {
    color: var(--primary);
    font-weight: 600;
}

.review_text h3 {
    font-size: 16px;
    margin: 20px 0 5px;
    font-weight: 600;
    color: var(--black);
}

.review_text p {
    color: var(--grey);
    line-height: 1.7em;
    font-size: 15px;
}

.ratings h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 5px;
}

.rating_star_count {
    margin-bottom: 10px;
}

.rating_star_count span {
    color: #ffa500;
    font-size: 14px;
    letter-spacing: -2px;
}

.collapsible {
    background-color: var(--light-grey);
    border: 1px solid var(--border-color);
    color: var(--black);
    cursor: pointer;
    padding: 18px 36px 18px 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    position: relative;
}

.collapsible i {
    position: absolute;
    right: 10px;
    top: 17px;
    transition: 0.2s ease-out;
}

.active_accordion i {
    transform: rotate(180deg);
}

.active_accordion,
.collapsible:hover {
    background-color: var(--primary);
    color: var(--white);
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: var(--light-grey);
    border-radius: 0 0 3px 3px;
}

.faq_single {
    margin: 10px 0;
}

.accordion_content {
    padding: 15px 0;
    color: var(--black);
    line-height: 1.7em;
    font-size: 15px;
}

/* ------------- Company Page CSS End --------------- */

/* -------------- Footer CSS Start -------------- */

.footer {
    padding: 60px 0 0 0;
    background-color: var(--black);
}

.footer_links h3 {
    color: var(--white);
    font-size: 1.15rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer_links h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    background: var(--light-grey);
    margin-top: 15px;
}

.footer_links li {
    list-style: none;
    margin: 20px 0 0 0;
}

.footer_links a {
    color: var(--border-color);
    font-size: 15px;
    font-weight: 300;
}

.footer_links a:hover {
    color: var(--white);
}

.footer_line {
    border-bottom: 1px solid var(--border-color);
    margin: 40px 0 0;
}

.footer_social {
    display: flex;
    margin-bottom: 20px;
}

.footer_social li {
    padding: 10px;
    background-color: var(--white);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 3px;
    margin-top: 12px;
}

.footer_social a {
    color: var(--black);
    font-size: 18px;
}

.footer_social a:hover {
    color: var(--black);
}

.subscribe {
    margin-top: 25px;
}

.subscribe input {
    width: 100% !important;
    border-radius: 3px;
    background-color: var(--white);
}

.footer_credit {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    color: var(--border-color);
    font-weight: 300;
}

/* -------------- Footer CSS End -------------- */

/* --------------- Homepage CSS Start ------------------ */

.home {
    padding: 100px 0;
    background-color: var(--light-grey);
    border-bottom: 1px solid var(--border-color);
}

.home_banner img {
    width: 100%;
}

.home_text {
    text-align: center;
}

.home_text h1 {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 10px;
    color: var(--white);
}

.home_text p {
    font-size: 1.15rem;
    margin-bottom: 20px;
    color: var(--light-grey);
}

.process {
    padding: 70px 0;
    background-color: var(--white);
    text-align: center;
    background-color: var(--light-grey);
}

.explore_steps {
    padding: 30px;
    border-radius: 15px;
}

.explore_steps img {
    width: 90px;
    display: block;
    margin: 0 auto 20px;
}

.explore_steps h3 {
    text-align: center;
    margin: 10px 0 5px;
}

.explore_steps p {
    text-align: center;
    font-size: 15px;
    line-height: 1.7em;
}

.section_title h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.explore {
    padding: 50px 0;
    background-color: var(--white);
}

.category_card {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 7px;
    background-color: var(--light-grey);
    border: 1px solid var(--border-color);
    margin: 13px 0;
}

.category_card img {
    width: 45px;
    margin-right: 10px;
}

.category_card h3 {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}

.explore_location {
    border-radius: 7px;
    border: 1px solid var(--border-color);
    margin: 13px 0;
}

.location_heading {
    padding: 10px;
    background-color: var(--primary);
    border-radius: 7px 7px 0 0;
}

.explore_location h3 {
    text-align: center;
    color: var(--white);
    font-weight: 500;

}

.location_inner {
    padding: 15px;
    text-align: center;
}

.location_inner a {
    display: inline-flex;
    padding: 10px 15px;
    background-color: var(--light-grey);
    color: var(--black);
    margin: 5px;
    border-radius: 25px;
    align-items: center;
    font-size: 14px;
}

.location_inner a i {
    transform: rotate(-45deg);
    font-size: 12px;
    margin-right: 5px;
    color: var(--primary);
}

.about_firmsuggest {
    padding: 50px 0;
    background-color: var(--white);
}

.about_firmsuggest img {
    width: 95%;
    display: block;
    margin: 15px auto;
}

.about_firmsuggest h2 {
    font-size: 1.75rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.about_firmsuggest p {
    line-height: 1.5em;
    margin: 12px 0;
    color: var(--grey);
}

/* --------------- Homepage CSS End ------------------ */

/* ---------------- BLog CSS Start---------------- */

.related_cards {
    background-color: var(--white);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    position: relative;
    height: 100%;
}

.related_cards span a {
    color: var(--white);
    font-weight: 600;
}

.related_cards img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: top;
    border-radius: 3px;
}

.rel_post_meta {
    padding: 15px 0 0;
}

.related_cards p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 15px;
    color: var(--grey);
}

.related_cards:hover h3 {
    color: var(--primary);
}

.popular_user_art .user_list_outer {
    box-shadow: none;
}

.related_cards h3 {
    color: var(--black);
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.35em;
}

.blog_heading {
    margin-bottom: 30px;
    position: relative;
}

.blog_heading span {
    background-color: var(--primary);
    padding: 7px 15px;
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 600;
    border-radius: 3px 3px 0 0;

}

.blog_heading:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--primary);
    left: 0;
    bottom: -7px;
}

/* -------------------------------------- Article Page ----------------- */

.article_background {
    background-color: var(--white);
    padding: 40px 20px;
}

.article_user p {
    font-size: 15px;
    color: var(--black);
}

.article_user p a {
    color: var(--primary);
    text-transform: capitalize;
    font-weight: 600;
}

.article_meta {
    border-bottom: 1px solid var(--light-grey);
    text-align: center;
}

.article_meta h1 {
    font-size: 2rem;
    line-height: 1.35em;
    margin: 10px 0;
    font-weight: 600;
}

.article_content {
    margin-bottom: 15px;
    line-height: 1.75em;
    color: var(--grey);
}

.article_content td {
    border: 1px solid var(--border-color);
    padding: 10px;
}

.article_content .table {
    width: 100%;
    overflow: scroll;
    margin-bottom: 20px;
}

figure.table table {
    border-collapse: collapse;
}

.article_content tr {
    width: 100%;
}

.article_content .table::-webkit-scrollbar {
    display: none;
}

.article_content p {
    margin-bottom: 15px;
    line-height: 1.7em;
    color: var(--grey);
}

.article_content h2 {
    font-size: 1.5rem;
    margin: 20px 0;
    color: var(--black);
    font-weight: 600;
}

.article_content h3 {
    font-size: 1.5rem;
    margin: 20px 0;
    color: var(--black);
    font-weight: 600;
}

.article_content h4 {
    font-size: 1.5rem;
    margin: 20px 0;
    color: var(--black);
    font-weight: 600;
}

.article_content h5 {
    font-size: 1.15rem;
    margin-bottom: 5px;
    color: var(--black);
    font-weight: 600;
}

.table_of_content {
    margin-bottom: 25px;
}

.article_content iframe {
    max-width: 100%;
}

.article_content figcaption {
    font-size: 13px;
    color: var(--border-color);
}

.article_content img {
    width: 100% !important;
    height: auto !important;
    margin: 15px 0;
}

.article_content ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.article_content ol {
    padding-left: 20px;
    margin-bottom: 10px;
}

.article_content li {
    line-height: 1.75em;
    color: var(--grey);
}

.article_content a {
    color: var(--primary);
}

.article_content strong {
    font-weight: 600;
    color: var(--black);
}

.article_sidebar {
    padding: 20px;
    background-color: var(--light-grey);
    margin-bottom: 25px;
}

.article_sidebar h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.related_articles {
    box-shadow: none;
    border: 1px solid var(--border-color);
}

/* ---------------- BLog CSS End ---------------- */

/* ------------- Related Card Design ----------------- */

.related_companies {
    padding: 20px;
    margin: 0 0 25px 0;
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    position: relative;
}

.related_icons i {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.related_companies .listing_stats {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
}

.related_icons {
    font-size: 12px;
    text-align: center;
    padding: 12px 7px;
    border-radius: 4px;
    background-color: var(--light-grey);
    width: 32%;
}

.related_listing_stats {
    display: flex;
    margin-bottom: 20px;
}

.listing_stats.related_listing_stats.related_comp_list {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.related_meta {
    display: flex;
}

.related_meta img {
    width: 70px;
    height: 70px;
    display: block;
    margin: auto 10px auto 0;
    border-radius: 5px;
    object-fit: contain;
    border: 1px solid var(--light-grey);
}

.related_meta h3 a {
    color: var(--primary);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 500;
}

.related_meta h3 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.related_meta p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
    color: var(--grey);
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.related_companies .site_btn {
    width: 100%;
}

.related_companies .star_reviews {
    margin-top: 3px;
    font-size: 12px;

}

.page_not_found {
    text-align: center;
}

.page_not_found img {
    width: 100%;
    margin-bottom: 1rem;
}

/* ------------- Related Card Design End ----------------- */

/* ----------- Contact Us ----------------- */

.acc_form h3 {
    font-size: 18px;
    font-weight: 600;
}

.acc_form input {
    padding: 12px 10px;
    width: 100%;
    outline: none;
    border: 1px solid var(--border-color);
    background-color: var(--white);
    margin-bottom: 15px;
    border-radius: 4px;
}

.acc_form input:focus {
    border: 1px solid var(--primary);
}

.acc_form textarea {
    padding: 12px;
    width: 100%;
    outline: none;
    border: 1px solid var(--border-color);
    background-color: var(--white);
    margin-bottom: 10px;
    border-radius: 4px;
    min-height: 150px;
}

.acc_form textarea:focus {
    border: 1px solid var(--primary);
}

.acc_form button {
    width: 100%;
    padding: 10px;
}

.captcha {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.captcha img {
    width: 100px;
    margin-right: 10px;
}

.captcha input {
    margin-bottom: 0;
}

.alert_message {
    padding: 10px;
    border-radius: 4px;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.alert_message ul {
    font-size: 14px;
    padding-left: 20px;
}

.alert_message li {
    margin: 5px 0;
}

.success_message {
    padding: 10px;
    border-radius: 4px;
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    font-size: 14px;
}

/* ----------- Related Links --------------- */

.related_links {
    padding: 50px 0;
    background-color: var(--white);
}

.related_link {
    margin-bottom: 20px;

}

.related_link a {
    color: var(--primary);
    position: relative;
    padding-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.related_link a::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    min-width: 7px;
    min-height: 7px;
    border-radius: 100px;
    background-color: var(--primary);
    left: 0;
    top: 9px;
}

.border_botttom {
    border-bottom: 1px solid var(--border-color);
}

#button {
    display: inline-block;
    background-color: var(--light-grey);
    width: 40px;
    height: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 42px;
    color: var(--black);
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* ---------------- Custom Responsive CSS --------------- */
@media (max-width: 1199px) {
    .list_stat_icon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .list_stat_icon span {
        margin-top: 5px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

@media(max-width: 991px) {
    .home_text h1 {
        font-size: 1.75rem;
        line-height: 1.25em;
    }

    .home_text p {
        font-size: 16px;
        line-height: 1.5em;
    }

    .section_title h3 {
        font-size: 1.75rem;
    }

    .explore_steps {
        padding: 20px 0;
    }
}

@media(max-width: 767px) {
    .footer_mob {
        margin-top: 30px;
    }

    .footer_social li {
        width: 30px;
        height: 30px;
    }

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

    button.visit_website {
        margin: 20px 0 5px;
    }

    .page_about {
        padding: 20px 0;
    }

    .company_data_list {
        margin-bottom: 25px;
    }

    button.site_btn {
        padding: 8px;
        font-size: 15px;
    }

    .page_intro h1 {
        font-size: 1.5rem;
    }

    .ratings {
        padding-top: 0;
    }

    .feedback_area {
        padding-bottom: 15px;
    }
}

@media (max-width:534px) {
    .active_tab {
        border-bottom: none;
        background-image: none;
    }
}

/* -----------------Software Page Css -------------------- */

.software_features h3 {
    font-size: 1.15rem;
    font-weight: 600;
}

.soft_features {
    padding-left: 17px;

}

.border {
    border-top: 1px solid var(--border-color);
    margin-top: 20px;
}

.soft_features li {
    margin: 7px 0;
    color: var(--grey);
}

.software_key_details h3 {
    margin-bottom: 10px;
    font-weight: 500;
}

.software_key_details li {
    list-style: none;
    margin-top: 20px;
    position: relative;
    padding-left: 32px;
    align-items: center;
    display: flex;
    color: var(--grey);
}

.software_key_details li a {
    color: var(--primary);
}

.software_key_details i {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 25px;
    color: var(--primary);
}

.blue_stripe {
    background-color: var(--primary);
    padding: 20px 0;
}

.blue_stripe_info {
    display: flex;
    align-items: center;
}

.blue_stripe_info img {
    width: 45px;
    margin-right: 10px;
}

.blue_stripe_info h3 {
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 500;
}

.blue_stripe_info p {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--light-grey);
}

.no_screen {
    width: 100%;
    aspect-ratio: 16/9;
    background-color: var(--light-grey);
    justify-content: center;
    align-items: center;
    color: var(--border-color);
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
}

.no_screen p {
    margin-bottom: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}


/* ------------- slider css ---------------- */

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.screen_slideshow {
    position: sticky;
    top: 90px;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: var(--light-grey);
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: var(--light-grey);
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--border-color);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active_frame,
.dot:hover {
    background-color: var(--grey);
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}


.video_frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    border-radius: 10px;
}


.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.photo_frame {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    text-align: center;
}

.photo_frame p {
    font-size: 12px;
    padding: 5px 0;
    color: var(--grey);
}

.photo_frame img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .blue_stripe_info {
        display: block;
        text-align: center;
    }

    .blue_stripe_info img {
        margin-right: 0;
    }

    .blue_stripe_info h3 {
        margin-top: 3px;
    }

    .software_key_details {
        margin: 10px 0;
    }
}

@media (max-width: 575px) {
    .blue_stripe_info {
        margin: 10px 0;
    }
}

/* -----------------Software Page Css END -------------------- */

/* ---------------- Login/Signup page CSS ---------------- */

.login_form {
    padding: 20px;
    background-color: var(--white);
    border-radius: 10px;
    border: 1px solid var(--border-color);
}

.login_form h1 {
    margin-bottom: 20px;
    text-align: center;
    color: var(--black);
    font-size: 1.5rem;
    font-weight: 700;
}

/* ---------------- Login/Signup page CSS End ---------------- */


/* ---------------- User Dashboard CSS ---------------- */

.dashboard_home {
    text-align: center;
    padding: 15px 0;
}

.dashboard_home i {
    font-size: 5rem;
    color: var(--primary);
}

.dashboard_home h3 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: capitalize;
}

.dashboard_header {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
}

.dashboard_header h3 {
    font-weight: 600;
}

.text_right {
    text-align: right;
}

span.active_listing {
    padding: 4px 10px;
    background-color: green;
    border-radius: 25px;
    color: var(--white);
}

span.pending_listing {
    padding: 4px 10px;
    background-color: red;
    border-radius: 25px;
    color: var(--white);
}

span.edit_listing {
    padding: 4px 10px;
    background-color: var(--light-grey);
    border-radius: 25px;
    color: var(--black);
    margin-left: 10px;
}

.review_comp_info {
    text-align: center;
}

.review_comp_info img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 5px;
    object-fit: contain;
}

.review_comp_info h3 {
    font-size: 1.25rem;
    color: var(--black);
    margin-bottom: 5px;
}

.review_comp_info p {
    font-size: 14px;
    color: var(--grey);
    margin-bottom: 10px;
    line-height: 1.4em;
}

ul.review_guidelines {
    padding-left: 0;
}

.review_guidelines li {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    line-height: 1.4em;
}

.review_guidelines li::before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "\f058";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: green;
}


.rating-box {
    display: inline-block;
}

.rating-container {
    direction: rtl !important;
}

.rating-container label {
    display: inline-block;
    margin: 0 0 35px 0;
    color: var(--border-color);
    cursor: pointer;
    font-size: 30px;
    transition: color 0.2s;
    line-height: 0;
}

.rating-container input[type=radio] {
    display: none;
}

.rating-container label:hover,
label:hover~label,
input:checked~label {
    color: var(--primary);
}

.rating_form h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* ============= Software Add Form CSS ============ */

.form_header h3 {
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
}

.form_sidebar {
    padding: 20px;
    background-color: var(--white);
    border-radius: 10px;
    border: 1px solid var(--border-color);
}

.form_sidebar li {
    list-style: none;
    margin: 15px 0;
    position: relative;
}


.form_sidebar li a {
    color: var(--black);
    font-weight: 600;
}

.form_sidebar span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--primary);
    color: var(--white);
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-weight: 500;
}

li.active_step a {
    color: var(--primary);
}

li.active_step::after {
    display: block;
    position: absolute;
    right: 0;
    top: 11px;
    font: var(--fa-font-solid);
    content: "\f0da";
    color: var(--primary);
    font-size: 20px;
}

.form_container {
    padding: 40px;
    background-color: var(--white);
    border-radius: 10px;
    border: 1px solid var(--border-color);
}

.input_form h3 {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 10px;
}

.input_form h3 span {
    color: red;
}

.input_form input {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    margin-bottom: 10px;
}

.input_form input:focus {
    outline: none;
    border: 1px solid var(--primary);
}

.input_form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    margin-bottom: 10px;
    min-height: 100px;
    font-family: inherit;
}

.input_form textarea:focus {
    outline: none;
    border: 1px solid var(--primary);
}


.input_form select {
    width: 100%;
    padding: 9px 10px;
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 3px;
    margin-bottom: 10px;
}

.input_form select:focus {
    outline: none;
    border: 1px solid var(--primary);
}

.radio_box {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

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

.radio_box input[type="checkbox"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    margin-bottom: 0;
}

/* ------------------------------------- */

#dropzone {
    position: relative;
    border: 2px dashed var(--light-grey);
    border-radius: 4px;
    color: var(--black);
    text-align: center;
    width: 100%;
    aspect-ratio: 1/1;
}

#dropzone.hover {
    border: 10px solid var(--border-color);
    color: var(--grey);
}

#dropzone.dropped {
    border: 3px dashed var(--light-grey);
    background-color: var(--light-grey);
}

#dropzone div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#dropzone div p {
    position: absolute;
    top: 45%;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 14px;
}

#dropzone img {
    border-radius: 4px;
    vertical-align: middle;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
}

#dropzone [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* ============= Software Add Form CSS ENd ============ */
.stacked_chart {
    display: flex;
}

.stacked_chart div {
    height: 45px;
    background-color: var(--border-color);
    display: flex;
    border-right: 1px solid var(--white);
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-weight: 500;
    font-size: 15px;
    position: relative;
}

.stacked_bar .tooltiptext {
    visibility: hidden;
    background-color: var(--white);
    color: var(--black);
    text-align: center;
    border-radius: 25px;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
    top: -50px;
    font-size: 15px;
    width: max-content;
}

.tooltiptext:before {
    content: '';
    width: 3px;
    border-left: 1px solid var(--border-color);
    transform: translateX(50%);
    position: absolute;
    left: 50%;
    z-index: 0;
    top: 31px;
    height: 19px;
}

.stacked_bar:hover .tooltiptext {
    visibility: visible;
}

.stacked_bar:nth-child(1) {
    background-color: #1c3863;
}

.stacked_bar:nth-child(2) {
    background-color: #203e6e;
}

.stacked_bar:nth-child(3) {
    background-color: #234479;
}

.stacked_bar:nth-child(4) {
    background-color: #264a84;
}

.stacked_bar:nth-child(5) {
    background-color: #29518f;
}

.stacked_bar:nth-child(6) {
    background-color: #2c579a;
}

.stacked_bar:nth-child(7) {
    background-color: #2f5da5;
}

.stacked_bar:nth-child(8) {
    background-color: #3263b0;
}

.stacked_bar:nth-child(9) {
    background-color: #3669bb;
}

.stacked_bar:nth-child(10) {
    background-color: #3970c6;
}

.stacked_bar:nth-child(11) {
    background-color: #3c76d1;
}

.stacked_bar:nth-child(12) {
    background-color: #3f7cdc;
}

.stacked_bar:nth-child(13) {
    background-color: #4983de;
}

.stacked_bar:nth-child(14) {
    background-color: #5289e0;
}

.stacked_bar:nth-child(15) {
    background-color: #5c90e1;
}

.stacked_bar:nth-child(16) {
    background-color: #6596e3;
}

.stacked_bar:nth-child(17) {
    background-color: #6f9de5;
}

.stacked_bar:nth-child(18) {
    background-color: #79a3e7;
}

.stacked_bar:nth-child(19) {
    background-color: #82aae8;
}

.stacked_bar:nth-child(20) {
    background-color: #8cb0ea;
}

.colored_list {
    margin: 15px 15px 10px 0px;
    display: inline-block;
}

.colored_list:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    margin-right: 5px;
    background-color: #8cb0ea;
}

.colored_list:nth-child(1):before {
    background-color: #1c3863;
}

.colored_list:nth-child(2):before {
    background-color: #203e6e;
}

.colored_list:nth-child(3):before {
    background-color: #234479;
}

.colored_list:nth-child(4):before {
    background-color: #264a84;
}

.colored_list:nth-child(5):before {
    background-color: #29518f;
}

.colored_list:nth-child(6):before {
    background-color: #2c579a;
}

.colored_list:nth-child(7):before {
    background-color: #2f5da5;
}

.colored_list:nth-child(8):before {
    background-color: #3263b0;
}

.colored_list:nth-child(9):before {
    background-color: #3669bb;
}

.colored_list:nth-child(10):before {
    background-color: #3970c6;
}

.colored_list:nth-child(11):before {
    background-color: #3c76d1;
}

.colored_list:nth-child(12):before {
    background-color: #3f7cdc;
}

.colored_list:nth-child(13):before {
    background-color: #4983de;
}

.colored_list:nth-child(14):before {
    background-color: #5289e0;
}

.colored_list:nth-child(15):before {
    background-color: #5c90e1;
}

.colored_list:nth-child(16):before {
    background-color: #6596e3;
}

.colored_list:nth-child(17):before {
    background-color: #6f9de5;
}

.colored_list:nth-child(18):before {
    background-color: #79a3e7;
}

.colored_list:nth-child(19):before {
    background-color: #82aae8;
}

.colored_list:nth-child(20):before {
    background-color: #8cb0ea;
}


.partoflio_card {
    height: 100%;
    position: relative;
    border: 1px solid var(--border-color);
}

.partoflio_card img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: top;
    border-bottom: 1px solid var(--border-color);
}

.project_name {
    padding: 15px;
}

.project_name span {
    color: var(--primary);
    font-weight: 400;
    font-size: 14px;
}

.project_name h3 {
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
}

button.modal_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
    opacity: 0;
}

.modal_content img {
    width: 100%;
    position: relative;
}

.modal_content .project_name {
    padding: 15px 0;
}

.project_details {
    padding: 15px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.project_details_card h3 {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary);
    margin-bottom: 0;
}

.project_details_card span {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.project_summary {
    padding: 15px 0 0;
}

.project_summary p {
    color: var(--grey);
    line-height: 1.5em;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
    background-color: var(--black);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.modal-window {
    position: relative;
    background-color: var(--white);
    width: 50%;
    margin: 3% auto;
    padding: 20px;
}

.modal-window.small {
    width: 75%;
}

.modal-window.large {
    width: 75%;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.close:hover,
.close:focus {
    color: var(--black);
    cursor: pointer;
}

.open {
    display: block;
}

@media(max-width: 1200px) {
    .tooltiptext {
        display: none;
    }

    .modal-window {
        width: 80%;
    }
}

@media (max-width:534px) {
    .modal-window {
        width: 94%;
    }
}


.list_reviews {
    padding: 10px 15px;
    background-color: var(--light-grey);
    margin-top: 15px;
    border-radius: 3px;
    min-height: 64px;
}

.list_reviews h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
    font-style: italic;
}

.list_reviews p {
    font-style: italic;
    font-size: 14px;
    color: var(--grey);
    line-height: 1.5em;
}

span.rating_count {
    color: var(--primary);
    font-weight: 600;
    font-size: 16px;
}

.buyers_guide {
    padding: 20px;
    background-color: var(--light-grey);
    border-radius: 5px;
    margin-top: 23px;
    position: sticky;
    top: 20px;
}

.buyers_guide h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 15px;
}

.buyers_guide ul {
    padding-left: 18px;
}

.buyers_guide li {
    margin: 10px 0 0;
    font-size: 15px;
    list-style: circle;
}

.buyers_guide li a {
    color: var(--primary);
}

/* --------Graph Design------------ */

.outer_rating {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: var(--light-grey);
    border: 1px solid var(--border-color);
}

.inner_rating {
    background: var(--primary);
    background: -webkit-linear-gradient(to right, #1c3863, var(--primary));
    background: linear-gradient(to right, #1c3863, var(--primary));
    height: 100%;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    display: inline-block;
    color: var(--white);
}

.rating_graph {
    padding: 20px 30px;
    background-color: var(--light-grey);
    border: 1px solid var(--border-color);
    margin: 15px 0 20px;
    border-radius: 5px;
}

.rating_graph h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.text_right button.service_pills {
    margin: 0;
}

.inner_rating span strong {
    font-size: 20px;
    line-height: 0
}

/* Chart Css  */

.pieID {
    display: inline-block;
    vertical-align: top;
}

.pie {
    height: 200px;
    width: 200px;
    position: relative;
    margin: 0 30px 30px 0;
}

.pie::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
    background: var(--white);
    border-radius: 50%;
    top: 50px;
    left: 50px;
}

.pie::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
    margin: 220px auto;

}

.slice {
    position: absolute;
    width: 200px;
    height: 200px;
    clip: rect(0px, 200px, 200px, 100px);
    animation: bake-pie 1s;
}

.slice span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    clip: rect(0px, 200px, 200px, 100px);
}

.legend {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: var(--white);
    padding: 15px;
    font-size: 15px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

.legend li {
    height: 1.25em;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
    border-left: 1.25em solid black;
}

.legend p {
    display: inline-flex;
}

.legend span {
    float: right;
    margin-left: 10px;
}

.legend span em {
    font-style: normal;
}

ul.pieID.legend li {
    display: inline-block;
    margin: 8px;
}

.pie_char_js {
    display: flex;
}

ul.pieID.legend {
    height: 100%;
    width: 100%;
}

.list_area {
    width: 100%;
}

@media(max-width: 767px) {
    ul.pieID.legend li {
        display: block;
    }
}

@media(max-width: 575px) {
    .pie_char_js {
        display: block;
    }

    .list_area {
        margin-top: 15px;
    }

    .chart_area {
        text-align: center;
    }
}

/* Chart Css End  */

@media(max-width: 767px) {
    .main_button_re {
        text-align: left;
        margin-top: 30px;
    }
}

/* ------------------ Average Costing CSS --------------- */

.average_costing {
    padding: 20px;
    border: 1px solid var(--border-color);
}

.average_costing h2 {
    font-size: 1.25rem;
}

.average_costing h3 {
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.25em;
    text-align: left;
}

.average_costing span {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.min_max_value {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.average_bar {
    width: 100%;
    height: 8px;
    background-color: var(--light-grey);
}

.bar_value {
    max-width: 100% !important;
    height: 100%;
    background-color: var(--primary);
}

.min_max_average {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.cost_container {
    padding: 10px;
    text-align: center;
    width: 32%;
    border: 1px solid var(--border-color);
}

.cost_container h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.cost_container span {
    font-size: 1rem;
    font-weight: 700
}

/* ------------------ Average Costing CSS End --------------- */

/* ---------- Profile Meter CSS ----------- */

.gauge-wrapper {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 20px 15px 15px;
}

.gauge {
    background: var(--light-grey);
    width: 200px;
    height: 100px;
    border-radius: 100px 100px 0 0 !important;
    position: relative;
    overflow: hidden;
}

.gauge.min-scaled {
    transform: scale(0.5);
}

.gauge-center {
    content: "";
    color: var(--white);
    width: 60%;
    height: 60%;
    background: var(--black);
    border-radius: 100px 100px 0 0 !important;
    position: absolute;
    box-shadow: 0 -13px 15px -10px rgba(0, 0, 0, 0.28);
    right: 21%;
    bottom: 0;
    color: var(--white);
    z-index: 10;
}

.gauge-center .label,
.gauge-center .number {
    display: block;
    width: 100%;
    text-align: center;
    border: 0 !important;
}

.gauge-center .label {
    font-size: 0.75em;
    opacity: 0.6;
    margin: 1.1em 0 0 0;
}

.gauge-center .number {
    font-size: 1.2em;
    font-weight: 600;
}

.needle {
    width: 80px;
    height: 7px;
    background: var(--white);
    border-bottom-left-radius: 100% !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 100% !important;
    border-top-right-radius: 5px !important;
    position: absolute;
    bottom: -2px;
    left: 20px;
    transform-origin: 100% 4px;
    transform: rotate(0deg);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.38);
    display: none;
    z-index: 9;
}

.four.rischio1 .needle {
    animation: fourspeed1 2s 1 both;
    animation-delay: 1s;
    display: block;
}

.four.rischio2 .needle {
    animation: fourspeed2 2s 1 both;
    animation-delay: 1s;
    display: block;
}

.four.rischio3 .needle {
    animation: fourspeed3 2s 1 both;
    animation-delay: 1s;
    display: block;
}

.four.rischio4 .needle {
    animation: fourspeed4 2s 1 both;
    animation-delay: 1s;
    display: block;
}

.slice-colors {
    height: 100%;
}

.slice-colors .st {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: 50px solid transparent;
}

.four .slice-colors .st.slice-item:nth-child(2) {
    border-top: 50px #9fe0b5 solid;
    border-right: 50px #9fe0b5 solid;
    background-color: #caeed6;
}

.four .slice-colors .st.slice-item:nth-child(4) {
    left: 50%;
    border-bottom: 50px #3bb665 solid;
    border-right: 50px #3bb665 solid;
    background-color: #74d294;
}

.strength_mater {
    text-align: right;
}

.gauge-wrapper h3 {
    text-align: center;
    margin: 7px 0 0 0;
    font-size: 14px;
}

@media(max-width: 767px) {
    .strength_mater {
        text-align: center;
        margin-top: 10px;
    }
}

/* ------------ Profile Meter CSS End ------------ */

/* ------------ Client Focus Graph CSS --------------- */

.client_graph {
    border-left: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding-top: 1px
}

.garph_bar_outer {
    display: block;
    min-width: 100%;
    width: 100%;
    height: 30px;
    margin: 26px 0
}

.innter_bar {
    background-color: var(--primary);
    height: 100%;
    display: flex;
    align-items: center;
}

.innter_bar span {
    white-space: nowrap;
    margin-left: 10px;
    color: var(--white);
    font-weight: 600;
}

ul.client_list {
    display: inline-block;
    justify-content: center;
    margin-bottom: 10px;
}

.client_list li {
    display: inline;
    font-size: 14px;
    margin-right: 20px;
}

.client_list li span {
    margin-right: 5px;
}

/* ------------ Client Focus Graph CSS End --------------- */

/* -------------- Custom Pagination CSS ------------ */

.custom_pagination nav {
    position: inherit
}

.custom_pagination ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    position: inherit
}

.custom_pagination li {
    list-style: none;
}

.custom_pagination a {
    border-bottom: none;
    border: 1px solid var(--border-color);
    padding: 10px;
    min-width: 35px;
    color: var(--primary);
}

.custom_pagination span {
    border-bottom: none;
    border: 1px solid var(--border-color);
    padding: 10px;
    min-width: 35px;
    background-color: var(--white);
}

.custom_pagination li.page-item.active span {
    color: var(--white);
    background-color: var(--primary);
}

.company_breadcrumb {
    padding: 10px 0 0;
    background-color: var(--white);
    margin-bottom: -30px;
    font-size: 14px;
}

.company_breadcrumb span {
    color: var(--grey);
}

.company_breadcrumb a {
    color: var(--primary);
}

@media (max-width: 768px) {
    .company_breadcrumb {
        padding-bottom: 30px;
    }
}

/* -------------- Custom Pagination CSS End ------------ */

.review_stats {
    display: flex;
    align-items: center;

}

.reviews_icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 10px 0 0;
    border-radius: 3px;
}

.review_stats i {
    color: rgb(97, 97, 97);

}

/* ----------- */

.pros_cons {
    padding: 70px 50px 50px;
    background-color: var(--light-grey);
    margin-top: 30px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    position: relative;
}

.pros_cons h3 {
    position: absolute;
    top: -1px;
    left: 50px;
    background-color: var(--primary);
    color: var(--white);
    padding: 10px 25px;
    border-radius: 0 0 15px 15px;
    font-size: 18px;
}

.pros_cons h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

.pros_cons p {
    list-style: none;
    padding-left: 25px;
    margin-top: 15px;
    line-height: 1.7em;
    color: var(--grey);
    position: relative;
}

.pros_list p::before {
    content: "\f164";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    font-size: 20px;
    color: green;
    left: 0;
}

.cons_list p::before {
    content: "\f165";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    font-size: 20px;
    color: red;
    left: 0;
}

.ck-editor__editable_inline {
    min-height: 150px;
}

@media(max-width: 991px) {
    .cons_list {
        margin-top: 20px;
    }
}

.overview_content table {
    margin-top: 20px;
    color: var(--black);
}

.overview_content table,
.overview_content table th,
.overview_content table td {
    border: 1px solid var(--border-color);
    padding: 10px;
    border-collapse: collapse;
    color: var(--grey);
}

.overview_content table strong {
    color: var(--grey);
}

/* --------- */

.comp_social {
    display: flex;
    justify-content: right;
}

.comp_social i {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    color: var(--white);
    aspect-ratio: 1/1;
    margin-left: 5px;
}

@media(max-width: 767px) {
    .comp_social {
        justify-content: left;
        margin-top: 20px;
    }

    .comp_social a:not(:last-child) {
        margin-right: 0px;
    }
}

/* =============Pricing CSS ============= */

.pricing_block {
    background-color: var(--white);
    border: 1px solid var(--primary);
    border-radius: 5px;
    margin-top: 25px;
}

.pricing_header {
    padding: 7px 10px;
    background-color: var(--primary);
    color: var(--white);
}

.review_comp_title h3 {
    font-size: 1.35rem;
    font-weight: 600;
}

.pricing_header h4 {
    text-align: center;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 0;
}

.pricing_body {
    padding: 10px 15px 15px;
}

.price_box {
    text-align: center;
    margin: 10px 0;
}

.price_box span {
    font-size: 1.75rem;
    color: var(--primary);
    font-weight: 700;
}

.pricing_body p {
    font-weight: 600;
    color: var(--primary);
}

.pricing_body ul {
    padding-left: 18px;
}

.pricing_body ul li {
    margin-top: 10px;
    font-size: 14px;
    color: var(--grey);
    line-height: 1.5em;
}

.queryForm {
    padding: 30px 20px;
    border: 1px solid var(--border-color);
    margin: 20px 0 30px;
    border-radius: 10px;
}

.queryForm input {
    padding: 10px;
    border-radius: 25px;
    border: 1px solid var(--border-color);
    width: 100%;
    outline: none;
}

.queryForm input:focus {
    border-color: var(--primary);
}

.queryForm button {
    width: 100%;
    font-weight: 600;
}

/* ========== Main Header & Navbar ========== */
.main-header {
    background-color: var(--white);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-left {
    flex-shrink: 0;
}

.nav-center {
    flex-grow: 1;
}

.nav-right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo img {
    width: 225px;
    display: block;
}

/* --- Navigation Links --- */
.nav-links {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 15px;
}

.nav-links li a {
    color: var(--black);
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 3px;
    transition: background-color 0.3s, color 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-links li a:hover {
    background-color: var(--white);
}

.has-mega-menu>a {
    cursor: pointer;
}

/* Arrow Icon */
.arrow {
    border: solid var(--black);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transition: transform 0.3s;
}

.arrow.down {
    transform: rotate(45deg);
    margin-top: -1px;
}

.arrow.up {
    transform: rotate(-135deg);
}

.has-mega-menu.active>a>.arrow,
.profile-container.active .arrow {
    transform: rotate(-135deg);
    margin-top: 5px;
}

/* --- Full-Width Mega Menu (Desktop) --- */
.has-mega-menu {
    position: static;
}

.mega-menu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: var(--white);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-top: 1px solid var(--border-color);
    display: none;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

/* NEW: Inner container for content alignment */
.mega-menu-inner {
    margin: 0 auto;
    padding: 25px 0;
    display: flex;
    gap: 20px;
}

.has-mega-menu.active>.mega-menu {
    display: block;
}

.mega-menu-tabs {
    flex: 0 0 180px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--border-color);
    padding-right: 20px;
}

.mega-tab-link {
    background: none;
    border: none;
    padding: 12px 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    transition: background-color 0.2s, color 0.2s;
    color: var(--black);
}

.mega-tab-link:hover {
    background-color: var(--white);
}

.mega-tab-link.active {
    background-color: var(--primary);
    color: var(--white);
}

.mega-menu-content {
    flex-grow: 1;
}

.mega-tab-content {
    display: none;
}

.mega-tab-content.active {
    display: block;
}

.mega-tab-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--primary);
    font-weight: 600;
}

.mega-content-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.mega-content-list li {
    width: 45%;
}

.mega-content-list li a {
    color: var(--black);
    display: block;
    padding: 8px 0;
    border-radius: 4px;
    transition: color 0.2s;
    font-weight: 400;
}

.mega-content-list li a:hover {
    color: var(--primary);
}

/* --- User Actions & Profile Dropdown --- */
.user-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-container {
    position: relative;
}

.profile-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 3px;
    transition: background-color 0.3s;
}

.profile-btn:hover {
    background-color: var(--white);
}

.profile-btn img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
}

.profile-btn .profile-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 0;
    margin-bottom: -4px;
}

.profile-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background-color: var(--white);
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    width: 200px;
    padding: 10px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.profile-container.active>.profile-dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.profile-dropdown a {
    display: block;
    padding: 10px 15px;
    color: var(--black);
    border-radius: 4px;
    transition: background-color 0.2s;
}

.profile-dropdown a:hover {
    background-color: var(--white);
}

.profile-dropdown hr {
    border: 0;
    border-top: 1px solid var(--border-color);
    margin: 8px 0;
}

.login-btn {
    background-color: var(--primary);
    color: var(--white);
    border: none;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* --- Hamburger Menu (Mobile) --- */
.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px 0;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--black);
    margin: 5px 0;
    transition: transform 0.3s, opacity 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}


.has-mega-menu.active>a>.arrow {
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
}

.has-mega-menu.active>a,
.nav-links li a:hover,
.profile-dropdown a:hover {
    color: var(--primary);
}

/* --- Responsive Design (Mobile View) --- */
@media (max-width: 991px) {
    .hamburger {
        display: block;
    }

    .profile-btn .profile-name {
        display: none;
    }

    .nav-center {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: var(--white);
        flex-direction: column;
        align-items: stretch;
        border-top: 1px solid var(--border-color);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out, padding-top 0.4s, padding-bottom 0.4s;
        padding-left: 0;
        padding-right: 0;
    }

    .nav-center.active {
        max-height: 100vh;
        padding-top: 20px;
        padding-bottom: 20px;
        overflow-y: auto;
        z-index: 9999;
        border-bottom: 2px solid var(--border-color);
    }

    .mgMenuList {
        border-left: 1px solid var(--border-color);
    }

    .nav-links {
        flex-direction: column;
        align-items: stretch;
        gap: 5px;
    }

    .mega-content-list li {
        width: 50%;
    }

    .nav-links li a {
        justify-content: space-between;
        padding: 10px 0;
    }

    /* Accordion Style for Mega Menu */
    .mega-menu {
        position: static;
        width: auto;
        box-shadow: none;
        border-top: none;
        padding: 10px 0 10px 0;
        display: none;
        background-color: transparent;
    }

    .mega-menu-inner {
        display: block;
        padding: 0;
    }

    .mega-menu-tabs {
        display: none;
    }

    .mega-menu-content {
        padding: 0;
    }

    .mega-tab-content {
        display: block !important;
        padding-bottom: 20px;
    }

    .mega-tab-content:last-child {
        padding-bottom: 0;
    }
}

@media(max-width:767px) {
    .logo img {
        width: 200px;
    }

    .hamburger span {
        width: 20px;
        height: 3px;
    }

    .nav-right {
        gap: 10px;
    }

    .profile-btn img {
        width: 35px;
        height: 35px;
    }

    .mega-content-list li {
        width: 100%;
    }
}

@media(max-width:575px) {
    .logo img {
        width: 175px;
    }

    .signupButton {
        display: none;
    }

    .login-btn {
        padding: 8px 15px;
        font-size: 14px;
    }
}

/* ========== Navbar CSS End ===========  */

.featuredCarousel {
    padding: 50px 0;
}

.featuredCarousel .bannerSlider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.featuredCarousel .sliderImage {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.featuredCarousel .sliderImage a {
    display: block;
    min-width: 100%;
    height: auto;
}

.featuredCarousel .sliderImage img {
    width: 100%;
    border-radius: 10px !important;
}

.featuredCarousel .prevButton,
.featuredCarousel .nextButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 2rem;
    color: var(--white);
    z-index: 10;
}

.featuredCarousel .prevButton {
    left: 10px;
}

.featuredCarousel .nextButton {
    right: 10px;
}

.categoryTab {
    padding: 50px 0;
    background-color: #e9f1ff;
}

.categoryTab .tab {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    gap: 10px;
}

.categoryTab .tab button {
    background-color: var(--white);
    border: none;
    outline: none;
    padding: 12px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
}

.categoryTab .tab button:hover {
    background-color: var(--primary);
    color: var(--white);
}

.categoryTab .tab button.active {
    background-color: var(--primary);
    color: var(--white);
}

.categoryTab .tabcontent {
    display: none;
    border-top: none;
}

.categoryCard {
    padding: 15px;
    position: relative;
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.categoryCard img {
    width: 40px;
}

.categoryCard h4 a {
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
}

.categoryCard h4 a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.categoryCard:hover h4 a {
    color: var(--primary);
}

.homeSearchArea {
    position: relative;
}

.homeSearchArea form {
    display: flex;
    position: relative;
}

.homeSearchArea input {
    width: 100%;
    padding: 13px 40px 13px 20px;
    font-size: 16px;
    border-radius: 50px;
    border: 2px solid var(--border-color);
    background-color: var(--white);
}

.homeSearchArea button {
    position: absolute;
    right: 17px;
    top: 13px;
    border: none;
    background: transparent;
    font-size: 20px;
    color: var(--primary);
}

.homeSearchArea input:focus {
    outline-color: var(--primary);
}

.resultBox {
    padding: 20px;
    background-color: var(--white);
    border-radius: 25px;
    border: 2px solid var(--border-color);
    position: absolute;
    z-index: 99999;
    width: 100%;
    left: 0;
}

.resultBox h3 {
    font-weight: 600;
}

.resultBox li {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
}

.resultBox li a {
    color: var(--grey);
    font-size: 15px;
}

.resultBox li:hover a {
    color: var(--primary);
}

.resultBox li img {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    object-fit: cover;
    object-position: center;
}

.listBorder {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 12px;
    padding-bottom: 20px;
}

.searchTitle h1 {
    font-weight: 600;
}

.searchTitle h3 {
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}

.searchPage {
    padding: 40px 0 70px;
}

.blogsList {
    margin-bottom: 30px;
    padding-left: 18px;
}

.blogsList li {
    margin-bottom: 15px;
}

.blogsList li a {
    color: var(--black);
}

.blogsList li:hover a {
    color: var(--primary);
}

.backToAll {
    display: inline-flex;
    align-items: center;
    margin-top: 1.5rem;
    color: var(--primary);
    font-weight: 500;
    gap: 5px;
}

.homeBanner {
    background-color: #000322;
    background-image: url('/img/main/new-home-banner.webp');
    background-size: cover;
    background-position: center;
}

.blogCard {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    position: relative;
    height: 100%;
}

.blogCard:hover {
    border: 1px solid var(--primary);
}

.blogCard img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid var(--light-grey);
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

.blogMeta {
    padding: 15px;
}

.blogCat {
    display: inline-block;
    padding: 5px 10px 5px 20px;
    border: 1px solid var(--border-color);
    border-radius: 25px;
    position: relative;
    font-size: 13px;
    background-color: var(--light-grey);
}

.blogCat a {
    color: var(--primary);
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.blogCat::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background-color: var(--primary);
    position: absolute;
    left: 10px;
    top: 12px;
}

.blogMeta h3 {
    font-weight: 500;
    line-height: 1.25em;
    font-size: 1.25rem;
    margin: 20px 0 10px;
}

.blogMeta h3 a {
    color: var(--black);
}

.blogMeta h3 a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blogMeta p {
    color: var(--grey);
    line-height: 1.5em;
    margin-bottom: 20px;
}

.blogDateTime {
    font-size: 14px;
    color: var(--grey);
}

.blogDateTime a {
    font-weight: 500;
    color: var(--primary);
    position: relative;
    z-index: 1;
}

.comment_read {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px dashed #cfcfcf;
}

.comment_read p {
    color: var(--grey);
    line-height: 1.5em;
    font-size: 14px;
}

.comment_read span {
    font-size: 14px;
    color: var(--grey);
    display: inline-block;
    margin-bottom: 10px;
}

.userLetter {
    width: 45px;
    height: 45px;
    aspect-ratio: 1/1;
    background-color: var(--primary);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: var(--white);
    font-weight: 700;
}

.articleMeta {
    text-align: center;
}

.articleMeta h1 {
    font-size: 2.5rem;
    line-height: 1.25em;
    font-weight: 600;
    margin: 20px 0;
    color: var(--white);
}

.articleMeta .blogDateTime {
    color: var(--border-color);
}

.articleMeta .blogDateTime a {
    color: var(--white);
}

.tableContent {
    position: sticky;
    top: 90px;
    padding: 20px;
    border-radius: 10px;
    background-color: #e9f1ff;
    margin-bottom: 25px;
}

.tableContent h5 {
    font-size: 1.15rem;
    font-weight: 600;
}

.tableContent ul {
    padding-left: 18px;
}

.tableContent ul li {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.25em;
}

.tableContent ul li a {
    color: var(--grey);
}

.tableContent ul li a:hover {
    color: var(--primary);
}

@media(max-width: 991px) {
    .articleMeta h1 {
        font-size: 2.25rem;
    }
}

@media(max-width: 767px) {
    .articleMeta h1 {
        font-size: 2rem;
    }
}
