.abc{
       
        margin-left:13px;
        border-radius: 8px;
        border: 1px solid #212529;
  
            width:97%;
            margin-bottom: 20px;
             padding: 20px;
    }
    .error {
    color: red;
  }
  .read-more {
  color: #007bff;
  cursor: pointer;
  font-weight: 500;
}

  .container-card {
    width: 96%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
  
   /*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*/
   
   
   
   /*review css start*/
    .review-container {
            max-width: 600px;
            width: 100%;
            background: #fff;
            color: #333;
            padding: 30px;
            border-radius: 15px;
            
        }

        .reveiw-heading{
    font-weight: 700;
    margin-left: 30%;
    font-size: 20px;
    color: #ff831d;
}
.reveiw-btn{
    border-color: #FF5F00;
    color: white;
    background-color: #FF5F00;
}

        .form-control:focus {
            box-shadow: 0 0 5px rgba(31, 78, 212, 0.5);
            border-color: #1f4ed4;
        }

        .btn-primary {
            background -color: #ff831d;
            border: none;
            border-radius: 50px;
            font-size: 18px;
            transition: all 0.3s ease;
        }

        .btn-primary:hover {
            background: #6d5dfc;
            box-shadow: 0 5px 15px rgba(109, 93, 252, 0.5);
        }

        textarea.form-control {
            resize: none;
        }

        #reviewMessage {
            display: none;
        }

        .rating-stars i {
            font-size: 20px;
            color: #fbc02d;
        }

        .rating-stars i.inactive {
            color: #ccc;
        }
   /**/
   .loadmore-btn {
    background-color: #ff7a00; /* Bright orange background */
    color: white;
    font-size: 16px; /* Adjusted font size for better balance */
    padding: 10px 30px; /* Adjusted padding for a more moderate size */
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    outline: none;
}

/* Hover Effect */
.loadmore-btn:hover {
    background-color: #f68b1e; /* Darker orange on hover */
    transform: translateY(-3px); /* Slight lift effect */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
}

/* Active (clicked) state */
.loadmore-btn:active {
    transform: translateY(1px); /* Small press effect */
}
 
   .review-btn{
       border-color: #FF5F00;
    color: white;
    background-color: #FF5F00;
   }
     .star-rating {
            color: #fd810d;
            font-size: 2rem;
        }
        .Reviews-displaycard{
           background: #ffffff;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);  
        }


        .review-card {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
            margin-bottom: 20px;
            transition: transform 0.3s ease;
        }

        .review-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
        }

        .review-card .user-info {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .review-card .user-info img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
        }

        .review-card .user-info h5 {
            margin: 0;
            font-size: 16px;
            color: #333;
            font-weight: bold;
        }

        .review-card .user-info small {
            display: block;
            color: #777;
            font-size: 12px;
        }

        .review-card .rating i {
            color: #fbc02d;
            margin-right: 5px;
        }

        .review-card .rating i.inactive {
            color: #ddd;
        }

        .review-card p {
            font-size: 14px;
            color: #555;
        }
   /*reveiw css end*/
      /*college Application form css*/
  .section-container {
  max-width: 95%;
  background: #595959;
  margin: auto;
  padding: 20px;
  display: flex;
  align-items: center; /* Align the scroll icon vertically */
}

.product-list-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #333 #ccc;
  cursor: pointer;
}

.product-list {
  display: flex;
  flex-direction: row;
}

.product-card {
    height: 295px;
    position: relative;
    flex: 0 0 auto;
    width: 185px;
    margin: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #fff;
}

.new-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #FF5733;
  color: white;
  padding: 5px;
  border-radius: 3px;
  font-size: 0.8em;
}

.product-card img {
  width: 100%;
  height: auto;
}

   /* Style scrollbar for Chrome, Safari, and Opera */
.product-list-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.product-list-container::-webkit-scrollbar-thumb {
  background: #333;
}

.product-list-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.product-list-container::-webkit-scrollbar-track {
  background: #ccc;
}

