


/*careers*/
.banner-career {
  background: url("../images/careers/career-banner.jpg") no-repeat center center / cover !important;
  color: #000;
  min-height: 77vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
margin-top: 110px;
  position: relative;
}


.career-banner {
  max-width: 800px;
  margin-left: 500px; /* move the whole content a bit right */
  margin-top: 100px;
}

.career-banner h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.career-banner h2 span {
  color: #e63946; /* Red for "Envisage" */
}

.career-banner h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: -10px;
}

.career-banner p {
  font-size: 18px;
  font-weight: 550 !important;
  line-height: 1.9;
  color: #333;
  margin-bottom: 35px;
  max-width: 620px;
  margin-left: 80px;
}


.view-jobs {
  color: #e63946;
  text-decoration: underline;
  font-weight: 550;
  font-size: 20px;
}

.view-jobs:hover {
  color: #c12f3c;
}




.our-hiring-section{
  background: #000000;
  padding: 100px 120px;
  color: #000;
  display: flex;
  flex-direction: column; /* stack heading and paragraph vertically */
  align-items: flex-start;
}



.our-hiring h2 {
  font-size: 50px !important;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: left;
  color: rgb(193 5 4);
  white-space: nowrap;
  margin-left: 50px;
}

.our-hiring h2 span {
  font-size: 50px !important;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  color: rgb(255, 255, 255);
  white-space: nowrap;
}



.our-hiring p {
font-size: 20px !important;
  line-height: 1.7;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 35px;
  max-width: 855px;
  text-align: left;
  margin-left: 50px;
}

.apply-btn {
    font-size: 0.8rem;
    font-weight: 700 !important;
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 10px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  margin-left: 50px;
}

.apply-btn:hover {
background: rgb(254 116 39);
    color: #ffffff;
  transform: translateY(-3px);
  
}



.hiring-cards {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
  flex-wrap: wrap;
  margin-left: 50px;
}

