
body, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}


/* Navigation sidebar */
#sidebar {
    width: 225px;
    background-color: lightblue;
    color: white;
    position: fixed;
    height: 100%;
    overflow-y: auto;
}

#sidebar ul {
    padding: 20px;
}

#sidebar li {
    margin-bottom: 15px;
}

#content {
    margin-left: 250px;
    padding: 20px;
}

/* FAQ and Troubleshoot sections */
.section {
    display: none;
}

.active-section {
    display: block;
}

/* Styles for links */
a {
    text-decoration: none;
    color: #f8f8f8;
}

/* Styles for FAQ and Troubleshoot sections */
h2 {
    color: #fdfeff;
}




/* Footer */
.footer {
    background-color: #001F3F; 
    padding: 5px 0; /* Reduced padding for smaller height */
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

/* Your name and copyright information */
.footer-text {
    color: #fff; /* White color for the text */
    font-size: 12px; /* Reduced font size */
    text-align: center;
    margin: 0; /* Removed margin for compact look */
}

/* Style for the text within the footer */
.footer-text span {
    font-weight: bold;
}

/* To center align the footer text and social links */
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Align items to the right */
    padding: 15px 5%; /* Reduced padding for a smaller header */
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    background-color: #004386; /* Ensure a background color is applied */
}

header a img {
    width: 120px; /* Reduced width */
    height: auto; /* Maintain aspect ratio */
}

.navbar {
    position: sticky; 
    transition: background-color 0.3s ease-in-out;
    padding-top: 5px; /* Reduced padding */
    padding-bottom: 10px; /* Reduced padding */
    width: 100%; /* Ensure navbar takes full width */
    display: flex;
    justify-content: flex-end; /* Align items to the right */
    align-items: center;
}

.navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #397dc2 18%, #004386 82%);
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

.navbar.scrolled::before {
    opacity: 0;
}

.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.384);
}

.logo {
    font-size: 24px; /* Reduced font size */
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-right: auto; /* Push the logo to the left */
}

.navlist {
    display: flex;
 
    margin-right: 10%; /* Adjust margin as needed */
    margin-top: 0; /* Reduced margin */
}

.navlist a {
    color: #ffffff;
    margin-left: 40px; /* Reduced margin */
    font-size: 14px; /* Reduced font size */
    font-weight: 600;
    transition: all .55s ease;
    text-decoration: none;
}

.navlist a:hover {
    color: #f0e32c;
    border-bottom: 2px solid #f0e32c;
} 

.navbar.scrolled .navlist a {
    color: white;
}

#menu-icon {
    color: #ffffff;
    font-size: 30px; /* Reduced font size */
    z-index: 10001;
    cursor: pointer;
    display: block; /* Show the menu icon if needed */
}
/* Hide the navlist when the screen is small and show the menu icon */
@media screen and (max-width: 768px) {
    .navlist {
        display: none;
    }

    #menu-icon {
        display: block; /* Show the menu icon */
    }
}

/* Style the FAQ and Troubleshoot links as buttons */
#troubleshoot-link,
#faq-link {
    display: block; /* Make them block elements to occupy the entire width */
    padding: 10px 0; /* Adjust vertical padding */
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid #fffffd;
    transition: all .55s ease;
}

/* Add a separator line between the buttons */
#faq-link::after {
    content: '|'; /* Separator character */
    margin: 0 10px; /* Adjust horizontal spacing */
    color: #ffffff;
}

/* Apply hover effect to the parent element */
#faq-link:hover::after {
    color: #f0e32c;
}


/* Brighter color on hover */
#troubleshoot-link:hover,
#faq-link:hover {
    color: #f0e32c;
    border-bottom: 2px solid #f0e32c;
}

#content {
    margin-left: 250px;
    margin-bottom: 120px; /* Add margin to avoid overlapping with footer */
    padding: 20px;
}
.back-video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Hide video controls */
.back-video::-webkit-media-controls {
    display: none !important;
}

.back-video::-webkit-media-controls-play-button,
.back-video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

.back-video::-webkit-media-controls,
.back-video::-webkit-media-controls-overlay-play-button {
    display: none !important;
}

.footer-col{
    width: 25%;
    padding: 0 15px;
 }
 .footer-col h4{
     font-size: 18px;
     color: #ffffff;
     text-transform: capitalize;
     margin-bottom: 35px;
     font-weight: 500;
     position: relative;
 }
 .footer-col h4::before{
     content: '';
     position: absolute;
     left:0;
     bottom: -10px;
     background-color: #e91e63;
     height: 2px;
     box-sizing: border-box;
     width: 50px;
 }
 .footer-col ul li:not(:last-child){
     margin-bottom: 10px;
 }
 .footer-col ul li a{
     font-size: 13px;
     text-transform: capitalize;
     color: #ffffff;
     text-decoration: none;
     font-weight: 300;
     color: #bbbbbb;
     display: block;
     transition: all 0.3s ease;
 }
 .footer-col ul li a:hover{
     color: #ffffff;
     padding-left: 8px;
 }
 .footer-col .social-links a{
     display: inline-block;
     height: 40px;
     width: 40px;
     background-color: rgba(255,255,255,0.2);
     margin:0 10px 10px 0;
     text-align: center;
     line-height: 40px;
     border-radius: 50%;
     color: #ffffff;
     transition: all 0.5s ease;
     font-size: 23px !important;
 }
 .footer-col .social-links a:hover{
     color: #24262b;
     background-color: #ffffff;
 }
 .footer-col {
    width: 25%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center align content horizontally */
    text-align: center; /* Center align text */
}


