* {
  font-family: 'Open Sans', sans-serif ;
}



body {
margin: 0;
padding: 0;
font-family: sans-serif;
background: #fff;
}

:root {
--banner-height: 133px;
--banner-bg: #2E67B1;
--banner-hover-bg: #fff;
--nav-link-color: #fff;
--nav-link-hover: #2E67B1;
--logo-width: 167px;
--logo-height: 59px;
--nav-gap: 36px;
--nav-font-size: 18px;
--hamburger-size: 28px;
--header-side-padding: 68px;
}

/* Responsive styles for 1280px */
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .logo-container {
    width: 188px !important;
    height: 67px !important;
    min-width: 188px !important;
    min-height: 67px !important;
  }
  
  .banner-logo {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
}

/* Responsive styles for 1440px */
@media (min-width: 1440px) {
  .logo-container {
    width: 188px !important;
    height: 67px !important;
    min-width: 188px !important;
    min-height: 67px !important;
  }
  
  .banner-logo {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
}

/* Responsive styles for screens above 2000px */
@media (min-width: 2001px) {
  /* Footer adjustments for large screens */
  .site-footer {
    padding: 60px 150px 40px;
  }
  
  .footer-top {
    max-width: 1800px;
    margin: 0 auto 40px;
    gap: 60px;
  }
  
  .footer-left {
    max-width: 300px;
  }
  
  .footer-logo {
    width: 280px;
    height: auto;
    margin-bottom: 25px;
  }
  
  .tagline {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .description {
    font-size: 20px;
    width: 100%;
    max-width: 350px;
    line-height: 1.7;
  }
  
  .footer-middle h4,
  .footer-right h4 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  
  .footer-middle a,
  .footer-right .contact-text,
  .legal-links a {
    font-size: 20px;
    line-height: 1.7;
  }
  
  .footer-bottom {
    max-width: 1800px;
    margin: 0 auto;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  
  .footer-bottom p {
    font-size: 16px;
  }
  
  .social-icon {
    width: 32px;
    height: 32px;
  }
  
  .social-icon img {
    width: 32px;
    height: 32px;
  }
  
  .contact-icon {
    width: 22px;
    height: 22px;
    margin-top: 5px;
  }
  .banner-content {
    max-width: 90%;
  }
  
  .hero-banner {
    height: 600px;
  }
  
  .hero-heading {
    font-size: 64px;
    max-width: 80%;
  }
  
  .carousel-wrapper {
    margin: 0 0 0 -80px;  /* Shift left by 80px */
    max-width: 1800px;
    height: 300px;
  }
  
  .carousel-image {
    width: 500px;
    height: 300px;
  }
  
  .section-container {
    max-width: 1800px;
    margin: 80px auto;
    padding: 0 100px;
  }
  
  .markets-grid,
  .segments-grid {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
    padding: 0 100px;
    max-width: 2000px;
    margin: 0 auto;
  }
  
  .innovation-cards {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 100px;
  }
  
  .news-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 100px;
  }
  
  .news-main {
    max-width: 60%;
  }
  
  .news-sidebar {
    max-width: 35%;
  }
  
  .market-card,
  .segment-card {
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }
  
  .market-card:hover,
  .segment-card:hover {
    transform: scale(1.08);
  }
  
  /* Larger logo for screens above 2000px */
  .logo-container {
    width: 250px !important;
    height: 88px !important;
    min-width: 250px !important;
    min-height: 88px !important;
  }
  
  .banner-logo {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    object-fit: contain !important;
  }
}

.main-banner {
width: 100%;
max-width: 100%;
min-width: 320px;
height: var(--banner-height);
background: var(--banner-bg);
display: flex;
align-items: center;
transition: background 0.4s;
position: relative;
z-index: 10;
padding: 0 var(--header-side-padding);
box-sizing: border-box;
}

.main-banner:hover {
background: var(--banner-hover-bg);
}

.banner-content {
width: 100%;
max-width: 2056px;
margin: 0 auto;
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
padding-right: 68px;
}

.logo-container {
  margin-right: auto;
  flex-shrink: 0;
  width: 167px;
  height: 59px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.banner-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.4s, width 0.3s ease, height 0.3s ease;
  pointer-events: none;
  /* Remove fixed dimensions to allow scaling */
  min-width: auto !important;
  max-width: none !important;
  min-height: auto !important;
  max-height: none !important;
}

.banner-nav {
display: flex;
gap: var(--nav-gap);
margin-right: 36px;
}

.hamburger {
margin-left: 0;
}



.main-banner:hover .banner-logo {
opacity: 1;
}

.banner-nav {
display: flex;
gap: var(--nav-gap);
margin-right: 36px; /* Add gap between nav links and hamburger */
}

.nav-link {
color: var(--nav-link-color);
text-decoration: none;
font-size: var(--nav-font-size);
font-weight: 500;
transition: color 0.3s;
position: relative;
}

.main-banner:hover .nav-link {
color: var(--nav-link-hover);
}

.nav-dropdown {
position: relative;
display: flex;
align-items: center;
}

.dropdown-toggle {
display: inline-block;
vertical-align: middle;
padding: 0 0;
font-size: var(--nav-font-size);
font-weight: 500;
color: var(--nav-link-color);
background: none;
border: none;
cursor: pointer;
line-height: 1.2;
margin: 0;
height: 36px;
align-items: center;
text-decoration: none;
}

.main-banner:hover .dropdown-toggle {
color: var(--nav-link-hover);
}

.dropdown-toggle:focus {
outline: none;
}

/* Make nav links and dropdowns visually consistent */
.banner-nav .nav-link, .banner-nav .dropdown-toggle {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 6px;
  font-size: var(--nav-font-size);
  font-weight: 500;
  color: var(--nav-link-color);
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.2;
  margin: 0;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  overflow: hidden;
}

.banner-nav .nav-link::after,
.banner-nav .dropdown-toggle::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--nav-link-color);
  transition: width 0.3s ease, background-color 0.3s ease;
}

