/* Resets */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    font-family: 'Roboto', sans-serif;
    color: white;
    background-color: #121616;
    overflow-x: hidden;
    height: 100%;
}

/* Custom Navbar Styles */
.custom-navbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 1020 !important; /* Bootstrap's default z-index for the navbar is 1030 */
    background-color: #121616 !important; /* Your original navbar color */
    width: 100% !important;
    padding: 10px 0 !important;
}

.custom-navbar .navbar-nav {
    list-style-type: none !important;
}

.custom-navbar .nav-item {
    display: inline-block !important;/* For horizontal layout */
    margin: 0 20px !important;
}

.custom-navbar .nav-link {
    color: white !important;
    text-decoration: none !important;
    transition: color 0.3s ease-in-out !important;
}

.custom-navbar .nav-link:hover {
    color: #f33623 !important;; /* Your original hover color */
}



@media (min-width: 768px) { /* Adjust this breakpoint to match when your navbar expands */
    .custom-navbar .navbar-collapse {
        display: flex !important;
        justify-content: right !important;
    }
}


/* Logo */
.logo-container {
    display: flex;
    justify-content: center;
    margin-top: 50px; /* Adjust based on the height of your navbar */
}

/* Title and Countdown */
.main-title {
    font-size: 72px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
}

.countdown {
    font-weight: 700;
}

/* Footer */
footer {
    color: #ffffff;
    background-color: #f33623;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}


/* Responsive Image Adjustment */
@media (max-width: 768px) {
    .logo-container img {
        width: 300px; /* Half of the original size */
        height: auto; /* Maintain aspect ratio */
    }

    /* Adjusting the main title font size for mobile */
    .main-title {
        font-size: 36px; /* Adjusted for smaller screens */
    }
}

/* Increase padding below the logo */
.logo-container {
    margin-bottom: 10px; /* Adds space between the logo and the "Innovating in" text */
}

/* Smaller font size for copyright footer */
footer {
    font-size: 12px;
}

/* Prepare "Innovating in" and countdown for fade-out */
.main-title, .countdown {
    transition: opacity 2s ease-in-out;
    opacity: 1; /* Ensure they're fully visible to start */
}

#container {
    text-align: center; /* Center the text within the container */
    padding: 40px;
}

#initialText, #typingText {
    font-size: 3em; /* Makes the font larger; adjust as needed */
    transition: opacity 2s ease-in-out;
    opacity: 1;
   
}

/* Responsive font sizes based on screen width */
@media (min-width: 390px) {
    #initialText {
        font-size: 1.5em; /* Slightly larger font size for tablets and up */
    }
}
/* Responsive font sizes based on screen width */
@media (min-width: 768px) {
    #initialText{
        font-size: 2em; /* Slightly larger font size for tablets and up */
    }
}

@media (min-width: 1024px) {
    #initialText {
        font-size: 2.5em; /* Larger font size for desktops */
    }
}

.hidden {
    opacity: 0;
    transition: opacity 3s ease-in-out;
}


#typingText {
    color: #60ceac; /* Sets the font color */
    white-space: pre-wrap; /* Ensures whitespace and new lines are preserved */
    /* Other styles as needed */
}

#typingText {
    font-family: 'Courier New', Courier, monospace;
    /* Additional styling for the 'old school' effect */
    font-size: 20px; /* Adjust size as needed */
    font-weight: 700;
}

/* Responsive font sizes based on screen width */
@media (min-width: 390px) {
    #typingText {
        font-size: 1.5em; /* Slightly larger font size for tablets and up */
    }
}
/* Responsive font sizes based on screen width */
@media (min-width: 768px) {
    #typingText {
        font-size: 2em; /* Slightly larger font size for tablets and up */
    }
}

@media (min-width: 1024px) {
    #typingText {
        font-size: 2.5em; /* Larger font size for desktops */
    }
}


@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.cursor {
    animation: blink 1s infinite; /* Adjust timing for faster/slower blinking */
}
.content-section {
    margin-bottom: 20px; /* Adds space between sections */
    /* Center the section and limit its width */
    margin-left: auto;
    margin-right: auto;
    max-width: 60%; /* Adjust this value to control the width of the content section */
}

.section-heading {
    font-size: 2.5em; /* Adjustable font size for headings */
    font-weight: 600; /* Semi-bold */
    color: white; /* Heading color */
    
}

.section-content {
    color: white; /* Paragraph text color */
    font-size: 25px; /* Starting font size, adjustable */
    /* Ensures text is contained and readable */
}