@media (max-width: 786px) {

    .back-video{
        display: none;
       }
     body{
        background-color: whitesmoke;
       }
  }
  @media (max-width: 786px) {
    .footer{
        display: relative;
    }
    /* Remove the sidebar */
    #sidebar {
        display: none;
    }

    /* Adjust content margin */
    #content {
        margin-left: 20px;
    }

    /* Show both Troubleshoot and FAQ sections */
    .section {
        display: block;
    }

    /* Adjust the font size and spacing for FAQ and Troubleshoot links */
    #troubleshoot-link,
    #faq-link {
        padding: 10px 20px;
        font-size: 14px;
        text-align: center;
    }

    /* Center align FAQ and Troubleshoot links */
    #troubleshoot-link::after {
        display: none; /* Hide separator character */
    }

    /* Style the FAQ and Troubleshoot links as buttons */
    #troubleshoot-link:hover,
    #faq-link:hover {
        border-bottom: none; /* Remove the border-bottom on hover */
    }

    /* Hide the menu icon */
    #menu-icon {
        display: none;
    }
    #content{
        margin-bottom: 200px;
    }
}

@media (max-width: 786px) {
    #menu-icon {
        color: #ffffff;
        font-size: 35px;
        z-index: 10001;
        cursor: pointer;
        display: block; 
        position: fixed; /* Fix the position of the menu icon */
        top: 20px; /* Adjust the top position as needed */
        right: 20px; /
    }
    .navlist {
        position: fixed;
        top: 73px; /* Adjust the top value to push it down */
        right: -100%;
        width: 100%;
        max-width: 400px;
        background-color: rgba(0, 0, 0, 0.384);
        display: flex;
        flex-direction: column;
        padding: 50px 20px;
        transition: right 0.5s ease;
        z-index: 10000;
        box-sizing: border-box;
    }
    .navlist a {  
        margin-left: 0;
        display: block;
        margin: 2px 0;
    }
    .navlist a:last-child {
        padding-bottom: 20px; /* Adjust the padding as needed */
    }

    .navlist.open {
        right: 0; /* Show the menu by bringing it to 0px from the right */
    }

    body.open-menu {
        overflow-x: hidden; /* Hide horizontal overflow when the menu is open */
    }
    .hero-text h1 {
        font-size: 60px; /* Decrease the font size */
        margin: -90px 0 10px; /* Adjust the margin to move the text up more */
    }
    
    .hero-text a {
        margin-top: 10px; /* Add top margin to the buttons to move them up */
    }
    header a img {
        width: 120px; /* Adjust the width to make the logo smaller */
        height: auto; /* Maintain aspect ratio */
    }

    .navbar {
        position: fixed;
    }

    .navbar {
        position: fixed;
    }
    .navlist {
        position: fixed;
        top: 0;
        left: -100%; /* Start off-screen */
        width: 70%; /* Adjust the width as needed */
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        transition: left 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: center; /* Center vertically */
        align-items: center; /* Center horizontally */
    }
    
    .navlist.open {
        left: 0;
    }
    

}



@media (max-width: 680px){
    .hero-img{
        width: 30%;
        height: auto;
    }
}
/* Adjust the font size of navigation items */
.navlist a {
    color: #ffffff;
    font-size: 16px; /* Reduce the font size */
    font-weight: 600;
    transition: all .55s ease;
}

/* Add styles for the hamburger menu icon */
#menu-icon {
    color: #ffffff;
    font-size: 25px; /* Adjust the size */
    z-index: 10001;
    cursor: pointer;
    display: block; /* Make it visible */
}

@media (max-width: 786px) {
    #menu-icon {
        color: #ffffff;
        font-size: 35px;
        z-index: 10001;
        cursor: pointer;
        display: block; 
        position: fixed; /* Fix the position of the menu icon */
        top: 20px; /* Adjust the top position as needed */
        right: 20px; /
    }
    .navlist {
        position: fixed;
        top: 73px; /* Adjust the top value to push it down */
        right: -100%;
        width: 100%;
        max-width: 400px;
        background-color: rgba(0, 0, 0, 0.384);
        display: flex;
        flex-direction: column;
        padding: 50px 20px;
        transition: right 0.5s ease;
        z-index: 10000;
        box-sizing: border-box;
    }
    .navlist a {  
        margin-left: 0;
        display: block;
        margin: 2px 0;
    }
    .navlist a:last-child {
        padding-bottom: 20px; /* Adjust the padding as needed */
    }

    .navlist.open {
        right: 0; /* Show the menu by bringing it to 0px from the right */
    }

    body.open-menu {
        overflow-x: hidden; /* Hide horizontal overflow when the menu is open */
    }
    .hero-text h1 {
        font-size: 60px; /* Decrease the font size */
        margin: -90px 0 10px; /* Adjust the margin to move the text up more */
    }
    
    .hero-text a {
        margin-top: 10px; /* Add top margin to the buttons to move them up */
    }
    header a img {
        width: 120px; /* Adjust the width to make the logo smaller */
        height: auto; /* Maintain aspect ratio */
    }

    .navbar {
        position: fixed;
    }
    .navlist {
        position: fixed;
        top: 0;
        left: -100%; /* Start off-screen */
        width: 70%; /* Adjust the width as needed */
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        transition: left 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: center; /* Center vertically */
        align-items: center; /* Center horizontally */
    }
    
    .navlist.open {
        left: 0;
    }
    

}


@media (max-width: 680px){
    .hero-img{
        width: 30%;
        height: auto;
    }
}