/* ============================================
   VISION & MISSION PAGE STYLES
   ============================================ */

/* Hero Section */
.vision-hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    margin-top: -80px;
    padding-top: 0;
}

.vision-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vision-hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.vision-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(1, 75, 111, 0.75) 0%, rgba(23, 156, 216, 0.65) 100%);
    z-index: 2;
}

.vision-hero-section .container-fluid {
    position: relative;
    z-index: 3;
    width: 100%;
}

.vision-hero-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 200px 40px 80px;
}

.vision-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.vision-hero-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}

.vision-hero-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: "Inter", sans-serif;
    color: #ffffff;
}

.vision-hero-description {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    max-width: 700px;
    margin: 0 auto;
}

/* Chairman Statement Section */
.vision-chairman-section {
    padding: 100px 0;
    background: #ffffff;
}

.vision-chairman-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.chairman-statement {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    padding: 50px 45px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #179cd8;
}

.chairman-statement-content {
    position: relative;
}

.chairman-quote-icon {
    font-size: 48px;
    color: #179cd8;
    opacity: 0.2;
    margin-bottom: 20px;
}

.chairman-quote {
    font-size: 20px;
    line-height: 1.8;
    color: #333;
    font-style: italic;
    margin-bottom: 25px;
    font-weight: 500;
}

.chairman-signature {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    margin-top: 30px;
}

.chairman-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid #179cd8;
}

.chairman-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.chairman-name-title {
    text-align: right;
}

.chairman-signature strong {
    display: block;
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
}

.chairman-signature span {
    font-size: 15px;
    color: #666;
}

/* Purpose Statement Section */
.vision-purpose-section {
    padding: 100px 0;
    background: #f8fafc;
}

.vision-purpose-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.vision-purpose-content {
    display: block;
}

.purpose-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.purpose-image {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border-radius: 16px;
    overflow: hidden;
}

.purpose-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.purpose-text {
    padding: 0;
}

.purpose-text h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
}

.purpose-main-text {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

/* Our Story Section */
.vision-story-section {
    padding: 100px 0;
    background: #ffffff;
}

.vision-story-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.story-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.story-image {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border-radius: 16px;
    overflow: hidden;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.story-text {
    padding: 0;
}

.story-text h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}

.story-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.story-text a {
    color: #179cd8;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.story-text a:hover {
    color: #245575;
    text-decoration: underline;
}

.story-text strong {
    color: #179cd8;
    font-weight: 700;
}

/* Our Values Section */
.vision-values-section {
    padding: 100px 0;
    background: #f8fafc;
}

.vision-values-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.vision-values-header {
    text-align: center;
    margin-bottom: 60px;
}

.vision-values-header h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.vision-values-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.value-card {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(23, 156, 216, 0.15);
    border-color: #179cd8;
}

.value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #179cd8 0%, #245575 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ffffff;
}

.value-card h3 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.value-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Our Vision Section */
.vision-vision-section {
    padding: 100px 0;
    background: #ffffff;
}

.vision-vision-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.vision-vision-content {
    display: block;
}

.vision-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.vision-image {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border-radius: 16px;
    overflow: hidden;
}

.vision-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.vision-text {
    padding: 0;
}

.vision-text h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}

.vision-main-text {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}

.vision-points {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vision-point {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.vision-point-icon {
    font-size: 24px;
    color: #179cd8;
    flex-shrink: 0;
}

.vision-point p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0;
    font-weight: 500;
}

/* Our Mission Section */
.vision-mission-section {
    padding: 100px 0;
    background: #f8fafc;
}

.vision-mission-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.vision-mission-content {
    padding: 0;
}

.mission-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.mission-image {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border-radius: 16px;
    overflow: hidden;
}

.mission-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.mission-text {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mission-text h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}

.mission-main-text {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}

.mission-points {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mission-point {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.mission-point-icon {
    font-size: 24px;
    color: #179cd8;
    flex-shrink: 0;
}

.mission-point p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0;
    font-weight: 500;
}

/* Our Promise Section */
.vision-promise-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #014B6F 0%, #179cd8 100%);
    color: #ffffff;
}

.vision-promise-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

.vision-promise-content {
    text-align: center;
}

.promise-icon-large {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #ffffff;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.vision-promise-content h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

.promise-tagline {
    font-size: 24px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    font-style: italic;
    margin-bottom: 25px;
    font-weight: 500;
}

.promise-description {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.promise-description strong {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}

/* CTA Section */
.vision-cta-section {
    padding: 100px 0;
    background: #ffffff;
}

.vision-cta-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.vision-cta-wrapper h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.vision-cta-wrapper p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}

.vision-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.vision-cta-buttons .btn-secondary {
    background: #245575;
    color: #ffffff;
    border: 2px solid #245575;
    border-radius: 25px;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.vision-cta-buttons .btn-secondary:hover {
    background: #179cd8;
    border-color: #179cd8;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Strategic Pillars Section */
.vision-pillars-section {
    padding: 100px 0;
    background: #ffffff;
}

.vision-pillars-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.vision-pillars-header {
    text-align: center;
    margin-bottom: 60px;
}

.vision-pillars-header h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.vision-pillars-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.pillar-card {
    background: #f8fafc;
    padding: 35px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.pillar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(23, 156, 216, 0.15);
    border-color: #179cd8;
    background: #ffffff;
}

.pillar-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #179cd8 0%, #245575 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
}

.pillar-card h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.pillar-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Differentiators Section */
.vision-differentiators-section {
    padding: 100px 0;
    background: #f8fafc;
}

.vision-differentiators-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.vision-differentiators-header {
    text-align: center;
    margin-bottom: 60px;
}

.vision-differentiators-header h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.vision-differentiators-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.differentiators-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.differentiator-item {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.differentiator-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(23, 156, 216, 0.15);
    border-color: #179cd8;
}

.differentiator-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #179cd8 0%, #245575 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
}

.differentiator-item h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.differentiator-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Future Goals Section */
.vision-future-goals-section {
    padding: 100px 0;
    background: #ffffff;
}

.vision-future-goals-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.vision-future-goals-header {
    text-align: center;
    margin-bottom: 60px;
}

.vision-future-goals-header h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.vision-future-goals-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.future-goals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.future-goal-card {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    padding: 35px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.future-goal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(23, 156, 216, 0.15);
    border-color: #179cd8;
    background: #ffffff;
}

.future-goal-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #179cd8 0%, #245575 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
}

.future-goal-card h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.future-goal-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* GCC Regional Context Section */
.vision-gcc-section {
    padding: 100px 0;
    background: #f8fafc;
}

.vision-gcc-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.vision-gcc-content h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
}

