/* SVS Management & Technical Institute - Premium Old Style CSS */

/* Google Fonts Import */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Lora:wght@400;500;600&family=Cormorant+Garamond:wght@400;500;600;700&display=swap");

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #8b0000; /* Deep maroon */
  --secondary-color: #d4af37; /* Gold */
  --accent-color: #1a365d; /* Navy blue */
  --text-color: #333333;
  --light-text: #f5f5f5;
  --bg-color: #f9f7f1; /* Cream/parchment */
  --border-color: #d4af37;
  --footer-bg: #1a1a1a;
  --card-bg: #ffffff;
  --highlight-bg: #f0e6d2;
}

body {
  font-family: "Lora", serif;
  color: var(--text-color);
  background-color: var(--bg-color);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==");
  line-height: 1.6;
}

.main-container {
  max-width: 100%;
  margin: 0 auto;
  background-color: var(--card-bg);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
}

h1 {
  font-size: 2.2rem;
  letter-spacing: 0.5px;
}

h2 {
  font-size: 1.8rem;
  position: relative;
}

h3 {
  font-size: 1.4rem;
}

p {
  margin-bottom: 15px;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--primary-color);
}

/* Header Styles */
header {
  background-color: #fff;
  border-bottom: 3px double var(--border-color);
}

.top-bar {
  background-color: var(--accent-color);
  color: var(--light-text);
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}

.contact-info span {
  margin-right: 20px;
}

.contact-info i,
.social-icons i {
  margin-right: 5px;
}

.social-icons a {
  color: var(--light-text);
  margin-left: 15px;
  font-size: 1rem;
}

.social-icons a:hover {
  color: var(--secondary-color);
}

.logo-container {
  padding: 15px 20px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border: 2px solid var(--border-color);
  padding: 5px;
  background-color: #fff;
}

.logo-text h1 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  color: var(--primary-color);
}

.logo-text p {
  font-size: 0.8rem;
  margin-bottom: 5px;
  color: var(--text-color);
  font-style: italic;
}

/* Navigation */
nav {
  background-color: var(--primary-color);
  padding: 0 20px;
}

.main-menu {
  display: flex;
  list-style: none;
}

.main-menu li {
  position: relative;
}

.main-menu a {
  display: block;
  color: var(--light-text);
  padding: 15px 20px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-menu a:hover,
.main-menu a.active {
  background-color: rgba(255, 255, 255, 0.1);
}

.login-btn {
  background-color: var(--secondary-color);
  color: var(--accent-color) !important;
  font-weight: bold;
}

.login-btn:hover {
  background-color: #c4a130 !important;
}

/* Dropdown Menu */
.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--accent-color);
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: var(--light-text);
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-content a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.show {
  display: block;
}

/* Banner */
.banner {
  background-image: url("/placeholder.svg?height=600&width=1200");
  background-size: cover;
  background-position: center;
  height: 500px;
  position: relative;
  border-bottom: 3px double var(--border-color);
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 80%;
  max-width: 800px;
}

.banner-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

/* Page Banner */
.page-banner {
  background-image: url("/placeholder.svg?height=300&width=1200");
  background-size: cover;
  background-position: center;
  height: 200px;
  position: relative;
  border-bottom: 3px double var(--border-color);
}

.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.page-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 80%;
}

.page-banner-content h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-banner-content p {
  font-size: 1.1rem;
}

/* Buttons */
.btn {
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--accent-color);
  padding: 12px 25px;
  border: none;
  border-radius: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn:hover {
  background-color: var(--accent-color);
  color: var(--light-text);
}

.secondary-btn {
  background-color: transparent;
  border: 2px solid var(--secondary-color);
  color: var(--accent-color);
}

.secondary-btn:hover {
  background-color: var(--secondary-color);
  color: var(--accent-color);
}

.small-btn {
  padding: 8px 15px;
  font-size: 0.9rem;
}

/* Main Content */
main {
  padding: 40px 20px;
}

section {
  margin-bottom: 50px;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.title-decoration {
  width: 100px;
  height: 3px;
  background-color: var(--secondary-color);
  margin: 0 auto;
  position: relative;
}

.title-decoration::before,
.title-decoration::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  top: -3.5px;
}

.title-decoration::before {
  left: -5px;
}

.title-decoration::after {
  right: -5px;
}

/* Welcome Section */
.welcome-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.welcome-text {
  flex: 1;
}

.welcome-image {
  flex: 1;
}

