/* GENERAL CSS */
* {
    box-sizing: border-box;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

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

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-relative {
    position: relative !important;
}

.active {
    display: block !important;
}

.m-auto {
    margin: auto !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.wp-element-button {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.cursor-pointer {
    cursor: pointer;
}

.filter-color-white {
    filter: brightness(0) invert(1);
}

ul,
ol,
ul>li,
ol>li {
    list-style: none;
    padding: 0;
}

/*
ul>li,
ol>li {
    position: relative;
    padding-left: 20px;
} */

/* ul>li:before {
    content: "•";
    font-size: 32px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
} */

/* ----------------------------------------------------------------------------- */
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 40px !important;
}

.owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    background: var(--wp--preset--color--placeholder-text);
    border-radius: 50%;
}

.owl-carousel button.owl-dot.active {
    background: var(--wp--preset--color--primary);
}

main.wp-block-group .owl-carousel .owl-nav button>span {
    display: none !important;
}

main.wp-block-group .owl-carousel .owl-nav button {
    content: "";
    width: 32px;
    height: 32px;
    border-width: 0 2px 2px 0 !important;
    transition: transform 0.5s ease;
    border: solid var(--wp--preset--color--secondary-text);
}

main.wp-block-group .owl-carousel .owl-nav .owl-next {
    transform: rotate(-45deg);
}

main.wp-block-group .owl-carousel .owl-nav .owl-prev {
    transform: rotate(135deg);
}

/* GENERAL CSS */
/* body {
    overflow-x: hidden;
} */

.grecaptcha-badge {
    display: none !important;
}

:where(figure) {
    margin: 0 !important;
}

.wp-block-cover,
.wp-block-cover-image {
    padding: 0 clamp(10px, 4vw, 80px);
}

main .wp-block-group .wp-block-separator {
    width: 100px;
    margin-left: 0;
}

main.wp-block-group .breadcrumbs-wrapper {
    z-index: 9;
}

main.wp-block-group .breadcrumbs-wrapper .yoast-breadcrumbs {
    padding-top: 12px;
    padding-bottom: 10px;
    display: none;
}

main.wp-block-group .wp-block-post-template-is-layout-grid>.wp-block-post {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

main.wp-block-group .wp-block-post-template-is-layout-grid>.wp-block-post>.wp-block-group {
    width: 100%;
    height: 100%;
}

header .header-wrapper .mega-content .wp-block-list,
footer .wp-block-group .wp-block-columns .wp-block-column .wp-block-list {
    list-style: none;
    padding-left: 0;
    line-height: 2.3;
}

header .header-wrapper .navigation-wrapper .navigation {
    cursor: pointer;
}


header .header-wrapper .header-main-container.mobile-header {
    padding-bottom: 0px !important;
}



header .header-wrapper .navigation-wrapper.desktop-menu {
    display: none;
}

header .header-wrapper .navigation-wrapper.mobile-menu {
    overflow: scroll hidden;
}

header .header-wrapper .navigation-wrapper.mobile-menu .navigation {
    gap: 20px;
    display: flex;
    margin-right: 0;
    text-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 15px 15px;
    border-top: 1px solid var(--wp--preset--color--dark-grey);
}

header .header-wrapper .navigation-wrapper .navigation .mega-link {
    position: relative;
}

header .header-wrapper .navigation-wrapper .navigation .mega-link.active {
    color: var(--wp--preset--color--primary);
}

header .header-wrapper .navigation-wrapper .mega-link.active::before {
    content: '';
    left: -5px;
    width: calc(100% + 10px);
    display: block;
    position: absolute;
    bottom: -100%;
    border-bottom: 5px solid var(--wp--preset--color--primary);
}

header .header-wrapper .navigation-wrapper.mobile-menu .mega-link.active::before {
    bottom: calc(-100% - -9px);
}

header .header-wrapper .mega-content-wrapper {
    left: 0;
    opacity: 1;
    width: 100%;
    z-index: 99;
    display: block;
    position: absolute;
    visibility: visible;
    margin: 0 !important;
    border-top: 1px solid #eeeeee;
    transition: ease-in-out 0.3s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

header .header-wrapper .technologies-main-container .technology-item-list {
    max-width: 310px;
}


/* HOMEPAGE */
main .wp-block-group .our-offerings .gutena-tabs-tab {
    flex-direction: column;
}

main .wp-block-group .our-offerings .gutena-tabs-block .gutena-tabs-tab {
    white-space: wrap;
    min-width: 310px;
}

main .wp-block-group .our-offerings .gutena-tabs-block .gutena-tabs-tab .wp-block-gutena-tab.gutena-tab-block {
    padding: var(--wp--preset--spacing--regular);
    border: 1px solid var(--wp--preset--color--secondary);
}

main .wp-block-group .our-offerings .gutena-tabs-tab .gutena-tab-title {
    text-align: left;
}

/* main.wp-block-group .case-study-section .case_study .case-study-logo img{
    width: 100%;
    max-width: 50px;
    border-radius: var(--wp--custom--border-radius--medium);
} */

main.wp-block-group .wp-block-post-excerpt__more-text,
main.wp-block-group .wp-block-post-excerpt__more-text {
    margin-top: var(--wp--preset--spacing--regular);
}

main.wp-block-group .wp-block-post-excerpt__more-link {
    text-transform: uppercase;
    position: relative;
    color: var(--wp--preset--color--primary);
    font-size: var(--wp--preset--font-size--medium);
    font-weight: var(--wp--custom--font-weight--semi-bold);
}

main.wp-block-group .wp-block-post-excerpt__more-link::after {
    content: "\f345";
    font-family: dashicons;
    line-height: 1;
    font-weight: var(--wp--custom--font-weight--regular);
    font-style: normal;
    text-transform: none;
    text-rendering: auto;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 51%;
    transform: translate(0%, -50%);
}

main.wp-block-group .our-solutions-section .tech_solution {
    display: flex;
}

main .wp-block-group .how-it-works--item--content {
    padding-left: 40px;
    margin-left: 30px !important;
    border-left: 2px solid var(--wp--preset--color--dark-grey);
}

main .wp-block-group.our-tech-stack .our-tech-stack--tabs>ul>li {
    margin-bottom: 20px;
}

main .recent-blogs-insignts .wp-block-latest-posts__post-title h4 {
    margin-top: 0px;
}

main .recent-blogs-insignts .wp-block-latest-posts__list.wp-block-latest-posts--item {
    background: var(--wp--preset--color--grey);
    border: 2px solid var(--wp--preset--color--dark-grey);
}

main .recent-blogs-insignts .wp-block-latest-posts__list.wp-block-latest-posts-inner {
    padding: 20px 20px;
    background: var(--wp--preset--color--grey);
}

main .most-faqs-section .faqs--question-item summary {
    padding: 20px;
    background: var(--wp--preset--color--white);
    border: 2px solid var(--wp--preset--color--dark-grey);
    display: flex;
    line-height: 1;
    align-items: center;
    position: relative;
}

main .most-faqs-section .faqs--question-item summary::before {
    content: "\f347";
    font-family: dashicons;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-rendering: auto;
    font-size: 20px;
    text-align: center;
    color: var(--wp--preset--color--secondary-text);
    position: absolute;
    right: 20px;
    transition: transform 0.5s;
}

main .most-faqs-section .faqs--question-item[open] summary::before {
    transform: rotate(180deg);
}

main .most-faqs-section .faqs--question-item .faqs--answer-item {
    padding: 20px 20px;
    background: var(--wp--preset--color--white);
    border: 2px solid var(--wp--preset--color--dark-grey);
    border-top: none;
}










/* Service Parent Page */
/* main.wp-block-group .hero-wrapper-container {
    margin-top: -52px;
} */


main.wp-block-group .hero-wrapper-container :where(.wp-element-button:hover, .wp-block-button__link:hover),
main.wp-block-group .hero-wrapper-container :where(.wp-element-button:focus, .wp-block-button__link:focus) {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--body);
}

main.wp-block-group .hero-wrapper-container .clients-slider .wp-block-image {
    display: flex;
    justify-content: center;
    max-width: 165px;
}

main.wp-block-group .hero-wrapper-container .clients-slider .wp-block-image img {
    filter: brightness(0) invert(1);
}

main.wp-block-group .choose-us-wrapper .wp-block-media-text>.wp-block-media-text__content {
    padding: 0;
}

main.wp-block-group .core-expertise-main-wrapper .service .wp-block-post-excerpt__more-link {
    color: var(--wp--preset--color--placeholder-text);
    font-weight: var(--wp--custom--font-weight--medium);
}

main.wp-block-group .core-expertise-main-wrapper .service:nth-of-type(3n+2) {
    border-left: 1px solid var(--wp--preset--color--dark-grey);
    border-right: 1px solid var(--wp--preset--color--dark-grey);
}

main.wp-block-group .core-expertise-main-wrapper .service:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid var(--wp--preset--color--dark-grey);
}

main.wp-block-group .portfolio-wrapper .portfolio {
    position: relative;
    overflow: hidden;
}

main.wp-block-group .portfolio-wrapper .portfolio img {
    transition: transform 0.3s ease-in-out;
}

main.wp-block-group .portfolio-wrapper .portfolio:hover img {
    transform: scale(1.08);
}

main.wp-block-group .portfolio-wrapper .portfolio-item--content {
    position: absolute;
    bottom: 0;
}

main.wp-block-group .portfolio-wrapper .portfolio-item--content h3>a,
main.wp-block-group .portfolio-wrapper .portfolio-item--content h4>a {
    width: 100%;
    padding: var(--wp--preset--spacing--regular);
    color: var(--wp--preset--color--white);
    background: rgba(0, 0, 0, 0.4);
}

main.wp-block-group .portfolio-wrapper .portfolio-item--content h3>a::before,
main.wp-block-group .portfolio-wrapper .portfolio-item--content h4>a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-width: 0 2px 2px 0 !important;
    transform: translateY(-50%) rotate(-45deg);
    border: solid var(--wp--preset--color--white);

}

