:root {
    --primary: #164988;
    --primary20: #1649881d;
    --secondary: #163A60;
    --tertiary: #F72774;
    --gray: #6B6B6B;
    --gray50: #6b6b6b87;
    --white: #fff;
    --black: #000;
    --offWhite: #FAFAFA;
    --offBlack: #6B6B6B;
    --bg-lightBlue: #A4C0E5;
    --lightGray: #E9E9E9;

    --radius: 4px;
    --radius10: 10px;
    --radius20: 20px;
    --radius50: 50px;
    --linear: all .3s linear;

    --xxxs: clamp(10px, 1vw + 8px, 12px);
    --xxs: clamp(12px, 1vw + 10px, 14px);
    --xs: clamp(13px, 1vw + 11px, 15px);
    --sm: clamp(14px, 1vw + 13px, 17px);
    --md: clamp(16px, 1.2vw + 12px, 20px);
    --lg: clamp(18px, 1.5vw + 12px, 24px);
    --xl: clamp(20px, 1.5vw + 14px, 26px);
    --h6: clamp(22px, 2vw + 12px, 30px);
    --h5: clamp(24px, 2vw + 12px, 32px);
    --h4: clamp(26px, 3vw + 10px, 35px);
    --h3: clamp(30px, 4vw + 8px, 40px);
    --h2: clamp(38px, 5vw + 6px, 50px);
    --h1: clamp(46px, 6vw + 4px, 60px);
    --base: 16px;

    --bg: var(--white);
    --brdr: var(--primary);
    --brdr-actv: var(--primary);
    --brdr-hovr: var(--primary);
    --stroke: var(--primary);
    --dur: calc((var(--size, 2)/2) * 0.6s);

    --carousel-item-height: 49vw;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    font-size: var(--base);
}

.logo {
    width: 100%;
    min-width: 200px;
    max-width: 280px;
    position: relative;
    z-index: 1;
}

/**** HEADER ****/
header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    background: transparent;
    transition: 0.3s all;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.btn-menu {
    display: none;
    margin-inline-end: 0;
    padding: 14px;
    border-radius: var(--radius);
    cursor: pointer;
    transition: var(--linear);
}

.btn-menu span {
    display: block;
    width: 30px;
    border: 2px solid var(--primary);
    border-radius: 10px;
    margin: 5px;
    background: var(--primary);
}

.header-links ul {
    display: flex;
    flex-direction: row;
    justify-items: center;
}

.header-links ul li {
    color: var(--primary);
    position: relative;
}

.header-links ul li::after {
    content: "";
    display: inline;
    border-right: 1px solid #0000001A;
}

.header-links ul li:last-child::after {
    content: '';
    display: none;
    padding-right: 0;
}

.header-links ul li a {
    padding: 0 1.5rem;
}

header .header-links a::after {
    content: "";
    display: block;
    width: 0; /* Start with zero width */
    height: 1px;
    background: var(--primary);
    bottom: -12px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease; /* Add a transition for the width */
}

header .header-links a:hover::after,
header .header-links a.active::after {
    width: 50px; /* Target width on hover or active */
}

header .header-links a.active {
    color: var(--primary);
    cursor: default;
}

header .header-links a:not(.active) {
    color: var(--primary);
}

header::before {
    content: "";
    display: block;
    background: var(--offWhite);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: hidden;
    opacity: 0.6;
    transition: 0.3s all;
}

body:not(#index) header::after {
    content: "CITYSTYLE";
    font-size: 10rem;
    font-weight: 700;
    line-height: 0.71;
    margin: 0;
    opacity: 0.02;
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: -1;
}


/* #index header {
    opacity: 0;
} */


/**** HERO BANNER ****/
.hero-banner {
    position: relative;
    width: 100%;
    height: 100dvh;
    max-height: 920px;
    top: -170.25px;
    z-index: 0;
}

.hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--white);
    height: 300px;
}

.hero-content h2 {
    -webkit-text-stroke: 1px white;
}

.hero-content .subtitle {
    font-size: var(--lg);
    font-weight: 500;
}

.hero-content .description {
    margin-top: 1rem;
    text-align: center;
    font-size: var(--xxs);
}

#careers .hero-banner {
    position: relative;
    height: 523px;
    background: url(../img/careers/career-bg.webp) no-repeat center bottom;
}

#careers .hero-banner::after {
    content: "";
    display: block;
    background: linear-gradient(180deg, #FFFFFF 0%, #163A60 63.48%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

#careers .hero-content {
    justify-content: end;
    align-items: start;
    height: 500px;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#job-info .hero-content .description {
    margin-top: 0.2rem;
}

