@font-face {
    font-family: "Inter";
    src: url("../fonts/inter.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: "Oleo Script";
    src: url("../fonts/OleoScript.ttf") format("truetype");
    font-style: normal;
}


/*********************** reset style *************************/
html {
    height: unset !important;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    position: static !important;
    min-height: unset !important;
    font-family: Inter;
}

button, a {
    color: unset;
    border: unset;
    outline: unset;
    background-color: unset;
    text-decoration: none;
    cursor: pointer;
}

select:invalid {
    color: #757575;
}

input[type="submit"] {
    cursor: pointer;
}

p, a {
    line-height: 1.4;
    font-size: 1rem;
}

h1{
    font-family: 'Oleo Script';
    font-size: 2.2rem;
    font-weight: 400;
}

h2 {
    font-family: 'Oleo Script';
    font-size: 2.2rem;
    font-weight: 400;
}

h3{
    font-size: 1.8rem;
    font-weight: 300;
}

h4 {
    font-size: 1.3rem;
    font-weight: 500;
}

h5 {
    font-size: 1rem;
    font-weight: 300;
}

.black{
    color:#000 !important;
}

.no-style{
    text-decoration: none;
}


/*********************** components *************************/
.bg-color1 {
    background-color: #F2E6CA;
}

.bg-color2 {
    background-color: #F2EAD7;
}

.bg-color3 {
    background-color: #EEDFBA;
}

.bg-color4 {
    background-color: #A47864;
    color: #FFF;
}

.bg-color5 {
    background-color: #87905A;
    color: #FFF;
}

.bg-color6 {
    background-color: #f9f4ea;
}



/* google translator reset */
body > .skiptranslate {
    position: fixed;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -100;
}


/* underline hyperlink */
.link-type1 {
    position: relative;
    overflow: hidden;
    padding-bottom: 2px;
    font-size: 1.1rem;
}

.link-type1 span {
    border-bottom: 2px solid #000;
    transition: all 0.3s ease;
}

.link-type1 span:nth-child(1) {
    position: relative;
    top: 0;
}

.link-type1 span:nth-child(2) {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
}

.link-type1:hover span:nth-child(1) {
    top: -24px;
}

.link-type1:hover span:nth-child(2) {
    top: 0;
}


/* hover hyperlink */
.link-type2 {
    padding: 0.7rem 1rem;
    border-radius: 22px;
    border: 1px solid #000;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.link-type2::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 22px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all 1s ease;
    transform: translateX(-101%);
}

.link-type2:hover::after {
    transform: translateX(101%);
    background-color: #000;
}


/* section container */
.custom-container {
    width: 86%;
    margin: auto;
}


/* section title set */
.title-set {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}


/* scroll indicator */
.scroll-btn {
    position: fixed;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 60px;
    z-index: 90;
    transition: all 1.5s ease;
    pointer-events: none;
}

.scroll-btn.active {
    opacity: 0;
}

.scroll-btn::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 30px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    opacity: 1;
    animation: scrollDown 1.5s infinite;
}

@keyframes scrollDown {
    from {
        opacity: 1;
        top: 6px;
    }
    to {
        opacity: 0;
        top: 30px;
    }
}


.scroll-top {
    position: fixed;
    z-index: 40;
    bottom: 2rem;
    right: 2rem;
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    border-radius: 50%;
    background-color: #87905A;
    cursor: pointer;
}

.scroll-top.active {
    opacity: 1;
    pointer-events: all;
}

.scroll-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: rotate(180deg);
}


/* inner page banner section */
.inner-banner {
    width: 100%;
    position: relative;
    line-height: 0;
    min-height:400px;
   
}

.inner-banner:before{
    width: 100%;
    height: 100%;
    content:"";
    position:absolute;
    background-size: cover;
    background-position: center;
    filter: brightness(0.6);
     background-image:url(../images/banner/products-pembroke.webp);
}

.inner-banner h1{
    line-height: 1.4;
   
    font-size: 2rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1.2rem;
    
}
.inner-absolutsd{
    width: 86%;
     bottom: 10%;
    left: 7%;
     position: absolute;
   
    z-index: 2;
}
.inner-banner h1 span {
    font-family: 'Oleo Script';
}
.benr-uls{
    position: relative;
    display: flex
;
    color: #fff;
    gap: 35px;
    align-items: center;
    list-style: none;
        margin: 0;
        padding:0;
}
.benr-uls li{
    position:relative;
}
.benr-uls li:not(:last-child):before{
    content: "~";
    position: absolute;
    top: 10px;
    right: -25px;
    display: inline-block;
    font-size: 22px;
    color: #fff;
   
    opacity: .8;
}


/* inner page hero section */
.inner-hero {
    padding: 5rem 0;
    background-color: #F2E6CA;
    position:relative;
    
}
.extrac-bgs, .ecta-two{
    position:relative;
        background-position: center center;
    background-repeat: no-repeat;
    background-image:url(../images/bg/tea-leaves-bg.png);
}
.extrac-bgs:before{
        content: "";
    position: absolute;
    top: 5%;
    height: 150px;
    right: 10%;
    background-image: url(../images/bg/leaf-left.png);
    width: 130px;
    background-size: contain;
    background-repeat: no-repeat;
}
.extrac-bgs:after{
    content: "";
    position: absolute;
    bottom: -10%;
    height: 120px;
    left: 5%;
    /*background-image: url(../images/bg/tea-plants.webp);*/
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
}
.inner-hero .custom-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}


/* form perloader */
.form-perloader {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #000c;
    backdrop-filter: blur(6px);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.3rem;
}

.form-perloader.active {
    display: flex;
}

.form-perloader > p {
    font-size: 2rem;
    color: #fff;
}

.form-perloader > p span:nth-last-child(1) {
    animation: loaderPoint3 2s ease infinite;
}

.form-perloader > p span:nth-last-child(2) {
    animation: loaderPoint2 2s ease infinite;
}

.form-perloader > p span:nth-last-child(3) {
    animation: loaderPoint1 2s ease infinite;
}

.form-perloader .hamburger-btn {
    display: flex;
    transform: scale(2);
    margin: unset;
}

