@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
  box-sizing: border-box;
}

body {
  font-family: Poppins, sans-serif;
  color: #333645;
  background: white;
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?erlf7o");
  src: url("../fonts/icomoon.eot?erlf7o#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?erlf7o") format("truetype"), url("../fonts/icomoon.woff?erlf7o") format("woff"), url("../fonts/icomoon.svg?erlf7o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rating {
  color: gold;
  font-size: 24px;
}

[class$="-btn"] {
  font-family: inherit;
}

.support-btn {
  background-color: #4183d7;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 16px 16px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background: #4183d7;
  border: 2px solid #4183d7;
}

.support-btn:hover {
  background: #286abd;
  border-color: #286abd;
}

.contact-btn {
  background-color: #999AA2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 16px 16px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background: #999AA2;
  border: 2px solid #999AA2;
}

.contact-btn:hover {
  background: #7e808a;
  border-color: #7e808a;
}

input[type="search"] {
  padding: 10px;
  border: 1px solid #999AA2;
  font-size: 16px;
  height: 60px;
}

.search-btn {
  background-color: #999AA2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 16px 16px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #999AA2;
  border: 2px solid #999AA2;
}

.search-btn:hover {
  background: #7e808a;
  border-color: #7e808a;
}

.search-btn:hover {
  background: #7e808a;
  border-color: #7e808a;
}

.sidebar-btn {
  background-color: #333645;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 16px 16px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background: #333645;
  border: 2px solid #333645;
}

.sidebar-btn:hover {
  background: #1d1f28;
  border-color: #1d1f28;
}

.sidebar-btn:hover {
  background: #1d1f28;
  border-color: #1d1f28;
}

.slide-btn {
  background-color: #926fb1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 16px 28px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.slide-btn:hover {
  background: #79539a;
  border-color: #79539a;
}

.welcome-btn {
  background-color: #202330;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 16px 28px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.welcome-btn:hover {
  background: #0c0d11;
  border-color: #0c0d11;
}

.google-btn {
  background-color: #4183d7;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 16px 28px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.google-btn:hover {
  background: #286abd;
  border-color: #286abd;
}

.trustpilot-btn {
  background-color: #4caf50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 16px 28px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.trustpilot-btn:hover {
  background: #3d8b40;
  border-color: #3d8b40;
}

.news-card__btn {
  background-color: #f7b322;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 16px 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 36px;
}

.news-card__btn:hover {
  background: #de9a08;
  border-color: #de9a08;
}

.news-card__btn:hover {
  background: #f7b322;
}

.news-card-career__btn {
  background-color: #4183d7;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 16px 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 36px;
}

.news-card-career__btn:hover {
  background: #286abd;
  border-color: #286abd;
}

.news-card-career__btn:hover {
  background: #4183d7;
}

.support-icon::before {
  content: "\ea09";
  font-family: 'icomoon';
  display: inline-block;
}

.contact-icon::before {
  content: "\e942";
  font-family: 'icomoon';
  display: inline-block;
}

.search-icon::before {
  content: "\e986";
  font-family: 'icomoon';
  display: inline-block;
}

.sidebar-icon::before {
  content: "\e9bd";
  font-family: 'icomoon';
  display: inline-block;
}

.sidebar-close-icon::before {
  content: "\ea0f";
  font-family: 'icomoon';
  display: inline-block;
}

.consultancy-icon::before {
  content: "\e957";
  font-family: 'icomoon';
  display: inline-block;
}

.it-icon::before {
  content: "\e956";
  font-family: 'icomoon';
  display: inline-block;
}

.marketing-icon::before {
  content: "\e99c";
  font-family: 'icomoon';
  display: inline-block;
}

.telecoms-icon::before {
  content: "\e943";
  font-family: 'icomoon';
  display: inline-block;
}

.web-icon::before {
  content: "\ea80";
  font-family: 'icomoon';
  display: inline-block;
}

.security-icon::before {
  content: "\e9b4";
  font-family: 'icomoon';
  display: inline-block;
}

.developer-icon::before {
  content: "\e912";
  font-family: 'icomoon';
  display: inline-block;
}

.telecoms-icon::before {
  content: "\e943";
  font-family: 'icomoon';
  display: inline-block;
}

.fb-icon::before {
  content: "\ea90";
  font-family: 'icomoon';
  display: inline-block;
}

.in-icon::before {
  content: "\eaca";
  font-family: 'icomoon';
  display: inline-block;
}

.x-icon::before {
  content: "\ea96";
  font-family: 'icomoon';
  display: inline-block;
}

.ig-icon::before {
  content: "\ea92";
  font-family: 'icomoon';
  display: inline-block;
}

footer {
  background-color: #202330;
  color: white;
}

footer p {
  margin: 0;
  padding: 10px;
  text-align: left;
  font-size: 14px;
}

footer p a {
  color: white;
  text-decoration: none;
}

footer p a:visited {
  color: white;
}

footer p a:hover {
  text-decoration: underline;
}

.footer-bottom .line {
  display: inline;
}

@media (max-width: 767px) {
  .footer-bottom .line {
    display: block;
  }
}

.contact-us {
  background-color: #333645;
  color: white;
  margin: 0;
  padding: 50px 20px;
}

.contact-us a {
  color: white;
  text-decoration: none;
}

.contact-us a:visited {
  color: white;
}

.contact-us a:hover {
  text-decoration: underline;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  align-items: start;
}

@media (max-width: 1260px) {
  .footer-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-social {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-about {
    grid-column: 1;
  }
  .footer-services {
    grid-column: 2;
  }
  .footer-industries {
    grid-column: 1;
  }
  .footer-locations {
    grid-column: 2;
  }
}

@media (max-width: 767px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
  .footer-social,
  .footer-about,
  .footer-services,
  .footer-industries,
  .footer-locations {
    grid-column: 1;
  }
}

.footer-logo {
  max-width: 320px;
  width: 100%;
  display: block;
  margin-bottom: 35px;
}

.contact-us h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 25px;
}

.footer-nav ul,
.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

.footer-nav a:visited {
  color: white;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.social-links li {
  margin: 0;
}

.social-links a {
  font-size: 25px;
  width: 60px;
  height: 60px;
  background: #202330;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-links .fb-btn:hover {
  background-color: #1877F2;
}

.social-links .in-btn:hover {
  background-color: #0A66C2;
}

.social-links .x-btn:hover {
  background-color: #1DA1F2;
}

.social-links .ig-btn:hover {
  background-color: #E4405F;
}

:root {
  --sidebar-width: 320px;
  --sidebar-speed: 0.35s;
}

.sticky-header {
  position: relative;
  z-index: 900;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sticky-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.sticky-header.is-hidden {
  transform: translateY(-100%);
}

.site-header {
  background: white;
  position: relative;
  z-index: 2;
}

body.menu-open .sticky-header {
  transform: translateX(calc(var(--sidebar-width) * -1));
}

.title-bar {
  padding: 20px 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
}

.title-bar form {
  display: flex;
  align-items: center;
}

.logo {
  flex: 0 0 auto;
  display: block;
  margin: 0;
  height: clamp(30px, 8vw, 60px);
  width: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  flex: 0 0 auto;
}

.page-layout {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

.page-content {
  position: relative;
  z-index: 1;
  background: white;
}

.page-body {
  transition: transform var(--sidebar-speed) ease;
}

.sidebar-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.menu-trigger {
  width: 64px;
  height: 64px;
  font-size: 24px;
  color: white;
  background: #333645;
  position: relative;
  margin-left: auto;
  border: none;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.menu-trigger:hover {
  background: #1d1f28;
}

.menu-trigger span {
  position: absolute;
  transition: opacity 0.5s ease;
}

.sidebar-icon {
  opacity: 1;
}

.sidebar-close-icon {
  opacity: 0;
}

body.menu-open .sidebar-icon {
  opacity: 0;
}

body.menu-open .sidebar-close-icon {
  opacity: 1;
}

.sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 999;
  transition: opacity var(--sidebar-speed) ease, visibility var(--sidebar-speed) ease;
}

body.menu-open .sidebar-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: var(--sidebar-width);
  max-width: 100%;
  height: 100dvh;
  color: white;
  background: #333645;
  transform: translateX(100%);
  transition: transform var(--sidebar-speed) ease;
  z-index: 1000;
}

body.menu-open .mobile-sidebar {
  transform: translateX(0);
}

.mobile-sidebar__inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-sidebar__section h3 {
  margin: 0;
  padding: 1rem;
  background: #333645;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.mobile-sidebar__section a {
  background: #202330;
  display: block;
  position: relative;
  padding: 1rem 1.25rem 1rem 3.2rem;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-sidebar__section a::before {
  content: "»";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-sidebar__section:hover h3 {
  background: #494d62;
}

.close-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 2rem;
}

body.menu-open .page-body {
  transform: translateX(calc(var(--sidebar-width) * -1));
}

body.menu-open {
  overflow: hidden;
}

.services_nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 0;
  height: auto;
  color: white;
  text-transform: uppercase;
  background-color: #333645;
  min-width: 320px;
  max-width: 100%;
}

.services-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.services-nav__item {
  position: static;
  flex: 1;
  padding: 0;
}

.services-nav__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  text-decoration: none;
  color: inherit;
  height: 100%;
  padding: 1rem 0.3rem 0.8rem;
  z-index: 2;
}

.services-nav__list .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  margin-bottom: 0.2rem;
  font-size: 1.6rem;
  line-height: 1;
}

.services-nav__list .small {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.services-nav__list .large {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
}

.services-nav__list .consultancy-icon {
  color: #67809f;
}

.services-nav__list .it-icon {
  color: #4183d7;
}

.services-nav__list .marketing-icon {
  color: #4caf50;
}

.services-nav__list .telecoms-icon {
  color: #ce4125;
}

.services-nav__list .web-icon {
  color: #926fb1;
}

.services-nav__list .security-icon {
  color: #f5255a;
}

.services-nav__list .developer-icon {
  color: #ce4125;
}

.services_nav:not(.services_nav--sidebar) .services-nav__list li:hover .icon {
  color: white;
}

.consultancy-tab:hover > .services-nav__link,
.consultancy-tab:focus-within > .services-nav__link {
  background-color: #67809f;
}

.it-tab:hover > .services-nav__link,
.it-tab:focus-within > .services-nav__link {
  background-color: #4183d7;
}

.marketing-tab:hover > .services-nav__link,
.marketing-tab:focus-within > .services-nav__link {
  background-color: #4caf50;
}

.telecoms-tab:hover > .services-nav__link,
.telecoms-tab:focus-within > .services-nav__link {
  background-color: #ce4125;
}

.web-tab:hover > .services-nav__link,
.web-tab:focus-within > .services-nav__link {
  background-color: #926fb1;
}

.security-tab:hover > .services-nav__link,
.security-tab:focus-within > .services-nav__link {
  background-color: #f5255a;
}

.developer-tab:hover > .services-nav__link,
.developer-tab:focus-within > .services-nav__link {
  background-color: #ce4125;
}

.services-nav__link::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.consultancy-tab:hover > .services-nav__link::after,
.consultancy-tab:focus-within > .services-nav__link::after {
  background-color: #67809f;
  opacity: 1;
}

.it-tab:hover > .services-nav__link::after,
.it-tab:focus-within > .services-nav__link::after {
  background-color: #4183d7;
  opacity: 1;
}

.marketing-tab:hover > .services-nav__link::after,
.marketing-tab:focus-within > .services-nav__link::after {
  background-color: #4caf50;
  opacity: 1;
}

.telecoms-tab:hover > .services-nav__link::after,
.telecoms-tab:focus-within > .services-nav__link::after {
  background-color: #ce4125;
  opacity: 1;
}

.web-tab:hover > .services-nav__link::after,
.web-tab:focus-within > .services-nav__link::after {
  background-color: #926fb1;
  opacity: 1;
}

.security-tab:hover > .services-nav__link::after,
.security-tab:focus-within > .services-nav__link::after {
  background-color: #f5255a;
  opacity: 1;
}

.developer-tab:hover > .services-nav__link::after,
.developer-tab:focus-within > .services-nav__link::after {
  background-color: #ce4125;
  opacity: 1;
}

.services-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  color: white;
  text-transform: none;
  z-index: 1;
}

.services-nav__item:hover .services-nav__dropdown,
.services-nav__item:focus-within .services-nav__dropdown {
  display: block;
}

.consultancy-dropdown {
  background-color: #526781;
}

.it-dropdown {
  background-color: #286abd;
}

.marketing-dropdown {
  background-color: #3d8b40;
}

.telecoms-dropdown {
  background-color: #a3331d;
}

.web-dropdown {
  background-color: #79539a;
}

.security-dropdown {
  background-color: #dd0a40;
}

.developer-dropdown {
  background-color: #a3331d;
}

.services-nav__dropdown-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 2.5rem 3rem 3rem;
}