.hiring-card {
  background: linear-gradient(90deg, #000000, #222222);
  padding: 40px 30px;
  border-radius: 25px;
  flex: 1;
  min-height: 350px;
  min-width: 280px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;                
  flex-direction: column;       
  align-items: flex-start;      
  justify-content: flex-start; 
}

.hiring-card:hover {
  transform: translateY(-8px);
    box-shadow: 0 10px 30px rgb(254 116 39 / 20%);
}

/* ✅ Circle stays centered, evenly spaced from text */
.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
    background: rgb(254 116 39);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.icon-circle img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

/* ✅ heading and paragraph aligned vertically under the circle */
.hiring-card h3 {
  font-size: 30px !important;
  margin: 5px 0 10px 0;
  color: #fff;
  align-self: flex-start;
  font-weight: 700;
  margin-bottom: 18px;
}

.hiring-card p {
  font-size: 20px !important;       /* ✅ slightly larger for readability */
  line-height: 30px;
  color: #ccc;
  margin: 0;               /* ✅ remove unwanted extra margin */
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  align-self: flex-start;  /* ✅ ensures left alignment with heading */
}


/*open positions*/
.open-positions-section {
  background: #eeeeee; /* or any background you want */
  color: #000000;
  padding: 100px 0; /* spacing above and below */
  text-align: center; /* centers text horizontally */
}

.open-positions-section h2 {
  font-size: 3rem;
  font-weight: 750;
  margin-bottom: 20px;
  color: rgb(0, 0, 0); 
}

.open-positions-section p {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #000000;
  max-width: 800px; /* keeps it neat and readable */
  margin: 0 auto; /* centers the paragraph horizontally */
}

















/*LIFESCIENCE*/



.banner-instrumentation{
  
  background-image: url(../images/domains/lifesciences/instrumentation/top-banner.jpg) !important;
 
}

.banner-medical-devices-lifesciences{
  
  background-image: url(../images/domains/lifesciences/medical-devices/top-banner.jpg) !important;
 
}


.banner-biopharma-lifesciences{
  
  background-image: url(../images/domains/lifesciences/biopharma/top-banner.jpg) !important;
 
}





.biotect-banner{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.biotect-banner h2{
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-white);
  margin: 0;
}


.biotext-bottom-text-main{
  width: 100%;
  display: flex;
  padding: 70px 0px;
}

.biotext-bottom-text{
  display: flex;
}
.biotext-bottom-left{
  width: 100%;
  display: flex;
}

.biotext-bottom-left{
  width: 40%;
  display: flex;
}
.biotext-bottom-left h4 {
    font-size: 36px;
    padding-right: 40px;
    font-weight: 600;
    line-height: 45px;
}
.biotext-bottom-right{
  width: 60%;
  padding-left: 40px;
  display: flex;
}
.biotext-bottom-right p {
    line-height: 30px;
    font-size: 18px !important;
}


.bio-industry-Challenges-main{
  width: 100%;
  display: flex;
  background-color: #e8fbff;
  padding: 80px 0px;
}

.bio-industry-Challenges{
  display: flex;
  gap: 100px;
  width: 100%;
}
.bio-industry-Challenges-left-main{
  width: 50%;
  display: flex;
  flex-direction: column;
}

.bio-industry-Challenges-left{
  width: 100%;
  display: flex;
  gap: 32px;
  padding-top: 40px;
  margin-bottom: 20px;
  border-top: 2px solid #333;

}
.bio-industry-Challenges-left:nth-child(1){
  margin-bottom: 50px;
}

.bio-industry-Challenges-left-box{
  width: 50%;
  position: relative;
padding-left: 15px;
padding-right: 20px;

}

.bio-industry-Challenges-left-box p{
  font-weight: 700 !important;
  font-size: 20px !important;
  
}

.bio-industry-Challenges-left-box::after{
  position: absolute;
  content: "";
  left: -15px;
  top: 8px;
  width: 10px;
  height: 40px;
  background-color: #de0306;
}

.bio-industry-Challenges-right-main{
  width: 50%;
  display: flex;
}

.bio-industry-Challenges-right{
  width: 100%;
}



.industry-Challenges-heading{
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.industry-Challenges-heading h4{
  font-weight: 700;
  font-size: 36px;
}

.bio-industry-Challenges-right img{
  width: 100%;
}


.bio-our-offerings{
    background-image: url(../images/lifesciences/biotech/our-offering.png);
    background-size: 600px;
    background-position: left bottom;
}


.bio-slider-box-inner{
  width: 187px;
    height: 65px;
    padding: 20px;
    border-radius: 15px;
    position: absolute;
    left: 28%;
    top: -12px;
    background: #ffff;
    line-height: 65px;
}

.bio-slider-box-inner img {
    display: block;
    width: 100%;
}
.bio-delivered .delivered-slider-box h4{
  margin-top: 45px;
}

.bio-delivered .delivered-slider .owl-item{
  overflow: hidden;
}





.blog-main{
  width: 100%;
  display: flex;
  margin-top: 110px;
  padding: 60px 0px;
}


.blog{
  width: 100%;
  position: relative;
  padding: 0px 30px;
}
.blog::after{
    width: 550px;
    height: 300px;
    border-radius: 40px;
    background: var(--bg-gradient);
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: -1;
}

.blog img{
  width: 100%;
  border-radius: 40px;
}

.blog-text{
    position: absolute;
    left: 90px;
    bottom: 60px;
    width: 600px;
}

.blog-text span{
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  display: block;
}

.blog-text span::after{
  content: "";
  height: 1px;
  background-color: #ffff;
  right: 0;
  top: 44%;
  position: absolute;
  width: 90%;

}

.blog-text h4{
  color: #ffffff;
  font-weight: 600;
  font-size: 42px;
}









/*INDUSTRIES CATEGORY*/
.banner-ecommerce  {
  background: url(../images/industries/e-commerce-retail/top-banner.jpg) no-repeat center/cover !important;
  
}

.banner-healthcare  {
  background: url(../images/industries/healthcare/top-banner.jpg) no-repeat center/cover !important;
  
}

.banner-biopharma  {
  background: url(../images/industries/biopharma/top-banner.jpg) no-repeat center/cover !important;
  
}

.banner-industrial  {
  background: url(../images/industries/industrial-electronics/top-banner.jpg) no-repeat center/cover !important;
  
}

.banner-energy  {
  background: url(../images/industries/energy-and-utilities/top-banner.jpg) no-repeat center/cover !important;
  
}


.banner-telecommunication  {
  background: url(../images/industries/telecommunications/top-banner.jpg) no-repeat center/cover !important;
  
}

.banner-medical-devices  {
  background: url(../images/industries/medical-devices/top-banner.jpg) no-repeat center/cover !important;
  
}

.banner-automotive {
  background: url(../images/industries/automotive/top-banner.jpg) no-repeat center/cover !important;
  
}

.banner-semiconductors {
  background: url(../images/industries/semiconductors/top-banner.jpg) no-repeat center/cover !important;
  
}


.banner-defense {
  background: url(../images/industries/defense-public-sector/top-banner.jpg) no-repeat center/cover !important;
  
}

.banner-logistics{
  background: url(../images/industries/logistics/top-banner.jpg) no-repeat center/cover !important;
  
}










/* Gradient overlay */
.biotech-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}

/* Content layout */
.biotech-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  z-index: 1;
  height: 100%;
}

