/** Shopify CDN: Minification failed

Line 23:50 Unexpected "{"

**/

body{
    /* border:1px solid red; */
}
.pt-80 {
  padding-top: 80px;
}
/* Sirf Bottom Padding */
.pb-80 {
  padding-bottom: 80px;
}
/* Agar dono chahiye ek saath */
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

body h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, {
  font-family: 'Libre Baskerville', serif;
  color:#000000 !important;
}
h2{
  line-height:58px !Important;
}

p{
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
  font-weight: 400 !important;
}
.white-btn{
  color: #1E1B1B !important;            /* Text color */
  background-color: #ffffff !important; /* White background */
  border-radius: 50px;        /* Fully rounded */
  padding: 10px 40px !important;        /* Spacing */
  font-size: 17px !important;           /* Font size */
  font-weight: 500 !important;          /* Medium weight */
  border: 1px solid #ffffff !important; /* Optional: thin border for contrast */
  display: inline-block;     /* Keeps button inline */
  text-align: center; 
  font-family: 'Inter', sans-serif !important;
}
.white-btn:hover{
  background-color: #000000 !important; 
  color:#ffffff !Important;
  border: 1px solid #000000 !important;
}
.white-border-btn{
  min-width:160px;
  color: #ffffff !important;            /* Text color */
  background-color: #transparent !important; /* White background */
  border-radius: 50px;        /* Fully rounded */
  padding: 8px 24px !important;        /* Spacing */
  font-size: 17px !important;           /* Font size */
  font-weight: 500 !important;          /* Medium weight */
  border: 1px solid #ffffff !important; /* Optional: thin border for contrast */
  display: inline-block;     /* Keeps button inline */
  text-align: center; 
  font-family: 'Inter', sans-serif !important;
}
.white-border-btn:hover{
  background-color:rgb(255, 255, 255) !important; 
  color:#000000 !important;
  border: 1px solidrgb(255, 255, 255) !important;
}
.theme-btn{
  color: #8A5E3C !important;            /* Text color */
  background-color: #E7DCC8 !important; /* White background */
  border-radius: 50px;        /* Fully rounded */
  padding: 10px 40px !important;        /* Spacing */
  font-size: 17px !important;           /* Font size */
  font-weight: 500 !important;          /* Medium weight */
  border: 1px solid #E7DCC8 !important; /* Optional: thin border for contrast */
  display: inline-block;     /* Keeps button inline */
  text-align: center; 
  font-family: 'Inter', sans-serif !important;
}
.theme-btn:hover{
  background-color: #8A5E3C !important; 
  border: 1px solid #8A5E3C !important;
  color:#ffffff !important;
}
.announcement-bar {
    padding: 14px 0 !important;
}
.announcement-bar__text{
    font-size: 13px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
}
.announcement-bar__slides {
    max-width: 1180px !important;
}
.heading-part{
  margin-bottom:55px;
}
.heading-part p{
  color:#6C6C6C !important;
  width:80%;
  margin:20px auto 0 auto;
}
.text-block--AY09zamwwa1pocVk0V__text_PKfGxM p{
  color:#ffffff !important;
}
.email-signup__button.button-unstyled {
    background-color: #3A5843 !important;
    color: rgb(255 255 255) !important;
}
.email-setting{
  width:50% !important;
}
.my-changes-for-form {
    /* border: 1px solid red; */
    padding: 80px 80px !important;
    border-radius: 6px;
    margin-top:30px !important;
}
.contact-form__form, .contact-form__form-row {
    gap: 30px !important;
}
.text-block--AZkJSaXMrQTQvc29lU__text_eA7fyR p{
    width: 70% !important;
    max-width: 100% !important;
}
.contact-form__input {
    padding: 12px 20px !important;
}
.submit-button{
  padding:10px 30px !important;
}
.header__row {
  z-index: 999; /* ensure header stays above content */
  box-shadow: 0 1px 12px #7474741a !important;
}
.collection-card__inner p{
    margin-bottom: 10px !important;
    font-family: 'Playfair Display', serif !important;
  font-size: 24px !important;
  line-height: normal !important;
  font-weight:400 !important;
      background: #F5F1EA;
    padding: 8px 20px;
}
.card-gallery{
  margin-bottom:10px !important;
}



/* ....................Home banner section................... */
.home-banner-section .banner-bg {
  background-size: cover;
  background-position: center;
  padding: 140px 0;
  color: #fff;
}

