
.hm-slide-st figure.swiper-slide-inner img {
    width: 100% !important;
    height: 100vh !important;
}
	.elementor-widget-theme-post-featured-image a  {
    width: 100% !important;
}
#recruitee-careers-details-container.active{
z-index:9999999 !important;
}
.job-sections .rt-list__items {
  display: flex;
  flex-wrap: wrap;         
  gap: 20px;               
}
.tab-hover-bx-servic{
	width:100%;
}


.job-sections #recruitee-careers .rt-theme-light.rt-body {
    background: none;
    border-color: none!important;
    box-shadow: none!important;
}
.job-sections #recruitee-careers .rt-body {
    position: relative;
    border-radius: 6px;
    padding: 0!important;
    border-width: 0px;
}
.job-sections .rt-list__offer-item {
background: #fff;
    border-color: #c9d7df;
    box-shadow: 2px 2px 3px #c9d7df;
		 padding: 20px!important;
}
.job-sections .rt-list__items .rt-list__offer-item {
  flex: 0 0 calc(33.333% - 20px);
  box-sizing: border-box;
  margin-bottom: 20px;
}
.job-sections span.rt-list__offer-title.rt__text.rt__text--secondary.rt__link {
    font-size: 22px !important;
	line-height: 28px;
	color:#000!important;
}
.job-sections #recruitee-careers .rt-list__offer-item .rt-list__offer-title {
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.job-sections #recruitee-careers .rt-list__offer-item:hover .rt-list__offer-title {
    color: #96ca5b !important;
    text-decoration: none !important;
}


.job-sections span.rt__text.rt__text--base {
    font-size: 20px;
}
.job-sections #recruitee-careers .rt-list__offer-item+.rt-list__offer-item {
/*     padding-top: .0em!important; */
    margin-top: .0em!important;
    border-top: 0px!important;
}
.job-sections  #recruitee-careers .rt__text {
    font-family: jost;
}
/.job-sections .rt-list__offer-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}


@media (max-width: 767px) {
  .job-sections .rt-list__items .rt-list__offer-item {
    flex: 0 0 100%;
  }
	.elementor-widget-theme-post-featured-image a img {
    height: auto !important;
}
	.elementor-widget-theme-post-featured-image a  {
    width: 100% !important;
}
}























/* Base style: hide all images smoothly */
.quality,
.integrity,
.commitment,
.innovation,
.culture {
  opacity: 0;
/*   transform: scale(0.95);*/
  transition: opacity 0.6s ease, transform 0.6s ease; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}

/* Show only the active one */
.accordion-open-quality .quality,
.accordion-open-integrity .integrity,
.accordion-open-commitment .commitment,
.accordion-open-innovation .innovation,
.accordion-open-culture .culture {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
  pointer-events: auto;
}

.con-list ul {
    padding-left: 22px;
}

.acc-colm details.e-n-accordion-item.active .e-n-accordion-item-title-text,
.acc-colm summary.e-n-accordion-item-title:hover .e-n-accordion-item-title-text
{
	transition: 0.6s;
    color: #98ca65;
}



/* coustem hero section start here */

/* .leader-team-img .elementor-widget-container:after {
    content: "";
    width: 557px;
    height: 383px;
    background-color: #96CA56;
    position: absolute;
    left: 291px;
    z-index: -1;
    top: 40px;
}
.leader-team-img .elementor-widget-container {
    position:relative;
  
} */

.sec-text {
    display: none;
		transition:0.7s ease-in-out;
}

.hv-sec-img:hover .ani-big-heading{
	animation: fadeinUp .7s ease-out both;
	transition:0.5s ease-in-out;
}



.hv-sec-img:hover .sec-text{
	display:block;
	transition:0.5s ease-in-out;
	animation: fadeinUp .5s ease-out both;
} 

.gred-line::before, .gred-line::after{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.2), transparent);
    z-index: 9;
}


@keyframes fadeinUp{
	0%{
		opacity:0;
		transform:translatey(20px)
	}
	100%{
		opacity:1;
		transform:translatey(0);
	}	
}


.hv-sec-img:hover{
	background-color:#00000078;
		transition:0.7s ease-in-out;
}




.onimghover h2.elementor-heading-title.elementor-size-default {
    margin-top: -76px;
		margin-left:35px;
    width: max-content;
		padding-right:42px;
}

.onimghover.elementor-widget-container{
cursor:pointer;
}

.onimghover .elementor-widget-container h2 {
    position: relative;
}

