/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1; }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.custom-navbar {
  background: #3b5d50 !important;
  padding-top: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #a3ce79;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }

/* ================= HERO SECTION ================= */

.hero {
  background: #3b5d50;
  padding: 60px 0;   /* shorter background */
  display: flex;
  align-items: center;
  min-height: 20vh; /* perfect landing height */
}

/* TEXT AREA */
.hero .intro-excerpt {
  z-index: 2;
    text-align: left;
}
.hero .row {
  align-items: center;
}
.hero h1 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.2;
}

.hero h1 span {
  display: block;
}

/* Responsive Font Sizes */
@media (min-width: 1200px) {
  .hero h1 {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .hero h1 {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .hero h1 {
    font-size: 30px;
  }
}

.hero p {
  color: rgba(255,255,255,0.7);
  margin-bottom: 30px;
}

/* BUTTON SPACING */
.hero .btn {
  margin-bottom: 10px;
}

/* ================= IMAGE ================= */

.hero .hero-img-wrap {
  text-align: right;
}

.hero .hero-img-wrap img {
  max-width: 95%;
  height: auto;
}

/* DOT BACKGROUND */
.hero .hero-img-wrap::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 200px;
  /* background: url("../images/dots-light.svg") no-repeat center; */
  background-size: contain;
  top: -20px;
  right: -20px;
  z-index: 1;
}

/* ================= RESPONSIVE LAYOUT ================= */

/* Tablet */
@media (max-width: 991px) {

  .hero {
    text-align: center;
    min-height: auto;
    padding: 50px 0;
  }

  .hero .hero-img-wrap {
    text-align: center;
    margin-top: 30px;
  }

  .hero .intro-excerpt {
    text-align: center;
  }

}

/* Mobile */
@media (max-width: 576px) {

  .hero {
    padding: 50px 20px;
  }

  .hero .hero-img-wrap::after {
    display: none;
  }

}
.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #3b5d50;
    border-color: #3b5d50; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #a3ce79;
    border-color: #a3ce79; }
    .btn.btn-secondary:hover {
      background: #f8b810;
      border-color: #f8b810; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }

.section-title {
  color: #2f2f2f; }



 /* Start Product Section */
.product-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* CARD */
.service-card {
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 12px;
  height: 100%;
  transition: 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Hover Effect */
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* Image */
.service-card img {
  width: 80px;
  margin-bottom: 20px;
}

/* Title */
.service-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

/* Text */
.service-card p {
  color: #666;
  font-size: 15px;
}

/* Button */
.step-btn {
  display: inline-block;
  margin-top: 15px;
  background: #35baf3;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
}

.step-btn:hover {
  background: #e53228;
}
 /* Start Product ends */



 
/* why choose starts  */

.why-choose-section {
  background: #f9fafb;
}

/* Feature Card */
.feature-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Icon */
.feature-icon {
  width: 45px;
  margin-bottom: 15px;
}

/* Image Styling */
.why-img {
  max-height: 600px;
  object-fit: cover;
}

/* Responsive Improvements */
@media (max-width: 778px) {
  .why-img {
    margin-top: 30px;
  }
}


/* why choose ends  */


/* we help start  */
.we-help-section {
  background: #f9fafb;
}

/* IMAGE COLLAGE */
.image-collage {
  position: relative;
  height: 520px;
}

.image-collage .img {
  position: absolute;
  border-radius: 17px;
  object-fit: cover;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  transition: 0.4s ease;
}

/* Main Image */
.img-main {
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
}

/* Top Image */
.img-top {
  width: 45%;
  height: 45%;
  right: 0;
  top: 0;
}

/* Bottom Image */
.img-bottom {
  width: 50%;
  height: 50%;
  right: 5%;
  bottom: 0;
}

/* Hover Animation */
.image-collage .img:hover {
  transform: scale(1.05);
}

/* Feature List */
.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  margin-bottom: 12px;
  font-weight: 500;
  color: #555;
}

/* Responsive */
@media (max-width: 992px) {
  .image-collage {
    height: 400px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .image-collage {
    height: 350px;
  }
}
@media (max-width: 576px) {

  .image-collage {
    position: static;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .image-collage .img {
    position: relative;
    width: 100%;
    height: auto;
  }

}



/* we help ends  */

/* testimonial start  */

.testimonial-section {
  padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #3b5d50;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #3b5d50; }

/* testimonial ends  */

/* .before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 14px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; } */










/* ================= FOOTER ================= */

.footer {
  background: #fff;
  color: #000;
  padding: 60px 8%;
  font-family: Arial, sans-serif;
}

/* GRID LAYOUT */
.footer-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

/* COLUMN STYLE */
.footer-col h4 {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
}

.footer-col p {
  color: #666;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #00e676;
}

/* LOGO */
.logo {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* SOCIAL ICONS */
.socials {
  margin-top: 15px;
}

.socials i {
  margin-right: 12px;
  font-size: 18px;
  cursor: pointer;
  color: #777;
  transition: 0.3s;
}

.socials i:hover {
  color: #00e676;
}

/* STORE BUTTON */
.store-btn {
  width: 150px;
  margin-bottom: 10px;
  cursor: pointer;
}

/* FOOTER BOTTOM */
.footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  text-align: center;
  color: #888;
  font-size: 14px;
}

/* ================= RESPONSIVE ================= */

/* ----------- Laptop ----------- */
@media (max-width: 1200px) {
  .footer-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ----------- Tablet ----------- */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ----------- Mobile ----------- */
@media (max-width: 576px) {

  .footer {
    padding: 50px 20px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col {
    margin-bottom: 25px;
  }

  .socials {
    justify-content: center;
  }

}