  body{
    font-family: "DM Sans", sans-serif;
    background: radial-gradient(circle, #144835) #0d2b20;
  }

  .tf-container {
       position: relative;
       margin-left: auto;
       margin-right: auto;
       width: 1140px;
       max-width: 100%;
   }

   .tf-container .row {
       margin-left: -14px;
       margin-right: -14px;
   }

   .section-categories {
       min-height: 85vh;
       background: radial-gradient(circle, #144835) #0d2b20;
       display: flex;
       align-items: center;
       justify-content: center;
   }

    .section-categories .wrap-icon-box {
       display: flex;
       flex-direction: column;
       gap: 28px;
   }

    .section-categories .icons-box-main.icons-box {
       background: rgba(255, 255, 255, 0.14);
       border-radius: 12px;
       transition: all 0.3s ease-in-out;
       padding: 15px;
   }

    .section-categories .wrap-icon-box .icons-box-main .icons img {
       width: 50px;
       height: 50px;
       margin: auto;
   }

    .section-categories .icons-box-main:hover {
       transform: translateY(-10px) scale(1.02);
       background: rgba(255, 255, 255, .22);
   }

   .section-categories .heading-section h1 {
       font-size: 45px;
       line-height: 60px;
   }
   
   .tf-spacing-10 {
       padding-top: 40px;
       padding-bottom: 60px;
   }

   @media screen and (max-width:1199px) {
       .tf-container {
           padding: 0 20px;
       }
   }

   @media screen and (max-width:767px) {
       .section-categories .heading-section h1 {
           font-size: 32px;
           line-height: 40px;
       }

       .section-categories .heading-section h3 {
           font-size: 21px;
       }

       .section-categories {
           padding-top: 30px;
           padding-bottom: 30px;
       }

       .tf-spacing-10 {
            padding-top: 30px;
            padding-bottom: 30px;
        }
   }

   /* new css */
   .footer-links a {
        color: #fff;
        text-decoration: none;
        margin-left: 15px;
        font-size: 14px;
    }

    .footer-links a:hover {
        color: #ddd;
    }

     .policy-content {
        max-width: 900px;
        margin: 50px auto;
        padding: 40px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

    .policy-content h1 {
        color: #144835;
        margin-bottom: 30px;
        border-bottom: 2px solid #eee;
        padding-bottom: 15px;
    }

    .policy-content h4 {
        color: #144835;
        margin-top: 25px;
    }

    .policy-content p {
        color: #212529;
        line-height: 1.8;
    }

    .policy-content a {
        color: #212529;
        line-height: 1.8;
        text-decoration: none;
    }

    .policy-content a:hover {
        color: #151515;
    }

    .policy-content ul {
        padding-left: 20px;
    }

    .policy-content li {
        margin-bottom: 10px;
    }

    .back-home {
        display: inline-block;
        margin-bottom: 20px;
        color: #144835;
        font-weight: 500;
        text-decoration: none;
    }

    .back-home:hover {
        text-decoration: underline;
    }

    .company-logo {
        text-align: center;
        margin-bottom: 30px;
    }

    .bottom-btns .tf-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        background-color: transparent;
        border-radius: 8px;
        border: 1px solid #fff;
        padding: 8px 20px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .bottom-btns .tf-btn:hover {
        background-color: #fff;
        color: #144834;
    }