/*
* 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: #0E3A63 !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 {
    justify-content: center; }
  .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: #8A96A3;
        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; }

.custom-navbar h1 {
  font-size: clamp(1.2rem, 4vw, 1.8rem);
  margin: 0;
}

.custom-navbar h1 a {
  text-decoration: none;
}

@media (max-width: 576px) {
  .custom-navbar h1 {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .custom-navbar h1 {
    font-size: 1.3rem;
  }
}

.hero {
  position: relative;
  background: #0e3a63;
  color: #ffffff;
  padding: 0; }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    .hero .hero-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: clamp(2rem, 6vw, 6rem) clamp(1.5rem, 4vw, 5rem);
      z-index: 4;
      pointer-events: none; }

    .hero .hero-copy {
      max-width: 520px;
      background: rgba(14, 58, 99, 0.65);
      border-radius: 12px;
      padding: clamp(1.5rem, 3vw, 2.5rem);
      box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
      pointer-events: auto; }

    .hero .hero-copy p {
      font-size: clamp(1rem, 2.2vw, 1.2rem);
      line-height: 1.7;
      margin-bottom: 1.5rem; }

    .hero .hero-copy .btn {
      font-size: 0.95rem; }

    .hero .hero-copy .btn.btn-secondary {
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-weight: 700; }

    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 450px; } }
  .hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 54px; } }
  .hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-botom: 30px; }
  .hero .hero-img-wrap {
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 780px;
      left: -20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          right: -100px; } }
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-light.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -40px; } }

.hero .carousel {
  position: relative;
  overflow: hidden; }

.custom-carousel {
  position: relative;
  overflow: hidden; }

.hero .carousel {
  position: relative;
  overflow: hidden;
  height: clamp(420px, calc(100vh - 120px), 960px); }
.hero .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%; }
.hero .carousel .carousel-item {
  height: 100%; }
.hero .carousel .carousel-item img {
  height: 100%; }
.custom-carousel .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.85s cubic-bezier(0.45, 0, 0.2, 1), opacity 0.85s cubic-bezier(0.45, 0, 0.2, 1);
  will-change: transform, opacity; }
.custom-carousel .carousel-item img {
  display: block;
  width: 100%;
  object-fit: cover; }
.custom-carousel .carousel-item.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2; }

.custom-carousel .carousel-item.position-left {
  transform: translateX(-100%);
  opacity: 0; }

.custom-carousel .carousel-item.position-right {
  transform: translateX(100%);
  opacity: 0; }

.custom-carousel .carousel-item.slide-out-left {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1; }

.custom-carousel .carousel-item.slide-out-right {
  transform: translateX(100%);
  opacity: 0;
  z-index: 1; }

.custom-carousel .carousel-item.slide-in-from-right,
.custom-carousel .carousel-item.slide-in-from-left {
  transform: translateX(0);
  opacity: 1;
  z-index: 3; }

.custom-carousel .carousel-item.slide-in-from-left {
  /* No additional styles; defined for clarity */ }

