/* SIAL Networks – custom layer on DigiMedia v3 theme */

/* ---- Contact form (id changed from #contact to #contact-form) ---- */
form.contact-form,
form#contact-form {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
  border-radius: 23px;
  text-align: center;
}

form.contact-form:before,
form#contact-form:before {
  background-image: url(../images/contact-top-right-v3.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 726px;
  height: 78px;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
}

form.contact-form:after,
form#contact-form:after {
  background-image: url(../images/contact-bottom-right-v3.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 532px;
  height: 80px;
  background-repeat: no-repeat;
  content: "";
}

form.contact-form #map iframe,
form#contact-form #map iframe {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  margin-bottom: -7px;
  position: relative;
  z-index: 2;
}

form.contact-form input,
form#contact-form input {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0 20px;
  border-radius: 23px;
  margin-top: 30px;
}

form.contact-form textarea,
form#contact-form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 200px;
  min-height: 200px;
  height: 200px;
  border-radius: 23px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-top: 30px;
}

form.contact-form button,
form#contact-form button {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #4da6e7;
  margin-top: 30px;
  width: 100%;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 1px solid #4da6e7;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}

form.contact-form button:hover,
form#contact-form button:hover {
  background-color: #4da6e7 !important;
  color: #fff !important;
}

#contact-alert.alert-success {
  background: #e8f5e9;
  border: 1px solid #4caf50;
  color: #2e7d32;
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 20px;
}

#contact-alert.alert-danger {
  background: #fdecea;
  border: 1px solid #ef5350;
  color: #c62828;
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 20px;
}

/* ---- Homepage sections ---- */
.home-features {
  padding: 100px 0 80px;
  position: relative;
  z-index: 2;
}

.home-features .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.sial-feature-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  padding: 36px 28px;
  height: 100%;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.sial-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(77, 166, 231, 0.15);
}

.sial-feature-card .icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: linear-gradient(135deg, #4da6e7 0%, #726ae3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.sial-feature-card .icon-wrap img {
  max-width: 36px;
  filter: brightness(0) invert(1);
}

.sial-feature-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.sial-feature-card p {
  font-size: 15px;
  line-height: 26px;
  color: #6a6a6a;
  margin-bottom: 0;
}

.sial-feature-card .tag-list {
  margin-top: 16px;
  padding: 0;
  list-style: none;
}

.sial-feature-card .tag-list li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #4da6e7;
  background: rgba(77, 166, 231, 0.1);
  border-radius: 20px;
  padding: 4px 12px;
  margin: 4px 4px 0 0;
}

.sial-stats {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a3a52 100%);
  padding: 70px 0;
  margin: 0;
}

.sial-stats .stat-item {
  text-align: center;
  padding: 20px 10px;
}

.sial-stats .stat-item h3 {
  font-size: 42px;
  font-weight: 700;
  color: #4da6e7;
  margin-bottom: 8px;
}

.sial-stats .stat-item p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.sial-process {
  padding: 100px 0 80px;
}

.sial-process .step-card {
  text-align: center;
  padding: 30px 20px;
  position: relative;
}

.sial-process .step-num {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  background: #4da6e7;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto 20px;
}

.sial-process .step-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 12px;
}

.sial-process .step-card p {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 24px;
}

.sial-tech-bar {
  background: #f5f8fc;
  padding: 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.sial-tech-bar p {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #afafaf;
  margin-bottom: 20px;
}

.sial-tech-bar .tech-tags {
  text-align: center;
}

.sial-tech-bar .tech-tags span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #2a2a2a;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 8px 18px;
  margin: 5px;
}

.sial-about-snippet {
  padding: 100px 0;
}

.sial-about-snippet .ticks-list span {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #2a2a2a;
}

.sial-about-snippet .ticks-list span i {
  color: #4da6e7;
  margin-right: 8px;
}

