/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.0
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

:root {
    --font-xl: 45px;
    --font-lg: 40px;
    --font-md: 35px;
    --btn-font-size: 18px;
    --body-font-size: 16px;
    --base-size: 16px;
    --size-18: 18px;
    --size-20: 20px;
    --size-25: 25px;
    --size-30: 30px;
    --size-32: 32px;
    --size-35: 35px;
    --size-40: 40px;
    --body-font-weight: 400;
    --body-line-height: 1.5;
    --font-aloevera-display: Dinamit;
    --font-urbanist: 'DM Sans';
    --font-light: 300;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: bold;
    --border-width: 1px;
    --btn-color: #ddd;
    --link-color: #15023A;
    --white: #fff;
    --sky-blue: #B3C1DC80;
    --secondary-color: #DD3429;
    --primary-color: #15023A;
    --gray-color: #EAEAEA;
    --border-radius: .375rem;
    --border-radius-sm: .25rem;
    --border-radius-lg: .5rem;
    --border-radius-xl: 1rem;
    --border-radius-xxl: 2rem;
    --border-radius-xxxl: 18px;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;
    --wp--preset--font-size--x-large: clamp(1.85rem, 0.85rem + ((1vw - 0.2rem) * 1.083), 2.5rem);
    --wp--preset--font-size--large: clamp(1.39rem, 0.39rem + ((1vw - 0.2rem) * 0.767), 1.85rem);
}

*,
::after,
::before {
    box-sizing: border-box;
}

:root :where(.wp-block-quote) {
    padding: 20px;
    font-size: 20px;
    border: 1px solid #ddd;
}

img {
    max-width: 100%;
}

