/* ===================== GLOBAL ===================== */

@font-face {
    font-family: ubold;
    src: url('fonts/YouandiNewKrText-Bold.ttf');
}

@font-face {
    font-family: header1;
    src: url('fonts/YouandiNewKrTitle-Medium.ttf');
}

@font-face {
    font-family: para2;
    src: url('fonts/YouandiNewKrText-Regular.ttf');

}

@font-face {
    font-family: para1;
    src: url('fonts/YouandiNewKrText-Light.ttf');

}


@font-face {
    font-family: uregular;
    src: url('fonts/YouandiNewKrTitle-Regular.ttf');
}

@font-face {
    font-family: umedium;
    src: url('fonts/YouandiNewKrText-Medium.ttf');
}



/* ===================== Global ===================== */

/* ===================== HEADER ===================== */


/* WCAG: Focus states should be highly visible */
.nav-linkdisabled:focus,
.btn:focus {
    outline: 3px solid !important;
    /* High visibility gold outline */
    outline-offset: 2px;
}

.navbar-toggler:focus-visible {
    outline: 2px solid #fff;
    /* or your brand color */
    outline-offset: 3px;
    box-shadow: none;
    /* optional */
}


/* ipad Accessibility for cursor */
.navbar .nav-link:focus {
    outline: none;
}

.navbar .nav-link:focus-visible {
    outline: 2px solid #999;
    outline-offset: 2px;
}

/* ipad Accessibility for cursor */

.dropdown-item:focus {
    background-color: #0d6efd;
    color: white;
}


.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: white;
    padding: 8px;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}





@media (max-width: 576px) {
    .navbar-brand img {
        max-width: 150px;
        /* Limits the logo size only on very small screens */
        height: auto;
    }
}

.navbar-brand img {
    max-width: 160px;
    height: auto;
    padding: 15px 0px;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-transform: uppercase;
}

.nav-link:hover {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #FFF;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link:active {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #FFF;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link.active {
    color: #FFF !important;
}

/* Customized from default Bootstrap settings */

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0px;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 16px !important;
    --bs-dropdown-color: #FFF;
    --bs-dropdown-bg: rgba(0, 0, 0, 0.075) !important;
    --bs-dropdown-border-color: #000 !important;
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: #FFF;
    --bs-dropdown-link-hover-color: #FFF;
    --bs-dropdown-link-hover-bg: #252526;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #000;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: 0px;
    margin-left: 20px;
    line-height: 30px;
    padding-top: 17px;

}

.dropdown-item {
    width: 220px;

}

.nav-item {
    padding: 0px 0px 0px 30px !important;
}


.navbar-dark .dropdown-toggle::after {
    display: none;
}

.navbar-dark .dropdown-toggle::after {
    display: inline-block !important;
    border: none !important;

    width: 9px;
    height: 9px;

    color: rgba(255, 255, 255, 0.75) !important;
    margin-left: 8px;

    border-right: 2px solid rgba(255, 255, 255, 0.75) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.75) !important;


    transform: rotate(45deg);


    vertical-align: 0.20em;
    content: "";
}

.navbar .dropdown-toggle::after {
    display: none !important;
}

.show.dropdown-toggle::after {
    transform: rotate(-135deg) !important;
    vertical-align: -0.03em;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item.active {
    background-color: #252526 !important;
    color: #FFF !important;
}

/* Dropdown hover */

@media (min-width: 992px) {

    .navbar-dark .nav-item.dropdown .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        left: 0;
    }

    /* Mouse hover */
    .navbar-dark .nav-item.dropdown:hover>.dropdown-menu,

    /*Keyboard focus */
    .navbar-dark .nav-item.dropdown:focus-within>.dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* Arrow rotate */
    .navbar-dark .nav-item.dropdown:hover>.dropdown-toggle::after,
    .navbar-dark .nav-item.dropdown:focus-within>.dropdown-toggle::after {
        transform: rotate(-135deg);
    }
}




/* Small desktop screens */

