


   /* ===============================
   Privacy Policy Page Styling
   =============================== */

    .vision-mission-section {
        background: #0b0b0b;
      
        padding: 80px 0;
        color: #ffffff;
    }

    .vision-mission-section-content {
        max-width: 1100px;
        margin: 0 auto;
    }

    .vision-mission-section-content-main {
        display: block;
    }

    /* Main text */
    .vision-mission-left-content p {
        color: #e6e6e6;
      
        margin-bottom: 18px;

		    font-family: Ubuntu;
    font-size: 26px;
    font-weight: 300;
    line-height: 29.87px;
    }

    /* Section headings (orange) */
    .vision-mission-left-content h3 {
      
        margin-top: 45px;
        margin-bottom: 15px;
        color: #ff7a18;
        

		    font-family: Ubuntu;
    font-size: 38px;
    font-weight: 500;
    line-height: 43.66px;
    text-align: left;


    }

    /* Bullet list */
    .vision-mission-left-content ul {
        padding-left: 20px;
        margin-top: 15px;
    }

    .vision-mission-left-content ul li {
        color: #e6e6e6;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    /* Bold text inside paragraphs */
    .vision-mission-left-content strong {
        color: #ffffff;
        font-weight: 600;
    }

    /* Hero section text alignment fix */
    .hero-section {
        background: linear-gradient(rgba(0, 0, 0, 0.75),
                rgba(0, 0, 0, 0.75));
        padding: 90px 0;
    }

    .hero-section-content-one h1 {
        color: #ffffff;
        font-size: 42px;
        font-weight: 700;
    }

    .hero-section-content-one h1 span.services-heading {
        color: #ff7a18;
    }

    .hero-section-content-two p {
        color: #dcdcdc;
        font-size: 16px;
        margin-top: 10px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .vision-mission-section {
            padding: 60px 20px;
        }

        .vision-mission-left-content h3 {
            font-size: 24px;
        }

        .hero-section-content-one h1 {
            font-size: 32px;
        }
    }