html {
  scroll-behavior: smooth;
}

.gcc-home {
  color: #263238;
}

.gcc-topbar {
  background: #132226;
  color: #dbe4e6;
  font-size: 13px;
  padding: 9px 0;
}

.gcc-topbar__inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.gcc-topbar__left,
.gcc-topbar__right {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gcc-topbar a,
.gcc-topbar span {
  color: #dbe4e6;
}

.gcc-topbar i {
  color: #fcc236;
  margin-right: 7px;
}

.gcc-topbar__right a:not(:first-child)::before {
  color: #fcc236;
  content: "\f0e0";
  font-family: FontAwesome;
  margin-right: 7px;
}

.gcc-logo img {
  max-height: 82px;
  width: auto;
}

.gcc-logo,
.gcc-logo a {
  align-items: center;
  display: flex;
  height: auto;
  line-height: normal;
  min-height: 92px;
}

.gcc-menu {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  text-align: right;
}

.gcc-menu.main__menu li,
.gcc-menu li {
  float: none;
  padding: 0 3px;
}

.gcc-menu li a {
  color: #1f2d30;
  display: block;
  font-size: 13px;
  font-weight: 800;
  height: auto;
  letter-spacing: 0;
  line-height: normal;
  padding: 36px 12px;
  position: relative;
}

.gcc-menu li a::after {
  background: #fcc236;
  bottom: 24px;
  content: "";
  height: 3px;
  left: 12px;
  position: absolute;
  right: 12px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}

.gcc-menu li a:hover,
.gcc-menu li a:focus {
  color: #9b7a1d;
}

.gcc-menu li a:hover::after,
.gcc-menu li a:focus::after {
  transform: scaleX(1);
}

.mainmenu__wrap {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 29, 33, 0.08);
}

.gcc-page .mainmenu__wrap .row {
  align-items: center;
  display: flex;
}

.gcc-page .mainmenu__wrap .col-md-3,
.gcc-page .mainmenu__wrap .col-md-9 {
  align-items: center;
  display: flex;
}

.gcc-page .mainmenu__wrap .col-md-9 {
  justify-content: flex-end;
}

.gcc-page .main__menu__nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.gcc-hero,
.gcc-hero-carousel {
  min-height: 720px;
  position: relative;
  overflow: hidden;
}

.gcc-hero-slide {
  align-items: center;
  min-height: 720px;
  padding: 150px 0 170px;
  position: relative;
  overflow: visible;
}

.gcc-hero-slide::before {
  animation: gccImageMotion 12s ease-in-out infinite alternate;
  background-image: inherit;
  background-position: center center;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
  transform: scale(1);
  transform-origin: center center;
  z-index: 0;
}

.gcc-hero-carousel .carousel-inner > .item {
  display: none;
}

.gcc-hero-carousel .carousel-inner > .active,
.gcc-hero-carousel .carousel-inner > .next,
.gcc-hero-carousel .carousel-inner > .prev {
  display: flex;
}

.gcc-hero-carousel .carousel-inner > .next,
.gcc-hero-carousel .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.gcc-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 28, 35, 0.9) 0%, rgba(15, 28, 35, 0.7) 52%, rgba(15, 28, 35, 0.32) 100%);
  z-index: 1;
}

.gcc-hero .container {
  position: relative;
  z-index: 2;
}

.gcc-hero-carousel .container {
  position: relative;
  z-index: 3;
}

.gcc-hero__content {
  opacity: 1;
  position: relative;
  visibility: visible;
  z-index: 4;
}

@media (min-width: 992px) {
  .gcc-page .mainmenu__wrap .row {
    align-items: center;
    display: flex;
  }

  .gcc-page .sticky__header.scroll-header .row {
    align-items: center;
    display: flex;
  }

  .gcc-page .sticky__header.scroll-header .logo,
  .gcc-page .sticky__header.scroll-header .main__menu > li > a {
    height: 74px;
    line-height: 74px;
  }

  .gcc-page .sticky__header.scroll-header .gcc-menu li a {
    padding-bottom: 0;
    padding-top: 0;
  }

  .gcc-page .sticky__header.scroll-header .gcc-menu li a::after {
    bottom: 16px;
  }

  .gcc-page .sticky__header.scroll-header .logo a img,
  .gcc-page .sticky__header.scroll-header .gcc-logo img {
    max-height: 62px;
    max-width: 220px;
    width: auto;
  }
}

