.gsnm-home {
  color: var(--gsnm-ink);
  font-family: "DM Sans", Arial, sans-serif;
  background: #ffffff;
}

.gsnm-home h1,
.gsnm-home h2,
.gsnm-home h3 {
  font-family: "Red Hat Display", Arial, sans-serif;
  letter-spacing: 0;
}

.gsnm-topbar {
  background: var(--gsnm-blue-dark);
  color: #ffffff;
  font-size: 14px;
}

.gsnm-topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.gsnm-topbar a,
.gsnm-topbar span {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gsnm-navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(20, 33, 61, 0.08);
  backdrop-filter: blur(14px);
}

.gsnm-navbar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.gsnm-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gsnm-ink);
}

.gsnm-brand:hover {
  color: var(--gsnm-blue);
}

.gsnm-brand-mark {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(31, 95, 153, 0.18);
  overflow: hidden;
}

.gsnm-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 3px;
}

.gsnm-brand strong,
.gsnm-brand small {
  display: block;
  line-height: 1.1;
}

.gsnm-brand strong {
  font-size: 16px;
}

.gsnm-brand small {
  color: var(--gsnm-muted);
  font-size: 14px;
  margin-top: 3px;
}

.gsnm-navlinks {
  display: flex;
  align-items: center;
  gap: 28px;
}

.gsnm-navlinks a {
  color: var(--gsnm-ink);
  font-weight: 700;
  font-size: 15px;
}

.gsnm-navlinks a:hover {
  color: var(--gsnm-blue);
}

.gsnm-nav-cta,
.gsnm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  font-weight: 800;
}

.gsnm-nav-cta,
.gsnm-btn-primary {
  color: #ffffff;
  background: var(--gsnm-blue);
  box-shadow: 0 14px 28px rgba(31, 95, 153, 0.23);
}

.gsnm-nav-cta:hover,
.gsnm-btn-primary:hover {
  color: #ffffff;
  background: var(--gsnm-blue-dark);
}

.gsnm-btn-light {
  color: var(--gsnm-ink);
  background: #ffffff;
}

.gsnm-btn-light:hover {
  color: var(--gsnm-blue);
}

.gsnm-hero {
  position: relative;
  min-height: calc(100vh - 124px);
  display: flex;
  align-items: end;
  padding: 140px 0 58px;
  overflow: hidden;
  background: var(--gsnm-blue-dark);
}

.gsnm-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(8, 24, 45, 0.9) 0%,
      rgba(8, 24, 45, 0.62) 42%,
      rgba(8, 24, 45, 0.2) 100%
    ),
    url("../images/gsnm/banner_1.png"), url("../images/banner/21.webp");
  background-size: cover;
  background-position: center;
}

.gsnm-hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 360px);
  gap: 46px;
  align-items: end;
}

.gsnm-kicker,
.gsnm-section-label {
  display: inline-flex;
  color: var(--gsnm-blue);
  background: rgba(31, 95, 153, 0.1);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 18px;
}

.gsnm-hero .gsnm-kicker {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.gsnm-hero h1 {
  color: #ffffff;
  font-size: clamp(46px, 7vw, 92px);
  line-height: 0.95;
  margin-bottom: 24px;
  max-width: 760px;
}

.gsnm-hero p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 650px;
  font-size: 20px;
  line-height: 1.65;
}

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

