:root {
    --font-hankenGrotesk: 'Hanken Grotesk', sans-serif;
    --font-inter: 'Inter', sans-serif;
    /* Colors --------------- */
    --white-color: #fff;
    --dark-white-color: #fff;
    --black-color: #000;
    --black-color2: #1E1F1F;
    --black-color3: #0B0C0C;
    --light-black-color: #242627;
    --title-color: #0B0C0C;
    --dark-title-color: #0B0C0C;
    --title-color-opc: 11, 12, 12;
    --text-color: #3F444B;
    --text-color-opc: 63, 68, 75;
    /* Theme Color */
    --primary-color1: #3067FF;
    --primary-color1-opc: 48, 103, 255;
    --primary-color2: #0B0C0C;
    --dark-primary-color2: #0B0C0C;
    --primary-color2-opc: 11, 12, 12;
    --border-color1: #eee;
    --border-color2: #eee;
}

/*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


/* Target the select element */
.postform {
    background-color: rgba(255, 255, 255, 0.04);
    color: var(--title-color);
    border: 1px solid rgba(41, 43, 49, 0.05);
    border-radius: 0px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    height: 52px;
    line-height: 52px;
    outline: none;
    padding: 0 10px;
    width: 100%;
}

/* Style the options within the select */
.postform option {
    color: var(--title-color1);
    background-color: transparent;
}

/* Apply hover styles to the options */
.postform option:hover {
    background-color: transparent;
    color: var(--primary-color1);
}


/* Target the select element */
#archives-dropdown--1 {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(41, 43, 49, 0.05);
    color: var(--title-color);
    /* Adjust this to your color variable */
    font-family: Arial, sans-serif;
    font-size: 15px;
    width: 100%;
}

/* Style the options container */
#archives-dropdown--1 select {
    appearance: none;
    position: absolute;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

/* Style the options within the select */
#archives-dropdown--1 option {
    color: var(--title-color1);
    /* Adjust this to your color variable */
    background-color: transparent;
}

/* Apply hover styles to the options */
#archives-dropdown--1 option:hover {
    background-color: transparent;
    color: var(--primary-color1);
    /* Adjust this to your color variable */
}

/* Style the select when opened */
#archives-dropdown--1 select:focus+.select-dropdown {
    border-color: var(--primary-color2);
    /* Adjust this to your color variable */
    box-shadow: 0 0 5px var(--primary-color2);
    /* Adjust this to your color variable */
}

/* Style the select options when opened */
#archives-dropdown--1 select:focus+.select-dropdown option {
    color: var(--primary-color1);
    /* Adjust this to your color variable */
    background-color: transparent;
}

/* Target the select element */
select[name="monster-widget-just-testing"] {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(41, 43, 49, 0.05);
    color: var(--title-color);
    /* Adjust this to your color variable */
    font-family: Arial, sans-serif;
    font-size: 15px;
    width: 100%;
}

/* Style the options container */
select[name="monster-widget-just-testing"] select {
    appearance: none;
    position: absolute;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

/* Style the options within the select */
select[name="monster-widget-just-testing"] option {
    color: var(--title-color1);
    /* Adjust this to your color variable */
    background-color: transparent;
}

/* Apply hover styles to the options */
select[name="monster-widget-just-testing"] option:hover {
    background-color: transparent;
    color: var(--primary-color1);
    /* Adjust this to your color variable */
}

/* Style the select when opened */
select[name="monster-widget-just-testing"] select:focus+.select-dropdown {
    border-color: var(--primary-color2);
    /* Adjust this to your color variable */
    box-shadow: 0 0 5px var(--primary-color2);
    /* Adjust this to your color variable */
}

/* Style the select options when opened */
select[name="monster-widget-just-testing"] select:focus+.select-dropdown option {
    color: var(--primary-color1);
    /* Adjust this to your color variable */
    background-color: transparent;
}


.single-widgets .widget-title h4 {
    line-height: unset;
    margin-bottom: 0px;
}

.blog-details .blog-tag-and-social-area {
    clear: both;
}


.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: var(--primary-color1);
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.bypostauthor {
    display: block;
}

.gallery-caption {
    display: block;
}

.wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
  # End Accessibility
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Post Details Unit Test Start
  --------------------------------------------------------------*/
/* Sticky Post */
.blog-standard-section .blog-st-card {
    position: relative;
    margin-top: 70px;
}

.blog-standard-section .blog-st-card:first-child {
    margin-top: 0;
}

.sticky-post-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    content: "\e6de";
    font-family: "themify";
    display: block;
    font-size: 70px;
    color: var(--text-color);
    left: auto;
    padding-top: 14px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    opacity: 0.3;
}

