* {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    color: black;

}

p {
    text-align: justify;
    text-justify: inter-word;
}

a {
    text-decoration: none;
}

#Headlines {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1vh 1vh;
    font-family: sans-serif;
    font-size: .8;
    color: gray;
    margin-bottom: -1vh;
}




/* For Navbar animation*/

.navLogo {
    max-width: 100%;
    height: auto;
    z-index: 100;
}

#navbarTwo {
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.20);

}

.navbarAlignment {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0% 15%;
}

.logo {
    object-fit: cover;
    height: 2.8rem;
    width: 100%;
    cursor: pointer;
}

.contacticon {
    height: 1.5rem;
    width: 2rem;
    object-fit: contain;
    cursor: pointer;
}

.contactbutton {

    text-decoration: none;
    color: black;
    font-size: 1rem;
    padding: 10px 10px;
    border-radius: 1vh;
    color: black;
    font-weight: 400;
}

/* For Navbar animation*/
.desktopMenuListItem {
    margin: .5px;
    cursor: pointer;
    position: relative;
    transform: translateZ(0);
    animation-duration: 1s;
    padding-bottom: .1rem;
    font-size: .9rem;
}



.desktopMenuListItem:before {
    content: "";
    position: absolute;
    z-index: -1;
    border-bottom: 3px solid #940a08;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 300ms ease-out;
}


.desktopMenuListItem:hover::before {
    transform: scaleX(1);

}


#sectionOne {
    max-width: 100%;
    height: auto;
    background: linear-gradient(rgba(209, 206, 50, 0.7), rgba(0, 0, 0, 0.70)),
        url(/assets/Background-1stsec.png);
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 2% 20%;
    z-index: -1;
    display: flex;
    justify-content: center;
}

.gitiLogo {

    max-width: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: auto auto;
    margin-top: 2%;
}

.gitiSection {
    margin: 2% 5%;
}

.intro-text-p {
    font-size: 1.3rem;
    color: white;
    margin-top: 2%;
    text-align: justify;
    text-justify: inter-word;

}

.giti-text-p {
    color: black;
    margin-top: 2%;
    text-align: justify;
    text-justify: inter-word;
}

.rows {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 2% 5%;
}


.fourPictruck {
    max-width: 95%;
    height: auto;
}

/* Styling for the fixed button */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    /* Makes sure it stays on top of other elements */

    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;

    background-color: #fccf00;
    /* Modern Blue */
    color: #ffffff;
    border: none;
    border-radius: 50%;
    /* Perfect circle */
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);

    /* Smooth transition for hover effects */
    transition: background-color 0.2s ease, transform 0.2s ease;
}

/* Hover effects */
.scroll-top-btn:hover {
    background-color: #940a08;
    transform: translateY(-4px);
    box-shadow: 4px 2px 4px black;
    /* Subtle nudge upward on hover */
}

/* Active press state */
.scroll-top-btn:active {
    transform: translateY(-1px);
}

/*Section 1*/
.Text-styleGiti {
    background-color: #fccf00;
    padding: 3px 4px;
    border-radius: 20px;
    margin-right: 5px;
}



#sectionOne {
    height: 40vh;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)),
        url(/assets/productsMedia/gitibackground1stSection.png);

    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 2% 20%;
    z-index: -1;
    display: flex;
    justify-content: center;

}








#CTB {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0% auto;
}


.choises a {
    color: black;
}

.choises a:hover {
    color: #940a08;
    text-decoration: none;

}

.GitiT1Pic {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 70%;
    height: auto;
    margin: auto auto;
}

.yellowLine {
    background-color: #fccf00;
    max-width: 100%;
    height: 4vh;
}

#combi-Road {
    margin: 1% 5%;
}

.title-h1 {
    padding: 1% 1%;
    display: flex;
    font-size: 2.5rem;
    font-weight: 800;

}

.titleLogo {
    max-width: 6vw;
    height: 6vh;
    margin: 1% 4px;
}

.combiPic {
    max-width: 60vh;
    height: auto;
}

/*category button*/