@media (min-width: 768px) {
    .content-section {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; /* Align items to the top */
        padding: 20px 0; /* Keeps the existing padding for spacing */
        max-width: 800px; /* Controls the width of the content section */
        margin-left: auto;
        margin-right: auto;
    }

    .content-section .section-heading, .content-section .section-content {
        flex: 1; /* Allows items to grow and fill the space, controlled by max-width */
        max-width: 45%; /* Controls the max width of the heading and content within the section */
    }

    #who-we-are, #what-we-do {
        /* Adjust this to change the overall max width of the entire section */
        max-width: 800px; /* Example: narrows the entire content section */
    }

    .section-content p {
        text-align: justify;
        line-height: 1.6;
    }
}




.break-section {
    background: linear-gradient(to right, #151515, #323232); /* Creates a gradient from #3b3b3b to #323232 */
    color: white; /* Ensures text is white for readability */
    padding: 40px 20px; /* Adjustable padding for spacing inside the box */
    text-align: center; /* Centers the text */
    margin: 40px auto; /* Centers the box and adds vertical spacing */
    max-width: 60%; /* Controls the maximum width of the box */
    font-size: 1em; /* Starting font size, good for mobile */
    font-family: 'Roboto', sans-serif; /* Ensures font consistency */
    font-weight: 500; /* Semi-bold to stand out */
    box-sizing: border-box; /* Ensures padding is included in the width */
    border-radius: 15px; /* Rounds the corners of the box */
}

.break-section p {
    margin: 0 auto; /* Centers the paragraph text */
    max-width: 800px; /* Further controls text width within the box */
}

/* Responsive font sizes based on screen width */
@media (min-width: 390px) {
    .break-section {
        font-size: 1.5em; /* Slightly larger font size for tablets and up */
    }
}
/* Responsive font sizes based on screen width */
@media (min-width: 768px) {
    .break-section {
        font-size: 2em; /* Slightly larger font size for tablets and up */
    }
}

@media (min-width: 1024px) {
    .break-section {
        font-size: 2.5em; /* Larger font size for desktops */
    }
}

.content-spacing-25 {
    height: 25px; /* Default spacing height, adjust as needed */
    width: 100%; /* Ensures the spacer takes full width of its container */
}

.content-spacing-50 {
    height: 50px; /* Default spacing height, adjust as needed */
    width: 100%; /* Ensures the spacer takes full width of its container */
}

.content-spacing-75 {
    height: 75px; /* Default spacing height, adjust as needed */
    width: 100%; /* Ensures the spacer takes full width of its container */
}
.content-spacing-100 {
    height: 100px; /* Default spacing height, adjust as needed */
    width: 100%; /* Ensures the spacer takes full width of its container */
}

.content-spacing-150 {
    height: 150px; /* Default spacing height, adjust as needed */
    width: 100%; /* Ensures the spacer takes full width of its container */
}

/* .contact-form {
    background-color: #161616;
    color: white;
    padding: 20px;
    border-radius: 10px;
} */

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-group label {
    display: block;
    margin-bottom: 5px;
}

.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #f33623 !important;
    background-color: #333 !important;
    color: white !important;
}

.contact-form .form-group input:focus {
    border-color: #f33623 !important;
}
.contact-form .form-group select:focus {
    border-color: #f33623 !important;
}
.contact-form .form-group textarea:focus {
    border-color: #f33623 !important;
}

.center-container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    min-height: 60vh; /* Use at least the full height of the viewport */
}

.form-card {
    max-width: 600px; /* Adjustable width */
    margin: 20px auto; /* Centers the card with vertical margin */
    padding: 20px; /* Padding inside the card */
    background-color: #292929; /* Card background color */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 0px 4px rgba(255, 255, 255, 0.5); /* Optional: adds a shadow for depth */
}

.contact-form {
    width: 100%; /* Ensures the form takes the full width of the card */
}
/* Style for the submit button */
.contact-form button[type="submit"] {
    background-color: #f33623; /* Button color */
    color: white; /* Text color */
    border: none; /* Removes the default border */
    padding: 10px 20px; /* Adjust padding to your liking */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Changes the cursor to a pointer on hover */
    transition: background-color 0.3s ease; /* Smooth transition for the color change */
}

/* Style for the button on hover and active (clicked) states */
.contact-form button[type="submit"]:hover,
.contact-form button[type="submit"]:active {
    background-color: rgba(243, 54, 35, 0.5); /* 50% opacity of #f33623 */
}
