* {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}
/* Header Section*/
header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}

.navbar {
    background-image: url(slide_images/bg1.jpg);
    background-size: cover;
    border: none;
    margin-bottom: 0;
}

.container {
display: flex;
margin-left: 20px;
margin-right: 20px;
gap: 17%;
}

header nav ul li {
display: inline-block;
padding: 10px;
margin-top: 40px;
}

.navbar .navbar-brand {
display: flex;
align-items: center;

}
.navbar-brand  {
text-decoration: none;
gap: 20px;
}

.navbar .navbar-brand img {
margin-left: 20px;
}

.navbar .navbar-brand span {
font-size: 18px;
font-family: Georgia, serif;
font-weight: bold;
color: white;
}

.navbar-nav > li > a {
color: white !important;
font-weight: 500;
}

.label {
display: flex;
gap: 25px;

}

.sociallink2 img {
width: 30px;
border-radius: 20px;
border: none;
margin-inline: 2px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;

}

.headlines  a {
text-decoration: none;
color: white;
}

header ul li:hover{
background-color: rgba(246, 246, 252, 0.845);
color: black;
size: 10px;
border-radius: 4px;
transition: all 0.3s ease;

}
/* Main Section*/
main {
    background-color: white;
    font-size: 15px; 
}
marquee {
    color: rgb(11, 153, 235);
}

/* Slide Section*/
.slide-hold {
    position: relative;
    width: 100vw; /* Full viewport width */
    overflow: hidden;
    margin: 0;
    left: 50%;
    transform: translateX(-50%); /* Ensures full bleed even inside a centered container */
}

.slide-window {
    width: 100%;
    overflow: hidden;
}

.slide-img {
    display: flex;
    transition: transform 0.5s ease-in-out;
    margin: 0;
}

.slide-img img {
    width: 100%;
    flex-shrink: 0;
}

.slide img {
    width: 100%;
    height: auto;
}

.slide {
    position: relative;
    width: 100%;
    flex-shrink: 0;
}

.slide-text {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.534);
    height: 90%;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.slide-text .text h1 {
    color: white;
    font-size: 55px;
    text-transform: uppercase;
}

.slide-text .text p {
    color: white;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 100;
    font-size: 24px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.dots {
    text-align: center;
    margin-top: 15px;
}

.dots span {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dots span.active {
    background-color: #717171;
}

.explore-btn {
    background-color: transparent;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 1px solid white;
    border-radius: 4px;
    position: relative;
    margin-top: 20px;
    transition: all .6s;
}

.explore-btn .btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s;
}

.explore-btn:hover {
    background-color: black;
    cursor: pointer;
}

.explore-btn .text a {
    color: white;
    text-decoration: none;
    z-index: 1;
}

.explore-btn:hover .btn {
    width: 100%;
    transition: all .5s;
}

/* service section */
#service h2::after {
    content: "";
    display: block;
    width: 12%;
    height: 7px;
    background-color: rgb(11, 153, 235);
    border-radius: 10px;
    
}

h2 {
    padding: 20px;
    font-family: sans-serif;
    color: rgb(11, 153, 235);

}


main {
    background-color: white;
    font-size: 15px;
    margin: 20px;
}

main .images {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    display: flex;
}

.services-hold {
    display: flex;
    justify-content: center;
    color: black;
    flex-wrap: wrap;
}

.services-hold .hold {
    padding: 30px;
    margin: 20px;
    box-shadow: 4px 4px 5px 4px gainsboro;
    transition: all .5s;
    width: 300px;
    justify-content: center;
}

.services-hold .hold:hover {
    transform: scale(0.8);
    cursor: pointer;

}

.services-hold h4 {
    text-align: center;
    color: rgb(11, 153, 235);
}

.hold3 {
    padding: 20px;
    margin: 10px;
    box-shadow: 4px 4px 5px 4px gainsboro;
    transition: all .5s;
    width: 300px;
    justify-content: center;
    flex-wrap: wrap;
}

.hold3:hover {
    transform: scale(0.8);
    cursor: pointer;
}

.services-hold3 {
    margin: 22px;
    margin-top: 15px;
    width: auto; 
}

.hold3 h4 {
    color: rgb(11, 153, 235);
   
}

/* about & why section */

.about {
    text-align: justify;
}

#about h2::after {
    content: "";
    display: block;
    width: 8.5%;
    height: 7px;
    background-color: rgb(11, 153, 235);
    border-radius: 10px;
}
.about2 {
    box-shadow: 4px 4px 5px 4px gainsboro;
    transition: all .5s;
    justify-content: center;
    padding: 30px;
    line-height: 25px;

}