.welcome-image img {
  width: 100%;
  height: auto;
  border: 5px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Highlights Section */
.highlights-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.highlight-box {
  background-color: var(--highlight-bg);
  padding: 25px;
  text-align: center;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.highlight-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.highlight-box h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

/* Programs Preview */
.program-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.program-category {
  background-color: #fff;
  padding: 25px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.program-category h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--secondary-color);
}

.program-category ul {
  list-style-type: none;
  margin-bottom: 20px;
}

.program-category li {
  padding: 8px 0;
  border-bottom: 1px dashed #e0e0e0;
}

.program-category li:last-child {
  border-bottom: none;
}

/* Testimonials */
.testimonial-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.testimonial {
  background-color: #fff;
  padding: 25px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.testimonial-content {
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
  padding: 0 20px;
}

.testimonial-content::before,
.testimonial-content::after {
  content: '"';
  font-size: 3rem;
  color: var(--secondary-color);
  opacity: 0.3;
  position: absolute;
  line-height: 1;
}

.testimonial-content::before {
  top: -10px;
  left: 0;
}

.testimonial-content::after {
  bottom: -30px;
  right: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  border: 3px solid var(--secondary-color);
}

.testimonial-author h4 {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.testimonial-author p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0;
}

/* CTA Section */
.cta-section {
  background-color: var(--accent-color);
  padding: 50px;
  text-align: center;
  color: var(--light-text);
  margin: 50px 0;
}

.cta-content h2 {
  color: var(--light-text);
  font-size: 2rem;
  margin-bottom: 15px;
}

.cta-content p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* About Page */
.about-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.about-image {
  flex: 1;
  min-width: 300px;
}

.about-image img {
  width: 100%;
  height: auto;
  border: 5px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-text {
  flex: 2;
  min-width: 300px;
}

.mission-vision-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.mission-box,
.vision-box {
  background-color: var(--highlight-bg);
  padding: 30px;
  border: 1px solid #e0e0e0;
}

.faculty-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
}

.faculty-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.faculty-member {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.faculty-member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 3px solid var(--secondary-color);
}

.faculty-member h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.faculty-member p {
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: #666;
}

/* Programs Page */
.program-intro-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.program-category-section {
  margin-bottom: 50px;
}

.program-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.program-item {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.program-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.program-item h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.admission-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.admission-step {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.step-number {
  background-color: var(--primary-color);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.step-content h3 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.admission-cta {
  text-align: center;
  margin-top: 30px;
}

/* Verification Pages */
.verification-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.verification-intro {
  text-align: center;
  margin-bottom: 30px;
}

.verification-form {
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  font-family: "Lora", serif;
  font-size: 1rem;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--secondary-color);
}

.verification-note {
  background-color: var(--highlight-bg);
  padding: 20px;
  border-left: 4px solid var(--secondary-color);
  margin-top: 30px;
}

.verification-note h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

/* Login Page */
.login-container {
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.login-header {
  text-align: center;
  margin-bottom: 30px;
}

.login-header h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.login-form .form-group {
  margin-bottom: 25px;
}

.login-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.remember-me {
  display: flex;
  align-items: center;
}

.remember-me input {
  margin-right: 8px;
}

.forgot-password {
  color: var(--accent-color);
  font-size: 0.9rem;
}

.login-footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

/* Terms and Privacy Pages */
.terms-container,
.privacy-container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.terms-section,
.privacy-section {
  margin-bottom: 40px;
}

.terms-section h3,
.privacy-section h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: var(--primary-color);
  border-bottom: 2px solid var(--secondary-color);
  padding-bottom: 10px;
}

.terms-section p,
.privacy-section p {
  margin-bottom: 15px;
}

.terms-section ul,
.privacy-section ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.terms-section li,
.privacy-section li {
  margin-bottom: 10px;
}

.last-updated {
  font-style: italic;
  color: #666;
  margin-top: 40px;
  text-align: right;
}

/* Footer */
footer {
  background-color: var(--footer-bg);
  color: #ccc;
  padding: 50px 20px 0;
  border-top: 3px double var(--border-color);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.footer-section h3 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--secondary-color);
}

.footer-section p {
  margin-bottom: 15px;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #ccc;
  transition: all 0.3s ease;
}

.footer-section ul li a:hover {
  color: var(--secondary-color);
  padding-left: 5px;
}

.contact-info p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.contact-info i {
  margin-right: 10px;
  color: var(--secondary-color);
}

.newsletter-form {
  display: flex;
  margin-bottom: 20px;
}

.newsletter-form input {
  flex: 1;
  padding: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.newsletter-form input::placeholder {
  color: #ccc;
}

.newsletter-form button {
  background-color: var(--secondary-color);
  color: var(--accent-color);
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #c4a130;
}

.footer-bottom {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive Styles */
@media (max-width: 992px) {
  .logo {
    flex-direction: column;
    text-align: center;
  }

  .logo img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .welcome-content {
    flex-direction: column;
  }

  .about-content {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    gap: 10px;
  }

  .main-menu {
    flex-direction: column;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .banner-content h2 {
    font-size: 2rem;
  }

  .cta-section {
    padding: 30px 20px;
  }
}

@media (max-width: 576px) {
  .banner-content h2 {
    font-size: 1.8rem;
  }

  .section-title h2 {
    font-size: 1.5rem;
  }

  .highlight-box,
  .program-category,
  .testimonial {
    padding: 15px;
  }
}