/** Shopify CDN: Minification failed

Line 161:19 Expected identifier but found whitespace
Line 161:21 Unexpected "{"
Line 161:30 Expected ":"

**/
@font-face {
  font-family: 'PT Serif Bold';
  src: url('/cdn/shop/files/PTSerif-Bold.woff?v=1769769354') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: 'PT Serif regular';
  src: url('/cdn/shop/files/PTSerif-Regular.woff?v=1769769361') format('woff');
  font-weight: 700;
}
/* hore prt ==================================================================*/
.welcome-hero {
  width: 100%;
  overflow: hidden;
}

/* HERO IMAGE */
.welcome-hero__image {
  min-height: 63vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading-subheading {
    color: #495b29;
}
/* TEXT CENTER */
.welcome-hero__content {
  text-align: center;
  padding: 40px 20px;
}

.welcome-hero__content h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .02em;
    margin-bottom: 20px;
    color: #495B29;
    font-family: 'PT Serif Bold';
    /* max-width: 572px; */
}

.welcome-hero__subheading {
    font-size: 24px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    color: #1E2511;
    letter-spacing: .04em;
}

/* GREEN STRIP */
.welcome-hero__footer {
  background: #495B29;
  color: #ffffff;
  text-align: center;
  max-width: 100%;
}
.welcome-hero__footer h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    max-width: 570px;
    line-height: 1.4;
    padding: 40px;
}
/* hore prt =============END=====================================================*/



/* root-content ==================================================================*/

.roots-section {
  width: 100%;
}
.the-root .roots-wrapper{
  border-bottom: solid #5d768b;
  border-width: 0 0 4px;
}
.roots-wrapper {
  max-width: 1356px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .8fr 1.3fr;
  gap: 32px;
  align-items: center;
  padding: 64px 48px;
}

/* Reverse layout */
.roots-wrapper.reverse {
  direction: rtl;
}
.roots-wrapper.reverse > * {
  direction: ltr;
}
.roots-image {
  overflow: hidden;
}

.roots-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.roots-heading {
    font-family: 'PT Serif Bold';
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #1E2511;
    margin-bottom: 16px;
}

.roots-subheading {
  font-size: 20px;
  font-weight: 400;
  color: #1E2511;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 32px;
}
.roots-text {
    max-width: 95%;
}
.roots-text h3 {
    color: #1E2511;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 29px;
}

.roots-text strong {
  font-weight: 600;
}
/* root-content ===========END=======================================================*/


/* the goreve ==================================================================*/
.the-grove-section {
  text-align: center;
  padding: 38px 20px;
  background-color: {{ section.settings.bg_color }};
}

.the-grove-wrapper {
    width: 100%;
    max-width: 1356px;
    margin: 0 auto;
}
.the-grove-title {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'PT Serif Bold';
    color: #1e2511;
}

.the-grove-subtitle {
     font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #1e2511;
}

.the-grove-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 76%;
  margin: 0 auto;
}

.the-grove-image {
  height: auto;
  overflow: hidden;
}

.the-grove-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.the-grove {
    padding: 38px 0 !important;
}
.the-grove .welcome-hero__footer {
    padding: 40px 64px;
    margin-top: 20px;
}
.the-grove .welcome-hero__footer h3 {
    max-width: 100%;
    padding: 0;
    margin-bottom: 28px;
    font-size: 20px;
}

/* the goreve ================END==================================================*/


/* the home ==================================================================*/

.the-home .welcome-hero__image {
    align-items: self-start;
    height: 125vh;
    background-position: bottom;
  }
.the-home .heading-subheading h1{
  font-size: 39px;
  margin-bottom: 10px;

}
.the-home .heading-subheading h2{
  font-size: 21px;
  color: #495B29;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
}
.the-home .welcome-hero__content p {
    font-size: 19px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    color: #1e2511;
}
.the-home .welcome-hero__content {
    max-width: 64%;
}
.the-home .welcome-hero__content > :nth-child(5) {
    width: 73%;
    text-align: center !important;
    margin-left: 105px;
}
.the-home .welcome-hero__footer{
  display: none;
}
/* the home ================END==================================================*/


/* the horizon ==================================================================*/

.horizon-section {
  width: 100%;
  /* padding: 20px 20px ; */
}

.horizon-container {
  max-width: 1356px;
  margin: 0 auto;
}

/* TEXT POSITION CONTROL */
.text-pos-top    { align-items: flex-start; }
.text-pos-center { align-items: center; }
.text-pos-bottom { align-items: flex-end; }

.horizon-header {
  text-align: center;
  margin-bottom: 0px;
}

.horizon-title {
    font-size: 36px;
    letter-spacing: normal;
    line-height: 50.4px;
    font-weight: 700;
    font-family: 'PT Serif Bold';
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 32px;
    color: #495B29;
}

.horizon-subtitle {
    font-size: 20px;
    color: #495B29;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0px;
}

.horizon-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 40px;
  align-items: flex-end;
  padding: 32px 48px;
}