@keyframes loaderPoint1 {
    0% {
        opacity: 0;
    }
    23% {
        opacity: 0;
    }
    27% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes loaderPoint2 {
    0% {
        opacity: 0;
    }
    48% {
        opacity: 0;
    }
    52% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes loaderPoint3 {
    0% {
        opacity: 0;
    }
    73% {
        opacity: 0;
    }
    77% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}






/*********************** language options *************************/
/* langage section toggle */
.lang-btn {
    position: fixed;
    top: 20%;
    right: 0%;
    z-index: 30;
    cursor: pointer;
}

.lang-btn div {
    width: 100%;
    width: 38px;
    padding: 5px;
    background-color: #ffffff99;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    line-height: 0;
    position: relative;
    z-index: 4;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.lang-btn div img {
    width: 100%;
}

.lang-btn p {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 8px 15px 7px;
    background-color: #ffffff99;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-size: 1rem;
    color: #000;
    transition: all 0.4s ease;
}

.lang-btn:hover p {
    transform: translateX(calc(-100% + 1px));
}


/* language popup */
.lang-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 200;
}

.lang-popup.active {
    display: flex;
}

.lang-popup-shadow {
    width: 100%;
    height: 100%;
    background-color: #000c;
    backdrop-filter: blur(6px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.lang-popup-container {
    position: relative;
    z-index: 4;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    max-width: 400px;
    width: 86%;
    border-radius: 7px;
}

.lang-popup-container .skiptranslate {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.lang-popup-container .skiptranslate > div:nth-child(1) {
    width: 100%;
    position: relative;
}

.lang-popup-container .skiptranslate > div:nth-child(1) select {
    border: unset;
    outline: unset;
    padding: 0.8rem 1.2rem;
    width: 100%;
    border-radius: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.lang-popup-container .skiptranslate > div:nth-child(1)::after {
    content: "";
    font-size: 1.8rem;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    transform: translateY(-50%);
    background-image: url('/assets/images/icons/down-arrow.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #000;
    filter: brightness(0);
}

.lang-popup-container .skiptranslate > div:nth-child(1) select::-ms-expand {
    display: none;
}

.lang-revert-button {
    padding: 0.8rem 1.2rem;
    background-color: #000;
    color: #fff;
    border-radius: 22px;
    font-size: 0.8rem;
    cursor: pointer;
}

.popup-close {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: calc(100% + 0.2rem);
    left: calc(100% + 0.2rem);
    cursor: pointer;
}

.popup-close span {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0%;
}

.popup-close span:nth-child(1) {
    transform: translateY(-50%) rotate(45deg);
}

.popup-close span:nth-child(2) {
    transform: translateY(-50%) rotate(-45deg);
}






/*********************** popup banner *************************/
.popup-banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 160;
    width: 100%;
    height: 100dvh;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.popup-banner.active {
    display: flex;
}

.popup-banner .lang-popup-shadow {
    background-color: #0006;
}

.popup-banner-container {
    position: relative;
    z-index: 6;
    height: 90vh;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.popup-banner-container > div {
    height: 100%;
    aspect-ratio: 306 / 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-banner-container > div .popup-close {
    top: 0;
    left: unset;
    right: 0;
}

.popup-banner-container img {
    height: calc(100% - 58px);
    width: calc(100% - 40px);
    object-fit: contain;
    object-position: center;
    position: relative;
    z-index: 4;
}






/*********************** header *************************/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header-main {
    width: 100%;
    padding: 0.5rem 0;
    transition: all 0.5s ease;
        background: #ffffff99;
    backdrop-filter: blur(8px);
}

.header-main.sticky {
        transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
    padding: 0.3rem 0;
   
}
.header-main.sticky .header-nav li a{
    color:#000;
}


.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    visibility: hidden;
    transform: translateY(-100%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: transform 500ms ease, visibility 500ms ease;
    transform: perspective(300px) rotateX(0deg) perspective(300px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s ease-in-out;
}
@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}

100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
.header-main.active.open {
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
}

.header-main .custom-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.header-logo {
    width: 130px;
    transition: all 0.5s ease;
    line-height: 0;
    display: block;
}

.header-main.active .header-logo {
    width: 100px;
}

.header-logo img {
    position: relative;
    z-index: 4;
    /*width: 100%;*/
}

.header-logo img:nth-child(2) {
    display: none;
}


.header-links {
    display: flex;
    gap: 1.5rem;
   
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    margin: 1.1rem 0;
    transition: all 0.5s ease;
}

.header-main.active .header-links {
    margin: 1rem 0;
    color: #000;
}
.drpd-drops a{
    position:relative;
}
.drpd-drops{
    padding-right:1rem;
}
.drpd-drops > a:before, .sub-menu-ico:before{
        font-family: flaticon_normal-icon !important;
    content: "\f104";
    right: -19px;
    font-size: 15px;
    position: absolute;
}
.sub-menu-ico:before{
        transform: rotate(-90deg);
    right: 0;
}
.sub-menu-ico{
    position:relative;
}
.header-links-drop {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header-links-drop > p, .header-links-drop > a {
    display: flex;
    flex-direction: row;
    gap: 0.3rem;
    align-items: center;
    cursor: pointer;
    color:#000;
    padding: 0.3rem 0;
}
.ddrop-menu, .sub-menusd{
    padding: 15px 0;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s ease;
    position: absolute;
    top: 100%;
    transform: translateY(30px);
    z-index: 99999;
    list-style: none;
    top: 20px;
    left: -80px;
        opacity:0;
        visibility:hidden;
}
.sub-menusd{
    display: block;
        left: calc(100% + 10px);
        top: 0;
        opacity: 0;
        visibility: hidden;
        border-radius: 5px;
}
.ddrop-menu li{
    display: block;
        min-width: 260px;
        padding: 0 30px;
}
.ddrop-menu li a {
    color: #000;
    padding: 8px 0;
    font-size: 16px;
    display: block;
    width: 100%;
    font-size:15px;
    line-height: 1.675;
    font-weight: 500;
    border-bottom: 1px solid #E0E0E0;
    transition:0.5s linear
}
.header-links-drop.drpd-drops:hover .ddrop-menu, .sub-dropd-menu:hover .sub-menusd{
    transform: translateY(20px);
    opacity:1;
        visibility:visible;
}
.ddrop-menu li a:hover{
    color:#194a33 !important;
}
.ddrop-menu li:last-child a{
    border-bottom:0;
}
.header-links-drop > p img, .header-links-drop > a img {
    transition: all 0.5s ease;
}

.header-main.active .header-links-drop > p img, .header-main.active .header-links-drop > a img {
    filter: brightness(0);
}

.header-main.active.open .header-links-drop > p img, .header-main.active.open .header-links-drop > a img {
    filter: brightness(1);
}


.header-drop-toggle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 32px;
    display: none;
    opacity: 0;
    cursor: pointer;
}

.header-links-submenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    pointer-events: none;
    max-height: 0px;
    height: 100%;
    transition: all 0.5s ease;
    overflow: hidden;
    opacity: 0;
    width: 0;
}

.header-links-drop:hover .header-links-submenu {
    pointer-events: all;
    max-height: 1000px;
    overflow: visible;
    opacity: 1;
}

.header-links-submenu a {
    padding: 0.3rem 0.8rem;
    width: max-content;
}

.hamburger-btn {
    position: relative;
    z-index: 4;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    height: 20px;
    margin: auto 0;
    cursor: pointer;
}

.hamburger-btn div {
    position: absolute;
    bottom: calc(50% - 1px);
    left: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    animation: hamburgerRotate 3s infinite ease;
    transition: all 0.3s ease;
}

@keyframes hamburgerRotate {
    0% {
        transform: rotate(0deg);
    }
    70% {
        transform: rotate(390deg);
    }
    78% {
        transform: rotate(340deg);
    }
    85% {
        transform: rotate(370deg);
    }
    90% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hamburger-btn div::before, .hamburger-btn div::after {
    content: '';
    width: 40%;
    height: 3px;
    background-color: #fff;
}

.header-main.active .hamburger-btn div::before, .header-main.active .hamburger-btn div::after {
    background-color: #000;
}

.hamburger-btn span, .header-main.active.open .hamburger-btn span {
    background-color: #fff;
    transition: all 0.3s ease;
}

.header-main.active .hamburger-btn span {
    background-color: #000;
}

.hamburger-btn span:nth-child(1) {
    width: 100%;
    height: 3px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.hamburger-btn span:nth-child(2) {
    width: 3px;
    height: calc(100% - 6px);
}

.hamburger-btn span:nth-child(3) {
    width: 100%;
    height: 3px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.header-main.open .hamburger-btn span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.header-main.open .hamburger-btn span:nth-child(2) {
    opacity: 0;
}

.header-main.open .hamburger-btn span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.header-main.open .hamburger-btn div {
    opacity: 0;
}






/*********************** footer *************************/
.footer-address {
    padding: 1.5rem 0 1rem;
}

.footer-address .custom-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-address-lft {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    color: #888;
}

.footer-address-lft > img {
    width: 100px;
    margin-bottom: 0.5rem;
}

.footer-address-lft a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.footer-address-lft a img {
    filter: invert(68%) sepia(0%) saturate(1636%) hue-rotate(194deg) brightness(92%) contrast(89%);
    transition: all 0.3s ease;
}

.footer-address-lft a:hover img {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.footer-address-lft a:hover {
    color: #000;
}

.footer-address-ryt img:nth-child(2){
    width: 30px;
    display: none;
}





/********************** footer form **********************/
.footer-enquire {
    padding: 6rem 0;
    background-image: linear-gradient(0deg, #f2e6ca, #ffffff);
}

.footer-enquire .custom-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}

.footer-enquire-lft {
    /*max-width: 650px;*/
    /*width: calc(40% - 3rem);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}
 .footer-enquire-lft p{
     font-family: 'Oleo Script';
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
 }
.footer-enquire-lft a {
    display: flex;
    flex-direction: row;
    gap: 0.7rem;
    
    font-size: 1rem;
}
.footer-enquire-lft a i{
        height: 20px;
    color: #194A33;
    font-size: 1.3rem;
}
.footer-enquire-lft-card {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    align-items: flex-start;
    margin-bottom: 0.8rem;
}

.footer-enquire-lft-social {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.footer-enquire-ryt {
    /*max-width: 650px;*/
    /*width: calc(60% - 3rem);*/
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-enquire-ryt > p {
   font-size: 2.5rem;
    /* font-weight: 700; */
    text-transform: capitalize;
    font-family: 'Oleo Script';
}

.footer-enquire-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.3rem;
    position: relative;
}

.footer-enquire-form input, .footer-enquire-form select, .footer-enquire-form textarea, .burn-type {
    background-color: unset;
    padding: 0.5rem 0;
    border: unset;
    outline: unset;
    min-height: 39px;
    border-bottom: 1px solid #00000078;
    width: 100%;
    font-size: 0.9rem;
    font-family: 'Inter';
}

.footer-enquire-set {
    position: relative;
    width: calc(50% - 1.5rem);
}

.footer-enquire-set1 {
    position: relative;
    width: 100%;
}

.footer-enquire-set span, .footer-enquire-set1 span {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    font-size: 13px;
    color: red;
    display:none;
}

.footer-enquire-form input[type="submit"], .burn-type {
    border-radius: 36px;
    background-color: #000;
    color: #fff;
    padding: 1rem;
}

#responseMsg {
    position: absolute;
    top: calc(100% + 0.5rem);
}


/*.footer-enquire-form input[type="submit"] {*/
/*    border-radius: 36px;*/
/*    background-color: #000;*/
/*    color: #fff;*/
/*    padding: 1rem;*/
/*}*/


/********************** 404 page **********************/
.error-page {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
}

.error-page img {
    max-width: 600px;
    width: 100%;
}





/*********************** home page *************************/
/* banner video */
.home-banner {
    width: 100%;
    position: relative;
    line-height: 0;
}

.home-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.9);
}

.home-banner video:nth-child(2) {
    display: none;
}

.home-banner h1 {
    font-family: 'Oleo Script';
    font-size: 2.7vw;
    position: absolute;
    bottom: 10%;
    left: 7%;
    color: #fff;
    z-index: 3;
    font-weight: 400;
}


/* welcom section */
.home-welcome {
    padding: 6rem 0;
}

.home-welcome .custom-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 6rem;
}

.home-welcome-lft {
    width: calc(50%);
    position: relative;
}

.home-welcome-lft img:nth-child(1) {
    width: 100%;
    position: relative;
    z-index: 5;
}

.home-welcome-lft.active img:nth-child(1) {
    mix-blend-mode: soft-light;
}

@keyframes blendMode {
    0% {
        mix-blend-mode: unset;
    }
    99% {
        mix-blend-mode: unset;
    }
    100% {
        mix-blend-mode: soft-light;
    }
}

.home-welcome-lft img:nth-child(2) {
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 4;
    height: 100%;
    aspect-ratio: 1/1;
    /*background-color: #EBA445;*/
    border-radius: 50%;
    transform: translateX(-50%);
    mask-image: url('../images/home/welcome-mask.svg');
    mask-size: contain;
    mask-position: center;
    -webkit-mask-image: url('../images/home/welcome-mask.svg');
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    opacity: 0;
    transition: all 0.2s 1.6s ease;
}

.home-welcome-lft.active img:nth-child(2) {
    opacity: 1;
}

.home-welcome-lft::after {
    content: '';
    position: absolute;
    top: 47%;
    left: 68.7%;
    z-index: 3;
    height: 13%;
    aspect-ratio: 1 / 1;
    background-color: #EBA445;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: top 1.5s ease, left 1.5s ease, height 1.5s ease, opacity 0.2s 1.5s ease;
}

.home-welcome-lft.active::after {
    top: 0;
    left: 50%;
    height: 100%;
    opacity: 0;
}

.home-welcome-ryt {
    max-width: 450px;
    width: calc(50% - 3rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
   
}

.home-welcome-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}


/* collections seciton */
.home-coll {
    padding: 6rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}

.home-coll-section {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    width: 100%;
}

.home-coll-desk-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-evenly;
    align-items: center;
    width: 86%;
}

.home-coll-desk-btn button {
    min-width: 220px;
    text-align: center;
    padding: 1rem 1rem 0.9rem;
    border-radius: 28px;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 1.1rem;
}

.home-coll-desk-btn button.active {
    pointer-events: none;
}

.home-coll-desk-btn button:nth-child(1).active {
    color: #fff;
    background-color: #87905A;
    border: 1px solid #87905A;
}

.home-coll-desk-btn button:nth-child(2).active {
    color: #fff;
    background-color: #EF752C;
    border: 1px solid #EF752C;
}

.home-coll-desk-btn button:nth-child(3).active {
    color: #fff;
    background-color: #d9963b;
    border: 1px solid #d9963b;
}

.home-coll-content-holder {
    width: 100%;
}

.home-coll-container {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.home-coll-container.active {
    display: flex;
}

.home-coll-mob-btn {
    display: none;
    width: 100%;
    padding: 1rem 7%;
    border-top: 1px solid #000;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.home-coll-container:last-child .home-coll-mob-btn {
    border-bottom: 1px solid #000;
}

.home-coll-mob-btn div {
    width: 14px;
    height: 14px;
    position: relative;
}

.home-coll-mob-btn div::before, .home-coll-mob-btn div::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #000;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease;
}

.home-coll-mob-btn div::before {
    transform: translate(-50%, -50%);
}

.home-coll-mob-btn div::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.home-coll-container.active:nth-child(1) .home-coll-mob-btn {
    color: #fff;
    background-color: #87905A;
    border-top: 1px solid #000;
    border-bottom: 1px solid #87905A;
}

.home-coll-container.active:nth-child(2) .home-coll-mob-btn {
    color: #fff;
    background-color: #EF752C;
    border-top: 1px solid #000;
    border-bottom: 1px solid #EF752C;
}

.home-coll-container.active:nth-child(3) .home-coll-mob-btn {
    color: #fff;
    background-color: #d9963b;
    border-top: 1px solid #000;
    border-bottom: 1px solid #d9963b;
}

.home-coll-container.active .home-coll-mob-btn div::before, .home-coll-container.active .home-coll-mob-btn div::after {
    transform: translate(-50%, -50%) rotate(360deg);
}

.home-coll-container.active:nth-child(1) .home-coll-mob-btn div::before, .home-coll-container.active:nth-child(1) .home-coll-mob-btn div::after {
    background-color: #fff;
}

.home-coll-container.active:nth-child(2) .home-coll-mob-btn div::before, .home-coll-container.active:nth-child(2) .home-coll-mob-btn div::after {
    background-color: #fff;
}

.home-coll-container.active:nth-child(3) .home-coll-mob-btn div::before, .home-coll-container.active:nth-child(3) .home-coll-mob-btn div::after {
    background-color: #fff;
}

.home-coll-flex {
    width: 100%;
}

.home-coll-flex-hide {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.home-coll-flex-hide > p {
    max-width: 1200px;
    width: 86%;
    text-align: center;
}

.productSwiper {
    width: 100%;
}

.productSwiper .swiper-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6rem;
    align-items: center;
    width: 100%;
    padding: 8rem 0;
    height: auto;
}

.productSwiper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.pembroke-color1 {
    background-color: #87905A;
    color: #fff;
}

.pembroke-color2 {
    background-color: #AF88A2;
    color: #fff;
}

.pembroke-color3 {
    background-color: #E4D3AA;
    color: #000;
}

.productSwiper .swiper-slide.pembroke-color4 {
    padding: 0;
    background-color: #7e3610;
    color: #FFF;
}

.pembroke-color1 .link-type2, .pembroke-color2 .link-type2, .pembroke-color4 .link-type2 {
    border-color: #fff;
}

.productSwiper .swiper-slide.varake-color1 {
    padding: 3rem 0;
    background-color: #F2E6CA;
}

.home-coll-img {
    width: calc(50% - 3rem);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
}

.home-coll-img-pembroke1 img:nth-child(1) {
    width: 30%;
    position: relative;
    z-index: 2;
}

.home-coll-img-pembroke2 img:nth-child(1) {
    width: 30%;
    position: relative;
    z-index: 2;
}

.home-coll-img-pembroke3 img:nth-child(1) {
    width: 30%;
    position: relative;
    z-index: 2;
}

.home-coll-img-pembroke4 {
    height: 100%;
}

.home-coll-img-pembroke4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.home-coll-img-pembroke1 img:nth-child(2) {
    width: 100%;
    top: 36%;
    left: 8%;
    position: absolute;
    mix-blend-mode: darken;
}

.home-coll-img-pembroke2 img:nth-child(2) {
    width: 106%;
    top: 16%;
    left: -1%;
    position: absolute;
    mix-blend-mode: screen;
}

.home-coll-img-pembroke2 img:nth-child(3) {
    width: 28%;
    top: 77%;
    left: 51%;
    position: absolute;
    z-index: 4;
}

.home-coll-img-pembroke3 img:nth-child(2) {
    width: 30%;
    top: 64%;
    left: 44%;
    position: absolute;
    z-index: 5;
    transform: rotateY(180deg);
}

.home-coll-img-pembroke3 img:nth-child(3) {
    width: 39%;
    top: -22%;
    left: 43.4%;
    position: absolute;
    z-index: 4;
}

.home-coll-img-varake img{
    width: 50%;
}

.home-coll-content {
    max-width: 530px;
    width: calc(43% - 3rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.home-coll-content > h3 {
    font-family: 'Oleo Script';
}

.home-coll-content a {
    margin-top: 1rem;
}

.home-coll-access {
    position:relative;
    padding: 6rem 7%;
    width: 100%;
    aspect-ratio: 20 / 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    text-align: center;
    background-image: url('../assets/images/home/accessories-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-coll-access div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    max-width: 550px;
    width: 86%;
}

.home-coll-access div h3 {
    font-family: 'Oleo Script';
}


/* partner section */
.home-partner {
    padding: 6rem 0;
    background-color: #194A33;
    background-position: center center;
    background-image:url(../images/bg/tea-leaves.png);
    color:#fff
}
.home-partner .link-type1 span{
    border-color:#fff;
}
.extr-titls{
    font-size: 1.8rem;
    font-weight: 300;
}
.home-partner .custom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.home-partner .custom-container > p {
    max-width: 600px;
    text-align: center;
}

.home-partner .title-set {
    align-items: center;
    text-align: center;
    max-width: 80%;
    width: 100%;
}


/* media and events section */
.home-media {
    padding: 6rem 0;
}

.home-media .custom-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
}

.home-media .title-set {
    align-items: center;
    text-align: center;
    max-width: 700px;
    width: 100%;
}

.home-media-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 1400px;
    width: 100%;
}

.home-media-card {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    gap: 2rem;
}

.home-media-card:nth-child(3n + 1) {
    border-left: 1px solid #999;
}

.home-media-card:nth-child(1), .home-media-card:nth-child(2), .home-media-card:nth-child(3) {
    border-top: 1px solid #999 !important;
}

.home-media-card > img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.home-media-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    height: 100%;
}

.home-media-content1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-media-content1 > p {
    font-weight: 300;
    margin-bottom: 0.3rem;
}

.home-media-content1 h4 {
    text-align: center;
}

.home-media-content2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}


/* clients seciton */
.home-client {
    padding: 6rem 0;
}

.home-client .custom-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
}

.home-client .title-set {
    align-items: center;
    text-align: center;
    max-width: 700px;
    width: 100%;
}

.home-client-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
}


/* global presence section */
.global-presence {
    padding: 6rem 0;
}

.global-presence .custom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.global-presence .title-set {
    align-items: center;
    text-align: center;
    max-width: 700px;
    width: 100%;
}

.global-presence-flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.global-presence-flex > svg {
    width: 100%;
}

.global-presence-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    align-items: center;
}

.global-presence-card {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.global-presence-content:hover > .global-presence-card:not(:hover) {
    filter: grayscale(1);
    opacity: 0.5;
}

.set-countries g {
    transition: all 0.3s ease;
}

.set-countries g path {
    transition: all 0.3s ease;
}

.set-countries:hover > g:not(:hover) {
    filter: grayscale(1);
    opacity: 0.5;
}

.global-presence-card img {
    width: 30px;
    height: 30px;
}

.global-presence-card:nth-child(1) img {
    filter: invert(82%) sepia(23%) saturate(5900%) hue-rotate(28deg) brightness(105%) contrast(92%);
}

.global-presence-card:nth-child(2) img {
    filter: invert(20%) sepia(95%) saturate(3368%) hue-rotate(351deg) brightness(114%) contrast(112%);
}

.global-presence-card:nth-child(3) img {
    filter: invert(63%) sepia(39%) saturate(1127%) hue-rotate(3deg) brightness(109%) contrast(105%);
}

.global-presence-card:nth-child(4) img {
    filter: invert(13%) sepia(100%) saturate(4714%) hue-rotate(290deg) brightness(84%) contrast(111%);
}

.global-presence-card:nth-child(5) img {
    filter: invert(54%) sepia(89%) saturate(1666%) hue-rotate(157deg) brightness(101%) contrast(104%);
}

.global-presence-card p {
    font-size: 1.3rem;
}

.global-presence-card p span {
    font-size: 0.8rem;
}

.global-presence-flex:has(> .global-presence-content:hover) > .global-presence-svg > .set-countries path,
.global-presence-svg:has(.set-countries:hover) + .global-presence-content .global-presence-card {
    filter: grayscale(1);
    opacity: 0.5;
}

.global-presence-flex:has(> .global-presence-content > .global-presence-card[data-color="#A5D90A"]:hover) > .global-presence-svg .set-countries path[fill="#A5D90A"],
.global-presence-flex:has(> .global-presence-content > .global-presence-card[data-color="#FF1717"]:hover) > .global-presence-svg .set-countries path[fill="#FF1717"],
.global-presence-flex:has(> .global-presence-content > .global-presence-card[data-color="#FFBC06"]:hover) > .global-presence-svg .set-countries path[fill="#FFBC06"],
.global-presence-flex:has(> .global-presence-content > .global-presence-card[data-color="#A100B9"]:hover) > .global-presence-svg .set-countries path[fill="#A100B9"],
.global-presence-flex:has(> .global-presence-content > .global-presence-card[data-color="#00c2ff"]:hover) > .global-presence-svg .set-countries path[fill="#00c2ff"],
.global-presence-svg:has(.set-countries path[fill="#A5D90A"]:hover) + .global-presence-content .global-presence-card[data-color="#A5D90A"],
.global-presence-svg:has(.set-countries path[fill="#FF1717"]:hover) + .global-presence-content .global-presence-card[data-color="#FF1717"],
.global-presence-svg:has(.set-countries path[fill="#FFBC06"]:hover) + .global-presence-content .global-presence-card[data-color="#FFBC06"],
.global-presence-svg:has(.set-countries path[fill="#A100B9"]:hover) + .global-presence-content .global-presence-card[data-color="#A100B9"],
.global-presence-svg:has(.set-countries path[fill="#00c2ff"]:hover) + .global-presence-content .global-presence-card[data-color="#00c2ff"] {
    filter: grayscale(0);
    opacity: 1;
}




/* testimonials section */
.home-testi {
  
    position:relative;
    /*background-image:url(../images/reff/roivnjhrg.png);*/
        background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#194A33;
        overflow: hidden;
}
.home-testi .back-varsd{
    height:100%;
}

.home-testi .custom-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}

.home-testi .title-set {
    align-items: center;
    text-align: center;
    max-width: 700px;
    width: 100%;
}

.testiSwiper {
   min-height: 400px;
    max-width: 1000px;
    width: 100%;
}

.testiSwiper .swiper-slide {
   margin-top:2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.testiSwiper .swiper-slide div p {
    font-weight: 300;
}

.testiSwiper .swiper-button-next, .testiSwiper .swiper-button-prev {
    display: flex;
    width: 44px;
    text-align: center;
    padding: 0.5rem;
    border-radius: 50%;
    background-color: #e2d0a7;
}

.testiSwiper .swiper-button-next {
    transform: translateY(140px);
    left: unset;
    right: 2rem;
    margin: 0;
}

.testiSwiper .swiper-button-prev {
    transform: translateY(140px);
    left: unset;
    right: 5.5rem;
    margin: 0;
}

.testiSwiper .swiper-button-next:after, .testiSwiper .swiper-button-prev:after {
    font-size: 0.8rem;
    font-weight: 500;
    color: #000;
}

.testiSwiper .swiper-button-next:after {
    transform: translateX(1px);
}

.testiSwiper .swiper-button-prev:after {
    transform: translateX(-1px);
}





/*********************** about us page *************************/
.about-leader {
    padding: 6rem 0;
}

.bg-color3 .about-leader-lft {
    background-color: #d4bc8e;
}

.bg-color4 .about-leader-lft {
    background-color: #8c5e4e;
}

.bg-color1 .about-leader-lft {
    background-color: #e5d5b4;
}

.bg-color5 .about-leader-lft {
    background-color: #6e7643;
}

.about-leader .custom-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: flex-start;
}

.about-leader-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6rem;
}

.about-leader-lft {
    width: calc(30% - 3rem);
    aspect-ratio: 3 / 4;
    border-radius: 500px;
    overflow: hidden;
}

.about-leader-lft img {
    width: 90%;
    height: 90%;
    object-fit: cover;
    object-position: center;
    margin: auto;
}

.about-leader-lft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-leader-ryt {
    width: calc(70% - 3rem);
}

.about-leader-ryt {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.about-leader-head {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.about-leader-head h4{
    font-size: 1.8rem;
    font-family: 'Oleo Script';
}





/*********************** product list page *************************/
.product-list {
    padding: 6rem 0;
}

.product-list .custom-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
}

.product-list-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

.product-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 2rem 1.5rem;
}

.product-card {
    width: calc(33.33% - 1rem);
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.product-card-flex {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    max-width: 370px;
    width: 100%;
}

.product-card-flex h4 {
    text-align: center;
    font-size: 1.2rem;
}

.product-card-flex > h4 {
    transition: all 0.2s 0.2s ease;
}

.product-card-flex:hover > h4 {
    opacity: 0;
    transform: translateY(-3rem);
}

.product-card-container {
    width: 100%;
   
    border-radius: 500px;
    background-color: #E5D3A5;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 3% 0;
}

.product-card-flex:hover .product-card-container {
    background-color: #fff;
}

.product-card-container > img {
    position: relative;
    z-index: 3;
   
    transition: all 0.6s ease;
}

.product-card-flex:hover .product-card-container > img {
    opacity: 0;
}

.product-card-content {
    position: absolute;
    border-radius: 500px;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10%;
    transition: all 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-card-content p {
    opacity: 0;
    transition: all 0.6s ease;
    margin-bottom: 1rem;
}

.product-card-flex:hover .product-card-content p {
    opacity: 1;
}

.product-card-content h4 {
    position: relative;
    top: 100%;
    transition: all 0.6s ease;
}

.product-card-flex:hover .product-card-content h4 {
    top: 0;
}





/*********************** media list page *************************/
.media-section {
    padding: 6rem 0;
}

.media-section .custom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}

.media-section-title {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.upcoming-frame {
    display: flex;
    width: 33.33%;
    padding: 1rem;
    border: 1px solid #999;
}

.upcoming-frame img {
    width: 100%;
}





/*********************** contact us page *************************/
.footer-enquire.bg-color3 {
    background-color: #EEDFBA;
    background-image: none;
}

.footer-enquire.bg-color3 .custom-container {
    justify-content: flex-start;
}





/*********************** product detail page *************************/
.product-overview {
    padding: 5rem 0 0;
    background-color: #EEDFBA;
}

.product-overview.bg-color1 {
    background-color: #F2E6CA;
}

.product-overview .custom-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6rem;
    justify-content: center;
    align-items: center;
}

.varake-overview {
    max-width: 700px;
    width: 100%;
    line-height: 0;
}

.varake-overview img {
    width: 100%;
}

.productImgSwiper {
    width: 100%;
}

.productImgSwiper .swiper-button-prev, .productImgSwiper .swiper-button-next {
    height: unset;
    aspect-ratio: 1 / 1;
    width: 3rem;
    border-radius: 50%;
    padding: 0.6rem;
    background-color: #E5D3A5;
}

.productImgSwiper .swiper-button-prev:after, .productImgSwiper .swiper-button-next:after {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
}

.productImgSwiper .swiper-button-prev:after {
    transform: translateX(-1px);
}

.productImgSwiper .swiper-button-next:after {
    transform: translateX(1px);
}
.pembroke-tea-section{
    position: sticky;
    top: 20%;
}
.pembroke-overview {
    max-width: 400px;
    width: 100%;
    padding: 10% 0;
    border-radius: 500px;
    background-color: #E5D3A5;
    /*position: sticky;*/
    /*top: 20%;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin:0 auto;
}
.paan-tea .pembroke-overview, .paan-tea .table-overview > table tr:nth-child(odd) {
    background:#efdcaa;
}
.paan-tea .black-titlsd{
    border-color:#448605;
}
.paan-tea .infusion-step img{
   filter: invert(34%) sepia(8%) saturate(7183%) hue-rotate(54deg) brightness(90%) contrast(91%);
}
.pembroke-overview img {
    position: relative;
    z-index: 3;
  
    
    /*transform: translateY(9%);*/
    transition: all 0.6s ease;
}

.detail-overview {
    
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.value-overview {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.table-overview {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.table-overview > p {
    font-size: 0.8rem;
}

.table-overview > table {
    border-collapse: collapse;
}

.table-overview > table th, .table-overview > table td {
    padding: 0.5rem 1rem;
    border: 1px solid #A99256;
    text-align: left;
}

table.table-overview-two th, table.table-overview-two td {
    width: 50%;
}

.table-overview > table tr:nth-child(odd) {
    background-color: #E5D3A5;
}

.table-overview > table th {
    font-weight: 600;
}
.infusion-tech-cards{
    position:relative;
    padding-top:3rem;
}
.kashmiri-kahwa .infusion-step img{
        filter: invert(8%) sepia(74%) saturate(7065%) hue-rotate(354deg) brightness(102%) contrast(106%);
}
.kashmiri-kahwa .black-titlsd{
    border-color:#A60102;
}
.black-titlsd{
    font-size: 1.3rem;
    margin-bottom: 1.9rem;
    font-weight: 600;
    border-left: 4px solid;
    padding-left: 10px;
}
.nutri-valud{
    font-size:1.2rem;
    font-weight: 600;
}
.flex-infustion{
    display:flex;
    padding:0;
    justify-content: space-between;
    align-items:start;
    margin:0;
}
.quantity-overview {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
}
.product-stikcys{
   display: flex
;
    position: sticky;
    border-radius: 10px;
    top: 105px;
    gap: 30px;
    justify-content: center;
    margin-bottom: 4rem;
    z-index: 99;
    background: #fff;
    margin: 0 auto 0.5rem;
    max-width: fit-content;
    padding: 1rem 2rem;
    list-style:none;
}
.product-stikcys li{
    position:relative;
}
.tea-productsd{
    position:relative;
    padding:5rem 0;
}
.paan-tea{
    background:#F2E6CA;
}
.product-stikcys li:not(:first-child){
    list-style:disc;
}
.product-stikcys li a.active {
  color: #008000; /* green or any color */
  font-weight: bold;
  display:inline-block;
  border-color:#008000;
}
.product-stikcys li a{
    font-size:17px;
    position:relative;
    transition:0.3s;
    border-bottom: 2px solid transparent;
}
.product-stikcys li a:hover{
    color: #008000;
}
.quantity-overview > p span {
    font-weight: 600;
}
.benes-overview{
    padding-top:1.5rem;
}
.benefit-points{
    padding-left:1.5rem;
    list-style:none;
    margin-top: 1rem;
}
.benefit-points li{
    position:relative;
        margin-bottom: 0.6rem;
}
.benefit-points li:before{
    content: "\f147";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: -30px;
    background: #194A33 !important;
    width: 20px;
    height: 20px;
    top: 4px;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.title-overview {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.title-overview h6{
    font-size: 1rem;
    font-weight: 400;
}

.title-overview p{
    font-family: 'Oleo Script';
    font-size: 1.5rem;
}

.title-overview.overview-border {
    padding: 1rem;
    border: 1px solid #A99256;
}



.infusion-tech {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: #EEDFBA;
}

.infusion-tech.bg-color1 {
    background-color: #F2E6CA;
}

.infusion-tech h4 {
    width: 86%;
    margin: auto;
    color:#fff;
    padding-bottom:3rem;
    font-weight:500;
}

.infusion-tech-content {
    width: 100%;
    padding: 4rem 0;
}

.infusion-tech-content .custom-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
}

.infusion-tech-content .custom-container > img {
    align-self: center;
}

.infusion-step {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    max-width: 180px;
    width: 100%;
    position:relative;
}
.infusion-step:not(:last-child)::before {
    background-image: url(../images/icons/infusion/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 21px;
    height: 15px;
    opacity: 0.7;
    top: 35px;
    left: 100%;
transform: translateX(5px) translateY(-50%);
}

.infusion-step img{
    max-height:60px;
}

.infusion-step p {
    text-align: center;
    margin-bottom: 0;
        max-width: 150px;
}

.infusion-color1 {
    background-color: #FF853F;
    color: #fff;
}

.infusion-color1 img, .infusion-color2 img, .infusion-color3 img, .infusion-color4 img, .infusion-color7 img, .infusion-color8 img, .infusion-color9 img, .infusion-color10 img, .infusion-color13 img, .infusion-color14 img, .infusion-color15 img, .infusion-color17 img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(95deg) brightness(103%) contrast(102%);
}

.infusion-color2 {
    background-color: #151976;
    color: #fff;
}

.infusion-color3 {
    background-color: #FFCA1B;
    color: #fff;
}

.infusion-color4 {
    background-color: #FF4500;
    color: #fff;
}

.infusion-color5 {
    background-color: #66CD2F;
}

.infusion-color6 {
    background-color: #F1F1E4;
}

.infusion-color7 {
    background-color: #9865A6;
    color: #fff;
}

.infusion-color8 {
    background-color: #40CB0F;
    color: #fff;
}

.infusion-color9 {
    background-color: #120C00;
    color: #fff;
}

.infusion-color10 {
    background-color: #FF7A00;
    color: #fff;
}

.infusion-color11 {
    background-color: #1DE4CC;
}

.infusion-color12 {
    background-color: #fbfbfb;
}

.infusion-color13 {
    background-color: #4E8733;
    color: #fff;
}

.infusion-color14 {
    background-color: #FF9100;
    color: #fff;
}

.infusion-color15 {
    background-color: #B40005;
    color: #fff;
}

.infusion-color16 {
    background-color: #C0FF72;
}

.infusion-color17 {
    background-color: #FF1B7B;
    color: #fff;
}



.product-overview-footer {
    padding: 6rem 0;
    background-color: #EEDFBA;
}

.product-overview-footer .custom-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
}

.product-overview-footer .custom-container div {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
}


/*faq-section*/
.faq-shade{
        box-shadow: 0px 1px 4px 0px #0000000D;
}

.faq-section{
    position: relative;
    padding: 5rem 0 3rem;
}
.faq-section .faq-imgsd img{
    position:relative;
    margin:2rem 0;
}
.accordion{
     --bs-accordion-border-color: unset;
    margin-top: 2rem;
}

.accordion-button.active:after, 
.accordion-button.active:hover:after {
    transform: translateY(-50%) rotate(-180deg);
}
.accordion-button:after {
  content: "\f10d";
    font-family: flaticon_normal-icon !important;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    position: absolute;
    top: 0%;
    bottom: 0;
    right: 0px;
    margin: auto;
    color: #010101;
    font-size: 22px;
    text-align: center;
    transition: all 0.27s;
    background-image: unset !important;
}
.accordion-button:not(.collapsed)::after{
        transform: rotate(90deg);
}
.accordion-body{
    text-align: justify;
    font-size: 17px;
    line-height: 1.7;
    padding: 0;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}
.accordion-button{
   display: block;
    position: relative;
    color: #000;
    padding: 25px 30px 25px 0 !important;
    border-top: 1px solid #0000004a;
    transition: all 0.27s;
    font-size: 18px;
    font-weight: 600;
}
.accordion-button:not(.collapsed){
    padding-bottom:18px !important;
}
.accordion-button:not(.collapsed),
.accordion-item:first-of-type>.accordion-header
.accordion-button{
    background-color: unset;
    color: #000;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: unset;
}
.accordion-item:first-of-type>.accordion-header 
.accordion-button{
   border-top-left-radius:0;
   border-top-right-radius:0;
   
}

.footer-section{
    position:relative;
    padding:3rem 0 2rem;
    background:#194A33;
}

.footer-widget{
    position: relative;
    padding-top: 0.3rem;
}
.footer-logos{
    font-size: 0.8rem;
    margin-top: 1.5rem;
    color: #e7e6e6;
}
.foo-title {
    font-size: 15px;
   
    font-weight: 500;
    margin-bottom: 1.3rem;
    color: #bbbdbc;
    text-transform: uppercase;
}

.foo-nav-link {
    padding-left: 1.1rem;
    list-style: none;
}

.foo-nav-link li {
    position: relative;
}

.foo-nav-link li a {
    font-size: 0.9rem;
    color: #e7e6e6;
    font-weight: 400;
    margin-bottom: 0.4rem;
    display: inline-block;
    transition: 0.3s linear;
    position: relative;
}
.foo-nav-link li a:before{
    content: "\f1bd";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: -20px;
    font-size: 12px;
    display: block;
    top: 2px;
}
.foo-nav-link .footer-nav{
    padding: 0;
    margin: 0;
}
.foo-nav-link .footer-nav:not(:last-child) {
       margin-bottom: 13px;
}
.foo-nav-link .footer-nav{
    display: flex;
    gap: 15px;
}
.conter-fotter a{
    font-size:0.8rem;
}
.foo-nav-link .footer-nav img {
    position: relative;
    top: 0px;
    padding: 5px;
    background: #17914a;
    min-width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.link-title-img{*/
/*    filter: brightness(0) invert(1);*/
/*}*/
.footer-nav p{
     color: #888;
        font-size: 16px;
}

.foo-nav-link .footer-nav a {
    font-size: 16px;
    color: #888;
    margin-top: 0.3rem;
    font-weight: 400;
}

.widget-link-title a{
   color:#fff;
}
.widget-link-title{
    list-style:none;
    padding-left: 0;
}
.widget-link-title a{
    padding: 1rem;
    color: #fff;
    position:relative;
        background-size: cover;
    display: grid
;
align-items:center;
    min-height: 70px;
}
.widget-link-title a:before{
    content: "";
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 4.8%, #000000 100%);
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.widget-link-title a span{
    position:relative;
    z-index:2;
}
.widget-link-title a span i{
    font-size: 13px;
    margin-left: 0.3rem;
    display: inline-block;
    transform: rotate(-90deg);
}
.widget-link-title li:first-child{
    margin-bottom:1rem;
}
.footer-bottom {
    position: relative;
    padding: 10px 0;
}
.conter-fotter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.conter-fotter p {
        margin-bottom: 0rem;
    /* color: #888; */
    font-size: 0.9rem;
}

.treeams-condtion {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #888;
    
}

.termeric .black-titlsd {
    border-color: #d50620;
}
.masala-tea .black-titlsd {
    border-color: #d86c0d;
}


/*process*/
.procesd-cards{
    position:relative;
    background: #f9f6ee;
    padding:4rem 0;
}

@media only screen and (max-width: 1480px) {
    
        .timeline-wrap .timeline-number {
        height: 45px !important;
        width: 45px !important;
        line-height: 45px !important;
        font-size: 18px !important;
    }
    .timeline-wrap.bottom {
        padding-top: 0;
        padding-bottom: 100px;
    }
}
.rpcoesd-inner{
    display: flex
;
   
    position: relative;
    padding-top: 30px;
    justify-content: space-between;
   
}
.rpcoesd-left{
    display: flex

}
.rpcoesd-inner:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 74%;
    background: #1a1b1acf;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
}
.timeline-wrap {
    width: 330px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    padding-top: 110px;
  
}
.rpcoesd-right{
    justify-content: flex-end;
    display:flex;
}
.timeline-wrap .timeline-head {
    text-align: center;
    margin-bottom: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
.timeline-wrap  .timeline-number {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: #008000;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.timeline-wrap  .timeline-head .step {
    font-weight: 600;
    text-transform: uppercase;
    font-size:14px;
}
.tim-infos{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}
.tim-infos h4{
   font-size: 18px;
    font-weight: 700;
    color: #194A33;
}
.tim-infos p{
    font-size: 15px;
    margin-bottom: 0;
}
.procesd-cards .container-fluid{
    max-width:1350px;
}


.benefit-tea .swiper-wrapper {
    margin-top:3rem !important;
}


.benefit-tea .section-title{
    max-width:70%;
}



.hide-robot{
display:none;
}

.listed-product .product-card-container img{
    position: relative;
    z-index: 3;
    transition: all 0.6s ease;
    width: 100%;
    height: 507px;
     
    
}

.listed-product .product-card-container{
    width: 100%;
    border-radius: 500px;
    background-color: #E5D3A5;
    position: relative;
    overflow: hidden;
    padding: 0;
}