/*
Theme Name: websima
Theme URI: https://websima.com
Author: Websima Creative Agency
Author URI: https://websima.com
Description: Websima Creative Agency
Version: 1.0
*/

/* --------------------
    Css Reset (Mayerweb)
-------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: none
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-right: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}

li {
    list-style: none;
}

.mt-8 {
    margin-top: 8rem;
}

/* --------------------
    Fonts & Icons
-------------------- */

@font-face {
    font-family: "DANA_Regular";
    font-style: normal;
    src: url('assets/fonts/ProductSans-Regular.woff') format("woff");
    font-display: swap;
}

@font-face {
    font-family: "DANA_bold";
    font-style: normal;
    font-display: swap;
    src: url("assets/fonts/ProductSans-Medium.woff") format("woff");
}


@font-face {
    font-family: 'icomoon';
    src: url('assets/fonts/icomoon.eot?di7vzy');
    src: url('assets/fonts/icomoon.eot?di7vzy#iefix') format('embedded-opentype'),
        url('assets/fonts/icomoon.ttf?di7vzy') format('truetype'),
        url('assets/fonts/icomoon.woff?di7vzy') format('woff'),
        url('assets/fonts/icomoon.svg?di7vzy#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
    content: "\e92b";
}

.icon-req:before {
    content: "\e92a";
}

.icon-bgallery:before {
    content: "\e926";
}

.icon-events:before {
    content: "\e927";
}

.icon-news:before {
    content: "\e928";
}

.icon-blogs:before {
    content: "\e929";
}

.icon-gallery-open:before {
    content: "\e925";
}

.icon-user:before {
    content: "\e924";
}

.icon-sharp:before {
    content: "\e91d";
}

.icon-share:before {
    content: "\e91e";
}

.icon-telegram:before {
    content: "\e91f";
}

.icon-linkedin:before {
    content: "\e920";
}

.icon-whatsapp:before {
    content: "\e921";
}

.icon-copy:before {
    content: "\e922";
}

.icon-category:before {
    content: "\e923";
}

.icon-menu:before {
    content: "\e913";
}

.icon-hcall:before {
    content: "\e919";
}

.icon-fcall:before {
    content: "\e905";
}

.icon-fax:before {
    content: "\e906";
}

.icon-email:before {
    content: "\e908";
}

.icon-search:before {
    content: "\e909";
}

.icon-direction-left:before {
    content: "\e916";
}

.icon-direction-up:before {
    content: "\e917";
}

.icon-direction-right:before {
    content: "\e918";
}

.icon-play-video:before {
    content: "\e91a";
}

.icon-language:before {
    content: "\e900";
}

.icon-mobile-shape:before {
    content: "\e901";
}

.icon-desktop-shape:before {
    content: "\e902";
}

.icon-socials-shape:before {
    content: "\e903";
}

.icon-calendar:before {
    content: "\e904";
}

.icon-eye:before {
    content: "\e90b";
}

.icon-gallery:before {
    content: "\e910";
}

.icon-play1:before {
    content: "\e911";
}

.icon-surgery:before {
    content: "\e915";
}

.icon-clock:before {
    content: "\e91b";
}

.icon-location:before {
    content: "\e91c";
}

.icon-minus:before {
    content: "\e914";
}

.icon-plus:before {
    content: "\e912";
}

.icon-close:before {
    content: "\e907";
}

.icon-header-tax-logo:before {
    content: "\e90a";
}

.icon-arrow-right:before {
    content: "\e90c";
}

.icon-arrow-left:before {
    content: "\e90d";
}

.icon-arrow-up:before {
    content: "\e90e";
}

.icon-arrow-down:before {
    content: "\e90f";
}

/* --------------------
    Config
-------------------- */
:root {
    --color1: #E79748;
    --color2: #1D264F;
    --color3: #024A63;
    --bg_light: #fdf9f6;
    --danger: #d53343;
    --bg_danger: #fff5f5;
    --success: #45bf55;
    --bg-success: #ecf9ee;
    --bg_info: #cce5ff4a;
    --info: #004085cc;
    --main_font: "DANA_Regular";
    --bold_font: "DANA_bold";
    --heading_h1_fontsize: clamp(20px, 4vw, 32px);
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: var(--color1);
}

::selection {
    color: #fff;
    background: var(--color1);
}

html {
    scroll-behavior: smooth
}

:target {
    scroll-margin-top: 14rem
}

body {
    direction: ltr;
    text-align: left;
    font-family: var(--main_font), Arial, sans-serif;
    font-size: 16px;
    color: #212121;
    line-height: 2;
    background: #fff
}

.overflow-x {
    overflow-x: auto;
    display: flex;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    white-space: nowrap;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.container-full {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.container-full>.row {
    margin: 0;
}

.sidebar {
    position: sticky;
    top: 0
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100% !important;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row>[class*="col-"],
.row>[class*="col"] {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

#wrapper .no-gutters {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#wrapper .no-gutters>.col,
#wrapper .no-gutters>[class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.text-center {
    text-align: center !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: var(--bold_font), Arial;
}

input {
    font-family: var(--main_font), Arial;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

img {
    max-width: 100%;
    height: auto;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    display: block;
}

video {
    width: 100%;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    height: auto;
    border: 2px solid #fff;
    border-radius: 1.5rem;
}

a {
    transition: 0.3s;
    color: var(--color2);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--color1);
    cursor: pointer
}

.empty-error {
    text-align: center;
    background: var(--color1);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
}

.inner-pages .site-main {
    padding: 50px 0;
}

/* --------------------
   GENERAL SETTING
-------------------- */
#main>.section-half-base:first-child,
#main>.section-base:first-child,
.single-service-accordians>.section-base:first-child {
    margin-top: 0;
}

.site-main {
    margin-bottom: 120px;
    position: relative;
}

.main-title .title-heading {
    font-size: 28px;
    padding-bottom: 1rem;
}


.section-entitle {
    margin-bottom: 12px;
}

.entitle-heading {
    color: var(--color1);
    font-size: 1.2rem;
    line-height: 1.5rem;
    position: relative;
    display: inline-flex;
    font-family: var(--main_font);
    align-items: center;
    gap: 1rem;
}

.entitle-heading::before {
    content: "";
    background-color: var(--color1);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    outline: 5px solid rgba(231, 151, 72, 0.4);
    display: inline-block;
    margin-top: -4px;
    margin-left: 5px;
}

.title-heading {
    color: var(--color2);
    font-size: 1.8rem;
    line-height: 32px;
    padding-bottom: 32px;
    display: block;
    font-family: var(--bold_font), Arial;
}

.title-part.inner-title h1 {
    font-size: var(--heading_h1_fontsize);
    margin-bottom: 1rem;
    line-height: 1.5;
}

.title-part.inner-title {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.title-section,
.title-site h4,
.title-site h2,
.title-site h1 {
    font-size: clamp(22px, 4vw, 32px);
    line-height: 32px;
    font-family: var(--main_font);
}

.title-site-center {
    text-align: center !important;
}

.title-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-site {
    margin-bottom: 2rem
}

#category_item_page {
    margin-bottom: 128px;
}

/* --------------------
    Button
-------------------- */
.af-submit-button,
.button {
    user-select: none;
    display: inline-flex;
    align-items: center;
    padding: 0 8px 0 16px;
    gap: 1rem;
    background: var(--color3);
    color: #fff;
    overflow: hidden;
    line-height: 20px;
    font-family: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    cursor: pointer;
    border-radius: 2rem;
    transition: 0.3s;
    font-size: 15px;
    position: relative;
    z-index: 0;
    height: 48px;
    justify-content: space-between;
    border: 2px solid var(--color3);
}

.simple-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.button i {
    color: var(--color3);
    background-color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button i.icon-direction-left {
    transform: rotate(180deg);
}

.button-white {
    background-color: #FFFFFF;
    border: 2px solid var(--color3);
    color: var(--color3);
}

.af-submit-button:hover,
.button:hover {
    color: var(--color3);
    background-color: #fff;
}

.button-white:hover {
    background: var(--color3);
    color: #fff;
    border: none;
}

/* --------------------
    FAQ CSS
-------------------- */

.bg-background {
    background-color: #E0E3F1;
    padding: 92px 0;
    background-image: url(assets/img/general-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.bg-background-blog {
    background-color: #E0E3F1;
    height: 267px;
}

.bg-single-background {
    height: 315px;
    position: absolute;
    right: 0;
    left: 0;
    top: -6.5rem;
}

.bg-single-background::before {
    content: '';
    position: absolute;
    background-color: #E0E3F1;
    background-image: url(assets/img/general-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
}

.related-blog {
    margin-top: -13rem;
}

.faq-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home .section-blog {
    margin-top: 0;
}


#faq-arcpro {
    padding-bottom: 64px;
}

.faq-cats {
    margin-bottom: 56px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 14px;
    box-shadow: 0 4px 12px #3E3E3E17;
}

.sw--faq--wrap {
    position: relative;
}

.sw--faq--wrap .sw-between .swiper-nav-next,
.sw--faq--wrap .sw-between .swiper-nav-prev {
    transform: none;
    top: clamp(3rem, 2vw, 3.5rem);
}

.swiper-nav-next,
.swiper-nav-prev {
    cursor: pointer;
}

.faq-cat {
    text-align: center;
    border-radius: 2rem;
    transition: 0.3s ease;
    padding: 1rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-cat:hover,
.faq-cat.active {
    background: var(--color3);
    color: #fff
}

.accordion-content {
    display: none;
}

.faqs-item {
    margin-bottom: 1.5rem;
    transition: 0.4s ease;
    position: relative;
    display: flex;
    gap: 1rem;
}

.faq-aq {
    background-color: #FFFFFF;
    border-radius: 1rem;
    width: 100%;
    border: 1px solid #E9EBF5;
    border-radius: 1.5rem;
    box-shadow: 0 4px 12px #3E3E3E17;
}

.faqs-item .faqs-answer {
    background: #FFFFFF;
    padding: 0 2rem 1.5rem 1.5rem;
}

.faqs-item .faqs-question {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    line-height: 40px;
    gap: 14px;
    padding: 1rem 1.5rem 1rem 1rem;
}

.faqs-item.active .faqs-question {
    padding-bottom: 1.5rem;
}

.faqs-item .faq-aq .faqs-question:after {
    content: "\e90f";
    font-family: 'icomoon';
    color: var(--color3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-left: auto;
    transition: 0.3s;
    width: 1.5rem;
    height: 1.5rem;
    max-width: 1.5rem;
    min-width: 1.5rem;
}

.faqs-item.active .faq-aq .faqs-question:after {
    transform: rotate(180deg);
}

.faqs-question p {
    color: var(--color2);
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 1.5rem;
    font-size: 16px;
    padding-bottom: 0;
    font-family: var(--bold_font);
}

.faqs-item .faq-num {
    display: none;
}

.faq-section .swiper-pagination {
    margin: 0;
    background-color: transparent;
}

@media screen and (min-width: 48em) {
    .faqs-item .faqs-question {
        padding: 1.5rem 2rem 1.5rem 1.5rem;

    }

    .faqs-item .faq-num {
        font-size: 20px;
        background: rgba(2, 74, 99, 0.1);
        border-radius: 6px;
        padding: 22px 12px 17px;
        width: 44px;
        height: 44px;
        justify-content: center;
        align-items: center;
        color: var(--color3);
    }

    .faqs-item.active .faq-num {
        background-color: var(--color3);
        color: #fff;
    }

    .faqs-question p {
        font-size: 18.5px;
        line-height: 34px;
        font-family: var(--bold_font);
        color: var(--color2);
    }

    .faq-cats:before {
        content: none;
    }

    .faq-cat {
        padding: 1rem 1.5rem;
    }
}

@media screen and (max-width: 576px) {

    .info-area {
        padding-left: 16px !important;
        padding: 32px 16px;
    }

    .image-faq {
        padding-top: 80px;
    }
}

/* --------------------
    TAB CSS
-------------------- */

.tab-content {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;

}

.tab-content.active {
    display: block !important;
}


@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.load-more.button {
    justify-content: center;
    min-width: 135px;
}

.search-area .search-box>h3 {
    background: var(--color1);
    border-radius: 32px;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 18px;
}

.red-title {
    background: var(--color3);
    color: #fff;
    line-height: 1;
    padding: 27px 0;
    border-radius: 8px;
    margin-bottom: 3rem;
    font-size: 20px;
}

/* --------------------
    Search Simple
-------------------- */
.header-searchsimple form {
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.4s;
    padding: 0 7px;
}

.header-searchsimple #search-text {
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    color: var(--color1);
    font-size: 16px;
    padding: 6px;
}

.search-results-box {
    position: absolute;
    background: #fff;
    z-index: 1;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    right: 0;
    left: 0;
    text-align: center;
}

.header-searchsimple {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 576px) {
    .header-searchsimple form {
        max-width: 407px;
        min-width: 407px;
    }
}

/* --------------------
    Search Popup
-------------------- */
.bottom-head-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.search-pup-up {
    position: fixed;
    top: 0;
    right: 0;
    background: #000000de;
    width: 100%;
    height: 100%;
    z-index: 1000;
    color: white;
    overflow: hidden;
    overflow-y: visible;
    padding-bottom: 50px;
    display: none;
}

.fd-outer {
    width: 30px;
    margin-top: 10px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 10;
}

.fd-inner {
    width: 30px;
    text-align: center;
}

.fd-inner:before,
.fd-inner:after {
    position: absolute;
    content: '';
    height: 2px;
    width: inherit;
    background: white;
    left: 0;
    transition: all .3s ease-in;
}

.fd-inner:after {
    bottom: 48%;
    transform: rotate(-45deg);
}

.fd-inner:before {
    top: 48%;
    transform: rotate(45deg);
}

.fd-outer label {
    font-size: .8em;
    line-height: 3em;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}

.fd-outer:hover .fd-inner:before,
.fd-outer:hover .fd-inner:after {
    transform: rotate(0);
    background: var(--color1);
}

.fd-outer:hover .fd-inner:before {
    top: 0;
}

.fd-outer:hover .fd-inner:after {
    bottom: 0;
}

.fd-outer:hover label {
    opacity: 1;
}

.form-wrap {
    padding-top: 140px;
}

.search-pup-up #search-text {
    width: 100%;
    text-align: center;
    border: none;
    background: none;
    color: white;
    font-size: 16px;
    padding-bottom: 10px;
}

.search-form:after {
    content: '';
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to left, transparent, var(--color3), transparent);
    display: block;
}

.search-title {
    font-size: 18px;
    padding: 20px 0 5px 0;
    display: block;
}

.search-pup-up .search-form {
    transform: scale(0);
    opacity: 0;
    transition-duration: .6s;
    transition-delay: .5s;
}

.search-pup-up.popup-search-active .search-form {
    transform: scale(1);
    opacity: 1;
}

.search-detail h3 a {
    display: block;
    margin-bottom: 10px;
}

.search-detail h3 a:before {
    font-family: icomoon;
    content: "\e905";
    color: var(--color1);
    margin-right: 8px;
}

.search-results-box .button {
    width: 100%;
}

/* --------------------
    END Search Popup
-------------------- */
@media screen and (max-width:768px) {
    .form-wrap {
        padding-top: 80px;
    }

    .fd-inner {
        width: 25px;
    }

    .fd-outer {
        width: 25px;
        top: 10px;
        left: 20px;
    }

    #category_item_page {
        margin-bottom: 64px;
    }
}

@media screen and (min-width:1200px) {
    .header-search>span {
        font-size: inherit;
    }
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.page-numbers {
    margin-bottom: 3rem;
    width: 100%;
}

.page-numbers li {
    margin: 0 6px;
}

.page-numbers li a,
.page-numbers li span {
    line-height: 1;
    width: 46px;
    height: 46px;
    font-size: 18px;
    color: var(--color3);
    transition: 0.4s ease;
    border-radius: 50%;
    background-color: #E6EDEF;
    backdrop-filter: blur(4px);
}

.page-numbers li .next.page-numbers,
.page-numbers li .prev.page-numbers {
    color: var(--color1);
    background: #EBEBEB;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}

.page-numbers li .next.page-numbers:hover,
.page-numbers li .prev.page-numbers:hover {
    background: var(--color3);
}

.page-numbers li .next.page-numbers .icon-arrow-right,
.page-numbers li .prev.page-numbers .icon-arrow-left {
    color: #000000;
    transition: 0.3s;
    font-size: 1rem;
}

.page-numbers li .next.page-numbers:hover .icon-arrow-right,
.page-numbers li .prev.page-numbers:hover .icon-arrow-left {
    color: #fff;
}

.page-numbers li span.current,
.page-numbers li a:hover {
    background: var(--color3);
    color: #fff;
}

.page-numbers li .next.page-numbers {
    padding-right: 1px;
    font-size: 16px;
}

/* sidebar */
.sidebar.sidebar-blog .widget-side:not(.widget_media_image) {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 2rem;
    overflow: hidden;
    backdrop-filter: blur(48px);
}

.widget-side:has(.wp-block-image),
.widget-side img {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.sidebar.sidebar-blog .widget-title {
    transition: .4s;
    margin: 15px;
    padding: 10px;
    position: relative;
}

.sidebar.sidebar-blog .widget-title h4 {
    color: #121212;
    font-size: 16px;
    font-weight: 400;
}

.sidebar.sidebar-blog .widget-title .caticon {
    right: 13px;
    top: 13px;
}

.sidebar.sidebar-blog .widget-title .caticon::before {
    color: #121212
}

.widget-side:not(.woocommerce-widget-layered-nav)>ul>li>a {
    padding: 15px 12px;
    display: block;
    position: relative;
}

.widget-side:not(.woocommerce-widget-layered-nav) ul.children>li>a:before {
    content: '';
    background-color: #997BB6;
    width: 3px;
    height: 12px;
    border-radius: 0 3px 3px 0;
    margin-right: 10px;
    display: inline-block;
}

.sidebar.sidebar-blog .widget-side>ul {
    padding: 0 18px;
    margin-top: -10px;
}

.widget-side:not(.woocommerce)>ul>li:not(:last-of-type) {
    border-bottom: 1px solid rgb(204 204 242 / 50%);
}

.cat-parent {
    position: relative;
}

.children .cat-item {
    border: none;
    padding: 5px 0;
}

.widget-side .children {
    padding-left: 13px;
    padding-bottom: 13px;
    font-size: 13px;
}

.caticon {
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 18px;
    color: #fff;
    font-size: 16px;
    transition: 0.4s ease;
    border-radius: 50%;
}

.caticon:before {
    content: "\e912";
    font-family: icomoon;
    transition: 0.3s;
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: var(--color3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.quickAccesses.active .caticon::before {
    content: "\e914";
}

.caticon.active::before {
    content: "\e914";
}

.children .caticon {
    top: 5px;
}

.widget_media_image {
    display: none;
    border-radius: 0;
    border: none;
    overflow: hidden;
}

.widget_media_image img {
    width: 100%;
}

.sidebar-blog::before {
    content: '';
    width: 130px;
    height: 6px;
    background-color: var(--color2);
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -6px;
    border-radius: 100px 100px 0 0;
    transition: all 0.25s ease;
}

.sidebar-blog .widget_categories .widget-title {
    display: flex;
}

#sidebar a {
    color: #252525;
}

#sidebar li.current-cat>a,
#sidebar a:hover {
    color: var(--color3);
}

#sidebar li.current-cat>a:before,
#sidebar a:hover:before {
    background: var(--color3);
}

.page-bg-image.text-center {
    padding: 0 15px;
    max-width: 86%;
    margin: auto;
}

.page-bg-image img {
    display: table;
    margin: auto;
}

.blog-post-content {
    padding: 0 9px 9px 9px;
    margin-top: 1.5rem;
    position: relative;
    z-index: 4;
}

.section-blog-dark .blog-post-content {
    background: linear-gradient(180deg, #575756 100%, rgba(87, 87, 86, 0.2) 108.7%);
}

.post-item-image::after {
    content: "";
    transition: .3s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    background: url(assets/img/ghorabi-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
}

.post-item-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2121216B;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    border-radius: 24px;
}

.post-item:hover .post-item-image::before {
    opacity: 1;
}

.post-item:hover .post-item-image::after {
    opacity: 1;
}

.post-item:hover .blog-post-content::before {
    width: 200px !important;
}

.sidebar-blog-banner img {
    border-radius: 32px;
    width: 100%;
}

.section-title.title-head-right::after {
    right: 100%;
}

.part-title .title-heading {
    font-size: 24px;
    margin-bottom: 8px;
}

.part-title .desc {
    font-size: 18px;
    color: #252525;
}

.part-title {
    margin-bottom: 1.5rem;

}

@media screen and (min-width: 768px) {
    .sidebar.sidebar-blog .widget-title {
        padding: 24px 10px;
    }

    .sidebar.sidebar-blog .widget-title .caticon {
        right: 13px;
        top: 19px;
    }

    .widget_media_image {
        display: block
    }

    #sidebar {
        position: unset;
        left: auto;
        overflow-y: unset;
        background: transparent;
    }

    #sidebar .sidebar-close {
        display: none;
    }
}

/* --------------------
    Modules Css
-------------------- */

.section-base {
    margin: 96px 0;
}

.single-service .section-base.section-testimonial {
    margin: 48px 0;
}

.section-base:last-child {
    padding: 0;
}

/* --------------------
    Start Edit
-------------------- */
.sidebar .widget_media_image {
    border-radius: 1.5rem;
    transition: 0.3s;
}

.sidebar .widget-side.widget_media_image img {
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 0.3s;
}

.sidebar .widget-side.widget_media_image:hover img {
    transform: scale(1.05);
    width: 100%;
    cursor: pointer;
}

.sidebar .widget-side.widget_media_image:hover {
    border-radius: 1.5rem;
}


.item-banner img {
    width: 100%;
    object-fit: cover;
    border-radius: 42px;
    transition: transform 0.3s ease;
}

.item-banner:hover img {
    transform: scale(1.05);
    width: 100%;
}

.item-banner {
    width: 100%;
    overflow: hidden;
    border-radius: 22px;
    display: block;
}

.swiper-pagination.swiper-pagination-lock {
    display: none;
}

.swiper-pagination {
    margin: -4rem 0 0;
    display: flex;
    justify-content: center;
    gap: 2px;
    background-color: white;
    padding: 0.7rem 1rem;
    border-radius: 32px;
}

.sw-navigation>div.swiper-button-disabled,
.sw-navigation>div.swiper-button-lock.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.sw-blog {
    margin-top: clamp(24px, 50vw, 32px);
}

.post-item {
    display: table;
    margin: auto;
    margin-bottom: 1.5rem;
}

.post-item h2 {
    min-height: 54px;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.post-item-image {
    position: relative;
    display: table;
    border-radius: 24px;
    margin: auto;
    overflow: hidden;
}

.post-item-image img {
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s;
    z-index: 2;
    position: relative;
}

.blog-categories .category-acc-item {
    position: absolute;
    z-index: 5;
    background-color: var(--color3);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    left: 16px;
    right: 16px;
    padding: 2rem 1.5rem 1rem;
    gap: 0.4rem;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.blog-categories .category-acc-item a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.blog-categories .category-acc-item a .icon-direction-left {
    font-size: 0.7rem;
}

.blog-categories .category-acc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-categories .category-acc.active i.icon-plus:before {
    content: "\e914";
}

.blog-categories .category-acc-title {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.blog-categories .blog-tax {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #fff;
    height: 80px;
    margin-top: -3rem;
    overflow: hidden;
    border-radius: 20px;
    padding: 0 1.5rem;
    box-shadow: 0px 4px 8px 0px rgba(83, 83, 189, 0.09);
}

.blog-categories .swiper-wrapper {
    align-items: center;
}

.blog-categories .sw--blog-cat-wrap {
    padding-left: 1.5rem;
    width: 100%;
}

.blog-categories .swiper-slide .blog-cat {
    background-color: transparent;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    height: 55px;
    /* padding: 0 1.5rem; */
}

.blog-categories .blog-cat:hover {
    background-color: var(--color3);
}

.blog-categories .blog-cat:hover span {
    color: #fff;
}

.blog-categories .blog-tax .blog-tax-title span {
    color: var(--color2);
    font-family: var(--bold_font);
    display: inline-block;
}

.blog-tax-title {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 4px;
    border-right: 2px solid #E0E3F1;
    padding-right: 2rem;
}

.blog-categories i.icon-header-tax-logo {
    background-color: #4A5272;
    min-width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    border-radius: 50%;
    font-size: 1rem;
    justify-content: center;
    color: #fff;
}

.post-item:hover .post-item-image::after {
    opacity: 1;
}

.post-item:hover .post-item-image::before {
    opacity: 1;
}

.post-item h2 a {
    color: var(--color3);
    font-size: 1.15rem;
    line-height: 1.7rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.post-item:hover h2 a {
    color: var(--color1);
}

.post-item:hover .post-item-date {
    background-color: var(--color3) !important;
    color: #fff !important;
    transition: 0.3s;
}

.post-item-date {
    background-color: rgba(2, 74, 99, 0.1);
    border-radius: 6px;
    padding: 6px;
    font-size: 13px;
    color: var(--color3);
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    line-height: 1;
}

.post-item .post-item-desc {
    color: #575756;
    font-size: 14px;
    line-height: 2;
    margin-top: 0.3rem;
    transition: 0.3s;
}

.post-item .readmore {
    display: inline-flex;
    align-items: center;
    color: var(--color3);
    font-size: 1rem;
    margin-top: 1rem;
    gap: 8px;
}

.post-item:hover .readmore {
    gap: 12px;
}

.post-item .readmore i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.sw-between.sw-between-align .swiper-nav-prev {
    right: 0;
}

.sw-between.sw-between-align .swiper-nav-next {
    left: 0;
}

.sw-between .swiper-nav-prev {
    left: -1rem;
}

.sw-between .swiper-nav-next {
    right: -1rem;
}

.sw-pagination {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 2rem;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.sw-pagination .swiper-nav-next:hover,
.sw-pagination .swiper-nav-prev:hover {
    background-color: var(--color3);
    color: #fff;
}

.sw-pagination .swiper-nav-next,
.sw-pagination .swiper-nav-prev {
    background-color: #fff;
    color: var(--color3);
    border-radius: 50%;
    border: 1px solid var(--color3);
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.6rem;
    min-height: 2.6rem;
}

.sw-between .swiper-nav-prev,
.sw-between .swiper-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.with_bg.with_bg_product {
    border-radius: 48px;
    padding: 3rem 0;
}

.swiper-product_container {
    max-width: 95%;
    margin: auto;
}

.product-top-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.product-item {
    transition: 0.4s ease;
    position: relative;
    display: table;
    margin: auto;
    background-color: #fff;
    backdrop-filter: blur(48px);
    padding: 1rem;
    border-radius: 2rem;
    box-shadow: 0 2px 9px rgb(0 0 0 / 10%);
}

.product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    max-width: 300px;
}

.product-image img {
    width: 100%;
}

.product-item .title {
    font-size: 1.1rem;
    color: #252525;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 1.3;
    min-height: 45px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(48px);
    padding-top: 1rem;
    border-radius: 1rem;
    margin-top: -2px;
}

.product-item:hover .title a {
    color: var(--color1);
}

.product-item .weight-attribute {
    color: var(--color1);
    font-size: 18px;
    margin-top: 8px;
    display: block;
    text-align: center;
}


/* section about */
.z-1 {
    z-index: 1;
}

.position-relative {
    position: relative !important;
}


/* section-content-image */

.image-about {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-about img {
    border-radius: 6px;
}



/* --------------------
    Responsive Mode
-------------------- */
@media screen and (min-width: 992px) {

    .section-base .faqs-content {
        padding-top: 32px;
    }

    .main-title.icon-title::before {
        height: 43px;
    }

    .section-title .desc {
        font-size: 16px;
    }

    .swiper-pagination.mt-48 {
        margin-top: 48px;
    }

    .row>.pl-lg-4 {
        padding-right: 1.5rem !important;
    }
}

@media screen and (max-width: 992px) {
    .content-page {
        margin-bottom: 32px;
    }

    .mt-8 {
        margin-top: 4rem;
    }

    .sidebar .cat-item ul.children .cat-item .caticon {
        font-size: 13px;
    }

    .entitle-heading {
        font-size: 1.1rem;
    }

    .title-heading {
        font-size: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .entitle-heading::before {
        left: -20%;
        outline: 4px solid rgba(231, 151, 72, 0.4);
    }

    #breadcrumbs {
        left: 0 !important;
    }

    .bg-background {
        padding: 55px 0;
    }
}

@media screen and (max-width: 576px) {

    .sw-between:not(.sw-heroBanner) .swiper-nav-prev,
    .sw-between:not(.sw-heroBanner) .swiper-nav-next {
        position: relative;
        inset: unset;
        transform: none;
    }

    .section-title.title-head-right::after {
        right: 0;
    }

    .sw-between:not(.sw-heroBanner) {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 2rem;
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .blog-categories .blog-tax {
        background-color: var(--color3);
    }

    .blog-categories .blog-tax span {
        color: #fff;
    }

    .blog-categories i.icon-header-tax-logo {
        color: var(--color3);
        background-color: #fff;
    }

    .blog-categories .icon-plus {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        color: var(--color3);
        background-color: #fff;
        border-radius: 50%;
    }

    .bg-background {
        padding: 85px 1rem;
    }

    .faq-cats {
        margin-bottom: 0;
    }

    .section-base {
        margin: 64px 0;
    }

    .single-service .section-base.section-testimonial {
        margin: 32px 0;
    }

    .site-main {
        margin-bottom: 64px
    }

    .mobile .product-top-btn {
        flex-direction: column;
        gap: 32px;
        margin-top: 24px;
    }
}

.section-bg-light {
    background: #FFFF url(assets/img/background-shadow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-bg-dark {
    background: var(--color3) url(assets/img/background-shadow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#breadcrumbs a {
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    display: inline-flex;
    align-items: center;
}

#breadcrumbs a:hover {
    color: var(--color2);
}

.breadcrumb_last {
    color: #fff;
}

#breadcrumbs span:first-child a::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 9px;
    outline: 4px solid rgba(255, 255, 255, 0.2);
}

#breadcrumbs {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scro;
    font-size: 14px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}

#breadcrumbs a {
    color: rgba(2, 74, 99, 0.5) !important;
    transition: 0.3s;
}

.error404 #breadcrumbs a,
.abs_breadcrumb#breadcrumbs a {
    color: rgba(255, 255, 255, 0.5) !important;
}

.error404 #breadcrumbs span:first-child a::after,
.abs_breadcrumb#breadcrumbs span:first-child a::after {
    background-color: #fff !important;
    outline: 4px solid rgba(255, 255, 255, 0.2) !important;
}

.error404 .breadcrumb_last,
.abs_breadcrumb .breadcrumb_last {
    color: #fff !important;
}

.breadcrumb_last {
    color: var(--color3) !important;
}

#breadcrumbs span:first-child a::after {
    background-color: var(--color3) !important;
    outline: 4px solid rgba(2, 74, 99, 0.2) !important;
}

#breadcrumbs a:hover {
    color: var(--color2) !important;
}

.page-template-template-faq .faq-section {
    margin-top: -2.5rem;
}

@media screen and (max-width: 576px) {
    .inner-page {
        background-size: unset;
    }

    .error-wrap b {
        margin-bottom: 0.5rem;
    }
}

.info-area {
    padding-left: 64px;
}

.sw-navigation {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    flex-direction: row-reverse;
}

.sw-navigation .swiper-nav-next,
.sw-navigation .swiper-nav-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background: #fff;
    color: var(--color2);
    border: 1px solid var(--color2);
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 2;
}

.sw-navigation .swiper-nav-next:hover,
.sw-navigation .swiper-nav-prev:hover {
    background: var(--color2);
    color: #fff;
}

.sw-navigation:has(.swiper-nav-next.swiper-button-lock, .swiper-nav-prev.swiper-button-lock) {
    display: none;
}

/* .sw-navigation .icon-direction-left,
.sw-navigation .icon-direction-right {
    color: var(--color3);
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
} */

.service-item .service-thumbnail {
    height: 100%;
    display: block;
}

.sw--service .swiper-wrapper {
    align-items: stretch;
}

.sw--service .swiper-wrapper .swiper-slide {
    height: auto;
}

.service-item {
    height: calc(100% - 1.5rem);
    position: relative;
    margin-bottom: 1.5rem;
}

.service-item img {
    border-radius: 1.5rem;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.service-item .service-item-info {
    position: absolute;
    bottom: 1rem;
    background-color: #fff;
    left: 1rem;
    right: 1rem;
    border-radius: 1rem;
}

.service-item .service-title {
    font-size: 1.4rem;
    line-height: 23px;
    color: #1D264F;
    display: flex;
    align-items: center;
    padding: 1rem;
    justify-content: space-between;
    transition: 0.3s;
}

.service-title::after {
    content: '\e918';
    font-family: 'icomoon';
    width: 40px;
    display: block;
    color: var(--color3);
    font-size: 15px;
    background-color: rgba(2, 74, 99, 0.1);
    border-radius: 50%;
    padding: 8px 8px 8px 8px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.service-item:hover .service-title,
.service-item:hover .service-title::after {
    color: var(--color1);
}

.blog-filter ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-bottom: 3px solid rgb(0 0 0 / 10%);
}

.blog-filter {
    display: table;
    margin: auto;
    margin-bottom: 2rem;
}

.blog-filter ul a {
    display: inline-block;
    padding: 5px 20px;
    position: relative;
}

.blog-filter ul a:after {
    content: "";
    height: 3px;
    width: 100%;
    background: var(--color3);
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -3px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: 0.3s;
}

.blog-filter ul a:hover:after,
.blog-filter ul a.active:after {
    height: 3px;
    opacity: 1;
    visibility: visible;
}

.blog-filter ul a:hover,
.blog-filter ul a.active {
    color: var(--color2)
}

@media screen and (max-width:1200px) {
    .service-item .service-title {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:768px) {
    .service-item .service-title {
        font-size: 1.33rem;
    }

    .service-title::after {
        font-size: 12px;
        width: 35px;
    }

    .service-item .service-title {
        padding: 0.5rem;
    }
}

.page-template-template-service .bg-background {
    height: 450px;
}

.service-categories {
    margin-top: -6rem;
}

.service-categories .sw--service-cat .swiper-wrapper {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-categories .sw--service-cat .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(83, 83, 189, 0.09);
    max-width: 188px;
    height: 175px;
    border-radius: 1.5rem;
    border: 1px solid #E9EBF5;
    flex-direction: column;
    gap: 1rem;
    transition: 0.3s;
}

.service-categories .sw--service-cat .swiper-slide a:hover {
    border: 1px solid var(--color1);
}

/* .service-categories .sw-navigation .icon-direction-left,
.service-categories .sw-navigation .icon-direction-right {
    width: 39px;
    height: 39px;
    border: 1px solid var(--color3);
    transition: 0.3s;
} */
/* 
.service-categories .sw-navigation .icon-direction-left:hover,
.service-categories .sw-navigation .icon-direction-right:hover {
    background-color: var(--color3);
    color: #fff;
} */

/* .section-service-arc .post-service {
    margin-bottom: 20px;
}
 */
.section-service-arc .page-numbers {
    margin-top: 28px;
}

.cta-banner-btn {
    width: 100%;
    object-fit: cover;
    border-radius: 32px;
    transition: transform 0.3s ease;
}

.cta-banner-btn img {
    width: 100%;
    object-fit: cover;
    border-radius: 32px;
    transition: transform 0.3s ease;
}

.cta-banner-btn:hover img {
    transform: scale(1.05);
    width: 100%;
}

@media screen and (max-width: 576px) {

    .page-template-template-service .bg-background {
        height: 600px;
    }

    .service-categories {
        margin-top: -4rem;
    }

    .section-service-arc .service-item .service-item-info {
        right: 1rem;
    }

}


/* arc video and image style start here */
.cart-arc-video .video-thumbnail img,
.cart-arc-image .image-thumbnail img {
    border-radius: 1.25rem;
    width: 100%;
}

.cart-arc-image .image-thumbnail img {
    min-height: 240px;
}

.cart-arc-video .video-thumbnail img {
    min-height: 270px;
}

.cart-arc-video .video-thumbnail::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1.25rem;
    top: 0;
    background-color: rgba(2, 74, 99, 0.29);
    z-index: 1;
}

.cart-arc-video .video-thumbnail::after {
    content: "\e92b";
    font-family: 'icomoon';
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    color: #fff;
    border: 3px solid #fff;
}

.cart-arc-video .video-item,
.cart-arc-image .image-item {
    margin-bottom: 2.5rem;
}

.cart-arc-video .video-title,
.cart-arc-image .image-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
    transition: 0.3s;
    color: var(--color3);
}

.cart-arc-video a:hover,
.cart-arc-image a:hover {
    color: var(--color1);
}

.sidebar-video,
.sidebar-image {
    padding: 0.5rem;
    border: 1px solid rgba(233, 235, 245, 1);
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.sidebar-video .widget-title,
.sidebar-image .widget-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: var(--color3);
    color: #fff;
    height: 68px;
    border-radius: 0.75rem;
    padding: 1.125rem 1rem;
}

.sidebar-video .widget-title i,
.sidebar-image .widget-title i {
    background-color: rgba(255, 255, 255, 0.24);
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.sidebar-video .cat-item,
.sidebar-image .cat-item {
    margin-top: 10px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px;
}

.sidebar-video .cat-item:first-child,
.sidebar-image .cat-item:first-child {
    margin-top: 1.5rem;
}

.sidebar-video .cat-item:last-child,
.sidebar-image .cat-item:last-child {
    border-bottom: none;
    padding-bottom: 1rem;
}

.sidebar-video .cat-parent .caticon:before,
.sidebar-image .cat-parent .caticon:before {
    content: "\e90f";
    position: absolute;
    top: 0;
    bottom: auto;
    transform: translateY(-50%) rotate(0deg);
    font-size: 0.75rem;
    transition: transform 0.3s ease, content 0.3s ease;
    color: var(--color2);
}

.sidebar-video .cat-parent.active .caticon:before,
.sidebar-image .cat-parent.active .caticon:before {
    transform: translateY(-50%) rotate(180deg);
    color: #002DF6;
}

.sidebar-video .cat-item ul.children li.cat-item,
.sidebar-image .cat-item ul.children li.cat-item {
    padding-left: 0.875rem;
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-video .cat-parent .cat-title a,
.sidebar-image .cat-parent .cat-title a {
    color: var(--color2);
    transition: 0.3s;
}

.sidebar-video .cat-parent.active .cat-title a,
.sidebar-image .cat-parent.active .cat-title a {
    color: #002DF6;
}

.page-template-template-video #more-tax-desc,
.page-template-template-image #more-tax-desc,
.tax-image_cat #more-tax-desc,
.tax-video_cat #more-tax-desc {
    border: 1px solid #E9EBF5;
    border-radius: 1.5rem;
    padding: 2rem;
}

.page-template-template-video #more-tax-desc h4,
.page-template-template-image #more-tax-desc h4,
.tax-image_cat #more-tax-desc h4,
.tax-video_cat #more-tax-desc h4 {
    margin-bottom: 1.5rem;
    font-size: clamp(1.5rem, 2vw, 1.75rem);
    line-height: 1.5;
    color: var(--color2);
}

@media screen and (min-width:992px) {

    .sidebar-video .widget_categories>ul,
    .sidebar-image .widget_categories>ul {
        padding: 0 10px;
    }
}

@media screen and (max-width:991.99px) {
    .widget_media_image img {
        display: table;
        margin: auto;
        width: revert-layer;
    }

    .sidebar-video .widget-title,
    .sidebar-image .widget-title {
        justify-content: flex-start;
        position: relative;
    }

    .sidebar-video .caticon:before,
    .sidebar-image .caticon:before {
        content: "\e90f";
        position: absolute;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%) rotate(0deg);
        font-size: 0.875rem;
        transition: transform 0.3s ease, content 0.3s ease;
        color: #fff;
        background-color: transparent;
    }

    .sidebar-video .caticon.active:before,
    .sidebar-image .caticon.active:before {
        transform: translateY(-50%) rotate(180deg);
    }

    .cart-arc-video .video-item,
    .cart-arc-image .video-item {
        margin-bottom: 1.5rem;
    }
}

.image-item .two-slide {
    position: relative;
    width: 100%;
    max-height: 409px;
    overflow: hidden;
    direction: rtl;
    border-radius: 16px;
    border: 1px solid rgba(233, 235, 245, 1);
}

.image-item .two-slide .resize {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    z-index: 1;
}

.image-item .two-slide img {
    max-width: none;
    object-fit: cover;
    /*height: 100%;*/
    width: 100%;
    display: block;
    pointer-events: none;
}

.image-item .handle {
    cursor: ew-resize;
    z-index: 3;
    position: absolute;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 100%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    gap: 4px;
    border: 1px solid var(--color3);
    transition: color 0.4s ease;
}

.image-item .handle::before {
    content: '';
    background-color: #024A63;
    width: 2px;
    height: 185px;
    bottom: 35px;
    position: absolute;
}

.image-item .handle::after {
    content: '';
    background-color: #024A63;
    width: 2px;
    height: 185px;
    top: 35px;
    position: absolute;
}