
/*CREATED BY MOHAMMED THARF ON 29/08/2026*/

/*******************************/
/*CUSTOM - STYLES*/ 
/*********************************/


:root {
  --bg-body: #ffffff;
  --bg-ivory: #FBF7F4;
  --bg-blush-light: #F7E1EA;
  --bg-blush: #EAB6CD;
  --bg-rose: #D98CAE;
  --bg-brown: #6B4A38;
  --bg-brown-line: #8B5E3C;
  --bg-plum: #5A3826;
  --bg-plum-deep: #2B1B10;
  --bg-ink: #2A1F18;
  --bg-ink-soft: #6b5d54;
  --bg-ink-soft: #6b5d54;
  --bg-border: #e7dcd4;
  --bg-transparent: unset; 
}

html {
    /*overflow: auto;*/
    scroll-behavior: smooth;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    /*background-color: #38c8d4 !important;*/
    background-color: var(--bg-rose);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:window-inactive {
    /*background-color: #38c8d4 !important;*/
    background-color: var(--bg-brown-line);
}


 body { 
 	font-family: 'Jost', sans-serif; 
 	/*overflow: auto;*/
 	min-height: 100%;
 	background-color: var(--bg-body);
 	display: flex;
 	flex-direction: column;
 	overflow-x: hidden;
 	/*position: relative;*/
}

.display{
	font-family: 'Italiana', serif; 
}

p{
	margin-block-end: 0em !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin-bottom: 0rem !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
  /*opacity: 0.7;*/
  box-shadow: 6px 6px 6px 8px #f2f2f2;
  -webkit-box-shadow: 6px 6px 6px #f2f2f2;
  padding: 12px;
  /*border: 1px solid #dca831 !important;*/
 /* background: url(../../assets/img/apple-touch-icon.png);
  background-repeat: no-repeat;*/
}
#preloader img{
  position: absolute;
  top: calc(45% - 30px);
  left: calc(50% - 32px);
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 55px;
  height: 55px;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(45% - 41px);
  left: calc(50% - 45px);
  /*top: calc(50%);
  left: calc(50%);*/
  border: 1.5px dashed var(--bg-brown);
  border-top-color: white;
  border-radius: 50%;
  width: 75px;
  height: 75px;
/*  box-shadow: 8px 8px 8px  #f2f2f2;
  -webkit-box-shadow: 8px 8px 8px #f2f2f2;*/
  -webkit-animation: animate-preloader 2s linear infinite;
  animation: animate-preloader 2s linear infinite;
   /*background: url(../../assets/common/img/loader-leaf-icon.png);*/
  /*background-repeat: no-repeat;*/
  background-color: var(--bg-blush-light);
}
#preloader p{
  position: absolute;
  top: calc(45% + 45px);
  left: calc(50% - 30px);
  /*left: ;*/
  right: 0;
  /*bottom: 0;*/
  z-index: 9999;
  font-size: 12px;
  color: grey;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*FORMS*/

.form-group input[type='text']{
	font-size: 14px;
	font-family: Italiana;
	color: #000;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.form-group input[type='email']{
	font-size: 14px;
	font-family: Italiana;
	color: #000;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.form-group select{
	font-size: 14px;
	font-family: Italiana;
	color: #000;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.form-group textarea{
	font-size: 14px;
	font-family: Italiana;
	color: #000;
	font-weight: 600;
	letter-spacing: 1.5px;
}
.form-control:focus{
	border: 1px solid !important;
	border-color: var(--bg-plum) !important;
	/*background-color: #d3d3d3 !important;*/
	box-shadow: unset !important;
}
.form-select:focus{
	border: 1px solid !important;
	border-color: var(--bg-plum) !important;
	/*background-color: #d3d3d3 !important;*/
	box-shadow: unset !important;
}

/**********************/
/***********----HEADER START-----***********/
/**********************/


#header {
	height: 65px;
	/*background-color: var(--bg-transparent);*/
	/*background-color: black;*/
	padding:  16px 28px 16px 28px;
	display: flex;
	flex-direction: column;
	/*align-items: flex-start;*/
	align-self: stretch;
	border-bottom: 1px solid #E7DCD4;
	background: rgba(255, 255, 255, 0.95);
}

.sticky {
    /*background-color: var(--bg-plum-deep) !important;*/
    /*background-color: rgba(255, 255, 255, 0.92) !important;*/
    /*opacity: 1;*/
    background: rgba(255, 255, 255, 0.95) !important;
    position: fixed;
    top: 0;
    width: 100%;
    /*top: 52px;*/
    /*left: 5px;*/
    transform: rotate(0deg);
    /*box-shadow: 7px 6px 7px var(--bg-plum);*/
    margin: 0;
    /*padding: 0;*/
    padding: 10px 28px 10px 28px !important;
    transition: all ease-in-out 0.2s;
    /*border-bottom: unset !important;*/
    border-bottom: 1px solid #E7DCD4;
}

#header .navbar-brand img{
	width: 190px;
	padding-bottom: 10px;
}

#header .navbar-nav{
	/*padding-top: 10px;*/
}
#header .navbar-nav li a.active{
	/*color: #F7E1EA;*/
	color: #6B4A38;
	text-align: center;
	font-family: 'Jost', sans-serif; 
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 19.5px; /* 139.286% */
}

#header .navbar-nav li a{
	/*color: #FFF;*/
	color: #2A1F18;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
}

#header .navbar-nav li a:hover{
	color: var(--bg-brown);
}

/**/
#mobileMenu{
	background-color: var(--bg-plum-deep);
	/*background-color: ;*/
}
#mobileMenu .offcanvas-header{
	border-bottom: 0.2px solid #333;

}
#mobileMenu .offcanvas-header img{
	width: 72%;
}
#mobileMenu ul{
	
}
#mobileMenu li{

}
#mobileMenu li a {
    font-size: 12.8px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Jost;
    color: var(--bg-ivory);
}
#mobileMenu li a:hover{
	color: var(--bg-rose);
}
#mobileMenu .btn-close-white{
	color: var(--bg-body);
	font-size: 11px;
	margin-top: 12px;
}
.navbar-toggler{
	background-color: transparent; !important;
	/*color: var(--bg-plum-deep) !important;*/
}
.navbar-toggler .material-symbols-outlined{
	color: var(--bg-plum-deep) !important;
}

#mobileMenu li a.active{
	color: var(--bg-rose);
	font-weight: 700;
}

/**********************/
/***********----HEADER END-----***********/
/**********************/



/**********************/
/***********----HOME START-----***********/
/**********************/

.hero-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(43, 27, 16, 0.60) 0%, rgba(43, 27, 16, 0.01) 30%, rgba(43, 27, 16, 0.80) 100%);
}

.hero-section{
	position: relative;
	height: 725px;
	width: 100%;
	align-self: stretch;
}

.hero-slider-image {
      width: 100%;
      height: 725px;
      object-fit: cover;
 }
.hero-content {
	/*justify-content: center;*/
	text-align: center;
    position: absolute;
  	z-index: 3;
  	top: 22%;
  	left: 28%;
  	right: 28%;
  	display: flex;
	max-width: 640px !important;
	padding: 40px 44px;
	flex-direction: column;
	align-items: center;
	border-radius: 16px;
	background: rgba(43, 27, 16, 0.42);
  }
  .hero-content .title-a-voice-carried {
	color: #fff;
	font-size: 70.4px;
	font-family: 'Italiana';
	font-weight: 400;
	line-height: 73.92px; /* 105% */
	/*letter-spacing: 0px;*/
	text-align: center;
	padding-bottom: 18px;
}
.hero-content .b2b-brand .text-line {
	height: 1px;
	width: 30px;
	background-color: #eab6cd;
	flex-shrink: 0;
	/*margin-bottom: 0px;*/
}

.hero-content .b2b-brand .b2b{
	color: #f7e1ea;
	font-size: 12px;
	font-family: 'Jost';
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 3.36px;
	text-align: center;
}
.hero-content .b2b-brand{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #f7e1ea;
	font-size: 12px;
	font-family: 'Jost';
	line-height: 1.5;
	letter-spacing: 3.36px;
	padding-bottom: 20px;
}

.hero-content .certified{
	width: 440px;
	color: rgba(255, 255, 255, 0.92);
	text-align: center;
	font-family: Jost;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27.2px; /* 170% */
	padding-bottom: 25px;
}
.hero-content .btn-pill {
	display: ruby;
	justify-content: center;
	padding: 13px 23px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 999px;
	background: #FFF;
	font-family: 'Jost';
	text-transform: uppercase;
	color: #2b1b10;
	font-size: 13px;
	width: 250px;
	height: 48px;
	text-decoration: none;
	align-items: center;
	/*vertical-align: middle;*/
}
.hero-content .btn-pill-label {
	text-transform: uppercase;
	margin-block-end: 0em !important;
	vertical-align: middle;
    text-align: center;
    align-items: center;
}
.hero-content .btn-pill-icon {
	width: 15px;
	flex-shrink: 0;
	/*padding-bottom: 3px;*/
	text-decoration: none;
}

.hover-dark:hover {
	/*filter: brightness(0.85);*/
}
.home-btn-dark{
	transition: all 0.2s linear !important;
}
.home-btn-dark:hover{
 background: 	var(--bg-plum-deep) !important;
 color: #fff !important;
 transition: all 0.2s linear !important;
}
.home-btn-dark:hover p{
	color: #fff !important;
}
.home-btn-dark:hover > .btn-icon{
	display: none;
}
.home-btn-dark .btn-icon-hover{
	display: none;
}
.home-btn-dark:hover > .btn-icon-hover{
	display: block;
}
.home-btn-dark.one:hover{
	border: 1px solid var(--bg-rose) !important;
}
.home-btn-line{
	transition: all 0.2s linear !important;
}
.home-btn-line:hover{
	border: 1px solid var(--bg-rose) !important;
	transition: all 0.2s linear !important;
}

