 .bg-dark {
    --bs-bg-opacity: 1;
    background-color: #fff !important;
}
.navbar-nav {
	-bs-nav-link-color:black !important;
}
.nav-link{
	font-family: 'ebrimabd';
}
.navmenu{
	color:black !important;
}
.banner_container{
	position:relative;
}
.horiline{
    height: 4px;
    background: #f07c21;
    margin-top: 15px;
	opacity: .8;
}
.feature-section {
    margin-top: -80px !important;
}
.feature-box {
    background: #f4f4f4 !important;
    padding: 30px !important;
   
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    height: 100% !important;
}
.overlap-section {
    margin-top: -46px !important;   /* This makes it overlap */
    position: relative !important;
    z-index: 10 !important;
}
.box {
	background: white !important;
    padding: 22px !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    min-height: 262px !important;
    margin-bottom: 50px;
	width: 90%;
    margin: auto;
	 transition: transform 0.9s ease;
    
}
.boxfirst{
	transform: scale(1.1);
	background: #ea7210 !important;
	color:#fff;
	font-weight:600;
	letter-spacing:1px;
	
}
.box:hover {
	background: #ea7210 !important;
    padding: 22px !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    min-height: 262px !important;
    margin-bottom: 50px;
	width: 90%;
	
    margin: auto;
	color:#fff;
	transform: scale(1.1);
    
}
.bannerbbox h5{
	font-size:16px;
	font-weight:600;
	font-family: Poppins-Medium;
    letter-spacing: .5px;
}
.bannerbbox p{
	margin-top:15px;
	font-size:14px;
}
.bannerbbox{
	margin-bottom:60px;
}

/* Vertical Line */
.v-line {
    position: absolute;
    right: 0;
    top: 19%;
    
    width: 2px;
    height: 150px;
    background: #f07c21;
}
.carriear-box{
    /*background-image: url('images/bannercar.jpg');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: linear-gradient(to right, red 50%, transparent 50%);*/
	background: linear-gradient(to right, rgb(243 119 33) 0%, rgb(244 118 34) 20%, rgb(244 144 34) 40%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%), url(images/bannercar.jpg);

    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
	padding-top: 60px;
	padding-bottom: 60px;
}

.confused-box { 

    background: linear-gradient(to right, #fff 0%, #f8f9fa 20%, rgb(218 209 199) 40%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%), url(images/7713.jpg);
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    height: 100%;   /* set height */
    width: 100%;
}


.info-box{
    border: 2px solid #f28c28;   /* Orange border */
    border-radius: 20px;
    padding: 19px;
    
    gap: 20px;
    background: #f2f2f2;
	height:234px;
    max-width: 900px;
}
.knowmorecolor {
    background: #f07c21;
    border-color: transparent;
    float: inline-end;
    border-radius: 10px 0 0 10px;
    position: absolute;
    bottom: 17px;
    right: 0;
}
.info-heading{
	margin-top: 22px;
    margin-left: 20px;
}
.icon-box{
    align-items: center;
    color: #f28c28;
    font-size: 35px;
}

.content h5{
    font-weight: 700;
    margin-bottom: 10px;
}

.content p{
    font-size: 14px;
    margin-bottom: 10px;
}
.what-section{
	background-image: url('images/what.png');
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 300px;   /* set height */
    width: 100%;
	position: relative;
    z-index: 9;
}
.what-section-title{
	text-align: center;
    padding-top: 63px;
    color:white;
    font-weight: 700;
}
.card-overlap-section {
    margin-top: -113px !important;   /* This makes it overlap */
    position: relative !important;
    z-index: 10 !important;
	
}
.card-overlap-bg{
	background:#f2f2f2;
}
.Expert-section{
	background: linear-gradient(rgb(41 149 212 / 91%), /* overlay color */ #0d505db3), url(images/47992.jpg);
	
    background-size: cover;
    background-position: left  center;
    background-repeat: no-repeat;
   
    width: 100%;
	 position: relative;
}
.top-image{
    position: absolute;
    bottom: 0px;   /* adjust */
    right: 20px;    /* adjust */
    width: 309px;
}
.Expert-box {
    background-color: #f5f5f5 !important;
}
.expertbtn{
	 color:black !important;
	 background:white !important;
	 border-color:white !important;
	 margin-top: 13px;
}
.Expert-div{
	text-align: left;
	margin-bottom:30px;
}
.contact-list{
	list-style-type: none;
	line-height: 26px;
	padding-left: 0;       /* Remove default left space */
    margin: 0; 
}
.contact-list li{
	font-size: 14px;
    font-weight: 700;
	
}
.contact-heading{
	color:#f07c21;
	font-weight:600;
}
.social-icons {
    display: flex;        /* Makes icons horizontal */
    gap: 15px;            /* Space between icons */
    margin-top: 15px;     /* Space above icons */
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
	margin-left: -12px
}

.social-icons i {
    width: 35px;
    height: 35px;
    background-color: black;   /* YouTube red */
    color: #ffffff;              /* Icon color */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;          /* Makes it circle */
    font-size: 18px;
    cursor: pointer;
}
.trust-section {
    background: #f2f2f2;
}

.trust-heading {
    font-size: 48px;
    font-weight: 700;
    color: #f37021;
	font-family: 'helvetica-rounded-bold';
}

.trust-card {
    background: linear-gradient(to right, #f37021, #f5a623);
    color: #fff;
 
    border-radius: 25px;
    text-align: center;
   height: 200px;
    padding: 20px;
    position: relative;
	width:75%;
	margin:auto;
}

.trust-card h1 {
    font-size: 57px;
    font-weight: 900;
	font-family: 'Poppins-Black';font-family: 'Poppins-Black';
    text-align: left;
}

.trust-card p {
    font-size: 16px;
    margin-top: 15px;
	font-weight: 600;
	text-align: left;
}

/* Floating icon */
.floating-icon {
  position: absolute;
    top: -30px;
    right: 21px;
    width: 106px;
}

/* Divider using pseudo element */
.trust-col:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 200px;
    width: .5px;
    background: #f37021;
}

@media (max-width: 768px) {
    .trust-col::after {
        display: none;
    }
}
body {
    margin: 0;
    font-family: 'Poppins-Regular';
}

.consult-section {
    background: url('images/2149647043.jpg') center/cover no-repeat;
    min-height: 100vh;
    padding: 60px 0;
    position: relative;
}

/* Blur effect */
.consult-section::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(8px);
    background: rgba(0,0,0,0.3);
}

.consult-card {
    position: relative;
  
    padding: 50px;
    border-radius: 20px;
    max-width: 1000px;
    z-index: 2;
}

.small-title {
    color: #f37021;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.main-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
	    font-family: 'Poppins-Medium';
    letter-spacing: .7px;
}
}

