/*@media (min-width: 1550px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1550px;
    }
}
@media (max-width: 1599px) {
    .container {
      max-width: 100% !important;
      overflow: hidden;
    }
}*/
@media (max-width: 1320px) {
    .container {
      max-width: 100% !important;
      overflow: hidden;
    }
}
@media (max-width: 1060px) {
    .banner-slide .carousel-caption .caption-positioning p {
        font-size: 1.5rem !important;
        line-height: 32px !important;
    }
}

.justify-content-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 1.25rem;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

@media (min-width: 769px) {
    .carousel-item.active .slide-content {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
    .slide-content {
        position: absolute;
        left: 0;
        transform: translateY(-50%);
        background: #163d7a;
        padding: 30px 90px 30px 30px;
        color: #fff;
        max-width: 50%;
        clip-path: polygon(0px 0px, 100.17% 3px, 90.38% 100.00%, 0% 100%);
        opacity: 0;
        transform: translateY(-50%) translateX(-50px);
        transition: all 0.8s ease;
        width: 50%;
    }
}

.wrap-diamond{
    display: flex;
    align-items:center;
}


.banner-slide .carousel-caption .caption-positioning p{
    font-size: 3rem;
    font-weight: 600;
    /*line-height: 80px;
    color: var(--main-color);*/
    line-height: 60px;
    color: #fff;
}
#carouselCaptions .carousel-control-prev,
#carouselCaptions .carousel-control-next {
    opacity: 0 !important;
}

#carouselCaptions:hover .carousel-control-prev,
#carouselCaptions:hover .carousel-control-next {
    opacity: 0 !important;
}

@media (max-width: 768px) {
    .carousel-caption {
        position: absolute;
        height: 100%;
        right: 0%;
        bottom: 1.25rem;
        left: 0%;
        color: #fff;
        text-align: center;
    }
    .slide-content {
        position: absolute;
        padding: 20px 20px 50px 20px;
        text-align: left;
        left: 0;
        bottom: 0;
        transition: all 0.8s ease;
        max-width: 100%;
        width: 100%;
        background: var(--main-color);
        clip-path: polygon(0px 0px, 92.00% 0px, 100% 30%, 100% 100%, 0px 100%);
        opacity: 0;
        color: #fff;
    }
    .carousel-item.active .slide-content {
        padding: 20px 20px 50px 20px;
        opacity: 1;
    }
    .banner-slide .carousel-caption .caption-positioning p{
        font-size: 20px !important;
        font-weight: 600;
        line-height: 32px !important;
        color: #fff;
    }
}


/* Home */
.diamond {
    width: 18px;
    height: 18px;
    background: var(--main-color);
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 15px;
}
.diamond-light {
    width: 22px;
    height: 22px;
    background: var(--color-active);
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 15px;
}

.about-abg {
    position: relative;
    margin-top: 30px;
}

