.section-padding-container {
    padding-left: calc((100vw - 1200px) / 2)
}

.button-hover-scale .elementor-button:hover .elementor-button-icon svg {
    fill: none !important;
}

.box-testimonial-scroll {
    display: block !important;
    max-height: 1050px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.box-testimonial-scroll::-webkit-scrollbar {
    height: 10px;
}

.box-testimonial-scroll::-webkit-scrollbar-track {
    background: #C3C4C580;
    border-radius: 10px;
}

.box-testimonial-scroll::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

.box-testimonial-scroll {
    scrollbar-color: #fff #C3C4C580;
    scrollbar-width: thin;
}

.elementor-widget-theme-post-featured-image a {
    display: block !important;
}

.elementor-heading-title a {
    text-decoration: none;
}

.blog-item {
    transition: all .5s ease;
}

.blog-item:hover {
    border: 1px solid #CACACA !important;
    background: #FAFAFA;
}

.blog-carousel .elementor-loop-container.elementor-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 30px;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

.blog-carousel.elementor-grid-2 .elementor.e-loop-item {
    flex: 0 0 auto;
    width: 48%;
}

.blog-carousel.elementor-grid-3 .elementor.e-loop-item {
    flex: 0 0 auto;
    width: 31.6666%;
}

.blog-carousel .elementor-loop-container.elementor-grid::-webkit-scrollbar {
    height: 10px;
}

.blog-carousel .elementor-loop-container.elementor-grid::-webkit-scrollbar-track {
    background: #C3C4C580;
    border-radius: 10px;
}

.blog-carousel .elementor-loop-container.elementor-grid::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

.blog-carousel .elementor-loop-container.elementor-grid {
    scrollbar-color: #fff #C3C4C580;
    scrollbar-width: thin;
}

.e-loop-item .see-all-blogs {
    display: none;
}

.e-loop-item:last-child .blog-item-content {
    display: none;
}

.media-blog-loop .e-loop-item:last-child .blog-item-content {
    display: flex;
}

.e-loop-item:last-child .see-all-blogs {
    display: flex;
    padding-top: 120px;
}

.e-loop-item:last-child .blog-item:hover {
    border: 1px solid #CACACA00 !important;
    background: transparent;
}

.media-blog-loop .e-loop-item:last-child .blog-item:hover {
    border: 1px solid #CACACA !important;
    background: #FAFAFA;
}

.button-book-demo .elementor-button-icon {
    width: 42px;
    height: 42px;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.sub-title-tag .elementor-icon-box-content {
    display: flex;
    align-items: center;
}

.elementor-icon-box-title {
	margin-top: 0 !important;
}

.ss-testimonial .elementor-widget-testimonial {
    border-radius: 24px;
    border: 2.5px solid #FAFAFA;
    background: linear-gradient(104deg, rgba(250, 250, 250, 0.50) 0%, rgba(250, 250, 250, 0.00) 28.85%);
    display: flex;
    padding: 32px 52px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.ss-powering .elementor-widget-icon-box {
    height: 100%;
}

.form-contact label {
    color: #575757;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 146.523%;
    padding-bottom: 4px;
    width: 100%;
    padding-bottom: 0;
}

.form-contact br {
    display: none;
}

.form-contact .cf7-col p {
    margin-bottom: 0;
}

/* Container for rows */
.cf7-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

/* Columns for each input field */
.cf7-col {
    flex: 1;
    margin-right: 40px;
}

.cf7-col:last-child {
    margin-right: 0;
}

/* Style for input fields and textarea */
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    width: 100%;
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #C3C4C5;
    color: #575757;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.523%;
    height: 37px;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7-response-output {
    margin: 0 !important;
    font-size: 14px;
}

.submitting span.wpcf7-spinner {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

/* Style for the submit button */
.wpcf7 input[type="submit"] {
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    height: 37px;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #0F1A2B;
    box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0.03);
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 146.523%;
    margin-top: 36px;
}
.wpcf7 input[type="submit"]:hover {
    opacity: 0.7;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    min-height: 300px;
}

.icon-center .elementor-icon-box-content, .icon-center .elementor-icon-box-icon {
    display: flex !important;
    align-items: center;
}
.elementor-widget-theme-post-title h3 a:hover {
    opacity: 0.7;
}

.text-title a {
    font-weight: 400;
}

.wpcf7 select option {
    font-weight: bold;
}

.tab-features.active {
    border-color: #575757 !important;
    border-width: 0px 0px 1.5px 0px !important;
}

.tab-features.active .elementor-heading-title {
    font-weight: 600 !important;
}

.tab-features-content:not(.active) {
    display: none;
}

.tab-features .elementor-heading-title {
    cursor: pointer;
}

.media-blog-loop .page-numbers {
    display: block;
    width: 30px;
    height: 30px;
    background: #CACACA80;
    border-radius: 50%;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 30px;
    text-align: center;
    text-decoration: none !important;
}

.media-blog-loop .page-numbers.current {
    background: #0F1A2B;
}

.media-blog-loop .elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.media-blog-loop .page-numbers.prev,
.media-blog-loop .page-numbers.next {
    text-indent: -9999px;
}

.media-blog-loop .page-numbers.prev {
    background-image: url(/wp-content/uploads/2025/07/page-link-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.media-blog-loop .page-numbers.next {
    background-image: url(/wp-content/uploads/2025/07/page-link-next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.blog-filter-cat .select-field-form-wrap .select-field-styled {
    position: static;
}

.form-case-study .cf7-col label {
    margin-bottom: 18px;
}

.form-case-study .wpcf7 input[type="submit"] {
    margin-top: 30px;
}

.form-case-study p {
    margin-bottom: 0;
}

form.wpcf7-form.invalid .wpcf7-spinner {
    display: none;
}

.form-case-study .wpcf7-response-output {
    margin-top: 10px !important;
    font-size: 12px;
}

.e-loop-item:last-child .blog-item.keep-reading:hover {
    border: 1px solid #CACACA !important;
    background: #FAFAFA;
}

.header-post-detail .elementor-post-info__terms-list-item {
    display: flex !important;
    height: 24px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #CACACA;
    background: #FAFAFA;
    box-shadow: 0 15px 26px 0 rgba(0, 0, 0, 0.03);
}

.blockquote-detail {
    border-radius: 24px;
    border: 2.5px solid #FAFAFA;
    background: linear-gradient(104deg, rgba(250, 250, 250, 0.50) 0%, rgba(250, 250, 250, 0.00) 28.85%);
}

.text-white .elementor-icon-box-title a {
    color: #FFFFFF;
}

#blog-filter button.filter-button {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    padding: 11px 28px 11px 28px;
    background: #FAFAFA;
    color: #575757;
    border-color: #FAFAFA;
}

#blog-filter button.filter-button.active {
    border-color: #000;
    background: #000;
    color: #fff;
}

#blog-filter .category-filters {
    display: flex;
    gap: 20px;
    margin-bottom: 45px;
}

#blog-filter #ajax-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding-bottom: 45px;
    position: relative;
}

#blog-filter #ajax-posts .blog-card a {
    display: block;
    text-decoration: none;
}

#blog-filter #ajax-posts .blog-card img {
    width: 100%;
    height: 284px;
    border-radius: 24px;
    object-fit: cover;
}

#blog-filter .blog-card .post-meta {
    padding: 24px;
}

