/* Sneran Ventures brand overrides */
:root {
  --theme-color: #1090a0;
  --theme-color2: #004050;
  --theme-bg-light: #f3f8f9;
  --theme-bg-light2: #eef7f8;
  --color-dark: #004050;
  --footer-bg: #00343f;
}

html {
  scroll-behavior: smooth;
}

/* ---------- Logo: keep square mark unstretched ---------- */
.navbar .navbar-brand,
.navbar .offcanvas-brand,
.footer-logo {
  width: auto !important;
}

.navbar .navbar-brand img,
.navbar .offcanvas-brand img,
.footer-logo img,
.navbar .navbar-brand .logo-display,
.navbar .navbar-brand .logo-scrolled {
  width: 48px !important;
  max-width: 48px !important;
  height: 48px !important;
  max-height: 48px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block;
  flex: 0 0 48px !important;
  align-self: center !important;
  aspect-ratio: 1 / 1 !important;
}

.footer-logo img {
  width: 56px !important;
  max-width: 56px !important;
  height: 56px !important;
  max-height: 56px !important;
  margin-bottom: 0 !important;
}

.sneran-logo-mark {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  width: auto !important;
}

.sneran-logo-mark span {
  font-weight: 700;
  color: var(--color-dark);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
}

.header-2.h-abs .sneran-logo-mark span,
.header-2.h-abs.sticky .sneran-logo-mark span {
  color: var(--color-dark);
}

.footer-logo.sneran-logo-mark span {
  color: #fff;
  font-size: 1.15rem;
}

.header-2.h-abs.sticky .navbar-brand img,
.header-2.h-abs .navbar-brand img {
  filter: none;
}

/* ---------- Hero: compact banner, wider content ---------- */
.hero-section.hs-2 .hero-single,
.hero-section.hs-3 .hero-single {
  min-height: 715px !important; /* ~20% taller than previous ~594px */
  padding-top: 192px !important;
  padding-bottom: 120px !important;
}

.hs-2 .hero-single .hero-content .hero-sub-title {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem) !important;
  letter-spacing: 1px !important;
  line-height: 1.25 !important;
  margin-bottom: 10px !important;
}

.hs-2 .hero-single .hero-content .hero-title,
.hero-section .hero-single .hero-content .hero-title {
  font-size: clamp(1.85rem, 3.4vw, 2.75rem) !important;
  line-height: 1.25 !important;
  margin: 8px 0 14px !important;
  text-transform: none !important;
  max-width: 920px;
}

.hs-2 .hero-single .hero-content .hero-title span,
.hero-section .hero-single .hero-content .hero-title span {
  display: inline;
  font-family: inherit !important;
  font-weight: 700;
  color: var(--theme-color);
  line-height: inherit;
  white-space: nowrap;
}

.hero-section .hero-content p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
  margin-bottom: 18px !important;
  font-size: 1.05rem !important;
}

.hs-2 .hero-info {
  margin-bottom: 8px;
}

.hero-section .hero-content .shape {
  pointer-events: none;
  z-index: 0;
  width: 28% !important;
  top: -18% !important;
}

.hero-section .hero-content .hero-title,
.hero-section .hero-content .hero-sub-title,
.hero-section .hero-content p,
.hero-section .hero-content .hero-info,
.hero-section .hero-content .hero-btn {
  position: relative;
  z-index: 1;
}

/* Wave on every hero slide (not only the first) */
.hs-2 .hero-single {
  position: relative;
  overflow: hidden;
}

.hs-2 .hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  z-index: 3;
  pointer-events: none;
  line-height: 0;
}

.hs-2 .hero-wave img {
  width: 100%;
  height: auto;
  display: block;
}

.hs-2 .hero-single > .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .hero-section.hs-2 .hero-single {
    min-height: 620px !important;
    padding-top: 168px !important;
    padding-bottom: 108px !important;
  }
}

/* ---------- Mission / Vision ---------- */
.mission-vision-area .mv-card {
  background: var(--theme-color);
  border: none;
  border-radius: 16px;
  padding: 36px 30px;
  height: 100%;
  transition: 0.3s;
  color: #fff;
}

.mission-vision-area .mv-card:hover {
  background: var(--theme-color2);
  box-shadow: 0 12px 30px rgba(0, 64, 80, 0.2);
}

