@charset "UTF-8";
.modern-footer {
  background: #1c1d1f;
  color: #ffffff;
  padding: 60px 40px 40px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  margin-top: 0; }
  @media (max-width: 767px) {
    .modern-footer {
      padding: 40px 24px 32px;
      padding-left: 0;
      padding-right: 0; } }

.footer-logo-section {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .footer-logo-section {
      margin-bottom: 40px; } }
  .footer-logo-section .logo {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    line-height: 0; }
    .footer-logo-section .logo svg {
      width: 36px;
      height: 36px;
      fill: #17a2b8;
      filter: drop-shadow(0 2px 4px rgba(124, 179, 66, 0.3)); }
    .footer-logo-section .logo img {
      max-width: 13%;
      height: auto; }
      @media (max-width: 767px) {
        .footer-logo-section .logo img {
          max-width: 50%; } }

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 60px;
  margin-bottom: 80px;
  background: #1c1d1f; }
  @media (max-width: 767px) {
    .footer-content {
      grid-template-columns: 1fr;
      gap: 40px;
      margin-bottom: 40px; } }
  .footer-content .footer-section .footer-section-title {
    margin-bottom: 24px;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px; }
    @media (max-width: 767px) {
      .footer-content .footer-section .footer-section-title {
        font-size: 16px; } }
    .footer-content .footer-section .footer-section-title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 40px;
      height: 3px;
      background: linear-gradient(90deg, #17a2b8, transparent);
      border-radius: 2px; }
  .footer-content .footer-section .footer-links-list,
  .footer-content .footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer-content .footer-section .footer-links-list li,
    .footer-content .footer-section ul li {
      margin-bottom: 14px; }
      .footer-content .footer-section .footer-links-list li:last-child,
      .footer-content .footer-section ul li:last-child {
        margin-bottom: 0; }
    .footer-content .footer-section .footer-links-list a,
    .footer-content .footer-section ul a {
      color: #ffffff;
      text-decoration: none;
      font-size: 15px;
      transition: all 0.3s ease;
      display: inline-block;
      position: relative; }
      .footer-content .footer-section .footer-links-list a::before,
      .footer-content .footer-section ul a::before {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #17a2b8;
        transition: width 0.3s ease; }
      .footer-content .footer-section .footer-links-list a:hover,
      .footer-content .footer-section ul a:hover {
        color: #17a2b8;
        transform: translateX(4px); }
        .footer-content .footer-section .footer-links-list a:hover::before,
        .footer-content .footer-section ul a:hover::before {
          width: 100%; }

.footer-bottom-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px; }
  .footer-bottom-section .footer-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .footer-bottom-section .footer-row {
        grid-template-columns: 1fr;
        gap: 32px; } }
  .footer-bottom-section .footer-section-title {
    margin-bottom: 24px;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
    color: #ffffff; }
    .footer-bottom-section .footer-section-title:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 40px;
      height: 3px;
      background: linear-gradient(90deg, #17a2b8, transparent);
      border-radius: 2px; }

.social-section .social-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .social-section .social-links {
      justify-content: center; } }
.social-section .social-icon {
  width: 42px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden; }
  .social-section .social-icon::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #17a2b8;
    transition: all 0.4s ease;
    z-index: -1; }
  .social-section .social-icon:hover {
    border-color: #17a2b8; }
    .social-section .social-icon:hover::before {
      width: 100%;
      height: 100%; }
  .social-section .social-icon svg {
    width: 20px;
    height: 20px; }

.copyright-section {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }

.copyright-section .copyright {
  color: #fff;
  font-size: 13px;
  line-height: 1.9;
  opacity: 0.9;
  font-weight: 600; }
.copyright-section .footer-links-title {
  display: none; }
  @media (max-width: 991px) {
    .copyright-section .footer-links-title {
      display: block;
      margin-bottom: 24px;
      color: #ffffff;
      position: relative;
      padding-bottom: 12px;
      font-size: 16px; }
      .copyright-section .footer-links-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 3px;
        background: linear-gradient(90deg, #17a2b8, transparent);
        border-radius: 2px; } }
.copyright-section .footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 575px) {
    .copyright-section .footer-links {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px; } }
.copyright-section .footer-links-desktop {
  display: none; }
  @media (min-width: 992px) {
    .copyright-section .footer-links-desktop {
      display: flex !important;
      gap: 16px;
      flex-wrap: wrap;
      align-items: center; } }
  .copyright-section .footer-links-desktop .footer-bottom-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 575px) {
      .copyright-section .footer-links-desktop .footer-bottom-links {
        flex-direction: column;
        gap: 12px; } }
    .copyright-section .footer-links-desktop .footer-bottom-links li {
      display: inline;
      margin: 0; }
      .copyright-section .footer-links-desktop .footer-bottom-links li::before {
        content: "•";
        margin: 0 8px;
        color: #17a2b8; }
        @media (max-width: 575px) {
          .copyright-section .footer-links-desktop .footer-bottom-links li::before {
            display: none; } }
      .copyright-section .footer-links-desktop .footer-bottom-links li:last-child::after {
        display: none; }
  .copyright-section .footer-links-desktop a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
    font-weight: 500; }
    .copyright-section .footer-links-desktop a:hover {
      color: #17a2b8; }
  .copyright-section .footer-links-desktop .separator {
    color: #4a5f4a;
    user-select: none; }
    @media (max-width: 575px) {
      .copyright-section .footer-links-desktop .separator {
        display: none; } }

.footer-links-mobile {
  display: block; }
  @media (min-width: 992px) {
    .footer-links-mobile {
      display: none !important; } }

@media (max-width: 575px) {
  .modern-footer .footer-content {
    gap: 32px; }
  .modern-footer .footer-row {
    gap: 24px; }
  .modern-footer .social-links {
    justify-content: flex-start; } }
.site-footer:not(.modern-footer) {
  background-color: #2c3e50;
  color: #ecf0f1;
  padding: 60px 0;
  margin-top: 60px; }
  .site-footer:not(.modern-footer) .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-widgets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-2xl);
  padding-bottom: var(--spacing-3xl); }

.footer-widget .widget-title {
  color: var(--color-text-light);
  border-bottom-color: var(--color-primary-light); }

.footer-widget a {
  color: var(--color-gray-400); }

.footer-widget a:hover {
  color: var(--color-text-light); }

.footer-bottom {
  padding: var(--spacing-lg) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center; }

.footer-bottom p {
  margin: 0;
  font-size: var(--font-size-sm);
  color: var(--color-gray-500); }

.footer-bottom a {
  color: var(--color-gray-400); }

.footer-bottom a:hover {
  color: var(--color-text-light); }

/*# sourceMappingURL=footer.css.map */
