/* Footer Simple & Clean */
.footer-simple {
  background: #25353c;
  color: #ffffff;
  padding: 0;
  position: relative;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.footer-content {
  display: grid;
  grid-template-columns: 2.03fr 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
}

.footer-left { 
  display: grid; 
  grid-template-columns: 1fr; 
  gap: 20px; 
  background: #25353c;
  padding: 30px 30px 30px 60px;
  box-sizing: border-box;
}

.footer-right { 
  display: flex; 
  flex-direction: column; 
  background: #38515c;
  padding: 30px 40px 30px 30px;
  box-sizing: border-box;
}

.footer-content > * {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}

/* Brand Section */
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.brand-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}

.brand-info p {
  color: rgba(255,255,255,0.75);
  margin-bottom: 5px;
  font-size: 14px;
}

.brand-desc {
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  line-height: 1.6;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.social-link:hover {
  background: #c41e3a;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(196, 30, 58, 0.4);
}

/* Links Section */
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.link-column h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  position: relative;
}

.link-column h4::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #c41e3a;
}

.link-column a {
  display: block;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  margin-bottom: 6px;
  font-size: 13px;
  transition: all 0.3s ease;
  padding-left: 12px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-column a::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #c41e3a;
  opacity: 0;
  transition: all 0.3s ease;
}

.link-column a:hover {
  color: #ffffff;
  padding-left: 20px;
}

.link-column a:hover::before {
  opacity: 1;
}

/* Copyright Section */
.footer-copyright {
  margin-top: 15px;
  padding-top: 15px;
}

.footer-copyright p {
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  margin: 0;
}


/* Footer Bottom */
.footer-bottom {
  background: #38515c;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 35px 80px;
  text-align: center;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.footer-bottom p {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1000px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer-left { 
    gap: 24px; 
    padding: 40px 30px;
  }
  .footer-right { 
    order: 2; 
    padding: 40px 30px;
  }
  
  .footer-links {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .footer-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-left {
    padding: 30px 20px;
  }
  
  .footer-right {
    padding: 30px 20px;
  }
  
  .social-links {
    justify-content: center;
  }
}

/* Modern Footer Styles (for fallback content) */

.footer-newsletter-berklee {
  color: #fff;
}

.newsletter-head { display:flex; flex-direction:column; gap:6px; margin-bottom:12px; }
.newsletter-title { font-weight:800; text-transform:uppercase; letter-spacing:0.12em; font-size:16px; }
.newsletter-sub { color: rgba(255,255,255,0.9); font-size:13px; line-height: 1.4; }

.newsletter-form { display:flex; width:100%; align-items:stretch; gap:0; margin-bottom: 15px; }
.newsletter-input-berklee {
  flex:1;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  border-right: none;
  color: #fff;
  padding: 10px 14px;
  outline: none;
  font-size: 13px;
}
.newsletter-input-berklee::placeholder { color: rgba(255,255,255,0.85); }
.newsletter-btn-berklee {
  background:#000; color:#fff; border:1px solid #000; padding: 10px 18px; font-weight:800; text-transform:uppercase; letter-spacing:0.08em; font-size: 12px; cursor: pointer; transition: all 0.3s ease;
}
.newsletter-btn-berklee:hover {
  background: #1a1a1a;
}

.stay-connected { color:#fff; opacity:0.95; margin:0 0 10px; font-weight:700; font-size: 13px; }
.social-berklee { gap:10px; }
.social-berklee .social-link { width:38px; height:38px; background:#fff; color:#38515c; border: none; transition: all 0.3s ease; }
.social-berklee .social-link:hover { background:#000; color:#fff; transform: translateY(-2px); }

@media (max-width: 1000px) {
  .newsletter-form { flex-direction: column; gap:10px; }
  .newsletter-btn-berklee { padding:12px 16px; }
}
.footer-newsletter-modern {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 60px 0;
  color: white;
  width: 100%;
}

.newsletter-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.newsletter-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

.newsletter-text p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.newsletter-form-modern {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  gap: 0;
  background: white;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.newsletter-input {
  flex: 1;
  padding: 18px 25px;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
  color: #2c3e50;
}

.newsletter-input::placeholder {
  color: #6c757d;
}

.newsletter-btn {
  background: linear-gradient(135deg, #d4af37, #f4d03f);
  color: white;
  border: none;
  padding: 18px 35px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter-btn:hover {
  background: linear-gradient(135deg, #b8941f, #d4af37);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.footer-main {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 60px 0;
  width: 100%;
}

.footer-content-modern {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand-logo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.brand-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

.brand-text p {
  color: #d4af37;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}

.brand-description {
  color: #5a6c7d;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 500px;
}


.contact-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-icon {
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #d4af37, #f4d03f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-label {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
}

.contact-value {
  font-size: 1rem;
  color: #2c3e50;
  font-weight: 600;
}

.footer-bottom-modern {
  background: #2c3e50;
  padding: 30px 0;
  color: white;
  width: 100%;
}

.footer-bottom-content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.copyright p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}

/* Responsive Design */
@media (max-width: 768px) {
  .newsletter-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  
  .newsletter-text h3 {
    font-size: 1.8rem;
  }
  
  .footer-content-modern {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .brand-logo {
    justify-content: center;
  }
  
  .contact-items {
    align-items: center;
  }
  
  .contact-item {
    justify-content: center;
  }
}

/* Prevent text wrapping in footer links */
.footer-content-modern .footer-brand {
  white-space: nowrap;
}


.footer-content-modern .brand-description {
  white-space: normal;
  word-wrap: break-word;
}

.footer-content-modern .contact-item {
  white-space: nowrap;
}

.footer-content-modern .contact-value {
  white-space: nowrap;
}
