/* General */
body {
  background: #f4f7fa;
  color: #232b38;
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
  padding-top: 0;
}

/* Navbar with bold accent color and modern tabs */
.navbar {
  background: #232b38 !important;
  box-shadow: 0 2px 12px rgba(35,43,56,0.08);
  min-height: 54px !important;
}
.navbar .navbar-brand {
  color: #36d0d2 !important;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.7rem !important;
  height: 54px !important;
}
.navbar .navbar-brand img {
  height: 48px !important;
  width: 110px !important;
}
.navbar .nav-link {
  color: #fff !important;
  font-weight: 500;
  padding: 0.7rem 1.2rem;
  border-radius: 2rem 2rem 0 0;
  margin: 0 0.2rem;
  position: relative;
  overflow: hidden;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.navbar .nav-link.active,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  background: none;
  color: #36d0d2 !important;
  box-shadow: none;
}
.navbar .nav-link::after {
  display: none;
}
.navbar-nav {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  background: #232b38;
  border-radius: 1.5rem;
  box-shadow: 0 2px 12px rgba(35,43,56,0.08);
  padding: 1rem 1.2rem;
  margin: 0;
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  z-index: 1000;
  display: flex;
}
.navbar .container {
  align-items: center !important;
  min-height: 70px !important;
  display: flex !important;
  flex-wrap: nowrap !important;
}
.navbar-toggler {
  align-self: center !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 64px;
  display: flex;
  align-items: center;
  background: none !important;
  border: none;
  color: #fff;
  box-shadow: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 600px) {
  .navbar .navbar-brand img {
    height: 54px !important;
    width: 120px !important;
  }
}
@media (max-width: 400px) {
  .navbar .navbar-brand img {
    height: 44px !important;
    width: 100px !important;
  }
}
@media (max-width: 350px) {
  .navbar .navbar-brand img {
    height: 38px !important;
    width: 80px !important;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand img {
    height: 120px !important;
    width: 260px !important;
    max-width: 95vw !important;
  }
  .navbar .navbar-brand {
    height: 120px !important;
  }
  .navbar-toggler {
    height: 64px !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
  }
  .navbar .container {
    min-height: 80px !important;
  }
}

/* --- Mobile Navbar: Absolutely Fix Logo and Toggle at Top --- */
@media (max-width: 991.98px) {
  .navbar .container {
    position: relative !important;
    min-height: 64px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block !important;
  }
  .navbar .navbar-brand {
    position: absolute !important;
    left: 0.7rem !important;
    top: 0.5rem !important;
    z-index: 1100 !important;
    margin-bottom: 0 !important;
    height: 54px !important;
    display: flex !important;
    align-items: center !important;
  }
  .navbar .navbar-brand img {
    height: 54px !important;
    width: 120px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    display: block;
  }
  .navbar-toggler {
    position: absolute !important;
    right: 1rem !important;
    top: 0.7rem !important;
    z-index: 1101 !important;
    height: 54px !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }
  .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100vw !important;
    background: #232b38 !important;
    box-shadow: 0 2px 12px rgba(35,43,56,0.08) !important;
    border-radius: 0 0 1.5rem 1.5rem !important;
    padding: 0 !important;
    z-index: 1099 !important;
    transition: max-height 0.3s ease !important;
  }
  .navbar-nav {
    margin-top: 1.5rem !important;
  }
}