.sial-cta-band {
  background-image: url(../images/quote-bg-v3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 0;
  text-align: center;
  margin-top: 0;
}

.sial-cta-band h4,
.sial-cta-band h6,
.sial-cta-band p {
  color: #fff;
}

.sial-cta-band p {
  opacity: 0.9;
  max-width: 620px;
  margin: 0 auto 30px;
}

.sial-cta-band .line-dec {
  background-color: #fff;
  margin: 0 auto 24px;
}

.sial-cta-band .border-first-button a {
  background: #fff;
  color: #4da6e7;
}

.sial-cta-band .border-first-button a:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

/* ---- Rich footer ---- */
.sial-footer {
  background-image: url(../images/footer-bg-v3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding: 70px 0 0;
}

.sial-footer .footer-brand img {
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 56px;
  margin-bottom: 18px;
  object-fit: contain;
  display: block;
}

.sial-footer .footer-brand p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.sial-footer h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}

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

.sial-footer ul li {
  margin-bottom: 10px;
}

.sial-footer ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  transition: color 0.3s;
}

.sial-footer ul li a:hover {
  color: #4da6e7;
}

.sial-footer .footer-contact li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.sial-footer .footer-contact li i {
  color: #4da6e7;
  width: 20px;
  margin-right: 8px;
}

.sial-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 50px;
  padding: 22px 0;
}

.sial-footer .footer-bottom p {
  text-align: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.sial-footer .footer-bottom a {
  color: #fff;
}

/* ---- About page extras ---- */
.sial-values {
  background: #f5f8fc;
  padding: 90px 0;
}

.sial-value-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 24px;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}

.sial-value-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 12px;
}

.sial-value-card h5 i {
  color: #4da6e7;
  margin-right: 10px;
}

.sial-value-card p {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 24px;
  margin: 0;
}

/* ---- Services page: 6 tabs ---- */
.services .naccs .menu div {
  width: 16.66%;
  font-size: 16px;
}

.services .naccs .menu div .thumb {
  padding: 20px 5px;
}

.services-page-intro {
  text-align: center;
  max-width: 780px;
  margin: -40px auto 50px;
  font-size: 16px;
  line-height: 28px;
  color: #6a6a6a;
}

/* ---- Hero tweak ---- */
.main-banner .left-content h2 {
  font-size: 46px;
  line-height: 58px;
}

.main-banner .hero-badges span {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #4da6e7;
  background: rgba(77, 166, 231, 0.12);
  border-radius: 20px;
  padding: 6px 14px;
  margin: 0 8px 8px 0;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .services .naccs .menu div {
    width: 33.33%;
    font-size: 14px;
  }

  .services ul.nacc li.active {
    padding: 40px 30px 30px;
  }

  .main-banner .left-content h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .sial-stats .stat-item h3 {
    font-size: 32px;
  }

  .sial-footer .footer-brand p,
  .sial-footer h5 {
    text-align: center;
  }

  .sial-footer ul {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .services .naccs .menu div {
    width: 50%;
  }

  form.contact-form:before,
  form#contact-form:before,
  form.contact-form:after,
  form#contact-form:after {
    display: none;
  }
}

/* ---- Portfolio / Projects ---- */
.portfolio-intro {
  max-width: 720px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 28px;
  color: #6a6a6a;
}

.sial-project-grid {
  padding: 60px 0 100px;
  position: relative;
  z-index: 2;
}

.sial-project-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  height: 100%;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.sial-project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(77, 166, 231, 0.18);
}

.sial-project-card .card-image {
  position: relative;
  overflow: hidden;
  max-height: 220px;
}

.sial-project-card .card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.sial-project-card .card-category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #4da6e7;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sial-project-card .card-body {
  padding: 28px 26px 30px;
}

.sial-project-card .card-body h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 12px;
}

.sial-project-card .card-body p {
  font-size: 14px;
  line-height: 24px;
  color: #6a6a6a;
  margin-bottom: 16px;
}

