body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
    padding-bottom: 60px; /* Space for fixed footer */
}

header, footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 1rem;
}
.resume-btn-inside {
  position: absolute;
  top: 15px;
  right: 30px;
  padding: 6px 14px;
  background-color: black;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  z-index: 10;
}

.social-icons i {
  color: white; /* or your preferred color */
}

.social-icons i:hover {
  color: #00aced; /* Light blue hover */
}


.social-icons i:hover {
  color: #00aced; /* Light blue hover */
}


main {
    padding: 2rem;
}


    .profile-pic {
      width: 180px;
      height: 180px;
      object-fit: cover;
      border-radius: 50%;
      border: 4px solid #fff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      margin-bottom: 1rem;
    }
.top-right-info {
  font-size: 0.9rem;
  line-height: 1.4;
}
    .header__base-info h4 {
      font-size: 1.5rem;
      margin-bottom: 0.2rem;

    }
.

    .status {
      font-weight: 500;
      color: white;
    }

    .sidebar {
      height: 100%;
      background-color: #343a40;
      color: white;
      border-radius: 8px;
    }

    .sidebar .nav-link {
      color: #ccc;
    }

    .sidebar .nav-link.active,
    .sidebar .nav-link:hover {
      color: white;
      background-color: #495057;
      border-radius: 6px;
    }

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    /* Reduce main padding on mobile */
    main {
        padding: 0.5rem !important;
    }

    /* Stack location info vertically */
    .position-absolute.top-0.end-0 {
        position: relative !important;
        text-align: center;
        padding: 0.5rem !important;
        font-size: 0.85rem;
    }

    /* Make profile header responsive */
    header.position-relative {
        text-align: center;
        margin-bottom: 1rem !important;
    }

    /* Adjust profile picture size */
    .profile-pic {
        width: 100px !important;
        height: 100px !important;
        margin: 0 auto 0.5rem !important;
        display: block !important;
    }

    /* Stack social icons and resume button */
    .social-icons {
        position: relative !important;
        text-align: center;
        margin: 0.5rem 0 !important;
    }

    .social-icons a {
        margin: 0 0.5rem !important;
    }

    .resume-btn-inside {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        display: block !important;
        margin: 0.5rem auto !important;
        width: fit-content;
        font-size: 0.8rem !important;
        padding: 5px 10px !important;
    }

    /* Adjust header text */
    .header__base-info {
        text-align: center;
        margin-bottom: 1rem;
    }

    .header__base-info h4 {
        font-size: 1.1rem !important;
        text-align: center;
        margin-bottom: 0.3rem !important;
    }

    .status {
        font-size: 0.75rem !important;
        text-align: center;
        line-height: 1.3 !important;
    }

    /* Make sidebar stack on mobile */
    .sidebar {
        margin-bottom: 1rem !important;
    }

    .sidebar .nav-link {
        padding: 0.5rem !important;
        font-size: 0.9rem !important;
    }

    /* Adjust content containers */
    .container {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    /* Make badges wrap properly */
    .badge {
        margin: 0.2rem !important;
        font-size: 0.7rem !important;
        padding: 0.25rem 0.5rem !important;
        display: inline-block;
    }

    /* Adjust card spacing */
    .card {
        margin-bottom: 1rem !important;
    }

    .card-body {
        padding: 0.75rem !important;
    }

    .card-title {
        font-size: 0.95rem !important;
    }

    .card-text {
        font-size: 0.85rem !important;
    }

    /* Make content sections more compact */
    div[style*="margin-top: 100px"] {
        margin-top: 1rem !important;
    }

    div[style*="margin-top: 50px"] {
        margin-top: 1rem !important;
    }

    /* Adjust alert boxes */
    .alert {
        font-size: 0.8rem !important;
        padding: 0.5rem !important;
    }

    /* Make buttons appropriate for mobile */
    .btn {
        font-size: 0.85rem !important;
        padding: 0.5rem 1rem !important;
    }

    .btn-primary {
        width: 100% !important;
    }

    .btn-sm {
        width: 100% !important;
        font-size: 0.8rem !important;
    }

    /* Adjust heading sizes */
    h1 {
        font-size: 1.3rem !important;
        margin-bottom: 0.5rem !important;
    }

    h4 {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
        margin-top: 0.75rem !important;
    }

    h5 {
        font-size: 0.95rem !important;
    }

    h6 {
        font-size: 0.9rem !important;
    }

    p {
        font-size: 0.85rem !important;
        margin-bottom: 0.75rem !important;
    }

    .lead {
        font-size: 1rem !important;
    }

    /* Footer adjustments */
    footer {
        font-size: 0.75rem !important;
        padding: 0.5rem !important;
    }

    /* Fix two-column layout to stack on mobile */
    .row.mb-4 .col-md-6 {
        margin-bottom: 1rem !important;
    }

    .row .col-md-9,
    .row .col-md-3 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    /* List adjustments */
    .list-unstyled li {
        font-size: 0.85rem !important;
        margin-bottom: 0.5rem !important;
    }

    .list-unstyled i {
        font-size: 0.85rem !important;
    }

    /* Spacing adjustments */
    .mb-4 {
        margin-bottom: 1rem !important;
    }

    .mt-5 {
        margin-top: 1.5rem !important;
    }
}

/* Small mobile devices */
@media (max-width: 576px) {
    .profile-pic {
        width: 100px !important;
        height: 100px !important;
    }

    .social-icons i {
        font-size: 1.2rem !important;
    }

    h1 {
        font-size: 1.3rem !important;
    }

    .badge {
        font-size: 0.75rem;
    }
}


