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

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

/* Futura Font */
@font-face {
    font-family: 'Futura';
    src: url(../fonts/Futura-Medium-Regular.woff2) format('woff2');
}

/* Noto Sans Font */
@font-face {
    font-family: 'Noto-Sans';
    src: url(../fonts/NotoSansJP-Light.woff2) format('woff2');
    font-weight: 300;
}
@font-face {
    font-family: 'Noto-Sans';
    src: url(../fonts/NotoSansJP-Regular.woff2) format('woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'Noto-Sans';
    src: url(../fonts/NotoSansJP-Medium.woff2) format('woff2');
    font-weight: 500;
}
@font-face {
    font-family: 'Noto-Sans';
    src: url(../fonts/NotoSansJP-SemiBold.woff2) format('woff2');
    font-weight: 600;
}
@font-face {
    font-family: 'Noto-Sans';
    src: url(../fonts/NotoSansJP-Bold.woff2) format('woff2');
    font-weight: 700;
}

/* Noto Serif Font */
@font-face {
    font-family: 'Noto-Serif';
    src: url(../fonts/NotoSerifJP-Light.woff) format('woff');
    font-weight: 300;
}
@font-face {
    font-family: 'Noto-Serif';
    src: url(../fonts/NotoSerifJP-Regular.woff) format('woff');
    font-weight: 400;
}
@font-face {
    font-family: 'Noto-Serif';
    src: url(../fonts/NotoSerifJP-Medium.woff) format('woff');
    font-weight: 500;
}
@font-face {
    font-family: 'Noto-Serif';
    src: url(../fonts/NotoSerifJP-SemiBold.woff) format('woff');
    font-weight: 600;
}
@font-face {
    font-family: 'Noto-Serif';
    src: url(../fonts/NotoSerifJP-Bold.woff) format('woff');
    font-weight: 700;
}

 html {
  font-size: 100% !important; /* 1rem = 16px */
}

p {
  font-size: 1rem !important; /* 18px */
  line-height: 1.6 !important;
}

h2 {
  font-size: 1.9375rem !important; /* 31px */
  line-height: 1.3 !important;
}
@media screen and (max-width: 768px) {
	h2 {
	  font-size: 20px !important; /* 31px */
	  line-height: 1.3 !important;
	}
p {
  font-size: 1rem !important; /* 18px */
  line-height: 1.6 !important;
}
	.vision-VALUE-content h3{
  font-size: 24px !important; /* 18px */
	}
	/* Home */
.tabs-heading p, .tabs-heading a {
  font-size: 1rem !important; /* 22px */
  line-height: 1.4 !important;
}
}
.company-links a {
  font-size: 1rem !important; /* 22px */
  line-height: 1.4 !important;
}

.company-links a.active {
	color: black;
}

/* Home */
.tabs-heading p, .tabs-heading a {
  font-size: 1rem !important; /* 22px */
  line-height: 1.4 !important;
}

@media screen and (max-width: 768px) {
	h2 {
	  font-size: 20px !important; /* 31px */
	  line-height: 1.3 !important;
	}
	p {
	  font-size: 14px !important; /* 18px */
	  line-height: 1.6 !important;
	}
}
/* Only scale up after 1366px */
@media screen and (min-width: 1367px) {
    .tabs-heading p, .tabs-heading a {
        font-size: clamp(1.1rem, 1.375rem + 0.8vw, 1rem) !important;
}
	p {
    font-size: clamp(1rem, 1.125rem + 0.5vw, 1rem) !important; /* up to 24px */
  }

  h2 {
    font-size: clamp(1.9375rem, 1.9375rem + 1vw, 2rem) !important; /* up to 44px */
  }
}

:root{
    /* WIDTH */
    --box-width: 1100px;

    /* FONTS */
    /* Futura */
    --Futura-Font: 'Futura';
    /* Noto-Sans */
    --Noto-Sans: 'Noto-Sans';
    /* Noto-Serif */
    --Noto-Serif: 'Noto-Serif';
}
@media(max-width: 1100px){
    :root{
        --box-width: 97%;
    }
}

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

.category-options > *{
    color: black;
    position: relative;
}
.category-options > *::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: black;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s ease;
    z-index: 10;
}
.category-options *:hover{
    color: black;
}
.category-options > *:hover::before{
    transform: scaleX(1);
}
.category-options > *::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}
.category-options > *.active::before{
    transform: scaleX(1);
    background-color: black;
}
.category-options *.active{
    color: black;
}
.category-options.yellow *{
    color: white;
}
.category-options.yellow *.active{
    color: yellow;
}
.category-options.yellow *:hover{
    color: yellow;
}
.category-options.yellow > *::after{
    background-color: white;
}
.category-options.yellow > *.active::before{
    background-color: yellow;
}
.category-options.yellow > *::before{
    background-color: yellow;
}
.category-options p a {
  display: block;
  color: inherit;
  text-decoration: none;
}


