/*
Theme Name: Anothemes
Theme URI: https://anothemes.vn/
Author: Anothemes
Author URI: https://anothemes.vn/
Description: Anothemes were developed by staff of Anothemes company. Anothemes can meet websites in the areas of sales, entertainment, business, product introduction, company introduction, real estate, landing page, ...
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anothemes
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Anothemes are located in style.css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */ 

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
@import url(fonts/stylesheet.css);
/* Css */
/*@import url(libs/font-awesome/css/font-awesome.css);*/
@import url(libs/owl-carousel/assets/owl.carousel.min.css);
/*@import url(libs/venobox/venobox.css);*/

/*==========================================================
    2. GENERAL
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body{
    font-size: 16px;
    line-height: 24px;
    color: #613622;
    background: #F6D098;
    font-family: 'Merriweather';
}
h1,
h2,
h3,
h4,
h5,
h6 {
    
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    margin-bottom: 1em;
}
img{
    border:none;
    max-width:100%; 
    height: auto;
}
a{
    text-decoration: none;
    color:#373737;
}
a:hover{
    text-decoration:none;
    color: #e31e1e;
}
a:focus{
    text-decoration: none;
    color: inherit;
    outline: none;
}
a, 
button, 
input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
input {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
    border: 1px solid #d5d5d5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    /* font-style: italic; */
    border-radius: 0;
}
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #e31e1e;
    outline: none;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    border-color: #FCD998;
}
iframe {
    max-width: 100%;
}

/* custom bootstrap css */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.hidden {
    display: none !important;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1310px;
}

/* wordpress default style */
.single .entry-content h1,
.comment-content h1,
.single .entry-content h2,
.comment-content h2,
.single .entry-content h3,
.comment-content h3,
.single .entry-content h4,
.comment-content h4,
.single .entry-content h5,
.comment-content h5,
.single .entry-content h6,
.comment-content h6,
.single .entry-content p,
.comment-content p,
.single .entry-content table,
.comment-content table,
.single .entry-content dl,
.comment-content dl,
.single .entry-content pre,
.comment-content pre,
.single .entry-content ul,
.comment-content ul,
.single .entry-content ol,
.comment-content ol {
    margin-bottom: 20px;
}
.post-password-form input[type="password"] {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
}
.post-password-form input[type="submit"] {
    border: 1px solid #242627;
    background: none;
    color: #242627;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}
.post-password-form input[type="submit"]:hover {
    background: #242627;
    color: #FFF;
}
.screen-reader-text {
    display: none
}
.gallery:after {
    content: "";
    display: block;
    clear: both;
    margin: 0 -5px 20px;
}
.gallery-item {
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}
.gallery-columns-1 .gallery-item {
    float: none;
    display: block;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    text-align: center;
    padding: 5px;
    font-style: italic;
}
.gallery-caption {
    text-align: left;
    font-style: italic;
    padding: 5px 0;
}
.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 20px;
}
.aligncenter {
    display: block;
    margin: 0 auto 20px;
}
.bypostauthor {
    display: block;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
#wrapper {
	margin: auto;
}
.d-flex {
    display: flex;
}

/*==========================================================
	4. HEADER
==========================================================*/
.site-header {
	position: relative;
	z-index: 10;
    padding: 24px 0;
}
.site-header:before {
    content: "";
    width: 839px;
    height: 132px;
    display: block;
    background: url(images/assets/header-fog.png) no-repeat center;
    position: absolute;
    top: -30px;
    left: -200px;
    animation: moveFog 10s linear infinite alternate; 
    transform-origin: left bottom;
}
@keyframes moveFog {
  0% {
    transform: translate(50px, 20px) rotate(-3deg) scale(1.1);
    width: 839px;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
    width: 870px;
  }
}
.site-header .d-flex {
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}
.site-brand img {
    max-height: 96px;
    width: auto;
}
.main-menu ul {
    display: flex;
    align-items: center;
}
.main-menu li {
    margin-left: 24px;
    list-style: none;
}
.main-menu li a {
    display: block;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    position: relative;
    color: #613622;
}
.main-menu li a:before {
    position: absolute;
    bottom: 8px;
    left: 20px;
    width: 0;
    content: "";
    display: block;
    height: 1px;
    background: #613622;
    transition: all 0.3s ease-in-out 0s;
}
.main-menu li a[aria-current="page"]:before {
    height: 0;
}
.main-menu li:hover a:before {
    width: calc(100% - 40px);
}
.mobile-menu {
    display: none;
}


/*==========================================================
	5. CONTENT
==========================================================*/
.site-main {
	min-height: 300px;
	padding-top: 10px;
	overflow: hidden;
}

