/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.3.5.1758721224
Updated: 2025-09-24 13:40:24
*/
/*Common*/
.breadcrumb_home {
	display: inline;
	height: 12px;
}
#search-drawer .drawer-inner,
.popup-drawer .drawer-overlay {
	height: 10%!important;
}
#search-drawer .drawer-inner .drawer-header {
	z-index: 0;
}
#search-drawer .drawer-inner input.search-field {
	border: 0!important;
}
#search-drawer .drawer-inner input.search-field:focus {
	box-shadow: none
}
/* Sticky secondary navigation */
.secondary-nav {
  position: sticky !important;
  top: 0px;
}
/* Keep your existing highlight style */
.secondary-nav p:hover a, 
.secondary-nav p.active a {
  font-weight: 700;
  color: var(--global-palette2);
  transition: all 0.3s ease;
}
#scroll-progress {
  left: 0;
  height: 4px;
  background: var(--global-palette2);
  width: 0%;
  z-index: 999;
  transition: width 0.25s ease-out;
  margin-bottom: -4px;
	margin-top: 15px;
}
/*Home Page*/
.kt-testimonial-item-wrap.testimonial-valign-middle {
	display: contents!important
}
#our-services .wp-block-kadence-infobox ,
#solutions .wp-block-kadence-infobox {
  transition: height 0.3s ease;
  display: block;
}
#our-services .kt-blocks-info-box-link-wrap,
#solutions .kt-blocks-info-box-link-wrap {
	background: var(--global-palette9) url(/wp-content/uploads/2025/10/card_pattern.svg) no-repeat right bottom!important;
	height: 100%!important;
}
#our-services .kt-blocks-info-box-link-wrap:hover,
#solutions .kt-blocks-info-box-link-wrap:hover {
	background: var(--global-palette7) url(/wp-content/uploads/2025/10/card_pattern.svg) no-repeat right bottom!important;
}
.post-thumbnail-inner img {
	border-radius: 8px;
}
.kt-blocks-accordion-header.kt-accordion-panel-active {
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.loop-entry .entry-header .entry-title {
	height: 105px;
}

/*Blog Page*/
.ultp-block-wrapper .slick-prev {
    left: 25px!important;
}
.ultp-block-wrapper .slick-next {
    right: 25px!important;
}
.ultp-filter-select {
	width: 30%;
}
.kb-gallery-id-442_55a30c-b8.kb-gallery-ul.kb-gallery-type-fluidcarousel .kt-blocks-carousel figure .kb-gal-image-radius img {
	height: auto!important;
}

.scroller {
  max-width: 100%;
}
span.highlight {
  color: var(--maroon);
  font-weight: 700
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 20s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.forminator-button-submit {
	font-size: 16px!important;
    border-radius: 4px!important;
    padding: 10px 32px 10px 32px!important;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0)!important;
    width: 100%!important;
}
.forminator-label {
    display: none!important;
}
@media only screen and (max-width: 1024px) {
	.gslider-flexi-content-669ea792.gslider-flexi-content-wrapper.outside {
		padding: 0 10px;
	}
	.swiper-button-next {
		right: 0px;
	}
	.swiper-button-prev {
		left: 0px;
	}	
	
}

@media only screen and (max-width: 767px) {
	#our-services .wp-block-kadence-infobox, #solutions .wp-block-kadence-infobox {
		display: block;
	}
	.gslider-flexi-content-e864209c.gslider-flexi-content-wrapper {
		padding: 0!important;
	}	
}