/* Header Starts */
/* Default nav style: visible, transparent, over content */
nav {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    width: 100%;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
nav.other-page-header{
	background: #fff;
}
nav.other-page-header .nav-left svg .cls-1,
nav.other-page-header .nav-left svg .cls-2 {
    fill: black;
    stroke: black;
}
nav.other-page-header .nav-right span {
    background: black;
}
nav.other-page-header .nav-inner {
    border-color: rgba(000,000,000,0.08);
}

/* When user scrolls down */
nav.active {
    top: 0;
    animation: stickyheader 0.4s ease forwards;
}

@keyframes stickyheader {
    from {
        transform: translateY(-100%) translateX(-50%);
    }
    to {
        transform: translateY(0%) translateX(-50%);
		background-color: white;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
}


/* Inner nav wrapper */
.nav-inner {
    width: 95%;
    margin: auto;
    border: 2px solid rgba(255,255,255,.25);
    padding: 10px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border 0.3s ease;
}

/* Adjust logo stroke color on scroll */
nav.active .nav-inner {
    border-color: transparent;
}
nav.active .nav-left svg .cls-1,
nav.active .nav-left svg .cls-2 {
    fill: black;
    stroke: black;
}


/* Nav logo wrapper */
.nav-left {
    width: 15%;
	 padding-top: 8px;
}
.nav-left svg {
    width: 100%;
}

/* Hamburger icon */
.nav-right {
    width: 28px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}
.nav-right span {
    width: 100%;
    height: 2px;
    background: white;
    transition: all 0.3s ease;
}
nav.active .nav-right span {
    background: black;
}

/* Hover effect on desktop */
@media (min-width: 1024px) {
    .nav-right:hover span:first-child {
        transform: translateY(-5px);
    }
    .nav-right:hover span:last-child {
        transform: translateY(5px);
    }
}

@media (max-width: 1024px){
	.nav-inner{
		width: 100%;
	}

}
/* Mobile */
@media (max-width: 767px) {
	nav.other-page-header{
		top:0;
	}
    .nav-inner {
        padding: 10px 15px;
    }
    .nav-left {
        width: 30%;
        margin: 0;
	 padding-top: 0px;
    }
}
.menu-popup-main{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s ease;
}
.menu-popup-main.active{
    pointer-events: all;
    opacity: 1;
}
.menu-popup-inner{
    width: 1040px;
    margin: auto;
}
.popup-logo{
    width: 270px;
    margin-bottom: 30px;
}
.popup-languages{
    border-block: 1px solid rgba(255, 255, 255, 0.164);
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 40px;
    color: white;
    padding: 20px 0px;
}
.popup-languages .lang{
    text-transform: uppercase;
    font-family: var(--Futura-Font);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}
.lists-col-main{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.lists-col-main .list-col{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    color: white;
    text-transform: uppercase;
    font-family: var(--Futura-Font);
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 18px;
}
.lists-col-main .list-col.jap{
            font-size: 15px;
        }
.web-store-btn{
    background-color: rgb(71, 71, 71);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-block: 20px;
    font-size: 14px;
    font-weight: 400;
}
.web-store-btn svg{
    width: 20px;
}
.close-menu-popup{
    top: 20px !important;
    right: 20px !important;
    cursor: pointer;
    display: block !important;
}
.close-menu-popup path{
    stroke: white !important;
}
@media(max-width: 1024px){
    .menu-popup-inner{
        width: 100%;
        padding: 0px 20px;
    }
    .lists-col-main .list-col:first-child{
        flex: 0.4;
    }
    .lists-col-main .list-col:nth-child(2){
        flex: 0.7;
    }
    .lists-col-main .list-col:last-child{
        flex: 1.2;
    }
}
@media(max-width: 767px){
    .popup-languages{
        justify-content: left;
    }
    .lists-col-main .list-col:first-child{
        width: 100%;
    }
    .lists-col-main{
        flex-wrap: wrap;
        gap: 30px;
        flex-direction: row;
        margin-top: 0px;
    }
    .lists-col-main .list-col{
        flex-wrap: wrap;
        flex: auto;
        flex-direction: row;
        width: 45%;
        font-size: 12px;
    }
    .lists-col-main .list-col.jap{
        font-size: 12px !important;
        gap: 27px;
    }
    .lists-col-main .list-col li{
        text-align: left;
    }
	.lists-col-main{
        gap: 30px;
    }
    .lists-col-main .list-col{
        flex-direction: column;
    }
    .lists-col-main .list-col.jap{
        font-size: 18px;
    }
    .lists-col-main .list-col li{
        width: 100%;
    }
    .web-store-btn{
        width: 100% !important;
        margin-top: 10px;
    }
	.tabs-heading{
		gap: 27px;
	}
	.tabs-heading p{
		font-size: 1em;
	}
}
/* .menu-popup-inner */

.hero-section{
    height: 100vh;
    position: relative;
}
.hero-img-div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.75s ease;
}
.hero-img-div img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    overflow: hidden;
    opacity: 0;
    transition: all 1s ease;
}
.hero-img-div h1{
    font-size: 100px;
    color: white;
    text-transform: uppercase;
    font-family: var(--Futura-Font);
    font-weight: 400;
    z-index: 0;
    opacity: 0;
    filter: blur(20px);
    transition: filter 0.85s ease;
}
.hero-img-div span{
    font-size: 120px;
}
.hero-img-div.active img{
    opacity: 1;
}
.hero-img-div.active h1{
    opacity: 1;
    filter: blur(0px);
}
.hero-section-pagination{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
        }
        .pagination{
            width: 5px;
            height: 5px;
            background-color: white;
            display: flex;
            border-radius: 10px;
            transition: all 0.8s ease;
            opacity: 0.6;
			cursor: pointer;
        }
        .pagination.active{
            opacity: 1;
            width: 30px;
            background-color: white;
            border-radius: 10px;
        }
.scroll-tag{
    position: fixed;
    right: 0px;
    bottom: 11% !important;
    font-family: var(--Futura-Font);
    /* overflow: hidden; */
    text-transform: uppercase;
    transform: rotate(90deg);
	z-index: 9;
	animation: floatX 4s ease-in-out infinite;
	transition: all ease 0.3s;
}
@keyframes floatX {
  0%, 100% {
    transform: rotate(90deg) translateX(0);
  }
  50% {
    transform: rotate(90deg) translateX(-10px);
  }
}

.scroll-tag span{
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 87px;
    height: 100%;
    transform: translateX(-35px);
}
.scroll-tag span::before{
    content: "";
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 2px;
}
.scroll-tag span::after{
            content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        bottom: 0px;
            z-index: 1;
        background: rgb(255, 255, 255);
        animation: 2s ease 0s infinite normal none running scroller;
}
@keyframes scroller {
    0% {
        transform: translate3d(-100%, 0%, 0px);
    }
    15% {
        transform: translate3d(-98%, 0%, 0px);
    }
    85% {
        transform: translate3d(98%, 0%, 0px);
    }
    100% {
        transform: translate3d(100%, 0%, 0px);
    }
}
@media(max-width: 1024px){
    .hero-section{
        height: 80vh;
    }
    .hero-img-div h1{
        font-size: 70px;
    }
}
@media(max-width: 767px){
    .hero-section{
        height: 60vh;
    }
    .hero-img-div h1{
        font-size: 40px;
    }
	.hero-img-div span{
    font-size: 50px;
}
.hero-section-pagination .pagination{
        width: 10px;
        height: 10px;
 }
	.hero-section-pagination .pagination.active{
		width: 30px;
	}
}

.our-brands{
    width: var(--box-width);
    margin: auto;
    padding: 130px 0px 0px 0px;
}
h2{
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--Futura-Font);
    position: relative;
    font-weight: 400;
}
h2::after{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 30px;
    background-color: black;
}
.our-brands-tab-section{
    padding: 50px 0px;
	position: relative;
}

.tabs-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.our-brands.home .tabs-heading{
	position: sticky;
    top: 50px;
    background: #fff;
    z-index: 10;
	padding: 15px 0;
}
.tabs-heading p,
.tabs-heading a {
    font-size: 22px;
	font-weight: 400;
    text-transform: capitalize;
    font-family: var(--Futura-Font);
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    transition: all 0.3s ease;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
}