#blog-filter #ajax-posts .blog-card .post-meta .category {
    padding: 3px 16px 3px 16px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CACACA;
    border-radius: 24px 24px 24px 24px;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: #575757;
    text-decoration: none;
}

#blog-filter #ajax-posts .blog-card .post-meta h3 {
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    line-height: 120%;
    color: var(--e-global-color-secondary);
    margin: 20px 0;
}

#blog-filter #ajax-posts .blog-card .post-meta .date {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    color: #575757;
    margin: 0;
}

#blog-filter #ajax-posts .blog-card {
    border: 1px solid transparent;
    background: transparent;
    border-radius: 24px;
    overflow: hidden;
    transition: all .3s ease;
}


#blog-filter #ajax-posts .blog-card:hover {
    border: 1px solid #CACACA;
    background: #FAFAFA;
}

#blog-filter .pagination-controls, #blog-filter .pagination-controls .pagination-nav, #blog-filter .pagination-controls #pagination {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

#blog-filter .pagination-controls .pagination {
    margin: 0;
    gap: 5px;
}

#blog-filter .pagination-controls button {
    width: 30px;
    height: 30px;
    background: #CACACA80;
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    border: none;
    padding: 0;
    margin: 0;
    color: #575757;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blog-filter .pagination-controls button img {
    width: 18px;
    height: 18px;
}

