@import url("https://fonts.googleapis.com/css2?family=Limelight&family=Roboto:wght@400;500;700;900&display=swap");

:root {
  --ink: #191919;
  --muted: #60656c;
  --line: #ececec;
  --surface: #ffffff;
  --soft: #f7f7f7;
  --brand: #008b8b;
  --brand-strong: #006f72;
  --accent: #fb4f1c;
  --accent-dark: #df3f10;
  --black: #080808;
  --shadow: 0 18px 46px rgba(0, 0, 0, 0.12);
  --gold: #ffb23f;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: var(--surface);
  overflow-x: hidden;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

.topbar {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #9d9d9d;
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(430px, 48vw);
  background: var(--accent);
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 100%, 0 100%);
}

.topbar-inner {
  position: relative;
  z-index: 1;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 64px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
}

.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
  gap: 26px;
}

.topbar a {
  color: #fff;
  text-decoration: none;
}

.topbar span {
  color: #fff;
}

.socials {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #fff;
}

.topbar-right .fa-clock {
  margin-right: 8px;
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 0.95rem;
  text-decoration: none;
  opacity: 0.95;
}

.socials a:hover,
.socials a:focus-visible {
  color: var(--accent);
  opacity: 1;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-height: 126px;
  padding: 0 max(20px, calc((100vw - 1520px) / 2));
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 76px;
  height: auto;
}

.header-touch {
  order: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  background: var(--accent);
  border-radius: 0;
}

.site-nav {
  order: 2;
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto;
  margin-right: 44px;
}

.site-nav a {
  position: relative;
  padding: 50px 24px;
  color: #062538;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  border-bottom: 0;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: none;
  min-width: 190px;
  padding: 8px 0;
  background: #fff;
  border-top: 3px solid var(--accent);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.sub-menu a {
  display: block;
  padding: 10px 18px;
  color: #222;
  white-space: nowrap;
}

.nav-dropdown:hover .sub-menu,
.nav-dropdown:focus-within .sub-menu {
  display: block;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--accent);
  background: transparent;
}

.site-nav > a[aria-current="page"]::after,
.site-nav > .nav-dropdown > a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 34px;
  width: 20px;
  height: 3px;
  background: var(--accent);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  color: var(--brand-strong);
  font-size: 1.5rem;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.hero {
  min-height: 560px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 6vw;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.68)),
    url("https://msol.co.in/wp-content/uploads/2021/05/msol04.jpg") center/cover;
}

.hero-slider {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  height: 375px;
  margin-left: -50vw;
  overflow: hidden;
  background: #111;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  padding: 0 max(20px, calc((100vw - 1240px) / 2));
  color: #fff;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.08);
  animation: msolSlide 12s infinite;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.62));
}

.hero-slide .hero-content {
  position: relative;
  z-index: 1;
  width: min(620px, 50vw);
  max-width: 620px;
  margin-left: 0;
  text-align: right;
}

.slide-one {
  background-image: url("https://msol.co.in/wp-content/uploads/2021/05/msol04.jpg");
}

.slide-two {
  background-image: url("https://msol.co.in/wp-content/uploads/2021/05/msol05.jpg");
  animation-delay: 6s;
}

.hero-slider h1 {
  font-family: "Limelight", Georgia, serif;
  font-size: clamp(33px, 3.4vw, 50px);
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: 400;
}

.slider-bullets {
  position: absolute;
  left: max(20px, calc((100vw - 1240px) / 2 + 80px));
  bottom: 80px;
  z-index: 2;
  display: flex;
  gap: 6px;
}

.slider-bullets span {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: msolBullet 12s infinite;
}

.slider-bullets span:nth-child(2) {
  animation-delay: 6s;
}

