@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Roboto:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


*{
    margin: 0 ;
    margin-right: 0  ;
    padding: 0 ;
    box-sizing: border-box;
}

:root{
    --primary-text-color:#000;
    --secondary-text-color:#fff;
    --accent-color:#ff3811;
    --padding-inline-section:0px;
}

body{
    font-family: 'Montserrat', sans-serif;
    color:black;

}   

h1{
    font-size: 3rem;
}

h2{
    font-size: 2rem;
}

h3{
    font-size: 1.5rem;
}

p{
    font-family: 'Montserrat' , sans-serif;
    font-size: 1.25rem;
    color: black;
    line-height: 1.8rem;
}

a{
    text-decoration:none;
    display: inline-block;
}

ul{
    list-style: none;
}



.container-harsh{

    margin-inline: auto;
    padding-inline: var(--padding-inline-section);
    margin-left: 70px ;
    margin-right: 0px;
    align-self:center ;
}
.flex{
    display: flex ;
    justify-content: space-between;
    align-items: center;
}

.header-left{
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding-left: 200px;
}
.header-left h1{
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 3.5rem;
    margin-bottom: 0.5rem;
    color:#0cb148;
}
@keyframes typewriter {
    0% { width: 0; }
    50% { border-right: .15em solid orange; } /* The typewriter cursor */
    100% { width: 100%; border-right: none; } /* Hide the cursor at the end */
}

.header-left h3 {
    overflow: hidden; /* Ensures the content is only shown within the text area */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation: typewriter 4s steps(30, end);
}

.header-left h3{
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: -1px;
    margin-bottom: 0.5rem;
    color:#feb617;
}

.header-right{
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding-left:10px;
    padding-right: 90px;
    width: 50% !important ;
    
}
/* mobile responsiveness */
@media (max-width: 768px) {
    .container-harsh {
        margin-left: 10px;
        margin-right: 10px;
        padding-inline: 0;
    }

    .header-left {
        padding-left: 20px;
        text-align: center;
    }

    .header-left h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .header-left h3 {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .header-right {
        padding-left: 10px;
        padding-right: 10px;
        width: 100% !important;
        margin-top: 20px;
    }

    .flex {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .header-left {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-left h1 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .header-left h3 {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .header-right {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.tab-page {
    margin: 0;
    padding-top: 20px !important;
    /* height:90px; */
    background-color: #feb617;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent items from wrapping */
}

@keyframes scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}
    
.tab-page ul {
    color: white;
    font-size: medium;
    font-weight: 300;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 2.4% 20px;
}


@media (max-width: 768px) {
    .tab-page{
        padding-top: 0px !important;
        height: 45px;
    }
    .tab-page ul {
        font-size: small;
        gap: 15px;
        display: inline-flex;
        overflow: hidden;
        animation: scroll 50s linear infinite;
    }
}

@media (max-width: 480px) {
    .tab-page{
        padding-top:1px !important;
        height: 40px;
    }
    .tab-page ul {
        font-size: small;
        gap: 10px;
        display: inline-flex;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        animation: scroll 50s linear infinite;
    }
}




.work {
    padding-top: 100px;
    padding-left: 200px;
    padding-right: 200px;
    text-align: center;
}

.work h1 {
    font-size: 4.5vw;
    font-weight: 700;
    line-height: 5.9vw;
    letter-spacing: -2px;
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .work {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
    }

    .work h1 {
        font-size: 6vw;
        line-height: 7vw;
    }

    .work p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .work {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
    }

    .work h1 {
        font-size: 8vw;
        line-height: 9vw;
    }

    .work p {
        font-size: 0.9rem;
    }
}


.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #feb617;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.container1 {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.container1.left {
    left: 0;
}

.container1.right {
    left: 50%;
}

.container1::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #0cb148;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.container1.right::after {
    left: -16px;
}

.content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.content h2 {
    color: #0cb148;
}

.content p {
    margin: 0;
}

@media (max-width: 768px) {
    .timeline::after {
        left: 20px; /* Position the timeline bar to the left */
    }

    .container1 {
        width: 100%;
        padding-left: 50px; /* Add padding to the left to make space for the timeline bar */
        padding-right: 25px;
        padding-bottom: 40px;
    }

    .container1.left, .container1.right {
        left: 0;
    }

    .container1::after {
        left: -32px; /* Position the marker to the left */
        right: auto;
    }

    .container1.right::after {
        left: -32px;
    }
}

@media (max-width: 480px) {
    .timeline {
        padding: 20px 0;
    }

    .container1 {
        padding-left: 40px;
        padding-right: 10px;
    }

    .content {
        padding: 15px 20px;
    }
}

.industries-section {
    text-align: center;
    padding: 50px 20px;
}
.industries-section h2 {
    color: #007bff;
    font-size: 2.5em;
    margin-bottom: 20px;
}
.industries-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.industry {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px;
    width: 22%;
    min-width: 250px;
    text-align: center;
    transition: transform 0.2s;
    width: calc(33.33% - 20px);
}
.industry:hover {
    transform: translateY(-10px);
}
.industry img {
    width: 180px;
    height: 180px;
    margin-bottom: 0px;
}
.industry h3 {
    color: #0cb148;
    font-size: 1.5em;
    margin-bottom: 10px;
}
.industry p {
    color: #555;
    font-size: 1em;
    margin-bottom: 20px;
}
.industry a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}
.industry a:hover {
    text-decoration: underline;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* This ensures the card body takes up the full height of the card */
}

.card-body .btn {
    margin-top: auto; /* This pushes the button to the bottom */
}
.card {
    margin: 0 15px; /* This adds a 15px horizontal margin to each card */
}

.card-img-top {
    width: 100%; /* This makes the image take up the full width of its parent element */
    height: 250px; /* This sets a fixed height */
    object-fit:contain /* This makes the image cover the given width and height while maintaining its aspect ratio */
}

.card-img-top:hover {
    transform: scale(1.1); /* This enlarges the image by 10% */
    transition: transform 0.3s ease-in-out; /* This adds a smooth transition effect */
} 

/*Add*/
/* Styling for the heading */
.section-heading {
    text-align: center;
    color: #007bff;
    font-size: 2.5em;
    margin-bottom: 20px;
    
}


/* Styling for the text section */
.location-banner {
    width: 80%;
    margin: 40px auto;
    padding: 20px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #222; /* Darker color for better visibility */
    background: linear-gradient(to right, #f8f9fa, #e9ecef); /* Light gradient background */
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.location-banner:hover {
    transform: scale(1.05); /* Slight zoom effect */
}

/* Responsive Text */
@media (max-width: 768px) {
    .location-banner {
        font-size: 1.5em; /* Reduce text size on smaller screens */
        padding: 15px;
    }
}
