.aboutPage{
    width: 90%;
    height:auto;
    padding-top: 10vh;
    scroll-behavior: smooth;
    align-self: center;
    z-index: 100;
}


#aboutMeTv{
    font-size: 2rem;
    color: #ffffff;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    z-index: 100;
}

#aboutMeImgAndCard{
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




#aboutImage {
    z-index:10;
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: radial-gradient(circle, #b0f3f1, #a1c4fd); /* fallback background */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    animation: rainbowGlow 6s infinite alternate ease-in-out;
}
#aboutImage #aboutImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

@keyframes rainbowGlow {
    0% {
        box-shadow: 0 0 20px #a1c4fd, 0 0 40px #b0f3f1;
    }
    12% {
        box-shadow: 0 0 20px #89f7fe, 0 0 40px #66a6ff;
    }
    25% {
        box-shadow: 0 0 20px #fbc2eb, 0 0 40px #a6c1ee;
    }
    37% {
        box-shadow: 0 0 20px #fddde6, 0 0 40px #fcb69f;
    }
    50% {
        box-shadow: 0 0 20px #d4fc79, 0 0 40px #96e6a1;
    }
    62% {
        box-shadow: 0 0 20px #84fab0, 0 0 40px #8fd3f4;
    }
    75% {
        box-shadow: 0 0 20px #cfd9df, 0 0 40px #e2ebf0;
    }
    87% {
        box-shadow: 0 0 20px #ffecd2, 0 0 40px #fcb69f;
    }
    100% {
        box-shadow: 0 0 20px #a1c4fd, 0 0 40px #b0f3f1;
    }
}


#aboutMeCard {
    width: 97%;
    height: 100%;   
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    flex-direction: column;
    background: rgba(102, 166, 255, 0.2); /* light transparent blue */
    border-radius: 16px;
    backdrop-filter: blur(10px); /* blur for glass effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border: 1px solid rgba(255, 255, 255, 0.2); /* subtle border */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25); /* shadow for depth */
    color: white;
    display: flex;
     box-shadow:
        0 0 5px rgba(102, 166, 255, 0.6),
        0 0 10px rgba(102, 166, 255, 0.4),
        0 0 20px rgba(102, 166, 255, 0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

#aboutMeCard:hover {
    box-shadow:
        0 0 15px rgba(102, 166, 255, 0.6),
        0 0 30px rgba(102, 166, 255, 0.4),
        0 0 60px rgba(102, 166, 255, 0.2);
      transition: box-shadow 1s ease, transform 0.3s ease;
    transform: translateY(-5px); /* lift up */
}

#introDiv1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

ul{
   
    margin-left:30px;
    margin-top: 15px;
}

ul>li{
    margin: 10px;
    font-size: clamp(1rem, 1vw + 1rem, 1.2rem); /* Now scales between 1rem and 2rem */
    color: white;
    word-spacing: 5px;
    font-family:  'Lora', 'Merriweather', sans-serif;
    font-weight: 500;
}


#aboutHireMe {
    background-color: #000; /* black background */
    font-size: 20px;
    border-radius: 20px;
    border: 2px solid #ffcc0070; /* solid yellow border */
    margin-top: 40px;
    width: 160px;
    color: white;
    font-weight: 600;
    position: relative;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    align-self: center;
    transition: color .5s ease, box-shadow 1.5s ease;

    /* remove after complete */
    box-shadow: 0 0 10px #ffcc00, 0 0 20px #ffcc00;
    color: #000;
    background-color: #fff200;

}



#aboutHireMe:hover {
  animation: bounce 0.6s;
}

/* Bounce keyframes */
@keyframes bounce {
  0%   { transform: translateY(0); }
  70%  { transform: translateY(-7px); }
  100% { transform: translateY(0); }
}



#introDiv2{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}


.skillSet1{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 50%;
    margin-top: 50px;
}

.skillRow1{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-self: center;
    align-content: center;
    flex-wrap: wrap;
}


.skilltitle{
    text-align: center;
    margin: 5px;
    font-size: 1.2rem;
}

#skills{
    text-align: center;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 60px;
}

@keyframes animate {
    0%,100% {
        background-position: -64rem 0;
    }
    80%,90% {
        background-position: 0 0
    }
}

.titleAndPercentage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.skill1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative; /* Needed for absolute positioning inside */
    width: 120px;
    height: 120px;
    margin-top: 10px;
}


#Svg1 {
    position: absolute;
}