@media (min-width: 768px) and (max-width: 991px) {


    .navbar-brand img {
        max-width: 130px;
        /* Limits the logo size only on very small screens */
        height: auto;
    }

    .navbar-nav .nav-link {
        padding-left: 0 !important;
        text-align: left !important;
        font-family: para2;
        font-size: 20px;
        line-height: 132%;
        font-weight: 400;
    }

    .nav-item {
        border-bottom: 1px solid #252526;
        width: 100%;
        padding: 15px 0 !important;
    }

    .dropdown-menu {
        margin-left: 0 !important;
    }

    .dropdown-menu .dropdown-item {
        position: relative;
        background: #252526;
        padding: 20px !important;
        width: 100% !important;
        font-family: para2;

    }

    .dropdown-menu .dropdown-item::after {
        content: "";
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 0;
        height: 1px;
        background-color: #454546;
    }



    .dropdown-menu .dropdown-item:hover {
        background: #252526 !important;

    }

    .navbar-toggler {

        border: none;
        box-shadow: none;
        outline: none;
    }

    /* .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    } */

    .navbar-collapse {

        margin: 0px !important;
        outline: none !important;
        height: 100vh;

    }

    .dropdown-menu li:last-child>.dropdown-item::after {
        display: none;
    }



    /* Navbar close icon  */

    .navbar-toggler-icon {
        display: none !important;
    }

    /* Hamburger */
    .icon-menu::before {
        content: "\f479";
        /* Bootstrap icon: list */
        font-family: "bootstrap-icons";
        font-size: 28px;
        color: #fff;
    }

    /* Close */
    .icon-close::before {
        content: "\f62a";
        /* Bootstrap icon: X */
        font-family: "bootstrap-icons";
        font-size: 28px;
        color: #fff;
    }

    /* Default state */
    .icon-close {
        display: none;
    }

    /* When OPEN */
    .navbar-toggler[aria-expanded="true"] .icon-menu {
        display: none;
    }

    .navbar-toggler[aria-expanded="true"] .icon-close {
        display: inline;
    }

    /* Navbar close icon  */




    /* Mobile dropdown arrow */

    .navbar-dark .dropdown-toggle {
        position: relative;

    }

    .navbar-dark .dropdown-toggle::after {
        display: inline-block !important;
        width: 10px;
        height: 10px;
        border-right: 2px solid rgba(255, 255, 255, 0.75);
        border-bottom: 2px solid rgba(255, 255, 255, 0.75);
        transform: rotate(45deg);
        content: "";
        vertical-align: 0.2em;

        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .show.dropdown-toggle::after {
        transform: translateY(-50%) rotate(-135deg) !important;
        vertical-align: -0.03em;
    }



}

/* ===================== HEADER ===================== */




/* ===================== FOOTER ===================== */


.lead {
    font-size: 14px;
}

.copyright {
    color: #999;
}

.footerlinks {
    color: #FFF;
    font-size: 18px;
    font-family: umedium;
    line-height: 128%;
}

.d-flex a.text-white {
    transition: opacity 0.2s ease-in-out;
    text-decoration: none;
}

.d-flex a.text-white:hover {
    opacity: 0.7;
}

.second-row {
    margin-top: 50px !important;
}

 .footer-icon img {
        
        width: 20px !important;
        height: 20px !important;
    }

     .footer-icon img[src*="Call.svg"] {
        width: 18px !important;
    }


.list-unstyled.active {
    color: #FFF;
    font-size: 18px;
    font-family: umedium;
    line-height: 128%;
}

.footer-text a {
    color: #FFFFFF !important;
    font-size: 18px;
    font-family: 'umedium';
    line-height: 128%;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.2s ease;
}

.footer-links {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #FFF;
    font-family: para2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.2s ease;
}

/* WCAG compliant hover state */
.footer-links a:hover,
.footer-links a:focus {
    text-decoration: underline !important;
    opacity: 0.8;
}

.custom-select-outline {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.75) !important;
    border: 1px solid #adb5bd !important;
    border-radius: 0;
    font-family: 'umedium', sans-serif;
    font-size: 18px;
    padding: 10px 40px 10px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 20 20'%3E%3Cpath fill='#FFF' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px 12px;
    cursor: pointer;
    border-radius: 6px;
}


.custom-select-outline::-ms-expand {
    display: none;
}


.custom-select-outline option {
    background-color: #1a1a1a;
    color: #FFFFFF;
}


.custom-select-outline:focus {
    border-color: #adb5bd !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.1);
    outline: none;
}

.contactbox {
    display: flex;
    min-width: 280px;
    padding: 52px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border: 1px solid var(--Gray-700, #DCDCDC);
}

.footertitles {
    color: #FFF;
    font-family: para2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.footertexts {
    display: inline-block;
    color: #FFF;
    font-family: para2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;

}

.footertexts a {
    text-decoration: none;
    color: inherit;
}

.footertexts a:hover {
    text-decoration: none;
    color: inherit;
}

.footerdisclaimer {
    color: #999;
    font-family: para2;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.customborder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-top: 25px;
    margin-bottom: 25px;
    border: none;
    border-top: 1px solid #777 !important;
    background: none;
}



.customcopyright {
    color: #999;
    font-family: para2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
}

.form-select {


    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 20 20'%3E%3Cpath fill='#FFF' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");

    display: block;
    width: 80%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}






.custom-select-wrapper {
    position: relative;
    width: 320px;
    user-select: none;
    font-family: 'umedium', sans-serif;
}


.select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    font-family: para2;
    font-size: 16px;
    color: #DCDCDC;
    background: #000;
    border: 1px solid #454545;
    border-radius: 4px;
    cursor: pointer;
    transition: border-radius 0.3s ease-in-out;
    z-index: 9999;
    position: relative;

}

.select-trigger:hover {
    border: 1px solid #E5E5E5;
}


.custom-select-wrapper.open .select-trigger {
    border-radius: 4px 4px 0 0;
    border-bottom-color: rgba(245, 245, 245, 0.2);
    /* Faint line instead of solid */
    border-bottom: none !important;
    border: 1px solid #b1b1b1;

}



.select-trigger::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23DCDCDC' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.4s ease-in-out;

}


.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #000;
    border: 1px solid #454546;
    border-top: none;
    border-radius: 0 0 6px 6px;
    margin-top: 0;
    z-index: 1050;
    font-family: para2;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, visibility 0.4s;
    transition: border 0.3s ease, opacity 0.4s ease, transform 0.4s ease;
}



.custom-option a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;

}


.custom-select-wrapper.open .custom-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border: 1px solid #b1b1b1;
    border-top: none !important;

}

.custom-select-wrapper.open .select-trigger::after {
    transform: rotate(180deg);
}




.custom-option {
    position: relative;
    color: #DCDCDC;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s ease;

    padding: 15px 18px !important;
}


.custom-option::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 1px;
    background-color: #252526;
}


.custom-option:hover {
    background-color: #252526;
}

.footer-column-gap {
    margin-right: 60px;
    padding-right: 80px;
}

.customborder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-top: 43px;
    margin-bottom: 43px;
    border: none;
    border-top: 1px solid #777 !important;
    background: none;
}

.disclaimer .customborder {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    border: none;
    border-top: 1px solid #777 !important;
    background: none;
}

.footer-icon + p.footertexts {
        margin-left: 7px;
    }


/* ===================== FOOTER ===================== */




/* ===================== HOME PAGE ===================== */

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #000 !important;
}

