.editor-content input[type="text"],
.editor-content input[type="email"],
.editor-content input[type="number"],
.editor-content input[type="password"],
.editor-content input[type="search"],
.editor-content input[type="tel"],
.acf-field input[type="url"],
.editor-content textarea,
.editor-content select,
.comment-form input,
.comment-form textarea {
    padding: 12px clamp(24px, 3vw, 36px) !important;
    height: clamp(72px, 6vw, 96px);
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    transition: 0.4s;
    font-size: 16px !important;
    text-align: right;
    border: 0;
    border: 1px solid #DFE6F0;
    appearance: none;
    -webkit-appearance: textfield;
    transition: 0.4s;
    border-radius: clamp(16px, 2vw, 32px);
    font-family: var(--Regular);
}
.editor-content.acf-error input[type="url"],
.editor-content.acf-error input[type="text"],
.editor-content.acf-error input[type="email"] {
    border-color: #CE0000;
    background: transparent;
}
.editor-content input[type="text"]::placeholder,
.editor-content input[type="email"]::placeholder,
.editor-content input[type="number"]::placeholder,
.editor-content input[type="password"]::placeholder,
.editor-content input[type="search"]::placeholder,
.editor-content input[type="tel"]::placeholder,
.editor-content textarea::placeholder,
.comment-form input::placeholder,
.comment-form textarea::placeholder {
    color: #9FA3BF;
    font-size: clamp(14px, 2vw, 16px);
}
.editor-content input[type="text"]:focus,
.editor-content input[type="email"]:focus,
.editor-content input[type="number"]:focus,
.editor-content input[type="password"]:focus,
.editor-content input[type="search"]:focus,
.editor-content input[type="tel"]:focus,
.editor-content textarea:focus,
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: var(--color1) !important;
    outline: none;
}
.editor-content textarea,
.comment-form textarea {
    min-height: 224px;
    padding-top: clamp(20px, 2vw, 32px) !important;
}
.editor-content :is(textarea, input)::-webkit-input-placeholder,
.editor-content :is(textarea, input)::-moz-placeholder,
.editor-content :is(textarea, input)::-ms-input-placeholder,
.editor-content :is(textarea, input)::placeholder {
    color: #A5A8AE;
    font-size: 16px;
    text-align: right;
}
.editor-content {
    line-height: 35px;
}
.editor-content img:not(.img_gallery) {
    border-radius: 8px;
    margin-bottom: 10px;
    font-family: var(--main_font);
    /*clip-path: polygon(83.844% 0.305%, 83.844% 0.305%, 84.217% 0.326%, 84.586% 0.389%, 84.951% 0.493%, 85.31% 0.637%, 85.662% 0.82%, 86.006% 1.043%, 86.341% 1.304%, 86.666% 1.603%, 86.979% 1.939%, 87.28% 2.311%, 97.83% 16.298%, 97.83% 16.298%, 98.217% 16.86%, 98.568% 17.474%, 98.883% 18.136%, 99.161% 18.84%, 99.4% 19.582%, 99.598% 20.358%, 99.754% 21.161%, 99.868% 21.989%, 99.937% 22.835%, 99.96% 23.696%, 99.96% 76.492%, 99.96% 90.595%, 99.96% 90.595%, 99.887% 92.121%, 99.677% 93.568%, 99.339% 94.917%, 98.886% 96.149%, 98.33% 97.245%, 97.682% 98.185%, 96.952% 98.95%, 96.154% 99.52%, 95.297% 99.877%, 94.394% 100%, 18.704% 100%, 10.053% 100%, 10.053% 100%, 9.599% 99.968%, 9.151% 99.876%, 8.711% 99.723%, 8.282% 99.511%, 7.864% 99.242%, 7.461% 98.918%, 7.073% 98.539%, 6.704% 98.107%, 6.355% 97.625%, 6.028% 97.092%, 1.687% 89.414%, 1.687% 89.414%, 1.404% 88.873%, 1.147% 88.299%, 0.918% 87.697%, 0.717% 87.069%, 0.546% 86.418%, 0.403% 85.746%, 0.292% 85.058%, 0.211% 84.355%, 0.162% 83.641%, 0.146% 82.918%, 0.146% 9.709%, 0.146% 9.709%, 0.219% 8.184%, 0.43% 6.737%, 0.767% 5.387%, 1.22% 4.155%, 1.776% 3.059%, 2.425% 2.119%, 3.154% 1.355%, 3.952% 0.784%, 4.809% 0.428%, 5.712% 0.305%);*/
}
.gl--box {
    position: relative;
    padding: 0 70px;
    max-width: 96%;
    margin: 40px auto;
}
.sw--gallery .swiper-slide {
    display: flex;
}
.lg-img-wrap img {
    /*border-radius: 20px;*/
}
.lg-outer {
    text-align: right;
}
.gallery_item a {
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 163px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    &:before {
        content: "\e92a";
        font-family: 'icomoon';
        font-size: 42px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        transition: 0.4s;
        opacity: 0;
        background: #00000033;
        backdrop-filter: blur(4px);
    }
    img {
        width: 100% !important;
        height: 100%;
        display: block;
        margin: 0 !important;
        transition: 0.4s;
        object-fit: cover;
    }
}
.gallery_item a:hover:before {
    opacity: 1;
}
.lg-thumb {
    margin: auto;
}
.editor-content .alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}
.editor-content .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.editor-content .aligncenter {
    text-align: center;
    display: block;
    margin: 20px auto;
}
.editor-content li h1,
.editor-content li h2,
.editor-content li h3,
.editor-content li h4,
.editor-content li h5,
.editor-content li h6 {
    margin-bottom: 0;
    display: inline;
    color: #2E2E2FCC;
    font-family: var(--main_font);
}
.light-content.editor-content li h1,
.light-content.editor-content li h2,
.light-content.editor-content li h3,
.light-content.editor-content li h4,
.light-content.editor-content li h5,
.light-content.editor-content li h6 {
    color: rgba(255, 255, 255, 0.8);
}
.light-content.editor-content h2,
.light-content.editor-content h3,
.light-content.editor-content h4,
.light-content.editor-content h5,
.light-content.editor-content h6 {
    color: var(--color3);
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    margin-bottom: 16px;
    font-family: var(--SemiBold);
    color: var(--black);
}
.editor-content.main-content h1,
.editor-content.main-content h2,
.editor-content.main-content h3,
.editor-content.main-content h4,
.editor-content.main-content h5,
.editor-content.main-content h6 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.editor-content em {
    font-style: italic;
}
.editor-content h1 {
    font-size: calc(var(--heading_h1_fontsize));
}
.editor-content h2 {
    font-size: calc(var(--heading_h1_fontsize) - 2px);
}
.editor-content h3 {
    font-size: calc(var(--heading_h1_fontsize) - 4px);
}
.editor-content h4 {
    font-size: calc(var(--heading_h1_fontsize) - 5px);
}
.editor-content h5 {
    font-size: calc(var(--heading_h1_fontsize) - 6px);
}
.editor-content h6 {
    font-size: calc(var(--heading_h1_fontsize) - 7px);
}
.editor-content ul,
.editor-content ol {
    margin-bottom: 10px;
}
.editor-content ul li {
    margin: 5px 0;
    color: #3A3A3A;
    font-size: 15px;
    font-family: var(--light_font);
    line-height: 32px;
}
.light-content.editor-content ul li {
    color: rgba(255, 255, 255, 0.8);
}
.editor-content.main-content ul li:before {
    content: '';
    font-family: icomoon;
    min-width: 7px;
    margin-left: 12px;
    background: var(--color2);
    transition: 0.4sease;
    display: inline-flex;
    height: 7px;
    border-radius: 50%;
}
.light-content.editor-content.main-content ul li::before {
    background: #fff;
}
.editor-content .wp-caption-text {
    text-align: center;
    color: var(--color1);
}
.light-content.editor-content .wp-caption-text {
    color: rgba(255, 255, 255, 0.8);
}
.editor-content .wp-caption {
    width: auto !important;
}
.editor-content.main-content ol li a,
.editor-content.main-content ul li a,
.editor-content.main-content p a {
    color: white;
    background: var(--color2);
    border-radius: 5px;
    padding: 3px 6px;
}
.editor-content.main-content ol li a:hover,
.editor-content.main-content ul li a:hover,
.editor-content.main-content a:hover {
    color: var(--color2);
    background-color: transparent;
}
.editor-content.main-content td a {
    color: var(--color2);
}
.light-content.editor-content.main-content td a {
    color: rgba(255, 255, 255, 0.8);
}
.editor-content.main-content td a:hover {
    color: var(--color1);
}
.editor-content a .btn {
    background: var(--color2);
    border: none;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-family: inherit;
}
.editor-content a .btn:hover {
    color: var(--color1);
}
.editor-content a .btn i {
    display: none;
}
.editor-content,
.editor-content p {
    color: #707070;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 32px;
}
.editor-content p {
    margin-bottom: 20px;
}
.light-content.editor-content,
.light-content.editor-content span,
.light-content.editor-content p {
    color: rgba(255, 255, 255, 0.8);
}
.light-content.editor-content ul li,
.light-content.editor-content ol li {
    color: rgba(255, 255, 255, 0.8);
}
.light-content.editor-content.main-content a {
    color: #fff;
}
.light-content.editor-content.main-content a:hover {
    color: #fff;
}
.light-content.editor-content blockquote {
    background: #fff;
}
.light-content.editor-content blockquote p {
    color: #000 !important;
}
.editor-content blockquote {
    position: relative;
    display: block;
    background: #F1F5F9;
    padding-inline: clamp(30px, -5vw, 84px);
    padding-top: clamp(90px, 8vw, 106px);
    padding-bottom: clamp(40px, 4vw, 48px);
    color: white;
    border-radius: 24px;
    p {
        text-align: center;
        margin: 0;
    }
    i {
        position: absolute;
        top: clamp(32px, 2vw, 44px);
        right: 50%;
        transform: translateX(50%);
        font-size: clamp(26px, 3vw, 32px);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #F6A724;
    }
}
.editor-content ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
.editor-content ol li {
    counter-increment: item;
    position: relative;
    padding-right: 28px;
    margin: 16px 0;
    color: #3A3A3A;
    line-height: 2;
}
.light-content.editor-content ol li {
    color: #fff;
}
.light-content.editor-content ol li:before {
    color: #fff;
}
.light-content.editor-content ol li:after {
    background: #fff;
}
.editor-content ol li:before {
    top: -8px;
    content: counter(item) " ";
    color: var(--color2);
    font-size: 20px;
    height: 100%;
    width: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    right: 0;
}
.editor-content ol li:after {
    top: 15px;
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--color2);
    right: 15px;
}
.editor-content .wp-video {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}
.editor-content.main-content table:not(.acf-table) td {
    border-bottom: none;
    padding: 0.5rem 1rem;
    font-size: inherit;
    text-align: right;
}
.editor-content.main-content table:not(.acf-table) td p {
    margin: 0 !important;
}

