/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    background-color: #0F172A;
    color: #ccd6f6;
    margin: 0;
    padding: 0;
}

/* .container {
    display: flex;
} */

/* Sidebar */
/* .sidebar {
    width: 30%;
    padding: 40px;
    background-color: #0f223ff6;
    text-align: left;
} */

.profile-photo {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #00b4db, #0083b0);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    border: 5px solid #587ec5;
}

.profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.name a{
    font-size: 42px;
    font-weight: bold;
    /* color: #E2E8F0; */
    color: #62a4fa;
    text-decoration: none;
}

.role {
    font-size: 18px;
    color: #E2E8F0;
    color: #fccca7;
}

.tagline {
    font-size: 16px;
    color: #8892b0;
}

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

.menu ul li {
    margin: 10px 0;
}

.menu ul li a {
    color: #64ffda;
    text-decoration: none;
    font-weight: bold;
}

.social-links a {
    color: #8892b0;
    font-size: 20px;
    margin-right: 10px;
    text-decoration: none;
}

/* Content */
.content {
    width: 70%;
    padding: 40px;
}

.about-para {
    line-height: 1.7;
}

/* Experience Section */
/* #experience h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #ffffff;
} */

.job {
    background-color: #213a4f;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.job-date {
    font-size: 14px;
    color: #8892b0;
}

.job-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.job-title a {
    color: #64ffda;
    text-decoration: none;
}

.job-description {
    font-size: 16px;
    color: #8892b0;
    margin-top: 10px;
}

.tech-tags {
    margin-top: 15px;
}

.tech-tags span {
    display: inline-block;
    background-color: #233554;
    color: #64ffda;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 8px;
    margin-top: 8px;
}



.container {
    display: flex;
    gap: 60px;
    padding: 60px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sidebar {
    flex: 1;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80vh;
}

.content {
    flex: 2;
    max-height: 80vh;
    overflow-y: auto;
    padding-right: 20px;

    /* Hide scrollbar for Firefox */
    scrollbar-width: none;

    /* Hide scrollbar for Internet Explorer, Edge */
    -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari */
.content::-webkit-scrollbar {
    display: none;
}

.content section {
    margin-bottom: 50px;
}

.content section h2 {
    color:#6cdaf9;
}


.project {
    margin-bottom: 20px;
}

.project img {
    width: 150px;
    border-radius: 5px;
}

.project-title {
    font-weight: bold;
}

.tech-tags span {
    background: #1e293b;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
    display: inline-block;
}

.social-links {
    margin-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.social-links a {
    margin: 0 12px;
    font-size: 1.2em;
    color: white;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        gap: 30px;
        padding: 30px;
    }

    .sidebar {
        height: auto;
    }
}

#projects {
    margin-top: 80px;
}

.project {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 80px;
}

.project img {
    margin-top: 20px;
    width: 120px;
    border-radius: 5px;
}

.project-info {
    max-width: 600px;
}

.project-title {
    font-weight: bold;
    font-size: 1.2em;
}

.project-description {
    color: #cbd5e1;
    margin-top: 5px;
}

.project-rating {
    font-size: 1em;
    margin-top: 5px;
    color: #facc15;
}

/* .tech-tags {
margin-top: 10px;
}

.tech-tags span {
background: #1e293b;
padding: 5px 10px;
border-radius: 5px;
margin-right: 5px;
display: inline-block;
color: white;
font-size: 0.9em;
} */
/* 
#skills {
text-align: center;
padding: 50px 20px;
} */

.skills-section {
 margin: 20px 0px 40px 0px;
}

.skills-intro {
    font-size: 18px;
    color: #a0aec0;
    margin-bottom: 20px;
    font-weight: 500;
}

.skills-title {
    font-size: 18px;
    color: #a0aec0;
    /* font-weight: bold; */
}

.skills-subtitle {
    font-size: 14px;
    color: #a0aec0;
    margin-bottom: 5px;
}

.skills-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.skills-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    max-width: 800px;
}

.skill-tag {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 14px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    border: 2px solid #facc15;
}

.skill-tag:hover {
    background: #facc15;
    color: #000;
    transform: scale(1.1);
}

.skill-tag-azure {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 14px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    border: 2px solid #1593fa;
}

.skill-tag-azure:hover {
    background: #1593fa;
    color: #000;
    transform: scale(1.1);
}

.skill-tag-aws {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 14px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    border: 2px solid #ffac54;
}

.skill-tag-aws:hover {
    background: #ffac54;
    color: #000;
    transform: scale(1.1);
}

.skill-tag-domain {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 14px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    border: 2px solid #b64dfc;
}

.skill-tag-domain:hover {
    background: #b64dfc;
    color: #000;
    transform: scale(1.1);
}

.skills-highlights {
    text-align: left;
    max-width: 700px;
    margin: 40px auto;
}

.skills-highlights h3 {
    color: #facc15;
    margin-bottom: 15px;
}

.skills-highlights ul {
    list-style: none;
    padding-left: 0;
}

.skills-highlights li {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}

.skills-highlights li::before {
    content: "⚡";
    position: absolute;
    left: 0;
    top: 2px;
}

.point {
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    text-align: justify;
}

.point::before {
    content: '\2022';
    color: #4a90e2;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.blob{
  width:200px;aspect-ratio:1/1;overflow:hidden;
  border-radius:38% 62% 63% 37% / 41% 43% 57% 59%;
  background:linear-gradient(135deg,#22d3ee,#818cf8);
  padding:5px;
  /* margin-inline:auto;
  margin-bottom:20px; */
}

.blob img{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}

/* ===== Project Section ===== */
.project-section {
  max-width: 900px;
  margin: 3rem auto;
  padding: 0 1rem;
}

.project-section h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #222;
}

/* ===== Project Card ===== */
.project-card {
  /* background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px; */
  /* padding: 1.5rem; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03); */
}

.project-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #6eaeeb;
}

.project-card p {
  margin: 0 0 1rem;
  color: #ffffff;
  line-height: 1.6;
}

/* ===== Buttons ===== */
.project-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  background-color: #2563eb;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}

.btn:hover {
  background-color: #1e4fd8;
}

.btn-outline {
  background: transparent;
  border: 1px solid #d1d5db;
  color: #374151;
}

.btn-outline:hover {
  background: #f3f4f6;
}