.onimghover .elementor-widget-container h2:after {
    content: "";
    background-color:#87CEEB;
    width: 6px;
    height: 46px;
    position: absolute;
    left: -16px;
    top: -6px;
    transition: width 0.4s ease-in-out;
	z-index:-1;
	
}

.hov-cls:hover h2:after {
     width:100%;
	  transition: width 0.4s ease-in-out;
}


.mg-service .overlay h2 {
    font-size: 24px !important;
    line-height: 30px;
    font-family: 'Jost';
		font-weight:600 !important;
	  width: 150px;
}

.mg-service .overlay {
    z-index: 5;
    height: 100%;
    align-content: end;
}

.mg-service .grid-item:hover {
    background-color: #000000c7;
}

.mg-service .grid-item:hover h2 {
		color:#96CA5B;
}

.mg-service .grid-item:hover h3 {
		color:#3DABD5;
}

.mg-service .grid-item:hover a{
		color:#96CA5B !important;
}

.mg-service .grid-item:hover

.mg-service .overlay h3 {
    font-size: 23px !important;
    line-height:30px !important;
		font-weight:400 !important;
    font-family: 'Jost';
}
.mg-service .text-content h3 {
	 font-size: 20px !important;
    line-height:30px !important;
		font-weight:400 !important;
    font-family: 'Jost';
}

.mg-service .text-content p{
	 font-size: 18px !important;
    line-height:28px !important;
		font-weight:400 !important;
    font-family: 'Jost';
}

.mg-service .overlay a {
    font-family: 'Jost';
    color: #fff !important;
    font-size: 15px !important;
    line-height: 20px !important;
}

.mg-service .grid-wrapper {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        height: 90vh;
        transition: background-image 0.5s ease;
        background-size: cover;
        background-position: center;
      }

  .mg-service .grid-item {
        position: relative;
        padding: 40px 20px;
        cursor: pointer;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        overflow: visible;
      }
.mg-service .grid-item::before, .grid-item::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.2), transparent);
	   z-index: 9;
}


 .mg-service .grid-item::before { left: 0; }
      .grid-item::after { right: 0; }

  ..mg-service .overlay h2 {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
       
      }

.mg-service .overlay h3 {
        font-size: 16px;
        margin-top: 8px;
        font-weight: 600;

      }

  ..mg-service .overlay p {
        font-size: 14px;
        margin-top: 5px;
        line-height: 1.3;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
        max-height: 0;
        opacity: 0;
        transform: translateY(20px);
        overflow: hidden;
        transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
      }

  .mg-service .grid-item:hover .overlay p {
        max-height: 200px;
        opacity: 1;
        transform: translateY(0);
      }

.mg-service .overlay a {
        color: #f00;
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
        text-decoration: none;
      
      }

      @media screen and (max-width: 1024px) {
				.hm-slide-st figure.swiper-slide-inner img {
    height: 85vh !important;
}
        .grid-wrapper { grid-template-columns: repeat(2, 1fr); height: auto; }
      }


      @media screen and (max-width: 768px) {
        .grid-wrapper { grid-template-columns: 1fr; }
      }

.onimghover h2.elementor-heading-title.elementor-size-default {
    margin-top: -55px;
    margin-left: 20px;
    width: max-content;
    padding-right: 35px;
}


.text-content p  {
    font-size: 16px;
    margin-top: 8px;
    font-weight: 600;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.7);

    max-height: 0;
    opacity: 0;
    transform: translateY(20px);
    overflow: hidden;
    transition:
      max-height 0.4s ease,
      opacity 0.4s ease,
      transform 0.4s ease;
  }

  .grid-item:hover .text-content p {
    max-height:max-content; 
    opacity: 1;
    transform: translateY(0);
  }

/* END Here */










/* blog image hover btn */

.blog-rd-btn {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.hov-img:hover .blog-rd-btn {
  opacity: 1;
}

.hov-img:hover img {
	 filter: brightness(0.5);
 
}





/* image hover css start form here */

.cib-ico-box .elementor-icon-box-content h3 {
    margin: 0;
}

.con-list .elementor-widget-container li {
    padding-bottom: 20px;
}

.cib-ico-box .elementor-icon-box-icon svg path {
    fill: #fff;
}
.midlandbox{
	padding-left:100px;
}


.hide-btn{
	transition:0.7s ease-in-out;
}

.hide-btn{
	opacity: 0;
	transition:0.7s ease-in-out;
}

.team-hov-eff.e-flex.e-con.e-child:hover .hide-btn{
	opacity: 1;
	transition:0.7s ease-in-out;
}

.team-hov-eff.e-flex.e-con.e-child:hover img {
    filter: brightness(0.5);
    transition: 0.6s;
}

/* image hover css end here  */




#sbmit-frm{
	margin-top:20px;
}
.energy-heading .elementor-heading-title.elementor-size-default {
    transition: 0.6s;
}