.mission-vision-area .mv-card .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  margin-bottom: 18px;
}

.mission-vision-area .mv-card .icon img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.mission-vision-area .mv-card h4 {
  color: #fff;
  margin-bottom: 12px;
}

.mission-vision-area .mv-card p {
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0;
  line-height: 1.7;
}

/* ---------- About highlight block ---------- */
.about-area3 .about-left .about-content-wrap .about-item.about-highlight {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 20px 18px;
}

.about-area3 .about-left .about-content-wrap .about-item.about-highlight .icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  min-width: 56px;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color);
  border-radius: 50%;
}

.about-area3 .about-left .about-content-wrap .about-item.about-highlight .icon img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.about-area3 .about-left .about-content-wrap .about-item.about-highlight .content {
  flex: 1;
  min-width: 0;
}

.about-area3 .about-left .about-content-wrap .about-item.about-highlight .content h4 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  line-height: 1.35;
  color: var(--color-dark);
}

.about-area3 .about-left .about-content-wrap .about-item.about-highlight .content p {
  margin: 0;
  line-height: 1.65;
  color: var(--body-text-color);
}

/* ---------- Services image cards ---------- */
.service-grid .service-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0, 64, 80, 0.08);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}

.service-grid .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(16, 144, 160, 0.16);
}

