:root {
    --white-color: #FFF;
    --dark-white-color: #F8F8F8;
    --font-red-rose: 'Red Rose', serif;
    --font-kanit: 'Kanit', sans-serif;
    --font-poller-one: 'Poller One', serif;
    --font-figtree: "Figtree", sans-serif;
    --primary-color: #D9D2F3;
    --primary-color1: #CAD8C7;
    --primary-color2: #D2EDE3;
    --primary-color3: #EFE5D5;
    --primary-color4: #FFFF9F;
    --primary-color5: #D2E7ED;
    --primary-color6: #D2EDE7;
    --primary-color7: #D9D9D9;
    --primary-color8: #F3D8CD;
    --primary-color9: #D2E7ED;
    --primary-color10: #D9D2F3;
    --primary-color11: #EFE5D5;
    --primary-color12: rgba(253, 255, 159, 1);
    --primary-green: #78EB54;
    --primary-green2: #EC6219;
    --primary-green3: rgba(25, 25, 25, 1);
    --primary-blue: #2E4BD4;
    --text-color: #191919;
    --dark-text-color: #191919;
    --text-color2: #545454;
    --dark-text-color2: #545454;
    --border-color: #eee;
    --text-color-opc: 25, 25, 25;
}

body.dark {
    background-color: #161616;
    --text-color2: #c4c4c4;
    --text-color: #FFF;
    --dark-white-color: #191919;
    --primary-color: #1F1F1F;
    --primary-color1: #1F1F1F;
    --primary-color2: #1F1F1F;
    --primary-color3: #1F1F1F;
    --primary-color4: #1F1F1F;
    --primary-color5: #1F1F1F;
    --primary-color6: #1F1F1F;
    --primary-color7: #1F1F1F;
    --primary-color8: #1F1F1F;
    --primary-color9: #1F1F1F;
    --primary-color10: #1F1F1F;
    --primary-color11: #1F1F1F;
    --border-color: #2F2F2F;
    --text-color-opc: 255, 255, 255;
}

/*--------------------------------------------------------------
# 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;
}

.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-green);
    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;
}

.wp-block-button {
    margin-bottom: 20px;
}

.alignfull,
.alignwide {
    margin-bottom: 20px;
}

.alignleft {
    float: left;
    margin-right: 2em;
    clear: both;
}

.alignright {
    float: right;
    margin-left: 2em;
    margin-bottom: 20px;
    clear: both;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.details-page-content:after,
.wp-block-image:after {
    content: "";
    clear: both;
    display: table;
}

p.has-text-color.has-background.has-very-light-gray-color {
    color: #eee !important;
}

/*--------------------------------------------------------------
  # End Accessibility
  --------------------------------------------------------------*/
/* Sticky Post */
.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;
}

/* content  */
.blog-content2:after {
    content: "";
    clear: both;
    display: table;
}

.blog-content-area p,
.blog-content2 p {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: var(--text-color2);
    margin-bottom: 0;
}

.blog-content-area a,
.blog-content2 a {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: var(--text-color);
    /* text-decoration: underline; */
    display: inline-block;
    transition: 0.35s;
}

.blog-post-10 .blog-content2 p.has-large-font-size+p,
.blog-post-10 .blog-content2 p.has-small-font-size,
.blog-post-10 .blog-content2 p.has-medium-font-size,
.blog-post-10 .blog-content2 p.has-large-font-size,
.blog-post-10 .blog-content2 p.has-x-large-font-size {
    line-height: inherit;
}

.blog-post-10 .blog-content2 h2.has-small-font-size,
.blog-post-10 .blog-content2 h2.has-medium-font-size,
.blog-post-10 .blog-content2 h2.has-large-font-size {
    line-height: inherit;
}

.wp-block-group.has-background {
    padding: 20px;
    margin-bottom: 30px;
}

.wp-block-navigation .wp-block-page-list li {
    margin: 0;
}

.wp-block-cover p.has-large-font-size {
    color: #fff !important;
    text-align: center !important;
}

.blog-post-10 .blog-content2 .wp-block-cover p.wp-block-cover-text,
.blog-post-10 .blog-content2 .wp-block-cover p.wp-block-cover-text a {
    font-size: 40px !important;
    color: #fff !important;
    max-width: 840px;
    padding: 0.44em;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 0;
    z-index: 1;
}