/* Gradient Text Utility */
.text-gradient {
  background: linear-gradient(90deg, #ffb600, #00bcd4 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* Main Button */


.bg-gradient{
  background-image: none !important;
}
/* Hero Section */
.hero-section {
  background: #232b38;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 3rem 0;
  color: #fff;
}
.hero-section h1, .hero-section p {
  color: #fff;
  text-shadow: 0 2px 12px rgba(35,43,56,0.18);
}
.hero-section .btn-warning {
  background:#36d0d2;
  color: #232b38 !important;
  border: none;
  font-weight: 600;
  border-radius: 2rem;
  box-shadow: 0 4px 16px rgba(255,182,0,0.13);
}
.hero-section .btn-warning:hover, .hero-section .btn-warning:focus {
  background: #ffd966;
  color: #232b38 !important;
}
.hero-section .btn-outline-light {
  color: #fff !important;
  border: 2px solid #fff;
  background: transparent;
  font-weight: 600;
  border-radius: 2rem;
  transition: background 0.2s, color 0.2s;
}
.hero-section .btn-outline-light:hover, .hero-section .btn-outline-light:focus {
  background: #fff;
  color: #232b38 !important;
}

/* Tabs style for sections */
.nav-tabs {
  border-bottom: 2px solid #ffb600;
}
.nav-tabs .nav-link {
  color: #232b38;
  border: none;
  border-radius: 2rem 2rem 0 0;
  background: #f4f7fa;
  margin: 0 0.2rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  background: #ffb600;
  color: #232b38;
}

/* Sections with pastel gradients */
.section-gradient {
  background: linear-gradient(120deg, #fff8e7 60%, #f8fafc 100%);
}
.section-gradient-light {
  background: linear-gradient(90deg, #f6fff8 60%, #fff3f8 100%);
}

/* Service Cards */
.service-card {
  border-radius: 1.4rem;
  transition: box-shadow 0.2s, transform 0.2s;
}
.service-card:hover {
  box-shadow: 0 6px 32px rgba(255,184,107,0.13);
  transform: translateY(-8px) scale(1.02);
}
.service-icon {
  font-size: 2.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 1.4rem;
  margin-bottom: 1rem;
}
.bg-yellow { background: #fff6c1; color: #c28500;}
.bg-green { background: #e4ffed; color: #209e49;}
.bg-orange { background: #ffe6cc; color: #b86100;}
.bg-pink { background: #ffe1ea; color: #d91e54;}
.bg-purple { background: #ece7ff; color: #7c38b8;}
.bg-mint { background: #e8fff8; color: #1dbd7b;}

/* Why Us Cards */
.why-card {
  border-radius: 1.4rem;
  transition: box-shadow 0.2s, transform 0.2s;
}
.why-card:hover {
  box-shadow: 0 8px 32px rgba(132,225,188,0.14);
  transform: translateY(-6px) scale(1.02);
}

/* Testimonials */
.testimonial-card {
  border-radius: 1.2rem;
}
.testimonial-card img {
  border: 2.5px solid #f6d6f6;
}
.testimonial-card .fw-semibold {
  color: #9552d4;
}

/* Contact Form */
.contact-form {
  border:0.5px solid #232b38;
  background: rgba(255, 255, 255, 0.93);
}
.contact-form .form-label {
  color: #232b38 !important;
  font-weight: 600;
}
.text-linkedin { color: #0a66c2; }
.text-twitter { color: #1da1f2; }
.text-facebook { color: #1877f3; }
.contact-form .btn-main , .lets-connect {
  background: #003366;
  color: #fff;
  border-radius: 2rem;
  font-weight: 600;
  border: none;
  transition: background 0.2s, box-shadow 0.2s;
}
.contact-form .btn-main:hover , .lets-connect:hover {
  background: #0055aa;
  color: #fff;
}
.contact-form input, .contact-form textarea {
  border-radius: 0.7rem;
  border: 1.5px solid #e6eaf0;
  background: #f8fafc;
  color: #232b38;
}
.contact-form input:focus, .contact-form textarea:focus {
  border-color: #00bcd4;
  box-shadow: 0 0 0 2px #00bcd43a;
}
.contact-form label {
  font-size: 1.05rem;
}

/* Team images */
#team img {
  border: 4px solid #ffe6cc;
  box-shadow: 0 2px 10px rgba(255,184,107,0.1);
}

/* Contact Us Button */
.btn-contact-index {
  background: #3ad3dc !important;
  color: #232b38 !important;
  border: 2px solid #3ad3dc !important;
  border-radius: 2rem;
  font-weight: 600;
  transition: box-shadow 0.2s, color 0.2s, background 0.2s;
}
.btn-contact-index:hover, .btn-contact-index:focus {
  background: #3ad3dc !important;
  color: #232b38 !important;
  border-color: #3ad3dc !important;
  box-shadow: 0 6px 20px rgba(58,211,220,0.13);
}

/* Industry Section */
.industry-box {
  min-height: 220px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.industry-box:hover {
  box-shadow: 0 8px 32px rgba(0,188,212,0.18), 0 2px 12px rgba(35,43,56,0.12);
  transform: translateY(-6px) scale(1.03);
}
.industry-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #fff 60%, #00bcd4 100%);
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0,188,212,0.08);
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .industry-box {
    min-height: 160px;
  }
  .industry-circle {
    width: 56px;
    height: 56px;
    font-size: 1.6rem;
  }
  .service-card, .why-card, .testimonial-card {
    margin-bottom: 1rem;
  }
  .hero-section {
    padding: 0.4rem 0 0.4rem 0 !important;
    margin: 0 !important;
    min-height: unset !important;
  }
  .carousel-inner {
    border-radius: 1.2rem;
  }
  .carousel-item img {
    height: 38vh !important;
    min-height: 140px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 1.2rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    background: #232b38;
    border-radius: 1.5rem;
    box-shadow: 0 2px 12px rgba(35,43,56,0.08);
    padding: 1rem 1.2rem;
    margin: 0;
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    z-index: 1000;
    display: flex;
    transform: none;
    transition: none;
    height: auto;
    max-width: none;
    min-width: 0;
  }
  .navbar-nav.show {
    transform: none;
    box-shadow: 0 2px 12px rgba(35,43,56,0.08);
  }
  .navbar-collapse {
    position: static;
    width: auto;
    background: none;
    box-shadow: none;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    position: static;
    width: auto;
    background: rgba(255,255,255,0.07);
    border-radius: 2.5rem;
    box-shadow: 0 2px 12px rgba(35,43,56,0.04);
    padding: 0.3rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
  }
}

/* View All Industries Button */
#viewAllIndustries {
  background: #003366 !important;
  color: #fff !important;
  border: 2px solid #003366 !important;
  font-weight: 700;
  border-radius: 2rem;
  box-shadow: 0 2px 12px rgba(0,51,102,0.10);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
#viewAllIndustries:hover, #viewAllIndustries:focus {
  background: #0055aa !important;
  color: #fff !important;
}

/* Star background animation (moved from index.html) */
#star-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.star-fly {
  position: absolute;
  width: 4px;
  height: 4px;
  background: radial-gradient(circle, #003366 60%, #003366 100%) !important;
  border-radius: 50%;
  opacity: 0.7;
  animation: flyStarCircle linear infinite;
}
@keyframes flyStarCircle {
  0% {
    transform: rotate(0deg) translateX(0) scale(1);
    opacity: 0.7;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: rotate(360deg) translateX(60px) scale(0.7);
    opacity: 0.7;
  }
}

/* Oval 'Our Capabilities' Boxes */
.card.h-100.shadow-sm {
  border-radius: 1.2rem !important; /* Rectangular with rounded corners */
  aspect-ratio: unset !important;
  min-width: 220px;
  min-height: 180px;
  background: linear-gradient(135deg, #e0f7fa 60%, #f8fafc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: 0 4px 24px rgba(58,211,220,0.08);
}
@media (max-width: 767px) {
  .card.h-100.shadow-sm {
    min-width: 120px;
    min-height: 120px;
    border-radius: 1.2rem !important;
    aspect-ratio: unset !important;
  }
}

/* Success Stories Images */
.success-img {
  width: 100%;
  max-width: 320px;
  height: 240px;
  aspect-ratio: 16/11;
  object-fit: cover;
  border-radius: 0.5rem;
  margin: 0 auto 1rem auto;
  display: block;
}
@media (max-width: 767px) {
  .success-img {
    max-width: 100%;
    height: 160px;
    aspect-ratio: 16/11;
  }
}

/* Success Stories images: increase height upward */
.card.h-100.border-0.shadow-sm.align-items-center img {
  width: 100% !important;
  max-width: 100% !important;
  height: 280px !important;
  object-fit: cover;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  border-radius: 0 !important;
}
.card.h-100.border-0.shadow-sm.align-items-center {
  border-radius: 0 !important;
}
.card.h-100.border-0.shadow-sm.align-items-center .card-body {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.5rem !important;
}
/* --- Responsive Utilities & Fixes --- */
@media (max-width: 575.98px) {
  html, body {
    font-size: 15px;
  }
  .container, .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  h1, .display-4, .display-5 {
    font-size: 2rem !important;
  }
  h2 {
    font-size: 1.4rem !important;
  }
  h3, h4, h5 {
    font-size: 1.1rem !important;
  }
  .navbar .navbar-brand {
    font-size: 1.2rem !important;
  }
  .navbar .navbar-brand img {
    height: 38px !important;
    width: 80px !important;
  }
  .footer .container, .site-footer .container {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .carousel-caption {
    left: 2% !important;
    right: 2% !important;
    bottom: 6% !important;
    padding: 0.5rem 0.7rem !important;
  }
  .carousel-caption h2, .carousel-caption .display-5 {
    font-size: 1.2rem !important;
  }
  .carousel-caption p, .carousel-caption .lead {
    font-size: 0.95rem !important;
  }
  .btn, .btn-main, .btn-contact-index {
    font-size: 1rem !important;
    padding: 0.5rem 1.1rem !important;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .card.h-100.shadow-sm {
    min-width: 90px !important;
    min-height: 90px !important;
    border-radius: 50% !important;
    font-size: 0.95rem !important;
  }
  .industry-box {
    min-height: 90px !important;
    font-size: 0.95rem !important;
  }
  .industry-circle {
    width: 38px !important;
    height: 38px !important;
    font-size: 1rem !important;
  }
  .testimonial-card img {
    width: 48px !important;
    height: 48px !important;
  }
  .contact-form {
    padding: 1rem !important;
  }
}
@media (max-width: 400px) {
  .navbar .navbar-brand img {
    width: 140px !important;
    height: 64px !important;
  }
  .navbar .navbar-brand {
    font-size: 0.9rem !important;
  }
}

/* Remove border-radius from specific Success Stories cards */
.card.h-100.border-0.shadow-sm.align-items-center {
  border-radius: 0 !important;
}

/* Remove all right space for carousel */
#heroCarousel {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}
@media (min-width: 768px) {
  #heroCarousel {
    margin-right: 0 !important;
  }
}

/* About page image and overlay styles */
.about-image-container {
  width: 100%;
  max-width: 1600px;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin-top: 0;
  padding-top: 0;
}
.about-image {
  height: 520px;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
}
.about-image-overlay {
  position: absolute;
  top: 48px;
  left: 48px;
  text-align: left;
  z-index: 2;
  width: 50%;
  min-width: 320px;
}
.about-image-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-shadow: 0 2px 8px #232b38;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.about-image-line {
  height: 0.5px;
  border: none;
  border-top: 0.5px solid #fff;
  margin: 0;
  opacity: 0.8;
  width: 100%;
}
.about-image-subtitle {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-top: 0.5rem;
  text-shadow: 0 2px 8px #232b38;
  background: none;
  display: block;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-family: 'Segoe Script', 'Brush Script MT', Arial, Helvetica, sans-serif, sans-serif;
  font-style: normal;
}
.about-main-content {
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif !important;
  font-size: 1.18rem;
  color: #232b38;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.about-main-content p, .about-main-content .lead, .about-main-content .text-secondary {
  font-family: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  margin-bottom: 0.7rem;
}

/* --- About Us Page: Change Heading Color --- */
.about-main-content h1,
.about-main-content h2,
.about-main-content h3,
.about-main-content h4,
.about-main-content h5,
.about-main-content h6 {
  color: #003366 !important;
}

/* --- iPad Carousel Size Reduction --- */
@media (min-width: 768px) and (max-width: 1024px) {
  .carousel-item img {
    height: 450px !important;
    min-height: 120px !important;
    max-height: 450px !important;
    object-fit: cover !important;
    border-radius: 1.2rem !important;
  }
  .carousel-inner {
    border-radius: 1.2rem !important;
  }
  .hero-section {
    min-height: unset !important;
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
}

/* --- iPad Navbar: Remove conflicting always-show rules, use Bootstrap collapse only --- */
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-collapse {
    display: none !important;
  }
  .navbar-collapse.show {
    display: block;
  }
  .navbar-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100%;
    padding: 1rem 1.2rem !important;
    margin: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
}

/* --- iPad Air Landscape: Reduce Navbar Font Size for Single-Line Tabs --- */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
  #mainNav .nav-link {
    font-size: 0.95rem !important;
    
    white-space: nowrap !important;
  }
  #mainNav .nav-item {
    margin-bottom: 0 !important;
  }
}

/* --- iPad Mini: Add Gap Below Success Stories Header --- */
@media (min-width: 600px) and (max-width: 850px) {
  .success-stories-header, .success-stories-title, h2.success-stories-title {
    margin-bottom: 4.5rem !important;
    display: block;
  }
}

/* --- iPad Navbar: Prevent Navbar from Overflowing Right Side on Toggle --- */
@media (min-width: 768px) and (max-width: 1180px) {
  .navbar-collapse {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    border-radius: 0 0 1.5rem 1.5rem !important;
  }
  #mainNav {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    border-radius: 0 0 1.5rem 1.5rem !important;
  }
}

/* --- 1024x768 View: Fix Logo Left, Toggle Right, and Collapse Nav --- */
@media (min-width: 768px) and (max-width: 1040px) {
  .navbar .container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 64px !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    position: relative !important;
  }
  .navbar .navbar-brand {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 1100 !important;
    margin-bottom: 0 !important;
    height: 54px !important;
    display: flex !important;
    align-items: center !important;
  }
  .navbar .navbar-brand img {
    height: 54px !important;
    width: 120px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    display: block;
  }
  .navbar-toggler {
    display: flex !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 1101 !important;
    height: 54px !important;
    align-items: center !important;
    margin: 0 !important;
  }
  .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100vw !important;
    background: #232b38 !important;
    box-shadow: 0 2px 12px rgba(35,43,56,0.08) !important;
    border-radius: 0 0 1.5rem 1.5rem !important;
    padding: 0 !important;
    z-index: 1099 !important;
    transition: max-height 0.3s ease !important;
    display: none !important;
  }
  .navbar-collapse.show {
    display: block !important;
  }
  .navbar-nav {
    margin-top: 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100%;
    padding: 1rem 1.2rem !important;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
}

/* --- iPad: Increase Navigation Width --- */
@media (min-width: 768px) and (max-width: 1366px) {
  .navbar-collapse {
    width: 88vw !important;
    max-width: 88vw !important;
    min-width: 0 !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
    border-radius: 0 0 1.5rem 1.5rem !important;
  }
  #mainNav {
    width: 88vw !important;
    max-width: 88vw !important;
    min-width: 0 !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
    border-radius: 0 0 1.5rem 1.5rem !important;
  }
}

/* --- CSS for services.html page --- */
.immentrix-services h1, .immentrix-services h2, .immentrix-services h3 , .immentrix-vision h1, .immentrix-vision h2, .immentrix-vision h3 , .immentrix-insights h1, .immentrix-insights h2, .immentrix-insights h3 , .immentrix-newsroom h1,
 .immentrix-newsroom h2, .immentrix-newsroom h3,.immentrix-industries h1, .immentrix-industries h2, .immentrix-industries h3 {
    color: #003366;
}
.immentrix-services h1 , .immentrix-vision h1 , .immentrix-newsroom h1 , .immentrix-insights h1 , .immentrix-industries h1 {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 15px;
}
.immentrix-services section , .immentrix-vision section , .immentrix-insights section   {
    margin-bottom: 50px;
}
.immentrix-services ul , .immentrix-vision ul , .immentrix-insights ul {
    padding-left: 20px;
}
.immentrix-services .cta , .immentrix-vision .cta , .immentrix-newsroom .cta {
    text-align: center;
    margin-top: 60px;
}
.immentrix-services .cta a , .immentrix-vision .cta a , .immentrix-newsroom .cta a, .immentrix-insights .cta a {
    display: inline-block;
    background-color: #003366;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 4px;
}
.immentrix-services .cta a:hover , .immentrix-vision .cta a:hover,.immentrix-newsroom .cta a:hover , .immentrix-insights .cta a:hover {
    background-color: #0055aa;
}
.vision-quote {
  background: linear-gradient(90deg, #f6fff8 60%, #fff3f8 100%);
  border-left: 6px solid #00bcd4;
  font-style: italic;
  color: #003366;
}

/* Newsroom Styles */
.immentrix-newsroom .subheading {
  font-size: 1.2rem;
  color: #5a6a7a;
}
.immentrix-newsroom .news-card {
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 1.2rem;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.immentrix-newsroom .news-card:hover {
  box-shadow: 0 6px 32px rgba(0,188,212,0.10);
  transform: translateY(-6px) scale(1.01);
}
.immentrix-newsroom .news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.immentrix-newsroom .news-card-content {
  padding: 1.3rem 1.2rem 1.2rem 1.2rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.immentrix-newsroom .news-date {
  font-size: 0.95rem;
  color: #232b38;
  margin-bottom: 0.2rem;
}
.immentrix-newsroom .news-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0.5rem 0 0.7rem 0;
  color: #003366;
}
.immentrix-newsroom .news-summary {
  font-size: 1rem;
  color: #444;
  flex: 1 1 auto;
}


/* Improved Newsroom CTA Styles */
.newsroom-cta {
  background: #fff;
  border: 1.5px solid #e6eaf0;
  box-shadow: 0 4px 24px rgba(0,188,212,0.07);
  text-align: center;
  padding: 1rem 0.5rem !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.newsroom-cta h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #232b38 !important;
  margin-bottom: 0.5rem !important;
}
.newsroom-cta p {
  font-size: 1rem;
  color: #5a6a7a !important;
  margin-bottom: 1.0rem !important;
}

.immentrix-contact {
    margin-bottom: 25px;
    margin-top: 15px;
}
 .immentrix-insights .image-block {
      margin: 30px 0;
      text-align: center;
    }
    .immentrix-insights .image-block img {
      max-width: 70%;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

/* Improved Insights CTA Styles */
.insights-cta {
  background: #fff;
  border: 1.5px solid #e6eaf0;
  box-shadow: 0 4px 24px rgba(0,188,212,0.07);
  text-align: center;
}
.insights-cta .btn-main {
  background: #003366;
  color: #fff;
  border-radius: 2rem;
  font-weight: 600;
  border: none;
  transition: background 0.2s, box-shadow 0.2s;
}
.insights-cta .btn-main:hover {
  background: #0055aa;
  color: #fff;
}
.insights-cta h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #232b38 ;
}
.insights-cta p {
  font-size: 1.1rem;
  color: #5a6a7a;
}

/* --- CSS for industries.html page --- */
.immentrix-industries .industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.immentrix-industries .industry-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s ease-in-out;
}
.immentrix-industries .industry-card:hover {
  transform: translateY(-5px);
}
.immentrix-industries .industry-card img {
  width: 100%;
  border-radius: 6px;
  height: 160px;
  object-fit: cover;
  margin-bottom: 15px;
}
.immentrix-industries .industry-card h3 {
  color: #102a43;
  font-size: 1.2rem;
  margin: 0 0 10px;
}
.immentrix-industries .industry-card p {
  font-size: 0.95rem;
  line-height: 1.5;
}