.custom-input {
    border-radius: 50px;
    padding: 12px 20px;
    border: 1px solid #333;
}

.textarea {
    border-radius: 20px;
    height: 150px;
    resize: none;
}

.small-text {
    font-size: 13px;
}

.submit-btn {
    background: #f37021;
    color: #fff;
    padding: 10px 40px;
    border-radius: 50px;
    border: none;
}

.submit-btn:hover {
    background: #e06015;
}
.form-img{
	background-image: url('images/2149647043.jpg');
    background-size: cover;
    background-position: left  center;
    background-repeat: no-repeat;
    height: 500px;   /* set height */
    width: 100%;
	 position: relative;
}
.right-border{
	border-right: 1.5px solid #f07c21;
}
.confused-carriear{
	background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.15));
	height: 400px;
	margin-left: -11px;
    padding-left: 33px;
	padding-top: 42px;
}
.confused-heading{
	background: #f47622;
    color: white;
    font-size: 17px;
    width: 598px;
    border-radius: 15px;
	padding: 10px;
}
.confused-heading-box{
	padding-left: 29px;
    padding-top: 19px;
    position: relative;
    z-index: 2;
    background: aliceblue;
}
.confused-box-section {
    margin-top: -31px;
    position: relative;
    z-index: 1;   /* Lower value */
}
.what-card-body{
	background:#3867bb;
	color: white;
	min-height: 259px;
}
.what-card-title{
	font-weight: 800;
	/*font-family: 'Poppins-Black';*/
    letter-spacing: .5px;
}
.cardsecc .card-text{
	font-size:14px;
}
.carriear-box-heading{
	color: white;
    font-weight: 600;
	font-size: 59px;
    line-height: 90px;
	font-family: 'helvetica-rounded-bold';
}
.carosul-bg{
	       background:#f2f2f2; 
	}
