.about-sec .ban-bg-box {
  max-height: 76%;
}

.about-sec .about-left-box .img-box {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 14px;
}

/* .about-sec .content-box p {

    color: var(--clr-primary);

}
 */
.about-sec .content-box > p:not(:last-child) {
  margin-bottom: 17px;
}

.top-header h3 {
  color: var(--clr-peimary);
}

.awards-sec .feature-card-box .top-header h3 {
  color: var(--clr-accent);
}

.awards-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.awards-card .img-box img {
  height: 122px;
  object-fit: contain;
  margin-bottom: 14px;
}

.awards-sec .feature-card-box {
  margin-top: 45px;
}

@media (max-width: 575.98px) {
  .awards-card .img-box img {
    margin-bottom: 5px;
    height: 98px;
  }
}

/* new css starts here */
.inner-banner-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0 0 0 / 73%), rgb(0 0 0 / 57%));
  z-index: 1;
}
.inner-banner-one {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.inner-banner-one > * {
  position: relative;
  z-index: 2;
}

.banner-title {
  font-family: var(--ff-primary);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  color: var(--clr-white);
  line-height: 45px;
  text-align: center;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0px;
  list-style: none;
}

nav.custom-breadcrumb {
  margin-top: 15px;
  background: var(--clr-white);
  padding: 12px 30px;
  border-radius: 34px;
}

.story-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grid-image-left img {
  border-radius: 5px;
}

.grid-content-right h2,
.grid-content-left h2 {
  color: var(--clr-title-text);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.grid-content-right p,
.grid-content-left p {
  color: var(--clr-para-text);
}

.row-x {
  margin-top: 20px;
}

.grid-content-right {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.grid-content-left {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.grid-right-image-two {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.grid-right-image-one,
.grid-right-image-two,
.grid-right-image-three {
  overflow: hidden;
  padding: 5px;
  height: 100%;
}

.grid-right-image-one img,
.grid-right-image-two img,
.grid-right-image-three img {
  border-radius: 5px;
  height: 100%;
}

.ceo-sec {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ceo-details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 25px;
padding: 0 50px;
  position: relative;
}
.ceo-details::before {
  position: absolute;
  left: 0;
  top: 39%;
  transform: translateY(-50%);
  content: '';
  background: #f9f9f9c9;
  width: 100%;
  height: 200px;
  border-radius: 12px;
  z-index: -1;
}
.ceo-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ceo-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: #f0f0f0;
  color: #000;
  font-size: 16px;
  transition: all 0.3s ease;
}

.ceo-links ul li a:hover {
  background-color: #333;
  color: var(--clr-white);
}

.ceo-links ul li a {
  color: var(--clr-primary);
  font-size: 18px;
}

.ceo-image img {
  border-radius: 5px;
}

.ceo-des h2 {
  color: var(--clr-title-text);
  font-size: 42px;
  font-weight: 700;
}

.ceo-quote-box span {
  color: var(--clr-secondary);
  font-size: 28px;
}

.ceo-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ceo-name-des{
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  padding: 20px;
  width: 100%;
}
.ceo-name-des h2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 20px;
}
.ceo-name-des p {
text-align: left;
  color: #fff;
}
.ceo-links{
  position: absolute;
  right: 15px;
  bottom: 35px;
}
.commitment-sec {
  background-color: var(--clr-white);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
}

.commitment-icon {
  background-color: var(--clr-secondary);
  max-width: 60px;
  padding: 10px;
  border-radius: 5px;
}

.commitment-aspirations-sec .custom-btn {
  border-color: transparent;
  padding: 15px 30px;
  color: var(--clr-white);
  background-image: linear-gradient(
    90deg,
    rgb(10, 137, 210) 0%,
    var(--clr-accent) 96%
  );
}

.commitment-aspirations-sec .custom-btn:hover {
  background: transparent;
  color: var(--clr-accent);
  border: 1px solid var(--clr-accent);
}

.commitment-title h2 {
  color: var(--clr-title-text);
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}

.commitment-title p {
  margin-bottom: 10px;
}

.commitment-aspirations-sec {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sus-title h2 {
  text-align: center;
  color: var(--clr-title-text);
  margin-bottom: 50px;
  font-size: 42px;
  font-weight: 700;
}

.industries-title {
  padding: 20px;
}

.industries-box {
  background-color: var(--clr-white);
  box-shadow: 10px 10px 27px 2px rgba(219, 219, 219, 0.75);
  border-radius: 5px;
}

.industries-image img {
  border-radius: 5px 5px 0px 0px;
}

.industries-title h2 {
  font-size: 22px;
  color: var(--clr-title-text);
  margin-bottom: 8px;
  min-height: 52px;
}

.industries-title p {
  font-size: 16px;
  color: var(--clr-para-text);
  margin-bottom: 12px;
  min-height: 104px;
}

.industry-sec .custom-btn {
  border-color: transparent;
  padding: 7px 19px;
  color: var(--clr-white);
  background-image: linear-gradient(
    90deg,
    rgb(10, 137, 210) 0%,
    var(--clr-accent) 96%
  );
}

.industry-x {
  margin-top: 20px;
}

.header-sec nav.main-nav-box .navbar-nav .nav-link:hover + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
}

/* career */

.current-openings-sec {
  margin-top: 40px;
}

.job-card {
  display: flex;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background: #fafafa;
  flex-wrap: wrap;
}

.job-card-img {
  flex: 1 1 400px;
  min-width: 400px;
  max-width: 400px;
  height: auto;
}

.job-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-card-content {
  flex: 2 1 400px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.job-card-content h3 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 600;
}

.job-meta {
  display: flex;
  gap: 35px;
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.job-meta span {
  margin-bottom: 5px;
}

.job-buttons {
  display: flex;
  gap: 10px;
}

.career-page .top-title {
  font-family: var(--ff-primary);
  text-underline-position: from-font;
  color: var(--clr-title-text);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.career-title .top-header h2 {
  text-align: center;
}

.job-x {
  margin-top: 20px;
}

.job-buttons .custom-btn {
  margin-top: 0px;
}

.career-form-sec {
    background: #fafafa;
    margin-top: 70px;
    padding: 35px !important;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    
}

/* .career-form-title h2 {
    text-align: center;
    margin: 20px 0;
    font-size: 42px;
    color: var(--clr-title-text);
    font-weight: 700;
        font-family: var(--ff-primary);
} */

.career-form .form-control {
    padding: 12px 15px;
}

.career-form .form-group.form-button {
    display: inline-block;
}

.career-form .form-group.form-button .custom-btn.btn-2 {
    color: var(--clr-white);
    background-color: var(--clr-accent);
    padding: 15px 40px;
    margin-top: 10px;
    font-weight: 600;
    border: 2px solid transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.career-form .form-group.form-button .custom-btn.btn-2:hover {
    background-color: var(--clr-secondary);
    color: var(--clr-white);
}

.pagination {
    display: flex
;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    gap: 10px;
}


.pg-x{
  margin-top: 40px;
}

a.page-link.active {
      background-image: linear-gradient(90deg, rgb(10, 137, 210) 0%, var(--clr-accent) 96%);
    color: white;
    
}

.page-link {
    padding: .375rem .75rem;
    color: var(--clr-accent);
    border-radius: 5px;
}