.service-grid .service-card-img {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.service-grid .service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.service-grid .service-card:hover .service-card-img img {
  transform: scale(1.06);
}

.service-grid .service-card-body {
  padding: 20px 18px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-grid .service-card-body h4 {
  color: var(--color-dark);
  font-size: 1.05rem;
  line-height: 1.35;
  margin: 0 0 8px;
}

.service-grid .service-card-body p {
  margin: 0;
  line-height: 1.6;
  color: var(--body-text-color);
  font-size: 0.95rem;
}

/* ---------- Why choose: keep big numbers behind titles ---------- */
.choose-area .choose-item .count {
  display: none !important;
}

.choose-area .choose-item {
  height: 100%;
  overflow: hidden;
  padding: 22px 20px !important;
}

.site-heading .site-title-tagline {
  margin-bottom: 14px !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2 !important;
  padding: 8px 16px !important;
  font-size: 1rem !important;
  font-family: inherit !important;
  font-weight: 600;
}

.site-heading .site-title-tagline i {
  font-style: normal;
}

.choose-area .choose-item .top {
  position: relative;
  z-index: 1;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  align-items: flex-start !important;
}

.choose-area .choose-item .top h4 {
  font-size: 1.05rem !important;
  line-height: 1.4 !important;
  margin: 0;
}

/* ---------- Industries ---------- */
.industry-item {
  background: #fff;
  border: 1px solid var(--border-info-color);
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
  height: 100%;
  transition: 0.3s;
}

.industry-item:hover {
  border-color: var(--theme-color);
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(16, 144, 160, 0.12);
}

.industry-item .icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(16, 144, 160, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-item .icon i {
  color: var(--theme-color);
  font-size: 1.25rem;
}

.industry-item h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
  color: var(--color-dark);
}

.industries-row {
  justify-content: center;
}

.process-area2 {
  padding-bottom: 120px;
}

.process-item .content h4 {
  line-height: 1.35;
}

.process-item .content p {
  line-height: 1.65;
}

.about-list img {
  filter: invert(48%) sepia(42%) saturate(647%) hue-rotate(143deg) brightness(92%) contrast(92%);
}

/* ---------- CTA ---------- */
.cta-area .cta-content .site-title {
  font-size: clamp(1.25rem, 2vw, 1.85rem) !important;
  line-height: 1.4 !important;
  color: #fff !important;
}

.cta-area .cta-content .site-title span {
  font-family: inherit !important;
  font-weight: 700;
  color: #9ee8f0 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.cta-area .cta-content .site-title-tagline {
  color: #9ee8f0 !important;
  border-color: rgba(158, 232, 240, 0.55) !important;
  background: rgba(255, 255, 255, 0.08);
}

.cta-area .cta-content .site-title-tagline i {
  background: #9ee8f0 !important;
  color: var(--theme-color2) !important;
}

.site-heading .site-title {
  line-height: 1.3;
}

.site-heading .site-title-tagline {
  margin-bottom: 12px;
  display: inline-flex;
}

/* ---------- Quote / contact ---------- */
.quote-area .quote-form {
  background: #fff;
  border-radius: 16px;
  padding: 36px 30px;
  box-shadow: 0 12px 40px rgba(0, 64, 80, 0.08);
  border: 1px solid var(--border-info-color);
}

.quote-area .form-control,
.quote-area .form-select {
  min-height: 52px;
  border-radius: 10px;
}

.quote-area textarea.form-control {
  min-height: 120px;
}

.quote-area .contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.quote-area .contact-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.quote-area .contact-info-item .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(16, 144, 160, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.quote-area .contact-info-item .icon img {
  width: 24px;
  height: 24px;
}

.quote-area .contact-info-item h5 {
  margin: 0 0 4px;
  color: var(--color-dark);
  font-size: 0.95rem;
}

.quote-area .contact-info-item a {
  color: var(--theme-color);
  font-weight: 600;
}

/* ---------- Footer watermark: show full company name ---------- */
.footer-area {
  overflow: hidden;
  position: relative;
}

.footer-area .text-shape {
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  top: 68% !important;
  transform: translate(-50%, -50%);
  font-size: clamp(4.5rem, 12vw, 9.5rem) !important;
  line-height: 1 !important;
  height: auto !important;
  width: max-content !important;
  max-width: 92%;
  white-space: nowrap;
  letter-spacing: 0.08em;
  opacity: 0.06 !important;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.footer-area .footer-widget,
.footer-area .copyright {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .hs-2 .hero-single .hero-content .hero-title span {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-brand img,
  .navbar .offcanvas-brand img {
    width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    max-height: 40px !important;
  }

  .footer-logo img {
    width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    max-height: 48px !important;
  }

  .sneran-logo-mark span {
    font-size: 0.85rem;
  }

  .hero-section .hero-content {
    padding-top: 20px;
  }

  .hero-section.hs-2 .hero-single {
    min-height: 560px !important;
    padding-top: 156px !important;
    padding-bottom: 96px !important;
  }

  .hs-2 .hero-single .hero-content .hero-title,
  .hero-section .hero-single .hero-content .hero-title {
    font-size: clamp(1.6rem, 6.5vw, 2.1rem) !important;
  }

  .cta-area .text-lg-end {
    text-align: left !important;
  }

  .footer-area .text-shape {
    font-size: clamp(4rem, 22vw, 8rem) !important;
    top: 60% !important;
  }

  .service-grid .service-card-img {
    height: 160px;
  }
}

/* ---------- About page ---------- */
.pks-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16, 144, 160, 0.12);
  color: var(--theme-color);
  border: 1px solid rgba(16, 144, 160, 0.35);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
}

.about-page-section .about-right .about-text {
  line-height: 1.7;
}

.about-page-section .about-content .about-item {
  height: 100%;
  align-items: flex-start;
  background: #f5fafb;
  border: 1px solid rgba(16, 144, 160, 0.12);
  border-radius: 14px;
  padding: 18px 16px;
}

.about-page-section .about-content .about-item .content h4 {
  font-size: 1.05rem;
  line-height: 1.35;
}

.about-page-section .about-content .about-item .content p {
  margin-bottom: 0;
  line-height: 1.55;
  font-size: 0.95rem;
}

/* About media collage */
.about-media {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 0 28px 0;
}

.about-media-main {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 64, 80, 0.16);
}

.about-media-main img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}

.about-media-side {
  position: absolute;
  left: -18px;
  bottom: 0;
  width: 42%;
  border-radius: 18px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 14px 28px rgba(0, 64, 80, 0.18);
  z-index: 2;
}

.about-media-side img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.about-media-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  background: linear-gradient(135deg, var(--theme-color), var(--theme-color2));
  color: #fff;
  border-radius: 16px;
  padding: 16px 18px;
  min-width: 140px;
  box-shadow: 0 12px 24px rgba(0, 64, 80, 0.25);
  text-align: center;
}

.about-media-badge strong {
  display: block;
  font-size: 1.65rem;
  line-height: 1.1;
  font-weight: 700;
}

.about-media-badge span {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  opacity: 0.95;
  line-height: 1.3;
}

/* Milestone strip */
.about-milestones {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: linear-gradient(135deg, var(--theme-color2), #003845);
  border-radius: 18px;
  padding: 28px 12px;
  align-items: stretch;
}

.milestone-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 12px 16px;
  position: relative;
  min-height: 140px;
}