#job-info .hero-banner {
    position: relative;
    height: 270px;
}

#job-info .hero-banner::before {
    background: url(../img/careers/job-info-hero-bg.webp) no-repeat center bottom;
    z-index: -2;
    height: 440px;
    background-size: 100%;
}

#job-info .hero-banner::after {
    content: "";
    display: block;
    background: linear-gradient(180deg, #163A60 0%, #FFFFFF 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    opacity: 0.6;
    z-index: 0;
}

#job-info .hero-content {
    justify-content: end;
    align-items: start;
    height: 500px;
    max-width: 1320px;
    margin: 0 auto;
}

#job-info .hero-content .description {
    margin-top: 0.2rem;
}



/**** DIVIDER LOGO & BORDER DOTS ****/
.divider-logo {
    background: var(--offWhite);
    height: 170px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    top: -170.25px;
}

.divider-logo h1 {
    font-size: 10rem;
    font-weight: 700;
    line-height: 0.71;
    margin: 0;
    opacity: 0.02;
    position: relative;
    left: -23%;
}

.divider-border-dots {
    margin: 5rem auto;
}

/**** CONTENT ABOUT LOCATION LAYOUT ****/
.about-services {
    position: relative;
    top: -100.25px;
}

.about-services .container,
.location .container {
    max-width: 1440px;
}

.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-top: 5rem;
    padding-bottom: 5rem;
}

.updates .content-wrapper {
    display: flex;
    justify-content: start;
    align-items: normal;
    margin-top: 5rem;
    padding-bottom: 5rem;
}

.about-description,
.location-description {
    color: var(--primary);
}

.about-description h6,
.location-description h6 {
    font-size: var(--xl);
}

.about-description p,
.location-description p {
    margin-top: 2rem;
}

.about-slider {
    width: 63%;
}

.location-map {
    width: 60%;
    text-align: center;
}

.location {
    background: url(../img/home/bg-3rd.webp) no-repeat center top;
}

.location-description {
    width: 55%;
}

.location-description p {
    color: var(--offBlack);
    text-align: justify;
}



/**** UPDATES LAYOUT ****/
.updates {
    padding: 5rem 0;
    margin: 5rem auto;
}

.updates .title {
    transform: rotate(-90deg);
    text-align: center;
    position: relative;
    width: 33%;
    color: var(--secondary);
}

.updates .title::after {
    content: '';
    display: block;
    background: url(../img/home/logo-10.webp) no-repeat center;
    width: 100%;
    height: 550px;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: -8rem;
}

.updates .title p {
    text-indent: 8rem;
    color: var(--primary);
}

.updates .info {
    width: 100%;
    position: relative;
    z-index: 2;
}

.table-container {
    width: 100%;
    border-collapse: collapse;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
}

.table-container th,
.table-container td {
    padding: 12px 15px;
    text-align: left;
    font-size: 14px;
}

.table-container th {
    font-weight: normal;
    color: var(--black)
}

.table-container .event {
    position: relative;
}

.table-container .event::after {
    content: '';
    background: var(--primary);
    display: inline-block;
    width: 1px;
    height: 15px;
    position: absolute;
    right: 2.5rem;
    opacity: 0.1;
}

.table-container .date {
    color: #163A60;
    width: 15%;
    opacity: 0.5;
}

.table-container .event,
.table-container .details {
    width: 35%;
}

.table-container .arrow {
    text-align: right;
    font-size: 16px;
}

.table-container .arrow::after {
    content: '>';
    color: var(--primary);
}



/**** FOOTER ****/
footer {
    position: relative;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    color: var(--secondary);
}

footer::before {
    content: '';
    display: block;
    background: var(--bg-lightBlue);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
}

footer .container-xl {
    position: relative;
    z-index: 1;
}

footer .footer-wrapper {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    gap: 5rem;
    padding-top: 5rem;
}

footer .company .email {
    font-weight: 700;
    margin-bottom: 1rem;
}

footer .footer-links {
    width: 70%;
}

footer .footer-links .content-wrapper {
    align-items: start;
    justify-content: flex-end;
    margin-top: 0;
}

footer .footer-links .content-wrapper div:nth-child(1) {
    width: 20%;
}

footer .footer-links .content-wrapper div:nth-child(2) {
    width: 40%;
}

footer .footer-links ul li {
    padding: 0.5rem 0;
}

footer .footer-links ul li a {
    color: var(--secondary);
}

footer .footer-links ul li a:hover {
    opacity: 0.8;
}

footer .inquire {
    width: 30%;
}

footer .title {
    font-weight: 700;
    margin-bottom: 1rem;
}

footer .copyright p {
    text-align: center;
}


