.footer {
  background-color: #000000;
  color: #fff;
  padding: 60px 0 40px; }
  .footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px; }
    .footer .footer-content .footer-section {
      flex: 1; }
      .footer .footer-content .footer-section .section-title {
        color: #fff;
        font-size: 21px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 30px; }
      .footer .footer-content .footer-section .section-subtitle {
        display: block;
        margin-bottom: 20px;
        color: rgba(255, 255, 255, 0.5); }
      .footer .footer-content .footer-section .section-links {
        list-style: none;
        padding: 0;
        margin: 0; }
        .footer .footer-content .footer-section .section-links li {
          margin-bottom: 8px; }
          .footer .footer-content .footer-section .section-links li a {
            color: rgba(255, 255, 255, 0.5);
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.5; }
            .footer .footer-content .footer-section .section-links li a:hover {
              color: #fff; }
      .footer .footer-content .footer-section .contact-info .contact-item {
        color: rgba(255, 255, 255, 0.5);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 8px; }
      .footer .footer-content .footer-section .social-icons {
        display: flex;
        gap: 16px; }
        .footer .footer-content .footer-section .social-icons .social-icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 40px;
          height: 40px;
          color: rgba(255, 255, 255, 0.7);
          transition: color 0.3s ease; }
          .footer .footer-content .footer-section .social-icons .social-icon:hover {
            color: #fff; }
          .footer .footer-content .footer-section .social-icons .social-icon svg {
            width: 28px;
            height: 28px; }
            .footer .footer-content .footer-section .social-icons .social-icon svg path {
              fill: #fff; }
  .footer .footer-slogan {
    text-align: center; }
    .footer .footer-slogan p {
      font-size: 16px;
      color: white; }
  .footer .footer-divider {
    height: 0px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0px 0 30px; }
  .footer .sbailogo {
    margin-top: 30px;
    margin-bottom: 30px; }
    .footer .sbailogo img {
      width: 120px; }
  .footer .footer-bottom {
    text-align: left;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    .footer .footer-bottom .footer-copyright {
      color: rgba(255, 255, 255, 0.5);
      leading-trim: both;
      text-edge: cap;
      font-family: Arial;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
  @media (max-width: 1200px) {
    .footer {
      padding: 50px 0 35px; }
      .footer .footer-content .footer-section .section-title {
        font-size: 19px;
        margin-bottom: 25px; }
      .footer .footer-content .footer-section .section-links li {
        margin-bottom: 6px; }
        .footer .footer-content .footer-section .section-links li a {
          font-size: 15px;
          line-height: 22px; }
      .footer .footer-content .footer-section .contact-info .contact-item {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 6px; }
      .footer .footer-content .footer-section .social-icons {
        gap: 14px; }
        .footer .footer-content .footer-section .social-icons .social-icon {
          width: 36px;
          height: 36px; }
          .footer .footer-content .footer-section .social-icons .social-icon svg {
            width: 22px;
            height: 22px; }
      .footer .footer-bottom {
        padding-bottom: 40px; }
        .footer .footer-bottom .footer-copyright {
          font-size: 15px; } }
  @media (max-width: 1024px) {
    .footer {
      padding: 45px 0 30px; }
      .footer .footer-content {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 40px; }
        .footer .footer-content .footer-section .section-title {
          font-size: 18px;
          margin-bottom: 20px; }
        .footer .footer-content .footer-section .section-links li {
          margin-bottom: 5px; }
          .footer .footer-content .footer-section .section-links li a {
            font-size: 15px;
            line-height: 20px; }
        .footer .footer-content .footer-section .contact-info .contact-item {
          font-size: 15px;
          line-height: 20px;
          margin-bottom: 5px; }
        .footer .footer-content .footer-section .social-icons .social-icon {
          width: 32px;
          height: 32px; }
          .footer .footer-content .footer-section .social-icons .social-icon svg {
            width: 20px;
            height: 20px; }
      .footer .footer-bottom {
        padding-bottom: 40px;
        text-align: center; }
        .footer .footer-bottom .footer-copyright {
          font-size: 15px; } }
  @media (max-width: 900px) {
    .footer {
      padding: 40px 0 25px; }
      .footer .footer-content {
        gap: 35px;
        margin-bottom: 40px; }
        .footer .footer-content .footer-section .section-title {
          font-size: 17px;
          margin-bottom: 18px; }
        .footer .footer-content .footer-section .section-links li {
          margin-bottom: 4px; }
          .footer .footer-content .footer-section .section-links li a {
            font-size: 15px;
            line-height: 1.5; }
        .footer .footer-content .footer-section .contact-info .contact-item {
          font-size: 15px;
          line-height: 1.5;
          margin-bottom: 4px; }
        .footer .footer-content .footer-section .social-icons .social-icon {
          width: 30px;
          height: 30px; }
      .footer .footer-bottom {
        padding-bottom: 40px; }
        .footer .footer-bottom .footer-copyright {
          font-size: 11px; } }
  @media (max-width: 768px) {
    .footer {
      padding: 35px 0 20px; }
      .footer .container {
        padding: 0px 30px; }
      .footer .footer-content {
        gap: 30px;
        margin-bottom: 40px; }
        .footer .footer-content .footer-section .section-title {
          font-size: 16px;
          margin-bottom: 15px; }
        .footer .footer-content .footer-section .section-links li {
          margin-bottom: 3px; }
          .footer .footer-content .footer-section .section-links li a {
            font-size: 15px;
            line-height: 1.5; }
        .footer .footer-content .footer-section .contact-info .contact-item {
          font-size: 15px;
          line-height: 1.5;
          margin-bottom: 3px; }
      .footer .footer-bottom {
        padding-bottom: 40px; }
        .footer .footer-bottom .footer-copyright {
          font-size: 15px; } }
  @media (max-width: 480px) {
    .footer {
      padding: 40px 0 15px 0px; }
      .footer .footer-content {
        gap: 25px;
        margin-bottom: 30px; }
        .footer .footer-content .footer-section .section-title {
          font-size: 15px;
          margin-bottom: 12px; }
        .footer .footer-content .footer-section .section-links li {
          margin-bottom: 2px; }
          .footer .footer-content .footer-section .section-links li a {
            font-size: 15px;
            line-height: 1.4; }
        .footer .footer-content .footer-section .contact-info .contact-item {
          font-size: 15px;
          line-height: 1.3;
          margin-bottom: 2px; }
      .footer .footer-bottom {
        padding-bottom: 30px; }
        .footer .footer-bottom .footer-copyright {
          font-size: 15px; } }
  @media (max-width: 360px) {
    .footer {
      padding: 25px 0 10px; }
      .footer .footer-content {
        gap: 20px;
        margin-bottom: 40px; }
        .footer .footer-content .footer-section .section-title {
          font-size: 15px;
          margin-bottom: 10px; }
        .footer .footer-content .footer-section .section-links li {
          margin-bottom: 1px; }
          .footer .footer-content .footer-section .section-links li a {
            font-size: 15px;
            line-height: 1.3; }
        .footer .footer-content .footer-section .contact-info .contact-item {
          font-size: 15px;
          line-height: 1.3;
          margin-bottom: 1px; }
      .footer .footer-bottom {
        padding-bottom: 25px; }
        .footer .footer-bottom .footer-copyright {
          font-size: 15px; } }
