/* ===================================================================================

* Theme Name: Tekz Child
* Theme URI: https://themexriver.com/wp/tekz
* Author: ThemeXriver
* Author URI: https://themeforest.net/user/themexriver
* Description: IT Solutions & Services WordPress Theme
* Version: 1.0.0
* Template: tekz
* Text Domain: tekz-child
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
* Tested up to: 6.6
* Requires PHP: 7.4

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of tekz updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
/* about */
body.page-id-23 .tz-breadcrumb-sec.position-relative.tx-breadcrumb {
	background-image: url(https://tixytech.com/wp-content/uploads/2025/07/anallytic-scaled.jpg) !important;
}
/* career */
body.page-id-44 .tz-breadcrumb-sec.position-relative.tx-breadcrumb {
	background-image: url(https://tixytech.com/wp-content/uploads/2025/07/career-scaled.jpg) !important;
}
/* contact */
body.page-id-37 .tz-breadcrumb-sec.position-relative.tx-breadcrumb {
	background-image: url(https://tixytech.com/wp-content/uploads/2025/08/contact-btn.jpg) !important;
}
/* services */
body.page-id-25 .tz-breadcrumb-sec.position-relative.tx-breadcrumb {
	background-image: url(https://tixytech.com/wp-content/uploads/2025/07/quality-scaled.jpg) !important;
}
/* products */
body.page-id-33 .tz-breadcrumb-sec.position-relative.tx-breadcrumb {
	background-image: url(https://tixytech.com/wp-content/uploads/2025/07/medisimvr.jpg) !important;
}
.hidden-sidebar {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.logo-row .js-marquee {
	display: flex;
	align-items: center;
}
.logo-row .tz-sponsor-item:is(.ver_3) {
	background-color: #fff;
	padding: 10px;
}
.logo-row .js-marquee img {
	object-fit: contain;
	height: 80px;
}
.hidden-sidebar > div {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
#main-nav > li.current-menu-item a,
#main-nav > li.current-menu-parent a
{
	color: #043c83;
}
body.page-id-37 .wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	background: #46b450;
	color: white;
}
#main-nav > li.current-menu-item .dropdown-menu li a,
#main-nav > li.current-menu-parent .dropdown-menu li a{
	color: white;
}
#main-nav > li.current-menu-item .dropdown-menu li a:hover,
#main-nav > li.current-menu-parent .dropdown-menu li a:hover{
	color: #043c83;
}
#main-nav > li.current-menu-item .dropdown-menu li.current-menu-item a,
#main-nav > li.current-menu-parent .dropdown-menu li.current-menu-item a{
	color: #043c83;
}
#main-nav li ul li a {
	color: white !important;
}
#main-nav li ul li a:hover,
#main-nav li ul li.current-menu-item a
{
	color: #579ffb !important;
}
.hidden-sidebar i {
	position: relative;
	top: 6px;
	color: rgb(4, 104, 248);
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
	line-height: 23px;
}
.tz-header-section:is(.header_style_three) .tz-header-navigation-wrap {
	background-color: white;
}
div .tz-hero3-sec {
	padding-top: 100px;
}
div .tz-hero3-cate-content {
	top: 113px;
	padding: 10px 35px 13px 5px;
}
div .tz-cta3-content::before { 	
background: linear-gradient(180deg, rgba(195, 175, 255, 0) 34.03%, #043c83 100%); 
}
.tz-footer-widget .cta-widget .cta-info .info-icon {
	color: #7af6fd;
}
.tz-footer-widget .menu-widget li a i {
	color: #7af6fd;
}
.bg-ct .tz-cnt-form-sec {
	background-position: left center;
}
div .tz-hero3-text .hero-slug {
	color: white;
}
.tz-footer-widget .tz-recent-post .item-text .read_more {
	color: #7af6fd;
}
#home .tz-hero3-cate-content li a {
	gap: 10px;
	padding: 1px 10px 1px 3px;
}
/* Contact Form 7 Styling within .career-page only */
.career-page .wpcf7-form {
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Segoe UI', sans-serif;
}

.career-page .wpcf7-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #333;
	display: flex;
	flex-direction: column;
}

.career-page .wpcf7-form input[type="text"],
.career-page .wpcf7-form input[type="email"],
.career-page .wpcf7-form input[type="tel"],
.career-page .wpcf7-form input[type="file"],
.career-page .wpcf7-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  transition: border-color 0.3s;
}

.career-page .wpcf7-form input[type="text"]:focus,
.career-page .wpcf7-form input[type="email"]:focus,
.career-page .wpcf7-form input[type="tel"]:focus,
.career-page .wpcf7-form input[type="file"]:focus,
.career-page .wpcf7-form textarea:focus {
  border-color: #0073aa;
  outline: none;
}
/* .services-template ul.bread-crumb li:nth-child(2) {
	display: none;
} */
.career-page .wpcf7-form input[type="file"] {
  padding: 8px;
  background-color: #f9f9f9;
}

.career-page .wpcf7-form input[type="submit"] {
	background-color: rgb(4, 60, 131);
	color: #fff;
	padding: 12px 25px;
	font-size: 16px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.3s;
	width: 100%;
}

.fusefy .tx-description {
	padding-top: 8px !important;
}

.career-page .wpcf7-form input[type="submit"]:hover {
	background-color: rgb(41, 112, 202);
}
div .product-section .tx-title.sec_title {
	font-size: 20px;
	color: #043c83;
}
/* .postid-2784 .tz-breadcrumb-sec.position-relative.tx-breadcrumb {
	background-image: url(https://tixy.newlineinfo.in/wp-content/uploads/2025/07/istockphoto-1204743098-2048x2048-1.jpg) !important;
} */
}
.contact-page-lets-build .subtitle,
.home-page-ask-question .subtitle{
	color: #4c9bff;
}
.contact-page-lets-build .headline h2,
.home-page-ask-question .headline h2{
	color: white;
}
.contact-page-lets-build .tz-section-title .subtitle{
	color: #4c9bff;
}
.home-page-ask-question .tz-section-title .subtitle {
	color: #05091a;
}
/* .page-id-23 .tz-mobile-btn-trigger {
	position: relative;
	left: -94px;
} */
.about-build .tz-ser-feat-img-wrap img {
	width: 100% !important;
	max-width: 100% !important;
}
.about-build .tz-ser-feat-img-wrap .item-img{
	overflow: hidden;
	
}
@media only screen and (max-width: 350px){
	..download-item .fas.fa-file-export {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.tz-hero3-cate-content li a .item-text {
	font-size: 15px;
}
}
@media screen and (min-width: 767px){
	.fusefy .elementor-container.elementor-column-gap-default > div:last-child {
	border-left: 1px solid #eaeaea;
}
}

.tz-header-section:is(.header_style_three) .tz-mobile-btn-trigger span {
	background-color: #111;
}
/* 
.tz-mobile-btn-trigger {
  display: inline-block;
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  border: none;
  background: none;
}

.tz-mobile-btn-trigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.tz-mobile-btn-trigger span:nth-child(1) {
  top: 0;
}

.tz-mobile-btn-trigger span:nth-child(2) {
  top: 10px;
}

.tz-mobile-btn-trigger span:nth-child(3) {
  top: 20px;
}
 */