p{
  text-align: justify;
  }
  img{
  border-radius: 10px;
  }
  .mission-section .title,
  .vision-section .title {
     font-size: 30px;
     font-weight: 700;
     color: #3c6e71; 
     margin-bottom: 20px;
     text-transform: uppercase;
     position: relative;
     letter-spacing: 1px;
     padding-left: 35px;
     font-family: 'Arial', sans-serif;
  }
  
  .mission-section .title::after,
  .vision-section .title::after {
     content: '';
     position: absolute;
     bottom: -8px;
     left: 0;
     width: 60px;
     height: 4px;
     background-color: #f7b731; 
     border-radius: 5px;
  }
  
  .mission-section .inner-column,
  .vision-section .inner-column {
     background-color: #ffffff; 
     padding: 30px;
     border-radius: 12px;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
     transition: all 0.3s ease;
     font-family: 'Arial', sans-serif;
     border: 1px solid #e2e8f0; 
  }
  
  .mission-section .text,
  .vision-section .text {
     font-size: 18px;
     line-height: 1.8;
     color: #555555; 
     text-align: justify;
     margin-bottom: 15px;
  }
  
  .mission-section .inner-column p,
  .vision-section .inner-column p {
     margin-bottom: 20px;
  }
  
  .mission-section .inner-column a,
  .vision-section .inner-column a {
     text-decoration: none;
     color: #3c6e71;
     font-weight: 600;
     transition: color 0.3s ease;
  }
  
  .mission-section .inner-column a:hover,
  .vision-section .inner-column a:hover {
     color: #f7b731; 
  }
  
  .mission-section:hover .inner-column,
  .vision-section:hover .inner-column {
     background-color: #f4f9f9; 
     box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
     transform: translateY(-5px); 
  }
  
  .mission-section:hover .title,
  .vision-section:hover .title {
     color: #f7b731; 
  }
  
  @media screen and (max-width: 767px) {
  
     .mission-section .title,
     .vision-section .title {
        font-size: 26px;
        text-align: center;
        padding-left: 0;
     }
  
     .mission-section,
     .vision-section {
        width: 100%;
        margin-bottom: 20px;
     }
  
     .mission-section .inner-column,
     .vision-section .inner-column {
        padding: 20px;
     }
  
     .mission-section .text,
     .vision-section .text {
        font-size: 16px;
        line-height: 1.6;
     }
  
     .mission-section .text,
     .vision-section .text {
        text-align: center;
     }
  }

    .job-listing {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    }
    .apply-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #141d38;;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
    }
    .apply-btn:hover {
    background-color: #FF4121;
    color: #FFFFFF;
    }
    .tag {
    margin-top: 30px;
    padding: 20px;
    background-color: #f4f6f9; 
    border-radius: 12px; 
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1); 
    text-align: left;
    }
    .tag h4 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase; 
    }
    .tag .tag-btn {
    display: inline-block;
    margin: 5px 12px 5px 0;
    padding: 10px 20px;
    background-color: #141d38; 
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px; 
    text-decoration: none;
    transition: all 0.3s ease; 
    }
    .tag .tag-btn:hover {
    background-color: #FF4121; 
    color: #fff;
    transform: translateY(-2px); 
    }
    @media screen and (max-width: 768px) {
    .tag {
    padding: 15px;
    }
    .tag .tag-btn {
    font-size: 14px;
    margin: 5px 8px;
    }
    }  
    .page-title{
			margin-bottom: 70px;
		}
		.news-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 20px;
    justify-content: center;
}
.news-block-three {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}
.news-block-three .image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.news-block-three .content {
    padding: 10px;
}
.text{
  text-align: justify;
}
h1.latest-blogs {
  font-size: 36px; 
  font-weight: bold; 
  color: #222; 
  text-align: center; 
  margin-top: 160px; 
  margin-bottom: 20px; 
  text-transform: uppercase; 
  letter-spacing: 2px; 
  border-bottom: 2px solid #007bff;
  padding-bottom: 10px; 
}
/* styles.css */

/* Page Title */
.page-title {
  background-image: url('../images/background/pattern-16.png');
}

.page-title h2 {
  font-size: 36px;
  font-weight: bold;
}

/* Services Section */
.services-section-three {
  margin-top: 30px;
}

.latest-blogs {
  font-size: 28px;
  font-weight: bold;
}

/* Blog Layout */
.blog-layout {
  display: flex;
  gap: 30px;
}

.blog-content {
  flex: 2;
}

.blog-post {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.blog-post h2 {
  font-size: 22px;
  color: #333;
}

.blog-post .date {
  color: gray;
}

.read-more {
  color: #FF4121;
  font-weight: bold;
}

/* Sidebar */
.sidebar {
  flex: 1;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
}

.sidebar h3 {
  color: #222;
  margin-bottom: 20px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar li {
  margin-bottom: 10px;
}

.sidebar a {
  color: #FF4121;
}

