@layer components {

    .fs-18,
    .fs-20 {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        color: var(--color-black);
    }

    [class*="btn"] {
        border-radius: var(--btn-radius);
        color: var(--btn-color);
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
        white-space: nowrap;
    }

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

    .btn--primary::before {
        background-color: #08776e70;
    }

    .btn--outline::before {
        background-color: #08a79a2c;
    }

    .btn--outline {
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: color-mix(in srgb, #000 30%, transparent);

        @supports (color: color-mix(in lab, red, red)) {
            border-color: color-mix(in oklab, var(--color-black) 30%, transparent);
        }

        background-color: transparent;
        color: black/30;
        color: var(--color-black);
    }

    #progress {
        border-radius: calc(infinity * 1px);
        --tw-shadow:
            0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
            0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
            var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    #progress-value {
        border-radius: calc(infinity * 1px);
        background-color: var(--color-primary);
    }

    #breadcrumbs .breadcrumb_last {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
        color: var(--primary-color);
    }

    .custom-table th {
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: var(--color-gray-300);
        text-align: left;
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
        color: var(--color-black);
    }

    .custom-table .head-th {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 3px;
        border-color: var(--color-gray-300);
    }

    .custom-table td {
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: var(--color-gray-300);
    }

    .custom-table tr:nth-child(odd) {
        background-color: var(--color-gray-100);
    }

    .custom-table tr:nth-child(even) {
        background-color: var(--color-white);
    }

    .custom-table strong {
        --color-paragraph: var(--color-black);
        color: var(--color-black);
    }

    .hero-container h1 {
        --h1-color: var(--color-white);
    }

    .contact-form :is(input, textarea, select) {
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: color-mix(in srgb, #000 20%, transparent);

        @supports (color: color-mix(in lab, red, red)) {
            border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
        }

        background-color: var(--color-white);
    }

    .contact-form button {
        cursor: pointer;
    }

    #tableofcontent {
        border-radius: 10px;
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: #d3d3d3;
    }

    #tableofcontent .head-th {
        background-color: var(--color-primary);
        color: var(--color-white);
        font-size: var(--h5-font-size);
        font-weight: var(--h5-font-weight);
    }

    #tableofcontent .active-li a,
    #tableofcontent li:hover a {
        color: var(--color-primary);
    }

    #tableofcontent ul li {
        position: relative;
        list-style-type: none;
        padding-left: calc(var(--spacing) * 0);
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
        --tw-leading: 1.5;
        line-height: 1.5;
        --tw-font-weight: var(--font-600);
        font-weight: var(--font-600);
    }

    #tableofcontent ul {
        background-color: #eefffd;
    }

    .feature-cell:hover {
        background-color: #f4f4f4;
        transition-property: all;
        transition-timing-function: var(--tw-ease,
                var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
    }

    #tableofcontent ul li a {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
        color: var(--color-black);
    }

    .striped-table tbody tr:nth-child(odd) {
        background-color: #f3f4f6;
    }

    .feature-cols:not(:nth-child(3n)) .feature-cell {
        border-right-style: var(--tw-border-style);
        border-right-width: 1px;
        border-color: #cccccc;
    }

    .feature-cols:not(:nth-last-child(-n + 3)) .feature-cell {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        border-color: #cccccc;
    }

    @media (max-width: 1023px) {
        .feature-wrap .feature-cols:nth-child(odd) .feature-cell {
            border-right-style: var(--tw-border-style);
            border-right-width: 1px;
            border-color: #e5e7eb;
        }

        .feature-wrap .feature-cols:nth-child(even) .feature-cell {
            border-right: 1px solid #e5e7eb00;
        }

        .feature-cols:not(:nth-last-child(-n + 2)) .feature-cell {
            border-bottom-style: var(--tw-border-style);
            border-bottom-width: 1px;
            border-color: #e5e7eb;
        }
    }

    @media (max-width: 767px) {
        .feature-wrap .feature-cols .feature-cell {
            border-right-style: var(--tw-border-style) !important;
            border-right-width: 0px !important;
        }

        .feature-wrap .feature-cols:not(:last-of-type) .feature-cell {
            border-bottom-style: var(--tw-border-style);
            border-bottom-width: 1px;
            border-color: #e5e7eb;
        }
    }

    #tableofcontent ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
    }

    #tableofcontent ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #b9b8b8;
    }

    .show-tab .head-th::after {
        transform: rotate(0deg) !important;
    }

    .show-tab#tableofcontent ul {
        display: none;
    }

    .side-heading::before {
        background: var(--primary-color);
    }

    .page_banner {
        background-color: #d7fcf4;
    }

    .list-pills {
        color: var(--color-black);
    }

