html,
body {
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    transition: all .3s ease-out
}

@media screen and (prefers-reduced-motion:no-preference) {
    html {
        scroll-behavior: smooth
    }
}

body {
    background: linear-gradient(-45deg, #0d021f, #2c0f58, #6a1b9a, #200142);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    overflow-x: hidden;
    position: relative
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    z-index: 2;
    height: auto;
    text-align: center
}

.hello {
    font-size: 1.2rem;
    color: #aaa
}

.name {
    color: #e74c3c;
    font-weight: 700;
    transition: color .5s ease-in-out
}

.name:hover {
    color: #e74c3c
}

.title {
    font-size: 3rem;
    line-height: 1.3;
    margin: 10px 0;
    opacity: .9;
    transition: transform .3s ease-in-out
}

.title:hover {
    transform: scale(1.05)
}

.cover {
    color: #9b59b6;
    text-decoration: underline
}

.subtitle {
    font-size: 1.1rem;
    color: #bbb;
    animation: fadeInUp 2s ease
}

.star {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    opacity: .8;
    animation: twinkle 5s infinite ease-in-out
}

@keyframes twinkle {

    0%,
    100% {
        opacity: .2;
        transform: scale(1)
    }

    50% {
        opacity: .8;
        transform: scale(1.5)
    }
}

.emoji {
    margin: 20px 0
}

.emoji-img {
    width: 60%;
    animation: glow 2s infinite alternate
}

@keyframes glow {
    0% {
        filter: drop-shadow(0 0 5px #9b59b6)
    }

    100% {
        filter: drop-shadow(0 0 20px #9b59b6)
    }
}

.description {
    margin-top: 10px;
    opacity: .9
}

h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    transition: color .3s ease-in-out
}

.description a {
    color: #e74c3c;
    text-decoration: none;
    font-weight: 700;
    transition: color .3s ease-in-out
}

.details {
    font-size: 1rem;
    color: #ccc;
    max-width: 600px;
    margin: 10px auto
}

.floating {
    animation: float 4s ease-in-out infinite
}

@keyframes float {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }

    100% {
        transform: translateY(0)
    }
}

.cv-button a {
    text-decoration: none;
    color: #fff
}

.cv-download {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cv-button {
    font-size: 1em;
    padding: .6em .8em;
    border-radius: .9em;
    border: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    box-shadow: 2px 2px 3px #000000b4
}

.cv-container {
    position: relative;
    padding: 3px;
    background: linear-gradient(90deg, #03a9f4, #f441a5);
    border-radius: .9em;
    transition: all .4s ease
}

.cv-container::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: .9em;
    z-index: -10;
    filter: blur(0);
    transition: filter .4s ease
}

.cv-container:hover::before {
    background: linear-gradient(90deg, #03a9f4, #f441a5);
    filter: blur(1.2em)
}

.cv-container:active::before {
    filter: blur(.2em)
}

.card-social {
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 20px
}

.Btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    transition: all .3s
}

.imgContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    backdrop-filter: blur(0px);
    letter-spacing: .8px;
    border-radius: 10px;
    transition: all .3s;
    border: 1px solid rgba(156, 156, 156, 0.466)
}

.imgContainer img {
    width: 70%;
    height: 70%;
    filter: invert(100%);
    object-fit: contain
}

.imgContainer a {
    display: contents
}

.BG1 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    pointer-events: none;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    transition-duration: .3s
}

.Btn:hover .BG1 {
    transform: rotate(35deg);
    transform-origin: bottom
}

.BG2 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    border-radius: 10px;
    pointer-events: none;
    transition: all .3s
}

.Btn:hover .BG2 {
    transform: rotate(35deg);
    transform-origin: bottom
}

.BG3 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0077B5;
    z-index: -1;
    border-radius: 10px;
    pointer-events: none;
    transition: all .3s
}

.Btn:hover .BG3 {
    transform: rotate(35deg);
    transform-origin: bottom
}

.BG4 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    border-radius: 10px;
    pointer-events: none;
    transition: all .3s
}

.Btn:hover .BG4 {
    transform: rotate(35deg);
    transform-origin: bottom
}

