body {
    font-family: 'Arial', sans-serif;
}
.marg{margin-top: -30px!important;}

.par{text-align: justify;color: #607d8b;margin-top: 10px;}

/*.sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}*/

/* Custom CSS for header info */
.header-info {
    background-color: #343a40; /* Dark background */
    color: #ffffff; /* Light text */
    padding: 10px 0;
    text-align: center;
}

.header-info small {
    margin-right: 20px;
}

.header-info a {
    color: #ffffff;
    text-decoration: none;
}

.header-info a:hover {
    text-decoration: underline;
}

/* Custom CSS for the navbar */
.navbar {
    background-color: #ffffff;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: bold;
    color: #007bff;
}

.navbar-brand:hover {
    color: #0056b3;
}

.nav-link {
    color: #333333;
    margin-right: 15px;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #007bff;
}

/* Sticky navbar */
.sticky-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}


#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}
#home {
    position: relative;
    color: white;
    height: 77vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
}

.text-container {
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent background */
    padding: 50px 20px;
    width: 100%;
    height: 100%; /* Full height */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header1 {
    position: relative;
    color: white;
    height: 105vh; /* Full viewport height */
    padding: 0; /* Remove padding to use flex centering */
}

.header {
    background: url('../images/header-bg.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 150px 0;
}

/*header {position: relative; color: white; padding: 150px 0;}*/

header .btn-primary {
    background-color: #ed1b37;
    border: none;
}

header .container {
    position: relative;
    z-index: 1;
}

.video {position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; z-index: 1;}

section {
    padding: 60px 0;
}

footer {
    background-color: #f8f9fa;
}

.card {
    margin-bottom: 30px;
}

#team .card-title,
#portfolio .card-title,
#testimonials .card-title {
    font-size: 1.25rem;
}

#testimonials .card-text {
    font-style: italic;
}