footer .policy-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    gap: 1rem;
}

footer .policy-list li a {
    color: var(--secondary);
    padding: 0 1rem 0 0;
}
footer .policy-list li::after {
    content: "";
    position: relative;
    border-right: 1px solid var(--secondary);
}

footer .policy-list li:last-of-type a {
    padding: 0;
}
footer .policy-list li:last-of-type::after {
    border-right: none;
}

footer .policy-list li a:hover {
    color: var(--secondary);
    opacity: 0.8;
}

footer .copyright {
    font-size: var(--xs);
}

footer .logo {
    z-index: 0;
}

.company-address {
    width: 100%;
    margin-top: 1.2rem;
}

.socmed-list {
    display: inline-flex;
    list-style: none;
    gap: 1rem;
}

.socmed-list .icon {
    position: relative;
    background: var(--primary);
    border-radius: 4px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.socmed-list.tertiary .icon {
    background: var(--tertiary);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.socmed-list .icon span > svg {
    transform: translate(0px, -2px);
}

.socmed-list .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.socmed-list .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.socmed-list .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.socmed-list .icon:hover span,
.socmed-list .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);   
}

.socmed-list .facebook:hover,
.socmed-list .facebook:hover .tooltip,
.socmed-list .facebook:hover .tooltip::before {
    background: #1877F2;
    color: #ffffff;
}

.socmed-list .linkedin:hover,
.socmed-list .linkedin:hover .tooltip,
.socmed-list .linkedin:hover .tooltip::before {
    background: #007ab3;
    color: #ffffff;
}


/**** BUTTON DESIGN ****/
button,
a.btn {
    background-color: var(--primary);
    border-radius: var(--radius10);
    padding: 0.8rem 2rem;
    outline: none;
    border: none;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

button:hover {
    opacity: 0.9;
}

button.secondary,
a.btn.secondary {
    background-color: var(--secondary);
}

button.tertiary {
    background-color: var(--tertiary);
}

button.white {
    background: #E6E6E6;
    color: var(--secondary);
}

button.clear {
    background: transparent;
    color: var(--primary);
    padding: 0.8rem 0;
    font-weight: 600;
}

button.secondary-inverted {
    background-color: var(--white);
    color: var(--secondary);
    border: 1px solid var(--secondary);
}

button.secondary-inverted:hover {
    background-color: var(--secondary);
    color: var(--white);
}

button.full {
    width: 100%;
}

button.w-80 {
    width: 80%;
}

button.explore {
    padding: 0.4rem 1rem;
}

button .arrow {
    margin-left: 10px;
    padding-bottom: 1px;
}

a.btn:hover {
    color: var(--white);
    opacity: 0.95;
}

button.white span {
    margin-left: 0.4rem;
}

.btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

/**** TITLE & COLORS ****/
.black-primary {
    color: var(--black);
}

.black-primary span {
    color: var(--primary);
}

.echo-title {
    color: var(--primary);
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-top: 4rem;
}

.echo-title.tertiary {
    color: var(--tertiary);
}

.echo-title.mini {
    font-size: var(--md);
}

.echo-title::before {
    content: attr(data-title);
    color: var(--primary);
    font-size: 70px;
    font-weight: 700;
    position: absolute;
    top: -2.8rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
    overflow: hidden;
    white-space: nowrap;
    z-index: -1;
}

.echo-title.mini::before {
    font-size: var(--h3);
    top: -1.7rem;
}

.mini-secondary-title {
    color: var(--primary);
    font-size: var(--md);
    font-weight: 600;
}


/**** SERVICES LAYOUT ****/
.services-content {
    position: relative;
}

.services-content::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../img/services/bg-1.webp') no-repeat left top;
    width: 100%;
    height: 100%;
}

.services-content .content-wrapper {
    display: flex;
    justify-content: center;
    align-items: start;
}

.services-introduction {
    width: 49%;
    margin-top: 1rem;
}

.services-introduction p {
    color: var(--gray);
    margin-top: 1.5rem;
}

.services-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 49%;
}

.services-img svg:nth-child(1) {
    position: relative;
    top: -2.5rem;
    left: 2rem;
}

.services-img svg:nth-child(2) {
    position: relative;
    top: 2.5rem;
    right: 2rem;
}

.service-provided {
    margin-top: 8rem;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    margin-top: 5rem;
    justify-content: center;
}

.service-item {
    width: 29%;
}

.service-item-img {
    position: relative;
    width: 100%;
    height: 240px;
}

.service-item-img img {
    border-top-left-radius: 43px;
    border-bottom-right-radius: 43px;
    width: 100%;
    height: 100%;
    max-width: 327px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    object-fit: cover;
    object-position: center;
    overflow-clip-margin: unset;
}