.blog-details-section ul,
.blog-details-section ol {
    clear: both;
    margin-top: 15px;
    gap: 15px;
}

.blog-details-section ul li,
.blog-details-section ol li {
    font-family: var(--font-rubik);
    font-size: 15px;
    color: var(--title-color);
    line-height: 2;
    margin-bottom: 5px;
}

.blog-details-section ul li a,
.blog-details-section ol li a {
    color: var(--title-color);
}

.blog-details-section ul li a:hover,
.blog-details-section ol li a:hover {
    color: var(--primary-color1);
}

code {
    padding: 5px 15px;
    background: var(--primary-color1);
    color: #000 !important;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Spacing Presets */

.has-light-green-cyan-background-color p,
.has-pale-pink-background-color p,
.has-pale-cyan-blue-background-color p {
    padding: 10px;
}

.wp-block-group.has-background {
    padding: 20px;
    margin-bottom: 30px;
}

/* Page pagination */
span.post-page-numbers.current {
    color: #fff !important;
    padding: 0;
    height: 34px;
    width: 34px;
    background-color: var(--primary-color1);
    border: 1px solid var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 16px;
    color: var(--primary-color1);
    font-family: var(--font-rubik);
    transition: 0.5s;
    margin: 10px;
}

.pagination li a {
    padding: 0;
    height: 34px;
    width: 34px;
    color: rgba(var(--text-color-opc), 0.5);
    background-color: transparent;
    border: 1px solid rgba(var(--text-color-opc), 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    font-family: var(--font-rubik);
    transition: 0.5s;
    margin: 10px;
}



.blog-details-section .pagination li {
    margin: 0;
}

.blog-details-section .pagination li a:hover {
    color: #fff;
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}



/* Image */
.blog-details-section img:last-of-type {
    margin-bottom: 0;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image .alignright {
    margin: 8px 0 8px 25px;
}

.wp-block-image figcaption {
    text-align: unset;
    color: #7e7e7e;
}

.blog-tag-and-social {
    clear: both;
}

.page-content-wrapper::after,
.page-wrapper .inner-post::after,
.entry-content::after,
.entry-summary::after,
.blog-details-section::after {
    clear: both;
    content: "";
    display: block;
}

.wp-caption {
    max-width: 100%;
}

/* Button */
.alignleft {
    float: left;
    margin-right: 2em;
    clear: both;
}

.wp-block-button__link {
    background-color: var(--primary-color1);
    padding: 8px 25px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.4s;
}

.wp-block-button__link:hover {
    background: #292929;
    color: #fff;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-button {
    margin-bottom: 20px;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0;
}

.alignright {
    float: right;
    margin-left: 2em;
    margin-bottom: 20px;
    clear: both;
}

/* Cover */
.wp-block-cover.has-background-dim {
    color: #ffffff;
    margin-bottom: 10px;
}

.wp-block-cover p.wp-block-cover-text {
    font-size: 2em !important;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: 0.44em;
    text-align: center;
    line-height: 1.8;
    color: #fff !important;
}

.wp-block-cover p.has-large-font-size {
    color: #fff !important;
}

.alignfull,
.alignwide {
    margin-bottom: 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin-right: 5px;
}

.blocks-gallery-caption {
    margin-bottom: 20px !important;
}

.blog-details-section a {
    color: inherit;
}

input[type=submit] {
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 16px 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.wp-block-comment-author-name a {
    color: var(--title-color);
}

/* Media Category Block */
.blog-details-page .wp-block-cover p {
    color: #fff;
}

.wp-block-file {
    color: var(--text-color);
    font-family: var(--font-rubik);
    margin-top: 20px;
    margin-bottom: 10px;
}

.wp-block-file .wp-block-file__button {
    padding: 5px 15px;
    color: #fff;
}

.wp-block-file__button:hover {
    color: var(--primary-color1);
}

pre.wp-block-code {
    background: var(--primary-color1);
    border: none;
}

pre {
    margin-top: 15px;
    color: #212529;
    background-color: var(--primary-color1);
    background-image: linear-gradient(#f8f8f8 50%, rgb(67 143 249 / 10%) 50%);
    background-size: 38px 38px;
    border: 1px solid var(--primary-color1);
    display: block;
    line-height: 19px;
    margin-bottom: 20px;
    overflow: visible;
    overflow-y: hidden;
    padding: 0 0 0 4px;
    word-break: break-word;
}

/* Block Image */
.tag-and-social-area {
    clear: both;
}

/* Block Quote */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 30px 100px !important;
}

.wp-block-quote {
    margin-bottom: 35px;
    color: rgba(var(--text-color-opc), 0.6);
    font-size: 22px;
}

.wp-block-quote cite,
.wp-block-quote footer {
    font-family: var(--font-hankenGrotesk);
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 0;
}

/* Block Category Archives */
.wp-block-archives-list.extraclass.wp-block-archives {
    list-style: none;
    padding: 0;
}

.blog-details-section .wp-block-archives-dropdown .nice-select,
.blog-details-section .wp-block-categories-dropdown .nice-select {
    margin-bottom: 30px;
}

.blog-details-section form {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
  # Post Details Unit Test End
  --------------------------------------------------------------*/
.set-menu h4 {
    margin: 0;
    padding: 20px 0;
    color: var(--title-color);
}

.set-menu h4 a,
.site-title h3 a {
    color: #b0b0b0;
}

.sticky .set-menu h4 {
    margin: 0;
    padding: 20px 0;
    color: #b0b0b0;
}

.sticky .set-menu h4 a,
.sticky .site-title h3 a {
    color: #b0b0b0;
}

/* Comment Form */
.inquiry-form {
    clear: both;
}

.comment-respond {
    background: rgba(var(--primary-color1-opc), 0.1);
    border-radius: 20px;
    padding: 45px 40px 50px;
    margin-bottom: 30px;
}

.comment-respond #reply-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-respond #reply-title small {
    font-size: 16px;
}

.blog-details-section .inquiry-form .comment-reply-title {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.blog-details-section p.comment-notes {
    margin-bottom: 20px;
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 400;
}

p.comment-form-cookies-consent label {
    padding: 20px 0;
    cursor: pointer;
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 400;
}

p.comment-form-cookies-consent input[type=checkbox] {
    vertical-align: middle;
    margin-right: 5px;
}

.primary-btn1.cmnt-btn:hover {
    color: var(--title-color);
    background-color: var(--primary-color2);
}

.comment-form p.logged-in-as {
    margin-bottom: 20px;
}

.comment-form p.logged-in-as a {
    color: var(--primary-color1);
    transition: 0.5s;
}

.comment-form p.logged-in-as a:hover {
    color: var(--primary-color2);
}

.blog-comments h3.comment-reply-title {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-comments .comment-reply-title small a {
    font-size: 16px;
    color: var(--primary-color1);
}

.wp-block-latest-comments__comment-meta,
.widget_recent_comments li.recentcomments {
    color: var(--text-color);
}

/* Sidebar Common CSS */

.single-widgets ul,
.single-widgets ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-widgets ul li,
.single-widgets ol li {
    margin-top: 15px;
    white-space: normal;
    margin-bottom: 0;
    color: var(--title-color);
}

.single-widgets ul li:first-child,
.single-widgets ol li:first-child {
    margin-top: 0px;
}

.single-widgets ul li a,
.single-widgets .wp-block-latest-comments li a {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.3px;
    transition: 0.5s;
}

.wp-block-latest-comments {
    margin: 0;
    padding: 0;
}

.blog-details-section .wp-block-social-links li {
    margin: 0;
    padding: 0;
}

.single-widgets ul li a:hover {
    color: var(--primary-color1);
}

/*sidebar*/

.sidebar-area .single-widgets ul.wp-block-latest-posts__list a.wp-block-latest-posts__post-title {
    color: var(--title-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.32px;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: unset;
}

.sidebar-area .single-widgets ul.wp-block-latest-posts__list a.wp-block-latest-posts__post-title:hover {
    color: var(--primary-color1);
}

ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li {
    margin-top: 20px;
}

ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li:first-child {
    margin-top: 0px;
}


.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {

    color: rgba(63, 68, 75, 0.5);
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    transition: 0.5s;
}

/* thumnail recent post */
img.attachment-thumbnail.size-thumbnail.wp-post-image {
    min-width: 92px;
    max-width: 92px;
    height: 71px;
    border-radius: 5px;
    object-fit: cover;
}

/* archive list */
.sidebar-area ul.wp-block-archives-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    transition: 0.5s;
}

.sidebar-area ul.wp-block-archives-list li:hover a {
    color: var(--primary-color1);
}

/* comments list */
.wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-author {
    color: var(--title-color);
    transition: 0.5s;
    font-family: var(--font-inter);
    letter-spacing: 0.3px;
}

.wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-author:hover {
    color: var(--primary-color1);
}


.wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-link {
    color: var(--title-color);
    transition: 0.5s;
    font-family: var(--font-inter);
    letter-spacing: 0.3px;
}

.wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-link:hover {
    color: var(--primary-color1);
}

/* comment section */

.replay-btn a.comment-reply-link {
    color: var(--text-color);
}

.replay-btn a.comment-reply-link:hover {
    color: var(--primary-color1);
}

.comment-area ul.children {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 70px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 24px 0;
    margin-bottom: 30px;
}

.comment-area ul.children li {
    margin-bottom: 30px;
}

.comment-area ul.children li:last-child {
    margin-bottom: 0;
    /* Remove the bottom border from the last child */
}

/* Title */
.sidebar-area .wp-block-heading,
.wp-block-search .wp-block-search__label {
    color: var(--title-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 22px;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: 0.4px;
    border-bottom: 1px solid var(--title-color);
    display: inline-block;
    margin-bottom: 30px;
    width: auto;
}

/* Categories */
.wp-block-categories li {
    position: relative;
    padding-left: 25px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.wp-block-categories li:hover {
    color: var(--primary-color1);
}

.wp-block-categories li::before {
    content: "\F144";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: var(--primary-color1);
    left: 0;
    top: 8px;
    transform: translateY(-50%);
    transition: 0.5s;
    font-family: bootstrap-icons !important;
    transition: 0.5s;
}

.wp-block-categories li:hover::before {
    transform: rotate(45deg);
    top: 3px;
}

.wp-block-categories .nice-select li::before {
    content: none;
}

.wp-block-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    transition: 0.5s;
}

.wp-block-categories li:hover a {
    color: var(--primary-color1);
}

/* Tag Cloud */
.wp-block-tag-cloud,
.tagcloud {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.wp-block-tag-cloud a,
.tagcloud a {
    color: rgba(34, 34, 34, 0.5);
    font-size: 13px !important;
    display: block;
    color: rgba(var(--title-color-opc), 0.5);
    font-family: var(--font-inter);
    font-weight: 500;
    line-height: 1;
    padding: 9px 17px;
    border-radius: 100px;
    background: #F3F3F3;
    transition: 0.5s;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    color: var(--white-color);
    background-color: var(--primary-color1);
}

/*archive list*/

.sidebar-area .single-widgets ul li:first-child,
.single-widgets ol li:first-child {
    margin-top: 0px;
}

.sidebar-area .single-widgets ul li,
.single-widgets ol li {
    margin-top: 15px;
    white-space: normal;
    margin-bottom: 0;
    color: var(--title-color);
}

.single-widgets ul li a {

    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
    color: var(--title-color);
    font-family: var(--font-inter);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.3px;
    transition: 0.5s;
}

.blog-card2.style-3.mb-50.wow.animate.fadeInDown {
    position: relative;
}

/* Search */
.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    align-items: center;
}

.wp-block-search .wp-block-search__input {
    width: 100%;
    padding: 8px 20px;
    font-family: var(--font-inter);
    font-size: 12px;
    height: 45px;
    border: 1px solid rgba(var(--primary-color1-opc), 0.3);
}

.wp-block-search .wp-block-search__button {
    background-color: var(--primary-color1);
    min-width: 90px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-family: var(--font-rubik);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: white;
    border: none;
    padding: 0;
    margin: 0;


}

.wp-block-search .wp-block-search__button::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--title-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.wp-block-search .wp-block-search__button svg {
    fill: #fff;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
    transition: 0.5s ease;
    transform: rotate(265deg);
}

.wp-block-search .wp-block-search__button:hover {
    color: var(--white-color);
}

.wp-block-search .wp-block-search__button:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.wp-block-search__inside-wrapper input:focus {
    border: 1px solid #ddd;
}

/* Sidebar Monster Widget */
.single-widgets ul.sub-menu,
.single-widgets ul.children {
    padding-left: 15px;
    padding-top: 15px;
}

.single-widgets ul.sub-menu li:first-child,
.single-widgets ul.children li:first-child {
    padding-top: 0;
}

/* button for moster */
.sidebar-area .single-widgets .sidebar-widget .page-search {
    background-color: red;
}

/* Nice Select */
/* Archive DropDown */
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: transparent;
    color: var(--primary-color1);
}

.nice-select {
    background-color: rgba(255, 255, 255, 0.04);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: none;
    font-weight: 500;
    color: var(--title-color);
    height: 52px;
    line-height: 52px;
    outline: none;
    position: relative;
    text-align: left;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    border-radius: 0px;
    border: 1px solid rgba(41, 43, 49, 0.05);
    font-size: 15px;
}

.nice-select .option {
    margin-top: 0px !important;
    word-break: break-word;
    white-space: normal;
}

.nice-select .option {
    color: var(--title-color1);
}

label.wp-block-archives__label {
    font-weight: 400;
    color: var(--title-color);
    font-family: var(--font-rubik);
}

.nice-select .current {
    font-family: var(--font-rubik);
    color: var(--title-color);
    font-size: 1rem;
}

.nice-select .list {
    border: unset;
    border: 1px solid rgba(41, 43, 49, 0.03);
    margin-top: 3px;
    z-index: 100;
    border-radius: 0px;
    width: 100%;
    min-width: 80px;
}

/* Calendar */
.wp-calendar-table {
    width: 100%;
    margin: 0;
}

table,
.page-wrapper table,
.blog-details-section table,
.comment-area table {
    width: 100%;
    border-left: 1px solid var(--primary-color1);
    border-top: 1px solid var(--primary-color1);
    margin-bottom: 30px;
}

.blog-comments .comment .comment-content {
    max-width: calc(100% - 70px);
}

.comment-content table tr td {
    padding: 10px;
}

#wp-calendar>caption {
    background: var(--primary-color1);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    caption-side: top;
    font-family: var(--font-rubik);
    font-weight: 500;
}

table th,
table tr,
.page-wrapper table th,
.page-wrapper table tr,
.page-wrapper table td,
.blog-details-section table th,
.blog-details-section table tr,
.blog-details-section table td,
.comments-area table th,
.comments-area table tr,
.comments-area table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-family: var(--font-rubik);
}

table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.blog-details p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-color);
}

.sidebar-area .single-widgets .widget_egns_social_link .social-list li {
    margin: 0;
}

.blog-details ul li a,
.blog-details ol li a {
    color: var(--title-color);
}

.wp-block-embed iframe {
    min-height: 400px;
    width: 100%;
}

.blog-details ul li a:hover,
.blog-details ol li a:hover {
    color: var(--primary-color1);
}

.blog-details ul li {
    margin-bottom: 15px;
}

.blog-details .blog-tag ul li {
    margin-bottom: 0px;
}


#wp-calendar th {
    background: #1c2527;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

#wp-calendar tbody td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    text-align: center;
    color: var(--title-color);
}

nav.wp-calendar-nav a,
#wp-calendar tbody td a {
    color: var(--title-color);
}


