* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    height: 100vh;
    background-color: #343a40;
    font-family: Poppins;
    animation: none !important;
    transition: none !important;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #343a40;
    animation: none !important;
    transition: none !important;
    overflow-x: hidden;
}
main {
    overflow: auto;
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #343a40;
    padding-left: 160px;
    min-height: 100vh;
    position: relative;
    transition: padding-left 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
aside {
    width: 160px;
    height: 100vh;
    background: #1a1a1a;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-size: 1.1rem;
    backdrop-filter: blur(20px);
    overflow-y: auto;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.Links {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    margin: auto;
}
aside li {
    text-decoration: none;
    list-style-type: none; 
    display: flex;
    padding: 20px;
    gap: 10px;
    color:white;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition-duration: 0.2s;
    animation: none !important;
    animation-fill-mode: both;
}
aside li:hover {
    text-decoration: none;
    color: #88ed99;
    transform: translateX(10px);
}
aside li::after {
    text-decoration: none;
    position: absolute;
    width: 100%;
    left: 8px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(107, 231, 102), transparent);
    content:"";
    bottom: 0px;
    transition: none !important;
}
aside li i {
    text-decoration: none;
    font-size: 1.3rem;
}
.activeLink{
    
    color: #3ff43f;
}

.activelink a {
    color: #eef3ed;
    text-decoration: none;
}

.activelink a:hover {
    transform: translateY(-5px);
    color: rgb(107, 231, 102); /* Fixed spaces in the RGB value */
}
.mySwiper {
    flex: 1;
    height: 100%;
}
.home-slide {
    color:white;
    display: flex;
    background-color: #343a40;
}
.HomeContent {
    margin: auto 0px;
    flex: 1;
    height: auto;
    padding: 100px;
    user-select: none;
}
.SideImg {
    width: 30%;
    margin: auto 10px;
    margin-right: 100px;
    position: relative;
}
.SideImg img {
    width: 100%;
    border-radius: 10px;
}
.SideImg .top-right-corner,
    -bottom-left-corner {
    position: absolute;
}
.SideImg .bottom-left-corner,
    -bottom-left-corner {
    position: absolute;
}
.bottom-left-corner {
    left: -50px;
    bottom: -50px;
    rotate: -90deg;
}
.top-right-corner {
    right: -50px;
    top: -50px;
    rotate: 90deg;
}
.hr1 {
    width: 150px;
    height: 10px;
    border: none;
    background: #80ed99;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.hr2 {
    width: 10px;
    height: 120px;
    border-bottom-left-radius: 3px;
    background: #80ed99;
    border: none;
    border-bottom-right-radius: 3px;
}
.HomeContent h1 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}
.HomeContent h2 {
    font-size: 2.3em;
    margin-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
}
.HomeContent hl.stylized-name {
    font-weight: 700;
    color: rgb(107, 231, 102);
}
    .professions {
    color: rgb(107, 231, 102);
}
.HomeContent .heroline {
    font-size: 1.5rem;
    font-weight: 300;
    padding-right:50px;
    color: #ffffff;
}
.buttonGroup {
    display: flex;
    padding: 10px 0px;
    margin-top: 10px;
}
.buttonGroup button.primary{
    padding: 10px 20px;
    border: none;
    outline: none;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 5px;
    cursor: pointer;
    background-color: rgb(107, 231, 102);
    color: #ffffff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: none !important;
}
.buttonGroup button.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(107, 231, 102, 0.3);
}
.buttonGroup button.primary::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}
.buttonGroup button.primary:hover::after {
    width: 300px;
    height: 300px;
}
.slide-help {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    z-index: 100;
    left: 0%;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.2rem;
}
.mySwiper {
    flex: 1;
    width: 80vw;
    height: 100vh;
    overflow: hidden;
    background-color: #343a40;
}
.swiper-slide {
    width: 100%;
    background-color: #343a40;
    height: 100%;
}
.about-us {
    width: 100%;
    height: 100%;
    padding: 50px;
    color: white;
    overflow-y: auto;
}
.about-us .heading {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    animation: none !important;
    transition: none !important;
}
.about-us .heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: rgb(107, 231, 102);
    border-radius: 2px;
}
.about-me-divison {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: none !important;
    transition: none !important;
}
.about-me-table {
    width: 60%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.about-me-table li {
    padding: 15px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: none !important;
    animation-fill-mode: both;
}
.about-me-table li:hover {
    transform: translateY(-5px) scale(1.02);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.about-me-table li::after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(107, 231, 102, 0.3), transparent);
    content: "";
    bottom: 0;
}
.about-me-table span {
    color: rgb(107, 231, 102);
    font-weight: 600;
    margin-right: 10px;
}
.about-me-table .buttonGroup {
    grid-column: 1/span 2;
    justify-content: center;
    padding: 20px;
    gap: 20px;
}
.about-me-table .buttonGroup button {
    padding: 12px 30px;
    font-size: 1.1rem;
    transition: none !important;
    border: 2px solid rgb(107, 231, 102);
}
.about-me-table .buttonGroup button:hover {
    background: transparent;
    color: rgb(107, 231, 102);
}
.skill-bar {
    width: 40%;
    padding: 20px;
}
.skill-bar li {
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin-bottom: 20px;
    transition: none !important;
    animation-fill-mode: both;
}
.skill-bar li:hover {
    transform: translateX(10px) scale(1.02);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.skill-bar p {
    color: rgb(107, 231, 102);
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.skill-bar .bar {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
}
.active-bar {
    background: rgb(107, 231, 102);
    height: 100%;
    border-radius: 4px;
    transition: none !important;
    animation: none !important;
}
.about-us h3 {
    color: rgb(107, 231, 102);
    font-size: 1.8rem;
    margin: 30px 0 20px;
    position: relative;
    padding-left: 20px;
}
.about-us h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 25px;
    background: rgb(107, 231, 102);
    border-radius: 2px;
}
.aboutme-deatils {
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    line-height: 1.8;
    font-size: 1.1rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: none !important;
    animation-fill-mode: both;
}
.aboutme-deatils:hover {
    transform: translateY(-5px) scale(1.01);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.services {
    color: white;
    display: grid;
    grid-template-columns: repeat(3,calc(34% - 10px));
    grid-template-rows: 100px calc(50% - 50px) calc(50%-50px);
    padding: 100px;
    box-sizing: border-box;
}
.services .heading {
    grid-column: 1/span 3;
}

.services .service {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 15px;
    background-color: ☐ rgba(0, 0, 0, 0.437);
    border-radius: 5px;
    margin: 20px;
    backdrop-filter: blur(10px);
    flex-direction: column;
    transition-duration: 0.25s;
}
.services.service i {
    font-size: 3rem;
    color: #80ed99;
}
.services.service.service-icon {
    padding: 0px 50px;
    border-radius: 5px;
    margin: 20px auto;
}
.service h2{
    color: #80ed99;
}
.service:hover {
    background-color:#80ed99;
    color:#176d2d;
}
.service:hover h2,.service:hover i{
    color: #176d2d;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    padding: 100px;
    grid-template-rows: 100px calc(50% 50px) calc(50% 50px);
}
.gallery hl,
.gallery h2 {
    grid-column: 1/span 3;
}
.gallery h2 {
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 20px 10px;
}
.gallery.project {
    margin: 25px 20px;
    margin-top: 0px;
    background:#212529;
    padding: 5px;
    border-radius: 20px;
}
.gallery.project img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    border:none;
}
.contactMe {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-template-rows: 80px calc(25% - 20px) calc(25% 20px) calc(25% 20px) calc(25% -
    20px);
    position: relative;
    padding: 100px;
}
.contactMe h1 {
    grid-column: 1/span 3;
    font-size:2.5rem;
    padding:30px;
}
.contactMe form {
    grid-area: 2/2/ span 5/span 2;
}


.contactinfo {
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: white;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.contactinfo i {
    padding: 10px;
    font-size: 2.5rem;
    color: #80ed99;
    margin: 20px auto;
}
    .contactinfo h3 {
    color: #80ed99;
}
.contactMe form {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    padding: 20px;
    height: fit-content;
    color: white;
}
.contactMe form h2 {
    grid-column: 1/span 2;
    padding: 20px;
    display: flex;
}
.contactMe form input {
    padding: 15px;
    border-radius: 10px;
    margin: 20px;
    font-size: 1.1rem;
    border: none;
    color: white;
    background-color: #212529;
}
.contactMe form input:focus {
    border: 1px solid #85f69f;
    outline: none;
    background-color: #212529;
}
.contactMe form textarea {
    width: calc(100% - 40px);
    grid-column: 1/span 2;
    margin: 20px;
    padding: 20px;
    font-size: 1.1rem;
    border-radius: 10px;
    resize: none;
    border:none;
    border: none;
    color: white;
    background-color:#212529;
}
.contactMe form textarea:focus {
    border: 1px solid #85f69f !important;
    outline: none;
    background-color: #212529 !important;
}
.contactMe button{
    grid-column: 1/span 2;
    margin: 20px auto;
}
footer {
    position:absolute;
    bottom: 0px;
    right:0px;
    text-align: center;
    color: white;
    width:100%;
    font-weight: 200;
    font-size: 0.8rem;
}

footer li{
    padding:10px;
}

/* ===== Offers Section ===== */
.offers-section {
    padding: 30px 0;
    margin: 40px 0;
}

.offers-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.offer-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.36);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-color: rgba(107, 231, 102, 0.3);
}