.service-item-img svg {
    position: absolute;
    bottom: -2rem;
    right: -3rem;
    z-index: -1;
}

.service-item-description {
    margin-top: 5rem;
    text-align: center;
}

.service-item-description p {
    color: var(--gray);
    margin-top: 1rem;
}

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

.digital-content h6 {
    margin-top: 2rem;
}

.digital-content p {
    text-align: center;
    margin-top: 1rem;
}

.main-services {
    margin-bottom: 5rem;
}

.marketing-list {
    margin: 40px auto;
}

.list-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    row-gap: 30px;
}

.list-item:not(:nth-child(3n)) {
    border-right: 1px solid #e0e0e0;
}
.list-item:last-of-type() {
    border-right: none;
}

.list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.item-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray);
    font-weight: 600;
    text-align: center;
    width: 100%;
    gap: 10px;
}

.item-text::before,
.item-text::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--primary);
}

.item-text::after {
    background: var(--tertiary);
}



/**** CAREERS LAYOUT ****/
.search-keyword {
    margin: 1.2rem 0;
}

.search-keyword p {
    font-size: var(--md);
}

.keyword-list {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}
.keyword-list li {
    display: contents;
}

.keyword-list li a {
    border: 1px solid var(--white);
    padding: 0.5rem 1.5rem;
    border-radius: var(--radius10);
}

.about-content,
.contact-content {
    margin-top: 5rem;
}

.career-content {
    margin-top: -5rem;
}

.career-img {
    margin-top: 5rem;
}

.career-img img {
    width: 100%;
    border-radius: var(--radius20);
}

.career-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}

.career-grid>div {
    background-color: var(--gray);
    border-radius: 30px;
    width: 100%;
    height: 125px;
}

.career-grid>div>img {
    height: 100%;
    object-fit: cover;
    overflow-clip-margin: unset;
}

/* Default layout */
.div1 {
    grid-row: span 2 / span 2;
    height: 100% !important;
}

.div4 {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2;
    width: 100% !important;
}

.div5 {
    /* grid-column-start: 4;
    grid-row-start: 1; */
    grid-row: span 2 / span 2;
    height: 100% !important;
}

.div6 {
    grid-column-start: 4;
    grid-row-start: 2;
}

.div8 {
    grid-column-start: 5;
    grid-row-start: 1;
}

.div7 {
    grid-column: span 2 / span 2;
    grid-column-start: 6;
    grid-row-start: 1;
}

.div9 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 2;
}

.div10 {
    grid-column-start: 7;
    grid-row-start: 2;
}

.div11 {
    grid-row: span 2 / span 2;
    grid-column-start: 8;
    grid-row-start: 1;
    height: 100% !important;
}


.career-explaination {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 3rem;
    gap: 5rem;
}

.career-explaination .culture,
.career-explaination .workplace {
    width: 50%;
}

.career-explaination h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--md);
    color: var(--primary);
    text-align: center;
    width: 100%;
    gap: 10px;
}

.career-explaination h6::after {
    content: '';
    flex: 1;
    height: 3px;
    background: var(--primary);
}

.career-explaination p {
    color: var(--gray);
    margin-top: 1.5rem;
}

.career-path-img {
    margin-top: 5rem;
    text-align: center;
}

.career-path-img img {
    width: 70%;
    margin: 0 auto;
}

.job-offers {
    margin: 10rem auto;
}

.job-lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 5rem;
}

.job-item {
    background: var(--white);
    padding: 2rem;
    border-top-left-radius: var(--radius20);
    border-bottom-right-radius: var(--radius20);
    border: 1px solid var(--lightGray);
    box-shadow: 0px 4px 4px 0px #00000040;
    max-width: 340px;
    height: 370px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.job-category {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.8rem;
    font-size: 15px;
    color: var(--gray);
}

.job-location {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-size: var(--xxs);
}

.job-location span::before {
    content: '';
    height: 100%;
    border-left: 1px solid #0000001A;
    padding-left: 0.5rem;
}

.job-short-description {
    flex: 1;
}

.job-title {
    color: var(--secondary);
    font-weight: 500;
    margin-top: 1rem;
}

.job-item p {
    margin-top: 1rem;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: initial;
    line-height: 24px;
}

.job-item p:nth-child(1) {
    color: var(--gray);
    opacity: 0.5;
}

.job-item p:nth-child(2) {
    margin-top: 0.3rem;
}

.see-more {
    margin-top: 1rem;
    font-weight: 500;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1rem;
}

.see-more:hover {
    color: var(--primary);
    opacity: 0.9;
}



/**** ABOUT LAYOUT ****/
.about-content {
    background: url(../img/about/party-bg.webp) no-repeat bottom;
    padding-bottom: 5rem;
}

.president {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5rem;
    gap: 5rem;
}

.president-intro {
    width: 66%;
}

.president-intro h6 {
    font-size: var(--lg);
    color: var(--primary);
}

.president-img {
    width: 34%;
}

.president-img .img-holder {
    width: 85%;
    position: relative;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, var(--secondary) 75%, transparent 0%);
    border-top-left-radius: var(--radius20);
    border-top-right-radius: var(--radius20);
}