/* RSS */

.rss-widget-title {
    color: var(--title-color);
}

.rss-widget-title:hover {
    color: unset;
}

.wp-block-rss__item-title a:hover {
    color: var(--primary-color1);
}

.single-widgets .widget_rss p {
    padding-top: 35px;
}

.single-widgets .widget_rss h3 a {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--title-color1);
    font-family: var(--font-rubik);
    letter-spacing: 0.02em;
    text-transform: capitalize;
    line-height: 1;
}

.widget_rss li {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.widget_rss li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_rss li a {
    font-weight: 500;
}

.widget_rss li .rss-date {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    background: var(--primary-color1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.widget_rss li cite {
    color: var(--primary-color1);
    letter-spacing: 1px;
    margin-top: 5px;
    display: block;
    font-weight: 600;
}

.widget_rss li cite::before {
    display: inline-block;
    width: 20px;
    height: 2px;
    content: "";
    position: relative;
    top: -5px;
    background: var(--primary-color1);
    margin-right: 10px;

}

/* Widget Search */
.widget_search .form-inner {
    display: flex;
    align-items: center;
}

.widget_search .form-inner input {
    width: 100%;
    padding: 8px 20px;
    font-family: var(--font-jost);
    font-size: 14px;
    height: 50px;
    border: 1px solid rgba(var(--primary-color1-opc), 0.3);
}

.widget_search .form-inner button {
    background-color: var(--primary-color1);
    min-width: 90px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-family: var(--font-rubik);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: var(--white-color);
    border: none;
    padding: 0;
    margin: 0;
}

.widget_search .form-inner button::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--title-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.widget_search .form-inner button:hover {
    color: var(--white-color);
}

.widget_search .form-inner button:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

/* Global Input */
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    width: 100%;
    padding: 8px 20px;
    font-family: var(--font-inter);
    font-size: 12px;
    height: 45px;
    border: 1px solid rgba(var(--primary-color1-opc), 0.3);
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
button[type=submit] {
    background-color: var(--primary-color1);
    min-width: 90px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-family: var(--font-rubik);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: white;
    border: none;
    padding: 0;
    margin: 0;
}

button[type=submit]::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--title-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

button[type=submit]:hover {
    color: var(--white-color);
}

button[type=submit]:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

form.search-form {
    display: flex;
    align-items: center;
}

.comment-area .inquiry-form input#submit {
    margin-left: 0px;
    padding: 16px 34px;
}

/* internal comment form */
.wp-block-post-comments-form {

    background: rgba(var(--primary-color1-opc), 0.1);
    border-radius: 20px;
    padding: 45px 40px 50px;

}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-hankenGrotesk);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-post-comments-form .comment-form textarea {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    color: var(--title-color);
    border: 1px solid #eee;
    outline: none;
    font-family: var(--font-inter);
    font-size: 13px;
    font-weight: 400;
    padding: 20px 25px;
    min-height: 150px;
}

.comment-form .form-submit input[type=submit] {
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: 0.48px;
    line-height: 1;
    height: auto;
    padding: 18px 30px;
    position: relative;
    align-items: center;
    display: inline-flex;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    margin-top: 50px;
}

.comment-form .form-submit input#submit:hover {
    color: var(--dark-white-color);
    background-color: var(--primary-color2);
}


