:root{
    --MainBlue: #000055 ;
    --MainYellow : #FEC304;
}

.navbar-toggler{
    margin-left: 10px;
}

.loggeduserham{
    display: none;
}

.contactNum a{
    color: #274472;
    padding: 0;
}

.logoText{
    font-size: 25px;
    color: #274472;
    text-transform: uppercase;
}


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

.navbar .officiallogo{
   height: 100px;
   width: auto;
}

.loginreg{
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    margin-bottom: 0;
}

.loginAndLangLinks{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.loginAndLangLinks select{
    outline: none;
    border: none;
}

.language{ 
    display: none;
}


.navLinks {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 0px;
}

.navbar-brand{
    display: flex;
    flex-direction: row;
    color: var(--primPurple);
    margin-left:8px ;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'poppins';
}
.navbar-brand .companyLogo{
    width: 100%;
    max-width: 25px;
    
}



.navLogin:hover{
    background-color: var(--MainBlue) !important;
    
}
.navLogin{
    font-size: 14px !important;
}


.login{
    background-image: linear-gradient(to right, #ffb347 0%, #ffcc33  51%, #ffb347  100%);
    background-size: 200% auto;
    color: #000055 !important;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    padding: 4px 20px;
    transition:  all 0.3s ease;
    margin-right: 15px;
}

.login a{
    color: #000055 !important;
}

.login:hover{
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;

}

.register{
    background-color: #000055 !important;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    padding: 4px 20px;
    transition:  all 0.3s ease;
    margin-bottom: 0;
}

.register a{
    color: #fff;
}

.register a:hover{
    color: #fff;
}


/*.login2{
    background-image: linear-gradient(to right, #ffb347 0%, #ffcc33  51%, #ffb347  100%);
    background-size: 200% auto;
    color: #000055 !important;
    border-radius: 4px;
}

.login2 a{
    color: #000055 !important;
}

.login2:hover{
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.register2{
    background-color: #000055 !important;
    color: #fff;
    border-radius: 4px;
}

.register2 a{
    color: #fff;
}

.register2:hover{
    background-color: #fff !important;
    color: #000055;
    border: 3px #000055 solid;
}*/



/*navbar*/
.nav-item{
    font-size: 18px;
    font-weight: 500;
    padding: 1px 10px;
    transition:  all 0.3s ease;
}
.nav-item:hover{
    color: #000055 !important;
    font-size: 19px;
    font-weight: bold;
}

.mynav{
    padding-top: 0px;
}

.contactBox{
    display: flex;
    flex-direction: row;
    font-size: 13px;
    font-weight: 500;
    color: #000055;
}
.contactBox img{
    margin-right: 8px;
}

.navLogin{
    padding: 1px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'poppins';
    text-transform: uppercase;
    margin-left: 16px;
}

.officiallogo{
    height: 100px;
}
.loggeduser:hover{
    background: none;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}
@media screen and (min-width: 990px) {
    #navbarNav {
      display:none !important;
    }

  }

  @media screen and (min-width: 1500px) {
    .nav-item{
        font-size: 25px;
        display: block;
    }

    .nav-item:hover{
        font-size: 27px;
    }
  }

  @media screen and (max-width: 410px) { 
    .navbar-toggler-icon{
        width: 1rem;
        height: 1rem;
    }

    .container-fluid{
        flex-wrap: nowrap;
    }
  }

  @media screen and (max-width: 990px) { 
    #language{
        display: none;
    }

    .loginreg{
        padding-left: 0;
    }

    .navbar .officiallogo{
        height:100px ;
    }

    .navbar-toggler-icon{
        width: 1.2rem;
        height: 1.2rem;
    }

    .login{
        font-size: 12px;
        margin-right: 10px;
        padding: 3px 15px;
    }

    .register{
        font-size: 12px;
        padding: 4px 12px;
    }

    .loginreg{
        margin-left: 0;
    }

    /*.login2{
        display: block;
        max-width: 65px;
        margin-top: 10px;
        margin-left: 10px;
        min-width: 100px;
        text-align: center;
    }

    .register2{
        display: block;
        max-width: 90px;
        margin-top: 10px;
        margin-left: 10px;
        min-width: 100px;
        text-align: center;
    }*/

    .loggeduserham{
        display: none;
    }
    
    
  }

@media screen and (max-width: 700px) {
    .contactBox{
        display: none;
    }




}


.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #d0e7ff; 
}

.navbar-brand {
    flex-shrink: 0;
}

.officiallogo {
    max-height: 70px; 
}

.navbar {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.navLinks .nav-item .mylinks.login-button {
    font-size: 0.85rem;
    padding: 5px 15px;
    background-color: #f15a29;
    color: #ffffff; 
    border-radius: 5px;
    border: none;
    text-decoration: none;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}

.navLinks .nav-item .mylinks.login-button:hover {
    background-color: #ffc010; 
    color: #ffffff;
}

.contactBox {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #333;
}

.contactBox .contactNum {
    margin-left: 8px;
}

@media (max-width: 851px) {
    .contactBox .contactNum{
        font-size: 12px;
    }
}

.contactBox a {
    color: #0056b3;
    text-decoration: none;
}

.contactBox a:hover {
    text-decoration: underline;
}

/* new header design */

/* Fixed Header */
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #ffffff;
    border-bottom: 4px solid #ffffff; 
    padding: 5px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    margin-bottom: 20px;
}