.president-img .img-holder img {
    position: relative;
    top: -6rem;
    width: 100%;
}

.president-img>div.border-gradient {
    height: 388px;
    position: relative;
}

.president-img>div.border-gradient p {
    background-color: var(--white);
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 0.3rem;
    width: 170px;
    font-size: var(--md);
    font-weight: 500;
    color: var(--primary)
}

.president-img>div.border-gradient p span {
    font-size: var(--xxxs);
}

.border-gradient {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
}

.border-gradient-purple {
    border-image-source: linear-gradient(to right, var(--primary), var(--tertiary));
}

.citystyle-jp {
    background: linear-gradient(360deg, #FFFFFF 7.24%, #A6CEFF 47.69%, #A6CEFF 57.64%, #FFFFFF 91.91%);
    width: 100%;
}

.citystyle-jp .container {
    max-width: 1440px;
}

.citystyle-jp .logo {
    margin: 2rem auto;
    display: flex;
    justify-content: center;
}

.citystyle-jp h6 {
    font-size: var(--md);
    font-weight: 700;
    margin: 1rem auto 2rem;
    text-align: center;
    color: var(--primary)
}

.citystyle-jp .short-description {
    margin: 2rem auto;
    text-align: center;
    color: var(--primary)
}

.citystyle-jp .short-description span {
    font-weight: 600;
}

.citystyle-slider{
display: none;
}
.citystyle-slider.slick-initialized{
display: block;
}
.citystyle-slider .slick-track {
    display: flex;
    gap: 1rem;
}

.citystyle-slider .slick-slide img {
    border-radius: 10px;
}

.citystyle-slider .slick-slide:nth-child(2) img,
.citystyle-slider .slick-slide:nth-child(4) img{
    scale: 0.9;
    transition: scale 0.3s ease;
}
.citystyle-slider .slick-slide:nth-child(1) img,
.citystyle-slider .slick-slide:nth-child(5) img{
    scale: 0.8;
    transition: scale 0.3s ease;
}

.citystyle-slider .slick-slide:nth-child(5) img{
    margin-left: -10%;
}
.citystyle-slider .slick-slide:nth-child(1) img{
    margin-left: 10%;
}

.mini-avatar.container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    min-height: 200px;
    width: 100%;
}

.honeycomb-grid {
    display: grid;
    grid-template-columns: repeat(9, 105px);
    grid-template-rows: repeat(3, 105px);
    gap: 30px;
    padding: 20px;
}

.avatar {
    width: 105px;
    height: 105px;
    border-radius: 20px;
    transform: rotate(45deg);
    overflow: hidden;
    background: #f7f7f7;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(-45deg) scale(1.5);
}

.honeycomb-grid> :nth-child(n+1):nth-child(-n+9) {
    transform: rotate(45deg) translate(75px, -23px);
}

.honeycomb-grid> :nth-child(n+10):nth-child(-n+18) {
    transform: rotate(45deg) translate(0, 0);
}

.honeycomb-grid> :nth-child(n+19):nth-child(-n+27) {
    transform: rotate(45deg) translate(24px, -73px)
}

.honeycomb-grid> :nth-child(1),
.honeycomb-grid> :nth-child(19),
.honeycomb-grid> :nth-child(5),
.honeycomb-grid> :nth-child(8),
.honeycomb-grid> :nth-child(9),
.honeycomb-grid> :nth-child(10),
.honeycomb-grid> :nth-child(18),
.honeycomb-grid> :nth-child(26),
.honeycomb-grid> :nth-child(27) {
    visibility: hidden;
}



.teams>.container>h6,
.photos h6 {
    color: var(--primary);
    font-size: var(--lg);
    font-weight: 700;
    text-align: center;
    margin-top: 5rem;
}

.teams p {
    margin-top: 2rem;
}