.BG5 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00d757;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    z-index: -1;
    border-radius: 10px;
    pointer-events: none;
    transition: all .3s
}

.Btn:hover .BG5 {
    transform: rotate(35deg);
    transform-origin: bottom
}

.Btn:hover .imgContainer {
    background-color: rgba(156, 156, 156, 0.466);
    backdrop-filter: blur(4px)
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3), transparent);
    z-index: 1
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.interactive-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #9b59b6;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(107, 65, 186, 0.5);
    transition: all .3s ease-in-out
}

.interactive-btn:hover {
    background: #6a1b9a;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(107, 65, 186, 0.7)
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.star {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    opacity: .8;
    animation: twinkle 5s infinite ease-in-out
}

@keyframes twinkle {

    0%,
    100% {
        opacity: .2;
        transform: scale(1)
    }

    50% {
        opacity: .8;
        transform: scale(1.5)
    }
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 20px
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 80%;
    max-width: 1200px
}

.card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform .3s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15)
}

.card img.icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px
}

.card h3 {
    font-size: 1.4rem;
    margin-bottom: 10px
}

.card p {
    font-size: .9rem;
    color: #ddd;
    margin-bottom: 15px
}

.card button {
    background: #9b59b6;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 700;
    transition: background .3s ease
}

.card button:hover {
    background: #6a1b9a
}

/* Service Section Styles */
.service-section {
    padding: 20px 10px;
}

.service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.service-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex: 1;
    min-width: 250px;
    max-width: 300px;
}

.service-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
}

.service-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
}

.service-card h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #fff;
}

.service-card p {
    font-size: 0.9rem;
    color: #ddd;
}

.main-container {
    text-align: center;
    position: relative;
    padding: 20px
}

.main-title {
    font-size: 2.5rem;
    margin-top: 10px;
    margin-bottom: 5px
}

.title-highlight {
    color: #a87eff
}

.title-subtext {
    font-size: 1rem;
    opacity: .8;
    margin-bottom: 2rem
}

.tech-icons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
    animation: glow 2s infinite alternate
}

.tech-icons img {
    width: 50px;
    height: 50px;
    filter: drop-shadow(0 0 10px #9f6eff);
    transition: transform .3s ease
}

.tech-icons img:hover {
    transform: scale(1.2)
}

.rotating-glow-circle {
    position: relative;
    width: 200px;
    height: 200px;
    border: 2px solid #9f6eff;
    border-radius: 50%;
    animation: rotate 10s linear infinite;
    box-shadow: 0 0 30px 15px rgba(159, 110, 255, 0.3);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.centered-logo {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px #9f6eff;
    animation: glow .5s infinite alternate
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.project-container {
    display: block;
    flex-direction: column;
    gap: 80px;
    padding: 20px
}

.project.project-1 {
    padding: 10px
}

.project {
    display: flex;
    align-items: center;
    position: relative;
    height: 300px
}

.project-image {
    flex: 1;
    width: 100%;
    height: 100%;
    position: relative;
    animation: glow 2s infinite alternate;
    border-radius: 10px;
    overflow: hidden
}

.project-1 .project-image {
    margin-right: -60px
}

.project-2 .project-image {
    margin-left: -60px
}

.project-1-image {
    object-fit: fill;
    border-radius: 10px
}

.project-2-image {
    object-fit: contain;
    border-radius: 10px
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    background: linear-gradient(135deg, rgba(109, 35, 182, 0.8), rgba(41, 4, 75, 0.8))
}

.project-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    margin: 20px
}

.project-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #c57eff
}

.project-description {
    font-size: 16px;
    margin-bottom: 20px
}

.tool-icons {
    display: flex;
    gap: 10px
}

.tool-icons img {
    width: 30px;
    height: 30px;
    border-radius: 30%;
    background: #fff;
    padding: 3px;
    object-fit: contain
}

.project-2 {
    flex-direction: row-reverse;
    padding: 10px
}

.achievements-title {
    text-align: center;
    font-size: 2.5rem;
    margin: 20px 0
}

.title .highlight {
    color: #b993ff;
    font-weight: 700
}

.achievements-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 10px;
}

