:root {
            --white: #FFFFFF;
            --black: #101010;
            --shade-1: #B7410E;
            --shade-2: #E65312;
            --shade-3: #F0723B;
            --shade-4: #F4946A;
            --shade-5: #FBB69B;
            --shade-6: #FFE8E3;
        }

        /* --- BASIC RESET --- */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background-color: var(--white);
            font-family: 'Raleway', sans-serif;
            color: var(--black);
       
        }

        /* --- TYPOGRAPHY (Dongle Font) --- */
        h1, h2, h3, h4, h5 {
            font-family: 'Dongle', sans-serif;
            margin-bottom: 0px;
        }

        h1 { font-size: 150px; font-weight: 700; line-height: 90px; }
        h2 { font-size: 100px; font-weight: 700; line-height: 71px; }
        h3 { font-size: 60px; font-weight: 700; line-height: 36px; }
        h4 { font-size: 40px; font-weight: 400; line-height: 26px; }
        h5 { font-size: 36px; font-weight: 400; line-height: 24px; }

        /* --- PARAGRAPHS (Raleway Font) --- */
        .p1 {
            font-size: 18px;
            font-weight: 600;
            line-height: 27px;
            margin-bottom: 20px;
        }

        .p2 {
            font-size: 16px;
            font-weight: 500;
            line-height: 20px;
            margin-bottom: 15px;
        }

        /* --- LAYOUT COMPONENTS --- */
        .custom-container {
  
            margin: 60px;
        }

        .custom-mar-top{
            margin-top: 60px;
        }
        .custom-mar-bot{
            margin-bottom: 60px;
        }

        .card {
            background: var(--white);
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            margin-top: 40px;
        }

        .cta-button {
            display: inline-block;
            background-color: var(--shade-2);
            color: var(--white);
            padding: 15px 40px;
            text-decoration: none;
            font-family: 'Dongle', sans-serif;
            font-size: 30px;
            border-radius: 12px;
            transition: background 0.3s;
            margin-top: 20px;
        }

        .cta-button:hover {
            background-color: var(--shade-1);
        }

        .color-strip {
            display: flex;
            gap: 10px;
            margin-top: 30px;
        }

        .color-box {
            height: 50px;
            flex: 1;
            border-radius: 8px;
        }




        /* Responsive Fix for Mobile */
        @media (max-width: 768px) {
            h1 { font-size: 80px; line-height: 60px; }
            h2 { font-size: 60px; line-height: 50px; }
     
        }



        .cta-box {
  background: var(--black);
  border-radius: 20px;
  padding: 40px 50px;
  color: #ffffff;
}

.cta-title {

font-weight: 700;

font-size: 60px;
line-height: 36px;


  margin-bottom: 8px;
}

.cta-text {
  font-size: 1rem;
  color: #cfd8dc;
  max-width: 620px;
  font-weight: 500 !important;
}


.post-item-body .p1 a{
color: var(--black) !important;
}
.post-item-footer .readmore-btn {
    background-color: var(--shade-6);
    padding: 10px 46px 10px 16px;
    border-radius: 34px;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
}


/* Responsive */
@media (max-width: 767px) {
    .custom-container {
    margin: 30px 16px;
}
.section-title h1 {
    font-size: 100px !important;
    font-weight: 700 !important;
    line-height: 58px !important;
    margin-bottom: 0;
}
  .cta-box {
    padding: 30px 25px;
  }

  .cta-title {
    font-size: 1.6rem;
  }

  .cta-text {
    font-size: 0.95rem;
  }
}

.footer-contact-details p a{
        color: #fff !important;
}

.footer-contact-details p {
    color: #fff !important;
}

.powered {
        color: #fff !important;
}
.powered a {
        color: #fff !important;
}

.cta-wrapper{
    margin: 60px 0;
}

.company-counter-content h1{
    text-align: center !important;
}
.company-counter-content p{
    text-align: center;
}


.ap__btn{
        text-align: start !important;
}