/*--------------------------------------------------------------
# Smooth Awards Section Redesign - IMPROVED VERSION
--------------------------------------------------------------*/

/* Main section styling */
section.awards-section {
  padding: 60px 0 !important;
  background: linear-gradient(135deg, #f8fafb 0%, #ffffff 50%, #f8fafb 100%) !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Add subtle pattern overlay */
section.awards-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(66, 139, 202, 0.03) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(66, 139, 202, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

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

/* Header styling */
section.awards-section .subhdr h2 {
  color: #1a1a1a !important;
  font-size: 2.2em !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin: 0 0 50px 0 !important;
  position: relative !important;
}

section.awards-section .subhdr h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #428bca, transparent);
  border-radius: 2px;
}

/* Awards container with smooth card design */
.awards-container {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(66, 139, 202, 0.1);
  backdrop-filter: blur(10px);
}

/* Award logo styling */
.awards-logo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: linear-gradient(135deg, rgba(66, 139, 202, 0.03) 0%, rgba(66, 139, 202, 0.01) 100%);
  border-radius: 15px;
  margin-bottom: 20px;
}

section.awards-section .award-logo {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 12px !important;
  transition: all 0.4s ease !important;
  filter: drop-shadow(0 8px 25px rgba(66, 139, 202, 0.15));
}

section.awards-section .award-logo:hover {
  transform: translateY(-5px) !important;
  filter: drop-shadow(0 15px 35px rgba(66, 139, 202, 0.25));
}

/* Download button styling */
.download-btn-wrapper {
  margin-top: 25px;
}

.download-btn-wrapper .btn {
  background: linear-gradient(135deg, #428bca 0%, #5599d9 100%) !important;
  border: none !important;
  padding: 12px 28px !important;
  border-radius: 25px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(66, 139, 202, 0.3) !important;
}

.download-btn-wrapper .btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(66, 139, 202, 0.4) !important;
  background: linear-gradient(135deg, #5599d9 0%, #428bca 100%) !important;
}

/* Points section with modern cards */
.awards-points {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.awards-points > div {
  background: linear-gradient(135deg, #fff 0%, #fafbfc 100%) !important;
  padding: 20px !important;
  border-radius: 15px !important;
  border: 1px solid rgba(66, 139, 202, 0.1) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

.awards-points > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #428bca, #5599d9);
  border-radius: 0 4px 4px 0;
}

.awards-points > div:hover {
  transform: translateX(8px) !important;
  border-color: rgba(66, 139, 202, 0.2) !important;
  box-shadow: 0 8px 30px rgba(66, 139, 202, 0.1) !important;
}

/* Icons styling */
.awards-points i {
  color: #428bca !important;
  font-size: 1.8rem !important;
  min-width: 45px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(66, 139, 202, 0.1) !important;
  border-radius: 10px !important;
  width: 45px !important;
  height: 45px !important;
  margin-right: 15px !important;
}

/* Text styling */
.awards-points span {
  color: #2c3e50 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  flex: 1 !important;
  font-weight: 500 !important;
}

.awards-points strong {
  color: #1a1a1a !important;
  font-weight: 700 !important;
}

/*--------------------------------------------------------------
# Modern Benefits Tabs Section - IMPROVED VERSION
--------------------------------------------------------------*/

.benefits-section {
  padding: 0px 0; /* Reduced from 60px */
  background: #fff;
}

.benefits-section .subhdr {
  text-align: center;
  margin-bottom: 35px; /* Reduced from 40px */
}

.benefits-section .subhdr h2 {
  color: #1a1a1a;
  font-size: 2.2em;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.benefits-section .subhdr p {
  color: #666;
  font-size: 1.1em;
  margin: 0;
}

/* Tab Navigation - Modern Style */
.benefits-nav-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px; /* Reduced from 50px */
  border: none;
  gap: 10px;
}

.benefits-nav-tabs .nav-item {
  margin: 0;
}

.benefits-nav-tabs .nav-link {
  background: #f8f9fa;
  color: #666;
  border: 1px solid #e9ecef;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
}

.benefits-nav-tabs .nav-link.active {
  background: linear-gradient(135deg, #428bca 0%, #5599d9 100%);
  color: #fff;
  border-color: #428bca;
  box-shadow: 0 4px 15px rgba(66, 139, 202, 0.3);
}

.benefits-nav-tabs .nav-link:hover {
  color: #428bca;
  border-color: #428bca;
  background: #fff;
}

.benefits-nav-tabs .nav-link.active:hover {
  color: #fff;
  background: linear-gradient(135deg, #5599d9 0%, #428bca 100%);
}

/* Tab Content */
.benefits-tab-content {
  min-height: 400px;
}

.benefits-tab-pane {
  display: none;
}

.benefits-tab-pane.active {
  display: block;
  animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Benefits Card Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.benefits-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
  position: relative;
  border-left: 4px solid #428bca;
}

.benefits-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #428bca;
}

.benefits-card h4 {
  color: #1a1a1a;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
}

.benefits-card h4 i {
  color: #428bca;
  font-size: 1.3em;
  margin-right: 10px;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}

.benefits-card .benefit-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-card .benefit-items li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}

.benefits-card .benefit-items li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #428bca;
  font-weight: bold;
  font-size: 14px;
}

.benefits-card .benefit-items li strong {
  color: #1a1a1a;
  font-weight: 700;
}

.benefits-card .benefit-items li span {
  color: #666;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Professional Awards Carousel Section - REDESIGNED
--------------------------------------------------------------*/

.awards-carousel-section {
  padding: 40px 0; /* Reduced from 25px */
  background: linear-gradient(135deg, #f8fafb 0%, #ffffff 100%);
  position: relative;
  border-top: 1px solid rgba(66, 139, 202, 0.1);
}

.awards-carousel-section .section-header {
  text-align: center;
  margin-bottom: 35px; /* Increased from 20px */
}

.awards-carousel-section .section-header h2 {
  color: #1a1a1a;
  font-size: 2em; /* Increased from 1.6em */
  font-weight: 600;
  margin: 0 0 10px 0; /* Increased from 5px */
}

.awards-carousel-section .section-header p {
  color: #666;
  font-size: 1em; /* Increased from 0.85em */
  margin: 0;
}

/* Carousel Container */
.carousel-wrapper {
  position: relative;
  max-width: 900px; /* Increased from 850px */
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.compact-carousel {
  flex: 1;
  background: #fff;
  border-radius: 15px; /* Increased from 10px */
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(66, 139, 202, 0.1);
}

.carousel-inner {
  position: relative;
  height: 220px; /* Increased from 120px */
}

.carousel-slide {
  display: none;
  padding: 25px 35px; /* Increased padding */
  text-align: center;
}

.carousel-slide.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.award-logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 10px; /* Increased from 8px */
}

.award-logo-img {
  max-width: 200px; /* Increased from previous implicit size */
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.logo-fallback {
  display: none;
  padding: 8px 16px;
  background: linear-gradient(135deg, #428bca, #5599d9);
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.award-details {
  text-align: center;
}

.award-title {
  color: #1a1a1a;
  font-size: 1.1em; /* Increased from 1em */
  font-weight: 700;
  margin: 0 0 8px 0; /* Increased from 4px */
  line-height: 1.2;
  text-align: center;
  max-width: 100%;
}

.award-organization {
  color: #666;
  font-size: 0.9em; /* Increased from 0.75em */
  font-style: italic;
  margin: 0;
  text-align: center;
  font-weight: 500;
  display: block !important; /* Force display */
  visibility: visible !important; /* Force visibility */
}

/* Side Navigation */
.carousel-btn {
  background: #fff;
  border: 2px solid #428bca;
  color: #428bca;
  width: 45px; /* Increased from 35px */
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px; /* Increased from 14px */
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(66, 139, 202, 0.2);
}

.carousel-btn:hover {
  background: #428bca;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(66, 139, 202, 0.3);
}

/* Indicators */
.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 8px; /* Increased from 5px */
  margin-top: 25px; /* Increased from 15px */
}

.carousel-indicator {
  width: 10px; /* Increased from 6px */
  height: 10px;
  border-radius: 50%;
  background: rgba(66, 139, 202, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-indicator.active {
  background: #428bca;
  width: 24px; /* Increased from 18px */
  border-radius: 12px;
}

.carousel-indicator:hover {
  background: rgba(66, 139, 202, 0.6);
}

/*--------------------------------------------------------------
# Innovation Behind the Awards Section - IMPROVED SPACING
--------------------------------------------------------------*/

.innovation-section {
  padding: 50px 0; /* Reduced from 60px */
  background: #fff;
  position: relative;
}

.innovation-section .section-header {
  text-align: center;
  margin-bottom: 40px; /* Reduced from 50px */
}

.innovation-section .section-header h2 {
  color: #1a1a1a;
  font-size: 2.2em;
  font-weight: 600;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.innovation-section .section-header .icon {
  font-size: 1.2em;
  color: #428bca;
}

.innovation-intro {
  background: linear-gradient(135deg, #f8fafb 0%, #ffffff 100%);
  border-radius: 12px;
  padding: 35px; /* Reduced from 40px */
  margin-bottom: 40px; /* Reduced from 50px */
  border-left: 5px solid #428bca;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.innovation-intro p {
  color: #495967;
  font-size: 1.1em;
  line-height: 1.7;
  margin: 0 0 20px 0;
}

.innovation-intro p:last-child {
  margin-bottom: 0;
}

.innovation-intro .highlight-text {
  color: #428bca;
  font-weight: 600;
}

/* Technical Innovations Grid */
.innovations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
  margin-bottom: 35px; /* Reduced from 40px */
}

.innovation-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
  position: relative;
  border-left: 4px solid #428bca;
}

.innovation-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #428bca;
}

.innovation-card .card-header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}

.innovation-card .card-icon {
  background: linear-gradient(135deg, #428bca 0%, #5599d9 100%);
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.innovation-card .card-content h4 {
  color: #1a1a1a;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.innovation-card .card-content p {
  color: #666;
  font-size: 0.95em;
  line-height: 1.5;
  margin: 0;
}

/* Bottom CTA */
.innovation-cta {
  background: linear-gradient(135deg, #e3f2fd 0%, #f8fafb 100%);
  border-radius: 12px;
  padding: 30px; /* Reduced from 35px */
  text-align: center;
  border: 1px solid rgba(66, 139, 202, 0.2);
}

.innovation-cta p {
  color: #495967;
  font-size: 1.15em;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

.innovation-cta .highlight {
  color: #428bca;
  font-weight: 700;
}

/*--------------------------------------------------------------
# CTA Section Styling
--------------------------------------------------------------*/

.cta-section {
  padding: 50px 0; /* Reduced from potential 60px */
  background: linear-gradient(135deg, #003564 0%, #1a4a73 100%);
  color: #fff;
}

.cta-content {
  text-align: center;
}

.cta-content h2 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.cta-content .subheading {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2em;
  margin: 0 0 30px 0;
  line-height: 1.5;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
  justify-content: center;
}

.cta-btn-primary {
  background: #fff;
  color: #428bca;
  border: 2px solid #fff;
}

.cta-btn-primary:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.cta-btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.cta-btn-secondary:hover {
  background: #fff;
  color: #428bca;
  transform: translateY(-2px);
}

.trust-indicators {
  text-align: center;
}

.trust-indicators p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.trust-badges {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.trust-badge {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  section.awards-section {
    padding: 40px 0 !important;
  }
  
  .awards-container {
    padding: 30px 20px !important;
  }
  
  section.awards-section .subhdr h2 {
    font-size: 1.8em !important;
  }
  
  .awards-logo-section {
    margin-bottom: 30px !important;
  }
  
  .benefits-section {
    padding: 0px 0;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .benefits-nav-tabs {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .benefits-nav-tabs .nav-link {
    padding: 10px 25px;
    font-size: 15px;
  }
  
  .innovation-section {
    padding: 35px 0;
  }
  
  .innovation-intro {
    padding: 25px 20px;
  }
  
  .innovations-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .innovation-card {
    padding: 20px;
  }
  
  .innovation-cta {
    padding: 25px 20px;
  }
}

@media (max-width: 767.98px) {
  .awards-container {
    padding: 25px 15px !important;
    border-radius: 15px !important;
  }
  
  .awards-points > div {
    padding: 15px !important;
  }
  
  .awards-points i {
    font-size: 1.5rem !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }
  
  .awards-points span {
    font-size: 15px !important;
  }
  
  .benefits-section .subhdr h2 {
    font-size: 1.8em;
  }
  
  .benefits-card {
    padding: 20px;
  }
  
  .benefits-nav-tabs .nav-link {
    width: 200px;
    text-align: center;
  }
  
  .awards-carousel-section {
    padding: 30px 0;
  }
  
  .carousel-wrapper {
    gap: 15px;
    max-width: 100%;
    margin: 0 15px;
  }
  
  .carousel-inner {
    height: 140px;
  }
  
  .carousel-slide {
    padding: 20px 25px;
  }
  
  .award-title {
    font-size: 1em;
  }
  
  .award-organization {
    font-size: 0.8em;
  }
  
  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .innovation-section .section-header h2 {
    font-size: 1.8em;
    flex-direction: column;
    gap: 5px;
  }
  
  .innovation-intro p {
    font-size: 1em;
  }
  
  .innovation-card .card-header {
    gap: 12px;
  }
  
  .innovation-card .card-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  .innovation-card .card-content h4 {
    font-size: 1.1em;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .trust-badges {
    gap: 10px;
  }
}