:root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Montserrat", sans-serif;
    --font-secondary: "Raleway", sans-serif;
  }
  
  /* Colors */
  :root {
    --color-default: #2b180d;
    --color-primary: #498354;
    --color-secondary: #2F5A3E;
  }
  
  /* Smooth scroll behavior */
  :root {
    scroll-behavior: smooth;
  }
  
  /*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
  body {
    font-family: var(--font-default);
    color: var(--color-default);
  }
  
  a {
    color: var(--color-primary);
    text-decoration: none;
    transition: 0.3s;
  }
  
  a:hover {
    color: #059652;
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--font-primary);
  }
  
  .container a{
    color: #000;
  }
  
  .container a:hover{
    color: #059652;
  }
  section {
    overflow: hidden;
    padding: 80px 0;
  }
  
  .section-header {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  
  .section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background:  #2F5A3E;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  
  .section-header p {
    margin-bottom: 0;
  }
  
  h2{
    position: relative;
    text-align: center;
    font-size:24px;
  }
  
  .footer {
    font-size: 14px;
  }
  
  .footer .footer-content {
    background-color: #f7f9fc;
    background-size: contain;
    padding: 60px 0 0 0;
  }
  
  .footer .footer-content .footer-info {
    margin-bottom: 30px;
  }
  
  .footer .footer-content .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
  }
  
  .footer .footer-content .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
  }
  
  .footer .footer-content .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    margin-top: 3px;
  }
  
  .footer .footer-content .footer-info p {
    font-size: 15px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: var(--color-secondary);
  }
  
  .footer .footer-content .social-links a {
    font-size: 14px;
    line-height: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: rgba(27, 47, 69, 0.5);
    margin-right: 10px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 50px;
  }
  
  .footer .footer-content .social-links a:hover {
    background-color: #38618e;
  }
  
  .footer .footer-content h4 {
    font-size: 16px;
    font-weight: bold;
    color: #29486a;
    position: relative;
    padding-bottom: 12px;
  }
  

  
  .footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-content .footer-links ul i {
    margin-right: 2px;
    color: var(--color-primary);
    font-size: 16px;
    line-height: 0;
  }
  
  .footer .footer-content .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-content .footer-links ul a {
    color: #31547c;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  .footer .footer-content .footer-links ul a:hover {
    color: var(--color-primary);
  }
  
  .footer .footer-content .footer-contact p {
    line-height: 26px;
    color: var(--color-secondary);
  }
  
  .footer .footer-legal {
    background-color: #f7f9fc;
    padding: 10px 0;
  }
  
  .footer .footer-legal .copyright {
    /* text-align: center; */
    color: var(--color-secondary);
  }
  
  .footer .footer-legal .credits {
    padding-top: 4px;
    /* text-align: center; */
    font-size: 10px;
    color: var(--color-secondary);
  }
  
  
  /*--------------------------------------------------------------
  # Frequently Asked Questions Section
  --------------------------------------------------------------*/
  .faq .content h3 {
      font-weight: 400;
      font-size: 34px;
    }
    
    .faq .content h4 {
      font-size: 20px;
      font-weight: 700;
      margin-top: 5px;
    }
    
    .faq .content p {
      font-size: 15px;
      color: #6c757d;
    }
    
    .faq .accordion-item {
      border: 0;
      margin-bottom: 20px;
      box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
      border-radius: 10px;
    }
    
    .faq .accordion-item:last-child {
      margin-bottom: 0;
    }
    
    .faq .accordion-collapse {
      border: 0;
    }
    
    .faq .accordion-button {
      padding: 20px 50px 20px 20px;
      font-weight: 600;
      border: 0;
      font-size: 18px;
      line-height: 24px;
      color: var(--color-default);
      text-align: left;
      background: #fff;
      box-shadow: none;
      border-radius: 10px;
    }
    
    .faq .accordion-button .num {
      padding-right: 10px;
      font-size: 20px;
      line-height: 0;
      color: var(--color-primary);
    }
    
    .faq .accordion-button:not(.collapsed) {
      color: var(--color-primary);
      border-bottom: 0;
      box-shadow: none;
    }
    
    .faq .accordion-button:after {
      position: absolute;
      right: 20px;
      top: 20px;
    }
    
    .faq .accordion-body {
      padding: 0 40px 30px 45px;
      border: 0;
      border-radius: 10px;
      background: #fff;
      box-shadow: none;
    }
  
    
    .home-button{
      position: relative;
      padding: 10px 20px;	
    }
    
    .home-btn{
      width: 40px;
      height: 40px;
      font-size: 24px;
      border-radius: 5px;
      background-color:  #498354;
      border: white;
    }
    