.tabs-heading p.active,
.tabs-heading a.active {
    color: black;
}
.tabs-heading p.active::after,
.tabs-heading a.active::after {
    background-color: black;
}
.tabs-content{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: 60px;
	width: 70%;
	margin:auto;
	margin-top: 30px;
}
.tabs-content .logo-box{
    flex-basis: calc(25% - 15px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    font-family: var(--Futura-Font);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.849);
	cursor: pointer;
	position: relative;
}
.tabs-content .logo-box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: blur(10px);
	transition: opacity 0.6s ease, filter 0.6s ease;
}

.tabs-content .logo-box:hover::after {
	opacity: 1;
	filter: blur(0);
}
.tabs-content .logo-box img{
	width: 75%;
    height: 75%;
    object-fit: contain;
	position: relative;
	z-index: 5;
	transition: filter ease 0.5s;
}
.tabs-content .logo-box:hover img{
	filter: brightness(0) invert(100);
}

.news-section{
    padding: 50px 0px;
}
.news-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 45px;
    font-family: var(--Futura-Font);
    font-size: 22px;
}
.news-content .news-div{
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.news-content .news-title{
    position: relative;
}
.news-content .news-title::after{
    content: "";
    background-color: black;
    height: 2px;
    width: 100px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.news-content .news{
    font-family: var(--Noto-Sans);
    font-weight: 400;
    margin-left: 20px;
}
.more-btn-main{
    margin-top: 30px;
    display: flex;
    justify-content: right;
    gap: 7px;
}
.more-btn-main svg{
    width: 23px;
    rotate: 90deg;
}
.more-btn{
    font-size: 20px;
    font-family: var(--Futura-Font);
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 150px;
}
@media(max-width: 1024px){
    .our-brands{
        padding: 70px 0px 0px;
    }
	.our-brands.home .tabs-heading{
		position: static;
		padding: 0;
	}
	.tabs-content{
		width: 75%;
		margin-top: 40px;
	}
    .tabs-content .logo-box{
        flex-basis: calc(33% - 5px);
    }
    .news-section{
        padding: 0px;
    }
    .news-content .news-div{
        flex-wrap: wrap;
    }
    .more-btn{
        margin-right: 90px;
    }
}
@media(max-width: 767px){
    .tabs-content .logo-box{
        flex-basis: calc(48%);
        height: 100px;
    }
    .more-btn-main{
        justify-content: center;
    }
    .more-btn-main a{
        margin: 0;
    }
}

.our-brands-popup-main{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.37);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s ease;
}
.our-brands-popup-main.active{
    pointer-events: all;
    opacity: 1;
}
.our-brands-popup-main.active .our-brands-popup-inner .img-div img {
    animation: scaleUp 1s ease-in-out forwards;
}


@keyframes scaleUp{
	from{
		height: 0;
	}
	to{
		height: 100%;
	}
}

.our-brands-popup-inner{
    position: relative;
    width: 600px;
    height: 100%;
    background-color: white;
    overflow-y: scroll;
}
.our-brands-popup-inner::-webkit-scrollbar{
    display: none;
}
.our-brands-popup-inner > img{
    width: 100%;
    height: 600px;
    object-fit: cover;
	transform-origin: bottom center;
}
.content-heading{
    padding: 50px 10px 20px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-heading .japanese-name{
    font-size: 12px;
}
.content-heading .english-name{
    width: 135px;
}
.content-heading .english-name img{
    width: 100%;
    height: 70px;
    object-fit: contain;
}
.content-accordian{
    padding: 0px 50px;
}
.accordion {
    width: 100%;
    max-width: 600px;
    margin-top: 0px;
    margin: 40px auto;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.accordion:last-child{
    border: none;
}
.accordion:last-child .plus{
    opacity: 0;
}
.accordion .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  padding: 20px 0;
  font-family: var(--Futura-Font);
}
.accordion .accordion-header span {
  flex: 1;
  height: 2px;
  background: #000;
  max-width: 10px;
}
.accordion .accordion-header span.plus{
    background: #ccc;
    max-width: 15px;
    position: relative;
}
.accordion .accordion-header span.plus::after {
    content: "";
    position: absolute;
    /* left: 50%; */
    top: 50%;
    transform: translate(5%, 15%);
    display: flex;
    width: 15px;
    height: 10px;
    height: 2px;
    background: #ccc;
    rotate: -90deg;
    transition: all 0.8s ease;
}
.accordion .accordion-header span.active::after {
    transform: translate(-100px, -50%);
    opacity: 0;
}

.accordion .accordion-header h3 {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: normal;
  margin: 0;
  color: #333;
}

.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease, opacity 0.6s ease;
  opacity: 0;
  font-family: var(--Noto-Sans);
}

.accordion .accordion-content.open {
  opacity: 1;
}

.accordion .accordion-inner {
  padding: 0 20px 20px;
}

.accordion .accordion-content p {
  font-size: 13px;
  color: #444;
  line-height: 2;
  margin: 20px 0;
}

.accordion .accordion-content .footer {
  margin-top: 40px;
  font-size: 13px;
  color: #777;
}
.categories{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}
.category{
    border: 1px solid #adadad;
    color: #919191;
    font-family: var(--Futura-Font);
    font-size: 14px;
    text-transform: uppercase;
    /* width: 100px; */
    text-align: center;
    padding: 5px 15px;
}
.proceed-button{
    width: 100%;
    padding: 20px 30px;
    background-color: #f1f1f1;
    transition: all 0.5s ease;
    cursor: pointer;
    text-align: right;
}
.proceed-button a{
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 25px;
}
.proceed-button span{
    text-transform: uppercase;
    font-family: var(--Futura-Font);
    letter-spacing: 2px;
    font-size: 14px;
}
.proceed-button svg{
    width: 55px;
    transition: all 0.5s ease;
}
.proceed-button:hover{
    background-color: #e0e0e0;
}
.proceed-button:hover svg{
    transform: translateX(10px);
}
.close-btn{
    position: absolute;
    top: 15px;
    right: 15px;
	cursor: pointer;
	transition: all ease 0.35s;
}
.close-btn:hover{
	transform: rotate(180deg);
}
.close-btn path{
    stroke: black;
}
.responsive-close-btn{
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 30px 20px;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--Futura-Font);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.responsive-close-btn svg{
    width: 40px;
    height: 40px;
}
.responsive-close-btn svg path{
    stroke: white;
}
@media(min-width: 1024px){
    .responsive-close-btn{
        display: none;
    }
}
@media(max-width: 1024px){
    .our-brands-popup-inner{
        width: 100%;
        height: 100%;
    }
    .our-brands-popup-inner > img{
        height: 700px;
        object-position: top;
    }
}
@media(max-width: 767px){
    .our-brands-popup-inner > img{
        height: auto;
    }
    .content-heading{
        padding: 20px;
        margin-bottom: -50px;
    }
    .content-heading .english-name{
        height: 70px;
        width: 150px;
    }
    .content-heading .english-name img{
        height: 100%;
        object-position: center;
    }
    .content-accordian{
        padding: 0px 20px;
    }
    .responsive-close-btn{
        padding: 20px;
    }
    .responsive-close-btn svg{
        width: 30px;
    }
}
/* Home Ends */


/* Brand Page Starts */
.brands-page-section{
    width: var(--box-width);
    margin: auto;
    padding: 50px 0px;
}
.brands-page-section.sticky{
    position: sticky;
    top: -10px;
    z-index: 10;
    background: #ffffff;
    margin-top: 100px;
    width: 100%;
}
.brands-page-section.sticky .our-brands-heading,
.brands-page-section.sticky .tabs-heading{
    width: var(--box-width);
    margin-left: auto;
    margin-right: auto;
}
.brands-page-section.sticky + .brands-page-section{
    padding-top: 0;
}
.brands-page-section:nth-child(2){
    padding-top: 0px;
}
.brands-page-section .tabs-heading{
    margin-top: 50px;
}
#brands-grid .brands-page-section:first-child{
    padding-top: 0;
}
#brands-grid .no-brands-found{
    font-family: var(--Noto-Sans);
}
.brands-page-cards {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    gap: 0; /* Remove gap if you want flush edges */
}
.brands-page-section:nth-child(odd) .brands-page-cards .bg-div {
  transform-origin: left center;
}

