   * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: 'Inter', sans-serif;
      background: #f6f9fc;
      color: #0b1a2e;
      scroll-behavior: smooth;
    }
    /* ----- NAVBAR (glass) ----- */
    .navbar {
      background: rgba(255, 255, 255, 0.78);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
      padding: 0.7rem 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .navbar-brand {
      font-weight: 800;
      font-size: 1.7rem;
      letter-spacing: -0.03em;
      color: #0b1a2e;
    }
    .navbar-brand span {
      color: #2563eb;
    }
    .nav-link {
      font-weight: 500;
      color: #1e293b !important;
      margin: 0 0.3rem;
      padding: 0.5rem 0.9rem !important;
      border-radius: 40px;
      transition: 0.2s ease;
    }
    .nav-link:hover,
    .nav-link.active {
      color: #2563eb !important;
      background: rgba(37, 99, 235, 0.06);
    }
    /* ----- HERO SECTION (modern, spacious) ----- */
    .hero {
      padding: 4rem 0 3rem 0;
      position: relative;
    }
    .hero h1 {
      font-weight: 800;
      font-size: 3.8rem;
      letter-spacing: -0.03em;
      line-height: 1.1;
    }
    .hero-highlight {
      background: linear-gradient(135deg, #2563eb, #7c3aed);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .hero-sub {
      font-size: 1.2rem;
      color: #475569;
      max-width: 520px;
      line-height: 1.6;
    }
    .badge-soft {
      background: #eef2ff;
      color: #2563eb;
      font-weight: 600;
      padding: 0.4rem 1.2rem;
      border-radius: 60px;
      font-size: 0.9rem;
      letter-spacing: 0.01em;
    }
    .profile-img {
      width: 200px;
      height: 200px;
      object-fit: cover;
      border-radius: 50%;
      border: 6px solid white;
      box-shadow: 0 16px 40px rgba(37, 99, 235, 0.10);
      transition: transform 0.3s;
    }
    .profile-img:hover {
      transform: scale(1.02);
    }
    .btn-primary {
      background: #2563eb;
      border: none;
      border-radius: 60px;
      padding: 0.7rem 2.2rem;
      font-weight: 600;
      transition: all 0.25s;
      box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
    }
    .btn-primary:hover {
      background: #1d4ed8;
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25);
    }
    .btn-outline-secondary {
      border-radius: 60px;
      border: 1.5px solid #d1d9e6;
      color: #1e293b;
      font-weight: 600;
      padding: 0.7rem 2.2rem;
      transition: 0.25s;
    }
    .btn-outline-secondary:hover {
      background: #f1f5f9;
      border-color: #94a3b8;
      transform: translateY(-2px);
    }
    .stat-item {
      background: white;
      padding: 0.5rem 1.5rem;
      border-radius: 60px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
      border: 1px solid #edf2f7;
    }
    .stat-item .fw-bold {
      font-size: 1.6rem;
    }
    /* ----- SECTION BASE ----- */
    section {
      padding: 4.5rem 0;
    }
    .section-title {
      font-weight: 700;
      font-size: 2.4rem;
      letter-spacing: -0.02em;
      margin-bottom: 0.5rem;
    }
    .section-subtitle {
      color: #64748b;
      font-weight: 400;
      margin-bottom: 2.5rem;
      font-size: 1.1rem;
    }
    .bg-soft {
      background: #ffffff;
    }
    /* ----- CARDS (elevated) ----- */
    .card {
      border: none;
      border-radius: 1.6rem;
      background: #ffffff;
      box-shadow: 0 6px 30px rgba(0, 0, 0, 0.02);
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      height: 100%;
      border: 1px solid #f1f5f9;
    }
    .card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 48px rgba(0, 0, 0, 0.04);
      border-color: #e2e8f0;
    }
    .card-icon {
      width: 56px;
      height: 56px;
      background: #eef2ff;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      color: #2563eb;
      margin-bottom: 1rem;
    }
    .skill-tag {
      background: #f1f5f9;
      padding: 0.45rem 1.3rem;
      border-radius: 40px;
      font-weight: 500;
      font-size: 0.9rem;
      color: #0f172a;
      display: inline-block;
      margin: 0.2rem;
      transition: 0.2s;
      border: 1px solid transparent;
    }
    .skill-tag:hover {
      background: #eef2ff;
      border-color: #2563eb;
      color: #2563eb;
    }
    .project-img {
      border-radius: 1.2rem 1.2rem 0 0;
      height: 200px;
      object-fit: cover;
      width: 100%;
      background: #e2e8f0;
    }
    .testimonial-card {
      background: #fafcff;
      border-radius: 1.6rem;
      padding: 2rem;
      border: 1px solid #edf2f7;
      transition: 0.25s;
    }
    .testimonial-card:hover {
      border-color: #dbe7f5;
    }
    .testimonial-card i {
      color: #2563eb;
      font-size: 2.2rem;
      opacity: 0.25;
    }
    .contact-icon {
      width: 52px;
      height: 52px;
      background: #eef2ff;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #2563eb;
      font-size: 1.4rem;
    }

    /* timeline style experience  */

     /* ----- TIMELINE STYLES ----- */
  .timeline {
    position: relative;
    padding: 1rem 0;
  }
  /* vertical line */
  .timeline::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dce1ea;
    border-radius: 4px;
  }

  .timeline-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 2rem;
  }
  .timeline-item:last-child {
    margin-bottom: 0;
  }

  /* circle marker */
  .timeline-marker {
    position: absolute;
    left: 16px;
    top: 8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2b5f8a;
    border: 3px solid white;
    box-shadow: 0 0 0 3px #2b5f8a, 0 4px 12px rgba(43, 95, 138, 0.15);
    z-index: 2;
  }

  .timeline-content .card {
    border: 1px solid #edf2f7;
    border-radius: 1.2rem;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
    transition: 0.25s ease;
  }
  .timeline-content .card:hover {
    border-color: #d0d9e6;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
    transform: translateX(4px);
  }

  .timeline-content .badge-soft {
    background: #eef2f7;
    color: #2b5f8a;
    font-weight: 500;
    padding: 0.25rem 1rem;
    border-radius: 60px;
    font-size: 0.8rem;
    border: 1px solid rgba(43, 95, 138, 0.06);
    white-space: nowrap;
  }

  /* responsive */
  @media (max-width: 576px) {
    .timeline::before {
      left: 16px;
    }
    .timeline-item {
      padding-left: 44px;
    }
    .timeline-marker {
      left: 8px;
      width: 16px;
      height: 16px;
    }
    .timeline-content .card {
      padding: 1.25rem !important;
    }
  }


   /* ----- ABOUT SECTION (redesigned) ----- */
  .about-image-wrapper {
    position: relative;
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
  }
  .about-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
  .about-image-wrapper:hover .about-image {
    transform: scale(1.02);
  }

  /* Experience badge overlay */
  .experience-badge {
    position: absolute;
    bottom: 30px;
    right: -10px;
    background: #ffffff;
    border-radius: 1.2rem;
    padding: 1.2rem 1.8rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #edf2f7;
    text-align: center;
    min-width: 120px;
  }
  .experience-badge .number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1e2b;
    line-height: 1.2;
  }
  .experience-badge .label {
    font-size: 0.8rem;
    color: #4a5168;
    font-weight: 500;
  }

  /* Heading */
  .about-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1e2b;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .about-heading span {
    color: #2b5f8a;
  }

  .about-text {
    font-size: 1rem;
    color: #4a5168;
    line-height: 1.8;
    margin-bottom: 0.75rem;
  }
  .about-text strong {
    color: #1a1e2b;
  }

  /* Stats boxes */
  .stat-box {
    text-align: center;
    padding: 0.75rem 0.5rem;
    border-radius: 0.8rem;
    background: #f7f9fc;
    border: 1px solid #edf2f7;
    transition: 0.2s ease;
  }
  .stat-box:hover {
    border-color: #d0d9e6;
    background: #ffffff;
  }
  .stat-box .stat-number {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1e2b;
    line-height: 1.2;
  }
  .stat-box .stat-label {
    font-size: 0.85rem;
    color: #4a5168;
    font-weight: 500;
  }

  /* Info items */
  .about-info .info-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.8rem;
    border-radius: 0.8rem;
    background: #f7f9fc;
    border: 1px solid #edf2f7;
    transition: 0.2s ease;
  }
  .about-info .info-item:hover {
    border-color: #d0d9e6;
    background: #ffffff;
  }
  .about-info .info-item i {
    font-size: 1.1rem;
    color: #2b5f8a;
    width: 20px;
    text-align: center;
  }
  .about-info .info-item .label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #7a839a;
    font-weight: 600;
  }
  .about-info .info-item .value {
    display: block;
    font-size: 0.9rem;
    color: #1a1e2b;
    font-weight: 500;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .about-image {
      height: 280px;
    }
    .experience-badge {
      bottom: 20px;
      right: 10px;
      padding: 0.8rem 1.2rem;
      min-width: 90px;
    }
    .experience-badge .number {
      font-size: 1.5rem;
    }
    .about-heading {
      font-size: 1.6rem;
    }
    .stat-box .stat-number {
      font-size: 1.3rem;
    }
  }


  /* Skills CSS Start  */

   /* ----- SKILLS CATEGORY CARDS ----- */
  .skill-category-card {
    background: #ffffff;
    border-radius: 1.4rem;
    border: 1px solid #edf2f7;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
  }
  .skill-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
    border-color: #d0d9e6;
  }

  .skill-category-header {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #f1f5f9;
    flex-wrap: wrap;
  }
  .skill-category-header .icon-wrapper {
    width: 44px;
    height: 44px;
    background: #f1f5fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #2b5f8a;
    flex-shrink: 0;
  }
  .skill-category-header h4 {
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
    color: #1a1e2b;
    flex: 1;
  }
  .skill-category-header .skill-count {
    font-size: 0.75rem;
    color: #4a5168;
    background: #f1f5fa;
    padding: 0.2rem 0.8rem;
    border-radius: 60px;
    font-weight: 500;
  }

  .skill-category-body {
    padding: 1.25rem 1.5rem 1.5rem;
  }

  .skill-item {
    margin-bottom: 1.2rem;
  }
  .skill-item:last-child {
    margin-bottom: 0;
  }

  .skill-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
  }
  .skill-name {
    font-weight: 500;
    font-size: 0.9rem;
    color: #1a1e2b;
  }
  .skill-percentage {
    font-size: 0.8rem;
    font-weight: 600;
    color: #4a5168;
  }

  .skill-item .progress {
    height: 6px;
    border-radius: 20px;
    background: #edf2f7;
    overflow: hidden;
  }
  .skill-item .progress-bar {
    border-radius: 20px;
    transition: width 1s ease;
  }

  /* Different colors for each category */
