 /* menu header sty 190225*/

/* menu ss old */

/* added new style 190225*/

.item-description {
    font-size: 16px;  
    line-height: 1.6;  
    font-weight: 400;  
     
}


 .right {
    text-align: right;
    float: right;
	}
	.col-lg-2-5 {
    width: 80%; /* 32% */
    float: left;
    padding-left: 50px;
    padding-right: 2px;

}

/* menudesc */

.menu {
    display: flex;
}

.menu-column {
    flex: 1;
    padding: 10px;
}

.menu-item {
    margin: 10px 0;
    cursor: pointer;
}

.item-info {
    display: none;
}

.item-info img {
    max-width: 100%;
}

.item-info h2 {
    font-size: 18px;
    margin: 0;
     /* added newly */
     font-weight: 500;
    color: #c50022;
    margin-bottom: .5em;
    margin-top: 1em;
    align-items: center;
    line-height: initial;
}

.item-info p {
    font-size: 16px;
    margin: 0;
}

/* sec */

.menu-item-second {
    margin: 10px 0;
    cursor: pointer;
}


.item-info-second
 {
    display: none;
}

.item-info-second img {
    max-width: 100%;
}

.item-info-second h2 {
    font-size: 24px;
    margin: 0;
     /* added newly */
     font-weight: 600;
    color: #c50022;
    margin-bottom: .2em;
    margin-top: .5em;
    align-items: center;
}

.item-info-second p {
    font-size: 14px;
    margin: 0;
}

/* menudesc */
a {
  color: #000;
  text-decoration: none;
}

.fs{
	font-size:15px;
}

 .vertical {
            border-left: 2px solid #c0c0c0;
            height: 420px;
            padding-left:40px;
        }

        .verticaltwo {
            border-left: 2px solid #c0c0c0;
            height: 420px;
            padding-left:40px;
        }
		
		
		
hr.color {
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
    color: #c0c0c0;
	border-left: 5px;
}

/* new */
.menu-image-default {
   /*display: none;*/
  position: absolute;
  top: 20;
  right: 50px; /* Adjust this value as needed */
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.menu-item:hover .menu-details {
  display: none;
}

.menu-item:hover .menu-image-default {
  display: block;
}
@media screen and (max-width: 767px) {
    .vertical {
		 display: none !important; 
 }

 .verticaltwo {
		 display: none !important; 
 }
 .defaultImage1
 {
	 display: none !important; 
 }
 .defaultImage2
 {
	 display: none !important; 
 }
 
}

  


/*menu ss old */
 
.bg-red {
    background-color: #c50022;
}

/* Divider Style */
.divider {
    border-top: 1px solid #a8a8a8; /* Red Divider */
    margin: 8px 0;
    width: 100%;
    padding-top:1px;
    padding-bottom:2px;
}

/* Menu Font Style */
.nav-item a {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px 0;
    transition: color 0.3s ease, font-weight 0.3s ease; /* Smooth hover transition */
}

/* Hover Effect */
.nav-item a:hover {
    color: #c50022;
    font-weight: 600; /* Make text bold on hover */
    text-decoration: none; /* Remove underline */
}


/* Dropdown Spacing and Layout */
.mega-menu {
    display: flex;
    gap: 30px; /* Adjust gap between columns */
}

.submenu-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}

.submenu-content ul {
    list-style: none;
    padding: 0;
}

.submenu-content li {
    margin-bottom: 10px;
}

.submenu-content li a {
    text-decoration: none;
    color: #333;
}

.submenu-content li a:hover {
    color: #c50022;
}


.navbar-toggler-line {
    background: var(--white);
    height: 2px;
    width: 22px;
    content: "";
    display: block;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s;
    transition: .25s;
}


.navbar .navbar-nav .dropdown .dropdown-menu {
    margin: 0;
    /*def padding: 60px 0 65px;*/
    padding: 40px 0 45px;
    border: 0;
    top: 100%;
    background-color: #ededed;
    box-shadow: 0 45px 45px 0 rgba(0, 0, 0, .05);
    -webkit-animation: hide-animation .5s;
    animation: hide-animation .5s;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* new divider dotted */

.divider-style-03.divider-style-03-05 {
    border-top: 1px solid;
    
    
    /*border-top: 2px dotted;*/
}     

.border-color-dark-gray {
    border-color: #f8f9fa !important;
}


/* new 11012025 */

.navbar .navbar-nav .dropdown .dropdown-menu a {
    color: var(--dark-gray);
    font-size: 15px;
    line-height: 24px;
    font-weight: 450;
    padding-bottom: 10px;
    display: block;
}

.header-dark .navbar-nav .dropdown .dropdown-menu a:hover, .header-dark .navbar-nav .dropdown .dropdown-menu li.active>a, .header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    color: var(--dark-gray);
}

