header {
    font-family: 'Poppins Regular','Montserrat', sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
    width: 100%;
    float: left;
    position: fixed;
    z-index: 20;
    background: #ffffff;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

header a, header h4, header i {font-family: 'Poppins Regular','Montserrat', sans-serif;}

.new-menu-2025 .main-wrapper img,.new-menu-2025 .main-wrapper{
    width: 100%;
    display: block;
}
.new-menu-2025 .main-wrapper a{
    color: #000;
    text-decoration: none;
}
.new-menu-2025 .main-wrapper ul li{
    list-style-type: none;
}
.new-menu-2025 .navbar-new{
    background: #f5f5f5;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
}
.new-menu-2025 .brand-and-icon{
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #ddd;
}
.new-menu-2025 .navbar-brand{
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
}
.new-menu-2025 .navbar-toggler{
    display: block;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    transition: all 0.4s ease;
    border: 2px solid #000;
    border-radius: 4px;
}
.new-menu-2025 .navbar-toggler:hover{
    opacity: 0.7;
}
.new-menu-2025 .navbar-collapse{
    overflow-y: scroll;
    display: none;
}
.new-menu-2025 .navbar-nav-new > li > a{
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
}
.new-menu-2025 .drop-icon{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.new-menu-2025 .navbar-nav-new > li > a:hover{
    /* opacity: 0.7; */
	color: #4e54e1;
}
.new-menu-2025 .sub-menu h4{
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0.5rem 0;
    font-weight:bold;
}
.new-menu-2025 .sub-menu ul {padding-left:0px;}
.new-menu-2025 .sub-menu ul li{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 0.95rem;
	display:flex;
}
.new-menu-2025 .sub-menu ul li a{
    opacity: 0.8;
    transition: all 0.5s ease;
	font-size:15px;
}
.new-menu-2025 .sub-menu ul li a:hover{
    padding-left: 0px;
    opacity: 0.9;
	color:#4e54e1;
}
.new-menu-2025 .sub-menu{
    display: none;
}

.new-menu-2025 .sub-menu-item{
    padding-left: 1.2rem;
}

.new-menu-2025 .hlt1,.new-menu-2025 .hlt2 {position: relative; /* Needed for positioning the arrow (::after) */
    overflow: hidden; /* Keeps the arrow hidden until it moves into view */
    transition: background-color 0.3s ease;}
.new-menu-2025 .hlt1::after,.new-menu-2025 .hlt2::after {
    /* The arrow pseudo-element */
    content: ">"; /* The arrow character or use an icon font (e.g., FontAwesome) */
    position: absolute;
    right: -20px; /* Start position: off the right side, hidden */
    top: 50%;
    transform: translateY(-50%); /* Centers the arrow vertically */
    opacity: 0; /* Hidden by default */
    transition: all 0.3s ease-in-out; /* Smooth transition for movement and opacity */
}
.new-menu-2025 .hlt1:hover::after,.new-menu-2025 .hlt2:hover::after, .new-menu-2025 .addh::after {
    /* End position: on hover, move the arrow into view */
    right: 10px; /* Adjust this value to control distance from text */
    opacity: 1; /* Fully visible */
	
}

/* Optional: Slight text movement on hover for a more dynamic effect */
.new-menu-2025 .hlt1:hover,.new-menu-2025 .hlt2:hover, .new-menu-2025 .addh {
    padding-right: 35px; /* Increase padding to make room for the arrow */
	
}
.new-menu-2025 .bold {font-weight:bold;}

@media (min-width: 1200px) {
  .new-menu-2025 .sub-menu-item:nth-child(1):before {
        content: '';
        position: absolute;
        left: 83px;
        top: 43px;
        bottom: 80px;
        display: block;
        width: 6px;
        border-radius: 4px;
        background: #006FE8;
    }
}

.new-menu-2025 .sblock .sub-menu-item:nth-child(4), .new-menu-2025 .fblock .sub-menu-item:nth-child(5){
    background: #f4f7ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	padding: 1rem;
    /* padding-top: 2rem;
    padding-bottom: 2rem; */
	border-radius:25px;
}
.new-menu-2025 .sblock .sub-menu-item:nth-child(4) h2, .new-menu-2025 .fblock .sub-menu-item:nth-child(5) h2{
    text-transform: capitalize;
    margin: 0rem;
}
.new-menu-2025 .sblock .sub-menu-item:nth-child(4) .btn,.new-menu-2025 .fblock .sub-menu-item:nth-child(5) .btn{
    border: 0px solid #4063f0;
    font-size: 1rem;
    padding: 7px 25px;
    font-weight:700;
    cursor: pointer;
    /* text-transform: uppercase;
	background: #4063f0; */
    color: #fff;
    transition: all 0.5s ease;
	border-radius: 17px;
	margin-top: 1rem;
	background: linear-gradient(90deg, #E39335 0%, #E39335 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa2016",endColorstr="#083dbf",GradientType=1);
    box-shadow: 2px 2px 4px #877f7f;
}
.new-menu-2025 .sblock .sub-menu-item:nth-child(4) .btn:hover, .new-menu-2025 .fblock .sub-menu-item:nth-child(5) .btn:hover{
    background: linear-gradient(90deg, #E39335 0%, #E39335 100%);
    color: #fff;
    transform:translateY(-4px);
    box-shadow:
        0 5px 10px #ffe0bc,
        inset 0 1px 1px #ffe0bc;

}

.new-menu-2025 .btn-demo-kanverse { border: 2px solid #666; border-radius: 10px; padding: 0 0.25rem;}
/* .sub-menu-item:nth-child(4){
    width: 50%;
    margin: 0 auto;
    padding: 2rem 0;
} */

/* header */
.new-menu-2025 .header{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://source.unsplash.com/g-kNBpqMIs4/1920x1400) center/cover no-repeat;
    height: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.new-menu-2025 .header h2{
    margin: 1rem;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}
.new-menu-2025 .header p{
    margin: 1rem auto;
    color: #fff;
    width: 60%;
    opacity: 0.8;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
}
.new-menu-2025 .header button{
    margin: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    transition: all 0.5s ease;
    cursor: pointer;
}
.new-menu-2025 .header button:hover{
    background: #fff;
    color: #000;
}

.new-menu-2025 .sub-menu-item img.agent{width:20%;}
.new-menu-2025 .fa-chevron-down {color:#000000;}

/* Media Queries 992 changed to 799*/
@media screen and (min-width: 992px){
    .new-menu-2025 .navbar-new{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        /* border-bottom: 2px solid #28282e; */
        padding: 0 5rem;
        position: relative;
        margin-bottom: 0px;
    }
    .new-menu-2025 .navbar-toggler{
        display: none;
    }
    .new-menu-2025 .brand-and-icon{
        flex: 0 0 200px;
        border-bottom: none;
        padding: 0;
    }
	.new-menu-2025 .sign-in-navigation{
		flex: 0 0 212px;
		font-size:12px;
	}
    .new-menu-2025 .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
        flex: 1 0 auto;
    }
    .new-menu-2025 .navbar-nav-new{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0px;
    }
    .new-menu-2025 .navbar-nav-new > li > a{
        border-bottom: none;
        margin: 0 0.4rem;
        padding: 1.7rem 1.4rem 1.7rem 0.2rem;/* 1.7rem 1.8rem 1.7rem 0.8rem */
        font-size: 0.8rem;
    }
    .new-menu-2025 .sub-menu{
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        background: #f8f8f8;
    }
    .new-menu-2025 .navbar-nav-new > li:hover .sub-menu{
        display: grid!important;
        /* grid-template-columns: repeat(4, 1fr); */
		grid-template-columns: 20% 18% 20% 42%;
        padding: 2rem 5rem;
		background:#ffffff;
		border-top: 2px solid #666;
    }
    .new-menu-2025 .navbar-nav-new > li{
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
    }
    .new-menu-2025 .navbar-nav-new > li:hover{
        /* border-bottom-color: #000; */
    }
    .new-menu-2025 .sub-menu-item{
        padding-left: 40px;
    }
	/* 2rem reduced to .5rem */
    .new-menu-2025 .sub-menu-item:nth-child(3){ 
        padding-left: .5rem;
        padding-right: .5rem;
    }

    /* header */
    .new-menu-2025 .header{
        height: calc(100vh - 75px);
    }
    .new-menu-2025 .header h2{
        font-size: 3.75rem;
    }
    .new-menu-2025 .header p{
        width: 40%;
    }
}

/* Media Queries */
@media screen and (max-width: 600px){
	.new-menu-2025 .sign-in-navigation{
		padding: 10px 0px;
	}
}

@media screen and (max-width: 992px) {
    .navbar-brand, .scrolled-nav .navbar-brand {
        width: 284px;
        height: 45px;
        overflow: hidden;
    }
}