.wp-block-embed iframe {
    min-height: 450px;
    width: 100%;
}

/* Gallery  */
.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;
    gap: 15px;
    margin-right: 5px;
}

/* code  */
code {
    padding: 5px 15px;
    background: var(--primary-green);
    color: #000 !important;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

pre.wp-block-code {
    background: var(--primary-green);
    border: none;
}

pre {
    margin-top: 15px;
    color: #212529;
    background-color: var(--primary-green);
    background-image: linear-gradient(#f8f8f8 50%, rgb(67 143 249 / 10%) 50%);
    background-size: 38px 38px;
    border: 1px solid var(--primary-green);
    display: block;
    line-height: 19px;
    margin-bottom: 20px;
    overflow: visible;
    overflow-y: hidden;
    padding: 0 0 0 4px;
    word-break: break-word;
}

/* Global sidebar css  */
.sidebar-area .single-widgets {
    margin-bottom: 25px;
}

.sidebar-area .single-widgets:last-child {
    margin-bottom: 0;
}

.sidebar-area .single-widgets h2,
.sidebar-area .widget-title h6 {
    font-family: var(--font-red-rose);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-color);
    margin-bottom: 30px;
}

.sidebar-area .widget-title h6 a {
    font-family: var(--font-red-rose);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-color);
}

.sidebar-area .single-widgets .wp-block-search__inside-wrapper button {
    margin: 0;
    background-color: var(--primary-green);
    color: var(--text-color);
    font-size: 15px;
    font-weight: 600;
}

.blog-content2 ul,
.blog-content2 ol,
.sidebar-area ul,
.sidebar-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-content2 ul li,
.blog-content2 ol li,
.sidebar-area ul li,
.sidebar-area ol li {
    margin-bottom: 10px;
}

.sidebar-widget.discover-post .category li {
    margin: 0;
}

.blog-content2 ul li:last-child,
.blog-content2 ol li:last-child,
.sidebar-area ul li:last-child,
.sidebar-area ol li:last-child {
    margin-bottom: 0;
}

.blog-content2 ul li a,
.blog-content2 ol li a,
.sidebar-area ul li a,
.sidebar-area ol li a {
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: var(--text-color2);
    transition: 0.7s;
}

.blog-content2 ul li a:hover,
.blog-content2 ol li a:hover,
.sidebar-area ul li a:hover,
sidebar-area ol li a:hover {
    color: var(--primary-green);
}


.blog-content2 .wp-block-archives ul li,
.sidebar-area .single-widgets.widget_archive ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.blog-content2 .wp-block-archives ul li:last-child,
.sidebar-area .single-widgets.widget_archive ul li:last-child {
    margin-bottom: 0;
}

/* Sidebar Monster Widget */
.blog-content2 ul li ul,
.blog-content2 ol li ol,
.sidebar-area .single-widgets ul li ul,
.sidebar-area .single-widgets ol li ol {
    padding-left: 15px;
    padding-top: 15px;
}

.blog-content2 ul li ul li:first-child,
.blog-content2 ol li ol li:first-child,
.sidebar-area .single-widgets ul li ul li:first-child,
.sidebar-area .single-widgets ol li ol li:first-child {
    padding-top: 0;
}

.blog-content2 .wp-block-list {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Tags  */

.blog-content2 .wp-block-tag-cloud,
.sidebar-area .single-widgets .tagcloud {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.blog-content2 .wp-block-tag-cloud a,
.sidebar-area .single-widgets .tagcloud a {
    font-family: "Figtree", sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 0em;
    display: inline-block;
    text-align: center;
    color: var(--text-color2);
    border: 1px solid #F8EEFC;
    padding: 8px 20px;
    border-radius: 30px;
    transition: 0.7s;
    line-height: 1.4;
    text-decoration: none;
}

.blog-content2 .wp-block-tag-cloud a:hover,
.sidebar-area .single-widgets .tagcloud a:hover {
    color: var(--white-color);
    background: var(--text-color);
}

.blog-post-10 .blog-content2 .wp-block-column p {
    margin-bottom: 1rem;
    padding: 10px;
}

.page-content-wrapper::after {
    clear: both;
    content: "";
    display: block;
}

/* Nice select  */

.blog-content2 .nice-select,
.sidebar-area .single-widgets .nice-select {
    width: 100%;
    margin-bottom: 30px;
    white-space: normal;
}

.nice-select .list {
    width: 100%;
}

/* Calendar */
.wp-calendar-table {
    width: 100%;
    margin: 0;
}

table,
.sidebar-area .single-widgets table,
.blog-details-section table,
.comment-area table {
    width: 100%;
    border-left: 1px solid var(--primary-green);
    border-top: 1px solid var(--primary-green);
    margin-bottom: 30px;
}

#wp-calendar>caption {
    background: var(--primary-green);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    caption-side: top;
    font-family: var(--font-figtree);
    font-weight: 500;
}

span.wp-calendar-nav-prev a,
span.wp-calendar-nav-next a {
    color: var(--text-color);
}

.blog-content2 table th,
.blog-content2 table tr,
.blog-content2 table td,
.sidebar-area .single-widgets table th,
.sidebar-area .single-widgets table tr,
.sidebar-area .single-widgets 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,
.comment-area table th,
.comment-area table tr,
.comment-area table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-family: var(--font-figtree);
}