.slide-img2 {
    float: right;
    margin-left: 20px;
    width: 400px;
    height: auto;
    display: flex;
    
}

#y {
    box-shadow: 4px 4px 5px 4px gainsboro;
    transition: all .5s;
    justify-content: center;
    padding: 30px;
    line-height: 25px;
}

#y h2::after{
    content: "";
    display: block;
    width: 16%;
    height: 7px;
    background-color: rgb(11, 153, 235);
    border-radius: 10px; 
}


.y h3 {
    color: rgb(11, 153, 235);
}


.about1 {
    text-align: justify;
    line-height: 20px;

}

/* About section slide */
.about-slideshow {
    position: relative;
    max-width: 100%;
    height: auto;
}

.about-slide-wrapper {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.about-slide-track {
    display: flex;
    transition: transform 0.5s ease-in-out; /* The ease-in-out timing function means the movement starts slow, speeds up in the middle, and slows down again at the end */
}

.about-slide-track img {
    width: 400px;
    height: auto;
    flex-shrink: 0; /* Setting flex-shrink: 0 makes sure each image stays exactly 400px wide and doesn't get compressed.*/
}

/* mission section */

#mission h2::after{
    content: "";
    display: block;
    width: 7%;
    height: 7px;
    background-color: rgb(11, 153, 235);
    border-radius: 10px;
   
}

.mission-image {
    box-shadow: 4px 4px 5px 4px gainsboro;
    transition: all .5s;
    justify-content: center;
    line-height: 25px;
    text-align: justify;
    padding: 20px;

}

.mission-image img {
    padding: 10px;
    margin-right: 20px;
}

/*contact section */

#contact h2::after {
    content: "";
    display: block;
    width: 10%;
    height: 7px;
    background-color: rgb(11, 153, 235);
    border-radius: 10px;
}

.contact1 {
    display: flex;
    gap: 150px;
    margin: 20px;
    width: auto;

}

.contact-form {
    margin-left: 40px;
    display: block;
    box-shadow: 4px 4px 5px 4px gainsboro;
    justify-content: center;
    padding: 20px;
    width: 40%;
}
.contact-form b {
    color: rgb(11, 153, 235);
    font-size: 23px;
}

.sendbotton :hover {
    background-color: black;
    color: white;
}

.contact-form input {
    width: 100%;
    height: auto;
    cursor: pointer;
}

/*footer section*/

footer {
    
    color: white;
    padding: ;
    text-align: justify;
    margin: 0;
    background-image: url(slide_images/bg1.jpg);
    background-size: cover;
}

i.material-icons {
    color: rgb(11, 153, 235);
}
 
.glyphicon {
    color: rgb(11, 153, 235);
    margin-inline: 10px;
} 

footer p {
    text-align: right;
    text-decoration: none;
}

.contact3 {
    display: flex;
    align-content: center;
    text-align: justify;
    gap: 50px;
    flex-wrap: wrap;
}

.sociallink1 ul {
    list-style: none;
    display: inline-flex;
    
}

.sociallink1 img {
    width: 35px;
    padding: 5px;
}

.sociallink1 {
    margin: 20px;
}

.getintouch {
    margin: 20px;
}

.address {
    margin: 20px;
}

.address h4 {
    color: white;
}

.getintouch h4 {
    color: white;
}

.powered {
    display: flex;
    gap: 5%;
    justify-content: center;
    background-color: white;
    color: black;
    padding: 7px;
    font-size: 12px;
}

#arrowup {
    position: fixed;
    background-color: rgb(144, 140, 140);
    width: 50px;
    height: 40px;
    margin: 20px;
    top: 80%;
    left: 90%;
    border-radius: 30px;
    border: none;
}

 /* @media screen section */

@media screen and (max-width: 768px) {

    /* Header brand text smaller */
    .navbar .navbar-brand span {
        font-size: 14pt;
    }

    /* Slide section */
    .slide-hold {
        height: 300px;
        width: 100vw;
        left: 0;
        transform: none;
    }

    .slide-text .text h1 {
        font-size: 25px;
    }

    .slide-text .text p {
        font-size: 13px;
        width: 90%;
        margin-top: 20px;
    }

    .explore-btn {
        width: 120px;
        height: 40px;
    }

    /* Services & Contact Layout */
    .services-hold,
    .contact3 {
        display: block;
    }

    .contact1 {
        display: block;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .services-hold3 {
        justify-content: flex-start;
        margin-left: 0;
    }

    /* Section headings */
    #service h2::after {
        width: 20%;
    }

    /* Adjust margins/padding */
    .container {
        flex-direction: column;
        gap: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

