.why-fullstack-container,
.why-data-science-container,
.why-cyber-security-container,
.why-software-testing-container {
    background-color: #dfdff7;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px; /* Added margin for separation between sections */
}

.why-fullstack-title,
.why-data-science-title,
.why-cyber-security-title,
.why-software-testing-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.why-fullstack-grid,
.why-data-science-grid,
.why-cyber-security-grid,
.why-software-testing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    justify-items: center;
}

.why-fullstack-item,
.why-data-science-item,
.why-cyber-security-item,
.why-software-testing-item {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.why-fullstack-link,
.why-data-science-link,
.why-cyber-security-link,
.why-software-testing-link {
    text-decoration: none;
    color: #007bff;
    font-size: 1rem;
    font-weight: 500;
}
/* Instructor and Basic Information Section */
.instructor-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    text-align: center;
}

.instructor-inner, .info-list {
    margin-bottom: 20px;
    
}

.instructor-img img, .post-img img {
    width: 100%;
    height: auto;
    display: block;
    display: block; 
    margin-left: auto;
    margin-right: auto;
}

.instructor-body .name, .post-desc h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.google-ratings .rating-stars {
    display: inline-block;
    font-size: 1.2em;
}

.short-desc, .apply-btn a {
    margin-top: 10px;
}.text-center {
	text-align: center;
}

.text-left {
	display: inline-block;
	text-align: left;
	margin-bottom: 10px;
}
.left1{
  margin-left: 20px;
}

.apply {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.apply a {
	display: inline-block;
	width: auto;
}

/* Course Description and Why Full Stack Development Section */
.course-desc, .why-fullstack-container {
    margin-top: 10px;
}

.desc-title, .why-fullstack-title {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.desc-text, .why-fullstack-grid {
    margin-bottom: 20px;
}

.why-fullstack-item {
    margin-bottom: 10px;
}

.why-fullstack-link {
    font-size: 1.1em;
    color: #007bff;
    text-decoration: none;
}

.why-fullstack-link:hover {
    text-decoration: underline;
}
/* General Styles */
.latest-courses-horizontal {
    padding: 20px; /* Adjust as needed */
  }
  
  .latest-courses-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* Space between items */
  }
  
  .post-item {
    flex: 1 1 calc(25% - 15px); /* 4 items per row with gap */
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .post-img img {
    width: 100%;
    height: auto;
  }
  
  .post-desc {
    padding: 15px;
  }
  
  .post-desc h4 a {
    color: #333;
    text-decoration: none;
  }
  
  .post-desc .duration {
    display: block;
    margin-top: 10px;
    color: #555;
  }
  
  /* Responsive Styles */
  @media (max-width: 1200px) {
    .post-item {
      flex: 1 1 calc(33.333% - 15px); /* 3 items per row */
    }
  }
  
  @media (max-width: 992px) {
    .post-item {
      flex: 1 1 calc(50% - 15px); /* 2 items per row */
    }
  }
  
  @media (max-width: 768px) {
    .post-item {
      flex: 1 1 100%; /* 1 item per row */
    }
  }
  
  @media (max-width: 576px) {
    .latest-courses-horizontal {
      padding: 10px; /* Reduced padding for smaller screens */
    }
  }
  



/* Student Practical word Border  */


.event-item {
    border: 1px solid #000; /* Change to your preferred border color */
    border-radius: 10px; /* Optional: Add border radius if needed */
    padding: 10px; /* Optional: Add padding inside the card */
    margin-bottom: 20px; /* Optional: Add margin between cards */
}
