/* banner  css */

.hero-section {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background: url("https://img.pikbest.com/backgrounds/20190710/simple-solid-color-black-background-banner_2753863.jpg!sw800");
}

.content-container {
  max-width: 600px;
}

h1 {
  font-size: 22px;
  margin-bottom: 10px;
}

.highlight {
  color: #fff;
  font-size: 20px;
}

p {
  font-size: 16px;
}

.search-container {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.category-dropdown,
.location-search {
  display: flex;
  flex-direction: column;
}

.category-dropdown select,
.location-search input {
  padding: 10px;
  /* font-size: 1rem;
    border-radius: 5px; */
  border: none;
  outline: none;
}

.location-search {
  flex: 1;
  position: relative;
}

.location-search input {
  width: 100%;
}

@media (max-width: 768px) {
  .search-button {
    position: absolute;
    right: -6px;
    top: 53%;
    transform: translateY(-50%);
    background: #b77d2d;
    border: none;
    color: white;
    padding: 5px 8px 0 9px;
    border-radius: 100px;
    cursor: pointer;
  }
}

.search-button {
  position: absolute;
  right: 12px;
  top: 64%;
  transform: translateY(-50%);
  background: #b77d2d;
  border: none;
  color: white;
  padding: 5px 8px 0 9px;
  border-radius: 100px;
}

.search-button i {
  font-size: 1rem;
}

.buttons-container {
  display: flex;
  gap: 10px;
}

/* .shortlist-btn,
.applications-btn {
  background-color: #b77d2d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 40px;
  cursor: pointer;
}

.applications-btn {
  background-color: #b77d2d;
} */

@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
  }

  .search-container {
    flex-direction: column;
    gap: 10px;
  }

  .buttons-container {
    justify-content: center;
  }
}