main.wp-block-group .clients-gallery-items>figure,
.clients-gallery-items>figure>img {
    filter: grayscale(1);
}

main.wp-block-group .clients-gallery-items>figure:hover,
.clients-gallery-items>figure>img:hover {
    filter: grayscale(0);
}

main.wp-block-group .why-magento-wrapper>.wp-block-group {
    position: relative;
    max-width: fit-content;
    margin: 0 auto;
}

main.wp-block-group .why-magento-slider p:nth-of-type(1) {
    width: 50px;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-wrap: nowrap;
    border-bottom: 2px solid var(--wp--preset--color--dark-grey);
}

main.wp-block-group .why-magento-slider.owl-carousel,
main.wp-block-group .why-magento-slider.owl-carousel .owl-stage-outer {
    position: unset;
}

main.wp-block-group .why-magento-slider.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 20px;
}

main.wp-block-group .core-expertise-main-wrapper .core-expertise-grid-container>ul,
main.wp-block-group .service-solutions .service-solutions-grid-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}


main.wp-block-group .faqs-wrapper .schema-faq-section {
    margin-bottom: 20px;
    border: 1px solid var(--wp--preset--color--dark-grey);
}

main.wp-block-group .faqs-wrapper .schema-faq-question {
    cursor: pointer;
    display: block;
    padding: 15px 30px 15px 15px;
    position: relative;
}

