/* 
* Theme Name: Generatepress Child
* Template: generatepress

*/
@import "theme.css";

/*================================
    Global Stylings
==================================*/
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Variable.woff2') format('woff2'),
        url('fonts/Satoshi-Variable.woff') format('woff'),
        url('fonts/Satoshi-Variable.ttf') format('truetype');
    font-weight: 300 900;
    font-display: swap;
    font-style: normal;
}



/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
    font-family: 'Satoshi-Italic';
    src: url('fonts/Satoshi-VariableItalic.woff2') format('woff2'),
        url('fonts/Satoshi-VariableItalic.woff') format('woff'),
        url('fonts/Satoshi-VariableItalic.ttf') format('truetype');
    font-weight: 300 900;
    font-display: swap;
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
.cm-satoshi-fonts {
    font-family: 'Satoshi';
}

.site.grid-container.container {
    max-width: 100%;
    width: 100%;
}

.one-container .site-content {
    padding: 0px;
}

#primary-menu ul li a {
    font-family: 'Satoshi';
    font-weight: 400;

}

nav#mobile-menu-control-wrapper {
    background: transparent;
}

body {
    background: radial-gradient(141.42% 141.42% at 100% 0%, rgba(19, 37, 236, 0.03) 0%, rgba(19, 37, 236, 0) 50%),
        radial-gradient(141.42% 141.42% at 0% 0%, rgba(19, 37, 236, 0.05) 0%, rgba(19, 37, 236, 0) 50%);
    background-color: #FCFCFF;
}

*,
:after,
:before {
    box-sizing: border-box;
}
li#menu-item-6959 a {
    pointer-events: none;
}
li#menu-item-1255 a {
    font-size: 18px !important;
    font-weight: 600;
}