.site-404 {
    max-width: 470px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.site-404 h1 {
    margin-bottom: 50px;
}
.site-404 h1 strong {
    display: block;
    font-size: 140px;
    font-weight: bold;
    -webkit-text-stroke: 4px #0176ac;
    -webkit-text-fill-color: white;
    font-family: arial;
}
.site-404 h1 span {
    font-size: 32px;
    text-transform: uppercase;
    color: #0176ac;
}

/*==========================================================
	6. PAGES
==========================================================*/
/* -- home-page --*/
:root {
    --title-color: #5C3922;
    --main-color: #8E5122;
    --description-color: #613622;
    --description-color-2: #724122;
    --font-main: 'Merriweather';
    --font-title: 'Yentu';
}
.top-video {
    height: 100vh;
    min-height: 800px;
    position: relative;
    background: #F6D098;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top-video h1{
    font-family: var(--font-title);
    font-size: 90px;
    line-height: 1;
    margin: 0 0 20px;
    background: linear-gradient(180deg, #8E5122 28.31%, rgba(254, 206, 138, 0.5) 96%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    pointer-events: none;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 1;
}
.top-video .video-cover {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    position: absolute;
    bottom: 0;
}

.top-video::after {
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent, #F6D098);
}
/* .top-video::after {
    content: "";
    width: 110%;
    height: 252px;
    display: block;
    background: url(images/assets/hitorical-fog.png),linear-gradient(to bottom, rgb(246, 208, 152, 0.5), transparent)  no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -50px;
    animation: historicalmoveFog 10s linear infinite alternate;
    transform-origin: left bottom;
    z-index: 10;
}
.top-video::before {
    content: "";
    width: 110%;
    height: 252px;
    display: block;
    background: linear-gradient(to bottom, transparent, rgba(246, 208, 152, 0.5));
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -50px;
    animation: historicalmoveFog 10s linear infinite alternate;
    transform-origin: left bottom;
    z-index: 10;
} */
.main-title {
    text-align: center;
    background: linear-gradient(to bottom, rgba(142, 81, 34, 1) 30%, rgba(142, 81, 34, 0.7) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 60px;
    line-height: 74px;
    font-family: 'Yentu';
    font-weight: normal;
}
.main-title.style2 {
    line-height: 64px;
    margin-bottom: 48px;
}
.main-title:before,
.main-title.style2:after {
    content: "";
    width: 12.4%;
    max-width: 122px;
    aspect-ratio: 3/1;
    background: url(images/assets/main-title.png) no-repeat center;
    margin: auto;
    display: block;
    background-size: cover;
}
.main-title.style2:before,
.main-title.style2:after {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.main-title.style2:after {
    margin-right: 0;
    margin-left: 15px;
}
.video-cover2 {
    width: 60%;
    max-width: 800px;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -45%);
    z-index: 0;
}
.about-wrapper {
    text-align: center;
}
.about-section {
    position: relative;
    padding-bottom: 100px;
}
.about-section ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: calc(100% - 780px);
    row-gap: 16px;
    list-style: none;
    max-width: 1280px;
    margin: 20px auto 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
/* .about-section ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 451px;
    height: 451px;
    background: url(images/assets/about-elephant.png) no-repeat center;
    z-index:2;
} */
.about-section ul li {
    padding: 24px 24px 32px;
}
.about-section ul li:nth-child(1),
.about-section ul li:nth-child(5) {
    transform: translateX(110px);
}
.about-section ul li:nth-child(2),
.about-section ul li:nth-child(6) {
    transform: translateX(-110px);
}
.about-section h3 {
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: var(--title-color);
    font-family: 'Yentu';
    margin-bottom: 12px;
}
.about-section h3:before {
    content: "";
    display: block;
    height: 40px;
    background: url(images/assets/flower-bullet.png) no-repeat center;
    background-size: contain;
    margin-bottom: 12px;
}
.about-section p {
    color: var(--description-color-2)
}
.fog {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.aspect-section .container{
	position: relative;
	z-index: 1;
}
.aspect-section::before,
.aspect-section::after,
.fog:before,
.fog:after,
.fog span:before,
.fog span:after {
    content: "";
    display: block;
    background: url(images/assets/fog1.png) no-repeat center;
    background-size: contain !important;
    width: 100%;
    height: 650px;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    position: absolute;
    animation: FogBeforeMove 10s linear infinite alternate; 
}
.aspect-section::after,
.fog:after {
    background: url(images/assets/fog2.png) no-repeat center;
    animation: FogAfterMove 11s linear infinite alternate;
}
.fog span:before {
    background: url(images/assets/fog3.png) no-repeat center;
    animation: FogSpanBeforeMove 15s linear infinite alternate;
}
.fog span:after {
    background: url(images/assets/fog4.png) no-repeat center;
    animation: FogSpanAfterMove 18s linear infinite alternate;
}
@keyframes FogBeforeMove {
  0% {
    transform: translateY(-50%) rotate(-1deg);
    width: 100%;
    left: 0%;
  }
  100% {
    transform: translateY(-50%) rotate(1deg);
    width: 120%;
    left: -10%;
  }
}
@keyframes FogAfterMove {
  0% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
@keyframes FogSpanBeforeMove {
  0% {
    left: -5%;
  }
  100% {
    left: 0;
  }
}
@keyframes FogSpanAfterMove {
  0% {
    left: 0;
  }
  100% {
    left: 5%;
  }
}
.story-wrap {
    background: url(images/assets/story-bg.svg) no-repeat center;
    position: relative;
    max-width: 1266px;
    margin: auto;
    overflow: hidden;
    height: 700px;
    will-change: max-width;
}
.story-wrap:before,
.story-wrap:after {
    content: "";
    width: 102px;
    height: 700px;
    background: url(images/assets/roller.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateZ(0);
    left: 0;
    display: block;
    z-index: 10;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.story-wrap:after {
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(180deg) translateZ(0);
}
.story-inner {
    width: calc(100vw - 160px);
    max-width: 1140px;
    margin: 90px auto 0;
    padding: 60px 39px;
}
.story-inner .entry-content {
    overflow-y: auto;
    height: 300px;
    text-align: justify;
}
.contact-page-section .main-title.style2{
    margin-bottom: 30px;
}
[data-aos="story-animation"] {
    max-width: 204px;
    transition-property: max-width;
}
[data-aos="story-animation"].aos-animate {
    max-width: 1266px;
}
.mCSB_inside > .mCSB_container {
    margin-right: 20px;
}
.historical-section {
    position: relative;
    overflow-x: hidden;
    padding: 90px 0 500px;
    background: url(images/assets/historical-image-bg.png) no-repeat bottom center;
    background-size: contain;
}
.historical-section:before {
    content: "";
    width: 110%;
    height: 252px;
    display: block;
    background: url(images/assets/hitorical-fog.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 60px;
    right: -50px;
    animation: historicalmoveFog 10s linear infinite alternate; 
    transform-origin: left bottom;
}
@keyframes historicalmoveFog {
  0% {
    transform: translate(50px, 20px) rotate(-1deg) scale(1.1);
  }
  100% {
    transform: translate(0, 0) rotate(1deg) scale(1);
  }
}
.historical-section .container {
    position: relative;
}
.flower-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    display: flex;
    justify-content: space-between;
}
.flower-bg::before {
    content: "";
    background: url(images/assets/hitorical-flower2.png) no-repeat center center;
    display: block;
    width: 11.33%;
    height: 100%;
    background-size: contain;
}
.flower-bg::after {
    content: "";
    background: url(images/assets/hitorical-flower3.png) no-repeat center center;
    display: block;
    width: 11.33%;
    height: 100%;
    background-size: contain;
}
.historical-section .fog {
    transform: rotate(-180deg);
}
.historical-section .fog:before, 
.historical-section .fog:after, 
.historical-section .fog span:before, 
.historical-section .fog span:after {
    top: 50%;
}
.historical-section .fog.bottom-img:before, 
.historical-section .fog.bottom-img:after, 
.historical-section .fog.bottom-img span:before, 
.historical-section .fog.bottom-img span:after {
    display: none;
}
.historical-section .main-title {
    margin-bottom: 65px;
}
.historical {
    column-gap: 37px;
    height: 1245px;
    position: relative;
}
.historical-flower-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: auto;
    object-fit: contain;
    z-index: 10;
}
.historical-flower-bg img {
    max-width: unset;
    height: auto;
    object-fit: contain;
}
.historical-item {    
    position: relative;
    overflow-x: visible;
    overflow-y: clip;
    padding: 80px 0;
}
.historical-item:before,
.historical-item:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 616px;
    height: 97px;
    background: url(images/assets/roller-vertical.svg) no-repeat center;
    position: absolute;
    top: 0;
}
.historical-item:after {
    top: auto;
    bottom: 0;
}
.historical-item .entry-content {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    max-width: 616px;
    margin: auto;
    padding: 30px 78px 5px;
    text-align: center;
    color: var(--main-color);
    height: 1086px;
    background: url(images/assets/hitorical-roller-bg.svg) no-repeat center;
}
.historical-item .entry-content p {
    margin-bottom: 11px;
}
.historical-item .entry-content h2,
.historical-item .entry-content h3,
.historical-item .entry-content h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 11px;
}
[data-aos="historical-animation"] {
    max-height: 100px;
}
[data-aos="historical-animation"].aos-animate {
    max-height: 1280px;
}
.aspect-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.aspect-section .main-title {
    margin-bottom: 80px;
}
.aspect {
    text-align: center;
    max-width: 933px;
    margin: auto;
    background: url(images/assets/line.svg) no-repeat top left, url(images/assets/line.svg) no-repeat bottom 70px center;
    position: relative;
}
.aspect:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    background: url(images/assets/line.svg) no-repeat center;
}
.aspect p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    color: var(--main-color);
}
.expression-section {
    padding: 80px 0;
    position: relative;
}
.expression-section .fog {
    transform: rotateY(180deg);
}
.expression-section .main-title {
    margin-bottom: 80px;
}
.expression {
    flex-wrap: wrap;
    gap: 40px;
}
.expression-item {
    flex: 0 0 calc((100% - (3 * 40px)) / 4);
    text-align: center;
}
.expression-item img {
    width: 100%;
    max-width: 250px;
}
.expression-item:hover img {
    animation-name: shake;
    animation-duration: 8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes shake {
  0% { transform: rotate(3deg); }
  1% { transform: rotate(-3deg); }
  2% { transform: rotate(3deg); }
  3% { transform: rotate(-3deg); }
  4% { transform: rotate(3deg); }
  5% { transform: rotate(-3deg); }
  6% { transform: rotate(3deg); }
  7% { transform: rotate(-3deg); }
  8% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}
.products-section {
    padding: 80px 0;
    overflow-x: hidden;
}
.products-section .main-title {
    margin-bottom: 80px;
}
.home-products {
    column-gap: 24px;
}
.home-products a {
    display: block;
    background: #FFF2D2;
    border-radius: 12px;
    padding: 24px 24px 32px;
    text-align: center;
    width: 380px;
    max-width: 100%;
    text-decoration: none;
    position: relative;
}
.home-products a:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 50px;
    background: url(images/assets/border.svg) no-repeat top left, url(images/assets/border-right.svg) no-repeat top right;
    transform: rotate(-180deg);
}
.home-products a:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    height: 50px;
    background: url(images/assets/border.svg) no-repeat top left, url(images/assets/border-right.svg) no-repeat top right;
}
.home-products .owl-item img {
    height: 200px;
    width: auto;
    display: inline;
}
.home-products h3 {
    margin: 12px 0;
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    color: var(--title-color);
}
.home-products p {
    margin-bottom: 0;
    color: var(--description-color);
}
.home-products-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.home-products .products-item {
    text-align: center;
    display: flex;
    justify-content: center;
}

.home-products .products-item img {
    margin: 0 auto;
}

/*==========================================================
	7. SINGLE POST
==========================================================*/
.single-post-wrapper {
    background-color: #F7D8A7; /* Nền kem theo design */
    padding-top: 150px; /* Bù đắp cho absolute header */
}

.breadcrumbs-container {
    margin-bottom: 40px;
}

.breadcrumbs {
    font-size: 14px;
    color: #8E5122;
}

.breadcrumbs a {
    color: #8E5122;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .current {
    font-weight: 500;
}

.single-post-article {
    max-width: 900px;
    margin: 0 auto;
}

.single-post-article .entry-header {
    text-align: center;
    margin-bottom: 30px;
}

.single-post-article .entry-title {
    font-family: 'Yentu';
    font-size: 64px;
    color: #381B10;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single-post-article .entry-content {
    font-size: 18px;
    line-height: 1.6;
    color: #613622;
}

.single-post-article .entry-content p {
    margin-bottom: 24px;
}

.single-post-article .sub-title {
    font-family: 'Yentu';
    font-size: 36px;
    color: #381B10;
    margin: 48px 0 24px;
}
.ingle-post-wrapper .entry-content img{
    object-fit: cover;
}
.custom-post-image {
    margin: 60px 0;
    text-align: center;
}

.custom-post-image img {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 100%;
    height: auto;
}

.custom-post-image figcaption {
    font-size: 14px;
    color: #8E5122;
    margin-top: 15px;
    font-style: italic;
}

/* Single Post Sessions */
.single-post-wrapper {
    background: #F6D098;
    padding-top: 150px;
    padding-bottom: 0;
}

.session-1.breadcrumbs-container {
    margin-bottom: 40px;
}

.breadcrumbs {
    font-size: 16px;
    color: #8E5122;
}

.breadcrumbs a {
    color: #8E5122;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumbs a:hover {
    color: #381B10;
}

.breadcrumbs .current {
    font-weight: 600;
    color: #381B10;
}

.single-post-article .entry-title {
    font-family: 'Yentu';
    font-size: 64px;
    line-height: 1.1;
    color: #381B10;
    margin-bottom: 60px;
    text-transform: uppercase;
    text-align: left;
}

.content-section {
    margin-bottom: 80px;
}

.intro-text {
    font-size: 20px;
    line-height: 1.6;
    color: #613622;
    margin-bottom: 40px;
    text-align: justify;
}

.main-post-image img,
.secondary-post-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.main-post-image figcaption {
    font-style: italic;
    color: #8E5122;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
}

.single-post-article .sub-title {
    font-family: 'Yentu';
    font-size: 40px;
    color: #381B10;
    margin: 60px 0 30px;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.content-grid-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #381B10;
    margin-bottom: 15px;
}

.content-grid-item p {
    font-size: 17px;
    line-height: 1.6;
    color: #613622;
}

/* Session 4: Recent Posts */
.session-4.single-recent-posts {
    padding: 100px 0;
    margin-top: 50px;
}

.site-footer {
    padding-bottom: 350px;
    background: url(images/assets/footer-bg.png) no-repeat bottom center;
    background-size: contain;
}
.site-footer .d-flex {
    column-gap: 70px;
    flex-wrap: wrap;
    justify-content: space-between;
}
div.tnp-subscription {
    margin: 0;
}
.site-footer .widget_media_image img {
    max-width: 207px !important;
}
.infor-list {
    list-style: none;
}
.infor-list li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}
.infor-list li a {
    text-decoration: none;
    position: relative;
    padding-left: 28px;
    display: inline-block;
    color: var(--description-color);
}
.infor-list li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 100%;
    background: url(images/assets/map.svg) no-repeat left center;
}
.infor-list li.tel a:before {
    background: url(images/assets/tel.svg) no-repeat left center;
}
.infor-list li.mail a:before {
    background: url(images/assets/mail.svg) no-repeat left center;
}
.infor-list li a:hover {
    text-decoration: underline;
}
.widget_nav_menu ul {
    list-style: none;
}
.widget_nav_menu ul li {
    margin-bottom: 12px;
}
.widget_nav_menu ul a {
    text-decoration: none;
    color: var(--description-color);
}
.widget_nav_menu ul a:hover {
    text-decoration: underline;
}
.widget_newsletterwidget .tnp-subscription .tnp-email {
    height: 48px;
    background: #FFF2D2;
    border: 1px solid #92751B;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #896D19;
    font-style: normal;
    width: 290px;
}
.widget_newsletterwidget .tnp-subscription .tnp-email::placeholder {
    color: #896D19;
}
.widget_newsletterwidget form {
    display: flex;
    column-gap: 16px;
}
.tnp-widget input.tnp-submit {
    height: 48px;
    background: #5C3922;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 16px;
    cursor: pointer;
    width: 72px;
}
.widget-title {
    color: #5C3922;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 16px;
}

