body {
  line-height: 24px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #797979
}
  


p {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #797979
  }
  
  .photo {
    width: 100%;
    max-width: 250px; /* Adjust for responsiveness */
    height: auto;
    border: 5px solid #ff6b00; /* Add a border for emphasis */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for effects */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for depth */
  }
  
  .photo:hover {
    transform: scale(1.1); /* Zoom effect on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Increase shadow on hover */
  }
  
  .info {
    opacity: 0; /* Start as invisible */
    animation: fadeIn 2s forwards; /* Fade-in animation */
  }
  
  @keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px); /* Start from slightly below */
    }
    to {
        opacity: 1;
        transform: translateY(0); /* End at normal position */
    }
  }
  

 
  
  
  
  .name-highlight {
    font-weight: bold; /* Make the text bold */
    font-size: 1.2em;  /* Optionally increase the font size */
    color: #000000;    /* Optional: Change the color to your brand color or another contrasting color */
  }

  .name-highlight2 {
    font-weight: bold; /* Make the text bold */
    font-size: 2em;  /* Optionally increase the font size */
    color: #ff6b00;    /* Optional: Change the color to your brand color or another contrasting color */
     background-color: rgba(0, 0, 0, 0.5); /* Adjust the last value for more or less opacity */
  }
  .name-highlight2:hover {
    color:#ff6b00; /* Text color */
     text-decoration: underline; /* Underline text on hover */
 }

  .hero-header {
    /* background: linear-gradient(rgba(255, 255, 255, 0.273), rgba(255, 252, 252, 0.251)), url(../img/banner/aboutbanner2.png); */
    background-position: center;
            /* color: white; */
            /* height: 100%;  */
              height: 75vh; /* Adjust height as needed */
           /* width: 100%; */
           
      background: url(../img/career.svg) center center no-repeat;
    background-size: cover;
}



.hero-header h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
    font-family: "Lato", sans-serif;
    
}

.text-primary{color:#ff6b00 !important}
.hero-header h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
    font-family: "Lato", sans-serif;
    }

    .display-4{font-size:calc(3.375rem + 1.5vw);font-weight:700;line-height:1.2}


.py-6 {
    padding-top: 7rem;  /* 64px, you can adjust this value */
    padding-bottom: 7rem;  /* 64px, you can adjust this value */
  }

  /* OUR WORK CSS */
  .tm-section-mb { margin-bottom: 40px; }
.tm-section-pb { padding-bottom: 120px; }
.tm-section-pt { padding-top: 135px; }

.tm-section-2-header {
  font-size: 11rem;
  margin-bottom: 40px;
}

.tm-section-2-inner,
.tm-section-3-inner {
  display: flex;
  justify-content: flex-end;
}



.tm-section-2-left {
  display: flex;
  width: 50%;
  min-height: 560px;
  -webkit-clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
  clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
}


.tm-section-2-right {
  padding: 70px 120px 40px;
  width: 50%;
  margin-left: -40px;
  -webkit-clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
  clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
}

.tm-img-container {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.tm-img-container-1 {
  background-image: url(../img/ourwork1.jpg);
  background-position: top center;
}

.tm-img-container-2 {
  background-image: url(../img/ourwork2.jpg);
  background-position: top center;
  margin-left: 8px;
}



.tm-bg-primary {
  background: linear-gradient(to right, rgb(255, 170, 0), rgb(251, 210, 168));
}
.tm-p-ml { margin-left: -35px; }
.tm-mb-45 { margin-bottom: 45px; }

.tm-section-2-text p{
  color: #333333;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.tm-section-2-text h2{
font-size: 45px;
font-weight: 800;
font-family: "Lato", sans-serif;
text-transform: none;
}

.tm-section-2-text h2 span {
  position: relative;
  display: inline-block
}
.tm-section-2-text h2 span:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 80px;
  height: 5px;
  background: #ff6b00;
  transform: translateX(-50%); /* Center the pseudo-element horizontally */
}
@media (max-width: 991px) {
  .tm-section-2-inner {
    flex-direction: column;
    margin-left: 0;
  }

  .tm-section-2-left { margin-left: 0; }

  .tm-section-2-right {
    width: 90%;
    margin-top: 40px;
    margin-left: 0;
  }

  .tm-section-2-left {
    width: 90%;
    height: 560px;
  }
}

@media (max-width: 480px) {
  .tm-section-2-right {
    padding-left: 80px;
    padding-right: 80px;
  }
  }



  /* To center the .team-wrapper within its parent container in your layout, you can use CSS Flexbox or CSS Grid. (IM USING FLEX BOX HERE) */
  /* DELETE THIS CODE if you wish to add more impact survey para hindi ma center */
  #team .row {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically if needed */
    flex-wrap: wrap; /* Allows wrapping of items if needed */
}
.team-wrapper {
  text-align: center; /* Center text within the wrapper */
  margin: 15px; /* Add some space around each wrapper */
}
  /* END */

  /* team */

  #team {
		padding-top: 60px;
		padding-bottom: 40px;
	}
  /* start team */
#team h2{
  text-align: center;
		font-size: 39px;
		padding-bottom: 40px;
    weight: 600;
}

#team span {
  color: #ff6b00;
}

#team .team-wrapper
{
  background: #404040;
  padding-bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
  position: relative;
}
#team .team-wrapper:hover
{
  cursor: pointer;
  opacity: 0.4;
  bottom: 4px;
}
#team .team-wrapper .team-des
{
  padding: 20px;
}
#team .team-wrapper .team-des span
{
  color: #ff6b00;
  display: block;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 12px;
}
.team-des h4 {
  font-size: 25px;
  color: #808080;
  font-family: "Lato", sans-serif;
}

.team-des p {
  font-size: 16px;
  color: #808080;
  font-family: "Lato", sans-serif;
}

.img-responsive {
  width: 100%;    /* Makes the image take the full width of its container */
  height: auto;   /* Maintains the aspect ratio */
  display: block; /* Prevents any extra space below the image */
}
/* end team */

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	
}

/* ========================= */
/* MODERN CAREERS DESIGN */
/* ========================= */

.job-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 15px;
    border: 1px solid #f1f1f1;
    transition: all 0.3s ease;
}

.job-item:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transform: translateY(-4px);
}

.job-header {
    font-size: 16px;
    margin-bottom: 8px;
    color: #222;
}

.job-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
}

.job-meta div {
    margin-bottom: 4px;
}

.view-btn {
    display: inline-block;
    padding: 6px 14px;
    background: #ff6b00;
    color: #fff;
    font-size: 13px;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.3s ease;
}

.view-btn:hover {
    background: #e65c00;
    color: #fff;
}

/* Make region title capitalized */
.region-header {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}
/* Modal Styling */
.job-description-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #ff6b00;
}

.modal-content {
    border-radius: 15px;
}

.modal-header {
    border-bottom: 1px solid #eee;
}

.modal-title {
    font-weight: 600;
}

#jobModal .modal-dialog {
    max-width: 1400px;
    width: 95%;
}

#jobModal .modal-body {
    padding: 25px;
    max-height: 85vh;
    overflow-y: auto;
}

/* Make file responsive to screen height */
#jobFileViewer iframe {
    width: 100%;
    height: 75vh;   /* responsive height */
    border-radius: 12px;
}

#jobFileViewer img {
    width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 12px;
}