.team-list {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.team-member-info {
    text-align: center;
}

.team-member-info h6 {
    font-size: var(--md);
    color: var(--primary);
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-top: 1rem;
}

.team-member-info p {
    font-size: var(--xs);
    margin: 0;
}

.team-member {
    width: 19%;

}

.team-member-img {
    position: relative;
}

.team-member-img img {
    width: 100%;
    border-top-left-radius: 43px;
    border-bottom-right-radius: 43px;
}

.team-member-img::after {
    content: "";
    background: linear-gradient(90deg, rgba(22, 73, 136, 1) 30%, rgba(247, 39, 116, 1) 100%);
    display: block;
    width: 100%;
    height: 5px;
    border-top-left-radius: 43px;
    border-bottom-right-radius: 43px;
    margin: 1rem 0;
}
.teamlist-slider  .slick-list {
    padding: 0 !important;
}
.teamlist-slider .slick-track {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 0;
}

.photos {
    padding-bottom: 5rem;
}

.photos .img-container {
    margin-top: 2rem;
}

.photo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 3rem auto;
}

.photo-item {
    width: 153px;
    height: 153px;
    overflow: hidden;
}

.photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow-clip-margin: unset;
}

.photo-item .top-left {
    border-top-left-radius: 60px;
}

.photo-item .top-right {
    border-top-right-radius: 60px;
}

.photo-item .bottom-left {
    border-bottom-left-radius: 60px;
}

.photo-item .bottom-right {
    border-bottom-right-radius: 60px;
}

.photo-item .full {
    border-radius: 100px;
}

.photo-item .all {
    border-radius: 30px;
}

.border-placeholder {
    width: 100%;
    height: 100%;
    border: 2px dashed var(--primary);
}


/**** CONTACT US LAYOUT ****/
.gradient-wrapper {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -78px;
}

.gradient-divider {
    width: 100%;
    border: 3px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(to right, var(--primary), var(--tertiary));
}

.contact-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    flex: 1;
    height: 100dvh;
}

.contact-divider .circle {
    width: 15px;
    height: 15px;
    background: var(--tertiary);
    border-radius: 50px;
    min-width: 15px;
    max-width: 15px;
    max-height: 15px;
    min-height: 15px;
}

.contact-divider .dash {
    width: 100%;
    border-right: 2px dashed var(--primary);
    height: 100%;
    translate: -6px;
}

.contact-details {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 5rem;
    margin: 5rem auto;
}

.contact-form h6,
.contact-info h6 {
    font-size: var(--md);
    color: var(--primary);
}

.contact-form p,
.contact-info p {
    color: var(--gray);
    margin-top: 1.5rem;
}

.contact-info .contact-text {
    color: var(--primary);
    font-weight: 700;
    margin-top: 1rem;
}

.contact-info .contact-text span {
    margin-left: 0.3rem;
}

.contact-info-form,
.application-form,
.additional-work-exp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 2rem;
}

.additional-work-exp {
    justify-content: space-between;
}

.delete-exp{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}

.additional-work-exp:first-of-type .delete-exp {
    display: none;
}

.input-holder {
    width: 46%;
    position: relative;
    height: 60px;
    
}

.form {
    width: 100%;
    position: relative;
    height: 60px;
    overflow: hidden;
}

.contact-info-form .form:nth-child(5),
.contact-info-form .form:nth-child(6) {
    width: 100%;
}

.form input {
    width: 100%;
    height: 100%;
    color: var(--black);
    padding-top: 20px;
    border: none;
    border-bottom: 2px solid var(--primary);
}

.form input,
textarea {
    background: transparent;
    color: var(--gray);
}

.form label {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-bottom: 1px solid white;
    color: var(--primary);
}

.form label::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid var(--primary);
    transform: translateX(-100%);
    transition: all 0.3s ease;
}

.content-name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.form input:focus {
    outline: none;
}

.form input:focus+.label-name .content-name,
.form input:valid+.label-name .content-name {
    transform: translateY(-120%);
    font-size: 14px;
    left: 0px;
    color: var(--primary);
}

.form input:focus+.label-name::after,
.form input:valid+.label-name::after {
    transform: translateX(0%);
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.form-footer label {
    color: var(--gray);
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    gap: 1rem;
    font-size: var(--xxxs);
}

.checkbox-wrapper-30 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox-wrapper-30 .checkbox {
    display: inline-block;
    width: calc(var(--size, 1) * 22px);
    position: relative;
}

.checkbox-wrapper-30 .checkbox:after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}

.checkbox-wrapper-30 .checkbox>* {
    position: absolute;
}

.checkbox-wrapper-30 .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: var(--bg);
    border-radius: calc(var(--size, 1) * 4px);
    border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
}

.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdr: calc(var(--size, 1) * 2);
}

