

 .btn-location {
    background-color: #007bff;
    color: #fff;
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
    border-radius: 50px;
    font-weight: 500;
  }

  .btn-location:hover {
       color: #fff;
    background-color: #0056b3;
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.4);
  }

  .btn-location i {
    transition: transform 0.3s ease;
  }

  .btn-location:hover i {
    transform: translateX(5px);
  }
.btn-search12 {
    border-color: #ff5f00;
    color: white;
    background-color: #ff5f00;
}

/*modal css start*/
/* Reduce the padding/margin of form elements */
.form-group {
    margin-bottom: 10px; /* Reduce space between form fields */
}


.btn-danger {
        background-color: #ff7900; /* New orange color */
        color: #fff; /* White text */
        border: none; /* Remove border */
    }

    .btn-danger:hover {
        background-color: #e66900; /* Darker shade of orange for hover */
    }

    .btn-danger:focus {
        background-color: #ff5400; /* Slightly different shade on focus */
        box-shadow: 0 0 6px rgba(255, 121, 0, 0.8); /* Add a glow effect */
    }
    #modal-section1 .institution-name {
        font-family: 'Poppins', sans-serif; /* Modern, clean font */
        color: #ff7900; /* Vibrant orange */
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        margin: 20px auto;
        text-transform: uppercase; /* Optional: Makes the text all uppercase */
        letter-spacing: 1px; /* Adds spacing between letters for elegance */
        background: linear-gradient(45deg, #ff7900, #ff5400);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
        line-height: 1.4;
    }
    .headline2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-left: 30%;
    }
    .popup-left {
    background-image: url('	https://akm-img-a-in.tosshub.com/sites/resources/campus/prod/img/left_bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 20px; /* Add padding to ensure content is not overlapped by the image */
    color: white; /* Adjust text color for contrast */
}
        /* Overall Popup Container */
        .popup-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .popup-content {
            background: #fff;
            display: flex;
            flex-wrap: wrap;
            width: 70%;
            max-width: 900px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        /* Left Section */
        .popup-left {
            flex: 1;
            padding: 20px;
           
            text-align: center;
           
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .popup-left img {
            width: 120px;
            height: auto;
            margin-bottom: 15px;
        }

        .popup-left h3 {
            font-size: 20px;
            color: #333;
            margin-bottom: 10px;
        }

        .popup-left p {
            font-size: 14px;
            color: #555;
            margin: 5px 0;
        }

        /* Right Section (Form) */
        .popup-right {
            flex: 2;
            padding: 30px;
        }

        .popup-right h2 {
            font-size: 22px;
            margin-bottom: 20px;
            color: #333;
            text-align: center;
        }

        .form-group {
            margin-bottom: 15px;
        }

        .form-group label {
            font-size: 14px;
            font-weight: bold;
            color: #555;
            display: block;
            margin-bottom: 5px;
        }

        .form-group input,
        .form-group select {
            width: 100%;
            padding: 10px;
            font-size: 14px;
            border: 1px solid #ccc;
            border-radius: 5px;
            outline: none;
        }

        .form-group input:focus,
        .form-group select:focus {
            border-color: #007bff;
        }

        /* Agree Section */
        .agree {
            display: flex;
            align-items: center;
            font-size: 12px;
            color: #555;
        }

        .agree input {
            margin-right: 10px;
        }

        .agree a {
            color: #007bff;
            text-decoration: none;
        }

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

        /* Buttons */
        .form-buttons {
            display: flex;
            justify-content: space-between;
            gap: 10px;
            margin-top: 20px;
        }

        #submit_btn,
        .clear_btn {
            padding: 10px 20px;
            font-size: 14px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            width: 48%;
        }

        #submit_btn {
            background: #ff7900;
            color: #fff;
        }

        #submit_btn:hover {
            background: #0056b3;
        }

        .clear_btn {
            background: #f8f9fa;
            color: #555;
            border: 1px solid #ddd;
        }

        .clear_btn:hover {
            background: #e9ecef;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            
            
            .popup-content {
                flex-direction: column;
                width: 90%;
            }

            .popup-left,
            .popup-right {
                flex: none;
                width: 100%;
                padding: 20px;
            }

            .popup-left {
                text-align: center;
            }
        }
/*modal css end*/
a {
    color: black;
    text-decoration: none;
}

     .table td, .table th{
        font-size:16px!important;
   vertical-align: top!important;
   border: 1px solid!important ;
}

    #college-navbar1 .navbar form .search-btn {
    
    padding-top: 7px;
    background: #FF5F00;
    border: #FF5F00;
}
#college-navbar2 a {
    font-size: 13px;
}
  .bg-news{
    background-color: rgba(22, 160, 133, 0.1);
}
.bg-news     .card-img {
  object-fit: cover;
  height: 100%;
}

.card-body .rating-icon{
  color:#FF9800;
}

.univerimg{
        margin-left:-3px;
        width:404px;
}

 .table th {
     font-size:15px;
 }
.unimg1 {
    margin-left: -1px;
    width: 404px;
    height: 131px;
}

.unimg{
    padding:13px;
    margin-left:-14px;
    width: 430px;
}
.col-apply {
    color: rgb(255, 121, 0);
    background-color:#fff;
}
.uni-name11{
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 0.75rem;
}
.loc11{
        margin-left: 8px;
}
.loc{
        margin-top: 155px;
}
.clg-logo101
{
    height: auto;
    width: 30px;
    margin-left: 8px;
}

    /*faq css*/