.gsnm-hero-panel {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 8px;
  padding: 28px;
  border-top: 5px solid var(--gsnm-gold);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

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

.gsnm-hero-panel span {
  color: var(--gsnm-muted);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.gsnm-hero-panel strong {
  color: var(--gsnm-ink);
  font-size: 28px;
  line-height: 1.15;
  margin: 8px 0 12px;
}

.gsnm-hero-panel p {
  color: var(--gsnm-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.section-gap {
  padding: 110px 0;
}

.gsnm-about h2,
.gsnm-life h2,
.gsnm-section-head h2,
.gsnm-admission h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  margin-bottom: 22px;
}

.gsnm-about p,
.gsnm-life p,
.gsnm-admission p {
  color: var(--gsnm-muted);
  font-size: 17px;
  line-height: 1.75;
}

.gsnm-photo-stack {
  position: relative;
  min-height: 560px;
}

.gsnm-photo-stack img,
.gsnm-feature-image img,
.gsnm-gallery-grid img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.gsnm-photo-stack img:first-child {
  height: 500px;
}

.gsnm-photo-stack img:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 265px;
  border: 10px solid #ffffff;
  box-shadow: 0 24px 50px rgba(20, 33, 61, 0.18);
}

.gsnm-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.gsnm-check-grid div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--gsnm-ink);
}

.gsnm-check-grid i {
  color: var(--gsnm-leaf);
}

.gsnm-programs,
.gsnm-gallery {
  background: var(--gsnm-paper);
}

.gsnm-section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.gsnm-card {
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 36px;
  border: 1px solid rgba(20, 33, 61, 0.08);
}

.gsnm-card i {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  color: #ffffff;
  background: var(--gsnm-blue);
  font-size: 24px;
  margin-bottom: 24px;
}

.gsnm-card h3 {
  font-size: 26px;
  margin-bottom: 12px;
}

.gsnm-card p {
  color: var(--gsnm-muted);
  line-height: 1.7;
  margin: 0;
}

.gsnm-feature-image img {
  height: 560px;
  box-shadow: 0 24px 70px rgba(20, 33, 61, 0.16);
}

.gsnm-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.gsnm-stats div {
  border-left: 4px solid var(--gsnm-gold);
  padding: 10px 12px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(20, 33, 61, 0.06);
}

.gsnm-stats strong,
.gsnm-stats span {
  display: block;
}

.gsnm-stats strong {
  font-size: 32px;
  color: var(--gsnm-blue);
}

.gsnm-stats span {
  color: var(--gsnm-muted);
  font-size: 13px;
  line-height: 1.35;
}

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

.gsnm-gallery-grid img {
  height: 290px;
  box-shadow: 0 16px 34px rgba(20, 33, 61, 0.09);
}

.gsnm-gallery-grid img:first-child {
  grid-column: span 2;
}

.gsnm-admission {
  padding: 90px 0;
  background: linear-gradient(135deg, var(--gsnm-blue-dark), var(--gsnm-blue));
}

.gsnm-admission-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.gsnm-admission h2,
.gsnm-admission p {
  color: #ffffff;
}

.gsnm-admission p {
  margin: 0;
  max-width: 720px;
}

