/* Custom styles for this website */

/* Company Logo Styling - MUCH LARGER sizes for perfect visibility */
.company-logo {
  height: 180px !important;
  width: auto !important;
  object-fit: contain;
  display: block;
  transition: all 0.3s ease;
}

/* Single logo display - no duplicates */
.logo img.company-logo {
  display: block !important;
}

/* Ensure navbar items are on same row - compact height */
#topnav #navigation {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
}

#topnav .navigation-menu {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  height: 70px !important;
}

/* Logo in navbar - VERY LARGE logo with compact navbar */
#topnav {
  display: flex !important;
  align-items: center !important;
  padding: 5px 0 !important;
  min-height: 70px !important;
  max-height: 70px !important;
}

#topnav .container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 0 15px !important;
  height: 70px !important;
}

#topnav .logo {
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
  padding: 0 !important;
  height: 70px !important;
  font-size: 0 !important;
  margin: 0 !important;
  float: none !important;
  overflow: visible !important;
}

#topnav .logo a {
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
  padding: 0 !important;
  height: 100% !important;
}

#topnav .logo .company-logo {
  height: 180px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

/* Override any height constraints from base CSS */
#topnav .logo img.company-logo {
  height: 180px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
  vertical-align: middle !important;
}

/* Single logo - ensure proper display */
#topnav .logo img.company-logo {
  display: block !important;
  visibility: visible !important;
}

/* Responsive logo sizing - keep navbar compact but logo large */
@media (max-width: 1200px) {
  .company-logo {
    height: 160px !important;
  }
  
  #topnav {
    min-height: 65px !important;
    max-height: 65px !important;
  }
  
  #topnav .container {
    height: 65px !important;
  }
  
  #topnav #navigation {
    height: 65px !important;
  }
  
  #topnav .navigation-menu {
    height: 65px !important;
  }
  
  #topnav .logo {
    height: 65px !important;
  }
  
  #topnav .logo .company-logo {
    height: 160px !important;
  }
}

@media (max-width: 992px) {
  .company-logo {
    height: 140px !important;
  }
  
  #topnav {
    min-height: 60px !important;
    max-height: 60px !important;
  }
  
  #topnav .container {
    height: 60px !important;
  }
  
  #topnav #navigation {
    height: 60px !important;
  }
  
  #topnav .navigation-menu {
    height: 60px !important;
  }
  
  #topnav .logo {
    height: 60px !important;
  }
  
  #topnav .logo .company-logo {
    height: 140px !important;
  }
}

@media (max-width: 768px) {
  .company-logo {
    height: 120px !important;
  }
  
  #topnav {
    min-height: 55px !important;
    max-height: 55px !important;
  }
  
  #topnav .container {
    height: 55px !important;
  }
  
  #topnav #navigation {
    height: 55px !important;
  }
  
  #topnav .navigation-menu {
    height: 55px !important;
  }
  
  #topnav .logo {
    height: 55px !important;
  }
  
  #topnav .logo .company-logo {
    height: 120px !important;
  }
}

@media (max-width: 480px) {
  .company-logo {
    height: 100px !important;
  }
  
  #topnav {
    min-height: 50px !important;
    max-height: 50px !important;
  }
  
  #topnav .container {
    height: 50px !important;
  }
  
  #topnav #navigation {
    height: 50px !important;
  }
  
  #topnav .navigation-menu {
    height: 50px !important;
  }
  
  #topnav .logo {
    height: 50px !important;
  }
  
  #topnav .logo .company-logo {
    height: 100px !important;
  }
}

/* Logo in offcanvas */
.offcanvas-header .company-logo {
  max-height: 60px !important;
  height: auto !important;
}

/* Logo in footer - SAME SIZE AS HEADER (180px) */
.company-logo-footer {
  height: 180px !important;
  width: auto !important;
  object-fit: contain;
  transition: opacity 0.3s ease;
  display: block !important;
}

.footer .logo-footer {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

.footer .logo-footer img.company-logo-footer {
  height: 180px !important;
  width: auto !important;
}

/* Footer container adjustments for larger logo */
.footer-bar {
  min-height: 70px !important;
  display: flex !important;
  align-items: center !important;
  padding: 5px 0 !important;
}

.footer-bar .col-lg-3 {
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

.company-logo-footer:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .company-logo-footer {
    height: 160px !important;
  }
  
  .footer .logo-footer img.company-logo-footer {
    height: 160px !important;
  }
}

@media (max-width: 992px) {
  .company-logo-footer {
    height: 140px !important;
  }
  
  .footer .logo-footer img.company-logo-footer {
    height: 140px !important;
  }
}

@media (max-width: 768px) {
  .company-logo-footer {
    height: 120px !important;
  }
  
  .footer .logo-footer img.company-logo-footer {
    height: 120px !important;
  }
}

@media (max-width: 480px) {
  .company-logo-footer {
    height: 100px !important;
  }
  
  .footer .logo-footer img.company-logo-footer {
    height: 100px !important;
  }
}

/* Ensure logo container doesn't break layout */
.logo {
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
  font-size: 0 !important;
  padding: 0 !important;
}

.logo img.company-logo {
  vertical-align: middle !important;
}

/* Smooth hover effects */
.logo:hover .company-logo {
  transform: scale(1.05);
}

/* Fix navbar height - COMPACT navbar */
#topnav.defaultscroll {
  min-height: 70px !important;
  max-height: 70px !important;
  padding: 5px 0 !important;
  display: flex !important;
  align-items: center !important;
}