.services-nav__dropdown-inner h2 {
  margin: 0 0 2.5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
}

.services-nav__dropdown-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 2rem 4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.services-nav__dropdown-list li {
  padding: 0;
}

.services-nav__dropdown-list a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.services-nav__dropdown-list a:visited {
  color: white;
}

.services-nav__dropdown-list a:hover {
  text-decoration: underline;
}

.services_nav--sidebar {
  width: 100%;
  min-width: 0;
  max-width: none;
  display: block;
  background: #333645;
  padding: 20px;
}

.services_nav--sidebar .container {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.services_nav--sidebar .services-nav__list {
  display: block;
  width: 100%;
}

.services_nav--sidebar .services-nav__item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.services_nav--sidebar .services-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 20px 15px;
  text-align: center;
  background: #333645;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin-bottom: 20px;
}

.services_nav--sidebar .services-nav__link::after {
  display: none;
}

.services_nav--sidebar .services-nav__list .icon {
  margin-bottom: 10px;
}

.services_nav--sidebar .services-nav__list .small {
  font-size: 0.75rem;
  margin-bottom: 6px;
}

.services_nav--sidebar .services-nav__list .large {
  font-size: 1.5rem;
  line-height: 1.2;
}

.services_nav--sidebar .services-nav__dropdown {
  position: static;
  top: auto;
  left: auto;
  width: 100%;
  display: block;
  margin-top: 0;
  background: #202330;
}