.brands-page-section:nth-child(even) .brands-page-cards .bg-div {
  transform-origin: right center;
}

.brands-page-section.three-cards .brands-page-cards .popup-card {
    flex: 0 1 32.5%;
    max-width: 32.5%;
    min-width: 300px;
}
.brands-page-section.two-cards .brands-page-cards .popup-card {
    flex: 0 1 40%;
    max-width: 40%;
    min-width: 300px;
}
.brands-page-cards.around-spaced{
    justify-content: space-around;
}
.brands-page-section .popup-card .img-div{
	height: unset;
}
.brands-page-section .popup-card .img-div img{
	height: 470px;
	object-fit: cover;
}
/* --- Card & Image Height Consistency --- */
.popup-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popup-card .img-div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.popup-card .img-div img {
    width: 100%;
    height: 520px!important;
    object-fit: contain;
    object-position: center;
}
.popup-card .card-content{
    font-family: var(--Futura-Font);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding:0px 10px 20px;
}
.popup-card .card-content .card-title{
    text-align: right;
    line-height: 18px;    
}
.popup-card .card-content .card-title .title-after{
    position: relative;
    width: max-content;
    margin-left: auto;
}
/*
.popup-card .card-content .card-title .title-after::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0%;
    background-color: black;
    transition: all 0.3s ease;
}
.popup-card .card-content .card-title .title-after:hover::after{
    width: 100%;
}
*/

.popup-card .card-content .card-title img{
    width: 80px;
	margin-top: 20px;
    margin-bottom: 15px;
}
.popup-card .card-content .card-title span{
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    font-family: var(--Noto-Sans);
}
.popup-card .card-content .card-title-desc p{
    text-align: right;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 15px;
    font-family: var(--Noto-Sans);
}
.popup-card .social-icons{
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-right: 5px;
}
.popup-card .social-icons svg,
.popup-card .social-icons img{
    width: 25px;
    height: 25px;
	object-fit: contain;
}
.bg-div{
    height: 450px;
    width: 108%;
    position: absolute;
    right: -22%;
    top: -40px;
    background-color: #00B9FF;
    z-index: -1;
}
.bg-div.yellow{
    background-color: #FFFF00;
    height: 350px;
    top: 35%;
    transform: translateY(-50%);
    left: -22%;
    right: auto;
}
.bg-div.red{
    background-color: #ED1C24;
    height: 200px;
}
.bg-div.fourth{
    height: 200px;
    top: 27%;
    right: auto;
    left: -22%;
}

.scroll-tag.brands{
    bottom: 48% !important;
    right: -50px !important;
}

@media (max-width: 1370px){
    .bg-div{
        width: 100%;
        right: -2%;
        top: -40px;
    }
    .bg-div.yellow {
        background-color: #FFFF00;
        height: 350px;
        top: 35%;
        left: -2%;
        right: auto;
    }
    .bg-div.fourth {
        top: 27%;
        right: auto;
        left: -2%;
    }
}
@media(max-width: 1024px){
    .brands-page-section{
        width: 100%;
        padding: 0px;
    }

    .brands-page-section.sticky{
        position: static;
        margin-top: 125px;
    }
    .brands-page-section .tabs-heading{
        padding: 15px 10px;
     }
    .brands-page-cards .card .img-div{
        height: 300px;
    }
        .our-brands-popup-main .popup-card .img-div{
            height: 445px !important;
			margin-bottom: 0px;
    }
    .brands-page-cards .card {
        flex: 0 1 32%;
        max-width: 32%;
        padding: 0 10px;
    }
		.our-brands-popup-inner .card{
            padding: 0px !important;
       }
    .bg-div{
        height: 300px;
        right: 0px;
        width: 80%;
    }
    .bg-div.yellow,
    .bg-div.red,
    .bg-div.fourth{
        top: -30px;
        transform: translate(0);
    }
}
@media(max-width: 767px){
    .brands-page-cards{
        flex-wrap: wrap;
        gap: 20px;
    }
        .brands-page-cards .popup-card {
        flex: 0 1 100% !important;
        max-width: 100% !important;
        padding: 0 10px;
    }
	.popup-card .img-div{
		    width: 60%;
		margin: auto;
	}
}

@media only screen and (max-width: 320px) {
    .our-brands-popup-main .popup-card .img-div {
        height: 430px !important;
        margin-bottom: 0px;
    }
}
/* Brand Page Ends */


/* Company Page Starts */
.company-sec{
    width: 100%;
    max-width: var(--box-width);
    background: #ffffff;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
    margin: auto;
    margin-top: 100px;
    padding: 20px 0 25px 0;
    position: sticky;
    top: -92px;
}

.company-links{
    display: flex;
    gap: 40px;
}

.company-links a {
  font-family: var(--Noto-Sans);
  color: #aaa;
  letter-spacing: 1.6px;
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
}

.company-links a.active{
    color: black;
}
.company-links > *.active::before {
    transform: scaleX(1);
    background-color: black;
}
.company-links > *::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: black;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s ease;
    z-index: 10;
}

.company-sec h2{
    font-family: var(--Futura-Font);
    font-weight: 400;
    position: relative;
}
.company-sec h2::after{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 30px;
    background-color: black;
}