.hero-content .card-btn-pill {
	width: 128px;
	height: 48px;
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 13px;
	font-family: 'Jost';
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 0.78px;
	padding: 13px 26px;
	border: 1px solid #fff;
	border-radius: 999px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	margin-left: 16px;
	color: #FFF;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	letter-spacing: 0.78px;
	text-transform: uppercase;
	background-color: var(--bg-transparent);
	text-decoration: none;
}
.hero-content .hover-zoom:hover {
	scale: 1.05;
}

.hero-bottom{
	text-align: center;
    position: absolute;
  	z-index: 3;
  	bottom: 6%;
  	left: 12%;
  	right: 10%;
  	margin-top: 55px;
	display: inline-flex;
	max-width: 1240px;
	padding: 14px 28px;
	align-items: center;
	gap: 18px;
	height: 46px;
	color: #fff;
	font-size: 20px;
	ont-family: 'Jost';
	ine-height: 0.9;
	letter-spacing: 2.4px;
	padding: 14px 0;
	margin: auto;
}

.hero-bottom .header-text2{
	color: #FFF;
	font-family: Jost;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 90% */
	letter-spacing: 2.4px;
	text-transform: uppercase;
}
.hero-bottom .header-static-divider {
	width: 178.5px;
	height: 1px;
	/*flex-grow: 1;*/
	background-color: rgba(255, 255, 255, 0.3);
	/*margin-bottom: 15px;*/
}

.home-about{
	display: flex;
	/*width: 1240px;*/
	padding: 90px 28px 50px 28px;
	flex-direction: column;
	align-items: flex-start;
}
/*.home-about .container{
	border: 1px solid #333;
	margin: auto;
}*/
.home-about .about-right{
	vertical-align: middle;
	margin: auto;
	text-align: center;
}

.home-about .about-right img{
	height: 540px;
	align-self: stretch;
	/*background: url(<path-to-image>) lightgray 50% / cover no-repeat;*/
	border-radius: 20px;
	margin: auto;
	text-align: center;

}

.home-about .about-left{
	padding-right: 50px;
	vertical-align: middle;
	margin: auto;
}
.home-about .about-left .about-title{
	color: #6B4A38;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 3.36px;
	text-transform: uppercase;
}
.home-about .about-left .about-content{
	color: #2B1B10;
	font-family: Italiana;
	font-size: 35.2px;
	font-style: normal;
	font-weight: 400;
	line-height: 47.52px; /* 135% */
	width: 620px;
	padding-top: 22px;
}
.home-about .about-left .detail-container{
	display: inline-flex;
	display: flex;
	/*width: 702px;*/
	/*height: 82px;*/
	padding-top: 34px;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
}
.home-about .about-left .detail-container .inner-container{
	display: inline-flex;
}
.home-about .about-left .detail-container .container-circle{
	display: flex;
	width: 42px;
	height: 42px;
	justify-content: center;
	align-items: center;
	border-radius: 21px;
	background: #F7E1EA;
}
.home-about .about-left .detail-container .container-circle img{
	width: 20px;
	height: 19.672px;
	flex-shrink: 0;
	/*background: url(<path-to-image>) lightgray 50% / contain no-repeat;*/
}
.home-about .about-left .detail-container .container-text5{
	color: #6B5D54;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	padding-left: 12px;
	padding-top: 12px;
	align-items: center;
	vertical-align: middle;
	/*margin: auto;*/
}
.home-about .about-left .detail-container .btn-pill{
	display: ruby;
    justify-content: center;
    padding: 13px 26px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 999px;
    background: #FFF;
    font-family: 'Jost';
    text-transform: uppercase;
    color: #2b1b10;
    font-size: 13px;
    width: 250px;
    height: 48px;
    text-decoration: none;
	border: 1px solid #6B4A38;
}

.hover-zoom:hover {
    filter: brightness(0.80);
}
.home-about .about-left .detail-container .btn-pill p{
	color: #6B4A38;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	letter-spacing: 0.78px;
	text-transform: uppercase;
}
.home-about .about-left .detail-container .btn-pill-icon{
	width: 15px;
    flex-shrink: 0;
    padding-bottom: 3px;
    text-decoration: none;
}

.home-achieve{
	display: flex;
	padding: 60px 28px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	background: #2B1B10;
}
.home-achieve .title-container{
	margin: auto;
	width: 100%;
}
.home-achieve .title-container p{
	color: #EAB6CD;
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 3.36px;
	text-transform: uppercase;
}
.home-achieve .title-container h2{
	color: #FFF;
	text-align: center;
	font-family: Italiana;
	font-size: 33.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 50.4px; /* 150% */
	padding-top: 10px;
}
.home-achieve .achieve-box{
	padding-top: 36px;
	display: inline-flex;
}
.home-achieve .achieve-boxes{
	padding: 16px 12px;
	justify-self: stretch;
	margin: auto;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.home-achieve .achieve-boxes:first-child{
	border-left: unset;
}

.home-achieve .achieve-boxes .subtitle{
	color: #F7E1EA;
	text-align: center;
	font-family: Italiana;
	font-size: 33.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 50.4px; /* 150% */
}
.home-achieve .achieve-boxes .title{
	color: rgba(247, 225, 234, 0.75);
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
}
.home-achieve .bottom-container{
	padding-top: 34px;
	margin: auto;
	width: 100%;
	text-align: center;
	align-items: center;
}
.home-achieve .bottom-container .btn-margin{
	display: inline-flex;
	padding: 13px 26px;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	border: 1px solid #FFF;
	width: 18.5%;
	vertical-align: middle;
	text-align: center;
}
.home-achieve .bottom-container .btn-label{
	color: #FFF;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	letter-spacing: 0.78px;
	text-transform: uppercase;
	text-align: center;
	margin-block-end: 0em;
}

.home-values{
	display: flex;
	padding: 70px 28px 90px 28px;
	flex-direction: column;
	align-items: flex-start;
}
.home-values .title-container{
	display: flex;
	padding-bottom: 24px;
	justify-content: space-between;
	align-items: flex-end;
	align-self: stretch;
	border-bottom: 1px solid #E7DCD4;
}

.home-values .title-container .title-container-left .subtitle{
	color: #6B4A38;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 3.36px;
	text-transform: uppercase;
	margin-block-end: 0em;
}
.home-values .title-container .title-container-left .title{
	color: #2B1B10;
	font-family: Italiana;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px; /* 150% */
	padding-top: 12px;
}
.home-values .title-container .title-container-right .btn-pill{
	display: flex;
	padding: 13px 26px;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	border: 1px solid #6B4A38;
	vertical-align: middle;
	text-align: center;
}
.home-values .title-container .title-container-right .btn-label{
	color: #6B4A38;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	letter-spacing: 0.78px;
	text-transform: uppercase;
	text-align: center;
	margin-block-end: 0em;
}
.home-values .title-container .title-container-right .btn-pill-icon{
	width: 14px;
	height: 14px;
}
.hover-zoom:hover{
	filter: brightness(0.80) !important;
}

.home-values .values-list{
	display: inline-flex;
	padding: 50px 0;
}

.home-values .values-list .values-boxes{
	display: flex;
	padding: 0 24px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
	justify-self: stretch;
	border-right: 1px solid #E7DCD4;
	border-left: 1px solid #E7DCD4;
}
.home-values .values-list .values-boxes h2{
	color: #EAB6CD;
	font-family: Italiana;
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px; /* 100% */
}
.home-values .values-list .values-boxes p.subtitle{
	color: #2B1B10;
	font-family: Italiana;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	padding-top: 16px;
}
.home-values .values-list .values-boxes p.content{
	color: #6B5D54;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.8px; /* 160% */
	width: 187px;
	padding: 8px 0 28px 0;
}
.home-values .values-bg{
	align-items: center;
	margin: auto;
	text-align: center;
}
.home-values .values-bg img{
	/*height: 592px;*/
	width: 100%;
	align-self: stretch;
	border-radius: 4px;
	/*background: url(<path-to-image>) lightgray 50% / cover no-repeat;*/
}

.home-collections{
	display: flex;
	padding: 20px 28px 90px 28px;
	flex-direction: column;
	align-items: flex-start;
}
.home-collections .main-bg-box{
	display: flex;
	width: 100%;
	min-height: 450px;
	align-items: center;
	align-self: stretch;
	border-radius: 16px;
	background: linear-gradient(90deg, rgba(43, 27, 16, 0.25) 0%, rgba(43, 27, 16, 0.05) 55%, rgba(43, 27, 16, 0.15) 100%), url(../../../assets/common/img/home/Voice-of-Silver-Collections-Intro.png) lightgray 50% / cover no-repeat;
}
.home-collections .main-bg-box .collection-left{
	display: flex;
	padding: 50px 48px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}	
.home-collections .main-bg-box .collection-left .subtitle{
	color: #EAB6CD;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 3.36px;
	text-transform: uppercase;
}
.home-collections .main-bg-box .collection-left .title{
	color: #FFF;
	font-family: Italiana;
	font-size: 41.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 49.92px; /* 120% */
	padding-top: 16px;
	width: 420px;
}
.home-collections .main-bg-box .collection-left .content{
	color: rgba(255, 255, 255, 0.85);
	font-family: Jost;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.65px; /* 170% */
	width: 420px;
	padding-bottom: 28px;
	margin-block-end: 0em;
}
.home-collections .main-bg-box .collection-left .btn-pill{
	display: inline-flex;
    justify-content: center;
    padding: 13px 26px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 999px;
    background: #FFF;
    font-family: 'Jost';
    text-transform: uppercase;
    color: #2b1b10;
    font-size: 13px;
    width: 250px;
    height: 48px;
    text-decoration: none;
    align-items: center;
}
.home-collections .main-bg-box .collection-left .btn-label{
	margin-block-end: 0em;
}

.home-spotlight{
	display: flex;
	padding: 40px 28px 90px 28px;
	flex-direction: column;
	align-items: flex-start;
}
.home-spotlight .spotlight-left{
	padding-right: 50px;
}
.home-spotlight .spotlight-left .subtitle{
	color: #6B4A38;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 3.36px;
	text-transform: uppercase;
	margin-block-end: 0em;
}
.home-spotlight .spotlight-left .title{
	color: #2B1B10;
	font-family: Italiana;
	font-size: 35.2px;
	font-style: normal;
	font-weight: 400;
	line-height: 52.8px; /* 150% */
	padding-top: 16px;
	width: 480px;
}
.home-spotlight .spotlight-right{
	/*margin: auto;*/
	align-items: center;
	vertical-align: middle;
	text-align: center;
}
.home-spotlight .spotlight-right img{
	height: 545px;
	align-self: stretch;	
	/*width: 90%;*/
	border-radius: 20px;
	width: 95%;
}

/**/

/*HOME - CUSTOM ACCORDION*/
.custom-accordion-container {
    max-width: 800px;
    margin: 0 auto;
    /* Set a fixed height so the container never pushes outer elements */
    height: 430px; 
    /* Enable internal scrolling if content exceeds fixed height */
    overflow-y: auto; 
    /* Custom smooth scrolling */
    scrollbar-width: thin;
    padding-top: 30px;
}

/* Border Styles */
.custom-accordion-item {
/*    border-top: 1px solid var(--accordion-border-color);
    border-bottom: 1px solid var(--accordion-border-color);*/
    margin-top: 0px; 
    background-color: transparent;
    /*border-top: 1px solid #E7DCD4;*/
    border-bottom: 1px solid #E7DCD4;
    display: flex;
	padding: 18px 0;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
}

.custom-accordion-item:first-child{
	border-top: 1px solid #E7DCD4;
}

/* Header Button Styling */
.custom-accordion-header {
    width: 100%;
    background: none;
    border: none;
    /*padding: 24px 0;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.header-content {
    display: flex;
    align-items: center;
    gap: 28px;
}

.item-number {
	color: #D98CAE;
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
    min-width: 20px;
}

.item-title {
  	color: #2B1B10;
	text-align: center;
	font-family: Italiana;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.5px; /* 150% */
	margin-bottom: 0rem;
}

/* Custom Icon (+/-) */
.icon-toggle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17.5px;
    font-weight: 300;
    color: var(--bg-brown);
    line-height: 1;
    padding-right: 4px;
    user-select: none;
    transition: transform 0.2s ease;
}