.sial-project-card .tech-stack {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.sial-project-card .tech-stack li {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #4da6e7;
  background: rgba(77, 166, 231, 0.1);
  border-radius: 6px;
  padding: 4px 10px;
  margin: 0 4px 6px 0;
}

.sial-project-card .outcome {
  font-size: 13px;
  font-weight: 600;
  color: #2a2a2a;
  border-top: 1px solid #f0f0f0;
  padding-top: 14px;
  margin: 0;
}

.sial-project-card .outcome i {
  color: #4da6e7;
  margin-right: 6px;
}

.home-projects {
  padding: 100px 0 80px;
  position: relative;
  z-index: 2;
}

.home-projects .section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.our-portfolio .portfolio-item .down-content span {
  font-size: 13px;
  font-weight: 500;
  color: #6a6a6a;
}

.our-portfolio .portfolio-item .down-content p {
  font-size: 13px;
  color: #afafaf;
  padding: 0 16px 12px;
  margin: 0;
  line-height: 20px;
}

.our-portfolio .owl-nav span {
  cursor: pointer;
}

/* ---- SIAL-ADC product showcase ---- */
.sial-product-showcase {
  background: linear-gradient(135deg, #1a2a3a 0%, #0d2137 50%, #1a3a52 100%);
  padding: 90px 0;
  position: relative;
  z-index: 2;
}

.sial-product-showcase .product-badge {
  display: inline-block;
  background: #4da6e7;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.sial-product-showcase h6,
.sial-product-showcase h4,
.sial-product-showcase p,
.sial-product-showcase h3 {
  color: #fff;
}

.sial-product-showcase h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
}

.sial-product-showcase .product-tagline {
  font-size: 18px;
  color: #4da6e7;
  font-weight: 600;
  margin-bottom: 20px;
}

.sial-product-showcase .product-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 24px;
}

.sial-product-showcase .product-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.sial-product-showcase .product-features li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
}

.sial-product-showcase .product-features li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #4da6e7;
  position: absolute;
  left: 0;
}

.sial-product-showcase .product-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.sial-product-showcase .product-highlights span {
  background: rgba(77, 166, 231, 0.15);
  border: 1px solid rgba(77, 166, 231, 0.4);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 8px;
}

.sial-product-showcase .border-first-button a {
  background: #4da6e7 !important;
  color: #fff !important;
  border-color: #4da6e7 !important;
}

.sial-product-showcase .border-first-button a:hover {
  background: transparent !important;
  color: #4da6e7 !important;
  border-color: #4da6e7 !important;
}

.sial-product-panel {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 32px 28px;
}

.sial-product-panel h5 {
  color: #4da6e7;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.sial-product-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sial-product-panel ul li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 22px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sial-product-panel ul li:last-child {
  border-bottom: none;
}

.sial-expertise-grid {
  padding: 90px 0;
}

.sial-expertise-item {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 24px;
}

.sial-expertise-item .icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4da6e7, #726ae3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.sial-expertise-item .icon-circle i {
  font-size: 32px;
  color: #fff;
}

.sial-expertise-item h5 {
  font-size: 17px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.sial-expertise-item p {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 22px;
  margin: 0;
}

.sial-product-card-featured {
  border: 2px solid #4da6e7;
  position: relative;
}

.sial-product-card-featured .card-category {
  background: #726ae3;
}

.sial-product-card-featured .product-launch-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #f58b56;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}

.services-product-strip {
  background: #f5f8fc;
  padding: 50px 0;
  margin-bottom: 40px;
  border-radius: 0;
}

.services-product-strip .strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.services-product-strip h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 6px;
}

.services-product-strip p {
  font-size: 14px;
  color: #6a6a6a;
  margin: 0;
}