/* Add left spacing for the logo in mobile view */
@media (max-width: 768px) {
    .navbar-brand {
        padding-left: 20px;
    }
    .navbar-toggler {
        margin-left: auto;
    }
}


ul.col li a {
    color: #000; /* Default color */
    text-decoration: none; /* Remove underline if needed */
    transition: color 0.3s ease; /* Smooth color transition */
}

ul.col li a:hover {
    color: #c50022 !important; /* Ensure hover color applies */
}

.custom-menu li a {
    color: #000; /* Default text color */
    transition: color 0.3s ease; /* Smooth transition */
}

.custom-menu li a:hover {
    color: #c50022 !important; /* Hover color */
}


/* menu item top and bottom spacing 

.nav-item {
    margin-top: 10px;  
    margin-bottom: 10px;  
}

 
.nav-item.dropdown.submenu {
    margin-top: 15px;  
}*/



/* chg dd */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 15px;
    font-weight: 400;
    color: var(--dark-gray) !important;
    transition: color 0.3s ease; /* Optional: Smooth transition effect */
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
    color: #c50022 !important;
}

/* Default text color (white) */
.header-top-bar a {
    color: white;
    text-decoration: none; /* Optional: Removes underline */
    transition: color 0.3s ease-in-out; /* Smooth color transition */
}

/* Hover effect (black text) */
.header-top-bar a:hover {
    color: black;
}


/*modal style */


/*modal style */


/* white space */
@media (max-width: 767px) {
    .header-top-bar {
        display: block !important; /* Ensure it remains visible */
        height: auto; /* Adjust height for smaller screens */
        padding: 5px 0; /* Reduce padding */
    }
}



/* new 14022025 */
 

.navbar-brand img {
    max-height: 50px; /* Adjust as needed */
    width: auto;
}

 

.top-header .icons {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust spacing */
}

 

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

 

@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 40px; /* Adjust as per design */
    }
    .top-header .icons {
        font-size: 14px; /* Reduce icon size if necessary */
    }
}



/*l size */

 
@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 25px; /* Further reduce logo size */
        width: auto;
    }

    .navbar-brand {
        padding-left: 0; /* Remove extra left padding */
    }

    .top-header .icons {
        margin-right: 5px; /* Adjust right spacing */
    }

    .navbar-toggler {
        margin-left: auto; /* Push menu icon to the right */
    }

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


/* Hide header-top-bar on mobile */
@media (max-width: 768px) {
    .header-top-bar {
        display: none !important;   
        visibility: hidden;  
        opacity: 0;  
    }
}


/* new style mob 17022025 */

@media (max-width: 768px) {
    .header-with-topbar {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .navbar {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    body {
        overflow-x: hidden; /* Prevents unwanted scrolling */
    }
}


@media (max-width: 768px) {
    .navbar-brand img {
        max-width: 90% !important; /* Adjusts to 30% of its container */
        height: auto; /* Keeps aspect ratio */
    }
}

/* new style mob */

@media (max-width: 768px) {
    .header-with-topbar {
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar {
        margin: 0 !important;
        padding: 0 !important;
    }
}


@media (max-width: 768px) {
    .header-top-bar {
        display: none !important;
        height: 0 !important;
        padding: 0 !important;
    }
}


@media (max-width: 768px) {
    .navbar {
        min-height: auto !important;
        height: auto !important;
    }

    .header-with-topbar {
        display: flex;
        flex-direction: column;
    }
}

/* full-w */

  @media (max-width: 768px) {
    .banner-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }
}  



/* last modified with full banner 

@media (max-width: 768px) {
    body, html {
        overflow-x: hidden !important;
    }
    .banner-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
}*/


 


/* new style 19022025 */



/* adjustment */

/* Default styles */
.dropdown-menu {
    width: auto;
}

.mega-menu {
    display: flex;
    flex-wrap: wrap;
}

.mega-menu .col {
    flex: 1;
    min-width: 200px;
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
    .mega-menu {
        flex-direction: column;
    }

    .mega-menu .col {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .dropdown-menu {
        width: 100%;
    }
}


 




 




 