.gcc-main-text {
    font-size: 20px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 500;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.gcc-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.gcc-point {
    display: flex;
    gap: 20px;
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.gcc-point:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(23, 156, 216, 0.15);
}

.gcc-point-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #179cd8 0%, #245575 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    flex-shrink: 0;
}

.gcc-point-content h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.gcc-point-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.gcc-conclusion {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 2px solid #e5e7eb;
    font-weight: 500;
}

/* Culture & Talent Section */
.vision-culture-section {
    padding: 100px 0;
    background: #ffffff;
}

.vision-culture-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.vision-culture-header {
    text-align: center;
    margin-bottom: 50px;
}

.vision-culture-header h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.vision-culture-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.culture-content {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    padding: 50px 45px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.culture-main-text {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 500;
}

.culture-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.culture-item {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.culture-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(23, 156, 216, 0.15);
    border-color: #179cd8;
}

.culture-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #179cd8 0%, #245575 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
}

.culture-item h3 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
}

.culture-item p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.mobile-section-heading {
    display: none;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .purpose-row,
    .story-row,
    .vision-row,
    .mission-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .purpose-image,
    .story-image,
    .vision-image,
    .mission-image {
        min-height: 350px;
    }
}

@media (max-width: 767.98px) {
    .vision-hero-section .container-fluid,
    .vision-chairman-section .container-fluid,
    .vision-purpose-section .container-fluid,
    .vision-story-section .container-fluid,
    .vision-values-section .container-fluid,
    .vision-vision-section .container-fluid,
    .vision-mission-section .container-fluid,
    .vision-pillars-section .container-fluid,
    .vision-differentiators-section .container-fluid,
    .vision-future-goals-section .container-fluid,
    .vision-gcc-section .container-fluid,
    .vision-culture-section .container-fluid,
    .vision-promise-section .container-fluid,
    .vision-cta-section .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .vision-hero-section {
        padding: 100px 0 60px;
    }
    
    .vision-hero-wrapper,
    .vision-purpose-wrapper,
    .vision-story-wrapper,
    .vision-values-wrapper,
    .vision-vision-wrapper,
    .vision-mission-wrapper,
    .vision-promise-wrapper,
    .vision-cta-wrapper {
        padding: 0 10px;
    }

    .mobile-section-heading {
        display: block;
        font-family: "Inter", sans-serif;
        font-size: 32px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 20px;
    }

    .purpose-text h2,
    .story-text h2,
    .vision-text h2,
    .mission-text h2 {
        display: none;
    }
    
    .purpose-text h2,
    .story-text h2,
    .vision-text h2,
    .mission-text h2,
    .vision-promise-content h2,
    .vision-cta-wrapper h2 {
        font-size: 32px;
    }
    
    .purpose-main-text,
    .story-text p,
    .vision-main-text,
    .mission-main-text {
        font-size: 16px;
    }
    
    .promise-tagline {
        font-size: 20px;
    }
    
    .promise-description {
        font-size: 16px;
    }
    
    .vision-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .pillars-grid,
    .differentiators-grid,
    .future-goals-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gcc-points {
        grid-template-columns: 1fr;
    }
    
    .culture-grid {
        grid-template-columns: 1fr;
    }
    
    .chairman-statement,
    .vision-purpose-content,
    .culture-content {
        padding: 35px 25px;
    }
    
    .vision-purpose-content {
        grid-template-columns: 1fr;
    }
    
    .purpose-row,
    .story-row,
    .vision-row,
    .mission-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .story-image,
    .mission-image {
        order: 1;
    }

    .story-text,
    .mission-text {
        order: 2;
    }
    
    .purpose-image,
    .story-image,
    .vision-image,
    .mission-image {
        min-height: 350px;
    }
    
    .chairman-signature {
        flex-direction: column;
        align-items: flex-end;
        gap: 15px;
    }
}

@media (max-width: 767.98px) {
    .vision-hero-section {
        min-height: 80vh;
    }
    
    .vision-hero-wrapper {
        padding: 100px 10px 60px;
    }
    
    .pillars-grid,
    .differentiators-grid,
    .future-goals-grid {
        grid-template-columns: 1fr;
    }
    
    .vision-pillars-wrapper,
    .vision-differentiators-wrapper,
    .vision-future-goals-wrapper,
    .vision-gcc-wrapper,
    .vision-culture-wrapper {
        padding: 0 10px;
    }
    
    .vision-pillars-header h2,
    .vision-differentiators-header h2,
    .vision-future-goals-header h2,
    .vision-gcc-content h2,
    .vision-culture-header h2 {
        font-size: 32px;
    }
    
    .gcc-main-text,
    .culture-main-text {
        font-size: 16px;
    }
}