.carousal-heading{
	text-align: center;
    padding-top: 99px;
    font-size: 56px;
    color: #f07c21;
}
.logo-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width:200px;
}
.img{
     width:125px;
}
.card-border{
	border: none;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    margin-right: -74px;
    margin-left: -123px;
}
.carousel-control-next-icon {
    background-image: url('images/right.png');
}
.carousel-control-prev-icon {
   background-image: url('images/left.png');
}
.bg-warning {
    --bs-bg-opacity: 1;
   background-color: rgba(255, 255, 255, 0) !important;
}
.navbar-dark {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-item{
	padding-right:15px;	
	padding-left:15px;

}
.nav-item{
	font-weight:600;
}
.enuerybtn{
	background: #3b5998 ;
	color:#fff !important;
	padding-right:25px  !important;
	padding-left:25px  !important;
	border:1px solid #fff;   
	border-radius: 4px;
	font-weight:400 !important;
	font-family: ebrimabd;
    letter-spacing: 1px;
}

.enuerybtn:hover{
	background:#fff;
	color: #3b5998 !important;
	border:1px solid  #3b5998;
}
.bannerform .form-control{
	border-radius:21px;
	border: 1px solid black;
	font-size: 13px;
	padding-right:15px;
	padding-left:15px;
	font-family: Poppins-Regular;
    letter-spacing: .5px;
}

.bannerform .enb{
	font-size:14px;
	color:#ea7210;
}
.btn-orange{
	background:#ea7210;
	color:#fff;
	border:1px solid #ea7210;
}
.btn-orange:hover{
	background: #d57c33;
    color: #fff;
    border: 1px solid #ea7210;

}
.hm_mt_mob {
	font-size:35px;
	font-family: helvetica-rounded-bold;
    letter-spacing: 1.5px;
	width: fit-content;
}

.cardsecc .card-box  {
	
	width:86%;
	margin:auto;
}

.backimagecar{
	/*background-image: url("../Web/assets/icons/A line drawing.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;*/
	
	background-color: rgba(255, 255, 255, 0.5); /* background color */
    background-image: url("../assets/icons/A line drawing.png");
    
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion-item {
	margin-top: 10px;
    border: 1px solid #000 !important;
	border-radius:3px;
}

.accordion-item:not(:first-of-type) {
    // border-top: ; 
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #d3c18e;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button{
	font-weight:600;
	letter-spacing:.5px;
}
.h1, h1 {
        font-size:56px;
		font-family: 'helvetica-rounded-bold';
}
.accordion-button:not(.collapsed) {
    color: black;
    background-color: #ecc862;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.terms-title{
    color:#f58220;
    font-weight:700;
	padding-top: 25px;
}
.terms-subtitle{
    font-weight:800;
    font-size:38px;
    margin-bottom:25px;
}
.terms-text{
    color:#555;
    line-height:1.8;
    font-size:15px;
}
.about-title{
    color:#f07d22;
    font-weight:700;
    font-size:28px;
	
	
}
.about-box{
	padding:15px;
	border: 1px solid #f58220;
    border-radius: 21px;
}
.abt-main-title{
	color:#f58220;
	padding-left: 25px;
    font-weight: 600;
}
.about-img{
    width:100%;
    border-radius:5px;
}
.img-div{
	width:100%;
	display: flex;
}
.inner-img-div{
	width:20%;
	
}
.inner-img-div img{
	 width: 100%;
    height: auto;
	border-radius:12px;
	padding:5px;
}
.fees-heading{
    color:#f47c20;
    font-weight:700;
    font-size:20px;
}

/* pill style */
.fees-pill{
    border:2px solid #f47c20;
    border-radius:25px;
    padding:6px 20px;
    display:inline-block;
    margin-bottom:10px;
}
.list-div{
	line-height:2;
}
.scholar-title{
	color: #f07d22;
    font-weight: 700;
    font-size: 18px;
}
.scholar-hr{
	 width:85%;
	  border-bottom: 1px solid #f07c21;
}
.apply-btn{
	background:#f08150;
	border-radius:22px;
	border-color:transparent;
}
.loan-accordion{
	--bs-accordion-btn-padding-y: 0rem;
}
.loan-accordion-button{
	background-color: #f2f2f2;
}
.custom-item{
	border: 0px solid #000 !important;
	margin-top: 2px;
	background-color: #f2f2f2 !important;
}
.custom-btn{
	background-color: #f2f2f2 !important;
}
.custom-accordion{
    border:0px solid #f47c20 !important;
    border-radius:15px !important;
	--bs-accordion-btn-padding-x: -1.75rem !important;
	--bs-accordion-border-color: transparent !important;
}
.custom-header{
	margin-top: -16px !important;
}
.contact-para{
	font-size: 23px;
}
.acc-title{
		margin-top:-87px;
		color:#f07d22;
    font-weight:700;
    font-size:28px;
	
}
.abot-para{
	line-height: 1.8;
}
.main-div {
  width: 100%;
  display: flex;
  gap: 20px;
}

.main-img-div {
  
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  
}

.main-img-div img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

/* Overlay */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.2));
  color: #fff;
  text-align: center;
}

.overlay h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  width: 95%;
}

/* Hover effect (optional but matches modern UI) */
.main-img-div:hover img {
  transform: scale(1.05);
  transition: 0.3s;
}
.main-heading{
	color:#f58220;
	font-weight: 600;
}
.city_border{
	border-bottom: 1.5px solid #f58720;
    margin-top: -11px;
}
.search-box{
	border: 1px solid;
    border-radius: 18px;
	border-color: #dc7925;
}
.search-input{
	margin-top: 30px;
	border-color: #dc7925;
	color:#dc7925;
	background-color:#f2f2f2;
	background-image:none;
	
}
.search-input::placeholder {
  color:#dc7925;
}
.search-input::.form-control {
	background-color:#f2f2f2;
}
.search-input::.form-select{
	
}
.serch-btn{
	
    float: inline-end;
    padding: 0px 12px;
    margin-top: 5px;
	background-color:#d76f17;
	border-color: transparent;
}
.modal {
	z-index:9999999999999999999999999;
	
}
.modal-body{
	padding:0px !important;
}