.services_nav--sidebar .services-nav__dropdown-inner {
  padding: 0;
  max-width: none;
}

.services_nav--sidebar .services-nav__dropdown-inner h2 {
  display: none;
}

.services_nav--sidebar .services-nav__dropdown-list {
  display: block;
  margin: 0;
  padding: 0;
}

.services_nav--sidebar .services-nav__dropdown-list li {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.services_nav--sidebar .services-nav__dropdown-list a {
  display: block;
  padding: 16px 12px;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}

.services_nav--sidebar .services-nav__item:hover .services-nav__link {
  background: #3e4154;
}

.mobile-sidebar__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  margin: 20px 20px 0;
  padding: 20px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  background: #333645;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
  transition: background 0.2s ease;
}

.mobile-sidebar__contact-btn:hover {
  background: #494d62;
}

.mobile-sidebar__contact-btn {
  display: none;
}

.mobile-sidebar__contact-btn.is-visible {
  display: flex;
}

.small-contact-btn {
  display: none;
  color: #333645;
  font-size: 32px;
  border: 0px;
  padding: 5px;
  margin: 0px;
  background-color: white;
  cursor: pointer;
}

input[type="search"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(198, 252, 255, 0.7);
}

.header-search.header-search-desktop {
  display: flex;
}

.header-search.header-search-mobile {
  display: none;
}