.demo {
  text-align: -webkit-center;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Filter Container */
.filter-container {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 50px;
  margin-top: 20px;
  text-align: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.filter-container h3 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #333;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.filter-buttons button {
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 8px 12px;
  font-size: 0.9rem;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-buttons button:hover {
  background: #ccc;
  color: #110303;
}

.search-btn {
  background-color: #ccc;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

.search-btn:hover {
  background-color: #444;
}

/* purcahnging option css */

.pricing-details {
  display: flex;
  /* Arrange items in a horizontal line */
  justify-content: space-between;
  /* Distribute items with equal space */
  align-items: center;
  /* Align items vertically in the center */
  margin: -25px 30px 0 -5px;
  padding: 10px;
  /* background-color: #f9f9f9; */
  /* Light background for contrast */
  /* border: 1px solid #ddd; */
  /* Optional: Border around the section */
  border-radius: 5px;
  gap: 15px;
  /* Optional: Space between each item */
}

.price-item {
  font-size: 1em;
  color: #333;
  /* Text color */
}

.price-item strong {
  color: #961c1f;
  /* Highlight the label text */
  margin-right: 5px;
  /* Space between label and value */
}

.theme-btn {
  display: inline-block;
  background-color: #961c1f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s;
}

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

.scratched-price {
  font-size: 19px;
  text-decoration: line-through;
  color: #888;
  /* Optional: A lighter color for scratched prices */
}

/* pricing css */

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*--blog----*/

.pricing-section {
  position: relative;
  padding: 30px 0 20px;
  overflow: hidden;
}

.pricing-section .outer-box {
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-section .row {
  margin: 0 100px 0 100px;
}

.pricing-block {
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}

.pricing-block .inner-box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid rgb(17 110 99);
}

.pricing-block .icon-box {
  position: relative;
  padding: 50px 30px 0;
  background-color: rgb(17 110 99);
  text-align: center;
}

.pricing-block .icon-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}

.pricing-block .icon-box .icon-outer {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box i {
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid rgb(17 110 99);
  border-radius: 50%;
  font-size: 50px;
  color: rgb(17 110 99);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i {
  transform: rotate(360deg);
}

.pricing-block .price-box {
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price {
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color: rgb(17 110 99);
}

.pricing-block .features {
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
}

.pricing-block .features li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}

.pricing-block .features li:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  color: #2bd40f;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\2713";
  font-family: "Poppins", "Roboto";
  margin-top: -8px;
}

.pricing-block .features li.false:before {
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a {
  color: #848484;
}

.pricing-block .features li:last-child {
  border-bottom: 0;
}

.pricing-block .btn-box {
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: rgb(17 110 99);
  border-radius: 10px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a {
  color: rgb(17 110 99);
  background: none;
  border-radius: 0px;
  border-color: rgb(17 110 99);
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box {
  border-color: #0279b6;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box {
  background-color: #0279b6;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
  color: #0279b6;
  background: none;
  border-radius: 0px;
  border-color: #0279b6;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price {
  color: #0279b6;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box {
  border-color: #c39611;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
  background-color: #c39611;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price {
  color: #c39611;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
  color: #c39611;
  background: none;
  border-radius: 0px;
  border-color: #c39611;
}

/* why choose us css school listing css */
.institute-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.institute-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  /* Adjust the max-width as needed for your mobile breakpoint */
  .institute-header {
    display: block;
    /* Change to block or any other value you prefer for mobile view */
  }
}

.institute-header h5 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.badge-rating {
  align-items: center;
  gap: 4px;
  background: #800080;
  color: #fff;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 14px;
}

.details-section {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.details-section img {
  width: 250px;
  border-radius: 8px;
}

.details-info {
  flex-grow: 1;
}

.footer-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.btn-action {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 5px;
}

.btn-primary-action {
  background: #0562c7;
  color: #fff;
  border: none;
}

.btn-secondary-action {
  background: #f8f9fa;
  color: #333;
  border: 1px solid #ccc;
}

.details-info p {
  font-size: 15px;
  color: #555;
  margin: 8px 0;

  align-items: center;
  /* gap: 8px; */
  /* Space between icon and text */
}

/* Mobile (Phones) */
@media (max-width: 600px) {
  .institute-header h5 {
    font-size: 1.2rem;
  }

  .badge-rating {
    font-size: 0.7rem;
    padding: 4px 8px;
  }

  .details-section {
    flex-direction: column;
    align-items: center;
  }

  .details-section img {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .details-info {
    margin-left: 0;
    text-align: center;
  }

  .footer-actions {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-actions button {
    /* width: 100%; */
    margin-bottom: 10px;
  }

  .shortlisted-info {
    font-size: 0.9rem;
  }
}

/* Tablet (Landscape/Portrait) */
@media (max-width: 768px) {
  .institute-card {
    padding: 20px;
  }

  .details-section {
    flex-direction: column;
    align-items: center;
  }

  .details-info {
    margin-left: 0;
    text-align: center;
  }

  .footer-actions button {
    /* width: 48%; */
    margin-bottom: 10px;
  }
}

/* Desktop (Larger Screens) */
@media (min-width: 1024px) {
  .institute-card {
    max-width: 1100px;
  }

  .footer-actions button {
    width: auto;
  }
}

/* Add a smooth transition to the card */
.zoom-effect {
  transition: transform 0.3s ease-in-out;
}

/* Zoom-in effect on hover */
.zoom-effect:hover {
  transform: scale(1.05);
  /* Slight zoom */
}

/* Optional: Zoom-out effect when not hovered */
.zoom-effect:active {
  transform: scale(0.95);
  /* Slight zoom out when clicked */
}

/* left and right side slider animation css */

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.feature-item {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.slide-left {
  animation-name: slideInLeft;
}

.slide-right {
  animation-name: slideInRight;
}

/* ashwini new css */

.header-top-social a i {
  display: inline-block;
  transition: transform 0.5s ease;
  /* Smooth rotation */
}

.header-top-social a i:hover {
  transform: rotate(360deg);
  /* Rotate from 0 to 360 degrees */
}

/* Navigation Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.prev-btn {
  left: 10px;
}

/* .next-btn {
  right: 10px;
} */

.carousel-btn:hover {
  background-color: #555;
}

.read-more-link {
  display: inline-block;
  background-color: #428ee0;
  /* Button background color */
  color: #ffffff;
  /* Text color */
  padding: 5px 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out;
  /* Smooth hover effect */
}

.read-more-link:hover {
  background-color: #0056b3;
  /* Darker blue on hover */
}

/* Arrows Styling */
.arrow-button {
  background: none;
  border: none;
  /* font-size: 1.5rem; */
  color: #09090a;
  cursor: pointer;
  transition: color 0.3s;
}

.arrow-button:hover {
  color: #0e0e0f;
}

/* Tab Content Styling */
.tab-content {
  display: none;
  padding: 20px;

  text-align: left;

  border-radius: 5px;
}

.tab-content.active {
  display: block;
}

/* animation css */

.department-area {
  background: #f9f9f9;
  padding: 30px 0;
  overflow: hidden;
}

.department-item {
  text-align: left;
  margin: 10px;
  --font-color: #323232;
  --font-color-sub: #666;
  --bg-color: #fff;
  --main-color: #323232;
  --main-focus: #961c1f;
  width: 230px;
  height: 317px;
  background: #fff;
  border: 3px solid #961c1f;
  box-shadow: 5px 4px #961c1f;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  gap: 10px;
}

@media (max-width: 768px) {
  .department-item {
    text-align: left;
    margin: 10px;
    --font-color: #323232;
    --font-color-sub: #666;
    --bg-color: #fff;
    --main-color: #323232;
    --main-focus: #961c1f;
    width: 318px;
    height: 336px;
    background: #fff;
    border: 2px solid #961c1f;
    box-shadow: 4px 4px #961c1f;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    gap: 10px;
  }
}

.department-item:nth-child(odd) {
  animation: slideInLeft 1s forwards ease-in-out;
}

.department-item:nth-child(even) {
  animation: slideInRight 1s forwards ease-in-out;
}

.department-icon {
  width: 80px;
  height: 80px;
}

.department-info {
  margin-top: 10px;
}

.department-title {
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
}

.department-info p {
  font-size: 14px;
  color: #110e74;
  margin-bottom: 10px;
}

.department-info ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.department-info ul li {
  font-size: 14px;
  color: #110e74;
  padding: 3px 0;
  border-bottom: 1px solid #635353;
}

.department-info ul li:last-child {
  border-bottom: none;
}

/* home page banner section mobile responsive css */

@media (max-width: 480px) {
  .responsive-location-search {
    min-width: 100% !important;
  }

  .responsive-location-search > div {
    flex-direction: column;
    gap: 10px;
  }

  .responsive-location-search input {
    min-width: 100% !important;
  }

  .responsive-location-search .search-button {
    /* width: 100%; */
  }
}

/* beautify */

.academic-feature-section {
  position: relative;
  background: linear-gradient(120deg, #cee7ea0f, #fcfefe);
  overflow: hidden;
  padding: 20px 30px;
}

.text-section h2 {
  font-size: 30px;
  font-weight: bold;
  color: #423f8b;
  padding: 15px;
}

.text-section {
  margin-top: 50px;
}

/* .academic-feature-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

/* Flexbox Layout */
.academic-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Image Section */
.academic-image {
  text-align: center;
  flex: 1;
}

/* .academic-image img {
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  height: 327px;
  width: 500px;
} */

.academic-image img:hover {
  transform: scale(1.08);
}

/* Right Content Section */
.academic-info {
  flex: 1;
  padding: 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 30px;
  color: #fff;
}

.academic-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #d5efff;
}

.academic-list {
  list-style: none;
  padding: 0;
}

.academic-list li {
  font-size: 18px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.academic-list li i {
  color: #ffd700;
  margin-right: 10px;
  font-size: 22px;
}

/* Stylish Button */
.academic-btn {
  background: #e8f2ff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  transition: background 0.3s ease-in-out, transform 0.2s;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
}

.academic-btn:hover {
  background: #2b76a3;
  transform: scale(1.05);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .academic-content {
    flex-direction: column;
    text-align: center;
  }

  .academic-info {
    padding: 20px;
  }

  .academic-btn {
    width: 100%;
  }
}

/* video */

/* 
.header-top-social a i {
  display: inline-block;
  transition: transform 0.5s ease;
}

.header-top-social a i:hover {
  transform: rotate(360deg);

} */

.card {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 1180px;
  text-align: center;
}

.card-title-extension {
  color: #2c3e50;
  font-size: 20px;
  margin-bottom: 10px;
}

.card-description-extesion {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.read-more {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.read-more:hover {
  text-decoration: underline;
}

.left-column {
  border: 2px solid #f7f7f7;
  padding: 15px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .details-info {
    padding: 10px;
  }

  .details-info p {
    /* flex-direction: column; */
    align-items: flex-start;
    margin: 5px 0;
  }

  .details-info i {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .details-info strong {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .details-info {
    padding: 10px;
  }

  .details-info p {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 8px 0;
  }

  .details-info i {
    font-size: 14px;
    margin-right: 8px;
  }

  .details-info strong {
    font-size: 14px;
    margin-right: 4px;
  }
}

.shortlist-btn,
.read-more-btn {
  background-color: #1f73db;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  margin-right: 15px;
}

.hidden {
  display: none;
}

.institute-card {
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
}

.institute-card.active {
  display: block;
}

.details-info {
  display: flex;
  flex-wrap: wrap;
}

.details-info p {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.details-info p i {
  margin-right: 10px;
}

.filter-range {
  margin-top: 20px;
}

.filter-slider {
  width: 80%;
}

#range-value {
  margin-left: 10px;
  font-weight: bold;
}

.institute-card {
  display: block !important;
  visibility: visible;
  opacity: 1;
}

/* school-landing */

/* .header-top-social a i {
  display: inline-block;
  transition: transform 0.5s ease;
}

.header-top-social a i:hover {
  transform: rotate(360deg);
} */

/* gallery */

.scroll-wrapper {
  position: relative;
  padding: 20px;
}

.property-container {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding: 20px;
}

.property-card {
  flex: 0 0 auto;
  width: 260px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

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

.property-card a {
  display: block;
  padding: 10px;
  color: teal;
  font-weight: bold;
  text-decoration: none;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #3486ca;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 50%;
}

.scroll-btn.left {
  left: -22px;
  padding: 7px 13px;
}

.scroll-btn.right {
  right: -19px;
  padding: 7px 13px;
}

/* Media Query for Mobile */
@media (max-width: 768px) {
  .property-container {
    flex-direction: row;
    overflow-x: auto;
  }

  .property-card {
    width: 100%;
  }

  .scroll-btn.left {
    left: -8px;
  }

  .scroll-btn.right {
    right: -5px;
  }
}

.contact-locations-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0);
  max-width: 1200px;
  margin: auto;
}

.contact-form,
.locations {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
}

.contact-form h2,
.locations h2 {
  font-size: 1.8rem;
  color: #333;
}

.btns {
  background: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}

.btns:hover {
  background: #0056b3;
}

/* Media Query for Mobile View */
@media (max-width: 768px) {
  .contact-locations-container {
    flex-direction: column;
    gap: 10px;
  }

  .scl-map {
    width: 297px;
    margin-left: 23px;
  }
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #111;
  padding: 3rem 2rem;
  position: relative;
}

/* Hero Text */
.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-section h1 .highlight {
  color: #e50914;
}

.hero-section p {
  margin: 1rem 0 2rem;
  font-size: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Search Box */
.search-box {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.dropdown,
.search-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dropdown label,
.search-input label {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.dropdown select,
.search-input input {
  width: 300px;
  padding: 0.5rem;
  border: none;
  border-radius: 5px;
}

.search-input {
  position: relative;
}

.search-btn {
  position: absolute;
  right: 10px;
  top: 60%;
  transform: translateY(-50%);
  background: #e50914;
  color: #fff;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 50%;
}

/* Buttons */
.buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.buttons button {
  background-color: #fff;
  color: #007bff;
  border: none;
  padding: 10px 22px;
  border: 1px solid #7db8c7;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.9rem;
}

.applications-btn {
  background-color: #007bff;
}

/* Hero Image */
.hero-image img {
  width: 300px;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
  }

  .search-box {
    flex-direction: column;
    align-items: center;
  }

  .dropdown select,
  .search-input input {
    width: 100%;
  }

  .hero-image img {
    margin-top: 1.5rem;
  }
}

.search-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.dropdown,
.search-input {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.dropdown select,
.search-input input {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 5px 0 0 5px;
  outline: none;
  font-size: 1rem;
  height: 40px;
}

.search-input input {
  border-radius: 0;
  border-left: none;
}

.search-btn {
  background: #e50914;
  color: #fff;
  border: none;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  font-size: 1.1rem;
  border-radius: 0 5px 5px 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Search Box Styling */
.search-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 100px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.search-input,
.dropdown {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.search-btn {
  background-color: #e50914;
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}

.search-btn:hover {
  background-color: #c40812;
}

/* Filters Section */
.filters {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.filters.hidden {
  display: none;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.filter-options button {
  border: 1px solid #000;
  background: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.filter-options button:hover {
  background: #e50914;
  color: #fff;
  border-color: #e50914;
}

/* top-sec */
.mid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  max-width: 1200px;
  background: #fff;
  border-radius: 8px;

  overflow: hidden;
  width: 100%;
  padding: 20px;
}

.content-column {
  grid-column: span 6;
  /* padding: 20px; */
}

.content-column h1 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

.content-column p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  text-align: justify;
}

.content-column .tags {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.content-column .tags span {
  padding: 5px 19px;
  border-radius: 15px;
  font-size: 0.9em;
  color: #1271d7;
}

.buttons {
  display: flex;
  gap: 10px;
}

.buttons a {
  padding: 7px 18px;
  text-decoration: none;
  color: #007bff;
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #007bff;
}

.buttons a:nth-child(1) {
  background: #ffffff;
  color: #007bff;
  border: 1px solid #007bff;
}

.image-column {
  grid-column: span 6;
  overflow: hidden;
  position: relative;
}

.image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.image-column:hover img {
  transform: scale(1.1);
}

.info-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .mid-container {
    grid-template-columns: 1fr;
  }

  .content-column,
  .image-column {
    grid-column: span 12;
  }

  .content-column {
    /* padding: 15px; */
  }

  .content-column h1 {
    font-size: 1.5em;
  }
}

.top-heading {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 1.2;
}

.ugi-section {
  margin: 20px;
}

p {
  color: #2e2b2b;
}

.ugi-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
}

.ugi-table th,
.ugi-table td {
  padding: 0px 8px;
  text-align: left;
  color: #2e2b2b;
  border: 1px solid #ddd;
}

@media (max-width: 768px) {
  .ugi-table th {
    padding: 0px 50px;
  }
}

.ugi-table th {
  background-color: #4c79a5f7;
  color: white;
}

.ugi-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.ugi-table tr:hover {
  background-color: #f1f1f1;
}

.navigation-section {
  display: flex;
  justify-content: space-around;
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 5px;
}

.navigation-section a {
  text-decoration: none;
  color: #000;
  padding: 5px 0px;
  position: relative;
  font-weight: 500;
}

.navigation-section a:hover {
  color: #007bff;
  text-decoration: none;
}

.navigation-section .active-link {
  font-weight: bold;
  color: #007bff;
}

.navigation-section .active-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #007bff;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .navigation-section .active-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    margin-left: 72px;
    height: 2px;
    background-color: #007bff;
    border-radius: 5px;
  }
}

/* btn */

.main-text {
  padding: 15px;
}

.imfo-para {
  padding: 20px;
  border: 1px solid #ffffff;
  background: #ffdede1a;
  box-shadow: 0 8px 20px rgb(0 0 0 / 13%);
}

/* read-more */

.imfo-para .more-text {
  display: none;
}

.imfo-para .toggle-text {
  color: #0145a3;
  cursor: pointer;
  margin-left: 5px;
  text-decoration: underline;
  font-weight: bold;
}

.imfo-para.expanded .more-text {
  display: inline;
}

.imfo-para.expanded .toggle-text::after {
  content: " Read less";
}

.imfo-para:not(.expanded) .toggle-text::after {
  content: " Read more";
}

.table-of-contents {
  max-width: 1182px;
  margin: 10px auto;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.table-of-contents h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2a2a8a;
}

.content-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.column-one {
  list-style-type: disc;
  padding-left: 20px;
}

.column-one li {
  margin-bottom: 0px;
  color: #2a2a8a;
  cursor: pointer;
  list-style-type: circle;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .content-columns {
    flex-direction: column;
  }
}

.steps {
  color: #000;
}

/* facility */

.single-service {
  background-color: #dae9ff8c;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 0 10px 0 rgb(58 58 58 / 26%);
  margin-top: 15px;
}

.part-1 {
  font-size: 35px;
  padding: 5px;
}

.btn-one {
  margin-top: 60px;
  margin-left: -125px;
}

.btn-two {
  margin-top: 60px;
  margin-left: 8px;
}

.right-img {
  width: 450px;
  height: 350px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  #navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  #navigation a {
    width: 100%;
    text-align: center;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
  z-index: 9999999;
}

.modal-content {
  position: relative;
  background-color: #fff;
  margin: 3% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 29%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

@media (max-width: 768px) {
  .modal-content {
    position: relative;
    background-color: #fff;
    margin: 4% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 86%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
}

/* Close button styling with proper positioning */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.close:hover {
  color: rgb(22, 102, 148);
}

.animated-gradient-btn {
  background: linear-gradient(135deg, #1c6db4, #33ecfb, #976cf9);
  border: 2px solid #4facfe;
  border-radius: 25px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.2s, box-shadow 0.2s;
  background-size: 300% 300%;
  animation: gradientFlow 6s infinite linear;
}

.animated-gradient-btn-new {
  background: linear-gradient(90deg, #ff6600, #ffcc00, #af4803);
  border: 2px solid #4facfe;
  border-radius: 25px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.2s, box-shadow 0.2s;
  background-size: 300% 300%;
  animation: gradientFlow 6s infinite linear;
}

.animated-gradient-btn:hover {
  transform: scale(1.05);
}

.animated-gradient-btn:active {
  transform: scale(0.98);
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); */
}

/* Continuous gradient animation */
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* exam page css */

.scl-icon {
  padding: 10px;
}

.navigation-section {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 3px;
  border-radius: 5px;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 16%); */
  flex-wrap: wrap;
  /* position: sticky; */
  top: 0;
}

/* Styling individual links */
.navigation-section a {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 17px;
  color: #007bff;
  backdrop-filter: blur(10px);
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

/* Responsive Design */
@media (max-width: 768px) {
  .navigation-section {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .navigation-section a {
    text-decoration: none;
    padding: 0px 20px;
    border-radius: 20px;
    font-size: 18px;
    color: #007bff;
    backdrop-filter: blur(10px);
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
  }
}

.aply-btn {
  background: linear-gradient(135deg, #188eb4, #269fda, #48d3f6);
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin: 2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  outline: none;
  font-size: 14px;
}

/* Hover Effect with Shine */
.aply-btn:hover::before {
  opacity: 1;
}

.aply-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Active (Click) Effect */
.aply-btn:active {
  transform: scale(0.98);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .wave-navigation {
    border-radius: 0;
    padding: 10px 0;
  }

  .nav-link {
    display: block;
    /* margin: 10px auto; */
  }
}

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

input[type="text"],
input[type="number"],
input[type="email"],
select {
  width: 100%;
  padding: 8px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
}

/* register css */
/* Button styles */
.shortlist-btn,
.read-more-btn {
  background-color: #1f73db;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  margin-right: 15px;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider {
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.card {
  background-color: #d1b4b40d;
  border: 1px solid #d1b4b4ad;
  border-radius: 8px;
  margin: 0 10px;
  padding: 15px;
  /* width: 333px; */
  flex-shrink: 0;
  text-align: left;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%;
  height: 180px;
  border-radius: 8px;
}

.card .price {
  font-weight: bold;
  margin: 10px 0;
}

.card .price span {
  text-decoration: line-through;
  color: #888;
}

/* Previous and Next Buttons */
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Media Query for Mobile View */
@media (max-width: 768px) {
  .slider-track {
    flex-wrap: nowrap;
  }

  .card {
    width: 100%;
  }
}

.custom-card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}

.custom-card .badge {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #8d6262;
  border-radius: 12px;
  padding: 4px 8px;
  margin-bottom: 8px;
}

.custom-card h2 {
  font-size: 18px;
  margin: 10px 0;
}

.custom-card .info {
  font-size: 14px;
}

.custom-card .info span {
  font-weight: bold;
}

/* review */

.info-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.info-modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 70%;
  max-width: 375px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.info-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

/* Mobile-Specific Styles */
@media (max-width: 768px) {
  .info-modal-content {
    width: 90%;
  }
}

.checked {
  color: orange;
  text-decoration: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.master {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}

.rating-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.rating-component .status-msg {
  margin-bottom: 10px;
  text-align: center;
}

.rating-component .status-msg strong {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.rating-component .stars-box {
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 15px;
}

.rating-component .stars-box .star {
  color: #ccc;
  cursor: pointer;
}

.rating-component .stars-box .star.hover {
  color: orange;
}

.rating-component .stars-box .star.selected {
  color: orange;
}

.feedback-tags {
  min-height: 119px;
}

.feedback-tags .tags-container {
  display: none;
}

.feedback-tags .tags-container .question-tag {
  text-align: center;
  margin-bottom: 40px;
}

.feedback-tags .tags-box {
  display: -webkit-box;
  display: -ms-flexbox;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feedback-tags .tags-container .make-compliment {
  padding-bottom: 20px;
}

.feedback-tags .tags-container .make-compliment .compliment-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feedback-tags
  .tags-container
  .make-compliment
  .compliment-container
  .fa-smile-wink {
  color: #ff5a49;
  cursor: pointer;
  font-size: 40px;
  margin-top: 15px;
  -webkit-animation-name: compliment;
  animation-name: compliment;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.feedback-tags
  .tags-container
  .make-compliment
  .compliment-container
  .list-of-compliment {
  display: none;
  margin-top: 15px;
}

.feedback-tags .tag {
  border: 1px solid #054464;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
}

.feedback-tags .tag.choosed {
  background-color: #ff5a49;
  color: #fff;
}

.list-of-compliment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-of-compliment ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 20px;
  min-width: 90px;
}

.list-of-compliment ul li:first-child {
  margin-left: 0;
}

.list-of-compliment ul li .icon-compliment {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ff5a49;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 70px;
}

.list-of-compliment ul li .icon-compliment i {
  color: #ff5a49;
  font-size: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-of-compliment ul li.actived .icon-compliment {
  background-color: #ff5a49;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-of-compliment ul li.actived .icon-compliment i {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-box .done {
  background-color: #ff5a49;
  border: 1px solid #ff5a49;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: none;
  min-width: 100px;
  padding: 10px;
}

.button-box .done:disabled,
.button-box .done[disabled] {
  border: 1px solid #ff9b95;
  background-color: #ff9b95;
  color: #fff;
  cursor: initial;
}

.submited-box {
  display: none;
  padding: 20px;
}

.submited-box .loader,
.submited-box .success-message {
  display: none;
}

.submited-box .loader {
  border: 5px solid transparent;
  border-top: 5px solid #4dc7b7;
  border-bottom: 5px solid #ff5a49;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

@-webkit-keyframes compliment {
  1% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  75% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes compliment {
  1% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  75% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.review {
  font-size: 30px;
  color: #0145a3;
}

/* School Management Section */
.school-management {
  position: relative;
  background: linear-gradient(350deg, #6bb5ff, #7f75c0);
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.5s ease-in-out;
  animation: slideInRight 1.5s ease-in-out;
  margin: auto;
}

.school-management:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.animated-text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  animation: pulseText 2s infinite alternate;
}

/* Text Pulse Animation */
@keyframes pulseText {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* listing-details-css */

.btn-action {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secondary-action-extension {
  background-color: #0562c7;
  color: #fff;
}

.btn-secondary-action-extension:hover {
  background-color: #0f7ed3;
  color: #f8f9fa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#filter-list {
  max-height: 150px;
  overflow-y: auto;
}

#filter-list::-webkit-scrollbar {
  width: 3px;
}

#filter-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
}

#filter-list::-webkit-scrollbar-thumb:hover {
  background-color: #c2bfbf;
}

.sticky-list {
  position: sticky;
  top: 0;
  max-height: 100%;
  overflow-y: auto;
  background-color: white;
  z-index: 10;
  padding: 0;
  margin: 0;
}

.sticky-list li:last-child {
  border-bottom: none;
}

.card {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 1180px;
  text-align: center;
}

.card-title-extension {
  color: #2c3e50;
  font-size: 20px;
  margin-bottom: 10px;
}

.card-description-extesion {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.read-more {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.read-more:hover {
  text-decoration: underline;
}

.left-column {
  border: 2px solid #f7f7f7;
  padding: 15px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .details-info {
    padding: 10px;
  }

  .details-info p {
    /* flex-direction: column; */
    align-items: flex-start;
    margin: 5px 0;
  }

  .details-info i {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .details-info strong {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .details-info {
    padding: 10px;
  }

  .details-info p {
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    margin: 8px 0;
  }

  .details-info i {
    font-size: 14px;
    margin-right: 8px;
  }

  .details-info strong {
    font-size: 14px;
    margin-right: 4px;
  }
}

.shortlist-btn,
.read-more-btn {
  background-color: #1f73db;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  margin-right: 15px;
}

.hidden {
  display: none;
}

.institute-card {
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
}

.institute-card.active {
  display: block;
}

.details-info {
  display: flex;
  flex-wrap: wrap;
}

.details-info p {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.details-info p i {
  margin-right: 10px;
}

.filter-range {
  margin-top: 20px;
}

.filter-slider {
  width: 80%;
}

#range-value {
  margin-left: 10px;
  font-weight: bold;
}

.institute-card {
  display: block !important;
  visibility: visible;
  opacity: 1;
}

@keyframes iconBounce {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
    color: #ffcc00;
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.institute-card {
  border-radius: 12px;
  background: linear-gradient(82deg, #f5f7fa, #f5f0f0);
  /* padding: 20px; */
  box-shadow: 0 4px 8px rgb(0 0 0);
  /* transition: transform 0.3s ease-in-out; */
}

/* .institute-card:hover {
  transform: scale(1.02);
} */

.badge-rating i {
  animation: iconBounce 1.5s infinite;
}

.details-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.details-info p {
  margin: 8px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.details-info i {
  margin-right: 8px;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.details-info p:hover i {
  transform: rotate(10deg);
  color: #d21b20;
}

.footer-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shortlisted-info {
  color: #000;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.shortlisted-info:hover {
  color: #ff6600;
}

.btn-action {
  border: none;
  padding: 10px 15px;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
  box-shadow: 0 4px 8px rgb(0 0 0);
}

.btn-primary-action {
  background-color: #d21b20;
}

.btn-primary-action:hover {
  background-color: #d21b20;
  transform: scale(1.05);
}

.btn-secondary-action-extension {
  background-color: linear-gradient(to right, #28a745, #218838);
}

.btn-secondary-action-extension:hover {
  background-color: #5a6268;
  transform: scale(1.05);
}

/* modal question papers css 28-3-2025 */

/* modal-qns-paper */

.square-flip {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;

  -webkit-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  transform: perspective(1000px);

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;

  /*border:1px solid #efefef;*/

  position: relative;
  float: left;
  margin: 20px;
}

.square-flip {
  width: 332px;
  height: 392px;
}

.square,
.square2 {
  width: 100%;
  height: 100%;
}

.square {
  background-size: cover;
  background-position: center center;
  -ms-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.square-flip .square {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  z-index: 1;
}

.square-flip:hover .square {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}

.square2 {
  background-size: cover;
  background-position: center center;
  -ms-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.square-flip .square2 {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  z-index: 1;
}

.square-flip:hover .square2 {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.square-container {
  padding: 10px;
  text-align: center;
  position: relative;
  top: 45%;
  -ms-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transform: translateY(-50%) translateX(0px) scale(1);
  -ms-transform: translateY(-50%) translateX(0px) scale(1);
  transform: translateY(-50%) translateX(0px) scale(1);
  /* transform-style: preserve-3d; */
  z-index: 2;
  box-shadow: 0px 4px 10px rgb(25 25 25 / 17%);
}

.square-flip:hover .square-container {
  -webkit-transform: translateY(-50%) translateX(-650px) scale(0.88);
  -ms-transform: translateY(-50%) translateX(-650px) scale(0.88);
  transform: translateY(-50%) translateX(-650px) scale(0.88);
  transform-style: preserve-3d;
}

.square-container2 {
  padding: 40px;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px)
    scale(0.88);
  -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
  transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
  transform-style: preserve-3d;
  z-index: 2;
}

.square-flip:hover .square-container2 {
  -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform-style: preserve-3d;
}

.square-flip h2 {
  color: #000;
  font-family: "Poppins", "Roboto";
  font-weight: 700;
  font-size: 22px;
}

.square-flip h3 {
  color: #000;
  font-family: "Poppins", "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.flip-overlay {
  display: block;
  background: #fac152;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.align-center {
  margin: 0 auto;
}

.kallyas-button {
  display: block;
  width: 160px;
  padding: 18px 30px;

  font-weight: 600;
  color: #fff;
  background: #ff2024;
  margin: 0 auto;
  border-radius: 2px;
  text-decoration: none;
  background: #ffa067;
  background: -moz-linear-gradient(
    -45deg,
    #ffa067 0%,
    #ff2959 49%,
    #ff2024 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #ffa067 0%,
    #ff2959 49%,
    #ff2024 100%
  );
  background: linear-gradient(135deg, #ffa067 0%, #ff2959 49%, #ff2024 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa067', endColorstr='#ff2024', GradientType=1);
}

.square-flip .square .boxshadow,
.square-flip .square .textshadow,
.square-flip .square2 .boxshadow,
.square-flip .square2 .textshadow {
  -ms-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  padding: 3px;
}

.square-flip .square .boxshadow {
  -webkit-box-shadow: 240px 42px 58px -8px rgb(0 0 0);
  -moz-box-shadow: 240px 42px 58px -8px rgb(0 0 0);
  box-shadow: 240px 42px 58px -8px rgb(0 0 0);
}

.square-flip .square .textshadow {
  -webkit-text-shadow: 240px 42px 58px -8px rgb(0 0 0);
  -moz-text-shadow: 240px 42px 58px -8px rgb(0 0 0);
  text-shadow: 240px 42px 58px -8px rgb(0 0 0);
}

.square-flip:hover .square .boxshadow,
.square-flip:hover .square .textshadow {
  -webkit-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
  -moz-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
  box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
}

.square-flip .square2 .boxshadow {
  -webkit-box-shadow: 240px 42px 58px -8px rgb(0 0 0);
  -moz-box-shadow: 240px 42px 58px -8px rgb(0 0 0);
  box-shadow: 240px 42px 58px -8px rgb(0 0 0);
}

.square-flip .square2 .textshadow {
  -webkit-text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
  -moz-text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
  text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0);
}

.square-flip:hover .square2 .boxshadow,
.square-flip:hover .square2 .textshadow {
  -webkit-box-shadow: 240px 42px 58px -8px rgb(0 0 0);
  -moz-box-shadow: 240px 42px 58px -8px rgb(0 0 0);
  box-shadow: 240px 42px 58px -8px rgb(0 0 0);
}

.centerflipcards {
  display: block;
  width: 1330px;
  text-align: center;
  margin: 0 auto;
  margin-top: 25px;
}

.clearfix {
  clear: both;
}

.centerflipcards p {
  font-family: "Poppins", "Roboto";
  font-size: 13px;
  margin-top: 10px;
  font-weight: 700;
}

.centerflipcards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.square-flip {
  width: 30%;
  min-width: 250px;
}

/* register css */
/* Button styles */
.shortlist-btn,
.read-more-btn {
  background-color: #1f73db;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  margin-right: 15px;
  box-shadow: 0 4px 8px rgb(0 0 0);
}

.iit-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.iit-image {
  max-width: 70px;
  height: 80px;
  flex-shrink: 0;
  margin: 15px;
  padding: 0;
  border: none;
}

.iit-text {
  margin: 0;
  padding: 0;
  flex: 1;
  line-height: 1.2;
  text-align: left;
}

.iit-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.btn-apply,
.btn-details {
  padding: 7px 20px;
  border: none;
  background-color: #0000002b;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  width: 181px;
  margin-right: 70px;
  border: 1px solid #fff;
}

.btn-apply:hover,
.btn-details:hover {
  background-color: #e9e8e8;
  color: #000;
}

@media (max-width: 768px) {
  .iit-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 78%;
    right: 10px;
    transform: translateY(-50%);
  }
}

.main-text {
  font-size: 26px;
}

@media (max-width: 768px) {
  .main-text {
    font-size: 20px;
  }
}

.text-color {
  color: #fff;
  padding: 5px;
}

.lst-year {
  font-size: 28px;
  padding: 10px;
  text-align: center;
}

.question-container {
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 29px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.question-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #52595f;
}

.question-container li {
  list-style-type: decimal;
}

.solution {
  display: none;
  background-color: #ffffff;
  padding: 10px;
  margin-top: 10px;
  /* border: 1px solid #efeded; */
  border-radius: 5px;
}

.toggle-solution {
  display: inline-block;
  color: #1f73db;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 10px;
}

.toggle-solution:hover {
  text-decoration: underline;
}

.ans {
  padding-left: 20px;
}

@media (max-width: 600px) {
  .question-container {
    padding: 15px;
  }

  .question-title {
    font-size: 1rem;
  }

  .toggle-solution {
    font-size: 0.9rem;
  }
}

.school-management {
  position: relative;
  background: linear-gradient(350deg, #6bb5ff, #7f75c0);
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.5s ease-in-out;
  animation: slideInRight 1.5s ease-in-out;
  margin: auto;
}

.school-management:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.animated-text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  animation: pulseText 2s infinite alternate;
}

@media (max-width: 768px) {
  .pricing-section .row {
    margin: 9px 9px 0 9px;
  }
}

/* latest tabs mobile responsive css */

@media (max-width: 600px) {
  .tabs {
    flex-direction: column;
  }

  .tab {
    width: 100%;
  }
}

/* banner section mobile view media query css */

@media (max-width: 768px) {
  .search-box-container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .category-dropdown,
  .location-search {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .hero-section {
    height: auto !important;
    /* padding: 40px 15px !important; */
    padding: 105px 5px !important;
    text-align: center !important;
  }

  .content-container {
    width: 100% !important;
    padding: 20px !important;
  }

  .search-container {
    flex-direction: column !important;
    align-items: center !important;
  }

  .category-dropdown,
  .location-search {
    width: 100% !important;
  }

  .location-search input {
    width: 100% !important;
  }

  .filter-buttons {
    flex-direction: column !important;
    align-items: center;
  }

  .filter-buttons button {
    width: 90% !important;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .hero-section {
    /* height: auto !important;
    padding: 30px 10px !important; */
  }

  .content-container {
    padding: 0px !important;
  }

  h1 {
    font-size: 24px !important;
    margin: 20px 0 0 0;
  }

  p {
    font-size: 14px !important;
  }

  .search-container {
    flex-direction: column !important;
    width: 100% !important;
  }

  .category-dropdown,
  .location-search {
    width: 100% !important;
  }

  .location-search input {
    width: 100% !important;
  }

  .filter-buttons {
    flex-direction: column !important;
  }

  .filter-buttons button {
    width: 100% !important;
  }
}

/* home page menu list mobile view css */

@media (max-width: 991px) {
  .mobile-left-align {
    justify-content: flex-start !important;
    text-align: left;
    width: 100%;
  }
}

/* scholarship page css */

/* Button styles */
.shortlist-btn-extension-new,
.read-more-btn {
  background-color: #1f73db;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  margin-right: 15px;
}

.iit-container-new-extension {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.iit-image-extension-new {
  max-width: 70px;
  height: 80px;
  flex-shrink: 0;
  margin: 15px;
  padding: 0;
  border: none;
}

.iit-text-new {
  margin: 0;
  padding: 0;
  flex: 1;
  line-height: 1.2;
  text-align: left;
}

.iit-new-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.btn-apply,
.btn-details {
  padding: 7px 20px;
  border: none;
  background-color: #0000002b;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  width: 181px;
  margin-right: 70px;
  border: 1px solid #fff;
}

.btn-apply:hover,
.btn-details:hover {
  background-color: #e9e8e8;
  color: #000;
}

@media (max-width: 768px) {
  .iit-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 78%;
    right: 10px;
    transform: translateY(-50%);
  }
}

.main-text-new {
  font-size: 26px;
}

@media (max-width: 768px) {
  .main-text-new {
    font-size: 20px;
  }
}

.text-color-new {
  color: #fff;
  padding: 5px;
}

.scholarship-section-new-extension {
  margin-bottom: 15px;
}

.scholarship-title-new-extension {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.scholarship-description-new-extension {
  margin-bottom: 15px;
  color: #555;
}

.scholarship-table-new-ex {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.scholarship-table-new-ex th,
.scholarship-table-new-ex td {
  border: 1px solid #ddd;
  padding: 2px 10px;
  text-align: left;
  color: #3f53d9;
  font-size: 14px;
}

.scholarship-table-new-ex tr:nth-child(even) {
  background-color: #e9ecff;
}

.view-all-link {
  display: inline-block;
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}

.view-all-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .scholarship-title {
    font-size: 1.2rem;
  }

  .scholarship-description-new-extension {
    font-size: 0.9rem;
  }

  .scholarship-table-new-ex th,
  .scholarship-table-new-ex td {
    font-size: 0.9rem;
    padding: 8px;
  }
}

.school-management-new-class {
  position: relative;
  background: linear-gradient(350deg, #6bb5ff, #7f75c0);
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.5s ease-in-out;
  animation: slideInRight 1.5s ease-in-out;
  margin: auto;
}

.school-management-new-class:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.animated-text-new-extension {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  animation: pulseText 2s infinite alternate;
}

/* school-listing details page mobile responsive css */

@media (max-width: 768px) {
  .mobile-responsive {
    width: 100% !important;
    padding: 15px !important;
    /* margin: 0 auto !important; */
  }
}

@media (max-width: 768px) {
  .mobile-responsive {
    width: 100% !important;
    padding: 10px !important;
    text-align: left;
  }

  .mobile-responsive .details-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-responsive img {
    width: 100px !important;
    height: 100px !important;
  }

  .mobile-responsive .details-info p {
    font-size: 14px !important;
  }

  .mobile-responsive .footer-actions {
    flex-direction: column;
    align-items: center;
  }

  .mobile-responsive .footer-actions div {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .mobile-responsive .btn-action {
    width: 100%;
    padding: 8px 0;
  }
}

/* new-design-av */

/* latest-news */

.linkedin {
  background-color: #f9f9f9f9;
  padding: 50px 0;
}

.linkedin-container {
  padding-left: 120px;
}

.linkedin-card .linkedin-img {
  width: 100% !important;
  height: 205px !important;
  border-radius: 10px;
  margin-bottom: 20px;
  object-fit: cover;
}

.linkedin-card iframe {
  width: 100% !important;
  height: 150px !important;
  border-radius: 10px;
  margin-bottom: 15px;
  object-fit: cover;
}

.linkedin-card-title .linkedin-icon {
  width: 25px !important;
  height: 25px !important;
}

.linkedin-card {
  padding: 15px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 2px 2px 8px #b20202;
  width: 184px;
}

.linkedin-card .linkedin-text {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
}

.linkedin-card-title {
  justify-content: space-between;
  /* padding: 15px; */
}

.linkedin-card-header h4 {
  font-size: 12px;
  font-weight: 600;
}

.linkedin-card-header .date {
  font-size: 12px;
  font-weight: 200;
}

.owl-linkedin {
  position: relative;
}

.owl-linkedin .item {
  padding: 15px;
}

.owl-linkedin .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: -10%;
  z-index: 10;
  right: 5%;
}

.owl-linkedin .owl-nav button {
  margin: 0 10px !important;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--theme-blue) !important;
  transition: all 0.4s ease;
  background-color: var(--theme-blue) !important;
  color: #ffffff !important;
  width: 80px;
  border-radius: 50px !important;
  margin: 0 10px !important;
}

.owl-linkedin .owl-nav button:hover {
  background-color: var(--theme-sblue) !important;
}

.owl-linkedin .owl-nav button i {
  font-size: 18px;
  transition: all 0.4s ease;
}

.owl-linkedin a {
  color: unset;
}

@media (max-width: 768px) {
  .linkedin-card {
    margin: auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #e7e7e7;
    width: 87%;
    height: 376px;
  }
}

.side-heading {
  font-size: 43px;
  font-weight: 600;
}

.banner-button1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  margin: 27px 5px;
  border-radius: 50px;
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
  /* Gradient Colors */
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.banner-button1:hover {
  background: linear-gradient(135deg, #feb47b, #ff7e5f);
  /* Reverse Gradient on Hover */
  transform: scale(1.05);
}

.banner-button1 .circle-large {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  top: -10px;
  left: -10px;
}

.banner-button1 button {
  background: transparent;
  border: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
  z-index: 1;
}

.banner-button1 .btn-bg-black {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

.banner-button1:hover .btn-bg-black {
  background: rgba(0, 0, 0, 0.4);
}

.quize-heading {
  width: 20%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .quize-heading {
    width: 50%;
    margin: 0 auto;
  }
}

/* school landing page mobile and desktop resposnive code  */

.update-card {
  background-color: #fdebd0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
}

.update-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.university-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.text-content {
  display: flex;
  flex-direction: column;
}

.update-title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.update-deadline {
  font-size: 14px;
  color: #888;
  margin-top: 4px;
}

.apply-button {
  background-color: #007bff;
  padding: 8px 16px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
}

/* ✅ Media Query for Mobile */
@media (max-width: 576px) {
  .update-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .apply-button {
    align-self: center;
    margin-top: 15px;
  }
}

/* register page css started here 25-4-2025 */
