 .finance_header-hero-section {
     color: #e0e7ff;
     padding: 100px 100px;
     text-align: center;
 }

 .finance_header h1 {
     font-size: 3rem;
     margin-bottom: 10px;

 }

 .finance_header p {
     font-size: 1.2rem;
     max-width: 700px;
     margin: auto;
     font-weight: bold;
 }

 .finance_section {
     padding: 30px 20px;
     max-width: 1200px;
     margin: auto;
 }

 .finance_section h2 {
     font-size: 2rem;
     color: #083a6b;
     margin-bottom: 20px;
 }

 .finance_section p {
     margin-bottom: 20px;
 }

 .finance_highlights {
     background-color: #0a2540;
     padding: 40px 20px;

     border-left: 6px solid #1a73e8;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
 }

 .finance_highlights ul {
     list-style: square;
     padding-left: 20px;
 }

 .finance_cta {
     text-align: center;
     padding: 40px 20px;
     background-color: #1a73e8;
     color: white;
 }

 .finance_cta h3 {
     margin-bottom: 20px;
     font-size: 2rem;
 }

 .finance_cta a {
     background-color: #ffffff;
     color: #1a73e8;
     padding: 12px 30px;
     border-radius: 5px;
     text-decoration: none;
     font-weight: bold;
 }

 @media (max-width: 768px) {
     .finance_header h1 {
         font-size: 2.2rem;
     }

     .finance_section h2 {
         font-size: 1.6rem;
     }

     .finance_cta h3 {
         font-size: 1.5rem;
     }
 }


 /* real estate style start here  */

 .real_estate_hero h1 {
     font-size: 3rem;
     margin-bottom: 10px;
 }

 .real_estate_hero p {
     font-size: 1.2rem;
 }

 .real_estate_section {
     padding: 60px 20px;
     max-width: 1200px;
     margin: auto;
 }

 .real_estate_section h2 {
     font-size: 2rem;
     color: #1e3a8a;
     margin-bottom: 20px;
 }

 .real_estate_grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
     gap: 40px;
 }

 .real_estate_item {
     background: #222;
     border-left: 5px solid #1e3a8a;
     padding: 25px;
     border-radius: 8px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
 }

 .real_estate_item h3 {
     font-size: 1.5rem;
     margin-bottom: 10px;
 }

 .real_estate_item ul {
     padding-left: 0px;
 }

 .real_estate_item ul li {
     margin-bottom: 8px;
     list-style-type: none;
 }

 .real_estate_item ul li::before {
     content: '✔️ ';

     color: rgb(128, 81, 0);
 }

 .real_estate_cta {
     background: #1e3a8a;
     color: white;
     text-align: center;
     padding: 40px 20px;
     margin-top: 60px;
 }

 .real_estate_cta h2 {
     margin-bottom: 10px;
 }

 .real_estate_cta p {
     margin-bottom: 20px;
     font-size: 1.1rem;
 }

 .real_estate_cta a {
     background: white;
     color: #1e3a8a;
     padding: 12px 25px;
     text-decoration: none;
     font-weight: bold;
     border-radius: 5px;
     transition: 0.3s;
 }

 .real_estate_cta a:hover {
     background: #e0e7ff;
 }

 @media (max-width: 600px) {
     .real_estate_hero h1 {
         font-size: 2.2rem;
     }
 }

 /* real estate style End here  */




 /* Retail E commerce style start here  */


 .retail_eco_hero h1 {
     font-size: 3rem;
     margin-bottom: 10px;
 }


 .retail_eco_section {

     padding: 60px 20px;
     max-width: 1000px;
     margin: auto;
 }

 .retail_eco_section h2 {
     color: #ffffff;
     font-weight: 600;
     font-size: 2rem;
     margin-bottom: 10px;
 }

 .retail_eco_section p {
     margin-bottom: 20px;
     color: #85a5c4;
     font-family: 'Poppins', sans-serif;
     font-size: 1rem;
 }

 .retail_eco_section ul {
     margin: 10px 0 30px 0px;
     list-style: none;
     color: #85a5c4;
     font-family: 'Poppins', sans-serif;
 }

 .retail_eco_section ul li {
     margin-bottom: 10px;

 }

 .retail_eco_cta {
     background: #1e3a8a;
     color: white;
     text-align: center;
     padding: 40px 20px;
     margin-top: 60px;
 }

 .retail_eco_cta h2 {
     margin-bottom: 10px;
 }

 .retail_eco_cta p {
     margin-bottom: 20px;
     font-size: 1.1rem;
 }

 .retail_eco_cta a {
     background: white;
     color: #1e3a8a;
     padding: 12px 25px;
     text-decoration: none;
     font-weight: bold;
     border-radius: 5px;
     transition: 0.3s;
 }

 .retail_eco_cta a:hover {
     background: #e0e7ff;
 }

 @media (max-width: 600px) {
     .retail_eco_hero h1 {
         font-size: 2rem;
     }
 }


 /* Retail E commerce style End here  */


 /* Health Care style start here  */
 .healthcare_top_sec {
     background-color: #ffff;
 }

 .healthcare_main {
     max-width: 1200px;
     margin: auto;
     padding: 40px 20px;
 }

 .healthcare_main h1 {
     text-align: center;
     font-size: 38px;
     color: #064273;
     margin-bottom: 20px;
 }

 .healthcare_section {
     margin-bottom: 40px;
     border-radius: 12px;
     padding: 30px 25px;
     box-shadow: 10px 10px 20px #babecc;
     /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
 }

 .healthcare_section h2 {
     color: #05385c;
     font-size: 26px;
     margin-bottom: 15px;
 }

 .healthcare_section ul {
     padding-left: 20px;
     margin-bottom: 15px;
     list-style-type: none;
 }

 .healthcare_section ul li {
     margin-bottom: 8px;
     color: #555;
 }

 .healthcare_section ul li i {
     margin-right: 8px;
     color: #1e3a8a;
 }



 

 /* .healthcare_section ul li::before {
      content: '✔️';
      margin-right: 10px;
      color: #007e33;
    } */

 .healthcare_section p {
     line-height: 1.7;
     font-size: 16px;
     color: #333;
 }



 @media (max-width: 768px) {
     .healthcare_main {
         padding: 20px 10px;
     }

     .healthcare_main h1 {
         font-size: 30px;
     }

     .healthcare_section h2 {
         font-size: 22px;
     }
 }

 /* Health Care style End  here  */


 /* Logistics Style start here  */
 .logistics_top_sec {
     background-color: #627af1;
 }

 .logistics_main {
     max-width: 1200px;
     margin: auto;
     padding: 40px 20px;
 }

 .logistics_main h1 {
     text-align: center;
     font-size: 2rem;
     font-weight: 800;
     color: #2c3e50;
     margin-bottom: 15px;
 }



 .logistics_section {
     margin-bottom: 50px;
     padding: 30px 25px;
     border-radius: 12px;
     /* box-shadow: 10px 10px 20px #2c3e50; */
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
 }

 .logistics_section h2 {
     font-size: 26px;
     color: #1c2d3f;
     margin-bottom: 20px;
 }

 .logistics_section ul {
     list-style: none;
     padding-left: 20px;
     margin-bottom: 15px;
 }

 .logistics_section ul li {
     font-size: 16px;
     margin-bottom: 10px;
     display: flex;
     align-items: center;
     color: #020e15;
 }

 .logistics_section ul li i {
     color: #031a33;
     margin-right: 10px;
     min-width: 20px;
 }

 .logistics_section p {
     font-size: 16px;
     line-height: 1.6;
     color: #193d64;
     padding-left: 20px;
 }

 @media (max-width: 768px) {
     .logistics_main {
         padding: 20px 10px;
     }

     .logistics_main h1 {
         font-size: 28px;
     }

     .logistics_section h2 {
         font-size: 22px;
     }
 }

 /* Logistics Style END here  */