#topnav.defaultscroll .logo {
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  height: 70px !important;
  overflow: visible !important;
}

/* Ensure proper spacing around logo */
#topnav .container > div:first-child {
  display: flex;
  align-items: center;
  padding: 0 !important;
  height: 70px !important;
  overflow: visible !important;
}

/* Override base logo CSS that might constrain size */
.logo {
  font-weight: normal !important;
  font-size: 0 !important;
  margin-right: 30px !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

/* Ensure navigation menu is aligned with logo - compact height */
#topnav #navigation .navigation-menu {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
}

#topnav #navigation .navigation-menu > li {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
}

#topnav #navigation .navigation-menu > li > a {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
}

/* ============================================
   MODERN FOOTER STYLING
   ============================================ */

/* Footer Main Container */
.footer {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(14, 165, 233, 0.5), transparent);
}

/* Footer Top Section - Contact Cards */
.footer-py-60 {
  padding: 80px 0 60px !important;
}

.footer .card.features {
  background: rgba(255, 255, 255, 0.03) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px !important;
  padding: 40px 30px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.footer .card.features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0EA5E9, #0284C7);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.footer .card.features:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(14, 165, 233, 0.3) !important;
  box-shadow: 0 20px 40px rgba(14, 165, 233, 0.15);
}

.footer .card.features:hover::before {
  transform: scaleX(1);
}

/* Footer Icons */
.footer .icons {
  margin-bottom: 20px;
}

.footer .icons i {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(2, 132, 199, 0.2));
  border-radius: 18px;
  font-size: 32px;
  color: #0EA5E9;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.footer .card.features:hover .icons i {
  background: linear-gradient(135deg, #0EA5E9, #0284C7);
  color: #ffffff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 25px rgba(14, 165, 233, 0.4);
}