/* Logo Styling */
.logo img {
    max-height: 52.65px;
    height: auto;
    margin-right: 20px;
}

@media (min-width: 1366px) {
    .logo img {
        max-height: 52.65px; /* Adjust height for 1366px */
    }
}

@media (min-width: 1850px) {
    .logo img {
        max-height: 65px; /* Increase height for 1850px */
    }
}

.navbar ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar ul li {
    padding-right: 30px;
}

.navbar .nav-link {
    font-size: 11.38px;
    font-weight: 600;
    color: #1337aa;
    text-decoration: none;
    text-align: left; 
}

@media (min-width: 1366px) {
    .navbar .nav-link {
        font-size: 11.38px; /* Increase size for 1366px */
    }
}

@media (min-width: 1520px) {
    .navbar .nav-link {
        font-size: 13.38px; /* Increase size for 1366px */
    }
}

@media (min-width: 1850px) {
    .navbar .nav-link {
        font-size: 16px; /* Increase size for 1850px */
    }
}

.navbar .nav-link:hover {
    color: #ff9c00; 
}


/* Authentication Buttons */
.auth-buttons {
    margin-left: auto; 
    display: flex;
}

.auth-buttons .auth-btn {
    font-size: 11px; 
    font-weight: bold;
    background-color: #ff9c00; 
    color: #000000;
    border: 1px solid #ff9c00;
    width: 80px;
    height: 40px;
    border-radius: 4px;
    padding: 4px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.auth-buttons .auth-btn i {
    font-size: 18px; 
}

.auth-buttons .auth-btn:hover {
    background-color: #1337aa;
    border-color: #1337aa;
    color: #ffffff;
}

.hamburger-menu {
    display: block;
    font-size: 20px;
    color: white; 
    cursor: pointer; 
    position: fixed; 
    top: 18px; 
    right: 10px;
    z-index: 9999;
    background-color: #000055;
    padding: 5px 0 0 10px;
    border-radius: 5px;
    height: 40px;
    width: 40px;
}

.sidebar-menu {
    position: fixed;
    top: 0;
    right: -250px; /* Hidden by default (off-screen on the right) */
    height: 100%;
    width: 250px;
    background-color: #F5F9FD;
    color: #2d2d2d;
    transition: right 0.3s ease; /* Smooth animation */
    z-index: 1049;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar-menu.active {
    right: 0; /* Slide in from the right when active */
}


.sidebar-menu ul {
    list-style: none;
    padding: 0;
}

.sidebar-menu ul li {
    margin: 10px 0;
}

.sidebar-menu ul li a {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

.sidebar-menu ul li a:hover {
    color: #ff9c00; 
}

.hamburger-menu {
    cursor: pointer;
    z-index: 1050; /* Above other elements */
}
/* Sidebar Overlay */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1001;
}

.sidebar-overlay.active {
    display: block;
}

/* Sidebar Styles */
/* Sidebar Styles */
.sidebar-menu {
    position: fixed;
    top: 0;
    right: -250px; /* Hidden by default (off-screen on the right) */
    height: 100%;
    width: 250px;
    background-color: #F5F9FD;
    color: #2d2d2d;
    transition: right 0.3s ease; /* Smooth animation */
    z-index: 1049;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Space out content */
    padding-top: 20px;
}

.sidebar-menu.active {
    right: 0; /* Slide into view from the right */
}


/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #000000;
    font-size: 24px;
    cursor: pointer;
}
.sidebar-links-mobile {
    flex-grow: 1; /* Push footer to the bottom */
    padding: 10px 0;
    margin: 0;
    list-style: none;
}
.sidebar-links-mobile li {
    padding: 10px 20px;
}

.sidebar-links-mobile li a {
    text-decoration: none;
    font-size: 16px;
}

.sidebar-links-mobile li a:hover {
    color: #fff;
    border-radius: 4px;
}

.sidebar-footer {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #ccc;
    background: #F5F9FD;
    font-size: 14px;
}
/* Sidebar Header */
.sidebar-header {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #444;
}

/* Sidebar Links */
.sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-links li {
    padding: 10px 20px;
}

.sidebar-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.sidebar-links li a:hover {
    border-radius: 4px;
}

/* Sidebar Footer
.sidebar-footer {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #444;
    font-size: 14px;
    color: #000000;
} */

/* Ensure logo remains centered */
.header-container .d-flex.align-items-center {
    justify-content: space-between; /* Space out logo and menu items */
}

/* Adjust position for mobile screens */
@media (max-width: 767px) {
    .header-container {
        display: flex;
        justify-content: space-between; /* Keep space between elements */
    }

    /* Move auth buttons to the left of the hamburger on mobile */
    .auth-buttons {
        order: -1; /* Move auth buttons before the hamburger menu */
        margin-right: 70px;
    }

    .hamburger-menu {
        order: 1; /* Keep hamburger to the right of auth buttons */
    }
    .fixed-header {
        padding: 5px 10px;
    }
}