#blog-filter .pagination-controls button.disabled {
    opacity: 0.4;
    pointer-events: none;
}

#blog-filter .pagination-controls button.current {
    background: #0F1A2B;
    color: #ffffff;
}

#blog-filter .select-field-form-wrap .select-field-styled {
    position: static;
}

#blog-filter .loading {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

#blog-filter .loading img {
    width: 50px;
}

.gtranslate_wrapper .gt_float_switcher {
    box-shadow: none;
}

.gtranslate_wrapper .gt_float_switcher img {
    display: none;
}

.gtranslate_wrapper .gt_float_switcher img {
    display: none;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code,
.gt_float_switcher .gt_options a {
    position: relative;
    top: 2px;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #575757 !important;
    background: transparent !important;
}

.gtranslate_wrapper .gt_float_switcher .gt_options {
    position: absolute;
    right: -10px;
    overflow: hidden;
    background: linear-gradient(92.04deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(92.03deg, rgba(255, 255, 255, 0.6) -0.35%, rgba(255, 255, 255, 0.6) 100%);
    box-shadow: 0px 4px 20px 0px #0000001A;
    padding: 15px;
}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    transform: rotate(0deg) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(0deg) !important;
}

.form-contact span.wpcf7-spinner {
    display: none;
}

.category-case-study .page-header {
    display: none;
}

.menu-tpi-footer {
    width: 100%;
}

.menu-portal a {
    color: #575757;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 146.523%;
}

div#gt_float_wrapper {
    display: flex;
}

.hide-desktop {
   display: none;
}
@media (min-width: 1025px) {
	.macth-height-title .elementor-icon-box-title {
		min-height: 95px;
	}
	
	#blog-filter .category-select-filters {
	    display: none;
	}
	
	.hfe-nav-menu li.menu-item.hidden-desktop {
        display: none !important;
    }
}

@media (max-width: 1300px) {
    .section-padding-container {
        padding-left: 15px;
    }
}

@media (max-width: 1024px) {
    .button-book-demo .elementor-button-icon {
        width: 18px;
        height: 18px;
    }

    .button-book-demo .elementor-button-content-wrapper {
        align-items: center;
    }
    
    .tab-features.active {
        border-color: #0F1A2B !important;
        border-width: 1px 1px 1px 1px !important;
        background: #0F1A2B !important;
    }
    
    .tab-features .elementor-heading-title {
        font-weight: 500 !important;
    }
    
    .tab-features.active .elementor-heading-title {
        color: #fff !important;
        font-weight: 500 !important;
    }
    
    #blog-filter #ajax-posts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    #blog-filter .category-filters {
        display: none; 
    }
    
    #blog-filter .category-select-filters {
	    margin-bottom: 30px;
	}
	
	#blog-filter #ajax-posts .blog-card {
        border: 1px solid transparent !important;
        border-radius: 0;
	}
	
	#blog-filter .blog-card .post-meta {
        padding: 24px 0 0 0;
    }
    
    .gtranslate_wrapper {
        padding: 10px 0 10px 25px;
    }
    
    .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code, .gt_float_switcher .gt_options a {
        font-size: 14px;
    }
    
    .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
        height: 8px;
        width: 8px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        top: 3px;
    }
    
    .btn-contact-mobile .elementor-button {
        font-size: 12px !important;
        padding: 6px 25px !important;
    }
    
    .gtranslate_wrapper .gt_float_switcher .gt_options {
        position: static;
        padding: 0;
        background: transparent;
        border: none;
        box-shadow: none;
    }
    
    .gt_float_switcher .gt_options a {
        padding: 5px 0 0 0 !important;
    }
}

@media (max-width: 992px) {
    .cf7-row {
        flex-direction: column;
    }
    
    .form-contact .cf7-col {
        margin: 0;
        margin-bottom: 18px;
    }
    
    .cf7-col:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .ss-hero-product-gizo-mobile {
        background-image: none !important;
    }
    
    .blog-filter-cat .select-field-hidden {
        display: none !important;  
    }
    
    .header-post-detail .elementor-post-info__terms-list-item {
        font-size: 10px;
    }
    
    #blog-filter #ajax-posts {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
.hide-desktop {
   display: block;
}
}