/* Background image section */
.elementor-element-05e1642 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../services.png); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
  text-align: center;
}

/* Inner container fix */
.e-con-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Heading style */
.elementor-heading-title {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}




.about-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  gap: 40px;
  flex-wrap: wrap; 
}

.about-content {
  flex: 1 1 500px;
}

.about-content h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-content h2 span {
  color: #ff9914; 
  border-left: 5px solid #ff9914;
  padding-left: 10px;
  display: inline-block;
  margin-bottom: 5px;
}

.about-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

.about-image {
  flex: 1 1 500px;
  display: flex;
  justify-content: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.news-section h2 {
  font-size: 2.3rem;
}

.news-section p {
  color: #003063;
}

.news-card {
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 
}

.news-card img {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}

.news-title {
  background-color: #003063; 
  color: #fff;
  padding: 15px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 0 0 20px 20px;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
}

.team-section {
  background-color: #c5c8ce; 
  padding: 60px 20px;
  text-align: center;
}

.team-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #003063;
}

.team-title .highlight {
  color: #ff9914; 
}

.teammembers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.teammember {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  max-width: 220px;
  flex: 1 1 200px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.teammember img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.team-member h3 {
  font-size: 18px;
  font-weight: 700;
  color: #003063;
  margin: 15px 0 5px;
}

.team-member p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.show-all-container {
  text-align: center;
}

.show-all-btn {
  display: inline-block;
  background-color: #ff9914;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.show-all-btn:hover {
  background-color: #ff9914;
}

.expert-team-section {
  background-color: #c5c8ce; 
  padding: 60px 20px;
  text-align: center;
}

.expert-team-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #003063; 
}

.expert-team-title .highlight {
  color: #ff9914; 
}

.expert-team-members {
  display: grid;
  grid-template-columns: repeat(4, 250px);
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}

.expert-team-member {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  max-width: 220px;
  text-align: center;
  flex: 1 1 200px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.expert-team-member img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.expert-team-member h3 {
  font-size: 18px;
  font-weight: 700;
  color: #003063;
  margin: 15px 0 5px;
}

.expert-team-member p {
  font-size: 14px;
  color: #003063;
  margin: 0;
}

.expert-show-all-container {
  text-align: center;
}

.expert-show-all-btn {
  display: inline-block;
  background-color: #ff9914;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.expert-show-all-btn:hover {
  background-color: #ff9914;
}

.testimonial-section {
  background-color: #fff;
  padding: 60px 20px;
}

.testimonial-title {
  font-size: 32px;
  font-weight: 700;
  color: #003063; 
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 120px;
}

.testimonial-title-bar {
  display: inline-block;
  width: 5px;
  height: 35px;
  background-color: #ff9914; 
  margin-right: 10px;
}

.testimonial-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.testimonial {
  flex: 1 1 450px;
  max-width: 500px;
  color: #003063;
  font-size: 16px;
  line-height: 1.6;
}

.testimonial-author {
  margin-top: 20px;
  font-weight: 500;
  color: #003063;
  text-align: left;
}

.careers-section {
  background-color: #fff;
  padding: 60px 20px;
}

.careers-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.careers-text {
  flex: 1 1 400px;
}

.careers-heading {
  font-size: 36px;
  font-weight: 700;
  /* display: flex; */
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.careers-title-bar {
  display: inline-block;
  width: 5px;
  height: 40px;
  background-color: #ff9914;
  margin-right: 10px;
}

.careers-title-orange {
  color: #ff9914; 
}

.careers-title-blue {
  color: #003063;
}

.careers-description {
  font-size: 16px;
  color: #003063;
  line-height: 1.6;
}

.careers-image {
  flex: 1 1 400px;
  text-align: center;
}

.careers-image img {
  max-width: 100%;
  height: auto;
}

/* Custom Colors */
.bg-dark-blue {
  background-color: #003063;
}

.bg-orange {
  background-color: #ff9914;
}

.text-orange {
  color: #ff9914;
}

/* Footer General Styling */
.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 1rem; 
}

.footer h6 {
  font-size: 1.15rem; 
  margin-bottom: 20px;
}

.footer .footer-link {
  color: #ddd;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: lighter;
}

.footer-link{
  font-weight: lighter;
}

.footer .footer-link:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-logo {
  max-height: 80px;
  margin-bottom: 20px;
}

.footer-bottom {
  font-size: 1rem;
  padding: 20px 0;
}