.offer-card h3 {
    color: #6be766;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.offer-description {
    color: #e0e0e0;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.view-offer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6be766;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 20px;
    background: rgba(107, 231, 102, 0.1);
    border: 1px solid rgba(107, 231, 102, 0.3);
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-top: auto;
    width: fit-content;
}

.view-offer:hover {
    background: rgba(107, 231, 102, 0.2);
    transform: translateX(5px);
}

.view-offer i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.view-offer:hover i {
    transform: translateX(3px);
}

.section-title {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    padding-bottom: 10px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 0;
    background: transparent;
    border-radius: 2px;
}

.section-title i {
    color: #6be766;
    font-size: 1.8rem;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .offers-container {
        grid-template-columns: repeat(2, 1fr);
        max-width: 900px;
    }
}

@media (max-width: 768px) {
    .offers-container {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .offer-card {
        padding: 25px;
    }
}
form h2 .SocialLinks{
    padding:5px;
    width:fit-content;
    margin-left:auto;
    margin-right:10px;
    background-color: #212529;
    border-radius: 30px;
}
form h2.SocialLinks i{
    padding:10px;
    border-radius: 50%;
    transition-duration: 0.25s;
}
    form h2.SocialLinks i:hover{
    background-color: #176d2d;
}
.about-us{
    overflow: auto;
}

/* Common Container Styles */
.scrollable-container {
    overflow-y: auto;
    height: 100vh;
    padding: 30px 50px;
    flex: 1;
    scrollbar-width: thin;
    scrollbar-color: #80ed99 #343a40;
}

/* Add specific spacing for content after heading */
.achievements-content,
.projects-content,
.education-content,
.certifications-content {
    margin-top: 20px;
}

/* Ensure consistent heading spacing */
.achievements-container .heading,
.projects-container .heading,
.education-container .heading,
.certifications-container .heading {
    margin-bottom: 20px;
}

.scrollable-container::-webkit-scrollbar {
    width: 8px;
}

.scrollable-container::-webkit-scrollbar-track {
    background: #343a40;
}

.scrollable-container::-webkit-scrollbar-thumb {
    background: #80ed99;
    border-radius: 4px;
}

.scrollable-container::-webkit-scrollbar-thumb:hover {
    background: #4caf50;
}

/* Project Card Styles */
.project-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: none !important;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.project-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.project-title {
    color: #80ed99;
    font-size: 1.8rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.project-description {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.project-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-features li {
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.project-features li::before {
    content: '▹';
    color: #80ed99;
}

/* Achievement Card Styles */
.achievement-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: none !important;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    animation: none !important;
    animation-fill-mode: both;
}

.achievement-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.achievement-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #80ed99;
}

.achievement-image {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    transition: none !important;
}

.achievement-image:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.achievement-content {
    position: relative;
}

.achievement-content h3 {
    color: rgb(107, 231, 102);
    font-size: 1.8rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.achievement-subtitle {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 10px;
    opacity: 0.9;
}

.achievement-location {
    color: rgb(107, 231, 102);
    font-size: 0.9rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.achievement-location i {
    font-size: 0.8rem;
}

.achievement-description {
    color: #ffffff;
    line-height: 1.6;
    font-size: 0.95rem;
}

.achievement-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: rgba(128, 237, 153, 0.2);
}

/* Card Styles */
.content-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: none !important;
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.content-title {
    color: rgb(107, 231, 102);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.content-description {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    color: #ffffff;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.feature-list li::before {
    content: '•';
    color: rgb(107, 231, 102);
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

.project-links {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.content-link {
    color: rgb(107, 231, 102);
    text-decoration: none;
    margin-right: 20px;
    transition: none !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.content-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(107, 231, 102);
    transform: scaleX(0);
    transition: none !important;
}

.content-link:hover {
    color: rgb(107, 231, 102);
    transform: translateY(-2px);
}

.content-link:hover::after {
    transform: scaleX(1);
}

/* Grid Layout */
.grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

/* About Page Styles */
.about-container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-content {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    margin-bottom: 50px;
    align-items: start;
}

.about-image {
    width: 300px;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text {
    padding: 20px;
}

.about-text h2 {
    color: rgb(107, 231, 102);
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.about-text .subtitle {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.about-text .description {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.6;
}

.about-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.personal-info, .experience {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
}

.personal-info h3, .experience h3 {
    color: rgb(107, 231, 102);
    font-size: 1.5rem;
    margin-bottom: 20px;
}

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

.personal-info li {
    color: #ffffff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.personal-info li i {
    color: rgb(107, 231, 102);
    font-size: 1.2rem;
}

.experience-item {
    margin-bottom: 20px;
}

.experience-item h4 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.experience-item .company {
    color: rgb(107, 231, 102);
    font-size: 1rem;
    margin-bottom: 5px;
}

.experience-item .duration {
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 10px;
    opacity: 0.8;
}

.experience-item .description {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6;
}

.skills-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
}

.skills-section h3 {
    color: rgb(107, 231, 102);
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.skill-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: none !important;
}

.skill-item:hover {
    transform: translateY(-5px);
}

.skill-item i {
    font-size: 2rem;
    color: rgb(107, 231, 102);
}

.skill-item span {
    color: #ffffff;
    font-size: 1rem;
}

.swiper {
    height: 100%;
    width: 100%;
}

.swiper-wrapper {
    height: 100%;
}

.swiper-slide.projects {
    height: 100%;
    overflow-y: auto;
    padding: 50px;
}

.content-card {
    margin-bottom: 30px;
}

.education-container {
    flex: 1;
    padding: 2rem;
}

.education-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: none !important;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    animation: none !important;
    animation-fill-mode: both;
}

.education-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.education-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #80ed99;
}

.education-image {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    transition: none !important;
}

.education-image:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.education-content {
    position: relative;
}

.education-content h3 {
    color: rgb(107, 231, 102);
    font-size: 1.8rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.education-subtitle {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.education-description {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6;
}

.education-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: rgba(128, 237, 153, 0.2);
}

.education-year {
    color: #888;
    font-style: italic;
    font-size: 0.9rem;
    margin-top: 15px;
}

/* Animations */
@keyframes none {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes none {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes none {
    from {
        transform: scale(0.95);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes none {
    0% {
        box-shadow: 0 0 5px rgba(107, 231, 102, 0.2);
    }
    50% {
        box-shadow: 0 0 20px rgba(107, 231, 102, 0.4);
    }
    100% {
        box-shadow: 0 0 5px rgba(107, 231, 102, 0.2);
    }
}

/* Apply animations to elements */
.heading {
    animation: none !important;
    transition: none !important;
}

.about-me-divison {
    animation: none !important;
    transition: none !important;
}

.about-me-table li {
    animation: none !important;
    animation-fill-mode: both;
}

.about-me-table li:nth-child(2) { animation-delay: 0.1s; }
.about-me-table li:nth-child(3) { animation-delay: 0.2s; }
.about-me-table li:nth-child(4) { animation-delay: 0.3s; }
.about-me-table li:nth-child(5) { animation-delay: 0.4s; }
.about-me-table li:nth-child(6) { animation-delay: 0.5s; }

.skill-bar li {
    animation: none !important;
    animation-fill-mode: both;
}

.skill-bar li:nth-child(2) { animation-delay: 0.1s; }
.skill-bar li:nth-child(3) { animation-delay: 0.2s; }
.skill-bar li:nth-child(4) { animation-delay: 0.3s; }
.skill-bar li:nth-child(5) { animation-delay: 0.4s; }

.aboutme-deatils {
    animation: none !important;
    animation-delay: 0.6s;
    animation-fill-mode: both;
}

/* Enhanced hover animations */
.about-me-table li:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.skill-bar li:hover {
    transform: translateX(10px) scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.aboutme-deatils:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Button animations */
.buttonGroup button {
    position: relative;
    overflow: hidden;
    transition: none !important;
}

.buttonGroup button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(107, 231, 102, 0.3);
}

.buttonGroup button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: none !important;
}

.buttonGroup button:hover::after {
    width: 300px;
    height: 300px;
}

/* Active bar animation */
.active-bar {
    animation: glowPulse 2s infinite;
}

/* Navigation animations */
.Links li {
    transition: all 0.3s ease;
}

.Links li:hover {
    transform: translateX(10px);
}

.Links li::after {
    transition: all 0.3s ease;
}

.Links li:hover::after {
    background: linear-gradient(to right, transparent, rgb(107, 231, 102), transparent);
}

/* Content card animations */
.content-card {
    animation: fadeIn 0.5s ease-out;
    animation-fill-mode: both;
}

.content-card:nth-child(2) { animation-delay: 0.1s; }
.content-card:nth-child(3) { animation-delay: 0.2s; }
.content-card:nth-child(4) { animation-delay: 0.3s; }

.content-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Achievement card animations */
.achievement-card {
    animation: fadeIn 0.5s ease-out;
    animation-fill-mode: both;
}

.achievement-card:nth-child(2) { animation-delay: 0.1s; }
.achievement-card:nth-child(3) { animation-delay: 0.2s; }

.achievement-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Education card animations */
.education-card {
    animation: fadeIn 0.5s ease-out;
    animation-fill-mode: both;
}

.education-card:nth-child(2) { animation-delay: 0.1s; }
.education-card:nth-child(3) { animation-delay: 0.2s; }

.education-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Smooth page transitions */
main {
    animation: fadeIn 0.5s ease-out;
}

/* Image hover effects */
.content-image, .achievement-image, .education-image {
    transition: all 0.3s ease;
}

.content-image:hover, .achievement-image:hover, .education-image:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Update any other text colors */
p, span, div {
    color: #ffffff;
}

/* Update headings */
h1, h2, h3, h4, h5, h6 {
    color: rgb(107, 231, 102);
}

/* Update links */
a {
    color: rgb(107, 231, 102);
}

a:hover {
    color: #ffffff;
}

/* Page Transition Animations */
@keyframes pageEnter {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pageExit {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

/* Enhanced Hover Effects */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 5px rgba(107, 231, 102, 0.2);
    }
    50% {
        box-shadow: 0 0 20px rgba(107, 231, 102, 0.4);
    }
    100% {
        box-shadow: 0 0 5px rgba(107, 231, 102, 0.2);
    }
}

@keyframes floatUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Apply page transitions */
main {
    animation: pageEnter 0.5s ease-out;
}

/* Enhanced card hover effects */
.content-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.content-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(107, 231, 102, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.content-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.content-card:hover::before {
    transform: translateX(100%);
}

/* Enhanced image hover effects */
.content-image {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.content-card:hover .content-image {
    transform: scale(1.1);
    filter: brightness(1.1);
}

/* Enhanced button hover effects */
.buttonGroup button {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.buttonGroup button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.buttonGroup button:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(107, 231, 102, 0.3);
}

.buttonGroup button:hover::before {
    width: 300px;
    height: 300px;
}

/* Enhanced navigation hover effects */
.Links li {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.Links li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, rgb(107, 231, 102), transparent);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.Links li:hover {
    transform: translateX(10px);
    color: rgb(107, 231, 102);
}

.Links li:hover::after {
    transform: scaleX(1);
}

/* Enhanced feature list hover effects */
.feature-list li {
    transition: all 0.3s ease;
    padding-left: 25px;
}

.feature-list li:hover {
    transform: translateX(10px);
    color: rgb(107, 231, 102);
}

.feature-list li::before {
    transition: all 0.3s ease;
}

.feature-list li:hover::before {
    transform: scale(1.5);
    color: rgb(107, 231, 102);
}

/* Enhanced link hover effects */
.content-link {
    position: relative;
    transition: all 0.3s ease;
}

.content-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(107, 231, 102);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.content-link:hover {
    color: rgb(107, 231, 102);
    transform: translateY(-2px);
}

.content-link:hover::after {
    transform: scaleX(1);
}

/* Heading styles */
.heading {
    position: relative;
    transition: color 0.3s ease;
}

.heading:hover {
    color: rgb(107, 231, 102);
}

/* Remove the line effect completely */
.heading::after {
    display: none;
}

/* Active state animations */
.active-bar {
    animation: pulseGlow 2s infinite;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading animation for images */
.content-image {
    opacity: 0;
    animation: fadeIn 0.5s ease-out forwards;
}

/* Enhanced card content animations */
.content-title {
    transition: all 0.3s ease;
}

.content-card:hover .content-title {
    color: rgb(107, 231, 102);
    transform: translateY(-5px);
}

.content-description {
    transition: all 0.3s ease;
}

.content-card:hover .content-description {
    transform: translateY(-5px);
}

/* Contact Page Styles */
.contact-container {
    padding: 30px;
    color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    margin: 0 auto;
}

.contact-content {
    display: grid;
    grid-template-columns: minmax(400px, 1fr) minmax(400px, 1fr);
    gap: 80px;
    margin-top: 20px;
    flex: 1;
    align-items: start;
    padding: 0 40px;
    max-height: calc(100vh - 100px);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    width: 100%;
}

.contact-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.contact-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.contact-card i {
    font-size: 2rem;
    color: rgb(107, 231, 102);
    margin-bottom: 15px;
}

.contact-card h3 {
    color: rgb(107, 231, 102);
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.contact-card p {
    color: #ffffff;
    line-height: 1.6;
}

.contact-form {
    background: rgba(255, 255, 255, 0.05);
    padding: 35px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
    flex: 1;
}

.form-group label {
    display: block;
    color: rgb(107, 231, 102);
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
    flex: 1;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgb(107, 231, 102);
    box-shadow: 0 0 10px rgba(107, 231, 102, 0.2);
}

.submit-btn {
    background: rgb(107, 231, 102);
    color: #343a40;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: auto;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(107, 231, 102, 0.3);
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.submit-btn:hover::before {
    width: 300px;
    height: 300px;
}

.social-links {
    display: flex;
    gap: 20px;
    margin-top: auto;
    padding: 20px 0;
    justify-content: center;
}

.social-links a {
    color: rgb(107, 231, 102);
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.social-links a:hover {
    color: #ffffff;
    transform: translateY(-5px);
}
/* Animations */
.contact-card {
    animation: fadeIn 0.5s ease-out;
    animation-fill-mode: both;
}

.contact-card:nth-child(2) { animation-delay: 0.1s; }
.contact-card:nth-child(3) { animation-delay: 0.2s; }

.contact-form {
    animation: fadeIn 0.5s ease-out;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}

/* Certifications Page Styles */
.certifications-container {
    padding: 30px;
    color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    margin: 0 auto;
}

.certifications-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 20px;
    padding: 0 40px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.certification-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.certification-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.certification-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.certification-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.certification-card:hover .certification-image img {
    transform: scale(1.08);
}

.certification-details {
    padding: 25px;
}

.certification-details h3 {
    color: rgb(107, 231, 102);
    margin-bottom: 10px;
    font-size: 1.3rem;
    transition: color 0.3s ease;
}

.certification-card:hover .certification-details h3 {
    color: #ffffff;
}

.certification-issuer {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 5px;
}

.certification-date {
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 15px;
    opacity: 0.8;
}

.certification-description {
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.view-certificate {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgb(107, 231, 102);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.view-certificate:hover {
    transform: translateX(8px);
    color: #ffffff;
}

.view-certificate i {
    font-size: 0.9rem;
}

/* Animations */
.certification-card {
    animation: scaleIn 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    animation-fill-mode: both;
}

.certification-card:nth-child(1) { animation-delay: 0.1s; }
.certification-card:nth-child(2) { animation-delay: 0.2s; }

/* Certification Section Styles */
.certification-section {
    margin-bottom: 60px;
}

.section-title {
    color: rgb(107, 231, 102);
    font-size: 2rem;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(107, 231, 102, 0.3);
}

.section-title i {
    font-size: 1.8rem;
}

.certifications-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 20px;
    padding: 0 40px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.certification-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.certification-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.certification-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.certification-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.certification-card:hover .certification-image img {
    transform: scale(1.08);
}

.certification-details {
    padding: 25px;
}

.certification-details h3 {
    color: rgb(107, 231, 102);
    margin-bottom: 10px;
    font-size: 1.3rem;
    transition: color 0.3s ease;
}

.certification-card:hover .certification-details h3 {
    color: #ffffff;
}

.certification-issuer {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 5px;
}

.certification-date {
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 15px;
    opacity: 0.8;
}

.certification-description {
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.view-certificate {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgb(107, 231, 102);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.view-certificate:hover {
    transform: translateX(8px);
    color: #ffffff;
}

.view-certificate i {
    font-size: 0.9rem;
}

/* Animations */
.certification-section {
    animation: fadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.certification-card {
    animation: scaleIn 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    animation-fill-mode: both;
}

.certification-card:nth-child(1) { animation-delay: 0.1s; }
.certification-card:nth-child(2) { animation-delay: 0.2s; }

/* Profile Pictures Section Styles */
.profile-pictures-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 40px 0;
    padding: 0 40px;
}

.profile-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.profile-circle:hover {
    transform: translateY(-10px);
}

.profile-circle img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgb(107, 231, 102);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.profile-circle:hover img {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(107, 231, 102, 0.3);
}

.profile-description {
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 150px;
    margin: 0;
}

/* Sidebar Logo Styles */
.sidebar-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 20px 0;
}
.sidebar-logo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgb(107, 231, 102);
    background: #23272b;
    box-shadow: 0 4px 16px rgba(107, 231, 102, 0.08);
}

/* Hobbies Section Styles */
.hobbies-section {
    margin: 40px 0 30px 0;
    padding: 30px;
    background: rgba(255,255,255,0.04);
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.hobbies-section .section-title {
    color: rgb(107, 231, 102);
    font-size: 1.3rem;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hobbies-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
}
.hobbies-list li {
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.06);
    border-radius: 8px;
    padding: 8px 16px;
    box-shadow: 0 1px 4px rgba(107,237,153,0.04);
}

/* Experience Section Styles (Card Style) */
.experience-section {
    margin: 50px 0 0 0;
}
.experience-section .section-title {
    color: rgb(107, 231, 102);
    font-size: 1.3rem;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.experience-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.experience-card {
    background: rgba(255,255,255,0.05);
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    padding: 28px 24px;
    min-width: 270px;
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    animation: fadeIn 0.5s;
}
.experience-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 32px rgba(107,231,102,0.10);
}
.experience-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.experience-header h3 {
    color: rgb(107, 231, 102);
    font-size: 1.1rem;
    margin: 0;
}
.experience-date {
    color: #fff;
    font-size: 0.95rem;
    opacity: 0.7;
}
.experience-company {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 8px;
    opacity: 0.9;
}
.experience-description {
    color: #cccccc;
    line-height: 1.6;
    margin-top: 10px;
}

/* General Responsive Styles */
.sidebar-open {
    overflow: hidden; /* Prevent body scroll when menu is open */
}

.hamburger-menu {
    display: none;
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 1002;
    background: rgba(26, 26, 26, 0.7);
    border: 1px solid #88ed99;
    color: #88ed99;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.hamburger-menu:hover {
    background: #88ed99;
    color: #1a1a1a;
    transform: rotate(90deg);
}

.hamburger-menu i {
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
}

.hamburger-menu .fa-times {
    transform: rotate(-90deg) scale(0.8);
    opacity: 0;
}

.hamburger-menu.is-active .fa-bars {
    transform: rotate(90deg) scale(0.8);
    opacity: 0;
}

.hamburger-menu.is-active .fa-times {
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

.main-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0s 0.4s linear;
}

.sidebar-open .main-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease;
}

/* ==========================================================================
   MOBILE RESPONSIVE STYLES
   All responsive rules are consolidated below for clarity and to avoid conflicts.
   ========================================================================== */

/* General Responsive State */
.sidebar-open {
    overflow: hidden; /* Prevent body scroll when menu is open */
}

.hamburger-menu {
    display: none; /* Hidden by default, shown in media query */
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 1002;
    background: rgba(26, 26, 26, 0.7);
    border: 1px solid #88ed99;
    color: #88ed99;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.hamburger-menu:hover {
    background: #88ed99;
    color: #1a1a1a;
    transform: rotate(90deg);
}

.hamburger-menu i {
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
}

.hamburger-menu .fa-times {
    transform: rotate(-90deg) scale(0.8);
    opacity: 0;
}

.hamburger-menu.is-active .fa-bars {
    transform: rotate(90deg) scale(0.8);
    opacity: 0;
}

.hamburger-menu.is-active .fa-times {
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

.main-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0s 0.4s linear;
}

.sidebar-open .main-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease;
}

/* For Tablets and Smaller Laptops (<= 1024px) */
@media (max-width: 1024px) {
    main {
        padding-left: 0;
    }

    aside {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        height: 100vh !important;
        width: 250px !important;
        z-index: 1001 !important;
        background: #1a1a1a !important;
        transform: translateX(-100%) !important;
        transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
        box-shadow: 5px 0 25px rgba(0,0,0,0.5) !important;
        overflow-y: auto !important;
    }
    aside.open {
        transform: translateX(0) !important;
    }
    .main-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0,0,0,0.6) !important;
        z-index: 1000 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: opacity 0.4s !important;
    }
    body.sidebar-open .main-overlay {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .hamburger-menu {
        display: flex !important;
    }
    .mySwiper, .about-us, .scrollable-container, .projects-container, .education-container, .contact-container, .certifications-container {
        width: 100%;
        padding: 80px 40px 40px;
    }

    .HomeContent {
        text-align: center;
    }
    .HomeContent .heroline {
        padding-right: 0;
    }
    
    .SideImg {
        margin: 40px auto 0;
        width: 50%;
        max-width: 400px;
    }
}

/* For Mobile Devices (<= 1024px) */
@media (max-width: 1024px) {
    .mySwiper, .about-us, .scrollable-container, .projects-container, .education-container, .contact-container, .certifications-container {
        padding: 70px 20px 30px;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .home-slide {
        display: flex;
        flex-direction: column-reverse; /* Image on top */
        justify-content: flex-start; 
        text-align: center;
        height: auto;
    }

    .HomeContent {
        padding: 40px 0; /* Add some vertical padding */
    }

    .HomeContent h1 { font-size: 2.5rem; }
    .HomeContent h2 { font-size: 1.8rem; }
    .HomeContent .heroline { font-size: 1.1rem; }

    .SideImg {
        width: 60%;
        max-width: 300px;
    }
    
    .top-right-corner, .bottom-left-corner {
        display: none;
    }
    
    .buttonGroup {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .buttonGroup button.primary {
        width: 90%;
        max-width: 320px;
    }

    .about-me-divison, .about-content, .contact-content {
        flex-direction: column;
        grid-template-columns: 1fr;
    }
    
    .achievement-card, .education-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .achievement-image, .education-image {
        margin: 0 auto;
        width: 100%;
        max-width: 350px;
        height: auto;
    }

    .about-me-table, .skill-bar {
        width: 100%;
        grid-template-columns: 1fr;
    }
    
    .certifications-content {
        grid-template-columns: 1fr 1fr;
    }
    
    .services .service {
        margin: 10px 0;
    }

    /*
      Definitive fix for Swiper containers on mobile.
      This overrides the Swiper library's CSS to allow for vertical scrolling
      on pages like Services, only on mobile where the Swiper JS is not active.
    */
    .mySwiper .swiper-wrapper {
        display: block !important;
        height: auto !important;
    }

    .mySwiper .swiper-slide {
        height: auto !important;
    }
}

/* For Small Mobile Devices (<= 480px) */
/* Index Page Responsive Styles */
@media (max-width: 1200px) {

    .HomeContent {
        padding: 40px 0; /* Add some vertical padding */
    }

    .HomeContent h1 { font-size: 2.5rem; }
    .HomeContent h2 { font-size: 1.8rem; }
    .HomeContent .heroline { font-size: 1.1rem; }

    .SideImg {
        width: 60%;
        max-width: 300px;
    }

    .swiper {
        width: 95%;
    }
    
    .about-me-divison {
        flex-direction: column;
        gap: 30px;
    }
    
    .about-me-table, .skill-bar {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .swiper-slide {
        padding: 40px 20px;
    }
    
    .about-me-table {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    aside {
        transform: translateX(-100%);
        width: 280px;
    }
    
    aside.active {
        transform: translateX(0);
    }
    
    .hamburger-menu {
        display: flex;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    
    .about-me-table .buttonGroup {
        grid-column: 1;
    }
}

@media (max-width: 576px) {
    .swiper-slide {
        padding: 30px 15px;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .aboutme-deatils {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    aside {
        width: calc(100% - 60px);
    }
    
    .HomeContent h1 { font-size: 2rem; }
    .HomeContent h2 { font-size: 1.5rem; }

    .certifications-content {
        grid-template-columns: 1fr;
    }
    
    .contact-form, .contact-card {
        padding: 25px 20px;
    }
}