.industry-border:hover {
    border-left: 4px solid transparent !important;
    transition: 0.2s !important;
} 

.services-box span.elementor-button-content-wrapper {
    padding: 10px 25px !important;
    border: 1px solid transparent;
}

/* 
.energy-heading .elementor-widget-container:hover {
    border: none !important;
} */
.news-section:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
.news-section a {
    transition: transform 0.3s ease;
    overflow: hidden;
}

.energy-heading .elementor-heading-title.elementor-size-default:hover {
    border-bottom: 4px solid #96CA5B !important;
    transition: 0.6s;
	width: fit-content !important;
}

span.mid1:hover {
    border-bottom: 4px solid #96ca5b  !important;
}

span.mid2:hover {
    border-bottom: 4px solid #96ca5b !important;
}


span.mid3:hover {
    border-bottom: 4px solid #96ca5b  !important;
}


.energy-heading .elementor-heading-title.elementor-size-default {
    border-bottom: 4px solid transparent !important;
	width: fit-content !important;
}



.post-info-divider .elementor-icon-list-item:not(:last-child):after {
    content: url(https://strategyeng.com/wp-content/uploads/2025/04/Ellipse-32.svg) !important;
    border-color: transparent !important;
}


.hover-heading {
  display: inline-block; /* Important for border-bottom to size correctly */
  position: relative;
  cursor: pointer;
}

/* Optional base state border (invisible) to prevent layout shift */
.hover-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px; /* distance from text */
  width: 100%;
  height: 2px;
  background-color: #000; /* choose your color */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hover-heading:hover::after {
  opacity: 1;
}

.hov-img .elementor-widget-container {
    overflow: hidden; 
}

.hov-img img {
    transition: transform 0.3s ease-in-out; 
}

.hov-img:hover img {
    transform: scale(1.1);
}

.tim-circle div#twea-timeline-d07c3fb {
    width: 70%;
    margin: auto;
	border-radius:10px;
}

.tim-circle .twae-year-label.twae-year-text {
    position: absolute;
    top: 26px;
}

.tim-circle .twae-year-label {
    position: relative;
}
.careers-accordion summary.e-n-accordion-item-title:after {
    content: 'Houston' !important;
    position: absolute;
    right: 41px;
    font-family: 'Jost' !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
}
.services-box:hover .icon-first .elementor-icon-wrapper {
    content: url(https://strategyeng.com/wp-content/uploads/2025/04/engineering-services-hover.svg) !important;
}

.services-box:hover .icon-second .elementor-icon-wrapper {
    content: url(https://strategyeng.com/wp-content/uploads/2025/04/management-icon-hover.svg) !important;
}

.services-box:hover .icon-third .elementor-icon-wrapper {
    content: url(https://strategyeng.com/wp-content/uploads/2025/04/reality-capture-icon-hover.svg) !important;
}




.services-box .elementor-icon-wrapper{

margin:auto !important;
}
.banner-section .elementor-slide-description{
	width: 782px !important;
	
}
/* Default state: black background, white text and icon */
.services-box {
  color: white;
 
	
}

.service-box .service-text{
	
	color:#000 !important;
}

.services-box:hover h4.elementor-heading-title.elementor-size-default {
    color: #000 !important;
}

.services-box .elementor-icon svg path {
  fill: white;
  
}

.services-box * {
  color: white;
  
}

.services-box:hover {
  background-color: white;
	border:2px solid #00407A !important;
	

	z-index:1 !important;
}

.services-box:hover .elementor-icon svg path {
  fill: black;
}

.services-box:hover * {
  color: black;
}
.services-box:hover {
    background: #fff !important;
}

.services-box:hover .elementor-button-text{
color: #96CA5B !important
	
}

.services-box:hover .elementor-button-icon {
    color: #96CA5B !important;
    fill: #96CA5B !important;
    stroke: #96CA5B !important;
}
/* Default button style */
.services-box .elementor-button {
  background-color: transparent;
  color: white;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
}


/* Icon and text default color */

.services-box:hover span.elementor-button-content-wrapper {
    border: 1px solid green !important;
    padding: 10px 25px !important;
    background-color: transparent !important;
}


.container-pad{
	padding-left:2% !important;
	padding-right:2% !important;
}

.oil-bg-hover .elementor-element.elementor-element-f042f59.elementor-widget.elementor-widget-heading:hover{
	background-color:	#00407AF7 !important;
	opacity:0.9 !important;
	transition: 0.6s ease-in-out !important;
	
}
.oil-bg-hover .elementor-element.elementor-element-f042f59.elementor-widget.elementor-widget-heading{
	transition: 0.6s ease-in-out !important;
}







/* .oil-bg-hover.e-flex.e-con.e-child:hover {
    background: #00407AF7 !important;
   transition: transform 0.6s ease, filter 0.6s ease;
} */

.services-icon svg {
    width: 25px !important;
    height: 25px !important;
}
.overlay {
    z-index: 5;
}
.grid-wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, rgb(0 0 0 / 76%), transparent);
}

.blog-line:after {
    content: "";
    width: 10px;
    height: 3px;
    position: absolute;
    background-color:#4ab5df;
    opacity: 0;
	transition:0.5s ease-in-out;
	bottom:-8px;
}

.hov-img:hover .blog-line:after{
	 width:95%;
    opacity: 1;
		transition:0.5s ease-in-out;
}

.oil-bg-hover:hover a{
	color:#1D417B !important;
	transition:0.5s ease-in-out;
}

.oil-bg-hover:hover .elementor-heading-title{
	color:#fff !important;
	transition:0.5s ease-in-out;
}

.oil-bg-hover .h4.elementor-heading-title.elementor-size-default {
	color:#fff !important;
	transition:0.5s ease-in-out;
}

.oil-bg-hover:hover.btm-text h5{ 
	color:#fff !important;
	transition:0.5s ease-in-out;
}

.oil-bg-hover {
	transition:0.5s ease-in-out;
}

.oil-bg-hover:hover:before {
    content: '';
    width: 100% !important;
    height: 100% !important;
    background-color: #ffffffbf !important;
	transition:0.5s ease-in-out !important;
}

.oil-bg-hover:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ffffff00;
    transition: 0.5s ease-in-out;
}