/* journey-page */
.journey-banner {
    height: 90vh;
    position: relative;
    background: #F6D098;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}       

.journey-banner .hero-content {
    z-index: 5;
    position: absolute;
    top: 0;
    text-align: center;
    
}
.hero-content .container{
    margin: 0 auto;
}
.journey-banner .hero-title {
    font-family: var(--font-title);
    font-size: 164px;
    line-height: 1;
    margin: 0 0 20px;
    background: linear-gradient(180deg, #8E5122 28.31%, rgba(254, 206, 138, 0.5) 96%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    pointer-events: none;
    text-transform: uppercase;
}

.journey-banner .hero-description {
    font-size: 18px;
    line-height: 28px;
    max-width: 800px;
    margin: 0 auto;
    color: #613622;
    text-align: center;
}

.journey-banner .hero-bg-elements {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.journey-banner .hero-bg-elements img {
    position: absolute;
    object-fit: contain;
}
.hero-bg-elements{
    position: relative;
    display: flex;
    height: 250px;
    z-index: 10;
}
.journey-banner::after {
    content: "";
    width: 110%;
    height: 252px;
    display: block;
    background: url(images/assets/hitorical-fog.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -50px;
    animation: historicalmoveFog 10s linear infinite alternate;
    transform-origin: left bottom;
}
.journey-banner .img6 {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* journey-post */
.journey-post {
    padding: 100px 0;
    background: #F6D098;
}
.journey-post .post-left {
    flex-shrink: 0;
    width: 43.75%;
}
.journey-post .post-left img {
    width: 100%;
    max-width: 560px;
    aspect-ratio: 56 /44;
    border-radius: 23px;        
    object-fit: cover;
    max-width: max-content;
}
.journey-post .post-right {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.journey-title-post {
    font-family: var(--font-title);
    font-size: 40px;
    color: var(--title-color);
    margin-bottom: 24px;
    text-transform: uppercase;
    line-height: 48px;
    font-weight: 400;
}
.journey-post p {
    font-size: 18px;
    line-height: 28px;
    color: var(--main-color);
    margin-bottom: 48px;
    text-align: left;
}
.journey-post .row{
    display: flex;
    justify-content: center;
    gap: 64px;

}
.post-right{
    text-align: left;
}
.post-right p{
    font-family: var(--font-main);
    font-size: 18px;
}
.post-left button.journey-btn{
    background-color: var(--main-color);
    border-radius: 12px ;
    color: #FFF;
}
.journey-btn {
    display: inline-block;
    background: var(--title-color);
    color: #fff;
    padding: 12px 35px;
    border-radius: 12px;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.journey-btn:hover {
    background: #381B10;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
/* recent-posts */
.recent-posts {
    padding: 80px 0;
    position: relative;
    z-index: 10;
}

.recent-posts .container {
    position: relative;
    z-index: 20;
}
#content h3{
    font-family: var(--font-title);
    font-size: 30px;
    color: var(--description-color);
    text-transform: uppercase;
    font-weight: bold;
}
#content h4{
    font-family: var(--font-main);
    font-size: 24px;
    color: var(--description-color);
    font-weight: bold;
}
#content p{
    font-family: var(--font-main);
    font-size: 16px;
    color: var(--description-color);
}

.recent-posts-title {
    font-family: var(--font-title);
    font-size: 48px;
    color: var(--description-color);
    text-align: left;
    margin-bottom: 50px;
    text-transform: uppercase;
    position: relative;
    z-index: 30;
    line-height: 48px;
}

.recent-posts-carousel {
    display: none;
}

.recent-posts-carousel.owl-loaded {
    display: block;
}

/* Ensure the grid version in hanh-trinh.php is visible and correctly aligned */
.recent-posts .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: -15px;
    margin-right: -15px;
    visibility: visible ;
    opacity: 1 ;
}

.recent-posts .post-column {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    visibility: visible ;
    opacity: 1 ;
    margin-bottom: 48px ;
}
.recent-posts-carousel .item {
    padding: 0;
}
.recent-posts-carousel .row {
    display: block ;
    flex-wrap: wrap ;
    margin-left: -15px;
    margin-right: -15px;
}

.recent-posts-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.recent-posts-carousel .item {
    width: 100%;
}

.post-card, .product-card {
    text-align: center;
    padding:24px 24px 32px 24px;
    background: #FFF5E1;
    border-radius: 15px;
    height: 100%;
    transition: transform 0.3s ease;
    border: 1px solid rgba(56, 27, 16, 0.1);
    display: flex;
    flex-direction: column;
    position: relative;
}
.post-card:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    height: 50px;
    background: url(images/assets/border.svg) no-repeat top left, url(images/assets/border-right.svg) no-repeat top right;
}
.post-card::before{
   content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 50px;
    background: url(images/assets/border.svg) no-repeat top left, url(images/assets/border-right.svg) no-repeat top right;
    transform: rotate(-180deg);
}
.post-image-wrapper, .product-image-wrapper {
    position: relative;
    background: #FFF5E1;
}
.post-image-wrapper img, .product-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;

}
.post-card .post-title {
    font-family:var(--title-color);
    font-size: 30px;
    line-height: 36px;
    color:var(--description-color);
    margin: 12px 0;
     display: -webkit-box;
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical;
    overflow: hidden;
}
a.submit-btn.product-contact-btn:hover{
    color: #FFF;
}
a.submit-btn.product-contact-btn{
    margin-top: 20px;
    display: inline-block;
}
.post-card a,
.product-card a {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 1;
}
.product-card .product-content {
    text-align: left;
}

.post-card .post-excerpt{
    font-family: var(--font-main);
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: var(--description-color);
     display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-title, .product-title {
    font-family: 'Yentu';
    font-size: 26px;
    color: #381B10;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.2;
}

.post-excerpt, .product-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #613622;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Pagination */
.pagination-wrapper {
    margin-top: 50px;
    text-align: center;
}
.pagination-wrapper .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #FFF5E1;
    border: 1px solid rgba(56, 27, 16, 0.1);
    color: #381B10;
    font-family: var(--font-main);
    font-size: 18px;
    margin: 0 5px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.pagination-wrapper .next .page-numbers,
.pagination-wrapper .page-numbers.current,
.pagination-wrapper .page-numbers:hover {
    background: #FFF2D2;
    color: #613622;
}


.pagination-wrapper .page-numbers.prev:hover,
.pagination-wrapper .page-numbers.next:hover {
    background: transparent;
}

.pagination-wrapper .page-numbers.dots {
    background: transparent;
    border: none;
    width: auto;
}

.pagination-wrapper .page-numbers img {
    width: 37px;
    height: 15px;;
}

@media only screen and (max-width: 767px) {
    .pagination-wrapper .page-numbers {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin: 0 3px;
    }
}
.recent-posts-carousel .owl-nav,
.single-recent-posts-carousel .owl-nav {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-top: 50px !important;
    position: relative !important;
    z-index: 100 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.recent-posts-carousel .owl-nav button,
.single-recent-posts-carousel .owl-nav button {
    width: 48px !important;
    height: 48px !important;
    background: #FFF2D1 !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 5px !important;
    outline: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.recent-posts-carousel .owl-nav button:focus,
.single-recent-posts-carousel .owl-nav button:focus {
    outline: none !important;
}

.recent-posts-carousel .owl-nav button img,
.single-recent-posts-carousel .owl-nav button img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    display: block !important;
}

.recent-posts-carousel .owl-nav button:hover,
.single-recent-posts-carousel .owl-nav button:hover {
    background: #FCE6B1 !important;
    transform: translateY(-2px);
}

.recent-posts-carousel .owl-nav button:hover img,
.single-recent-posts-carousel .owl-nav button:hover img {
    filter: none;
}

.single-recent-posts-carousel .owl-nav {
    display: flex !important;
}

.single-recent-posts-carousel .owl-nav button {
    display: flex !important;
}

.recent-posts-carousel .owl-dots,
.single-recent-posts-carousel .owl-dots {
    display: none !important;
}

.recent-posts-carousel .owl-nav button.owl-prev:hover img,
.single-recent-posts-carousel .owl-nav button.owl-prev:hover img {
    transform: translateX(-3px);
}

.recent-posts-carousel .owl-nav button.owl-next:hover img,
.single-recent-posts-carousel .owl-nav button.owl-next:hover img {
    transform: translateX(3px);
}

/* Single recent posts specific adjustments */
.recent-posts a:hover,
.product-grid-section a:hover{
    text-decoration:none;
    color: unset;
    text-shadow: 0 3px 6px rgba(114, 65, 34, 0.6);  
}
.single-recent-posts-carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
    overflow-x: clip;
    overflow-y: visible;
}
/* product-page */
.product-banner {
    height: 100vh;
    position: relative;
    background: #F6D098;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.single-post-wrapper ul {
    margin-left: 2rem;
}
.product-banner .hero-content {
    z-index: 5;
    position: absolute;
    top: 10%;
    text-align: center;
    width: 100%;
}

.product-banner .hero-title {
    font-family: var(--font-title);
    font-size: 164px;
    line-height: 1.2;
    margin: 0;
    transform: translateY(-66px);
    background: linear-gradient(180deg, #8E5122 28.31%, rgba(254, 206, 138, 0.5) 96%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    pointer-events: none;
    text-transform: uppercase;  
}

.product-banner .hero-bg-elements {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.product-banner .img-mountain {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 5;
}

.product-banner .img-elephant {
    position: absolute;
    bottom: 180px;
    left: 36%;
    max-width: 350px;
    width: 100%;
    z-index: 10;
}
.product-banner::after {
    content: "";
    width: 110%;
    height: 252px;
    display: block;
    background: url(images/assets/hitorical-fog.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -50px;
    animation: historicalmoveFog 10s linear infinite alternate;
    transform-origin: left bottom;
    z-index: 10;
}
.product-card::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 50px;
    background: url(images/assets/border.svg) no-repeat top left, url(images/assets/border-right.svg) no-repeat top right;
    transform: rotate(-180deg);
}
.product-card::after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    height: 50px;
    background: url(images/assets/border.svg) no-repeat top left, url(images/assets/border-right.svg) no-repeat top right;
}

.product-grid-section {
    padding: 100px 0;
    background: #F6D098;
}
.product-grid-section .row{
    display: grid;
    gap: 0 28px;
    grid-template-columns: repeat(4, 1fr);
}
.product-column {   
    margin-bottom: 40px;
}

.product-card {
    background: #FFF5E1;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(56, 27, 16, 0.1);
    display: flex;
    flex-direction: column;
}

.post-card:hover,
.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.product-image-wrapper {
    position: relative;
    margin-bottom: 20px;
    padding: 30px;
}

.product-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.product-title {
    font-family: 'Yentu';
    font-size: 28px;
    color: #381B10;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #613622;
    margin-bottom: 0;
}



/* Contact Scroll Section */
.contact-page-section .story-wrap {
    background: url(images/assets/story-bg2.svg) no-repeat center;
    position: relative;
    max-width: 100px;
    margin: auto;
    overflow: hidden;
    height: auto;
    min-height: 800px;
    padding-bottom: 50px;
    transition: max-width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-page-section .story-wrap.aos-animate {
    max-width: 1266px; 
}

.contact-page-section .story-wrap:before,
.contact-page-section .story-wrap::after {
    content: "";
    width: 102px;
    height: 100%;
    min-height: 790px;
    background: url(images/assets/contact-roller.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    z-index: 10;
}
.contact-page-section .story-wrap:after {
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}
.contact-page-section.story-section  {
    padding: 10px 0 0 0 ;
    margin-bottom: 150px;
}
.contact-form {
    padding: 0 80px;
    text-align: left;
}
.contact-page-section .story-inner .entry-content {
    height: auto;
    text-align: center;
}
.contact-page-section #mCSB_1_scrollbar_vertical{
    display: none !important;
}
.motif-right {
    transform: scaleX(-1);
}
.contact-form .row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
}
.contact-form .form-row{
    display: flex;
    justify-content: center;
    gap:20px;
}
.contact-form .form-row .form-group.half-width{
    width: 50%;
}
.contact-form input, 
.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    background: #FFF6E0;
    border: 1px solid #92751B;
    border-radius: 12px;
    font-family: 'Merriweather';
    font-size: 16px;
    color: #381B10;
}

.contact-form textarea {
    height: 80px;
    resize: none;
}

.form-submit {
    text-align: center;
    margin-top: 30px;
}

.submit-btn {
    background: #5C3922;
    color: #fff;
    padding: 15px 60px;
    border: none;
    border-radius: 12px;
    font-family: 'Merriweather';
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #381B10;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}



/* Product Detail Page */
.product-gallery {
    margin-bottom: 40px;
}

.main-image-container {
    border-radius: 20px;
    padding: 0;
    margin-bottom: 24px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 40px;
}

.main-image-container .img-col, 
.main-image-container .info-col {
    flex: 1;
    width: calc(50% - 10px);
}
.main-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

.thumbnail-wrapper {
    position: relative;
    padding: 0 25px;
    margin-top: 20px;
}

.product-thumbnails .thumb-item {
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    margin: 0;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.product-thumbnails .thumb-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.product-thumbnails .thumb-item.active {
    border-color: transparent;
}
.product-thumbnails .thumb-item img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

/* Owl Nav for Thumbnails */
.product-thumbnails .owl-nav {
    display: block !important;
}

.product-thumbnails .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #FFF2D2 !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    z-index: 10;
}

.product-thumbnails .owl-nav button.owl-next {
    right: 0;
}
.product-thumbnails .owl-nav button.owl-prev {
    left: 0;
}

.product-thumbnails .owl-nav button img {
    width: 18px;
    height: 18px;
}

.product-thumbnails .owl-nav button.owl-prev.disabled {
    opacity: 0;
    pointer-events: none;
}
/* Product Info */
.product-info-box {
}

.product-detail-title {
    font-family: 'Merriweather';
    font-size: 60px;
    line-height: 1.2;
    color: #4A332D;
    margin: 24px 0;
    font-weight: 400;
}

.price-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.current-price {
    font-family: 'Yentu', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #4A332D;
}

.old-price {
    font-family: 'Yentu', sans-serif;
    font-size: 28px;
    color: #4A332D;
    opacity: 0.5;
    text-decoration: line-through;
    font-weight: 400;
}

.discount-badge {
    background: #FF0054;
    color: #FFF;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
}

/* Accordions */
.product-accordion-container {
    margin-top: 60px;
}

.accordion-item {
    background: #FFF2D2;
    border: 1px solid #92751B;
    border-radius: 20px;
    margin-bottom: 24px;
    overflow: hidden;
}

.accordion-header {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Merriweather';
    font-size: 20px;
    color: #613622;
}

.accordion-header .icon {
    font-size: 28px;
    color: #8E5122;
    transition: transform 0.3s ease;
    font-weight: 300;
}

.accordion-item.active .icon {
    transform: rotate(45deg);
}

.accordion-content {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0, 1, 0, 1);
    background: transparent;
}

.accordion-item.active .accordion-content {
    padding: 0 30px 30px;
    max-height: 1000px;
    transition: all 0.5s ease-in-out;
}

.accordion-content p {
    margin: 0;
    line-height: 1.8;
    color: #613622;
    font-size: 16px;
}

.faq-item {
    margin-bottom: 24px;
}

/* 5. FOOTER */
.contact-list {
	max-width: 375px;
	list-style: none;
}
.contact-info h3{
	font-size: 16px;
}
.contact-list .company-name {
	padding-bottom:8px;
	margin-top: 23px;
}
.contact-list li {
	font-size: 14px;
	padding-bottom: 24px;
}
.contact-list .section-title{
	font-weight: 700;
	padding-bottom: 8px;
}
.contact-list a{
	color: var(--description-color);
}
.contact-list a:hover{
	color: var(--description-color);
	text-decoration: underline;
}
.email-box {
    max-width: 100%;
}

.email-box .title {
    font-size: 18px;
    color: #5C3922;
    margin-bottom: 16px;
}

.email-form p {
    display: flex;
}
.email-box .wpcf7-spinner {
    display: none;
}
.email-form input[type="email"] {
    flex: 1;
    height: 52px;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #92751B;
    background: #fff3d6;
    font-size: 16px;
    outline: none;
    width: 290px;
    margin-right: 16px;
}
.wpcf7 form .wpcf7-response-output {
    border:unset
}
.email-form input::placeholder {
    color: #896D19;
}

.email-form input[type="submit"] {
    height: 52px;
    padding: 10px;
    border-radius: 16px;
    border: none;
    background: #5C3922;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    width: 72px;

}

.email-form input[type="submit"]:hover {
    background: #3a2315;
}
.social-wrap {
    display: flex;
    gap: 16px;
}
.fa-linkedin::after,
.fa-instagram::after,
.fa-tiktok::after,
.fa-messenger::after,
.fa-facebook::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/assets/facebooklogo.svg) no-repeat center / contain;
    display: block;
}
.fa-messenger::after{
    background: url(images/assets/messengerlogo.svg) no-repeat center / contain;  
}
.fa-instagram::after{
    background: url(images/assets/instagramlogo.svg) no-repeat center / contain;
}
.fa-tiktok::after {
    background: url(images/assets/tiktoklogo.svg) no-repeat center / contain;
}
.fa-linkedin::after {
    background: url(images/assets/linkedinlogo.svg) no-repeat center / contain;
}
.social-item {
    width: 44px;
    height: 44px;
    background: #FFF2D2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-item:hover {
    background: #F6D098;
    border: 1px solid #fff;
    transform: translateY(-3px);
}