@keyframes msolSlide {
  0%, 45% {
    opacity: 1;
    transform: scale(1);
  }
  50%, 95% {
    opacity: 0;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes msolBullet {
  0%, 45% {
    background: #fff;
  }
  50%, 100% {
    background: transparent;
  }
}

.hero::after {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin-left: auto;
  text-align: right;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero .eyebrow {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0.16em;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-family: "Limelight", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.16;
  letter-spacing: 0.04em;
  font-weight: 400;
}

h2 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 3.2vw, 2.7rem);
  line-height: 1.12;
  font-weight: 850;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.24rem;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.16rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 24px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}

.button.primary {
  color: #fff;
  background: var(--accent);
}

.button.primary:hover {
  background: var(--accent-dark);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.section {
  padding: 82px 6vw;
}

.msol-title-section {
  padding-top: 78px;
  padding-bottom: 22px;
}

.gyan-title {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.gyan-title-subtitle {
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.gyan-title-heading {
  position: relative;
  display: inline-block;
  margin-top: 4px;
}

.msol-title-section .gyan-title-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: var(--accent);
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: none;
}

.msol-title-section .gyan-title-subtitle::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 3px;
  background: var(--accent);
}

.msol-title-section .gyan-title-heading {
  margin-top: 6px;
  color: #073449;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: clamp(3.4rem, 4.8vw, 4.45rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.gyan-title-heading::after,
.msol-row-text h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 14px;
  background: var(--accent);
}

.gyan-title-heading::after {
  margin-left: auto;
  margin-right: auto;
}

.msol-title-section .gyan-title-heading::after {
  display: none;
}

.msol-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  max-width: 1470px;
  margin: 0 auto;
  padding: 46px 20px;
}

.msol-row.boxed {
  padding-top: 0;
  padding-bottom: 0;
}

.msol-row-text {
  padding: 24px 70px;
}

.msol-row-text h2 {
  margin-bottom: 22px;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
}

.company-section .msol-row-text h2,
.impact-section .msol-row-text h2 {
  color: #073449;
  font-size: clamp(3.4rem, 4.8vw, 4.45rem);
  line-height: 1.08;
  font-weight: 900;
}

.company-section .msol-row-text h2::after,
.impact-section .msol-row-text h2::after {
  display: none;
}

.msol-row-text p {
  color: var(--muted);
  font-size: 1.24rem;
  line-height: 1.62;
}

.msol-row-image img {
  display: block;
  width: 100%;
  height: auto;
}

.homeServicesRows {
  width: min(1240px, calc(100vw - 40px));
  max-width: 1240px;
  margin: 0 auto;
}

.homeServicesRows .service-row {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.service-row {
  width: min(1474px, calc(100vw - 40px));
  max-width: 1474px;
  column-gap: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 46px 0;
}

main > .service-row {
  width: min(1474px, calc(100vw - 40px)) !important;
  max-width: 1474px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.service-row.text-first {
  grid-template-columns: minmax(0, 1fr) 512px;
}

.service-row.image-first {
  grid-template-columns: 512px minmax(0, 1fr);
}

.service-row .msol-row-text {
  padding: 0;
}

.service-row .msol-row-text h2 {
  margin-bottom: 28px;
  color: #073449;
  font-size: clamp(3.25rem, 3.4vw, 4rem);
  line-height: 1.08;
  font-weight: 900;
}

.service-row .msol-row-text h2::before {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin-bottom: 28px;
  background: var(--accent);
}

.service-row .msol-row-text h2::after {
  display: none;
}

.service-row .msol-row-text p {
  max-width: 930px;
  color: #151515;
  font-size: 1.42rem;
  line-height: 1.62;
}

.service-row .msol-row-image img {
  width: 512px;
  max-width: 100%;
}

.service-row.text-first .msol-row-image {
  justify-self: end;
}

.service-row.image-first .msol-row-image {
  justify-self: start;
}

.portrait-image img {
  max-height: 560px;
  object-fit: contain;
}

.round-image img {
  width: min(100%, 520px);
  margin: 0 auto;
  border-radius: 999px;
}

.about-msol {
  background: #f7f7f7;
}

.aboutBand {
  position: relative;
  padding: 88px 20px 170px;
  background: #f7f7f7;
}

.msolContainer {
  max-width: 1240px;
  margin: 0 auto;
}

.aboutGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  align-items: center;
}

.copyPanel {
  position: relative;
}

.wordpressSubtitle,
.gyan-title .gyan-title-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: var(--accent);
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: none;
}

.wordpressSubtitle::after,
.gyan-title .gyan-title-subtitle::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 3px;
  background: var(--accent);
}

.copyPanel h2 {
  max-width: 620px;
  margin-top: 6px;
  font-size: clamp(2.1rem, 3.6vw, 3.3rem);
}

