@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.career-banner .content .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 675px) {
  .banner.career-banner .content .btn {
    --padding: 16px;
    font-size: 14px;
  }
}

.career-secB {
  padding: 70px 0 85px;
}
@media only screen and (max-width: 675px) {
  .career-secB {
    padding: 3.5rem 0;
  }
}
.career-secB .heading {
  margin-bottom: 56px;
}
.career-secB .swiper .item {
  line-height: 0;
  display: block;
  overflow: hidden;
}
.career-secB .swiper .item img {
  width: 100%;
  aspect-ratio: 1.4;
  transition: 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.career-secB .swiper .item:hover img {
  opacity: 0.8;
}
.career-secB .swiper-nav {
  max-width: 54%;
}
@media only screen and (max-width: 991px) {
  .career-secB .swiper-nav {
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .career-secB .swiper-nav {
    display: none;
  }
}

.career-secC {
  padding: 85px 0;
}
@media only screen and (max-width: 675px) {
  .career-secC {
    padding: 3.5rem 0;
  }
}
.career-secC .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 675px) {
  .career-secC .heading {
    margin-bottom: 3rem;
  }
}
.career-secC .summery-detail-content .col {
  border: 1px solid #C1C1C1;
  --padlr: 21px;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col {
    --padlr: 15px;
  }
}
.career-secC .summery-detail-content .col:not(:last-child) {
  margin-bottom: 20px;
}
.career-secC .summery-detail-content .col.active .title {
  background: var(--primary);
}
.career-secC .summery-detail-content .col.active .title h6 {
  color: var(--white);
}
.career-secC .summery-detail-content .col.active .title .ico {
  rotate: -90deg;
  background-image: url(../../icon/arrow-down-white.svg);
}
.career-secC .summery-detail-content .col .title {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  padding: 15px var(--padlr);
  cursor: pointer;
  background: #E4E4E4;
  transition: 0.6s ease;
}
.career-secC .summery-detail-content .col .title h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  flex: 1;
  color: var(--black);
  padding-right: 1rem;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col .title h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 345px) {
  .career-secC .summery-detail-content .col .title h6 {
    font-size: 14px;
  }
}
.career-secC .summery-detail-content .col .title .ico {
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  background-image: url(../../icon/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  transition: 0.5s ease;
}
.career-secC .summery-detail-content .col article {
  position: relative;
}
.career-secC .summery-detail-content .col article .apply_btn {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col article .apply_btn {
    position: unset;
    margin: var(--padlr);
  }
}
.career-secC .summery-detail-content .col article .content-desc {
  padding: 30px var(--padlr);
}

.form-section.career-secD {
  padding: 75px 0;
}
@media only screen and (max-width: 675px) {
  .form-section.career-secD .heading p {
    max-width: 288px;
  }
}
.form-section.career-secD .form .form-group {
  background: var(--white);
}
.form-section.career-secD .form .form-group.file-input .file-name {
  --filename: "Upload Resume*";
}

.banner.about-banner::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.banner.about-banner .bg {
  height: 360px;
}
@media only screen and (max-width: 1152px) {
  .banner.about-banner .bg {
    height: 300px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.about-banner .bg {
    height: 240px;
  }
}
.banner.about-banner .content h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: none;
  margin: 0 0 12px;
}
@media only screen and (max-width: 1152px) {
  .banner.about-banner .content h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.about-banner .content h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.about-banner .content h1 {
    font-size: 30px;
  }
}
.about-banner-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  backdrop-filter: blur(4px);
}
.about-banner-sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  max-width: 520px;
  margin: 0 auto;
}
@media only screen and (max-width: 675px) {
  .about-banner-sub {
    font-size: 14px;
    padding: 0 12px;
  }
}

/* Shared section headers */
.about-section-head,
.about-mv-header,
.about-director-header {
  text-align: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.about-section-eyebrow,
.about-mv-eyebrow,
.about-director-eyebrow,
.about-who-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
  padding: 6px 14px;
  background: rgba(218, 83, 44, 0.08);
  border-radius: 999px;
}
.about-section-head {
  margin-bottom: 48px;
}
.about-section-head h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--black-light);
  margin: 0 0 12px;
}
.about-section-head p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text);
  margin: 0 auto;
}
@media only screen and (max-width: 675px) {
  .about-section-head h3 {
    font-size: 28px;
  }
  .about-section-head {
    margin-bottom: 36px;
  }
}

.about-page {
  overflow-x: hidden;
}

