/* Reset default browser styles */
body {
    font-family: "Poppins", sans-serif;
    color:#3e3c3c;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}

p {
  color: #666; /* lighter grey */
}


/* Styles for the typing animation */
#typing-text {
    font-family: "Poppins", sans-serif;
    font-stretch: expanded;
    font-weight: 100;
    font-size: 39px;
    opacity: 0;
}
#down-arrow {
    font-size: 72px;
    color: #040965;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    display: block;

    /* Position initially fixed relative to viewport */
    position: absolute;       /* use absolute so it scrolls with container */
    bottom: 35px;             /* distance from bottom of intro container */
    left: 50%;                
    transform: translateX(-50%);
    z-index: 10;

    pointer-events: none;
}

#down-arrow.visible {
    opacity: 1;
}



/* Navbar styles */
.navbar {
    position: fixed;
    /* Fixed position at the top */
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.navbar ul {
    font-family: "Poppins", sans-serif;
    font-stretch: expanded;
    font-weight: 100;
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.navbar.visible {
    opacity: 1;
}

/* Navbar styles */
.navbar1 {
    position: fixed;
    /* Fixed position at the top */
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.navbar1 ul {
    font-family: "Poppins", sans-serif;
    font-stretch: expanded;
    font-weight: 100;
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}


.navbar1 li {
    margin: 0 10px;
}
.navbar li {
    margin: 0 10px;
}

.navbar1 a {
    font-family: "Poppins", sans-serif;
    font-stretch: expanded;
    font-weight: 100;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    position: relative; /* Add position relative */
    overflow: hidden; /* Hide overflow */
}

.navbar1 a:hover {
    color: white;
    text-decoration: none;
}

.navbar1 a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0; /* Initially set width to 0 */
    height: 100%;
    background-color: #040965;
    z-index: -1; /* Ensure the pseudo-element is behind the text */
    transition: width 0.3s ease; /* Add transition effect */
}

.navbar1 a:hover::after {
    width: calc(100% - 3px); /* Expand the background color on hover */
}

.navbar li {
    margin: 0 10px;
}
.navbar a {
    font-family: "Poppins", sans-serif;
    font-stretch: expanded;
    font-weight: 100;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    position: relative; /* Add position relative */
}
.navbar a {
    font-family: "Poppins", sans-serif;
    font-stretch: expanded;
    font-weight: 100;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    position: relative; /* Add position relative */
    overflow: hidden; /* Hide overflow */
}

.navbar a:hover {
    color: white;
    text-decoration: none;
}

.navbar a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0; /* Initially set width to 0 */
    height: 100%;
    background-color: #040965;
    z-index: -1; /* Ensure the pseudo-element is behind the text */
    transition: width 0.3s ease; /* Add transition effect */
}

.navbar a:hover::after {
    width: calc(100% - 4px); 
}

h2 {
    font-family: "Poppins", sans-serif;
    font-stretch: expanded;
    font-weight: 100;
    font-size: 25px;
    opacity: 1;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* Add this to your stylesheet.css file download button */
.download-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #040965;
  color: #fff;              /* normal text color */
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s, color 0.3s; /* smooth color transition */
}

/* Hover state */
.download-btn:hover {
  background-color: #0056b3;
  color: #fff;              /* keeps text white on hover */
}

/* Active (clicked) state */
.download-btn:active {
  background-color: #003580; /* darker shade for click effect */
  color: #fff;               /* keep text white */
}

/* Visited link state */
.download-btn:visited {
  color: #fff;               /* prevent browser from changing text color */
}


.container {
    position: relative;
}

.two-columns {
    display: flex;
    margin: 0 auto;
    align-content: center;
    text-align: center;
    justify-content: center;
    padding-top: 50px;
}
.centered-h2 {
    align-content: center;
    text-align: center;
    justify-content: center;

}

.passion-h2 {
    font-family: "Poppins", sans-serif;;
}
.button-passion {
    border-radius: 50px;
    border: 0;
    width: 170px; /* Fixed width for all buttons */
    margin: 10px;
    background-color: #040965;
    color: white;
    padding: 15px 30px; 
    font-style: bold;
    font-stretch: expanded;
    transition: transform 0.3s ease; /* Add transition for transform */
}

.button-passion:hover {
    transform: scale(1.1); /* Increase scale on hover */
    background-color: #8B0000;
    cursor: pointer;
}

#portfolio-container {
    opacity: 0; /* Initially hide the element */
    transform: translateY(5px) translateX(0); /* Move the element down by 40px without any horizontal movement */
    transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out; /* Add transition effect */
}

#portfolio-container.show {
    opacity: 1;
    transform: translateY(0);
    animation: slideUp 0.3s ease-in-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(5px); /* Starts from 40px below */
    }
    to {
        opacity: 1;
        transform: translateY(0); /* Moves to the original position (up) */
    }
}

.portfolio-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.portfolio-image-container {
    margin-bottom: 20px;
    /* Adjust as needed */
}