/* Password */
form.post-password-form {
    text-align: center;
    margin-bottom: 50px;
}

.post-password-form input {
    width: 200px;
}

.post-password-form input[type="submit"] {
    height: 45px;
    display: inline;
    width: auto;
    margin-left: -5px;
    outline: none;
    background: var(--primary-color1);
    border-radius: 0px 5px 5px 0px;
    transition: 0.5s;
    border: 1px solid var(--primary-color1);
    vertical-align: bottom;
    color: #fff;
    padding: 15px 20px;
}

/* Post Format */
.blog-card .post-video iframe {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.error-area-wrapper .form-inner {
    display: flex;
    max-width: 70%;
    margin: 0 auto;
}

.error-area-wrapper img {
    max-width: 100%;
    height: 80px;
    margin-bottom: 30px;
}

.error-area-wrapper button {
    background-color: var(--primary-color1);
    min-width: 90px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-family: var(--font-rubik);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: var(--white-color);
    border: none;
    padding: 0;
    margin: 0;
}

.error-area-wrapper button::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--title-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.error-area-wrapper button:hover {
    color: var(--white-color);
}

.error-area-wrapper button:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.blog-details blockquote {
    border-left: none;
}

blockquote {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0 30px;
    margin: 50px 0;
}

blockquote:before {
    content: url(../img/quote-icon.svg);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

blockquote p {
    margin-bottom: 35px;
    font-size: 22px;
    font-family: var(--font-inter);
    color: rgba(var(--text-color-opc), 0.6);
    font-weight: 400;
    line-height: 1.8;
}

blockquote cite {
    font-family: var(--font-hankenGrotesk);
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 0;
}

.reviewx_front_end_from .form-submit {
    margin-bottom: 0 !important;
}

#review_form input[type="submit"],
#review_form input[type="submit"]:focus {
    background-color: var(--primary-color1) !important;
    border-color: var(--primary-color1) !important;
    outline-color: var(--primary-color1) !important;
}

.blog-card2.style-3 .blog-card-content-wrap .blog-card-content h4 a {
    word-wrap: break-word;
}

.sidebar-widget.page-search input[type="text"] {
    height: 50px;
}

.not-found-post h3 {
    font-size: 40px;
}