/*     .single-pg {
        border-radius: 12px;
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: #cccccc;
    } */

    .writtern-info a:hover {
        color: var(--primary-color);
    }

    .written-by {
        border-radius: var(--radius-lg);
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: #e2e2e2;
    }

    .accordion details {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        border-color: #cccccc;
    }

    .accordion .wp-block-create-block-bwe-addons-details:last-child details {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
    }

    .last-border-none details:last-child {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        border-color: #cccccc;

        @media (width >=64rem) {
            border-bottom-style: var(--tw-border-style);
            border-bottom-width: 0px;
        }
    }

    .faq-content {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
        --tw-border-style: dotted;
        border-style: dotted;
        border-left-color: var(--primary-color);
    }

    .blog-card {
        border-radius: 0.25rem;
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: #cccccc;
    }

    .blog-card__horizontal .blog-content .h3 {
        color: var(--h5-color);
        font-size: var(--h5-font-size);
        font-weight: var(--h5-font-weight);
    }

    @media (min-width: 1024px) {
        .blog-card__horizontal .blog-content .h3 {
            color: var(--h3-color);
            font-size: var(--h3-font-size);
            font-weight: var(--h3-font-weight);
        }
    }

    /*   .blog-card-img {
    background-color: #e5e5e5;
  } */

    .img-placeholder {
        aspect-ratio: 496 / 240;
        background: #e5e5e5;
        height: 100%;
    }

    .border-b-gray{
        border-bottom: #b9b8b8;
    }

    .border-gray{
        border: #b9b8b8;
    }

    .border-top {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
        border-color: #cccccc;
    }

    .custom-dot::before {
        border-radius: calc(infinity * 1px);
        background-color: var(--color-black);
        transform: translateY(-50%);
    }

    .post-auth {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
        color: var(--color-paragraph);
    }

    .blog-card a {
        transition-property: all;
        transition-timing-function: var(--tw-ease,
                var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 300ms;
        transition-duration: 300ms;
    }

    .blog-card a:hover {
        color: var(--primary-color) !important;
    }

    .post-cat {
        border-radius: calc(infinity * 1px);
        background-color: var(--primary-color);
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
        color: var(--color-white) !important;
        width: fit-content;
    }

    .pros-cons h2 {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        border-color: #cccccc;
    }

    .pros {
        border-color: var(--primary-color);
    }

    .cons {
        border-color: #ff0f0f;
    }

    .pros-cons.cons ul li::before {
        filter: brightness(0) saturate(100%) invert(16%) sepia(95%) saturate(7491%) hue-rotate(0deg) brightness(95%) contrast(110%);
    }

    .pagination .page-numbers {
        background-color: #06634c;
        --tw-leading: 35px;
        line-height: 35px;
        color: var(--color-white);
        transition-property: all;
        transition-timing-function: var(--tw-ease,
                var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 400ms;
        transition-duration: 400ms;
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
    }

    .pagination .page-numbers.current,
    .pagination .page-numbers:hover {
        background-color: var(--primary-color);
        color: var(--color-white);
    }

    .pagination .page-numbers.current::before,
    .pagination .page-numbers.current::after,
    .pagination .page-numbers:hover::before,
    .pagination .page-numbers:hover::after {
        border-top-right-radius: calc(infinity * 1px);
        border-bottom-right-radius: calc(infinity * 1px);
        background-color: #06634c;
        transition-property: all;
        transition-timing-function: var(--tw-ease,
                var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 400ms;
        transition-duration: 400ms;
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
    }

    .pagination .page-numbers.current::after,
    .pagination .page-numbers:hover::after {
        border-radius: 50% 0 0 50%;
    }

    .pg-background {
        background: linear-gradient(90deg,
                #ccfbf1 0%,
                #ffffff 38.82%,
                #ccfbf1 99.82%);
        background-size: cover;
    }

    .pg-background svg {
        flex-shrink: 0;
    }
}

@layer utilities {
    .text-paragraph {
        font-size: clamp(1rem, 0.179vw + 0.964rem, 1.125rem);
        line-height: calc(1.75 / 1.125);
    }
}

@layer components {

    .page-style .site-navbar ul li a,
    .navigation-menu.is-fixed .site-navbar ul li a {
        color: var(--color-black) !important;
    }

    .service-h-img img {
        margin-inline: auto;
        width: 400px;

        @media (width >=64rem) {
            width: 100%;
        }
    }
}

.hover-fill:hover svg {
    fill: var(--color-primary);
    transition-property: all;
    transition-timing-function: var(--tw-ease,
            var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
}

.navigation-menu.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: slideDown 0.3s ease-in-out;
    background: white;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.card-base {
    display: flex;
    flex-direction: column;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, #000 20%, transparent);

    @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }

    background-color: var(--color-white);
}

.written-by-info ul {
    padding-left: calc(var(--spacing) * 0);
}

.written-by-info :is(ul, li) {
    margin-bottom: calc(var(--spacing) * 0);
}

.author-card {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #e2e2e2;
    background-color: #f5f5f5;
}

.author-card:hover {
    border-color: #1e8b7d;
}

.author-container {
    background-color: #f0fffe;
    border: 1px solid var(--color-gray-300);
    border-radius: 4px;
}

.author-text {
    color: #757575;
}
/* .customer-review {
  max-height: 222px;
  overflow-y: scroll;
} */

header {
    position: relative;
    z-index: 100;
}

.navigation-menu.is-fixed {
    transition: 0.2s ease-in-out;
}

body:not(:has(.recovery-sticky.is-sticky)) .navigation-menu.is-fixed {
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.06);
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.site-navbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-navbar>ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navbar ul li {
    padding: 31px 0;
    line-height: 0;
}

.site-navbar ul li a {
    background: transparent;
    /* padding: 8px 14px;
  border-radius: 30px; */
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    line-height: 1.5;
    color: var(--color-black);
    border: unset;
}

/* 
.site-navbar ul li a.active,
.site-navbar ul li a:hover {
  border: 1px solid #ffffff75;
} */

.site-logo {
    display: flex;
    align-items: center;
}

.site-logo img,
#notchox-logo img {
    width: 148px;
}

.nav-toggler-container {
    order: 1;
    padding: 15px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-toggler {
    display: none;
}

.parent-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.parent-menu li {
    position: relative;
}

.parent-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dropdown svg {
    flex-shrink: 0;
}

.parent-menu .dropdown>ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 300px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;
    margin: 0;
    flex-direction: column;
}

.parent-menu .dropdown>ul li {
    padding: 8px 14px !important;
}

.parent-menu .dropdown>ul li a {
    color: #333 !important;
    border-radius: 0;
    margin: 0;
    /*   padding: 15px; */
}

.parent-menu .dropdown .dropdown>ul {
    top: 0;
    left: 100%;
    margin-left: 5px;
}

.parent-menu .dropdown:nth-last-child(-n + 3) .dropdown>ul {
    left: -100% !important;
}

.parent-menu .dropdown .dropdown>ul::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
}

/* .parent-menu .dropdown>a::after,
.parent-menu .dropdown .dropdown>a::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: auto;
  transition: transform 0.3s ease;
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 0.32 0.32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M.246.106a.02.02 0 0 1 .028.028l-.1.1a.02.02 0 0 1-.028 0l-.1-.1A.02.02 0 0 1 .074.106L.16.192z'/%3E%3C/svg%3E");
	background-size:contain;
	background-repeat: no-repeat;
} */

.parent-menu .dropdown {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.srch-form {
    position: relative;
}

.form-wrap :is(input, select, textarea) {
    background: #f6f3f3;
    outline: 1px solid #d1d5db;
}

.home .parent-menu .dropdown>a::after,
.home .parent-menu .dropdown .dropdown>a::after {
    filter: invert(1);
}

.is-fixed .parent-menu .dropdown>a::after,
.is-fixed .parent-menu .dropdown .dropdown>a::after {
    filter: grayscale(100%);
}

/* .parent-menu .dropdown .dropdown>a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23000' viewBox='0 0 537.6 614.4'%3E%3Cpath d='M241.68 411.12c15 15 39.36 15 54.36 0l192-192c15-15 15-39.36 0-54.36s-39.36-15-54.36 0L268.8 329.64 103.92 164.88c-15-15-39.36-15-54.36 0s-15 39.36 0 54.36l192 192z'/%3E%3C/svg%3E");
} */

.parent-menu .dropdown:hover>a::after,
.parent-menu .dropdown.show>a::after {
    transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
    .navigation-menu {
        --height: 62px;
        background: #fff !important;
        height: var(--height);
        display: flex;
        align-items: stretch;
    }

    .site-navbar {
        align-items: stretch;
        height: 100%;
        align-items: center !important;
    }

    .site-navbar>ul {
        background: #fff;
        display: none;
        flex-direction: column;
        height: 0;
        transition: height 0.15s ease-in-out;
        width: 100%;
        padding: 10px 20px 20px;
    }

    .site-navbar>ul.open {
        display: block;
        height: auto;
        padding-top: 10px;
        z-index: 100;
    }

    .site-navbar>.parent-menu {
        position: absolute;
        top: 98px;
        left: 0;
        background: #fff;
        display: none;
        flex-direction: column;
        height: 0;
        transition: height 0.15s ease-in-out;
        padding: 10px 20px 20px;
        width: 100%;
    }

    .site-navbar ul li,
    .site-navbar ul li a {
        padding: 8px 0;
    }

    .site-navbar ul li a {
        color: #000;
    }

    .nav-toggler {
        display: block !important;
    }

    .parent-menu .dropdown>ul {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: #f8f9fa;
        border-radius: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        display: none;
    }

    .parent-menu .dropdown.show>ul {
        height: 100% !important;
        display: block;
        flex-basis: 100%;
    }

    .parent-menu .dropdown>a::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23000' viewBox='0 0 537.6 614.4'%3E%3Cpath d='M241.68 411.12c15 15 39.36 15 54.36 0l192-192c15-15 15-39.36 0-54.36s-39.36-15-54.36 0L268.8 329.64 103.92 164.88c-15-15-39.36-15-54.36 0s-15 39.36 0 54.36l192 192z'/%3E%3C/svg%3E");
    }

    .parent-menu .dropdown .dropdown>ul {
        position: static;
        margin-left: 20px;
        margin-top: 5px;
    }

    .parent-menu .dropdown .dropdown>ul::before {
        display: none;
    }

    .site-navbar>ul>li>a {
        padding: 0 !important;
    }

    .parent-menu .dropdown ul li {
        padding: 0px 10px 0 10px !important;
    }

    .site-navbar ul li a.active,
    .site-navbar ul li a:hover {
        color: var(--primary-color) !important;
    }
}

@media screen and (min-width: 769px) {
    .navigation-menu .site-navbar {
        border-bottom: 1px solid #ffffff2e;
        background: transparent;
    }

    .sticky-header {
        background: #000;
    }

    .site-navbar ul li a.active,
    .site-navbar ul li a:hover {
        color: var(--primary-color) !important;
    }
}

@media screen and (min-width: 992px) {
    .site-navbar>ul li {
        padding: 18px 16px !important;
    }

    .parent-menu .dropdown:hover>ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.nav-toggler {
    display: none;
}

@media screen and (max-width: 992px) {
    .nav-toggler {
        display: block !important;
    }
}

@layer components {

    .page-style .site-navbar ul li a.active,
    .page-style .site-navbar ul li a:hover {
        background: #0e7f7617 !important;
    }

    .page-style .parent-menu .dropdown>a::after,
    .page-style .parent-menu .dropdown .dropdown>a::after,
    .navigation-menu.is-fixed .parent-menu .dropdown .dropdown>a::after,
    .navigation-menu.is-fixed .parent-menu .dropdown>a::after {
        filter: brightness(0.3);
    }
}

@layer components {
    footer {
        background-color: var(--color-black);
        padding-top: 70px;
        padding-bottom: 35px;
        color: #f4f4f4;
    }

    .list-menu a {
        color: #f4f4f4c7;
    }

    .list-menu a:hover {
        color: #f4f4f4;
    }
}

@property --tw-translate-x {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-translate-y {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-translate-z {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false;
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false;
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false;
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false;
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false;
}

@property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false;
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false;
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false;
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false;
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false;
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0px;
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff;
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-blur {
    syntax: "*";
    inherits: false;
}

@property --tw-brightness {
    syntax: "*";
    inherits: false;
}

@property --tw-contrast {
    syntax: "*";
    inherits: false;
}

@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}

@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}

@property --tw-invert {
    syntax: "*";
    inherits: false;
}

@property --tw-opacity {
    syntax: "*";
    inherits: false;
}

@property --tw-saturate {
    syntax: "*";
    inherits: false;
}

@property --tw-sepia {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false;
}

@property --tw-duration {
    syntax: "*";
    inherits: false;
}

@property --tw-ease {
    syntax: "*";
    inherits: false;
}

@property --tw-leading {
    syntax: "*";
    inherits: false;
}

@layer properties {
    @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {

        *,
        ::before,
        ::after,
        ::backdrop {
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-space-y-reverse: 0;
            --tw-border-style: solid;
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-duration: initial;
            --tw-ease: initial;
            --tw-leading: initial;
        }
    }
}

.srch-form {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}

.srch-form form {
    margin-bottom: 30px;
    background: #f6f3f3;
    padding: 10px 12px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
}

.srch-form form input {
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    .is-fixed .site-navbar>.parent-menu {
        top: 62px !important;
    }
}

.text-black {
    color: var(--color-black);
}

/* Always show normal logo */
.site-logo .normal-logo {
    display: block;
}

.chip {
    font-size: 0.75rem;
    font-weight: 500;
    background: #cbfbf1;
    color: #00786f;
}

.arrow-step-row .active .step-number {
    background-color: #0b7a71;
}

.arrow-step-row .active .arrow-step {
    background-color: #f4f4f4;
}

.arrow-step {
    position: relative;
    margin-right: 36px;
}

.arrow-step-row .active svg g,
.arrow-step:hover svg g {
    fill: #f4f4f4;
}

.arrow-step svg {
    position: absolute;
    top: 0;
    right: -31px;
    width: 32px;
    height: 100%;
    fill: var(--bg);
    stroke: var(--border);
    stroke-width: 2px -3px -1px -6px;
    stroke: 1p;
}

.arrow-step svg g {
    fill: #fff;
}

@media (max-width: 600px) {
    .arrow-step svg {
        display: none;
    }

    .arrow-step {
        margin-right: 0;
    }
}

#supported-file .table-custom tr td:last-child {
    width: 100%;
    max-width: 100%;
}

/* pricing page  */

.pricing-section .card-base {
    border: 2px solid #00000033;
    height: 100%;
}

.pricing-section .main-card {
    border-color: var(--color-primary);
}

.badge {
    position: absolute;
    background: var(--color-primary);
    color: #fff;
    padding: 4px 20px;
    width: fit-content;
    border-radius: 0px 6px 0px 8px;
    top: 0px;
    right: 0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .row.scrollable {
        grid-auto-flow: column;
        grid-auto-columns: minmax(0, 50%);
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.modal {
    top: 0;
    left: 0;
    inset: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: #00000094;
}

/* Modal Box */
.modal-content {
    background: #fff;
    width: 600px;
    max-width: 90%;
}

#thankyou_modal .modal-content {
    position: relative;
}

.show-modal {
    display: flex;
}

body:has(.show-modal) {
    overflow: hidden;
}

.checkout-btn {
    cursor: pointer;
}

.checkout-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    cursor: pointer;
    padding: 0;
}

.checkout-button {
    cursor: pointer;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 99999;
    padding: 10px;
    background-color: #00000070;
}

.coupon-apply {
    background-color: var(--primary-color);
    border-radius: 8px;
}

.spinner {
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    border-top: 3px solid transparent;
    border-radius: 50%;
    display: none;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 120px;
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100%;
}

/* Added by Anoop */
.member-card,
.member-info .arrow-btn,
.member-info,
.arrow-btn svg path {
    transition: all 0.3s ease;
}

.member-card {
    border-color: #e9e9e9;
}

.member-info {
    border-color: #e9e9e9;
}

.member-card:hover {
    background-color: #f7f7f7;
    border-color: #bbbaba;
}

.member-card:hover .member-info {
    border-color: #bbbaba;
}

.member-card:hover .member-info .arrow-btn {
    background-color: var(--color-teal-600);
}

.member-card:hover .member-info .arrow-btn svg path {
    stroke: #a1f5ec;
}

/* Added by Anoop */

blockquote.wp-block-quote {
    border-color: var(--color-primary);
    background-color: #eefffd;
    padding: 16px;
}

blockquote.wp-block-quote p {
    margin-bottom: 20px;
}

blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0px;
}