.main-banner:hover .nav-link::after,
.main-banner:hover .dropdown-toggle::after {
  background-color: var(--nav-link-hover);
}

.banner-nav .nav-link:hover::after,
.banner-nav .dropdown-toggle:hover::after {
  width: 100%;
}

.dropdown-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  width: 280px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 16px 14px;
  z-index: 1000;
  font-family: 'Source Sans 3', sans-serif;
}

.dropdown-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.search-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  background: #f0dada;
  border-radius: 12px;
  padding: 4px 8px;
}

.dropdown-search {
  flex-grow: 1;
  padding: 6px 8px;
  border: none;
  background: transparent;
  font-size: 14px;
  outline: none;
}

.search-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.search-btn img {
  width: 16px;
  height: 16px;
}

.dropdown-list {
  max-height: 240px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-list li {
  padding: 8px 6px;
  font-size: 14px;
  color: #222;
  cursor: pointer;
}

.dropdown-list li:hover {
  background-color: #f0f0f0;
}

.dropdown-list li a {
  color: #222;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 6px;
  margin: -8px -6px;
}

.dropdown-list li a:hover {
  color: #222;
  text-decoration: none;
}

.dropdown-list li {
  padding: 8px 6px;
  font-size: 14px;
  color: #222;
  cursor: pointer;
}

.hero-banner {
width: 100%;
height: 481px;
overflow: hidden;
position: relative;
margin-bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}

.carousel-wrapper {
position: relative;
width: 900px;
max-width: 90vw;
height: 200px;
margin: -40px 160px 0 160px;
z-index: 10;
display: flex;
align-items: flex-end;
overflow: visible;
gap: 24px;
}

@media (max-width: 1200px) {
.carousel-wrapper {
  margin-left: 40px;
  margin-right: 40px;
}
}

@media (max-width: 600px) {
.carousel-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
}

.carousel-track {
display: flex;
width: 100%;
justify-content: center;
}

.carousel-image {
width: 357px;
height: 218px;
object-fit: cover;
border-radius: 0;
box-shadow: 0 4px 24px rgba(0,0,0,0.15);
background: #eee;
flex-shrink: 0;
transition: box-shadow 0.3s;
}

.carousel-image:hover {
box-shadow: 0 8px 32px rgba(25,118,210,0.25);
}

@media (max-width: 1000px) {
.carousel-wrapper {
  width: 98vw;
  height: 140px;
}
.carousel-image {
  width: 30vw;
  height: 140px;
}
}

@media (max-width: 600px) {
.carousel-wrapper {
  height: 90px;
  margin-top: -40px;
}
.carousel-image {
  height: 90px;
  width: 32vw;
}
}

.hero-heading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 40px;
font-weight: 600;
color: #fff;
text-align: center;
text-decoration: underline;
letter-spacing: 0.5px;
z-index: 2;
width: 90%;
line-height: 1.2;
text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}

.hero-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.hamburger {
width: var(--hamburger-size);
height: var(--hamburger-size);
background: none;
border: none;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
cursor: pointer;
padding: 0;
z-index: 20;
}