.gsnm-admission .gsnm-section-label {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.gsnm-admission .gsnm-btn-primary {
  background: #ffffff;
  color: var(--gsnm-blue-dark);
  box-shadow: none;
  flex: 0 0 auto;
}

.gsnm-footer {
  background: #0d1728;
  color: rgba(255, 255, 255, 0.78);
  padding: 82px 0 28px;
}

.gsnm-footer .gsnm-brand,
.gsnm-footer .gsnm-brand small,
.gsnm-footer a,
.gsnm-footer h3 {
  color: #ffffff;
}

.gsnm-footer p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.gsnm-footer h3 {
  font-size: 20px;
  margin-bottom: 18px;
}

.gsnm-footer a {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.gsnm-footer a:hover {
  color: var(--gsnm-gold);
}

.gsnm-footer-brand {
  margin-bottom: 18px;
}

.gsnm-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 54px;
  padding-top: 24px;
  text-align: center;
}

.gsnm-copyright p {
  margin: 0;
}

@media (max-width: 991px) {
  .gsnm-navlinks {
    display: none;
  }

  .gsnm-hero {
    min-height: auto;
    padding: 110px 0 46px;
  }

  .gsnm-hero .container {
    grid-template-columns: 1fr;
  }

  .section-gap {
    padding: 80px 0;
  }

  .gsnm-photo-stack {
    min-height: 480px;
  }

  .gsnm-photo-stack img:first-child,
  .gsnm-feature-image img {
    height: 420px;
  }

  .gsnm-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gsnm-admission-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .gsnm-topbar-inner {
    gap: 8px;
  }

  .gsnm-navbar-inner {
    min-height: 74px;
  }

  .gsnm-nav-cta {
    display: none;
  }

  .gsnm-hero {
    padding-top: 82px;
  }

  .gsnm-hero h1 {
    font-size: 44px;
  }

  .gsnm-hero p {
    font-size: 17px;
  }

  .gsnm-hero-panel {
    padding: 22px;
  }

  .gsnm-check-grid,
  .gsnm-stats,
  .gsnm-gallery-grid {
    grid-template-columns: 1fr;
  }

  .gsnm-photo-stack {
    min-height: auto;
  }

  .gsnm-photo-stack img:first-child {
    height: 360px;
  }

  .gsnm-photo-stack img:last-child {
    position: static;
    width: 100%;
    height: 250px;
    border: 0;
    margin-top: 16px;
  }

  .gsnm-gallery-grid img:first-child {
    grid-column: auto;
  }

  .gsnm-gallery-grid img,
  .gsnm-feature-image img {
    height: 300px;
  }
}

.gsnm-about.section-gap,
.gsnm-gallery.section-gap {
  padding-top: 78px;
  padding-bottom: 78px;
}

.rts-service-area.rts-section-gap,
.our-service-area-start.rts-section-gap,
.rts-blog-area.rts-section-gap,
.working-process-area-three.rts-section-gap,
.why-choose-us-area.rts-section-gap,
.rts-faq-area.rts-section-gap {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

.rts-service-area.rts-section-gap {
  padding-bottom: 24px !important;
}

.our-service-area-start.rts-section-gap {
  padding-top: 28px !important;
}

.rts-trusted-client.rts-section-gapBottom {
  padding-bottom: 36px !important;
}

.rts-about-area-start.rts-section-gapBottom,
.rts-fun-facts-area.rts-section-gapBottom {
  padding-bottom: 72px !important;
}

.gsnm-founder-message {
  padding-bottom: 72px !important;
}

.gsnm-founder-message .title-area-client-client {
  margin-bottom: 34px;
}

.gsnm-founder-quote {
  position: relative;
  margin: 0;
  padding: 54px 58px 48px;
  overflow: hidden;
  border: 1px solid rgba(31, 95, 153, 0.16);
  border-left: 5px solid var(--color-primary);
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(31, 95, 153, 0.11),
      transparent 34%
    ),
    #ffffff;
  box-shadow: 0 20px 55px rgba(20, 33, 61, 0.09);
}

.gsnm-founder-quote-mark {
  position: absolute;
  top: 8px;
  right: 34px;
  color: rgba(31, 95, 153, 0.1);
  font-family: Georgia, serif;
  font-size: 150px;
  line-height: 1;
  pointer-events: none;
}

.gsnm-founder-quote p {
  position: relative;
  max-width: none;
  margin-bottom: 18px;
  color: #4f5d6a;
  font-size: 18px;
  line-height: 1.85;
  text-align: justify;
}

.gsnm-founder-quote-more {
  position: relative;
}

.gsnm-founder-quote-more p:first-child {
  padding-top: 4px;
}

.gsnm-founder-quote-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(31, 95, 153, 0.14);
}

.gsnm-founder-quote-footer div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gsnm-founder-quote-footer strong {
  color: #14213d;
  font-family: "Red Hat Display", sans-serif;
  font-size: 21px;
}

.gsnm-founder-quote-footer span {
  color: #6c7782;
  font-size: 14px;
}

.gsnm-founder-quote-footer .a_lire_suite {
  flex: 0 0 auto;
  color: var(--color-primary);
  font-weight: 700;
  text-underline-offset: 4px;
}

.gsnm-founder-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
}

.gsnm-founder-toggle i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.gsnm-founder-toggle:not(.collapsed) i {
  transform: rotate(180deg);
}