.banner-content {
  margin: 0 auto;
  color:#ffffff !important;
}

.banner-heading {
  margin-bottom: 20px;
  color:#ffffff !important;
  margin-bottom:30px;
}

.banner-subheading {
  font-size: 16px;
  font-weight: 600 !important;
  margin-bottom: 20px;
  color:#D4B07A !important;
}

.banner-description {
  margin-bottom: 30px;
  font-size:18px !important;
  color:#ffffff !important;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .banner-heading {
    font-size: 28px;
  }
  .banner-subheading {
    font-size: 18px;
  }
  .banner-description {
    font-size: 16px;
  }
}










/* ...................................image-left-content-right................................ */
.image-left-content-right .content-part{
  padding-left:50px;
}
.image-left-content-right .content-part h2{
  margin-bottom:20px;
}
.image-left-content-right .content-part p{
  margin-bottom:30px;
}


/* .....................business-metrics.......................... */
.row.text-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.metric-block {
  flex: 0 0 20%;   /* 5 per row */
  max-width: 20%;
  position: relative;
}

.metric-value {
  font-size: 60px !important;
  margin-bottom: 20px;
}
.metric-value {
  transition: transform 0.3s ease; /* smooth animation */
}

.metric-value:hover {
  transform: scale(1.1); /* thoda zoom */
}
.metric-label {
  font-size: 18px !important;
  color: #222222;
}

.metric-block:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  height: 70%;
  width: 1px;
  background-color: #ccc;
}

/* Tablet */
@media screen and (max-width: 768px) {
  .metric-block {
    flex: 0 0 50%;   /* 2 per row */
    max-width: 50%;
    margin-bottom: 00px;
  }
  .metric-block:not(:last-child)::after {
    display: none;
  }
}





/* ....................................Testimonial slider................................... */
.slider-wrapper {
  position: relative;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  scroll-behavior: smooth;
  gap: 35px; /* updated gap between cards */
  padding: 10px;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.testimonial-track::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}


/* Card design */
.testimonial-card {
  flex: 0 0 100%; /* default: mobile = 1 card */
  background: #3C463A;
  border-radius: 12px;
  padding: 40px;
  text-align: left;
}

/* Tablet: 2 cards visible */
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-card {
    flex: 0 0 48%; /* 2 cards per row */
  }
}

/* Desktop: 3 cards visible */
@media (min-width: 992px) {
  .testimonial-card {
    flex: 0 0 31%; /* ~33% minus gap */
  }
}

.testimonial-card img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-bottom: 20px;
}
.quote {
  color: #ffffff !important;
  line-height: 1.6;
}
.author {
  font-weight: 600 !important;
  color: #ffffff !important;
  margin-bottom:10px;
}




/* Arrow buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 28px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Left and right positioning */
.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

/* Arrow icon style */
.slider-btn::before {
  font-weight: bold;
  font-size: 28px;
  color: #333;
}


/* ...............................faq............................................. */
.accordion--dividers .details-content p{
    width: 100% !important;
    max-width: 100% !important;
}
.accordion .details__header{
  font-family: 'Playfair Display', serif !important;
  color: #1E1B1B;
  font-size: 22px !important;
  line-height: normal !important;
  font-weight:400 !important;
      padding: 20px 0;
}
.accordion--dividers .details-content {
    /* padding-block-end: var(--padding-sm); */
    padding-bottom: 25px !important;
    color:#6C6C6C !important;
}
.accordion--dividers .details-content p{
    color:#6C6C6C !important;
}
summary .svg-wrapper {
    height: 18px!important;
    width: 18px !important;
}







/* ..................................page-title-banner................................... */
.page-title-banner {
  min-height: 60vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-title-banner .banner-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.page-title-banner .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
}


/* ....................our range.............................. */
.my-custom-footer{
  /* border:1px  solid red; */
}
.my-custom-footer .footer-logo{
  width: 200px !important;
    margin-bottom: 20px;
}
.my-custom-footer .links-content{
  padding-left:10%;
  color:#222222 !important;
}
.my-custom-footer .links-content a{
  color:#222222 !important;
}
.my-custom-footer h4{
  line-height: normal !important;
  font-weight:600 !important;
  margin-bottom:20px;
}
.text-block--AZHArV0U2UUtpdnR1R__text_mKnqGn p{
  color:#ffffff !important;
}
.my-custom-footer .me-2{
  margin-right:10px !important;
  width:26px !important;
  height: fit-content !important;
}
.my-custom-footer .set p{
  display: inline-flex;
  width:100%;

}
.utilities:has(.footer-utilities__text:nth-child(1)+.footer-utilities__text:nth-child(2)+.footer-utilities__icons:nth-child(3)) {
        color: #222222 !important;
}
.utilities a {
    color: #222222 !important;
}