.achievements-section {
    padding: 20px 10px;
}

.card-flip {
    position: relative;
    width: calc(25% - 20px);
    min-width: 250px;
    max-width: 300px;
    height: 200px;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    box-shadow: 0 0 0 5px #ffffff80;
    transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 20px;
}

.card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.card-flip:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2)
}

.card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.card-flip:hover .card__content {
    transform: rotateX(0deg)
}

.card__title {
    margin: 0;
    font-size: 23px;
    color: #333;
    font-weight: 700
}

.card-flip:hover .card__image {
    transform: scale(0)
}

.card__description {
    margin: 10px 0 0;
    font-size: 14px;
    color: #777;
    line-height: 1.4
}

.contact-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px
}

.contact-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px
}

.contact-heading .highlight {
    color: #b48bf5
}

.contact-subtext {
    font-size: 1rem;
    color: #aaa;
    margin-bottom: 20px
}

.cta-button button {
    padding: 10px 20px;
    font-size: 1rem;
    border: 2px solid #b48bf5;
    color: #fff;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease
}

.cta-button button:hover {
    background-color: #b48bf5;
    color: #000;
    transform: scale(1.05)
}

.icon-container {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 20px;
    z-index: 1000;
    max-width: 100%
}

.icon-card {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: all .3s ease-in-out
}

.icon-card:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1)
}

.icon-card img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: invert(100%)
}

.icon-card a {
    display: contents
}

.icon-card::after {
    content: attr(data-title);
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, rgba(109, 35, 182, 0.8), rgba(41, 4, 75, 0.8));
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    white-space: nowrap
}

.icon-card:hover::after {
    opacity: 1;
    visibility: visible;
    bottom: 50px
}

.social-share-container {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 20px;
    z-index: 1000;
}

.social-share-card {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: all .3s ease-in-out;
}

.social-share-card:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.social-share-container p {
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
}

.social-share-card img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: invert(100%);
}

.social-share-card a {
    display: contents;
}

.social-share-card::after {
    content: attr(data-title);
    position: absolute;
    top: 20%;
    left: 110%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, rgba(109, 35, 182, 0.8), rgba(41, 4, 75, 0.8));
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    white-space: nowrap;
}

.social-share-card:hover::after {
    opacity: 1;
    visibility: visible;
    left: 300%;
}

.footer {
    display: flex;
    margin: 40px;
    font-size: .9rem;
    color: #666
}