.gsnm-founder-toggle-less,
.gsnm-founder-toggle:not(.collapsed) .gsnm-founder-toggle-more {
  display: none;
}

.gsnm-founder-toggle:not(.collapsed) .gsnm-founder-toggle-less {
  display: inline;
}

.gsnm-directors-section {
  padding: 82px 0;
  background: #f7f9fc;
}

.gsnm-directors-heading {
  max-width: 720px;
  margin: 0 auto 42px;
}

.gsnm-directors-heading h2 {
  margin: 10px 0 12px;
  color: #14213d;
}

.gsnm-directors-heading p {
  margin: 0;
  color: #66727e;
}

.gsnm-directors-carousel .swiper {
  padding-top: 6px;
}

.gsnm-directors-carousel .swiper-wrapper {
  align-items: stretch;
}

.gsnm-directors-carousel .swiper-slide {
  display: flex;
  height: auto;
}

.gsnm-director-card {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(31, 95, 153, 0.12);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(20, 33, 61, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.gsnm-director-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(20, 33, 61, 0.14);
}

.gsnm-director-photo {
  height: 310px;
  overflow: hidden;
  background: #e9eef5;
}

.gsnm-director-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.45s ease;
}

.gsnm-director-card:hover .gsnm-director-photo img {
  transform: scale(1.04);
}

.gsnm-director-content {
  position: relative;
  padding: 24px;
}

.gsnm-director-role {
  display: block;
  margin-bottom: 7px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gsnm-director-content h3 {
  margin-bottom: 12px;
  color: #14213d;
  font-size: 22px;
}

.gsnm-director-mandate {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: #66727e;
  font-size: 14px;
  line-height: 1.55;
}

.gsnm-director-mandate i {
  margin-top: 4px;
  color: var(--color-primary);
}

.gsnm-director-current {
  display: inline-block;
  margin-top: 15px;
  padding: 6px 11px;
  border-radius: 20px;
  background: rgba(31, 95, 153, 0.1);
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .gsnm-founder-message .title-area-client-client {
    margin-bottom: 24px;
  }

  .gsnm-founder-quote {
    padding: 38px 24px 32px;
    border-left-width: 4px;
  }

  .gsnm-founder-quote-mark {
    top: 10px;
    right: 18px;
    font-size: 100px;
  }

  .gsnm-founder-quote p {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }

  .gsnm-founder-quote-footer {
    align-items: flex-end;
    flex-direction: row;
  }

  .gsnm-founder-toggle {
    margin-left: auto;
  }

  .gsnm-directors-section {
    padding: 60px 0;
  }

  .gsnm-director-photo {
    height: 340px;
  }
}

.our-service-area-start .row.mt--50,
.rts-blog-area .row.mt--20,
.working-process-area-three .row.mt--20 {
  margin-top: 26px !important;
}

.working-process-area-three .row.mt--40 {
  margin-top: 12px !important;
}

.banner-bg_12 {
  overflow: hidden;
  animation: gsnmHeroBreath 14s ease-in-out infinite alternate;
}

.gsnm-hero-animated .pre,
.gsnm-hero-animated .title,
.gsnm-hero-animated .disc,
.gsnm-hero-animated .button-wrapper {
  animation: gsnmRiseIn 0.9s ease both;
}

.gsnm-hero-animated .title {
  animation-delay: 0.12s;
}

.gsnm-hero-animated .disc {
  animation-delay: 0.24s;
}

.gsnm-hero-animated .button-wrapper {
  animation-delay: 0.36s;
}

.chart-image .one {
  animation: gsnmFloatSoft 5.5s ease-in-out infinite;
}

.gsnm-photo-stack img:first-child,
.thumbnail-about-10-wrapper img,
.right-image-inner-why-choose-three .thumbnail-large img,
.faq-one-thumbnail-wrapper-right img {
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
}

.gsnm-photo-stack:hover img:first-child,
.thumbnail-about-10-wrapper:hover img,
.right-image-inner-why-choose-three:hover .thumbnail-large img,
.faq-one-thumbnail-wrapper-right:hover img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.gsnm-photo-stack img:last-child,
.right-image-inner-why-choose-three .small {
  animation: gsnmFloatSoft 6.5s ease-in-out infinite;
}

.single-service-style-three,
.signle-service-style-10,
.rts-working-process-1,
.signle-fun-facts-one,
.rts-blog-h-2-wrapper,
.gsnm-gallery-grid img,
.accordion-item {
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    filter 0.28s ease;
}

.single-service-style-three:hover,
.signle-service-style-10:hover,
.rts-working-process-1:hover,
.signle-fun-facts-one:hover,
.rts-blog-h-2-wrapper:hover,
.accordion-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 44px rgba(20, 33, 61, 0.12);
}