main.wp-block-group .faqs-wrapper .schema-faq-question,
main.wp-block-group .faqs-wrapper .schema-faq-question strong {
    font-weight: var(--wp--custom--font-weight--light);
}

main.wp-block-group .faqs-wrapper .schema-faq-question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border: solid var(--wp--preset--color--secondary-text);
    border-width: 0 2px 2px 0;
    transition: transform 0.5s ease;
}

/* Arrow rotated up when active */
main.wp-block-group .faqs-wrapper .schema-faq-question.arrow-up {
    background: var(--wp--preset--color--grey);
}

/* Arrow rotated up when active */
main.wp-block-group .faqs-wrapper .schema-faq-question.arrow-up::after {
    transform: translateY(-50%) rotate(225deg);
    /* Arrow up */
}

main.wp-block-group .faqs-wrapper .schema-faq-answer {
    display: none;
    margin: 0;
    padding: 15px;
    background: var(--wp--preset--color--white);
    border-top: 1px solid var(--wp--preset--color--grey);
}

main.wp-block-group .pagination-wrapper .pagination-main-container {
    gap: 20px;
}

main.wp-block-group .pagination-wrapper .pagination-main-container .page-numbers-container {
    display: flex;
    gap: 20px;
}

main.wp-block-group .pagination-wrapper .pagination-main-container .page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--wp--preset--color--dark-grey);
}

main.wp-block-group .pagination-wrapper .pagination-main-container .page-numbers.current {
    background: var(--wp--preset--color--dark-grey);
}

main.wp-block-group .pagination-wrapper .pagination-main-container .page-numbers.dots {
    border: none;
}

main.wp-block-group .pagination-wrapper .pagination-main-container .page-arrow>span {
    display: none !important;
}

main.wp-block-group .hero-specialities .hero-specialities-item {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-radius: var(--wp--custom--border-radius--medium);
    min-width: 200px;
}

main.wp-block-group .seo-content-wrapper .location-name {
    padding: 7px 15px 7px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: var(--wp--preset--color--dark-grey);
    color: var(--wp--preset--color--body);
    border-radius: var(--wp--custom--border-radius--full);
}

main.wp-block-group .seo-content-wrapper .location-name .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
}


main.wp-block-group .seo-content-wrapper .location-name:hover {
    background: var(--wp--preset--color--secondary);
}