.mission-sec{
    width: 100%;
    max-width: var(--box-width);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    margin: auto;
    padding: 50px 0px 30px 0px;
}

.mission-sec .group-word{
   width: 42%;
	margin:auto;
}

.mission-sec h2{
    font-family: var(--Futura-Font);
    font-weight: 400;
}

.mission-con{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.mission-con img{
    width: 70%;
    margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
    line-height: 40px;
}
.mission-con h1 span{
	font-size: 160px;
}

.mission-con h2{
    font-family: var(--Noto-Serif);
    color: rgb(52, 52, 52);
	margin-bottom: 20px;
}
.mission-con p{
    font-family: var(--Noto-Sans);
    color: black;
	font-weight: 100;
	
}

.counter_wrap{
    display: flex;
    justify-content: center;
    gap: 0px;
}
.counter_wrap .counter{
    flex-basis: 26%;
}
.counter_wrap .counter:nth-child(2){
    flex-basis: 20%;
}


.vision-VALUE-sec{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    margin: auto;
    padding: 100px 0;
    position: relative;
}

.vision-VALUE-sec h2{
     font-family: var(--Futura-Font);
    font-weight: 400;
}

.vision-VALUE-content{
display: flex;
flex-direction: column;
text-align: center;
gap: 30px;
}

.vision-VALUE-content h3{
    font-family: var(--Noto-Serif);
    font-size: 34px!important;
    font-weight: 600;
    color: #000;
}
.vision-VALUE-content p{
	font-family: var(--Noto-Sans);
	font-weight: 100;
	line-height: 2em !important;
}

@media (max-width: 1024px){
    .company-sec{
        position: static;
        margin-top: 75px;
    }
    .company-links{
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 767px){
	.mission-sec .group-word{
		width: 70%;
	}
    .vision-VALUE-sec,
    .mission-sec,
    .company-sec{
        padding: 35px 20px 20px;
        gap: 30px;
    }

    .company-links{
        gap: 20px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .vision-VALUE-content,
    .mission-con{
        gap: 15px;
    }

   .mission-con h1{
    font-size: 42px;
   }
	.mission-con h1 span{
		font-size: 50px;
	}
  
  
}
/* page 2 */
.counter_wrap{
    width: 100%;
    max-width: var(--box-width);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: auto;
    padding: 20px 80px;
}
.copy_right_text{
    width: 100%;
    max-width: calc(var(--box-width) - 70px);
    display: flex;
    justify-content: end;
    margin: auto;
    padding: 20px 80px;
}
.copy_right_text p{
    font-weight: 300;
    font-family: var(--Futura-Font);
    color: #aaa;
	font-size: 16px;
}
.counter h4{
    font-family: var(--Futura-Font);
    font-weight: 400;
	font-size: 28px;
}
.counter h4:last-child{
    font-weight: 300;
	font-size: 16px;
}
.counter_jp_font{
    font-family: var(--Noto-Sans) !important;
}
.counter span {
    font-family: var(--Futura-Font);
    font-size: 140px;
    font-weight: 500;
}
.logo_wrapper img {
    display: block;
    margin: auto;
    width: 250px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.logo_wrapper img:nth-child(2) {
    width: 250px;
}

.logo_wrapper img:nth-child(3) {
    width: 150px;
}

.logo_wrapper img:nth-child(4) {
    width: 250px;
}
.table-sec-heading h3{
    font-weight: normal;
    font-family: var(--Noto-Sans);
	font-size: 24px;
}
.table-wrapper{
	margin-top: 0px !important;
    width: calc(100% - 40px);
    max-width: calc(var(--box-width));
    margin: auto;
    padding:0px 0px;
    overflow: auto;
}
.table-wrapper > p{
	color: #aaa;
	font-family: var(--Noto-Sans);
	padding: 10px 0 0 10px;
	font-size: 16px!important;
}
.table-wrapper::-webkit-scrollbar{
    display: none;
}
table.table{
    border-spacing: 0px;

    width: 100%;
}
table.table tr.table-spacing-row td.table-spacing-value{
    line-height: 1.75em;
}
table.table td {
    padding: 10px 10px 10px 20px;
    border-top: 2px solid #aaa;
    border-left: 2px solid #aaa;
    border-spacing: 0px; 
    vertical-align: top;
    font-family: var(--Futura-Font);
	font-weight: 300;
}
table.table tr td:first-child{
    background-color: #aaaaaa23;
    width: 15%;
    padding: 10px 20px;
    font-size: 15px;
}
table.table tr td:last-child{
    border-right: 2px solid #aaa;
    width: 85%;
	font-size: 14px;
}
table.table tr:last-child td{
    border-bottom: 2px solid #aaa;
}
@media(max-width:1024px){
.counter_wrap{
    padding: 20px 30px;
    justify-content: space-between;
    gap: 0px;
}
	.table-wrapper{
		margin-top: 0 !important;
	}

    .counter_wrap .counter{
        flex-basis: 29%;
    }
    .counter_wrap .counter:nth-child(1){
        flex-basis: 36%;
    }
    .counter_wrap .counter:nth-child(2){
        flex-basis: 26%;
    }
}
@media(max-width:767px){
	
.counter_wrap{
    padding: 0px 30px;
    flex-direction: column;
    text-align: center;
	gap: 60px;
}
.table-wrapper > p{
	font-size: 12px !important;
	padding: 10px 0 0 5px;
}
table.table td {
    padding: 10px;
}
	.table.table tr td:first-child{
		width: 30%;
	}
	
.copy_right_text{
    width: 100%;
    max-width: 100%;

}
}
/* page 3 */
/* site_logo-image */
.site_logo-image{
    margin-top: 100px;
}
.site_logo-image-1{
    margin-top: 50px;
}
.site_logo-image .logo{
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: 20px;
}
.site_logo-image .brand_banner{
 display: block;
 width: 100%;
 object-fit: contain;
 object-position: top center;
 margin: 20px 0 10px;
}
.site_name p{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: var(--Noto-Sans);
    font-weight: 500;
	font-size: 14px!important;
}
.site_name p a{
	all: inherit;
	cursor: pointer;
}
.site_name svg{
    width: 30px;
}
@media(max-width:767px){
    .site_logo-image{
    margin-top: 50px;
}
.site_logo-image-1{
    margin-top: 20px;
}
}


/* page 4 */   
.partners{ 
    width: 100%;
    max-width: var(--box-width);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: auto;
    padding: 20px 80px;
}
.landau_partner{
    padding-top: 30px;
}
.partners_img{
    width: 20%;
}
.partners_img img{
    max-width: 100%;
    width: 150px;
}
.partners_text{
    width: 60%;
}
.partners_text h2{
        font-family: var(--Noto-Sans);
    font-size: 20px!important;
    font-weight: 400;
	font-weight: 100;
	text-align: left;
}
.partners_text p{
      font-family: var(--Noto-Sans);
      margin-top: 20px;
      font-size: 16px!important;
      margin-bottom: 10px;
	font-weight: 100;
}
.partners_text .link a{
    all: unset;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
    font-family: var(--Noto-Sans);
    font-size: 14px;
    font-weight: 600;
}
.partners_text .link a svg{
    width: 30px;
}
@media(max-width:1024px){
       .partners{ 
        padding: 20px 20px;
    }
    .landau_partner{
        padding-top: 80px;
    }
}
@media(max-width:767px){
    .partners{ 
        flex-direction: column;
    }
        .landau_partner{
        padding-top: 30px;
    }
    .partners_img{
    width: 100%;
}
    .partners_text{
    width:100% ;
}
	
	.partners_text p{
      font-size: 14px!important;
}
}


/* scroll for all page */
.company-page-scroll{
    position: relative;
}
.company-page-scroll .scroll-tag{
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-family: var(--Futura-Font);
    /* overflow: hidden; */
    text-transform: uppercase;
    transform: rotate(90deg);
}
.company-page-scroll .scroll-tag span{
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 130%;
    height: 100%;
    transform: translateX(-20px);
}
.company-page-scroll .scroll-tag span::before{
    content: "";
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 2px;
}
.company-page-scroll .scroll-tag span::after{
            content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        bottom: 0px;
        z-index: 1;
        background: rgb(255, 255, 255);
        animation: 2s ease 0s infinite normal none running scroller;
}
@keyframes scroller {
    0% {
        transform: translate3d(-100%, 0%, 0px);
    }
    15% {
        transform: translate3d(-98%, 0%, 0px);
    }
    85% {
        transform: translate3d(98%, 0%, 0px);
    }
    100% {
        transform: translate3d(100%, 0%, 0px);
}
}



        .company-sec{
            max-width: none;
        }
        .mission-sec{
            position: relative;
        }
        .bg-text{
            display: flex;
			justify-content: center;
			gap: 40px;
			width: 100%;
			line-height: 3em;
			margin: auto;
			position: absolute;
			top: 15%;
        }
        .bg-text span{
/*             opacity: 0.5; */
			font-family: var(--Noto-Sans);
			font-size: 20px;
        }
        @media(max-width: 1024px){
            .bg-text{
				display:none;
                width: 100%;
                flex-wrap: wrap;
                padding: 0px 50px;
            }
        }
        @media(max-width: 1024px){
            .bg-text{
                position: static;
            }
        }

        .tabs-data{
            position: relative;
        }
.tabs-data h2::after{
	all: unset;
}
        .positioned-data{

            opacity: 0;
            pointer-events: none;
            display: none;
            transition: opacity 0.2s ease;
        }
        .positioned-data.show{
            display: block;
        }
        .positioned-data.active{
            opacity: 1;
            pointer-events: all;
            position: static;
            transform: translate(0%);
            display: block;
        }
        .scroll-tag.company {
            position: fixed;
            right: 0%;
            bottom: 6%;
        }
/* Company Page Ends */


/* PRIVACY POLICY */
.privacy-policy-section{
    width: var(--box-width);
    margin: auto;
    padding: 120px 15px 50px 15px;
}
.privacy-policy-section .our-brands-heading p{
    text-align: center;
    margin-block: 50px;
    font-size: 20px;
    font-family: var(--Noto-Sans);
}
.privacy-policy-section .policy-text{
    font-family: var(--Noto-Sans);
    line-height: 40px!important;
    font-size: 14px!important;
	font-weight:300;
    margin-block: 30px;
}
@media(max-width: 767px){
	.privacy-policy-section{
    width: var(--box-width);
    margin: auto;
    padding: 105px 10px 0px 10px;
}
    .privacy-policy-section .policy-text{
        font-size: 15px;
        line-height: 30px;
    }
}
/* Privacy Policy Ends */

/* NEWS PAGE */
.news-section-main {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.sky-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%; /* Wider for scrolling room */
  height: 100%;
  object-fit: cover;
  z-index: 0;
  animation: skyFloat 35s linear infinite;
}
@keyframes skyFloat {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10%);
  }
}



.news-tabs-section{
    padding: 50px 0px;
    padding-bottom: 0px;
	position: relative;
	z-index: 3;
}
.news-tabs-section .our-brands-heading h2{
    color: white;
}
.news-tabs-section .our-brands-heading h2::after{
    background-color: white;
}
.news-tabs-section .tabs-heading{
    margin-top: 50px;
}
.news-tabs-section .tabs-heading p{
    color: white;
}
.news-tabs-section .tabs-heading p:nth-child(2){
    font-size: 15px;
}
.news-tabs-section .year .menu{
    top: 45px;
}
.news-tabs-section .year h2{
    font-size: 25px !important  ;
}
.news-tabs-section .year h2::after{
    display: none;
}
.news-tabs-section .year svg{
    width: 20px;
    rotate: 180deg;
    fill: white;
}
.news-card-section{
    display: flex;
    justify-content: center;
    gap: 40px;
    row-gap: 100px;
    flex-wrap: wrap;
    width: var(--box-width);
    margin: auto;
    padding: 50px 0px;
    position: relative;
}
.news-card-section .news-card{
    flex-basis: 23%;
    color: white;
}
.news-card-section .news-card .img-div {
    display: flex;
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
}
@media(min-width: 1024px){
    .after-hover-img::after {
            position: absolute;
        width: 200%;
        height: 0%;
        left: 50%;
        top: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        transform: translate(-50%, -50%) rotate(-45deg);
        content: "";
        z-index: 1;
    }    
    .after-hover-img:hover::after {
        opacity: 0;
        height: 100%;
        transition: 500ms linear;
    }    
}
.news-card-section .news-card .img-div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.date-title{
    font-family: var(--Futura-Font);
    font-size: 22px;
    margin-top: 5px;
}
.news-title{
    position: relative;
    width: max-content;
}
.news-title::after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    height: 2px;
    width: 100%;
    background-color: white;
}
.news-desc{
    font-family: var(--Noto-Sans);
    font-weight: 400;
    font-size: 16px;
    margin-top: 25px;
    position: relative;
}
.read-more{
    display: inline;
    float: right;
}
.news-navigation-pages {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: white;
}

.news-navigation-pages .pages {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    overflow: hidden;
}

/* Fix SVG icons */

.news-navigation-pages svg {
    width: 20px;
    height: 20px;
    fill: white;
    cursor: pointer;
    display: block; /* Removes inline spacing */
    padding: 0;
    margin: 0;
    line-height: 1;
    vertical-align: middle; /* Prevents baseline spacing */
}

.news-navigation-pages svg path {
    transition: all ease 0.2s;
    stroke: #fff;
    fill: #fff;
}

.news-navigation-pages svg:hover path {
    stroke: yellow;
    fill: yellow;
}

.news-navigation-pages .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}