.signle-service-style-10 .thumbnail,
.rts-blog-h-2-wrapper .thumbnail,
.gsnm-gallery-grid {
  overflow: hidden;
}

.signle-service-style-10 .thumbnail img,
.rts-blog-h-2-wrapper .thumbnail img,
.gsnm-gallery-grid img {
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.signle-service-style-10:hover .thumbnail img,
.rts-blog-h-2-wrapper:hover .thumbnail img,
.gsnm-gallery-grid img:hover {
  transform: scale(1.06);
  filter: saturate(1.1);
}

.rts-btn,
.rts-read-more,
.a_lire_suite {
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    color 0.24s ease,
    background-color 0.24s ease;
}

.rts-btn:hover,
.rts-read-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(31, 95, 153, 0.22);
}

.gsnm-cta-animated {
  position: relative;
  overflow: hidden;
}

.gsnm-cta-animated::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -45%;
  width: 35%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.24),
    transparent
  );
  transform: skewX(-18deg);
  animation: gsnmShine 4.8s ease-in-out infinite;
  pointer-events: none;
}

.why-choose-feature .single,
.gsnm-check-grid div {
  transition:
    transform 0.24s ease,
    color 0.24s ease;
}

.why-choose-feature .single:hover,
.gsnm-check-grid div:hover {
  transform: translateX(6px);
}

@keyframes gsnmRiseIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gsnmFloatSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes gsnmHeroBreath {
  from {
    background-size: 100%;
  }
  to {
    background-size: 106%;
  }
}