/* Left column */
.biotech-left {
  flex: 0 0 35%;
}

.biotech-left .industry {
  color: #c62828;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.biotech-left h2 {
  font-size: 72px;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
}

/* Right column */
.biotech-right {
  flex: 0 0 48%;
}

.biotech-right h3 {
  font-size: 36px;
  font-weight: 700;
  color: #111;

  margin-bottom: 20px;
  line-height: 45px;
}

.biotech-right p {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

/* Responsive */
/* @media (max-width: 991px) {
  .biotech-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .biotech-left h2 {
    font-size: 54px;
  }

  .biotech-right h3 {
    font-size: 28px;
  }
} */



.biopharma{
  width: 100%;
  display: flex;
  padding: 70px 0px;
}




.biotech-need-main{
background: #f9f9f9;
  width: 100%;
  display: flex;
  padding: 70px 0px;
}


.biotech-need{
  width: 100%;
}

.biotech-need-heading{
  text-align: center;
  min-width: 700px;
  margin: auto;
  margin-bottom: 50px;
}
.biotech-need-heading h2{
  font-size: 42px;
  font-weight: 700;
}







.why-envisage-main{
  width: 100%;
  display: flex;
  padding: 70px 0px;
}


.why-envisage{
  width: 100%;
}

.why-envisage-heading{
  text-align: center;
  margin-bottom: 50px;
}
.why-envisage-heading h2{
  font-size: 42px;
  font-weight: 700;
}


.why-envisage-box-main{
  width: 100%;
  display: flex;
}

.why-envisage-box{
  width: 20%;
 display: flex;
}

.why-envisage-box-inner{
width: 100%;
padding-right: 30px;
}

.why-envisage-box-inner-img {
    width: 80px;
  height: 80px;
  background-color: #ffeed4;
  border-radius: 50%;
}
.why-envisage-box-inner img {
    width: 70px;
    margin-left: 25px;
}
.why-envisage-box-inner h4{
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  padding-right: 30px;
}

.why-envisage-box-inner p{
  color: var(--text-gray);
  padding-top: 15px;
}


.biotech-solutions-main{
  width: 100%;
  display: flex;
}

.biotech-solutions{
  width: 100%;
}

.biotech-solutions-heading{
  width: 100%;
}

.biotech-solutions-heading h2{
  font-size: 42px;
  font-weight: 700;
  color: var(--text-black);

}

.biotech-solutions-slider-main{
  width: 100%;
  margin-top: 85px;
}


.biotech-solutions-slider-box{
  width: 100%;
  padding: 40px 30px;
  background-color: #f57722;
  border-radius: 18px;
  height: 270px;
  position: relative;
}

.biotech-solutions-slider-box::after{
  width: 150px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  content: "";
  background-color: #ffffff;
     left: 25px;
    top: -25px;

}

.biotech-solutions-slider-box h4{
  color: var(--text-white);
  font-size: 24px;
  font-weight: 600;
  padding-top: 20px;
  margin-bottom: 30px;
}

.biotech-solutions-slider-box p{
  color: var(--text-white);
}
.biotech-solutions-slider{
  width: 100%;
}











.biotech-solutions-slider .owl-nav{
    width: 100%;
    position: relative;
    justify-content: end;
    display: flex
;
    align-items: center;
    flex-direction: row;
    bottom: 450px;
    padding: 0px 30px;
}

.biotech-solutions-slider .owl-nav button.owl-prev{
    left: 0;
    position: relative;
    width: 80px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #dddd;
    border-radius: 30px;
}

.biotech-solutions-slider .owl-nav button.owl-next{
    right: 0;
		position: relative;
        width: 80px;
    height: 50px;
    background: #ffffff;
        box-shadow: 0px 0px 4px #dddd;
        border-radius: 30px;
}
.biotech-solutions-slider .owl-nav button.owl-next:hover{
    background: #ffffff;
			color: var(--text-black);
}
.biotech-solutions-slider .owl-nav button.owl-prev:hover{
    background: #ffffff;
		color: var(--text-black);
}



.biotech-solutions-slider .owl-nav button.owl-prev::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.biotech-solutions-slider .owl-nav button.owl-next::after{
position: absolute;
    content: "\F138";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 600;
    background: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}






.biotech-case-main{
  width: 100%;
  display: flex;
  padding: 70px 0px;
}

.biotech-case{
  width: 100%;
}

.biotech-case-heading{
  width: 100%;

  text-align: center;
  margin-bottom: 50px;
}

.biotech-case-heading h2{
  text-align: center;
  font-size: 42px;
  font-weight: 700;
}

.biotech-case-slider-inner {
    align-items: end;
    width: 100%;
    display: flex
;
    padding: 20px;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

.logo-img {
    width: 187px;
    height: 65px;
    padding: 20px;
    border-radius: 15px;
    position: absolute;
    left: -12px;
    top: -12px;
    background: #ffff;
    line-height: 65px;
    
}

.logo-img img{
  width: 100%;
}
.biotech-case-slider-inner-text {
    width: 50%;
}
.biotech-case-slider-inner-img {
    width: 50%;
    padding-left: 20px;
}


.biotech-case-slider .item{
  background-color: #bd0503;
}
.biotech-case-slider-inner-text h4{
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
.biotech-case-slider-inner-img img{
  width: 100%;
  border-radius: 20px;
}

.biotech-case-slider-inner-text p {
    color: #ffffff;
    margin: 10px 0px;
    font-size: 14px !important;
}
.biotech-case-slider-inner-text a {
    font-size: 10px;
    font-weight: 500;
    text-decoration: underline;
    color: #ffffff;
}

.owl-item.active.center .item {
    background: #f47721;
    box-shadow: 0 0 10px #787575;
}
.biotech-case-slider  .owl-item.active.center {
    transform: scale(1.4);
    position: relative;
    z-index: 9;
    background: #f47721;
}

.biotech-case-slider.owl-carousel .owl-stage-outer {
    padding: 100px 0px !important;
}

.owl-item.active.center  .biotech-case-slider-inner-text p {
    color: #ffffff;
    margin: 10px 0px;
    font-size: 12px !important;
}

.owl-item.active.center .biotech-case-slider-inner-text a {
    font-size: 10px;
    font-weight: 500;
    text-decoration: underline;
    color: #ffffff;
}


.bg-grey{background:#f9f9f9!important;}

.wt-box{
	padding: 60px 25px;
    border: 1px solid var(--text-p);
    border-radius: 30px;
    width: 297px;
    background: #ffff;
    box-shadow: 2px 1px 16px 6px #c3c3c3;
}
.biotech-clip{
	background-image: url(../images/industries/biotech/l-shaped-image.jpg);
}

.energy-clip{
    background-image: url(../images/industries/energy-and-utilities/l-shaped-image.jpg);
}

.industrial-clip{
    background-image: url(../images/industries/industrial-electronics/l-shaped-image.jpg);
}

.healthcare-clip{
	background-image: url(../images/industries/healthcare/l-shaped-image.jpg);
}

.telecommunication-clip{
	background-image: url(../images/industries/telecommunications/l-shaped-telecommunication-image.jpg);
}

.ecommerce-clip{
	background-image: url(../images/industries/e-commerce-retail/l-shaped-image.jpg);
}

.medical-devices-clip{
	background-image: url(../images/industries/medical-devices/l-shaped-image.jpg);
}

.biopharma-clip{
	background-image: url(../images/industries/biopharma/l-shaped-biopharm.jpg);
}

.automotive-clip{
	background-image: url(../images/industries/automotive/l-shaped-automotive.jpg);
}

.semiconductors-clip{
	background-image: url(../images/industries/semiconductors/l-shaped-image.jpg);
}

.defense-clip{
	background-image: url(../images/industries/defense-public-sector/l-shaped-image.jpg);
}

.logistics-clip{
	background-image: url(../images/industries/logistics/l-shaped-image.jpg);
}


/* Case Study Popup */
.casestudy-popup .modal-dialog {
  max-width: 900px;       /* Slightly smaller, more balanced */
  margin: 40px auto;
}

.casestudy-popup .modal-content {
  padding: 20px 35px;     /* Reduced padding */
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}

/* Header styles */
.casestudy-popup .modal-header {
  border: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

/* Close button in the top-right corner */
.casestudy-popup .btn-close {
  position: absolute;
  top: -1px;
  right: -15px;
  background-color: transparent;
  border: none;
  font-size: 13px;
  opacity: 0.7;
}
.casestudy-popup .btn-close:hover {
  opacity: 1;
}

/* Divider line under title */
.casestudy-popup .modal-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 15px;
}

/* Subtitle - CASE STUDY */
.modal-subtitle {
  font-size: 12px;            /* Reduced size */
  letter-spacing: 1px;
  color: #ff6600;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* Title - T2 Biosystems */
.modal-title {
  font-size: 24px;            /* Slightly smaller */
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}

/* Section Titles */
.modal-section-title {
  font-size: 16px;            /* Slightly smaller */
  font-weight: 600;
  color: #d35400;
  margin-top: 20px;
  margin-bottom: 8px;
}

/* Paragraphs */
.casestudy-popup .modal-body p {
  font-size: 15px;            /* Reduced slightly */
  line-height: 1.6;
  color: #333;
  margin-bottom: 12px;
}

/* Highlight box (Outcome section) */
.modal-box {
  background-color: #fff2e6;
  padding: 18px 20px;          /* Slightly reduced */
  border-radius: 10px;
  margin-top: 18px;
}



.clipboard {
	border-radius: 30px;
	right: 0;
	height: 562px;
	width: 645px;
	position:absolute;
	background-color: #d3d0c9;
	background-size: cover;
	background-position: center center;
}
.wt-row {
    flex-flow: row;
    display: flex;
}

.wt-l {
    gap: 47px;
    flex-wrap: wrap;
    display: flex;
    flex: 0 72%;
}
.wt-r {
	justify-content: end;
	position:relative;
	flex-wrap: wrap;
	display: flex;
	flex: 0 28%;
}