/* Footer Headings */
.footer .footer-head {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

/* Footer Text */
.footer .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.footer .text-foot {
  color: #0EA5E9 !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.footer .text-foot::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #0EA5E9, #0284C7);
  transition: width 0.3s ease;
}

.footer .text-foot:hover {
  color: #38BDF8 !important;
  transform: translateX(4px);
}

.footer .text-foot:hover::after {
  width: 100%;
}

/* Footer Bar - Bottom Section */
.footer-bar {
  background: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0 !important;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.footer-list li {
  margin: 0 !important;
}

.footer-list li a {
  color: rgba(255, 255, 255, 0.8) !important;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  display: inline-block;
}

.footer-list li a::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: rgba(14, 165, 233, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.footer-list li a:hover {
  color: #0EA5E9 !important;
  transform: translateY(-2px);
}

.footer-list li a:hover::before {
  opacity: 1;
}

/* Footer Copyright */
.footer-bar .text-foot {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px;
}

.footer-bar .text-reset {
  color: #0EA5E9 !important;
  font-weight: 600;
  transition: all 0.3s ease;
}

.footer-bar .text-reset:hover {
  color: #38BDF8 !important;
}

/* Social Media Icons (if added) */
.footer-social {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}

.footer-social a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  font-size: 18px;
}

.footer-social a:hover {
  background: linear-gradient(135deg, #0EA5E9, #0284C7);
  border-color: transparent;
  color: #ffffff;
  transform: translateY(-4px) scale(1.1);
  box-shadow: 0 8px 20px rgba(14, 165, 233, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-py-60 {
    padding: 60px 0 40px !important;
  }
  
  .footer .card.features {
    padding: 30px 20px !important;
    margin-bottom: 20px;
  }
  
  .footer .icons i {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  
  .footer-list {
    flex-direction: column;
    gap: 12px;
  }
  
  .footer-list li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  
  .footer-bar .row {
    flex-direction: column;
    text-align: center !important;
  }
  
  .footer-bar .text-sm-end {
    text-align: center !important;
    margin-top: 20px;
  }
}

/* Dark theme adjustments */
[data-theme="dark"] .footer {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
}

/* Light theme footer (if needed) */
.footer.footer-light {
  background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
}

.footer.footer-light .footer-head {
  color: #0F172A !important;
}

.footer.footer-light .text-muted {
  color: #64748B !important;
}

.footer.footer-light .card.features {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

.footer.footer-light .footer-bar {
  background: rgba(255, 255, 255, 0.5) !important;
  border-top-color: rgba(0, 0, 0, 0.1);
}

.footer.footer-light .footer-list li a {
  color: #475569 !important;
}

.footer.footer-light .footer-list li a:hover {
  color: #0EA5E9 !important;
}

/* ============================================
   MODERN STORY SECTION STYLING
   ============================================ */

.story-section {
  padding: 100px 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
}

.story-bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 10% 20%, rgba(14, 165, 233, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(2, 132, 199, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.story-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.story-image-wrapper:hover {
  transform: translateY(-8px);
}

.story-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.story-image-wrapper:hover .story-image {
  transform: scale(1.05);
}

.story-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.1) 0%, rgba(2, 132, 199, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 24px;
}

.story-image-wrapper:hover .story-image-overlay {
  opacity: 1;
}

.story-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
  padding: 12px 20px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  z-index: 2;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.story-image-wrapper:hover .story-badge {
  transform: translateY(-4px) scale(1.05);
}

.badge-year {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.badge-text {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

.story-content {
  padding-left: 0;
}

.story-label {
  display: inline-block;
}

.label-text {
  display: inline-block;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.1) 0%, rgba(2, 132, 199, 0.1) 100%);
  color: #0EA5E9;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: 1px solid rgba(14, 165, 233, 0.2);
}

.story-title {
  font-size: 48px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.2;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #0F172A 0%, #475569 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.story-text .lead-text {
  font-size: 20px;
  font-weight: 500;
  color: #1E293B;
  line-height: 1.7;
  margin-bottom: 20px;
}

.story-text .body-text {
  font-size: 16px;
  color: #64748B;
  line-height: 1.8;
  margin-bottom: 0;
}

/* ============================================
   MODERN MISSION & VISION SECTION STYLING
   ============================================ */

.mission-vision-section {
  padding: 100px 0 !important;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
}

.mission-vision-bg {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(14, 165, 233, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(2, 132, 199, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.section-header {
  margin-bottom: 60px;
}

.section-label {
  display: inline-block;
  margin-bottom: 16px;
}

.section-main-title {
  font-size: 42px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.2;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #0F172A 0%, #475569 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-subtitle {
  font-size: 18px;
  color: #64748B;
  line-height: 1.6;
}

.mission-vision-card {
  position: relative;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mission-vision-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(2, 132, 199, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.mission-vision-card:hover::before {
  opacity: 1;
}

.card-glow {
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0EA5E9, #0284C7);
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.4s ease;
  z-index: 0;
}

.mission-vision-card:hover .card-glow {
  opacity: 0.3;
}

.card-content {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 48px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  overflow: hidden;
}

.mission-vision-card:hover .card-content {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(14, 165, 233, 0.2);
  border-color: rgba(14, 165, 233, 0.3);
}

.card-icon-wrapper {
  position: relative;
  margin-bottom: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.card-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mission-icon {
  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.3);
}

.vision-icon {
  background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.3);
}

.mission-vision-card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 32px rgba(14, 165, 233, 0.4);
}

.mission-vision-card:hover .vision-icon {
  box-shadow: 0 12px 32px rgba(139, 92, 246, 0.4);
}

.icon-pulse {
  position: absolute;
  inset: -10px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(2, 132, 199, 0.2));
  animation: pulse-ring 2s ease-out infinite;
  z-index: 1;
}

.vision-card .icon-pulse {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(124, 58, 237, 0.2));
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

.card-body-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-title {
  font-size: 28px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 16px;
  line-height: 1.3;
  background: linear-gradient(135deg, #0F172A 0%, #475569 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.card-description {
  font-size: 16px;
  color: #64748B;
  line-height: 1.8;
  margin-bottom: 0;
  flex: 1;
}

.card-accent-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0EA5E9 0%, #0284C7 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.vision-card .card-accent-line {
  background: linear-gradient(90deg, #8B5CF6 0%, #7C3AED 100%);
}

.mission-vision-card:hover .card-accent-line {
  transform: scaleX(1);
}

/* Responsive Design */
@media (max-width: 991px) {
  .story-section {
    padding: 80px 0 !important;
  }
  
  .story-title {
    font-size: 36px;
  }
  
  .story-text .lead-text {
    font-size: 18px;
  }
  
  .mission-vision-section {
    padding: 80px 0 !important;
  }
  
  .section-main-title {
    font-size: 32px;
  }
  
  .card-content {
    padding: 40px 32px;
  }
  
  .card-icon {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
  
  .card-title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .story-section {
    padding: 60px 0 !important;
  }
  
  .story-content {
    margin-top: 40px;
    padding-left: 0;
  }
  
  .story-title {
    font-size: 32px;
  }
  
  .story-text .lead-text {
    font-size: 18px;
  }
  
  .story-badge {
    top: 16px;
    right: 16px;
    padding: 10px 16px;
  }
  
  .badge-year {
    font-size: 18px;
  }
  
  .mission-vision-section {
    padding: 60px 0 !important;
  }
  
  .section-header {
    margin-bottom: 40px;
  }
  
  .section-main-title {
    font-size: 28px;
  }
  
  .card-content {
    padding: 32px 24px;
  }
  
  .card-icon {
    width: 64px;
    height: 64px;
    font-size: 28px;
    margin-bottom: 24px;
  }
  
  .card-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  
  .card-description {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .story-title {
    font-size: 28px;
  }
  
  .story-text .lead-text {
    font-size: 16px;
  }
  
  .section-main-title {
    font-size: 24px;
  }
  
  .card-content {
    padding: 28px 20px;
  }
  
  .card-icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
  
  .card-title {
    font-size: 20px;
  }
}
