/* HEADER */
.glHeader {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.logo img{
  width: 200px;
}
.mainMenu ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.mainMenu li a {
  color: var(--gl-black);
}
.mainMenu li{
  position: relative;
}
.mainMenu a::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #000;
  height: 2px;
  transition: all 0.3s;
}
.mainMenu li a:hover::after{
  width: 100%;
}
.mainMenu .current-menu-item a::after{
  width: 100%;
}
.custRw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navMenu {
  display: flex;
  align-items: center;
}
.navBtn {
  margin-left: 40px;
}
.navBtn a{
  background-color: var(--gl-black);
  color: #fff;
  border-radius: 50px;
  transition: all 0.3s;
  padding: 14px 30px;
  border: 1px solid var(--gl-black);
}
.navBtn a:hover{
  color: var(--gl-black);
  background-color: transparent;
}
/* HERO */
.glHero {
  background-image: url(../assets/hero_1\ copy.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 768px;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
.proCase {
  position: absolute;
  right: 80px;
  bottom: 0;
  line-height: 0;
}
.heroPro {
  position: absolute;
  bottom: 200px;
  right: 250px;
}
.heroPro img {
  width: 90%;
  display: block;
  margin: auto;
}

.heroCont h1 {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.heroCont h1 span {
  display: block;
}
.primeBtn a {
  color: #fff;
  background-color: var(--gl-black);
  padding: 12px 35px;
  display: block;
  width: fit-content;
  border-radius: 50px;
  transition: all 0.3s;
  border: 1px solid var(--gl-black);
  margin-top: 30px;
}
.primeBtn a:hover {
  background-color: transparent;
  border: 1px solid var(--gl-black);
  color: var(--gl-black);
}

.glHero {
  padding-top: 0;
}
/* ABOUT */
.glAbt {
  padding-top: 0;
  background-color: #e9dfc5;
  background:linear-gradient(121deg, #f6f5ee 70%, rgb(233 223 199) 0%)
}
.abtBg {
  background: #c9b599;
  background: linear-gradient(
    121deg,
    rgba(201, 181, 153, 1) 0%,
    rgba(241, 232, 218, 1) 99%
  );
  min-height: 800px;
  display: flex;
  align-items: center;
  position: relative;
  border-top-right-radius: 40px;
}
.abtCntBlk {
  padding: 80px;
      padding-left: 18em;
      max-width: 90%;
}
.glAbt > .row {
  margin-left: 0;
  margin-right: 0;
}
.abtImg{
    overflow: hidden;

}
.abtImg img{
    width: 100%;
}
.msCol-40{
    width: 30%;
    position: relative;
}
.msCol-60{
    width: 70%;
}
.cstRw{
    display: flex;

}
.abtImgBlk{
    width: 80%;
        position: absolute;
    top: 70px;
    left: 320px;
    z-index: 2;
}
.abtImgBlk img{
    width: 100%;
}
.abtCont p{
  padding-bottom: 14px;
}
.abtCont .secTitle h2{
  margin-bottom: 14px;
}
.abtCont .secTitle h2 span{
  display: block;
}
/* DESC */
.glDes .col-lg-7{
  position: initial;
}
.glDesImgBlk{
 position: absolute;
 top: 60px;
 right: 0;
 height: 100%;

}
.glDes{
  position: relative;
  padding: 180px 0;
  padding-bottom: 20rem
}
.desCont{
  padding-top: 40px;
}
/* FEATURES */
.glFeat {
  background-color: #edead8;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  position: relative;
  padding: 80px 0;
  padding-bottom: 280px;
}
.glFeat::after {
  content: "";
  display: block;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 590px;
  background-image: url(../assets/featbg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.secTitle h2 {
  font-size: 46px;
}
.secTitle h2 span {
  display: block;
}
.glFeat .secTitle h2 {
  text-align: center;
  margin-bottom: 60px;
}
.featImg {
  position: relative;
  z-index: 2;
}
.featImg img {
  display: block;
  margin: auto;
}
.featRw {
  display: flex;
  gap: 15px;
}
.featIco img {
  width: 70px;
}
.featBlk {
  position: relative;
  z-index: 2;
}
.featBlk::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: -100px;
  background-image: url(../assets/arrow.png);
  background-size: contain;
  width: 100px;
  height: 70px;
  background-repeat: no-repeat;
}
.featCont p {
  font-size: 14px;
}
.featCont h3 span {
  display: block;
}
.featCont h3 {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 6px;
}
.featBlk {
  margin-top: 70px;
}
.featBlk:nth-child(2) {
  margin-top: 320px;
}
.featBlk:nth-child(2)::after {
  transform: rotate(295deg);
  bottom: inherit;
  top: -90px;
  right: -70px;
}

.featSecBlk::after {
  right: inherit;
  left: -70px;
  transform: scaleX(-1);
  top: 60px;
}
.featSecBlk:nth-child(2):after {
  transform: scaleX(-1) rotate(294deg);
}
.featSecBlk:nth-child(2) {
  margin-top: 340px;
}

/* STORE */
.glFind .secTitle h2 {
  text-align: center;
}
.glFind {
  background-color: #f6f5ee;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -80px;
  position: relative;
  padding-bottom: 80px;
  z-index: 2;
}
.strImg {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.strBlk:hover img{
  transform: scale(1.04);
}
.strImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: center;
  transition: all 0.3s;
}
.strImg::after {
  content: "";
  padding-top: 100%;
  display: block;
}
.strBlk {
  position: relative;
}
.custom-arrow {
  width: 48px !important;
  height: 48px !important;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.custom-arrow i {
  font-size: 20px;
  color: #000;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50% !important;

  z-index: 22 !important;
}

.swiper-button-prev {
  left: -20px !important;
}

.swiper-button-next {
  right: -20px !important;
}

/* remove default arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.slideContain {
  position: relative;
  margin-top: 40px;
}
.strCont {
  position: absolute;
  bottom: 4px;
  left: 4px;
  background: #fff;
  border-radius: 12px;
  margin: 10px;
  
  padding: 14px;
}
.strcontLogo img {
  width: 95px;
}
.strCont h3 {
  font-size: 20px;
}
.strCont p {
  font-size: 14px;
  color: var(--gl-black);
  position: relative;
  padding-left: 15px;
}
.strCont p::before {
  content: "\f3c5";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
}

/* CTA */
.cta {
  background-color: #f6f5ee;
  padding-bottom: 160px;
}
.ctaBlk {
  background: #c9b599;
  background: linear-gradient(
    121deg,
    rgba(201, 181, 153, 1) 10%,
    rgba(241, 232, 218, 1) 99%
  );
  padding: 40px;
  border-radius: 20px;
}
.ctaImg {
  text-align: center;
}

.ctaCont .secTitle {
  margin-bottom: 14px;
}
.ctaBlk .row {
  align-items: center;
}

/* FOOTER */
.glFooter {
  padding-top: 120px;
  background-color: #0f0f0f;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -40px;
  padding-bottom: 20px;
  color: #fff;
}
.ftrLogo p {
  margin-top: 40px;
  max-width: 550px;
}
.glFooter a {
  color: #fff;
}
.ftrCnt li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
.ftrCnt li span {
  position: absolute;
  top: 0;
  left: 0;
}

.ftrSocial ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
}
.ftrSocial a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--gl-black);
  transition: all 0.3s;
}
.ftrSocial a:hover{
  background-color: #c9b599;
  color: #000;
}
.ftrLink li {
  margin-bottom: 12px;
}

.glFooter .copyRight {
  border-top: 1px solid #494949;
  margin-top: 120px;
  padding-top: 12px;
  text-align: center;
  font-size: 14px;
}
.ftrLink h4,
.ftrCnt h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: 30px;
}


/* ABOUT */
.pageHeader{
  background-color: #e9dfc5;
  padding-top: 3em;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  min-height: 420px;
  display: flex;
  align-items: center;
}
.pageHeader h1{
  font-size: 60px;
  font-weight: 700;
}
.abtPgImg {
  overflow: hidden;
  border-radius: 40px;
  line-height: 0;
}
.abtPgImg img{
  width: 100%;
}
.abtPg{
  padding-bottom: 100px;
}
.abtContain h2{
  font-size: 47px;
}
.abtContain h3{
  font-weight: 500;
  background-color: #e9dfc5;
  width: fit-content;
  padding: 4px 8px;
  font-size: 17px;
  border-radius: 40px;
  margin: 8px 0;
  margin-bottom: 16px;
}
.abtContain p{
  padding-bottom: 14px;
}
.abtPl{
  padding-left: 40px !important;
}
.abtPg .row{
  align-items: center;
}

.whySecContain{
  /* background: #ffffff;
  background: linear-gradient(360deg,rgba(255, 255, 255, 1) 0%, rgba(233, 223, 197, 1) 99%); */
  background-color: #edead8;
  padding: 54px;
  border-radius: 40px;
}
.whySec{
  padding-top: 20px;
  margin-bottom: 80px;
  border-bottom-left-radius: 40px;
  position: relative;
  z-index: 1;
  border-bottom-right-radius: 40px;
}
.whySecContain h2{
  text-align: center;
  margin-bottom: 60px;
}
.whyCont h3{
  margin-bottom: 6px;
}
.supplyContain{
  position: relative;
  /* background-image: url(../assets/ctabg.webp);
  min-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;background-position: center right; */

  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-bottom: 140px;
  display: flex;
  align-items: center;
}
.supplying{
  padding-top: 0;
}
.abtImgCta img{
  width: 100%;
}
 .abtImgCta{
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  line-height: 0;
 }
 .supplyContain .row{
  align-items: center;
 }
 .supCont{
  padding-top: 20px;
  padding-right: 100px;
 }
 .supCont p{
  padding-bottom: 14px;
 }

 /* STORES */
 .storesSec{
  padding-bottom: 140px;
 }
 .storesSec .strBlk{
 
  height: 100%;
 }
 .storesSec .col-md-4 {
  margin-bottom: 28px;
 }
 .storeCta{
  text-align: center;
  background-color: #e9dfc5;
  padding: 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
 }
 .stCtaCont h3{
  font-size: 20px;
  padding-bottom: 10px;
 }
 .stCtaCont p{
  font-size: 14px;
 }
 .stCtaCont .primeBtn a{
  margin: auto;
  margin-top: 20px;
 }
.blogBlk{
  padding: 10px;
  border: 1px solid #e9dfc5;
  border-radius: 20px;
}
.blogSec{
  padding-bottom: 140px;
}
.blogImg{
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  line-height: 0;
  margin-bottom: 8px;
}
.blogImg img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.blogImg::after{
  content: "";
  display: block;
  padding-top: 80%;
}
.blogCnt h3{
  padding-bottom: 8px;
}
.blogCnt p{
  color: #494949;
  font-size: 14px;
}
.blogBlk span{
  font-weight: 500;
  display: block;
  width: fit-content;
  margin-top: 10px;
}

.blogBlk:hover img{
  transform: scale(1.04);
}
.cntSocial ul{
  display: flex;
  align-items: center;
  gap: 14px;
}
.contactBlk{
  border-radius: 40px;
   background-color: #e9dfc5;
   padding: 40px;
   height: 100%;
}
.cntSec{
  padding-bottom: 140px;
}
.inptBlk input,
.inptBlk textarea{
  width: 100%;
  display: block;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #edead8;
  margin-bottom: 8px;
  transition: all 0.3s;
}
.inptBlk input:focus,
.inptBlk textarea:focus{
outline: none;
border: 1px solid var(--gl-black);
}
.inptBlk textarea{
  min-height: 120px;
  resize: none;
}
.frmRw{
  display: flex;
  gap: 12px;
  width: 100%;
}
.inptBlk{
  width: 100%;
}
.inptBlk input[type="submit"]{
  background-color: var(--gl-black);
  color: #fff;
  cursor: pointer;
    border: 1px solid var(--gl-black);
    transition: all 0.3s;
}
.inptBlk input[type="submit"]:hover{
  background-color: transparent;
  color: var(--gl-black);
  border: 1px solid var(--gl-black);
}
.wpcf7 form.invalid .wpcf7-response-output{
	    background-color: #fff4d8;
    padding: 12px;
    border: 2px solid #ffb90059 !important;
    border-radius: 8px;
}
.wpcf7-response-output{
	margin-top:0 !important;
}
.wpcf7 form.sent .wpcf7-response-output{
	    background-color: #46b45040;
    padding: 8px;
    border-radius: 8px;
    border: 2px solid #46b450;
}
.contactBlk li{
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
}
.contactBlk span{
  position: absolute;
  top: 0;
  left: 0;
}
.contactBlk h2{
  margin-bottom: 18px;
  font-size: 24px;
}
.cntSocial ul li{
  padding-left: 0;
}
.cntSocial li a{
  background-color: var(--gl-black);
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 20px;
  transition: all 0.3s;
    border: 1px solid var(--gl-black);  
}
.cntSocial li a:hover{
  color: var(--gl-black);
  background-color: transparent;
  border: 1px solid var(--gl-black);
}

.blogDet{
  padding-bottom: 140px;
}
.blogMainCont p{
  margin-bottom: 8px;
}
.blogMain{
  max-width: 950px;
}
.blogMainImg img{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.blogMainImg{
  position: relative;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 20px;
  border-radius: 40px;
}
.blogMainImg::after{
  content: "";
  display: block;
  padding-top: 75%;
}
.titHd h1{
  margin-bottom: 8px;
  font-size: 28px;
}
.blogDesCont h2{
  font-size: 20px;
  margin-bottom: 6px;
}

/* CTA */
.popImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popImg{
  position: relative;
  overflow: hidden;
  line-height: 0;
  border-radius: 14px;
  height: 100%;
}

.popFrmContain{
  padding: 22px;
  background-color: #fff;
  border-radius: 24px;
  
}
.popFrm{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
  max-width: 800px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.popFrmContain .inptBlk input, 
.popFrmContain .inptBlk textarea{
    border: 1px solid #cbcbcb;
}
.popFrmContain .inptBlk input:focus,
.popFrmContain .inptBlk textarea:focus{
  outline: none;
  border: 1px solid var(--gl-black);
}

.popFrmContain h3{
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
}
.clse{
  width: 34px;
  height: 34px;
  background-color: var(--gl-black);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: absolute;
  top: 14px;
  right: 12px;
  cursor: pointer;
  z-index: 2;
}
.overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000c2;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
    transition: all 0.3s;
}
.overlay.show{
  opacity: 1;
  visibility: visible;

}
.popFrm.show{
  opacity: 1;
  visibility: visible;
}
.popFrmContain .wpcf7 textarea {
    width: 100%;
    height: 140px !important;   /* set your desired height */
    resize: none;   /* optional: disable resize */
}