.banner-slider .elementor-slide-description:BEFORE {
    CONTENT: URL('https://strategyeng.com/wp-content/uploads/2025/04/Group-126.png');
    display: block ! IMPORTANT;
    MARGIN-BOTTOM: 1.09VW ! IMPORTANT;
}
.laptop-menu-stl{
	display:none;	
	}
@media (max-width:1364px){
.grid-item:hover .overlay h3 {
    max-height: 121px;
}
}


/* About us page css start  */

.tim-circle .twae-icon {
    display: none;
}

@media (max-width: 1150px) and (min-width:1025px) {

.main-menustyl .elementor-nav-menu--main .elementor-item {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
	.main-menustyl .elementor-nav-menu .elementor-item {
		font-size:15px !important;
	}
	.second-section-text p {
    max-width: 519px !important;
}
.midlandbox {
    padding-left: 164px;
}	
	
}
@media (max-width:1024px){
.tim-circle div#twea-timeline-d07c3fb {
    width: 90%;
}

.blog-rec .hentry.category-engineering {
    display: flex;
    flex-direction: column;
    gap: 10px;
}	
.midlandbox {
    padding-left:56px;
}
	.mg-service .grid-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
    height:unset !important;
}	
}

@media (max-width: 768px){
.tim-circle div#twea-timeline-d07c3fb {
    width: 100%;
}
.midlandbox {
    padding-left:50px;
}	
	.mg-service .grid-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
    height:unset !important;
}
.onimghover .elementor-widget-container h2:after {
    left: -16px;
    top: -7px;
	}
	#recruitee-careers-details-container .rt-details__inner{
		   margin: 4em 15px !important;
	}
	#recruitee-careers-details-container .rt-details__close i {
    margin-top: .0em !important;
	}
	#recruitee-careers-details-container .rt-details__close {
   
    width: 2em !important;
    height: 2em !important;
	}
	    #recruitee-careers-details-container .rt-details__close {
        
        margin-top: 1em !important;
        margin-right: 1.25em !important;
    }
}

@media (max-width: 767px){
	.sec-text {
    display: block !important;
}
	.hv-sec-img {
    background: #00000091;
    padding: 40px 20px !important;
}
	.gred-line::before, .gred-line::after{
		display:none !important;
	}
.d-non .elementor-widget-container img {
    display: none;
}	
	
.careers-accordion summary.e-n-accordion-item-title:after {
   
   font-size:14px !important;
    right: 10px;
    
}
.tim-circle div#twea-timeline-d07c3fb {
    width: 100%;
}	
.midlandbox {
    padding-left:0px;
}	
.mg-service .grid-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  
}	
	.mob-dotbox{
		display:none;
	}	
.onimghover .elementor-widget-container h2:after {
    left: -16px;
    top: -11px;
}	
}