#skills  .col-lg-6:first-child .skill-category-card .icon-wrapper {
    color: #2563eb;
    background: #eef2ff;
  }
  #skills .col-lg-6:nth-child(2) .skill-category-card .icon-wrapper {
    color: #7c3aed;
    background: #f3e8ff;
  }
 #skills .col-lg-6:nth-child(3) .skill-category-card .icon-wrapper {
    color: #059669;
    background: #ecfdf5;
  }
 #skills .col-lg-6:nth-child(4) .skill-category-card .icon-wrapper {
    color: #dc2626;
    background: #fef2f2;
  }

  /* portfolio cards  */
   /* ----- PROJECT CARD ----- */
  .project-card {
    background: #ffffff;
    border-radius: 1.4rem;
    border: 1px solid #edf2f7;
    overflow: hidden;
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
  }
  .project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
    border-color: #d0d9e6;
  }

  .project-image-wrapper {
    position: relative;
    overflow: hidden;
    background: #f1f5fa;
    border-radius: 1.4rem 1.4rem 0 0;
  }
  .project-image-wrapper .project-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }
  .project-card:hover .project-img {
    transform: scale(1.03);
  }

  .project-category-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(26, 30, 43, 0.85);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.25rem 1rem;
    border-radius: 60px;
    letter-spacing: 0.3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .project-body {
    padding: 1.25rem 1.5rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .project-title {
    font-weight: 600;
    font-size: 1.05rem;
    color: #1a1e2b;
    margin-bottom: 0.4rem;
    line-height: 1.3;
  }

  .project-description {
    font-size: 0.9rem;
    color: #4a5168;
    line-height: 1.6;
    margin-bottom: 0.8rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .project-tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1rem;
  }
  .tech-tag {
    background: #f1f5fa;
    color: #2d3346;
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.2rem 0.7rem;
    border-radius: 60px;
    border: 1px solid #edf2f7;
    transition: 0.2s ease;
  }
  .tech-tag:hover {
    background: #e8edf5;
    border-color: #d0d9e6;
  }

  .project-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: auto;
  }
  .project-actions .btn {
    font-size: 0.8rem;
    padding: 0.35rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    transition: all 0.2s ease;
  }
  .project-actions .btn-primary {
    background: #1a1e2b;
    color: #ffffff;
    border: none;
  }
  .project-actions .btn-primary:hover {
    background: #2b5f8a;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(43, 95, 138, 0.15);
  }
  .project-actions .btn-outline {
    border: 1.5px solid #dce1ea;
    color: #2d3346;
    background: transparent;
  }
  .project-actions .btn-outline:hover {
    border-color: #2b5f8a;
    background: rgba(43, 95, 138, 0.04);
    transform: translateY(-2px);
  }
  .project-actions .source-btn {
    border-color: #2d3346;
    color: #2d3346;
  }
  .project-actions .source-btn:hover {
    background: #2d3346;
    color: #ffffff;
    border-color: #2d3346;
  }

  /* ----- FILTER BUTTONS ----- */
  .btn-outline {
    border-radius: 60px;
    border: 1.5px solid #dce1ea;
    color: #2d3346;
    font-weight: 500;
    padding: 0.4rem 1.5rem;
    background: transparent;
    transition: 0.2s;
    font-size: 0.85rem;
  }
  .btn-outline:hover {
    border-color: #2b5f8a;
    background: rgba(43, 95, 138, 0.04);
  }
  .active-filter {
    background: #1a1e2b !important;
    color: #ffffff !important;
    border-color: #1a1e2b !important;
  }
  .active-filter:hover {
    background: #2b5f8a !important;
    border-color: #2b5f8a !important;
  }

  /* ----- MODAL STYLES ----- */
  .modal-content {
    border-radius: 1.4rem;
    border: none;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .modal-header {
    padding: 1.25rem 1.75rem;
    border-bottom: 1px solid #edf2f7;
    background: #ffffff;
  }
  .modal-header .modal-title {
    font-weight: 600;
    font-size: 1.2rem;
    color: #1a1e2b;
  }
  .modal-header .btn-close:focus {
    box-shadow: none;
  }

  .modal-body {
    padding: 1.75rem;
    background: #fafcff;
    max-height: 70vh;
    overflow-y: auto;
  }

  .modal-images {
    margin-bottom: 1.5rem;
  }
  .modal-thumb {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 0.8rem;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }
  .modal-thumb:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .modal-project-info {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.25rem;
    border: 1px solid #edf2f7;
  }

  .modal-label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #7a839a;
    font-weight: 600;
    margin-bottom: 0.2rem;
  }

  .modal-value {
    font-weight: 500;
    color: #1a1e2b;
    font-size: 0.95rem;
  }

  .modal-tech-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.2rem;
  }
  .modal-tech-tag {
    background: #f1f5fa;
    color: #2d3346;
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.15rem 0.7rem;
    border-radius: 60px;
    border: 1px solid #edf2f7;
  }

  .modal-description {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #edf2f7;
  }
  .modal-description-text {
    font-size: 0.95rem;
    color: #4a5168;
    line-height: 1.8;
    margin-top: 0.3rem;
  }

  .modal-footer {
    padding: 1rem 1.75rem;
    border-top: 1px solid #edf2f7;
    background: #ffffff;
    gap: 0.5rem;
  }
  .modal-footer .btn {
    font-size: 0.85rem;
    padding: 0.4rem 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
  }

  /* Lightbox customizations */
  .lb-outerContainer {
    border-radius: 1rem !important;
    background: rgba(0, 0, 0, 0.9) !important;
  }
  .lb-dataContainer {
    padding: 0.5rem 1rem !important;
  }
  .lb-data .lb-details .lb-caption {
    font-size: 1rem !important;
    font-weight: 500 !important;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .project-image-wrapper .project-img {
      height: 180px;
    }
    .project-body {
      padding: 1rem 1.25rem 1.25rem;
    }
    .project-actions .btn {
      font-size: 0.75rem;
      padding: 0.3rem 0.8rem;
    }
    .modal-body {
      padding: 1rem;
      max-height: 60vh;
    }
    .modal-thumb {
      height: 80px;
    }
  }

    /* footer css  */
   /* ----- FOOTER (complete) ----- */
  .footer {
    background: #1a1e2b;
    color: #c8cedb;
    padding: 4rem 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
  }

  .footer-brand {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 1rem;
  }
  .footer-brand span {
    color: #5b8fc9;
  }

  .footer-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #9aa3b8;
    max-width: 320px;
    margin-bottom: 1.5rem;
  }

  /* Social icons */
  .social-links {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
  }
  .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #c8cedb;
    font-size: 1.1rem;
    transition: 0.25s ease;
    text-decoration: none;
  }
  .social-links a:hover {
    background: #2b5f8a;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(43, 95, 138, 0.20);
  }

  /* Headings */
  .footer-heading {
    font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 1.2rem;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    opacity: 0.8;
  }

  /* Link lists */
  .footer-links,
  .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-links li,
  .footer-contact li {
    margin-bottom: 0.6rem;
  }
  .footer-links a {
    color: #9aa3b8;
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.2s ease;
    position: relative;
  }
  .footer-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #5b8fc9;
    transition: 0.3s ease;
  }
  .footer-links a:hover {
    color: #ffffff;
  }
  .footer-links a:hover::after {
    width: 100%;
  }

  /* Contact list */
  .footer-contact li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #9aa3b8;
    font-size: 0.95rem;
  }
  .footer-contact i {
    color: #5b8fc9;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
  }
  .footer-contact a {
    color: #9aa3b8;
    text-decoration: none;
    transition: 0.2s;
  }
  .footer-contact a:hover {
    color: #ffffff;
  }

  /* Bottom bar */
  .footer-bottom {
    margin-top: 3rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  .footer-bottom p {
    font-size: 0.9rem;
    color: #7a839a;
  }
  .footer-legal {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1.5rem;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .footer-legal li a {
    color: #7a839a;
    text-decoration: none;
    font-size: 0.85rem;
    transition: 0.2s;
  }
  .footer-legal li a:hover {
    color: #ffffff;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .footer {
      padding: 3rem 0 0 0;
    }
    .footer-desc {
      max-width: 100%;
    }
    .footer-legal {
      justify-content: center;
      margin-top: 0.5rem;
    }
    .footer-bottom .text-md-end {
      text-align: center !important;
    }
  }
    /* responsive */
    @media (max-width: 768px) {
      .hero h1 {
        font-size: 2.6rem;
      }
      section {
        padding: 3rem 0;
      }
      .profile-img {
        width: 160px;
        height: 160px;
      }
    }