.scroll-icon {
  font-size: 2em;
  cursor: pointer;
  margin-left: 20px; /* Spacing between the container and the arrow */
}
.tagline {
    align-self: flex-start;
    font-size: 10px;
    line-height: 14px;
    padding: 1px 2px;
    color: #3EAE8D;
    background: rgba(62, 174, 141, 0.1);
    border-radius: 2px;
    margin: 8px 0 2px 0;
    width: auto;
    max-height: 18px;
    max-width: 100%;
}
.college_c-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 22.4px;
    color: #000000;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.location{
    color: #333 !important;
    margin-bottom: 4px;
    font-size: 0.6875rem;
}
.place{
    color: #3EAE8D;
    line-height: 19.6px;
    bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: var(--line-height);
    margin-bottom: var(--margin-bottom);
}
.banner{   
    margin-left: -105px;
    
}
.banner1{   
    margin-left: -60px;
    
}
.banner2{   
    margin-left: -15px;
    
}
.slider-con{
    margin-left: 31px;
    width: 95%;
    height: 137px;
}
   .img-size{
       height: 150px;
    width:170px;
    margin-left: -23px;
   }
   .table-fees {
    color: #099250;
}
   .rounded-xl {
    border-radius: 0.5rem!important;
}
.btn-lg {
    padding: .5rem 2rem!important;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 3.3rem!important;
}
  .unidetails{
      margin-left: 35px;
      font-size:14px;
  }
   #btn-link {
    font-size:10px;
}
.topcourse{
   width: 333px;
   padding: 17px;
}

}
.univerimg{
        margin-left: 50px;
}

.unimg1{
    margin-left: 33px;
    width: 299px;
}
.card_demo1 {
    padding-bottom: 10px;
    background-color: white;
    margin-left: 28px;
    margin-top: 24px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 15px;
    width: 378px;
}
.unimg{
    padding:13px;
    margin-left: 18px;
}
      .abc{
       
        margin-left:13px;
        border-radius: 8px;
        border: 1px solid #212529;
  
            width:97%;
            margin-bottom: 20px;
             padding: 20px;
    }
   /*college Application form css end*/
   
      #custom-table-section .table-responsive {
            overflow-x: auto;
            border: 1px solid #ddd;
            border-radius: 10px;
            margin-bottom: 20px;
        }
        #custom-table-section table {
            width: 100%;
            border-collapse: collapse;
        }
        #custom-table-section thead {
              background-color: #bed2ff;
            color: #343a40;
        }
        #custom-table-section th, #custom-table-section td {
            padding: 10px 15px;
            text-align: left;
            border: 1px solid #ddd;
        }
        #custom-table-section th {
            font-weight: bold;
        }
        
        @media screen and (max-width: 768px) {
            
            
            #custom-table-section th, #custom-table-section td {
                font-size: 14px;
            }
        }
  /* Container for the gallery */
.gallery-container {
        margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

/* Gallery section */
.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6 images per row */
  gap: 16px;
  width: 100%;
  max-width: 1200px;
}