@media (max-width: 1260px) {
  .header-actions {
    margin: 0 auto;
  }
  input[type="search"] {
    display: none;
  }
  .search-btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

@media (max-width: 992px) {
  .support-btn,
  .contact-btn {
    display: none;
  }
  input[type="search"] {
    display: block;
  }
  .search-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (max-width: 767px) {
  .title-bar {
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo actions" "search search";
    align-items: center;
    gap: 12px;
  }
  .logo {
    grid-area: logo;
    height: auto;
    max-width: 180px;
    width: 100%;
  }
  .header-actions {
    grid-area: actions;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
  }
  .small-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  .menu-trigger {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    margin-left: 0;
  }
  .header-search.header-search-desktop {
    display: none;
  }
  .header-search.header-search-mobile {
    display: flex;
  }
  .header-search {
    grid-area: search;
    display: flex;
    width: 100%;
    margin: 0;
  }
  .header-search input[type="search"] {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .header-search .search-btn {
    display: inline-flex;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.cookie-banner {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cookie-banner--hidden {
  display: none;
}

.cookie-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.cookie-banner__box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.cookie-banner__header {
  padding: 20px;
  border-bottom: 1px solid #e6e7e9;
}

.cookie-banner__header h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  color: #333645;
}

.cookie-banner__body {
  padding: 22px 20px;
  border-bottom: 1px solid #e6e7e9;
}

.cookie-banner__body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  color: #999AA2;
}

.cookie-banner__actions {
  display: flex;
  gap: 30px;
  padding: 20px;
}

.cookie-btn {
  flex: 1;
  border: none;
  border-radius: 3px;
  padding: 14px 20px;
  font-size: 1.05rem;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.cookie-btn--secondary {
  background: #999AA2;
  color: white;
}

.cookie-btn--secondary:hover {
  background: #7e808a;
}

.cookie-btn--primary {
  background: #926fb1;
  color: white;
}

.cookie-btn--primary:hover {
  background: #79539a;
}

body.cookie-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .cookie-banner {
    padding: 15px;
    align-items: flex-end;
  }
  .cookie-banner__box {
    max-width: 100%;
  }
  .cookie-banner__header h2 {
    font-size: 1.8rem;
  }
  .cookie-banner__actions {
    flex-direction: column;
    gap: 15px;
  }
  .cookie-btn {
    width: 100%;
  }
}

.main-carousel input {
  display: none;
}

.main-carousel {
  position: relative;
  height: 550px;
  overflow: hidden;
}

.slides {
  display: flex;
  gap: 1rem;
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 60px 10% 20px;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.slide-content {
  color: white;
}

.slide-content h1 {
  max-width: 1000px;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.slide-content p {
  max-width: 700px;
  font-size: 27px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .slide {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px 30px 60px;
    background-position: center;
  }
  .slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .slide-content h1 {
    max-width: 700px;
    font-size: clamp(36px, 4vw, 44px);
    line-height: 1.1;
    margin-bottom: 0;
  }
  .slide-content p {
    max-width: 760px;
    font-size: clamp(20px, 2.5vw, 24px);
    line-height: 1.35;
    margin-bottom: 2rem;
  }
  .slide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.slide--1 .slide-btn {
  background: #926fb1;
}

.slide--1 .slide-btn:hover {
  background: #79539a;
}

.slide--2 .slide-btn {
  background: #f7b322;
}

.slide--2 .slide-btn:hover {
  background: #de9a08;
}

.slide--3 .slide-btn {
  background: #4183d7;
}

.slide--3 .slide-btn:hover {
  background: #286abd;
}

.slide--4 .slide-btn {
  background: #4caf50;
}

.slide--4 .slide-btn:hover {
  background: #3d8b40;
}

.slide--5 .slide-btn {
  background: #ce4125;
}

.slide--5 .slide-btn:hover {
  background: #a3331d;
}

.slide--6 .slide-btn {
  background: #926fb1;
}

.slide--6 .slide-btn:hover {
  background: #79539a;
}

.slide--7 .slide-btn {
  background: #f5255a;
}

.slide--7 .slide-btn:hover {
  background: #dd0a40;
}

.dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 2;
  gap: 20px;
  margin-top: auto;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.dot.active {
  background: white;
}

.services {
  padding: 50px 0;
  background: #f4f4f4;
}

.services-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.services-header h1 {
  font-size: 3rem;
  font-weight: 100;
  margin: 0;
}

.vow {
  color: #333645;
  text-decoration: none;
  margin-left: auto;
  font-weight: 900;
  font-size: 2.5rem;
}

.vow:visited {
  color: #333645;
}

.vow:hover {
  text-decoration: underline;
}

.vow:visited {
  color: #333645;
}

.vow-bottom {
  display: none;
}

@media (max-width: 767px) {
  .vow-top {
    display: none;
  }
  .vow-bottom {
    display: block;
    padding-top: 30px;
    text-align: center;
  }
}

.services-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.services-grid > .service-card {
  background: white;
  border: 1px solid #999AA2;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  padding: 35px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 250px;
}

.service-card,
.service-card:link,
.service-card:visited,
.service-card:hover,
.service-card:active {
  text-decoration: none;
  color: inherit;
}

.service-card {
  transition: background 0.2s ease, color 0.2s ease;
}

.consultancy-service {
  --card-color: #67809f;
}

.it-service {
  --card-color: #4183d7;
}

.marketing-service {
  --card-color: #4caf50;
}

.telecoms-service {
  --card-color: #ce4125;
}

.web-service {
  --card-color: #926fb1;
}

.security-service {
  --card-color: #f5255a;
}

.developer-service {
  --card-color: #ce4125;
}

.service-card > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--card-color);
  color: white;
}

.service-card:hover {
  background: var(--card-color);
  color: white;
  transform: translateY(-8px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.service-card:hover > span {
  background: white;
  color: var(--card-color);
}

.reg-btn {
  background-color: #f7b322;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 16px 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  transition: all 0.2s ease;
}

.reg-btn:hover {
  background: #de9a08;
  border-color: #de9a08;
}

.service-card:hover > .reg-btn {
  background: white;
  color: var(--card-color);
}

.service-card > h2 {
  margin: 15px 0 18px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.service-card > p {
  margin: 0 0 28px;
  font-size: 0.85rem;
  line-height: 1.7;
}

.reg-btn {
  background-color: #f7b322;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 16px 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.reg-btn:hover {
  background: #de9a08;
  border-color: #de9a08;
}

.consultancy-service .reg-btn {
  background: #f7b322;
}

.it-service .it-icon,
.it-service .reg-btn {
  background: #4183d7;
}

.marketing-service .marketing-icon,
.marketing-service .reg-btn {
  background: #4caf50;
}

.telecoms-service .telecoms-icon,
.telecoms-service .reg-btn {
  background: #ce4125;
}

.web-service .web-icon,
.web-service .reg-btn {
  background: #926fb1;
}

.security-service .security-icon,
.security-service .reg-btn {
  background: #f5255a;
}

.developer-service .developer-icon,
.developer-service .reg-btn {
  background: #ce4125;
}

.view-our-work {
  width: 100%;
  background-color: #f4f4f4;
  padding: 0 20px 50px;
}

.view-our-work .slider {
  width: 100%;
}

.view-our-work .slider-track {
  display: flex;
  gap: 80px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.view-our-work .slider-item {
  position: relative;
  height: 75px;
}

.view-our-work .slider-item img {
  height: 100%;
  display: block;
}

.view-our-work .award-colour {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.view-our-work .slider-item:hover .award-colour {
  opacity: 1;
}

.company-slider {
  width: 100%;
  background-color: #f4f4f4;
  padding: 0 20px 50px;
}

.company-slider .slider {
  width: 100%;
}

.company-slider .slider-track {
  display: flex;
  gap: 80px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.company-slider img {
  height: 65px;
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.company-slider img:hover {
  filter: grayscale(0%);
  transform: translateY(-2px);
}

.company-slider .company-item {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-slider .company-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 50px;
}

.company-slider .company-popup {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 50px);
  transform: translateX(-50%) translateY(10px);
  width: 300px;
  width: 80vw;
  max-width: 350px;
  background: #333645;
  color: white;
  padding: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  z-index: 20;
  box-sizing: border-box;
}

.company-slider .company-item:hover .company-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.company-slider .company-popup::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #333645;
}

.company-slider .company-popup h3 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
}

.company-slider .company-popup p {
  font-size: 0.9rem;
  line-height: 1.75;
  padding: 0;
  margin: 20px;
}

.company-slider .popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 20px;
  margin-bottom: 10px;
  background: #4183d7;
  color: white;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.company-slider .popup-btn:hover,
.company-slider .popup-btn:focus {
  background: #2c75d2;
}

.company-slider .popup-btn--green {
  background: #4caf50;
}

.company-slider .popup-btn--green:hover,
.company-slider .popup-btn--green:focus {
  background: #449d48;
}

.company-slider .popup-btn--purple {
  background: #926fb1;
}

.company-slider .popup-btn--purple:hover,
.company-slider .popup-btn--purple:focus {
  background: #855ea8;
}

.company-slider .popup-btn--yellow {
  background: #f7b322;
}

.company-slider .popup-btn--yellow:hover,
.company-slider .popup-btn--yellow:focus {
  background: #f6ab09;
}

.welcome {
  background: #333645;
  color: white;
  padding: 25px;
  padding-bottom: 50px;
}

.welcome-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
}

.left, .right {
  flex: 1;
}

h1, h2 {
  font-size: 35px;
  margin-bottom: 30px;
}

p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.bold {
  font-weight: bold;
}

.quote {
  font-style: italic;
  font-weight: bold;
  font-size: 22px;
}

.author {
  color: #999AA2;
}

.rating {
  color: gold;
  font-size: 50px;
  margin-bottom: 25px;
}

.buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.welcome a {
  color: white;
  text-decoration: none;
}

.welcome a:visited {
  color: white;
}

.welcome a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .welcome-container {
    flex-direction: column;
    gap: 0px;
  }
}

.contact-breadcrumb {
  position: relative;
  background: white;
  padding: 14px 0;
  border-top: 1px solid #e6e7e9;
}

.contact-breadcrumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent);
  pointer-events: none;
}

.contact-breadcrumb p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333645;
}

.contact-breadcrumb a {
  color: #333645;
  text-decoration: none;
}

.contact-breadcrumb a:hover {
  text-decoration: underline;
}

.contact-breadcrumb span {
  margin: 0 10px;
}

.title-panel {
  font-size: 2.25rem;
  font-weight: 400;
  margin: 0 0 60px;
  color: #333645;
}

.page-title-banner {
  background: #f4f4f4;
  width: 100%;
}

.page-title-banner .container {
  padding: 40px 25px 20px;
}

.page-title-banner h1 {
  margin: 0;
  color: #333645;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
}

.offices-section {
  padding: 50px 0 40px;
  background: #f4f4f4;
}

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

.office-card {
  border: 1px solid #bdc0c5;
  border-radius: 25px 25px 0px 0px;
  background: white;
  overflow: hidden;
}

.office-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.office-card__body {
  display: flex;
  flex-direction: column;
  padding: 25px 35px;
}

.office-card__title {
  text-decoration: none;
}

.office-card__title:hover {
  text-decoration: underline;
}

.office-card__title:hover {
  text-decoration-color: #333645;
}

.office-card__body h2 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #333645;
  margin: 0 0 10px;
}

.office-card__body p {
  font-size: 0.85rem;
  line-height: 1.8;
  color: #6A6C6E;
  margin: 0 0 10px;
}

.office-card__phone {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #926fb1;
  text-decoration: none;
  margin: 0 0 10px;
}

.office-card__phone:hover {
  text-decoration: underline;
}

.office-card__btn {
  display: inline-block;
  align-self: flex-start;
  background: #926fb1;
  border: 1px solid #926fb1;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 3px;
  font-size: 1rem;
}

.office-card__btn:hover {
  background: #79539a;
  border-color: #79539a;
}

.contact-content {
  background: #f4f4f4;
}

.contact-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 40px;
  padding-bottom: 50px;
  align-items: start;
}

.contact-form-wrap {
  background: #dbdddf;
  border-radius: 8px;
  padding: 35px;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 30px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333645;
  margin-bottom: 10px;
}

.form-group label span,
.contact-form__bottom p span {
  color: red;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid #bdc0c5;
  background: white;
  color: #333645;
  font: inherit;
  padding: 12px 15px;
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
}

.form-group--full {
  margin-top: 24px;
}

.marketing-check {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
  cursor: pointer;
}

.marketing-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.marketing-check__box {
  width: 34px;
  height: 34px;
  border: 3px solid #333645;
  flex: 0 0 34px;
  margin-top: 3px;
  background: white;
  position: relative;
}

.marketing-check input:checked + .marketing-check__box {
  background: #333645;
}

.marketing-check input:checked + .marketing-check__box::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 3px;
  width: 7.5px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.marketing-check__text {
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 700;
  color: #333645;
}

.marketing-check__text a {
  color: #333645;
}

.contact-form__bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-form__bottom p {
  margin: 0;
  color: #333645;
  font-size: 1rem;
}

.contact-submit-btn {
  background: #333645;
  border: 1px solid #333645;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 16px 26px;
  font: inherit;
  font-size: 1.1rem;
  cursor: pointer;
}

.contact-submit-btn:hover {
  background: #1d1f28;
  border-color: #1d1f28;
}

.form-success {
  background-color: #4caf50;
  color: white;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.form-success .close-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.8;
}

.form-success .close-btn:hover {
  opacity: 1;
}

.form-errors {
  background-color: #f5255a;
  /* red */
  color: white;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.form-errors p {
  margin: 0;
}

.form-errors .close-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.8;
}

.form-errors .close-btn:hover {
  opacity: 1;
}

.contact-details h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333645;
  margin: 0 0 18px;
}

.contact-details a {
  display: inline-block;
  margin: 0 0 25px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #926fb1;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

.contact-details p {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333645;
  line-height: 1.8;
  margin: 0 0 35px;
}

.contact-details__toggle {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 700;
  color: #333645;
  cursor: pointer;
}

.contact-details__accordion {
  margin-top: 30px;
}

.contact-details__toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 1.1rem;
  color: #333645;
}

.contact-details__content {
  margin-top: 20px;
  height: 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-details__content p {
  margin-bottom: 25px;
  color: #6A6C6E;
  font-size: 1.1rem;
  line-height: 1.8;
}

.contact-details__content strong {
  display: block;
  margin: 20px 0;
  color: #333645;
  font-size: 1.1rem;
}

@media (max-width: 1260px) {
  .contact-content__grid {
    grid-template-columns: 1fr;
  }
  .contact-details {
    order: -1;
  }
}

@media (max-width: 991px) {
  .page-title-banner {
    background: #333645;
  }
  .page-title-banner .container {
    padding: 20px 25px;
  }
  .page-title-banner h1 {
    color: white;
  }
  .offices-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .office-card {
    max-width: 720px;
  }
  .contact-content__grid {
    max-width: 720px;
    margin: 0 auto;
  }
  .contact-form__grid {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}

@media (max-width: 767px) {
  .contact-breadcrumb {
    display: none;
  }
  .office-card__body {
    padding: 25px;
  }
  .office-card__phone,
  .contact-details a {
    font-size: 1.8rem;
  }
  .contact-form-wrap {
    padding: 25px 20px;
  }
  .marketing-check {
    gap: 15px;
  }
}

.news-section {
  width: 100%;
  margin: 0 auto;
  padding: 32px 150px 48px;
  background-color: #f4f4f4;
}

.news-header {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.news-header h1 {
  font-size: 2.5rem;
  line-height: 1.1;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.view-all {
  color: #333645;
  text-decoration: none;
  font-size: 1.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.view-all:visited {
  color: #333645;
}

.view-all:hover {
  text-decoration: underline;
}

.view-all--bottom {
  display: none;
}

@media (max-width: 1260px) {
  .news-section {
    padding: 32px 50px 48px;
  }
  .news-grid {
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }
  .news-grid > *:last-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .view-all--top {
    display: none;
  }
  .view-all--bottom {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
  }
  .news-section {
    padding: 32px 20px 48px;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-grid > *:last-child {
    display: block;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: white;
  border: 1px solid #999AA2;
  text-decoration: none;
  color: inherit;
}

.news-card:hover {
  transform: translateY(-10px);
  transition: transform 0.3s ease;
}

.news-card__media {
  position: relative;
  overflow: hidden;
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card__tag {
  position: absolute;
  top: 14px;
  right: 0;
  background-color: #67809f;
  color: white;
  padding: 10px 16px;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
}

.news-card__tag--career {
  background-color: #4183d7;
}

.news-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px 38px 30px;
}

.news-card__content h2 {
  margin: 0 0 22px;
  font-size: 1.1rem;
  line-height: 1.45;
  color: #67809f;
}

.news-card__career h2 {
  color: #4183d7;
}

.news-card__content p {
  margin: 0 0 28px;
  font-size: 1rem;
  line-height: 1.7;
  color: #999AA2;
}

.news-card__btn {
  background-color: #f7b322;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 16px 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  align-self: flex-start;
  margin-bottom: 36px;
}

.news-card__btn:hover {
  background: #de9a08;
  border-color: #de9a08;
}

.news-card__btn:hover {
  background: #f7b322;
}

.news-card-career__btn {
  background-color: #4183d7;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 16px 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  align-self: flex-start;
  margin-bottom: 36px;
}

.news-card-career__btn:hover {
  background: #286abd;
  border-color: #286abd;
}

.news-card-career__btn:hover {
  background: #4183d7;
}

.news-card__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid #999AA2;
}

.news-card__avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.news-card__meta strong,
.news-card__meta span {
  display: block;
}

.news-card__meta strong {
  margin-bottom: 6px;
  font-size: 0.95rem;
  color: #333645;
}

.news-card__meta span {
  font-size: 0.95rem;
  color: #999AA2;
}
