.choose-us-section-two {
  background: url("../img/career-opp.png") no-repeat 7% #15a7af;
  background-size: contain;
}
.new-icon {
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;

  i {
    color: #eba109;
  }
}

.single-features {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  .content {
    h4 {
      font-size: 22px;
      margin-bottom: 5px;
      font-weight: 500;
      padding-bottom: 5px;
      color: #fff;
      border-bottom: 1px solid #fff;
    }
    p {
      color: #fff;
      font-weight: normal;
      font-size: 16px;
    }
  }
}

.course-bannr {
  height: 300px;
  background: linear-gradient(135deg, #15a7af, #00235b);
  padding: 40px;
  z-index: -99;
}

.main-cont {
  position: absolute;
  top: 50px;
}

.custom-breadcrumb {
  position: absolute;
  top: 0;
  background: transparent;
  padding: 8px 15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  color: white;
}

.custom-breadcrumb li + li:before {
  content: " / ";
  padding: 0 5px;
  color: white;
}

.custom-breadcrumb a {
  color: white;
  text-decoration: none;
}

.custom-breadcrumb a:hover {
  text-decoration: underline;
}

.custom-breadcrumb .active {
  color: white;
  font-weight: bold;
}

.odl-btn {
  margin-left: -10px;
  margin-top: 30px;
}

.detail-highlight {
  padding: 30px 0;
}

.course-details-title {
  h2 {
    font-size: 36px;
    color: #1a3868;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
  }
  p {
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 17px;
  }
}

.service-intro-content h2 {
  font-size: 36px;
  text-align: center;
  color: #1a3868;
  font-weight: 700;
  margin-bottom: 20px;
}
.choose-description h2 {
  font-size: 36px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}

.choose-description p {
  margin-top: 20px;
  line-height: 1.5;
  color: #ffffff;
  font-size: 17px;
}
.single-features-cp .content-cp h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}
.main-title {
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 4px #fff;
}
/* Pentagon Icon CSS */
.single-features-cp {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
}
.pentagon-icon-cp {
  background-color: #fff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  border-radius: 14px;
}

.pentagon-icon-cp .cp-icon {
  position: relative;
  width: 50px;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 20px;
}
.pentagon-icon-cp .cp-icon i {
  font-size: 40px;
  color: #eba109;
}

@media (max-width: 1024px) {
  .main-cont {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .pentagon-icon-cp .cp-icon {
    width: 38px;
    height: 57px;
    margin: 0 15px;
  }
}
@media (max-width: 450px) {
  .course-bannr {
    height: 450px;
  }
  .custom-breadcrumb {
    padding: 8px 0;
  }
  .course-bannr {
    padding: 30px 20px;
  }
  .odl-btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .red_clss {
    margin: 0;
  }
  .choose-us-section-two {
    background: #15a7af;
    padding-left: 10px;
    padding-right: 10px;
  }
  .choose-description h2 {
    font-size: 30px;
  }
  .pentagon-icon-cp .cp-icon i {
    font-size: 30px;
  }
  .single-features-cp .content-cp h4 {
    font-size: 20px;
  }
}

.card-body {
  ul {
    list-style: disc;
    padding: 0 20px;
  }
}
/* classic-service-section-end */

.classic-service-section {
  position: relative;
  padding: 50px 0;
  background: #d8eeef;
  overflow: hidden;
}

.classic-service-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="80" cy="40" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="40" cy="80" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
  z-index: 1;
}

.container {
  position: relative;
  z-index: 2;
}

.text-div {
  background: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
  border-top-left-radius: 40%;
  aspect-ratio: 3 / 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(26, 56, 104, 0.3);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.text-div::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  transition: transform 0.6s ease;
  transform: scale(0);
}

.text-div:hover::before {
  transform: scale(1);
}

.text-div::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.text-div:hover::after {
  opacity: 1;
}

.text-div h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeInUp 0.8s ease-out;
}

.text-div p {
  color: #e0e7ff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.main-div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.img-div {
  margin-left: -5px;
  position: relative;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

.img-div::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background: linear-gradient(
    135deg,
    rgba(26, 56, 104, 0.1),
    rgba(45, 90, 160, 0.1)
  );
  border-radius: 20px;
  z-index: -1;
  transition: all 0.6s ease;
}