body {
    margin: 0;
    font-family: uregular;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #FFF;
    text-align: var(--bs-body-text-align);
    background-color: #0f0f0f;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}


/* Carousel */

.carousel-caption {
    position: relative;
    right: auto;
    left: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    max-width: 900px;
    z-index: 10;
}


.carousel-item {
    transition: transform 0.8s ease-in-out;
    /* Controls the speed of the leftward slide */
}


.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

/* WCAG High Contrast for Text */
.carousel-caption h1,
.carousel-caption h2 {
    color: #ffffff;

}

.carousel-caption p {
    color: #FFF;

}



header.position-relative {
    overflow: hidden;
}


.hero-slide {
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}



.carousel-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #0f0f0f 0%, rgba(26, 26, 26, 0) 100%);
    z-index: 1;
}

#headerCarousel .carousel-item {
    position: relative;
}

#headerCarousel .carousel-caption {
    z-index: 2;
    bottom: 10%;
}



/* Main Content */

.display-4 {
    font-family: header1;
    font-size: 3.5rem !important;
    font-weight: 500;
    line-height: 128%;
    text-transform: uppercase;
}

.title1 {
    font-family: header1;
    font-size: 40px;
    font-weight: 500;
    line-height: 128%;
    text-transform: uppercase;
}

.fs-55 {
    font-family: para2;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}

.whitebutton {
    font-family: umedium;
    font-size: 16px;
    font-weight: 250;
    line-height: 100%;
    border-radius: 2px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    margin-top: 30px;
}


.mt-5 {
    margin-top: 5rem !important;
}

.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}


.careersbg {
    background: url('images/Careers in Hyundai Capital.webp') no-repeat center center;
    background-size: cover;
    z-index: 1;
}


.custom-img-space {
    margin-top: 3.5rem;
    margin-bottom: 11rem;
}

.custom-margin {
    margin-bottom: 6rem;

}

.custom-margin-careers {
    padding-bottom: 35px;
}

.column-custom-gap {
    padding-left: 120px;
}

.whitebutton a {
    text-decoration: none;
    color: inherit;
}

.whitebutton a:hover {
    text-decoration: none;
    color: inherit;
}

/* ===================== HOME PAGE ===================== */

/* ===================== CONTACT PAGE ===================== */

/* Banner */

.contact-banner {
    background: url("images/Contact Hyundai capital.webp") no-repeat center center;
    background-size: cover;
    height: 30.75rem;
}

