/**
 * Theme Name: hanotek Child
 * Description: Child theme for the hanotek
 * Author: LineThemes
 * Template: hanotek
 */

.bgDark{
	background-color: #0c2291 !important;
}
fieldset.fieldset-cf7mls.cf7mls_current_fs {
    display: flex;
	min-width:100%;
	justify-content: space-between;
}
fieldset.fieldset-cf7mls.cf7mls_current_fs .form-steps {
    width: 70%;
}
fieldset.fieldset-cf7mls.cf7mls_current_fs .form-steps input{
	width:100%;
}
fieldset.fieldset-cf7mls.cf7mls_current_fs .cf7mls-btns {
    width: 25%;
}
fieldset.fieldset-cf7mls.cf7mls_current_fs .cf7mls-btns button{
	margin:4px 0;
	width:100%;
}
.sticky-col {
  position: sticky;
  position: -webkit-sticky; /* Safari support */
  top: 80px; /* adjust as needed */
}
.clsHomeSldier {
	background: #112091 url('https://naveeratech.com/demo/wp-content/uploads/2025/11/banner_bg.webp') no-repeat;
	background-size:cover;
	background-position: bottom center;
/*   background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite; */

}
/* @keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */
.head_frm fieldset.fieldset-cf7mls.cf7mls_current_fs .cf7mls-btns {
    width: auto !important;
    display: block !important;
}
.wrap-brand ul#menu-new-main-menu li.menu-item-has-children:before {
    font-size: 13px;
    right: -3px;
	color:#fff !important;
}
.header-brand ul#menu-new-main-menu li ul.sub-menu {
    background: #fff;
}
.wrap-brand ul#menu-new-main-menu ul.sub-menu {
    background: #fff;
    padding: 20px;
}
.wrap-brand ul#menu-new-main-menu ul.sub-menu li a {
    padding: 5px 0;
}
.wrap-brand ul#menu-new-main-menu ul.sub-menu li a::before, .wrap-brand ul#menu-new-main-menu ul.sub-menu li a:after {
    display: none;
}
.wrap-brand ul#menu-new-main-menu ul.sub-menu li a:hover, .wrap-brand ul#menu-new-main-menu ul.sub-menu li.current-menu-item a {
    color: #fc7100;
}
.site-footer a.link-btn{
	background-image: linear-gradient(to right, #fc7100, #fec800 50%, rgba(255, 255, 255, 0.15) 50%) !important;
}
.site-footer .widget .widget-title:after, .site-footer .widget .wp-block-group h2:after {
    background: linear-gradient(90deg, #fc7100 0%, #fec800 100%) !important;
}
.bgwhite{
	background:#fff;
}
.qcFrm {
	position:relative;
}
.qcFrm .form-row.cf7mls-btns {
	    width: auto !important;
    display: block !important;
    position: absolute;
    top: 4px;
    right: 4px;
}
.qcFrm .form-row.cf7mls-btns .action-button{
	width: auto !important;
    padding: 11px 60px !important;
}
@media screen and (max-width: 1100px){
	.header-style4 .wrap-brand .navigator{
		left: 44% !important;
	}
}
@media screen and (max-width: 767px){
	.clsFminH {
		min-height:100% !important;
	}
	.clsNM img{
		position:relative !important;
	}
	.clsNML{
		position:relative; top:0; bottom:0; left:0; right:0;
	}
	
}
@media screen and (max-width: 600px) {
	.styleTab .e-n-tabs-heading {
		padding: 15px;
	}
	.styleTab .e-n-tabs-heading button{
		gap: 15px;
		padding: 15px 10px;
	}
	.styleTab .e-n-tabs-heading button span.e-n-tab-title-text span {
    	width: 100%;
		max-width: 320px;
	}
	.clsNML img{
		max-width:230px !important
	}
}
@media screen and (max-width: 520px) {
	.qcFrm .form-row.cf7mls-btns {
		position:relative;
		top: -5px;

	}
}
@media screen and (max-width: 480px) {
	.styleTab  .e-n-tabs-heading .e-n-tab-title-text{
		width: calc(100% - 90px);
	}
	.styleTab .e-n-tabs-heading button span.e-n-tab-title-text span{
		max-width: 200px;
	}
	fieldset.fieldset-cf7mls.cf7mls_current_fs {
		flex-direction: column;
    	gap: 10px;
	}
	fieldset.fieldset-cf7mls.cf7mls_current_fs .form-steps {
		width: 100%;
	}
	fieldset.fieldset-cf7mls.cf7mls_current_fs .cf7mls-btns {
		width: 100%;
	}
	.clsQRC .cf7mls-btns{
		    width: auto !important;
    display: block !important;
	}
	
}
@media screen and (max-width: 360px) {
	.styleTab .e-n-tabs-heading button{
		max-width: 265px;
		align-items: flex-start;
	}
	.styleTab .e-n-tabs-heading button span.e-n-tab-title-text span {
		max-width: 180px;
	}
}