.accordion-container {
        margin-left: 53px;
    width: 80%;
    max-width: 600px;
}

.accordion-item {
    width: 960px;
    background-color: #FFFFFF; /* White background for items */
    border: 1px solid #E0E0E0; /* Light border */
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Softer shadow */
}

.accordion-header {
    background-color: rgb(238, 238, 238); /* Soft purple */
    color: #3c3838 ; /* White text */
    padding: 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: rgb(238, 238, 238); /* Darker shade of purple */
}

.accordion-content {
    background-color: #FAFAFA; /* Very light grey for content */
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

.icon {
    transition: transform 0.3s ease;
}


    /**/
    .card-tit11{
        margin-top: 20px;
        margin-left: 15px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.3;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #ff7900;
    }
    .course-name1{
   margin: 9px;
    font-size: 0.7875rem;
    font-weight: 900;
    color: rgb(77, 88, 108);
}
    
.down-brochure {
    
    margin-left: 24px;
    line-height: 1.5;
    border-radius: 0.2rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    padding: 2px 4px !important;
   font-weight: 700;
    font-size: 0.625rem;
    }
    .view-all{
        font-size: 0.725rem;
    padding-left: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #4fb8dd;
    }
    .course-fees{
        margin: 9px;
        font-size: 13px !important;
    color: rgb(62, 174, 141) !important;
    font-weight: 700 !important;
    }
    .course-ratings {
  margin-right: 5px;
  
    margin-top: 4px;
    font-size: 0.75rem;
    font-weight: 900;
    color: #fff;
    background-color: rgb(255, 161, 0);
    padding: 2px 11px;
    border-radius: 9px;
    margin-left: 75px;
}


    }
 .container11 {
	width: 1100px;
	margin: 0 auto;
	padding: 1rem;
}
.card11 {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 6px;
	margin: 0 0 1rem 0;
	display: flex;
	flex-direction: column;
}
.card__img {
	width: 100%;
	height: 15rem;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media screen and (min-width: 991px) {
	.cards11 {
		display: flex;
		flex-direction: row;
		.card11 {
			flex: 1;
			margin: 1%;
		}
	}
}
   

   
.name1{
       
        color: rgb(28, 28, 28);
}

.table th{
      
    background-color: rgb(193 237 243) !important;
}
    
        
 ul.breadcrumb {
            margin-left: 14px;
    width: 99%;
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: ">\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.tit{
        margin-left: 20px;
   color: #333;
   font-size: 1.25rem;
}
.banner-img {
    margin-left: 100px;
}
.content10{
    margin-bottom: 17px;
    margin-top: 35px;
    margin-left: 60px;
}

.p10{
    margin-left: 60px;
}

.getmore-info{
        width: 373px;
    height: 51px;
        margin-left: 70px;
}
.tablecontent10{
   margin-left: 60px; 
   margin-bottom: 16px;
}

.strongcolor10{
    color: rgb(79, 184, 221);
}
.courseinfo10{
    font-size: 18px;
    text-align: justify;
}

.qu10{
        font-size: 18px;
    margin-left: 10px;
}
.qu11{
     font-size: 16px;
    margin-left: 7px;
}
 .quans{
        font-size: 17px;
     margin-left: 65px;
} 
.quans1{
    margin-left: 16px;
}
.ulclass{
        margin-left: 54px;
}
.feat10{
   font-weight: 700;
    font-size: 14px;
    line-height: 1.1rem;
    margin-left: 8px;
    color: rgb(77, 88, 108);
}

  .featcard{
    margin-left:70px;
    width: 395px;
}
.banner-img1{
    height: 250px;
  
}
.bannerpart1{
           /*margin-left: 72px;*/
           margin-top:12px;
}
.img1{
        height:515px;
        width: 832px;
}

a{
    text-decoration: none;
    
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}

.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}


@media (max-width: 600px){
    .view-all{
        font-size: 0.725rem;
    }
    .accordion-item {
    width: 330px;
    }
    .accordion-container {
        margin-left: 20px;
    }
   
    .img1 {
    height: 211px;
    width: 100%;
}  
   
.qu10{
        font-size: 19px;
    margin-left: 20px;
}
.bannerpart1{
        margin-left: 20px;
}
 .quans{
        font-size: 16px;
     margin-left: 20px;
}  


 .banner-img{
         margin-left: 40px;
 }   
 ul.breadcrumb {
         margin-top: 20px;
    margin-left: 14px;
    width: 95%;
  }
    
 .tit {
    font-size: 1.1rem;
    margin-left: 20px;
    color: #333;
    
}
.siki{
margin-left: -19px;
}
.sikiimg{
    margin-left: -29px;
    width: 100%;
    height: 40px;
}
.content10 {
    margin-left: 13px;
}

.p10 {
    
    font-size: 15px;
    margin-left: 14px;
}

.tablecontent10 {
    padding-right:11px;
    margin-left: 21px;
}

.getmore-info{
        width: 270px;
    margin-left: 130px;
}

.ulclass {
    margin-left: 17px;
}

  .featcard{
        margin-left: 10px;
      width: 337px;
}




.splide__arrow splide__arrow--next{
    margin-top: -262px;
}
.accordion-item {
    width: 300px;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
    .univerimg {
        margin-bottom: 22px;
        margin-left: 12px;
        width: 320px;
    }
.unimg {
       padding: 13px;
    margin-left:3px;
    width: 344px;
}

.unimg1 {
       margin-left: 16px;
    width: 316px;
    height: 117px
}
.get10 {
    margin-top: 20px;
    margin-left: 30px;
}
}