/*================================
   Global elements
==================================*/
/* ========================================
   Base Button Style
======================================== */
body .cm-btn {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 12px 24px;
    border-radius: 40px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

body .cm-btn.p-0 {
    padding: 0;
}

/* ========================================
   Primary Button
======================================== */
body .primary-button {
    background: var(--primary-main);
    color: var(--white);
    border-color: var(--primary-main);
}

/* ========================================
   Primary White Button
======================================== */
body .primary-button-white {
    background: var(--white);
    color: var(--primary-main);
    border-color: var(--primary-main);
}

/* ========================================
   Secondary Buttons
======================================== */
body .secondary-button {
    background: transparent;
    color: var(--primary-main);
    border-color: var(--primary-main);
}

/* ========================================
   Secondary White Button
======================================== */
body .secondary-button-white {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
}

/* ========================================
   Hovered Button
======================================== */
body .primary-button:hover,
body .primary-button-white:hover,
body .secondary-button-white:hover,
body .secondary-button:hover {
    background: var(--primary-dark);
    color: var(--white);
    border-color: var(--primary-dark);
}


/* Icon Blue Box1- 44px */

div.cm-icon-bluebox1 {
    background: var(--primary-lightest-2);
    border-radius: 12px;
    padding: 12px;
}

div.cm-icon-bluebox1:hover {
    background: var(--primary-lightest-2);
}

div.cm-icon-bluebox1 svg {
    font-size: 44px;
}

/* Icon Blue Box2- 24px */

div.cm-icon-bluebox2 {
    background: var(--primary-lightest-2);
    border-radius: 12px;
    padding: 12px;
}

div.cm-icon-bluebox2:hover {
    background: var(--primary-lightest-2);
}

div.cm-icon-bluebox2 svg {
    font-size: 24px;
}

/*  Icon White Box */
div.cm-icon-whitebox {
    background: var(--white);
    border-radius: 8px;
    padding: 12px;
}

div.cm-icon-whitebox:hover {
    background: var(--white);
}

div.cm-icon-whitebox svg {
    font-size: 24px;
}

body .gb-shape svg[fill="none"] {
    fill: none;
}

.main-navigation .main-nav ul li a {
    line-height: 100%;
}

.one-container .container {
    background-color: transparent;
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
    margin-top: 0px;
}

.cm-text-gradient {
    background: linear-gradient(230.56deg, var(--primary-main) 13.21%, var(--white) 91.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.cm-border-radisus-16 img {
    border-radius: 16px;
}

.cm-border-radisus-8 img {
    border-radius: 8px;
}

.cm-body-14 {
    font-size: 14px;
}

/* Custom Cards */

.cm-card {
    padding: 24px;
    border-radius: 16px;
}

/* .cm-card svg {
    box-sizing: content-box;
    padding: 12px;
    border-radius: 8px;
} */

/* Variants */
.cm-card-blue {
    background: var(--primary-lightest-2);
}

.cm-card-blue svg {
    box-sizing: content-box;
    padding: 12px;
    border-radius: 8px;
    background: var(--white);
}

.cm-err-color svg {
    background: #FFDDDD;
}

span.gb-shape.cm-err-color {
    border-radius: 8px;
}

/* .cm-card-blue h4,
.cm-card-white h4 {
    margin-top: 24px;
} */

/* .cm-card-blue h6,
p {
    margin-top: 8px;
} */

.cm-card-white {
    background: var(--white);
    border: 1px solid #C3C6D780;
}

.cm-card-white svg,
.cm-card-transparent svg {
    background: var(--primary-lightest-2);
    box-sizing: content-box;
    padding: 12px;
    border-radius: 8px;
}

.cm-card-transparent {
    background: transparent;
}

.cm-card-chip {
    background: #ffffff;
    backdrop-filter: blur(40px);
    text-align: center;
    vertical-align: middle;
    padding: 6px 12px;
    border: 1px solid #005CED1A;
    border-radius: 50px;
}

a.chip-btn {
    margin-top: 16px;
    background: transparent;
    border: none;
    text-decoration: none;
    text-align: left;
    color: var(--primary-main);
    display: flex;
    gap: 6px;
}

a.chip-btn:hover {
    color: var(--primary);
}

a.chip-btn svg {
    background: transparent !important;
    padding: 0px;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0px;
}

.gb-text.cm-card-chip {
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--primary-main);
    text-wrap: wrap;
    text-align: left;
}

.cm-card-chip svg {
    background: transparent !important;

}

a.cm-card-chip {
    text-decoration: none;
    background: transparent;
}

a.cm-card-chip:hover {
    background: var(--primary-lightest-1);
}

a.cm-card-chip-wt-bg {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: var(--white) !important;
}

a.cm-card-chip-wt-bg:hover {
    background: #ffffff26 !important;
}

.btn-txt-sm {
    font-size: 14px;
}

.cm-border-none {
    border: 0px solid transparent !important;
}

.cm-card-no-style svg {
    background: transparent !important;
    padding: 0px !important;
}

/*================================
    Hero Section
==================================*/

.cm-hero-section {
    background: radial-gradient(141.42% 141.42% at 100% 0%, rgba(19, 37, 236, 0.03) 0%, rgba(19, 37, 236, 0) 50%),
        radial-gradient(141.42% 141.42% at 0% 0%, rgba(19, 37, 236, 0.05) 0%, rgba(19, 37, 236, 0) 50%);
    height: 100vh;
}

/*================================
    Custom tabs section
==================================*/
.tabs-header {
    position: relative;
}

.tab-buttons {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.tab-buttons::-webkit-scrollbar {
    display: none;
}

/* Navigation Buttons */
.tabs-nav {
    position: absolute;
    top: 0;
    border: none;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    height: calc(100% - 1px);
    padding: 8px;
    background-color: #ffffff;
    color: var(--black);
}

.tabs-nav.prev {
    left: 0;
    border-right: 1px solid var(--secondary-lighter);
}

.tabs-nav.next {
    right: 0;
    border-left: 1px solid var(--secondary-lighter);
}

.tabs-nav:hover,
.tabs-nav:focus,
.tabs-nav:focus-within {
    background-color: #ffffff;
    color: var(--primary-main);
}

.menu-toggle {
    padding: 0 0px 0 20px;
}

/* Hide all content by default */
.tab-content {
    display: none;
    animation: fadeIn 0.4s ease;
}

/* Show the active content */
.tab-content.active {
    display: block;
}

span.tab-button {
    flex-shrink: 0;
    padding: 16px;
    border-bottom: 1px solid var(--secondary-lighter);
    transition: all .45s cubic-bezier(.77, 0, .18, 1);
    cursor: pointer;
    font-size: 16px;
}

/* Active button style (Triveni Blue) */
.tab-button.active {
    color: var(--primary-main);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-button:hover,
.tab-button.active {
    color: var(--primary-main);
    border-color: var(--primary-main);
}

.technology-tabs span.tab-button {
    border-bottom: 0px solid transparent;
}

.technology-tabs .tab-button.active {
    color: var(--white);
    background: var(--primary-main);
    border-radius: 40px;
    padding: 8px 24px;
}

.technology-tabs span.tab-button {
    color: var(--secondary-main);
    background: var(--primary-lightest-2);
    border-radius: 40px;
    padding: 8px 24px;
}

.technology-tabs .tab-content.active {
    display: grid;
}

.technology-tabs .tab-content {
    display: none;
}

/*================================
    Homepage Smart Solutions
==================================*/
a[class*="cm-swiper-button"] {
    aspect-ratio: 1 / 1;
    padding: 16px;
}


/*================================
    Homepage FAQs
==================================*/

.cm-faqs h3 button:hover {
    background: transparent;
    color: var(--primary);
}

.cm-faqs .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}

.cm-faqs button:focus {
    background: transparent;
    color: var(--primary);
}

.cm-faqs .is-open {
    background: #F2F7FE;
}

.wp-block-accordion-item {
    padding: 16px;
    border-radius: 16px;
}

.faq-wt-bg .wp-block-accordion-item {
    background: var(--white);
    margin-bottom: 24px;
}

.faq-blue-bg .wp-block-accordion-item .wp-block-accordion-item.is-open {
    background: var(--primary-lightest-2);
    margin-bottom: 24px;
}

.wp-block-accordion-heading__toggle {
    padding: 0px;
}

.wp-block-accordion-panel {
    margin-top: 8px;
}

span.wp-block-accordion-heading__toggle-title {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0%;
    line-height: 125%;
    margin-bottom: 0px;
}

/*================================
    Custom CPT
==================================*/

/* .cm-blog-cpt figure.wp-block-post-featured-image img {
    border-radius: 12px;
} */
.cm-blog-feature-img {
    border-radius: 16px;
    margin-bottom: 24px;
}
.taxonomy-category.wp-block-post-terms a {
    text-decoration: none;
}

.cm-blog-cpt .taxonomy-category.wp-block-post-terms::before {
    content: '•';
    color: var(--secondary-light);
    margin: 0px 4px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.service-card {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    background: var(--white);
    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-title {
    font-size: 20px;
    margin: 15px 0 10px;
}

.service-excerpt {
    font-size: 14px;
    color: #666;
}

.service-button {
    display: inline-block;
    margin-top: 10px;
    color: var(--primary-main);
}

a.wp-block-post-excerpt__more-link {
    text-decoration: none;
    margin-top: 16px;
}

.wp-block-post-excerpt__more-link::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9629 0.31C10.9122 0.187825 10.8151 0.0907374 10.6929 0.04C10.6328 0.0143795 10.5682 0.000789994 10.5029 0H0.502899C0.370291 0 0.243114 0.0526785 0.149346 0.146447C0.0555777 0.240215 0.00289917 0.367392 0.00289917 0.5C0.00289917 0.632608 0.0555777 0.759785 0.149346 0.853553C0.243114 0.947321 0.370291 1 0.502899 1H9.2979L0.147899 10.145C0.101035 10.1915 0.0638379 10.2468 0.0384536 10.3077C0.0130692 10.3686 0 10.434 0 10.5C0 10.566 0.0130692 10.6314 0.0384536 10.6923C0.0638379 10.7532 0.101035 10.8085 0.147899 10.855C0.194381 10.9019 0.249681 10.9391 0.310611 10.9644C0.37154 10.9898 0.436893 11.0029 0.502899 11.0029C0.568905 11.0029 0.634258 10.9898 0.695188 10.9644C0.756117 10.9391 0.811418 10.9019 0.857899 10.855L10.0029 1.705V10.5C10.0029 10.6326 10.0556 10.7598 10.1493 10.8536C10.2431 10.9473 10.3703 11 10.5029 11C10.6355 11 10.7627 10.9473 10.8565 10.8536C10.9502 10.7598 11.0029 10.6326 11.0029 10.5V0.5C11.0021 0.434661 10.9885 0.370111 10.9629 0.31Z' fill='%23005CED'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.case_study h5 a,
a.wp-block-post-excerpt__more-link {
    color: var(--primary-main);
}

.case_study h5 a:hover,
a.wp-block-post-excerpt__more-link:hover {
    color: var(--primary);
}

/* 
.cm-solution-cpt .gb-loop-item {
    background: var(--primary-lightest-2);
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 0px 0px 24px;
    border-radius: 16px;
    overflow: hidden;
}

.cm-solution-cpt .gb-loop-item h3 a {
    text-decoration: none;
} */

/*================================
   Breadcrumb
==================================*/
nav.breadcrumbs {
    display: flex;
    gap: 8px;
    padding: 8px 20px;
    background: var(--white);
    border-radius: 100px;
    align-items: center;
}

.breadcrumbs a {
    text-decoration: none;
    color: var(--primary-main);
}



nav.breadcrumbs svg {
    align-items: center;
}

@media screen and (max-width: 768px) {


    nav.breadcrumbs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}


/*================================
   Service Common Css
==================================*/
.whatwedo,
.businessvalue {
    background: var(--white);
}

.typicalsolutions,
.idealclients {
    background: var(--lightest-3);
}

.services-archive-full,
.services-archive-full .entry-content,
.services-archive-full .gb-container {
    width: 100%;
    max-width: 100%;
}


body .typicalsolutions .gb-shape svg[fill="none"] {
    max-height: 200px;
    object-fit: contain;
}

body .typicalsolutions .gb-shape {
    max-height: 200px;
    width: fit-content;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

body .typicalsolutions .gb-shape svg {
    max-height: 200px;
    max-width: 100%;
    height: auto;
    width: 100%;
}

/* .cm-service-svg svg {
    position: absolute;
    bottom: 0;
    right: 0;
} */

.cm-team-bio {
    background: var(--white);
    padding: 16px;
    border-radius: 8px;
    gap: 4px;
    margin-top: -30%;
    min-height: 100px;
}

.cm-team-bio h6 {
    color: var(--primary-main);
}

.cm-team-bio p {
    font-size: 12px;
}

.svg-bg-white svg,
.svg-bg-white {
    background: transparent !important;
}

.svg-p-0 svg,
.svg-p-0 {
    padding: 0px;
}

.p-0 {
    padding: 0px;
}

/*================================
   About Us Page
==================================*/

.cm-leaders h5 {
    color: var(--primary-main);
    margin-top: 16px;
}

.cm-leaders h5 {
    margin-top: 4px;
}

.cm-leaders p {
    margin-top: 8px;
}

/*================================
   Typical Solutions
==================================*/
#typicalsolutions span svg {
    /* width: 100%;
    height: auto;
    display: block; */
}

/* Reden page youtube video */

.wp-block-embed,
.wp-block-embed__wrapper,
.wp-block-embed iframe {
    width: 100%;
}

.wp-block-embed iframe {
    min-height: auto;
    display: block;
    border-radius: 24px;
}

/* Remove CPT Feature Image From Single CPT Page*/

.single-solution .featured-image.page-header-image-single,
.single-case_study .featured-image.page-header-image-single,
.single-post .featured-image.page-header-image-single,
.single-post .entry-meta,
.single-post .entry-header {
    display: none;
}

/* Case Study  */

.cm-problem-solution .cm-card-white {
    box-shadow: 0px 20px 50px -12px rgba(0, 0, 0, 0.1);

}


/* Blog Post */
.cm-blog-taxonomy {
    padding: 8px 16px;
    background: #fff;
    border-radius: 50px;
}

.cm-blog-taxonomy.wp-block-post-date::before,
.cm-related-blog.wp-block-post-date::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;

    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99805 0.666656V3.33332M9.33138 0.666656V3.33332' stroke='%23005CED' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.99935 2H11.3327C12.0686 2 12.666 2.59745 12.666 3.33333V12.6667C12.666 13.4026 12.0686 14 11.3327 14H1.99935C1.26346 14 0.666016 13.4026 0.666016 12.6667V3.33333C0.666016 2.59745 1.26346 2 1.99935 2V2' stroke='%23005CED' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.666016 6H12.666' stroke='%23005CED' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");


    background-repeat: no-repeat;
    background-size: contain;
}

.cm-blog-taxonomy.wp-block-post-time-to-read::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.666016 7.33332C0.666016 11.0128 3.65325 14 7.33268 14C11.0121 14 13.9993 11.0128 13.9993 7.33332C13.9993 3.65389 11.0121 0.666656 7.33268 0.666656C3.65325 0.666656 0.666016 3.65389 0.666016 7.33332V7.33332' stroke='%23005CED' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.33398 3.33334V7.33334L10.0007 8.66668' stroke='%23005CED' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.single-post .taxonomy-category.wp-block-post-terms::before {
    content: "";
}

.cm-blog-feature-img, .cm-blog-feature-img img {
    border-radius: 16px;
    margin-bottom: 24px;
}

/* Blog and pagination design */
.blog-wrapper {
    width: 100%;
}

.blog-filters {
    gap: 12px;
    margin: 0 0 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
}

.blog-layout {
    display: flex;
    gap: 30px;
}

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

.blog-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-image {
    display: inline-block;
    line-height: 0;
    width: 100%;
}

.blog-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.blog-layout .grid-container {
    padding: 64px 24px;
    max-width: var(--gb-container-width);
}

.blog-layout .left-content {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.blog-layout .right-sidebar {
    width: 70%
}

.left-content>div>* {
    margin-bottom: 12px;
}

.blog-meta {
    display: flex;
    gap: 12px;
}

.related-blog-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.related-blog-image img {
    width: 96px;
    height: 64px;
    object-fit: cover;
    border-radius: 12px;
}

.related-blog-content {
    flex: 1;
}

.related-blog-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.read-more {
    color: var(--primary-main)
}

.taxonomy-category.wp-block-post-terms::before {
    content: "•";
    color: var(--secondary-light);
    margin: 0px 4px;
}

.latest-blog-section {
    background-color: var(--lightest-3);
}

.latest-blog-section .grid-container {
    padding: 64px 24px;
}

.latest-blog-card {
    display: flex;
    gap: 48px;
    align-items: center;
}

.latest-img {
    flex: 0 0 45%;
    display: inline-block;
    line-height: 0;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.latest-img:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.latest-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.latest-meta {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    color: var(--contrast-3);
}

.latest-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.pagination ul {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
}

.pagination a,
.pagination span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    text-decoration: none;
}

.pagination .current {
    background: #0b5cff;
    color: #fff;
    border-color: #0b5cff;
}

@media(max-width:1199px) {
    .blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:991px) {

    .blog-grid,
    .blog-filters {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-footer .inside-site-info {
        padding: 64px 24px 16px 24px;
    }

    .site-footer .footer-widgets .widget {
        margin-bottom: 0px;
    }
}

@media(max-width:767px) {
    .latest-blog-card .latest-img {
        width: 100%;
    }

    .latest-blog-card {
        flex-direction: column;
        gap: 24px;
    }

    .blog-grid,
    .blog-filters {
        grid-template-columns: 1fr;
    }

    a[class*="cm-swiper-button"] {
        padding: 8px;
    }
	.site-footer .footer-bar, .site-footer.footer-bar-align-center .footer-bar {
    padding-top: 24px;
}
}

.breadcrumbs_bkg {
    align-items: center;
    background-blend-mode: normal, normal;
    display: flex;
    justify-content: center;
    margin-top: 0;
    position: relative;
    text-align: center;
    padding: 80px 24px;
    flex-direction: column;
    gap: 16px;
    overflow: visible;
    background-image:
        url('/wp-content/uploads/2026/04/Background-Blur-Orange.svg'),
        url('/wp-content/uploads/2026/04/Background-Blur-Blue.svg');
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    min-height: 36vh;
}

/* blog social icon */
.custom-social-share {
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-social-share .social-icon {
    width: 40px;
    height: 40px;
    border: 1px solid var(--secondary-lighter);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-lighter);
    text-decoration: none;
    transition: 0.3s ease;
}

.custom-social-share .social-icon svg {
    width: 20px;
    height: 20px;
}

/* blog contact form */
.consultation-form-container {
    max-width: 100%;
}

.consultation-form-container h5 {
    margin-bottom: 16px;
}

.consultation-form-container h5 span {
    color: var(--primary-main);
}

.consultation-form-container .form-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}

.consultation-form-container label:has(input[aria-required="true"]) span:first-child:after {
    display: none
}

.consultation-form-container .form-container label {
    display: block;
    margin-bottom: 10px;
}

/* .consultation-form-container input {
    height: 40px;
} */

.consultation-form-container textarea {
    height: 80px;
    resize: none;
}

.consultation-form-container .submit-btn {
    margin-top: 30px;
}

/* Single post -- START */
.single-post pre.wp-block-code {
    background: rgba(34, 34, 34, 1);
    border-radius: 16px;
}

.single-post pre.wp-block-code code {
    font-size: 14px;
    color: var(--white);
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
    line-height: 22.75px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.cm-body-14.cm-related-blog.wp-block-post-date,
.cm-blog-taxonomy.cm-body-14.wp-block-post-date,
.cm-blog-taxonomy.cm-body-14.wp-block-post-time-to-read {
    display: flex;
    align-items: center;
}

/* Single post -- END */


/* TOC -- START */

.toc ul {
    list-style: none;
    margin: 0;
    padding-left: 12px;
}

.toc>ul {
    padding-left: 0;
}

.toc li {
    margin: 8px 0;
}

.toc a {
    text-decoration: none;
    color: #222;
    font-size: 14px;
}

.toc a.active {
    color: #0d6efd;
    font-weight: 600;
}

.toc a:hover,
.toc a.active {
    color: #0d6efd !important;
}
/* General Forms */
.cm-span2{
	grid-column:span 2;
}
.cm-full-width-field{
	width:100%;
}



/* TOC -- END */
/* 21-05 -26 */
.home-development-cycle  svg {
    width: 24px !important;
    height: 24px !important;
}
.client-slider{
border-top: 1px solid #E2E8F0;
border-bottom: 1px solid #E2E8F0;
}

.cm-blog-taxonomy {
	justify-content:center;
}


@media (max-width: 1280px) {
  .main-navigation #primary-menu .menu-item > a {
    padding: 28px 4px;
    font-size: 14px;
  }

  .header-widget .gb-text-d7e1caa7 {
    padding: 12px;
    font-size: 14px;
  }

}

.policy-page a , .cm-blog-content a {
	color:var(--primary-main);
}

/* .cm-blog-content a:hover{
	text-decoration:underline;
} */


.list-space ul:not(:last-child) {
	margin-bottom:0
}

	



@media (min-width:1025px) and (max-width: 1280px) {
	.stat-number{
		font-size: 70px !important;
	}
	
	.counter-section .stat-label{
		 font-size: 12px;
	}
}


@media (min-width:481px) and (max-width: 767px) {
	.typical-solution {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
}
}