.editor-content.main-content table thead {
    background: var(--color2);
   
    & td{
        color: #fff;
    }
}
.editor-content.main-content table:not(.acf-table) {
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: auto;
    scrollbar-color: var(--color1) #C2D2E4;
    scrollbar-width: thin !important;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    border: 1px solid #dcdfe1;
}
.editor-content.main-content table tr,
.editor-content.main-content table td,
.editor-content.main-content table th {
    border: 1px solid #dcdfe1;
    text-align: center;
}
.editor-content.main-content table tr th:last-child,
.editor-content.main-content table tr td:last-child,
.editor-content.main-content table tr {
    border-left: none;
}
.editor-content.main-content table tr td:first-child,
.editor-content.main-content table tr {
    border-right: none;
}
.editor-content.main-content table tr:nth-child(2n) {
    background: #f1f2f3;
}
.light-content.editor-content.main-content table tr:nth-child(2n) {
    background: var(--color1);
}
.editor-content.main-content table th {
    font-weight: bold;
}
.editor-content.main-content table td {
    border-bottom: none;
    color: #000;
    padding: 10px 15px;
    font-size: inherit;
}
.light-content.editor-content.main-content table td {
    color: #fff;
}
/* width */
.editor-content.main-content table::-webkit-scrollbar {
    height: 4px !important;
    width: 3px !important;
}
/* Track */
.editor-content.main-content table::-webkit-scrollbar-track {
    background: #eae8e4 !important;
    height: 4px !important;
}
/* Handle */
.editor-content.main-content table::-webkit-scrollbar-thumb {
    background: rgb(123, 123, 123) !important;
    height: 4px !important;
}
/* Handle on hover */
.editor-content.main-content table::-webkit-scrollbar-thumb:hover {
    background: var(--color1);
}
.light-content.editor-content.main-content table::-webkit-scrollbar-thumb:hover {
    background: var(--color2);
}
.svg-clip {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}
@media screen and (min-width: 576px) {
    .editor-content img {
        width: unset;
    }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
    .editor-content .alignright,
    .editor-content .alignleft {
        max-width: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .editor-content blockquote {
        padding: 84px 9px 24px;
    }
    .editor-content input[type="text"],
    .editor-content input[type="email"],
    .editor-content input[type="number"],
    .editor-content input[type="password"],
    .editor-content input[type="search"],
    .editor-content input[type="tel"],
    .acf-field input[type="url"],
    .editor-content textarea,
    .editor-content select,
    .comment-form input,
    .comment-form textarea {
        padding: 18px 20px !important;
    }
    .editor-content input[type="text"]::placeholder,
    .editor-content input[type="email"]::placeholder,
    .editor-content input[type="number"]::placeholder,
    .editor-content input[type="password"]::placeholder,
    .editor-content input[type="search"]::placeholder,
    .editor-content input[type="tel"]::placeholder,
    .editor-content textarea::placeholder,
    .comment-form input::placeholder,
    .comment-form textarea::placeholder {
        font-size: 14px;
    }
}
/** Dark Bg **/
.dark-bg ul li a,
.dark-bg ol li a,
.dark-bg p a {
    background: var(--color1) !important;
}
.dark-bg ul li a:hover,
.dark-bg ol li a:hover,
.dark-bg p a:hover {
    background: var(--gray3) !important;
}
.dark-bg ul li:before,
.dark-bg ol li:after {
    background: var(--color1) !important;
}
.dark-bg ol li:before {
    color: var(--color1);
}
.dark-bg ul li,
.dark-bg ol li {
    color: white;
}