/* Collapsible Content Area */
.custom-accordion-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
}

.custom-accordion-collapse.open {
    max-height: 200px; /* Adjust if content is exceptionally long */
    transition: max-height 0.35s ease-in-out;
}

.custom-accordion-body {
   color: #6B5D54;
	font-family: Jost;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.6px; /* 160% */
    max-width: 480px;
    padding: 10px 0 0 55px;
}


/*HOME- ACCORDION END*/

.home-spotlight .spotlight-left .btn-margin{
	margin-top: -46px;
	display: inline-flex;
	padding: 13px 26px;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	border: 1px solid #6B4A38;
	width: 355px;
	text-align: center;
	/*margin: auto;*/
	height: 48px;
	background-color: var(--bg-transparent);
}
.home-spotlight .spotlight-left .btn-label{
	color: #6B4A38;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	letter-spacing: 0.78px;
	text-transform: uppercase;
}
.home-spotlight .spotlight-left .btn-margin:hover{
	filter: brightness(0.10);
	background-color: #fff;
}


.home-whyus{
	display: flex;
	padding: 60px 28px 100px 28px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	background: #F7E1EA;
}
.home-whyus .title-container{
	width: 100%;
	margin: auto;
	text-align: center;
}
.home-whyus .title-container p{
	color: #6B4A38;
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 3.36px;
	text-transform: uppercase;
}
.home-whyus .title-container h2{
	color: #2B1B10;
	text-align: center;
	font-family: Italiana;
	font-size: 36.8px;
	font-style: normal;
	font-weight: 400;
	line-height: 55.2px; /* 150% */
	padding: 12px 0 20px 0;
}
.home-whyus .title-container .btn-pill{
	display: inline-flex;
    justify-content: center;
    padding: 13px 26px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 999px;
	border: 1px solid #6B4A38;
    background: #F7E1EA;
    font-family: 'Jost';
    text-transform: uppercase;
    color: #2b1b10;
    font-size: 13px;
    width: 250px;
    height: 48px;
    text-decoration: none;
    align-items: center;
}
.home-whyus .title-container .btn-pill .btn-label{
	margin-block-end: 0em;
}
.home-whyus .whyus-container{
	display: inline-flex;
	padding-top: 44px;
	/*flex-direction: column;*/
	align-items: flex-start;
	align-self: stretch;
}
.home-whyus .whyus-container .col-md-3{
	text-align: center;
}
.home-whyus .whyus-container .whyus-boxes{
	display: inline-flex;
	padding: 30px 24px;
	flex-direction: column;
	align-items: flex-start;
	justify-self: stretch;
	border-radius: 18px;
	border: 1px solid #E7DCD4;
	background: #FFF;
}
.home-whyus .whyus-container .whyus-boxes.second{
	background: #2B1B10 !important;
}