.about-secA {
  padding: 90px 0;
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
  position: relative;
  overflow: hidden;
}
.about-secA::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(218, 83, 44, 0.06);
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .about-secA {
    padding: 4.5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA {
    padding: 3rem 0;
  }
}
.about-secA .flex {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex {
    gap: 44px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA .flex {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-secA .flex .colA {
    order: -1;
  }
  .about-secA .flex .colB {
    text-align: center;
  }
}
.about-secA .about-who-media {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  padding-bottom: 24px;
  padding-right: 24px;
}
.about-secA .about-who-media::before {
  content: "";
  position: absolute;
  top: 28px;
  left: -24px;
  right: 24px;
  bottom: -24px;
  border: 2px solid var(--primary);
  border-radius: 20px;
  z-index: 0;
  opacity: 0.25;
}
.about-secA .about-who-img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 5 / 4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04), 0 24px 56px rgba(0, 0, 0, 0.14);
}
.about-secA .about-who-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}
.about-secA .about-who-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.about-secA .about-who-media:hover .about-who-img img {
  transform: scale(1.04);
}
.about-secA .about-who-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #fff;
  border-radius: 14px;
  padding: 18px 22px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 130px;
  border: 1px solid rgba(218, 83, 44, 0.15);
}
.about-secA .about-who-badge strong {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
}
.about-secA .about-who-badge span {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  text-align: center;
  margin-top: 6px;
  line-height: 1.3;
  max-width: 100px;
}
.about-secA .flex .colB .heading {
  margin-bottom: 22px;
}
.about-secA .about-who-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
  padding: 6px 14px;
  background: rgba(218, 83, 44, 0.08);
  border-radius: 999px;
}
.about-secA .flex .colB .heading h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  position: relative;
  padding-bottom: 18px;
  color: var(--black-light);
}
.about-secA .flex .colB .heading h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 4px;
  background: var(--primary);
  border-radius: 4px;
}
@media only screen and (max-width: 675px) {
  .about-secA .flex .colB .heading h3 {
    font-size: 30px;
  }
  .about-secA .flex .colB .heading h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.about-secA .flex .colB .content {
  max-width: none;
  margin-bottom: 28px;
}
.about-secA .flex .colB .content p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--text);
  margin-bottom: 1rem;
}
.about-secA .flex .colB .content p.about-who-lead {
  font-size: 16px;
  color: #444;
}
.about-secA .flex .colB .content p:last-child {
  margin-bottom: 0;
}
.about-secA .flex .colB .content p strong {
  color: var(--black-light);
  font-weight: 600;
}
.about-secA .about-who-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media only screen and (max-width: 991px) {
  .about-secA .about-who-highlights {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.about-secA .about-who-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.about-secA .about-who-highlights li:hover {
  border-color: rgba(218, 83, 44, 0.25);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.about-secA .about-who-highlights__ico {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(218, 83, 44, 0.1);
  border-radius: 10px;
  color: var(--primary);
}
.about-secA .about-who-highlights li div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.about-secA .about-who-highlights li strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--black-light);
  line-height: 1.3;
}
.about-secA .about-who-highlights li span {
  font-size: 12px;
  color: var(--text);
  line-height: 1.4;
}
.about-secA .about-who-cta {
  display: inline-flex;
  min-width: 200px;
}
@media only screen and (max-width: 768px) {
  .about-secA .about-who-cta {
    width: 100%;
    justify-content: center;
  }
  .about-secA .about-who-highlights li {
    text-align: left;
  }
}

.about-secB {
  padding: 90px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.about-secB::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(218, 83, 44, 0.05);
  pointer-events: none;
}
.about-secB::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(218, 83, 44, 0.04);
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .about-secB {
    padding: 4.5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB {
    padding: 3rem 0;
  }
}
.about-secB .container {
  position: relative;
  z-index: 1;
}
.about-secB .about-mv-header {
  text-align: center;
  margin-bottom: 48px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.about-secB .about-mv-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
  padding: 6px 14px;
  background: rgba(218, 83, 44, 0.08);
  border-radius: 999px;
}
.about-secB .about-mv-header h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--black-light);
  margin: 0 0 14px;
}
.about-secB .about-mv-subtitle {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text);
  margin: 0;
}
@media only screen and (max-width: 675px) {
  .about-secB .about-mv-header h3 {
    font-size: 28px;
  }
  .about-secB .about-mv-header {
    margin-bottom: 36px;
  }
}
.about-secB .about-mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .about-secB .about-mv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.about-secB .about-mv-item {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 32px 30px 34px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
.about-secB .about-mv-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary);
  opacity: 0.85;
}
.about-secB .about-mv-item--vision::before {
  background: linear-gradient(90deg, var(--primary) 0%, #e8754a 100%);
}
.about-secB .about-mv-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1);
  border-color: rgba(218, 83, 44, 0.2);
}
.about-secB .about-mv-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.about-secB .about-mv-item__ico {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(218, 83, 44, 0.1);
  border-radius: 14px;
  color: var(--primary);
  flex-shrink: 0;
}
.about-secB .about-mv-item__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
  opacity: 0.7;
}
.about-secB .about-mv-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--black-light);
  margin: 0 0 16px;
  line-height: 1.2;
}
.about-secB .about-mv-item p {
  font-size: 15px;
  line-height: 1.85;
  color: #555;
  margin: 0;
}
@media only screen and (max-width: 675px) {
  .about-secB .about-mv-item {
    padding: 26px 22px 28px;
  }
  .about-secB .about-mv-item h4 {
    font-size: 22px;
  }
  .about-secB .about-mv-item p {
    font-size: 14px;
    line-height: 1.75;
  }
}