@font-face {
    font-family: Dinamit;
    src: url(fonts/Dinamit_Regular.09884077.woff2)format(woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Dinamit;
    src: url(fonts/Dinamit_Semibold.65fc8e4f.woff2)format(woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: DM Sans;
    src: url(fonts/DMSans-Medium.b0281bbd.woff2)format(woff2);
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: DM Sans;
    src: url(fonts/DMSans-SemiBold.aa8fd464.woff2)format(woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: DM Sans;
    src: url(fonts/DMSans-Bold.66e3ed51.woff2)format(woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: DM Sans;
    src: url(fonts/DMSans-Regular.60e7bada.woff2)format(woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    font-family: var(--font-aloevera-display);
    font-weight: var(--font-semibold);
}

h1 {
    padding-top: 50px;
}

.unstyled {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.flex {
    display: flex;
}

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

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.btn {
    min-height: 27px;
    --btn-padding-x: 1.55rem;
    --btn-padding-y: .575rem;
    font-family: var(--font-urbanist);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    -border-width: var(--border-width);
    border-color: #fff0;
    border-radius: var(--border-radius-xxl);
    display: inline-flex;
    align-items: center;
    padding: var(--btn-padding-y) var(--btn-padding-x);
    color: var(--btn-color);
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-transform: capitalize;
    border: var(--btn-border-width) solid var(--btn-border-color);
    background-color: var(--btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background: var(--primary-color);
    border-width: 0;
    border-radius: 40px;
}

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

.btn-secondary {
    color: var(--white);
    background: var(--secondary-color);
    border-width: 0;
    border-radius: 40px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: var(--primary-color);
    color: var(--white);
}

.btn-sky {
    background: var(--white);
    color: var(--primary-color);
    border-width: 0;
    border-radius: 40px;
}

.btn-sky:hover,
.btn-sky:focus,
.btn-sky:active {
    background: var(--secondary-color);
    color: var(--white);
}

.btn-text {
    position: relative;
    overflow: hidden;
}

.text,
.hover-text {
    transition: transform 1.5s cubic-bezier(.16, 1, .3, 1);
    width: 100%;
    display: block;
}

.hover-text {
    position: absolute;
    left: 0;
}

.btn-text .hover-text {
    bottom: -200%;
}

.btn-text .text,
.btn-text .hover-text {
    transform: translateY(0%);
}

.btn:hover .btn-text .hover-text,
.btn:hover .btn-text .text {
    transform: translateY(-200%);
}

@media (min-width: 992px) {

    .navbar-toggle-btn,
    .hide-large {
        display: none;
    }
}

/*nav*/
.navbar {
    background: 0 0;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 99;
    border-bottom: none !important;
    padding-bottom: 4px;
    left: 0;
    padding-top: 0;
}

.navbar.fixed {
    padding-bottom: 0;
    box-shadow: 0 5px 10px #00000026;
    -webkit-box-shadow: 0 5px 10px #00000026;
    background: #fff;
}

.site-header-in {
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

@media (min-width: 992px) {
    .site-header-in {
        padding: 10px 14px 10px 25px;
    }
}

.navbar-header img {
    max-width: 124px !important;
}

@media (min-width: 992px) {
    #navbar {
        display: block;
        flex: 1;
        padding-left: 60px;
    }
}

#navbar .sub-menu-1 {
    margin: 0;
    padding: 0;
}

.site-header .sub-menu-1 li {
    color: var(--link-color);
    padding: 8px 6px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-family: var(--font-urbanist);
}

.site-header .sub-menu-1 li a {
    text-decoration: none;
}

.site-header .sub-menu-1 li span {
    cursor: pointer;
}

#navbar li .fa-angle-down {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    margin-bottom: 3px;
    margin-left: 4px;
}

.dropdowm-menu1 {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    width: 135px;
    padding: 4px 0;
    box-shadow: 0 20px 20px #0000001a;
    -webkit-box-shadow: 0 20px 20px #0000001a;
}

#navbar li .large-menu li a {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    white-space: normal;
    font-family: var(--font-urbanist);
    font-size: var(--base-size);
}

#navbar li .large-menu li a:hover {
    background: #e8edff
}

#navbar li .large-menu li:nth-child(odd) a:hover {
    background-color: #d300001c
}

.m-icon {
    display: flex;
    min-width: 40px;
    min-height: 40px;
    margin-right: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #15023a2b;
}

.cont {
    font-weight: 600;
}
.drop-menu{display: none;}
#navbar li .dropdowm-menu1 li a span {
    font-weight: 300;
    font-size: 14px;
    display: block;
}

.navbar-toggle {
    display: block;
    background: transparent !important;
    border: none;
    cursor: pointer;
    height: 40px;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-indent: -900em;
    width: 40px;
    min-width: 40px;
    float: right;
    margin-right: 2px;
    padding: 12px 8px;
}

.navbar-toggler-icon {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 0;
    display: block;
}

.navbar-toggler-icon span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: #000;
    background-color: #333;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

.navbar-toggler-icon span:nth-child(1) {
    top: 0;
}

.navbar-toggler-icon span:nth-child(2) {
    top: 9px;
}

.navbar-toggler-icon span:nth-child(3) {
    top: 18px;
}

.navbar-toggle.open .navbar-toggler-icon span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}

.navbar-toggle.open .navbar-toggler-icon span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}

.navbar-toggle.open .navbar-toggler-icon span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

.fixed-logo {
    display: none;
}

@media (min-width: 992px) {
    #navbar .sub-menu-1 {
        display: inline-flex;
        gap: 10px;
    }

    .site-header .sub-menu-1 li {
        position: static;
        cursor: default;
    }

    .large-menu {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        -ms-flex-wrap: wrap !important;
        min-width: 410px;
        flex-wrap: wrap !important;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        z-index: -55;
        width: 100%;
    }

    .dropdowm-menu1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    #navbar li .large-menu li {
        display: flex;
        min-width: 200px;
        margin-top: 1px;
        margin-bottom: 1px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 8px;
        color: #333;
        text-decoration: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    #navbar li.has-dropdown .large-menu.open,
    #navbar li.has-dropdown:hover .large-menu {
        left: 0;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        opacity: 1;
        z-index: 55;
        visibility: visible;
    }

    .navbar-toggle-btn,
    .hide-large,
    .navbar-toggle {
        display: none;
    }
}