.milestone-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18%;
  height: 64%;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.milestone-item .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.milestone-item .icon img {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.milestone-item .content h4 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.15;
}

.milestone-item .content p {
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.35;
}

/* About page spacing polish */
.choose-area.pt-70 .choose-content .site-heading {
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .about-media {
    max-width: 440px;
    margin-bottom: 12px;
  }

  .about-media-main img {
    height: 380px;
  }

  .about-media-side {
    left: 0;
    width: 44%;
  }

  .about-media-side img {
    height: 160px;
  }

  .about-milestones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px 8px;
  }

  .milestone-item {
    min-height: 120px;
  }

  .milestone-item:nth-child(2)::after,
  .milestone-item:nth-child(4)::after {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .about-media-main img {
    height: 320px;
  }

  .about-media-side {
    width: 48%;
  }

  .about-media-side img {
    height: 130px;
  }

  .about-media-badge {
    right: 10px;
    bottom: 10px;
    padding: 12px 14px;
    min-width: 120px;
  }

  .about-milestones {
    grid-template-columns: 1fr;
  }

  .milestone-item:not(:last-child)::after {
    display: none;
  }

  .milestone-item {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 14px;
    min-height: auto;
    padding: 14px 18px;
  }
}

.header .sneran-logo-mark span {
  color: var(--color-dark);
}

/* ---------- Services page ---------- */
.services-intro .site-title {
  margin-bottom: 16px;
}

.services-intro p {
  line-height: 1.7;
  max-width: 640px;
}

.services-page-grid .service-grid {
  scroll-margin-top: 100px;
}

.services-page-grid [id] {
  scroll-margin-top: 110px;
}

.service-detail [id],
.service-detail {
  scroll-margin-top: 110px;
}

.service-detail-media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 64, 80, 0.14);
}

.service-detail-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.service-detail-content .site-title-tagline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 6px 16px 6px 6px;
  border-radius: 999px;
  border: 1.5px solid rgba(16, 144, 160, 0.45);
  background: rgba(16, 144, 160, 0.1);
  color: var(--theme-color);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.service-detail-content .site-title-tagline i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.service-detail-alt .service-detail-content .site-title-tagline {
  background: #fff;
  border-color: rgba(16, 144, 160, 0.35);
  box-shadow: 0 4px 14px rgba(0, 64, 80, 0.06);
}

.service-detail-content .site-title {
  margin-bottom: 14px;
}

.service-detail-content p {
  line-height: 1.7;
  margin-bottom: 18px;
}

.service-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.service-detail-list li {
  position: relative;
  padding-left: 32px;
  line-height: 1.55;
  color: var(--color-dark);
}

.service-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(16, 144, 160, 0.15);
  box-shadow: inset 0 0 0 5px var(--theme-color);
}

.service-detail-alt {
  background: var(--theme-bg-light);
  padding-top: 70px;
  padding-bottom: 70px;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .service-detail-media img {
    height: 280px;
  }

  .services-intro .text-lg-end {
    text-align: left !important;
  }
}

@media (max-width: 575.98px) {
  .service-detail-media img {
    height: 220px;
  }
}

/* ---------- Industries page ---------- */
.industries-intro .site-title {
  margin-bottom: 16px;
}

.industries-intro p {
  line-height: 1.7;
  max-width: 640px;
}

.industry-page-grid [id] {
  scroll-margin-top: 110px;
}

.industry-item-rich {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 18px 22px;
}

.industry-item-rich h4 {
  margin-bottom: 8px;
}

.industry-item-rich p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--body-text-color);
}

/* Subtle colourful industry icons */
.industry-page-grid .industries-row > [class*="col-"]:nth-child(1) .industry-item .icon {
  background: rgba(16, 144, 160, 0.14);
}
.industry-page-grid .industries-row > [class*="col-"]:nth-child(1) .industry-item .icon i {
  color: #1090a0;
}

.industry-page-grid .industries-row > [class*="col-"]:nth-child(2) .industry-item .icon {
  background: rgba(70, 120, 180, 0.14);
}
.industry-page-grid .industries-row > [class*="col-"]:nth-child(2) .industry-item .icon i {
  color: #4678b4;
}

