.elementor-712 .elementor-element.elementor-element-023d591{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-712 .elementor-element.elementor-element-ec07607{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:00px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-712 .elementor-element.elementor-element-dd521a6.elementor-element{--align-self:flex-start;}.elementor-712 .elementor-element.elementor-element-71e755e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-712 .elementor-element.elementor-element-f475dc0{--display:flex;--justify-content:space-between;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-712 .elementor-element.elementor-element-0d990ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-712 .elementor-element.elementor-element-0d990ca:not(.elementor-motion-effects-element-type-background), .elementor-712 .elementor-element.elementor-element-0d990ca > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-712 .elementor-element.elementor-element-bab1e88{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--overflow:hidden;--overlay-opacity:0.8;}.elementor-712 .elementor-element.elementor-element-bab1e88::before, .elementor-712 .elementor-element.elementor-element-bab1e88 > .elementor-background-video-container::before, .elementor-712 .elementor-element.elementor-element-bab1e88 > .e-con-inner > .elementor-background-video-container::before, .elementor-712 .elementor-element.elementor-element-bab1e88 > .elementor-background-slideshow::before, .elementor-712 .elementor-element.elementor-element-bab1e88 > .e-con-inner > .elementor-background-slideshow::before, .elementor-712 .elementor-element.elementor-element-bab1e88 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-712 .elementor-element.elementor-element-9b0d7c5{width:100%;max-width:100%;}.elementor-712 .elementor-element.elementor-element-b3b7652{--display:flex;}.elementor-712 .elementor-element.elementor-element-e48c10f{--display:flex;}.elementor-712 .elementor-element.elementor-element-eff7856{--display:flex;}.elementor-712 .elementor-element.elementor-element-eff7856:not(.elementor-motion-effects-element-type-background), .elementor-712 .elementor-element.elementor-element-eff7856 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-712 .elementor-element.elementor-element-7f48385{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-712 .elementor-element.elementor-element-7f48385:not(.elementor-motion-effects-element-type-background), .elementor-712 .elementor-element.elementor-element-7f48385 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-712 .elementor-element.elementor-element-e59f1f4{padding:0px 0px 50px 0px;}.elementor-712 .elementor-element.elementor-element-da4bfc8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-712 .elementor-element.elementor-element-da4bfc8:not(.elementor-motion-effects-element-type-background), .elementor-712 .elementor-element.elementor-element-da4bfc8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-712 .elementor-element.elementor-element-5e0ec12{--display:flex;}.elementor-712 .elementor-element.elementor-element-5e0ec12:not(.elementor-motion-effects-element-type-background), .elementor-712 .elementor-element.elementor-element-5e0ec12 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#121212;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dd521a6 */@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap");

:root {
  --orange: #ff9d00;
  --black: #0d0d0d;
  --white: #ffffff;
}

body {
  font-family: "Raleway", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

.premium-header {
  position: fixed;
  top: 30px;
  width: 100%;
  background: transparent;
  z-index: 1000;
}

.header-inner {
  max-width: 93%;
  margin: auto;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 62px;
}

.hamburger {
  width: 34px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--orange);
  left: 0;
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.3s ease,
    top 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 10px; }
.hamburger span:nth-child(3) { top: 20px; }

body.menu-open .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

body.menu-open .hamburger span:nth-child(2) {
  opacity: 0;
}

body.menu-open .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

.hamburger:focus,
.hamburger:active,
.hamburger:hover {
  outline: none;
  box-shadow: none;
  background: transparent;
}

.hamburger::-moz-focus-inner {
  border: 0;
}

.hamburger {
  -webkit-tap-highlight-color: transparent;
}


.slide-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  height: 100vh;
  background: var(--black);
  padding: 120px 40px 40px;
  transition: right 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 999;
  overflow-y: auto;
}

body.menu-open .slide-menu {
  right: 0;
}

.menu-main {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-main > li {
  margin-bottom: 24px;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.45s ease;
}

body.menu-open .menu-main > li {
  opacity: 1;
  transform: translateX(0);
}

.menu-main a,
.menu-main span {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.menu-main a:hover,
.menu-main span:hover {
  color: var(--orange);
}

.has-sub .submenu {
  list-style: none;
  padding-left: 16px;
  margin-top: 12px;
  display: none;
}

.has-sub.active .submenu {
  display: block;
}

.submenu li {
  margin-bottom: 12px;
}

.submenu a {
  font-size: 15px;
  color: #cfcfcf;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease;
  z-index: 998;
}

body.menu-open .menu-overlay {
  opacity: 1;
  visibility: visible;
}

.business-section,
.business-section::before {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-section::before {
  background-size: 100% auto;
}


@media (max-width: 1024px) {
  .slide-menu {
    width: 380px;
  }

  .logo img {
    height: 54px;
  }
}
@media (max-width: 768px) {
  .premium-header {
    top: 16px;
  }

  .header-inner {
    padding: 14px 16px;
  }

  .logo img {
    height: 48px;
  }

  .slide-menu {
    width: 100%;
    padding: 100px 24px 32px;
  }

  .menu-main a,
  .menu-main span {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .logo img {
    height: 42px;
  }

  .hamburger {
    width: 30px;
    height: 20px;
  }

  .hamburger span:nth-child(2) { top: 9px; }
  .hamburger span:nth-child(3) { top: 18px; }

  .slide-menu {
    padding: 90px 20px 24px;
  }

  .menu-main a,
  .menu-main span {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b0d7c5 */:root {
  --header-height: 80px;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #0b0b0b;
  overflow-x: hidden;
}

.purpose-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: calc(-1 * var(--header-height));
}

.purpose-hero {
  position: relative;
  width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Raleway", sans-serif;
  background-image: url("https://computergs.com/staging/wp-content/uploads/2026/01/Cyber-Security.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.purpose-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.purpose-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: calc(var(--header-height) + 40px) 20px 40px;
}

.purpose-title {
  font-size: 38px;
  font-weight: 700;
  color: #ff9d00;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.purpose-subtitle {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1024px) {
  .purpose-hero {
    min-height: 60vh;
  }

  .purpose-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  :root {
    --header-height: 64px;
  }

  .purpose-hero {
    min-height: 55vh;
  }

  .purpose-content {
    padding: calc(var(--header-height) + 32px) 18px 32px;
  }

  .purpose-title {
    font-size: 28px;
  }

  .purpose-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .purpose-hero {
    min-height: 50vh;
  }

  .purpose-content {
    padding: calc(var(--header-height) + 24px) 16px 28px;
  }

  .purpose-title {
    font-size: 22px;
    letter-spacing: 0.5px;
  }

  .purpose-subtitle {
    font-size: 15px;
    line-height: 1.5;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bab1e88 */.elementor-shape-top,
.elementor-shape-bottom {
  z-index: 5;
  pointer-events: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c8bc00 */.digital-events {
  background: radial-gradient(circle at center, #1a1a1a 0%, #000 70%);
  padding: 80px 20px;
  text-align: center;
  font-family: "Raleway", sans-serif;
}

.digital-card {
  max-width: 760px;
  margin: 0 auto 45px;
}

.digital-card img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.95);
}

.digital-title {
  color: #ffb000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}

.digital-text {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 16px;
}

.digital-desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf2670e */.process-section {
  background: #000;
  padding: 50px 0;
  font-family: "Raleway", sans-serif;
}

.process-heading {
  text-align: center;
  color: #ffb000;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.process-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 0 4%;
}

.process-card {
  position: relative;
  background: #000;
  display: flex;
  align-items: center;
  padding: 30px 36px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #ffb000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
  pointer-events: none;
}

.process-card:hover::before {
  transform: scaleX(1);
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 80px rgba(255, 176, 0, 0.25);
}

.process-step {
  color: #ffb000;
  font-size: 28px;
  font-weight: 700;
  margin-right: 30px;
  min-width: 60px;
}

.process-content h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 6px;
}

.process-content p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .process-heading {
    font-size: 32px;
  }

  .process-card {
    padding: 28px 30px;
  }
}

@media (max-width: 768px) {
  .process-heading {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .process-card {
    padding: 26px 26px;
  }

  .process-step {
    font-size: 24px;
    margin-right: 22px;
  }
}

@media (max-width: 480px) {
  .process-section {
    padding: 40px 0;
  }

  .process-heading {
    font-size: 22px;
    letter-spacing: 1.2px;
    text-align: left;
    padding: 0px 20px;
  }

  .process-card {
    flex-direction: column;
    text-align: center;
    gap: 14px;
    padding: 24px 22px;
  }

  .process-step {
    margin: 0;
    min-width: auto;
    align-self: flex-start;
    text-align: left;
  }

  .process-content h3 {
    font-size: 17px;
    text-align: left;
  }

  .process-content p {
    font-size: 14px;
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01aa94a */.core-section {
  background: transparent;
  padding: 70px 6%;
  font-family: "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.85);
}

.core-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 1.5fr;
  gap: 90px;
  max-width: 1450px;
  margin: 0 auto;
  align-items: center;
}

.core-left,
.core-right {
  max-width: 540px;
}

.core-eyebrow,
.core-eyebrow-2 {
  color: #ff9800;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.core-left .core-title {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 26px;
  line-height: 1.25;
}

.core-left p {
  line-height: 1.85;
  margin-top: 22px;
}

.core-left ul {
  margin-top: 26px;
}

.core-left li {
  margin-bottom: 10px;
}

.core-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.core-center img {
  max-width: 150px;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.55;
  margin: 20px auto 0;
}

.core-subtitle {
  font-size: 18px;
  margin-bottom: 22px;
  line-height: 1.6;
}

.core-right ul {
  list-style: none;
  padding: 0;
  margin-top: 26px;
}

.core-right li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 10px;
}

.core-right li::before {
  content: "•";
  color: #ff9800;
  position: absolute;
  left: 0;
}

@media (max-width: 1024px) {
  .core-section {
    padding: 60px 6%;
  }

  .core-wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .core-left {
    order: 1;
    text-align: center;
    margin: 0 auto;
  }

  .core-center {
    order: 2;
  }

  .core-right {
    order: 3;
    text-align: center;
    margin: 0 auto;
  }

  .core-center img {
    max-width: 120px;
    margin: 10px auto;
  }

  .core-left ul,
  .core-right ul {
    text-align: left;
  }

  .core-left li,
  .core-right li {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .core-section {
    padding: 50px 7%;
  }

  .core-eyebrow,
  .core-eyebrow-2,
  .core-left .core-title,
  .core-subtitle {
    text-align: left;
  }

  .core-left .core-title {
    font-size: 26px;
  }

  .core-subtitle {
    font-size: 16px;
  }

  .core-center img {
    max-width: 100px;
  }

  .core-left li,
  .core-right li {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .core-section {
    padding: 40px 8%;
  }

  .core-eyebrow,
  .core-eyebrow-2,
  .core-left .core-title,
  .core-subtitle {
    text-align: left;
  }

  .core-left .core-title {
    font-size: 22px;
  }

  .core-left p,
  .core-right li {
    font-size: 15px;
    text-align: left;
  }

  .core-center img {
    max-width: 80px;
    margin: 6px auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e59f1f4 */.business-section {
  position: relative;
  width: 100%;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Raleway", sans-serif;
  overflow: hidden;
  background-image: url("https://images.pexels.com/photos/160107/pexels-photo-160107.jpeg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  clip-path: polygon(
    0 15%,
    100% 0,
    100% 85%,
    0% 100%,
    0 100%
  );
}

.business-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.business-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 80px 20px;
}

.business-content h2 {
  font-size: 35px;
  font-weight: 700;
  color: #ff9d00;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.business-content p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.cta-wrap {
  margin-top: 40px;
  padding: 0 6px;
}

.cta-outline {
  display: inline-block;
  padding: 14px 40px;
  border: 2px solid #ff9d00;
  color: #ff9d00 !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.cta-outline:hover {
  background: #fff;
  color: #000 !important;
  border: 2px solid #fff;
}

@media (max-width: 1024px) {
  .business-section {
    min-height: 340px;
  }

  .business-content h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .business-section {
    clip-path: polygon(
      0 8%,
      100% 0,
      100% 92%,
      0% 100%
    );
  }

  .business-content {
    padding: 60px 20px;
  }

  .business-content h2 {
    font-size: 28px;
  }

  .business-content p {
    font-size: 16px;
  }

  .cta-outline {
    padding: 12px 32px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .business-section {
    min-height: 300px;
    clip-path: none;
  }

  .business-content {
    padding: 50px 16px;
  }

  .business-content h2 {
    font-size: 22px;
    letter-spacing: 0.5px;
  }

  .business-content p {
    font-size: 15px;
    line-height: 1.5;
  }

  .cta-wrap {
    margin-top: 28px;
  }

  .cta-outline {
    padding: 11px 26px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60f7ee3 */body {
  overflow-x: hidden;
}

.site-footer {
  background: #121212;
  font-family: "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
}

.footer-top {
  padding: 100px 1% 80px;
}

.footer-grid {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 80px;
}

.footer-logo img {
  max-width: 180px;
  height: auto;
  margin-bottom: 22px;
}

.footer-brand p {
  font-size: 15px;
  line-height: 1.8;
  max-width: 420px;
}

.footer-col {
  justify-self: center;
}

.footer-col h4 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff9d00;
  margin-bottom: 22px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ff9d00;
}

.footer-contact li {
  font-size: 15px;
}

.footer-contact li a {
  display: inline-block;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 40px 1%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-nav a {
  margin-right: 26px;
  font-size: 14px;
  font-weight: 600;
  color: #ff9d00;
  text-decoration: none;
}

.footer-nav a:last-child {
  margin-right: 0;
}

.footer-social {
  margin-left: -40px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  background: #fff;
  height: 56px;
  margin-left: 12px;
  border: 1px solid #ff9d00;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #ff9d00;
}

.footer-social img {
  width: 98px;
  height: auto;
  display: block;
}

.footer-copy {
  text-align: center;
  padding: 20px 8% 30px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-social a:last-child {
  display: inline-block;
  
}

.footer-social a:last-child img {
  transform: scale(1.35);
  transition: transform 0.3s ease;
  transform: scale(2.1);
}

.footer-social a:last-child:hover img {
  transform: scale(1.9);
}


@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .footer-col {
    justify-self: start;
  }
}

@media (max-width: 768px) {
  .footer-top {
    padding: 80px 6% 60px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }

  .footer-col {
    justify-self: center;
  }

  .footer-brand p {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .footer-nav a {
    margin-right: 18px;
  }

  .footer-social {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .footer-top {
    padding: 60px 7% 50px;
  }

  .footer-logo img {
    max-width: 150px;
  }

  .footer-social a {
    width: 48px;
    height: 48px;
  }

  .footer-social img {
    width: 48px;
  }

  .footer-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .footer-credit {
    display: block;
  }
}/* End custom CSS */