* {
  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;
}

.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;
}

.banner-logo {
position: absolute;
top: 0;
left: 0;
width: 167px !important;
height: 59px !important;
object-fit: contain;
opacity: 0;
transition: opacity 0.4s;
pointer-events: none;
/* Force the dimensions */
min-width: 167px !important;
max-width: 167px !important;
min-height: 59px !important;
max-height: 59px !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;
transition: color 0.3s;
}

.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;
}




.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 130px;
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;
}

@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: 1270px;
}
}
@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;
}

.segments-grid {
  max-width: 1000px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: 28px;
}

}
@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;
  margin-left: 20px;
}
}
@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: underline;
font-weight: 500;
}

@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);
}

.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;
color: #555;
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;
color: #555;
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 {
max-width: 1280px;
margin: 0 auto;
padding: 0px;
background-color: #fff;
}

.news-heading {
font-size: 36px;
font-weight: 600;
color: #222;
text-align: center;
margin-bottom: 40px;
}

.news-cards {
display: flex;
justify-content: space-between;
margin-left: -3px;
gap: 4px;
margin-bottom: 40px;
}

.news-card {
width: 411px;
height: 209px;
min-width: 411px;
min-height: 209px;
background: #58B2F0;
border-radius: 12px;
padding: 24px;
display: flex;
flex-direction: column;
justify-content: space-between;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
opacity: 0;
animation: scaleIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
box-sizing: border-box;
overflow: hidden;
}

.news-card:nth-child(1) { animation-delay: 0.2s; }
.news-card:nth-child(2) { animation-delay: 0.3s; }
.news-card:nth-child(3) { animation-delay: 0.4s; }

.news-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.news-title {
font-size: 22px;
font-weight: 400;
color: black;
margin-bottom: 8px;
line-height: 1.3;
}

.news-date {
font-size: 16px;
color:black;
margin: 0;
font-weight: 400;
}

.view-details {
align-self: flex-end;
font-size: 18px;
color:black;
text-decoration: none;
font-weight: 400;
position: relative;
padding-right: 24px;
transition: all 0.2s ease;
margin-top: auto;
opacity: 0.9;
}

.view-details::after {
content: '→';
position: absolute;
right: 0;
transition: transform 0.2s ease;
}

.view-details:hover {
opacity: 1;
transform: translateY(-1px);
}

.view-details:hover::after {
transform: translateX(4px);
}

/* 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-left: 12px;
width: 280px;
}

.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: block;
margin-bottom: 8px;
}

.footer-middle a:hover {
text-decoration: underline;
}

.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;
}

.legal-links a:hover {
text-decoration: underline;
}

/* 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 (max-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) {

.carousel-wrapper {
    position: relative;
    width: 900px;
    max-width: 90vw;
    height: 200px;
    margin: -50px 160px 0 340px;
    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 160px 160px;
    max-width: none;
}

.carousel-image {
    width: 627px;
    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: 38px;
  line-height: 1.6;
  width: 800px;
  margin-bottom: 30px;
}

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


.big-circle {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -40%;
  right: 100px;
}
 
.big-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.small-circle {
  width: 500px;
  height: 500px;
  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: 35px 375px;
  justify-content: flex-start;
  margin: 48px auto 0 99px;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
  }

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

.banner-nav .nav-link, .banner-nav .dropdown-toggle {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 6px;
  font-size: 29px;
  font-weight: 500;
  color: var(--nav-link-color);
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.2;
  margin: 0;
  text-decoration: none;
  transition: color 0.3s;
}

.hamburger {
  width: 34px;
  height: 28px;
}

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

    .market-card, .segment-card {
      width: 750px !important;
      height: 335px !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-desc {
        font-size: 26px;
        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: 30px;
      font-weight: 600;
      line-height: 1.2;
  }

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

.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;
}

.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: 44px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #003BB2;
}

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

.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;
  }
  
  .sustainability-card {
    display: flex;
    align-items: center;
    width: 637px;
    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;
}

.news-heading
 {
    font-size: 56px;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin-bottom: 80px;
}

.news-title {
  font-size: 33px;
  font-weight: 400;
  color: black;
  margin-bottom: 8px;
  line-height: 1.3;
}

.news-cards {
  display: flex;
  justify-content: space-between;
  gap: 94px;
  margin-left: -210px;
}

.news-card {
  width: 511px;
  height: 209px;
  min-width: 511px;
  min-height: 309px;
  background: #58B2F0;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  opacity: 0;
  animation: scaleIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  box-sizing: border-box;
  overflow: hidden;
}

.news-date {
  font-size: 26px;
  color: black;
  margin: 0;
  font-weight: 400;
}

.view-details {
  align-self: flex-end;
  font-size: 28px;
  color: black;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  padding-right: 24px;
  transition: all 0.2s ease;
  margin-top: auto;
  opacity: 0.9;
}

.card-icon {
  width: 150px;
  height: 150px;
  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: 0px;
  }

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

  .innovation-card .card-description {
    width: 350px;
    font-size: 22px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 36px;
    flex-grow: 1;
}

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

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

.footer-middle a
 {
    color: #d9e8fb;
    font-size: 28px;
    text-decoration: none;
    line-height: 1.6;
    display: block;
    margin-bottom: 8px;
}

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

.contact-icon {
  display: inline-flex;
  margin-right: 18px;
  margin-top: 5px;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  }
  
.contact-item:last-child .contact-icon {
  width: 28px;
  height: 28px;
  }
  
  .contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(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: 36px;
    height: 36px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    }
    
    .social-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0) invert(1); /* Makes the icons white */
    transition: all 0.3s ease;
    }
    
    .footer-logo
     {
        width: 342px;
        height: 156px;
        margin-bottom: 20px;
        object-fit: contain;
    }

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

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

  .legal-links a {
    font-size: 19px;
    color: #d9e8fb;
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}

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


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


}