.hamburger span {
display: block;
width: 100%;
height: 4px;
background: #fff;
border-radius: 2px;
transition: background 0.3s;
}

.main-banner:hover .hamburger span {
background: #2E67B1;
}

.section-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 64px 160px 0 160px;
  max-width: none;
  gap: 293px !important ; 
}

@media (max-width: 1200px) {
  .section-container {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 600px) {
  .section-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.text-content {
  max-width: 500px;
}

.yellow-circle {
  width: 130px;
  height: 130px;
  background-color: #FFFFB5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.paragraph {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-button {
  width: 166px;
  height: 43px;
  background-color: #487ABB;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.image-container {
  position: relative;
  width: 400px;
  height: 400px;
}

.big-circle {
  width: 349px;
  height: 349px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 100px;
}

.big-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.small-circle {
  width: 248px;
  height: 248px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: 40px;
  right: 160px;
  transform: translate(50%, 50%);
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.small-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gray-bar-section {
width: 100%;
display: flex;
justify-content: center;
margin-top: 80px;
}

.gray-bar {
background: #ECECEC;
max-width: 1280px;
width: 100%;
height: 59px;
border-radius: 0;
display: flex;
align-items: center;
padding-left: 0;
gap: 0;
}

.toggle-btn {
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
width: 162px;
height: 59px;
padding: 0;
border: 2px solid #2E67B1;
border-radius: 0;
background: #fff;
color: #2E67B1;
cursor: pointer;
transition: background 0.3s, color 0.3s, border-color 0.3s;
display: flex;
align-items: center;
justify-content: center;
}
.toggle-btn.active {
background: #2E67B1;
color: #fff;
}

@media (max-width: 1400px) {
.gray-bar {
  max-width: 1000px;
  padding-left: 24px;
}
}
@media (max-width: 900px) {
.gray-bar {
  max-width: 100%;
  padding-left: 12px;
}
.toggle-btn {
  margin-right: 12px;
  float: left;

  padding: 8px 18px;
  font-size: 16px;
}
}

.markets-grid, .segments-grid {
display: grid;
grid-template-columns: repeat(3, 411px);
gap: 15px 15px;
justify-content: flex-start;
margin: 48px auto 0 auto;
max-width: 1280px;
padding-left: 0;
padding-right: 0;
}

/* Initial state for fade-in animation */
.market-card, .segment-card {
opacity: 0;
transform: translateY(20px);
animation: fadeInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Staggered delay for cards */
.markets-grid .market-card:nth-child(1),
.segments-grid .segment-card:nth-child(1),
.segments-grid .innovation-card:nth-child(1) {
animation-delay: 0.1s;
}

.innovation-card:nth-child(2) {
animation-delay: 0.2s;
}

.innovation-card:nth-child(3) {
animation-delay: 0.3s;
}
.markets-grid .market-card:nth-child(3),
.segments-grid .segment-card:nth-child(3) { animation-delay: 0.3s; }
.markets-grid .market-card:nth-child(4),
.segments-grid .segment-card:nth-child(4) { animation-delay: 0.2s; }
.markets-grid .market-card:nth-child(5),
.segments-grid .segment-card:nth-child(5) { animation-delay: 0.3s; }
.markets-grid .market-card:nth-child(6),
.segments-grid .segment-card:nth-child(6) { animation-delay: 0.4s; }
.markets-grid .market-card:nth-child(7),
.segments-grid .segment-card:nth-child(7) { animation-delay: 0.3s; }
.markets-grid .market-card:nth-child(8),
.segments-grid .segment-card:nth-child(8) { animation-delay: 0.4s; }
.markets-grid .market-card:nth-child(9),
.segments-grid .segment-card:nth-child(9) { animation-delay: 0.5s; }

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

@media (max-width: 1400px) {
.markets-grid, .segments-grid {
  max-width: 1000px;
  padding-left: 24px;
  padding-right: 24px;
}
}
@media (max-width: 900px) {
.markets-grid, .segments-grid {
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
}

@media (max-width: 1400px) {
.markets-grid {
  max-width: 1000px;
  padding-left: 24px;
  padding-right: 24px;
}
}
@media (max-width: 900px) {
.markets-grid {
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
}

.market-card, .segment-card {
width: 411px !important;
height: 205px !important;
background: #fff;
border-radius: 0;
box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 24px 24px 18px 24px;
position: relative;
box-sizing: border-box;
transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
transform: translateY(0);
will-change: transform, box-shadow;
}

.card-content {
position: absolute;
top: 12px;
left: 24px;
right: 24px;
transform: translateY(-10px);
}

/* When hovering over the grid, lift all cards */
.markets-grid:hover .market-card,
.segments-grid:hover .segment-card {
transform: translateY(-8px);
box-shadow: 0 8px 16px rgba(44, 62, 80, 0.12);
}

/* The specific card being hovered lifts more */
.markets-grid .market-card:hover,
.segments-grid .segment-card:hover {
transform: translateY(-12px);
box-shadow: 0 12px 24px rgba(44, 62, 80, 0.15);
z-index: 1;
}

.card-header {
display: flex;
flex-direction: row;
align-items: flex-start;
margin-bottom: 0;
}
.card-logo {
width: 42px;
height: 32px;
margin-right: 16px;
flex-shrink: 0;
}
.card-header-content {
display: flex;
flex-direction: column;
justify-content: flex-start;
flex: 1;
}
.card-title {
color: #003BB2;
font-size: 18px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 4px;
}
.card-desc {
font-size: 14px;
color: #222;
margin: 0;
margin-top: 4px;
word-break: break-word;
overflow-wrap: break-word;
white-space: normal;
max-width: 100%;
}
.card-content,
.market-card .card-body {
margin-left: 0;
padding: 0;
}
.card-logo {
width: 42px;
height: 32px;
margin-right: 16px;
}
.card-title {
color: #003BB2;
font-size: 18px;
font-weight: 600;
line-height: 1.2;
}
.card-body p {
font-size: 14px;
color: #222;
margin: 0 0 0 0;
}
.card-footer {
position: absolute;
right: 24px;
bottom: 18px;
}
.learn-more {
  font-size: 14px;
  color: #003BB2;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 0 0 2px 0;
  transition: color 0.3s ease;
}

.learn-more::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #2970C5;
  transition: width 0.3s ease;
}

.learn-more:hover {
  color: #2970C5;
  text-decoration: none;
}

.learn-more:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

@media (max-width: 1350px) {
.markets-grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 900px;
}
.market-card {
  width: 100%;
}
}
@media (max-width: 900px) {
.markets-grid {
  grid-template-columns: 1fr;
  max-width: 411px;
}
}

/* Responsive Styles */
@media (max-width: 1440px) {
.banner-content {
  max-width: 1280px;
  padding: 0 24px;
}
}

@media (max-width: 1024px) {
.markets-grid, .segments-grid {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px 16px;
  margin: 12px auto 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.market-card, .segment-card {
  max-width: 300px;
  height: 180px !important;
  padding: 16px 12px 12px 12px;
}
}

.banner-content {
  max-width: 100%;
  padding: 0 16px;
}
.banner-logo {
  width: 120px;
  height: 42px;
}
.nav-link {
  font-size: 16px;
}
.hamburger {
  width: 24px;
  height: 24px;
}

@media (max-width: 900px) {
.banner-nav {
  display: none;
}
.hamburger {
  display: flex;
}
}

@media (min-width: 2056px) {
.banner-content {
  max-width: 2056px;
}
}



@media screen and (max-width: 768px) {
  .section-container {
    flex-direction: column;
    text-align: center;
  }

  .image-container {
    margin-top: 40px;
  }

  .text-content {
    max-width: 100%;
  }
}

/* Innovation Hub Section */
.innovation-hub {
max-width: 1280px;
margin: 0 auto;
padding: 80px 24px;
text-align: center;
}

.section-heading {
font-size: 28px;
font-weight: 600;
margin-bottom: 16px;
color: #222;
}

.section-subheading {
font-size: 24px;
color: #555;
width: 880px;
margin: 0 auto 66px;
line-height: 1.4;
text-align: center;
font-weight: 300;
}

.innovation-cards {
display: flex;
justify-content: center;
gap: 24px;
margin: 66px auto 0;
max-width: 1280px;
padding: 0 24px;
transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.innovation-cards:hover .innovation-card:not(:hover) {
transform: translateY(-10px);
transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.innovation-card {
width: 100%;
max-width: 411px;
min-width: 411px;
height: 415px;
background: #FAF7F2;
border-radius: 28px;
padding: 40px 32px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
box-sizing: border-box;
overflow: hidden;
position: relative;
z-index: 1;
opacity: 0;
animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.innovation-card:hover {
transform: translateY(-20px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Specific selector for Learn More links */
.market-card .card-footer .learn-more,
.segments-grid .card-footer .learn-more {
  color: #000 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
  display: inline-block;
  position: relative;
  padding: 0 0 2px 0 !important;
}

.market-card .card-footer .learn-more::after,
.segments-grid .card-footer .learn-more::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #2970C5;
  transition: width 0.3s ease;
}

.market-card .card-footer .learn-more:hover,
.segments-grid .card-footer .learn-more:hover {
  color: #2970C5 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.market-card .card-footer .learn-more:hover::after,
.segments-grid .card-footer .learn-more:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.card-icon {
width: 80px;
height: 80px;
margin-bottom: 32px;
display: flex;
align-items: center;
justify-content: center;
}

.card-icon img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
margin-top: 60px;
}

.innovation-card .card-title {
font-size: 24px;
font-weight: 600;
color: #003BB2;
margin-bottom: 16px;
line-height: 1.3;
}

.innovation-card .card-description {
width: 279px;
font-size: 14px;
line-height: 1.5;
margin-bottom: 32px;
flex-grow: 1;
}

.learn-more-btn {
width: 167px;
height: 39px;
background: #E2DADA;
color: black;
border: none;
border-radius: 28px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: background-color 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
margin-top: auto;
}

.learn-more-btn:hover {
background: #e2dadc;
}

/* Animation Keyframes */
@keyframes fadeInLeft {
from {
  opacity: 0;
  transform: translateX(-20px);
}
to {
  opacity: 1;
  transform: translateX(0);
}
}

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

@keyframes scaleIn {
from {
  opacity: 0;
  transform: scale(0.9);
}
to {
  opacity: 1;
  transform: scale(1);
}
}

/* Sustainability Section */
.sustainability-section {
max-width: 1280px;
margin: 0 auto;
padding: 80px 80px;
overflow: hidden;
}

.sustainability-section .section-heading {
font-size: 28px;
font-weight: 600;
margin: 0 auto 40px;
color: #222;
text-align: center;
}

.sustainability-content {
display: flex;
gap: 60px;
align-items: flex-start;
justify-content: space-between;
}

.sustainability-text {
flex: 1;
opacity: 0;
animation: fadeInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
animation-delay: 0.2s;
}

.sustainability-subheading {
font-size: 24px;
font-weight: 600;
margin-bottom: 16px;
color: #003BB2;
}

.sustainability-description {
width: 437px;
font-size: 18px;
line-height: 1.6;
margin-bottom: 32px;
}

.sustainability-cards {
display: flex;
flex-direction: column;
gap: 23px;
}

.sustainability-card {
display: flex;
align-items: center;
width: 437px;
height: 60px;
background: #f3f3f3;
border-radius: 14px;
padding: 0 24px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
opacity: 0;
transform: translateY(15px);
animation: fadeInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.sustainability-card:nth-child(1) { animation-delay: 0.4s; }
.sustainability-card:nth-child(2) { animation-delay: 0.5s; }
.sustainability-card:nth-child(3) { animation-delay: 0.6s; }

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

.sustainability-card:hover {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.sustainability-card .card-text {
flex: 1;
font-size: 20px;
color: #222;
font-weight: 500;
}

.sustainability-card .card-logo {
width: 33px;
height: 33px;
display: flex;
align-items: center;
justify-content: center;
margin-left: 32px;
}

.sustainability-card .card-logo img {
width: 100%;
height: 100%;
object-fit: contain;
}

.sustainability-image {
flex-shrink: 0;
margin-top: 40px;
align-self: flex-start;
opacity: 0;
animation: fadeInRight 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
animation-delay: 0.3s;
}

.sustainability-image img {
width: 680px;
height: 403px;
object-fit: cover;
border-radius: 0;
box-shadow: none;
display: block;
}

/* News and Insights Section */
.news-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  margin: 0 auto 50px;
  text-align: center;
  display: block;
  max-width: 90%;
}

.news-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 0 20px;
}

.news-main {
  flex: 1;
  max-width: 519px;
}

.news-image-large img {
  width: 100%;
  height: 391px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform 0.5s ease;
}

.news-image-large {
  display: inline-block;
  overflow: visible;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.news-image-large:hover img {
  transform: scale(1.05);
  position: relative;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.news-content {
  padding: 0 10px;
}

.news-heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #222;
  line-height: 1.2;
  text-align: left;
}

.news-text {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.news-sidebar {
  flex: 1;
  max-width: 634px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.news-item {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.news-image-small img {
  width: 302px;
  height: 284px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.5s ease;
}

.news-image-small {
  display: inline-block;
  overflow: visible;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.news-image-small:hover img {
  transform: scale(1.05);
  position: relative;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.news-details {
  flex: 1;
  padding: 10px 0;
}

.news-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 14px 0;
  color: #222;
  line-height: 1.2;
  width: 100%;
  max-width: 417px;
}

.news-excerpt {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 24px 0; /* Increased bottom margin */
}

/* Read more link styles */
.read-more {
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 0 0 2px 0;
  transition: color 0.3s ease;
  margin: 8px 20px 0 auto;
  display: block;
  width: fit-content;
}

.read-more::after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #2970C5;
  transition: width 0.3s ease;
}

.read-more:hover {
  color: #2970C5;
  text-decoration: none;
}

.read-more:hover::after {
  width: calc(100% + 20px);
  right: 0;
  left: auto;
}

/* Responsive styles */
@media (max-width: 1280px) {
  .news-container {
    padding: 0 30px;
    gap: 35px;
  }
  
  .news-main {
    max-width: 500px;
  }
  
  .news-sidebar {
    max-width: 600px;
  }
  
  .news-image-large img {
    height: 360px;
  }
  
  .news-image-small img {
    width: 280px;
    height: 260px;
  }
}

@media (max-width: 1200px) {
  .news-container {
    flex-direction: column;
    align-items: center;
  }
  
  .news-main,
  .news-sidebar {
    max-width: 100%;
  }
  
  .news-item {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .news-item {
    flex-direction: column;
  }
  
  .news-image-small img {
    width: 100%;
    height: auto;
    max-height: 300px;
  }
  
  .news-heading,
  .news-title {
    font-size: 28px;
  }
  
  .news-text,
  .news-excerpt {
    font-size: 16px;
  }
}

/* Footer Section */
.site-footer {
background-color: #2970C5;
color: white;
padding: 40px 80px;
font-family: sans-serif;
width: 100%;
box-sizing: border-box;
}

.footer-top {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 40px;
margin-bottom: 30px;
}

.footer-left {
max-width: 250px;
}

.footer-logo {
width: 243px;
height: 86px;
margin-bottom: 20px;
object-fit: contain;
}

.tagline {
font-size: 18px;
font-weight: 400;
margin-bottom: 15px;
color: white;
}

.description {
font-size: 18px;
color: #d9e8fb;
line-height: 1.6;
margin: 0;
width: 280px;
margin-left: 12px;
}

.footer-middle h4,
.footer-right h4 {
font-size: 24px;
font-weight: 600;
margin-bottom: 20px;
color: white;
}

.footer-middle ul {
list-style: none;
padding: 0;
margin: 0;
}

.footer-middle ul li {
margin-bottom: 8px;
}

.footer-middle a {
  color: #d9e8fb;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.6;
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
  padding: 0 0 2px 0;
  transition: color 0.3s ease;
}

.footer-middle a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #d9e8fb;
  transition: width 0.3s ease;
}

.footer-middle a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-middle a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.contact-item {
display: flex;
margin: 0 0 15px 0;
color: #d9e8fb;
line-height: 1.6;
align-items: flex-start;
}

.contact-icon {
display: inline-flex;
margin-right: 12px;
margin-top: 3px;
width: 18px;
height: 18px;
flex-shrink: 0;
}

/* Specific style for location icon */
.contact-item:last-child .contact-icon {
width: 18px;
height: 18px;
}

.contact-icon img {
width: 100%;
height: 100%;
object-fit: contain;
filter: brightness(0) invert(1);
}

.contact-text {
font-size: 16px;
flex: 1;
}

.social-icons {
display: flex;
gap: 15px;
margin-top: 20px;
}

.social-icons {
display: flex;
gap: 15px;
margin-top: 20px;
}

.social-icon {
display: inline-block;
width: 26px;
height: 26px;
transition: transform 0.3s ease;
flex-shrink: 0;
}

.social-icon img {
width: 26px;
height: 26px;
object-fit: contain;
filter: brightness(0) invert(1); /* Makes the icons white */
transition: all 0.3s ease;
}

.social-icon:hover {
transform: translateY(-3px);
}

.social-icon:hover img {
filter: brightness(0) invert(0.8); /* Slightly darker on hover */
}

.footer-bottom {
border-top: 1px solid #ffffff44;
padding-top: 15px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 10px;
}

.footer-bottom p {
font-size: 14px;
margin: 0;
color: #d9e8fb;
line-height: 1.5;
}

.legal-links {
display: flex;
gap: 15px;
flex-wrap: wrap;
}

.legal-links a {
  font-size: 14px;
  color: #d9e8fb;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
  position: relative;
  padding: 0 0 2px 0;
}

.legal-links a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #d9e8fb;
  transition: width 0.3s ease;
}

.legal-links a:hover {
  color: #fff;
  text-decoration: none;
}

.legal-links a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

/* Exact 1280px width */
@media (width: 1280px) {

  .carousel-wrapper {
    margin: -40px 0px 0 80px;
  }

  .gray-bar {
    max-width: 1210px;
    margin-left: 24px;
    padding-left: 0;
  }

  .markets-grid, .segments-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-rows: 1fr;
    gap: 16px 16px;
    max-width: 100%;
    margin: 12px auto 0 auto;
    justify-content: center;
    align-items: start;
    padding-left: 24px;
    padding-right: 24px;
  }
  .market-card, .segment-card {
    width: 100% !important;
    max-width: 400px;
    height: 220px !important;
    margin: 0 auto;
    box-sizing: border-box;
  }


.innovation-card {
  width: 380px;
  max-width: 380px;
  min-width: 380px;
}

.sustainability-image img {
  width:600px;
}

.news-cards {
  justify-content: center;
  gap: 15px;
}

.news-card {
  width: 300px;
}

/* For smaller than 1280px */
@media (min-width: 1280px) {
.innovation-card {
  max-width: 350px;
}
}

@media (max-width: 1024px) {
.innovation-cards {
  flex-wrap: wrap;
  justify-content: center;
}

.innovation-card {
  max-width: 45%;
}
}

@media (max-width: 768px) {
.innovation-card {
  max-width: 100%;
  min-width: 100%;
}
}


@media (max-width: 768px) {
.section-subheading {
  font-size: 20px;
  margin-bottom: 40px;
}
}
}

@media (min-width: 2000px) {
  /* News Section Spacing */
  .news-container {
    max-width: 2000px;
    margin: 0 auto;
    padding: 0 120px;
    gap: 50px;
    display: flex;
    justify-content: center;
  }
  
  .news-main {
    max-width: 40%;
    padding-right: 40px;
  }
  
  .news-sidebar {
    max-width: 35%;
    gap: 30px;
  }

  .news-title {
    font-size: 34px;
  }

  
  
  /* News Section - High Specificity Override */
  section.news-section .news-container .news-main .news-content {
    padding-top: 2px !important;
  }
  
  section.news-section .news-container .news-main .news-image-large {
    margin-bottom: 4px !important;
  }
  
  section.news-section .news-container .news-main .news-heading {
    margin-bottom: 2px !important;
    line-height: 1.2 !important;
  }
  
  section.news-section .news-container .news-main .news-text {
    margin-bottom: 3px !important;
    line-height: 1.3 !important;
  }
  
  /* Sidebar News Items */
  section.news-section .news-container .news-sidebar .news-item {
    margin-bottom: 12px !important;
    padding: 4px 0 !important;
  }
  
  section.news-section .news-container .news-sidebar .news-details {
    padding-top: 3px !important;
  }
  
  section.news-section .news-container .news-sidebar .news-title {
    margin-bottom: 2px !important;
    line-height: 1.2 !important;
  }
  
  section.news-section .news-container .news-sidebar .news-excerpt {
    margin-bottom: 3px !important;
    line-height: 1.3 !important;
  }

  /* Existing Carousel Styles */
  .carousel-wrapper {
    position: relative;
    width: 900px;
    max-width: 90vw;
    height: 200px;
    margin: -50px 160px 0 470px;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    overflow: visible;
    gap: 24px;
  }

.section-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 250px 160px 0 160px;
    max-width: none;
    gap: 293px !important ; 
}

.carousel-image {
    width: 527px;
    height: 418px;
    margin-bottom: -150px;
    object-fit: cover;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    background: #eee;
    flex-shrink: 0;
    transition: box-shadow 0.3s;
}

.hero-banner {
  width: 100%;
  height: 681px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  }


.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  font-weight: 600;
  margin-top: 3px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  letter-spacing: 0.5px;
  z-index: 2;
  width: 90%;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
  }

  .yellow-circle {
    width: 210px;
    height: 220px;
    background-color: #FFFFB5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.heading {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
}

.paragraph {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-button {
    width: 264px;
    height: 73px;
    background-color: #487ABB;
    color: white;
    font-size: 26px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.big-circle {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 100px;
}

.big-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.small-circle {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: 40px;
  right: 160px;
  transform: translate(50%, 50%);
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.small-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.markets-grid, .segments-grid {
  display: grid;
  grid-template-columns: repeat(3, 411px);
  gap: 15px 215px;
  justify-content: flex-start;
  margin: 48px auto 0 380px;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
  }

  .gray-bar {
    background: #ECECEC;
    max-width: 1860px;
    width: 100%;
    height: 99px;
    border-radius: 0;
    display: flex;
    align-items: center;
    padding-left: 0;
    gap: 0;
    margin-left: 70px;
    }


    .market-card, .segment-card {
      width: 611px !important;
      height: 326px !important;
      margin-top: 10px;
      background: #fff;
      border-radius: 0;
      box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 24px 24px 18px 24px;
      position: relative;
      box-sizing: border-box;
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      transform: translateY(0);
      will-change: transform, box-shadow;
      }
      
      .card-desc {
        font-size: 24px;
        color: #222;
        margin: 0;
        margin-top: 4px;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        max-width: 100%;
    }

    .card-title {
      color: #003BB2;
      font-size: 28px;
      font-weight: 600;
      line-height: 1.2;
  }

  .learn-more {
    font-size: 24px;
    color: #003BB2;
    text-decoration: underline;
    font-weight: 500;
    margin-right: 10px;
}

.card-logo {
  width: 62px;
  height: 42px;
  margin-right: 16px;
  }

  .section-heading {
    font-size: 58px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #222;
}

.section-subheading {
  font-size: 44px;
  color: #555;
  width: 1180px;
  margin: 0 auto 66px;
  line-height: 1.4;
  text-align: center;
  font-weight: 300;
}

.section-heading {
  font-size: 58px;
  font-weight: 600;
  margin-top: 100px;
  margin-bottom: 26px;
  color: #222;
}

.toggle-btn {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  width: 262px;
  height: 99px;
  padding: 0;
  border: 2px solid #2E67B1;
  border-radius: 0;
  background: #fff;
  color: #2E67B1;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innovation-hub {
  max-width: 1980px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
}

.innovation-cards {
  display: flex;
  justify-content: center;
  gap: 96px;
  margin: 66px auto 0;
  margin-right: 310px;
  max-width: 1280px;
  padding: 0 24px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.innovation-card {
  width: 100%;
  max-width: 511px;
  min-width: 511px;
  height: 515px;
  background: #FAF7F2;
  border-radius: 28px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.innovation-card .card-title {
  font-size: 30px;
}

.innovation-card .card-description {
  font-size: 18px;
  margin-bottom: 25px;
}

.innovation-card .learn-more-btn {
  display: inline-block;
  background: transparent;
  color: #003BB2;
  border: 2px solid #003BB2;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.innovation-card .learn-more-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #003BB2;
  transition: width 0.3s ease;
  z-index: -1;
}

.innovation-card .learn-more-btn:hover {
  color: white;
}

.innovation-card .learn-more-btn:hover::before {
  width: 100%;
}

.sustainability-section .section-heading {
  font-size: 58px;
  font-weight: 600;
  margin: 0 auto 40px;
  color: #222;
  text-align: center;
}

.sustainability-section {
  max-width: 1780px;
  margin: 0 auto;
  padding: 80px 80px;
  overflow: hidden;
}

.sustainability-image img {
  width: 980px;
  height: 603px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  display: block;
}

.sustainability-subheading {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #003BB2;
}

.sustainability-description {
  font-size: 30px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 32px;
  width: 700px;
}

.sustainability-card {
  width: 637px;
  height: 80px;
}

.sustainability-card .card-text {
  flex: 1;
  font-size: 28px;
  color: #222;
  width: 1000px;
  font-weight: 500;
}

.sustainability-card .card-logo {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 32px;
  }
  
  .sustainability-card .card-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  }

  .news-section .section-title {
    font-size: 64px;
  }

  .news-image-large img{
    height: 491px;
    min-width: 650px;
  }

  .news-image-small img{
    height: 318px;
    width:402px;
  }
.site-footer .description {
  font-size: 20px;
  width:300px;
}

.footer-middle h4, .footer-right h4 {
  font-size: 26px;
}

.footer-middle a {
  font-size: 20px;

}

.footer-middle a, .footer-right .contact-text, .legal-links a

 {
  font-size: 22px;
}

.footer-bottom p {
  font-size: 16px;
}

.dropdown-panel {
  width:380px;
}

.dropdown-title {
  font-size: 24px;
}

.search-wrapper {
  height: 50px;
}

.search-btn img {
  width: 17px;
  height: 17px;
}

.dropdown-search {
  font-size: 24px;
}

.dropdown-list li {
  font-size: 24px;
}
}

@media (max-width: 1920px) {
.carousel-wrapper {
    margin: -40px 160px 0 360px;
}


.section-container {
  justify-content: space-around;
}
}