/* ========== Reset & Global Styles ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: sans-serif;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background: #081b29;
    color: #ededed;
}

/* ========== Header Section ========== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 9%;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.logo {
    font-size: 2.5rem;
    color: #ededed;
    font-weight: 600;
    text-decoration: none;
}

/* ========== Navigation ========== */
.navbar a {
    font-size: 1.7rem;
    color: #ededed;
    font-weight: 500;
    margin-left: 3.5rem;
    text-decoration: none;
    position: relative;
}

.navbar a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: aqua;
    transition: 0.4s;
}

.navbar a:hover::after {
    width: 100%;
}

/* ========== Menu Icon (Responsive) ========== */
#menu-icon {
    font-size: 3.6rem;
    color: #ededed;
    cursor: pointer;
    display: none;
}

/* ========== Section Base Style ========== */
section {
    min-height: 100vh;
    padding: 10rem 9% 2rem;
}

/* ========== Home Section ========== */
.home {
    display: flex;
    align-items: center;
    padding: 0 9%;
}

.home-content {
    max-width: 70rem;
}

.home-content h1 {
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.3;
}

.home-content .text-animated {
    position: relative;
    width: 32.8rem;
}

.home-content .text-animated h3 {
    font-size: 3.2rem;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 0.7px #e1e4e7;
}

.home-content p {
    font-size: 1.6rem;
    margin: 2rem 0 4rem;
}

/* ========== Buttons ========== */
.btn-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 34.5rem;
    height: 5rem;
}

.btn-box .btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 100%;
    background: #00abfe;
    border: 0.2rem solid #00abfe;
    border-radius: 0.8rem;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #081b29;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}

.btn-box .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #081b29;
    z-index: -1;
    transition: 0.5s;
}

.btn-box .btn:hover::before {
    width: 100%;
}

.btn-box .btn:hover {
    color: #00abfe;
}

/* Second Button Style */
.btn-box .btn:nth-child(2) {
    background: transparent;
    color: #00abfe;
}

.btn-box .btn:nth-child(2)::before {
    background: #00abfe;
}

.btn-box .btn:nth-child(2):hover {
    color: #081b29;
}

/* ========== Social Icons ========== */
.home-sci {
    position: absolute;
    bottom: 4rem;
    width: 170px;
    display: flex;
    justify-content: space-between;
}

.home-sci a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0.2rem solid #00abf0;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    color: #00abf0;
    z-index: 1;
    overflow: hidden;
    transition: color 0.5s;
}

.home-sci a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #00abf0;
    z-index: -1;
    transition: width 0.5s;
}

.home-sci a:hover::before {
    width: 100%;
}

.home-sci a:hover {
    color: #fff;
}
.about{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    background: #112e42;
    padding-left: 6rem;
}
.heading{
    font-size: 5rem;
    margin-bottom: 3rem;
    text-align: center;

}
span{
    color:#00abf0 ;
}
.about-img{
    position: relative;
    width: 25rem;
    height: 25rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-img img{
    width: 90%;
    border-radius: 100%;
    border: .3rem solid #00abf0;

}
 /* .about-img .circle-spin{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%) rotate(0);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-top: .2rem solid #1b3647;
    border-bottom: .2rem solid #112e42;
    border-left: .2rem solid #00abf0;
    border-right: .2rem solid #00abf0;
 } */



 .about-content{
    text-align: center;
 }
 .about-content h3{
    font-size: 2.6rem;
 }
 .about-content p{
    font-size: 1.6rem;
    margin: 2rem 0 3rem;
 }
 .btn-box.btn{
    display: inline-block;
    width: 15rem;
 }
 .btn-box.btn a::before{
    background: #112e42;
 }

.education {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 4rem 2rem 5rem;
    background-color: #0d1117; /* Dark background */
    color: #e0e0e0;
}

.education .education-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
}

.education-row .education-column {
    flex: 1 1 40rem;
    min-width: 300px;
}

.education-column .title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    color: #ffffff;
    padding-left: 2rem;
    border-left: 4px solid #00abf0;
}

.education-column .education-box {
    border-left: 0.3rem solid #00abf0;
    padding-left: 2rem;
}

.education-box .education-content {
    position: relative;
    margin-bottom: 2.5rem;
}

.education-content .content {
    background-color: #161b22; /* Dark card background */
    position: relative;
    padding: 1.5rem 2rem;
    border: 0.2rem solid #00abf0;
    border-radius: 0.8rem;
    box-shadow: 0 4px 12px rgba(0, 171, 240, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.education-content .content:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 171, 240, 0.3);
}

.education-box .education-content::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -1.2rem;
    width: 2rem;
    height: 2rem;
    background: #00abf0;
    border: 3px solid #161b22;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #00abf0;
}

.education-content .content .year {
    font-size: 1.5rem;
    font-weight: 600;
    color: #00abf0;
}

.education-content .content h3 {
    font-size: 2rem;
    color: #ffffff;
}

.education-content .content p {
    font-size: 1.4rem;
    color: #c0c0c0;
    line-height: 1.6;
}
/* 🔹 Skills Section Base */
.skills {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
}

/* 🔹 Skills Row */
.skills .skills-row {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
}

/* 🔹 Skills Column */
.skills-row .skills-column {
    flex: 1 1 35rem;
    min-width: 300px;
}

.skills-column .title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #00abf0;
    text-transform: uppercase;
    border-left: 4px solid #00abf0;
    padding-left: 1rem;
}

/* 🔹 Skills Box Content */
.skills-box .skills-content {
    position: relative;
    border: 2px solid #00abf0;
    border-radius: 0.6rem;
    padding: 1.5rem;
    background: #0a1f2d;
    box-shadow: 0 0 20px rgba(0, 171, 240, 0.1);
    transition: transform 0.3s ease;
}

.skills-box .skills-content:hover {
    transform: translateY(-5px);
}

/* 🔹 Progress Blocks */
.skills-content .progress {
    padding: 1rem 0;
}

.skills-content .progress h3 {
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    color: #ededed;
}

.skills-content .progress h3 span {
    color: #00abf0;
    font-weight: 500;
}

/* 🔹 Progress Bar */
.skills-content .progress .bar {
    height: 1.5rem;
    border-radius: 0.4rem;
    background: #16394a;
    overflow: hidden;
    margin-top: 0.5rem;
}

.skills-content .progress .bar span {
    display: block;
    height: 100%;
    border-radius: 0.3rem;
    background: #00abf0;
    width: 0;
    animation: fillBar 1s ease forwards;
}

/* 🔹 Skill Fill Animation */
@keyframes fillBar {
    to {
        width: var(--skill-width);
    }
}