.checkbox-wrapper-30 .checkbox input:hover {
    --newBrdrClr: var(--brdr-hovr);
}

.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdrClr: var(--brdr-actv);
    transition-delay: calc(var(--dur) /1.3);
}

.checkbox-wrapper-30 .checkbox input:checked+svg {
    --dashArray: 16 93;
    --dashOffset: 109;
}

.checkbox-wrapper-30 .checkbox svg {
    fill: none;
    left: 0;
    pointer-events: none;
    -webkit-text-stroke-color: var(--primary);
    stroke: var(--stroke, var(--brdr-actv));
    stroke-dasharray: var(--dashArray, 93);
    stroke-dashoffset: var(--dashOffset, 94);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    top: 0;
    transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}

.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-30 .checkbox input {
    display: block;
    height: 100%;
    width: 100%;
}

.contact-info .map {
    width: 100%;
    border-radius: var(--radius20);
    margin-top: 1rem;
}

.contact-info .map img {
    width: 100%;
}

.divi .contact-info .social-media {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.thank-you-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 500px;
    margin: 5rem auto;
}

.thank-you-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 5rem;
}

.message-container {
    width: 100%;
    position: relative;
}

.input-border,
.input-border .form {
    width: 100%;
    position: relative;
}

.input-border .form input {
    border-bottom: 1px solid var(--primary);
}

.input-border .form input:not(:focus)+.label-name .content-name,
.input-border .form input:not(:valid)+.label-name .content-name {
    transform: translateY(0);
    font-size: 16px;
}

.input-border input:not(:placeholder-shown)+.label-name .content-name,
input:not(:placeholder-shown)+.label-name .content-name {
    transform: translateY(-120%) !important;
    font-size: 14px !important;
    left: 0px;
    color: var(--primary);
}

.input-border.company-name::after {
    bottom: 1px;
}

.input-border::after {
    display: block;
    content: '';
    border-bottom: 1px solid var(--primary);
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
    position: absolute;
    width: 100%;
    bottom: 6px;
}

.input-border:focus-within::after {
    transform: scaleX(1);
}

.input-border.fromRight::after {
    transform-origin: 100% 50%;
}

.input-border.fromLeft::after {
    transform-origin: 0% 50%;
}

/**** JOB LAYOUT ****/
.job-content {
    margin-top: -3rem;
}

.job-info-wrapper {
    display: flex;
    justify-content: start;
    align-items: end;
    gap: 3rem;
}

.job-img {
    width: 186px;
    height: 186px;
    border-radius: var(--radius20);
    box-shadow: 0px 4px 4px 0px #00000040;

    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
}

.job-img img {
    width: 100%;
    height: 100%;
}

.job-title-holder .job-location,
.job-title-holder .company-name {
    color: var(--gray);
    opacity: 0.5;
}

.job-title-holder .job-location span::before {
    height: 20px;
}

.job-title-holder .job-location span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.job-title-holder .job-location span svg,
.job-title-holder .job-location>div svg {
    vertical-align: -2px;
}

.job-title-holder .job-category {
    font-size: var(--h5);
    font-weight: 600;
    color: var(--secondary);
}

.job-short-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}

.job-description {
    margin: 4rem auto;
}

.job-description-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    gap: 3rem;
}

.job-description-content {
    width: 65%;
    border: 1px solid #0000001A;
    border-radius: var(--radius20);
    padding: 3rem;
}

.job-description-content h6 {
    font-size: var(--md);
}

.job-description-content p {
    color: var(--gray);
    text-align: justify;
    margin-top: 1rem;
}

.job-description-content .img-holder {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.job-description-content .img-holder img {
    width: 100%;
    height: 100%;
}

.job-description-content .img-holder.half img {
    width: 50%;
}

.job-requirements {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
}

.job-salary,
.job-skills {
    border: 1px solid #0000001A;
    border-radius: var(--radius20);
    padding: 2rem;
    width: 100%;
}

.job-skills {
    height: 100%;
}

.job-salary p {
    color: var(--gray);
}

.job-salary h6 {
    margin-bottom: 0;
}

.job-salary .note {
    color: var(--black);
    font-weight: 600;
    font-size: var(--md);
}

.icon-holder {
    background: #F2F2F2;
    border-radius: var(--radius10);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
}

.icon-holder svg {
    opacity: 0.4;
}

.salary-short-detail-item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.salary-short-detail-item:first-child {
    margin-top: 1.5rem;
}

.salary-short-detail-item p:nth-child(1) {
    font-weight: 500;
    line-height: 1.5;
    color: var(--black);
}

.salary-short-detail-item p:nth-child(2) {
    color: var(--gray);
    line-height: 1;
}

.job-skills *:not(h6) {
    color: var(--gray);
}

.job-skills h6 {
    margin: 1rem auto;
    font-size: var(--md);
}

.job-skills h6:first-child {
    margin: 0 auto 1rem;
}

.skill-title {
    margin-top: 1rem;
    font-weight: 600;
}

.tool-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.job-skills .tool-items {
    border: 1px solid var(--primary);
    border-radius: var(--radius10);
    padding: 0.5rem 1rem;
    color: var(--primary);
}


/**** APPLY LAYOUT ****/
.apply-content {
    margin: 5rem auto;
}

.apply-content .job-short-info {
    justify-content: start;
}

.apply-content .job-title-holder {
    margin-bottom: 1rem;
}

.apply-steps,
.application-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    width: 70%;
    margin: 3rem auto;
}