.industry-page-grid .industries-row > [class*="col-"]:nth-child(3) .industry-item .icon {
  background: rgba(180, 110, 60, 0.14);
}
.industry-page-grid .industries-row > [class*="col-"]:nth-child(3) .industry-item .icon i {
  color: #b46e3c;
}

.industry-page-grid .industries-row > [class*="col-"]:nth-child(4) .industry-item .icon {
  background: rgba(90, 130, 200, 0.14);
}
.industry-page-grid .industries-row > [class*="col-"]:nth-child(4) .industry-item .icon i {
  color: #5a82c8;
}

.industry-page-grid .industries-row > [class*="col-"]:nth-child(5) .industry-item .icon {
  background: rgba(200, 80, 100, 0.12);
}
.industry-page-grid .industries-row > [class*="col-"]:nth-child(5) .industry-item .icon i {
  color: #c85064;
}

.industry-page-grid .industries-row > [class*="col-"]:nth-child(6) .industry-item .icon {
  background: rgba(100, 140, 80, 0.14);
}
.industry-page-grid .industries-row > [class*="col-"]:nth-child(6) .industry-item .icon i {
  color: #648c50;
}

.industry-page-grid .industries-row > [class*="col-"]:nth-child(7) .industry-item .icon {
  background: rgba(80, 130, 150, 0.14);
}
.industry-page-grid .industries-row > [class*="col-"]:nth-child(7) .industry-item .icon i {
  color: #508296;
}

.industry-page-grid .industries-row > [class*="col-"]:nth-child(8) .industry-item .icon {
  background: rgba(160, 100, 140, 0.12);
}
.industry-page-grid .industries-row > [class*="col-"]:nth-child(8) .industry-item .icon i {
  color: #a0648c;
}

.industry-page-grid .industries-row > [class*="col-"]:nth-child(9) .industry-item .icon {
  background: rgba(120, 110, 70, 0.14);
}
.industry-page-grid .industries-row > [class*="col-"]:nth-child(9) .industry-item .icon i {
  color: #786e46;
}

.industry-page-grid .industries-row > [class*="col-"]:nth-child(10) .industry-item .icon {
  background: rgba(200, 130, 50, 0.14);
}
.industry-page-grid .industries-row > [class*="col-"]:nth-child(10) .industry-item .icon i {
  color: #c88232;
}

@media (max-width: 991.98px) {
  .industries-intro .text-lg-end {
    text-align: left !important;
  }
}

/* ---------- Process page ---------- */
.process-intro .site-title {
  margin-bottom: 16px;
}

.process-intro p {
  line-height: 1.7;
  max-width: 640px;
}

.process-page-grid [id] {
  scroll-margin-top: 110px;
}

.process-page-grid.process-area2 {
  padding-bottom: 0;
}

.process-trust-item {
  background: #fff;
  border: 1px solid var(--border-info-color);
  border-radius: 14px;
  padding: 26px 20px;
  height: 100%;
  text-align: center;
  transition: 0.3s;
}

.process-trust-item:hover {
  border-color: var(--theme-color);
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(16, 144, 160, 0.12);
}

.process-trust-item .icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(16, 144, 160, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-trust-item .icon i {
  color: var(--theme-color);
  font-size: 1.2rem;
}

.process-trust-item h4 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--color-dark);
}

.process-trust .row.g-4 > [class*="col-"]:nth-child(2) .process-trust-item .icon {
  background: rgba(70, 120, 180, 0.14);
}
.process-trust .row.g-4 > [class*="col-"]:nth-child(2) .process-trust-item .icon i {
  color: #4678b4;
}

.process-trust .row.g-4 > [class*="col-"]:nth-child(3) .process-trust-item .icon {
  background: rgba(180, 110, 60, 0.14);
}
.process-trust .row.g-4 > [class*="col-"]:nth-child(3) .process-trust-item .icon i {
  color: #b46e3c;
}

.process-trust .row.g-4 > [class*="col-"]:nth-child(4) .process-trust-item .icon {
  background: rgba(100, 140, 80, 0.14);
}
.process-trust .row.g-4 > [class*="col-"]:nth-child(4) .process-trust-item .icon i {
  color: #648c50;
}

.process-trust .row.g-4 > [class*="col-"]:nth-child(5) .process-trust-item .icon {
  background: rgba(200, 80, 100, 0.12);
}
.process-trust .row.g-4 > [class*="col-"]:nth-child(5) .process-trust-item .icon i {
  color: #c85064;
}

