@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Open+Sans:wght@400;500;600;700&display=swap");

:root {
  /* Primary Colors */
  --color-primary: #1D3557 !important;    /* Navy Blue */
  --color-secondary: #43A047 !important;  /* Leafy Green */
  --color-textSecondary: #3B5998 !important; /* Blue Gray */
  --color-tertiary: #FFC107 !important;   /* Amber Yellow */
  --color-dark: #212121 !important;       /* Dark Gray */
  --color-heading: #212121 !important;    /* Dark Gray */
  --color-border: #DDDDDD !important;     /* Light Silver Gray */
  --color-body: #616161 !important;       /* Medium Gray */
  --gradient-primary: linear-gradient(45deg, #1D3557, #3B5998) !important;
  --bg-color: #F9F9F9 !important;         /* Soft White */
  --cta-color-bg: #F1F1F1 !important;     /* Light Gray */
  --color-bg-body: #FFFFFF !important;    /* Pure White */
  
  /* Background & Surface Colors */
  --color-lighten01: #F1F1F1;  /* Light Gray */
  
  /* Text Colors */
  --color-white: #ffffff;
  --color-black: #000000;
  --footer-text: #181818;
  --edu-btn-color: #ffffff;
  --color-title: #bababa;
  
  /* Typography */
  --font-primary: 'Merriweather', serif;
  --font-secondary: 'Open Sans', sans-serif;
  
  /* Rest of the existing variables */
  --border-width: 2px;
  --radius-small: 4px;
  --radius: 10px;
  --radius-big: 16px;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --shadow-darker: 0px 10px 50px 0px rgba(26,46,85,0.1);
  --shadow-darker2: 0px 20px 50px 0px rgba(26,46,85,0.1);
  --shadow-dark: 0px 10px 30px 0px rgba(20,36,66,0.15);
  --shadow-darkest: 0px 10px 30px 0px rgba(0,0,0,0.05);
  --shadow-darker3: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
  --shadow-darker4: 0px 20px 70px 0px rgba(15, 107, 92, 0.2);
  --transition: 0.3s;
  --transition-2: 0.5s;
  --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  --font-icomoon: "icomoon";
  --font-size-b1: 16px;
  --font-size-b2: 14px;
  --line-height-b1: 1.73;
  --line-height-b2: 1.85;
  --h1: 50px;
  --h2: 36px;
  --h3: 28px;
  --h4: 20px;
  --h5: 18px;
  --h6: 16px;
  --h1-lineHeight: 1.2;
  --h2-lineHeight: 1.39;
  --h3-lineHeight: 1.43;
  --h4-lineHeight: 1.4;
  --h5-lineHeight: 1.45;
  --h6-lineHeight: 1.62;
}

* {
  font-family: "Poppins";
}
.text-second {
  color: var(--color-textSecondary);
}
.header-top .header-info li i {
  padding-right: 12px;
}

.mainmenu-nav .mainmenu > li:first-child > a {
  padding: 0;
}
.mainmenu-nav .mainmenu .activeTab {
  font-weight: 600;
  color: var(--color-primary);
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
  font-weight: 400;
  font-family: var(--font-primary);
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li:hover {
  background-color: #f5f5f5;
}
.mainmenu-nav .mainmenu > li > a {
  padding-left: 32px;
  font-weight: 400;
}

.mainmenu-nav .mainmenu li.has-droupdown > a::after {
  color: var(--color-primary);
}

.font-20 {
  font-size: 20px;
  font-weight: 600;
}

.font-16 {
  font-size: 16px;
}

.font-12 {
  font-size: 12px;
  font-weight: 500;
}

/* Spacing */
.gap-22 {
  gap: 22px;
}

.mb-32 {
  margin-bottom: 32px;
}

/* Background Icon */
.bg-icon {
  height: 2rem;
  width: 2rem;
  background-color: var(--color-secondary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-icon i {
  color: white;
  font-size: 1.2rem;
}

.edu-footer.footer-style-1 {
  background-color: #4aab3d;
}

.footer-link a {
  color: white !important;
}

.footer-link a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}

.primary-color {
  color: var(--color-primary);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-info .col-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

@media (min-width: 768px) {
  .contact-info {
    flex-direction: row;
  }

  .contact-info .col-12 {
    flex-direction: row;
    align-items: center;
  }
}

@media only screen and (max-width: 1699px) {
  .edu-header.header-fullwidth .header-top-bar {
    /*padding: 0 42px;*/
  }
}

@media only screen and (max-width: 1199px) {
  .edu-header.header-fullwidth .header-mainmenu {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-header.header-fullwidth .header-mainmenu {
    padding-left: 0;
    padding-right: 0;
  }

  .edu-footer-widget {
    margin-bottom: 30px;
  }

  .footer-social-icons {
    justify-content: space-around;
  }

  .footer-link {
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  .footer-social-icons {
    flex-direction: column;
  }

  .contact-info {
    flex-direction: column;
  }

  .footer-link {
    text-align: left;
  }

  .font-20 {
    font-size: 18px;
  }

  .font-16 {
    font-size: 14px;
  }

  .font-12 {
    font-size: 10px;
  }
}

.copyright-area {
  background-color: #f8f9fa;
  padding: 20px 0;
  font-family: Arial, sans-serif;
}

.copyright-area .container,
.online-platform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.copyright-area p {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.bg-icon {
  width: 32px;
  height: 32px;
  background-color: #4aab3d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright-area li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
}
@media (max-width: 999px) {
  .online-platform {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .copyright-area .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .copyright-area .d-flex.align-items-center {
    order: 2;
  }

  .copyright-area p.font-12 {
    order: 1;
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .copyright-area .bg-icon {
    width: 35px;
    height: 35px;
  }

  .copyright-area .bg-icon a {
    font-size: 16px;
  }

  .copyright-area p.font-12 {
    font-size: 12px;
  }

  .copyright-area p.me-2 {
    font-size: 14px;
  }
}

.bg-image-about {
  background-image: url("../images/gallery/about-us-bg.png");
  background-size: cover;
  background-position: right;
}

.about-heading {
  line-height: 64px;
  font-size: 50px;
  margin-bottom: 52px;
  letter-spacing: 0.5px;
}

.about-sub-heading p {
  font-size: 20px;
  font-family: var(--font-secondary);
}
.about-sub-heading p:first-child {
  font-weight: 500;
}
.about-sub-heading p:last-child {
  font-weight: 700;
}

.bg-dark-05 {
  background-color: rgba(0, 0, 0, 0.6);
}

.vision-mission-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 160px;
}
.vision-mission-cards .vision-mission-card {
  border-radius: 16px;
  background-color: #f7f7f7;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.vision-mission-cards .vision-mission-card .card-heading h1 {
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0px;
}
.vision-mission-cards .vision-mission-card .card-heading .card-icon-bg {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #4aab3d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vision-mission-cards .vision-mission-card .card-heading {
  display: flex;
  align-items: center;
  gap: 28px;
}

.vision-mission-cards .vision-mission-card .vision-mission-card-text p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
}
.vision-mission-cards
  .vision-mission-card
  .vision-mission-card-text
  p:last-child {
  margin-bottom: 0px;
}
.our-presence {
  display: flex;
  /* margin-bottom: 180px; */
}
.our-presence .left-content {
  width: 50%;
}
.our-presence
  .left-content
  .our-presence-cards
  .our-presence-card
  .our-presence-card-icon {
  height: 48px;
  width: 48px;
  background-color: var(--color-primary);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.our-presence .right-content {
  width: 50%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: start;
}

.our-presence .left-content .our-presence-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 160px;
  margin-bottom: 160px;
  position: relative;
  z-index: 2;
}
.our-presence .left-content .our-presence-cards li {
  position: absolute;
  list-style: none;
  z-index: 1;
}
.our-presence .left-content .our-presence-cards li:first-child {
  right: 155px;
  top: -65px;
}
.our-presence .left-content .our-presence-cards li:nth-child(2) {
  right: -45px;
  bottom: 0;
}

.our-presence .left-content .our-presence-cards li:nth-child(3) {
  right: 185px;
  top: -75px;
}
.our-presence .left-content .our-presence-cards li:nth-child(3) img {
  border-radius: 100%;
}

.our-presence .left-content .our-presence-cards li:nth-child(4) {
  bottom: -65px;
  left: 0;
}

.our-presence .left-content p {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #1c1c1c;
  margin-bottom: 0px;
}
.our-presence .left-content .our-presence-cards .our-presence-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  padding: 28px;
  background-color: #f7f7f7;
  box-shadow: 2px 4px 15px 0px #0000001a;
  z-index: 2;
  height: 180px;
  width: 180px;
}

.our-presence
  .left-content
  .our-presence-cards
  .our-presence-card
  .our-presence-card-footer
  h1 {
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: var(--color-primary);
  margin-bottom: 0px;
}

.our-presence
  .left-content
  .our-presence-cards
  .our-presence-card
  .our-presence-card-footer
  p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  margin-bottom: 0px;
  color: #1c1c1c;
}

.btn-primary-color {
  background-color: #1ab69d;
}

.our-presence
  .left-content
  .our-presence-cards
  .our-presence-card
  .our-presence-card-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* about-page-padding */
@media only screen and (max-width: 1699px) {
  .about-page-p {
    padding: 128px 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-page-p {
    padding: 16px;
  }
}

@media (max-width: 768px) {
  .our-presence .right-content {
    width: 100%;
  }
  .our-presence .left-content {
    width: 100%;
  }
  .our-presence {
    flex-direction: column;
  }
}
@media (max-width: 460px) {
  .our-presence .left-content .our-presence-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.about-sec-subheading {
  font-family: "Poppins";
  font-size: 15px;
  color: #5b5b5b;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.about-sec-heading {
  line-height: 56px;
  margin-bottom: 48px;
}

.about-sec-para {
  line-height: 24px;
}
.about-sec-img {
  bottom: -20px;
}

.about-sec {
  display: flex;

  gap: 150px;
  margin-bottom: 120px;
}

.w-40 {
  width: 40%;
}
.w-60 {
  width: 60%;
  height:400px;
  margin-top: 8%;
}
.w-half {
  width: 50%;
}

@media only screen and (max-width: 800px) {
  .about-sec {
    flex-direction: column;
  }
  .w-40 {
    width: 100%;
  }
  .w-60 {
    width: 100%;
  }
  .w-half {
    width: 100%;
  }
  .vision-mission-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Base styles for timeline */
.timeline {
  position: relative;
  padding: 20px 0;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 80px;
  bottom: 80px;
  width: 2px;
  background-color: #e0e0e0;
  transform: translateX(-50%);
}
.timeline:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 972px;
  bottom: -15px;
  width: 2px;
  border-left: 2px dashed #e0e0e0; /* Creates dashed line */
  transform: translateX(-50%);
  z-index: -1;
}

.timeline-item {
  position: relative;
  width: 40%;
  padding: 0px 0;
}

.timeline-item.right {
  left: 60%;
  text-align: left;
}

.timeline-item:not(.right) {
  text-align: right;
}

.timeline-year {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #c6cac9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.timeline-item.right .timeline-year {
  left: -135px;
}

.timeline-item:not(.right) .timeline-year {
  right: -135px;
}

.timeline-content {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
}

.timeline-item.right .timeline-content {
  justify-content: start;
  padding-left: 50px;
}

.timeline-item:not(.right) .timeline-content {
  padding-right: 50px;
}

.timeline-item.right .timeline-content:before {
  left: -20px;
  border-width: 10px 20px 10px 0;
  border-color: transparent #f8f9fa transparent transparent;
}

.timeline-item:not(.right) .timeline-content:before {
  right: -20px;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #f8f9fa;
}

.timeline-horizontal {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(60% - 70px);
  height: 2px;
  background-color: #e0e0e0;
}
.timeline-item:not(.right) .timeline-horizontal::after {
  content: "";
  height: 16px;
  width: 16px;
  display: inline-block;
  background-color: #c6cac9;
  top: 50%;
  border-radius: 100%;
  right: -14px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.timeline-item.right .timeline-horizontal::after {
  content: "";
  height: 16px;
  width: 16px;
  display: inline-block;
  background-color: #c6cac9;
  top: 50%;
  border-radius: 100%;
  left: 2px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.timeline-item.right .timeline-horizontal {
  left: -25%;
  margin-left: -2px;
}

.timeline-item:not(.right) .timeline-horizontal {
  right: -25%;
  margin-right: -2px;
}

.about-icon-bg {
  width: 72px;
  height: 72px;
  background-color: #4aab3d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-content p {
  font-family: "Spartan";
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  color: black;
}

.time-year {
  background: #ececec;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
}

.time-year p {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
}

.timeline-item.right .about-icon-bg {
  left: 0%;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .timeline:before {
    left: 30px;
    top: 75px;
    bottom: 125px;
  }
  .timeline:after {
    left: 30px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 50px;
    text-align: left;
  }

  .timeline-item.right,
  .timeline-item:not(.right) {
    left: 0;
  }

  .timeline-item.right .timeline-content,
  .timeline-item:not(.right) .timeline-content {
    padding-left: 70px;
    padding-right: 20px;
    margin-bottom: 30px;
    flex-direction: column;
  }

  .timeline-item.right .timeline-year,
  .timeline-item:not(.right) .timeline-year {
    left: 0px;
    right: auto;
  }

  .timeline-item.right .about-icon-bg,
  .timeline-item:not(.right) .about-icon-bg {
    left: 30px;
    right: auto;
    transform: translateY(-50%);
  }
  .timeline-item.right .timeline-content {
    justify-content: end;
    flex-direction: column-reverse;
  }
  .timeline-item .timeline-horizontal::after {
    content: "";
    height: 16px;
    width: 16px;
    display: inline-block;
    background-color: #c6cac9;
    top: 50%;
    border-radius: 100%;
    left: 2px;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .timeline-horizontal {
    width: calc(100% - 80px);
    left: 30px;
    right: auto;
  }

  .timeline-item.right .timeline-horizontal,
  .timeline-item:not(.right) .timeline-horizontal {
    left: 30px;
    right: auto;
  }
}

@media (max-width: 480px) {
  .timeline-content {
    flex-direction: column;
    padding: 20px;
    gap: 12px;
  }

  .about-icon-bg {
    width: 48px;
    height: 48px;
  }

  .timeline-content p {
    font-size: 16px;
    text-align: center;
  }

  .time-year p {
    font-size: 12px;
  }

  .timeline-btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.timeline-btn {
  font-weight: 600;
  font-size: 16px;
  background-color: #1ab69d;
  border-color: #1ab69d;
  padding: 10px 32px;
  border-radius: 4px;
  min-height: 60px;
  cursor: default !important;
}

/* achievements page */

.achievement-sub-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.achievement-sub-heading h5 {
  color: #5b5b5b;
  line-height: 40px;
  letter-spacing: 0.44px;
  font-size: 18px;
}
.achievement-heading {
  color: var(--color-black);
  margin-bottom: 0px;
}

.achievement-sub-heading img {
  color: red;
}

.achievement-banner {
  padding: 20px 80px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.achievement-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/cta/banner-bg.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.achievement-banner li {
  list-style: none;
}
.achievement-banner li:first-child {
  left: -90px;
  bottom: -10px;
}
.achievement-banner > li:first-child {
  left: 80px;
  bottom: -55px;
}
.achievement-banner li:nth-child(2) {
  position: absolute;
  right: 130px;
  top: -55px;
}
.achievement-banner li:nth-child(3) {
  right: 180px;
  top: 40px;
}
.red-circle {
  background-color: var(--color-textSecondary);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  position: absolute;
  left: -25px;
  top: -20px;
}
.achievement-footer li:first-child {
  left: -80px;
  bottom: 0px;
}
.achievement-footer > li:first-child {
  left: 80px;
  bottom: 20px;
  border-radius: 100%;
}
.achievement-footer li:nth-child(2) {
  right: -25px;
  top: 35px;
}
.achievement-footer li:nth-child(3) {
  right: 40px;
  top: 25px;
}

.achievement-content {
  padding-top: 120px;
  padding-bottom: 120px;
}
.image-card iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  aspect-ratio: 381/230;
}

.aspect-fit-img {
  aspect-ratio: 381/230;
  object-fit: cover;
  filter: brightness(0.7);
}
.card-achievement {
  /* padding: 5px; */
}

.achievement-footer {
  margin-top: 100px;
}

.card-achievement + p {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-black);
  line-height: 27px;
  margin-bottom: 0;
  margin-top: 0px;
}

.tabs {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
}

.tabs div {
  /* padding: 10px 20px; */
  /* background: lightgray;
  border: 1px solid #ccc; */
  font-weight: 500;
  font-size: 16px;
  color: var(--color-body);
  padding: 2px 12px;
}

.tabs .active {
  color: #595959;
  border: none;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 2px solid #4aab3d;
}

.tab-content {
  /* border: 1px solid #ccc; */
  padding: 40px 0 0 0;
  display: none;
}

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

@media (max-width: 999px) {
  .achievement-banner {
    padding: 100px;
  }
  .achievement-banner li:first-child {
    left: -80px;
    bottom: 0px;
  }
  .achievement-banner li:nth-child(2) {
    right: 130px;
    top: -55px;
  }
  .achievement-banner li:nth-child(3) {
    right: 180px;
    top: 40px;
  }
  .achievement-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .achievement-footer li:first-child {
    left: -80px;
    bottom: 0px;
  }
  .achievement-footer > li:first-child {
    left: 80px;
    bottom: 20px;
    border-radius: 100%;
  }
  .achievement-footer li:nth-child(2) {
    right: -25px;
    top: 35px;
  }
  .achievement-footer li:nth-child(3) {
    right: 40px;
    top: 25px;
  }
  .card-achievement + p {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-black);
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .about-heading {
    font-size: 35px;
    line-height: 50px;
  }
  .achievement-banner li:first-child {
    left: -80px;
    bottom: 0px;
  }
  .achievement-banner li:nth-child(2) {
    right: 55px;
    top: -55px;
  }
  .achievement-banner li:nth-child(3) {
    right: 110px;
    top: 40px;
  }
  .achievement-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .achievement-footer li:first-child {
    left: -80px;
    bottom: 0px;
  }
  .achievement-footer > li:first-child {
    left: 80px;
    bottom: 20px;
    border-radius: 100%;
  }
  .achievement-footer li:nth-child(2) {
    right: -25px;
    top: 35px;
  }
  .achievement-footer li:nth-child(3) {
    right: 40px;
    top: 25px;
  }
  .card-achievement + p {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-black);
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 576px) {
  .achievement-banner li:first-child {
    left: -80px;
    bottom: 0px;
  }
  .achievement-banner li:nth-child(2) {
    right: 55px;
    top: -55px;
  }
  .achievement-banner li:nth-child(3) {
    right: 110px;
    top: 40px;
  }

  .achievement-footer li:first-child {
    left: -80px;
    bottom: 0px;
  }
  .achievement-footer > li:first-child {
    left: 40px;
    bottom: 20px;
    border-radius: 100%;
  }
  .achievement-footer li:nth-child(2) {
    right: -25px;
    top: 35px;
  }
  .achievement-footer li:nth-child(3) {
    right: 40px;
    top: 25px;
  }
  .card-achievement + p {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-black);
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .achievement-banner {
    padding: 50px 20px;
  }

  .achievement-banner li:first-child {
    left: -80px;
    bottom: 0px;
  }
  .achievement-banner li:nth-child(2) {
    right: 20px;
    top: -55px;
  }
  .achievement-banner li:nth-child(3) {
    right: 70px;
    top: 40px;
  }
  .achievement-content {
    padding: 25px 10px 0 10px;
  }

  .achievement-footer li:first-child {
    left: -40px;
    bottom: 0px;
  }
  .achievement-footer > li:first-child {
    left: -55px;
    bottom: -20px;
    border-radius: 100%;
  }
  .achievement-footer li:nth-child(2) {
    right: -60px;
    top: 35px;
  }
  .achievement-footer li:nth-child(3) {
    right: -15px;
    top: 25px;
  }
  .card-achievement + p {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-black);
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.gap-30 {
  gap: 15px;
}
.resource-content table th {
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 600;
  color: #5b5b5b;
  padding: 20px 0px;
}
.table-doubt {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.table-doubt,
.table-doubt th,
.table-doubt td {
  border: none;
}
.resource-content .table-pdf tbody tr td {
  font-size: 16px;
  color: var(--color-body);
  /* padding: 10px 0; */
  font-weight: 500;
  border: none;
  line-height: 24px;
}
.resource-content .table-pdf th,
.resource-content .table-pdf td {
  padding-left: 70px;
}
.resource-content .table-pdf thead {
  border-bottom: 1px solid #e7e6e6;
}

.resource-content .table-pdf tbody tr td .table-btn {
  background-color: #e20004;
  border-radius: 64px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  padding: 11px 22px;
  line-height: 18px;
  border: none;
}
.resource-content .table-pdf tbody tr td .table-btn:hover {
  background-color: #1c1c1c;
}
.custom-btn button {
  font-size: 16px;
}
@media (max-width: 999px) {
  .gap-30 {
    gap: 20px;
  }
  .resource-content .table-pdf tbody tr td {
    font-size: 14px;
    color: var(--color-body);
    padding: 10px 0;
    font-weight: 500;
  }
  .custom-btn button {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .gap-30 {
    gap: 20px;
  }
  .resource-banner {
    padding: 50px;
  }
  .resource-content .table-pdf tbody tr td {
    font-size: 14px;
    color: var(--color-body);
    padding: 10px 0;
    font-weight: 500;
  }
  .custom-btn button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .gap-30 {
    gap: 20px;
  }
  .resource-banner {
    padding: 20px;
  }
  .resource-content .table-pdf tbody tr td {
    font-size: 14px;
    color: var(--color-body);
    padding: 10px 0;
    font-weight: 500;
  }
  .resource-content .table-pdf tbody tr td .table-btn {
    background-color: #e20004;
    border-radius: 64px;
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    padding: 11px 20px;
  }
  .custom-btn button {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .gap-30 {
    gap: 15px;
  }

  .resource-banner {
    padding: 20px 8px;
  }
  .resource-content .table-pdf tbody tr td {
    font-size: 12px;
    color: var(--color-body);
    padding: 10px 0;
    font-weight: 500;
  }
  .resource-content .table-pdf tbody tr td .table-btn {
    background-color: #e20004;
    border-radius: 64px;
    font-size: 8px;
    font-weight: 600;
    color: #ffffff;
    padding: 8px 15px;
  }
  .custom-btn button {
    font-size: 12px;
  }
}

/* contact-us */

.contact-us-content {
  display: flex;
  justify-content: start;
  gap: 50px;
  margin-bottom: 30px;
}
.contact-us-content .contact-left {
  width: 50%;
  height: fit-content;
}
.contact-us-content .contact-left h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  font-family: var(--font-secondary);
  margin-bottom: 30px;
}

.contact-us-content .contact-left .contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin: 16px auto;
}

.contact-us-content .contact-left .contact-card-grid .contact-card {
  border-radius: 8px;
  padding: 16px;
  background-color: #f7f7f7;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  /* gap: 21px; */
  box-shadow: 2px 4px 15px 0px #0000001a;
  height: 160px;
  width: 160px;
  margin: auto;
}
.contact-us-content .contact-left .contact-us-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 42px;
  flex-wrap: wrap;
}
.contact-us-content .contact-left .contact-us-footer .bg-icon {
  height: 46px;
  width: 46px;
  border: 1px solid #4aab3d;
  background-color: transparent;
}

.contact-us-content .contact-left .contact-card-grid .contact-card h3 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  margin-bottom: 0px;
}
.contact-us-content
  .contact-left
  .contact-card-grid
  .contact-card
  .contact-card-footer
  p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
  color: var(--color-primary);
}
.contact-us-content
  .contact-left
  .contact-card-grid
  .contact-card
  .contact-card-footer {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-us-content
  .contact-left
  .contact-card-grid
  .contact-card
  .contact-us-icon {
  height: 48px;
  width: 48px;
  background-color: #4aab3d;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: auto; */
  flex-shrink: 0;
}
.contact-us-content .contact-right {
  box-shadow: 0px 10px 50px 0px #1a2e551a;
  padding: 60px;
  width: 50%;
}
.contact-us-content .contact-right h3 {
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.contact-us-content .contact-right p {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.95px;
}

.contact-us-content .contact-right form input,
.contact-us-content .contact-right form textarea {
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
  margin: 0 25px;
}

.contact-us-content .contact-right form textarea {
  padding-top: 26px;
}

.map-container {
  width: 100%;
  height: 519px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-us-content {
    flex-direction: row;
    gap: 40px;
  }

  .contact-us-content .contact-left,
  .contact-us-content .contact-right {
    width: 50%;
  }

  .contact-us-content .contact-left h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .contact-us-content .contact-right h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .contact-us-content .contact-right p {
    font-size: 15px;
    line-height: 24px;
  }

  .contact-us-content .contact-left .contact-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .contact-us-content .contact-left .contact-card-grid .contact-card h3 {
    font-size: 11px;
    line-height: 17px;
  }

  .contact-us-content .contact-left .contact-card-grid .contact-card-footer p {
    font-size: 9px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-us-content {
    flex-direction: column;
    gap: 30px;
  }

  .contact-us-content .contact-left,
  .contact-us-content .contact-right {
    width: 100%;
  }

  .contact-us-content .contact-left h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .contact-us-content .contact-right h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .contact-us-content .contact-right p {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-us-content .contact-left .contact-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .contact-us-content .contact-left .contact-card-grid .contact-card h3 {
    font-size: 12px;
    line-height: 16px;
  }

  .contact-us-content .contact-left .contact-card-grid .contact-card-footer p {
    font-size: 8px;
  }

  .contact-us-content .contact-right {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .contact-us-content {
    flex-direction: column;
    gap: 20px;
  }

  .contact-us-content .contact-left,
  .contact-us-content .contact-right {
    width: 100%;
  }

  .contact-us-content .contact-left h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .contact-us-content .contact-right h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .contact-us-content .contact-right p {
    font-size: 13px;
    line-height: 20px;
  }

  .contact-us-content .contact-left .contact-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-us-content .contact-left .contact-card-grid .contact-card h3 {
    font-size: 12px;
    line-height: 15px;
  }

  .contact-us-content .contact-left .contact-card-grid .contact-card-footer p {
    font-size: 7px;
  }

  .contact-us-content .contact-right {
    padding: 30px;
  }
}

.faq-content .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #e20004;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.faq-content .accordion-button {
  padding: 20px 30px;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  border-radius: 10px;
}

.faq-content .accordion-button:not(.collapsed)::after {
  background-image: url(../images/svg-icons/accordion-btn.svg);
  transform: none;
}
.faq-content .accordion-button::after {
  background-image: url(../images/svg-icons/accordion-btn-2.svg);
}
.faq-content .accordion-item {
  margin-bottom: 30px;
  border: none;
  box-shadow: 0px 10px 50px 0px #1a2e551a;
  border-radius: 10px;
}
.faq-content .accordion-header {
  border-radius: 10px;
}
.faq-content .accordion-body {
  padding: 25px 30px;
  background-color: #ffffff !important;
  border-radius: 10px;
}
.faq-content .accordion-body p,
.faq-content .accordion-body ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: left;
  list-style: disc;
}

.faq-content .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Between 992px and 1199px (large devices like desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-content .accordion-button {
    padding: 20px 35px;
    font-size: 18px;
  }
  .faq-content .accordion-body {
    padding: 24px 40px;
  }
  .faq-content .accordion-body p,
  .faq-content .accordion-body ul li {
    font-size: 16px;
  }
}

/* Between 768px and 991px (medium devices like tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  .faq-content .accordion-button {
    padding: 15px 25px;
    font-size: 16px;
  }
  .faq-content .accordion-body {
    padding: 20px 30px;
  }
  .faq-content .accordion-body p,
  .faq-content .accordion-body ul li {
    font-size: 15px;
  }
}

/* Below 767px (small devices like mobile phones) */
@media (max-width: 767px) {
  .faq-content .accordion-button {
    padding: 10px 20px;
    font-size: 14px;
  }
  .faq-content .accordion-body {
    padding: 15px 25px;
  }
  .faq-content .accordion-body p,
  .faq-content .accordion-body ul li {
    font-size: 14px;
  }
}

.tc-content .tc-list h1 {
  font-family: Spartan;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
  text-align: left;
  margin-bottom: 40px;
}
.tc-content .tc-list .tc-desc {
  display: flex;
  gap: 20px;
  align-items: start;
  justify-content: start;
}
.tc-content .tc-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 80px;
}

.tc-content .tc-list .tc-desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: left;
}

.refund-cancel-list {
  list-style: disc;
  margin-bottom: 0;
  margin-left: 30px;
}
.refund-cancel-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  color: #1c1c1c;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tc-content .tc-list h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 35px;
  }

  .tc-content .tc-list .tc-desc p,
  .refund-cancel-list li {
    font-size: 18px;
    line-height: 28px;
  }

  .tc-content .tc-list {
    gap: 20px;
    margin-bottom: 70px;
  }

  .tc-content .tc-list .tc-desc {
    gap: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tc-content .tc-list h1 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
  }

  .tc-content .tc-list .tc-desc p,
  .refund-cancel-list li {
    font-size: 16px;
    line-height: 26px;
  }

  .tc-content .tc-list {
    gap: 18px;
    margin-bottom: 60px;
  }

  .tc-content .tc-list .tc-desc {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .tc-content .tc-list h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .tc-content .tc-list .tc-desc p,
  .refund-cancel-list li {
    font-size: 14px;
    line-height: 22px;
  }

  .tc-content .tc-list {
    gap: 16px;
    margin-bottom: 50px;
  }

  .tc-content .tc-list .tc-desc {
    gap: 14px;
  }
}

/* course details */

.course-details-content {
  display: flex;
  gap: 17px;
}
.course-details-content .course-content-left {
  width: 30%;
}
.course-details-content .course-content-right {
  width: 70%;
}
.course-details-content .course-content-right .live-class-title {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 70px;
}
.course-details-content .course-content-right .live-class-title h3 {
  margin: 0;
}
.course-details-content .course-content-right h1 {
  font-family: var(--font-secondary);
  font-size: 28px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  margin-bottom: 16px;
}
.course-details-content .course-content-right span {
  font-family: var(--font-secondary);
  font-size: 28px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
}
.course-details-content .course-content-right .enroll-form {
  box-shadow: 0px 10px 50px 0px #1a2e5512;
  border-radius: 16px;
  padding: 28px;
  background-color: #ffffff;
}
.course-details-content .course-content-right .enroll-form .enroll-form-flex {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 28px;
  border-bottom: 1px solid #eeeeee;
}
.course-details-content
  .course-content-right
  .enroll-form
  form
  .enroll-form-container {
  display: flex;
  align-items: center;
}
.course-details-content
  .course-content-right
  .enroll-form
  form
  .enroll-form-container
  label {
  width: 25%;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #1c1c1c;
}
.course-details-content
  .course-content-right
  .enroll-form
  form
  .enroll-form-container
  .input-group-container {
  width: 75%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.course-details-content
  .course-content-right
  .enroll-form
  form
  .enroll-form-container
  input {
  border: 1px solid #eeeeee;
  border-radius: 8px;
  height: 48px;
  padding: 8px 16px;
}
.course-details-content
  .course-content-right
  .enroll-form
  form
  .enroll-form-container
  .custom-input {
  background-color: #f5f5f5;
  color: var(--color-primary);
}
.course-details-content
  .course-content-right
  .enroll-form
  form
  .enroll-form-container
  .custom-input[type="text"] {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}
.course-details-content
  .course-content-right
  .enroll-form
  form
  .enroll-form-container
  select {
  border: 1px solid #eeeeee;
  border-radius: 8px;
  height: 48px;
  padding: 8px 16px;
  background: url(../images/icons/arrow-icon.png) 95% center no-repeat
    transparent;
}

.course-details-content .course-content-right .tabs {
  margin-top: 53px;
  border-bottom: 1px solid #eeeeee;
}
.course-details-content .course-content-right .tab-content h1 {
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  margin-bottom: 24px;
}
.course-details-content .course-content-right .tab-content h2 {
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 24px;
}
.course-details-content .course-content-right .tab-content ol li {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #1c1c1c;
}
.course-details-content .course-content-right .tab-content p {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #1c1c1c;
}

.course-details-content
  .course-content-left
  .course-content-left-container
  .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.course-details-content
  .course-content-left
  .course-content-left-container
  .video-container
  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.course-details-content .course-content-left .course-content-left-container {
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 10px 50px 0px #1a2e5512;
}
.course-details-content .course-content-left .course-content-left-container h3 {
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0;
}
.course-details-content
  .course-content-left
  .course-content-left-container
  .profile-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 40px;
  margin-left: 25px;
  margin-right: 25px;
  background-color: #f8f8f8;
  position: relative;
}
.course-details-content
  .course-content-left
  .course-content-left-container
  .profile-card
  h3 {
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: var(--color-primary);
  padding: 0;
}
.course-details-content
  .course-content-left
  .course-content-left-container
  .profile-card
  h4 {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  color: #1c1c1c;
  margin: 0;
}

.course-details-footer .course-meta li i {
  color: #1ab69d !important;
}

.course-details-footer .container .content h6 {
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
}
.course-details-footer .container h2 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 25.95px;
  letter-spacing: 1px;
  text-align: center;
  color: #5b5b5b;
  font-family: var(--font-primary);
}
.course-details-footer .container h1 {
  font-family: var(--font-secondary);
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}

@media (max-width: 1024px) {
  .course-details-content {
    flex-direction: column;
    gap: 24px;
  }
  .course-details-content .course-content-left,
  .course-details-content .course-content-right {
    width: 100%;
  }
  .course-details-content .course-content-right h1 {
    font-size: 24px;
    line-height: 40px;
  }
  .course-details-content .course-content-right span {
    font-size: 24px;
    line-height: 40px;
  }
  .course-details-content .course-content-left .profile-card {
    padding: 30px;
  }
  .course-details-content .course-content-right .enroll-form {
    padding: 20px;
  }
}

/* Small Screens (Mobile) */
@media (max-width: 768px) {
  .course-details-content .course-content-right .live-class-title {
    align-items: flex-start;
  }
  .course-details-content .course-content-right h1 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .course-details-content .course-content-right span {
    font-size: 20px;
    line-height: 32px;
  }
  .course-details-content .course-content-right .enroll-form {
    padding: 16px;
  }
  .course-details-content .course-content-left .profile-card {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .course-details-content .course-content-left .video-container {
    padding-top: 75%;
  }
}
@media (max-width: 576px) {
  .course-details-content
    .course-content-right
    .enroll-form
    form
    .enroll-form-container {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  .course-details-content
    .course-content-right
    .enroll-form
    form
    .enroll-form-container
    label {
    width: 100%;
  }
  .course-details-content
    .course-content-right
    .enroll-form
    form
    .enroll-form-container
    .input-group-container {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .course-details-content .course-content-right h1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .course-details-content .course-content-right span {
    font-size: 18px;
    line-height: 28px;
  }
  .course-details-content .course-content-right .enroll-form {
    padding: 12px;
  }
  .course-details-content .course-content-left .profile-card {
    padding: 16px;
  }
  .course-details-content .course-content-left .video-container {
    padding-top: 100%;
  }
  .course-details-sub-heading {
    gap: 6px;
  }
}

@media (max-width: 768px) {
  .course-details-footer .section-left {
    text-align: center !important;
  }
  .course-details-footer .sp-profile-img {
    min-width: 300px;
    min-height: 300px;
    border-radius: 50%;
    object-fit: cover;
  }
  .course-details-footer .sp-rating .rating {
    margin: 0 !important;
    padding-top: 1.2rem;
    padding-left: 1rem;
  }
  .course-details-footer .sp-rating {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .course-details-footer .sp-student-parent {
    display: flex;
    justify-content: center;
  }
  .course-details-footer .rating {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .course-details-footer .rating-count {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .course-details-footer .sp-contact-details {
    text-align: center;
  }
}

/* register page */
.register-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  padding: 50px;
  position: relative;
}
.register-container li {
  position: absolute;
  list-style: none;
}

.register-container li:first-child img {
  width: 140px;
  height: 140px;
}
.register-container li:nth-child(2) img {
  width: 115px;
  height: 115px;
}
.register-container li:nth-child(3) img {
  width: 68px;
  height: 68px;
}
.register-container li:nth-child(4) img {
  width: 83px;
  height: 87px;
}
.register-container li:nth-child(5) img {
  width: 82px;
  height: 82px;
}
.register-container li:nth-child(6) img {
  width: 73px;
  height: 73px;
}
.register-container li:nth-child(7) img {
  width: 109px;
  height: 109px;
}
.register-container .register-form li:nth-child(1) img {
  width: 68px;
  height: 32px;
}
.register-container li:first-child {
  top: 50%;
  left: 2%;
  transform: translate(-50%, -50%);
}
.register-container li:nth-child(2) {
  top: 50%;
  left: 2%;
  transform: translate(-50%, -50%);
}
.register-container li:nth-child(3) {
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
}
.register-container li:nth-child(4) {
  bottom: 5%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.register-container li:nth-child(5) {
  bottom: 20%;
  right: 28%;
  transform: translate(-50%, -50%);
}
.register-container li:nth-child(6) {
  bottom: 22%;
  right: 30%;
  transform: translate(-50%, -50%);
}
.register-container li:nth-child(7) {
  top: -3%;
  right: 12%;
  transform: translate(-50%, -50%);
}
.register-container .register-form li:nth-child(1) {
  top: 1%;
  left: -12%;
  transform: translate(-50%, -50%);
}

.register-container .register-form {
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
  width: 100%;
  max-width: 600px;
}

.register-container .register-form h2 {
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #1c1c1c;
  margin-bottom: 28px;
}

.register-container .register-form .register-form-row:nth-child(3) {
  margin-bottom: 16px;
}
.register-container .register-form .register-form-row {
  margin-bottom: 12px;
}
.register-container .register-form .register-form-row label {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 25.95px;
  text-align: left;
  color: #1c1c1c;
  margin-bottom: 8px;
}

.register-container .register-form .register-form-row input {
  padding: 12px 26px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  width: 100%;
}

.register-container img {
  height: 40px;
  width: 105px;
}

.register-container .register-form {
  width: 100%;
  max-width: 500px;
  position: relative;
}

.register-container .register-form .term-condition-checkbox {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
  align-items: start;
}

.register-container .register-form .term-condition-checkbox p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin-bottom: 0px;
  color: #1c1c1c;
}

.register-container .register-form .term-condition-checkbox p span {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  margin-bottom: 0px;
  color: var(--color-primary);
}

.register-container
  .register-form
  .term-condition-checkbox
  input[type="checkbox"] {
  opacity: 1;
  position: static;
  height: 17px;
  width: 17px;
  margin-top: 4px;
}
.register-container
  .register-form
  .term-condition-checkbox
  input:checked
  ~ .checkbox-container {
  background-color: red;
}

.register-container .register-form .register-btn,
.change-password-content .change-password-form .register-btn {
  margin-bottom: 12px;
}

.register-container .register-form .register-btn button,
.change-password-content .change-password-form .register-btn button {
  padding: 16px;
  background-color: var(--color-primary);
  color: #ffffff;
  border: none;
  width: 100%;
  border-radius: 8px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}

.register-container .already-account-link {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 25.95px;
  text-align: center;
  color: #1c1c1c;
  margin-bottom: 0px;
}

.register-container .already-account-link a {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  line-height: 25.95px;
  text-align: left;
  color: var(--color-primary);
}

@media (max-width: 768px) {
  .register-container {
    padding: 20px;
  }

  .register-container .register-form {
    width: 90%;
    padding: 20px;
  }

  .register-container .register-form h2 {
    /* font-size: 20px; */
  }

  .register-container .register-form .register-form-row label,
  .register-container .register-form .register-form-row input {
    /* font-size: 12px; */
  }

  .register-container .register-form .register-btn button {
    padding: 14px;
  }
}

@media (min-width: 1024px) {
  .register-container {
    padding: 60px;
  }

  .register-container .register-form {
    width: 60%;
  }
}

@media (max-width: 460px) {
  .register-container li {
    display: none;
  }
}

.register-container .register-form .register-form-row .input-container input {
  padding: 12px 26px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  width: 100%;
}

.register-container .register-form .register-form-row .input-container img,
.change-password-content
  .change-password-form
  .input-group
  .input-group-container
  .input-container
  img {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
  color: #aaa;
  font-size: 18px;
  height: 13px;
  width: 20px;
}
.register-container .register-form .register-form-row .input-container,
.change-password-content
  .change-password-form
  .input-group
  .input-group-container
  .input-container {
  position: relative;
  width: 100%;
}

.register-container .register-form .captcha-container {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
.register-container .register-form .captcha-container img {
  height: 22px;
  width: 22px;
}
.register-container .register-form .captcha-container p {
  padding: 8px 16px;
  color: #ffffff;
  background-color: #4b8ce8;
  border-radius: 8px;
  font-family: var(--font-primary);
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  margin-bottom: 0px;
}

.mb-16 {
  margin-bottom: 16px !important;
}
.register-container .register-form .remember-me-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.register-container .register-form .remember-me-container .remember-me {
  margin-bottom: 0px !important;
}
.register-container .register-form .remember-me-container .forget-password {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 27.68px;
  text-align: left;
  color: var(--color-primary);
  margin-bottom: 0px;
}

@media (max-width: 460px) {
  .register-container .register-form .remember-me-container {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.register-form .enter-otp {
  margin-bottom: 8px !important;
}
.register-form .otp-text {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 25.95px;
  text-align: start;
  color: #1c1c1c;
  margin-bottom: 28px;
}
.register-form .otp-text span {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 25.95px;
  text-align: center;
}
.register-form .otp-input input {
  border: 1px solid #e5e5e5;
  text-align: center;
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.register-form .otp-input {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 24px;
}

.change-password-content,
.spc-dashboard {
  /* background-color: #f7f7f7; */
  /* min-height: 100vh; */
  padding: 50px;
}
.change-password-content .change-password-form {
  width: 50%;
  background-color: #ffffff;
  /* margin-bottom: 56px; */
  padding: 40px;
  border-radius: 16px;
}
.change-password-content .change-password-form h1 {
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  margin-bottom: 28px;
}
.change-password-content
  .change-password-form
  .input-group
  .input-group-container
  label {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 400;
  line-height: 25.95px;
  text-align: left;
  margin-bottom: 8px;
  color: #1c1c1c;
}
.change-password-content
  .change-password-form
  .input-group
  .input-group-container
  input {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 11px 24px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.change-password-content .change-password-form .input-group {
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .change-password-content .change-password-form {
    width: 100%;
    /* margin: 20px; */
  }
}

.my-software-content {
  /* padding: 50px; */
  background-color: #f7f7f7;
  min-height: 100vh;
}

.my-software-content .card-wrapper {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.my-software-content .card-wrapper hr {
  margin: 0px;
  border-top: 1px solid #e5e5e5;
}
.my-software-content .card-wrapper .top-part h1 {
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  margin-bottom: 24px;
}
.my-software-content .card-wrapper .top-part .card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.my-software-content .card-wrapper .top-part .card-container .software-card {
  padding: 24px;
  background-color: #f7f7f7;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.my-software-content
  .card-wrapper
  .top-part
  .card-container
  .software-card
  .card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0px;
  background-color: transparent;
  border: none;
}
.my-software-content {
  .card-wrapper .top-part .card-container .software-card .card-header .bg-icon {
    height: 54px;
    width: 54px;
    flex-shrink: 0;
    background-color: #e20004;
  }
}

.my-software-content
  .card-wrapper
  .top-part
  .card-container
  .software-card
  .card-header
  h1 {
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 17.92px;
  text-align: left;
  margin-bottom: 0px;
}


.my-software-content
  .card-wrapper
  .top-part
  .card-container
  .software-card
  .card-content
  p {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
  margin-bottom: 0px;
}
.my-software-content
  .card-wrapper
  .top-part
  .card-container
  .software-card
  .card-content
  a {
  color: #e20004;
  font-weight: 500;
  font-family: var(--font-primary);
  font-size: 14px;

  line-height: 24px;
  text-align: left;

  margin-bottom: 0px;
}
.my-software-content
  .card-wrapper
  .top-part
  .card-container
  .software-card
  .card-content
  .partition {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Default styles */
.change-password-content
  .change-password-form
  .input-group
  .input-group-container
  select,
.change-password-content
  .change-password-form
  .input-group
  .input-group-container
  textarea,
.custom-file-input {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.change-password-content
  .change-password-form
  .input-group
  .input-group-container
  select,
.change-password-content
  .change-password-form
  .input-group
  .input-group-container
  textarea::placeholder,
.input-group-container .dropdown button {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #18181880;
}

.custom-file-input p {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #18181880;
  margin: 16px 0 16px 24px;
}
.custom-file-input label {
  color: #ffffff !important;
  font-size: 15px !important;
}

.browse-file {
  padding: 16px 24px;
  background-color: #e20004;
  border-radius: 5px;
  width: fit-content;
}
.custom-file-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.file-note {
  font-family: var(--font-primary);
  font-size: 9px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: var(--color-primary);
  margin-bottom: 0px;
}

.doubt-btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.doubt-btn-group button:first-child {
  padding: 10px 34px;
  border: 1px solid #1ab69d;
  color: #1ab69d;
  border-radius: 5px;
  background-color: transparent;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.doubt-btn-group button:last-child {
  padding: 10px 34px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #e20004;
  border: none;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}

.change-password-content
  .change-password-form
  .input-group
  .input-group-container
  select {
  background: url(../images/icons/arrow-icon.png) 95% center no-repeat
    transparent;
}

/* Responsive styles */

/* Tablets (width <= 768px) */
@media screen and (max-width: 768px) {
  .browse-file {
    padding: 12px 20px;
  }

  .custom-file-input p {
    font-size: 14px;
  }

  .doubt-btn-group button:first-child,
  .doubt-btn-group button:last-child {
    padding: 8px 24px;
  }
}

/* Mobile devices (width <= 576px) */
@media screen and (max-width: 576px) {
  .custom-file-input {
    flex-direction: column;
    align-items: flex-start;
  }

  .browse-file {
    padding: 10px 20px;
    width: 100%;
    text-align: center;
  }

  .doubt-btn-group {
    flex-direction: column;
    align-items: stretch;
  }

  .doubt-btn-group button {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }
}

.doubt-table {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px 16px 0px 0px;
}
.doubt-table table thead tr th input[type="checkbox"] {
  opacity: 1;
  position: static;
  height: 15px;
  width: 15px;
  border: 1.67px solid #5b5b5b;
}
.doubt-table table thead tr th {
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 15.68px;
  text-align: left;
  color: #1c1c1c;
}
.doubt-table .table thead {
  border-bottom: 1px solid #f0f0f0;
}
.doubt-table .table thead th {
  padding-bottom: 20px;
}
.doubt-table .table .checkbox-cell {
  width: 60px;
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .doubt-table {
    width: 100%;
    padding: 10px;
  }
  .doubt-table .table thead tr th {
    font-size: 12px; /* Smaller font size on smaller screens */
  }
  .doubt-table .table .checkbox-cell {
    width: 40px; /* Adjust checkbox width for smaller screens */
  }
  .doubt-table table {
    font-size: 12px; /* Smaller font size for table rows */
  }
}

select#course-select {
  appearance: none;
}
#course-select:dec option:hover {
  background-color: red;
  appearance: none;
}

.input-group-container .dropdown button {
  width: 100%;
  text-align: left;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 16px 25px;
  display: flex;
  justify-content: space-between;
}

.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  width: 100%;
  padding: 0px;
}

.custom-item {
  padding: 11px 23px;
  margin: 0px;
}

.custom-item.active,
.custom-item {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #1c1c1c;
}
.custom-item.active,
.custom-item:active {
  background-color: transparent;
  color: #1c1c1c;
}
.custom-item:hover {
  background-color: #f7f7f7;
}

.change-password-form .input-group-container {
  margin-bottom: 12px;
}

.btn-custom:focus {
  box-shadow: none;
}

.fill-btn-link {
  padding: 16px 32px;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  background-color: var(--color-primary);
  border-radius: 4px;
}

.spc-dashboard-btn {
  padding: 24px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px #00000014;
  border-radius: 16px;
}

.outline-button {
  padding: 16px 32px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--color-primary);
  background-color: transparent;
  color: var(--color-primary);
  border-radius: 8px;
}

.fill-button {
  padding: 16px 32px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border: none;
  background-color: var(--color-primary);
  color: #ffffff;
  border-radius: 8px;
}

.back-button,
.back-button i {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #5b5b5b;
  cursor: pointer;
}
.back-button i {
  font-weight: 600;
}

.sidebar {
  grid-area: sidebar;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translateX(-100%); /* Initially hidden off the screen */
  opacity: 0;
  box-shadow: 0px 2px 15px 0px #0000000d;
  border-right: 1px solid #ececec;
}

.sidebar.show {
  transform: translateX(0); /* Slide the sidebar into view */
  opacity: 1; /* Fade the sidebar in */
}

/* For larger screens, sidebar is always visible */
@media (min-width: 768px) {
  .sidebar {
    transform: translateX(0);
    opacity: 1;
  }
}

.container-box {
  position: relative;
  display: grid;
  grid-template-columns: auto 2fr 2fr;
  grid-template-rows: auto 1fr 1fr 1fr;
  grid-template-areas:
    "sidebar navbar-box navbar-box"
    "sidebar maincontent maincontent"
    "sidebar maincontent maincontent"
    "sidebar maincontent maincontent";
  height: 100vh;
}

.navbar-box {
  grid-area: navbar-box;
  padding: 24px 40px;
}
.sidebar {
  grid-area: sidebar;
}
.maincontent {
  grid-area: maincontent;
  background-color: #f7f7f7;
  /* padding: 50px 0px; */
}

.sidebar-container .sidebar-logo {
  width: 100px;
  height: 40px;
  margin-bottom: 10px;
}

.sidebar-container {
  padding-top: 18px;
  background-color: #ffffff;
  height: 100%;
}

.sidebar-list-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar-list-group .active {
  background-color: #f9f9f9;
}
.sidebar-list-group .active p {
  color: var(--color-primary);
}
.sidebar-list-group .active svg path {
  fill: var(--color-primary);
}
.sidebar-list-group li {
  list-style: none;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px 24px;
}
.sidebar-list-group li:hover {
  background-color: #f9f9f9;
}
.sidebar-list-group li:hover p {
  color: var(--color-primary);
}
.sidebar-list-group li:hover svg path {
  fill: var(--color-primary);
}

.sidebar-list-group li p {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #1c1c1c;
}

.sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px; /* Sidebar width */
  height: 100vh; /* Full viewport height */
  /* color: white; */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translateX(-100%); /* Initially hidden off-screen */
  opacity: 0;
  z-index: 1050; /* Ensure sidebar is above content */
  overflow: auto;
  background-color: #ffffff;
}

.sidebar.show {
  transform: translateX(0); /* Slide the sidebar into view */
  opacity: 1; /* Fade the sidebar in */
}

.maincontent {
  grid-area: maincontent;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.maincontent::-webkit-scrollbar {
  display: none; /* Hides the scrollbar in WebKit browsers */
}

/* For larger screens, sidebar is always visible */
@media (min-width: 769px) {
  .sidebar {
    position: relative;
    transform: translateX(0);
    opacity: 1;
    z-index: 1; /* Ensure it's part of the grid */
  }
}

@media (min-width: 769px) {
  .sidebarmenu {
    display: none;
  }
  .cross_sign {
    display: none;
  }
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-container .navbar-left-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-container .navbar-left-content a {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: var(--color-primary);
}

.go-to-store-btn {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  background-color: var(--color-primary);
  color: #ffffff;
  padding: 12px 47px;
  width: 100%;
  border-radius: 8px;
}
.go-to-store-btn:hover {
  color: #ffffff;
}

.logout-btn {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  background-color: var(--color-primary);
  border-radius: 8px;
  border: none;

  padding: 8px 25px;
}
.fill-btn-link:hover {
  color: #ffffff;
}

@media (max-width: 1380px) {
  .edu-header.header-fullwidth .header-mainmenu {
    padding: 0 35px;
    border-bottom : green solid 4px;
  }
}

.custom-hover i:hover {
  color: white;
}
.custom-hover:hover i {
  color: white;
}
.edu-footer .copyright-area a:hover {
  -webkit-text-fill-color: white;
}

@media (max-width: 750px) {
  .navbar-box {
    padding: 10px;
  }
}

.navbar-links-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.navbar-links-group p {
  color: #1c1c1c !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
}
.navbar-links-group p:last-child {
  color: var(--color-primary) !important;
  font-weight: 500 !important;
  margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
  .change-password-content,
  .spc-dashboard {
    padding: 20px;
  }
}

.cart-table tbody td.product-quantity .pro-qty {
  margin: auto;
}
.pro-qty {
  border: 1px solid #e5e5e5;
}
.cart-table tbody td.product-thumbnail a {
  border: none;
}
.cart-table tbody td.product-thumbnail a img {
  width: 112px;
  height: 112px;
  border-radius: 8px;
}

@media (max-width: 575px) {
  .cart-table tbody td.product-thumbnail a img {
    width: 85px;
    height: 85px;
  }
}

.cart-update-btn-area-custom {
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

a.edu-btn.btn-border {
  border: 1px solid #5b5b5b26;
}
.order-summery .summery-table tbody td:first-child {
  width: 260px;
}

.order-summery .summery-table tbody td {
  color: #1c1c1c;
}
.order-summery .summery-table tbody td:last-child {
  color: #1c1c1c;
}
.order-summery .summery-table .order-total td:last-child {
  font-weight: 400;
}

p.credits-p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: right;
}

.has-droupdown:hover > a::after {
  transform: rotate(180deg);
}
.has-droupdown > a::after {
  transition: transform 0.3s ease;
}

.margin-right-80 {
  margin-right: 80px;
}

@media (max-width: 767.98px) {
  .margin-right-80 {
    margin-right: 0;
  }
}
.telegram-icon-hover svg path {
  transition: fill 0.3s ease; /* Ensures transition is applied */
}

.telegram-icon-hover:hover svg path {
  fill: var(--color-secondary); /* Change the fill color on hover */
}

.font-size-18 {
  font-size: 18px !important;
}
.btn-1 {
  width: 160px;
}

.btn-2 {
  font-size: 16px;
  padding: 0px 32px;
  width: 168px;
}

.login-btn {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  /* height: 50px; */
}

.card-achievement img {
  /* aspect-ratio: 381/230; */
  /* max-width: 381px;
  max-height: 230px; */
  border-radius: 8px;
}
.faq-content .accordion-body p {
  margin-bottom: 26px;
}
.custom-about-margin {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .about-sec {
    margin-bottom: 60px;
  }
  .custom-about-margin {
    margin-bottom: 60px;
  }
  .our-presence .left-content .our-presence-cards {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 576px) {
  .achievement-banner li,
  .red-circle {
    display: none;
  }
  .achievement-sub-heading h5 {
    line-height: 20px;
  }
}

.achievement-video-margin {
  margin-bottom: 42px;
}

.checkout-form-container.col-lg-7.col-sm-12 {
  border: 1px solid;
  box-shadow: 0px 6px 15px 0px #0000000d;
  padding: 24px;
}

div#ShoppingCart {
  background: none;
}

.checkout-form-container.col-lg-7.col-sm-12 {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 6px 15px 0px #0000000d;
  padding: 24px;
  border-radius: 16px;
}

#ShoppingCart .ProductDetails {
  margin-top: 0px;
}

.shipping-title {
  font-family: Cardo;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #37517e;
}
#ShoppingCart .form-control {
  padding: 12px 24px;
  border: 1px solid #e5e5e5;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  border-radius: 8px;
  color: #1c1c1c;
}
.ProductDetails {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form-control {
  height: unset;
}

#ShoppingCart .form-control::placeholder,
#ShoppingCart .checkbox {
  color: #1c1c1c;
}
#ShoppingCart form {
  padding: 0px;
}
#ShoppingCart .checkbox a {
  color: var(--color-primary);
  /* border-bottom: 1px solid var(--color-primary); */
}

#ShoppingCart input[type="checkbox"] {
  margin-top: 2px;
  width: 22px;
  height: 22px;
  appearance: none;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  flex-shrink: 0;
  opacity: 1;
}

#ShoppingCart input[type="checkbox"]:checked {
  border-color: var(--color-primary);
  background-image: url(../images/check-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}

.mar120 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.FilterCoursesResult .Lecturesimg img {
  max-width: 30px;
  height: auto;
}

.swal2-title {
  font-family: Cardo;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: var(--color-primary) !important;
}
.swal2-popup {
  width: 50% !important;
}
.swal2-icon {
  background: var(--gradient-primary);
  color: white !important;
  border: none !important;
  border-color: transparent !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: white !important;
}
.swal2-popup {
  border-radius: 16px !important;
  padding: 64px !important;
}
#swal2-content {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #1c1c1c;
}
.swal2-icon.swal2-warning,
.swal2-icon.swal2-info,
.swal2-icon.swal2-question {
  margin: 0.333333em auto 32px !important;
}

.swal2-success-circular-line-right {
  display: none !important;
}
.swal2-success-fix {
  display: none !important;
}
.swal2-success-circular-line-left {
  display: none !important;
}

button.swal2-confirm.swal2-styled {
  color: white !important;
  background-color: var(--color-primary) !important;
  font-size: 16px !important;
}
button.swal2-confirm.swal2-styled:hover {
  color: white !important;
  background-color: #1c1c1c !important;
}

.register-btn button:hover {
  background-color: #1c1c1c !important;
}

@media (max-width: 480px) {
  .edu-header .header-brand img.logo-light {
    width: 100px;
  }
}
.contact-us-content {
  position: relative;
  z-index: 2;
  /* max-width: 500px; Adjust as needed */
}

.map-container {
  position: relative;
}

.contact-right {
  position: relative;

  /* right: -50px; Adjust to position the form horizontally */
  width: 570px; /* Width of the contact form */
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Optional: shadow effect for better visibility */
  z-index: 2;
}
.contact-us-content .contact-right form input,
.contact-us-content .contact-right form textarea {
  margin: 0px;
}

/* Footer dropdown base styling */
.footer-dropdown {
  position: relative;
}

.footer-dropdown > a {
  color: #fff; /* Assuming a dark footer background */
  text-decoration: none;
  /* font-weight: bold; */
  /* padding: 8px 12px; */
  display: block;
}
.footer-dropdown > a::after {
  position: absolute;
  content: "\e91e";
  font-family: "icomoon";
  right: 50px;
  top: 0;
  font-size: 6px;
  font-weight: 400;
  color: var(--color-primary);
}

/* Show submenu on hover */
.footer-dropdown:hover > .footer-dropdown-menu {
  display: block;
}

/* Submenu styling */
.footer-dropdown-menu {
  display: none; /* Hide by default */
  position: absolute;
  bottom: 100%; /* Position above the main item */
  left: 0;
  background-color: #333;
  min-width: 180px;
  padding: 8px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  list-style: none;
  z-index: 1000;
  border-radius: 4px;
}

.footer-dropdown-menu li {
  margin: 0;
}

.footer-dropdown-menu li a {
  display: block;
  padding: 8px 12px;
  color: #ddd;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-dropdown-menu li a:hover {
  background-color: #444; /* Darken on hover */
  color: #fff;
}

/* Styling for <sup> in "12th" */
.footer-dropdown-menu li a sup {
  font-size: 0.75em;
  vertical-align: super;
}
.action-control {
  gap: 12px;
}

.register-form a:hover {
  text-decoration: underline;
}
.cl-btn {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.cl-btn:hover {
  color: #ffffff;
  background-color: #1c1c1c;
}

#ShoppingCart .table tr {
  border-color: #5b5b5b26 !important;
}

.cart-product-title {
  font-family: Spartan;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 8px;
}
.selectedplan {
  font-family: Spartan;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5b5b5b;
  margin-bottom: 0px;
}

.cart-product-price {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.minus-btn,
.plus-btn {
  width: 25px;
  height: 25px;
  background-color: var(--color-primary);
  color: #ffffff;
  border: none;
  border-radius: 4px;
  flex-shrink: 0;
}
.cart-total {
  font-family: Spartan;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.cart-total-title {
  font-family: Spartan;
  font-size: 16px;
  font-weight: 600;
  line-height: 27.68px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.cart-total-text {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.cart-total-container .table tr td {
  padding: 20px;
}

#ShoppingCart {
  padding: 120px 0px;
}

.review-pay-btn {
  border: none;
  background-color: var(--color-primary);
  font-family: Spartan;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border-radius: 8px;
  color: #ffffff;
}

.custom-table.table_content tr td a:hover {
  font-weight: 500;
}
.custom-table.table_content tr td {
  padding: 16px;
}

.checkout-checkbox-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
#ShoppingCart .checkbox a:hover {
  border-bottom: 1px solid var(--color-primary);
}

.checkout-checkbox-container p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.dashbaord-title {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-primary);
  margin-bottom: 0px;
  margin-top: 50px;
}
.dashbaord-table-title {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-primary);
  margin-bottom: 0px;
  margin-top: 50px;
}

.fill-btn-link:hover {
  background-color: #1c1c1c;
}
.doubt-btn-group button:last-child:hover {
  background-color: #1c1c1c;
}
.doubt-btn-group button:first-child:hover {
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
}

.browse-file:hover {
  background-color: #1c1c1c;
}

textarea {
  resize: none;
  border: 1px solid #ececec;
  border-radius: 4px;
}

.bg-primary-container {
  background-color: var(--color-primary);
}

/* For tablets (max-width: 768px) */
@media (max-width: 768px) {
  .my-software-content .card-wrapper .top-part .card-container {
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
  }
}

/* For small devices (max-width: 480px) */
@media (max-width: 480px) {
  .my-software-content .card-wrapper .top-part .card-container {
    grid-template-columns: 1fr; /* 1 card per row */
  }
}

.table-bg-container {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 2px 4px 15px 0px #0000001a;
}

input[type="password"]::-ms-reveal {
  display: none;
}

/* For better cross-browser compatibility, hide the reveal button in Internet Explorer as well */
input[type="password"]::-ms-clear {
  display: none;
}

/* Header Brand Styles */
.header-brand {
    display: flex;
    align-items: center;
    padding: 8px 0; /* Reduced padding */
}

.header-brand .logo {
    display: flex;
    align-items: center;
}

.header-brand .logo img {
    max-width: 100px; /* Reduced logo size */
    height: auto;
    transition: all 0.3s ease;
}

/* Header Top Bar */
.header-top-bar {
    padding: 5px 0; /* Reduced padding */
}

.header-top {
    min-height: auto; /* Remove fixed height */
}

/* Main Menu */
.header-mainmenu {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0; /* Remove padding */
}

.mainmenu > li > a {
    padding: 15px 10px; /* Reduced padding */
    font-size: 14px; /* Smaller font size */
}

/* Sticky Header */
.edu-header.sticky {
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.edu-header.sticky .header-brand {
    padding: 5px 0;
}

.edu-header.sticky .header-brand .logo img {
    max-width: 90px; /* Even smaller logo when sticky */
}

/* Responsive */
@media (max-width: 767px) {
    .header-brand .logo img {
        max-width: 80px;
    }
    
    .header-top-bar {
        padding: 2px 0;
    }
    
    .mainmenu > li > a {
        padding: 10px 8px;
    }
}

/* Header Info */
.header-info {
    margin: 0;
    padding: 0;
    font-size: 13px; /* Smaller font size */
}

.header-notify {
    font-size: 13px; /* Smaller font size */
    padding: 2px 0;
}

/* Social Icons in Header */
.social-icon a {
    padding: 4px; /* Reduced padding */
    font-size: 14px; /* Smaller icons */
}

/* Sticky Header Transitions */
.edu-header {
    transition: all 0.3s ease;
}

.edu-header.sticky {
    transform: translateY(0);
    animation: slideDown 0.5s ease forwards;
}

.edu-header.sticky .header-top-bar {
    display: none;
}

.edu-header.sticky .header-mainmenu {
    padding: 0;
}

.edu-header.sticky .mainmenu > li > a {
    padding: 12px 8px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Adjust spacing for submenu */
.mainmenu .submenu {
    top: 100%;
    padding: 10px 0;
    min-width: 180px;
    border-radius: 4px;
    border-top: 2px solid #ff3f3f;
}

.mainmenu .submenu li a {
    padding: 8px 15px;
    font-size: 13px;
}

/* Clean up header elements */
.header-top {
    padding: 0;
}

.header-notify marquee {
    margin: 0;
    line-height: 1.5;
}

.header-info li {
    margin: 0 10px;
}

.header-info li:last-child {
    margin-right: 0;
}

.social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Header Social Icons */
.header-top .header-info .social-icon {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.header-top .header-info .social-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 5px;
}

.header-top .header-info .social-icon a i {
    font-size: 16px;
    width: auto !important;
    height: auto !important;
    color: #fff;
}

.header-top .header-info .social-icon a:hover {
    background: rgba(255, 63, 63, 0.2);
    transform: translateY(-2px);
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
    .header-top .header-info {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .header-top .header-info .social-icon {
        width: 100%;
        justify-content: center;
        margin-top: 5px;
    }

    .header-top .header-info .social-icon a {
        padding: 6px;
    }

    .header-top .header-info .social-icon a i {
        font-size: 14px;
    }
}

/* Footer Styles */
.edu-footer-widget {
    margin-bottom: 30px;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer-link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-link li {
    margin-bottom: 10px;
}

.footer-link a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-link a:hover {
    color: #ff3f3f;
    transform: translateX(5px);
}

.copyright-area {
    background-color: transparent;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-area .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.copyright-area p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-icons p {
    margin: 0;
    font-size: 14px;
}

.social-share {
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-share li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-share li a:hover {
    color: #ff3f3f;
    transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .edu-footer-widget {
        margin-bottom: 30px;
    }
}

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

    .social-icons {
        justify-content: center;
        width: 100%;
    }

    .copyright-area p {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .footer-social-icons {
        flex-direction: column;
        align-items: center;
    }

    .social-share {
        justify-content: center;
    }

    .copyright-area p {
        font-size: 12px;
    }
}

/* Mobile Menu Styles */
@media only screen and (max-width: 991px) {
    .header-mainmenu {
        display: block !important;
        padding: 10px 0;
    }
    
    .mainmenu-nav {
        display: none;
    }
    
    .popup-mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        padding: 20px;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
    }

    .popup-mobile-menu.active {
        transform: translateX(0);
    }

    /* Hamburger Menu Button Styles */
    .hamburger-button {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 24px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 10000;
    }

    .hamburger-button span {
        width: 100%;
        height: 2px;
        background-color: var(--color-primary);
        transition: all 0.3s ease;
    }

    /* Cross Icon Styles */
    .hamburger-button.active span:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
    }

    .hamburger-button.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-button.active span:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }

    .close-menu {
        display: none; /* Hide the separate close button as we're using the hamburger */
    }

    body.menu-open {
        overflow: hidden;
    }

    /* Header Brand Styles */
    .header-brand {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
    }

    .header-brand .logo img {
        max-width: 120px;
        height: auto;
    }
}

/* Remove testimonial overlay */
.testimonial-coverflow .testimonial-grid:before {
    display: none !important;
}

/* Force testimonial images to display in full color and normal brightness */
.testimonial-grid .thumbnail img, .testimonial-coverflow .testimonial-grid .thumbnail img {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
}

/* Force all testimonial images to display in full color and normal brightness, removing any filter or overlay */
.testimonial-grid .thumbnail img,
.testimonial-coverflow .testimonial-grid .thumbnail img,
.swiper-slide .testimonial-grid .thumbnail img,
.swiper-slide .testimonial-grid img,
.testimonial-grid img,
.swiper-slide img {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
}