.home-whyus .whyus-container .whyus-boxes.second .top .card-circle{
	border-radius: 23px;
	background: rgba(255, 255, 255, 0.12);
}
.home-whyus .whyus-container .whyus-boxes.second .top .card-title{
	color: rgba(255, 255, 255, 0.06);
}
.home-whyus .whyus-container .whyus-boxes .top{
	justify-content: space-between;
	/*display: ruby;*/
	flex-shrink: 0;
}
.home-whyus .whyus-container .whyus-boxes .top .card-title{
	color: rgba(122, 59, 38, 0.06);
	font-family: Italiana;
	font-size: 90px;
	font-style: normal;
	font-weight: 400;
	line-height: 10px; /* 100% */
	padding-bottom: -30px;
}
.home-whyus .whyus-container .whyus-boxes .top .card-circle{
	display: flex;
	width: 46px;
	height: 46px;
	justify-content: center;
	align-items: center;
	border-radius: 23px;
	background: #F7E1EA;
}
.home-whyus .whyus-container .whyus-boxes .top .card-circle img{
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.home-whyus .whyus-container .whyus-boxes .bottom p.card-heading{
	display: flex;
	padding-top: 18px;
	color: #2B1B10;
	font-family: Italiana;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.5px; /* 150% */
}
.home-whyus .whyus-container .whyus-boxes.second .bottom .card-heading{
	color: #fff;
}
.home-whyus .whyus-container .whyus-boxes .bottom .card-heading{
	padding-top: 8px;
	color: #6B5D54;
	font-family: Jost;
	font-size: 12.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 160% */
	width: 245px;
}
.home-whyus .whyus-container .whyus-boxes .bottom .card-content{
	color: #6B5D54;
	font-family: Jost;
	font-size: 12.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 160% */
	padding-top: 8px;
}
.home-whyus .whyus-container .whyus-boxes.second .bottom .card-content{
	color: rgba(247, 225, 234, 0.85);
}

.home-founded{
	background: #2B1B10;
	padding: 90px 90px;
	margin: auto;
	width: 100%;
	text-align: center;
}

.home-founded .top{
	/*display: flex;*/
	/*width: 1100px;*/
	/*max-width: 1100px;*/
	/*flex-direction: column;*/
	align-items: flex-start;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	align-self: stretch;
}

.home-founded .top img{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	/*align-self: stretch;*/
	width: 220.009px;
	/*height: 0;*/
	transform: rotate(-0.233deg);
}

.home-founded .top .top-left{
	gap: 40px;
}
.home-founded .top .top-left .subtitle{
	color: rgba(247, 225, 234, 0.60);
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 2.4px;
	text-transform: uppercase;
}
.home-founded .top .top-left .title{
	color: rgba(255, 255, 255, 0.40);
	text-align: center;
	font-family: Jost;
	font-size: 57.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 86.4px; /* 150% */
}
.home-founded .top .top-right{
	gap: 40px;
}
.home-founded .top-right .subtitle{
	color: #EAB6CD;
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 2.4px;
	text-transform: uppercase;
}
.home-founded .top .top-right .title{
	color: #FFF;
	text-align: center;
	font-family: Jost;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 120px; /* 150% */
}
.home-founded .bottom{
	text-align: center;
	width: 100%;
	justify-content: center;
	align-items: center;
	display: ruby;
	padding-top: 44px;
}

.home-founded .bottom p{
	color: #FFF;
	text-align: center;
	font-family: Italiana;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 44.8px; /* 140% */
	width: 62%;
}

.home-journey{
	display: flex;
	padding: 90px 28px;
	/*flex-direction: column;*/
	align-items: flex-start;
	align-self: stretch;
	background: linear-gradient(180deg, #2B1B10 0%, #5A3826 100%);
	text-align: center;
}

.home-journey .subtitle{
	color: #EAB6CD;
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 3.36px;
	text-transform: uppercase;
}
.home-journey .title{
	color: #FFF;
	text-align: center;
	font-family: Italiana;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px; /* 150% */
	padding-top: 16px;
}
.home-journey .content{
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	font-family: Jost;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.75px; /* 150% */
	padding: 16px 0 30px 0;
}
.home-journey .bottom{
	width: 100%;
	margin: auto;
	display: ruby;
}
.home-journey .btn-pill{	
	display: flex;
	padding: 13px 26px;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	border: 1px solid #FFF;
	width: 255px;

}
.home-journey .btn-pill:hover{
	border: 1px solid var(--bg-rose);
}

.home-journey .btn-label{	
	color: #FFF;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	letter-spacing: 0.78px;
	text-transform: uppercase;
}

.home-trust{
	display: flex;
	/*width: 1580px;*/
	height: 146px;
	padding: 50px 0;
	flex-direction: column;
	align-items: center;
}
.home-trust .trust-box{
	display: flex;
	/*max-width: 1240px;*/
	padding: 14px 28px;
	align-items: center;
	gap: 18px;
}
.home-trust .trust-box .text-line{
	width: 37%;
	height: 1px;
	background: #E7DCD4;
}
.home-trust .trust-box .content{
	color: #6B4A38;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 2.4px;
	text-transform: uppercase;
}
.home-info{
	display: flex;
	padding: 56px 28px;
	/*flex-direction: column;
	align-items: flex-start;
	align-self: stretch;*/
	background: #FBF7F4;
	text-align: center;
	/*margin: auto;*/
	width: 100%;
}
.home-info .info-box-main{
	padding-top: 34px;
	display: inline-flex;
	/*padding-left: 120px;*/
	/*padding-right: 120px;*/
}
.home-info .info-box-main .info-boxes{
	display: inline-block;
	padding: 16px 18px;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
/*	grid-row: 1 / span 1;
	grid-column: 1 / span 1;*/
	/*justify-self: stretch;*/
	border-radius: 12px;
	border: 1px solid #E7DCD4;
	background: #FFF;
	text-align: left;
	/*gap: 16px;*/
	margin-right: 16px;
	width: 98%;
}
.home-info .info-box-main .info-boxes .title{
	color: #2B1B10;
	font-family: Italiana;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
}
.home-info .info-box-main .info-boxes .content{
	color: #6B5D54;
	font-family: Jost;
	font-size: 11.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.25px; /* 150% */
	padding-top: 4px;
	padding-bottom: 2px;
}

/**********************/
/*******----HOME END---*********/
/**********************/


/*-----------------------------------*/

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


.hero-pages{
	margin-top: 64px;
	display: flex;
	padding: 70px 28px 60px 28px;
/*	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;*/
	border-bottom: 1px solid #E7DCD4;
	background: #FBF7F4;
	/*margin: auto;*/
	text-align: center;
	width: 100%;
}
.hero-pages .page-subtitle{
	color: #6B4A38;
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 3.36px;
	text-transform: uppercase;
}
.hero-pages .page-title{
	color: #2B1B10;
	text-align: center;
	font-family: Italiana;
	font-size: 57.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 86.4px; /* 150% */
	padding-top: 18px;
}
.hero-pages .page-content{
	color: #6B5D54;
	text-align: center;
	font-family: Jost;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 26.35px; /* 170% */
	width: 620px;
	padding-top: 18px;
	margin: auto;
	text-align: center;
}
.about-began{
	display: flex;
	padding: 80px 0px;
	/*flex-direction: column;*/
	align-items: flex-start;
}
.about-began .began-left{
	margin: auto;
	vertical-align: middle;
	padding-right: 56px;
	padding-left: 28px;
}
.about-began .began-left .began-subtitle{
	color: #6B4A38;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 3.36px;
	text-transform: uppercase;
}
.about-began .began-left .began-title{
	color: #2B1B10;
	font-family: Italiana;
	font-size: 38.4px;
	font-style: normal;
	font-weight: 400;
	line-height: 46.08px; /* 120% */
	padding-top: 16px;
	width: 600px;
}
.about-began .began-left .began-content{
	color: #6B5D54;
	font-family: Jost;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 180% */
	width: 620px;
}
.about-began .began-right{
	margin: auto;
	text-align: center;
	padding-right: 28px;
}
.about-began .began-right img{
	border-radius: 20px;
}
.about-voice{
	display: flex;
	padding: 70px 28px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	background: #2B1B10;
	text-align: center;
}
.about-voice h2{
	color: #FFF;
	text-align: center;
	font-family: Italiana;
	font-size: 41.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 58.24px; /* 140% */
}
.about-voice p{
	color: #EAB6CD;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	letter-spacing: 1.04px;
	text-transform: uppercase;
	padding-top: 16px;
}

.about-mission{
	margin: auto;
	text-align: center;
	width: 100%;
}
.about-mission .mission-main{
	padding: 90px 28px;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
.about-mission .mission-main .subtitle{
	color: #6B4A38;
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 3.36px;
	text-transform: uppercase;
}
.about-mission .mission-main .title{
	color: #2B1B10;
	text-align: center;
	font-family: Italiana;
	font-size: 41.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 62.4px; /* 150% */
	padding-top: 12px;
	margin-bottom: 0rem;
}
.about-mission .mission-main .mission-box{
	display: inline-flex;
	padding-top: 56px;
	/*align-items: flex-start;*/
	margin: auto;
	text-align: center;
	position: relative;
}
.about-mission .mission-main .mission-box .mission-boxes{
	padding-right: 30px;
	text-align: center;
}
.about-mission .mission-main .mission-box .mission-boxes .circle-container{
	width: 100%; 
	text-align: -webkit-center;
}
.about-mission .mission-main .mission-box .mission-boxes .circle{
	display: flex;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 30px;
	border: 3px solid #EAB6CD;
	background: #FFF;
	justify-content: center;
	align-items: center;
}

.about-mission .mission-main .mission-box .mission-boxes .circle img{
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}
.about-mission .mission-main .mission-box .mission-boxes .title{
	color: #6B4A38;
	text-align: center;
	font-family: Jost;
	font-size: 11.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.25px; /* 150% */
	letter-spacing: 2.07px;
	text-transform: uppercase;
	padding-top: 20px;
}
.about-mission .mission-main .mission-box .mission-boxes .content{
	color: #6B5D54;
	text-align: center;
	font-family: Jost;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.95px; /* 170% */
	width: 300px;
	padding-top: 10px;
}

.about-mission .mission-main .mission-box .mission-boxes:nth-child(3) .circle{
	background: #6B4A38;
}
.about-mission .mission-main .mission-box .line{
	position: absolute;
	left: 18%;
    top: 32.5%;
    width: 61%;
	height: 2px;
	background: #EAB6CD;
	z-index: -999;
}

.about-compliance{
	display: flex;
	padding: 80px 28px;
	background: #F7E1EA;
	margin: auto;
	text-align: center;
	width: 100%;
}
.about-compliance .title-container{

}
.about-compliance .title-container .subtitle{
	color: #6B4A38;
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 3.36px;
	text-transform: uppercase;
}
.about-compliance .title-container .title{
	color: #2B1B10;
	text-align: center;
	font-family: Italiana;
	font-size: 36.8px;
	font-style: normal;
	font-weight: 400;
	line-height: 55.2px; /* 150% */
	padding-top: 12px;
}

.about-compliance .compliance-box{
	display: inline-flex;
	padding-top: 44px;
	/*align-items: flex-start;*/
	margin: auto;
	text-align: center;
	position: relative;
}
.about-compliance .compliance-box .compliance-boxes{
	padding-right: 30px;
	text-align: center;
}
.about-compliance .compliance-box .compliance-boxes .circle-container{
	width: 100%; 
	text-align: -webkit-center;
}
.about-compliance .compliance-box .compliance-boxes .circle{
	display: flex;
	width: 108px;
	height: 108px;
	text-align: center;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	border: 2px dashed #6B4A38;
	background: #FFF;
	border-radius: 54px;
}

.about-compliance .compliance-box .compliance-boxes .circle img{
	width: 36px;
	height: 36px;
	flex-shrink: 0;
}
.about-compliance .compliance-box .compliance-boxes .title{
	color: #2B1B10;
	text-align: center;
	font-family: Italiana;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	padding-top: 18px;
}
.about-compliance .compliance-box .compliance-boxes .content{
	color: #6B5D54;
	text-align: center;
	font-family: Jost;
	font-size: 12.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 160% */
	width: 220px;
	padding-top: 6px;
}
.about-idols{
	padding: 80px 28px 100px 28px;
}
.about-idols .idol-bg{
	text-align: center;
}
.about-idols .idol-bg img{
	border-radius: 20px;
	width: 100%;
}
.about-idols .meet{
	/*margin-top: 40px;*/
	display: flex;
	padding: 50px 44px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	border-radius: 16px;
	background: #6B4A38;
	width: 100%;
	margin: 40px 0px 0px 0px;
}
.about-idols .meet .meet-left{

}
.about-idols .meet .meet-left .subtitle{
	color: #F7E1EA;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 3.36px;
	text-transform: uppercase;
}
.about-idols .meet .meet-left .title{
	color: #FFF;
	font-family: Italiana;
	font-size: 35.2px;
	font-style: normal;
	font-weight: 400;
	line-height: 52.8px; /* 150% */
	width: 480px;
	padding-top: 12px;
}
.about-idols .meet .meet-right{

}
.about-idols .meet-right .btn-pill{
	display: flex;
	padding: 13px 26px;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	border: 1px solid #FFF;
	/*width: 255px;*/
}
.about-idols .meet-right .btn-label{
	color: #FFF;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	letter-spacing: 0.78px;
	text-transform: uppercase;
}

.about-idols .meet-right .btn-pill-icon{
	width: 14px;
	height: 14px;
}

.about-idols .meet-right .btn-pill:hover{
	border: 1px solid var(--bg-rose);
}




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


/*-----------------------------------*/


/**********************/
/***********----MANUFACTURING PROCESS START-----***********/
/**********************/

.hero-pages2{
	margin-top: 64px;
	display: flex;
	padding: 80px 28px 70px 28px;
/*	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;*/
	border-bottom: 1px solid #E7DCD4;
	background: #2B1B10;
	/*margin: auto;*/
	text-align: center;
	width: 100%;
}
.hero-pages2 .page-subtitle{
	color: #EAB6CD;
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 3.36px;
	text-transform: uppercase;
}
.hero-pages2 .page-title{
	color: #FFF;
	text-align: center;
	font-family: Italiana;
	font-size: 57.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 86.4px; /* 150% */
	padding-top: 18px;
}
.hero-pages2 .page-content{
	color: rgba(255, 255, 255, 0.80);
	text-align: center;
	font-family: Jost;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 26.35px; /* 170% */
	width: 620px;
	padding-top: 18px;
	margin: auto;
	text-align: center;
}
.process-main{
	width: 100%;
	margin: auto;
	text-align: center;
}

.process-main .process-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 80px 28px;
	position: relative;
}
.process-main .process-box .vertical-line{
	height: 100%;
	width: 2px;
	border-left: 2px dashed #EAB6CD;
	position: absolute;
	left: 50%;
	top: 0%;
	z-index: -999;
}

.process-main .process-box .process-boxes{
	padding-top: 18px;
	padding-bottom: 18px;
	/*display: inline-grid;*/
	display: ruby;
	padding: 18px 0;
	row-gap: 20px;
	column-gap: 20px;
	align-self: stretch;
	margin-bottom: 8px;
	/*margin: auto;*/
/*	grid-template-rows: 79.25px;
	grid-template-columns: 372px 60px 372px;*/
}
.process-main .process-box .process-boxes .left{
	display: inline-grid;
	padding: 4px 10px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	width: 350px;
}
.process-main .process-box .process-boxes .left .title{
	color: #2B1B10;
	text-align: right;
	font-family: Italiana;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.5px; /* 150% */
}
.process-main .process-box .process-boxes .left .content{
	color: #6B5D54;
	text-align: right;
	font-family: Jost;
	font-size: 12.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.375px; /* 155% */
}
.process-main .process-box .process-boxes .circle{
	display: inline-block;
	width: 60px;
	height: 60px;
/*	flex-direction: column;
	justify-content: center;
	align-items: center;*/
	/*display: flex;*/
	border-radius: 30px;
	background: #EAB6CD;
	box-shadow: 0 10px 24px -12px rgba(61, 30, 51, 0.40);
	text-align: center;
	/*position: relative;*/
}
.process-main .process-box .process-boxes .circle img{
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 17px;
	/*position: absolute;*/

}
.process-main .process-box .process-boxes .right{
	width: 350px;
	display: inline-grid;
	padding: 4px 10px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
}

.process-main .process-box .process-boxes .right .title{
	color: #2B1B10;
	text-align: left;
	font-family: Italiana;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.5px; /* 150% */
}
.process-main .process-box .process-boxes .right .content{
	color: #6B5D54;
	text-align: left;
	font-family: Jost;
	font-size: 12.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.375px; /* 155% */
}

/**********************/
/***********----MANUFACTURING PROCESS END-----***********/
/**********************/

/*-----------------------------------*/


/**********************/
/***********----LEADERSHIP START-----***********/
/**********************/



.team-section {
	display: flex;
	padding: 80px 60px;
	flex-direction: column;
	align-items: flex-start;
}
.team-section  .team-top{
	display: inline-grid;
	padding: 48px 44px;
	row-gap: 36px;
	column-gap: 36px;
	align-self: stretch;
	border-radius: 22px;
	background: #2B1B10;
}
.team-section  .team-top .left-box{
	display: flex;
	width: 130px;
	height: 130px;
	justify-content: center;
	align-items: center;
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
	justify-self: start;
	border-radius: 65px;
	border: 3px solid #EAB6CD;
	background: rgba(255, 255, 255, 0.10);
}
.team-section  .team-top .left-box img{
	width: 56px;
	height: 55.094px;
	flex-shrink: 0;
}
.team-section  .team-top .right-box{
	display: flex;
	/*height: 192.531px;*/
	flex-direction: column;
	align-items: flex-start;
	grid-row: 1 / span 1;
	grid-column: 2 / span 1;
	justify-self: stretch;
	width: 100%;
}
.team-section  .team-top .right-box .subtitle{
	color: #EAB6CD;
	font-family: Jost;
	font-size: 11.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.25px; /* 150% */
	letter-spacing: 2.07px;
	text-transform: uppercase;
}
.team-section  .team-top .right-box .name{
	color: #FFF;
	font-family: Italiana;
	font-size: 33.6px;
	font-style: normal;
	font-weight: 400;
	line-height: 50.4px; /* 150% */
	padding-top: 8px;
}
.team-section  .team-top .right-box .position{
	color: #EAB6CD;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	padding-top: 12px;
}
.team-section  .team-top .right-box .content{
	color: rgba(247, 225, 234, 0.90);
	font-family: Jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23.8px; /* 170% */
	padding-top: 14px;
	width: 53%;
}
.team-section  .team-bottom {
	display: inline-flex;
	padding-top: 24px;
	align-items: flex-start;
	align-self: stretch;
}
.team-section  .team-bottom .team-boxes{
	/*display: flex;*/
	padding: 32px 28px;
	border-radius: 18px;
	border: 1px solid #E7DCD4;
	background: #FFF;
	/*margin-left: 20px;*/
}
.team-section  .team-bottom .col-md-6:first-child{
	padding-right: 24px;
}

.team-section  .team-bottom .team-boxes .circle{
	display: flex;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	background: #F7E1EA;
}
.team-section  .team-bottom .team-boxes .circle img{
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}
.team-section  .team-bottom .team-boxes .poistion{
	color: #D98CAE;
	font-family: Jost;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 16.5px; /* 150% */
	letter-spacing: 1.76px;
	text-transform: uppercase;
	padding-top: 18px;
}
.team-section  .team-bottom .team-boxes .name{
	color: #2B1B10;
	font-family: Italiana;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	padding-top: 6px;
}
.team-section  .team-bottom .team-boxes .content{
	color: #6B5D54;
	font-family: Jost;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.95px; /* 170% */
	width: 79%;
	padding-top: 10px;
}

/**********************/
/***********----LEADERSHIP END-----***********/
/**********************/

/*-----------------------------------*/

/**********************/
/***********----ACHEIVEMENTS START----***********/
/**********************/

.acheive-section{
	width: 100%;
	margin: auto;

}

.acheive-section {
	display: inline-grid;
	padding: 80px 80px;
	/*flex-direction: column;*/
	align-items: flex-start;
	width: 100%;
}
.acheive-section  .acheive-top {
	display: inline-flex;
	row-gap: 0px;
	column-gap: 0px;
	align-self: stretch;
}
.acheive-section  .acheive-top .acheive-boxes{
	height: 240px;
	min-height: 240px;
	border-radius: 22px;
	/*display: inline-flex;*/
	padding: 36px 30px;
	justify-self: stretch;
	position: relative;
	align-self: start;
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
}
.acheive-section  .acheive-top .acheive-boxes .circle{
	display: flex;
	width: 56px;
	height: 56px;
	justify-content: center;
	align-items: center;
}
.acheive-section  .acheive-top .acheive-boxes .subtitle{
	font-family: Jost;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 16.5px; /* 150% */
	letter-spacing: 1.76px;
	text-transform: uppercase;
	padding-top: 4px;
}
.acheive-section  .acheive-top .acheive-boxes .title{
	font-family: Italiana;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 150% */
	padding-top: 8px;
}
.acheive-section  .acheive-top .acheive-boxes .content{
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	padding-top: 8px;
}
.acheive-section  .acheive-top .col-md-7{
	padding-left: 30px;
}

.acheive-section  .acheive-bottom{
	display: flex;
	padding: 36px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 22px;
	border: 1px solid #E7DCD4;
	background: #FFF;
	margin: 24px 35px 0px 30px;
}
.acheive-section  .acheive-bottom .top{
	display: flex;
	align-items: center;
	gap: 14px;
	align-self: stretch;
}
.acheive-section  .acheive-bottom .top .circle-calendar{
	display: flex;
	width: 46px;
	height: 46px;
	justify-content: center;
	align-items: center;
	border-radius: 23px;
	background: #F7E1EA;
}
.acheive-section  .acheive-bottom .top .circle-calendar img{
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.acheive-section  .acheive-bottom .top .top-content{

}
.acheive-section  .acheive-bottom .top .top-content .title{
	color: #2B1B10;
	font-family: Italiana;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.5px; /* 150% */
}
.acheive-section  .acheive-bottom .top .top-content .content{
	color: #6B5D54;
	font-family: Jost;
	font-size: 12.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.75px; /* 150% */
}
.acheive-section  .acheive-bottom .bottom{
	display: inline-flex;
	padding-top: 28px;
/*	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;*/
	position: relative;
	width: 100%;
}
.acheive-section  .acheive-bottom .bottom .line{
	height: 2px;
	background: #E7DCD4;
	width: 100%;
	position: absolute;
	left: 0;
	top: 36px;
}
.acheive-section  .acheive-bottom .bottom .line-boxes {
	display: flex;
	padding-bottom: 10px;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
}
.acheive-section  .acheive-bottom .bottom .line-boxes .line-top{
	padding-bottom: 10px;
	z-index: 99;
}
.acheive-section  .acheive-bottom .bottom .line-boxes .circle{
	width: 18px;
	height: 18px;
	border-radius: 9px;
	border: 3px solid #FFF;
	background: #D98CAE;
	box-shadow: 0 0 0 0px #D98CAE;
}
.acheive-section  .acheive-bottom .bottom .line-boxes .line-bottom .year{
	color: #2B1B10;
	text-align: center;
	font-family: Jost;
	font-size: 12.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.75px; /* 150% */
}

/**********************/
/***********----ACHEIVEMENTS END-----***********/
/**********************/

/*-----------------------------------*/



/**********************/
/***********----UPCOMING EVENTS START----***********/
/**********************/

.events-section{

}
.events-section .events-main{
	display: flex;
	padding: 70px 50px 100px 50px;
	flex-direction: column;
	align-items: flex-start;
}

.events-section .events-main .events-boxes{
	display: inline-flex;
	padding: 26px 28px;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
	justify-self: stretch;
	border-radius: 16px;
	border: 1px solid #E7DCD4;
	background: #FFF;
	margin-bottom: 18px;
}
.events-section .events-main .events-boxes .event-left{
	/*display: flex;*/
	width: 100px;
	min-width: 100px;
	padding: 12px 10px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 12px;
	background: #F7E1EA;
	text-align: center;
}
.events-section .events-main .events-boxes .event-left img{
	width: 18px;
	height: 18px;
}
.events-section .events-main .events-boxes .event-left p{
	color: #2B1B10;
	text-align: center;
	font-family: Jost;
	font-size: 12.5px;
	font-style: normal;
	font-weight: 500;
	line-height: 18.75px; /* 150% */
	padding-top: 6px;
}

.events-section .events-main .events-boxes .event-right{

}
.events-section .events-main .events-boxes .event-right .event-location{
	color: #D98CAE;
	font-family: Jost;
	font-size: 10.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 15.75px; /* 150% */
	letter-spacing: 1.47px;
	text-transform: uppercase;
}
.events-section .events-main .events-boxes .event-right .event-title{
	color: #2B1B10;
	font-family: Italiana;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	padding-top: 8px;
}
.events-section .events-main .events-boxes .event-right .content{
	color: #6B5D54;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.8px; /* 160% */
	padding-top: 6px;
}
.events-section .events-main .btn-container{
	/*margin: auto;*/
	text-align: center;
	width: 100%;
	display: ruby;
	padding-top: 40px;
}
.events-section .events-main .btn-container .btn-margin{
	display: flex;
	padding: 13px 26px;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	border: 1px solid #6B4A38;
	width: 285px;
}
.events-section .events-main .btn-container .btn-label{
	color: #6B4A38;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	letter-spacing: 0.78px;
	text-transform: uppercase;
}
.events-section .events-main .btn-container .btn-margin:hover{
	background-color: var(--bg-plum-deep);
}
.events-section .events-main .btn-container .btn-margin:hover .btn-label{
	color: var(--bg-blush-light);
}

.events-section .events-main .btn-container .btn-margin .btn-icon-hover{
	display: none;
}
.events-section .events-main .btn-container .btn-margin:hover .btn-icon{
	display: none;
}
.events-section .events-main .btn-container .btn-margin:hover .btn-icon-hover{
	display: block;
}


/**********************/
/***********----UPCOMING EVENTS END-----***********/
/**********************/

/*-----------------------------------*/


/**********************/
/***********----TERMS & PRIVACY START-----***********/
/**********************/


/*COMMON - PAGE BANNER AREA*/

.hero-pages .page-buttons{
	padding-top: 30px; 
	text-align: center;
	width: 100%;
	margin: auto;
	justify-content: center;
	display: flex;
	gap: 12px;
}
.hero-pages .page-buttons .terms-btn{
	display: flex;
	padding: 10px 22px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	border: 1px solid #6B4A38;
	/*background: #6B4A38;*/
	width: 155px;
	/*color: #FFF;*/
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
}
/*.hero-pages .page-buttons .terms-btn:hover{
	background-color: transparent;
	color: #6B4A38;
}*/


.hero-pages .page-buttons .privacy-btn{
	display: flex;
	padding: 10px 22px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	border: 1px solid #6B4A38;
	width: 150px;
	color: #6B4A38;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
}
/*.hero-pages .page-buttons .privacy-btn:hover{
	background-color: #6B4A38;
	color: #FFF;
}*/

/*.hero-pages .page-buttons .terms-btn:hover > .hero-pages .page-buttons .privacy-btn{
	background: #6B4A38 !important;
	color: #FFF !important;
}*/

/*TREMS*/
.terms-section{
	margin: auto;
	text-align: center;
	width: 100%;
}
.terms-section .terms-main{
	display: flex;
	padding: 60px 28px 100px 28px;
	flex-direction: column;
	align-items: flex-start;
}
.terms-section .terms-main .terms-date{
	color: #6B5D54;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	padding-bottom: 30px;
}
.terms-section .terms-main ul{

}
.terms-section .terms-main ul li{
		color: #6B5D54;
		font-family: Jost;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 19.5px; /* 150% */
		padding-bottom: 3px;
		text-align: left;
}
.terms-section .terms-main .terms-para{
	color: #6B5D54;
	font-family: Jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	padding-bottom: 30px;
	text-align: left;
}
.terms-section .terms-main .terms-boxes{
	margin-bottom: 24px;
	text-align: left;
}
.terms-section .terms-main .terms-boxes .title{
	color: #2B1B10;
	font-family: Italiana;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.5px; /* 150% */
}
.terms-section .terms-main .terms-boxes .content{
	color: #6B5D54;
	font-family: Jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23.8px; /* 170% */
	padding-top: 10px;
}

.terms-section.active{
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px); /* Hidden elements start slightly lower */
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}


/*PRIVACY*/
.privacy-section{
	/*display: none;*/
	margin: auto;
	text-align: center;
	width: 100%;
}
.privacy-section .privacy-main{
	display: flex;
	padding: 60px 28px 100px 28px;
	flex-direction: column;
	align-items: flex-start;
}
.privacy-section .privacy-main .terms-date{
	color: #6B5D54;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	padding-bottom: 30px;
}
.privacy-section .privacy-main .privacy-boxes{
	margin-bottom: 24px;
	text-align: left;
}
.privacy-section .privacy-main .privacy-boxes .title{
	color: #2B1B10;
	font-family: Italiana;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.5px; /* 150% */
}
.privacy-section .privacy-main .privacy-boxes .content{
	color: #6B5D54;
	font-family: Jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23.8px; /* 170% */
	padding-top: 10px;
}

.privacy-section .privacy-main .privacy-boxes ul{

}
.privacy-section .privacy-main .privacy-boxes li{
	color: #6B5D54;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    padding-bottom: 3px;
    text-align: left;
}



/* 1. Base state for both sections (hidden by default) */
.terms-section, .privacy-section {
    margin: auto;
    text-align: center;
    width: 100%;
    
    /* Animation setup: Hide them smoothly */
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

/* 2. Active state for the section that needs to be displayed */
.terms-section.active, .privacy-section.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
    transform: translateY(0);
}

/* 3. Style for your active button indicator (if not already styled) */
.page-buttons .btn.active {
    background-color: #6B4A38; /* Example active color matching your brand */
    color: #ffffff;
}
.page-buttons .btn{
	background-color: transparent;
	color: #6B4A38;
}
/*.page-buttons .btn{
	border: 1px solid #6B4A38;
	color: #6B4A38;
	background-color: transparent !important;
}
*/

/**********************/
/***********----TERMS & PRIVACY END-----***********/
/**********************/

/*-----------------------------------*/

/**********************/
/***********----CONTACT US - START-----***********/
/**********************/


.contact-section{
	/*width: 90%;*/
}

.contact-section {
	display: inline-flex;
	row-gap: 50px;
	column-gap: 50px;
	align-self: stretch;
	padding: 80px 80px;
}

.contact-section  .contact-box-left{
	display: ruby;
}

.contact-section  .contact-box-left .left-boxes{
	/*display: ruby;*/
	display: flex;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	flex-direction: row;
	padding-top: 24px;
}

.contact-section  .contact-box-left .left-boxes .circle{
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	background: #F7E1EA;
}
.contact-section  .contact-box-left .left-boxes .left-data{
	/*display: ruby;*/
	width: 385px;
}
.contact-section  .contact-box-left .left-boxes .title{
	color: #2B1B10;
	font-family: Italiana;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.contact-section  .contact-box-left .left-boxes .detail{
	color: #6B5D54;
	font-family: Jost;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.6px; /* 160% */
	padding-top: 4px;
}
.contact-section  .contact-box-left .left-boxes .left-data .call{
	color: #6B5D54;
	font-family: Jost;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.6px; /* 160% */
	padding-top: 4px;
	text-decoration: none;
}
.contact-section  .contact-box-left .left-boxes .left-data p.link{
	color: #6B5D54;
	font-family: Jost;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.6px; /* 160% */
	padding-top: 4px;
	text-decoration: none;
}

.contact-section  .contact-box-left .left-boxes .left-data .mail{
	color: #6B5D54;
	font-family: Jost;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.6px; /* 160% */
	padding-top: 4px;
	text-decoration: none;
}


.contact-section  .contact-box-right{
	display: flex;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	grid-row: 1 / span 1;
	grid-column: 2 / span 1;
	justify-self: stretch;
	border-radius: 16px;
	border: 1px solid #E7DCD4;
	background: #FFF;
}

.contact-section  .contact-box-right .frmEnquiry{
	width: 100%;
	margin: auto;
    justify-items: center;
}

.contact-section  .contact-box-right .frmEnquiry .form-group{
/*	padding-left: 0px;
	padding-right: 0px;
	row-gap: 12px;*/
}
.contact-section  .contact-box-right .frmEnquiry .form-group label{
	color: #6B4A38;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	padding-bottom: 6px;
}
.contact-section  .contact-box-right .frmEnquiry .form-group input{
	height: 47px;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid #E7DCD4;
}

.contact-section  .contact-box-right .frmEnquiry .form-group textarea{
	/*height: 47px;*/
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid #E7DCD4;
}
.contact-section  .contact-box-right .frmEnquiry .form-group .btn-enquiry{
	display: flex;
	height: 45.5px;
	padding: 13px 27.797px 12.5px 29px;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	background: #6B4A38;
	color: #FFF;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	letter-spacing: 0.78px;
	text-transform: uppercase;
}
.contact-section  .contact-box-right .frmEnquiry .form-group .btn-enquiry:hover{
	background: var(--bg-body);
	border: 1px solid #6B4A38;
	color: #6B4A38;
}

/**********************/
/***********----CONTACT US - END-----***********/
/**********************/

/*-----------------------------------*/


/**********************/
/***********----WORK WITH US - START-----***********/
/**********************/


.work-us-section{

}
.work-us-section {
	
	display: inline-flex;
	padding: 70px 28px 20px 28px;
	flex-direction: column;
	align-items: flex-start;
}

.work-us-section  .work-us-top{
	width: 100%;
	display: inline-flex;
}
.work-us-section  .work-us-top .work-us-boxes{
	/*display: flex;*/
	padding: 28px 24px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
	justify-self: stretch;
	border-radius: 18px;
}

.work-us-section  .work-us-top .work-us-boxes .circle{
	display: flex;
	width: 44px;
	height: 44px;
	justify-content: center;
	align-items: center;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.15);
}
.work-us-section  .work-us-top .work-us-boxes .title{
	color: #FFF;
	font-family: Italiana;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	padding-top: 16px;
}
.work-us-section  .work-us-top .work-us-boxes .content{
	color: rgba(247, 225, 234, 0.85);
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.8px; /* 160% */
	padding-top: 8px;
	width: 280px;
}
.work-us-section  .work-us-top .work-us-boxes .select{
	color: #EAB6CD;
	font-family: Jost;
	font-size: 11.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.25px; /* 150% */
	letter-spacing: 1.15px;
	text-transform: uppercase;
	padding-top: 13px;
	
}
.work-us-section  .work-us-top .work-us-boxes a{
	text-decoration: none;
}

/*BOTTOM*/
.work-us-section  .work-us-bottom{
	margin: auto;
	display: flex;
	padding: 50px 28px 90px 28px;
	flex-direction: column;
	align-items: flex-start;
	width: 63%;
}

.work-us-section  .work-us-bottom .frmPartner{
	display: flex;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 16px;
	border: 1px solid #E7DCD4;
	background: #FFF;
}

.work-us-section  .work-us-bottom .frmPartner .btn-partner-enquiry{
	display: flex;
	height: 45.5px;
	padding: 13px 28.5px 12.5px 28px;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	background: #6B4A38;
	color: #FFF;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	letter-spacing: 0.78px;
	text-transform: uppercase;
}
.work-us-section  .work-us-bottom .frmPartner .btn-partner-enquiry:hover{
	background: var(--bg-body);
	border: 1px solid #6B4A38;
	color: #6B4A38;
}
.work-us-section  .work-us-bottom .frmPartner label{
	color: #6B4A38;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
}

/**********************/
/***********----WORK WITH US - END-----***********/
/**********************/

/*-----------------------------------*/


/**********************/
/***********----COLLECTIONS MAIN - START-----***********/
/**********************/


.collections-section{
	display: inline-flex;
	/*display: flex;*/
	padding: 80px 28px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
}
.collections-section .col-md-4{

}
.collections-section .col-md-4 a{
	text-decoration: none;
}


.collections-section .collections-boxes{
	height: 320px;
	padding: 36px 30px;
	column-gap: 30px;
	position: relative;
	z-index: 999;
/*	opacity: 0.88;
	background: linear-gradient(180deg, rgba(43, 27, 16, 0.15) 0%, #2B1B10 85%);*/
}

.collections-section .collections-boxes .inner{ 
	/*background: #2B1B10; */
	background: linear-gradient(180deg, rgba(43, 27, 16, 0.15) 0%, #2B1B10 85%);
	opacity: 0.88; 
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -999;
	border-radius: 20px;
}

.collections-section .collections-boxes .inner2{ 
	/*background: #2B1B10; */
	background: linear-gradient(180deg, rgba(43, 27, 16, 0.15) 0%, rgba(66, 41, 27, 0.26) 10.63%, rgba(75, 47, 31, 0.36) 21.25%, rgba(84, 52, 35, 0.57) 42.5%, #5A3826 85%);
	opacity: 0.88; 
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -999;
	border-radius: 20px;
}
.collections-section .collections-boxes .inner3{ 
	color: rgba(255, 255, 255, 0.06);
	font-family: Italiana;
	font-size: 130px;
	font-style: normal;
	font-weight: 400;
	line-height: 130px; /* 100% */
	position: absolute;
	right: 10%;
	bottom: -5%;
}

.collections-section .collections-boxes .top .subtitle{
	color: rgba(255, 255, 255, 0.70);
	font-family: Jost;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 16.5px; 
	letter-spacing: 1.76px;
	text-transform: uppercase;
	padding-bottom: 90px;
}
.collections-section .collections-boxes .bottom .title{
	color: #FFF;
	font-family: Italiana;
	font-size: 27.432px;
	font-style: normal;
	font-weight: 400;
	line-height: 41.148px; /* 150% */
}

.collections-section .collections-boxes .bottom .content{
	color: rgba(255, 255, 255, 0.85);
	font-family: Jost;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.6px; /* 160% */
	padding: 10px 0;
	width: 290px;
}
.collections-section .collections-boxes .bottom a{
	text-decoration: none;
	padding-top: 5px;
}
.collections-section .collections-boxes .bottom .peices{
	color: #FFF;
	font-family: Jost;
	font-size: 11.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.25px; /* 150% */
}
.collections-section .collections-boxes .bottom a img{
	width: 12px;
	height: 12px;
}

/*BOTTOM*/
.collections-section .collections-bottom{
	margin: auto;
	text-align: center;
	width: 100%;
	padding-top: 44px;
	display: ruby;
}
.collections-section  .btn-container{
	/*margin: auto;
	text-align: center;
	width: 100%;*/
}
.collections-section .btn-container .btn-margin{
	display: flex;
	padding: 13px 26px;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	border: 1px solid #6B4A38;
	width: 200px;
}
.collections-section .btn-container .btn-label{
	color: #6B4A38;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	letter-spacing: 0.78px;
	text-transform: uppercase;
}
.collections-section  .btn-container .btn-margin:hover{
	background-color: var(--bg-plum-deep);
}
.collections-section .btn-container .btn-margin:hover .btn-label{
	color: var(--bg-blush-light);
}

.collections-section .btn-container .btn-margin .btn-icon-hover{
	display: none;
}
.collections-section .btn-container .btn-margin:hover .btn-icon{
	display: none;
}
.collections-section .btn-container .btn-margin:hover .btn-icon-hover{
	display: block;
}


/******SHOWSTOPPER COLLECTIONS*****/
.hero-pages-collections{
	margin-top: 64px;
	display: flex;
	padding: 70px 28px 60px 28px;
/*	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;*/
	/*border-bottom: 1px solid #E7DCD4;*/
	background: #2B1B10;
	/*margin: auto;*/
	text-align: center;
	width: 100%;
}
.hero-pages-collections .page-subtitle{
	color: #EAB6CD;
	text-align: center;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 3.36px;
	text-transform: uppercase;
}
.hero-pages-collections .page-title{
	color: #FFF;
	text-align: center;
	font-family: Italiana;
	font-size: 52.578px;
	font-style: normal;
	font-weight: 400;
	line-height: 78.867px; /* 150% */
	padding-top: 18px;
}
.hero-pages-collections .page-content{
	color: rgba(255, 255, 255, 0.80);
	text-align: center;
	font-family: Jost;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 26.35px; /* 170% */
	padding-top: 18px;
}
.hero-pages-collections .back{
	color: #EAB6CD;
	text-align: center;
	font-family: Jost;
	font-size: 12.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.75px; /* 150% */
	text-decoration: none;
	padding: 4px 0 19.75px 0;
}


.collections-section{
	width: auto;
	display: flex;
	padding: 70px 28px 100px 28px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	row-gap: 20px;
	column-gap: 20px;

}
.collections-section .col-md-4{
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.collections-section .showstopper{
	height: 320px;
	padding: 36px 30px;
	/*column-gap: 30px;*/
	position: relative;
	z-index: 999;
	margin: auto;
}
.collections-section .showstopper a{
	text-decoration: none;
}
.collections-section .showstopper .inner{ 
	opacity: 0.88;
	background: linear-gradient(180deg, rgba(43, 27, 16, 0.15) 0%, rgba(74, 50, 36, 0.26) 10.63%, rgba(87, 59, 44, 0.36) 21.25%, rgba(99, 68, 51, 0.57) 42.5%, #6B4A38 85%);
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -999;
	border-radius: 20px;
}

.collections-section .showstopper .inner2{ 
	background: linear-gradient(180deg, rgba(43, 27, 16, 0.15) 0%, rgba(66, 41, 27, 0.26) 10.63%, rgba(75, 47, 31, 0.36) 21.25%, rgba(84, 52, 35, 0.57) 42.5%, #5A3826 85%);
	opacity: 0.88; 
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -999;
	border-radius: 20px;
}
.collections-section .showstopper .inner3{ 
	color: rgba(255, 255, 255, 0.06);
	font-family: Italiana;
	font-size: 100px;
	font-style: normal;
	font-weight: 400;
	line-height: 130px; 
	position: absolute;
	right: 10%;
	bottom: -14%;
}

.collections-section  .showstopper .top .subtitle{
	color: rgba(255, 255, 255, 0.70);
	font-family: Jost;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 16.5px; 
	letter-spacing: 1.76px;
	text-transform: uppercase;
	padding-bottom: 35px;
}
.collections-section  .showstopper .bottom .title{
	color: #FFF;
	font-family: Italiana;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.25px; 
}

.collections-section  .showstopper .bottom .content{
	color: rgba(255, 255, 255, 0.85);
	font-family: Jost;
	font-size: 12.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.375px;
	width: 298px;
}
.collections-section .showstopper .bottom a{
	text-decoration: none;
	padding-top: 5px;
}
.collections-section .showstopper .bottom .peices{
	color: #FFF;
	font-family: Jost;
	font-size: 11.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 17.25px;
}
.collections-section .showstopper .bottom a img{
	width: 12px;
	height: 12px;
}


/*THE BRAHMOS MODEL - COLLECTIONS (PRODUCTS PAGE)*/


.collections-products-section{
	display: flex;
	padding: 70px 28px 100px 28px;
	margin: auto;
	width: 100%;
	text-align: center;
}

.collections-products-section .col-md-3{
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.collections-products-section .product-boxes{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
	justify-self: stretch;
	border-radius: 14px;
	border: 1px solid #E7DCD4;
	background: #FFF;
	/*height: 365px;*/
}
.collections-products-section .product-boxes .top{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	background: #F7E1EA;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	overflow: hidden;
	/*height: 365px;*/
	height: 385px;
}

.collections-products-section .product-boxes .top .icon{
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.collections-products-section .product-boxes .top p{
	color: #D98CAE;
	font-family: Jost;
	font-size: 9.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 14.25px; /* 150% */
	letter-spacing: 0.95px;
	text-transform: uppercase;
}
.collections-products-section .product-boxes .bottom{
	display: flex;
	padding: 12px 14px 14px 14px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	background: #fff;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;

}
.collections-products-section .product-boxes .bottom .product{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 143.391px;
	align-self: stretch;
}
.collections-products-section .product-boxes .bottom .product .prod-code{
	color: #2B1B10;
	font-family: Italiana;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.25px; /* 150% */
}
.collections-products-section .product-boxes .bottom .product .weight{
	color: #D98CAE;
	font-family: Jost;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px; /* 150% */
}
.collections-products-section .product-boxes .bottom .prod-type{
	color: #6B5D54;
	font-family: Jost;
	font-size: 10.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 14.7px; /* 140% */
	padding-top: 4px;
	padding-bottom: 10px;
}
.collections-products-section .product-boxes .bottom .btn-prod-enquiry{
	display: flex;
	width: 100%;
	height: 29px;
	padding: 6px 10px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 999px;
	border: 1px solid #E7DCD4;
	color: #6B4A38;
	text-align: center;
	font-family: Jost;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px; /* 150% */
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.collections-products-section .mj-boxes .bottom .btn-prod-enquiry{
	width: unset;
}

.collections-products-section .product-boxes:hover > .btn-prod-enquiry{
	background: var(--bg-plum);
	color: var(--bg-ivory);
}

.collections-products-section .product-boxes .bottom .btn-prod-enquiry:hover{
	background: var(--bg-plum);
	color: var(--bg-ivory);
}


/*MJ COLLECTIONS*/
.collections-products-section .col-md-4{
	margin-bottom: 20px;
}
.collections-products-section .product-boxes .top .prod-img{
	/*height: 100%;*/
	width: 100%;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

/*BOTTOM*/
.collections-products-section .collections-bottom{
	margin: auto;
	text-align: center;
	width: 100%;
	padding-top: 44px;
	display: ruby;
}
.collections-products-section  .btn-container{
	/*margin: auto;
	text-align: center;
	width: 100%;*/
}
.collections-products-section .btn-container .btn-margin{
	display: flex;
	padding: 13px 26px;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	border: 1px solid #6B4A38;
	width: 200px;
}
.collections-products-section .btn-container .btn-label{
	color: #6B4A38;
	text-align: center;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	letter-spacing: 0.78px;
	text-transform: uppercase;
}
.collections-products-section  .btn-container .btn-margin:hover{
	background-color: var(--bg-plum-deep);
}
.collections-products-section .btn-container .btn-margin:hover .btn-label{
	color: var(--bg-blush-light);
}

.collections-products-section .btn-container .btn-margin .btn-icon-hover{
	display: none;
}
.collections-products-section .btn-container .btn-margin:hover .btn-icon{
	display: none;
}
.collections-products-section .btn-container .btn-margin:hover .btn-icon-hover{
	display: block;
}

/**********************/
/***********----COLLECTIONS MAIN - END-----***********/
/**********************/

/*-----------------------------------*/



/**********************/
/*******FOOTER START*********/
/*?*******************/

.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Jost';
	line-height: 1.5;
	letter-spacing: 0px;
	background-color: #2b1b10;
	/*height: 419px;*/
	/*padding: 70px 28px 30px 28px;*/
	align-items: flex-start;
	flex-shrink: 0;
	align-self: stretch;
}

.footer .margin{
	display: flex;
	/*height: 419px;*/
	padding: 70px 20px 30px 20px;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	align-self: stretch;
	background: #2B1B10;
}

.footer .foo-main{
	display: flex;
	/*width: 1240px;*/
	/*max-width: 1240px;*/
	flex-direction: column;
	align-items: flex-start;
}

.footer .foo-main .foo-box{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	align-self: stretch;
	padding-left: 30px;
}
.footer .foo-main .foo-box:first-child{
	/*padding-left: 0px;*/

}
.footer .foo-main .foo-box .foo-logo{
	width: 200px;
}
.footer .foo-main .foo-box p{
	padding-top: 16px;
	padding-bottom: 10px;
	color: rgba(247, 225, 234, 0.75);
	font-family: Jost;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.6px; /* 160% */
}
.footer .foo-main .foo-box .w-link{
	color: #EAB6CD;
	font-family: Jost;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; /* 150% */
	text-decoration: none;
	padding-bottom: 18px;
	display: inline-flex;

}

.footer .foo-main .foo-box .foo-social{
	padding-inline-start: 0px;
	display: inline-flex;
	padding-top: 8px;
}

.footer .foo-main .foo-box .foo-social a{
	padding-left: 12px;
}
.footer .foo-main .foo-box .foo-social a:first-child{
	padding-left: 0px;
}
.footer .foo-main .foo-box .foo-social li{
	list-style: none;
	display: inline-flex;
	display: flex;
	width: 36px;
	height: 36px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.30);
}
.footer .foo-main .foo-box .foo-social li:hover{
	border: 1px solid var(--bg-rose);
}

.footer .foo-main .foo-box .foo-social li img{
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}
.footer .foo-main .foo-box .foo-header{
	color: #FFF;
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: 1.44px;
	text-transform: uppercase;
	padding-bottom: 18px;
}
.footer .foo-main .foo-box .freq-links{
	padding-inline-start: 0px;
}
.footer .foo-main .foo-box .freq-links li{
	padding-bottom: 10px;
}
.footer .foo-main .foo-box .freq-links li a{
	text-decoration: none;
	color: rgba(247, 225, 234, 0.80);
	font-family: Jost;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.25px; /* 150% */
}
.footer .foo-main .foo-box .freq-links li a:hover{
	color: var(--bg-body);
}

.footer .foo-main .foo-bottom{
	margin-top: 50px;
	display: flex;
	padding-top: 24px;
	padding-right: 0px;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer .foo-main .foo-bottom .bottom-info{
	color: rgba(247, 225, 234, 0.60);
	font-family: Jost;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	padding-left: 0px;
	padding-right: 0px;
}
.footer .foo-main .foo-bottom .bottom-info:nth-child(2){
	text-align: right;
}

.chat-box{
	position: fixed;
	bottom: 20px;
	/*right: 15px;*/
	left: 10px;
	width: 56px;
	height: 56px;
	justify-content: center;
	align-items: center;
	border-radius: 28px;
	background: #25D366;
	box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.40);
	text-align: center;
	vertical-align: middle;
	margin: auto;
	z-index: 9999;
}
.chat-box img{
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	margin-top: 14px;
}




/*********CUSTOM - GRID SCROLL DRIVEN*/

	/*.spacer {
      height: 60vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #1e293b;
      font-size: 1.5rem;
      font-weight: 300;
      color: #94a3b8;
    }*/
    .vos-grid-scroll{
    	padding-top: 50px;
    }
    
    /* Scroll track container */
    .scroll-track {
      height: 200vh !important; /* Determines the scroll duration */
      position: relative;
      margin-top: 30px;
      /*background: linear-gradient(180deg, #1e293b, #0f172a, #020617);*/
    }
    
    /* Sticky viewpoint viewport wrapper */
    .sticky-viewport {
      position: sticky;
      top: 0;
      height: 75vh;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }
    
    /* Main interaction container */
    .image-closing-container {
      position: relative;
      width: 100%;
      max-width: 1400px;
      height: 600px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 40px;
    }
    
    /* Center text styling */
    .center-text {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 4rem;
      font-weight: 800;
      letter-spacing: 2px;
      /*color: #f8fafc;*/
      color: var(--bg-plum);
      text-transform: uppercase;
      z-index: 10;
      pointer-events: none;
      /*text-shadow: 0 4px 20px rgba(0,0,0,0.6);*/
      font-family: Italiana;
    }
    
    /* Image wrappers */
    .img-wrapper {
      width: calc(50% - 15px); /* Ensures perfectly balanced halves minus half the 30px gap */
      height: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      /*box-shadow: 0 20px 40px rgba(0,0,0,0.5);*/
    }
    
    .img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    /* Specific overrides to allow clean absolute movement within their container tracking */
    .left-wrapper {
      transform-origin: left center;
    }
    
    .right-wrapper {
      transform-origin: right center;
    }


 /* Map Section */
	.map-section {
	    position: relative;
	    height: 360px;
	    width: 100%;
	    overflow: hidden;
	}
	.map-overlay {
	    position: absolute;
	    inset: 0;
	    background: rgba(27, 51, 26, 0.4);
	    pointer-events: none;
	    z-index: 10;
	    transition: opacity 0.7s ease;
	}
	.map-section:hover .map-overlay {
	  opacity: 0;
	}
  .map-section iframe {
      width: 100%;
      height: 100%;
      border: 0;
      filter: grayscale(0.5);
      transition: filter 0.7s ease;
  }
	.contactus .map-section:hover iframe {
	    filter: grayscale(0);
	}



