/* ===================================
   OUR VISION SECTION - MODERN DESIGN
   =================================== */

.short-banner-two {
  position: relative;
  overflow: hidden;
  margin: 0px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.short-banner-two::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

.short-banner-two::after {
  content: '';
  position: absolute;
  bottom: -40%;
  right: -15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(5deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(-5deg);
  }
}

.short-banner-two .opacity {
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
}

.short-banner-two .container {
  position: relative;
  z-index: 2;
}

/* Vision Icon/Badge */
.vision-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  }
}

.vision-icon i {
  font-size: 36px;
  color: #ffffff;
}

/* Title Styling */
.short-banner-two h3 {
  font-size: 52px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 25px;
  letter-spacing: -1px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  display: inline-block;
}

.short-banner-two h3::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.5);
}

/* Description Text - Enhanced */
.short-banner-two h6 {
  font-size: 22px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.98);
  max-width: 950px;
  margin: 0 auto 50px;
  font-weight: 500;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  padding: 35px 45px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.3px;
}

.short-banner-two h6::before {
  content: '"';
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.2);
  font-family: Georgia, serif;
  line-height: 1;
}

.short-banner-two h6::after {
  content: '"';
  position: absolute;
  bottom: 5px;
  right: 25px;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.2);
  font-family: Georgia, serif;
  line-height: 1;
}

/* Highlight key words in description */
.short-banner-two h6 strong {
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 0 4px;
}

/* Vision Features Grid */
.vision-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1000px;
  margin: 50px auto 40px;
  padding: 0 20px;
}

.vision-feature-item {
  background: rgba(255, 255, 255, 0.15);
  padding: 25px 20px;
  border-radius: 15px;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.vision-feature-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.vision-feature-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.vision-feature-icon i {
  font-size: 24px;
  color: #ffffff;
}

.vision-feature-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5px;
}

/* Button Styling */
.short-banner-two .theme-line-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  background: #ffffff;
  color: #667eea;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.short-banner-two .theme-line-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(102, 126, 234, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: -1;
}

.short-banner-two .theme-line-button:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  background: #f8f9ff;
}

.short-banner-two .theme-line-button:hover::before {
  width: 400px;
  height: 400px;
}

.short-banner-two .theme-line-button::after {
  content: '→';
  font-size: 18px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.short-banner-two .theme-line-button:hover::after {
  transform: translateX(5px);
}

/* Stats Section (Optional Enhancement) */
.vision-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 40px 0 30px;
  flex-wrap: wrap;
}

.vision-stat-item {
  text-align: center;
  color: #ffffff;
}

.vision-stat-number {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.vision-stat-label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* Responsive Design */

/* Tablets (768px - 991px) */
@media (max-width: 991px) {
  .short-banner-two {
    margin: 60px 0;
  }
  
  .short-banner-two .opacity {
    padding: 40px 0;
  }
  
  .short-banner-two h3 {
    font-size: 44px;
  }
  
  .short-banner-two h6 {
    font-size: 19px;
    padding: 30px 35px;
    line-height: 1.9;
  }
  
  .short-banner-two h6::before {
    font-size: 50px;
    top: 12px;
    left: 20px;
  }
  
  .short-banner-two h6::after {
    font-size: 50px;
    bottom: 3px;
    right: 20px;
  }
  
  .vision-features {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  
  .vision-feature-item {
    padding: 20px 15px;
  }
  
  .vision-stat-number {
    font-size: 40px;
  }
  
  .vision-stats {
    gap: 40px;
  }
}

/* Mobile (480px - 767px) */
@media (max-width: 767px) {
  .short-banner-two {
    margin: 50px 0;
  }
  
  .short-banner-two .opacity {
    padding: 30px 0;
  }
  
  .vision-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
  }
  
  .vision-icon i {
    font-size: 32px;
  }
  
  .short-banner-two h3 {
    font-size: 36px;
  }
  
  .short-banner-two h3::after {
    width: 60px;
    height: 3px;
  }
  
  .short-banner-two h6 {
    font-size: 17px;
    line-height: 1.8;
    padding: 25px 30px;
    border-radius: 15px;
  }
  
  .short-banner-two h6::before {
    font-size: 45px;
    top: 10px;
    left: 15px;
  }
  
  .short-banner-two h6::after {
    font-size: 45px;
    bottom: 0;
    right: 15px;
  }
  
  .vision-features {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 40px auto 30px;
  }
  
  .vision-feature-item {
    padding: 20px 15px;
  }
  
  .vision-feature-icon {
    width: 45px;
    height: 45px;
  }
  
  .vision-feature-icon i {
    font-size: 20px;
  }
  
  .vision-feature-title {
    font-size: 15px;
  }
  
  .short-banner-two .theme-line-button {
    padding: 14px 35px;
    font-size: 14px;
    width: auto;
    justify-content: center;
  }
  
  .vision-stats {
    gap: 30px;
  }
  
  .vision-stat-number {
    font-size: 36px;
  }
  
  .vision-stat-label {
    font-size: 12px;
  }
}

/* Small Mobile (320px - 479px) */
@media (max-width: 479px) {
  .short-banner-two {
    margin: 40px 0;
  }
  
  .short-banner-two .opacity {
    padding: 30px 0;
  }
  
  .vision-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  
  .vision-icon i {
    font-size: 28px;
  }
  
  .short-banner-two h3 {
    font-size: 32px;
  }
  
  .short-banner-two h6 {
    font-size: 16px;
    line-height: 1.7;
    padding: 22px 25px;
    border-radius: 12px;
  }
  
  .short-banner-two h6::before {
    font-size: 40px;
    top: 8px;
    left: 12px;
  }
  
  .short-banner-two h6::after {
    font-size: 40px;
    bottom: -2px;
    right: 12px;
  }
  
  .vision-features {
    margin: 35px auto 25px;
  }
  
  .short-banner-two .theme-line-button {
    padding: 12px 30px;
    font-size: 13px;
  }
  
  .vision-stat-number {
    font-size: 32px;
  }
}
