/*!
Theme Name: ufpTheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ufptheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ufpTheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
/* CSS styles will go here */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

/* Hero Section Start */
.hero-slider {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

.swiper-slide img {
  object-fit: cover;
}

/* Yellow Sidebar */
.yellow-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #fdd816;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.social-icons {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 20px 0;
}

.social-icons a {
  color: #2c3e50;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.social-icons a:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
  color: #fff;
}

/* Hero Content */
.hero-content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  padding-left: 120px;
}

.hero-text {
  color: white;
  max-width: 800px;
  margin-bottom: 60px !important;
}

.hero-text .pre-title {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.hero-text .main-title {
  font-size: 46px;
  font-weight: 600;
  line-height: 0.9;
  margin: 10px 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.hero-text .sub-title {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
}

.hero-text .university-text {
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  margin: 5px 0 0 0;
  text-transform: uppercase;
  letter-spacing: -2px;
}

/* Students Group */
.students-group {
  position: absolute;
  right: 8%;
  bottom: 15%;
  z-index: 6;
  display: flex;
  align-items: flex-end;
  gap: -10px;
}

.student-figure {
  width: 90px;
  height: 140px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  margin: 0 -5px;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.student-figure:hover {
  transform: translateY(-10px) scale(1.05);
}

/* Slide Counter */
.slide-counter {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: white;
  font-size: 16px;
  font-weight: 300;
  z-index: 10;
  letter-spacing: 2px;
}

.slide-counter .current {
  font-size: 20px;
  font-weight: 500;
}

/* Custom Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
  color: #ffd700;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 215, 0, 0.2);
  transform: scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

/* Custom Pagination */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #ffd700;
  transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hero-content {
    padding-left: 100px;
  }

  .hero-text .pre-title {
    font-size: 2.8rem;
  }

  .hero-text .main-title {
    font-size: 3.5rem;
  }

  .hero-text .sub-title {
    font-size: 2.3rem;
  }

  .hero-text .university-text {
    font-size: 3rem;
  }

  .students-group {
    right: 5%;
    transform: scale(0.9);
  }
}

@media (max-width: 768px) {
  .yellow-sidebar {
    width: 60px;
  }

  .hero-content {
    padding-left: 80px;
    padding-right: 20px;
  }

  .hero-text .pre-title {
    font-size: 2rem;
  }

  .hero-text .main-title {
    font-size: 2.5rem;
  }

  .hero-text .sub-title {
    font-size: 1.8rem;
  }

  .hero-text .university-text {
    font-size: 2.2rem;
  }

  .students-group {
    bottom: 10%;
    transform: scale(0.7);
  }

  .social-icons {
    gap: 15px;
  }

  .social-icons a {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 576px) {
  .hero-content {
    padding-left: 70px;
    padding-right: 15px;
  }

  .hero-text .pre-title {
    font-size: 1.5rem;
  }

  .hero-text .main-title {
    font-size: 2rem;
  }

  .hero-text .sub-title {
    font-size: 1.4rem;
  }

  .hero-text .university-text {
    font-size: 1.8rem;
  }

  .students-group {
    transform: scale(0.5);
    right: 2%;
  }

  .slide-counter {
    bottom: 20px;
    right: 20px;
    font-size: 14px;
  }
}

/* Animation Effects */
.swiper-slide-active .hero-text {
  animation: slideInLeft 1s ease-out;
}

.swiper-slide-active .students-group {
  animation: slideInRight 1s ease-out 0.3s both;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Hero Section End*/

/* Featured Area Start */
.foundation-section {
  padding: 80px 0;
  background-color: #f8f9fa;
  position: relative;
}

.section-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.welcome-tag {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 15px;
  font-weight: 500;
}

.welcome-tag::before {
  content: "";
  width: 30px;
  height: 3px;
  background: #ffd700;
  margin-right: 10px;
  border-radius: 2px;
}

.main-title {
  color: #fdd816;
  font-size: 42px !important;
  line-height: 62px !important;
  font-weight: 600 !important;
  margin-top: 0px;
  margin-bottom: 10px;
}

.description-text {
  font-size: 16px;
  line-height: 1.7;
  color: #495057;
  margin-bottom: 25px;
  max-width: 500px;
}

.description-text strong {
  color: #212529;
  font-weight: 600;
}

.description-text a {
  color: #007bff;
  text-decoration: underline;
  font-weight: 500;
}

.description-text a:hover {
  color: #0056b3;
}

.awards-section {
  margin-top: 40px;
}

.awards-title {
  font-size: 16px;
  color: #212529;
  font-weight: 600;
  margin-bottom: 20px;
}

.awards-logos {
  display: flex;
  align-items: center;
  gap: 30px;
}

.award-logo {
  height: 60px;
  transition: transform 0.3s ease;
}

.award-logo:hover {
  transform: scale(1.05);
}

.bottom-content {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  border-top: 1px solid #e9e9e9;
}

.bottom-content h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
  padding-right: 100px;
}

.bottom-images {
  display: flex;
  gap: 15px;
}

.award-logo.isa-logo {
  background: linear-gradient(135deg, #e91e63, #9c27b0);
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.award-logo.ofsted-logo {
  background: #1a237e;
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-section {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  height: 400px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)),
    url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80")
      center/cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-section:hover {
  transform: scale(1.02);
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.video-section:hover .video-overlay {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
}

.play-button {
  width: 80px;
  height: 80px;
  background: rgba(255, 215, 0, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529;
  font-size: 30px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.play-button:hover {
  background: #ffd700;
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
}

.play-button i {
  margin-left: 3px;
}

/* Video Modal */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.video-modal.show {
  display: flex;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.video-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 10000;
  transition: color 0.3s ease;
}

.modal-close:hover {
  color: #ffd700;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .main-title {
    font-size: 3rem;
  }

  .video-section {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .foundation-section {
    padding: 60px 0;
  }

  .main-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .description-text {
    font-size: 15px;
    max-width: 100%;
  }

  .video-section {
    height: 280px;
    margin-top: 30px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .awards-logos {
    gap: 20px;
    flex-wrap: wrap;
  }

  .award-logo {
    height: 50px;
    min-width: 80px;
    font-size: 11px;
    padding: 12px 15px;
  }

  .video-modal-content {
    width: 95%;
  }
}

@media (max-width: 576px) {
  .main-title {
    font-size: 2rem;
  }

  .video-section {
    height: 220px;
  }

  .play-button {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .awards-logos {
    justify-content: center;
  }

  .modal-close {
    font-size: 24px;
    top: -40px;
  }
}

/* Animation */
.foundation-section * {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

.foundation-section *:nth-child(1) {
  animation-delay: 0.1s;
}
.foundation-section *:nth-child(2) {
  animation-delay: 0.2s;
}
.foundation-section *:nth-child(3) {
  animation-delay: 0.3s;
}
.foundation-section *:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Featured Area End */

/* Why Choose */
.ufp-section {
  padding: 100px 0;
}

ol,
ul {
  padding-left: unset !important;
}

.why-choose-image {
  min-height: 100%;
}

.why-choose-list li {
  position: relative;
  padding-left: 25px; /* space for bullet */
  list-style: none; /* remove default bullets */
}

.why-choose-list li::before {
  content: "•"; /* bullet character */
  position: absolute;
  left: 0;
  color: #000; /* change color if you want */
  font-size: 20px; /* bullet size */
  line-height: 1;
}

.why-choose-img {
  height: 600px;
}

/* Count Down Start */
.statistics-sections {
  position: relative;
  padding: 100px 0;
  color: white;
  overflow: hidden;
  background-image: url("https://ufp.uk.com/wp-content/uploads/2025/06/Group-14540-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.section-content {
  position: relative;
  z-index: 2;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
}

.main-heading {
  font-size: 46px !important;
  line-height: 52px !important;
  font-weight: 500 !important;
  color: #fff;
  margin-bottom: 30px;
}

.sub-description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
  max-width: 500px;
}

.explore-btn {
  background: #ffd700;
  color: #212529;
  padding: 15px 35px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.explore-btn:hover {
  background: #ffc107;
  color: #212529;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4);
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border-radius: 10px;
  overflow: hidden;
}

.stat-item {
  padding: 50px 40px;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.stat-item:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: scale(1.02);
}

.stat-number {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  color: #ffffff;
  display: block;
}

.stat-description {
  font-size: 1.1rem;
  line-height: 1.4;
  opacity: 0.9;
  font-weight: 400;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .main-heading {
    font-size: 3.5rem;
  }

  .stat-number {
    font-size: 4rem;
  }

  .stat-item {
    padding: 40px 30px;
  }
}

@media (max-width: 768px) {
  .statistics-section {
    padding: 80px 0;
  }

  .main-heading {
    font-size: 2.8rem;
  }

  .sub-description {
    font-size: 1.1rem;
    max-width: 100%;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .stat-item {
    padding: 35px 25px;
    text-align: center;
  }

  .stat-number {
    font-size: 3.5rem;
  }

  .stat-description {
    font-size: 1rem;
  }

  .explore-btn {
    padding: 12px 30px;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .main-heading {
    font-size: 2.2rem;
  }

  .stat-number {
    font-size: 3rem;
  }

  .stat-item {
    padding: 30px 20px;
  }

  .sub-description {
    font-size: 1rem;
  }
}

/* Animation Classes */
.fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.fade-in-up.animate {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease;
}

.fade-in-left.animate {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease;
}

.fade-in-right.animate {
  opacity: 1;
  transform: translateX(0);
}

/* Delay classes for staggered animation */
.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.4s;
}
.delay-3 {
  transition-delay: 0.6s;
}
.delay-4 {
  transition-delay: 0.8s;
}
/* Count Down End */

/* Pathway Strat */
.pathways-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
  position: relative;
  padding-left: 20px;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 40px;
  background: linear-gradient(135deg, #ffd700, #ffb347);
  border-radius: 3px;
}

.pathway-card {
  position: relative;
  height: 350px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pathway-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.pathway-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  z-index: 2;
  transition: all 0.4s ease;
}

.pathway-card:hover::before {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
}

.card-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.pathway-card:hover .card-background {
  transform: scale(1.05);
}

.card-content {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-title {
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.pathway-card:hover .card-title {
  transform: translateY(-5px);
}

/* Background images for each card */
.architecture-bg {
  background-image: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80");
}

.business-bg {
  background-image: url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80");
}

.engineering-bg {
  background-image: url("https://images.unsplash.com/photo-1518709268805-4e9042af2176?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80");
}

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

  .section-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .pathway-card {
    height: 280px;
    margin-bottom: 30px;
  }

  .card-title {
    font-size: 1.5rem;
  }
}

/* Add subtle animation on load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pathway-card {
  animation: fadeInUp 0.6s ease forwards;
}

.pathway-card:nth-child(1) {
  animation-delay: 0.1s;
}
.pathway-card:nth-child(2) {
  animation-delay: 0.2s;
}
.pathway-card:nth-child(3) {
  animation-delay: 0.3s;
}
/* Pathway End */

/* Destination Start */
.destinations-section {
  padding: 120px 0;
}

.testimonials-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}
.universitySwiper .swiper-slide {
  border-right: 1px solid #e9e9e9;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 40px;
  background: linear-gradient(135deg, #ffd700, #ffb347);
  border-radius: 3px;
}

.section-subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: #555;
  line-height: 1.4;
  margin-bottom: 40px;
}

.explore-btn {
  background: linear-gradient(135deg, #ffd700, #ffb347);
  border: none;
  border-radius: 50px;
  padding: 15px 35px;
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.explore-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
  color: #333;
}

/* Testimonial Slider Styles */
.testimonial-slider {
  position: relative;
}

.testimonial-swiper {
  width: 100%;
  height: auto;
  padding: 20px 0;
}

.testimonial-slide {
  text-align: center;
  padding: 20px;
}

.testimonial-text {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  position: relative;
}

.testimonial-text::before {
  content: '"';
  font-size: 4rem;
  color: #ffd700;
  position: absolute;
  top: -10px;
  left: 20px;
  font-family: serif;
}

.student-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.student-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffd700;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.student-avatar:hover {
  transform: scale(1.1);
}

.student-name {
  font-weight: 600;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 5px;
}

.student-details {
  color: #666;
  font-size: 0.95rem;
}

/* Avatar Navigation */
.avatar-navigation {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.avatar-nav-item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  opacity: 0.6;
}

.avatar-nav-item.active {
  border-color: #ffd700;
  opacity: 1;
  transform: scale(1.1);
}

.avatar-nav-item:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* Custom Testimonial Swiper Navigation */
.testimonial-swiper .swiper-button-next,
.testimonial-swiper .swiper-button-prev {
  color: #ffd700;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.testimonial-swiper .swiper-button-next:hover,
.testimonial-swiper .swiper-button-prev:hover {
  background: #ffd700;
  color: white;
  transform: scale(1.1);
}

.testimonial-swiper .swiper-button-next::after,
.testimonial-swiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .testimonials-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .section-subtitle {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .testimonial-text {
    padding: 20px;
    font-size: 1rem;
  }

  .avatar-navigation {
    gap: 10px;
  }

  .avatar-nav-item {
    width: 50px;
    height: 50px;
  }

  .student-avatar {
    width: 70px;
    height: 70px;
  }
}

/* Animation on load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.testimonials-section .row > div {
  animation: fadeInUp 0.6s ease forwards;
}

.testimonials-section .row > div:nth-child(2) {
  animation-delay: 0.2s;
}
/* Destination End */

/* News Event Start */
.news-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  position: relative;
  padding-left: 20px;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 40px;
  background: linear-gradient(135deg, #ffd700, #ffb347);
  border-radius: 3px;
}

.navigation-arrows {
  display: flex;
  gap: 10px;
}

.nav-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffd700;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.nav-arrow:hover {
  background: #ffb347;
  transform: scale(1.1);
}

.nav-arrow:disabled {
  background: #e9ecef;
  color: #6c757d;
  cursor: not-allowed;
  transform: none;
}

/* News Cards Swiper */
.news-swiper {
  width: 100%;
  height: auto;
  padding: 20px 0 40px 0;
}

.news-card {
  position: relative;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 400px;
  width: 500px;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .card-image {
  transform: scale(1.05);
}

.card-content {
  padding: 25px;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-description {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more {
  color: #ffd700;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #ffb347;
}

.all-news-btn {
  background: linear-gradient(135deg, #ffd700, #ffb347);
  border: none;
  border-radius: 50px;
  padding: 15px 35px;
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  margin-top: 40px;
}

.all-news-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
  color: #333;
}

.btn-center {
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .news-section {
    padding: 60px 0;
  }

  .section-header {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 2rem;
  }

  .nav-arrow {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }

  .card-content {
    padding: 20px;
  }

  .card-title {
    font-size: 1.1rem;
  }
}

/* Animation on load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.news-card {
  animation: fadeInUp 0.6s ease forwards;
}

.news-card:nth-child(1) {
  animation-delay: 0.1s;
}
.news-card:nth-child(2) {
  animation-delay: 0.2s;
}
.news-card:nth-child(3) {
  animation-delay: 0.3s;
}
.news-card:nth-child(4) {
  animation-delay: 0.4s;
}
/* News Event End */

/* Journey Section */
.journey-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.journey-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.1;
  z-index: 1;
}

.journey-section .container {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 50px;
  background: linear-gradient(135deg, #ffd700, #ffb347);
  border-radius: 3px;
}

.section-description {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* CTA Cards */
.cta-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cta-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.cta-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.cta-card.primary {
  background: linear-gradient(135deg, #ffd700, #ffb347);
  color: #333;
}

.cta-card.primary:hover {
  background: linear-gradient(135deg, #ffb347, #ffa500);
}

.cta-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-card-description {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  opacity: 0.9;
}

.cta-card.primary .cta-card-description {
  opacity: 0.8;
}

.cta-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.cta-card:not(.primary) .cta-icon {
  background: #ffd700;
  color: #333;
}

.cta-card:hover .cta-icon {
  transform: scale(1.1);
}

/* Secondary cards styling */
.cta-card:not(.primary) {
  color: #555;
}

.cta-card:not(.primary) .cta-card-title {
  color: #333;
}

/* Decorative elements */
.cta-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  transform: translate(30px, -30px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .journey-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .section-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }

  .cta-card {
    padding: 25px;
  }

  .cta-card-title {
    font-size: 1.2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .cta-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

/* Animation on load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.journey-section .row > div {
  animation: fadeInUp 0.6s ease forwards;
}

.journey-section .row > div:nth-child(2) {
  animation-delay: 0.2s;
}

.cta-card {
  animation: fadeInUp 0.6s ease forwards;
}

.cta-card:nth-child(1) {
  animation-delay: 0.3s;
}
.cta-card:nth-child(2) {
  animation-delay: 0.4s;
}
.cta-card:nth-child(3) {
  animation-delay: 0.5s;
}

/* Hover effects for better interactivity */
.cta-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-card:active {
  transform: translateY(-2px) scale(0.98);
}

/* Footer Styles */
.main-footer {
  background: #2a2a2a;
  color: #ffffff;
  padding: 60px 0 20px;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}

.footer-section h4 {
  color: #ffd700;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.footer-section h4 i {
  margin-right: 10px;
  font-size: 16px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 12px;
}

.footer-section ul li a {
  color: #cccccc;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 15px;
}

.footer-section ul li a:hover {
  color: #ffd700;
  padding-left: 5px;
}

.contact-info {
  line-height: 1.8;
  color: #cccccc;
}

.contact-info strong {
  color: white;
  font-weight: 600;
}

.contact-info a {
  color: #ffd700;
  text-decoration: none;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-links a {
  width: 40px;
  height: 40px;
  background: rgba(255, 215, 0, 0.1);
  color: #ffd700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-links a:hover {
  background: #ffd700;
  color: #000;
  transform: translateY(-3px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  color: #999;
  font-size: 14px;
}

.footer-logos {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-logo {
  height: 40px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.footer-logo:hover {
  opacity: 1;
}

.accreditation-logo {
  background: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #333;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: #999;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffd700;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .footer-top {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    gap: 0;
    margin-top: 20px;
  }

  .nav-link {
    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .apply-btn {
    margin-top: 15px;
    display: inline-block;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .logo-text .main-text {
    font-size: 24px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .social-links {
    justify-content: center;
  }
}

/* Application Section */
.application-section {
  position: relative;
  height: 100vh;
  min-height: 645px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?w=1920&h=1080&fit=crop&crop=center")
      center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

/* Left Side Styling */
.left-content {
  padding-right: 50px;
}

.process-title {
  color: white;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: "Arial", sans-serif;
}

.process-subtitle {
  color: #e8e8e8;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 350px;
}

.apply-btn {
  background: #ffc107;
  border: none;
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 24px;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.apply-btn:hover {
  background: #e6ac00;
  transform: translateY(-1px);
}

/* Right Side Timeline */
.timeline-wrapper {
  position: relative;
  padding-left: 80px;
}

.timeline-line {
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: 30px;
  width: 2px;
  background: #ffc107;
  z-index: 1;
}

.timeline-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
  z-index: 2;
}

.timeline-step:last-child {
  margin-bottom: 0;
}

.step-number {
  position: absolute;
  left: -80px;
  top: 0;
  width: 60px;
  height: 60px;
  background: #ffc107;
  border: 4px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  z-index: 3;
}

.step-info {
  flex: 1;
  padding-left: 0;
}

.step-title {
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}

.step-description {
  color: #e8e8e8;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 400px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 30px;
  }

  .process-title {
    font-size: 3.5rem;
  }

  .left-content {
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .application-section {
    height: auto;
    min-height: 100vh;
    padding: 60px 0;
  }

  .process-title {
    font-size: 3rem;
    margin-bottom: 25px;
  }

  .timeline-wrapper {
    margin-top: 50px;
    padding-left: 70px;
  }

  .step-number {
    left: -70px;
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }

  .timeline-line {
    left: 25px;
  }
}

@media (max-width: 768px) {
  .container-fluid {
    padding: 0 20px;
  }

  .application-section {
    padding: 40px 0;
  }

  .process-title {
    font-size: 2.5rem;
    text-align: center;
  }

  .process-subtitle {
    text-align: center;
    margin: 0 auto 30px;
  }

  .apply-btn {
    display: block;
    margin: 0 auto;
  }

  .timeline-wrapper {
    padding-left: 60px;
    margin-top: 40px;
  }

  .step-number {
    left: -60px;
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    border-width: 3px;
  }

  .timeline-line {
    left: 22px;
  }

  .timeline-step {
    margin-bottom: 35px;
  }
}

@media (max-width: 576px) {
  .process-title {
    font-size: 2rem;
  }

  .process-subtitle {
    font-size: 1rem;
  }

  .timeline-wrapper {
    padding-left: 50px;
  }

  .step-number {
    left: -50px;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .timeline-line {
    left: 20px;
  }

  .step-title {
    font-size: 1rem;
  }

  .step-description {
    font-size: 0.9rem;
  }
}