@media (max-width: 991px) {
    #navbar {
        background: #fff;
        position: fixed;
        top: 0;
        left: -290px;
        height: 100%;
        width: 290px;
        max-width: 290px;
        padding: 20px 0;
        transition: .3s all;
        -webkit-transition: .3s all;
        display: block;
        overflow-y: auto;
        border-right: 1px solid #ddd;
        z-index: 99;
    }

    #navbar.open {
        left: 0;
    }

    #navbar li ul.dropdowm-menu1 {
        min-width: 100% !important;
        position: static;
        left: 0 !important;
        transform: translateX(0%) !important;
        -webkit-transform: translateX(0%) !important;
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        background: #fff0;
        width: 100%;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    #navbar .sub-menu-1 {
        display: flex;
        flex-direction: column;
    }

    .site-header .drop-menu {
        float: right;
        width: 100%;
        height: 46px;
        text-align: center;
        cursor: pointer;
        margin-top: 0;
        top: 0;
        right: 0;
        background: #fff0;
        display: flex;
        align-items: center;
        justify-content: end;
        position: absolute;
        padding-right: 20px;
    }

    .site-header .sub-menu-1 li {
        width: 100%;
        float: none;
        padding: 8px 15px;
    }

    .site-header .sub-menu-1 li li {
        padding-left: 0;
        padding-right: 0;
    }

    #navbar li .fa-angle-down {
        display: none;
    }

    #navbar li .drop-menu .fa-angle-down {
        display: block;
    }

    .sub-menu-1>li {
        border-bottom: 1px solid #ccc;
    }

    body.menu-open {
        overflow: hidden;
    }

    .menu-open::before {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #1111115e;
        content: '';
        display: block;
    }

    .right-elements ul {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .right-elements ul li,
    .right-elements ul li .btn {
        width: 100%;
        justify-content: center;
    }

    .navbar-header {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    :root {
        --wp--preset--spacing--50: min(3.5rem, 4vw);
    }
   
}

@media only screen and (max-width: 991px) {
    .mobile-hide {
        display: none;
    }
}
@media  (min-width: 991px) {
    .has-global-padding{
        padding-left: 0;
        padding-right: 0;
    }
}
 body:not(.home) .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.related-post)) {
    max-width: 840px;
    margin-left: auto !important;
    margin-right: auto !important;
} 

/* Tabs */
.category-filter {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.category-filter a {
    padding: 10px 18px;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    transition: 0.2s ease;
    text-decoration: none;
    line-height: 1.2;
}

.category-filter a.active,
.category-filter a:hover {
    background: #15023a;
    color: #fff;
    border-color: #15023a;
}

/* Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
     .category-filter{
        white-space: nowrap;
        flex-wrap: nowrap;
        scrollbar-width: none;
        width: 100%;
        overflow: auto;
        padding-bottom: 8px;
        padding-top: 8px;
    }
}

@media (max-width: 640px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* Card */
.blog-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
    transition: 0.2s ease;
}

.blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.blog-card img {
    width: 100%;
    height: 210px;
    object-fit: fill;
    display: block;
    background: #000;
}

.card-content {
    padding: 18px;
}

.card-content h3 {
    margin: 10px 0;
}

.card-content h3 a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
}

.card-content h3 a:hover,
.card-content h3 a:focus,
.card-content h3 a:active:focus,
.card-content h3 a:focus:active {
    text-decoration: none;
    outline: none;
    color: var(--primary-color);
}

.card-content .meta {
    font-size: 17px;
    color: #64748b;
    margin-bottom: 10px;
}

.card-content p {
    color: #334155;
    margin-top: 5px;
}

:where(.wp-site-blocks :focus) {
    outline-width: 1px;
    outline-style: solid;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 15px auto;
    padding: 30px 0;
}

.pagination a,
.pagination span {
    padding: 8px 5px;
    left: 0;
    background: #fff;
    border: 1px solid #d5d7da;
    box-shadow: 0 2px 2px rgba(16, 25, 40, .06);
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
}

.pagination .current {
    background-color: var(--wp--preset--color--contrast);
    color: #fff;
    border:0;
}
.pagination span.dots{display: none;}
@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1200px;
    }
}

@media (min-width: 1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1360px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1360px;
    }
}