@media (max-width: 991px) {
  .sial-product-showcase h3 {
    font-size: 28px;
  }

  .services-product-strip .strip-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* About page – story & timeline */
.sial-story {
  padding: 80px 0 60px;
  background: #fff;
}

.sial-story .story-block {
  margin-bottom: 28px;
}

.sial-story .story-block:last-child {
  margin-bottom: 0;
}

.sial-story .story-block h5 {
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.sial-story .story-block p {
  font-size: 15px;
  line-height: 1.75;
  color: #6a6a6a;
  margin: 0;
}

.sial-story .story-block a {
  color: #4da6e7;
  text-decoration: underline;
}

.sial-timeline {
  padding: 70px 0 90px;
  background: linear-gradient(135deg, #f8f9fb 0%, #eef3f8 100%);
}

.timeline-item {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  align-items: flex-start;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-year {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #4da6e7;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.timeline-body {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.timeline-body h5 {
  font-size: 17px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 8px;
}

.timeline-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #6a6a6a;
  margin: 0;
}

/* Services page – hero intro & delivery model */
.services-hero-intro {
  padding: 160px 0 40px;
  background: #fff;
  text-align: center;
}

.services-hero-intro p {
  max-width: 720px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 1.75;
  color: #6a6a6a;
}

.sial-delivery-model {
  padding: 80px 0;
  background: #fff;
}

.sial-delivery-card {
  background: #f8f9fb;
  border-radius: 8px;
  padding: 32px 24px;
  height: 100%;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sial-delivery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.sial-delivery-card i {
  font-size: 32px;
  color: #4da6e7;
  margin-bottom: 16px;
}

.sial-delivery-card h5 {
  font-size: 17px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 12px;
}

.sial-delivery-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #6a6a6a;
  margin: 0;
}

@media (max-width: 991px) {
  .services-hero-intro {
    padding-top: 140px;
  }

  .timeline-item {
    flex-direction: column;
    gap: 12px;
  }

  .sial-delivery-card {
    margin-bottom: 20px;
  }
}

/* ---- Header nav: keep all items visible ---- */
@media (min-width: 768px) and (max-width: 1399px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }

  .header-area .main-nav .nav li:last-child {
    padding-left: 10px;
  }

  .header-area .main-nav .nav li a {
    font-size: 13px;
  }

  .header-area .main-nav .nav li:last-child .border-first-button a {
    padding: 8px 14px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child,
  .background-header .main-nav .nav li:last-child {
    display: list-item !important;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .nav li:last-child .border-first-button a {
    display: block !important;
    margin: 8px 20px;
    border-radius: 23px;
  }
}

/* ---- About page ---- */
.about-page-hero {
  padding: 160px 0 50px;
  background: linear-gradient(135deg, #f8f9fb 0%, #eef3f8 100%);
  text-align: center;
}

.about-page-hero p {
  max-width: 680px;
  margin: 18px auto 0;
  font-size: 16px;
  line-height: 1.75;
  color: #6a6a6a;
}

.about-page-hero .hero-tags {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.about-page-hero .hero-tags span {
  background: #fff;
  border: 1px solid #e0e8f0;
  color: #2a2a2a;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 20px;
}

#about.about-inner {
  padding-top: 80px;
  padding-bottom: 100px;
}

.about-ticks {
  margin: 24px 0 10px;
}

.about-ticks span {
  display: block;
  font-size: 14px;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.about-ticks span i {
  color: #4da6e7;
  margin-right: 8px;
}

.sial-adc-teaser {
  padding: 80px 0;
  background: #fff;
}

.sial-adc-teaser-card {
  background: linear-gradient(135deg, #1a2a3a 0%, #0d2137 50%, #1a3a52 100%);
  border-radius: 20px;
  padding: 48px 40px;
  color: #fff;
}

.sial-adc-teaser-card h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}

.sial-adc-teaser-card h4 em {
  font-style: normal;
  color: #4da6e7;
}

.sial-adc-teaser-card p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.sial-adc-teaser-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.sial-adc-teaser-features span {
  background: rgba(77, 166, 231, 0.15);
  border: 1px solid rgba(77, 166, 231, 0.4);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 8px;
}

.sial-adc-teaser-card .border-first-button a {
  background: #4da6e7 !important;
  color: #fff !important;
  border-color: #4da6e7 !important;
}

.sial-adc-teaser-card .border-first-button a:hover {
  background: transparent !important;
  color: #4da6e7 !important;
}

.about-quick-links {
  padding: 70px 0 90px;
  background: #f8f9fb;
}

.about-link-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease;
}

.about-link-card:hover {
  transform: translateY(-4px);
}

.about-link-card i {
  font-size: 28px;
  color: #4da6e7;
  margin-bottom: 14px;
}

.about-link-card h5 {
  font-size: 17px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.about-link-card p {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 1.65;
  margin-bottom: 16px;
}

.about-link-card a {
  color: #4da6e7;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 991px) {
  .about-page-hero {
    padding-top: 140px;
  }

  .sial-adc-teaser-card {
    padding: 32px 24px;
  }

  .about-link-card {
    margin-bottom: 20px;
  }
}
