

/*
* 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; }



/* 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;
  }

}
/* above */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #f4f6f8;
}

/* HERO */
.hero {
    text-align: center;
    padding: 60px 20px;
}

.hero h1 {
    font-size: 42px;
    font-weight: 700;
}

.hero p {
    margin-top: 10px;
    color: #666;
    font-size: 18px;
}

/* MAIN LAYOUT */
.container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 40px;
    padding: 40px 20px;
}

/* CARD */
.card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* FORM */
.form-card {
    width: 420px;
}

form label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}

input, select {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

/* ROW INPUT */
.row {
    display: flex;
    gap: 10px;
}

.row div {
    flex: 1;
}

/* BUTTON */
.btn {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    background: #588e32;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover {
    background: #e62d24;
}

small {
    display: block;
    margin-top: 10px;
    color: #777;
}

/* RIGHT CONTENT */
.content {
    flex: 1;
}

.content h2 {
    margin-bottom: 15px;
}

.content p {
    color: #555;
    margin-bottom: 20px;
}

.feature {
    margin-top: 20px;
}

.feature h4 {
    margin-bottom: 5px;
}

hr {
    margin: 30px 0;
    border: none;
    border-top: 1px solid #eee;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .form-card {
        width: 100%;
    }
}





.feature-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-icon {
    width: 42px;
    height: 50px;
    object-fit: contain;
}

