.button2 {
    height: auto;
    width: 150px;
    text-align: center;
    border-radius: 4px;
    background-color: transparent;
    background-color: black;
    color: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 1rem;
    font-weight: 400;
    box-shadow: 1px 1px 5px rgb(2, 2, 2);
    padding: 1.3vh 0vh;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    
    padding: 1% 1%;
    font-weight: 400;
    margin:5% 0%;


}

.button2:hover {
    color: #940a08;


}

hr {
    width: 90%;
    margin: auto;
    height: 5px;
    /* Adjust thickness here */
    background-color: gray;
    /* Line color */
    border: none;
}

/*Download button*/




.button1 {
    height: auto;
    width: 150px;
    text-align: center;
    border-radius: 4px;
    background-color: transparent;
    background-color: #fccf00;
    color: black;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 1rem;
    font-weight: 400;
    box-shadow: 1px 1px 5px rgb(2, 2, 2);
    padding: 1.3vh 0vh;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    margin-top: 2%;
    padding: 1% 1%;
    font-weight: 600;


}




#buttonRow {
    margin-top: 5vh;
}


#button {
    position: relative;


}

#span1 {
    background-color: black;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;

}

.button1:hover {
    border: none;
    color: white;


}

.button1:hover #span1 {
    width: 100%;
}






/*Eco Road */

#eco-Road {
    margin: 1% 5%;
}


/*Eco Road */
#long-haul {
    margin: 1% 5%;
}

/*regional*/
#regional {
    margin: 1% 5%;
}


/*mixed service*/
#mixed-Service {
    margin: 1% 5%;
}

/*urban*/
#urban {
    margin: 1% 5%;
}

/*footer*/
footer {
    padding: 2% 15%;
    max-width: 100%;
    height: auto;
    background-image: url(/assets/footerBackground.png);
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: center;
    z-index: -1;
    display: flex;
    justify-content: center;


}

.footerLogo {
    max-width: 12%;
    height: auto;
}

.socialmediaLogo {
    max-width: 6%;
    height: auto;
    margin: 4% 1%;
    cursor: pointer;
}

.footerContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;


}

.footerNav {
    list-style-type: none;
}

.footerNav a {
    color: black;
}

.footerNav a:hover {
    color: #940a08;
}


.footerProducts {
    max-width: 20%;
    height: auto;
    margin: 1% 1%;
}

.animationSectionOne {
    animation-name: moveUp;
    animation-duration: 3.5s;
}







@media only screen and (max-width: 1441px) {}


@media only screen and (max-width: 1280px) {

    .gitiLogo {
        margin-top: 5%;
    }

    .rows {
        display: flex;
        flex-direction: column;
        margin: 5% 5%;
    }

    .titleLogo {
        max-width: 9vw;
        height: 5vh;
        margin: 1% 4px;
    }

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

    footer {
        padding: 2% 7%;
    }

    .socialmediaLogo {
        max-width: 6%;
        height: auto;
        margin: 3% 1%;
        cursor: pointer;
    }

    .footerLogo {
        max-width: 12%;
        height: auto;
        margin: 3% 3%;
    }

}


@media only screen and (max-width: 600px) {


    .titleLogo {
        max-width: 12vw;
        height: 6vh;
        margin-bottom: 3%;
    }

    .footerMenuProduct {
        display: none;
    }

    .socialmediaLogo {
        max-width: 15%;
        height: auto;
        margin: 4% 2%;
        cursor: pointer;
    }

    .footerLogo {
        max-width: 35%;
        height: auto;
    }
}
















@keyframes animateUser {
    0% {
        top: 0px;
        bottom: 0px
    }

    25% {
        top: 5px;
        bottom: 0px
    }

    50% {
        top: 0px;
        bottom: 5px
    }

    75% {
        top: 5px;
        bottom: 0px
    }

    100% {
        top: 0px;
        bottom: 5px
    }

}



@keyframes transition {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;

    }
}



@keyframes moveRight {
    0% {
        opacity: 0;
        transform: translateX(150px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveLeft {
    0% {
        opacity: 0;
        transform: translateX(-150px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}