.portfolio-text-container {
    margin-bottom: 20px;
    /* Adjust as needed */
}



.portfolio-text-container2 {
    margin-top: 20px;
    /* Adjust as needed */
}

.portfolio-text,
.portfolio-text2 {
     font-family: "Poppins", sans-serif;
    font-stretch: expanded;
    font-weight: 100;
    color: #333;
    /* Adjust text color as needed */
    font-size: 18px;
    /* Adjust font size as needed */
}

.portfolio-text-container2 {
    margin-bottom: 40px;
    /* Add some margin to separate it from the previous content */
}

.portfolio-text-container2 {
    /* Set the height to your desired value */
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
}

.portfolio-container-culumn4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}




.container-projects {
    margin: 15px;
    text-align: center;
    width: 260px;
    min-height: 300px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    overflow: hidden;
    /* Ensure content doesn't overflow */
}

.img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    

}

.img-projects {
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
    padding: 10px;
    transition: transform 0.3s ease;


}
.img-projects:hover {
    transform: scale(1.1);

}





.column-text h2{
    margin-top: 10px;
    /* Adjust as needed */
    max-width: 100%;
    /* Ensures text does not extend beyond image width */
    transition: color 0.3s ease-in-out, 


}


.column-text h2:hover { 
    color:#8B0000;
}

.padding-p {
    padding-left: 10px;
    padding-right: 10px;
}


.portfolio-text-container3 {
    display: flex;

    align-items: flex-start;
    margin: 0 auto;
    align-items: center;
    /* Align items to the top */
}

.portfolio-container-form {
    margin: 0 auto;
    align-items: center;
    width: 100%;
    /* Adjust as needed */

}