.comment-area table td a {
    color: #000;
}

/* Search Inside Button */
.sidebar-area form.wp-block-search label {
    font-family: var(--font-red-rose);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: var(--text-color);
    margin-bottom: 30px;
}

.sidebar-area form .search-group input,
.sidebar-area form.wp-block-search input {
    height: 45px;
    width: 100%;
    padding: 0 10px;
    font-size: 15px;
    border: 1px solid var(--border-color);
}

.sidebar-area form .search-group button,
.sidebar-area form.wp-block-search button {
    border: none;
    color: #000;
    background-color: #EBEBEB;
    -webkit-appearance: button;
}

.sidebar-area form .search-group .form-inner2 {
    position: relative;
}

.sidebar-area form .search-group input {
    padding-right: 60px;
}

.sidebar-area form .search-group button {
    position: absolute;
    height: 45px;
    padding: 0 10px;
    font-size: 15px;
    width: 50px;
    right: 0;
}

/* Button  */
.wp-block-button__link {
    background-color: var(--primary-green);
    padding: 8px 25px;
    color: var(--white-color);
    font-weight: 500;
    font-size: 16px;
}

.wp-block-file {
    margin-top: 20px;
    margin-bottom: 10px;
}

.wp-block-file__button {
    background: #32373c;
    padding: 5px 15px;
    color: #fff !important;
    text-decoration: none;
}

/* password post  */
form.post-password-form input {
    height: 45px;
    width: 100%;
    padding: 0 10px;
    font-size: 15px;
    border: 1px solid var(--border-color);
}

form.post-password-form input[type="submit"] {
    width: 120px;
    color: #000;
    font-weight: 500;
    border: none;
    background-color: var(--primary-green);
}

/* page  */
.page-content-wrapper .inquiry-form {
    margin-top: 50px;
}

.page-content-wrapper a {
    font-family: var(--font-figtree);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: var(--text-color);
    display: inline-block;
    transition: 0.35s;
}

/* WordPress Comments  */
.wp-block-comments {}

.wp-block-post-comments-form {
    box-sizing: border-box;
    background: url(../image/standard/Background-8.png);
    border-radius: 20px;
    padding: 40px 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}

.wp-block-post-comments-form h3#reply-title {
    margin-bottom: 45px;
}

.wp-block-post-comments-form form input {
    width: 100%;
    font-family: var(--font-figtree);
    color: var(--dark-text-color2);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 15px 25px;
    height: 50px;
    border: 1px solid var(--border-colour);
    border-radius: 5px;
    margin-bottom: 10px;
}

.wp-block-post-comments-form form textarea {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    color: var(--dark-text-color2);
    border: 1px solid #eee;
    outline: none;
    font-family: var(--font-figtree);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 18px 25px;
    min-height: 150px;
    margin-bottom: 30px;
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin: 8px 5px 15px 0;
    width: auto;
    height: auto;
}

.wp-block-post-comments-form form input[type=submit] {
    color: var(--white-color);
    background-color: var(--dark-text-color);
    padding: 0 30px;
    border-radius: 30px;
    margin-bottom: 0;
    transition: 0.7s;
    width: auto;
}

/* Contact form 7 CSS  */
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: steelblue;
    padding: 0;
    margin: 10px 0;
}