*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.card1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin-block: 2rem;
  gap: 2rem;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
  /* height:170px; */
}

.card-blog {
  display: flex;
  flex-direction: column;
  width: clamp(20rem, calc(20rem + 2vw), 22rem);
  overflow: hidden;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  background: #ece9e6;
  background: linear-gradient(to right, #ffffff, #ece9e6);
}

.card__body1 {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.card__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  max-height: calc(1.6em * 3);
}
.card__body1 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  max-height: calc(1.6em * 3);
}

.bold {
  font-weight: bold; /* Make text bold */
  color: #333; /* Set default text color */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease; /* Smooth color transition */
}

/* Hover effect */
.bold:hover {
  color: #2575fc; /* Change text color on hover */
  text-decoration: underline; /* Underline on hover */
}

.tag {
  align-self: flex-start;
  padding: 0.25em 0.75em;
  border-radius: 1em;
  font-size: 0.75rem;
}

.tag + .tag {
  margin-left: 0.5em;
}

.tag-blue {
  background: #56ccf2;
  background: linear-gradient(to bottom, #2f80ed, #56ccf2);
  color: #fafafa;
}

.tag-brown {
  background: #d1913c;
  background: linear-gradient(to bottom, #ffd194, #d1913c);
  color: #fafafa;
}

.tag-red {
  background: #cb2d3e;
  background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  color: #fafafa;
}

.card__body h4 {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.card__footer {
  display: flex;
  padding: 1rem;
  margin-top: auto;
}

.user {
  display: flex;
  gap: 0.5rem;
}

.user__image {
  border-radius: 50%;
}

.user__info > small {
  color: #666;
}

.img-size {
  width: 160px;
}

@media (max-width: 1200px) {
  .img-size {
    width: 140px; /* Adjust width on large screens */
  }
}

@media (max-width: 992px) {
  .img-size {
    width: 120px; /* Adjust width on medium screens */
  }
}

@media (max-width: 768px) {
  .img-size {
    width: 100px; /* Adjust width on small screens */
  }
}

@media (max-width: 576px) {
  .img-size {
    width: 120px; /* Adjust width on extra small screens */
  }
}




.job-opening-projects {
  background-color: aliceblue;
  padding: 10px;
  display: flex;
  gap: 1rem;
}

.slide-cart {
  position: relative;
}
.data-ana-animation-bg {
  background-image: url("../../assets/images/gallery/digital-marketing1.gif");
  position: absolute; /* or relative depending on your layout */
  top: 0;
  bottom: 50%;
  left: 0px; /* Small space from the left */
  right: 0px; /* 10px space from the right */
  height: 229px;

  background-size: cover; /* Ensure the background covers the div */
  z-index: 0; /* Adjust if needed to keep it on top of other elements */
}
.digital-marketing-bg {
  background-image: url("../../assets/images/gallery/digital-marketing1.gif");
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 0px;
  right: 0px;
  height: 229px;
  background-size: cover;
  z-index: 0;
}

.eduhive-btn.active {
  background-color: #ff6600; /* Change this to your active color */
  color: white; /* Text color when active */
}

@media (max-width: 767px) {
  .mobile-res-cont {
    display: block;
  }
  .apply-btn {
    position: fixed;
    top: -10px;
    right: 0;
    z-index: 10;
    padding: 5px 12px;
    background-color: #ff6600;
    color: white;
    border: none;
    cursor: pointer;
  }

  .apply-btn:focus {
    outline: none;
  }

  .verticalflip {
    white-space: nowrap;
    /* overflow: hidden; */
    position: relative;
  }

  .verticalflip span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
  }

  @keyframes marquee {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}

/* .side-form{
  position: relative;
  width: 30%;

}

.side-unlimited-guide-form{
  position: fixed;
  right: 0px;
  top: 5rem;
} */

/* @media (max-width: 767px) { */
.digital-main-container {
  width: 90% !important;
  margin: auto;
}
/* } */

@media (max-width: 768px) {
  .digital-details p,
  h2,
  h5 {
    text-align: center;
  }
  .digital-details h2 {
    font-size: 30px;
  }

  .digital-details {
    width: 100% !important;
    margin: auto;
  }
}

.courses {
  /* font-family: emoji; */
  font-size: 17px;
  color: #34495e;
  padding: 4px 13px;
  border-left: 7px solid #2980b9;
  background-color: #fbfbfb;
  margin: 20px auto;
  width: fit-content;
  line-height: 1.6;
  border-right: 7px solid #2980b9;
}

/* #courses{
  width: 95%;
  margin: auto
} */

.btn-primary {
  background-color: #2a569f; /* Custom button background color */
  border: none; /* Remove default border */
  color: white; /* Text color */
  padding: 12px 24px; /* Button padding */
  font-size: 12px; /* Font size */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
  text-transform: uppercase; /* Uppercase text */
  /* letter-spacing: 1px;  Spacing between letters */
  transition: background-color 0.3s ease, transform 0.2s ease,
    box-shadow 0.2s ease; /* Smooth transitions */
  cursor: pointer; /* Pointer cursor on hover */
  text-decoration: none; /* Remove underline for link */
  display: inline-block; /* Block display for proper spacing */
}

.btn-primary:hover {
  background-color: #027bb5; /* Darker background on hover */
  transform: translateY(-2px); /* Slight lift effect on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Deeper shadow on hover */
}

.btn-primary:active {
  background-color: #025f8d; /* Even darker background when clicked */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /* Reduce shadow on click */
  transform: translateY(0); /* Reset transform on click */
}

.lesson-list {
  list-style-type: none; /* Remove default bullet points */
  padding: 0; /* Remove padding */
}

.lesson-section {
  display: flex; /* Use flexbox for layout */
  justify-content: space-between; /* Space out elements */
  align-items: center; /* Center items vertically */
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lesson-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.lesson-title {
  font-size: 20px;
  color: #0295d6;
  font-weight: bold;
  flex: 1; /* Allow title to take up available space */
  margin-right: 20px; /* Spacing between title and time */
}

.lesson-time,
.lesson-duration {
  font-size: 14px;
  color: #7f8c8d;
  margin-right: 10px; /* Spacing between elements */
}

.lesson-duration {
  background-color: #73c4e7;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}

.lesson-description {
  margin-top: 10px;
  font-size: 16px;
  color: #2c3e50;
  flex: 1; /* Allow description to take up available space */
}

/* Media Queries for Responsiveness */

/* Large screens (desktops, 1200px and above) */
@media (min-width: 1200px) {
  .lesson-section {
    flex-direction: row; /* Default flex row for large screens */
    padding: 20px 40px;
  }
}

/* Medium screens (tablets, 768px to 1199px) */
@media (max-width: 1199px) and (min-width: 768px) {
  .lesson-section {
    flex-direction: row;
    padding: 15px 30px;
  }

  .lesson-title {
    font-size: 18px;
  }

  .lesson-time,
  .lesson-duration {
    font-size: 13px;
  }
}

/* Small screens (phones, less than 768px) */
@media (max-width: 767px) {
  .lesson-section {
    flex-direction: column; /* Stack items vertically on small screens */
    align-items: flex-start; /* Align items to the left */
    padding: 15px 20px;
  }

  .lesson-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .lesson-time,
  .lesson-duration {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .lesson-description {
    margin-top: 10px;
    font-size: 14px;
  }
}

.main-slider-one__carousel {
  position: relative;
}

/* Style for the navigation buttons */
.main-slider-one__carousel .owl-nav {
  position: absolute;
  top: 50%; /* Centers the arrows vertically */
  width: 100%; /* Full width of the slider */
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%); /* Aligns them in the middle */
  pointer-events: none; /* Allows clicks to pass through */
}

.main-slider-one__carousel .owl-nav button {
  background: none;
  border: none;
  font-size: 30px; /* Adjust size as needed */
  pointer-events: all; /* Ensures buttons are clickable */
  cursor: pointer;
  color: #000; /* Arrow color, adjust as needed */
  padding: 10px;
  z-index: 10;
}

/* Style for left arrow */
.main-slider-one__carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  pointer-events: all;
  margin-left: 10px; /* Adjust spacing */
}

/* Style for right arrow */
.main-slider-one__carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  pointer-events: all;
  margin-right: 10px; /* Adjust spacing */
}

@media (max-width: 767px) {
  a .iconRightArrow {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .icon-right-arrow:before {
    content: ""; /* Remove the icon content to hide it */
  }
}

/* Add arrow next to Home text */
a .iconRightArrow {
  font-size: 10px; /* Adjust the font size */
  display: inline-block;
  transition: transform 0.3s ease;
  text-align: center;
  margin-top: 3px;
  margin-left: 5px; /* Space between text and arrow */
}

/* On hover, rotate the arrow downwards */
a:hover .iconRightArrow {
  transform: rotate(90deg); /* Rotate the arrow */
}

#button {
  display: inline-block;
  background-color: #ff9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: "Merriweather", serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }

  .training-scroll {
    overflow: scroll;
    max-height: 80vh;

    /* Hide scrollbar in Webkit-based browsers (Chrome, Safari) */
    scrollbar-width: none;
    -ms-overflow-style: none; /* IE and Edge */
  }

  /* Hide scrollbar in Chrome, Safari, and Edge */
  .training-scroll::-webkit-scrollbar {
    display: none;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

.main-slider-one__carousel {
  position: relative;
}

/* Style for the navigation buttons */
.main-slider-one__carousel .owl-nav {
  position: absolute;
  top: 40%; /* Centers the arrows vertically */
  width: 100%; /* Full width of the slider */
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%); /* Aligns them in the middle */
  pointer-events: none; /* Allows clicks to pass through */
}

.main-slider-one__carousel .owl-nav button {
  background: none;
  border: none;
  font-size: 30px; /* Adjust size as needed */
  pointer-events: all; /* Ensures buttons are clickable */
  cursor: pointer;
  color: #000; /* Arrow color, adjust as needed */
  padding: 10px;
  z-index: 10;
}

/* Style for left arrow */
.main-slider-one__carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  pointer-events: all;
  margin-left: 10px; /* Adjust spacing */
}

/* Style for right arrow */
.main-slider-one__carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  pointer-events: all;
  margin-right: 10px; /* Adjust spacing */
}

/* ----------------------------------------------- */

.scrolling-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}

.scrolling-content {
  display: flex;
  animation: scroll-left 30s linear infinite;
  gap: 40px;
}

.scrolling-content img {
  width: 120px;
  height: 200px;
  margin-right: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* -----------carrer------------------------------------ */

.home-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 768px) {
  .sec-title__title {
    font-size: 24px; /* Adjust title size for tablet and mobile screens */
  }
}

@media (max-width: 480px) {
  .sec-title__title {
    font-size: 20px; /* Smaller font size for mobile phones */
  }

  /* Adjust margin for mobile view */
  .offer-one.section-space-top {
    margin-top: -40px;
  }

  /* Add padding between image and text for smaller screens */
  .row.gutter-y-60 {
    padding: 20px 0;
  }
}

/* <!---------------------------our team------------------------------> */
.icon-block svg {
  width: 100%;
  height: 100%;
}

.team-cards-inner-container {
  display: flex;
  row-gap: 1.3rem;
  column-gap: 1.3rem;
}

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 25px;
}