/* Page numbers */
.news-navigation-pages .pages a,
.news-navigation-pages .pages span {
    font-family: var(--Futura-Font);
    font-size: 20px;
    color: white;
    cursor: pointer;
    transition: all ease 0.2s;
}

.news-navigation-pages .pages a:hover,
.news-navigation-pages .pages span:hover {
    color: yellow;
}

.news-navigation-pages .pages .current span {
    color: yellow;
}


.scroll-tag.news{
    right: 0%;
    color: yellow;
}
.scroll-tag.news span::after{
    background-color: yellow;
}
.scroll-tag.news span::before{
    background-color: #ffffac;
}
@media(max-width: 1024px){
    .news-card-section{
        gap: 30px;
        row-gap: 70px;
    }
    .news-card-section .news-card{
        flex-basis: 30%;
    }
    .news-desc{
        font-size: 16px !important;
    }
}
@media(max-width: 767px){
    .news-card-section{
        row-gap: 30px;
    }
    .news-section-main {
        padding: 35px 0px 50px 0;
    }
    .news-card-section .news-card{
        flex-basis: 100%;
    }
}
/* News Page Ends */


/* CONTACT-US-PAGE */

.contact-us-section{
    width: 100%;
    max-width: var(--box-width);
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    padding: 150px 0 50px 0;
    gap: 50px;
    font-family: var(--Noto-Sans);
}

