.footerWrapper.sectionBg2 {
    background-color: #6e0000;
  color: white;
}
.footerWrapper.sectionBg3 {
  color: white;
}
:root {
    --navbar-height: 80px; /* Adjust the height as needed */
}

.navbar {
    height: var(--navbar-height);
}

.navbar .logo-wrapper .logo {
    position: relative;
    top: 1px; /* Moves the logo 15px down */
}


.navbar .logo-wrapper .logo img {
    height: 60px; /* Set the logo height to 60px */
    width: auto; /* Maintain aspect ratio */
}
.nav-right-content .btn-wrapper .cmn-btn {
    position: relative;
    top: 2px; /* Moves the button 10px down */
}