.responsive-cell-block {
  min-height: 75px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.inner-container {
  max-width: 1200px;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  justify-content: center;
}

.section-head {
  font-size: 60px;
  line-height: 70px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
}

.section-body {
  font-size: 14px;
  line-height: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 64px;
  margin-left: 0px;
}

.team-cards-outer-container {
  display: flex;
  align-items: center;
}

.content-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.img-box {
  max-width: 130px;
  max-height: 130px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.card {
  background-color: rgb(255, 255, 255);
  display: flex;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  box-shadow: rgba(95, 95, 95, 0.1) 6px 12px 24px;
  flex-direction: row;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.card-container {
  max-width: 350px;
}

.card-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.person-name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.person-info {
  font-size: 11px;
  line-height: 15px;
}

.card-container {
  max-width: 350px;
}

.outer-container {
  justify-content: center;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
  background-color: #faf8cd;
}

.person-img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@media (max-width: 1024px) {
  .team-card-container {
    justify-content: center;
  }

  .section-head {
    font-size: 50px;
    line-height: 55px;
  }

  .img-box {
    max-width: 109px;
    max-height: 109px;
  }

  .content-container {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .inner-container {
    justify-content: space-evenly;
  }
}

@media (max-width: 768px) {
  .inner-container {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .section-body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .img-box {
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .content-box {
    text-align: center;
  }

  .content-container {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .card-container {
    max-width: 45%;
  }

  .team-cards-inner-container {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .outer-container {
    padding-top: 0px;
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
  }

  .section-head {
    font-size: 40px;
    line-height: 45px;
  }

  .content-box {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .section-body {
    font-size: 12px;
  }

  .img-box {
    max-width: 68px;
    max-height: 68px;
  }

  .person-name {
    font-size: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
  }

  .content-box {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 46px;
    margin-left: 0px;
    text-align: left;
  }

  .content-container {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .card-container {
    max-width: 100%;
  }
}

.hover-link {
  color: white; /* Default color */
  text-decoration: none; /* Removes underline */
}

.hover-link:hover {
  color: red; /* Change to any color you like */
  text-decoration: underline; /* Adds underline on hover */
}

/* Remove default list styling */
.list-unstyled-new {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* General styling */
.topbar-new {
  width: 100%;
  background-color: #2a569f;
  color: white;
  text-align: center;
  position: relative;
}

.topbar__info-new {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
/* Remove default list styling */
.list-unstyled-new {
  list-style: none;
  /* padding: 8px; */
  margin: 0;
}

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

/* Blinking effect for large screens */
@media (min-width: 769px) {
  .verticalflip-new span {
    display: none;
    color: white;
    font-size: 15px;
  }
  .verticalflip-new span.active {
    display: inline-block;
    /* animation: blinkAnimation 1s infinite; */
  }
  .apply-btn {
    position: relative;
    top: unset;
    right: unset;
  }
}

/* Marquee effect for small screens */
@media (max-width: 768px) {
  .verticalflip-new {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 28px;
  }
  .verticalflip-new span {
    display: inline-block;
    animation: marquee 30s linear infinite;
    white-space: nowrap;
    font-family: math;
  }
}

@keyframes blinkAnimation {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Back to top css */

h1 {
  font-size: 12vw;
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #1f2029;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #1f2029;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.container-cert {
  display: flex;
  align-items: center;
  /* max-width: 1200px; */
  padding: 28px;
  background-color: #00849994;
  color: #ffffff;
}
/* Left section styles */
.left-section {
  width: 50%;
  padding-right: 20px;
}

.left-section h2 {
  font-size: 2em;
  margin-bottom: 15px;
}

.left-section p {
  margin-bottom: 10px;
  line-height: 1.6;
  text-align: justify;
}

.left-section ul {
  list-style: none;
  margin-top: 10px;
  padding-left: 0;
}

.left-section ul li {
  font-weight: bold;
  display: inline; /* Make list items inline */
}

/* Right section styles */
.right-section {
  width: 50%;
  display: flex;
  justify-content: center;
}

/* Certificate image styling */
.certificate {
  max-width: 80%;
  border: 3px solid #ffffff;
  border-radius: 10px;
}

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

  .left-section,
  .right-section {
    width: 100%;
    padding: 0;
  }

  .left-section h2 {
    font-size: 1.5em;
  }

  .left-section ul {
    justify-content: center;
  }

  .certificate {
    max-width: 80%;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .left-section h2 {
    font-size: 1.2em;
  }

  .left-section p {
    font-size: 0.9em;
  }

  .left-section ul li {
    font-size: 0.9em;
  }
}

/* Curriculam css */

/* Section container */
.curriculum-container {
  /* max-width: 1200px; */
  width: 100%;
  text-align: center;
}

/* Section title */
.curriculum-container h2 {
  font-size: 2em;
  color: #00798c;
  margin-bottom: 20px;
}

/* Grid for curriculum lists */
.curriculum-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

/* Styling for each curriculum list box */
.curriculum-box {
  flex: 1;
  min-width: 280px;
  max-width: 500px;
  background-color: #ffffff;
  border: 1px solid #00798c;
  border-radius: 8px;
  padding: 15px;
}

/* Details tags styling for accordion effect */
.curriculum-box details {
  border-bottom: 1px solid #d79b61;
  padding: 10px 0;
  cursor: pointer;
}

/* Summary styling with arrow icon */
.curriculum-box details summary {
  font-weight: bold;
  font-size: 1em;
  list-style: none;
  display: flex;
  align-items: center;
  color: #333;
  position: relative;
}

/* Arrow icon styling */
.curriculum-box details summary::before {
  content: "►";
  font-size: 1em;
  color: #00798c;
  margin-right: 10px;
  transition: transform 0.2s;
  display: inline-block;
}

/* Rotate arrow icon when details are open */
.curriculum-box details[open] summary::before {
  transform: rotate(90deg);
}

/* Open state color */
.curriculum-box details[open] summary {
  color: #00798c;
}

/* Details content */
.curriculum-box details div {
  padding-top: 10px;
  font-size: 0.9em;
  color: #666;
  text-align: justify;
}

/* Responsive styling */
@media (max-width: 768px) {
  .curriculum-container h2 {
    font-size: 1.5em;
  }

  .curriculum-box {
    min-width: 100%;
  }
}

/* FAQ */

.curriculum-container-faq {
  /* max-width: 900px; */
  width: 100%;
  text-align: center;
  background-color: #d4ebeb70;
  /* margin-top: 1rem; */
  padding: 1rem 0px;
  margin-bottom: 40px;
}

/* Section title */
.curriculum-container-faq h2 {
  font-size: 2em;
  color: #fff;
  margin-bottom: 20px;
}

/* Grid for curriculum lists */
.curriculum-grid-faq {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

/* Styling for each curriculum list box */
.curriculum-box-faq {
  flex: 1;
  min-width: 280px;
  max-width: 900px;
  background-color: #ffffff;
  border: 1px solid #00798c;
  border-radius: 8px;
  padding: 15px;
}

/* Details tags styling for accordion effect */
.curriculum-box-faq details {
  border-bottom: 1px solid #d79b61;
  padding: 5px 0;
  cursor: pointer;
}

/* Summary styling with arrow icon */
.curriculum-box-faq details summary {
  font-weight: bold;
  font-size: 17px;
  list-style: none;
  display: flex;
  align-items: center;
  color: #333;
  position: relative;
}

/* Arrow icon styling */
.curriculum-box-faq details summary::before {
  content: "►";
  font-size: 1em;
  color: #00798c;
  margin-right: 10px;
  transition: transform 0.2s;
  display: inline-block;
}

/* Rotate arrow icon when details are open */
.curriculum-box-faq details[open] summary::before {
  transform: rotate(90deg);
}

/* Open state color */
.curriculum-box-faq details[open] summary {
  color: #00798c;
}

/* Details content */
.curriculum-box-faq details div {
  padding-top: 3px;
  font-size: 15px;
  color: #666;
  text-align: justify;
}


/* Responsive Styles */
@media screen and (max-width: 768px) {
  /* .course-details {
      margin-top: 50px;
  } */

  .course-details__inner {
      margin-top: 0;
  }

  .sec-title__title {
      font-size: 18px;
      margin-top: 20px;
      /* margin-bottom: 10px; */
  }

  .curriculum-container-faq {
      padding: 15px;
  }

  .curriculum-box-faq details summary {
      font-size: 16px;
  }

  .curriculum-box-faq li {
      font-size: 14px; /* Ensure list items are readable */
      list-style-type: disc
  }
}

@media screen and (max-width: 576px) {
  .sec-title__title {
      font-size: 21px;
  }

  .curriculum-container-faq {
      padding: 10px;
  }

  .curriculum-box-faq details summary {
      font-size: 14px;
  }

  .curriculum-box-faq li {
      font-size: 13px;
      list-style-type: disc
  }
}







/* Responsive styling */
@media (max-width: 768px) {
  .curriculum-container-faq h2 {
    font-size: 1.5em;
  }

  .curriculum-box-faq {
    min-width: 100%;
  }
}

.special {
  margin-left: -303px;
  margin-top: -69px;
  width: 78px;
}

.main-slider-one__carousel .owl-dots {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

@media (max-width: 768px) {
  .eduhive-owl__carousel--basic-nav.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 150px;
  }
}

#regModal .modal-dialog {
  width: 100% !important;
  max-width: 100% !important; /* Ensures the modal doesn't get limited by default bootstrap settings */
  margin: auto; /* Centers the modal */
}

.founder-message {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  padding: 30px;
  /* max-width: 800px; */
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 50px;
}

/* Circular image with shadow */
.circle {
  width: 200px;
  height: 250px;
  background: url("../../assets/images/gallery/founder message.png")
    center/cover no-repeat;
  /* border-radius: 50%; */
  float: left;
  /* shape-outside: circle(); */
  margin: 10px 30px 10px 0;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}

/* Heading styling */
h1 {
  margin: 0 0 15px;
  font-size: 28px;
  color: #2575fc;
}

/* Paragraph styling */
p {
  margin: 0;
  line-height: 1.6;
  font-size: 15px;
  color: #555;
  text-align: justify;
}

/* Clearfix for the float */
.founder-message::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .circle {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }

  .founder-message {
    padding: 20px;
  }

  h1 {
    font-size: 24px;
    text-align: center;
  }

  p {
    font-size: 16px;
  }
}

/* Button styling */
.read-more {
  background-color: #2575fc; /* Button background color */
  color: #fff; /* Text color */
  border: none; /* Remove default border */
  border-radius: 5px; /* Rounded corners */
  padding: 10px 20px; /* Padding around the text */
  font-size: 16px; /* Font size */
  cursor: pointer; /* Cursor changes to pointer on hover */
  transition: background-color 0.3s, transform 0.3s; /* Smooth transitions */
}

/* Hover effect */
.read-more:hover {
  background-color: #6a11cb; /* Change background color on hover */
  transform: translateY(-3px); /* Slight lift effect */
}

/* Optional: Focus effect for accessibility */
.read-more:focus {
  outline: none; /* Remove default outline */
  box-shadow: 0 0 0 2px rgba(38, 117, 252, 0.5); /* Add a custom focus ring */
}

.card-blog:hover {
  transform: translateY(-5px); /* Lift effect on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Darker shadow on hover */
}

.footer-text {
  text-align: center; /* Center the text */
  color: white; /* Set initial color */
  font-size: 14px; /* Adjust size if needed */
  padding: 1rem; /* Optional padding for spacing */
  transition: color 0.3s ease; /* Smooth transition for hover */
  margin-top: -11px;
}

.footer-text:hover {
  color: #333; /* Change color on hover */
}

.circle-list {
  list-style-type: circle;
}

/*   footer        */

.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

@media (max-width: 768px) {
  .wrap {
      
      justify-content: center;
      margin-top: 20px;
      
  }
}

.button {
  min-width: 225px;
  min-height: 45px;
  display: inline-flex;
  /* font-family: "Nunito", sans-serif; */
  font-size: 18px;
  align-items: center;
  justify-content: center;
  /* text-transform: uppercase; */
  text-align: center;
  /* letter-spacing: 1.3px; */
  font-weight: 600;
  color: white;
  background: #ff6600;
  background: linear-gradient(90deg, rgb(42 86 159) 0%, rgb(42 86 159) 100%);
  border: none;
  border-radius: 15px;
  box-shadow: 12px 12px 24px rgba(79, 209, 197, 0.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 8px;
}

.button::before {
  content: "";
  border-radius: 1000px;
  /* min-width: calc(300px + 12px); */
  /* min-height: calc(60px + 12px); */
  border: 6px solid #ff6600;
  box-shadow: 0 0 60px #ff6600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.button:hover,
.button:focus {
  color: #313133;
  transform: translateY(-6px);
}

.button:hover::before,
.button:focus::before {
  opacity: 1;
}

.button::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #ff6600;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.button:hover::after,
.button:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

/* .text-style
{
  margin-top: -28px;
} */

.text-side {
  margin-left: 4px;
  margin-top: 6px;
}

.side-style {
  background: #ffffff;
  box-shadow: 1px 1px 2px 2px lightgray;
  margin-top: 80px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .side-style {
  /*   margin-top: -300px; Adjust margin for tablets */
    box-shadow: 1px 1px 1px 1px gray; /* Slightly lighter shadow */
  }
}

/* For mobile phones (screens up to 767px wide) */
@media (max-width: 767px) {
  .side-style {
    margin-top: -100px; /* Adjust margin for mobile */
    box-shadow: none; /* Remove shadow for mobile */
    background: #f8f8f8; /* Lighter background color */
  }
}

/* For very small screens (e.g., narrow devices under 480px) */
@media (max-width: 480px) {
  .side-style {
    margin-top: 0; /* No negative margin */
    padding: 10px; /* Add padding for smaller screens */
    background: #efefef; /* Slightly different background */
  }
}

.sec-title__tagline1 {
  color: #2a569f;
  font-weight: 700;
  font-size: 18px;
  margin-right: 520px;
}

@media screen and (max-width: 768px) {
  .sec-title__tagline1 {
    font-size: 18px; /* Adjust font size */
    margin-right: 20px; /* Reduce margin */
  }
}

/* Media query for very small screens (e.g., max-width of 480px) */
@media screen and (max-width: 480px) {
  .sec-title__tagline1 {
    font-size: 16px; /* Further adjust font size */
    margin-right: 10px; /* Further reduce margin */
  }
}

.logo-img {
  width: 900px;
  height: 150px;
}

.icon-quote:before {
  content: "\e940";
}

/* Container */
.card-container-vdo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

/* Card Styles */
.card-vdo {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

/* .card-vdo:hover {
  transform: scaleX(1.2); 
  transform-origin: right;
} */
/* Card Content */
.card-content {
  position: relative;
}

.profile-image {
  width: 100%;
  height: auto;
  display: block;
}

.play-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  padding: 3px 10px 3px 13px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.play-btn img {
  width: 20px;
  height: 20px;
}

.name {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: bold;
}

/* Styles for the card */
.card-vdo {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.card-vdo .card-content {
  position: relative;
  overflow: hidden;
}

.profile-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 10px;
  right: 1rem;
  background-color: #fff;
  border: none;
  font-size: 25px;
  cursor: pointer;
  color: rgb(1, 1, 26);
}
/* Popup Styles */ /* Popup Styles */




#video-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: lightgray;
  z-index: 1000;
  width: 45%;
  height: 380px;
  border-radius: 10px;
  padding: 10px 20px;

}


.popup-content {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  height: 300px;
  width: 90%;
  border-radius: 10px;
  border: 1px solid lightgray;
}


#video-player{
  width: 100%;
  height: 300px;
}
/* 

.popup {
  display: none; .popup {
    display: none; 
    position: fixed;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8); 
    z-index: 1000;
    
  }
  
  .popup-content {
    position: fixed;
    background-color: white;
    padding: 20px ;
    border-radius: 10px;
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 50% !important; 
    height:300px !important;
  }
  
  
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: black;
    cursor: pointer;
  }
  
  
  
  .popup.show {
    display: flex;
  }

  
}

.popup-content {
  position: fixed;
  background-color: white;
  padding: 20px ;
  border-radius: 10px;
  display: flex;
  justify-content: center; 
  align-items: center; 
  width: 50% !important; 
  height:300px !important;
}


.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: black;
  cursor: pointer;
}






.popup.show {
  display: flex;
} */
.text-width{
  width: 1153px;
}
.row1{
  display: ruby;
}

@media (max-width: 768px) { /* Adjust the max-width as needed */
  .row1 {
    display: block; /* Hide the element */
  }
  .text-width{
    width: 294px;
  }
}

.card2 {
  padding: 3.1em 1.25em;
  text-align: center;
  background: linear-gradient(0deg, #2a569f 10px, transparent 10px);
  background-repeat: no-repeat;
  background-position: 0 0.62em;
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
  border-radius: 0.5em;
  transition: 0.5s;
  cursor: pointer;
  /* margin-left: 30px; */
  border: 1px solid black;
}

.read-more-button:hover {
  background-color: #0056b3; /* Change background color on hover */
  transform: scale(1.05); /* Slight zoom effect on hover */
}




/* marquee */

.img-marquee img {
  height: 130px;
  width: 250px;
  object-fit: contain; /* Ensures the image fits properly without distortion */
}

.Marquees{
	overflow-x: hidden;
}
.Marquee{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200vw;
  height: 13vh;
}
.marquee{
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #1a1a1a; */
  height: 11vh;
  width: 12.5vw;
	/*line 43 is very important. since we have 16 items, width of the Marquee which is 200vw must be devided between them. which turns out to be 12.5vw*/
  margin: 10px;
  border-radius: 15px;
}
.marquee:hover{
  background: lightgray;
}
.icon {
	color: #cccccc;
  transform: scale( 1.5 );
}
.FirstRow{
animation: Scroll 60s linear infinite;}
.SecondRow{
  animation: Scroll 60s linear infinite;
  animation-direction: reverse;
}
@keyframes Scroll {
    0% {transform: translateX(-50vw);
        -webkit-transform: translateX(-50vw);}
      100% {transform: translateX(50vw);
          -webkit-transform: translateX(50vw);}
      }


      @media screen and (max-width: 1024px) {
        .Marquee {
          width: 300vw; /* Adjust width to fit more items */
        }
        .marquee {
          width: 18vw; /* Increase width for better spacing */
          height: 9vh;
        }
        @keyframes Scroll {
          0% {
            transform: translateX(-75vw);
          }
          100% {
            transform: translateX(75vw);
          }
        }
      }
      
      @media screen and (max-width: 768px) {
        .Marquee {
          width: 400vw;
        }
        .marquee {
          width: 22vw; /* Increase item width */
          height: 8vh; /* Reduce height */
        }
        .icon {
          transform: scale(1.2);
        }
        @keyframes Scroll {
          0% {
            transform: translateX(-100vw);
          }
          100% {
            transform: translateX(100vw);
          }
        }
      }
      
      @media screen and (max-width: 480px) {
        .Marquee {
          width: 500vw;
        }
        .marquee {
          width: 28vw; /* Adjust for small screens */
          height: 7vh;
        }
        .icon {
          transform: scale(1);
        }
        @keyframes Scroll {
          0% {
            transform: translateX(-120vw);
          }
          100% {
            transform: translateX(120vw);
          }
        }
      }
      
      /* overlay */

      
      .showcase {
        width: 100%;
        height: 500px;
        position: relative;
        margin-top: 103px;
        overflow: hidden; /* Ensures no extra space */
      }
      
      .showcase img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image fully covers the area */
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
      }
      
      .showcase .overlay {
        width: 100%;
        height: 100%; /* Use 100% instead of fixed height */
        background-color: rgba(0, 35, 82, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
      }
      
      .showcase h2 {
        color: white;
        font-size: 3em;
        font-weight: bold;
        z-index: 3;
      }
      
      /* Responsive Styling */
      @media screen and (max-width: 768px) {
        .showcase {
          height: 350px;
        }
        .showcase h2 {
          font-size: 2.2em;
        }
      }
      
      @media screen and (max-width: 480px) {
        .showcase {
          height: 250px;
        }
        .showcase h2 {
          font-size: 1.8em;
        }
      }
      
      /* .img-opacity{
        background-image: url("../assets/images/shapes/online-class-bg-1-1.png");
        opacity: 0.3;
      } */


      /* Courses banner */

      .content11 {
        flex: 1;
    }
    
    .badge {
        background: #fff5d4;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 10px;
        color:#d48829;
    }
    
    
    
    .features span {
        display: inline-block;
        margin-right: 15px;
        font-size: 14px;
        color: #666;
    }
    
    .features span i {
        color: #2a569f;
        margin-right: 5px;
    }
    
    .buttons {
        margin-top: 15px;
    }
    
    .btn-outline, .btn-primary {
        display: inline-block;
        padding: 12px 18px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s;
    }
    
    .btn-outline {
        border: 2px solid #007bff;
        color: #007bff;
        margin-right: 10px;
    }
    
    .btn-outline:hover {
        background: #007bff;
        color: #fff;
    }
    
    .btn-primary {
        background: #003366;
        color: #fff;
    }
    
    .btn-primary i {
        margin-left: 5px;
    }
    
    .btn-primary:hover {
        background: #002244;
    }
    
    .partners {
        margin-top: 20px;
        font-size: 14px;
        color: #666;
    }
    
    .partners p {
        font-weight: 600;
        color: #222;
    }
    
    .logos img {
        width: 439px;
        margin-right: 10px;

    }
    
    .image img {
        max-width: 540px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
    
    @media (max-width: 900px) {
        
    
        .buttons {
            display: flex;
            justify-content: center;
            gap: 10px;
        }
    
        .image img {
            max-width: 100%;
        }
    }


    