.accordion summary:after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33594 13.7617L4.02344 8.44922C3.65625 8.08203 3.65625 7.48828 4.02344 7.125L4.90625 6.24219C5.27344 5.875 5.86719 5.875 6.23047 6.24219L9.99609 10.0078L13.7617 6.24219C14.1289 5.875 14.7227 5.875 15.0859 6.24219L15.9688 7.125C16.3359 7.49219 16.3359 8.08594 15.9688 8.44922L10.6563 13.7617C10.2969 14.1289 9.70313 14.1289 9.33594 13.7617Z' fill='%230D9488'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    content: "";
    height: 20px;
    position: absolute;
    right: 15px;
    transition: transform 0.3s;
    width: 20px;
}

/* source widget */
.widget {
    border-left: 0.25em solid;
    margin: 0 0 1.75em;
    border-color: var(--color-primary);
    background-color: #eefffd;
    padding: 16px;
}

.widget-title-sources {
    margin-bottom: 20px;
    font-weight: bolder;
    color: var(--color-black);
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.widget>*:last-child {
    margin-bottom: 0;
}

.widget-title-sources::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.626C6.83 2.626 2.626 6.83 2.626 12S6.83 21.375 12 21.375s9.375-4.207 9.375-9.375-4.209-9.374-9.379-9.374m0 3.843a1.22 1.22 0 1 1 0 2.439 1.22 1.22 0 0 1 0-2.439m3 10.594H9.374v-1.5h2.062v-4.126h-1.5v-1.5h3v5.626H15z' fill='%230d9488'/%3E%3C/svg%3E") no-repeat left center;
    background-size: contain;
}

