
/************************************************** start-page 1 *********************************************************/


      .tender-notice-alerts p , .tender-notice-alerts li{font-size:17px;}
     .tender-notice-alerts .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
       .tender-notice-alerts  header {
                background-image: linear-gradient(to right, #ffebe1, #c1d1f5);
    color: #fff;
    padding: 60px 0;
    text-align: center;
        }
        .tender-notice-alerts header h1 {
            font-size: 2.8rem;
            margin-bottom: 20px;
            line-height: 1.2;
        }
        .tender-notice-alerts header p {
                font-size: 17px;
    max-width: 900px;
    margin: 0 auto;
    opacity: 0.95;
    color: #000;
        }
        .tender-notice-alerts section {
            padding: 80px 0;
        }
        .tender-notice-alerts .section-alt {
            background: #f5f9ff;
        }
        .tender-notice-alerts h2 {
            font-size: 27px;
    text-align: center;
    margin-bottom: 40px;
    color: #f56c2d;
    font-weight: 700;
        }
        .tender-notice-alerts h2::after {
               content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #f56c2d;
    margin: 7px auto 0;
        }
         .tender-notice-alerts.intro-text {
            max-width: 900px;
            margin: 0 auto 50px;
            text-align: justify;
            font-size: 1.1rem;
        }
        .tender-notice-alerts .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        .tender-notice-alerts .feature-card {
            background: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            text-align: center;
        }
         .tender-notice-alerts.feature-card h3 {
            color:#1a5fb4;
            margin-bottom: 15px;
            font-size: 1.4rem;
        }
         .tender-notice-alerts.faq {
            max-width: 900px;
            margin: 0 auto;
        }
         .tender-notice-alerts.faq-item {
            margin-bottom: 20px;
            border-bottom: 1px solid #e0e0e0;
            padding-bottom: 20px;
        }
        .tender-notice-alerts .faq-item h3 {
                color: #000000;
    margin-bottom: 10px;
    font-size: 20px !important;
    font-weight: 600;
        }
		.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 17px 0 9px 0;
}
.faq-item p {
    color: #5a5a5a;
    line-height: 1.5;
}
        .tender-notice-alerts .regions-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        .tender-notice-alerts .region-card {
            background: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            text-align: justify;
        }
        .tender-notice-alerts .region-card h3 {
                color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
        }
        .tender-notice-alerts ul {
            padding-left: 20px;
            margin: 15px 0;
        }
         .tender-notice-alerts ul li {
            margin-bottom: 8px;
        }
        .tender-notice-alerts footer {
            background: #0d47a1;
            color: #fff;
            text-align: center;
            padding: 40px 0;
        }
		
		.tender-notice-alerts .feature-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
        @media (max-width: 768px) {
             .tender-notice-alerts header h1 {
                font-size: 2.2rem;
            }
           .tender-notice-alerts header p {
                font-size: 1rem;
            }
           .tender-notice-alerts h2 {
                font-size: 1.8rem;
            }
             .tender-notice-alertssection {
                padding: 60px 0;
            }
        }
        @media (max-width: 480px) {
           .tender-notice-alerts  header h1 {
                font-size: 1.9rem;
            }
            .tender-notice-alerts .container {
                padding: 0 15px;
            }
        }
		
/************************************************** end-page 1 *********************************************************/