.contact-us-section h2{
    font-family: var(--Futura-Font);
    text-align: center;
}

.our-brands-heading h3{
     text-align: center;
}


.contact-from .wpcf7-form br{
    display: none !important;
}

.contact-from .wpcf7-form label {
    display: block;
    margin-bottom: 15px;
    line-height: 28px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.contact-from .wpcf7-form input[type="text"],
.contact-from .wpcf7-form input[type="email"],
.contact-from .wpcf7-form input[type="tel"],
.contact-from .wpcf7-form select,
.contact-from .wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    margin-top: 10px;
    font-family: var(--Noto-Sans);
    
}

.contact-from .wpcf7-form select {
    
    background-color: white;
}

.contact-from .wpcf7-form textarea {
    height: 100px;
    resize: vertical;
}

/* Name fields side by side */
.contact-from .name-row {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}
.contact-from .contact-row {
    display: flex;
    gap: 30px;
 
}

.contact-from .name-field {
    flex: 1;
}

.contact-from .name-field label {
    margin-bottom: 0;
}

/* Small text styling */
.contact-from .wpcf7-form small {
    color: #666;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

/* Submit button */
.contact-from .wpcf7-form .btn-submit {
    background-color: #000;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    width: 25%;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: var(--Noto-Sans);
}

/* Required field asterisk */
.contact-from .wpcf7-form .wpcf7-not-valid {
    border-color: #dc3545;
}

/* Remove default CF7 styling */
.contact-from .wpcf7-form p {
    margin: 0;
}

/* Responsive design */
@media (max-width: 767px) {
    .contact-from .name-row {
        flex-direction: column;
        gap: 0;
    }
    .contact-from .wpcf7-form .btn-submit{
        width: 35%;
        padding: 13px 0;
    }
}
/* Contact Page Ends */


/* SHOP LIST */
.shopList_heading-tabs-section{
    padding: 150px 0px 50px 0;
    width: var(--box-width);
    margin: auto;
}
.shopList_heading-tabs-section .tabs{
    padding: 0px 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 70px;
}
.shopList_heading-tabs-section .condition{
    text-align: center;
    margin-top: 60px;
    font-family: var(--Noto-Sans);
    font-weight: 400;
    font-size: 17px;
}
.category-tabs h2{
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 25px !important;
}
.category-tabs h2::after{
    display: none;
}
.category-tabs .tabs-heading{
    justify-content: left;
    gap: 49px;
}
.category-tabs .tabs{
    justify-content: left;
}
.dropDown-main{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.dropDown-main h2{
	font-size: 25px !important;
    text-align: left;
    font-weight: 400;
}
.dropDown-main h2::after{
    display: none;
}
.dropDown-main .filter-error{
	font-family: var(--Noto-Sans);
}
.menu-main{
    position: relative;
    width: max-content;
    margin-left: auto;
}
.menu-main.year{
	margin-top: 35px;
	margin-inline: unset;
	width: unset;
}
.menu-main.year h2{
	color: #fff;
}

.menu-main h2{
    font-size: 20px !important;

    cursor: pointer;
    margin-top: 8px;
}
.dropDown-main :nth-child(2) .menu-main{
    margin: auto;
}
.menu-main h2 svg{
    width: 20px;
    rotate: 180deg;
    margin-bottom: -5px;
}
.menu-main .menu{
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    width: 200px;
    max-height: 200px;
    overflow-y: scroll;
    border-radius: 8px;
    position: absolute;
    top: 30px;
    left: 50%;
    font-family: var(--Futura-Font);
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, 10px);
    transition: all 0.4s ease;
}
.menu-main .menu::-webkit-scrollbar{
    display: none;
}
.menu-main .menu.active{
    pointer-events: all;
    opacity: 1;
    transform: translate(-50%, 0px);
	z-index: 50;
}
.menu-main .menu a{
    color: black;
}
.dropdown-condition{
    background-color: black;
    padding: 7px 30px;
    color: white;
    height: fit-content;
    font-family: var(--Noto-Sans);
    font-weight: 400;
    font-size: 16px;
    margin-left: 90px;
	border: none;
	outline: none;
	transition: all ease 0.3s;
	cursor: pointer;
}
.dropdown-condition:hover{
	background: #4C4C4C;
}
.loading-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border: 2px solid #999;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media(max-width: 1024px){
    .dropdown-condition{
        margin: 0;
    }
	.menu-main .menu{
		left: 0;
		transform: unset;
	}
	.menu-main .menu.active{
		transform: unset;
	}
	.menu-main.year .menu{
		left: 50%;
		transform: translateX(-50%);
	}
    .shopList_heading-tabs-section{
        padding: 125px 0 0 0;
    }
    .shopList_heading-tabs-section .tabs{
        padding: 0px;
    }
    .category-tabs .tabs-heading{
        row-gap: 30px;
    }
        .store-details-section{
        padding: 50px 0 0 0 !important;
    }
}
@media(max-width: 767px){
		.menu-main.year .menu.active{
		transform: translateX(-50%);
	}
    .category-tabs h2{
        text-align: center;
    }
    .category-tabs .tabs-heading{
        justify-content: center;
    }
    .shopList_heading-tabs-section .tabs{
        margin-top: 30px;
    }
    .dropDown-main{
        justify-content: center;
        row-gap: 20px;
    }
	.menu-main .menu{
		font-size: 14px;
		gap: 8px;
		transform: translateX(-25%);
        width: 120px;
	}
	.menu-main .menu.active{
		transform: translateX(-25%);
	}
}