.gyanTitleDesc {
  margin: 22px 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.copyPanel p {
  color: var(--muted);
  font-size: 1rem;
}

.inlineLink {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 10px;
  padding: 0 24px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: var(--accent);
}

.aboutDotImage {
  position: absolute;
  right: 10px;
  bottom: -40px;
  width: min(224px, 32vw);
  opacity: 0.85;
}

.aboutDotImage img,
.aboutWelcomeImage img {
  display: block;
  width: 100%;
  height: auto;
}

.aboutBand .copyPanel > *:not(.aboutDotImage) {
  position: relative;
  z-index: 1;
}

.aboutBand .aboutDotImage {
  left: 0;
  right: auto;
  bottom: -235px;
  z-index: 0;
  width: min(330px, 38vw);
  opacity: 0.34;
  pointer-events: none;
}

.aboutWelcomeImage img {
  max-width: 707px;
  margin: 0 auto;
}

.about-page-intro,
.about-company-row,
.about-impact-row,
.career-action-section,
.service-detail-section {
  padding: 86px 20px;
}

.about-page-intro {
  padding-bottom: 170px;
  background: #fff;
}

.about-page-intro .copyPanel > *:not(.aboutDotImage) {
  position: relative;
  z-index: 1;
}

.about-page-intro .aboutDotImage {
  left: 0;
  right: auto;
  bottom: -235px;
  z-index: 0;
  width: min(330px, 38vw);
  opacity: 0.34;
  pointer-events: none;
}

.about-page-grid h1 {
  margin: 8px 0 18px;
  color: #073449;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: clamp(2.9rem, 4vw, 4.2rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.aboutSplitGrid,
.careerGrid,
.serviceDetailGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  align-items: center;
}

.aboutLargeImage img,
.aboutRoundImage img,
.careerImage img,
.serviceDetailImage img {
  display: block;
  width: 100%;
  height: auto;
}

.aboutLargeImage img {
  max-width: 707px;
}

.aboutTextBlock h2,
.careerCopy h2,
.serviceDetailCopy h1,
.serviceDetailCopy h2 {
  color: #073449;
  font-size: clamp(2.6rem, 3.6vw, 4rem);
  line-height: 1.08;
  font-weight: 900;
}

.aboutTextBlock h2::after,
.careerCopy h2::after,
.serviceDetailCopy h1::after,
.serviceDetailCopy h2::after {
  display: none;
}

.aboutTextBlock p,
.careerCopy p,
.serviceDetailCopy p {
  color: #30343a;
  font-size: 1.15rem;
  line-height: 1.72;
}

.leadText {
  color: #111;
  font-weight: 700;
}

.about-impact-row,
.career-action-section {
  background: #f7f7f7;
}

.aboutRoundImage img {
  max-width: 707px;
  margin: 0 auto;
  border-radius: 50%;
}

.inner-title-section {
  padding-bottom: 54px;
}

.careerGrid {
  grid-template-columns: minmax(0, 1fr) 520px;
}

.careerImage img {
  max-width: 520px;
  margin: 0 auto;
}

.modal-open {
  overflow: hidden;
}

.modalOverlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.68);
}

.modalOverlay[hidden] {
  display: none;
}

.modalDialog {
  position: relative;
  width: min(860px, 100%);
  max-height: min(92vh, 920px);
  overflow: auto;
  padding: 34px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.modalClose {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  background: var(--accent);
  border: 0;
}

.modalHeader {
  margin-bottom: 22px;
}

.modalHeader h2 {
  margin-bottom: 8px;
  color: #073449;
}

.modalHeader p {
  margin: 0;
  color: var(--muted);
}

.career-modal-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 0;
  box-shadow: none;
  padding: 0;
}

.career-modal-form label:nth-of-type(6),
.career-modal-form label:nth-of-type(7),
.career-modal-form label:nth-of-type(10),
.career-modal-form .button,
.career-modal-form .form-status {
  grid-column: 1 / -1;
}

.service-detail-section {
  background: #fff;
}

.serviceDetailGrid {
  max-width: 1474px;
}

.serviceDetailList {
  display: grid;
  gap: 18px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.serviceDetailList li {
  position: relative;
  padding-left: 24px;
  color: #30343a;
  font-size: 1.1rem;
}

.serviceDetailList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  background: var(--accent);
}