/************************************************** start-page 2 *********************************************************/

 .tender-contract-awards p.channel.channel-email, .tender-contract-awards p.channel.channel-web {
    color: #000;
    font-size: 21px;
}

 
 .tender-contract-awards .channel-used div {
    background: #fff0e9;
    padding: 12px 23px;
    border-radius: 11px;
}
.tender-contract-awards .channel-used {
    display: flex
;
    justify-content: space-between;
}
.tender-contract-awards p.channel.channel-web {
    margin: 0 !important;
}
.tender-contract-awards .access-bx {
    background: #fbfbfb;
    padding: 13px 32px;
    border-radius: 25px;
    border: 1px solid #ddd;
}
.tender-contract-awards p.alert {
    text-align: center;
    margin: 0;
    padding: 19px 0 0 0;
}

 
.tender-contract-awards p.aline-center {
    text-align: center;
    margin: 0px;
    padding: 0;
}

       .tender-contract-awards p {
    font-size: 17px;
    color: #000 !important;
}
        .tender-contract-awards .container {
            max-width: 1240px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .tender-contract-awards p, .tender-contract-awards li {
            font-size: 17px;
            
        }
        .tender-contract-awards header {
               background-image: linear-gradient(to right, #ffebe1, #c1d1f5);
    padding: 60px 0;
    text-align: center;
        }
        .tender-contract-awards header h1 {
            font-size: 3.4rem;
            margin-bottom: 24px;
            font-weight: 700;
        }
        .tender-contract-awards header p {
               font-size: 17px;
    max-width: 960px;
    margin: 0 auto;
    color: #000;
        }
        .tender-contract-awards section {
            padding: 100px 0;
        }
        .tender-contract-awards .section-alt {
            background: #ffffff;
        }
        .tender-contract-awards h2 {
          font-size: 27px;
    text-align: center;
    margin-bottom: 60px;
    color: #f56c2d;
    font-weight: 700;
    position: relative;
        }
        .tender-contract-awards h2::after {
            content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #f56c2d;
    margin: 7px auto 0;
        }
        .tender-contract-awards .intro-text {
            max-width: 960px;
            margin: 0 auto 25px;
            text-align: justify;
            
            
        }
        .tender-contract-awards .content-block {
            max-width: 960px;
            margin: 0 auto;
        }
        .tender-contract-awards .content-block p {
            margin-bottom: 28px;
        }
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 32px;
            max-width: 1200px;
            margin: 60px auto;
        }
        .tender-contract-awards .benefit-card {
                background: #fff7f3;
    padding: 11px 19px;
    border-radius: 16px;
    text-align: left;
    box-shadow: 0 8px 25px rgb(245 108 45 / 0%);
    border-left: 6px solid #f56c2d;
        }
        .tender-contract-awards .benefit-card strong {
               font-size: 19px;
    color: #000000;
    display: block;
    margin-bottom: 1px;
        }
        .tender-contract-awards .industry-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 32px;
            margin: 60px auto;
            max-width: 1200px;
        }
        .tender-contract-awards .industry-card {
            background: #ffffff;
    padding: 14px 9px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.09);
    text-align: center;
    border-top: 6px solid #f56c2d;
    transition: transform 0.3s 
