@charset "UTF-8";



/*-----------------SAFARI & CHROME RESET-----------------*/




[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}

::-webkit-scrollbar { 
    display: none; 
}

a:active,
a:focus {
    outline:0;
    border:none;
}

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}


/*--------------------FONT RESET--------------------*/


.titillium-web-light {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-weight: 300;
    font-style: normal;
}

.titillium-web-regular {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-weight: 400;
    font-style: normal;
}

.titillium-web-bold {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-weight: 700;
    font-style: normal;
}

.noto-sans-sc {
  font-family: "Noto Sans SC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.reversed-white {
    color: #F0F2F0;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

p {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    letter-spacing: -0.0125em;
    font-size: 1.1em;
    line-height: 1.3;
}

@media screen and (min-width: 40em) {
     p {
        font-size: 1.25em;
    }
}

h1, h2, h3 {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
}

h2 {
    font-size: 1em;
}

h3 {
    font-weight: 700;
    color: #3B3F3A;
    font-size: 1.5em;
    margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
     h3 {
        font-size: 2em;
    }
}

.nowrap {
    white-space: nowrap;
}


/*--------------------ANIMATION RESET--------------------*/


.wow {
    visibility: hidden; /* Hide elements initially */
}


/*--------------------HORIZONTAL LINE--------------------*/



.horizontal-line { 
    width: 100%; 
    height: 1px; 
    background: #F0F2F0;
    margin: 0 auto;
}

.horizontal-line.short { 
    width: 2rem;
}



/*--------------------PADDING--------------------*/



.buffing.small {
    padding: 1rem;
}

@media screen and (min-width: 64em) {
        .buffing.small {
        padding: 2rem;
    }
}

.buffing {
    padding: 2.5rem;
}

@media screen and (min-width: 64em) {
        .buffing {
        padding: 5rem;
    }
}

.buffing.large {
    padding: 5rem;
}

@media screen and (min-width: 64em) {
        .buffing.large {
        padding: 8rem;
    }
}

.bg-grey {
    background-color: #F0F2F0;
}


/*--------------------LINKS--------------------*/



a, a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


/*--------------------ARROW BUTTON--------------------*/



.button {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-weight: 700;
    color: #9F1C37;
    border-radius: 0.25em;
    font-size: 1em;
    overflow: hidden;
	position: relative;
    transition: background .3s, transform .3s, box-shadow .3s;
    will-change: transform;
    background-color: white;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    margin: 0;
}


.button:hover,
.button:focus {
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transform: translate3d(0, -2px, 0);
    background: none;
    color: #9F1C37;
}

.button:active {
    color: #9F1C37;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    transform: translate3d(0, 1px, 0);
}

.button.primary {
    background: none;
    font-weight: 700;
    color: #9F1C37;
    padding: 0.75rem 2.75rem 0.75rem 1rem;
    border: 2px solid #9F1C37;
	
	&::after {
        font-family: 'icomoon' !important;
		content: "\e944";
		display: block;
		height: 1rem;
		position: absolute;
		top: 1.25rem;
		transform: translateY(-50%);
		width: 1rem;
		z-index: 1;
	}
    
    @media screen and (min-width: 40em) {
    &::after {
		top: 1.25rem;
	}
}
	
	&::after {
		right: 1.15rem;
		transition: transform 0.3s ease;
	}
    
	&:hover {
		&::before {
			transform: translateX(50%);
		}
		
		&::after {
			transform: translate(5px, -50%);
		}
	}
}

.button.primary:hover {
    background: #9F1C37;
    color: white; 
}

.button.primary:focus,
.button.primary:active {
    opacity: 0.8;
    border: 2px solid #9F1C37;
}

.button.plus {
    background: none;
    font-weight: 700;
    color: #9F1C37;
    padding: 0.25rem;
    border: 2px solid #9F1C37;
}

.button.plus:hover {
    background: #9F1C37;
    color: white; 
}

.button.plus:focus,
.button.plus:active {
    opacity: 0.8;
    border: 2px solid #9F1C37;
}

.button.plus i {
    font-size: 2em;
}

.button.back {
    background: none;
    font-weight: 700;
    color: #9F1C37;
    padding: 0.75rem 1rem 0.75rem 2.75rem; /* Adjusted padding for left arrow */
    border: 2px solid #9F1C37;
    position: relative;
    overflow: hidden;
    
    &::before {
        font-family: 'icomoon' !important;
        content: "\e943"; /* Left arrow icon */
        display: block;
        height: 1rem;
        position: absolute;
        top: 1.25rem;
        left: 1rem;
        transform: translateY(-50%);
        width: 1rem;
        transition: transform 0.3s ease;
    }
    

    &:hover {
        &::before {
            transform: translate(-5px, -50%); /* Moves arrow left */
        }
    }
}

.button.back:hover {
    background: #9F1C37;
    color: white;
}

.button.back:focus,
.button.back:active {
    opacity: 0.8;
    border: 2px solid #9F1C37;
}




/*--------------------NAVIGATION--------------------*/



.scrollhide-nav {
    z-index: 10;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    transition: -webkit-transform 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.scrollhide-nav.hidden {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.menu-toggle{
	flex: 0 0 auto;
    background-color: #FFFFFF;
    border-radius: 0.75em;
	cursor: pointer;
	position: relative;
    float: right;
    width: 3.5rem;
	height: 3.5rem;
    margin-top: 1.5rem;
    box-shadow: rgba(59, 63, 58, 0.1) 0 0.5rem 1rem;
}

@media screen and (min-width: 40em) {
    .menu-toggle{
        margin-top: 2rem;
        width: 4rem;
        height: 4rem;
    }
}

.hamburger {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
}

.hamburger span {
    width: 1.75rem;
	margin-bottom: 0.5rem;
    height: 2px;
	display: block;
	overflow: hidden;
	position: relative;
}

@media screen and (min-width: 40em) {
    .hamburger span{
        width: 2rem;
        margin-bottom: 0.5rem;
    }
}

.hamburger span:last-child{
	margin:0;
}

.hamburger span:before,.hamburger span:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #9F1C37;
	transform: translateX(-400%);
	transition: transform ease 800ms;
}

.hamburger span:after{
	transform: translateX(0);
}

.hamburger span:nth-child(2):before,.hamburger span:nth-child(2):after{
	transition-delay: 75ms;
}

.hamburger span:last-child:before,.hamburger span:last-child:after{
	transition-delay: 150ms;
}

.menu-toggle:hover .hamburger span:before{
	transform: translateX(0);
}

.menu-toggle:hover .hamburger span:after{
	transform: translateX(200%);
}

.menu-toggle.active .hamburger span:before{
	transform: translateX(100%);
}

.menu-toggle.active .hamburger span:after{
	transform:translateX(200%);
}



/*--------------------OFF CANVAS MENU--------------------*/



.off-canvas {
    background-color: white;
}

.off-canvas ul li a {
    color: #3B3F3A;
}

.off-canvas ul li a:hover {
    color: #9F1C37;
}

.off-canvas ul li a,
.off-canvas ul li a:hover,
.off-canvas ul li a:focus,
.off-canvas ul li a:active {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.position-right {
    width: 350px;
    transform: translateX(350px);
}


.landing-logo-menu {
    margin-top: 0.5rem;
    min-height: 4rem;
    width: auto;
    background: url(../img/logo/nestlin-logo.svg) no-repeat center left scroll;
    cursor: pointer;
}

.nav.menu {
    padding: 1rem;
}

.nav.menu li {
    color: #858B85;
    text-align: left;
}

.nav.menu.top li {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-size: 2em;
    font-weight: 700;
}

.nav.menu.top.zh li {
    font-family: "source-han-sans-simplified-c", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.75em;
    font-weight: 700;
}


.nav.menu.top li:first-child {
    margin-bottom: 1rem;
}

.menu a, .menu .button {
    padding: 0.5rem 1rem;
}

.off-canvas .language-link {
    margin: 1rem 0 1.5rem 2.2rem;
}

.off-canvas label {
    color: #858B85;
}

.language-link {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.2;
}

.language-link a {
    display: block;
    padding: 0.2rem 0 0.25rem 0;
}

.off-canvas .language-link a {
    color: #3B3F3A;
}

.off-canvas .language-link a:hover {
    color: #9F1C37;
}

.company-detail {
    margin-left: 2.2rem;
}

.company-detail, .company-detail a {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    color: #3B3F3A;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.company-detail a:hover {
    color: #9F1C37;
}

.company-detail address {
    font-style: normal;
}

.company-address {
    margin-bottom: 1rem;
}

.company-contact .email {
    margin-bottom: 1rem;
}

.nav-footer {
    font-family: Verdana, Geneva, Tahoma, sans-serif; 
    margin: 3rem 0 0 2.2rem;
    color: #CCCBBE;
    font-size: 0.8em;
}

.company-address.zh label {
    font-family: "source-han-sans-simplified-c", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

.company-contact.zh label {
    font-family: "source-han-sans-simplified-c", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}



/*--------------------CONTAINER--------------------*/



body {
    background-color: white;
}

.grid-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 40em) {
    .grid-container {
        padding-right: 2rem;
        padding-left: 2rem;
  }
}

.grid-container.expand {
    padding-right: 0;
    padding-left: 0;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
}



/*--------------------LANDING--------------------*/


.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    object-fit: cover;
}

.hero {
    position: relative;
    min-height: 45rem;
    overflow: hidden;
}

@media screen and (min-width: 40em) {
    .hero {
        min-height: 45rem;
    }
}

@media screen and (min-width: 64em) {
    .hero {
        min-height: 50rem;
    }
}

@media screen and (min-width: 90em) {
    .hero {
        min-height: 60rem;
    }
}


.landing-logo {
    margin-top: 1.5rem;
    min-height: 3.5rem;
    width: auto;
    background: url(../img/logo/nestlin-logo.svg) no-repeat center left scroll;
    cursor: pointer;
}


@media screen and (min-width: 40em) {
    .landing-logo {
        margin-top: 2rem;
        min-height: 5rem;
    }
}

.landing-text {
    margin-top: 5rem;
}

@media screen and (min-width: 40em) {
    .landing-text {
        margin-top: 4rem;
    }
}

@media screen and (min-width: 64em) {
    .landing-text {
        margin-top: 5rem;
    }
}

@media screen and (min-width: 72em) {
    .landing-text {
        margin-top: 6rem;
    }
}

@media screen and (min-width: 90em) {
    .landing-text {
        margin-top: 10rem;
    }
}

h1 {
    font-size: 2em;
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: #9F1C37;
}

@media screen and (min-width: 40em) {
    h1 {
        font-size: 3em;
        font-weight: 100;
    }
}

@media screen and (min-width: 64em) {
    h1 {
        font-size: 4em;
    }
}

@media screen and (min-width: 72em) {
    h1 {
        font-size: 5em;
    }
}

.landing-text p {
    font-weight: 700;
    font-size: 1.25em;
    color: #3B3F3A;
    padding: 1rem;
    line-height: 1.1;
}

@media screen and (min-width: 64em) {
    .landing-text p {
        font-size: 1.5em;
        padding: 1rem 2rem;
        line-height: 1.1;
    }
}

.scroll-down {
    display: block;
    position: relative;
    margin-top: 1rem;
    text-align: center;
}

.scroll-down a span:hover {
    color: #9F1C37;
}

.scroll-down a span,
.scroll-down a span:hover,
.scroll-down a span:focus {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.scroll-title {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-weight: 700;
    display: block;
    color: #3B3F3A;
    font-size: 1.25em;
}

.arrow-down {
    display: block;
    margin: 0 auto;
    width: 1rem;
    height: 2rem;
    margin-top: 2rem;
}

.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 1rem;
    height: 1rem;
    border-top: 3px solid #9F1C37;
    border-right: 3px solid #9F1C37;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#scroll-down::before {
    -webkit-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    left: 50%;
    top: 0.6rem;
    margin-left: -1.5px;
    margin-top: 3rem;
    width: 3px;
    height: 1.25rem;
    background: #9F1C37;
    content: ' ';
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}


.sc-top-more {
    background-color: #F0F2F0;
}

h2 {
    color: #927A0C;
    font-size: 1.25em;
    margin-bottom: 0.75rem;
    letter-spacing: 0.01em;
}

@media screen and (min-width: 40em) {
    h2 {
        font-size: 1.4em;
    }
}

@media screen and (min-width: 40em) {
    h2 {
        font-size: 1.5em;
    }
}


.sc-top-more p {
    color: #3B3F3A;
}

@media screen and (min-width: 64em) {
    .sc-top-more p {
        font-size: 1.75em;
    }
}

.bg-img {
    width: 100%;
    min-height: 16rem;
}

@media screen and (min-width: 40em) {
    .bg-img {
        min-height: 30rem;
    }
}

@media screen and (min-width: 64em) {
    .bg-img {
        min-height: 36rem;
    }
}

.landing-support-img {
    background: url(../img/background/landing-support-img.jpg) center left / cover no-repeat;
    border-radius: 1.5rem;
}

@media screen and (min-width: 40em) {
    .landing-support-img {
        background: url(../img/background/landing-support-img.jpg) center center / cover no-repeat;
    }
}

.bg-white {
    background-color: white;
    height: 5rem;
    margin-top: -5rem;
    display: block;
}


/*--------------------ABOUT--------------------*/


.animated-dots div {
    color: #9F1C37;
    font-size: 1.5em;
    display: inline-block;
    margin-left: -0.1rem;
}

.animated-dots {
    margin-bottom: 0.75rem;
}

.animated-dots.white div {
    color: #F0F2F0;
}

.section-description {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-size: 2em;
    font-weight: 300;
    color: #3B3F3A;
    letter-spacing: -0.0125em;
    line-height: 1;
    margin-bottom: 2rem;
    margin-left: -0.2rem;
}

@media screen and (min-width: 40em) {
     .section-description {
        font-size: 2.5em;
    }
}

@media screen and (min-width: 64em) {
     .section-description {
        font-size: 3em;
    }
}

.about p {
    color: #858B85;
}

.about-container {
    background-color: #F0F7FA;
    border-radius: 0.75rem;
}

.text-container {
    padding: 1.5rem;
}

.text-container h3 {
    font-size: 1.5em;
}

.about-container img {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.about-container i {
    font-size: 2.5em;
    display: block;
    margin: 2rem 0 1rem 0.2rem;
}




/*--------------------VALUES--------------------*/



.values p {
    color: #858B85;
}

.values-container {
    background-color: white;
    border-radius: 0.75rem;
}

.values-icon img {
    width: 40%;
    height: auto;
    margin-left: -0.25rem;
}

.values-icon p {
    font-size: 1.5em;
    color: #9F1C37;
}

.values-text {
    margin-top: 2rem;
}



/*--------------------BUSINESSES--------------------*/


.businesses p {
    color: #858B85;
}


.browse-store-container {
    margin-top: 1rem;
}


.browse-store-container .accordion-title {
    padding: 1rem 0;
    border-top: 2px solid #F0F2F0;
    border-left: none;
    border-right: none;
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-size: 1.2em;
    color: #927A0C;
}

@media screen and (min-width: 40em) {
    .browse-store-container .accordion-title {
        padding: 1.5rem 0;
        font-size: 1.5em;
    }
}

.browse-store-container .accordion-title .title {
    font-weight: 700;
}

.browse-store-container .accordion-title .description {
    font-size: 1.2em;
    margin-right: 4rem;
}

@media screen and (min-width: 40em) {
     .browse-store-container .accordion-title .description {
        font-size: 1.5em;
    }
}

.browse-store-container .accordion-title:hover {
    color: #9F1C37;
    text-decoration: none;
    background: none;
}

.browse-store-container :last-child:not(.is-active) > .accordion-title {
    border-bottom: 2px solid #F0F2F0;
    border-radius: 0; 
}

.browse-store-container .accordion-title,
.browse-store-container .accordion-title::before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.browse-store-container .accordion-title::before {
    font-family: 'icomoon' !important;
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -1rem;
    content: '\e908'; 
    transform: rotate(0deg);
}

.browse-store-container .is-active > .accordion-title::before {
    font-family: 'icomoon' !important;
    transform: rotate(180deg);
}

.browse-store-container .accordion-content {
    padding: 0.5rem 0 0 0;
    border: none;
    background-color: none;
}

.browse-store-container :last-child > .accordion-content:last-child {
    border-bottom: 2px solid #F0F2F0; 
}


/*--------------------TEAM--------------------*/


.card {
    border-radius: 0.75rem;
    box-shadow: 0 1px 30px rgba(0,0,0,0.05);
    transition: background .5s, transform .5s, box-shadow .5s;
    border: none;
}

.card:hover {
    box-shadow: 0 5px 30px rgba(0,0,0,0.2);
    transform: translate3d(0, -2px, 0);
}

.card-link {
    display: block;
    text-decoration: none;
}

.card-img-container {
    overflow: hidden;
}

.img-portrait {
    min-height: 100%;
    height: 18rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 40em) {
    .img-portrait {
        height: 20rem;
  }
}

@media screen and (min-width: 64em) {
    .img-portrait {
        height: 20rem;
  }
}

@media screen and (min-width: 90em) {
    .img-portrait {
        height: 25rem;
  }
}

.zoom {
  transform-origin: 50% 0%;
  transition: transform 3s ease-in-out;
}

/* The Transformation */
.zoom:hover {
    transform: scale(1.05);
}

.img-portrait.datuk {
    background: url(../img/profile/nestlin-profile-datuk-sia.jpg) center center / cover no-repeat;
}

.img-portrait.bobby {
    background: url(../img/profile/nestlin-profile-bobby-sia.jpg) center center / cover no-repeat;
}

.img-portrait.linda {
    background: url(../img/profile/nestlin-profile-linda-toh.jpg) center center / cover no-repeat;
}

.img-portrait.isaac {
    background: url(../img/profile/nestlin-profile-isaac-foo.jpg) center center / cover no-repeat;
}

.personal-detail {
     padding: 1em;
	 position: relative;
}

@media screen and (min-width: 64em) {
    .personal-detail {
         padding: 1.5rem;
    }
}

.personal-detail h3 {
    font-size: 1.2em;
    margin-bottom: 0;
}

@media screen and (min-width: 40em) {
    .personal-detail h3 {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 64em) {
    .personal-detail h3 {
        font-size: 1.5em;
    }
}


.job-title {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-size: 1em;
    font-weight: 300;
    color: #858B85;
    line-height: 1;
    padding: 0.5rem 0;
}

@media screen and (min-width: 40em) {
     .job-title {
        font-size: 1.1em;
    }
}

@media screen and (min-width: 64em) {
     .job-title {
        font-size: 1.2em;
    }
}


.card .icon-arrow_forward {
    opacity: 0;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 1.5em;
    transform: translateX(-20%);
    transition: all 0.3s ease-in-out;
    color: #9F1C37;
}

.card:hover .icon-arrow_forward {
	 opacity: 1;
	 transform: translateX(0);
}



/*--------------------TESTIMONIAL--------------------*/


.testimonial {
    background-color: #3B3F3A;
}

.testimonial p, .testimonial .section-description {
    color: #F0F2F0;
}

.testimonial-container {
    border: 2px solid #626862;
    padding: 1.5rem;
    border-radius: 0.75rem;
}

.quote {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    letter-spacing: -0.0125em;
    font-size: 1.1em;
    line-height: 1.3;
    color: #F0F2F0;
    quotes: "“" "”"; /* Define opening and closing quotes */
    position: relative; /* Ensure :before positioning works */
}

@media screen and (min-width: 40em) {
     .quote {
        font-size: 1.25em;
    }
}

.quote:before {
    content: open-quote; /* Use the defined opening quote */
    position: absolute;
    left: -0.4rem;
}

.horizontal-line.short { 
    margin-top: 1rem;
    width: 2rem; 
    height: 2px; 
    background: #626862;
    margin: 1rem 0;
}

.author-detail {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-size: 1em;
    font-weight: 300;
    color: #858B85;
    line-height: 1.2;
    padding: 0.5rem 0;
}

.author-detail .author {
    font-weight: 400;
    font-size: 1em;
    color: #F0F2F0;
}

@media screen and (min-width: 40em) {
     .author-detail .author {
        font-size: 1.1em;
    }
}

.truested-brands-container {
    margin-top: 2rem;
}

.brands {
    height: 6rem;
    width: 100%;
    opacity: 0.7;
}

@media screen and (min-width: 40em) {
     .brands {
        height: 7rem;
    }
}

@media screen and (min-width: 40em) {
     .brands {
        height: 8rem;
    }
}

.peladang {
    background: url(../img/logo/export/peladang.png) center center / contain no-repeat;
}

.peladangnest {
    background: url(../img/logo/export/peladangnest.png) center center / contain no-repeat;
}

.dazhouxinyan {
    background: url(../img/logo/export/dazhouxinyan.png) center center / contain no-repeat;
}

.gniep {
    background: url(../img/logo/export/gniep.png) center center / contain no-repeat;
}

.dongnanyandu {
    background: url(../img/logo/export/dongnanyandu.png) center center / contain no-repeat;
}

.yananju {
    background: url(../img/logo/export/yananju.png) center center / contain no-repeat;
}

.sialin {
    background: url(../img/logo/export/sialin.png) center center / contain no-repeat;
}

.cofco {
    background: url(../img/logo/export/cofco.png) center center / contain no-repeat;
}

.meheco {
    background: url(../img/logo/export/meheco.png) center center / contain no-repeat;
}

.nananest {
    background: url(../img/logo/export/nananest.png) center center / contain no-repeat;
}

.yandafu {
    background: url(../img/logo/export/yandafu.png) center center / contain no-repeat;
}

.jinkang {
    background: url(../img/logo/export/jinkang.png) center center / contain no-repeat;
}



/*--------------------CONTACT--------------------*/


.contact-detail .company-name {
    margin: 2rem 0;
}

.contact-detail .company-name span {
    display: block;
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-size: 1.25em;
}


.contact-detail label {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    margin-top: 1rem;
    font-size: 1em;
    color: #858B85;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.contact-detail a {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    color: #858B85;
    font-size: 1.2em;
    margin-bottom: 1rem;
    
}

.contact-detail address {
    font-style: normal;
}

.company-address address {
    line-height: 1.1;
}

.company-address address .zh {
    line-height: 1.3;
    margin-top: 0.15rem;
    margin-bottom: 0.5rem;
}

.contact-detail a:hover {
    color: #9F1C37;
}



/*
.gmap-container iframe {
    margin: 0.5rem 0;
    height: 23rem;
}
*/

.gmap iframe {
    margin-top: 2rem;
    width: 100%;
    height: 25rem;
    border: none;
    border-radius: 0.75rem;
}




/*--------------------FOOTER--------------------*/



footer {
    padding: 3rem 0;
    background-color: #9F1C37;
    text-align: left;
}

footer a {
    opacity: 0.5;
}

footer a:hover {
    opacity: 1;
}


.footer-logo {
    height: 3.5rem;
    width: 10rem;
    background: url(../img/logo/nestlin_horizontal_rev.png) center center / contain no-repeat;
    display: block; /* Makes it alignable with text-align */
}

footer .company-name {
    margin-top: 1rem;  
}

footer .language-link {
    margin-top: 1rem;  
}

footer .company-name span {
    display: block;
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-size: 1.1em;
    color: white;
    opacity: 0.5;
    padding-bottom: 0.15rem;
}

footer .language-link a {
    font-size: 1.1em;
    color: white;
    opacity: 0.5;
}

footer .language-link a:hover {
    opacity: 1;
}

.footer-legal {
    margin-top: 2rem;
}

.footer-legal span {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    color: white;
    opacity: 0.5;
    display: inline-block;
    font-size: 0.85em;
    letter-spacing: 0.05em;
}

.footer-legal a {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-size: 0.85em;
    letter-spacing: 0.05em;
    color: white;
    opacity: 0.5;
}

.footer-legal a:hover {
    opacity: 1;
}


/*--------------------REVEAL POP-OUT--------------------*/



.reveal {
    border: none;
    border-radius: 1rem;
}


.close-button {
    background: none;
    font-weight: 700;
    color: #9F1C37;
    padding: 0.25rem;
    border: 2px solid #9F1C37;
    top: 1rem;
    right: 1rem;
    transition: 0.3s ease-in-out;
    border-radius: 0.25rem;
}

@media screen and (min-width: 64em) {
    .close-button {
        top: 2rem;
        right: 2rem;
    }

}

.close-button:hover {
    background: #9F1C37;
    color: white; 
}




/*--------------------DISCLAIMER--------------------*/




.pop-out-title-container span {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    color: #626862;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1rem;
}

.pop-out-copy-container {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    color: #858B85;
    margin: 1rem 0;
}

.pop-out-copy-container span {
    display: block;
    margin-bottom: 1rem;
}


/*--------------------SIMPLIFIED CHINESE VERSION--------------------*/

.zh {
    font-family: "source-han-sans-simplified-c", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.0125em;
    line-height: 1.5;
}

.zh.bold {
    font-family: "source-han-sans-simplified-c", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.0125em;
    line-height: 1.5;
}

.zh.title {
    line-height: 1;
}

.personal-detail .zh {
    line-height: 1;
}




/*--------------------PROFILE--------------------*/


.profile-img img {
    margin-top: 0;
}

@media screen and (min-width: 40em) {
    .profile-img img {
        margin-top: 9rem;
    }
}

@media screen and (min-width: 64em) {
    .profile-img img {
        margin-top: 0;
    }
}

.profile-container {
    margin-top: 2rem;
}

@media screen and (min-width: 40em) {
    .profile-container {
        margin-top: 1rem;
    }
}

.profile-container h1 {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-weight: 500;
    color: #3B3F3A;
    margin-bottom: 0;
}

/*SET FOR LARGE ONLY, H1 WILL FALL BACK ROOT FONT-SIZE*/
@media screen and (min-width: 40em) {
    .profile-container h1 {
        font-size: 2.5em;
    }
}

/*SET FOR LARGE ONLY, H1 WILL FALL BACK ROOT FONT-SIZE*/
@media screen and (min-width: 64em) {
    .profile-container h1 {
        font-size: 3em;
    }
}

.profile-container .job-title {
    font-size: 1.2em;
}

@media screen and (min-width: 64em) {
    .profile-container .job-title {
        font-size: 1.5em;
    }
}

.profile-container p {
    color: #858B85;
}

@media screen and (min-width: 64em) {
    .profile-container h1 {
        font-size: 3em;
    }
}

.contact-info {
    margin-top: 3rem;
}

.profile-container .contact-info {
    font-family: "Titillium Web", Verdana, Geneva, Tahoma, sans-serif; 
    font-size: 1.2em;
}

.profile-container .contact-info label {
    font-weight: 300;
    font-size: 0.9em;
    color: #858B85;
}

.profile-container .contact-info a {
    color: #858B85;
    letter-spacing: 0.025em;
}

.profile-container .contact-info a:hover {
    color: #9F1C37;
}

.next-profile {
    border: 1px solid #F0F2F0;
    border-left: none;
    border-right: none;
    padding: 4rem 0;
}

@media screen and (min-width: 40em) {
    .next-profile {
        padding: 5rem 0;
    }
}


@media screen and (min-width: 64em) {
    .next-profile {
        padding: 6rem 0;
    }
}

.next-profile a {
    font-size: 1.1em;
}

@media screen and (min-width: 40em) {
    .next-profile a {
        font-size: 1.25em;
    }
}