.horizon-text h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    max-width: 331px;
    color: #1E2511;
    line-height: 25.2px;
    letter-spacing: normal;
    
}
.horizon-text.left{
    text-align: left;
}
.horizon-text.right {
  text-align: right;
}
.horizon-images {
  display: flex;
  gap: 14px;
}

.horizon-img {
  flex: 1;
  overflow: hidden;
}

.horizon-img img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  object-position: bottom;
  height: 78vh;
}



/* the horizon ================END==================================================*/


/* designs-accredited.liquid ==================================================================*/

.accredited-section {
  width: 100%;
  /* padding: 80px 20px; */
}

.accredited-container {
  max-width: 1356px;
  margin: 60px auto;
  text-align: center;
}

.accredited-heading {
    font-size: 36px;
    font-family: 'PT Serif Bold';
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 32px;
    text-transform: uppercase;
    color: #495B29;
}

/* LOGO GRID */
.accredited-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    align-items: baseline;
}

.accredited-logo {  
    width: 9%;
    height: 80px;
    display: flex;
    align-items: center;
}

.accredited-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* 👈 image fatne se bachegi */
}
.the-accredited .welcome-hero__footer {
    padding: 40px 0;
    min-height: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.the-accredited .welcome-hero__footer h3 {
    font-size: 20px;
    padding: 0px; 
}

/* designs-accredited.liquid ================END==================================================*/




/* MOBILE+=========================================
=================================================================================================
========================================================
==================================================================================================== */
@media (max-width: 768px) {
/* hore prt ==================================================================*/
  .welcome-hero__image {
    min-height: 60vh;
  }

  .welcome-hero__content h1 {
        font-size: 32px;
        letter-spacing: .02em;
        /* max-width: 268px; */
  }

  .welcome-hero__subheading {
    font-size: 16px;
  }
.welcome-hero__footer h3{
  font-size: 16px;
  padding: 30px;
}
  .welcome-hero__footer {
    font-size: 16px;
    padding: 40px 16px;
  }
  }
/* hore prt =============END=====================================================*/


/* root-content ==================================================================*/

/* MOBILE */
@media (max-width: 768px) {
  .roots-section {
    padding: 0px 0;
  }

  .roots-wrapper {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 0;
  }
.roots-content {
    padding: 0 20px;
}
  .roots-heading {
    font-size: 26px;
  }

  .roots-text p {
    font-size: 15px;
  }
}
/* root-content =============END=====================================================*/


/* .the-grove ==================================================================*/
@media (max-width: 768px) {
.the-grove-section {
    padding: 20px 0px;
}

.the-grove-title {
  font-size: 28px;
  padding-top: 20px;
}
.the-grove-subtitle {
        font-size: 28px;
        padding-top: 20px;
        font-weight: 400 !important;
        font-family: 'PT Serif regular';
}
.the-grove-images {
    width: 100%;
    padding: 0 20px;
}

.the-grove .welcome-hero__footer {
    padding: 40px 20px 20px;
    margin-top: 20px;
}
.the-grove .welcome-hero__footer h3 {
    font-size: 16px;
}
}
/* .the-grove =============END=====================================================*/

/* the home ==================================================================*/
@media (max-width: 768px) {
  .the-home .welcome-hero__image {
    height: 76vh;
}
.the-home .welcome-hero__content > :nth-child(5) {
    width: 100%;
    text-align: center !important;
    margin-left: 0;
}
.the-home .welcome-hero__content {
    max-width: 100%;
    padding: 65px 24px;
}
.the-home .heading-subheading h1 {
    font-size: 32px;
    margin-bottom: 16px;
}
.the-home .heading-subheading h2 {
    font-size: 18px;
}
.the-home .welcome-hero__content p {
    font-size: 16px;
}
}
/* the home ================END==================================================*/


/* the horizon ================END==================================================*/
@media (max-width: 1024px) {
  .horizon-grid {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0px 0px;
    gap: 0;
  }

  .horizon-images {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .horizon-title {
    font-size: 28px;
    margin: 0;
    padding-top: 10px;
  }

  .horizon-text {
    font-size: 15px;
  }

  .horizon-section {
    padding: 20px 20px;
  }
  .horizon-text.left  , .horizon-text.right {
    text-align: center;
    width: 100%;
}
  .horizon-text h3 {
     max-width: 100%;
     padding: 40px 0;
     font-size: 16px;
  }
  .horizon-img img {
    height: 46vh;
}
}

/* the horizon ================END==================================================*/


/* designs-accredited.liquid ==================================================================*/
@media (max-width: 1024px) {
  .accredited-logo {
    width: 120px;
    height: 70px;
  }
}

@media (max-width: 768px) {
  .accredited-heading {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .accredited-logos {
    gap: 24px;
  }

  .accredited-logo {
    width: 75px;
    height: 58px;
  }
  .accredited-logos .accredited-logo:nth-child(-n+3) {
  width: auto;
}
}

/* designs-accredited.liquid ================END==================================================*/