/* Stats bar */
.about-stats-bar {
  padding: 0;
  background: linear-gradient(135deg, #c44a28 0%, var(--primary) 50%, #b84324 100%);
  position: relative;
  overflow: hidden;
}
.about-stats-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.about-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 1;
}
.about-stats-bar .stat-item {
  text-align: center;
  padding: 48px 24px;
  position: relative;
}
.about-stats-bar .stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.2);
}
.about-stats-bar .stat-item__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  margin-bottom: 16px;
}
.about-stats-bar .stat-item h3 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}
.about-stats-bar .stat-item p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 991px) {
  .about-stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-stats-bar .stat-item:nth-child(2)::after {
    display: none;
  }
  .about-stats-bar .stat-item {
    padding: 36px 20px;
  }
}
@media only screen and (max-width: 675px) {
  .about-stats-inner {
    grid-template-columns: 1fr;
  }
  .about-stats-bar .stat-item::after {
    display: none;
  }
  .about-stats-bar .stat-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .about-stats-bar .stat-item h3 {
    font-size: 36px;
  }
}

/* Services */
.about-services {
  padding: 90px 0;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}
@media only screen and (max-width: 991px) {
  .about-services {
    padding: 4.5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-services {
    padding: 3rem 0;
  }
}
.about-services .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.about-services .service-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 28px 24px;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}
.about-services .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.about-services .service-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
  border-color: rgba(218, 83, 44, 0.2);
}
.about-services .service-card:hover::before {
  opacity: 1;
}
.about-services .service-card .ico {
  width: 52px;
  height: 52px;
  background: rgba(218, 83, 44, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.about-services .service-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--black-light);
}
.about-services .service-card p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text);
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .about-services .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .about-services .services-grid {
    grid-template-columns: 1fr;
  }
}

.about-director {
  padding: 90px 0;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.about-director::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(218, 83, 44, 0.05);
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .about-director {
    padding: 4.5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-director {
    padding: 3rem 0;
  }
}
.about-director .container {
  position: relative;
  z-index: 1;
}
.about-director-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
}
.about-director-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
  padding: 6px 14px;
  background: rgba(218, 83, 44, 0.1);
  border-radius: 999px;
}
.about-director-header h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--black-light);
  margin: 0 0 12px;
}
.about-director-subtitle {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text);
  margin: 0;
}
@media only screen and (max-width: 675px) {
  .about-director-header h3 {
    font-size: 28px;
  }
  .about-director-header {
    margin-bottom: 36px;
  }
}
.about-director .director-msg {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  align-items: start;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.07);
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
.about-director .director-msg::before {
  content: "\201C";
  position: absolute;
  top: 24px;
  right: 36px;
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  color: var(--primary);
  opacity: 0.06;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .about-director .director-msg {
    grid-template-columns: 260px 1fr;
    gap: 32px;
    padding: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .about-director .director-msg {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 24px;
  }
}
.about-director .director-msg__media {
  position: relative;
  padding-bottom: 20px;
  padding-right: 20px;
}
.about-director .director-msg__media::before {
  content: "";
  position: absolute;
  top: 24px;
  left: -20px;
  right: 20px;
  bottom: -20px;
  border: 2px solid var(--primary);
  border-radius: 18px;
  opacity: 0.25;
  z-index: 0;
}
.about-director .director-msg__img {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.about-director .director-msg__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}
@media only screen and (max-width: 767px) {
  .about-director .director-msg__media {
    max-width: 320px;
    margin: 0 auto;
  }
}
.about-director .director-content {
  position: relative;
  z-index: 1;
}
.about-director .director-content p {
  color: var(--text);
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 1rem;
}
.about-director .director-content p.director-lead {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  font-weight: 500;
  padding-left: 20px;
  border-left: 3px solid var(--primary);
  margin-bottom: 1.25rem;
}
.about-director .director-content p:last-of-type {
  margin-bottom: 0;
}
.about-director .director-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}
.about-director .director-title__line {
  width: 48px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
  flex-shrink: 0;
}
.about-director .director-title__info h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 4px;
  color: var(--black-light);
}
.about-director .director-title small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .about-director .director-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.bg-lightgray {
  background-color: #f7f7f7;
}