.hero .carousel-nav {
  position: absolute;
  bottom: clamp(1.5rem, 5vw, 3rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 5; }

.hero .carousel-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.25);
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  outline: none; }
  .hero .carousel-dot:hover,
  .hero .carousel-dot:focus {
    background: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 1);
    transform: scale(1.1); }
  .hero .carousel-dot.active {
    background: #8A96A3;
    border-color: #8A96A3;
    transform: scale(1.15); }
  .hero .carousel-dot:focus-visible {
    outline: 2px solid #8A96A3;
    outline-offset: 3px; }

  .address-section {
    background: #eff2f1;
    padding: clamp(3rem, 6vw, 5rem) 0; }

  .address-card {
    background: #ffffff;
    border-radius: 16px;
    padding: clamp(1.75rem, 3vw, 2.5rem);
    box-shadow: 0 25px 60px rgba(14, 58, 99, 0.12);
    display: flex;
    flex-direction: column;
    gap: 1rem; }

  .address-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #0e3a63;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2rem; }

  .address-title {
    margin: 0;
    font-size: 1.5rem;
    color: #0e3a63;
    font-weight: 700; }

  .address-lines {
    font-style: normal;
    font-weight: 500;
    color: #44566c;
    line-height: 1.7; }
    .address-lines span {
      display: block; }

  .map-placeholder {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(14, 58, 99, 0.08);
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5a6b7b;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 2px dashed rgba(14, 58, 99, 0.2); }
    .map-placeholder p {
      margin: 0;
      text-align: center; }

  .target-market-row {
    --card-shadow: 0 20px 45px rgba(14, 58, 99, 0.1);
    --card-shadow-hover: 0 28px 60px rgba(14, 58, 99, 0.16); }

  .target-market-card {
    background: #ffffff;
    border-radius: 20px;
    padding: clamp(1.75rem, 3vw, 2.75rem);
    box-shadow: var(--card-shadow);
    border-top: 6px solid #0e3a63;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem; }
    .target-market-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--card-shadow-hover); }

  .target-market-avatar {
    width: clamp(140px, 18vw, 180px);
    height: clamp(140px, 18vw, 180px);
    border-radius: 50%;
    background: linear-gradient(140deg, rgba(14, 58, 99, 0.85), rgba(138, 150, 163, 0.6));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0.35rem;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    position: relative; }
    .target-market-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
      filter: saturate(0.2);
      mix-blend-mode: multiply; }

  .target-market-title {
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #0e3a63;
    margin: 0; }

  .target-market-copy {
    color: #44566c;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0; }

  .vision-portrait {
    border-radius: 1.75rem;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .vision-caption {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    font-weight: 600;
    color: #0e3a63;
    font-size: 1rem; }

  .vision-caption-role {
    font-size: 0.85rem;
    font-weight: 500;
    color: #44566c; }

  .form-status {
    min-height: 1.5rem;
  }

  .services-overview {
    background: transparent; }

  .services-hero-card {
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 5vw, 3rem);
    background: #ffffff;
    border-radius: 28px;
    padding: clamp(2rem, 5vw, 3.25rem);
    box-shadow: 0 30px 70px rgba(14, 58, 99, 0.12);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(138, 150, 163, 0.18); }
    @media (min-width: 992px) {
      .services-hero-card {
        flex-direction: row;
        align-items: center; } }

  .services-hero-content {
    flex: 1 1 50%;
    max-width: 560px; }

  .services-eyebrow {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    color: #0e3a63;
    background: rgba(14, 58, 99, 0.08);
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    margin-bottom: 1rem; }

  .services-title {
    font-size: clamp(2.1rem, 3.4vw, 2.8rem);
    color: #0e3a63;
    font-weight: 800;
    margin-bottom: 1.25rem; }

  .services-hero-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #44566c;
    margin-bottom: 1.75rem; }

  .services-metric {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: linear-gradient(120deg, rgba(14, 58, 99, 0.95), rgba(138, 150, 163, 0.8));
    padding: 1rem 1.5rem;
    border-radius: 18px;
    color: #ffffff;
    margin-bottom: 1.75rem;
    box-shadow: 0 25px 40px rgba(14, 58, 99, 0.2); }
    .services-metric .metric-value {
      font-size: clamp(1.8rem, 4vw, 2.4rem);
      font-weight: 800;
      line-height: 1; }
    .services-metric .metric-caption {
      font-size: 0.95rem;
      line-height: 1.5;
      max-width: 320px; }

  .hero-cta {
    align-self: flex-start;
    padding-inline: 2rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.04em; }

  .services-hero-image {
    flex: 1 1 45%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .services-hero-image img {
      width: 100%;
      max-width: 520px;
      border-radius: 18px;
      box-shadow: 0 25px 65px rgba(14, 58, 99, 0.18);
      object-fit: cover; }

  .services-grid {
    margin-top: clamp(3rem, 6vw, 4rem);
    display: grid;
    gap: clamp(1.5rem, 4vw, 2rem);
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

  .service-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(14, 58, 99, 0.12);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(138, 150, 163, 0.16);
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .service-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 26px 60px rgba(14, 58, 99, 0.18); }

  .service-card-media img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block; }

  .service-card-body {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1; }
    .service-card-body h3 {
      font-size: 1.15rem;
      color: #0e3a63;
      font-weight: 700;
      margin: 0; }
    .service-card-body p {
      margin: 0;
      color: #44566c;
      line-height: 1.65;
      font-size: 0.95rem; }

  .service-card-action {
    margin-top: auto;
    align-self: flex-start;
    font-weight: 700;
    color: #0e3a63;
    text-decoration: none;
    border-radius: 999px;
    padding: 0.45rem 1.35rem;
    border: 2px solid rgba(14, 58, 99, 0.25);
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease; }
    .service-card-action:hover {
      background: #0e3a63;
      color: #ffffff;
      border-color: #0e3a63; }

  .services-support {
    margin-top: clamp(3.5rem, 7vw, 5rem);
    display: flex;
    justify-content: center; }

  .support-card {
    background: linear-gradient(135deg, rgba(14, 58, 99, 0.92), rgba(63, 111, 153, 0.85));
    color: #ffffff;
    padding: clamp(2rem, 5vw, 3rem);
    border-radius: 26px;
    max-width: 960px;
    width: 100%;
    box-shadow: 0 24px 50px rgba(14, 58, 99, 0.4);
    text-align: center;
    display: grid;
    gap: 1.25rem; }
    .support-card h2 {
      margin: 0;
      font-size: clamp(1.8rem, 3vw, 2.3rem);
      font-weight: 800; }
    .support-card p {
      margin: 0;
      font-size: 1rem;
      line-height: 1.7; }
    .support-card .btn {
      justify-self: center;
      border-radius: 999px;
      padding-inline: 2.25rem;
      font-weight: 700; }

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #F2F4F6;
    border-color: #F2F4F6; }
  .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: #8A96A3;
    border-color: #8A96A3; }
    .btn.btn-secondary:hover {
      background: #8A96A3;
      border-color: #8A96A3; }
  .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; }

.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #dce5e4;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

.why-choose-section {
  padding: 7rem 0; }
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }

.custom-list {
  width: 100%; }
  .custom-list li {
  padding-bottom: 20px; }
  .custom-navbar .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    width: calc(50% - 20px);
    font-size: 32px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
    border-color: transparent;
    margin-left: auto; }
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #3b5d50;
  @media (min-width: 768px) {
    .custom-navbar .container {
      justify-content: flex-start; }
    .custom-navbar .navbar-brand {
      position: static;
      transform: none;
      margin-right: 24px; } }
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.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; }

      /* Services Section Styles */
      #services-section {
        margin-top: 20px;
        background: #eff2f1;
        padding: 2rem 0 3rem; }
      #services-section .card::after {
        display: block;
        position: absolute;
        bottom: -10px;
        left: 20px;
        width: calc(100% - 40px);
        height: 35px;
        background-color: #fff;
        -webkit-box-shadow: 0 19px 28px 5px rgba(64, 64, 64, 0.09);
        box-shadow: 0 19px 28px 5px rgba(64, 64, 64, 0.09);
        content: "";
        z-index: -1; }
      #services-section a.card {
        text-decoration: none; }
      #services-section .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 12px;
        -webkit-box-shadow: 0 18px 35px rgba(14, 58, 99, 0.08);
        box-shadow: 0 18px 35px rgba(14, 58, 99, 0.08);
        height: 100%; }
      #services-section .box-shadow {
        -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09) !important;
        box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09) !important; }
      #services-section .service-icon-ring {
        width: clamp(88px, 9vw, 120px);
        height: clamp(88px, 9vw, 120px);
        margin-top: calc(clamp(88px, 9vw, 120px) * -0.5);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 4px solid rgba(14, 58, 99, 0.18); }
      #services-section .ml-auto,
      #services-section .mx-auto {
        margin-left: auto !important; }
      #services-section .mr-auto,
      #services-section .mx-auto {
        margin-right: auto !important; }
      #services-section .rounded-circle {
        border-radius: 50% !important; }
      #services-section .bg-white {
        background-color: #fff !important; }
      #services-section .d-block {
        display: block !important; }
      #services-section img,
      #services-section figure {
        max-width: 100%;
        height: auto;
        vertical-align: middle; }
      #services-section .card-text {
        padding-top: 12px;
        color: #8c8c8c; }
      #services-section .text-sm {
        font-size: 12px !important; }
      #services-section p,
      #services-section .p {
        margin: 0 0 16px; }
      #services-section .card-title {
        margin: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 900; }
      #services-section .pt-1,
      #services-section .py-1 {
        padding-top: 0.25rem !important; }
      #services-section .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
        height: 100%; }
      #services-section .card-body .text-sm {
        color: #44566c; }
      #services-section .card-body span.text-uppercase {
        margin-top: auto;
        display: inline-block;
        color: #0e3a63;
        letter-spacing: 0.08em;
        font-weight: 600; }
      #services-section .service-icon {
        color: #0e3a63;
        font-size: clamp(2.8rem, 5vw, 3.6rem);
        line-height: 1; }

      /* Values Section Styles */
      #vertex-section {
        margin-top: 20px; }
      #vertex-section ul.i-list {
        padding-left: 0;
        list-style: none; }
      #vertex-section ul.i-list .list-title {
        display: inline-block;
        position: absolute; }
      #vertex-section ul.i-list li {
        padding: 2px 0px; }
      #vertex-section ul.i-list i.fa {
        margin-right: 7px; }
      #vertex-section ul.i-list .list-item {
        margin-top: 3px;
        display: inline-block; }
      #vertex-section ul.i-list.filled i.fa {
        color: white;
        font-size: 9px;
        padding: 5px;
        border-radius: 50%; }
      #vertex-section ul.e-icon-list.filled li {
        padding: 2px 0px;
        line-height: 24px; }
      #vertex-section ul.i-list.underline li {
        padding: 6px 0px;
        border-bottom: 1px solid #eee; }
      #vertex-section ul.i-list.medium li {
        padding-bottom: 25px;
        position: relative; }
      #vertex-section ul.i-list.medium .icon {
        margin-right: 25px;
        color: white;
        font-size: 25px;
        text-align: center;
        line-height: 68px;
        width: 68px;
        height: 68px;
        border-radius: 50%;
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.28);
        position: relative;
        z-index: 1; }
      #vertex-section ul.i-list.medium .icon i.fa {
        margin: 0; }
      #vertex-section ul.i-list.medium.bordered .icon {
        background: white;
        color: inherit;
        border: 2px solid #8fc135;
        font-size: 26px;
        color: #8fc135;
        position: relative;
        z-index: 1;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28); }
      #vertex-section ul.i-list.medium .list-item {
        text-transform: uppercase; }
      #vertex-section ul.i-list.large .icon {
        margin-right: 30px;
        background: #d0d0d0;
        color: white;
        font-size: 30px;
        text-align: center;
        line-height: 80px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28); }
      #vertex-section ul.i-list.large .icon i.fa {
        margin: 0; }
      #vertex-section ul.i-list.large.bordered .icon {
        background: inherit;
        color: inherit;
        border: 2px solid #8fc135;
        font-size: 30px;
        color: #8fc135; }
      #vertex-section ul.i-list.large .list-item {
        text-transform: uppercase; }
      #vertex-section ul.i-list .icon {
        float: left; }
      #vertex-section ul.i-list.right {
        text-align: right; }
      #vertex-section ul.i-list.right .icon {
        float: right; }
      #vertex-section ul.i-list.right .icon {
        float: right;
        margin-right: 0;
        margin-left: 25px; }
      #vertex-section ul.i-list.large.right .icon {
        float: right;
        margin-right: 0;
        margin-left: 30px; }
      #vertex-section ul.i-list.large li {
        margin-bottom: 25px; }
      #vertex-section ul.i-list .icon-content {
        overflow: hidden; }
      #vertex-section ul.i-list .icon-content .title {
        margin-top: 5px;
        margin-bottom: 10px; }
      #vertex-section .left-line .iconlist-timeline {
        left: auto;
        right: 35px; }
      #vertex-section .iconlist-timeline {
        position: absolute;
        top: 1%;
        left: 32px;
        width: 1px;
        height: 99%;
        border-right-width: 1px;
        border-right-style: dashed;
        height: 100%;
        border-color: #ccc; }
      #vertex-section .icon {
        background-color: #1f5c8f; }
      #vertex-section separator,
      #vertex-section .testimonial-two,
      #vertex-section .exp-separator-inner {
        border-color: #1f5c8f; }
      #vertex-section .exp-separator {
        border-color: #1f5c8f;
        border-top-width: 2px;
        margin-top: 10px;
        margin-bottom: 2px;
        width: 100%;
        max-width: 55px;
        border-top-style: solid;
        height: auto;
        clear: both;
        position: relative;
        z-index: 11; }
      #vertex-section .section-sub-title {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: Poppins; }
      #vertex-section .section-title {
        font-size: 32px;
        font-weight: 600;
        margin-top: 0.45em;
        margin-bottom: 0.35em;
        color: #303133;
        font-family: Poppins;
        letter-spacing: -0.02em; }
      #vertex-section .pb-20 {
        padding-bottom: 20px !important; }
      #vertex-section .text-center {
        text-align: center !important; }
      #vertex-section .center-separator .exp-separator-inner,
      #vertex-section .center-separator.exp-separator {
        margin-left: auto;
        margin-right: auto; }
      #vertex-section .values-row {
        gap: 24px; }
      @media (min-width: 992px) {
        #vertex-section .values-row {
          justify-content: center; }
        #vertex-section .values-row > [class^="col-"],
        #vertex-section .values-row > [class*=" col-"] {
          flex: 0 0 30%;
          max-width: 30%; } }
      .quote_ {
        opacity: 0.1; }
      .slick-prev,
      .slick-next {
        z-index: 1;
        width: auto; }
      .slick-prev:before,
      .slick-next:before {
        color: #fff;
        font-family: inherit;
        font-size: 1rem;
        line-height: 35px;
        background: #000;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        display: block; }
      .slick-dots li {
        margin: 0; }
      .slick-slider {
        margin-bottom: 0 !important; }
      .slick-dots li button:before {
        font-size: 1rem; }

.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-section {
  padding: 60px 0;
  background: #0E3A63; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #3b5d50; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #3b5d50;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #f8f8f8; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #e7eceb;
      color: #3F6F99;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #3F6F99;
        color: #ffffff; }
    .footer-section .footer-contact {
      margin-top: 24px;
      display: grid;
      gap: 0.75rem; }
    .footer-section .footer-contact-inline {
      margin-top: 0;
      display: flex;
      flex-direction: column;
      gap: 0.75rem; }
      @media (min-width: 576px) {
        .footer-section .footer-contact-inline {
          flex-direction: row;
          align-items: center;
          justify-content: flex-end;
          gap: 1.5rem; } }
      .footer-section .footer-contact-inline .footer-contact-item {
        margin-top: 0; }
    .footer-section .footer-contact-item {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      color: #ffffff; }
    .footer-section .footer-contact-icon {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #1F5386;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-size: 1.1rem;
      flex-shrink: 0; }
    .footer-section .footer-contact-details {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.35rem; }
    .footer-section .footer-contact-divider {
      color: #ffffff;
      font-weight: 600; }
    .footer-section .footer-contact-link {
      color: #ffffff;
      font-weight: 600;
      text-decoration: none; }
      .footer-section .footer-contact-link:hover {
        color: #D9E3F0; }
  .footer-section .border-top {
    border-color: #ffffff; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3b5d50;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3F6F99;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #3b5d50 !important; }

.thankyou-icon {
  position: relative;
  color: #3b5d50; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }


