 @media (max-width: 992px) {

    

            .home-page {
              margin-top: 100px;
                flex-direction: column;
                text-align: center;
                gap: 40px;
                padding: 30px;
            }
            
            .home-text h1 {
                font-size: 40px;
            }
             .home-img {
                margin-bottom: 20px;
              }
            .home-text h1 {
            font-size: 75px;
            font-weight: 900;
            line-height: 1;
            margin-bottom: 25px;
            /* color: #8ed454; */
            text-transform: uppercase;
        }
        .home-text p{
          font-size: 22px;
          font-weight: 600;
        }
        #ffoollloow{
    margin-top: -30px;
}
#linee{
    width: 300px;
    height: 3px;
    background-color: #a8a8a8;
}

        
        }

        @media (max-width: 576px) {
            .home-text h1 {
                font-size: 32px;
            }
            
            .home-text p {
                font-size: 16px;
            }
            
            .home-page {
                padding: 20px;
            }
              .home-img {
                margin-bottom: 70px;
              }
               .home-text p{
          font-size: 18px;
          font-weight: 600;
        }
        .left{
            margin-left: 100px;
        }
       
        #skills{
            margin: 0;
            /* margin-top: 40px; */
        }
        .aboutt-two p{
            line-height: 1.4;
            font-size: 24px;
        }
         .follow-me{
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .followmeo{
                margin: 0;
                text-align: center;
            }
               #ffoollloow{
    margin-top: 120px;
}
.custom-footer{
    margin-top: -20px;
}
.collab-creative{
    text-align: center;
}

#about-cr{
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}

#farooq-about{
    margin: 0;
    font-weight: 400;
}





        }

@media screen and (max-width: 768px) {
    body {
                padding-top: 70px; /* Mobile ke liye thoda kam padding */
            }

            .navbar-collapse {
                position: fixed !important;
                top: 70px !important;
                left: 0 !important;
                width: 100% !important;
                height: calc(100vh - 70px) !important;
                background: rgba(0, 0, 0, 0.98) !important;
                backdrop-filter: blur(20px);
                padding: 3rem 1rem !important;
                margin-top: 0 !important;
                border-radius: 0 !important;
                text-align: center;
                z-index: 1029 !important;
            }

            .navbar-nav {
                height: 100%;
                justify-content: center;
                gap: 2rem;
            }

            .nav-link {
                font-size: 1.3rem !important;
                padding: 1rem 2rem !important;
                display: block;
                width: 100%;
            }

            .nav-link::after {
                bottom: -2px;
            }

            .hero-content h1 {
                font-size: 2.8rem;
            }

            .hero-content p {
                font-size: 1.1rem;
            }

            .navbar-brand {
                font-size: 1.6rem !important;
            }
            .follow-me{
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 10px;
                gap: 5px;
            }
            .follow-github img{
                width: 30px;
                height: 30px;
            }

             .follow-linkedin i{
               font-size: 30px;
            }
             .follow-me h2{
                font-size: 17px;
             }
            .followmeo{
                text-align: center;
            }
            
/* .custom-footer{
    margin-top: -20px;
} */
        }

        /* Extra Small Devices */
        @media screen and (max-width: 576px) {
            body {
                padding-top: 60px; /* Extra small devices ke liye */
            }

            #home{
                margin-top: 35px;
            }

            .navbar-collapse {
                top: 60px !important;
                height: calc(100vh - 60px) !important;
            }
            
            .nav-link {
                font-size: 1.2rem !important;
                padding: 0.8rem 1.5rem !important;
            }

            .hero-content h1 {
                font-size: 2.2rem;
            }
        }

        /* Scroll behavior smooth */
        html {
            scroll-padding-top: 80px; /* Smooth scroll ke liye */
        }

        .home-page {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 60px;
            max-width: 1200px;
            width: 100%;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            margin: 0 auto;
        }

        .home-text {
            flex: 1;
        }

        .home-text h1 {
            font-size: 70px;
            font-weight: 900;
            line-height: 1;
            margin-bottom: 25px;
            color: #8ed454;
            text-transform: uppercase;
        }

        .home-text h1 br {
            display: block;
            margin: 8px 0;
        }

        .home-text p {
            font-size: 18px;
            color: #d3d3d3;
            margin-bottom: 30px;
            line-height: 1.4;
        }

        .home-text button {
            background: #7b93ff;
            color: white;
            border: none;
            padding: 14px 32px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            /* box-shadow: 0 4px 12px rgba(62, 114, 228, 0.3); */
        }

        .home-text button:hover {
            background: #5db2eb;
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(114, 207, 250, 0.733);
        }

        .home-img {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .home-img img {
            max-width: 100%;
            height: auto;
            max-height: 400px;
        }

        /* Responsive design */
        @media (max-width: 992px) {
            .home-page {
                flex-direction: column;
                text-align: center;
                gap: 40px;
                padding: 30px;
            }
            
            .home-text h1 {
                font-size: 50px;
            }
        }

        @media (max-width: 576px) {
            .home-text h1 {
                font-size: 40px;
            }
            
            .home-text p {
                font-size: 16px;
            }
            
            .home-page {
                padding: 20px;
            }
        }

        /* skills */
        .skills-onee {
            margin-top: 50px;
            justify-content: center;
            gap: 44px;
            flex-wrap: wrap;
            display: flex;
        }

        .skills-tow{
            justify-content: center;
        }

        .skills-one{
            display: flex;
            align-items: center;
            width: 190px;
            padding: 6px 10px;
            border-radius: 3px;
            background-color: #a8a8a8; 
            transition: all 0.3s ease;
        }

        .skills-three h4{
            font-weight: 400;
            font-size: 20px;
            color: #000000;
            margin-left: 20px;
        }

        .skills-tow img{
            width: 50px;
        }

        .skills-one:hover{
            transform: translateY(-30px);
        }
        