ease;
        }
        .tender-contract-awards .industry-card:hover {
            transform: translateY(-12px);
        }
        .tender-contract-awards .industry-card h3 {
               color: #000;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
    margin: 8px 0 10px 0;
        }
        .tender-contract-awards .faq {
            max-width: 960px;
            margin: 0 auto;
        }
        .tender-contract-awards .faq-item {
            background: #ffffff;
            margin-bottom: 24px;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
        }
        .tender-contract-awards .faq-item h3 {
           background: #f56c2d;
    color: #fff;
    padding: 9px 32px;
    font-size: 19px;
    font-weight: 600;
        }
        .tender-contract-awards .faq-item p {
            padding: 32px;
            background: #f8fafc;
        }
        .tender-contract-awards .region-section {
            padding: 110px 0;
        }
        .tender-contract-awards .region-title {
             font-size: 32px;
    text-align: center;
    margin-bottom: 70px;
    color: #f56c2d;
        }
        .tender-contract-awards .region-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
            gap: 40px;
            margin-top: 40px;
        }
        .tender-contract-awards .region-card {
                  background: #ffffff;
    padding: 32px 21px;
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
    border-top: 6px solid #f56c2d;
    text-align: justify;
        }
        .tender-contract-awards .region-card h3 {
                color: #000;
    font-size: 22px;
    margin-bottom: 24px;
    font-weight: 600;
    border-bottom: 2px solid #e0e7ff;
    padding-bottom: 12px;
    line-height: normal;
        }
        .tender-contract-awards .region-card ul {
            padding-left: 28px;
            margin: 20px 0;
        }
        .tender-contract-awards .region-card ul li {
            margin-bottom: 14px;
        }
        .tender-contract-awards .cta-box {
               background: linear-gradient(135deg, #ffe3d5, #fff6f2);
    color: #000;
    padding: 24px;
    border-radius: 14px;
    text-align: center;
    margin-top: 32px;
    font-size: 16px;
    box-shadow: 0 8px 20px rgb(255 231 220 / 49%);
        }
        .tender-contract-awards footer {
            background: #0f172a;
            color: #e2e8f0;
            text-align: center;
            padding: 70px 0;
        }
        .tender-contract-awards footer p {
            font-size: 16px;
        }

        @media (max-width: 992px) {
            .tender-contract-awards header h1 {
                font-size: 2.9rem;
            }
            .tender-contract-awards h2, .tender-contract-awards .region-title {
                font-size: 28px;
            }
        }
        @media (max-width: 768px) {
            .tender-contract-awards header {
                padding: 110px 0 90px;
            }
            .tender-contract-awards header h1 {
                font-size: 2.5rem;
            }
            .tender-contract-awards section, .tender-contract-awards .region-section {
                padding: 80px 0;
            }
            .tender-contract-awards .benefits-grid, .tender-contract-awards .industry-grid, .tender-contract-awards .region-grid {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 480px) {
            .tender-contract-awards header h1 {
                font-size: 2.2rem;
            }
            .tender-contract-awards .container {
                padding: 0 15px;
            }
            .tender-contract-awards p, .tender-contract-awards li {
                font-size: 16px;
            }
        }


/************************************************** end-page 2*********************************************************/



/************************************************** start-page 3 *********************************************************/
 .news-services .ppn-page p, .ppn-page li {
            font-size: 17px;
        }

         .news-services .ppn-page .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

         .news-services .ppn-page header {
            background-image: linear-gradient(to right, #ffebe1, #c1d1f5);
            padding: 70px 0;
            text-align: center;
            color: #000;
        }

        .news-services .ppn-page header h1 {
            font-size: 2.8rem;
            margin-bottom: 20px;
            line-height: 1.2;
            color: #000;
        }

        .news-services .ppn-page header p {
            font-size: 18px;
            max-width: 900px;
            margin: 0 auto;
            color: #000;
        }

        .news-services .ppn-page section {
            padding: 80px 0;
        }

        .news-services .ppn-page .section-alt {
            background: #f5f9ff;
        }

        .news-services .ppn-page h2 {
            font-size: 28px;
            text-align: center;
            margin-bottom: 50px;
            color: #f56c2d;
            font-weight: 700;
            position: relative;
        }

        .news-services .ppn-page h2::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: #f56c2d;
            margin: 10px auto 0;
        }

        .news-services .ppn-page .intro-text {
            max-width: 960px;
            margin: 0 auto 30px;
            text-align: justify;
            font-size: 17px;
        }

        .news-services .ppn-page .content p {
            max-width: 960px;
            margin: 0 auto 25px;
            text-align: justify;
        }

        .news-services .ppn-page ul.benefits-list {
            max-width: 800px;
            margin: 30px auto;
            padding-left: 30px;
        }

        .news-services .ppn-page ul.benefits-list li {
            margin-bottom: 12px;
            font-size: 17px;
        }

        .news-services .ppn-page .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 50px auto;
        }

        .news-services .ppn-page .benefit-card {
            background: #ffffff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0,0,0,0.08);
            text-align: center;
            border-left: 6px solid #f56c2d;
        }

        .news-services .ppn-page .benefit-card h3 {
            color: #000;
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .news-services .ppn-page .industry-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 50px auto;
        }

        .news-services .ppn-page .industry-card {
            background:#ffffff);
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0,0,0,0.08);
            text-align: center;
        }

        .news-services .ppn-page .industry-card h3 {
            font-size: 21px;
            color: #000;
            margin-bottom: 15px;
            
        }

        .news-services .ppn-page .faq {
            max-width: 960px;
            margin: 0 auto;
        }

        .news-services .ppn-page .faq-item {
            margin-bottom: 25px;
            border-bottom: 1px solid #e0e0e0;
            padding-bottom: 20px;
        }

        .news-services .ppn-page .faq-item h3 {
            font-size: 20px;
            color: #000;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .news-services .ppn-page .region-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 35px;
            margin-top: 40px;
        }

        .news-services .ppn-page .region-card {
            background: #ffffff;
            padding: 35px;
            border-radius: 14px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.09);
            text-align: justify;
        }

        .news-services .ppn-page .region-card h3 {
            font-size: 22px;
            color: #f56c2d;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .news-services .ppn-page .region-card strong {
            display: block;
            font-size: 18px;
            margin: 15px 0 10px;
            color: #000;
        }

        .news-services .ppn-page footer {
            background: #0d47a1;
            color: #fff;
            text-align: center;
            padding: 50px 0;
        }

        /* Responsive */
        @media (max-width: 992px) {
            .news-services .ppn-page header h1 {
                font-size: 2.5rem;
            }
            .news-services .ppn-page h2 {
                font-size: 26px;
            }
        }

        @media (max-width: 768px) {
            .news-services .ppn-page header {
                padding: 60px 0;
            }
            .news-services .ppn-page header h1 {
                font-size: 2.2rem;
            }
            .news-services .ppn-page section {
                padding: 60px 0;
            }
            .news-services .ppn-page .benefits-grid,
            .news-services .ppn-page .industry-grid,
            .news-services .ppn-page .region-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .news-services .ppn-page header h1 {
                font-size: 1.9rem;
            }
            .news-services .ppn-page .container {
                padding: 0 15px;
            }
            .news-services .ppn-page p, .ppn-page li {
                font-size: 16px;
            }
        }