/* Image container with fixed height and width */
.img-container {
  width: 100%;
  height: 136px; /* Reduced height */
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Fix image size to fit container */
.img-container img {
     border-radius: 9px;
    width: 100%;
    height: 8.3vw;
  object-fit: cover; /* Ensures images cover the area without distortion */
}


   /* course& fee Responsive Table Container */
.responsive-table-container {
  overflow-x: auto;
  padding: 10px;
  margin: 10px 0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

/* Table Styling */
.table-new {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  text-align: left;
}

.table-new th,
.table-new td {
  padding: 12px 15px;
}

.table-new thead {
  background-color: rgb(193 237 243);
  color: black;
  font-weight: bold;
}

.table-new tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-new tbody tr:nth-child(even) {
  background-color: #eaf4ff;
}

.table-new th {
  border-bottom: 2px solid #ddd;
}

.table-new td {
  border-bottom: 1px solid #ddd;
}

/* Course Count Styling */
.course-count {
  font-size: 12px;
  color: #555;
}

/* Button Styling */
.btn-apply {
  padding: 8px 12px;
  background-color: rgb(239, 104, 32);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.btn-apply:hover {
  background-color: #0056b3;
}


/*Courses-Tab*/
   .Courses-Tab{
      margin-left: 5%;
    margin-top: 21px;
    width: 91%;
    background-color: #fff;
    border: 1px solid rgb(254, 226, 226);
    
   box-shadow: 0 0 4px rgba(16, 24, 64, .12);
    border-radius: 12px;
    overflow: hidden;
    padding: 20px;
   }
   
   /**/
   .read-more{
       text-align: right;
       color: #236bde;
   }
   #more {display: none;}
   .fs-18{
       font-weight: 400;
           font-size: 16px;
margin-left: 10px;
   }
   .fs-17{
       font-weight: 600;
           font-size: 18px;
       margin-left: 10px;
   }
   .paper-card {
  margin-left: 5%;
    margin-top: 21px;
    width: 91%;
    background-color: rgb(255 236 219);
    border: 1px solid rgb(254, 226, 226);
    
   box-shadow: 0 0 4px rgba(16, 24, 64, .12);
    border-radius: 12px;
    overflow: hidden;
    padding: 20px;
}
   
   /*header*/
   .checked {
  color: orange;
}
   .breadcrumb-item.active {
    color: #7cc1ff;
}
  .Explore_Contacts{
      height: 36px;
    width: 180px;
  } 
  .btn-header{
      font-size: 14px;
    height: 29px;
    width: 180px;
  }
   /* Styling for the college logo */
.college-logo {
width: 90px;
    height: 80px;
    border-radius: 9%;
  border: 3px solid #fff; /* Adds a white border */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Adds a subtle shadow for depth */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
}

/* Hover effect for the logo */
.college-logo:hover {
  transform: scale(1.1); /* Slight zoom-in effect */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4); /* Increase shadow on hover */
}

/* Optional: Center alignment */
img.img-fluid {
  display: block;
  margin: 0 auto; /* Centers the image horizontally if needed */
}

   
   
   
   
   
.college_header{
      min-height: 246px;  
}
   /*header end*/
   
 /* col-md-4 css*/
 .sidebar-container {
    max-width: 80%;
}
.sidebar-container {
    margin-left: 7%;
  display: flex;
  flex-direction: column;
  gap: 20px; /* Space between items */
  padding: 20px; /* Padding inside the container */
  background-color:  #bebebe; /* Light background for contrast */
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
max-width: 380px;
  
}


/* Individual sidebar items */
.sidebar-item {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100px;
  background-color: #ffffff; /* White background for contrast */
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px; /* Inner padding for better spacing */
}

/* Hover effects */
.sidebar-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Slight lift on hover */
}

/* Images in sidebar items */
.sidebar-item img {
  max-height: 80px;
  object-fit: contain;
}

/* Row layout for small items */
.sidebar-row {
  display: flex;
  gap: 15px; /* Space between items in the row */
  justify-content: space-between;
}

.sidebar-item.small {
  height:100px;
}

.sidebar-item.small img {
  max-height:70px;
}


   .bg-page {
    background-color: #f6f8fc;
}
     /* General Reset */
/* Container for the buttons */
.univer{
       padding-bottom: 11px;
    text-align: center;
}
.card_demo1 {
   
    background-color: white;
  
    margin-top: 24px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 15px;
       width: 378px;

}
.button-container {
    display: flex;
    flex-direction: column;
    gap: 12px; /* Space between buttons */
    max-width: 300px;
    margin: 0 auto; /* Center the container */
}

/* Base button styles */
.action-button {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: none;
    border-radius: 30px; /* Rounded corners */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    width: 100%;
}

/* Apply Now button style */
.apply-button {
    background-color:rgb(239, 104, 32); /* Soft red-orange */
    color: white;
}

/* Download Brochure button style */
.brochure-button {
    background-color: #155fd4; /* Blue */
    color: white;
}

/* Hover effect for both buttons */
.apply-button:hover, .brochure-button:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* Optional: Focus styles for accessibility */
.action-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
/* Container for the buttons end */

/* col-md-4 css END*/


/* Tab Slider Styling */
        .nav-tabs {
            position: relative;
            border-bottom: 2px solid #e5e5e5;
        }

        .nav-tabs .nav-link {
            color: #202124;
          
            border: none;
            text-align: center;
        }

        .nav-tabs .nav-link.active {
            color: black;
        }

        .nav-tabs .nav-link:hover {
            color: #ff7900;
        }
 
        .slider {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
           
            transition: all 0.4s ease;
        }
        .nav-tabs .nav-link.active {
    color: #495057;
    background-color:  #cbcbcb;
        }
/* Tab Slider Styling End*/

/*media css*/
@media (max-width: 600px) {
/*gallery*/
    .gallery {
      grid-template-columns: repeat(2, 1fr); /* 2 images per row */
    }
    .img-container img {
    border-radius: 9px;
    width: 94%;
    height: 35.3vw;
    object-fit: cover;
}
     /*gallery end*/ 
   /* course & fee Table */                 
  .table-new th,
  .table-new td {
    font-size: 14px;
    padding: 10px;
  }

  .btn-apply {
    font-size: 12px;
    padding: 6px 10px;
  }

 /* course& fee Table Container end */           
           
           
           
           
           /*header*/
           .college-logo {
        margin-top: -41px;
        width: 72px;
        height: 80px;
    }
           
           /*header end*/
           
/*md-4*/
           

  .card_demo1 {
    margin-top: 1px;
    margin-left: 14px;
    width: 339px;
  }
  .sidebar-container {
    max-width: 100%;
}
  
 /*md-4 end*/
           
           
           
    
    
}


   