@media (max-width:1200px) {
    .cards-container {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .project {
        flex-direction: column;
        height: auto
    }

    .project-content {
        margin: 10px 0
    }

    .project-image {
        margin: 0 auto;
        width: 90%
    }

    .card-flip {
        width: calc(33.33% - 20px);
    }
}

@media (max-width:900px) {
    .card-flip {
        width: calc(50% - 20px);
    }
}

@media (max-width:600px) {
    .card-flip {
        width: 100%;
        max-width: none;
    }
}

@media (max-width:768px) {
    body {
        font-size: 90%
    }

    .cards-container {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .main-title {
        font-size: 2rem
    }

    .title-subtext {
        font-size: .9rem
    }

    .tech-icons img {
        width: 40px;
        height: 40px
    }

    .rotating-glow-circle {
        width: 150px;
        height: 150px
    }

    .centered-logo {
        font-size: 2.5rem
    }

    .title {
        font-size: 2rem
    }

    .subtitle {
        font-size: 1rem
    }

    .hero h1 {
        font-size: 2rem
    }

    .project {
        flex-direction: column
    }

    .project-content {
        padding: 15px
    }

    .project-image {
        width: 100%;
        height: auto
    }

    .description h2 {
        font-size: 1.5rem
    }

    .social-share-container {
        display: none;
    }
}

@media (max-width:576px) {
    .hero {
        padding: 5px
    }

    .cv-button {
        font-size: 1em;
    }

    .tech-icons img {
        width: 35px;
        height: 35px
    }

    .interactive-btn {
        padding: 6px 12px;
        font-size: .8rem
    }

    .card {
        width: 95%;
        margin: 0 auto
    }

    .cv-container {
        padding: 3px
    }

    .main-title {
        font-size: 1.8rem
    }

    .title-subtext {
        font-size: .8rem
    }

    .achievements-container {
        flex-direction: column;
        gap: 10px
    }
}

@media (max-width:1024px) {
    .cards-container {
        grid-template-columns: 1fr;
        width: 90%
    }

    .tech-icons {
        flex-wrap: wrap
    }

    .project {
        flex-direction: column;
        height: auto
    }

    .project-image {
        margin: 0 !important;
        width: 100%
    }

    .project-content {
        width: 100%;
        margin: 0;
    }
}

@media (max-width:768px) {
    .hero {
        padding: 20px
    }

    .title {
        font-size: 2.5rem
    }

    .service-container {
        flex-direction: column;
        align-items: center;
    }

    .service-card {
        width: 90%;
        max-width: none;
    }

    .cards-container {
        width: 100%;
    }

    .card {
        width: 90%;
        margin: 0 auto 20px;
    }

    .project-image,
    .project-content {
        width: 100%;
    }

    .tech-icons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tech-icons img {
        margin: 5px;
    }

    .rotating-glow-circle {
        width: 150px;
        height: 150px;
    }

    .centered-logo {
        font-size: 2.5rem;
    }

    .subtitle {
        font-size: 1rem
    }

    .description {
        padding: 0 20px
    }

    .card-social {
        flex-wrap: wrap
    }

    .achievements-container {
        flex-direction: column
    }

    .card-flip {
        width: 90%;
        margin: 10px auto
    }

    .icon-container {
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        padding: 5px
    }

    .footer {
        display: flex;
        margin: 20px;
        font-size: .9rem;
        color: #666;
        justify-content: center;
    }
}

@media (max-width:480px) {
    .title {
        font-size: 2rem
    }

    .subtitle {
        font-size: .9rem
    }

    .main-title {
        font-size: 1.8rem;
    }

    .title-subtext {
        font-size: 0.9rem;
    }

    .card-social {
        flex-wrap: wrap;
        justify-content: center;
    }

    .Btn {
        margin: 5px;
    }

    .project-title {
        font-size: 1.3rem;
    }

    .project-description {
        font-size: 0.9rem;
    }

    .tool-icons img {
        width: 25px;
        height: 25px;
    }

    .description h2 {
        font-size: 1.5rem
    }

    .details {
        font-size: .9rem
    }

    .tech-icons img {
        width: 40px;
        height: 40px
    }

    .rotating-glow-circle {
        width: 150px;
        height: 150px
    }

    .project-title {
        font-size: 1.5rem
    }

    .project-description {
        font-size: .9rem
    }

    .tool-icons img {
        width: 25px;
        height: 25px
    }

    .icon-card {
        width: 35px;
        height: 35px
    }

    .icon-card img {
        width: 25px;
        height: 25px
    }
}

@media (max-width:320px) {
    .title {
        font-size: 1.8rem
    }

    .subtitle {
        font-size: .8rem
    }

    .emoji-img {
        width: 100%
    }

    .description h2 {
        font-size: 1.3rem
    }

    .details {
        font-size: .8rem
    }

    .tech-icons img {
        width: 30px;
        height: 30px
    }

    .rotating-glow-circle {
        width: 120px;
        height: 120px
    }

    .centered-logo {
        font-size: 2rem
    }

    .project-title {
        font-size: 1.3rem
    }

    .project-description {
        font-size: .8rem
    }

    .tool-icons img {
        width: 20px;
        height: 20px
    }

    .icon-card {
        width: 30px;
        height: 30px
    }

    .icon-card img {
        width: 20px;
        height: 20px
    }
}

/* Blog Section Styles */
.blog-section {
    padding: 20px 10px;
}

.blog-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.blog-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 300px;
}

.blog-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
}

.blog-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    /* margin-bottom: 15px; */
}

.blog-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #fff;
}

.blog-excerpt {
    font-size: 0.9rem;
    color: #ddd;
    margin-bottom: 15px;
}

.blog-read-more {
    display: inline-block;
    background: #9b59b6;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.blog-read-more:hover {
    background: #6a1b9a;
}