.container-form {
    margin-top: 20px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

a {
    text-decoration: none;
    color: #040965;
}

a:hover {
    text-decoration: underline;
    color: #8B0000
}

.container-heading {
    margin: o auto;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* featured-showcase items */

.featured-container {
    margin: 0px auto;
    align-self: center;
    text-align: center;
    display: block;
    justify-content: center;
    
}

.featured-line {
    margin: 40px auto;
    background-color:rgb(0, 0, 0);
    height: 2px;
    width: 40%;
    padding: 0px;
}

.featured-buttons {
    padding: 2px 1px;
    margin: 10px 0px;
   
}

.featured-buttons button {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    color: #040965;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 3px;
}

.featured-buttons button:hover {
    background-color: rgb(211, 219, 225);
    color: rgb(0, 0, 0);
}

    .featured-showcase {
        display: none; /* Hide all divs by default */
        opacity: 0; /* Set initial opacity to 0 */
        transform: translateX(40px); /* Move the div 40px to the right */
        visibility: hidden; /* Hide the divs */
        transition: visibility 0s linear 0.5s, opacity 0.5s ease-in-out; /* Add transition for opacity */
    }

    .show {
        display: block; /* Show the div */
        visibility: visible; /* Make the div visible */
        opacity: 1; /* Set opacity to 1 */
        transform: translateX(0); /* Move the div to its original position */
        animation: slideLeft 0.5s ease-in-out; /* Apply the slide left animation */
        transition-delay: 0s; /* Remove transition delay for opacity */
    }

    @keyframes slideLeft {
        from {
            opacity: 0;
            transform: translateX(40px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }


.comp-container {
    margin: 0 auto;
    display: flex;
    width: 60%;
    height: auto;

}

.comp-img img {
    padding-top: 20px;
    width: 300px;
    height: auto;
}

.padding-spacer {
    height: 200px;

}

.spacer-div {
   
    padding:40px;
}

.comp-container button {
    display: flex; /* Use flexbox */
    justify-content: flex-start; 
    margin-left: 50px;
    padding-left: 38px;
    text-align: center;
}

.padding-top {
    padding: 70px;
}

.heybassh{
    margin: 0px auto;
    text-align: center;
    justify-content: center;
}



.text-content p, h1 {
 text-align: left;
 margin-left: 30px;
}
.text-content h1 {
 margin-left: 45px;
}

.spacer {
    height: 50px;
    width: auto;
}
/* form */
.container-form {
    width: 45%;
    margin-bottom: 20px;

}

.img-container1 {
    position: relative;
}

.img-projects1 {
    max-width: 100%;
    height: auto;
}

.footer-basic footer {
    text-align: center;
}

.footer-basic .social a {
    display: inline-block;
    margin: 0 10px;
}

.footer-basic .list-inline {
    margin-top: 20px;
}

.footer-basic .copyright {
    margin-top: 20px;
}

.social-icons {
    width: 40px;
    height: auto;

}

.container-heading {
    margin-top: 100px;
}

.container-ct-form {
    margin-top: 40px;
}

.contact-img {
    width: 100%;
    position: relative;
}
.about-container {
    position: relative;
    padding: 100px 20px; /* vertical padding OK */
    color: white;
    text-align: left;
    background-image: url('img/parralax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.about-parallax {
    max-width: 800px;       /* limits content width */
    margin: 0 auto;          /* centers the block on desktop */
    display: flex;
    flex-direction: column;
    gap: 15px;               /* spacing between h2 and p */
}

.about-parallax h2 {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0;
}

.about-parallax p {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .about-parallax {
        max-width: 90%;         /* fit mobile screen */
        margin: 0 auto;         /* keep centered */
        align-items: center;
    }

    .about-parallax h2,
    .about-parallax p {
        text-align: center;
        width: 100%;
    }
}


/* heybassh.html */

.overlay-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.container-centered h2{
    margin-top: 50px;
    padding: 0;
}





.img-size {
    width: 400px;
    padding: 5px;
    margin-left: 10%;
    padding-right: 100px;
}

.img-size1 {
    width: 400px;
    padding: 5px;
    margin-left: 10%;
    margin-right: 10%;
}


.padding-space {
    padding: 30px;
}

/* WordPress Page */
.heading-section {
    margin: 0 100px;
    text-align: center;
    padding: 30px;
    margin-top: 40px;
}

.about-container p {
    line-height: 28px;
    margin: 0 10% ;
}
/* Hamburger button */
.hamburger {
    display: none;
    position: fixed; /* FIXED instead of absolute */
    top: 15px;       /* adjust for navbar height */
    right: 35px;     /* distance from right edge */
    font-size: 24px;
    background: none;
    border: none;
    z-index: 1200;   /* above everything else */
    cursor: pointer;
}


/* Mobile nav links hidden by default */
#nav-links {
    display: flex; /* desktop view */
    gap: 20px;
}


 .navbar .logo,
    .navbar1 .logo {
        display: block;
        position: fixed;
        left: 20px;      /* distance from left edge */
        top: 10px;       /* vertical alignment */
        height: 40px;    /* adjust size as needed */
        z-index: 1200;   /* above other elements */
    }
/* Show hamburger menu and hide links on mobile */
@media screen and (max-width: 768px) {
    .hamburger  {
        display: block;       /* show hamburger icon */
        position: fixed;   /* position relative to navbar */
        right: 35px;          /* distance from right edge */
        top: 50px;            /* adjust vertical position if needed */
        cursor: pointer;
        font-size: 24px;      /* optional: adjust size */
        background: none;     /* keep it clean */
        border: none;
        z-index: 1100;        /* make sure it’s above the nav links */
    }

    /* Move logo down too */
  .navbar .logo,
  .navbar1 .logo {
    top: 50px;   /* mobile position */
  }

    #nav-links {
        display: none; /* hide menu initially */
        flex-direction: column;
        position: fixed;
        top: 60px; /* below navbar */
        right: 20px;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    #nav-links.show {
        display: flex; /* show menu when active */
    }

    #nav-links li {
        margin: 10px 0;
        text-align: right;
    }
}
@media screen and (max-width: 768px) {
    .navbar1 .hamburger {
        display: block;       /* show hamburger icon */
        position: fixed;   /* position relative to navbar */
        right: 35px;          /* distance from right edge */
        top: 50px;            /* adjust vertical position if needed */
        cursor: pointer;
        font-size: 24px;      /* optional: adjust size */
        background: white;
        border: none;
        z-index: 1100;        /* make sure it’s above nav links */
    }

    .navbar1 #nav-links {
        display: none;        /* hide menu initially */
        flex-direction: column;
        position: absolute;
        top: 60px;            /* below navbar */
        right: 20px;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .navbar1 #nav-links.show {
        display: flex;        /* show menu when active */
    }

    .navbar1 #nav-links li {
        margin: 10px 0;
        text-align: right;
    }

   
}


/* Adjust styles for smaller screens */
@media screen and (max-width: 768px) {
    .overlay-text {
        font-size: 16px;
        /* Adjust font size for smaller screens */
        padding: 10px;
        /* Add padding for better readability */
    }

    .container-heading {
        margin-top: 40px;
    }
}


/* Adjust styles for smaller phones */
@media screen and (max-width: 480px) {
    .overlay-text {
        font-size: 14px;
        /* Further reduce font size for smaller phones */
        padding: 8px;
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        /* Further increase padding for better readability */
    }

    .comp-container {
        margin: 0 auto;
        display: block;
        width: 60%;
        height: auto;
    
    }
    
    .comp-img img {
        padding-top: 10px;
        width: 100%;
        height: auto;
    }
    
    .padding-spacer {
        height: 100px;
    
    }
}
@media screen and (max-width: 768px) {
  .featured-showcase .text-content {
    text-align: center !important;   /* force center text */
  }

  .featured-showcase .text-content h1,
  .featured-showcase .text-content p,
  .featured-showcase .text-content a {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;  /* force center elements */
    text-align: center !important;
  }

  .featured-showcase .text-content a button {
    display: inline-block;
    margin: 10px auto 0 !important; /* center button */
  }
}