.store-details-section{
	width: var(--box-width);
	margin: 0 auto;
    padding: 50px 0px;
	min-height: 90vh;
}

.store-details-section .store-details-main{
    width: 100%;
    padding: 50px 0px;
    border-block: 1px solid;
}
.store-details-section .store-details-main:last-child{
    border-top: 0px;
}
.store-details-heading{
    text-align: center;
    font-family: var(--Noto-Sans);
    font-size: 22px !important;
}
.store-details{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}
.store{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.store .more-btn{
    margin: 0;
    color: yellow;
}
.store .more-btn a{
    display: flex;
    align-items: center;
    gap: 10px;
	color: #135EAB;
}
.store .more-btn svg{
    width: 23px;
    rotate: 90deg;
    margin-bottom: 2px;
    fill: #135EAB;

}
.store-info{
	width: 70%;
    font-family: var(--Noto-Sans);
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 50px;
}
.store-info > span{
	width: 50%;
	font-weight: 100;
}

.scroll-tag.shop-list{
    top: 32%;
    bottom: unset;
    right: 0px;
}
@media(max-width: 1024px){
    .store{
        flex-wrap: wrap;
        gap: 30px;
    }
    .store-info{
        font-size: 19px;
        flex-wrap: wrap;
        gap: 15px;
		width: 80%;
    }
    .store-details-section .store-details-main{
        padding: 30px 0px;
    }
	.store-info > span{
		width: 46%;
	}
    .shopList_heading-tabs-section{
        padding: 80px 0 0 0;
    }
}
@media(max-width: 767px){
	.store-info{
		width: 100%;
	}
	.store-info > span{
		width: 100%;
	}
}
/* Shop List Page Ends */

/* RECRUIT PAGE */
.recruit-page-section{
    width: var(--box-width);
    margin: auto;
    padding: 50px 0px;
}
.recruit-page-section h1{
	font-family: var(--Futura-Font);
    margin-block: 100px;
	font-weight: 500;
    text-align: center;
}
.recruit-page-section h1 span{
	font-size: 40px;
}
.recruit-page-section .category-tabs{
    margin-top: 50px;
}
.recruit-page-section .category-tabs .tabs-heading{
    justify-content: space-between;
}
.recruit-page-section .dropdown-condition{
    margin: 0px auto;
    width: max-content;
}
.recruit-page-section .shopList_heading-tabs-section{
    padding-top: 0;
}
.recruitment-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 500;
    margin-top: 30px;
}
.recruitment-heading svg{
    width: 20px;
    rotate: 90deg;
}
.recruitment-heading svg{
    width: 20px;
    rotate: 90deg;
    transition: all 0.3s ease;
}
.recruitment-heading svg.recruitmrnt-svg-active{
    rotate: -90deg;
}
.recruitment-heading svg.recruitmrnt-svg-active.active{
    rotate: -180deg;
}
.recruitment-information{
    margin-top: 30px;
    height: 600px;
    /* background-color: black; */
}
.scroll-tag.recruitment{
    bottom: 6%;
    right: 0px;
}
@media(max-width: 1024px){
    .recruit-page-section h1{
        margin: 40px 0px 50px 0px;
    }
    .recruit-page-section .category-tabs .tabs-heading{
        justify-content: left;
        margin-bottom: 40px;
    }
}
@media(max-width: 767px){
    .recruit-page-section h1{
        font-size: 35px;
        margin: 35px 0px 35px 0px;
    }
	.recruit-page-section h1 span{
		font-size: 42px;
	}
    .recruit-page-section .category-tabs .tabs-heading{
        justify-content: center;
    }
    .recruitment-heading{
        font-size: 14px;
    }
    .recruitment-heading svg{
        width: 18px;
    }
}
/* Recruit Page Ends */


/* Footer */
.footer{
    width: calc(var(--box-width) + 150px);
    margin: auto;
}
.footer-top{
    display: flex;
	gap: 430px;
    align-items: center;
    justify-content: space-between;
    padding: 120px 0px 70px 0px;
}
.footer-heading{
    flex: 0.7;
}
img{
    width: 80%;
    text-transform: uppercase;
}
.footer-links-main{
    flex: 1;
    display: flex;
    align-items: center;
    gap: 42px;
}
.footer-links{
    font-family: var(--Futura-Font);
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: max-content;
}
.footer-links a{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    /* width: max-content; */
}
.footer-links:nth-child(2){
    margin-left: 50px;
}
.footer-links:nth-child(2) a{
    font-size: 22px;
    font-weight: 500;
}
.footer-links.link-1 a{
    color: rgba(0, 0, 0, 0.3);
}
.footer-links.link-1 a::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 2px;
}
.footer-links a.active{
    color: black;
    width: max-content;
}
.footer-links a.active::after{
    background-color: black;
}
.footer-links:last-child{
    font-family: var(--Noto-Sans);
}
.footer-links:last-child a{
    font-size: 15px;
}
.footer-bottom{
    text-align: center;
    font-family: var(--Futura-Font);
    font-size: 10px;
    padding-bottom: 20px;
}
@media(max-width: 1200px){
    .footer{
        width: var(--box-width);
		margin-top: 65px;
    }
}
@media(max-width: 1024px){
    .footer-top{
        align-items: flex-start;
        flex-direction: column;
        gap: 50px;
    }
    .footer-links-main{
        width: 100%;
        align-items: flex-start;
    }
    .footer-links:nth-child(2){
        margin: 0;
    }
    .footer{
		margin-top: 0px;
    }
}
@media(max-width: 767px){
    .footer-heading h1{
        font-size: 35px;
    }
    .footer-top{
        padding: 40px 0px;
        padding-top: 0px;
        gap: 30px;
    }
    .footer-links-main{
        gap: 50px;
    }
	.footer-links a{
    font-size: 12px;
	}
	.footer-links:last-child a {
    font-size: 12px;
}
    .footer{
		margin-top: 75px;
    }

 .footer img{
    width: 50%;
}
}