.header-menu .elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    height: 16px;
    width: 16px;
	transition:.3s;
}
.header-menu span.sub-arrow {
    padding: 0 0 0 6px !important;
}
.header-menu  .elementor-item:hover span.sub-arrow svg {
    fill: #ffffff;
	transition:.3s;
}
.header-menu .elementor-item-active svg path{
	fill:#000 !important;
}
.elementor-kit-6 p:last-child{
margin-bottom:0 !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-block-end: 0;
    margin-block-start:0;
}
.elementor-icon-list-icon svg {
    margin: 0 !important;
}
span.elementor-icon-list-text {
    padding: 0 !important;
}
.choose_service select {
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 18px !important;
    line-height: 20px !important;
    color: #111111 !important;
    border-radius: 8px !important;
    padding: 16px 30px 16px 17px !important;
    appearance: none;
    background-repeat: no-repeat;
    border: 1px solid #0E73B6;
}
.choose_service select:hover{
	cursor:pointer;
}
.choose_service .wpcf7-form-control-wrap{
	position:relative;
}

.choose_service .wpcf7-form-control-wrap::before{
	content:'';
	position:absolute;
  background:url('https://nextstack.stagingwebsite.co.in/wp-content/uploads/2025/07/choose_service_arrow.svg')no-repeat right;
  top: 45%;
  right: 20px;
  width: 14px;
  height: 8px;
/*   pointer-events: none; */
/*   transform: translateY(-50%); */
/*   background-size: contain;
  background-repeat: no-repeat; */
	
}
.contact_wr {
    display: flex;
    gap: 26px;
	width:100%;
}
.contact_wr span.wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.choose_service {
    width: 100%;
    max-width: 372px;
}
.contact_btn input {
    padding: 15.5px 30px 15.5px 30px !important;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    margin-top: 4px;
    font-family: var(--e-global-typography-primary-font-family);
}
.wpcf7-response-output {
       border: 2px solid #00a0d2 !important;
    text-align: center;
}
input:focus,select:focus {
	outline:unset !important;
}
.elementor-icon-box-icon {
    line-height: 0;
}

/* software-testing */
.software-testing .e-n-tabs-heading{
	position:relative;
	padding:58px 0px;
}
.software-testing .e-n-tabs-heading::before {
    content: '';
    position: absolute;
    background: url(https://nextstack.stagingwebsite.co.in/wp-content/uploads/2025/07/software_testing_arrow.svg) no-repeat top right;
    width: 80px;
    height: 58px;
    right: -83px;
    top: 47px;
    z-index: 3;
}
.software-testing .e-n-tabs-heading::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 80px;
    height: 58px;
    right: -99px;
    top: 47px;
    z-index: 2;
}
/* .soft_test_shortcode::before {
    content: '';
    position: absolute;
    background: url('https://nextstack.stagingwebsite.co.in/wp-content/uploads/2025/08/blur_blue_circle.png') no-repeat left bottom / cover;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
}
 */
.benefits_test::before {
    content: '';
    position: absolute;
    background: url(https://nextstack.stagingwebsite.co.in/wp-content/uploads/2025/08/blur_blue_half_circle.png) no-repeat left;
    width: 320px;
    height: 420px;
    left: -120px;
    top: -155px;
    border-radius: 50%;
    filter: blur(21px);
}
.rigrous-rec::before {
    content: '';
    position: absolute;
    background: url(https://nextstack.stagingwebsite.co.in/wp-content/uploads/2025/08/blur_blue_half_circle.png) no-repeat left;
    width: 524px;
    height: 650px;
    left: 0px;
    top: 100px;
}
.software-testing::before {
    content: '';
    background: rgba(14, 115, 182, 40%); /* 25% transparent blue */
    width: 320px;
    height: 378px;
    left: -152px;
    bottom: -106px;
    filter: blur(60px);
    border-radius: 1000px;
    z-index: -11;
    top: unset;
}
.test_automation{
	position:relative;
	overflow:hidden;
}
.test_automation::before {
    content: '';
    position: absolute;
    background: url(https://nextstack.stagingwebsite.co.in/wp-content/uploads/2025/08/blur_blue_half_circle.png) no-repeat right;
    width: 524px;
    height: 650px;
    right: -80px;
    top: 0px;
    transform: rotate(180deg);
    left: unset;
	z-index:1;
}
.get-in-touch::before {
    content: '';
    position: absolute;
    background: url(https://nextstack.stagingwebsite.co.in/wp-content/uploads/2025/08/blur_blue_half_circle.png) no-repeat left;
    width: 524px;
    height: 650px;
    left: -96px;
    top: 100px;
}

/* contact-page */

.form-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 36px;
    margin-bottom: 35px;
}

.form-group {
  flex: 1;
}

.form-group.third {
  flex: 1 1 calc(33.333% - 13.33px);
}

.form-group.full {
  flex: 1 1 100%;
}
.form-row.submit-btn {
  justify-content: center;
  margin-bottom:0px !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #FFFFFF66;
  background-color: #FFFFFF1A;
  color: #FFFFFF1A;
  font-size: 18px;
  line-height:32px;
  font-family:'Robot' ;
  font-weight:500;
 resize:none;

}
.wpcf7 textarea {
    height: 150px !important;
    font-size: 18px !important;
    line-height: 32px !important;
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
	color: #ffffff !important;
}
.wpcf7 textarea:focus-visible {
	outline: none;
	border: 1px solid #FFFFFF66; 
	box-shadow:none;
}

.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 textarea::placeholder {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color:#fff;
}
.wpcf7 input[type="submit"] {
  background: #000;
  color: white;
  border: 1px solid #0E73B6;
  padding: 12.5px 43.5px;
  font-size: 18px;
  font-weight:700;
  font-family:'Roboto';
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 40px 0px #0E73B6;
}

.wpcf7 input[type="submit"]:hover {
  background: #fff;
  color:#000;
  box-shadow: 0 0 8px #00bfff;
}
.wpcf7-spinner {
    display: none;
}
.wpcf7-form-control.wpcf7-submit:focus {
  background-color: unset !important;
  box-shadow: none !important;
  outline: none !important;
  color:unset !important;
}

.header-menu.elementor-sticky--effects{
	background:#021018d9 !important;
	box-shadow:0px 0px 40px 0px #0E73B6!important;
	top: 0;
    left: 0;
/*     padding: 5px 0; */
    z-index: 999;
/*     box-shadow: 0 0px 20px #ffffff40; */
    transition: background-color 0.3s ease;
}


.header-menu.elementor-sticky--effects .e-con-inner{
	padding:5px 0px !important;
}
.header-menu.current-menu-item .elementskit-submenu-indicator{
	color:#fff  !important;
}

.icon.icon-down-arrow1::before {
    content: "\e994" !important; /* Down arrow */
    transition: transform 0.3s ease !important;
}

.elementskit-submenu-indicator.open::before {
    content: "\e995" !important; /* Up arrow code */
}
@media (min-width: 1200px) {
.ekit-menu-nav-link.active .elementskit-submenu-indicator{
	color:#fff !important;
}
	.header-menu.elementor-sticky--effects .menu-item a{
	color:#fff !important;
}
.header-menu.elementor-sticky--effects .elementskit-submenu-indicator{
	color:#fff !important;
}
}