#circle1 {
    fill: none;
    stroke: url(#GradientColor1);
    stroke-width: 20px;
    stroke-dasharray: 472;
    stroke-dashoffset: 472;
    animation: anim1 2s linear forwards;
    stroke-linecap: round;
}

#percentage1 {
    position: absolute;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 20px;
    pointer-events: none; /* Optional: so it doesn't block clicks */
}


.skill2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative; /* Needed for absolute positioning inside */
    width: 120px;
    height: 120px;
    margin-top: 10px;
}


#Svg2 {
    position: absolute;
}

#circle2 {
    fill: none;
    stroke: url(#GradientColor2);
    stroke-width: 20px;
    stroke-dasharray: 472;
    stroke-dashoffset: 472;
    animation: anim2 2s linear forwards;
    stroke-linecap: round;
}

#percentage2 {
    position: absolute;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 20px;
    pointer-events: none; /* Optional: so it doesn't block clicks */
}




.skill3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative; /* Needed for absolute positioning inside */
    width: 120px;
    height: 120px;
    margin-top: 10px;
}


#Svg3 {
    position: absolute;
}

#circle3 {
    fill: none;
    stroke: url(#GradientColor3);
    stroke-width: 20px;
    stroke-dasharray: 472;
    stroke-dashoffset: 472;
    animation: anim3 2s linear forwards;
    stroke-linecap: round;
}

#percentage3 {
    position: absolute;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 20px;
    pointer-events: none; /* Optional: so it doesn't block clicks */
}









.skillSet2{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 50%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.skillRow2{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
     justify-content: space-evenly;
    align-items: center;
    align-self: center;
    align-content: center;
    margin-top: 25px;
    gap: 10px;
    flex-wrap: wrap;
}




.skill4 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative; /* Needed for absolute positioning inside */
    width: 120px;
    height: 120px;
    margin-top: 10px;
}


#Svg4 {
    position: absolute;
}

#circle4 {
    fill: none;
    stroke: url(#GradientColor4);
    stroke-width: 20px;
    stroke-dasharray: 472;
    stroke-dashoffset: 472;
    animation: anim4 2s linear forwards;
    stroke-linecap: round;
}

#percentage4 {
    position: absolute;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 20px;
    pointer-events: none; /* Optional: so it doesn't block clicks */
}






.skill5 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative; /* Needed for absolute positioning inside */
    width: 120px;
    height: 120px;
    margin-top: 10px;
}

#Svg5 {
    position: absolute;
}

#circle5 {
    fill: none;
    stroke: url(#GradientColor5);
    stroke-width: 20px;
    stroke-dasharray: 472;
    stroke-dashoffset: 472;
    animation: anim5 2s linear forwards;
    stroke-linecap: round;
}

#percentage5 {
    position: absolute;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 20px;
    pointer-events: none; /* Optional: so it doesn't block clicks */
}







.skill6 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative; /* Needed for absolute positioning inside */
    width: 120px;
    height: 120px;
    margin-top: 10px;
}


#Svg6 {
    position: absolute;
}

#circle6 {
    fill: none;
    stroke: url(#GradientColor6);
    stroke-width: 20px;
    stroke-dasharray: 472;
    stroke-dashoffset: 472;
    animation: anim6 2s linear forwards;
    stroke-linecap: round;
}

#percentage6 {
    position: absolute;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 20px;
    pointer-events: none; /* Optional: so it doesn't block clicks */
}




.animate1 {
  animation: anim1 5s ease forwards;
}

.animate2 {
  animation: anim2 5s ease forwards;
}
.animate3 {
  animation: anim3 5s ease forwards;
}

.animate4 {
  animation: anim4 5s ease forwards;
}
.animate5 {
  animation: anim5 5s ease forwards;
}
.animate6 {
  animation: anim6 5s ease forwards;
}





@keyframes anim1 {
    100% {
        stroke-dashoffset: 195; /* to show ~95% */
    }
}


@keyframes anim2 {
    100% {
        stroke-dashoffset: 200; /* to show ~95% */
    }
}


@keyframes anim3 {
    100% {
        stroke-dashoffset: 210; /* to show ~95% */
    }
}


@keyframes anim4 {
    100% {
        stroke-dashoffset: 225; /* to show ~95% */
    }
}


@keyframes anim5 {
    100% {
        stroke-dashoffset: 215; /* to show ~95% */
    }
}


@keyframes anim6 {
    100% {
        stroke-dashoffset: 230; /* to show ~95% */
    }
}


#divider{
   padding: 20px;
}