/* TITLE */
.about-title {
    font-weight: 700;
    font-size: 42px;
    color: #163d7a;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* TEXT */
.about-text {
    font-size:20px;
    max-width: 98%;
}

/* BUTTON */
.btn-primary-general {
  display: inline-block;
  white-space: nowrap;
  padding: 12px 20px;
  height: 52px;
  align-items: center;
  background-color: var(--main-color);
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 7px;
  text-decoration: none;
  color: #fff;
  transition: all linear 0.25s;
  border: none;
}
.btn-primary-general:hover {
    color: #fff;
    background: #0f2f5a;
} 
.btn-primary-general img.arrow {
    position: relative;
    top: -3px;
    transition: all linear 0.25s;
    width: 0;
    opacity: 1;
    filter: brightness(0) invert(1);
}
.btn-primary-general:hover img.arrow {
    width: 30px;
    margin-left: 5px;
}

.about-bottom {
    display: flex;
}

/* STATS */
.stats {
    position: relative;
    width: calc(100% - 330px);
    display: block;
    align-items: center;
    margin: 0 auto;
}
.wrap-stats {
    position: relative;
    width: 100%;
    display: block;
    align-items: center;
    margin: 0 auto;
}

@media (max-width: 1250px) {
    .about-bottom {
        display: block;
    }
    
    /* STATS */
    .stats {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .about-bottom {
        display: flex;
    }
    
    /* STATS */
    .stats {
        width: calc(100% - 230px);
    }
}
@media (max-width: 650px) {
    .about-bottom {
        display: block;
    }
    
    /* STATS */
    .stats {
        margin-top: 20px;
        width: 100%;
    }
}  

.stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-top: 1px solid #cfd6e0;
}

.stat-number {
    font-size: 60px;
    font-weight: 700;
    color: var(--main-color);
}

.stat-label {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

/* IMAGE */
.about-image img {
    border-bottom-left-radius: 120px;
    width: 100%;
    object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .section-title {
        font-size: 30px;
    }

    .stat-number {
        font-size: 40px;
    }

    .about-image img {
        border-radius: 20px;
    }
}

/* Home: Our business */
.our-business-section {
    position: relative;
}

/* LEFT BLUE BOX */
.business-left {
    background: var(--main-color);
    color: #fff;
    padding: 70px 60px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    position: relative;
}

.business-content {
    position: relative;
    padding-right: 45px;
    font-size: 16px;
}

.business-title {
    font-size: 40px;
    font-weight: 700;
    display: flex;
    color: #fff;
    align-items: center;
}

@media (max-width: 991px) {
    .business-title {
        font-size: 25px;
    }
}    

/* BUTTON STYLE */
.wrap-box-btn {
    position: relative;
    display: flex;
    margin: 50px 0;
}
.business-left .btn {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    height: 50px;
    border-radius: 8px;
    font-weight: 600;
    color: var(--main-color);
    transition: all linear 0.25s;
}
.business-left .btn:hover {
    background-color: #fff;
}    
.business-left .btn img.arrow {
    position: relative;
    display: inline-block;
    transition: all linear 0.25s;
    width: 0;
    opacity: 0;
    filter: brightness(0) invert(1);
    filter: drop-shadow(0px 1000px 0 #64abff);
}
.business-left .btn:hover img.arrow {
    width: 30px;
    opacity: 1;
    margin-left: 5px;
}

/* RIGHT SIDE CARD */
.business-right {
    background: #e9e9e9;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-item {
    position: relative;
    margin-bottom: 2rem !important;
    text-align: left;
}
.logo-item img {
    position: relative;
    top: 0;
    max-height: 75px;
}
.logo-item:hover img{
    top: -10px;
    transition: all linear 0.5s;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .business-left {
        clip-path: none;
        padding: 40px;
    }

    .section-title {
        font-size: 28px;
    }
}

/* Home: Our Core Strength */
.core-strength {
    position: relative;
}
.core-strength .col-lg-3.col-md-6{
    margin-bottom: 15px;
}

.section-heading {
    font-size: 42px;
    font-weight: 700;
    color: var(--main-color);
    display: flex;
    align-items: center;
}

/* CARD STYLE */
.strength-card {
    position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    padding: 30px 30px;
    height: 100%;
    transition: 0.3s ease;
}

.strength-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

/* NUMBER TOP RIGHT */
.strength-card .number {
    position: absolute;
    padding: 0px 10px;
    top: -32px;
    right: -1px;
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    color: var(--main-color);
    background-color: #fff;
}

/* ICON CIRCLE */
.strength-card .icon-circle {
    width: 80px;
    height: 80px;
    /*background: var(--main-color);*/
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.strength-card .icon-circle img{
    width: 65px;
    border-radius: 50%;
}

.icon-circle i {
    color: #fff;
    font-size: 28px;
}

.strength-card h5 {
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 30px;
}

.strength-card p, .strength-card .strength-card-detail {
    font-size: 16px;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
    .section-heading {
        font-size: 30px;
    }
}



/* About Us  */
.vm-section {
   position: relative;
   margin: 20px 0 40px 0;
   border-top: 1px solid #dcdcdc;
}
.vm-section .wrap-vm-image{
    position: relative;
}
.vm-section .wrap-vm-image img{
    position: relative;
    width: 100%;
}
.vm-box {
    padding: 80px;
    position: relative;
    height: 100%;
}

@media (min-width: 1600px) {
    .row > div:first-child .vm-box {
        padding: 80px 80px 100px 0;
    }
}
@media (max-width: 1300px) {
    .vm-box {
        padding: 30px 30px;
    }
}

/* Vertical divider */
.vm-divider {
    border-right: 1px solid #dcdcdc;
}
.vm-divider:last-child  {
    border-right: 1px solid transparent;
}

.vm-icon {
    font-size: 60px;
    color: var(--main-color);
    margin-bottom: 40px;
}
.vm-icon img{
    height: 80px;
}
.vm-title {
    color: var(--main-color);
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}


.diamond_abt {
    width: 16px;
    height: 16px;
    background: var(--main-color);
    transform: rotate(45deg);
    display: inline-block;
}

.vm-text {
    font-size: 22px;
    color: #333;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .vm-box {
        padding: 30px 15px;
        text-align: center;
    }

    .vm-title {
        justify-content: center;
    }

    .vm-divider {
        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }
}

/* Business Scope */
.business-scope-section .wrap-card{
    position: relative;
    display: inline-block;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
    padding: 10px 0 30px 0;
    overflow-y: hidden;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #2196F3 #f1f1f1;
}
/* Chrome, Edge, Safari */
.business-scope-section .wrap-card::-webkit-scrollbar {
    height: 10px; /* height controls horizontal scrollbar thickness */
}
.business-scope-section .wrap-card::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}
.business-scope-section .wrap-card::-webkit-scrollbar-thumb {
    background: #2196F3;
    border-radius: 6px;
}
.business-scope-section .wrap-card::-webkit-scrollbar-thumb:hover {
    background: #1976D2;
}

.business-scope-section .wrap-card .col-lg-3.col-md-6{
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.business-scope-section {
    position: relative;
}
.business-scope-section .col-lg-3.col-md-6{
    margin-bottom: 15px;
}

.scope-heading {
    font-size: 42px;
    font-weight: 700;
    color: var(--main-color);
    display: flex;
    align-items: center;
}

/* CARD STYLE */
.scope-card {
    position: relative;
    background: #fff;
    border-left: 1px solid #dcdcdc;
    padding: 0px 15px;
    height: 100%;
    transition: 0.3s ease;
    white-space: initial;
}

.scope-card:hover {
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.08);*/
    transform: translateY(-5px);
}

/* NUMBER TOP RIGHT */
.scope-card .number {
    position: absolute;
    padding: 0px 10px;
    top: -32px;
    right: -1px;
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    color: var(--main-color);
    background-color: #fff;
}

/* ICON CIRCLE */
.scope-card .icon-circle {
    width: 80px;
    height: 80px;
    /*background: var(--main-color);*/
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.scope-card .icon-circle img{
    width: 65px;
}    

.scope-card .icon-circle i {
    color: #fff;
    font-size: 28px;
}

.scope-card h5 {
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 20px;
}
.scope-card .scope-card-detail {
    font-size: 16px;
    font-weight: 500;
}
.scope-card p {
    font-size: 16px;
    font-weight: 500;
}

/*  */
/* Section spacing */
.section-padding{
    padding: 50px 0 100px 0;
}
  
/* CTA Wrapper */
.cta-box{
    position:relative;
    border-radius:35px;
    overflow:hidden;
    padding:80px 70px;
    color:#fff;
    background: linear-gradient(90deg, rgba(23,63,122,0.95) 0%, rgba(46,95,167,0.85) 45%, rgba(46,95,167,0.55) 70%, rgba(0,0,0,0.6) 100%),
      url('https://images.unsplash.com/photo-1556761175-b413da4baf72?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
}
  
/* Content width */
.cta-content{
    position: relative;
}
  
  /* Title */
.cta-title{
    font-size:48px;
    font-weight:700;
    margin-bottom:30px;
    display:flex;
    align-items:center;
    gap:5px;
}
  
.cta-title .diamond{
    width:18px;
    height:18px;
    background:#6fb1ff;
    transform:rotate(45deg);
}
  
/* Text */
.cta-text{
    font-size:20px;
    line-height:1.6;
    margin-bottom:40px;
    opacity:0.95;
}
  
/* Button */
.wrap-box-btn-join {
    position: relative;
    display: flex;
    margin: 50px 0;
}
.btn-outline-light-custom{
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    color:#fff;
    height: 50px;
    padding: 12px 25px;
    font-weight: 600;
    border-radius:10px;
    transition:all 0.3s ease;
}
.btn-outline-light-custom:hover{
    background:#fff;
    color: var(--main-color);
}
.btn-outline-light-custom img.arrow {
    position: relative;
    display: inline-block;
    transition: all linear 0.25s;
    width: 0;
    opacity: 0;
    filter: brightness(0) invert(1);
    filter: drop-shadow(0px 1000px 0 #64abff);
}
.btn-outline-light-custom:hover img.arrow {
    width: 30px;
    opacity: 1;
    margin-left: 5px;
}
  
/* Responsive */
@media(max-width:992px){
    .cta-box{
      padding:60px 35px;
    }
  
    .cta-title{
      font-size:34px;
    }
  
    .cta-text{
      font-size:18px;
    }
}


/* Contact us*/

.contact-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 10px;
}
.contact-us-section .contact-item h5{
    color: var(--main-color);
}
.contact-us-section .contact-item p{
    font-size: 16px;
    font-weight: 500;
}
.icon-circle {
    width: 52px;
    height: 52px;
    background: #0b3c8c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.contact-us-section .icon-circle i {
    color: #fff;
    font-size: 22px !important;
}

.contact-item .icon-circle img{
    height: 25px;
    filter: invert(100%) brightness(100%); 
}

.map-box iframe {
    margin: 30px 0 20px 0;
    width: 100%;
    height: 340px;
    border: none;
    border-radius: 12px;
}
.map-box {
    margin: 40px 0 20px 0;
    width: 100%;
    min-height: 340px;
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.contact-form-card {
    border: 1px solid var(--main-color);
    border-radius: 26px;
    padding: 30px;
}

@media(max-width: 550px){
    .contact-form-card {
        padding: 30px 15px;
    }
}

.contact-form-card .required{
    color: #f00;
}    

.contact-form-card .form-label {
    font-size: 16px;
    font-weight: 500;
}
.contact-form-card .form-control {
    background: #f5f5f5;
    border: none;
    border-radius: 8px;
    padding: 14px 14px;
}
.contact-form-card .form-control::placeholder {
    color: #999; /* Change to your desired color (e.g., red) */
}
  
.contact-form-card .form-control:focus {
    box-shadow: none;
    background: #f0f0f0;
}

.contact-form-card .btn-primary {
    margin-top: 10px;
    padding: 12px 20px;
    background-color: #0b3c8c;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
}

.contact-form-card .btn-primary:hover {
    background-color: #092f6b;
}


/* Connect with the Expert */

.expert-section {
    position: relative;
}

.expert-section .expert-text {
    font-size: 20px;
    max-width: 98%;
}

/* Card */
.expert-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #9f9f9f;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.expert-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Header */
.expert-card-header {
    background-color: #f1f2f4;
    padding: 40px 20px;
    border-bottom-right-radius: 60px;
}

.company-logo {
    max-height: 100px;
}

/* Body */
.expert-card-body {
    padding: 30px;
}
@media(max-width:500px){
    .expert-card-body {
      padding: 30px 15px;
    }
}

.info-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.info-item .icon-circle {
    width: 28px;
    height: 28px;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.info-item .icon-circle i {
    color: #fff;
    font-size: 13px !important;
}

.info-item .icon-circle img{
    height: 14px;
    filter: invert(100%) brightness(100%); 
}

/*.info-item i {
    background-color: var(--main-color);
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}*/


/* CSR */

/* Accordion Item */
.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
    background: transparent;
}

/* Header */
.custom-accordion .accordion-button {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 16px !important;
    padding: 22px 25px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: none;
    transition: all 0.35s ease;
}

/* Remove Bootstrap default arrow */
.custom-accordion .accordion-button::after {
    background-image: none;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.35s ease;
}

/* Rotate arrow when open */
.custom-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}

/* Focus remove */
.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

/* Body wrapper animation */
.custom-accordion .accordion-collapse {
    margin-top: -15px;
    transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Smooth body animation */
.custom-accordion .accordion-body {
    background-color: #e9eaec;
    padding: 50px 30px 30px 30px;
    border-radius: 16px;
    margin-top: -8px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* Custom animation */
@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.impact-section .impact-text {
    font-size: 17px;
}


/* Career */

/* Sidebar */
.career-filter {
    background: #eceff3;
    border-radius: 12px;
    padding: 15px 0;
}

.career-filter li {
    cursor: pointer;
    font-size: 18px;
    color: #6c757d;
    transition: 0.3s;
    border-radius: 8px;
    margin: 5px 10px;
}

.career-filter li a {
    position: relative;
    padding: 12px 20px;
    display: block;
    color: #123d7c;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 8px;
}

.career-filter li a:hover {
    background: #dbe4f5;
    color: #123d7c;
}

.career-filter li a.active {
    background: var(--main-color);
    color: #fff;
}

/* Job Card */
.wrap-job-card {
    text-decoration: none;
}
.job-card {
    background: #fff;
    border: 1px solid #d6d8db;
    border-radius: 16px;
    padding: 25px 25px 80px 25px;
    transition: 0.3s ease;
    height: 100%;
    min-height: 250px;
    position: relative;
}

.job-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    transform: translateY(-4px);
    border: 1px solid var(--main-color);
}

.job-top h5 {
    font-weight: 600;
    color: var(--main-color);
    font-size: 24px;
    margin-bottom: 10px;
    text-decoration: none;
}

.arrow-icon {
    font-size: 26px;
    color: var(--main-color);
    transition: 0.3s;
    font-weight: 600;
}

.job-card:hover .arrow-icon {
    transform: translateX(5px);
}

/* Tags */
.job-tags .badge {
    background: #fff;
    color: #6c757d;
    border: 1px solid #d6d8db;
    border-radius: 50px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

/* Meta */
.job-meta {
    display: flex;
    gap: 20px;
    font-size: 15px;
    font-weight: 500;
    color: var(--main-color);
    position: absolute;
    bottom: 25px;
}

.job-meta i {
    margin-right: 5px;
    font-size: 19px;
}

.job-meta span {
   display: flex;
   align-items: center;
   color: #000;
}
.job-meta img {
   height: 19px;
   margin-right: 5px;
}

@media(max-width:490px){
    .job-meta {
        font-size: 14px;
    }
}


/* Career Detail */

.job-header {
    background: #e9eef5;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.job-header h1 {
    font-weight: 700;
    color: var(--main-color);
}

.wrap-box-job-detail {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.job-header .text-muted {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 500;
    gap: 30px !important;
    color: var(--text-default) !important;
}

@media(max-width:490px){
    .job-header .badge-soft {
        padding: 5px 12px;
        font-size: 16px;
    }    
    .job-header h1 {
        font-size: 24px;
    }
    .job-header .text-muted {
        font-size: 14px;
        gap: 28px !important;
    }
}
@media(max-width:390px){
    .job-header .text-muted {
        font-size: 13px;
        gap: 15px !important;
    }
}

.job-header .text-muted i {
    margin-right: 5px;
    font-size: 22px;
    color: var(--main-color);
}

.job-header .text-muted span {
   display: flex;
   align-items: center;
}
.job-header .text-muted img {
   height: 22px;
   margin-right: 5px;
}

.badge-soft {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 500;
    color: var(--text-default);
    margin: 0 5px;
    border: 1px solid #bcbec1;
    border-radius: 50px;
    padding: 8px 15px;
}

.wrap-box-job-detail ul {
    padding-left: 1.2rem;
}

.wrap-box-job-detail ul li {
    margin-bottom: 10px;
}

/* Section title */
.career-section .section-title {
    font-weight: 700;
    font-size: 32px;
    color: var(--main-color);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.career-section .section-title .diamond {
  width: 18px;
  height: 18px;
  background: var(--main-color);
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 0px;
}

.divider {
    border-top: 1px solid #ddd;
    margin: 40px 0 0 0;
}

.wrap-contact-box{
    position: relative;
    padding-top: 40px;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-default);
}
.wrap-contact-box .text-muted{
    color: var(--text-default) !important;
}

/* Vertical divider */
.border-divider {
    border-right: 1px solid #c8c8c8;
}

@media (max-width: 991px) {
    .border-divider {
        border-right: none;
        border-bottom: 1px solid #c8c8c8;
        /*margin-bottom: 40px;*/
        padding-bottom: 40px;
    }
}

/* Contact pill */
.contact-pill {
    background: #ffffff;
    border: 1px solid #919191;
    border-radius: 50px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    max-width: 500px;
}

.career-section .contact-pill .icon-circle {
    width: 50px;
    height: 50px;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
}
.career-section .contact-pill .icon-circle i {
    color: #fff;
    font-size: 22px !important;
}
.career-section .contact-pill .icon-circle img {
   height: 25px;
   filter: invert(100%) brightness(100%);
}

/* QR box */
.qr-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}

.qr-wrapper img {
    width: 130px;
    padding: 5px;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.contact-label {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
}

.contact-value {
    font-size: 18px;
}


/* Our Business */

/* Intro */
.intro-text {
    font-size: 20px;
}

.wrap-subsidiary-tab {
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.box-subsidiary-tab {
    position: relative;
    /*display: inline-block;*/
    padding: 4px;
    border-radius: 6px;
    background-color: #f5f5f5;
}

/* Tabs */
.custom-tabs .nav-link {
    /*background: #e6e7ea;*/
    font-size: 16px;
    color: #6c757d;
    border-radius: 4px;
    margin: 0 0;
    padding: 10px 22px;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;
}

.custom-tabs .nav-link.active {
    background: var(--main-color);
    color: #fff;
}

@media (max-width: 991px) {
    .box-subsidiary-tab {
        position: relative;
        width: 100%;
        padding: 4px;
        border-radius: 6px;
        background-color: #eceff3;
        border-radius: 12px;
        padding: 15px 0;
    }
    .box-subsidiary-tab #subsidiaryTab{
        position: relative;
        width: 100%;
    }
    .box-subsidiary-tab ul#subsidiaryTab li.nav-item{
        position: relative;
        width: 100%;
        text-align: left;
        margin: 5px 10px;
    }
    .box-subsidiary-tab ul#subsidiaryTab li.nav-item a.nav-link{
        position: relative;
        width: 100%;
        padding: 12px 20px;
        border-radius: 8px;
        cursor: pointer;
    }
    .box-subsidiary-tab ul#subsidiaryTab li.nav-item a.nav-link:hover {
        background: #dbe4f5;
        color: #123d7c;
    }
    .box-subsidiary-tab ul#subsidiaryTab li.nav-item a.nav-link.active {
        background: var(--main-color);
        color: #fff;
    }
}


/* Logo Card */
.logo-card {
    background: #f5f5f5;
    border-radius: 18px;
    padding: 20px 40px;
    height: 100%;
}

/* Content Card */
.subsidiary-section .content-card {
    background: #f5f5f5;
    border-radius: 18px;
    padding: 40px;
    height: 100%;
    font-size: 16px;
}

.subsidiary-section .content-card h3 {
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 15px;
}

.wrap-custom-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-btn {
    background: var(--main-color);
    border-radius: 8px;
    display: inline-block;
    white-space: nowrap;
    padding: 12px 20px;
    height: 52px;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    transition: all linear 0.25s;
    border: none;
}
.custom-btn:hover {
    color: #fff;
    background: #0f2f5a;
} 
.custom-btn img.arrow {
    position: relative;
    top: -3px;
    transition: all linear 0.25s;
    width: 0;
    opacity: 1;
    filter: brightness(0) invert(1);
}
.custom-btn:hover img.arrow {
    width: 30px;
    margin-left: 5px;
}


/* Stats */
.stat-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #c8c8c8;
    padding: 30px;
    position: relative;
    transition: 0.3s;
}

.stat-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.stat-card i {
    font-size: 34px;
    color: var(--main-color);
}

.stat-card img {
    height: 35px;
}

.stat-card p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.stat-card h2 {
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 48px;
    font-weight: 700;
    color: var(--main-color);
}

/**/
/* Modal box */
.custom-modal .modal-content{
    border-radius:20px;
    border:none;
    overflow:hidden;
}

/* Close button */
.modal-close{
    position:absolute;
    right:25px;
    top:25px;
    z-index:10;
}

/* Grid layout */
.modal-grid{
    display:flex;
    min-height:320px;
}

/* Left logo area */
.modal-logo{
    flex:1;
    background:#f1f1f1;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px;
}

.modal-logo img{
    max-width: 100%;
}

/* Right content */
.modal-content-box{
    flex:2;
    padding:50px 60px;
}

.modal-title{
    font-weight:600;
    color:#1c3d6e;
    margin-bottom:20px;
}

/* Button */
.more-btn{
    margin-top:20px;
    border-radius:8px;
    padding:10px 20px;
}

/* Responsive */
@media (max-width:768px){

    .modal-grid{
        flex-direction:column;
    }
    .modal-logo{
        padding:30px;
    }
    .modal-content-box{
        padding:30px;
    }

}

.modal-content-box .custom-btn {

    padding: 8px 20px !important;
    height: 45px !important;
}    