.impact-section {
  background: #fff;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.service-feature {
  display: grid;
  grid-template-columns: minmax(260px, 430px) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.service-feature img {
  width: 100%;
  display: block;
  border-radius: 50%;
  box-shadow: var(--shadow);
}

.service-feature article h3 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.services-band {
  background: #f7f7f7;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.feature-card,
.form-card,
.contact-panel,
.stat-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.feature-card {
  position: relative;
  min-height: 0;
  padding: 0 0 26px;
  overflow: hidden;
  border-top: 0;
}

.feature-card::before {
  display: none;
}

.feature-card img {
  display: block;
  width: 100%;
  aspect-ratio: 300 / 138;
  object-fit: cover;
}

.feature-card h3,
.feature-card p {
  padding-left: 24px;
  padding-right: 24px;
}

.feature-card h3 {
  margin-top: 22px;
}

.feature-card h3::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  background: var(--accent);
}

.split-band {
  background: #f2f4f5;
}

.image-panel {
  min-height: 430px;
  border-radius: 3px;
  box-shadow: var(--shadow);
}

.image-panel-about {
  background:
    url("https://msol.co.in/wp-content/uploads/2021/05/about-welcome.jpg") center/cover;
}

.image-panel-company {
  background:
    url("https://msol.co.in/wp-content/uploads/2021/05/1621613721.jpg") center/cover;
}

.company-section {
  background: #fff;
}

.reverse-column {
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
}

.values-section {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.74)),
    url("https://msol.co.in/wp-content/uploads/2021/05/msol05.jpg") center/cover;
}

.values-section p {
  color: rgba(255, 255, 255, 0.84);
}

.testimonials-section {
  background: #f7f7f7;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.testimonial-grid article {
  padding: 30px;
  background: #fff;
  border-left: 4px solid var(--accent);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.testimonial-grid strong,
.testimonial-grid span {
  display: block;
}

.testimonial-grid span {
  color: var(--muted);
  font-size: 0.9rem;
}

.feature-card p,
.service-list p,
.contact-panel p,
.two-column p,
.muted {
  color: var(--muted);
}

.page-title {
  padding: 94px 6vw 72px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.55)),
    url("https://msol.co.in/wp-content/uploads/2021/05/msol05.jpg") center/cover;
  border-bottom: 0;
  text-align: center;
}

.page-title h1 {
  max-width: 960px;
  color: #fff;
}

.page-title .button {
  margin-top: 28px;
}

.two-column,
.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 44px;
  align-items: start;
}

.stat-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  padding: 0;
  background: var(--line);
}

.stat-panel div {
  padding: 22px;
  background: #fff;
}

.stat-panel strong,
.stat-panel span {
  display: block;
}

.stat-panel span {
  color: var(--muted);
}

.service-list {
  display: grid;
  gap: 0;
  max-width: 1120px;
  margin: 0 auto;
}

.service-list article {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.service-list .inlineLink {
  grid-column: 2;
  width: max-content;
  margin-top: -16px;
}

.servicesIntroSection,
.servicesExploreSection,
.servicesCardsSection {
  padding: 86px 20px;
  background: #fff;
}

.servicesIntroGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 70px;
  align-items: center;
}

.servicesIntroImage img {
  display: block;
  width: min(100%, 520px);
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
}

.servicesExploreSection {
  padding-top: 50px;
  padding-bottom: 42px;
}

.servicesExploreHeader {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}

.servicesTitleLeft {
  max-width: none;
  margin: 0;
  text-align: left;
}

.servicesTitleLeft .gyan-title-subtitle {
  justify-content: flex-start;
}

.servicesTitleLeft .gyan-title-heading::after {
  margin-left: 0;
}

.servicesExploreHeader p {
  margin: 0;
  color: #30343a;
  font-size: 1.18rem;
  line-height: 1.72;
}

.servicesCardsSection {
  padding-top: 32px;
}

.servicesCardsGrid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 0.85fr);
  gap: 54px;
  align-items: start;
}

.serviceCards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.serviceFullCard {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.10);
}

.serviceFullImage {
  display: block;
  overflow: hidden;
}

.serviceFullImage img {
  display: block;
  width: 100%;
  aspect-ratio: 667 / 515;
  object-fit: cover;
  transition: transform 220ms ease;
}

.serviceFullCard:hover .serviceFullImage img {
  transform: scale(1.035);
}

.serviceFullContent {
  padding: 26px 28px 30px;
}

.serviceFullContent h3 {
  margin: 0 0 22px;
  color: #073449;
  font-size: 1.6rem;
  line-height: 1.2;
}

.serviceFullContent h3 a {
  color: inherit;
  text-decoration: none;
}