.process-trust .row.g-4 > [class*="col-"]:nth-child(6) .process-trust-item .icon {
  background: rgba(160, 100, 140, 0.12);
}
.process-trust .row.g-4 > [class*="col-"]:nth-child(6) .process-trust-item .icon i {
  color: #a0648c;
}

@media (max-width: 991.98px) {
  .process-intro .text-lg-end {
    text-align: left !important;
  }
}

/* ---------- Contact page ---------- */
.contact-page-area .site-title {
  font-size: 38px !important;
}

.contact-page-area .contact-info-item .content span {
  display: block;
  color: var(--body-text-color);
  font-size: 0.95rem;
  line-height: 1.5;
}

#inquiry-form {
  scroll-margin-top: 110px;
}

.contact-help {
  background: var(--theme-bg-light);
}

.contact-help-card {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid var(--border-info-color);
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}

.contact-help-card:hover {
  border-color: var(--theme-color);
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(16, 144, 160, 0.12);
  color: inherit;
}

.contact-help-card .icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(16, 144, 160, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-help-card .icon i {
  color: var(--theme-color);
  font-size: 1.2rem;
}

.contact-help-card h4 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  color: var(--color-dark);
}

.contact-help-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--body-text-color);
}

.contact-help .row.g-4 > [class*="col-"]:nth-child(2) .contact-help-card .icon {
  background: rgba(70, 120, 180, 0.14);
}
.contact-help .row.g-4 > [class*="col-"]:nth-child(2) .contact-help-card .icon i {
  color: #4678b4;
}

.contact-help .row.g-4 > [class*="col-"]:nth-child(3) .contact-help-card .icon {
  background: rgba(180, 110, 60, 0.14);
}
.contact-help .row.g-4 > [class*="col-"]:nth-child(3) .contact-help-card .icon i {
  color: #b46e3c;
}

/* Footer address + socials */
.footer-widget-box.about-us .footer-address h5 {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 8px;
}

.footer-widget-box.about-us .footer-address p {
  margin: 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}

.footer-widget-box.about-us .footer-social {
  margin-top: 18px !important;
  padding-left: 0;
  list-style: none;
}

/* ---------- Quote modal ---------- */
#quoteModal .quote-modal-content {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 64, 80, 0.2);
}

#quoteModal .modal-header {
  align-items: flex-start;
  border-bottom: 1px solid rgba(16, 144, 160, 0.12);
  background: linear-gradient(135deg, rgba(16, 144, 160, 0.08), rgba(0, 64, 80, 0.04));
  padding: 24px 28px 18px;
}

#quoteModal .btn-close {
  margin-top: 4px;
  opacity: 0.7;
}

#quoteModal .btn-close:hover {
  opacity: 1;
}

#quoteModal .quote-modal-heading {
  padding-right: 12px;
}

#quoteModal .quote-modal-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1.5px solid rgba(16, 144, 160, 0.4);
  background: rgba(16, 144, 160, 0.1);
  color: var(--theme-color);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
}

#quoteModal .modal-title {
  color: var(--color-dark);
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 6px;
}

#quoteModal .quote-modal-sub {
  margin: 0;
  color: var(--body-text-color);
  font-size: 0.95rem;
  line-height: 1.55;
}

#quoteModal .modal-body {
  padding: 24px 28px 28px;
}

#quoteModal .quote-modal-form .form-control,
#quoteModal .quote-modal-form .form-select {
  min-height: 52px;
  border-radius: 10px;
}

#quoteModal .quote-modal-form textarea.form-control {
  min-height: 110px;
}

#quoteModal .quote-modal-form .theme-btn {
  width: 100%;
  justify-content: center;
}

/* Homepage compact quote band */
.quote-cta-band {
  background: var(--theme-bg-light);
}

.quote-cta-band .site-title {
  margin-bottom: 12px;
}

.quote-cta-band p {
  margin-bottom: 0;
  line-height: 1.7;
  max-width: 560px;
}

@media (max-width: 991.98px) {
  .quote-cta-band .text-lg-end {
    text-align: left !important;
  }

  #quoteModal .modal-header,
  #quoteModal .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  #quoteModal .modal-title {
    font-size: 1.3rem;
  }
}