.img-div img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Floating animation for decorative elements */
.floating-element {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.floating-element:nth-child(1) {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.floating-element:nth-child(2) {
  top: 70%;
  right: 10%;
  animation-delay: 2s;
}

.floating-element:nth-child(3) {
  bottom: 20%;
  left: 15%;
  animation-delay: 4s;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .text-div {
    padding: 0 40px;
  }

  .text-div h2 {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .classic-service-section {
    padding: 60px 0;
  }

  .text-div {
    aspect-ratio: 2 / 1;
    border-radius: 20px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .text-div {
    padding: 0 30px;
    aspect-ratio: 2.5 / 1;
  }

  .text-div h2 {
    font-size: 32px;
  }

  .text-div p {
    font-size: 16px;
  }

  .img-div {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .classic-service-section {
    padding: 40px 0;
  }

  .text-div {
    margin-top: 0;
    border-radius: 15px;
    padding: 25px;
    aspect-ratio: 2 / 1;
  }

  .text-div h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .text-div p {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .floating-element {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 400px) {
  .text-div h2 {
    font-size: 20px;
  }

  .text-div p {
    font-size: 13px;
  }

  .text-div {
    padding: 25px 20px;
  }
}

/* Hover effects for the entire section */
.row:hover .text-div {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(26, 56, 104, 0.4);
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus states for accessibility */
.text-div:focus-within {
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

/* classic-service-section-end */

/* course table start */
.table-container {
  overflow-x: auto;
  overflow-y: hidden;
  /* optional if you only want horizontal scrolling */
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: auto;
  /* For Firefox */
  scrollbar-color: #1a3868 #dedede;
  /* scrollbar thumb and track colors */
}

/* Optional: Custom scrollbar styles for WebKit browsers (Chrome, Edge, Safari) */
.table-container::-webkit-scrollbar {
  height: 8px;
}

.table-container::-webkit-scrollbar-thumb {
  background-color: #1a3868;
  border-radius: 4px;
}

.table-container::-webkit-scrollbar-track {
  background-color: #dedede;
}

.table-wrapper {
  /* min-width: 1000px; */
  width: 100%;
  display: inline-block;
}

.table-container:active {
  cursor: grabbing;
}

.modern-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: white;
}

.modern-table thead {
  background: #15a7af;
  color: white;
}

.modern-table th {
  padding: 10px 10px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  vertical-align: middle;
  line-height: 20px;
}

.modern-table th:last-child {
  border-right: none;
}

.modern-table td {
  padding: 8px;
  text-align: center;
  font-size: 0.9rem;
  border: 1px solid #000;
  transition: all 0.3s ease;
  line-height: 20px;
}

.modern-table td:last-child {
  border-right: none;
}

.course-category {
  font-weight: 600;
  color: #e21818;
  background: linear-gradient(135deg, #e8f2ff 0%, #f0f8ff 100%);
  border-radius: 4px;
  padding: 3px 6px;
  font-size: 0.75rem;
}

.course-title {
  font-weight: 500;
  color: #2c3e50;
  text-align: left;
  max-width: 200px;
  font-size: 0.85rem;
}

.assessment-score {
  font-weight: 600;
  color: #000;
}

.total-score {
  font-weight: 700;
  color: #27ae60;
  font-size: 1.1rem;
  border-radius: 6px;
}

.grand-total {
  background: linear-gradient(135deg, #1a3868 0%, #2c5aa0 100%);
  color: white;
  font-weight: 700;
  font-size: 1rem;
}

.grand-total td {
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.grand-total td:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .modern-table th,
  .modern-table td {
    padding: 5px 8px;
    font-size: 0.8rem;
  }

  .course-title {
    max-width: 180px;
    font-size: 0.85rem;
  }
}
/* course table end */
/* course structure starts */
.faq-question {
  margin-bottom: 30px;
}
.faq-question i {
  margin-right: 5px;
}
.faq-question a {
  color: #1d2634;
}
.faq-question a:hover {
  color: #1a3868;
}

.faq-accordion.faq-page .card-header a {
  margin-left: 0;
}
.faq-accordion .card {
  border-radius: 0;
  margin-bottom: 10px;
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.faq-accordion .card .card-body {
  border: 1px solid #eba109;
  background-color: #fff;
}

.faq-accordion .card .card-header:hover,
.faq-accordion .card .card-header:hover a {
  background-color: #eba109;
  border-color: #eba109;
  color: #fff;
  i {
    color: #fff;
  }
}

.faq-accordion .card-header {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}
.faq-accordion .card-header i {
  font-size: 17px;
  color: #eba109;
  margin-right: 6px;
}
.faq-accordion .card-header a {
  display: block;
  padding: 15px 20px;
  cursor: pointer;
  color: #1d2634;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .faq-accordion .card-header a {
    font-size: 13px;
  }
}
.faq-accordion .card-header a.collapsed::before {
  font-size: 14px;
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: 400;
}
.faq-accordion .card-header a.collapsed::after {
  display: none;
}
.faq-accordion .card-header a:after {
  font-size: 14px;
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  top: 12px;
  content: "";
  font-weight: 400;
}
.faq-accordion .card-header a:hover {
  color: #1d2634;
}

.card-body {
  padding: 14px 20px;
}
/* course strcutre ends */
/* fees section starts */
/*-- Copyright --*/
.copyright p {
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.copyright p a:hover {
  color: #1a3868;
}

.fee-section {
  padding: 50px 0px;
  background: #fff;
}

.fee-card {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 10px;
  /* padding: 40px 30px; */
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 12px 30px rgba(26, 56, 104, 0.1);
  transition: all 0.4s ease;
  position: relative;
}

.fee-card:hover {
  transform: scale(1.03);
  box-shadow: 0 16px 35px rgba(26, 56, 104, 0.2);
}

.fee-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a3868;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.fee-amount {
  font-size: 27px;
  font-weight: bold;
  color: #1a3868;
  position: relative;
  z-index: 2;
}

.fee-amount::before {
  content: "₹";
  font-size: 1.4rem;
  vertical-align: super;
  margin-right: 5px;
  color: #1a3868;
}

.fee-card::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 80px;
  height: 80px;
  background: #1a3868;
  border-radius: 50%;
  opacity: 0.05;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .fee-card {
    margin-bottom: 30px;
  }
}

.fee-tabs tr th {
  padding: 5px;
  color: #fff;
  border: 1px solid #000;
  background-color: #15a7af;
  text-align: center;
  font-size: 15px;
}
.fee-tabs tr td {
  padding: 5px;
  border: 1px solid #000;
  text-align: center;
  font-size: 15px;
}

.fee-line {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0px;
  font-weight: 800;
}

del {
  color: gray;
  margin-right: 8px;
}

.gradient-blink {
  font-weight: bold;
  background: linear-gradient(
    90deg,
    #28a745,
    #218838
  ); /* ✅ Success green gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: blink 1s infinite;
  font-size: 20px;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
/* fee sections ends */
/* admission-process-start */
:root {
  --theme-color: #1a3868;
  --outer-circle-width: 280px;
  --inner-circle-width: 180px;
}

.step {
  position: absolute;
  bottom: -50px;
  font-size: 30px !important;
  color: #fff;
}

.step-2 {
  position: absolute;
  top: -50px;
  font-size: 30px !important;
  color: #fff;
}

.circle-container {
  display: flex;
  justify-content: center;
}

.circle-container .outer-circle {
  width: var(--outer-circle-width);
  height: var(--outer-circle-width);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.circle-container .outer-circle:not(:first-child) {
  margin-left: calc(
    (var(--outer-circle-width) - var(--inner-circle-width)) / 2 - 100px
  );
}

.circle-container .outer-circle:nth-child(odd) .inner-circle {
  border-top-color: transparent;
  border-left-color: transparent;
}

.circle-container .outer-circle:nth-child(even) {
  margin-top: 1px;
}

.circle-container .outer-circle:nth-child(even) .inner-circle {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.circle-container .outer-circle:first-child .inner-circle {
  border-left-color: #15a7af;
}

.circle-container .outer-circle .inner-circle {
  width: var(--inner-circle-width);
  height: var(--inner-circle-width);
  box-sizing: content-box;
  border: calc((var(--outer-circle-width) - var(--inner-circle-width)) / 2)
    solid #15a7af;
  transform: rotate(45deg);
  border-radius: 50%;
}

.circle-container .outer-circle .inner-circle .inner-circle-content {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 5px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  transform: rotate(-45deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.circle-container .outer-circle .inner-circle .inner-circle-content span {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.circle-container .outer-circle .inner-circle .inner-circle-content img {
  margin-top: 5px;
  height: 50px;
}

.circle-container .outer-circle img {
  stroke: var(--theme-color);
  fill: var(--theme-color);
}

@media (max-width: 769px) {
  .circle-container {
    flex-direction: column;
    align-items: center;
  }

  .circle-container .outer-circle .inner-circle {
    transform: rotate(135deg);
  }

  .circle-container .outer-circle .inner-circle .inner-circle-content {
    transform: rotate(225deg);
  }

  .circle-container .outer-circle:not(:first-child) {
    margin-left: 0;
    margin-top: calc(
      (var(--outer-circle-width) - var(--inner-circle-width)) / 2 - 100px
    );
  }

  .step {
    position: absolute;
    top: -40px;
    font-size: 30px !important;
    color: #fff;
  }
}
/* admission-process-end */
/* form start */

/* Form Container */
.register-form {
  padding: 0 25px 1px 25px;
  background: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Heading */
.register-form h3 {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.register-form h3 span {
  color: #eba109;
}

.register-form hr {
  border-top: 2px solid #eba109;
  margin-bottom: 20px;
}

/* Input Fields */
.register-form .form-control {
  background: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}

.register-form .form-control:focus {
  outline: none;
  box-shadow: 0 0 8px rgba(235, 161, 9, 0.7);
  border-color: #eba109;
}

/* Select Dropdowns */
.register-form select {
  cursor: pointer;
}

/* Checkbox */
.register-form label {
  font-size: 12px;
  color: #ddd;
}

/* Submit Button */
.btn-learn-more.btn_luxary {
  background: #eba109;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 5px;
  border: none;
  transition: background 0.3s ease;
}

.btn-learn-more.btn_luxary:hover {
  background: #ffbf2e;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .register-form {
    padding: 20px 15px;
  }

  .register-form h3 {
    font-size: 18px;
  }
}
/* form end */