.serviceLearnLink {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--accent);
  font-weight: 900;
  text-decoration: none;
}

.serviceLearnLink::after {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.servicesSideImage img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
}

.contact-panel,
.form-card {
  padding: 32px;
}

.form-card {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 13px;
  color: var(--ink);
  font: inherit;
  border: 1px solid #bdc7d4;
  border-radius: 3px;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(242, 103, 36, 0.18);
  border-color: var(--accent);
}

.form-status {
  min-height: 24px;
  margin: 0;
  font-weight: 800;
}

.form-status.success {
  color: var(--brand-strong);
}

.form-status.error {
  color: #a83232;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  padding: 58px max(20px, calc((100vw - 1240px) / 2));
  color: #fff;
  background: #050505;
  border-top: 0;
}

.site-footer p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 14px;
  color: #fff;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

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

.site-footer li {
  margin-bottom: 8px;
}

.footer-qr {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.footer-logo {
  width: 126px;
  height: auto;
}

.contact-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  color: #fff;
  background: #242424;
}

.contact-footer div {
  display: grid;
  gap: 4px;
  justify-items: center;
  padding: 28px 20px;
  text-align: center;
  background: #111;
}

.contact-footer a,
.contact-footer strong {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}

.contact-footer span {
  color: var(--gold);
}

.small-footer {
  padding: 18px 6vw;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  background: #050505;
}

.shareBar,
.a2a_floating_style {
  position: fixed;
  right: 9px;
  left: auto;
  top: 48%;
  z-index: 50;
  display: grid;
  gap: 0;
  padding: 0;
  background: transparent;
}

.shareButton,
.a2a_floating_style a {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.shareButton + .shareButton,
.a2a_floating_style a + a {
  margin-top: 8px;
}

.shareButton span {
  position: absolute;
  left: -9999px;
}

.a2a_svg {
  display: block;
  width: 46px;
  height: 46px;
}

.a2a_label {
  position: absolute;
  left: -9999px;
}

.shareFacebook,
.a2a_s_facebook {
  background: rgb(59, 89, 152);
}

.shareTwitter,
.a2a_s_twitter {
  background: rgb(85, 172, 238);
}

.shareLinkedin,
.a2a_s_linkedin {
  background: rgb(0, 123, 181);
}

.shareWhatsapp,
.a2a_s_whatsapp {
  background: rgb(18, 175, 10);
}

.shareMore,
.a2a_s_a2a {
  background: rgb(1, 102, 255);
}

.shareButton::after,
.a2a_svg::after {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Font Awesome 6 Brands";
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.shareFacebook::after,
.a2a_s_facebook::after { content: "\f39e"; }
.shareTwitter::after,
.a2a_s_twitter::after { content: "\f099"; }
.shareLinkedin::after,
.a2a_s_linkedin::after { content: "\f0e1"; }
.shareWhatsapp::after,
.a2a_s_whatsapp::after { content: "\f232"; }
.shareMore::after,
.a2a_s_a2a::after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 900;
}

.sharePopup {
  position: fixed;
  right: 58px;
  top: 48%;
  z-index: 75;
  display: none;
  width: min(390px, calc(100vw - 90px));
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  transform: translateY(-35%);
}

.sharePopupVisible {
  display: block;
}

.sharePopupGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 10px 12px;
}

.sharePopupItem {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  color: #05f;
  font-size: 1.26rem;
  line-height: 1.2;
  text-decoration: none;
}

.sharePopupItem:hover,
.sharePopupItem:focus-visible {
  color: #003fb5;
}

.sharePopupIcon {
  display: grid;
  flex: 0 0 32px;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}

.sharePopupMore {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 12px;
  color: #111;
  font-size: 1.25rem;
  text-decoration: none;
  background: #eee;
  border-top: 1px solid #dedede;
}

.sharePopupMore .sharePopupIcon {
  background: rgb(1, 102, 255);
}

.shareColorFacebook { background: rgb(59, 89, 152); }
.shareColorTwitter { background: rgb(85, 172, 238); }
.shareColorEmail { background: rgb(1, 102, 255); }
.shareColorPinterest { background: rgb(189, 8, 28); }
.shareColorLinkedin { background: rgb(0, 123, 181); }
.shareColorReddit { background: rgb(255, 69, 0); }
.shareColorWhatsapp { background: rgb(18, 175, 10); }
.shareColorGmail { background: rgb(221, 75, 57); }