/************************************************** end-page 3*********************************************************/
       /************************************************** start-page 5*********************************************************/

       .TenderTrends .container {
            max-width: 1240px;
            margin: 0 auto;
            padding: 0 20px;
        }
       .TenderTrends p, .TenderTrendsli {
            font-size: 17px;
        }
        .TenderTrendsul {
            padding-left: 24px;
        }
        .TenderTrendsul li {
            margin-bottom: 10px;
        }

        /* Header */
        .TenderTrends header {
            background: linear-gradient(to right, #ffebe1, #c1d1f5);
            padding: 80px 0;
            text-align: center;
            color: #000;
        }
        .TenderTrends header h1 {
            font-size: 3.4rem;
            margin-bottom: 24px;
            font-weight: 700;
        }
        .TenderTrends header p {
            font-size: 18px;
            max-width: 960px;
            margin: 0 auto;
        }

        /* Sections */
        .TenderTrends section {
            padding: 100px 0;
        }
        .TenderTrends .section-alt {
            background: #f8fbff;
        }

        .TenderTrends h2 {
            font-size: 32px;
            text-align: center;
            margin-bottom: 60px;
            color: #f56c2d;
            font-weight: 700;
            position: relative;
        }
        .TenderTrends h2::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: #f56c2d;
            margin: 12px auto 0;
        }

        .TenderTrends .intro-text {
            max-width: 960px;
            margin: 0 auto 40px;
            text-align: justify;
            font-size: 18px;
        }

        /* Capabilities Grid */
        .TenderTrends .capabilities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
            gap: 40px;
            max-width: 1200px;
            margin: 60px auto;
        }
        .TenderTrends .capability-card {
            background: #ffffff;
            padding: 32px;
            border-radius: 18px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            border-top: 6px solid #f56c2d;
        }
        .TenderTrends .capability-card h3 {
            font-size: 22px;
            color: #000;
            margin-bottom: 20px;
            font-weight: 600;
        }

        /* Industry Coverage */
        .TenderTrends .industry-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 32px;
            max-width: 1200px;
            margin: 60px auto;
        }
        .TenderTrends .industry-card {
            background: #ffffff;
            padding: 28px;
            border-radius: 18px;
            box-shadow: 0 12px 35px rgba(0,0,0,0.09);
            text-align: center;
            border-top: 6px solid #f56c2d;
            transition: transform 0.3s ease;
        }
        .TenderTrends .industry-card:hover {
            transform: translateY(-10px);
        }
        .TenderTrends .industry-card h3 {
            font-size: 21px;
            color: #000;
            font-weight: 600;
            margin: 0 0 16px 0;
            
        }

        /* SEO Paragraph */
        .TenderTrends .seo-paragraph {
            max-width: 960px;
            margin: 0 auto;
            text-align: justify;
            line-height: 1.7;
            font-size: 17px;
        }

        /* FAQ */
        .TenderTrends .faq {
            max-width: 960px;
            margin: 0 auto;
        }
        .TenderTrends .faq-item {
            background: #ffffff;
            margin-bottom: 24px;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
        }
        .TenderTrends .faq-item h3 {
            background: #f56c2d;
            color: #fff;
            padding: 16px 32px;
            font-size: 19px;
            font-weight: 600;
            margin: 0;
        }
        .TenderTrends .faq-item p {
            padding: 32px;
            background: #f8fafc;
            margin: 0;
        }

        /* Regional Sections */
        .TenderTrends .region-section {
            padding: 110px 0;
        }
        .TenderTrends .region-title {
            font-size: 32px;
            text-align: center;
            margin-bottom: 70px;
            color: #f56c2d;
        }
        .TenderTrends .region-content {
            max-width: 960px;
            margin: 0 auto;
            text-align: justify;
            font-size: 17px;
            line-height: 1.7;
        }
		
		
		
		/* Integration Section - Premium & Clean Design */
       .TenderTrends   .integration-section {
            padding: 140px 0;
            background: linear-gradient(145deg, #ffffff 40%, #f0f7ff 100%);
            position: relative;
            overflow: hidden;
        }

        .TenderTrends  .integration-section::before {
            content: '';
            position: absolute;
            top: -100px;
            right: -100px;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(245, 108, 45, 0.08) 0%, transparent 70%);
            pointer-events: none;
        }

         .TenderTrends .integration-section::after {
            content: '';
            position: absolute;
            bottom: -80px;
            left: -80px;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(26, 95, 180, 0.06) 0%, transparent 70%);
            pointer-events: none;
        }

         .TenderTrends .integration-content {
            position: relative;
            z-index: 2;
            text-align: center;
        }

         .TenderTrends .integration-content h2 {
            font-size: 36px;
            color: #f56c2d;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .TenderTrends  .integration-content h2::after {
            content: '';
            display: block;
            width: 100px;
            height: 5px;
            background: #f56c2d;
            margin: 20px auto 0;
            border-radius: 3px;
        }

         .TenderTrends .integration-intro {
            font-size: 20px;
            max-width: 960px;
            margin: 0 auto 70px;
            color: #444;
            line-height: 1.7;
        }

        /* Benefits - Clean List with Icons */
        .TenderTrends  .benefits-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto 90px;
        }

        .TenderTrends  .benefit-item {
            background: #ffffff;
            padding: 40px 32px;
            border-radius: 20px;
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
            text-align: left;
            display: flex;
            align-items: flex-start;
            transition: all 0.4s ease;
            border-top: 6px solid #f56c2d;
        }

         .TenderTrends .benefit-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 60px rgba(245, 108, 45, 0.12);
        }

        .TenderTrends .benefit-icon {
            flex-shrink: 0;
            width: 64px;
            height: 64px;
            background: linear-gradient(135deg, #ffebe1, #fff0e9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            margin-right: 28px;
            box-shadow: 0 8px 25px rgba(245, 108, 45, 0.18);
        }

       .TenderTrends .benefit-text {
            flex: 1;
            font-size: 17px;
            color: #333;
        }

        .TenderTrends .closing-statement {
            font-size: 20px;
            max-width: 960px;
            margin: 0 auto;
            color: #333;
            font-weight: 500;
            line-height: 1.7;
            padding: 40px;
            background: #ffffff;
            border-radius: 24px;
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
            border-left: 6px solid #f56c2d;
        }

		
		
		
		
		

        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .TenderTrends header h1 {
                font-size: 2.9rem;
            }
            .TenderTrends h2, .TenderTrends .region-title {
                font-size: 28px;
            }
        }
        @media (max-width: 768px) {
           .TenderTrends  header {
                padding: 100px 0 80px;
            }
            .TenderTrends header h1 {
                font-size: 2.5rem;
            }
           .TenderTrends  section, .TenderTrends .region-section {
                padding: 80px 0;
            }
            .TenderTrends .capabilities-grid,
            .TenderTrends .industry-grid {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 480px) {
           .TenderTrends  header h1 {
                font-size: 2.2rem;
            }
            .TenderTrends .container {
                padding: 0 15px;
            }
            .TenderTrends p, li {
                font-size: 16px;
            }
            .TenderTrends h2, .TenderTrends .region-title {
                font-size: 26px;
            }
        }
/************************************************** end-page 5*********************************************************/
/************************************************** start-page 6*********************************************************/
 .LeadGeneration .container {
            max-width: 1240px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .LeadGeneration p, .LeadGeneration li {
            font-size: 17px;
        }
        .LeadGeneration ul {
            padding-left: 24px;
        }
        .LeadGeneration ul li {
            margin-bottom: 12px;
        }

        /* Header */
        .LeadGeneration header {
            background: linear-gradient(to right, #ffebe1, #c1d1f5);
            padding: 80px 0;
            text-align: center;
            color: #000;
        }
        .LeadGeneration header h1 {
            font-size: 3.4rem;
            margin-bottom: 24px;
            font-weight: 700;
        }
        .LeadGeneration header p {
            font-size: 18px;
            max-width: 960px;
            margin: 0 auto;
        }

        /* Sections */
        .LeadGeneration section {
            padding: 100px 0;
        }
        .LeadGeneration .section-alt {
            background: #f8fbff;
        }

        .LeadGeneration h2 {
            font-size: 32px;
            text-align: center;
            margin-bottom: 60px;
            color: #f56c2d;
            font-weight: 700;
            position: relative;
        }
        .LeadGeneration h2::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: #f56c2d;
            margin: 12px auto 0;
        }

       .LeadGeneration  .intro-text {
            max-width: 960px;
            margin: 0 auto 40px;
            text-align: justify;
            font-size: 18px;
        }

        /* Methodology Grid */
        .LeadGeneration .methodology-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 40px;
            max-width: 1200px;
            margin: 60px auto; 
        }
        .LeadGeneration .method-card {
            background: #ffffff;
            padding: 36px;
            border-radius: 20px;
            box-shadow: 0 12px 35px rgba(0,0,0,0.08);
            border-top: 6px solid #f56c2d;
        }
        .LeadGeneration .method-card h3 {
            font-size: 22px;
            color: #000;
            margin-bottom: 20px;
            font-weight: 600;
        }

        /* Integration Benefits */
        .LeadGeneration .integration-benefits {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
            gap: 40px;
            max-width: 1200px;
            margin: 60px auto;
        }
        .LeadGeneration .benefit-item {
            background: #ffffff;
            padding: 36px;
            border-radius: 20px;
            box-shadow: 0 12px 35px rgba(0,0,0,0.08);
            border-left: 6px solid #f56c2d;
            display: flex;
            align-items: flex-start;
        }
       .LeadGeneration .benefit-icon {
            font-size: 32px;
            margin-right: 24px;
            flex-shrink: 0;
        }
        .LeadGeneration .benefit-text {
            font-size: 17px;
        }

        /* Industry Coverage */
        .LeadGeneration .industry-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 32px;
            max-width: 1200px;
            margin: 60px auto;
        }
       .LeadGeneration .industry-card {
            background: #ffffff;
            padding: 32px;
            border-radius: 18px;
            box-shadow: 0 12px 35px rgba(0,0,0,0.09);
            text-align: center;
            border-top: 6px solid #f56c2d;
            transition: transform 0.3s ease;
        }
        .LeadGeneration .industry-card:hover {
            transform: translateY(-10px);
        }
        .LeadGeneration .industry-card h3 {
            font-size: 21px;
            color: #000;
            font-weight: 600;
            margin: 0 0 16px 0;
           
        }

        /* SEO Paragraph */
        .LeadGeneration .seo-paragraph {
            max-width: 960px;
            margin: 0 auto;
            text-align: justify;
            line-height: 1.7;
            font-size: 17px;
        }

        /* FAQ */
        .LeadGeneration .faq {
            max-width: 960px;
            margin: 0 auto;
        }
        .LeadGeneration .faq-item {
            background: #ffffff;
            margin-bottom: 24px;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
        }
       .LeadGeneration .faq-item h3 {
            background: #f56c2d;
            color: #fff;
            padding: 16px 32px;
            font-size: 19px;
            font-weight: 600;
            margin: 0;
        }
        .LeadGeneration .faq-item p {
            padding: 32px;
            background: #f8fafc;
            margin: 0;
        }

        /* Regional Sections */
        .LeadGeneration .region-section {
            padding: 110px 0;
        }
        .LeadGeneration .region-title {
            font-size: 32px;
            text-align: center;
            margin-bottom: 70px;
            color: #f56c2d;
        }
        .LeadGeneration .region-content {
            max-width: 960px;
            margin: 0 auto;
            text-align: justify;
            font-size: 17px;
            line-height: 1.7;
        }

        /* Responsive */
        @media (max-width: 992px) {
            .LeadGeneration header h1 {
                font-size: 2.9rem;
            }
            .LeadGeneration h2, .LeadGeneration .region-title {
                font-size: 28px;
            }
        }
        @media (max-width: 768px) {
            .LeadGeneration header {
                padding: 100px 0 80px;
            }
            .LeadGeneration header h1 {
                font-size: 2.5rem;
            }
            .LeadGeneration section, .LeadGeneration .region-section {
                padding: 80px 0;
            }
            .LeadGeneration .methodology-grid,
            .LeadGeneration .integration-benefits,
            .LeadGeneration .industry-grid {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 480px) {
            .LeadGeneration header h1 {
                font-size: 2.2rem;
            }
            .LeadGeneration .container {
                padding: 0 15px;
            }
            .LeadGeneration p, .LeadGeneration li {
                font-size: 16px;
            }
        }

        /************************************************** end-page 6*********************************************************/
.region-card {
    position: relative;   /* REQUIRED */
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

a.register-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;

    background-color: #ff7600;
    padding: 6px 16px;
    border-radius: 13px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}