/* Navbar Styles */
.custom-navbar {
  background: linear-gradient(130deg,#003366, #169184 ); /*Turquoise Blue */
  
}

.custom-navbar .navbar-brand,
.custom-navbar .nav-link {
  font-weight: bold;
  color: white; /* Text color for links */
}

.custom-navbar .nav-link:hover {
  color: #003366; /* Darker blue for hover effect */
}

/* Optional: Style for active navigation links */
.custom-navbar .nav-item.active .nav-link {
  color: #003366; /* Active link color */
}



/* Hero Section Styles */
.hero {
  background: linear-gradient(130deg, #169184,#003366); /* Turquoise blue to darker blue gradient */
  color: white; /* Text color for hero section */
  padding: 5px ; /* Reduced height */
  position: relative;
}

.hero .intro-excerpt h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); /* Subtle shadow for text */
  margin-top: 100px;

}

.hero .intro-excerpt p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /* Subtle shadow for text */
}

.hero .hero-img-wrap img {
  max-width: 100%;
  border-radius: 0; /* Remove rounded corners */
  box-shadow: none; /* Remove shadow */
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
  .hero {
      text-align: center;
      padding: 40px 0; /* Adjusted padding for smaller screens */
  }

  .hero .intro-excerpt {
      margin-bottom: 20px;
  }

  .hero .intro-excerpt h1 {
      font-size: 2rem;
  }
}



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


  .footer-section {
    padding: 80px 0;
   }
    .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: 40px;
    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: #3b5d50; }
    .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: #dce5e4;
    color: #3b5d50;
    border-radius: 50%; }
    .footer-section .custom-social li a:hover {
    background: #3b5d50;
    color: #ffffff; }
    .footer-section .border-top {
    border-color: #dce5e4; }
    .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: #3b5d50;
    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); }
    
    /* Reduce form size */
    .card-body form {
    padding: 20px; /* Adjust as needed */
    }
    
    .form-control {
    font-size: 0.9rem; /* Reduce font size */
    padding: 8px; /* Reduce padding */
    }
    
    .btn {
    font-size: 0.9rem; /* Adjust button size */
    padding: 8px 15px; /* Adjust padding */
    }
        
    