/* From Uiverse.io by NorthFishHasNa */
.custom-button {
  display: inline-block;
  border-radius: 4px;
  background-color: #1a3868;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 7px;
  width: 130px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  text-decoration: none;
}

.custom-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.custom-button span:after {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
}

.custom-button:hover span {
  padding-right: 15px;
  color: #fff;
}

.custom-button:hover span:after {
  opacity: 1;
  right: 0;
  color: #fff;
}
.img-abt {
  height: 200px;
  width: auto;
}

.new-features-icon {
  margin-bottom: 15px;
}

.why-choose {
  position: relative;
  z-index: 999;
  top: -60px;
}
.why-head {
  text-align: center;
  margin-bottom: 40px;
}

.why-head .why-title {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
}

.why-head .why-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 3px;
  background-color: #fff;
  /* Change as needed */
  transform: translateX(-50%);
  border-radius: 2px;
}

.single-features-mid {
  border-right: 2px solid #fff;
}

@media (max-width: 768px) {
  .single-features-mid {
    border-right: none;
  }
  .why-choose {
    position: relative;
    top: -20px;
  }
  .clasic-service-content {
    padding-bottom: 30px;
  }
  .main-form {
    border-radius: 0 !important;
  }
}

/* classic-service-section-end */

.classic-service-section {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  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(135deg, #1a3868 0%, #2d5aa0 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 */
/* admission-process-start */
:root {
  --theme-color: #1a3868;
  --outer-circle-width: 280px;
  --inner-circle-width: 180px;
}

.step {
  position: absolute;
  bottom: -40px;
  font-size: 30px !important;
  color: #fff;
}

.step-2 {
  position: absolute;
  top: -40px;
  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: var(--theme-color);
}

.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 var(--theme-color);
  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 */
.pentagon-icon .icon i {
  font-size: 2rem;
}

.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
}
.section-title-3 .card-h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.section-title-3 p {
  margin-top: 5px;
}

.project .content .card-title > a {
  color: #fff !important;
}

.form-section {
  padding: 20px;
}

.styled-btn {
  background-color: #dedede;
  color: #1a3868;
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  letter-spacing: 0.5px;
}

.styled-btn:hover {
  background-color: #1a3868;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
.stick-btn {
  position: fixed;
  top: 40%;
  right: -50px;
  transform: rotate(90deg);
  z-index: 99999;
}
.blog-inner {
  padding: 20px 20px 10px 20px;
  border: 3px solid #1a3868;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.testimonial-slider-content .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1d2634;
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.testimonial-slider-content .slick-arrow i {
  font-size: 17px;
  line-height: 30px;
  display: block;
  transition: transform 0.3s ease;
}

.testimonial-slider-content .slick-arrow.slick-prev {
  left: -30px;
  margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .testimonial-slider-content .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider-content .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-content .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-slider-content .slick-arrow.slick-prev {
    left: -5px;
  }
}

.testimonial-slider-content .slick-arrow.slick-next {
  right: -30px;
  margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .testimonial-slider-content .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider-content .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-content .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-slider-content .slick-arrow.slick-next {
    right: 8px;
  }
}

.testimonial-slider-content .slick-arrow:hover {
  background-color: #1a3868;
  color: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 25px rgba(29, 38, 52, 0.3);
}

.testimonial-slider-content .slick-arrow:hover i {
  transform: scale(1.1);
}

.testimonial-slider-content .slick-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.testimonial-slider-content:hover .slick-arrow {
  opacity: 1;
}

.testimonial-slider-content:hover .slick-arrow.slick-prev {
  margin-left: 0;
}

.testimonial-slider-content:hover .slick-arrow.slick-next {
  margin-right: 0;
}

.testimonial-slider-content-3 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1d2634;
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.testimonial-slider-content-3 .slick-arrow i {
  font-size: 17px;
  line-height: 30px;
  display: block;
  transition: transform 0.3s ease;
}

.testimonial-slider-content-3 .slick-arrow.slick-prev {
  left: -30px;
  margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .testimonial-slider-content-3 .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider-content-3 .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-content-3 .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-slider-content-3 .slick-arrow.slick-prev {
    left: -5px;
  }
}

.testimonial-slider-content-3 .slick-arrow.slick-next {
  right: -30px;
  margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .testimonial-slider-content-3 .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider-content-3 .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-content-3 .slick-arrow.slick-next {
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-slider-content-3 .slick-arrow.slick-next {
    right: 8px;
  }
}

.testimonial-slider-content-3 .slick-arrow:hover {
  background-color: #1a3868;
  color: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 25px rgba(29, 38, 52, 0.3);
}

.testimonial-slider-content-3 .slick-arrow:hover i {
  transform: scale(1.1);
}

.testimonial-slider-content-3 .slick-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.testimonial-slider-content-3:hover .slick-arrow {
  opacity: 1;
}

.testimonial-slider-content-3:hover .slick-arrow.slick-prev {
  margin-left: 0;
}

.testimonial-slider-content-3:hover .slick-arrow.slick-next {
  margin-right: 0;
}
/* 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; */
  display: inline-block;
  width: 100%;
}

.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: linear-gradient(135deg, #1a3868 0%, #2c5aa0 100%);
  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: #1a3868;
  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 */
.head-anc {
  transition: all 0.5s ease;
  cursor: pointer;
}

.head-anc:hover {
  text-decoration: underline;
}

/* learn with flex start */
.edu-section {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(145deg, #0a1e3b 0%, #2e4a7d 100%);
  overflow: hidden;
  padding: 20px 0;
}

/* Animated Background Particles */
.edu-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a3868 0%, #2d5aa0 100%);
  animation: pulse 15s infinite ease-in-out;
  z-index: 0;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

.edu-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.edu-row {
  display: flex;
  align-items: center;
}

.edu-heading-column {
  position: relative;
}

.edu-main-heading {
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
  line-height: 74px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 1px 1px 5px #fff;
  margin-bottom: 20px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 20px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #5a7fba, #1a3868);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  flex-shrink: 0;
  box-shadow: 0 5px 20px rgba(26, 56, 104, 0.3);
}

.feature-text {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}

/* 3D Tilt Effect */
.feature-card.tilt {
  transition: transform 0.2s ease;
}

/* Responsive Design */
@media (max-width: 992px) {
  .edu-row {
    flex-direction: column;
    text-align: center;
  }

  .edu-main-heading {
    font-size: 3rem;
    line-height: 50px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .edu-section {
    padding: 20px 0;
  }

  .edu-container {
    padding: 0 20px;
  }

  .edu-main-heading {
    font-size: 2.5rem;
  }

  .feature-card {
    padding: 20px;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .feature-text {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .edu-main-heading {
    font-size: 2rem;
  }

  .feature-card {
    padding: 15px;
    gap: 20px;
  }

  .feature-icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }

  .feature-text {
    font-size: 0.9rem;
  }
}
/* learn with flex end */
/* contact us end */

.new-contact-section {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.new-contact-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.new-contact-link {
  text-decoration: none;
  display: block;
}

.new-contact-item {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(26, 56, 104, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: new-slideUp 0.6s ease forwards;
  color: inherit;
  border-color: #1a3868;
}

.new-contact-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(26, 56, 104, 0.05),
    transparent
  );
  transition: left 0.6s;
}

.new-contact-item:hover::before {
  left: 100%;
}

.new-contact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(26, 56, 104, 0.2);
}

.new-contact-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1a3868, #2d5aa0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  position: relative;
  flex-shrink: 0;
}

.new-contact-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a3868, #2d5aa0);
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.3s ease;
}

.new-contact-item:hover .new-contact-icon::after {
  opacity: 0.3;
  transform: scale(1.4);
}

.new-contact-icon i {
  font-size: 1.5rem;
  color: #fff;
  z-index: 1;
  position: relative;
}

.new-contact-info {
  flex: 1;
}

.new-contact-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.new-contact-value {
  font-size: 1.2rem;
  color: #1a3868;
  font-weight: 600;
  word-break: break-word;
}

/* Responsive */
@media (max-width: 768px) {
  .new-contact-section {
    padding: 2rem 1.5rem;
  }

  .new-contact-item {
    padding: 1.2rem;
  }

  .new-contact-icon {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
  }

  .new-contact-icon i {
    font-size: 1.3rem;
  }

  .new-contact-value {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .new-contact-section {
    padding: 1.5rem 0;
  }

  .new-contact-item {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .new-contact-icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

.new-contact-item:nth-child(1) {
  animation-delay: 0.1s;
}

.new-contact-item:nth-child(2) {
  animation-delay: 0.2s;
}

.new-contact-item:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes new-slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* contact us end */
/* footer about start */

.footer-menu h4:hover {
  border-bottom: 1px solid #fff;
}

.footer-menu h4 {
  font-size: 13px;
  cursor: pointer;
  position: relative;
  color: #fff;
  margin-bottom: 0;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  display: none;
  margin: 10px 0;
  color: #fff;
}

.footer-menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

/* footer about end */
.main-menu-two ul li a:hover {
  color: #1a5ac1;
}
.main-menu-two ul li .new-active {
  color: #1a5ac1;
}
.sub-menu li a:hover {
  color: #fff !important;
}

/* new degree certificate design start */

.classic-service-section-mirror {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  overflow: hidden;
}

.classic-service-section-mirror::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;
}

.text-div-mirror {
  background: linear-gradient(135deg, #1a3868 0%, #2d5aa0 100%);
  border-top-right-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-mirror::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%
  );
  transform: scale(0);
  transition: transform 0.6s ease;
}

.text-div-mirror:hover::before {
  transform: scale(1);
}

.text-div-mirror::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px; /* mirrored position */
  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-mirror:hover::after {
  opacity: 1;
}

.text-div-mirror h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-div-mirror p {
  color: #e0e7ff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.main-div-mirror {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.img-div-mirror {
  margin-right: -5px; /* mirrored side */
  position: relative;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

.img-div-mirror::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px; /* mirrored effect */
  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;
}

.img-div-mirror img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Floating elements */
.floating-element-mirror {
  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-mirror 6s ease-in-out infinite;
}

.floating-element-mirror:nth-child(1) {
  top: 10%;
  right: 5%;
}
.floating-element-mirror:nth-child(2) {
  top: 70%;
  left: 10%;
  animation-delay: 2s;
}
.floating-element-mirror:nth-child(3) {
  bottom: 20%;
  right: 15%;
  animation-delay: 4s;
}

/* Animation */
@keyframes float-mirror {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Responsive tweaks */
@media (max-width: 992px) {
  .text-div-mirror {
    aspect-ratio: 2 / 1;
    border-radius: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .text-div-mirror {
    padding: 0 30px;
    aspect-ratio: 2.5 / 1;
  }
  .text-div-mirror h2 {
    font-size: 32px;
  }
  .text-div-mirror p {
    font-size: 16px;
  }
  .img-div-mirror {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .classic-service-section-mirror {
    padding: 40px 0;
  }
  .text-div-mirror {
    margin-top: 0;
    border-radius: 15px;
    padding: 25px;
    aspect-ratio: 2 / 1;
  }
  .text-div-mirror h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .text-div-mirror p {
    font-size: 14px;
  }
  .floating-element-mirror {
    width: 40px;
    height: 40px;
  }
}

/* degree certificate design end */
/* course note */
.program-box {
  border: 1px solid #312a6d;
  border-radius: 12px;
  padding: 20px;
  margin: 20px auto;
}

.program-title {
  font-size: 18px;
  font-weight: 700;
  color: #00235b;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.program-option {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.option-label {
  font-weight: bold;
  font-size: 18px;
  color: #1a3868;
  margin-right: 10px;
}

.program-option p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
/* course note */
