@import url('https://fonts.cdnfonts.com/css/stanley');
@import url('https://fonts.googleapis.com/css2?family=Stardos+Stencil:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

/* #### Generated By: http://font.download #### */
/*@font-face {
    font-family: 'Stanley Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Stanley Regular'), url('Assets/lib/font/Stanley-p7VOO.woff') format('woff');
}*/


/*@font-face {
    font-family: 'Stanley';
    src: url('Assets/lib/font/Stanley.otf') format('opentype');
}*/

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    /*
    scroll-behavior: smooth;
    */
    font-family: "Poppins", sans-serif;
}

:root {
  --bg-color: #0A283D;          /* Deep navy blue */
  --moblie-bg-color: #134B6B;   /* Ocean blue */
  --second-bg-color: #1F7A9C;   /* Teal-blue */
  --text-color: #D9E6F2;        /* Soft sky blue */
  --main-color: #2DD4BF;        /* Aqua teal */
  --main-color1234: #4CC9F0;    /* Bright sky blue */

  --btn-shadow-1: #062038;
  --btn-shadow-2: #0A2D47;
  --btn-shadow-3: #083452;
  --box-color: #103E60;
  --box-color-2: #0A283D;

  --white-color: #D9E6F2;

  --home-icon-color: #2DD4BF;       /* Aqua */
  --about-icon-color: #0E8388;      /* Dark teal */
  --resume-icon-color: #48CAE4;     /* Sky blue */
  --skil-icon-color: #00B4D8;       /* Vivid blue */
  --project-icon-color: #90E0EF;    /* Soft blue */
  --assignment-icon-color: #0077B6; /* Deep blue */
  --service-icon-color: #00BFA6;    /* Bright teal */
  --contact-icon-color: #00ACC1;    /* Medium teal */

  --paint-icon-color: #00B8A9;      /* Soft teal */
  --plus-icon-color: #72EFDD;       /* Pale turquoise */
}


/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

 
body.loading {
    overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color); /* or your theme background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

.loader-1 .loader-outer {
    position: absolute;
    border: 4px solid var(--main-color);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-1-outer 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-outer 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


.loader-1 .loader-inner {
    position: absolute;
    border: 4px solid var(--main-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-1-outer {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


@keyframes loader-1-outer {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


@keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


.my-occupation, .my-occupation-mobile {
    font-family: "Stardos Stencil", system-ui;
    font-weight: 400;
    font-style: normal;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

.change-font {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;
}

li {
    list-style: none;
}

body {
    background: var(--bg-color);
    color: var(--text-color);
    /*overflow: hidden;*/ /* hides overflow */
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

section {
    min-height: 100vh;
    padding: 100px 0 32px;
}

.section-title span {
    color: var(--main-color); /* Accent color */
}