.apply-steps-number {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    width: 100%;
}

.apply-steps-number:last-child {
    width: fit-content;
}

.apply-steps-number::before,
.apply-steps-number::after {
    content: '';
    flex: 1;
    /* Makes the lines take up the remaining space */
    height: 1px;
    border-top: 1px dashed var(--gray);
    opacity: 0.5;
    margin: 0 1rem;
}

.apply-steps-number::before {
    content: attr(data-number);
    background: var(--gray);
    border-radius: var(--radius50);
    width: 40px;
    height: 40px;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: initial;
    opacity: 0.5;
    border: none;
}

.apply-steps-number:last-child::after {
    display: none;
}

.apply-steps-number span {
    position: absolute;
    bottom: -2rem;
    left: 0%;
    transform: translateX(-20%);
    white-space: pre;
    color: var(--gray);
}

.apply-steps-number.active::before {
    background: var(--tertiary);
    opacity: 1;
}

.apply-steps-number.active span {
    color: var(--black);
}

.application-content {
    text-align: center;
    margin: 5rem auto;
}

.application-content h6 {
    font-size: var(--base);
    font-weight: 600;
    color: var(--primary)
}

.application-content p {
    color: var(--gray);
    margin-top: 1rem;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.application-form {
    width: 50%;
    margin: 2rem auto;
}

.file-input-wrapper button {
    font-weight: 600;
}

.file-input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.file-input {
    display: none;
    /* Hide the default file input */
}

.file-name {
    color: var(--gray);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
}

.file-upload-container {
    width: 100%;
}

.select-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    position: relative;
    width: 100%;
}

.select-container label {
    text-align: start;
    color: var(--primary);
}

select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0.3rem 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid var(--primary);
    color: var(--black);
}

select:focus-visible,
textarea:focus-visible {
    outline: none;
}

/* select>option:nth-child(1) {
    display: none;
} */

select:focus {
    padding: 0.3rem;
}

select:not(:focus):invalid,
select {
    color: var(--gray);
}



textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--primary);
    height: 150px;
    color: var(--black);
}

textarea::placeholder {
    color: var(--gray);
    opacity: 0.5;
}

.form-footnote {
    margin-top: 3rem;
    text-align: justify;
}

.form-footnote h6 {
    color: var(--gray);
    margin-top: 1rem;
}

form .btn-container {
    width: 100%;
    justify-content: space-between;

}

.select-container span {
    color: var(--primary);
    height: 24px;
}

.select-container.half {
    width: 45%;
}
.select-container.half .label {
    font-size: 14px;
}

.select-container svg {
    position: absolute;
    top: 65%;
    right: 0.5rem;
}

.description-footnote {
    font-size: var(--xxs);
    color: var(--gray);
    opacity: 0.5;
}

.work-exp {
    margin-top: 1rem;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.still-in-role-container {
    display: flex;
    justify-content: end;
    align-items: end;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    translate: 0 -1em;
}

.still-in-role-container .form-footer {
    justify-content: end;
}

.checkbox.disabled svg path {
    stroke: var(--gray);
}

.checkbox.disabled .checkbox-wrapper-30 .checkbox input:checked {
    border-color: var(--gray);
    pointer-events: none;
}

.cover-letter-container h6>span {
    color: var(--gray);
    opacity: 0.5;
}

/**** PRIVACY & TERMS PAGE ****/
.policy-details,
.terms-details {
    margin: 4rem auto;
    color: var(--gray);
}

.policy-details h6,
.terms-details h6 {
    font-size: var(--base);
    font-weight: 600;
    color: var(--gray);
    margin: 0;
    margin-bottom: 0.2rem;
}

.policy-details p,
.terms-details p {
    margin: 0;
    margin-bottom: 1rem;
}

.sub-point {
    margin-left: 2rem;
}

.sp_only {
    display: none;
}