/* .................category section............................ */
.category-icon{
  padding:0px 20px !important;
}
.category-icon img {
  width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto 15px auto;
    background-size: cover;
}
.category-icon img {
  transition: transform 0.3s ease; /* smooth animation */
}

.category-icon img:hover {
  transform: scale(1.1); /* thoda zoom */
}

.category-label {
  color: #000000 !important;
  font-size:17px !important;
}




/* ................left image right content.......................... */
.Left-image-right-content-section {
  padding: 80px 0;
}
.split-image .left-image {
  width: 100%;
  border-radius: 12px;
}

.split-content {
  background-color:#F5F1EA;
  border-radius:10px;
  padding:50px 40px 30px 40px !important;
}
.split-item{
  margin:20px 0;
}
.split-description {
  margin-bottom: 30px;
  line-height: 1.6;
}

.list-heading {
  font-weight: 600;
  margin-bottom: 35px;
}

.split-list p {
  margin-bottom: 12px;
  color: #000000;
  margin-bottom: 8px !important;
}
.point-title {
    font-weight: 600 !important;
    line-height: 23px;
    font-size:18px !important;
}
.point-icon{
  width:70px !important;
  height:70px !important;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .heading-part h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .split-description {
    font-size: 16px;
  }
  .split-image{
    padding:0;
  }
  .list-heading {
    font-size: 24px;
        line-height: 35px;
  }
  .split-content {
    padding-left: 0;
    margin-top: 12px;
        padding: 30px 20px 20px 20px !important;
  }
}








/* ............................about me section.................................. */
.about-eloneva-section p {
  color: #6C6C6C !important;
  margin:20px 0 30px 0;
}

.about-eloneva-section .bg-color {
    background-color: #F5F1EA;
    padding: 60px 15% 60px 60px;
    border-radius: 10px;
    width: 110%;
}

.about-eloneva-section img {
  width: 100%;
  height: auto;
  border-radius:10px;
}



/* ...........mission-vision-section....................... */
.mission-vision-section{

}
.mission-vision-section img{
  border-radius:10px;
}
.mission-vision-section .content-block{
  text-align:center;
  padding-left:50px;
}
.mission-vision-section .content-block h3{
  margin-bottom:20px;
}
.mission-vision-section .content-block p{
  color:#6C6C6C !important;
}
.mission-vision-section .content-block p:first-of-type {
  margin-bottom: 40px;
}


/* .......................why choose us................... */
.why-choose-us {
}

.why-choose-us .choose-box {
  background-color:#3A584319;
  border: 1px solid #3A584319;
  border-radius: 12px;
  padding: 40px 30px;
  transition: box-shadow 0.3s ease;
  height: 100%;
  text-align:center;
}

.why-choose-us .choose-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.why-choose-us .choose-box img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  margin:auto;
}

.why-choose-us .choose-box h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 12px;
}

.why-choose-us .choose-box p {
  color: #222222 !important;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .why-choose-us .choose-box {
    padding: 30px 20px;
  }

  .why-choose-us .choose-box img {
    width: 75px;
    height: 75px;
  }
}




/* ....................our promise...................... */
.our-promise-section .heading-part{
    margin-bottom:10px;
}

.our-promise-section .promise-box {
  border-bottom: 1px solid #3A584319; /* 10% opacity border */
  padding: 40px 0px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.our-promise-section .promise-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin: 0;
  width:40%;
}

.our-promise-section .promise-box p {
  flex: 1;
  color: #6c6c6c !important;
  margin: 0;
}

@media (max-width: 767px) {
  .our-promise-section .promise-box {
    flex-direction: column;
    gap: 10px;
  }

    .our-promise-section .promise-box h5 {
        flex: 100%;
        font-size: 18px;
        width: 100%;
    }

  .our-promise-section .promise-box p {
    font-size: 16px;
  }
  .our-promise-section .promise-box {
    padding: 30px 0px !important;
}
}