.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row-flex .col-sm-3,
.row-flex .col-md-6,
.row-flex .col-md-8 {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .row-flex .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 768px) {
    .row-flex .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

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

@media (min-width: 992px) {
    .row-flex .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-flex .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}


/*footer*/
#footer {
    background: #15023A;
    background: -webkit-linear-gradient(360deg, rgba(21, 2, 58, 1) 0%, rgba(230, 49, 37, 1) 100%);
    background: -moz-linear-gradient(360deg, rgba(21, 2, 58, 1) 0%, rgba(230, 49, 37, 1) 100%);
    background: linear-gradient(360deg, rgba(21, 2, 58, 1) 0%, rgba(230, 49, 37, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15023A", endColorstr="#E63125", GradientType=0);
    padding-top: 80px;
}

#footer h4 {
    font-size: var(--size-25);
    color: var(--white);
    font-weight: var(--font-semibold);
    font-family: var(--font-aloevera-display);
}

#footer ul {
    padding: 0;
    list-style-type: none;
    margin-left: 0;
}

#footer ul li {
    padding-top: 15px;
}

#footer .toggle-body li a {
    color: #fff;
    font-size: 16px;
    font-family: var(--font-urbanist);
    font-weight: normal;
    text-decoration: none;
}

#footer .toggle-body li a:hover {
    text-decoration: underline;
}

.footer-bottom-bar {
    background: #AAC9FC14;
    border-radius: 90px;
    padding: 20px 30px;

}

.footer-bottom-bar .image-wrap {
    background: #fff;
    border-radius: 90px;
    max-width: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px;
    line-height: 0;
}

.footer-bottom-bar .image-wrap img {
    width: auto;
    height: auto;
    max-height: 46px;
}

.footer-bar {
    border-top: 1px solid #AAC9FC33;
    padding-top: 13px;
}

.footer-bar * {
    color: #fff;
}

.footer-bar a:hover {
    text-decoration: underline;
}

.space-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 768px) {
  #footer ul:not(.flex) {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
    padding: 0;
    margin: 0 0 20px !important;
  }
}

@media (max-width: 767px) {
    .footer-bottom-bar {
        padding: 20px 10px;
        border-radius: 20px;
    }

    .footer-btns {
        flex-direction: column;
        padding: 15px;
    }

    .footer-btns .btn {
        justify-content: center;
    }

    .pt-sm-2 {
        padding-top: 1rem;
    }

    .col-xs-12 {
        width: 100%;
    }

    .footer-bar p {
        font-size: 13px;
        text-align: center;
        margin: 5px 0;
    }
    #footer h4 {
        font-size: var(--base-size);
    }
    .relations h4{
        padding-bottom: 10px;
        padding-top: 10px
    }
    #footer h4:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    #footer h4:first-child::after {
        display: inline-block;
        content: '';
        width: 8px;
        height: 8px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg);
        margin-bottom: 3px;
        margin-left: 4px;
    }
     .toggle-body {
        display: none;
    }
}

@media (max-width: 680px) {
    #footer .single-content-row {
        gap: 10px;
    }
}

@media (min-width: 767px) {
    .single-content-row {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}

figure {
    margin-bottom: 10px;
}

.related-post {
    padding: 25px;
    background: #ececec;
    margin-top: 40px;
    max-width: 100%;
}
.related-post a:focus{
    outline: 0;
}
.related-post .post-list.owl-carousel{
    max-width: 940px;
    margin:auto
}
.related-post .headline {
    text-align: center;
}

.related-post .post-list .item {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
    transition: 0.2s ease;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    height: 100%;
}
.related-post .post-list .item div.post_thumb{
    margin-top: 0;
}


.related-post .post-list .item .post_thumb{
    order: 1;
}
.related-post .post-list .item a.post_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    padding: 18px;
    padding-bottom: 0;
    order: 2;
}
.related-post .post-list .item p.post_excerpt {
    padding: 18px;
    font-size: inherit;
    order: 3;
    padding-top: 0;
}

.related-post .owl-stage{
    display: flex;
    gap: 10px;
}


.wp-block-buttons {
	max-width: 840px;
	margin-left: auto;
	width: 100%;
	margin-right: auto;
	padding: 12px 0;
}
.wp-block-buttons .wp-block-button__link{
    border:1px solid #d3d3d3;
    border-radius:999px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: #fff !important;
    color: #000 !important;
    font-size: 17px;
}
.wp-block-buttons .wp-block-button__link:hover,.wp-block-buttons .wp-block-button__link:focus{
    background:#f5f5f5 !important
}
@media (max-width: 767px){
    .wp-block-buttons{
        padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
    }
}