@media(min-width:768px) {
    .front-container {
        position: relative;
        overflow: hidden;
    }
    .front-bg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; 
        object-position: center; 
        z-index: -1;
    }
    .front-in-container {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        height: 100vh;
        display: flex;
        justify-content: center;
    }
    .front-in-container::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.85);
        mix-blend-mode: hard-light;
        pointer-events: none;
        z-index: 0;
    }
    .front-container-one {
        position: relative;
        z-index: 1; 
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        font-family: 'Bebas Neue', sans-serif;
        margin: 0 auto;
        height: 100%;
        width: auto;    
        color: #ffffff;    
    }
    .front-container-one h1 {
        position: relative;
        font-size: 200px;
        line-height: 1;
        display: inline-block;
        align-self: center;
    }
    .front-container-one span {
        position: absolute;
        right: 0;
        bottom: -20px;
        font-size: 50px;
    }
    /*ABOUT*/
    .about-container{
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }
    .about-left-container{
        width: 50%;
        padding: 40px;
    }
    .about-left-container h1{
        font-size: 100px;
        font-family: 'Bebas Neue', sans-serif;
    }
    .about-right-container{
        width: 50%;
        padding: 40px;
    }
    .about-right-image {
        padding: 20px 0;
        display: flex;
        justify-content: left;
        align-items: center;
        overflow: hidden;
    }
    .about-right-image img {
        border-radius: 8px;
        width: 300px;   
        height: auto;  
        max-width: none; 
        flex-shrink: 0; 
    }
    .about-right-container h2{
        font-size: 50px;
        font-family: 'Bebas Neue', sans-serif;
    }
    .about-right-container h3{
        font-size: 18px;
    }
     .about-right-container h4{
        font-size: 14px;
        font-weight: 400;
        color: rgb(83, 83, 83);
    }

    /*SERVICES*/
    .services-center-container{
        width: 100%;
        background-color: #0a0a0a;
    }
    .services-center-container h1{
        /* width: 100%; */
        max-width: 1280px;
        margin: 0 auto;
        padding-top: 10px;
        padding-left: 40px;
        font-size: 100px;
        color: #FFFFFF;
        font-family: 'Bebas Neue', sans-serif;
    }
    .align-services{
        /* width: 100%; */
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 40px;
    }
    .service-title{
        width: 40%;
    }
    .service-title h2{
        font-family: 'Bebas Neue', sans-serif;
        font-size: clamp(2.5rem, 1.6973rem + 1.6722vw, 3.125rem);
    }
    .service-img-description{
        width: 60%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }
    .service-image, .service-description{
        width: 100%;
    }
    .service-description p{
        font-size: clamp(0.875rem, 0.7145rem + 0.3344vw, 1rem);
    }
    .service-image img{
        border-radius: 8px;
        width: 100%;   
        height: auto;  
    }
    .more-service {
        text-align: right;
    }
    .more-service a{
        font-weight: 600;
        text-transform: uppercase;
        cursor: pointer;
        color: #0a0a0a;
        text-decoration: none;
        font-size: 14px;
    }
    .hide-txt{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }  
    /*PROJECTS*/
    .project-center-container{
        width: 100%;
        background-color: #0a0a0a;
    }
    .project-center-container h1{
        max-width: 1280px;
        margin: 0 auto;
        padding-top: 10px;
        padding-left: 40px;
        font-size: 100px;
        color: #FFFFFF;
        font-family: 'Bebas Neue', sans-serif;
    }
    .project-images {
        max-width: 1280px;
        margin: 0 auto;
        padding: 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px;
    }
    .project-image-item img {
        width: 100%;
        height: 100%; 
        object-fit: cover;
        border-radius: 8px;
        display: block;
    }
    /*CONTACT & BLOGS*/
    .contact-container, 
    .blog-container
    {
        width: 100%;
        background-color: #0a0a0a;
    }
    .blog-list-container
    {
        width: 100%;
    }
    .contact-center-container, 
    .contact-center-container-page, 
    .blog-center-container-page
    {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        color: #FFFFFF;
        font-family: 'Bebas Neue', sans-serif;
    }
    .blog-list-container-page
    {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        color: #FFFFFF;
    }
    /*CONTACT h1*/
    .contact-center-container h1{
        padding-top: 20px;
        padding-left: 40px;
        font-size: 100px;
    }
    .contact-center-container-page h1,
    .blog-center-container-page h1
    {
        padding-top: 20px;
        padding-left: 40px;
        font-size: 80px;
    }
    .blog-center-container-page p{
        padding: 0px 40px 10px;
        font-size: 20px;
        margin-top: -20px;
    }
    /*CONTACT p*/
    .contact-center-container p{
        padding: 0px 40px;
        font-size: 50px;
    }
    .contact-center-container-page p{
        padding: 0px 40px 20px;
        font-size: 35px;
    }
    .contact-button{
        padding:20px 0px 50px 40px;
    }
    .contact-button a{
        font-weight: 600;
        background-color: #FFFFFF;
        padding: 5px 20px 0px;
        font-size: 40px;
        text-decoration: none;
        color: #0a0a0a;
        transition: all 0.3s ease;
    }
    .contact-button a:hover {
        border: 3px solid #FFFFFF;
        background-color: #0a0a0a;
        color: #FFFFFF;
        transform: translateY(-3px);
    }
    /*CONTACT PAGE*/
    .contact-form-container{
        width: 100%;
    }
    .contact-form{
        width: 100%;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
    }
    .wpcf7{
        width: 400px;
        font-family: 'Bebas Neue', sans-serif;
        padding: 40px 0px;
        color: #0a0a0a;
    }
    .wpcf7-form label{
        font-size: 18px;
    }
    .wpcf7-form-control.wpcf7-text{
        width: 100%;
        height: 30px;
        padding-left: 5px;
        margin: 2px 0px 10px;
        box-sizing: border-box;
    }
    .wpcf7-form-control.wpcf7-textarea{
        width: 100%;
        padding: 5px;
        margin: 2px 0px 0px;
        box-sizing: border-box;
    }
    .wpcf7-form-control.wpcf7-submit{
        margin-top: 10px;
        font-family: 'Bebas Neue', sans-serif;
        font-weight: 600;
        border: none;
        background-color: #0a0a0a;
        padding: 10px 20px;
        font-size: 25px;
        text-decoration: none;
        color: #FFFFFF;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .wpcf7-form-control.wpcf7-submit:hover {
        border: 3px solid #0a0a0a;
        background-color: #FFFFFF;
        color: #0a0a0a;
        transform: translateY(-3px);
    }

    .contact-info-container{
        width: 100%;
        background-color: #0a0a0a;
    }
    .top-info{
        display: flex;
        flex-direction: row;
        padding: 0px 40px;
    }
    .top-con{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding:20px 0px 0px;
    }
    .top-icon svg {
        width: 30px;
        height: 30px;
        fill: currentColor; 
        color: #FFFFFF;
    }
    .top-con p, .top-con a{
        text-decoration: none;
        color: #FFFFFF;
        cursor: pointer;
        font-size: 18px;
    }
    .lower-info {
        display: grid;
        grid-template-columns: repeat(4, auto);
        gap: 50px;
        justify-content: center;
        padding:20px 0px;
    }
    .lower-info div a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        background-color: #FFFFFF;
        border-radius: 50%;
        transition: all 0.3s ease;
        color: #0a0a0a;
        cursor: pointer;
    }
    .lower-info div a:hover {
        background-color: #FFFFFF;
        color: #0a0a0a;
    }
    /*BLOG*/
    .display-all-post{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 40px;
        gap: 20px;
        color: #0a0a0a;
    }
    .post-container img{
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
        border-radius: 8px;
    }
    .post-container p{
        padding: 15px 0px 5px;
        font-size: 14px;
        color: #707070;
    }
    .post-container h2, .post-container a{
        font-size: 24px;
        font-weight: 400;
        color: #0a0a0a;
        text-decoration: none;
    }
    .post-categories{
        list-style-type: none;
    }
    .post-categories a{
        pointer-events: none;
        cursor: default;
        padding: 15px 0px 5px;
        font-size: 14px;
        font-weight: 600;
        color: #0a0a0a;
    }
    @media(min-width:1024px){
        .display-all-post{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            padding: 40px;
            gap: 20px;
            color: #0a0a0a;
        }
        .post-container img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            display: block;
            border-radius: 8px;
        }
    }
    .no-post-found{
        padding: 40px;
    }
    .no-post-found h2{
        font-size: 24px;
        font-weight: 400;
    }
    /*SINGLE POSTING*/
    .single-content-container{
        width: 100%;
    }
    .single-content{
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        color: #0a0a0a;
    }
    .post-thumbnail {
        width: 100%;
        height: 500px; 
        overflow: hidden; 
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .post-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;  
        object-position: center;
        display: block;
    }
    .second-image{
        padding: 20px 0px;
        width: 100%;
    }
    .second-image img{
        width: 100%;
        height: 100%;
    }
    .single-content h2{
        padding: 30px 0px 10px; 
        font-size: 26px;
    }
    .single-content p{
        line-height: 30px;
        font-size: 16px;
    }
    .author-avatar{
        padding: 30px 0px; 
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #707070;
    }
    .author-avatar img {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        object-fit: cover;
        display: block;
    }
    .align-content{
        display: flex;
        flex-direction: row;
    }
    .left-content{
        width: 70%;
        padding: 0px 20px 0px 40px;
    }
    .embeded-strava-code{
        width: 100%;
        padding: 20px 0px;
    }
    .embeded-strava-code iframe {
        width: 100% !important;
        max-width: 100% !important;
        display: block;
        margin: 0 auto;
    }
    .right-content{
        width: 30%;
        padding: 0px 40px 0px 20px;
    }
    .techstack{
        padding: 30px 0px; 
    }
    .techstack p{
        font-size: 16px;
        padding-bottom: 15px;
    }
    .techstack-box ul{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px; 
        column-gap: 0;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .techstack-box ul li{
        text-transform: uppercase;
        text-align: center;
        padding: 8px;
        font-size: 14px;
        border-right: 1px solid #707070;
    }
    .techstack-box ul li:nth-child(2n) {
        border-right: none;
    }
    @media(min-width:828px){
       .techstack-box ul{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            row-gap: 10px; 
            column-gap: 0;
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        .techstack-box ul li{
            text-transform: uppercase;
            text-align: center;
            padding: 8px;
            font-size: 14px;
            border-right: 1px solid #707070;
        }
        .techstack-box ul li:nth-child(2n) {
            border-right: 1px solid #707070;
        }
        .techstack-box ul li:nth-child(3n) {
            border-right: none;
        }
    }
    @media(min-width:1024px){
        .techstack-box ul{
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            row-gap: 10px; 
            column-gap: 0;
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        .techstack-box ul li{
            text-transform: uppercase;
            text-align: center;
            padding: 8px;
            font-size: 16px;
            border-right: 1px solid #707070;
        }
        .techstack-box ul li:nth-child(2n) {
            border-right: 1px solid #707070;
        }
        .techstack-box ul li:nth-child(3n) {
            border-right: 1px solid #707070;
        }
        .techstack-box ul li:nth-child(4n) {
            border-right: none;
        }
    }
    .endorse-me{
        margin-top: 30px;
        background-color: #0a0a0a;
        color: #FFFFFF;
        border-radius: 5px;
        font-family: 'Bebas Neue', sans-serif;
    }
    .endorse-me h1{
        padding: 20px 20px 0px;
        font-size: 50px;
    }
    .endorse-me p{
        padding: 0px 20px 20px;
        line-height: 35px;
        font-size: 30px;
    }
    .endorse-contact-button{
        padding: 0px 20px 20px;
    }
    .endorse-contact-button a{
        font-weight: 600;
        background-color: #FFFFFF;
        padding: 5px 20px 0px;
        font-size: 25px;
        text-decoration: none;
        color: #0a0a0a;
        transition: all 0.3s ease;
    }
    .endorse-contact-button a:hover {
        border: 3px solid #FFFFFF;
        background-color: #0a0a0a;
        color: #FFFFFF;
        transform: translateY(-3px);
    }
}
@media(min-width:320px) and (max-width:767px){
    .front-container {
        position: relative;
        overflow: hidden;
    }
    .front-bg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; 
        object-position: center; 
        z-index: -1;
    }
    .front-in-container {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        height: 100vh;
        display: flex;
        justify-content: center;
    }
    .front-in-container::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.85);
        mix-blend-mode: hard-light;
        pointer-events: none;
        z-index: 0;
    }
    .front-container-one {
        position: relative;
        z-index: 1; 
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        font-family: 'Bebas Neue', sans-serif;
        margin: 0 auto;
        height: 100%;
        width: auto;    
        color: #ffffff;    
    }
    .front-container-one h1{
        position: relative;
        font-size: clamp(6.25rem, 1.7757rem + 22.3714vw, 12.5rem);
        line-height: 1;
        display: inline-block;
        align-self: center;
    }
    .front-container-one span{
        position: absolute;
        right: 0;
        bottom: clamp(-1.5625rem, -1.7862rem + 1.1186vw, -1.25rem);
        font-size: clamp(2.5rem, 2.0526rem + 2.2371vw, 3.125rem);
    }
     /*ABOUT*/
    .about-container{
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .about-left-container{
        width: 100%;
        background-color: #0a0a0a;
    }
    .about-left-container h1{
        font-size: clamp(3.125rem, 0.8879rem + 11.1857vw, 6.25rem);
        padding: 10px clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem) 0px;
        font-family: 'Bebas Neue', sans-serif;
        color: #FFFFFF;
    }
    .about-right-container{
        padding: clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem);
    }
    .about-right-image {
        padding: 20px 0;
        display: flex;
        justify-content: left;
        align-items: center;
        overflow: hidden;
    }
    .about-right-image img {
        border-radius: 8px;
        width: 300px;   
        height: auto;  
        max-width: none; 
        flex-shrink: 0; 
    }
    .about-right-container h2{
        font-size: clamp(2.5rem, 2.0526rem + 2.2371vw, 3.125rem);
        font-family: 'Bebas Neue', sans-serif;
    }
    .about-right-container h3{
        font-size: 18px;
    }
     .about-right-container h4{
        font-size: 14px;
        font-weight: 400;
        color: rgb(83, 83, 83);
    }
    .about-right-container p{
        font-size: clamp(0.875rem, 0.7145rem + 0.3344vw, 1rem);
    }
     /*SERVICES*/
    .services-center-container{
        width: 100%;
        background-color: #0a0a0a;
    }
    .services-center-container h1{
        max-width: 1280px;
        margin: 0 auto;
        padding: 10px clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem) 0px;
        font-size: clamp(3.125rem, 0.8879rem + 11.1857vw, 6.25rem);
        color: #FFFFFF;
        font-family: 'Bebas Neue', sans-serif;
    }
    .align-services{
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem);
        border-bottom: 1px solid #949494;
    }
    .service-title{
        width: 100%;
    }
    .service-title h2{
        font-family: 'Bebas Neue', sans-serif;
        font-size: clamp(2.5rem, 1.6973rem + 1.6722vw, 3.125rem);
    }
    .service-img-description{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .service-image, .service-description{
        width: 100%;
    }
    .service-description p{
        font-size: clamp(0.875rem, 0.7145rem + 0.3344vw, 1rem);
    }
    .service-image img{
        border-radius: 8px;
        width: 100%;   
        height: auto;  
    }
    .more-service {
        text-align: right;
    }
    .more-service a{
        font-weight: 600;
        text-transform: uppercase;
        cursor: pointer;
        color: #0a0a0a;
        text-decoration: none;
        font-size: 14px;
    }
    .hide-txt{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }  
    /*PROJECTS*/
    .project-center-container{
        width: 100%;
        background-color: #0a0a0a;
    }
    .project-center-container h1{
        max-width: 1280px;
        margin: 0 auto;
        padding: 10px clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem) 0px;
        font-size: clamp(3.125rem, 0.8879rem + 11.1857vw, 6.25rem);
        color: #FFFFFF;
        font-family: 'Bebas Neue', sans-serif;
    }
    .project-images {
        max-width: 1280px;
        margin: 0 auto;
        padding: clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem);
        display: grid;
        grid-template-columns: 1fr; 
        gap: 20px;
    }
    .project-image-item img {
        width: 100%;
        height: 100%; 
        object-fit: cover;
        border-radius: 8px;
        display: block;
    }
    /*CONTACT & BLOGS*/
    .contact-container, 
    .blog-container
    {
        width: 100%;
        background-color: #0a0a0a;
    }
    .blog-list-container
    {
        width: 100%;
    }
    .contact-center-container, 
    .contact-center-container-page,
    .blog-center-container-page
    {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        color: #FFFFFF;
        font-family: 'Bebas Neue', sans-serif;
    }
    .blog-list-container-page
    {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        color: #FFFFFF;
    }
    .contact-center-container h1{
        padding: 20px clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem) 0px;
        font-size: clamp(3.125rem, 0.8879rem + 11.1857vw, 6.25rem);
    }
    .contact-center-container-page h1
    {
        padding: 20px clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem) 0px;
        font-size: clamp(3.75rem, 2.8551rem + 4.4743vw, 5rem);
    }
    .blog-center-container-page h1{
        padding: 20px clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem) 0px;
        font-size: clamp(3.125rem, -1.3354rem + 13.2159vw, 5rem);
    }
    .blog-center-container-page p{
        padding: 0px clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem) 10px;
        font-size: clamp(0.875rem, -0.0171rem + 2.6432vw, 1.25rem);
        margin-top: clamp(-0.625rem, 0.8618rem + -4.4053vw, -1.25rem);
    }
    .contact-center-container p{
        padding: 0px clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem) 0px;
        font-size: clamp(2.1875rem, 1.5164rem + 3.3557vw, 3.125rem);
    }
    .contact-center-container-page p{
        padding: 0px clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem) clamp(0.9375rem, 0.7138rem + 1.1186vw, 1.25rem);
        font-size: clamp(1.875rem, 0.9801rem + 4.4743vw, 3.125rem);
    }
    .contact-button{
        padding:20px 0px 30px clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem);
    }
    .contact-button a{
        font-weight: 600;
        background-color: #FFFFFF;
        padding: 5px 20px 0px;
        font-size: clamp(1.5625rem, 0.8914rem + 3.3557vw, 2.5rem);
        text-decoration: none;
        color: #0a0a0a;
        transition: all 0.3s ease;
    }
    .contact-button a:hover {
        border: 3px solid #FFFFFF;
        background-color: #0a0a0a;
        color: #FFFFFF;
        transform: translateY(-3px);
    }
     /*CONTACT PAGE*/
    .contact-form-container{
        width: 100%;
    }
    .contact-form{
        width: 100%;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
    }
    .wpcf7{
        width: 400px;
        font-family: 'Bebas Neue', sans-serif;
        padding: clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem) 20px;
        color: #0a0a0a;
    }
    .wpcf7-form label{
        font-size: clamp(1rem, 0.9105rem + 0.4474vw, 1.125rem);
    }
    .wpcf7-form-control.wpcf7-text{
        width: 100%;
        height: 25px;
        padding-left: 5px;
        margin: 2px 0px 10px;
         box-sizing: border-box;
    }
    .wpcf7-form-control.wpcf7-textarea{
        width: 100%;
        padding: 5px;
        margin: 2px 0px 0px;
         box-sizing: border-box;
    }
    .wpcf7-form-control.wpcf7-submit{
        margin-top: 10px;
        font-family: 'Bebas Neue', sans-serif;
        font-weight: 600;
        border: none;
        background-color: #0a0a0a;
        padding: 10px 20px;
        font-size: clamp(1.25rem, 1.0263rem + 1.1186vw, 1.5625rem);
        text-decoration: none;
        color: #FFFFFF;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .wpcf7-form-control.wpcf7-submit:hover {
        border: 3px solid #0a0a0a;
        background-color: #FFFFFF;
        color: #0a0a0a;
        transform: translateY(-3px);
    }
    
    .contact-info-container{
        width: 100%;
        background-color: #0a0a0a;
    }
    .top-info{
        display: flex;
        flex-direction: column;
        padding: 0px clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem);
    }
    .top-con{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 20px;
        padding:20px 0px 0px;
    }
    .top-icon svg {
        width: clamp(1.5625rem, 1.3388rem + 1.1186vw, 1.875rem);
        height: clamp(1.5625rem, 1.3388rem + 1.1186vw, 1.875rem);
        fill: currentColor; 
        color: #FFFFFF;
    }
    .top-con p, .top-con a{
        text-decoration: none;
        color: #FFFFFF;
        cursor: pointer;
        font-size: clamp(0.875rem, 0.696rem + 0.8949vw, 1.125rem);
    }
    .lower-info {
        display: grid;
        grid-template-columns: repeat(4, auto);
        gap: clamp(1.875rem, 0.9801rem + 4.4743vw, 3.125rem);
        justify-content: center;
        padding:20px 0px;
    }
    .lower-info svg {
        width: clamp(1.5625rem, 1.3388rem + 1.1186vw, 1.875rem);
        height: clamp(1.5625rem, 1.3388rem + 1.1186vw, 1.875rem);
        fill: currentColor; 
        color: #0a0a0a;
    }
    .lower-info div a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: clamp(2.5rem, 2.2763rem + 1.1186vw, 2.8125rem);
        height: clamp(2.5rem, 2.2763rem + 1.1186vw, 2.8125rem);
        background-color: #FFFFFF;
        border-radius: 50%;
        transition: all 0.3s ease;
        color: #0a0a0a;
        cursor: pointer;
    }
    .lower-info div a:hover {
        background-color: #FFFFFF;
        color: #0a0a0a;
    }
    /*BLOG*/
    .display-all-post{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem);
        gap: 20px;
        color: #0a0a0a;
    }
    .post-container img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
        border-radius: 8px;
    }
    .post-container p{
        padding: 15px 0px 5px;
        font-size: clamp(0.75rem, 0.4526rem + 0.8811vw, 0.875rem);
        color: #707070;
    }
    .post-container h2, .post-container a{
        font-size: clamp(1.125rem, 0.2329rem + 2.6432vw, 1.5rem);
        font-weight: 400;
        color: #0a0a0a;
        text-decoration: none;
    }
    .post-categories{
        list-style-type: none;
    }
    .post-categories a{
        pointer-events: none;
        cursor: default;
        padding: 15px 0px 5px;
        font-size: clamp(0.75rem, 0.4526rem + 0.8811vw, 0.875rem);
        font-weight: 600;
        color: #0a0a0a;
    }
    @media(min-width:540px){
        .display-all-post{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            padding: clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem);
            gap: 20px;
            color: #0a0a0a;
        }
        .post-container img {
            width: 100%;
            height: clamp(12.5rem, 5.0661rem + 22.0264vw, 15.625rem);
            object-fit: cover;
            display: block;
            border-radius: 8px;
        }
    }
    .no-post-found{
        padding: 40px;
    }
    .no-post-found h2{
        font-size: 24px;
        font-weight: 400;
    }
    /*SINGLE POSTING*/
    .single-content-container{
        width: 100%;
    }
    .single-content{
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        color: #0a0a0a;
    }
    .post-thumbnail {
        width: 100%;
        height: 500px; 
        overflow: hidden; 
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .post-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;  
        object-position: center;
        display: block;
    }
    .second-image{
        padding: 20px 0px;
        width: 100%;
    }
    .second-image img{
        width: 100%;
        height: 100%;
    }
    .single-content h2{
        padding: 30px 0px 10px; 
        font-size: clamp(1.375rem, 0.7803rem + 1.7621vw, 1.625rem);
    }
    .single-content p{
        line-height: 30px;
        font-size: clamp(0.875rem, 0.5776rem + 0.8811vw, 1rem);
    }
    .author-avatar{
        padding: 30px 0px clamp(0.625rem, -0.8618rem + 4.4053vw, 1.25rem);
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #707070;
        font-size: clamp(0.75rem, 0.1553rem + 1.7621vw, 1rem);
    }
    .author-avatar img {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        object-fit: cover;
        display: block;
    }
    .align-content{
        display: flex;
        flex-direction: column;
        padding: 0 clamp(1.25rem, 0.3551rem + 4.4743vw, 2.5rem);
    }
    .left-content{
        width: 100%;
        /* padding: 0px 20px 0px 40px; */
    }
    .embeded-strava-code{
        width: 100%;
        padding: 20px 0px;
    }
    .right-content{
        width: 100%;
        /* padding: 0px 40px 0px 20px; */
    }
    .techstack{
        padding: clamp(0.625rem, -0.8618rem + 4.4053vw, 1.25rem) 0px; 
    }
    .techstack p{
        font-size: clamp(0.75rem, 0.1553rem + 1.7621vw, 1rem);
        padding-bottom: 15px;
    }
    .techstack-box ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        row-gap: 10px; 
        column-gap: 0;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .techstack-box ul li{
        text-transform: uppercase;
        text-align: center;
        padding: 8px;
        font-size: clamp(0.75rem, 0.1553rem + 1.7621vw, 1rem);
        border-right: 1px solid #707070;
    }
    .techstack-box ul li:nth-child(4n) {
        border-right: none;
    }
    @media(min-width:425px){
        .techstack-box ul{
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            row-gap: 10px; 
            column-gap: 0;
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        .techstack-box ul li{
            text-transform: uppercase;
            text-align: center;
            padding: 8px;
            font-size: clamp(0.75rem, 0.1553rem + 1.7621vw, 1rem);
            border-right: 1px solid #707070;
        }
        .techstack-box ul li:nth-child(4n) {
            border-right: 1px solid #707070;
        }
        .techstack-box ul li:nth-child(5n) {
            border-right: none;
        }
    }
    .endorse-me{
        margin-top:20px;
        background-color: #0a0a0a;
        color: #FFFFFF;
        border-radius: 5px;
        font-family: 'Bebas Neue', sans-serif;
    }
    .endorse-me h1{
        padding: 20px 20px 0px;
        font-size: 50px;
    }
    .endorse-me p{
        padding: 0px 20px 20px;
        line-height: 35px;
        font-size: 30px;
    }
    .endorse-contact-button{
        padding: 0px 20px 20px;
    }
    .endorse-contact-button a{
        font-weight: 600;
        background-color: #FFFFFF;
        padding: 5px 20px 0px;
        font-size: 25px;
        text-decoration: none;
        color: #0a0a0a;
        transition: all 0.3s ease;
    }
    .endorse-contact-button a:hover {
        border: 3px solid #FFFFFF;
        background-color: #0a0a0a;
        color: #FFFFFF;
        transform: translateY(-3px);
    }
}