@keyframes gsnmShine {
  0%,
  45% {
    left: -45%;
  }
  72%,
  100% {
    left: 120%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .banner-bg_12,
  .gsnm-hero-animated .pre,
  .gsnm-hero-animated .title,
  .gsnm-hero-animated .disc,
  .gsnm-hero-animated .button-wrapper,
  .chart-image .one,
  .gsnm-photo-stack img:last-child,
  .right-image-inner-why-choose-three .small,
  .gsnm-cta-animated::after {
    animation: none;
  }

  .single-service-style-three,
  .signle-service-style-10,
  .rts-working-process-1,
  .signle-fun-facts-one,
  .rts-blog-h-2-wrapper,
  .gsnm-gallery-grid img,
  .accordion-item,
  .rts-btn,
  .rts-read-more {
    transition: none;
  }
}

@media (max-width: 991px) {
  .gsnm-about.section-gap,
  .gsnm-gallery.section-gap {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .rts-service-area.rts-section-gap,
  .our-service-area-start.rts-section-gap,
  .rts-blog-area.rts-section-gap,
  .working-process-area-three.rts-section-gap,
  .why-choose-us-area.rts-section-gap,
  .rts-faq-area.rts-section-gap {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .rts-service-area.rts-section-gap {
    padding-bottom: 18px !important;
  }

  .our-service-area-start.rts-section-gap {
    padding-top: 22px !important;
  }

  .rts-about-area-start.rts-section-gapBottom,
  .rts-fun-facts-area.rts-section-gapBottom {
    padding-bottom: 54px !important;
  }
}

@media (max-width: 767px) {
  .gsnm-about.section-gap,
  .gsnm-gallery.section-gap {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .rts-service-area.rts-section-gap,
  .our-service-area-start.rts-section-gap,
  .rts-blog-area.rts-section-gap,
  .working-process-area-three.rts-section-gap,
  .why-choose-us-area.rts-section-gap,
  .rts-faq-area.rts-section-gap {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }

  .rts-service-area.rts-section-gap {
    padding-bottom: 14px !important;
  }

  .our-service-area-start.rts-section-gap {
    padding-top: 18px !important;
  }
}

.mySwiperh1_team,
.mySwiperh1_team .swiper-wrapper,
.mySwiperh1_team .swiper-slide {
  height: auto !important;
}

.mySwiperh1_team .swiper-wrapper {
  align-items: flex-start !important;
}

.mySwiperh1_team .swiper-slide {
  align-self: flex-start !important;
}

.gsnm-laureate-card {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden;
  border: 1px solid rgba(244, 185, 66, 0.35);
  border-radius: 14px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(
        135deg,
        rgba(244, 185, 66, 0.85),
        rgba(31, 95, 153, 0.2),
        rgba(244, 185, 66, 0.55)
      )
      border-box;
  box-shadow: 0 18px 42px rgba(20, 33, 61, 0.11);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.gsnm-laureate-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 92px;
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(244, 185, 66, 0.22),
      transparent 36%
    ),
    linear-gradient(135deg, rgba(8, 24, 45, 0.06), rgba(31, 95, 153, 0.02));
  pointer-events: none;
}

.gsnm-laureate-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 60px rgba(20, 33, 61, 0.17);
  border-color: rgba(244, 185, 66, 0.72);
}

.gsnm-laureate-rank {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;
  min-width: 48px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #f4b942, #c88413);
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(200, 132, 19, 0.34);
}

.gsnm-laureate-image {
  position: relative;
  padding: 14px 14px 0;
}

.gsnm-laureate-image a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #eef3f8;
}

.gsnm-laureate-image img {
  width: 100%;
  height: 210px !important;
  object-fit: cover;
  object-position: center top;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.gsnm-laureate-card:hover .gsnm-laureate-image img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.gsnm-laureate-details {
  position: relative;
  padding: 18px 20px 10px !important;
  text-align: center;
}

.gsnm-laureate-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #8a5a05;
  background: rgba(244, 185, 66, 0.15);
  border: 1px solid rgba(244, 185, 66, 0.32);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.gsnm-laureate-details .title {
  color: var(--gsnm-ink);
  font-size: 18px !important;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.gsnm-laureate-code {
  color: var(--gsnm-blue);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
}

.gsnm-laureate-average {
  color: #8a5a05 !important;
  font-size: 13px !important;
  font-weight: 800;
  margin-bottom: 8px;
}

.gsnm-laureate-average strong {
  color: var(--gsnm-blue-dark);
  font-size: 17px;
  font-weight: 900;
}

.gsnm-laureate-class {
  color: var(--gsnm-muted);
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 12px;
}

.gsnm-laureate-score {
  display: grid;
  justify-items: center;
  gap: 2px;
  margin-top: 12px;
  padding: 13px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--gsnm-blue-dark), var(--gsnm-blue));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.gsnm-laureate-score span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gsnm-laureate-score strong {
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.tableau-honneur-empty,
.faq-inner-wrapper-one.project-detils .d-flex.align-items-center.my-4 {
  color: var(--gsnm-muted);
}

@media (max-width: 767px) {
  .gsnm-laureate-image img {
    height: 205px !important;
  }

  .gsnm-laureate-image {
    padding: 12px 12px 0;
  }

  .gsnm-laureate-details {
    padding: 16px 18px 10px !important;
  }

  .gsnm-laureate-badge {
    margin-bottom: 12px;
  }

  .gsnm-laureate-class {
    margin-bottom: 0;
  }

  .gsnm-laureate-details .title {
    font-size: 16px !important;
  }
}
