/* About Page Specific Styles */


/* Compliance Section Styles */
.compliance-section {
  padding: 60px 0;
}

.compliance-box {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #f39c12;
}

.compliance-box.warning {
  background: #fff8e6;
}

.compliance-header {
  background: #f39c12;
  color: white;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.compliance-header i {
  font-size: 1.8rem;
}

.compliance-header h4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.important-text {
  color: #ffeb3b;
  font-weight: 700;
}

.compliance-content {
  padding: 30px;
}

.compliance-points {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.compliance-point {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #f1c40f;
}

.compliance-point:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.compliance-point i {
  color: #f39c12;
  font-size: 1.5rem;
  margin-top: 5px;
  flex-shrink: 0;
}

.point-content h5 {
  color: #2c3e50;
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 600;
}

.point-content p {
  color: #333;
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}

.compliance-note {
  background: rgba(243, 156, 18, 0.1);
  border-radius: 8px;
  padding: 20px;
  border-left: 4px solid #f39c12;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.note-icon i {
  color: #f39c12;
  font-size: 1.5rem;
  margin-top: 3px;
}

.note-text p {
  color: #333;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.note-text strong {
  color: #2c3e50;
}

/* Responsive Design */
@media (max-width: 768px) {
  .compliance-header {
    padding: 15px 20px;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .compliance-header h4 {
    font-size: 1.3rem;
  }
  
  .compliance-content {
    padding: 20px;
  }
  
  .compliance-point {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .compliance-point i {
    margin: 0 auto;
  }
  
  .compliance-note {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}


/* Section Spacing */
.section {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 60px;
}

.section-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    margin-top: 15px;
}

/* About Image */
.about-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.about-image:hover {
    transform: scale(1.02);
}

.play-btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(25, 119, 204, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-image-wrapper:hover .play-btn-overlay {
    opacity: 1;
}

/* About Content */
.about-content {
    padding-left: 30px;
}

.about-title {
    color: #2c4964;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.3;
}

/* Story Timeline */
.story-timeline {
    margin-top: 40px;
}

.story-phase {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}

.story-phase:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.story-phase-title {
    color: #1977cc;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 1.2rem;
}

.story-phase-text {
    color: #444;
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 0;
}

/* Mission Statement */
.mission-statement {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    border-left: 5px solid #1977cc;
    margin: 40px 0;
}

.mission-title {
    color: #2c4964;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.mission-text {
    color: #555;
    line-height: 1.8;
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 0;
}

/* Key Services */
.services-title {
    color: #2c4964;
    font-weight: 600;
    font-size: 1.3rem;
}

.services-description {
    color: #666;
    line-height: 1.8;
    font-size: 1rem;
}

.service-item-list {
    margin-top: 15px;
}

.service-item {
    color: #444;
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.6;
}

.service-icon {
    color: #1977cc;
    margin-right: 10px;
    font-size: 1.1rem;
}

/* Timeline Section */
.timeline-content-wrapper {
    padding-right: 40px;
}

.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #1977cc, #2c4964);
    border-radius: 3px;
}

.timeline-item {
    position: relative;
}

.timeline-marker {
    position: absolute;
    left: -36px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: #1977cc;
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(25, 119, 204, 0.2);
}

.timeline-item-title {
    color: #2c4964;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.timeline-item-text {
    color: #666;
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 0;
}

.timeline-image-wrapper {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.timeline-image {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.timeline-image:hover {
    transform: scale(1.05);
}

/* Stats Section */
.stats-box {
    padding: 30px 20px;
    border-radius: 15px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.stats-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.stats-icon {
    color: #1977cc;
    font-size: 3rem;
    margin-bottom: 20px;
}

.stats-number {
    color: #2c4964;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.stats-label {
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Light Background Section */
.light-background {
    background-color: #f8f9fa;
}

/* Responsive Design */
@media (max-width: 992px) {
    .about-content {
        padding-left: 0;
        padding-top: 40px;
    }
    
    .timeline-content-wrapper {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .section {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .about-title {
        font-size: 1.8rem;
    }
    
    .story-phase {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    
    .mission-statement {
        padding: 25px;
    }
    
    .stats-box {
        margin-bottom: 20px;
    }
    
    .section-title {
        margin-bottom: 40px;
    }
}

/* Line Height and Spacing Improvements */
p {
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin-bottom: 1rem;
}

/* Spacing Utilities */
.mb-4 {
    margin-bottom: 2rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

/* About Section - Balanced Layout */

/* Section Spacing */
.section {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c4964;
    margin-bottom: 15px;
}

.section-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
}

/* Image */
.journey-image-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.journey-main-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* Content */
.journey-content {
    padding-left: 30px;
}

.journey-main-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c4964;
    margin-bottom: 20px;
    line-height: 1.3;
}

.highlight-text {
    color: #1977cc;
}

.journey-intro {
    color: #555;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

/* Milestone Cards */
.milestone-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    border-left: 4px solid #1977cc;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.milestone-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.milestone-number {
    background: #1977cc;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.milestone-title {
    color: #2c4964;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.milestone-description {
    color: #555;
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
}

/* Mission Box */
.mission-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    border-top: 4px solid #1977cc;
}

.mission-icon {
    color: #1977cc;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.mission-title {
    color: #2c4964;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.mission-text {
    color: #555;
    line-height: 1.8;
    font-style: italic;
    margin: 0;
}

/* Values Box */
.values-box {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.values-title {
    color: #2c4964;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.values-subtitle {
    color: #666;
    margin-bottom: 20px;
}

.values-list {
    display: grid;
    gap: 15px;
}

.value-item {
    display: flex;
    align-items: center;
    color: #444;
}

.value-item i {
    color: #1977cc;
    margin-right: 10px;
    font-size: 1.1rem;
}

/* Spacing Utilities */
.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

/* Responsive */
@media (max-width: 992px) {
    .journey-content {
        padding-left: 0;
        padding-top: 30px;
    }
    
    .journey-main-title {
        font-size: 2rem;
    }
    
    .section-title h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
    
    .mb-6 {
        margin-bottom: 3rem !important;
    }
    
    .journey-main-image {
        height: 300px;
    }
}

/* Map Styling */
.map-wrapper {
    margin-top: 30px;
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0;
}

.map-container iframe {
    display: block;
}

.map-caption {
    color: #666;
    font-size: 0.95rem;
}

.map-caption i {
    color: #1977cc;
}

.map-caption p {
    margin: 0;
    font-weight: 500;
}

/* Map container styling */
.map-container {
    width: 100%;
    margin: 20px 0 40px 0;
    overflow: hidden;
}

.contact-map {
    width: 100%;
    height: 450px;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.contact-map:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}


/* Secondary Education Page Styles */
.secondary-education {
  padding: 80px 0;
}

.education-image-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.education-main-image {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.education-image-container:hover .education-main-image {
  transform: scale(1.03);
}

.education-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2c3e50;
}

.highlight-text {
  color: #3498db;
  display: block;
}

.education-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.focus-title-box {
  background: #f8f9fa;
  padding: 15px 20px;
  border-radius: 10px;
  border-left: 4px solid #3498db;
}

.focus-title {
  color: #2c3e50;
  margin: 0;
  font-size: 1.5rem;
}

/* Focus Cards */
.focus-card {
  background: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.focus-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.focus-card.full-width {
  flex-direction: column;
  text-align: center;
}

.focus-icon {
  background: #3498db;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.focus-content h4 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.focus-content p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Benefits Box */
.benefits-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 15px;
  padding: 30px;
  border: 1px solid #dee2e6;
}

.benefits-title {
  color: #2c3e50;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
}

.benefit-item i {
  color: #27ae60;
  font-size: 1.2rem;
}

.benefit-item span {
  color: #444;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .education-main-title {
    font-size: 2rem;
  }
  
  .focus-card {
    padding: 20px;
  }
  
  .focus-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  
  .benefits-box {
    padding: 20px;
  }
}


/* Online Tuition Page Styles */
.online-tuition {
  padding: 80px 0;
}

.tuition-image-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.tuition-main-image {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.tuition-image-container:hover .tuition-main-image {
  transform: scale(1.03);
}

.tuition-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2c3e50;
}

.highlight-text {
  color: #5a92e6;
  display: block;
}

.intro-box {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  border-left: 4px solid #5a92e6;
}

.tuition-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.global-reach-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e8f4fc;
  padding: 8px 15px;
  border-radius: 50px;
  font-weight: 600;
  color: #3498db;
}

.global-reach-badge i {
  font-size: 1.2rem;
}

/* Section Headers */
.section-header {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

.section-title-sm {
  color: #2c3e50;
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-title-sm i {
  color: #5a92e6;
}

.section-subtitle-sm {
  color: #666;
  font-size: 1rem;
  margin: 0;
}

/* Enrollment Cards */
.enrollment-grid {
  display: grid;
  gap: 20px;
}

.enrollment-card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.enrollment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.enrollment-icon {
  background: #5a92e6;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.enrollment-content h4 {
  color: #2c3e50;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.enrollment-content p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* Features List */
.features-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature-item {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.feature-number {
  background: #5a92e6;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1rem;
  flex-shrink: 0;
}

.feature-content h5 {
  color: #2c3e50;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.feature-content p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* Benefits Banner */
.benefits-banner {
  background: linear-gradient(135deg, #5a92e6 0%, #5a92e6 100%);
  border-radius: 15px;
  padding: 30px;
  color: white;
}

.banner-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.banner-text {
  font-size: 1.1rem;
  opacity: 0.9;
  margin: 0;
}

.banner-stats {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}

.stat-label {
  font-size: 1rem;
  opacity: 0.9;
}

/* Subjects Section */
.subjects-section {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
}

.subjects-title {
  color: #2c3e50;
  font-size: 1.8rem;
  margin-bottom: 25px;
  text-align: center;
}

.subject-category {
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.subject-category h5 {
  color: #5a92e6;
  margin-bottom: 15px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.subject-category h5 i {
  color: #27ae60;
}

.subject-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.subject-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
  color: #555;
  display: flex;
  align-items: center;
}

.subject-list li:last-child {
  border-bottom: none;
}

.subject-list li:before {
  content: "•";
  color: #5a92e6;
  font-weight: bold;
  margin-right: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .tuition-main-title {
    font-size: 2rem;
  }
  
  .enrollment-card,
  .feature-item {
    padding: 15px;
  }
  
  .enrollment-icon,
  .feature-number {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  
  .banner-stats {
    justify-content: center;
    margin-top: 20px;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .benefits-banner {
    text-align: center;
  }
}

/* UK Admissions Page Styles */
.uk-admissions {
  padding: 80px 0;
}

.admissions-image-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.admissions-main-image {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.admissions-image-container:hover .admissions-main-image {
  transform: scale(1.03);
}

.admissions-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2c3e50;
}

.highlight-text {
  color: #5a92e6;
  display: block;
}

.intro-box {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  border-left: 4px solid #5a92e6;
}

.admissions-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.partnership-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e8f4fc;
  padding: 8px 15px;
  border-radius: 50px;
  font-weight: 600;
  color: #5a92e6;
}

.partnership-badge i {
  font-size: 1.2rem;
}

/* Stats Row */
.stats-row {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.stat-box {
  text-align: center;
  padding: 15px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  flex: 1;
}

.stat-number {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #5a92e6;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 5px;
}

/* Support Section */
.section-header {
  margin-bottom: 30px;
  text-align: center;
}

.section-title-lg {
  color: #2c3e50;
  font-size: 2rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.section-title-lg i {
  color: #5a92e6;
}

.section-subtitle-lg {
  color: #666;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Support Cards */
.support-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid #5a92e6;
}

.support-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.support-icon {
  width: 70px;
  height: 70px;
  background: #e8f4fc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  color: #5a92e6;
}

.support-content h4 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.support-content p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Notice Box */
.notice-box {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #f39c12;
}

.notice-box.warning {
  background: #fff8e6;
}

.notice-header {
  background: #f39c12;
  color: white;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.notice-header i {
  font-size: 1.5rem;
}

.notice-header h4 {
  margin: 0;
  font-size: 1.3rem;
}

.notice-content {
  padding: 25px;
}

.notice-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

.notice-requirements {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
}

.notice-requirements h5 {
  color: #e74c3c;
  margin-bottom: 15px;
}

.notice-requirements ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice-requirements li {
  padding: 8px 0;
  color: #555;
  display: flex;
  align-items: center;
}

.notice-requirements li:before {
  content: "✓";
  color: #27ae60;
  font-weight: bold;
  margin-right: 10px;
}

/* Career & Process Boxes */
.career-box,
.process-box {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.career-header,
.process-header {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

.career-header h3,
.process-header h3 {
  color: #2c3e50;
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.career-header h3 i {
  color: #5a92e6;
}

.process-header h3 i {
  color: #5a92e6;
}

.career-header p,
.process-header p {
  color: #666;
  margin: 0;
}

/* Career Features */
.career-features {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.career-feature {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px dashed #eee;
}

.career-feature:last-child {
  border-bottom: none;
}

.career-feature i {
  color: #27ae60;
  font-size: 1.2rem;
}

.career-feature span {
  color: #444;
  font-weight: 500;
}

/* Process Steps */
.process-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.process-step {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  border-left: 4px solid #5a92e6;
}

.step-number {
  background: #5a92e6;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.step-content h5 {
  color: #2c3e50;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.step-content p {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}

/* Partners Section */
.partners-section {
  text-align: center;
}

.partners-title {
  color: #2c3e50;
  font-size: 2rem;
  margin-bottom: 10px;
}

.partners-subtitle {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.institutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.institution-card {
  background: white;
  border-radius: 10px;
  padding: 25px 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border-top: 3px solid #5a92e6;
}

.institution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.institution-icon {
  font-size: 2.5rem;
  color: #5a92e6;
  margin-bottom: 15px;
}

.institution-card h5 {
  color: #2c3e50;
  margin-bottom: 5px;
  font-size: 1rem;
}

.institution-type {
  color: #666;
  font-size: 0.85rem;
  display: block;
}

.partners-note {
  background: #e8f4fc;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
}

.partners-note i {
  color: #5a92e6;
  font-size: 1.2rem;
}

.partners-note p {
  color: #333;
  margin: 0;
  font-size: 0.95rem;
}

/* Custom Checkbox Styling */
.custom-checkbox {
  position: relative;
  margin: 20px 0;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
}

.checkbox-label:hover {
  background: #f0f7ff;
  border-color: #5a92e6;
}

.checkbox-custom {
  position: relative;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid #adb5bd;
  border-radius: 4px;
  background: white;
  transition: all 0.3s ease;
}

.checkbox-custom:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 6px;
  border: solid white;
  border-width: 0 0 2px 2px;
  transform: translate(-50%, -60%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-label {
  background: #f0f7ff;
  border-color: #5a92e6;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-label .checkbox-custom {
  background: #5a92e6;
  border-color: #5a92e6;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-label .checkbox-custom:after {
  opacity: 1;
}

.checkbox-text {
  flex: 1;
  font-weight: 500;
}

/* Declaration Box */
.declaration-box {
  background: #f0f7ff;
  border: 2px solid #5a92e6;
  border-radius: 10px;
  padding: 20px;
}

.declaration-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.declaration-header i {
  color: #5a92e6;
  font-size: 1.5rem;
}

.declaration-header h5 {
  color: #2c3e50;
  margin: 0;
  font-size: 1.2rem;
}

/* Form Styling */
.php-email-form .form-control,
.php-email-form .form-select {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.php-email-form .form-control:focus,
.php-email-form .form-select:focus {
  border-color: #5a92e6;
  box-shadow: 0 0 0 0.2rem rgba(90, 146, 230, 0.25);
}

.php-email-form button[type="submit"] {
  background: #5a92e6;
  border: none;
  color: white;
  padding: 12px 40px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.php-email-form button[type="submit"]:hover {
  background: #4a82d6;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(90, 146, 230, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .admissions-main-title {
    font-size: 2rem;
  }
  
  .stats-row {
    flex-direction: column;
    gap: 10px;
  }
  
  .stat-box {
    padding: 12px;
  }
  
  .stat-number {
    font-size: 1.5rem;
  }
  
  .section-title-lg {
    font-size: 1.5rem;
    flex-direction: column;
    gap: 10px;
  }
  
  .support-card {
    padding: 20px;
  }
  
  .institutions-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  
  .career-box,
  .process-box {
    padding: 20px;
  }
  
  .checkbox-label {
    padding: 12px;
    font-size: 0.95rem;
  }
  
  .checkbox-custom {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}

/* Employment Guidance Page Styles */
.employment-guidance {
  padding: 80px 0;
}

.employment-image-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.employment-main-image {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.employment-image-container:hover .employment-main-image {
  transform: scale(1.03);
}

.employment-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2c3e50;
}

.highlight-text {
  color: #5a92e6;
  display: block;
}

.intro-box {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  border-left: 4px solid #5a92e6;
}

.employment-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.guidance-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e8f4fc;
  padding: 8px 15px;
  border-radius: 50px;
  font-weight: 600;
  color: #5a92e6;
}

.guidance-badge i {
  font-size: 1.2rem;
}

/* Stats Row */
.stats-row {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.stat-box {
  text-align: center;
  padding: 15px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  flex: 1;
}

.stat-number {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #5a92e6;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 5px;
}

/* Services Section */
.section-header {
  margin-bottom: 30px;
  text-align: center;
}

.section-title-lg {
  color: #2c3e50;
  font-size: 2rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.section-title-lg i {
  color: #5a92e6;
}

.section-subtitle-lg {
  color: #666;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Service Cards */
.service-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid #5a92e6;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.service-icon {
  width: 70px;
  height: 70px;
  background: #e8f4fc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  color: #5a92e6;
}

.service-content h4 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.service-content p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Details Section */
.detail-box {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.detail-box h4 {
  color: #2c3e50;
  margin-bottom: 20px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.detail-box h4 i {
  color: #27ae60;
}

.service-list,
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li,
.benefit-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  color: #555;
  line-height: 1.6;
}

.service-list li:last-child,
.benefit-list li:last-child {
  border-bottom: none;
}

.service-list li strong {
  color: #2c3e50;
}

.benefit-list li:before {
  content: "✓";
  color: #27ae60;
  font-weight: bold;
  margin-right: 10px;
}

/* Disclaimer Box */
.disclaimer-box {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #f39c12;
}

.disclaimer-box.warning {
  background: #fff8e6;
}

.disclaimer-header {
  background: #f39c12;
  color: white;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.disclaimer-header i {
  font-size: 1.8rem;
}

.disclaimer-header h4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.disclaimer-content {
  padding: 30px;
}

.disclaimer-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

.disclaimer-content strong {
  color: #2c3e50;
}

.disclaimer-points {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #f1c40f;
}

.disclaimer-points h5 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.disclaimer-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.disclaimer-points li {
  padding: 8px 0;
  color: #555;
  display: flex;
  align-items: center;
}

.disclaimer-points li:before {
  content: "•";
  color: #f39c12;
  font-weight: bold;
  margin-right: 10px;
}

/* Regulations Section */
.regulations-section {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
}

.regulations-title {
  color: #2c3e50;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}

.regulation-card {
  background: white;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease;
}

.regulation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.regulation-icon {
  width: 60px;
  height: 60px;
  background: #e8f4fc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 1.5rem;
  color: #5a92e6;
}

.regulation-card h5 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.regulation-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* Acknowledgment Box */
.acknowledgment-box {
  background: #f0f7ff;
  border: 2px solid #5a92e6;
  border-radius: 10px;
  padding: 20px;
}

.acknowledgment-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.acknowledgment-header i {
  color: #5a92e6;
  font-size: 1.5rem;
}

.acknowledgment-header h5 {
  color: #2c3e50;
  margin: 0;
  font-size: 1.2rem;
}

/* Custom Checkbox (from previous styling) */
.custom-checkbox {
  position: relative;
  margin: 20px 0;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
}

.checkbox-label:hover {
  background: #f0f7ff;
  border-color: #5a92e6;
}

.checkbox-custom {
  position: relative;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid #adb5bd;
  border-radius: 4px;
  background: white;
  transition: all 0.3s ease;
}

.checkbox-custom:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 6px;
  border: solid white;
  border-width: 0 0 2px 2px;
  transform: translate(-50%, -60%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-label {
  background: #f0f7ff;
  border-color: #5a92e6;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-label .checkbox-custom {
  background: #5a92e6;
  border-color: #5a92e6;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-label .checkbox-custom:after {
  opacity: 1;
}

.checkbox-text {
  flex: 1;
  font-weight: 500;
}

/* Form Styling */
.php-email-form .form-control,
.php-email-form .form-select {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.php-email-form .form-control:focus,
.php-email-form .form-select:focus {
  border-color: #5a92e6;
  box-shadow: 0 0 0 0.2rem rgba(90, 146, 230, 0.25);
}

.php-email-form button[type="submit"] {
  background: #5a92e6;
  border: none;
  color: white;
  padding: 12px 40px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.php-email-form button[type="submit"]:hover {
  background: #4a82d6;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(90, 146, 230, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .employment-main-title {
    font-size: 2rem;
  }
  
  .stats-row {
    flex-direction: column;
    gap: 10px;
  }
  
  .stat-box {
    padding: 12px;
  }
  
  .stat-number {
    font-size: 1.5rem;
  }
  
  .section-title-lg {
    font-size: 1.5rem;
    flex-direction: column;
    gap: 10px;
  }
  
  .service-card,
  .detail-box {
    padding: 20px;
  }
  
  .disclaimer-header {
    padding: 15px 20px;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .disclaimer-header h4 {
    font-size: 1.3rem;
  }
  
  .disclaimer-content {
    padding: 20px;
  }
  
  .checkbox-label {
    padding: 12px;
    font-size: 0.95rem;
  }
  
  .checkbox-custom {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}