.chatFab {
  position: fixed;
  left: 28px;
  bottom: 24px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  min-height: 74px;
  padding: 0;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  background: var(--accent);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(251, 79, 28, 0.28);
}

.chatPanel {
  position: fixed;
  left: 28px;
  bottom: 110px;
  z-index: 80;
  display: none;
  width: min(400px, calc(100vw - 56px));
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.chatPanelVisible {
  display: block;
}

.chatHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 78px;
  padding: 0 22px;
  color: #fff;
  background: #0b446d;
}

.chatHeader strong {
  font-size: 1.1rem;
}

.chatHeader button {
  width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  color: #fff;
  font-size: 1.3rem;
  background: transparent;
  border: 0;
}

.chatBody {
  display: grid;
  gap: 13px;
  padding: 24px 22px 22px;
}

.chatBody p {
  margin: 0 0 4px;
  color: #283448;
  font-size: 1.05rem;
}

.chatBody a,
.chatBody button {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0 18px;
  color: #073449;
  font: inherit;
  font-weight: 900;
  text-align: left;
  text-decoration: none;
  background: #f4f7fb;
  border: 1px solid #d7e0ec;
  border-radius: 6px;
}

@media (max-width: 820px) {
  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .topbar-left,
  .topbar-right {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: absolute;
    top: 126px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px 6vw 18px;
    background: #fff;
    border-bottom: 1px solid var(--line);
  }

  .site-nav.open {
    display: flex;
  }

  .feature-grid,
  .msol-row,
  .aboutGrid,
  .aboutSplitGrid,
  .careerGrid,
  .serviceDetailGrid,
  .servicesIntroGrid,
  .servicesExploreHeader,
  .servicesCardsGrid,
  .service-feature,
  .two-column,
  .form-layout,
  .site-footer,
  .testimonial-grid,
  .contact-footer,
  .reverse-column {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 420px;
    padding-top: 96px;
    padding-bottom: 92px;
  }

  .hero-slider {
    height: 420px;
  }

  .hero-slide {
    padding: 40px 20px;
  }

  .hero-slide .hero-content {
    width: min(620px, calc(100vw - 40px));
    margin-left: 0;
    text-align: left;
  }

  .hero-content {
    margin-left: 0;
    text-align: left;
  }

  .msol-row {
    padding: 32px 20px;
  }

  .service-row,
  .service-row.text-first,
  .service-row.image-first {
    width: auto;
    grid-template-columns: 1fr;
    row-gap: 26px;
    padding: 32px 20px;
  }

  .msol-row-text {
    padding: 16px 0;
  }

  .service-row .msol-row-text h2 {
    font-size: clamp(2.5rem, 12vw, 3.2rem);
  }

  .service-row .msol-row-text p {
    font-size: 1.12rem;
  }

  .service-row .msol-row-image,
  .service-row.text-first .msol-row-image,
  .service-row.image-first .msol-row-image {
    justify-self: stretch;
  }

  .service-row .msol-row-image img {
    width: 100%;
  }

  .about-page-intro,
  .about-company-row,
  .about-impact-row,
  .career-action-section,
  .service-detail-section {
    padding: 54px 20px;
  }

  .career-modal-form {
    grid-template-columns: 1fr;
  }

  .service-list article,
  .service-list .inlineLink {
    grid-template-columns: 1fr;
    grid-column: 1;
  }

  .servicesIntroSection,
  .servicesExploreSection,
  .servicesCardsSection {
    padding: 54px 20px;
  }

  .servicesIntroGrid,
  .servicesExploreHeader,
  .servicesCardsGrid {
    gap: 34px;
  }

  .serviceCards {
    grid-template-columns: 1fr;
  }

  .servicesSideImage img {
    max-width: 280px;
  }

  .chatFab {
    left: 18px;
    bottom: 18px;
    width: 64px;
    height: 64px;
    min-height: 64px;
  }

  .chatPanel {
    left: 18px;
    bottom: 94px;
    width: min(380px, calc(100vw - 36px));
  }

  .site-nav a {
    padding: 12px 0;
  }

  .nav-dropdown {
    display: grid;
  }

  .sub-menu {
    position: static;
    display: grid;
    padding: 0 0 0 16px;
    border: 0;
    box-shadow: none;
  }

  .header-touch {
    display: none;
  }
}

@media (max-width: 520px) {
  .site-header,
  .section,
  .page-title,
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
