
body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #333;
}

/* Hero */
.hero-section {
  background-color: #eef1f2;
  padding: 40px 0;
}
ul.navbar-nav > li > a, a.action_button, #overlay-menu ul li a {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
ul.navbar-nav > li > a{
    font-weight: 600;
}
img.img-fluid.Contact.mw-50 {
    width: 250px !important;
}
.hero-title {
  font-size: 48px;
  font-weight: 700;
}
iframe {
    width: 650px !important;
    height: 350px !important;
}
/* Case Cards */
.case-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
}
.case-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.case-link:hover .case-card {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
.col-md-6.text-center.casestudy-img img {
    border-radius: 8px;
    max-width: 50%;
}
.case-card img {
  width: 100%;
  display: block;
}

.case-card h6 {
  padding: 15px;
  font-size: 15px;
  line-height: 1.4;
}

/* Footer */
.footer {
  background: #0b1320;
  color: #fff;
  padding: 20px 0;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 34px;
  }
}
/* Hero */
.hero-section {
background-color: #eef1f2;
padding: 80px 0;
}


.hero-title {
font-size: 48px;
font-weight: 700;
}


/* Case Cards */
.case-card {
background: #fff;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
overflow: hidden;
height: 100%;
}


.case-card img {
width: 100%;
display: block;
}


.case-card h6 {
padding: 15px;
font-size: 15px;
line-height: 1.4;
}


/* Footer */
.footer {
background: #0b1320;
color: #fff;
padding: 20px 0;
font-size: 14px;
}


/* Responsive */
@media (max-width: 768px) {
.hero-title {
font-size: 34px;
}
}