.section-title {
    position: relative;
   /* font-size: 60px;*/
    font-size: clamp(25px, 10vw, 60px);
    margin-bottom: 60px;
    text-align: center;
    font-weight: 900;
    color: var(--text-color);
    z-index: 1;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

.section-title .bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*font-size: 120px;*/
    font-size: clamp(40px, 17vw, 120px);
    color: var(--text-color); /* super light for watermark look */
    opacity: 0.03;
    font-weight: 900;
    z-index: 0;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.sub-section-title {
    position: relative;
    /*
    font-size: 35px;
    */
    font-size: clamp(25px, 12vw, 35px);
    text-align: center;
    font-weight: 700;
    color: var(--main-color);
    margin: 5px 0 22px 0;
    /*z-index: 1;*/
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

.header {
    position: fixed;
    background: var(--bg-color);
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.logo {
    display: flex;
    align-items: center; /* ensures logo contents are also vertically centered */
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


.logo > p, .logo span{
    font-family: 'Stanley', serif;
    font-size: 40px;
    color: var(--text-color);
    font-weight: 600;
    cursor: default;
    letter-spacing: 3.5px;
    text-align: center;
}

.logo span {
    color: var(--main-color);
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

/*.navbar a {
    font-size: 16px;
    color: var(--text-color);
    margin-left: 32px;
    border: 2px solid crimson;
}

.navbar a:hover,
.navbar a.active {
    color: var(--main-color);
}*/

.navbar {
    position: fixed;
    top: 10px;      /* near the top */
    right: 10px;    /* near the right edge */
    transform: none; /* remove the vertical centering transform */
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 10px;
    z-index: 99;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


.navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar a {
    height: 35px;
    width: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background: var(--bg-color);
    color: var(--text-color);
    border-radius: 50%;
    box-shadow: -3px -3px 7px var(--btn-shadow-1), 3px 3px 5px var(--btn-shadow-2);
    transition: all 0.3s ease;
    text-decoration: none;
    margin: 10px 0 10px 0;
    position: relative;

    opacity: 0.5;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

.nav_text {
    position: absolute;
    left: -10px; /* slightly overlaps initially */
    color: var(--text-color);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-10px);
    white-space: nowrap;

    width: 0;
    height: 35px;
    background: var(--main-color);
    text-align: center;
    border-radius: 50px;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0 10px;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


li:hover .nav_text {
    width: 100px;
    opacity: 1;
    transform: translateX(-55px); /* adjust to match the expanded width */
}


/* Hover effect */
.navbar a:hover,
.navbar a.active {
    background: var(--main-color);
    color: var(--bg-color);
    opacity: 1;
}

.home {
    display: flex;
    max-width: 100vw;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: row-reverse;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


.circle-link {
    display: inline-block;
    border-radius: 50%;  /* Make anchor circular */
    overflow: hidden;    /* Clip image to circle */
}

.circle-link img {
    align-self: self-end;
    object-fit: contain;  /* Keep your original setting */
    width: 40vw;
    margin-top: 0;
    margin-right: 40px;
    box-shadow: -3px -6px 5px var(--main-color),
                3px 6px 3px var(--btn-shadow-1);
    border-radius: 50%;   /* Keep for safety */
    transform: scale(0.7) translateY(-25px);
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

.home-image > img {
    align-self: self-end;
    object-fit: contain;       /* Ensures the image contains the container without distortion */
    width: 40vw;
    margin-top: 0;
    margin-right: 40px;
    box-shadow: -3px -6px 5px var(--main-color), 3px 6px 3px var(--btn-shadow-1);
    /*
    box-shadow: 0 0 16px var(--main-color);
    */
    border-radius: 50%;
    /*width: 90%;*/
    /*height: 90%;*/
    transform: scale(0.7) translateY(-25px);    /* Optionally scale the image */
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

.home-content {
    /*
    margin-right: 40px;
    */
    margin-top: 10px;
    padding: 40px 0 70px 120px;
    flex: 1;
    min-width: 300px;
}

.home-content h3{
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 0; /* space after heading */
}

.home-content h3:nth-of-type(2){
    /*
    margin-bottom: 32px;
    */
    margin-bottom: 20px; /* space after heading */
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


span {
    color: var(--main-color);
}

.home-content h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
    /*
    padding-bottom: 20px;
    */
    padding-bottom: 0;
    margin-bottom: 10px; /* space after heading */
}

.home-content p {
    font-size: 17px;
    margin-bottom: 20px; /* space after heading */
    line-height: 1.5;
    letter-spacing: 0.7px;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


.social-media {
    position: fixed;
    bottom: 10px;      /* near the bottom */
    left: 10px;        /* near the left edge */
    transform: none;   /* remove vertical centering */
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 10px;
    z-index: 99;
}


/*.social-media {
    height: 50px;
    background-color: transparent;
    align-content: center;
    margin-bottom: 25px; !* space after heading *!
}*/

.social-media a {
    height: 35px;
    width: 35px;
    display: inline-flex;
    text-decoration: none;
    text-align: center;
    margin-left: 5px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: var(--bg-color);
    box-shadow: -3px -3px 7px var(--btn-shadow-1), 3px 3px 5px var(--btn-shadow-2);
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


.social-media a i {
    text-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 35px;
    font-size: 18px;

    transition: transform 0.5s ease;
}

.social-media a.fb i {
    color: #4267B2;
}

.social-media a.github i {
    color: black;
}

.social-media a.insta i {
    color: deeppink;
}

.social-media a.linkedIn i {
    color: mediumblue;
}

.social-media a:hover {
    background: var(--main-color);
    transform: rotate(360deg);
    transition-duration: 0.5s;
    /*
    box-shadow: 0 0 16px var(--main-color);
    */
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


.more-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px;
    background: var(--bg-color);
    border-radius: 50px;
    font-size: 15px;
    color: var(--main-color);
    letter-spacing: 0.5px;
    font-weight: 400;
    text-decoration: none;
    box-shadow: inset 4px 4px 10px #1d1d1d, inset -4px -4px 10px #151515;

    transition: background-color,color 0.5s ease;
}

.more-arrow {
    font-size: 20px;
    background: #FBF3B9;
    width: 30px;
    height: 30px;
    border: 0.5px solid var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;

}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


.more-arrow i {
    color: var(--bg-color);
    transform: rotate(-45deg);
}

.more-about-btn:hover .more-arrow {
    transform: rotate(45deg);
    border: 0.5px solid var(--main-color);
}

.more-about-btn:hover {
    background-color: var(--main-color);
    color: var(--bg-color);
    box-shadow: -3px -3px 7px var(--btn-shadow-1), 3px 3px 5px var(--btn-shadow-2);
}

.mobile-divider {
    position: relative;
    width: 30%;
    height: 0.1px;
    border-bottom: 0.5px solid var(--box-color);
    margin: 20px auto 20px auto; /* Center and add space below */
    opacity: 0.5;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


.mobile-sections, .mobile-divider {
    display: none;
}

.home-content-small {
    display: none;
}
.overlay-transition {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: var(--main-color, #3498db);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.9s ease-in-out;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


/* When showing, scale up large enough to cover screen */
.overlay-transition.show {
    width: 200vmax;
    height: 200vmax;
    transform: translate(-50%, -50%) scale(1);
}


.overlay-transition.top-to-bottom .bar {
    height: 20vh;
    width: 100%;
    left: 0;
    transform: scaleY(0);
    transform-origin: top;
}
.overlay-transition.top-to-bottom.show .bar {
    transform: scaleY(1);
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


.overlay-transition.top-to-bottom .bar:nth-of-type(1) {
    top: 0; transition-delay: 0.1s;
}

.overlay-transition.top-to-bottom .bar:nth-of-type(2) {
    top: 20vh; transition-delay: 0.2s;
}

.overlay-transition.top-to-bottom .bar:nth-of-type(3) {
    top: 40vh; transition-delay: 0.3s;
}

.overlay-transition.top-to-bottom .bar:nth-of-type(4) {
    top: 60vh; transition-delay: 0.4s;
}

.overlay-transition.top-to-bottom .bar:nth-of-type(5) {
    top: 80vh; transition-delay: 0.5s;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


/* Mobile Header */
.menu-mobile, .menu-close-mobile {
    width: 40px;
    height: 40px;
    background: transparent;
    text-align: center;
    align-content: center;
    border-radius: 5px;
    display: none;
}

#menu-icon, #menu-close-icon {
    font-size: 35px;
    color: white;
}

.dropdown_menu {
    position: absolute;
    right: 40px;
    top: 60px;
    width: 300px;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: none;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

.dropdown_menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit; /* inherit background from dropdown_menu */
    z-index: -1; /* behind the actual menu content */
}

.dropdown_menu li{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown_menu a {
    color: #fff;
    text-decoration: none;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


.dropdown_menu li:hover a:not(.start_btn) {
    /*
    font-size: 15px;
    */
    color: var(--main-color);
    transform: scale(1.1);
}

.menu-mobile:hover {
    transform: scale(1.1);
}

.start_btn {
    background: var(--main-color);
    color: #1f242d;
    padding: 8px 16px;
    border: none;
    outline: none;
    border-radius: 20px;
    cursor: pointer;
    transition: ease;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


.start_btn:hover {
    background: #fff;
    color: var(--main-color);
}

.dropdown_menu .start_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-section {
    padding: 10px 20px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    box-shadow: inset 4px 4px 10px #cc9100, inset -4px -4px 10px var(--main-color);
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

/* Design Footer on mobile screens */
.social-media-mobile {
    position: relative;
    /*left: 50%;*/
    bottom: 0;
    /*transform: translateX(-50%);*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px; /* space between icons */
    z-index: 99;
    padding-bottom: 5px;
}

.social-media-mobile a {
    height: 30px;
    width: 30px;
    display: inline-flex;
    text-decoration: none;
    text-align: center;
    margin-left: 5px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: var(--box-color);
    box-shadow: -3px -4px 5px var(--main-color), 3px 3px 3px var(--btn-shadow-1);
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


.social-media-mobile a i {
    text-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 15px;
}

.social-media-mobile a.fb i {
    color: #4267B2;
}

.social-media-mobile a.github i {
    color: black;
}

.social-media-mobile a.insta i {
    color: deeppink;
}

.social-media-mobile a.linkedIn i {
    color: mediumblue;
}

.mobile-footer-p {
    font-size: clamp(9px, 2vw, 12px);
    color: var(--bg-color);
    font-weight: 600;
}

.return-to-top-arrow {
    position: fixed;
    right: 10%;
    bottom: 10%;
    transform: translate(-50%, -50%) rotate(180deg);
    cursor: pointer;
    z-index: 1000;
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

.return-to-top-arrow span {
    display: block;
    width: clamp(15px, 1.5vw, 25px);
    height: clamp(15px, 1.5vw, 25px);
    border-bottom: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.return-to-top-arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.return-to-top-arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-15px, -15px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(15px, 15px);
    }
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


.return-to-top-arrow.hidden {
    display: none;
}


.return-to-top-arrow.show {
    display: block;
}

@media all and (max-width: 1060px) {
    .home-content h3 {
        font-size: 29px;
    }

    .home-content h1 {
        margin: 10px 0;
    }
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


@media all and (max-width: 1024px) {
    .home {
        padding: 32px;
    }

    .home-image > img {
        width: 40vw;
        margin-right: 0;
        transform: scale(0.8) translateY(0);
        margin-top: 32px;
    }

    .home-content {
        padding: 70px 0 50px 50px;
    }
}

@media all and (max-width: 990px) {
    .home-content {
        padding: 40px 32px 0 50px;
    }

    .home-content h3 {
        font-size: 28px;
    }

    .home-content h1 {
        font-size: 46px;
    }
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

@media all and (max-width: 960px){
    .home-content h3 {
        font-size: 27px;
    }
}

@media all and (max-width: 935px){
    .home-content h3 {
        font-size: 26px;
    }
}

@media all and (max-width: 909px){
    .home-content h3 {
        font-size: 25px;
    }
}

@media all and (max-width: 884px){
    .home-content h3 {
        font-size: 24px;
    }
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


@media all and (max-width: 858px){
    .home-content h3 {
        font-size: 23px;
    }
}

@media all and (max-width: 838px){
    .home-content h1 {
        font-size: 45px;
    }
}

@media all and (max-width: 832px){
    .home-content h3 {
        font-size: 22px;
        font-weight: 650;
    }
}

@media all and (max-width: 825px){
    .home-content h1 {
        font-size: 44px;
    }
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

@media all and (max-width: 812px){
    .home-content h1 {
        font-size: 43px;
    }
}

@media all and (max-width: 806px){
    .home-content h3 {
        font-size: 21px;
    }
}

@media all and (max-width: 800px){
    .home-content h1 {
        font-size: 42px;
    }
}

@media all and (max-width: 787px){
    .home-content h1 {
        font-size: 41px;
    }
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

@media all and (max-width: 780px){
    .home-content h3 {
        font-weight: 600;
    }
}

@media all and (max-width: 776px){
    .home-content h3 {
        font-size: 20px;
    }
}

@media all and (max-width: 774px){
    .home-content h1 {
        font-size: 40px;
    }
}

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

/* Mobile and tablet: allow scroll and smooth behavior */
/*@media all and (max-width: 768px) {
    body {
        overflow-y: auto !important;
        scroll-behavior: smooth;
    }

    .about-small, .projects-small, .service-small {
        display: block;
    }

    .navbar, .social-media {
        display: none;
    }

    .home {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 20px;
    }

    .home-image {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .home-image > img {
        width: clamp(180px, 50vw, 280px);
        height: auto;
        max-width: 100%;
        transform: none;
        margin: 0 auto 20px;
        !*display: block;*!
    }

    .home-content-small {
        display: block;
        padding: 0 20px;
    }

    .home-content {
        display: none;
    }

    .home-content-small h1 {
        font-size: clamp(28px, 5vw, 36px);
        margin-bottom: 10px;
    }

    .home-content-small h3 {
        font-size: clamp(20px, 4.5vw, 28px);
        margin-bottom: 10px;
    }

    .home-content-small p {
        font-size: clamp(14px, 3.8vw, 17px);
        line-height: 1.6;
        letter-spacing: 0.5px;
    }

    .more-about-btn {
        margin-top: 20px;
        display: inline-block;
    }
}*/

@media all and (max-width: 768px) {
    /*body {
        overflow-y: auto !important;
        scroll-behavior: smooth;
    }*/

    .home {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        padding: 30px 20px 0 20px;
        min-height: fit-content;
        max-height: unset;
        overflow: visible;
        margin-bottom: 0;
    }

    /*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


    .home-image {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 90px;
    }

    .home-image > img {
        width: clamp(180px, 50vw, 280px);
        height: auto;
        max-width: 100%;
        transform: none;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
        box-shadow: -3px -3px 5px var(--main-color), 3px 3px 3px black;
    }

    .home-content-small {
        display: block;
        padding: 0 20px;
    }

    .home-content {
        display: none;
    }

    /*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

    .home-content-small h1 {
        font-size: clamp(25px, 6vw, 36px);
        margin-bottom: 10px;
    }

    .home-content-small h3 {
        font-size: clamp(19px, 5vw, 28px);
        margin-bottom: 10px;
    }

    .home-content-small p {
        font-size: clamp(14px, 4vw, 17px);
        line-height: 1.6;
        letter-spacing: 0.5px;
        margin-top: 16px;
        margin-bottom: 0;
    }

    .home-content-small .more-about-btn {
        margin-top: 17px;
        margin-bottom: 10px;
        display: inline-flex;
    }

    /*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

    .navbar,
    .social-media {
        display: none;
    }

    .about-small,
    .skill-small,
    .resume-small,
    .projects-small,
    .module-small,
    .service-small,
    .contact-small,
    .footer-small,
    .mobile-divider {
        display: block;
    }

    .about-small section,
    .skill-small section,
    .resume-small section,
    .projects-small section,
    .module-small section,
    .service-small section,
    .contact-small section{
        margin: 0;
        padding: 0;
        min-height: fit-content;
    }

    /*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */


    .menu-close-mobile {
        display: none;
    }

    .menu-mobile {
        display: inline-block;
    }
}

@media all and (max-width: 576px){
    .dropdown_menu {
        left: 30px;
        width: unset;
    }
}


/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */

/*

@media all and (max-width: 990px){
    .home-image > img {
        margin-right: 0;
    }
}

@media all and (max-width: 1001px){
    .home-image > img {
        margin-right: 15px;
    }
}

@media all and (max-width: 1028px) {
    .home-image > img {
        margin-right: 25px;
    }
}


@media all and (max-width: 1061px){
    !*.home-content h3 {
        font-size: 28px;
    }*!

    .home-image > img {
        margin-right: 40px!important;
    }
}

@media all and (max-width: 1069px){
    .home-image > img {
        margin-right: 50px!important;
    }
}

@media all and (max-width: 1095px){
    .home-content h3 {
        font-size: 30px!important;
    }
}


@media all and (max-width: 1120px){
    .home-content h3 {
        font-size: 31px;
    }

    .home-content h1 {
        line-height: 1;
        margin: 10px 0;
    }
}*/

/*    Created by Virdha Musawwir     GitHub: https://github.com/mmsvirdha    Year: 2025    */
