@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
.bg-light-blue-20 {
  background: rgba(21, 30, 166, 0.231372549);
}

.bg-blue {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
}

.bg-red {
  background: #E5235A;
}

.bg-light-blue {
  background: rgba(21, 30, 166, 0.7607843137);
}

.bg-orange {
  background: #FCB305;
}

.text-blue {
  color: linear-gradient(to bottom, #3388ff, #0044cc);
}

.text-red {
  color: #E5235A;
}

.text-orange {
  color: #FCB305;
}

main {
  background: url("../image/0a2f683b0f07e3910f7941ed029d3b2c.png") no-repeat center center/cover;
  color: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.overlay {
  background: rgba(21, 30, 166, 0.5882352941);
  display: flex;
  flex-direction: column;
}

.nav-link {
  color: white !important;
}

.header-text a {
  font-size: 12px !important;
}

.serv-card {
  border: 1px solid linear-gradient(to bottom, #3388ff, #0044cc);
}
.serv-card img {
  width: 50px;
  height: 50px;
}
.serv-card:hover {
  background: linear-gradient(to bottom, #3388ff, #0044cc) !important;
  color: white;
  transition: 0.4s;
}
.serv-card:hover .text-blue {
  color: #FCB305;
}
.serv-card:hover img {
  filter: invert(1);
}

.slide-brand img {
  width: 60px;
  height: 60px;
}

.sticky-navbar {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
  transition: background 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  border-top: none !important;
}

/* Custom styles for this section only */
.custom-section .row {
  display: flex;
  flex-wrap: wrap;
}

.custom-section .col-md-6 {
  display: flex;
}

.custom-section .box {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}

.line-blue {
  width: 100px;
  background: linear-gradient(to bottom, #3388ff, #0044cc);
  height: 5px;
}

.line-orange {
  width: 100px;
  background: #FCB305;
  height: 5px;
}

.carousel-container {
  width: 100%;
  margin: auto;
  padding: 20px;
}

.item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.highlight-text {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}

.stats-box {
  text-align: center;
  padding: 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd !important;
}

.stats-box:nth-child(2n) {
  border-right: none;
}

.stats-box:last-child {
  border-bottom: none;
}

.admission-section {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("background.jpg") no-repeat center center/cover;
  color: white;
  padding: 40px;
  min-height: 100%;
}

.highlight-text {
  color: #FCB305;
}

.icon {
  color: #FCB305;
  font-size: 20px;
  margin-right: 10px;
}

.underline {
  width: 50px;
  height: 3px;
  background: white;
  margin-top: 5px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-] {
  padding-right: 0;
  padding-left: 0;
}

.blog-carousel .card-img-top {
  height: 160px; /* Adjust height as needed */
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; /* Ensures full width */
}

.footer {
  background-image: url("https://www.brookings.edu/wp-content/uploads/2025/03/college_campus.jpg?quality=75&w=1500");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay {
  background: rgba(21, 30, 166, 0.5882352941);
  display: flex;
  flex-direction: column;
}

.faq-section {
  padding: 50px 0;
}

.faq-title {
  font-weight: bold;
}

.accordion-button {
  font-weight: 500;
}

.accordion-item {
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.faq-number {
  background: #007bff;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 10px;
}

.view-more-btn {
  background: #f0f4ff;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
}

.view-more-btn:hover {
  background: #dfe8ff;
}

.benefits-section {
  background: #f8f9fa; /* Light background */
  padding: 60px 20px;
}

.benefits-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.benefits-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #007bff;
}

.benefits-list, .goals-list {
  list-style: none;
  padding: 0;
  text-align: left;
}

.benefits-list li, .goals-list li {
  font-size: 1.1rem;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.benefits-list li:hover, .goals-list li:hover {
  transform: translateY(-3px);
}

.benefits-list li i, .goals-list li i {
  font-size: 1.4rem;
  color: #28a745;
  margin-right: 12px;
}

.goals-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 40px;
  color: #28a745;
}

.counter {
  font-size: 40px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .benefits-title, .goals-title {
    font-size: 1.5rem;
  }
  .benefits-list li, .goals-list li {
    font-size: 1rem;
    padding: 10px;
  }
}
.modal-s .form-control {
  font-size: 0.9rem;
  padding: 10px;
  transition: 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.modal-s .form-control:focus {
  border-color: #ff4757;
  box-shadow: 0 0 8px rgba(255, 71, 87, 0.4);
}
.modal-s .btn:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}
.modal-s .modal-footer .btn:hover {
  transform: scale(1.05);
}
@media (max-width: 576px) {
  .modal-s .modal-content {
    border-radius: 10px;
  }
  .modal-s .form-control, .modal-s .btn {
    font-size: 14px !important;
  }
}

.shiny-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #007bff, #0056b3);
}

.shiny-effect::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background: rgba(255, 255, 255, 0.15);
  transform: rotate(30deg);
  animation: shine 5s infinite linear;
}

@keyframes shine {
  0% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}
.shiny-btn {
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease-in-out;
}

.shiny-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
}

.shiny-btn:hover::after {
  left: 100%;
}

.bg-light-blue-20 {
  background: rgba(21, 30, 166, 0.231372549);
}

.bg-blue {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
}

.bg-red {
  background: #E5235A;
}

.bg-light-blue {
  background: rgba(21, 30, 166, 0.7607843137);
}

.bg-orange {
  background: #FCB305;
}

.text-blue {
  color: linear-gradient(to bottom, #3388ff, #0044cc);
}

.text-red {
  color: #E5235A;
}

.text-orange {
  color: #FCB305;
}

.bg-light-blue-20 {
  background: rgba(21, 30, 166, 0.231372549);
}

.bg-blue {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
}

.bg-red {
  background: #E5235A;
}

.bg-light-blue {
  background: rgba(21, 30, 166, 0.7607843137);
}

.bg-orange {
  background: #FCB305;
}

.text-blue {
  color: linear-gradient(to bottom, #3388ff, #0044cc);
}

.text-red {
  color: #E5235A;
}

.text-orange {
  color: #FCB305;
}

/* Prevent submenu from closing when clicking inside */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-lg {
  min-width: 500px; /* Larger dropdown */
  max-width: 90%;
}

.dropdown-menu {
  background: #fff;
  border-radius: 8px;
  border-radius: 8px;
}

.dropdown-item {
  font-size: 12px; /* Smaller font */
  padding: 8px 15px;
}

.dropdown-item:hover {
  background: rgba(21, 30, 166, 0.231372549);
  color: linear-gradient(to bottom, #3388ff, #0044cc);
}

/* Ensure submenus appear properly */
.dropdown-menu .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 5px;
}

/* Show submenu when parent is open */
.dropdown-menu > .dropdown:hover > .dropdown-menu {
  display: block;
}

/* Hide submenu by default */
.submenu {
  display: none;
  position: static !important;
  box-shadow: none;
  padding-left: 15px;
}

/* Ensure submenu is visible when active */
.submenu.show {
  display: block;
}

/* Styling for submenu links */
.sub-menu-link::after {
  content: "▼"; /* Downward arrow */
  float: right;
  font-size: 12px;
  transition: transform 0.3s;
}

/* Rotate arrow when submenu is open */
.sub-menu-link.active::after {
  transform: rotate(180deg);
}

.fixed-dropdown {
  min-width: 319px; /* Set a fixed width for consistency */
}

.dropdown-menu {
  transition: all 0.2s ease-in-out;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 250px;
  z-index: 1000;
}

.dropdown-submenu:hover .submenu {
  display: block;
}

.dropdown-item {
  white-space: nowrap; /* Prevents text wrapping */
}

.bg-light-blue-20 {
  background: rgba(21, 30, 166, 0.231372549);
}

.bg-blue {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
}

.bg-red {
  background: #E5235A;
}

.bg-light-blue {
  background: rgba(21, 30, 166, 0.7607843137);
}

.bg-orange {
  background: #FCB305;
}

.text-blue {
  color: linear-gradient(to bottom, #3388ff, #0044cc);
}

.text-red {
  color: #E5235A;
}

.text-orange {
  color: #FCB305;
}

.notice-board {
  background: #f8f9fa; /* Light background */
  border: 3px solid linear-gradient(to bottom, #3388ff, #0044cc); /* Blue border */
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Title (Latest Announcements) */
.notice-title {
  background: linear-gradient(to bottom, #3388ff, #0044cc); /* Blue header */
  color: white;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Notice Content */
.notice-content {
  padding: 10px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

/* Marquee (Moving Text) */
marquee {
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  color: linear-gradient(to bottom, #3388ff, #0044cc);
  width: 100%;
  display: block;
}

/* Animated Border Moving Around the Card */
.notice-board::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 3px solid transparent;
  animation: moving-border 4s infinite linear;
}

/* Border Animation */
@keyframes moving-border {
  0% {
    border-top-color: #FCB305;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  25% {
    border-top-color: transparent;
    border-right-color: #FCB305;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #FCB305;
    border-left-color: transparent;
  }
  75% {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #FCB305;
  }
  100% {
    border-top-color: #FCB305;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}
/* Responsive Adjustments for Mobile */
@media (max-width: 576px) {
  .notice-title {
    font-size: 14px; /* Smaller text on mobile */
    padding: 8px;
  }
  marquee {
    font-size: 13px; /* Adjust marquee text size on mobile */
  }
}
.bg-light-blue-20 {
  background: rgba(21, 30, 166, 0.231372549);
}

.bg-blue {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
}

.bg-red {
  background: #E5235A;
}

.bg-light-blue {
  background: rgba(21, 30, 166, 0.7607843137);
}

.bg-orange {
  background: #FCB305;
}

.text-blue {
  color: linear-gradient(to bottom, #3388ff, #0044cc);
}

.text-red {
  color: #E5235A;
}

.text-orange {
  color: #FCB305;
}

.college-table {
  background: white;
  border-radius: 10px;
  overflow: hidden;
}

.table thead {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
  color: white;
  text-align: center;
  font-size: 14px;
}

.table tbody tr {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  vertical-align: middle;
}

.college-name {
  font-weight: bold;
  font-size: 14px;
  color: #212529;
}

.college-location {
  font-size: 12px;
  color: #6c757d;
}

.rank-badge {
  font-weight: bold;
  background: #FCB305;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 13px;
}

.fees {
  font-weight: bold;
  color: #28a745;
  font-size: 14px;
}

.cutoff, .deadline {
  font-weight: bold;
  color: #dc3545;
  font-size: 13px;
}

.ranking {
  font-weight: bold;
  color: linear-gradient(to bottom, #3388ff, #0044cc);
  font-size: 13px;
}

.rating {
  color: #FCB305;
  font-size: 12px;
}

@media (max-width: 768px) {
  .table thead {
    display: none;
  }
  .table tbody tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
  }
  .table td {
    display: block;
    text-align: right;
    font-size: 12px;
    border-bottom: none;
  }
  .table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    color: linear-gradient(to bottom, #3388ff, #0044cc);
  }
}
.college-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

.college-table .college-name {
  font-weight: bold;
}

.college-table .table td, .college-table .table th {
  font-size: 12px;
}

.main-table {
  /* Table Styling */
  /* Table Header */
  /* Table Header Cells */
  /* Table Rows */
  /* Table Data Cells */
  /* Alternating Row Colors */
  /* Fees Column Highlight */
  /* Hover Effect */
  /* Responsive Table */
}
.main-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.main-table thead {
  background: linear-gradient(to right, #ff7f50, #ff4500);
  color: white;
  text-align: left;
}
.main-table th {
  padding: 14px;
  text-transform: uppercase;
  border: 1px solid #ff4500;
}
.main-table tr {
  border-bottom: 1px solid #ddd;
}
.main-table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
  font-weight: bold;
}
.main-table tbody tr:nth-child(odd) {
  background: #ffe4b5; /* Light Orange */
}
.main-table tbody tr:nth-child(even) {
  background: #ffdab9; /* Peach */
}
.main-table td:nth-child(5) {
  background: #ffcc00; /* Yellow */
  color: #333;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ff9900;
}
.main-table tbody tr:hover {
  background: #ffa07a !important; /* Soft Red */
  color: white;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .main-table table, .main-table thead, .main-table tbody, .main-table th, .main-table td, .main-table tr {
    display: block;
  }
  .main-table thead {
    display: none; /* Hide Table Headers */
  }
  .main-table tr {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background: #ffdab9;
    padding: 10px;
    border-radius: 5px;
  }
  .main-table td {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    font-weight: bold;
    position: relative;
  }
  .main-table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #ff4500;
    text-transform: uppercase;
  }
}

.bg-light-blue-20 {
  background: rgba(21, 30, 166, 0.231372549);
}

.bg-blue {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
}

.bg-red {
  background: #E5235A;
}

.bg-light-blue {
  background: rgba(21, 30, 166, 0.7607843137);
}

.bg-orange {
  background: #FCB305;
}

.text-blue {
  color: linear-gradient(to bottom, #3388ff, #0044cc);
}

.text-red {
  color: #E5235A;
}

.text-orange {
  color: #FCB305;
}

.bg-header {
  background-image: url("../../image/header-image.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.section-content h3 {
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
}
.section-content h2 {
  font-size: 48px;
}

.article-text h2 {
  font-size: 52px;
}

.choose-img {
  width: 64px;
}

.testimonial {
  border-radius: 50%;
  width: 101px;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid linear-gradient(to bottom, #3388ff, #0044cc);
}

.content {
  font-size: 32px;
}

.border-custom {
  border-top: 5px dashed linear-gradient(to bottom, #3388ff, #0044cc);
  border-bottom: 5px dashed linear-gradient(to bottom, #3388ff, #0044cc);
}

.job-card {
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
  border: none;
  text-align: center;
}

.job-card:hover {
  transform: scale(1.05);
}

.job-title {
  font-size: 1.4rem;
  font-weight: bold;
}

.apply-btn {
  transition: 0.3s;
}

/* Tab Styling */
.nav-tabs .nav-link {
  color: #333;
  font-weight: bold;
  border: none;
}

.nav-tabs .nav-link.active {
  background: #007bff;
  color: white;
  border-radius: 8px;
}

/* College Cards */
.college-card {
  background: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.college-card h5 {
  color: #007bff;
  font-weight: bold;
}

.college-card p {
  font-size: 14px;
  color: #666;
}

.bg-light-blue-20 {
  background: rgba(21, 30, 166, 0.231372549);
}

.bg-blue {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
}

.bg-red {
  background: #E5235A;
}

.bg-light-blue {
  background: rgba(21, 30, 166, 0.7607843137);
}

.bg-orange {
  background: #FCB305;
}

.text-blue {
  color: linear-gradient(to bottom, #3388ff, #0044cc);
}

.text-red {
  color: #E5235A;
}

.text-orange {
  color: #FCB305;
}

.all-colleges {
  /* Style the navigation tabs for better readability */
  /* Mobile-specific adjustments */
  /* Custom styling for a modern and professional look */
  /* Responsive adjustments */
}
.all-colleges .nav-tabs {
  border-bottom: 2px solid #ddd;
}
.all-colleges .nav-tabs .nav-link {
  font-size: 0.875rem; /* Smaller font for readability */
  font-weight: 600;
  color: #666; /* Inactive tab color */
  transition: all 0.3s ease-in-out;
  border: none;
  background: none;
}
.all-colleges .nav-tabs .nav-link.active {
  color: #fff;
  background: linear-gradient(to bottom, #3388ff, #0044cc); /* Active tab color */
  border-radius: 5px;
}
.all-colleges .nav-link:not(.active) {
  color: black !important;
}
.all-colleges .nav-tabs .nav-link:hover {
  color: linear-gradient(to bottom, #3388ff, #0044cc);
}
@media (max-width: 768px) {
  .all-colleges .nav-tabs .nav-link {
    font-size: 0.75rem; /* Even smaller for mobile */
    padding: 6px 10px;
  }
  .all-colleges .card-img-top {
    height: 80px !important;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  .all-colleges .card-text {
    font-size: 10px !important;
  }
  .all-colleges .card-title {
    font-size: 12px !important;
  }
}
.all-colleges .card {
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
.all-colleges .card:hover {
  transform: translateY(-5px);
}
.all-colleges .card-img-top {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.all-colleges .card-title {
  font-size: 1rem; /* Desktop font size */
  font-weight: bold;
}
.all-colleges .card-text {
  font-size: 0.875rem; /* Desktop font size */
  color: #666;
}
@media (max-width: 768px) {
  .all-colleges .card-title {
    font-size: 0.875rem; /* Smaller title for mobile */
  }
  .all-colleges .card-text {
    font-size: 0.75rem; /* Smaller text for mobile */
  }
}

.bg-light-blue-20 {
  background: rgba(21, 30, 166, 0.231372549);
}

.bg-blue {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
}

.bg-red {
  background: #E5235A;
}

.bg-light-blue {
  background: rgba(21, 30, 166, 0.7607843137);
}

.bg-orange {
  background: #FCB305;
}

.text-blue {
  color: linear-gradient(to bottom, #3388ff, #0044cc);
}

.text-red {
  color: #E5235A;
}

.text-orange {
  color: #FCB305;
}

.categories .accordion-item {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.categories .accordion-button {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  padding: 15px;
}
.categories .accordion-button:hover {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
  color: white;
}
.categories .accordion-button:not(.collapsed) {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
  color: white;
}
.categories .accordion-button i {
  margin-right: 12px;
  font-size: 1.3rem;
  color: linear-gradient(to bottom, #3388ff, #0044cc);
}
.categories .accordion-button:not(.collapsed) i {
  color: white;
}
.categories .accordion-body {
  font-size: 1rem;
  color: #555;
  background: #ffffff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.categories .accordion-body strong {
  color: #333;
  font-size: 1.1rem;
}
.categories .accordion-body ul {
  padding-left: 20px;
}
.categories .accordion-body ul li {
  margin-bottom: 8px;
  list-style: none;
}
.categories .accordion-body ul li i {
  color: linear-gradient(to bottom, #3388ff, #0044cc);
  margin-right: 8px;
}
@media (max-width: 768px) {
  .categories .accordion-button {
    font-size: 14px !important;
  }
  .categories .small-text {
    font-size: 12px !important; /* Adjust as needed */
    line-height: 1.4;
  }
}

.bg-light-blue-20 {
  background: rgba(21, 30, 166, 0.231372549);
}

.bg-blue {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
}

.bg-red {
  background: #E5235A;
}

.bg-light-blue {
  background: rgba(21, 30, 166, 0.7607843137);
}

.bg-orange {
  background: #FCB305;
}

.text-blue {
  color: linear-gradient(to bottom, #3388ff, #0044cc);
}

.text-red {
  color: #E5235A;
}

.text-orange {
  color: #FCB305;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #3388ff, #0044cc);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  border-top: 2px solid #FCB305;
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}

.bottom-nav a {
  text-decoration: none;
  color: white;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-nav a i {
  font-size: 18px;
  margin-bottom: 5px;
}

.bottom-nav a:hover {
  color: #FCB305;
}

.bg-light-blue-20 {
  background: rgba(21, 30, 166, 0.231372549);
}

.bg-blue {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
}

.bg-red {
  background: #E5235A;
}

.bg-light-blue {
  background: rgba(21, 30, 166, 0.7607843137);
}

.bg-orange {
  background: #FCB305;
}

.text-blue {
  color: linear-gradient(to bottom, #3388ff, #0044cc);
}

.text-red {
  color: #E5235A;
}

.text-orange {
  color: #FCB305;
}

.announcement-box {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
  color: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.announcement-box p {
  margin: 0;
}

.college-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.college-card:hover {
  transform: scale(1.03);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.college-card img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.college-card .card-body {
  padding: 20px;
}

.btn-custom {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
  color: white;
  border-radius: 50px;
  padding: 8px 16px;
  transition: 0.3s;
}

.btn-custom:hover {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
}

.icon-box {
  font-size: 22px;
  margin-right: 10px;
}

.college-title {
  font-size: 20px;
  font-weight: bold;
}

.bg-light-blue-20 {
  background: rgba(21, 30, 166, 0.231372549);
}

.bg-blue {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
}

.bg-red {
  background: #E5235A;
}

.bg-light-blue {
  background: rgba(21, 30, 166, 0.7607843137);
}

.bg-orange {
  background: #FCB305;
}

.text-blue {
  color: linear-gradient(to bottom, #3388ff, #0044cc);
}

.text-red {
  color: #E5235A;
}

.text-orange {
  color: #FCB305;
}

.testimonial-carousel {
  margin: 50px 0;
}

.testimonial-card {
  background: linear-gradient(to bottom, #3388ff, #0044cc);
  color: white;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.testimonial-img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #FCB305;
}

.testimonial-name h4 {
  margin: 10px 0 5px;
  font-size: 18px;
}

.testimonial-name p {
  font-size: 14px;
  opacity: 0.8;
}

.blog-title {
  font-size: 2rem;
  font-weight: bold;
}

.blog-img {
  border-radius: 10px;
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.social-icons a {
  margin: 0 5px;
  font-size: 18px;
  color: #007bff;
}

.social-icons a:hover {
  color: #0056b3;
}

.related-post img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

/* WhatsApp Button */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: white;
  font-size: 24px;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
}
@media (max-width: 767px) {
  .whatsapp-btn {
    bottom: 83px;
  }
}

.whatsapp-btn:hover {
  background: #1EBE5D;
  transform: scale(1.1);
}

/* Tooltip */
.whatsapp-btn::after {
  content: "Chat with us";
  position: absolute;
  right: 65px;
  background: black;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.whatsapp-btn:hover::after {
  opacity: 1;
  visibility: visible;
}

.college-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.college-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.college-card h3 {
  color: #2c3e50;
}

.description {
  font-size: 14px;
  color: #666;
}

.page-background {
  background: #eef2f9;
  padding: 50px 0;
}

.admission-container {
  max-width: 1200px;
  margin: auto;
}

.admission-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

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

.city-label {
  background: #0056b3;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 14px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 12px;
}

.card-heading {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.description-text {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
}

.admission-table thead {
  background: #007bff;
  color: white;
}

.admission-table tbody tr:hover {
  background: #f4f7ff;
}

@media (max-width: 768px) {
  .admission-card {
    padding: 20px;
  }
  .admission-table {
    font-size: 14px;
  }
}
body {
  font-family: "Poppins", sans-serif !important;
}/*# sourceMappingURL=main.css.map */