.contact-banner h1 {
    font-family: header1;
    font-size: 3.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

/* Banner */

/* contact details */

.contact-details h2 {
    font-family: para2;
    font-size: 1.5rem;
    font-weight: 400;


}

.contact-details p {
    font-family: para2;
    font-size: 1.125rem;
    color: #454545;
    font-weight: 400;
}

.contact-details a,
.contact-details a:hover,
.contact-details a:focus,
.contact-details a:active {
    color: inherit !important;
    text-decoration: none !important;
}

/* contact details */


/* ===================== CONTACT PAGE ===================== */



/* ===================== CSR PAGE ===================== */



/* Banner */

.csr-banner {
    background: url("images/Sustainable Future at Hyundai Capital.webp") no-repeat center center;
    background-size: cover;
    height: 30.75rem;
}

.csr-banner h1 {
    font-family: header1;
    font-size: 3.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

/* Banner */

/* Sustainable Future */

.csr-page-wrapper {
    background: white;
}

.csr-custom-value h2 {
    font-family: para2;
    font-weight: regular;
    line-height: 128%;
    font-size: 1.75rem;
}

.csr-custom-value p {
    font-family: para2;
    font-weight: regular;
    line-height: 160%;
    font-size: 1.125rem;
    color: #454545;
}

.separator {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

/* Sustainable Future */


/* Our Global Pillars */

.csr-custom-value h3 {
    font-family: para2;
    color: #2F79D9;
    line-height: 140%;
    font-size: 1.5rem;
}

.csr-custom-value .card {
    border: 1px solid #dcdcdc;
}

/* Our Global Pillars */


/* ===================== CSR PAGE ===================== */

/* ===================== Career PAGE ===================== */

/* Banner */

.career-banner {
    background: url("images/Careers - Join Hyundai Capital.webp") no-repeat center center;
    background-size: cover;
    height: 30.75rem;
}

.career-banner h1 {
    font-family: header1;
    font-size: 3.5rem;
    font-weight: 500;
    text-transform: uppercase;
}


/* Banner */


/* Drive Your Career */

.career-page-wrapper {
    background: white;
}

.career-custom-value h2 {
    font-family: para2;
    font-weight: regular;
    line-height: 128%;
    font-size: 1.75rem;
}

.career-custom-value p {
    font-family: para2;
    font-weight: regular;
    line-height: 160%;
    font-size: 1.125rem;
    color: #454545;
}

.separator {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

/* Drive Your Career */


/* Join our journey  */

.career-custom-value h3 {
    font-family: para2;
    line-height: 140%;
    font-size: 1.25rem;
    color: #000;
}

.career-custom-value .card {
    background-color: #f8f8f8;
    border: none;
    padding: 4rem;
    margin-top: 2.5rem;
}

.career-custom-value .btn {
    font-family: para2;
    font-size: 1rem;
    font-weight: 400;
    line-height: 128%;
    border: 2px solid #000;
    padding: 0.938rem 2rem;
    color: #000;
}


.career-custom-value .btn:hover,
.career-custom-value .btn:focus {
    background-color: #000;
    padding: 15px 32px;
    color: #fff;
}


/* Join our journey  */


/* ===================== Career PAGE ===================== */


/* ===================== Company Overview Page ===================== */

/* Banner */
.company-banner {
    background: url('images/About Hyundai Capital.webp') no-repeat center center;
    background-size: cover;
    height: 30.75rem;
}

.company-banner h1 {
    font-family: header1;
    font-size: 3.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

/* Banner */




/* company-overview-Global */
.company-overview h2 {
    font-family: para2;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 128%;
    padding-bottom: 2.188rem;
}

.company-overview p {
    font-family: para2;
    font-size: 1.125rem;
    color: #454545;
    line-height: 160%;
}

.company-overview .separator {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin: 90px 0;
}

/* company-overview-Global*/


/* tab menu */
.nav-tabs .nav-link {
    color: #777;
    font-family: para2;
    font-size: 1rem;
    text-transform: none;
    border: 0.131rem solid transparent;
}

.nav-tabs .nav-link.active {
    color: #000 !important;
    border: 0.131rem solid #000 !important;
}

.nav-tabs .nav-link:hover {
    color: #777;
    border: 0.131rem solid transparent;
}


.nav-tabs {
    --bs-nav-tabs-border-color: #000;
    --bs-nav-tabs-border-width: 0.131rem;
    --bs-nav-tabs-border-radius: 2px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent !important;
}


.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border: 0.131rem solid #000 !important;
    border-bottom-color: #fff !important;
    border-radius: 2px;
}

/* tab menu */


/* Global heritage */
.custom-list {
    font-family: umedium;
    font-size: 1.125rem;
    color: #000;
    padding: 1rem 0rem;
    font-weight: 500;
    margin-left: 2rem;
    line-height: 160%;
}

/* Global heritage */


/* Table */
.company-overview .table tbody td {
    border-bottom: 0.094rem solid #e5e5e5;
    color: #454546;
    font-family: para2;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 132%;
    padding: 1.563rem 2rem;
}


.company-overview .table thead th {
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    color: #000;
    font-family: para2;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 132%;
    padding: 1.25rem 2rem;
}

/* Table */


/*Column [Image, Ceo-message]*/
.ceo-message h3 {
    font-family: umedium;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 140%;
}

.ceo-message h4 {
    font-family: umedium;
    font-size: 1.125rem;
    color: #454545;
    line-height: 160%;
    font-weight: 500;
}

/*Column [Image, Ceo-message]*/


/* Board Composition */

.board-composition .table th:nth-child(1),
.board-composition .table td:nth-child(1) {
    width: 50%;
}

.board-composition .table th:nth-child(2),
.board-composition .table td:nth-child(2) {
    width: 50%;
}

.governance-philosophy .card {
    border: 1px solid #dcdcdc;
}

.governance-philosophy h3 {
    font-family: para2;
    color: #2F79D9;
    line-height: 140%;
    font-size: 1.5rem;
}

.governance-philosophy .row {
    margin-left: -2px;
    margin-right: -2px;
}

/* Board Composition */


/* Column [Image, Ceo-message] - Tab */

@media (max-width: 992px) {
    .ceo-message img {
        width: 60%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .ceo-message .para-custom-space {
        padding-top: 2rem;
    }
}

/* Column [Image, Ceo-message] - Tab */

/* ===================== Company Overview Page ===================== */


/* ===================== Policies and Disclosures Page ===================== */


/* Banner */
.policies-banner {
    background: url("images/Hyundai Capital policies.webp") no-repeat center center;
    background-size: cover;
    height: 30.75rem;
}

.policies-banner h1 {
    font-family: header1;
    font-size: 3.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

/* Banner */


/* Policies */

.policies-page-wrapper {
    background: white;
}

.policies-custom-value h2 {
    font-family: para2;
    font-weight: regular;
    line-height: 128%;
    font-size: 1.75rem;
}

.policies-custom-value p {
    font-family: para2;
    font-weight: regular;
    line-height: 160%;
    font-size: 1.125rem;
    color: #454545;
}

/* Policies */


/* Table */
.policies-custom-value .table tbody td {
    border-bottom: 0.094rem solid #e5e5e5;
    color: #454546;
    font-family: para2;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 132%;
    padding: 1.563rem 2rem;
}


.policies-custom-value .table thead th {
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    color: #000;
    font-family: para2;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 132%;
    padding: 1rem 2rem;
}


/* Fixed column width  */
.policies-custom-value .table {
    width: 100%;
}

.policies-custom-value .table th:first-child,
.policies-custom-value .table td:first-child {
    width: 50px;
}

.policies-custom-value .table th:nth-child(2),
.policies-custom-value .table td:nth-child(2) {
    width: auto;
}

/* Fixed column width  */
/* Table */


/* Download Icon */
.download-icon {
    margin-left: 1rem;
    margin-top: 0.5rem;

}

.download-link {
    text-decoration: none;
    color: #454546;
    display: flex;
    align-items: flex-start;
    justify-content: Flex-start;

}

/* Download Icon */


/* Pagination */
#pagination {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 0px !important;
}

#pagination span {
    font-family: para2;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    cursor: pointer;
    transition: color 0.3s ease;
}

#pagination span:hover {
    color: #000;
}

#pagination span.active {
    color: #000;
}

/* Pagination */


/* ===================== Policies and Disclosures Page ===================== */


/* ===================== Our Culture Page ===================== */

/* Banner */
.culture-banner {
    background: url("images/Hyudai Capital Work Culture.webp") no-repeat center center;
    background-size: cover;
    height: 30.75rem;
}

.culture-banner h1 {
    font-family: header1;
    font-size: 3.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

/* Banner */


/* Culture page Global css */

.culture-page-wrapper {
    background: white;
}


.culture-tab h2 {
    font-family: para2;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 128%;
    margin-bottom: 2rem;
}

.culture-tab h3 {
    font-family: uregular;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 128%;
    color: #2F79D9;
}

.culture-tab h4 {
    font-family: para2;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 140%;
    color: #2F79D9;
}

.culture-tab p {
    font-family: para2;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    color: #454545;
}

/* Culture page Global css */


/* tab menu */
.culture-tab .nav-tabs .nav-link {
    color: #777;
    font-family: para2;
    font-size: 1rem;
    text-transform: none;
    border: 0.131rem solid transparent;
}

.culture-tab .nav-tabs .nav-link.active {
    color: #000 !important;
    border: 0.131rem solid #000 !important;
}

.culture-tab .nav-tabs .nav-link:hover {
    color: #777;
    border: 0.131rem solid transparent;
}


.culture-tab .nav-tabs {
    --bs-nav-tabs-border-color: #000;
    --bs-nav-tabs-border-width: 0.131rem;
    --bs-nav-tabs-border-radius: 2px;
}

.culture-tab .nav-tabs .nav-link:hover,
.culture-tab .nav-tabs .nav-link:focus {
    border-color: transparent !important;
}


.culture-tab .nav-tabs .nav-link.active,
.culture-tab .nav-tabs .nav-item.show .nav-link {
    border: 0.131rem solid #000 !important;
    border-bottom-color: #fff !important;
    border-radius: 2px;
}

/* tab menu */


/* Column-cards */
.culture-tab .card {
    border: 1px solid #dcdcdc;
}

/* Column-cards */


/* ===================== Our Culture Page ===================== */



/* ===================== Our Products Page ===================== */

/* Banner */

.products-banner {
    background: url("images/Hyundai Capital Products.webp") no-repeat center center;
    background-size: cover;
    height: 30.75rem;
}

.products-banner h1 {
    font-family: header1;
    font-size: 3.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

/* Banner */


/* Products Global css*/

.products-page-wrapper {
    background: white;
}

.products-custom-value h2 {
    font-family: para2;
    font-weight: regular;
    line-height: 128%;
    font-size: 1.75rem;
}

.products-custom-value p {
    font-family: para2;
    font-weight: regular;
    line-height: 160%;
    font-size: 1.125rem;
    color: #454545;
}

.accordion-button:focus-visible {
    outline: 2px solid #cdc70d;
    outline-offset: 3px;
}

/* Products Global css*/


/* Table */
.products-custom-value .table tbody td {
    border-bottom: 0.094rem solid #e5e5e5;
    color: #454546;
    font-family: para2;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 132%;
    padding: 3rem 2rem;
}


.products-custom-value .table thead th {
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    color: #000;
    font-family: para2;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 132%;
    padding: 1.25rem 2rem;
}

.products-custom-value .table {
    border-collapse: separate;
    border-spacing: 2rem 0;
    margin-left: -2rem;
    margin-right: -2rem;
}

.products-custom-value .table th:nth-child(1),
.products-custom-value .table td:nth-child(1) {
    width: 25%;
}

.products-custom-value .table th:nth-child(2),
.products-custom-value .table td:nth-child(2) {
    width: 25%;
}

.products-custom-value .table th:nth-child(3),
.products-custom-value .table td:nth-child(3) {
    width: 25%;
}

.products-custom-value .table th:nth-child(4),
.products-custom-value .table td:nth-child(4) {
    width: 25%;
}

.products-custom-value .table th,
.products-custom-value .table td {

    vertical-align: middle;
}


.products-custom-value .table thead th {
    text-align: center;
}

/* Table */


/* card */
.products-custom-value .card {
    background-color: #f8f8f8;
    border-radius: 8px !important;
    border: none;
    Margin-top: 3rem;
    margin-bottom: 1rem;
    padding: 0px !important;
}

/* card */


/* FAQ */
.faq {
    background-color: #f8f8f8;
}

.accordion-header button {
    font-family: umedium;
    line-height: 140%;
    font-size: 24px;
}

.accordion-body {
    font-family: para2;
    font-weight: regular;
    line-height: 160%;
    font-size: 1.125rem;
    color: #454545;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    border-color: transparent !important;
}

.accordion-button {
    background-color: transparent;
}

/* FAQ */


/* ===================== Our Products Page ===================== */















/* ================================== MOBILE ADJUSTMENT ================================= */

@media (max-width: 768px) {

    /* ===================== HEADER ===================== */

    /* Mobile dropdown arrow */

    .navbar-dark .dropdown-toggle {
        position: relative;

    }

    .navbar-dark .dropdown-toggle::after {
        display: inline-block !important;
        width: 10px;
        height: 10px;
        border-right: 2px solid rgba(255, 255, 255, 0.75);
        border-bottom: 2px solid rgba(255, 255, 255, 0.75);
        transform: rotate(45deg);
        content: "";
        vertical-align: 0.2em;

        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .show.dropdown-toggle::after {
        transform: translateY(-50%) rotate(-135deg) !important;
        vertical-align: -0.03em;
    }

    /* Mobile dropdown arrow */

    .navbar .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-toggler {
        padding-right: 20px !important;
        border: none;
        box-shadow: none;
        /* outline: none; */
    }

    .navbar-collapse {

        margin: 0px !important;
        outline: none !important;
        height: 100vh;

    }

    /* .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none !important;
        box-shadow: none !important;
    } */

    .navbar-brand img {
        max-width: 150px;
        /* Limits the logo size only on very small screens */
        height: auto;
        padding-left: 20px !important;
    }

    .navbar-nav {
        padding-left: 0px !important;
        margin-left: 0px !important;
        align-items: flex-start !important;
        outline: none !important;


    }


    .navbar-nav .nav-link {
        padding-left: 0px !important;
        text-align: left !important;
        outline: none !important;
        font-family: para2;
        font-size: 20px;
        line-height: 132%;
        font-weight: 400;
        font-style: normal;
    }

    .nav-item {
        border-bottom: 1px solid #252526;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
        align-items: flex-start !important;
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;




    }



    .dropdown-menu {
        margin-left: 0px !important;


    }

    .dropdown-menu li {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .dropdown-menu .dropdown-item {
        position: relative;
        background: #252526;
        padding: 20px 20px !important;
        margin: 0px !important;
        font-family: para2;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        width: 100% !important;
    }

    .dropdown-menu .dropdown-item::after {
        content: "";
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 0;
        height: 1px;
        background-color: #454546 !important;
    }

    .dropdown-menu .dropdown-item:hover {
        background: #252526 !important;

    }

    .dropdown-menu li:last-child>.dropdown-item::after {
        display: none;
    }

    /* Navbar close icon  */



    .navbar-toggler-icon {
        display: none !important;
    }

    /* Hamburger */
    .icon-menu::before {
        content: "\f479";
        /* Bootstrap icon: list */
        font-family: "bootstrap-icons";
        font-size: 28px;
        color: #fff;
    }

    /* Close */
    .icon-close::before {
        content: "\f62a";
        /* Bootstrap icon: X */
        font-family: "bootstrap-icons";
        font-size: 28px;
        color: #fff;
    }

    /* Default state */
    .icon-close {
        display: none;
    }

    /* When OPEN */
    .navbar-toggler[aria-expanded="true"] .icon-menu {
        display: none;
    }

    .navbar-toggler[aria-expanded="true"] .icon-close {
        display: inline;
    }

    /* Navbar close icon */

    /* ===================== HEADER ===================== */

    /* ===================== FOOTER ===================== */

    footer {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        padding-left: 10px !important;
        padding-right: 10px !important;

    }

    .footer-container.py-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;

    }

    footer .row.py-3 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;

    }

    .footertexts {
        color: #bebebe;
        line-height: 160%;
    }

    .footer-phone {
        color: #bebebe;

    }

    .footer-icon path {
        color: #bebebe;

    }

    .footer-icon img {
        margin-top: 4px;
        width: 20px !important;
        height: 20px !important;
    }

    .footer-icon.icon-location svg {
        margin-top: 2px;
    }

    .footertitles {
        margin-top: 2rem;
        margin-bottom: 15px !important;
        font-size: 16px;
        line-height: 160%;
    }

    .footer-column-gap {

        margin-right: 0px;
        padding-right: 0px;

    }

    footer .footer-logo img {
        width: 180px !important;
        margin-left: -3px !important;
    }

    .custom-titletop-margin {
        margin-top: 8px !important;
    }

    .ln-icon .bi-linkedin {
        font-size: 30px !important;

    }

    .select-trigger {
        margin-top: 15px !important;
        padding: 18px 15px;

    }

    .disclaimer .customborder {
        display: none !important;
    }

    .footertitles.pb-3 {
        padding-bottom: 6px !important;
    }

    .custom-option {
        color: #bebebe;
    }

    .second-row {
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }

    .footer-icon + p.footertexts {
        margin-left: 7px;
    }






    /* ===================== FOOTER ===================== */


    /* ===================== HOME PAGE ===================== */

    body {
        overflow-x: hidden;
    }

    .custom-margin {
        margin-bottom: 4rem;
    }

    .column-custom-gap {
        padding: 0px 10px;
    }

    .column-custom-gap h2 {
        padding-top: 23px;
    }

    .column-custom-gap button {
        margin-top: 8px !important;
    }

    .custom-margin img {
        padding: 0px 10px !important;
    }

    .custom-img-space {
        margin-top: 5.5rem;
        margin-bottom: 0rem;
    }

    .mt-5 {
        margin-top: 1.8rem !important;
        /* Varsha it Was 6.5rem */
    }


    main.py-5 {
        padding-top: 0.2rem !important;
        padding-bottom: 1.5rem !important;
    }


    .whitebutton {
        margin: 0px 10px !important;
    }

    .px-6 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }




    header .display-4,
    #headerCarousel .display-4 {

        font-family: header1;
        font-size: 2rem !important;
        font-weight: 500;
        line-height: 128%;
        text-transform: uppercase;
        text-align: left;
        padding: 60px 10px 0px 10px;

    }

    .fs-55 {
        font-family: para2;
        font-size: 14px;
        font-weight: 400;
        line-height: 160%;
        padding: 0px 10px 0px 10px;
        color: #FFF;
    }



    .hero-slide {
        height: 65vh;
        background-size: cover;
        background-position: top center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .title1 {
        font-family: header1;
        font-size: 22px !important;
        font-weight: 500;
        line-height: 128%;
        text-transform: uppercase;
        padding: 0px 10px 0px 10px;
        margin-top: 30px;
    }

    .carousel-caption {
        text-align: center !important;
        /* Center text on mobile for better flow */
        align-items: center;
        justify-content: center;
    }

    /* .extraheight
	   {
		   margin-top:70px;
	   } */

    .careersbgmobile {
        background: url('images/mobile/Careers in Hyundai Capital - Mobile.webp') no-repeat left center;
        background-size: cover;
        z-index: 1;
    }

    .custom-margin-careers p {
        margin-bottom: 30px;
    }

    .custom-margin-careers .position-relative {
        margin-left: 10px;
        margin-right: 10px;

    }

    .custom-margin-careers {
        padding-bottom: 20px;
    }

    /* ===================== HOME PAGE ===================== */



    /* ===================== CONTACT PAGE ===================== */

    /* Banner */
    .contact-banner {
        background: url("images/mobile/Contact Hyundai capital - Mobile.webp") no-repeat center center;
        background-size: cover;
        height: 18.5rem;
    }

    .contact-banner h1 {
        font-size: 2.5rem;
    }

    /* Banner */


    .contact-details-content img[src*="Phone.svg"] {
        width: 22px;
    }


    .contact-details h2 {
        font-size: 1.125rem;
    }

    .contact-details p {
        font-size: 0.875rem;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .contact-details .map p {

        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .contact-details-content img {
        width: 20px;
        align-items: center;
    }

    .contact-details-content {
        padding-bottom: 0.6rem !important;

    }

    .map {
        margin-top: 0rem !important;
    }


    .map .contact-details-content img {
        width: 20px;
    }

    .g-map iframe {
        height: 18.5rem !important;
    }

    .contact-details {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .contact-box {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;

    }



    /* ===================== CONTACT PAGE ===================== */



    /* ===================== CSR PAGE ===================== */

    /* Banner */
    .csr-banner {
        background: url("images/mobile/Sustainable Future at Hyundai Capital - Mobile.webp") no-repeat center center;
        background-size: cover;
        height: 18.5rem;
    }

    .csr-banner h1 {
        font-size: 2.5rem;
    }

    /* Banner */


    /* CSR page Global value  */
    .csr-custom-value {
        padding: 48px 20px !important;
        margin: 0px auto !important;
    }

    /* CSR page Global value  */



    /* Sustainable Future */
    .csr-custom-value h2 {
        Font-size: 1.375rem;
    }

    .csr-custom-value p {
        font-size: 0.875rem;
    }

    /* Sustainable Future */

    .separator {
        margin-top: 0.2rem !important;
        margin-bottom: 0.2rem !important;

    }



    /* Our Global Pillars */
    .csr-custom-value h3 {
        font-size: 1.125rem;
    }

    .csr-custom-value .card {
        padding: 1rem 0.5rem !important;
    }

    .csr-custom-value .row {
        margin-top: 1rem !important;
        padding: 0rem !important;
    }

    .csr-custom-value .card-title {
        padding-bottom: 0.5rem !important;
    }

    /* Our Global Pillars */


    /* ===================== CSR PAGE ===================== */


    /* ===================== Career PAGE ===================== */

    /* Banner */
    .career-banner {
        background: url("images/mobile/Careers - Join Hyundai Capital - Mobile.webp") no-repeat center center;
        background-size: cover;
        height: 18.5rem;
    }

    .career-banner h1 {
        font-size: 2.5rem;
    }

    /* Banner */

    .career-custom-value {
        padding: 48px 20px !important;
        margin: 0px auto !important;
    }

    /* Drive Your Career */

    .career-custom-value h2 {
        Font-size: 1.375rem;
    }

    .career-custom-value p {
        font-size: 0.875rem;
    }

    /* Drive Your Career */

    .separator {
        margin-top: 0.2rem !important;
        margin-bottom: 0.2rem !important;

    }



    /* Join our journey  */

    .career-custom-value h3 {
        font-size: 1.375rem;
    }

    .career-custom-value .card {
        padding: 1.5rem 0.5rem !important;
        border-radius: 6px !important;

    }


    .career-custom-value .card-title {
        padding-bottom: 0.5rem !important;

    }

    .career-custom-value .btn {
        font-size: 0.875rem;
    }

    .customn-column-gap {
        margin-bottom: 3.5rem;
    }

    /* Join our journey  */


    /* ===================== Career PAGE ===================== */


    /* ===================== Company Overview Page - Mobile ===================== */

    /* Banner */
    .company-banner {
        background: url("images/mobile/About Hyundai Capital - Mobile.webp") no-repeat center center;
        background-size: cover;
        height: 18.5rem;
    }

    .company-banner h1 {
        font-size: 2.5rem;
    }

    /* Banner */


    /* Navtab horizontal scroll */
    .tab-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        border-bottom: 1px solid #454545;
    }

    .tab .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .tab-scroll::-webkit-scrollbar {
        display: none;
    }

    .tab-scroll .nav-tabs {
        flex-wrap: nowrap;
        border-bottom: none;
    }

    .tab-scroll .nav-link {
        flex: 0 0 auto !important;
        border: none !important;
        background: none !important;
        white-space: nowrap;
        margin-right: 2rem;
        /* padding-bottom: 10px !important; */
        color: #777777;
        position: relative;
    }

    .tab-scroll .nav-link.active {
        color: #000 !important;
        border: none !important;
    }

    .tab-scroll .nav-link.active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 1px;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .tab-scroll .nav-link:hover,
    .tab-scroll .nav-link:focus {
        border: none !important;
    }

    /* Navtab horizontal scroll */


    /* company-overview-Global */
    .company-overview h2 {
        font-family: para2;
        font-size: 1.375rem;
        font-weight: 400;
        line-height: 128%;
        padding-bottom: 2rem;

    }

    .company-overview p {
        font-family: para2;
        font-size: 0.875rem;
        color: #454545;
        line-height: 160%;

    }

    .company-overview .separator {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }

    .company-overview {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* company-overview-Global*/


    /* Global heritage */
    .custom-list {
        font-size: 0.875rem;
        margin-left: 1.5rem;
        padding: 0px !important;
    }

    /* Global heritage */


    /* Table */
    .company-overview .table thead th {
        font-size: 0.875rem;
        padding: 1rem 0.6rem;
    }

    .company-overview .table tbody td {
        font-size: 0.875rem;
        padding: 1.563rem 0.6rem;
    }

    /* Table */


    /* Column [Image, Ceo-message] */
    .ceo-message img {
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .ceo-message h3 {
        font-size: 1rem;
    }

    .ceo-message h4 {
        font-size: 0.875rem;

    }

    .ceo-message .para-custom-space {
        padding-top: 2rem;
    }

    /* Column [Image, Ceo-message] */


    /* Board Composition */
    .governance-philosophy h3 {
        font-size: 1.125rem;
    }

    .governance-philosophy .card {
        padding: 1rem 0.5rem !important;
    }

    .governance-philosophy .row {
        margin-top: 1rem !important;
        padding: 0rem !important;
    }

    .governance-philosophy .card-title {
        padding-bottom: 0.5rem !important;
    }

    .governance-philosophy .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    /* Board Composition */

    /* ===================== Company Overview Page - Mobile ===================== */


    /* ===================== Policies and Disclosures Page - Mobile ===================== */

    /* Banner */
    .policies-banner {
        background: url("images/mobile/Hyundai Capital policies - Mobile.webp") no-repeat center center;
        background-size: cover;
        height: 18.5rem;
    }

    .policies-banner h1 {
        font-size: 2.5rem;
    }

    /* Banner */


    /* Policies */
    .policies-custom-value .container {
        padding: 0px !important;
        margin: 0px auto !important;

    }

    .policies-custom-value {
        padding: 48px 20px;
    }

    .policies-custom-value h2 {
        Font-size: 1.375rem;
    }

    .policies-custom-value p {
        font-size: 0.875rem;
    }

    /* Policies */


    /* Table */
    .policies-custom-value .table thead th {
        font-size: 0.875rem;
        padding: 1rem 0.6rem;
    }

    .policies-custom-value .table tbody td {
        font-size: 0.875rem;
        padding: 1.563rem 0.6rem;
    }

    .policies-custom-value .table td:first-child {
        vertical-align: middle;
    }

    /* Table */


    /* Mobile - Download Icon alignment */
    .download-link {
        display: flex;
        justify-content: space-between;
        align-items: center !important;
        width: 100%;
    }

    .download-link span {
        flex: 1;
    }

    .download-icon {
        margin-left: 10px;
        Margin-top: 0px;
    }

    /* Mobile - Download Icon alignment */

    /* ===================== Policies and Disclosures Page - Mobile ===================== */



    /* ===================== Our Culture Page - Mobile ===================== */

    /* Banner */
    .culture-banner {
        background: url("images/mobile/Hyudai Capital Work Culture - Mobile.webp") no-repeat center center;
        background-size: cover;
        height: 18.5rem;
    }

    .culture-banner h1 {
        font-size: 2.5rem;
    }

    /* Banner */



    /* Culture page Global values */
    .culture-tab h2 {
        Font-size: 1.375rem;
    }

    .culture-tab h3 {
        Font-size: 1.75rem;
    }

    .culture-tab h4 {
        Font-size: 1.125rem;

    }

    .culture-tab p {
        Font-size: 0.875rem;
    }

    .culture-tab .container {
        margin: 0px auto;
        padding: 0px !important;
    }

    .culture-content {
        padding: 0px 20px;
    }

    .culture-tab {
        padding: 20px 0px !important;
        margin: 0px !important;
    }

    /* Culture page Global values */



    /* Navtab horizontal scroll */
    .culture-tab .tab-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        border-bottom: 1px solid #454545;
        /* justify-content: center; */
    }

    .culture-tab .tab .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .culture-tab .tab-scroll::-webkit-scrollbar {
        display: none;
    }

    .culture-tab .tab-scroll .nav-tabs {
        flex-wrap: nowrap;
        border-bottom: none;
        /* width: max-content; */
        /* margin: 0 auto; */
    }

    .culture-tab .tab-scroll .nav-link {
        flex: 0 0 auto !important;
        border: none !important;
        background: none !important;
        white-space: nowrap;
        padding-right: 2rem;
        padding-left: 2rem;
        color: #777777;
        position: relative;

    }

    .culture-tab .tab-scroll .nav-link.active {
        color: #000 !important;
        border: none !important;
    }

    .culture-tab .tab-scroll .nav-link.active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 1px;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .culture-tab .tab-scroll .nav-link:hover,
    .culture-tab .tab-scroll .nav-link:focus {
        border: none !important;
    }

    /* Navtab horizontal scroll */


    /* Vission & Mission */
    .vision-mission .card {
        padding: 5px !important;
    }

    .vision-mission {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }

    /* Vission & Mission */


    /* 6 - Core Actions */
    .core-actions {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }

    .core-actions img {
        padding-bottom: 0px !important;
        width: 7rem;
    }

    .core-actions h4 {
        padding-bottom: 10px !important;
    }

    .core-actions .card {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* 6 - Core Actions */


    /* ===================== Our Culture Page - Mobile ===================== */


    /* ===================== Our Products Page - Mobile ===================== */

    /* Banner */
    .products-banner {
        background: url("images/mobile/Hyundai Capital Products - Mobile.webp") no-repeat center center;
        background-size: cover;
        height: 18.5rem;
    }

    .products-banner h1 {
        font-size: 2.5rem;
    }

    /* Banner */


    /* Products page Global value */
    .products-custom-value {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .products-custom-value h2 {
        Font-size: 1.375rem;
    }

    .products-custom-value p {
        Font-size: 0.875rem;
    }

    /* Products page Global value */



    /* Table */
    .products-custom-value table thead {
        display: none !important;
    }

    .products-custom-value table tr {
        display: block;
        border: 1px solid #dcdcdc;
        /* border-radius: 6px; */
        margin-bottom: 1rem;
        padding: 0rem;
    }

    .products-custom-value table td {
        display: flex;
        align-items: flex-start;
        padding: 1rem 1rem !important;
        border: none !important;
        gap: 6px;
    }

    /* label */
    .products-custom-value table td::before {
        content: attr(data-label);
        font-weight: 600;
        width: 40%;
        min-width: 90px;
        flex-shrink: 0;
    }

    /* value */
    .products-custom-value table td span {
        display: block;
        flex: 1;
        min-width: 0;
        white-space: normal;
        margin: 0;
        line-height: 1.3;

    }

    .products-custom-value .table td,
    .products-custom-value .table th {
        width: 100% !important;
    }

    .products-custom-value .table {
        border-spacing: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .products-custom-value .table tbody td {

        color: #454546;
        font-family: para2;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 132%;

    }


    .products-custom-value .table thead th {
        color: #000;
        font-family: para2;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 132%;

    }

    /* Table */



    /* FAQ */

    .accordion-header button {
        font-family: umedium;
        line-height: 128%;
        font-size: 0.875rem;
    }

    .accordion-body {
        font-family: para2;
        font-weight: regular;
        font-size: 0.875rem;
        padding-top: 0.625rem !important;
    }

    .accordion-item {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    /* FAQ */


    /* card */
    .products-custom-value .card {
        margin-top: 1rem;
    }

    /* card */


    /* ===================== Our Products Page - Mobile ===================== */





}





/* ================================== MOBILE ADJUSTMENT ================================= */