/* source widget */

.filled-table tbody tr:first-of-type {
    background-color: #0d9488;
}

.filled-table tbody tr {
    border: 1px solid #c1c1c1;
}

.truncate-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.truncate-text--3 {
    -webkit-line-clamp: 3;
}

@media (min-width: 1024px) {
    .search-form-group form input {
        padding: 10px;
        padding-left: 36px;
        border: 1px solid color-mix(in oklab, var(--color-black) 20%, transparent);
        background: white;
        border-radius: var(--radius-lg);
    }

    .search-form-group button svg {
        fill: var(--color-primary);
    }
}

.author-strip {
    display: flex;
    align-items: center;
}

.author-p-i img {
    border: 2px solid #04473752;
    border-radius: 50%;
}

.author-p-i img {
    height: 43px;
    width: auto;
    margin-right: 14px;
}

.author-strip a {
    font-weight: 600;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.me-1 {
    margin-right: 10px;
}

body.single-post .navigation-menu {
	box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.06);
}

/* new added css */

.pointer {
    cursor: pointer;
}

.hover-button{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: large;
} 

.hover-button{
    color: #000;
}

.hover-button:hover {
    opacity: 1;
    transform: scale(1.1);
}

.hover-button:hover{
    background-color: var(--primary-color);
    border: none;
}

.hover-button:hover svg{
    fill: #fff;
    border: none;
}

.font-thin {
  font-weight: 400;
}

.cat-item{
    border-bottom: 1px solid var(--color-gray-300);
}

.cat-item:last-child {
    border-bottom: none;
}

.hover-button svg {
	fill: var(--color-paragraph);
}