.gcc-hero-carousel .carousel-control {
  background: none;
  height: 58px;
  left: 24px;
  opacity: 1;
  text-shadow: none;
  top: 48%;
  width: 58px;
}

.gcc-hero-carousel .right.carousel-control {
  left: auto;
  right: 24px;
}

.gcc-hero-carousel .carousel-control span.fa {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  display: flex;
  font-size: 34px;
  height: 58px;
  justify-content: center;
  transition: all 0.25s ease;
  width: 58px;
}

.gcc-hero-carousel .carousel-control:hover span.fa {
  background: #fcc236;
  border-color: #fcc236;
  color: #1f2d30;
}

.gcc-hero-carousel .carousel-indicators {
  bottom: 34px;
}

.gcc-hero-carousel .carousel-indicators li {
  border-color: #ffffff;
  height: 11px;
  margin: 0 4px;
  width: 28px;
}

.gcc-hero-carousel .carousel-indicators .active {
  background: #fcc236;
  border-color: #fcc236;
  height: 11px;
  margin: 0 4px;
  width: 28px;
}

.gcc-eyebrow {
  color: #fcc236;
  display: inline-block;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.gcc-hero h1,
.gcc-hero-carousel h1 {
  color: #ffffff;
  font-size: 62px;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.gcc-hero-carousel .item.active .gcc-eyebrow {
  animation: gccFadeUp 0.7s ease both;
}

.gcc-hero-carousel .item.active h1 {
  animation: gccFadeUp 0.85s ease both 0.12s;
}

.gcc-hero-carousel .item.active p {
  animation: gccFadeUp 0.9s ease both 0.24s;
}

.gcc-hero-carousel .item.active .gcc-hero__actions {
  animation: gccFadeUp 0.95s ease both 0.36s;
}

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

@keyframes gccImageMotion {
  from {
    transform: scale(1) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-12px, -6px, 0);
  }
}

.gcc-hero p,
.gcc-hero-carousel p {
  color: #eef4f5;
  font-size: 18px;
  line-height: 31px;
  max-width: 740px;
}

.gcc-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.gcc-text-link {
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.gcc-text-link:hover {
  color: #fcc236;
}

.gcc-hero__facts {
  background: rgba(19, 34, 38, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
  max-width: 960px;
}

.gcc-hero-facts-wrap {
  bottom: 70px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 4;
}

@media (max-width: 767px) {

    .gcc-hero-facts-wrap {
        position: static !important;
        margin-top: 25px;
    }

}

.gcc-hero__facts div {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  padding: 0 22px;
}

.gcc-hero__facts strong {
  color: #fcc236;
  display: block;
  font-size: 36px;
  line-height: 1;
}

.gcc-hero__facts span {
  color: #ffffff;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-top: 9px;
  text-transform: uppercase;
}

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

.gcc-section .section__title p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.gcc-card {
  background: #ffffff;
  border: 1px solid #e4e8e9;
  min-height: 285px;
  padding: 34px 26px;
  transition: all 0.3s ease;
}

.gcc-card:hover {
  border-color: #fcc236;
  box-shadow: 0 20px 45px rgba(31, 45, 48, 0.12);
  transform: translateY(-4px);
}

.gcc-card i {
  color: #fcc236;
  font-size: 38px;
  margin-bottom: 23px;
}

.gcc-card h3,
.gcc-project h3,
.gcc-timeline__item h3 {
  color: #1f2d30;
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  margin-bottom: 13px;
}

.gcc-card p,
.gcc-project p,
.gcc-timeline__item p {
  color: #606060;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.gcc-band {
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  padding: 86px 0;
  position: relative;
}

.gcc-band::before,
.gcc-contact::before {
  background: rgba(31, 45, 48, 0.88);
  content: "";
  inset: 0;
  position: absolute;
}

.gcc-band .container,
.gcc-contact .container {
  position: relative;
  z-index: 2;
}

.gcc-band h2,
.gcc-contact h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  margin-bottom: 18px;
}

.gcc-band p,
.gcc-contact p,
.gcc-contact li {
  color: #eef4f5;
  font-size: 16px;
  line-height: 28px;
}

.gcc-band__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  padding-top: 20px;
}

.gcc-band__list span,
.gcc-client-list span {
  background: #ffffff;
  border: 1px solid #e7ecee;
  color: #1f2d30;
  display: inline-block;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 18px;
  text-transform: uppercase;
}

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

.gcc-project {
  background: #ffffff;
  border-left: 4px solid #1f2d30;
  padding: 27px 25px 24px;
}

.gcc-project span,
.gcc-timeline__item span {
  color: #9b7a1d;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.gcc-project strong {
  color: #1f2d30;
  display: block;
  margin-top: 18px;
}

.gcc-project--active {
  background: #1f2d30;
  border-left-color: #fcc236;
}

.gcc-project--active h3,
.gcc-project--active p,
.gcc-project--active strong {
  color: #ffffff;
}

.gcc-project--active span {
  color: #fcc236;
}

.gcc-timeline {
  border-left: 3px solid #fcc236;
  padding-left: 32px;
}

.gcc-timeline__item {
  background: #fafafa;
  margin-bottom: 18px;
  padding: 24px 26px;
  position: relative;
}

.gcc-timeline__item::before {
  background: #1f2d30;
  border: 4px solid #fcc236;
  content: "";
  height: 17px;
  left: -42px;
  position: absolute;
  top: 31px;
  width: 17px;
}

.gcc-client-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.gcc-client-showcase {
  background-position: center center;
  background-size: cover;
  padding: 110px 0;
  position: relative;
}

.gcc-client-showcase::before {
  background: linear-gradient(90deg, rgba(17, 29, 33, 0.96), rgba(17, 29, 33, 0.86));
  content: "";
  inset: 0;
  position: absolute;
}

.gcc-client-showcase .container {
  position: relative;
  z-index: 2;
}

.gcc-client-intro {
  padding-right: 30px;
}

.gcc-client-intro h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.gcc-client-intro p {
  color: #d7e0e3;
  font-size: 16px;
  line-height: 29px;
}

.gcc-client-stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.gcc-client-stats div {
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 18px 14px;
}

.gcc-client-stats strong {
  color: #fcc236;
  display: block;
  font-size: 30px;
  line-height: 1;
}

.gcc-client-stats span {
  color: #ffffff;
  display: block;
  font-size: 11px;
  font-weight: 800;
  line-height: 17px;
  margin-top: 8px;
  text-transform: uppercase;
}

.gcc-client-card-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcc-client-card {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 260px;
  padding: 30px 26px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gcc-client-card:hover {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

.gcc-client-card i {
  align-items: center;
  background: #1f2d30;
  color: #fcc236;
  display: flex;
  font-size: 28px;
  height: 58px;
  justify-content: center;
  margin-bottom: 20px;
  width: 58px;
}

.gcc-client-card h3 {
  color: #1f2d30;
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.gcc-client-card p {
  color: #5f6a6d;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 18px;
}

.gcc-client-card span {
  color: #9b7a1d;
  display: block;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gcc-client-card::after {
  background: #fcc236;
  bottom: 0;
  content: "";
  height: 4px;
  left: 26px;
  position: absolute;
  right: 26px;
}

.gcc-client-card--accent {
  background: #fcc236;
}

.gcc-client-card--accent i {
  background: #ffffff;
  color: #1f2d30;
}

.gcc-client-card--accent h3,
.gcc-client-card--accent p,
.gcc-client-card--accent span {
  color: #1f2d30;
}

.gcc-client-card--accent::after {
  background: #1f2d30;
}

.gcc-contact {
  background-position: center center;
  background-size: cover;
  padding: 110px 0;
  position: relative;
}

.gcc-contact__copy ul {
  margin-top: 24px;
  padding-left: 18px;
}

.gcc-form {
  background: #ffffff;
  padding: 40px;
}

.gcc-form h3 {
  color: #1f2d30;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 24px;
}

.gcc-form input,
.gcc-form textarea {
  border: 1px solid #dfe5e7;
  color: #1f2d30;
  height: 48px;
  margin-bottom: 14px;
  padding: 0 16px;
  width: 100%;
}

.gcc-form textarea {
  height: 118px;
  padding-top: 14px;
  resize: vertical;
}

.gcc-footer {
  background: #111d21;
  color: #bac6c9;
  padding: 70px 0 25px;
}

.gcc-footer img {
  background: #ffffff;
  max-height: 70px;
  padding: 8px;
  width: auto;
}

.gcc-footer h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.gcc-footer h3::before {
  color: #fcc236;
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 9px;
}

.gcc-footer p,
.gcc-footer a {
  color: #bac6c9;
  display: block;
  font-size: 14px;
  line-height: 25px;
}

.gcc-footer-contact {
  margin-top: 18px;
}

.gcc-footer-contact a,
.gcc-footer-contact span {
  color: #dce6e8;
  display: block;
  line-height: 26px;
}

.gcc-footer-contact i {
  color: #fcc236;
  margin-right: 8px;
  width: 15px;
}

.gcc-footer a:hover {
  color: #fcc236;
}

.gcc-footer .col-md-3 a {
  padding-left: 18px;
  position: relative;
}

.gcc-footer .col-md-3 a::before {
  color: #fcc236;
  content: "\f105";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
}

.gcc-call-float,
.gcc-whatsapp-float {
  align-items: center;
  background: #132226;
  border: 2px solid #fcc236;
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(20, 38, 45, 0.26);
  display: flex;
  font-family: Raleway, sans-serif;
  font-size: 0;
  font-weight: 800;
  height: 58px;
  justify-content: center;
  letter-spacing: 0;
  padding: 0;
  position: fixed;
  right: 28px;
  text-transform: uppercase;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
  width: 58px;
  z-index: 999;
}

.gcc-call-float {
  animation: gccFloatShake 3.8s ease-in-out infinite;
  bottom: 145px;
  color: #fcc236;
}

.gcc-whatsapp-float {
  animation: gccFloatShake 3.8s ease-in-out infinite 1.2s;
  bottom: 75px;
  color: #25d366;
}

.gcc-call-float i,
.gcc-whatsapp-float i {
  font-size: 27px;
}

.gcc-whatsapp-float span {
  display: none;
}

.gcc-call-float:hover,
.gcc-call-float:focus,
.gcc-whatsapp-float:hover,
.gcc-whatsapp-float:focus {
  animation-play-state: paused;
  background: #fcc236;
  border-color: #132226;
  color: #132226;
  text-decoration: none;
  transform: translateY(-3px);
}

@keyframes gccFloatShake {
  0%,
  72%,
  100% {
    transform: translateX(0);
  }
  76% {
    transform: translateX(-3px) rotate(-4deg);
  }
  80% {
    transform: translateX(3px) rotate(4deg);
  }
  84% {
    transform: translateX(-2px) rotate(-3deg);
  }
  88% {
    transform: translateX(2px) rotate(3deg);
  }
  92% {
    transform: translateX(0);
  }
}

.gcc-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  margin-top: 42px;
  padding-top: 22px;
  text-align: center;
}

.gcc-copyright p {
  margin: 0;
}

@media (max-width: 991px) {
  .gcc-logo img {
    max-height: 64px;
  }

  .gcc-hero,
  .gcc-hero-carousel,
  .gcc-hero-slide {
    min-height: 650px;
  }

  .gcc-hero-slide {
    padding-top: 120px;
  }

  .gcc-hero h1 {
    font-size: 46px;
  }

  .gcc-hero__facts,
  .gcc-project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gcc-card {
    margin-bottom: 24px;
  }

  .gcc-band__list {
    justify-content: flex-start;
  }

  .gcc-form {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .gcc-topbar__inner,
  .gcc-topbar__left,
  .gcc-topbar__right {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .gcc-hero,
  .gcc-hero-carousel,
  .gcc-hero-slide {
    min-height: auto;
  }

  .gcc-hero-slide {
      padding: 110px 0 40px !important;
      min-height: auto !important;
  }

  @media (max-width: 767px) {

  .gcc-hero h1,
  .gcc-hero-carousel h1 {
      font-size: 28px !important;
      line-height: 1.4 !important;
      word-break: normal;
      overflow-wrap: break-word;
      margin-bottom: 15px;
      padding-bottom: 5px;
  }

}

  .gcc-hero p {
    font-size: 16px;
    line-height: 27px;
  }

  .gcc-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .gcc-hero__facts,
  .gcc-project-grid {
    grid-template-columns: 1fr;
  }

  .gcc-hero__facts {
    gap: 18px;
    margin-top: 50px;
  }

  .gcc-hero-facts-wrap {
    bottom: 54px;
  }

  .gcc-hero-carousel .carousel-control {
    display: none;
  }

  .gcc-section,
  .gcc-contact {
    padding: 70px 0;
  }

  .gcc-band h2,
  .gcc-contact h2 {
    font-size: 28px;
    line-height: 37px;
  }

  .gcc-form {
    padding: 28px 22px;
  }

  .gcc-call-float,
  .gcc-whatsapp-float {
    bottom: 75px;
    height: 54px;
    right: 18px;
    width: 54px;
  }

  .gcc-call-float {
    bottom: 145px;
  }
}

.gcc-page .mainmenu__wrap {
  background: #ffffff;
  border-bottom: 1px solid #e7ecee;
  box-shadow: 0 12px 30px rgba(17, 29, 33, 0.08);
}

.gcc-page-header {
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  padding: 150px 0 90px;
  position: relative;
}

.gcc-page-header::before {
  background: rgba(17, 29, 33, 0.78);
  content: "";
  inset: 0;
  position: absolute;
}

.gcc-page-header .container {
  position: relative;
  z-index: 2;
}

.gcc-page-header h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.gcc-page-header p {
  color: #eef4f5;
  font-size: 17px;
  line-height: 29px;
  max-width: 760px;
}

.gcc-summary {
  background: #fcc236;
  color: #1f2d30;
  padding: 34px 0;
}

.gcc-summary strong {
  display: block;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.gcc-summary span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
  text-transform: uppercase;
}

.gcc-split {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
}

.gcc-split img {
  width: 100%;
}

.gcc-copy h2 {
  color: #1f2d30;
  font-size: 34px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.gcc-copy p,
.gcc-copy li {
  color: #606060;
  font-size: 15px;
  line-height: 27px;
}

.gcc-copy ul {
  margin-top: 20px;
  padding-left: 20px;
}

.gcc-service-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcc-service-item {
  background: #ffffff;
  border: 1px solid #e4e8e9;
  padding: 30px;
}

.gcc-service-item i {
  color: #fcc236;
  font-size: 34px;
  margin-bottom: 18px;
}

.gcc-service-item h3 {
  color: #1f2d30;
  font-size: 21px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 12px;
}

.gcc-service-item p {
  color: #606060;
  line-height: 25px;
}

.gcc-industries-showcase {
  background-position: center center;
  background-size: cover;
  padding: 110px 0;
  position: relative;
}

.gcc-industries-showcase::before {
  background: linear-gradient(90deg, rgba(17, 29, 33, 0.96) 0%, rgba(17, 29, 33, 0.88) 52%, rgba(17, 29, 33, 0.76) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.gcc-industries-showcase .container {
  position: relative;
  z-index: 2;
}

.gcc-industries-intro {
  padding-right: 30px;
  position: sticky;
  top: 110px;
}

.gcc-industries-intro h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.gcc-industries-intro p {
  color: #d7e0e3;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 30px;
}

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

.gcc-industry-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 230px;
  padding: 28px 24px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.gcc-industry-card::after {
  background: #fcc236;
  bottom: 0;
  content: "";
  height: 4px;
  left: 24px;
  position: absolute;
  right: 24px;
}

.gcc-industry-card:hover {
  border-color: #fcc236;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transform: translateY(-5px);
}

.gcc-industry-card i {
  align-items: center;
  background: #1f2d30;
  color: #fcc236;
  display: flex;
  font-size: 27px;
  height: 56px;
  justify-content: center;
  margin-bottom: 20px;
  width: 56px;
}

.gcc-industry-card h3 {
  color: #1f2d30;
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.gcc-industry-card p {
  color: #5f6a6d;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}

.gcc-industry-card span {
  color: #9b7a1d;
  display: block;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gcc-industry-card--highlight {
  background: #fcc236;
}

.gcc-industry-card--highlight::after {
  background: #1f2d30;
}

.gcc-industry-card--highlight i {
  background: #ffffff;
  color: #1f2d30;
}

.gcc-industry-card--highlight h3,
.gcc-industry-card--highlight p,
.gcc-industry-card--highlight span {
  color: #1f2d30;
}

.gcc-table {
  background: #ffffff;
  border: 1px solid #e4e8e9;
  overflow-x: auto;
}

.gcc-table table {
  margin: 0;
  min-width: 760px;
  width: 100%;
}

.gcc-table th {
  background: #1f2d30;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  padding: 16px;
  text-transform: uppercase;
}

.gcc-table td {
  border-top: 1px solid #e7ecee;
  color: #4f5c60;
  padding: 16px;
  vertical-align: top;
}

.gcc-table td strong {
  color: #1f2d30;
}

.gcc-cta-strip {
  background: #1f2d30;
  color: #ffffff;
  padding: 58px 0;
}

.gcc-cta-strip h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}

.gcc-cta-strip p {
  color: #d7e0e3;
  line-height: 26px;
  margin: 12px 0 0;
}

.gcc-cta-strip .htc__btn {
  float: right;
  margin-top: 14px;
}

.gcc-contact-box {
  background: #ffffff;
  border: 1px solid #e4e8e9;
  padding: 32px;
}

.gcc-contact-box h3 {
  color: #1f2d30;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px;
}

.gcc-contact-box p,
.gcc-contact-box a {
  color: #606060;
  display: block;
  line-height: 26px;
}

.gcc-contact-hero {
  background-position: center center;
  background-size: cover;
  padding: 150px 0 0;
  position: relative;
}

.gcc-contact-hero::before {
  background: linear-gradient(90deg, rgba(17, 29, 33, 0.94), rgba(17, 29, 33, 0.58));
  content: "";
  inset: 0;
  position: absolute;
}

.gcc-contact-hero .container {
  position: relative;
  z-index: 2;
}

.gcc-contact-hero h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 800;
  line-height: 62px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.gcc-contact-hero p {
  color: #e8f0f2;
  font-size: 17px;
  line-height: 30px;
  max-width: 760px;
}

.gcc-contact-actions {
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(17, 29, 33, 0.16);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 70px;
  transform: translateY(50%);
}

.gcc-contact-actions a {
  align-items: center;
  border-right: 1px solid #e7ecee;
  color: #1f2d30;
  display: grid;
  gap: 3px 18px;
  grid-template-columns: 54px 1fr;
  padding: 25px 28px;
}

.gcc-contact-actions a:last-child {
  border-right: 0;
}

.gcc-contact-actions i {
  align-items: center;
  background: #1f2d30;
  color: #fcc236;
  display: flex;
  font-size: 25px;
  grid-row: span 2;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.gcc-contact-actions strong {
  color: #1f2d30;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.gcc-contact-actions span {
  color: #606060;
  line-height: 22px;
}

.gcc-contact-actions a:hover {
  background: #fcc236;
  text-decoration: none;
}

.gcc-contact-hub {
  padding: 120px 0 100px;
}

.gcc-contact-panel {
  background: #1f2d30;
  color: #ffffff;
  min-height: 100%;
  padding: 38px 34px;
}

.gcc-contact-panel h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.gcc-contact-info-list > div {
  display: grid;
  gap: 16px;
  grid-template-columns: 42px 1fr;
  margin-bottom: 22px;
}

.gcc-contact-info-list i {
  align-items: center;
  background: #fcc236;
  color: #1f2d30;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.gcc-contact-info-list p,
.gcc-contact-info-list a {
  color: #dbe4e6;
  display: block;
  line-height: 25px;
  margin: 0;
}

.gcc-contact-note {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 28px;
  padding-top: 25px;
}

.gcc-contact-note strong {
  color: #fcc236;
  display: block;
  font-family: Raleway, sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.gcc-contact-note p {
  color: #dbe4e6;
  line-height: 25px;
}

.gcc-contact-form-pro {
  border: 1px solid #e4e8e9;
  box-shadow: 0 20px 45px rgba(17, 29, 33, 0.1);
}

.gcc-form-tag {
  color: #9b7a1d;
  display: block;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

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

.gcc-form-grid input {
  margin-bottom: 0;
}

.gcc-contact-form-pro textarea {
  margin-top: 14px;
}

.gcc-contact-services {
  background: #f4f6f7;
  padding: 100px 0;
}

.gcc-contact-service-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gcc-contact-service-grid article {
  background: #ffffff;
  border: 1px solid #e4e8e9;
  padding: 28px 22px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gcc-contact-service-grid article:hover {
  box-shadow: 0 16px 36px rgba(17, 29, 33, 0.12);
  transform: translateY(-4px);
}

.gcc-contact-service-grid i {
  color: #fcc236;
  font-size: 34px;
  margin-bottom: 18px;
}

.gcc-contact-service-grid h3 {
  color: #1f2d30;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 10px;
}

.gcc-contact-service-grid p {
  color: #606060;
  line-height: 24px;
}

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

.gcc-message-card,
.gcc-purpose-card {
  background: #ffffff;
  border: 1px solid #e4e8e9;
  padding: 34px;
  position: relative;
}

.gcc-message-card::before,
.gcc-purpose-card::before {
  background: #fcc236;
  content: "";
  height: 4px;
  left: 34px;
  position: absolute;
  right: 34px;
  top: 0;
}

.gcc-message-card i,
.gcc-purpose-card i {
  color: #fcc236;
  font-size: 34px;
  margin-bottom: 20px;
}

.gcc-message-card h3,
.gcc-purpose-card h3 {
  color: #1f2d30;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.gcc-message-card p,
.gcc-purpose-card p,
.gcc-purpose-card li {
  color: #606060;
  font-size: 15px;
  line-height: 27px;
}

.gcc-message-card strong {
  color: #1f2d30;
  display: block;
  font-family: Raleway, sans-serif;
  margin-top: 18px;
  text-transform: uppercase;
}

.gcc-purpose-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcc-purpose-card ul {
  margin: 0;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .gcc-page-header {
    padding: 120px 0 70px;
  }

  .gcc-split,
  .gcc-service-list,
  .gcc-leadership-grid,
  .gcc-purpose-list {
    grid-template-columns: 1fr;
  }

  .gcc-cta-strip .htc__btn {
    float: none;
    margin-top: 25px;
  }

  .gcc-industries-intro {
    margin-bottom: 35px;
    padding-right: 0;
    position: static;
  }

  .gcc-industry-grid {
    grid-template-columns: 1fr;
  }

  .gcc-client-intro {
    margin-bottom: 35px;
    padding-right: 0;
  }

  .gcc-client-card-grid,
  .gcc-client-stats {
    grid-template-columns: 1fr;
  }
}

/* ===================================
   CONTACT PAGE MOBILE FIXES
=================================== */

@media only screen and (max-width: 767px) {

    .gcc-contact-hero {
        padding: 120px 0 0;
    }

    .gcc-contact-hero h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .gcc-contact-hero p {
        font-size: 15px;
        line-height: 26px;
    }

    /* Call / WhatsApp / Email section */
    .gcc-contact-actions {
        grid-template-columns: 1fr;
        margin-top: 40px;
        transform: none;
    }

    .gcc-contact-actions a {
        border-bottom: 1px solid #e7ecee;
        border-right: 0;
        grid-template-columns: 50px 1fr;
        padding: 18px;
    }

    .gcc-contact-actions a:last-child {
        border-bottom: 0;
    }

    .gcc-contact-actions span {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    /* Remove large top gap created by translated box */
    .gcc-contact-hub {
        padding: 60px 0;
    }

    /* Company office card */
    .gcc-contact-panel {
        margin-bottom: 30px;
        overflow: hidden;
        padding: 25px 20px;
    }

    .gcc-contact-panel h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .gcc-contact-info-list > div {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gcc-contact-info-list i {
        margin-bottom: 5px;
    }

    .gcc-contact-info-list p,
    .gcc-contact-info-list a {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    /* Quote form */
    .gcc-form-grid {
        grid-template-columns: 1fr;
    }

    /* Services */
    .gcc-contact-service-grid {
        grid-template-columns: 1fr;
    }

    /* Footer */
    .gcc-footer-contact a,
    .gcc-footer-contact span {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    /* Floating buttons */
    .gcc-whatsapp-float {
        right: 15px;
    }

    .gcc-call-float {
        right: 15px;
    }
}

@media (max-width: 767px) {

    .gcc-hero__content {
        overflow: visible !important;
    }

    .gcc-hero-slide {
        overflow: visible !important;
    }

}
@media (max-width: 767px) {

    .gcc-hero-carousel .carousel-inner,
    .gcc-hero-carousel .item,
    .gcc-hero-carousel .active {
        height: auto !important;
    }

}
@media (max-width: 767px) {

    .gcc-hero__actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .gcc-hero__actions .htc__btn,
    .gcc-hero__actions .gcc-text-link {
        width: 100%;
        text-align: center;
    }

    .gcc-hero__actions .htc__btn {
        white-space: normal !important;
        line-height: 22px;
        padding: 12px 15px;
        height: auto !important;
        word-break: break-word;
    }
}