.w-100 {
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.p-3 {
  padding: 1.5rem;
}

.padding {
  padding: 85px 0;
}
@media only screen and (max-width: 675px) {
  .padding {
    padding: 3.5rem 0;
  }
}

.bg-gray-gradient-box {
  background: linear-gradient(135deg, #ffffff 0%, #f4f3ff 100%);
  border: 1px solid #ebebeb;
  border-radius: 12px;
}

.career-secB.about-secD .content {
  max-width: 500px;
  font-size: 24px;
  line-height: 1.167;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .career-secB.about-secD .content {
    font-size: 20px;
  }
}
@media only screen and (max-width: 675px) {
  .career-secB.about-secD .content {
    font-size: 16px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 365px) {
  .career-secB.about-secD .content {
    font-size: 14px;
  }
}

.about-secE figure {
  flex: 0 1 45%;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .about-secE figure {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.about-secE figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .about-secE figure img {
    height: auto;
  }
}
.about-secE figcaption {
  flex: 1;
  display: flex;
  align-items: center;
}
.about-secE figcaption .content {
  padding: 82px 0;
  max-width: 479px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1152px) {
  .about-secE figcaption .content {
    max-width: 100%;
    padding: 4rem 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .about-secE figcaption .content {
    padding: 3.5rem 15px;
  }
}
.about-secE figcaption .content .heading {
  margin-bottom: 20px;
}
.about-secE figcaption .content .desc-wrap .desc p {
  font-weight: 300;
}
.about-secE figcaption .content .sign {
  margin-top: 28px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .about-secE figcaption .content .sign {
    width: 154px;
    margin-top: 15px;
  }
}
.about-secE figcaption .content .nam-des {
  margin-top: 48px;
  display: flex;
  gap: 18px;
}
.about-secE figcaption .content .nam-des .play-btn {
  --bordercolor: var(--black);
  --playbtncolor: var(--black);
}
.about-secE figcaption .content .nam-des .play-btn::before {
  background: #ababab;
}
.about-secE figcaption .content .nam-des .inf {
  flex: 1;
}
.about-secE figcaption .content .nam-des .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.302;
}
.about-secE figcaption .content .nam-des .desg {
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.302;
}

.about-secF {
  padding: 100px 0 90px;
}
@media only screen and (max-width: 675px) {
  .about-secF {
    padding: 3.5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secF .container {
    padding-right: 0;
  }
}
.about-secF .heading {
  margin-bottom: 55px;
}
@media only screen and (max-width: 675px) {
  .about-secF .heading {
    margin-bottom: 2.5rem;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .about-secF .heading {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .about-secF .heading {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secF .slider-nav {
    display: none;
  }
}
.about-secF .team-slider .item {
  border-radius: 10px;
  overflow: hidden;
}
.about-secF .team-slider .item figure {
  line-height: 0;
}
.about-secF .team-slider .item figure img {
  width: 100%;
}
.about-secF .team-slider .item figcaption {
  background: #F5F5F5;
  text-align: center;
  padding: 13px 15px 23px;
}
.about-secF .team-slider .item figcaption .name {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}
@media only screen and (max-width: 675px) {
  .about-secF .team-slider .item figcaption .name {
    margin-bottom: 2px;
    font-size: 16px;
  }
}
.about-secF .team-slider .item figcaption .desg {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .about-secF .team-slider .item figcaption .desg {
    font-size: 12px;
  }
}/*# sourceMappingURL=about.css.map */
